summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/tiedir/ChangeLog
blob: 780fb8771e7a57938c7bf3b785771ba253ab4b7e (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
2012-05-18  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* tie-w2c.ch: Use binary mode for output files.
	From Akira Kakuto <kakuto@fuk.kindai.ac.jp> (W32TeX).

2010-04-10  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* tie-w2c.ch: Replace "-[m|c]" in usage message by "-m|-c".

2009-08-29  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Avoid maximal compiler warnings.
	* tie-w2c.ch (Print the job history): Constify local string.

2009-08-28  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* ../am/cweb.am (tie_CFLAGS): Enable compiler warnings.
	(tie_CPPFLAGS): Use -DNOT_WEB2C, not to import from
	../lib/lib.h globals defined in ../lib/main.c.
	* tie-w2c.ch: Declare all functions (except main) as static.
	(Print the job history): Silence uninitialized warning.

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

	* tie-w2c.ch: drop P?C, P?H, use ANSI C function declarations.

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

	* tie-w2c.ch, tie.w: remove trailing whitespace.

	* tie-w2c.ch: use kpse_open_file to locate input files,
	in order to respect WEBINPUTS (ported from tangle.ch).