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
|
2013-10-03 Peter Breitenlohner <peb@mppmu.mpg.de>
Import t1utils-1.38.
* version.ac: Adjust.
2013-01-29 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: Allow subdir-objects.
2012-11-20 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: Avoid use of deprecated INCLUDES.
2011-11-04 Peter Breitenlohner <peb@mppmu.mpg.de>
* t1utils.test: Perform all sub-tests and report failed ones.
2011-09-25 Peter Breitenlohner <peb@mppmu.mpg.de>
* t1utils.test: New shell script for tests.
* tests/Symbol.{pfa,pfb,raw}: Test input and expected output.
* Makefile.am: Add the test and its data.
2011-07-21 Peter Breitenlohner <peb@mppmu.mpg.de>
Import t1utils-1.37.
* version.ac: New file defining the t1utils version.
* configure.ac: Adapt.
2010-06-07 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: t1utils-1.36.
2010-05-10 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: t1utils-1.35.
2009-11-03 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am, configure.ac: Proxy build system for TeX Live,
using the t1utils-1.34 distribution tree.
* t1utils-1.34-PATCHES: New directory with patches applied to
the t1utils-1.34 distribution.
2009-08-23 Peter Breitenlohner <peb@mppmu.mpg.de>
Avoid maximal compiler warnings.
* configure.ac: Check for strtoul().
* t1ascii.c (pfa_output_end), t1binary.c (pfb_output_end),
t1asm.c (check_line_charstring, texlive_getline, charstring_start,
charstring_end, get_charstring_token, parse_charstring),
t1disasm.c (disasm_output_end): ANSI C function definitions.
* t1disasm.c (oog_memstr): Unconstify arg1 and result strings.
(eexec_line): Unconstify CharStrings resulting from oog_memstr().
2009-08-19 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am (AM_CFLAGS), configure.ac: Enable TL style
compiler warnings.
* clp.c (finish_string_list), t1ascii.c (short_usage, usage),
t1asm.c (short_usage, usage), t1binary.c (short_usage, usage),
t1disasm.c (short_usage, usage), t1mac.c (short_usage, usage),
t1unmac.c (short_usage, usage, check_appledouble, translate_binhex,
check_binhex_crc, check_binhex): Declare as static.
2009-06-12 Francois Charette <firmicus@ankabut.net>
* t1asm.c: rename getline to texlive_getline.
2009-05-07 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapt to TL2009 build system.
|