summaryrefslogtreecommitdiff
path: root/Build/source/libs/teckit/ChangeLog
blob: 79f33b616a43cd33ff1e235120824f652d0ead9a (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
2009-10-18  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Reorganize the TECkit build system.
	* Makefile.am, configure.ac: Move sources to the TECkit-2.5.1
	subdirectory.
	* TECkit-2.5.1-PATCHES: New directory with patches applied to
	the TECkit-2.5.1 distribution.
	* teckit/Makefile.am (new): Create header symlinks in build tree.

2009-10-01  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Avoid maximal compiler warnings.
	* source/Sample-tools/TECkit_Compile.cpp, source/Engine.{cpp,h},
	source/Public-headers/TECkit_Compiler.h, source/Compiler.cpp:
	Constify.
	* teckit-patches (new): Modifications.
	* Makefile.am: Add teckit-patches.

2009-06-26  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* teckit.test, tex-text.map, tex-text.tec (all new):
	Shell script and data for test case.
	* Makefile.am: add test case.

2009-06-25  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* source/Compiler.h: change type of Compiler::Pass.passType
	long -> UInt32, to avoid compiler warnings.

2009-06-24  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* configure.ac: enable cxx-runtime-hack (for teckit_compile).
	* Makefile.am: build teckit_compile.

2009-06-19  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* configure.ac: enable compiler warnings.
	* Makefile.am (AM_CFLAGS, AM_CXXFLAGS): enable compiler warnings.

2009-05-07  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Adapt to TL2009 build system.