blob: 53bef594cadc51fa6251c0bf9b394b960bf38c6c (
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
2014-06-16 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: Drop the obsolete ACLOCAL_AMFLAGS.
2013-09-30 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Use KPSE_COND_WIN32.
2013-03-28 Karl Berry <karl@tug.org>
* tpic2pdftex: set LC_ALL, not LANG, and advise same
to avoid "Floating point numbers miss decimal point." error.
Report on tlbuild from Mojca, 27 Mar 2013 16:38:45.
2011-10-04 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am (EXTRA_DIST): Add tpic2pdftex and tpic2pdftex.1,
for 'make dist' on Windows and MinGW.
2011-06-10 Peter Breitenlohner <peb@mppmu.mpg.de>
* tpic2pdftex: Fix a syntax error (typo).
2011-06-10 Karl Berry <karl@tug.org>
* tpic2pdftex: LANG=C; export LANG for non-bash.
Report from Nelson, 9 Jun 2011 06:47:05.
2010-12-29 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Version 1.97 (as in tpic2pdftex).
* Makefile.am, configure.ac: Ignore shell script for WIN32.
2010-01-14 Peter Breitenlohner <peb@mppmu.mpg.de>
* tpic2pdftex: Add missing '#' in comment line.
2009-12-24 Karl Berry <karl@tug.org>
* tpic2pdftex: use gawk for default awk only if it exists.
* README: New.
2009-12-11 Peter Breitenlohner <peb@mppmu.mpg.de>
* tpic2pdftex.test: Ignore diffs in generated .tex files
(due to floating point rounding?).
Reported by Nikola Lecic <nikola.lecic@anthesphoria.net>.
2009-05-06 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapt to TL2009 build system and add a test case.
|