blob: 0f2b678a6c1352fc2606e73f5ba251b819350311 (
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
|
2016-02-10 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* patch-01-write-bin, patch-02-malloc, patch-03-different-size:
Update for 0.62.
2015-12-17 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* patch-01-write-bin, patch-02-malloc, patch-03-different-size:
Update for 0.61.
2013-04-10 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-03-different-size: Avoid 'cast to pointer from integer of
different size' when sizeof(int) is less than sizeof(void *).
2012-10-04 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-02-malloc (new): Check value returned by malloc(), i.e.,
undo action of sed from Makefile.orig. Do not use libp2c.a.
2012-05-16 Peter Breitenlohner <peb@mppmu.mpg.de>
* patch-01-write-bin (new): Use binary mode for output files.
From Akira Kakuto <kakuto@fuk.kindai.ac.jp> (W32TeX).
Copyright (C) 2012 Peter Breitenlohner <tex-live@tug.org>
You may freely use, modify and/or distribute this file.
|