diff options
Diffstat (limited to 'Build/source/utils/t1utils/ChangeLog')
-rw-r--r-- | Build/source/utils/t1utils/ChangeLog | 108 |
1 files changed, 108 insertions, 0 deletions
diff --git a/Build/source/utils/t1utils/ChangeLog b/Build/source/utils/t1utils/ChangeLog new file mode 100644 index 00000000000..5296bbfd374 --- /dev/null +++ b/Build/source/utils/t1utils/ChangeLog @@ -0,0 +1,108 @@ +2020-10-31 Akira Kakuto <kakuto@w32tex.org> + + Import t1utils-1.42. + * version.ac: Adapted. + +2017-08-30 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * Makefile.am, configure.ac: Do not use system memmem. + +2017-08-28 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + Import t1utils-1.41. + * version.ac, configure.ac: Adapted. + +2016-02-22 Akira Kakuto <kakuto@fuk.kindai.ac.jp> + + * Makefile.am, configure.ac: New convention. + +2015-07-07 Peter Breitenlohner <peb@mppmu.mpg.de> + + * Makefile.am: Better dependencies for 'make check'. + +2015-03-01 Peter Breitenlohner <peb@mppmu.mpg.de> + + Import t1utils-1.39. + * version.ac: Adjust. + +2015-02-16 Peter Breitenlohner <peb@mppmu.mpg.de> + + * Makefile.am: Use the fragment ../../am/dist_hook.am. + +2014-06-16 Peter Breitenlohner <peb@mppmu.mpg.de> + + * Makefile.am: Drop the obsolete ACLOCAL_AMFLAGS. + +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. + |