blob: 0faf59a2a2e36401f00a033f272e30c08d8810bc (
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
|
2013-03-21 Peter Breitenlohner <peb@mppmu.mpg.de>
Update icu-51.1 (release).
2013-03-07 Peter Breitenlohner <peb@mppmu.mpg.de>
Import icu-51.1 (51_rc) with subdirectory source/.
* version.ac: Adjust.
* configure.ac, Makefile.am, include/unicode/Makefile: Adapted.
* README, license.html: Removed.
2013-01-07 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am, configure.ac: Drop unused ICU headers.
* include{,layout/}Makefile.am: Removed.
2013-01-03 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Always disable the layout library.
2012-12-19 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: When cross compiling disable the native layout
and io libraries.
2012-12-15 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Use KPSE_BASIC.
2012-11-07 Peter Breitenlohner <peb@mppmu.mpg.de>
Update icu-50.1 (release).
* license.html: Update.
2012-10-24 Peter Breitenlohner <peb@mppmu.mpg.de>
Import icu-50.1 (50_rc).
* version.ac: Adjust.
2012-03-22 Peter Breitenlohner <peb@mppmu.mpg.de>
Update icu-49.1 (release).
* license.html: Update.
2012-03-03 Peter Breitenlohner <peb@mppmu.mpg.de>
Import icu-49.1 (49_rc).
* version.ac: Adjust.
2012-02-24 Peter Breitenlohner <peb@mppmu.mpg.de>
* include/Makefile.am, include/{layout,unicode/}/Makefile.am:
Use ../am/hdr_links.am.
* hdrs.am (removed): Obsolete.
2011-08-10 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapted to the ICU 4.8.1 distribution.
* version.ac: New file defining the ICU version.
* configure.ac: Adapt.
2010-12-02 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapted to the ICU 4.6 distribution.
2010-04-08 Karl Berry <karl@tug.org>
* configure.ac: Pass new option --disable-utf16-string-check.
2010-03-31 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapted to the ICU 4.4 distribution.
* configure.ac: Pass '--disable-dyload' to ICU configure:
neither XeTeX nor BibTeXU use plugins.
2010-03-24 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Pass '--disable-threads' to ICU configure:
required for FreeBSD, neither XeTeX nor BibTeXU use threads.
2010-02-22 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Pass '--disable-strict' to ICU configure:
required for MinGW32, otherwise maybe reduced warnings.
2009-12-12 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: Replace the obsolete $(mkdir_p) by $(MKDIR_P).
2009-10-25 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapted to the ICU 4.2.1 distribution.
2009-10-24 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapted to the ICU 4.0.1 distribution.
2009-10-23 Peter Breitenlohner <peb@mppmu.mpg.de>
Slightly rearranged the icu-xetex/ source tree and built
an equivalent icu-3.8.1/ tree from the ICU 3.8.1 distribution
with some modifications and patches for XeTeX as described in
icu-3.8.1-PATCHES/TL-Changes and icu-3.8.1-PATCHES/ChangeLog.
2009-10-09 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: ICU headers "installed" under icu-incl/.
2009-01-28 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapt to TL2009 build system.
|