blob: b278d7b4285b20af3d26d511ed5fd2f751372665 (
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
|
2016-02-10 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* Import m-tx 0.62.
2015-12-18 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* tests/mozart.pmx: Fix for the version 0.61. Thanks to Luigi.
2015-12-17 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* Import m-tx 0.61.
2015-07-07 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: Better dependencies for 'make check'.
2015-02-16 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: Use the fragment ../../am/dist_hook.am.
2015-02-03 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Drop AC_HEADER_STDBOOL, AC_FUNC_ERROR_AT_LINE,
and AC_FUNC_STRTOD.
2014-11-17 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Drop KPSE_COND_WIN32_WRAP.
2014-05-11 Peter Breitenlohner <peb@mppmu.mpg.de>
* m-tx.1 (removed): Maintained under Master, not here.
* Makefile.am: Adjusted.
2013-01-30 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am, configure.ac: Allow subdir-objects.
2012-11-20 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: Drop m-tx.lua,
now in ../../texk/texlive/linked_scripts/m-tx.
2012-10-04 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: Drop libp2c.a (multiple definitions).
2012-07-12 Peter Breitenlohner <peb@mppmu.mpg.de>
This directory utils/mtx/ renamed into utils/m-tx/.
* mtx.test: Renamed into m-tx.test.
* Makefile.am, configure.ac, ac/withenable.ac: Adapted.
2012-05-16 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am (AM_CPPFLAGS): Add '-DNO_DECLARE_MALLOC' to avoid
a possibly conflicting redeclaration of malloc().
From Vladimir Volovich <vvv@vsu.ru>.
2012-04-16 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapt mtx-0.60d to the TeX Live build system.
* configure.ac: Do not use AC_CONFIG_HEADERS because config.h
is not included by the sources.
Do not use AC_FUNC_MALLOC because this might redefine malloc()
as rpl_malloc().
Copyright (C) 2012 Peter Breitenlohner <tex-live@tug.org>
You may freely use, modify and/or distribute this file.
|