summaryrefslogtreecommitdiff
path: root/Build/source/utils/t1utils/TLpatches/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/t1utils/TLpatches/ChangeLog')
-rw-r--r--Build/source/utils/t1utils/TLpatches/ChangeLog71
1 files changed, 71 insertions, 0 deletions
diff --git a/Build/source/utils/t1utils/TLpatches/ChangeLog b/Build/source/utils/t1utils/TLpatches/ChangeLog
new file mode 100644
index 00000000000..c4d8127c734
--- /dev/null
+++ b/Build/source/utils/t1utils/TLpatches/ChangeLog
@@ -0,0 +1,71 @@
+2020-10-31 Akira Kakuto <kakuto@w32tex.org>
+
+ Import t1utils-1.42.
+ * patch-03-warnings, patch-04-TL-binary, patch-05-getopt,
+ patch-07-warnings, patch-08-notuse-system-memmem: Adapted.
+
+2017-08-30 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
+
+ * patch-08-notuse-system-memmem: Added.
+
+2017-08-28 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
+
+ Import t1utils-1.41.
+ * patch-03-warnings, patch-04-TL-binary, patch-05-getopt,
+ patch-07-warnings: Adapted.
+
+2015-03-01 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ Import t1utils-1.39.
+ * patch-03-warnings, patch-04-TL-binary, patch-05-getopt:
+ Adapted.
+ * patch-06-unsigned (removed): Now handled in original sources.
+ * patch-07-warnings (new): Avoid compiler warnings.
+
+2014-06-19 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * patch-06-unsigned (new): Avoid undefined behaviour.
+
+2013-11-22 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * patch-05-getopt (new): Drop '#include <getopt.h>'.
+
+2013-10-03 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ Import t1utils-1.38.
+ * patch-03-warnings, patch-04-TL-binary: Adapted.
+
+2012-08-12 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * patch-04-TL-binary (new): Use binary mode for output files.
+ From Akira Kakuto <kakuto@fuk.kindai.ac.jp> (W32TeX).
+
+2011-07-21 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ Adapt to t1utils-1.37.
+ * patch-03-warnings: Adapted.
+
+2010-06-07 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ Adapt to t1utils-1.36.
+ * patch-02-static (removed): Now handled in original sources.
+ * patch-03-warnings: Adapted, now mostly in original sources.
+
+2010-05-10 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ Adapt to t1utils-1.35.
+ * patch-01-getline (removed): Now handled in original sources.
+ * patch-02-static, patch-03-warnings: Adapted.
+
+2009-08-23 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * patch-03-warnings (new): Avoid more compiler warnings.
+
+2009-08-19 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * patch-02-static (new): Avoid warnings when compiling with
+ 'gcc --Wmissing-prototypes'.
+
+2009-06-12 Francois Charette <firmicus@ankabut.net>
+
+ * patch-01-getline (new): Avoid getline name conflict.