blob: 0b0acc1599f2ac152f8b61920eecab1d4706c24f (
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
2009-12-11 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-26-TL-texindy_pl (new): Adapt texindy perl script for
use in TL, using code from Tomasz M. Trzeciak.
* patch-27-check-exist (new): Check existence of input files
(from TL2008).
2009-12-10 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-24-TL-use-xindy_run (new): Invoke either 'xindy.run'
(actually 'lisp.run') or 'clisp'.
* patch-25-subst-in-texindy (new): Except for TL, substitute
the value of $(libdir) also in texindy and adapt Makefile.am.
2009-12-09 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-20-TL-install-dirs: For TL, do not substitute @libdir@.
* patch-22-TL-xindy_pl (new): Adapt xindy perl script for use
in TL (still incomplete). Adapting code from
Vladimir Volovich <vvv@vsu.ru> (TL2008/09 version) and
Tomasz M. Trzeciak <t34www@googlemail.com>.
* patch-23-drop-v2 (new): Completely drop xindy.v2.
2009-12-07 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-21-TL-no-date (new): Avoid date in latin.xdy.
2009-12-04 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-50-reorg-alphabets (new): Reorganize alphabets.
2009-12-03 Peter Breitenlohner <peb@mppmu.mpg.de>
Imported xindy-2.4-pre2 source tree from:
http://www.xindy.org/xindy-2.4-pre2.tar.gz.
* patch-0?-*, patch-11-parallel: Removed; have been integrated
into xindy-2.4-pre2.
* patch-20-TL-install-dirs, patch-30-warnings: Adjusted.
* patch-12-parallel (new): More parallel build problems.
* patch-13-gzip (new): Do not gzip xindy.mem for Win32.
2009-11-29 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-10-superfluous (new): Remove superfluous part.
* patch-11-parallel (new): Dependencies for parallel make.
* patch-20-TL-install-dirs (new): Parametrize install dirs.
* patch-30-warnings (new): Avoid complier warnings.
2009-11-27 Peter Breitenlohner <peb@mppmu.mpg.de>
Imported xindy-2.4-rc1 source tree from:
http://www.xindy.org/xindy-2.4-SNAPSHOT.tar.gz
* TL-Changes (new): Describes modifications of source tree.
* patch-01-VPATH-and-more (new): Allow VPATH build.
* patch-02-VPATH-in-perl (new): More VPATH build.
* patch-03-iconv-or-recode (new): Allow to use recode.
* patch-04-versiondir (new): Fix installdir for VERSION.
* patch-05-notinstall-perl (new): Do not install .pl files.
* patch-06-distcheck (new): Allow 'make dist'.
* patch-07-perl-runtime (new): Use '/usr/bin/env perl'.
* patch-08-perl-build (new): Use $(PERL).
* patch-09-flex-1 (new): Use $(LEXLIB).
* patch-09-flex-2 (new): Drop use of (f)lex library.
|