summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/otps/ChangeLog
blob: 249d89de62b9f49b807412c6d5fe00d8d9ac230e (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
2009-06-16  Peter Breitenlohner  <peb@mppmu.mpg.de>

	* otp-lexer.l (yywrap): define as static function.
	* Makefile.am: no more need for $(LEXLIB).

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

	* Makefile.in: Add @configure_input@ line.

2006-05-25  Roozbeh Pournader  <roozbeh@farsiweb.info>


	* routines.c: fixed a bogus error message, made sure PLUSLEFT's
	  argument and the first argument of COMPLETELEFT are non-zero,
	  added comments, optimized DOUBLELEFT a little.

	* routines.h: added comments. increased ARRAY_SIZE.

	* bugs.txt: added.

	* otp.h, otp.l, routines.c, routines.h, outocp.c: Made a few things #defined
	  constants.

	* otp.l, otp.y: fixed the copyright comment to not appear on the
	  generated file.

	* otp.y: added syntax for exact number of occurences in
	  "OneCompleteLeft" and also for changing to the initial state
	  without using the special "INITIAL" name.

	* otp2ocp.c: removed support for suffixes other than ".otp", since
	  kpathsea won't find them anyway, small fixes in error messages.

	* otp2ocp.c, outocp.c, routines.c: made better use of kpathsea
	  features.

	* lex.yy.c-dist, y_tab.c-dist, y_tab.h-dist: regenerated.

	* ChangeLog: updated own email address.

2002-11-18  Roozbeh Pournader  <roozbeh@farsiweb.info>
	
	* otp2ocp.c: fixed a bug in detecting the '.otp' suffix (patch by
	  Behdad Esfahbod).
	* ChangeLog: some cleanup;

2002-10-23  Roozbeh Pournader  <roozbeh@farsiweb.info>

	* otp2ocp.c: added two copyright lines.
	* otp.l: fixed a buffer overflow bug, now accepts all end of line
	  formats, fixed error reports on numbers greater than 65535 (patch
	  by Behdad Esfahbod).
	* otp.h: changed '#define's to 'enum' (patch by Behdad Esfahbod).
	* lex.yy.c-dist: rebuilt.

2002-10-15  Roozbeh Pournader  <roozbeh@farsiweb.info> 

	* otp2ocp.c: fixed some '.ocp' writing bugs; otp2ocp now fails with
	  a non-zero return value if parsing the input fails (patch by
	  Behdad Esfahbod <omega@behdad.org>).
	* otp2ocp.c, outocp.c: 'indent'-ed.