summaryrefslogtreecommitdiffstats
path: root/contrib/bison/ChangeLog.src
blob: 429988b58f68df1e2d443d40a580a9d36e475d54 (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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
Mon Jun 14 22:35:15 1999  Jesse Thilo  <jthilo@gnu.org>

	* system.h: Squashed redefinition warning on some systems.

	* Attic/version.c, Makefile.am, getargs.c, reader.c:
	Have configure build version string instead of relying on ANSI string
	concatentation.

Sun May 30 13:17:48 1999  Jesse Thilo  <jthilo@gnu.org>

	* files.c: Added <unistd.h> for unlink().

	* Makefile.am, system.h: I18n fixes.

Wed May 19 11:24:34 1999  Jesse Thilo  <jthilo@gnu.org>

	* Attic/version.c, alloc.h, symtab.h:
	Protected inclusion of "config.h" with HAVE_CONFIG_H.

Sun Apr 18 16:29:23 1999  Jesse Thilo  <jthilo@gnu.org>

	* .cvsignore, Makefile.am:
	Reorganized: sources in `src', documentation in `doc'.

	* lex.c (literalchar):
	fixed the code for escaping double quotes (thanks
	Jonathan Czisny.)

Tue Apr 13 19:53:41 1999  Jesse Thilo  <jthilo@gnu.org>

	* allocate.c: Don't declare calloc() and realloc() if not necessary.

Mon Mar 22 16:30:00 1999  Jesse Thilo  <jthilo@gnu.org>

	* bison.s1: Fixed #line numbers.

Fri Feb 12 15:18:12 1999  Jesse Thilo  <jthilo@gnu.org>

	* files.c, files.h:
	Defined locations of parser files in config.h instead of Makefile.

Wed Jan 20 22:55:06 1999  Jesse Thilo  <jthilo@gnu.org>

	* LR0.c, conflicts.c, output.c, reader.c: Hush a few compiler warnings.

	* files.c: Add tryclose(), which verifies that fclose was successful.
	Hush a couple of compiler warnings.

Thu Jan 14 14:58:38 1999  Jesse Thilo  <jthilo@gnu.org>

	* gram.h, lalr.c, lex.c, lex.h, machine.h, main.c, nullable.c, output.c, print.c, reader.c, reduce.c, state.h, symtab.c, symtab.h, types.h, vmsgetargs.c, warshall.c, LR0.c, alloc.h, allocate.c, bison.s1, closure.c, conflicts.c, derives.c, files.c, files.h, getargs.c, gram.c:
	Update FSF address.

Fri Jan  8 21:17:26 1999  Jesse Thilo  <jthilo@gnu.org>

	* system.h: Don't define PACKAGE here, since config.h defines it.

Wed Dec 30 06:54:16 1998  Jesse Thilo  <jthilo@gnu.org>

	* reader.c: Update copyright date.

	* main.c:
	Ditch sprintf to statically-sized buffers in fatal/warn functions in
	favor of output directly to stderr (avoids buffer overruns).

	* reader.c: Some checks for premature EOF.

	* LR0.c, alloc.h, allocate.c, closure.c, conflicts.c, derives.c, getargs.c, gram.c, lalr.c, lex.c, main.c, nullable.c, output.c, print.c, reduce.c, symtab.c, symtab.h, warshall.c:
	Use prototypes if the compiler understands them.

	* files.c: Honor TMPDIR on Unix hosts.
	Use prototypes if the compiler understands them.

	* reader.c: Fix a couple of buffer overrun bugs.
	Use prototypes if the compiler understands them.

	* system.h: Include unistd.h and ctype.h.
	Use #ifdef instead of #if for NLS symbols.

Tue Dec 29 21:54:26 1998  Jesse Thilo  <jthilo@gnu.org>

	* Attic/version.c: Use VERSION symbol from automake for version number.

Thu Nov 26 00:44:18 1998  Jesse Thilo  <jthilo@gnu.org>

	* bison.cld, build.com, vmshlp.mar:
	Add non-RCS files from /gd/gnu/bison.

Wed Nov 25 22:21:43 1998  Jesse Thilo  <jthilo@gnu.org>

	* Attic/version.c: Build version.c automatically.

	* reader.c: Fix token numbering (used to start at 258, not 257).

	* system.h: Include config.h.

	* getargs.c: Update bug report address.

	* alloca.c, getopt.c, getopt.h, getopt1.c:
	Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.

Mon Jan  5 00:25:39 1998  Richard Stallman  <rms@gnu.org>

	* files.c (openfiles): [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
	find a temporary directory, if possible.  Do not unlink files while
	they are open.

Mon Aug 25 19:40:12 1997  Richard Stallman  <rms@gnu.org>

	* reader.c (stack_offset;): Change some warni to warns.

	* lex.c (literalchar): Use warns, not warni.

Sat Jun 28 19:41:24 1997  Richard Stallman  <rms@gnu.org>

	* bison.s1: Add a Bison version comment.

	* main.c (fatal, warn, berror): Use program_name.

Wed Jun 18 17:09:27 1997  Richard Stallman  <rms@gnu.org>

	* main.c (fatal, warn, berror): Make error messages standard.
	(toomany): Improve error message text.

	* LR0.c, closure.c, conflicts.c, derives.c, files.c, lalr.c, lex.c, nullable.c, output.c, print.c, reader.c, reduce.c, symtab.c:
	new.h renamed to alloc.h.

Sat May 24 08:04:42 1997  Richard Stallman  <rms@gnu.org>

	* lex.c (literalchar): Fix the code for escaping \, " and '.

	(lex): Avoid trouble when there are many chars
	to discard in a char literal with just several chars in it.

Sat May 17 18:44:24 1997  Richard Stallman  <rms@gnu.org>

	* bison.s1: Use malloc, if using alloca is troublesome.
	(YYSTACK_USE_ALLOCA): New flag macro.
	Define it for some systems and compilers.
	(YYSTACK_ALLOC): New macro.
	(yyparse): Use YYSTACK_ALLOC to allocate stack.
	If it was malloc'd, free it.

Wed Apr 23 18:01:25 1997  Richard Stallman  <rms@gnu.org>

	* bison.s1: (alloca) [__hpux]: Always define as __builtin_alloca.

Tue Apr 22 22:23:48 1997  Richard Stallman  <rms@gnu.org>

	* bison.s1: [__hpux]: Include alloca.h (right for HPUX 10)
	instead of declaring alloca (right for HPUX 9).

	* bison.s1 (__yy_memcpy): Declare arg `count' as unsigned int.
	(yyparse): Cast third arg to __yy_memcpy to unsigned int.

Fri Jan  3 01:24:27 1997  Richard Stallman  <rms@gnu.org>

	* allocate.c: [__STDC__ or _MSC_VER]:
	Declare calloc and realloc to return void *.

Thu Jan  2 07:03:45 1997  Richard Stallman  <rms@gnu.org>

	* system.h: [_MSC_VER]: Include stdlib.h and process.h.
	[_MSC_VER] (getpid): Define as macro--translate it to _getpid.

	* main.c (main): Return FAILURE as a value.
	(printable_version): Declare arg as int, not char.

Thu Dec 19 08:24:56 1996  Richard Stallman  <rms@gnu.org>

	* files.c:
	[_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.

Wed Dec 18 02:18:10 1996  Paul Eggert  <eggert@gnu.org>

	* bison.s1 (yyparse): If __GNUC__ and YYPARSE_PARAM are both defined,
	declare yyparse to have a void * argument.

Tue Dec 17 06:20:27 1996  Richard Stallman  <rms@gnu.org>

	* reduce.c (nbits): Add some casts.

Mon Aug 12 22:17:15 1996  Richard Stallman  <rms@gnu.org>

	* bison.s1: Test _MSDOS as well as _MSDOS_.

Wed Jul 31 19:18:57 1996  Richard Stallman  <rms@gnu.org>

	* bison.s1: [__sun && __i386]: Include alloca.h.

Tue Jul 30 04:37:37 1996  Richard Stallman  <rms@gnu.org>

	* bison.s1: Comment change.

	* bison.s1: Test _MSDOS_, not MSDOS.

Sat Jun  1 22:10:15 1996  Richard Stallman  <rms@gnu.org>

	* reduce.c, reader.c, print.c, output.c, nullable.c, lex.c, lalr.c, getargs.c, derives.c, conflicts.c, closure.c, allocate.c:
	Insert `_' macro around many string constants.

	* main.c: Insert `_' macro around many string constants.

	(main): Call setlocale, bindtextdomain and textdomain.

	* system.h: [HAVE_LOCALE_H]: Include locale.h.
	[! HAVE_LOCALE_H] (setlocale): Define as no-op.
	[ENABLE_NLS]: Include libintl.h.
	[ENABLE_NLS] (gettext): Define.
	[! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
	(N_, PACKAGE, LOCALEDIR): New macros.

Sun May 12 22:17:15 1996  Richard Stallman  <rms@gnu.org>

	* bison.s1:
	(__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.

Sat May 11 19:19:55 1996  Richard Stallman  <rms@gnu.org>

	* bison.s1 (__yy_memcpy):
	Really reorder the args, as was supposedly done on Feb 14 1995.
	(yyparse): Calls changed accordingly.

Sat Jan 27 08:26:26 1996  Richard Stallman  <rms@gnu.org>

	* output.c (output_rule_data): Test YYERROR_VERBOSE in the conditional
	around the definition of ttyname.

Fri Dec 29 04:29:18 1995  Richard Stallman  <rms@gnu.org>

	* bison.s1: Fix line numbers in #line commands.

Wed Dec 27 12:43:49 1995  Richard Stallman  <rms@gnu.org>

	* bison.s1 (YYPARSE_PARAM_DECL): In C++, make it always null.
	(YYPARSE_PARAM_ARG): New macro.
	(yyparse): Use YYPARSE_PARAM_ARG.

Mon Oct 16 14:12:01 1995  Richard Stallman  <rms@gnu.org>

	* Attic/version.c: Version 1.25.

Sun Oct 15 20:22:50 1995  Richard Stallman  <rms@gnu.org>

	* vmsgetargs.c, getargs.c: Added -n, -k, and -raw switches.
	(noparserflag, toknumflag, rawtoknumflag): New variables.

	* symtab.h (SALIAS): New #define for adding aliases to %token.
	(struct bucket): Added `alias' field.

	* reduce.c (reduce_grammar): Revise error message.
	(print_notices): Remove final `.' from error message.

	* reader.c (reader_output_yylsp): New function.
	(readgram): Use `#if 0' around code that accepted %command
	inside grammar rules:  The documentation doesn't allow it,
	and it will fail since the %command processors scan for the next %.
	(parse_token_decl):  Extended the %token
	declaration to allow a multi-character symbol as an alias.
	(parse_thong_decl): New function.
	(read_declarations): Added %thong declarations.
	(read_declarations): Handle NOOP to deal with allowing
	% declarations as another means to specify the flags.
	(readgram): Allow %prec prior to semantics embedded in a rule.
	(skip_to_char, read_declarations, copy_definition)
	(parse_token_decl, parse_start_decl, parse_type_decl)
	(parse_assoc_decl, parse_union_decl, parse_expect_decl)
	(get_type_name, copy_guard, copy_action, readgram)
	(get_type, packsymbols):  Revised most error messages.
	Changed `fatal' to `warnxxx' to avoid aborting for error.
	Revised and use multiple warnxxx functions to avoid using VARARGS1.
	(read_declarations): Improve the error message for
	an invalid character.  Do not abort.
	(read_declarations, copy_guard, copy_action): Use
	printable_version to avoid unprintable characters in printed output.
	(parse_expect_decl): Error if argument to %expect exceeds 10 digits.
	(parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
	Allow the type of a non-terminal can be given
	more than once, as long as all specifications give the same type.

	* output.c: (output_headers, output_trailers, output, output_gram)
	(output_rule_data): Implement noparserflag variable.
	Implement toknumflag variable.
	(output): Call reader_output_yylsp to output LTYPESTR.

	* main.c (main):  If reader sees an error, don't process the grammar.
	(fatals): Updated to not use VARARGS1.
	(printable_version, int_to_string, warn, warni, warns, warnss)
	(warnsss): New error reporting functions.  Avoid abort for error.

	* lex.h: Added THONG and NOOP for alias processing.
	Added SETOPT for the new code that allows setting options with %flags.

	* lex.c: Include getopt.h.  Add some extern decls.
	(safegetc): New function to deal with EOF gracefully.
	(literalchar); new function to deal with reading \ escapes.
	(lex): Use literalchar.
	(lex): Implemented "..." tokens.
	(literalchar, lex, parse_percent_token): Made tokenbuffer
	always contain the token.  This includes growing the token
	buffer while reading an integer.
	(parse_percent_token): Replaced if-else statement with percent_table.
	(parse_percent_token): Added % declarations as another
	way to specify the flags -n, -l, and -r.  Also added hooks for
	-d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
	major changes to files.c.
	(lex) Retain in the incoming stream a character following
	an incorrect '/'.
	(skip_white_space, lex):  Revised most error messages
	and changed fatal to warn to avoid aborting.
	(percent_table):  Added %thong declarations.

	* gram.h: Comment changes.

	* files.c (openfiles, open_extra_files, done):  Add faction flag
	and actfile file.  Handle noparserflag.  Both for -n switch.

	* conflicts.c (resolve_sr_conflict): Remove use of alloca.

Sat May  6 05:35:44 1995  Richard Stallman  <rms@gnu.org>

	* bison.s1: Comment change.

Wed May  3 14:56:25 1995  Richard Stallman  <rms@gnu.org>

	* Attic/version.c: Version now 1.24.

	* bison.s1: Change distribution terms.

	* Attic/version.c: Version now 1.23.

Thu Feb 23 07:43:50 1995  Richard Stallman  <rms@gnu.org>

	* files.c: Test __VMS_POSIX as well as VMS.

Tue Feb 14 16:49:32 1995  Jim Meyering  <meyering@gnu.org>

	* bison.s1 (__yy_memcpy): Renamed from __yy_bcopy to avoid
	confusion.  Reverse FROM and TO arguments to be consistent with
	those of memcpy.

Thu Sep 15 21:39:22 1994  Richard Stallman  <rms@gnu.org>

	* bison.s1: Update copyright notice and GPL version.

Tue Jul 12 20:43:44 1994  Richard Stallman  <rms@gnu.org>

	* reduce.c, reader.c: entered into RCS

Sat Mar 26 20:33:04 1994  Richard Stallman  <rms@gnu.org>

	* bison.s1: entered into RCS

Fri Mar 25 22:52:41 1994  Richard Stallman  <rms@gnu.org>

	* main.c: entered into RCS

Thu Mar 24 22:54:32 1994  Richard Stallman  <rms@gnu.org>

	* conflicts.c: entered into RCS

Sun Nov 21 10:25:13 1993  Richard Stallman  <rms@gnu.org>

	* bison.s1: *** empty log message ***

Tue Oct 19 03:55:14 1993  Richard Stallman  <rms@gnu.org>

	* bison.s1: *** empty log message ***

Thu Oct 14 16:19:10 1993  Richard Stallman  <rms@gnu.org>

	* bison.s1: *** empty log message ***

Fri Sep 10 13:41:02 1993  Richard Stallman  <rms@gnu.org>

	* conflicts.c: *** empty log message ***

	* system.h: entered into RCS

Mon Sep  6 19:32:26 1993  Noah Friedman  <friedman@gnu.org>

	* Attic/version.c: entered into RCS

Sat Jul 24 08:00:44 1993  Richard Stallman  <rms@gnu.org>

	* bison.s1: *** empty log message ***

Sun Jul  4 20:07:28 1993  Richard Stallman  <rms@gnu.org>

	* bison.s1: *** empty log message ***

Sat Jun 26 20:06:51 1993  David J. MacKenzie  <djm@gnu.org>

	* getargs.c: entered into RCS

Fri Jun 25 19:11:46 1993  Richard Stallman  <rms@gnu.org>

	* getargs.c: Initial revision

Wed Jun 16 21:02:31 1993  Richard Stallman  <rms@gnu.org>

	* bison.s1: *** empty log message ***

Thu Jun  3 17:07:14 1993  Richard Stallman  <rms@gnu.org>

	* bison.s1: Initial revision

Wed Apr 28 19:15:14 1993  Noah Friedman  <friedman@gnu.org>

	* reader.c: *** empty log message ***

Fri Apr 23 16:29:13 1993  Noah Friedman  <friedman@gnu.org>

	* alloc.h: entered into RCS

Tue Apr 20 06:00:53 1993  David J. MacKenzie  <djm@gnu.org>

	* Attic/version.c: *** empty log message ***

	* files.c, allocate.c: entered into RCS

	* reader.c: *** empty log message ***

	* lex.c: entered into RCS

	* conflicts.c: Initial revision

	* symtab.c: entered into RCS

	* alloc.h: Initial revision

	* LR0.c: entered into RCS

Sun Apr 18 05:49:49 1993  Noah Friedman  <friedman@gnu.org>

	* reader.c: Initial revision

	* Attic/version.c: *** empty log message ***

Thu Apr 15 19:37:53 1993  Richard Stallman  <rms@gnu.org>

	* main.c, files.c: Initial revision

Tue Apr 13 18:52:55 1993  Richard Stallman  <rms@gnu.org>

	* Attic/version.c: Initial revision

Thu Mar 25 02:45:46 1993  Richard Stallman  <rms@gnu.org>

	* output.c: entered into RCS

Mon Jun 22 04:07:22 1992  Richard Stallman  <rms@gnu.org>

	* vmsgetargs.c: entered into RCS

Wed Jan 22 04:15:36 1992  Richard Stallman  <rms@gnu.org>

	* machine.h: entered into RCS

Sat Dec 21 00:17:44 1991  Richard Stallman  <rms@gnu.org>

	* lalr.c, closure.c: entered into RCS

Fri Dec 20 23:55:12 1991  Richard Stallman  <rms@gnu.org>

	* state.h: entered into RCS

Wed Dec 18 07:39:50 1991  Richard Stallman  <rms@gnu.org>

	* print.c, nullable.c, derives.c: entered into RCS

Sun Nov  3 02:39:18 1991  David J. MacKenzie  <djm@gnu.org>

	* warshall.c, types.h, symtab.h, lex.h, gram.c, gram.h, files.h:
	entered into RCS

Fri Sep  9 01:04:17 1988  Richard Stallman  <rms@gnu.org>

	* bison.hairy: entered into RCS

OpenPOWER on IntegriCloud