summaryrefslogtreecommitdiff
path: root/Build/source/utils/devnag/ChangeLog
blob: 7f125232d588a9297bcc9e1e0224b20312d71556 (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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
2016-03-09  Karl Berry  <karl@tug.org>

	* devnag.1: new file, originally written by Norbert.
	Double backslash per esr, tldoc mail 29 Feb 2016 06:35:27.
	* Makefile.am (man1_MANS): list it.

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

	* Makefile.am: Better dependencies for 'make check'.

2014-12-23  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am (AM_CPPFLAGS): Define TEXLIVE.
	* src/devnag.c: Use binary mode for output files only when
	compiling for TeX Live.

2014-06-19  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* src/devnag.c: Avoid undefined behaviour when char is signed.

2014-06-16  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Makefile.am: Drop the obsolete ACLOCAL_AMFLAGS.

2014-04-21  Karl Berry  <karl@tug.org>

	* Makefile.am (DISTCLEANFILES): use += the second time.

2014-02-18  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* src/devnag.c (dnproc): Bug fix: More strcpy() => memmove()
	when src and dest overlap.
	Reported by Richard Koch <koch@math.uoregon.edu>.

2014-02-17  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* src/devnag.c (dnproc): Bug fix: Replace strcpy() by memmove()
	when src and dest overlap.
	Reported by Richard Koch <koch@math.uoregon.edu>.

2013-10-01  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* configure.ac: Drop AC_HEADER_STDC, fail for missing strstr().
	* Makefile.am: Adapted.

2013-03-15  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* src/Makefile.am (removed): Merged into Makefile.am.
	* tests/devnag.test (new): Shell script for a test case.
	* tests/*.{dn,tex} (new): Test input and expected output.
	* Makefile.am, configure.ac: Adapted.

2012-12-17  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* configure.ac: Use KPSE_BASIC to enable silent rules.

2012-05-16  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* src/devnag.c: Use binary mode for output files.
	From Akira Kakuto <kakuto@fuk.kindai.ac.jp> (W32TeX).

2010-12-08  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* configure.ac: Version 2.15 (since 2008-07-03).

2010-05-22  Akira Kakuto  <kakuto@fuk.kindai.ac.jp>

	* src/devnag.c: cast arguments in order to avoid compiler warnings.

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

	Avoid maximal compiler warnings.
	* src/devnag.c: Constify various global strings and string args.
	Drop global variable nbsub.

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

	* configure.ac, Makefile.am, src/Makefile.am: enable compiler
	warnings.

2009-05-27  Peter Breitenlohner  <peb@mppmu.mpg.de>

	Adapt to TL2009 build system.

2008-01-31  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* configure.in (removed): moved ...
	* configure.ac (new): ... to here and adapted for TeX Live:
	axiliary files in ../../build-aux, added AM_MAINTAINER_MODE,
	modernized Autoconf idioms.

2008-01-31  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* Autoreconfed.

 Version 2.01 is a bugfix release, containing two changes in
 coding. (1) Previous versions of devnag have output "[" and "]"
 for Devanagari half-"sa and half-gha. Under some circumstances
 this can interact badly with LaTeX, and the form of output has
 been changed to avoid the problem. (2) \cline has been added to
 the list of LaTeX commands which devnag knows how to handle.

 Version 2.0 of devnag is the first major revision of the program
 since its original release. It is based on version 1.6 (there are
 no releases 1.7, 1.8 or 1.9).