blob: 646fd68e3ecfef47ac06906538713255567c77d1 (
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
|
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.
|