blob: 1ebce3a26b8f8be269b8eedca1bdb40fc8f83360 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
2015-12-29 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
Import gregorio-4.0.1.
2015-12-10 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
Import gregorio-4.0.0.
* patch-01-protos (removed): Included upstream.
2015-10-09 Peter Breitenlohner <peb@mppmu.mpg.de>
Import gregorio-4.0.0-rc1.
* patch-10-const (removed): Included upstream.
* patch-01-protos (new): Ansi C prototypes.
2015-09-02 Peter Breitenlohner <peb@mppmu.mpg.de>
Import gregorio-4.0.0-beta2.
* patch-0[1-6]-* (removed): Included upstream.
* patch-10-const (new): Replace string constant by non-const
char array.
2015-08-06 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-06-const (new): Avoid more const warnings.
2015-08-04 Peter Breitenlohner <peb@mppmu.mpg.de>
Import gregorio-4.0.0-beta.
* patch-01-kpathsea (new): Use <getopt.h> or <kpathsea/getopt.h>.
* patch-02-warnings (new): Avoid all static, prototype, C99
warnings and almost all const warnings.
* patch-03-flex_2_5_39 (new): Avoid gcc -Wsign-compare warnings.
* patch-04-unsigned (new): Avoid undefined behaviour.
* patch-05-return_non_void (new): Avoid gcc 5.1 warning.
|