]>
Commit | Line | Data |
---|---|---|
1 | 2000-03-16 Akim Demaille <akim@epita.fr> | |
2 | ||
3 | * src/output.c (output_rule_data): Output the documentation of | |
4 | some of the tables. | |
5 | (Copyright notice): Update. | |
6 | Formatting changes. | |
7 | ||
8 | 2000-03-16 Akim Demaille <akim@epita.fr> | |
9 | ||
10 | * src/bison.s1 [!YYDEBUG]: Define yydebug to 0. This allows to | |
11 | remove most `#if YYDEBUG != 0', since `if (yydebug)' is enough. | |
12 | One `#if YYDEBUG' remains, since it uses variables which are | |
13 | defined only if `YYDEBUG != 0'. | |
14 | ||
15 | 2000-03-16 Akim Demaille <akim@epita.fr> | |
16 | ||
17 | * src/bison.s1 (yyparse): Reorganize the definitions of the stacks | |
18 | and related variables so that the similarities are highlighted. | |
19 | ||
20 | 2000-03-16 Akim Demaille <akim@epita.fr> | |
21 | ||
22 | * src/bison.s1: Properly indent CPP directives. | |
23 | ||
24 | 2000-03-16 Akim Demaille <akim@epita.fr> | |
25 | ||
26 | * src/bison.s1: Properly indent the `alloca' CPP section. | |
27 | ||
28 | 2000-03-16 Akim Demaille <akim@epita.fr> | |
29 | ||
30 | Do not hard code values of directories in `configure.in'. | |
31 | Update the `configure' tool chain. | |
32 | ||
33 | * configure.in (XPFILE, XPFILE1, LOCALEDIR): Remove, handled by | |
34 | src/makefile.am. | |
35 | (VERSION_STRING): Use the third arg of AC_DEFINE_UNQUOTED. | |
36 | (AC_OUTPUT): Add m4/Makefile. | |
37 | Bump to bison 1.28a, 1.29 has never been released. | |
38 | * acconfig.h (XPFILE, XPFILE1, LOCALEDIR): Remove, since they are | |
39 | handled via src/Makefile.am. | |
40 | (VERSION_STRING, PROTOTYPES, ENABLE_NLS, HAVE_CATGETS, | |
41 | HAVE_GETTEXT, HAVE_LC_MESSAGES, HAVE_STPCPY): Remove, handled by | |
42 | autoheader. | |
43 | * Makefile.am (SUBDIRS): Add m4. | |
44 | (ACLOCAL_AM_FLAGS): New variable. | |
45 | (AUTOMAKE_OPTIONS): Add check-news. | |
46 | * src/Makefile.am (bison.simple): Use awk to replace #line lines with | |
47 | the proper line number and file name. | |
48 | (DEFS): Propagate the location of bison library files and of the | |
49 | locale files. | |
50 | (INCLUDES): Added `-I ..' so that one can compile with srcdir != | |
51 | builddir. | |
52 | * acinclude.m4: Remove, replaced by the directory m4. | |
53 | * m4/Makefile.am (EXTRA_DIST): New variable. | |
54 | * m4/gettext.m4: New file, from the fileutils. | |
55 | * m4/lcmessage.m4: Likewise | |
56 | * m4/progtest.m4: Likewise. | |
57 | * m4/bison-decl.m4: New file, extracted from former acinclude.m4. | |
58 | ||
59 | 2000-03-10 Akim Demaille <akim@epita.fr> | |
60 | ||
61 | * src/closure.c: | |
62 | Formatting changes of various comments. | |
63 | Respect the GNU coding standards at various places. | |
64 | Don't use `_()' when no translation is needed. | |
65 | ||
66 | 1999-12-13 Jesse Thilo <jthilo@gnu.org> | |
67 | ||
68 | * src/files.c: | |
69 | OS/2 honors TMPDIR environment variable. | |
70 | ||
71 | 1999-12-13 Jesse Thilo <jthilo@gnu.org> | |
72 | ||
73 | * doc/bison.texinfo: Tweaked spelling and grammar. | |
74 | Updated ISBN. | |
75 | Removed reference to price of printed copy. | |
76 | Mention BISON_SIMPLE and BISON_HAIRY. | |
77 | ||
78 | 1999-12-13 Jesse Thilo <jthilo@gnu.org> | |
79 | ||
80 | * configure.in, NEWS: | |
81 | Bison 1.29 released. | |
82 | ||
83 | 1999-10-27 Jesse Thilo <jthilo@gnu.org> | |
84 | ||
85 | * doc/.cvsignore, doc/Makefile.am, doc/refcard.tex: | |
86 | Added reference card. | |
87 | ||
88 | 1999-07-26 Jesse Thilo <jthilo@gnu.org> | |
89 | ||
90 | * po/ru.po: Added Russian translation. | |
91 | ||
92 | 1999-07-26 Jesse Thilo <jthilo@gnu.org> | |
93 | ||
94 | * configure.in: Added Russian translation. | |
95 | ||
96 | 1999-07-06 Jesse Thilo <jthilo@gnu.org> | |
97 | ||
98 | * configure.in, NEWS, README: | |
99 | Released version 1.28. | |
100 | ||
101 | 1999-06-14 Jesse Thilo <jthilo@gnu.org> | |
102 | ||
103 | * src/system.h: | |
104 | Squashed redefinition warning on some systems. | |
105 | ||
106 | * src/getargs.c, src/Makefile.am, src/reader.c, src/version.c: | |
107 | Have configure build version string instead of relying on ANSI string | |
108 | concatentation. | |
109 | ||
110 | 1999-06-14 Jesse Thilo <jthilo@gnu.org> | |
111 | ||
112 | * po/POTFILES.in: Got rid of version.c. | |
113 | ||
114 | 1999-06-14 Jesse Thilo <jthilo@gnu.org> | |
115 | ||
116 | * acconfig.h, configure.in: | |
117 | Have configure build version string instead of relying on ANSI string | |
118 | concatentation. | |
119 | ||
120 | 1999-06-08 Jesse Thilo <jthilo@gnu.org> | |
121 | ||
122 | * doc/bison.1: | |
123 | Dropped mention of `+' for long-named options. | |
124 | ||
125 | 1999-05-30 Jesse Thilo <jthilo@gnu.org> | |
126 | ||
127 | * src/files.c: Added <unistd.h> for unlink(). | |
128 | ||
129 | * src/Makefile.am, src/system.h: | |
130 | I18n fixes. | |
131 | ||
132 | 1999-05-30 Jesse Thilo <jthilo@gnu.org> | |
133 | ||
134 | * README: Added a FAQ list. | |
135 | ||
136 | * configure.in, acconfig.h: | |
137 | I18n fixes. | |
138 | ||
139 | 1999-05-30 Jesse Thilo <jthilo@gnu.org> | |
140 | ||
141 | * doc/FAQ, doc/Makefile.am: | |
142 | Added a FAQ list. | |
143 | ||
144 | 1999-05-19 Jesse Thilo <jthilo@gnu.org> | |
145 | ||
146 | * src/alloc.h, src/symtab.h, src/version.c: | |
147 | Protected inclusion of "config.h" with HAVE_CONFIG_H. | |
148 | ||
149 | 1999-04-18 Jesse Thilo <jthilo@gnu.org> | |
150 | ||
151 | * src/.cvsignore, src/Makefile.am: | |
152 | Reorganized: sources in `src', documentation in `doc'. | |
153 | ||
154 | * src/lex.c (literalchar): | |
155 | fixed the code for escaping double quotes (thanks | |
156 | Jonathan Czisny.) | |
157 | ||
158 | 1999-04-18 Jesse Thilo <jthilo@gnu.org> | |
159 | ||
160 | * po/de.po, po/es.po, po/fr.po, po/nl.po, po/POTFILES.in: | |
161 | Adjusted paths to reflect directory reorganization. | |
162 | ||
163 | 1999-04-18 Jesse Thilo <jthilo@gnu.org> | |
164 | ||
165 | * doc/.cvsignore, doc/Makefile.am: | |
166 | Reorganized: sources in `src', documentation in `doc'. | |
167 | ||
168 | 1999-04-18 Jesse Thilo <jthilo@gnu.org> | |
169 | ||
170 | * configure.in: | |
171 | Updated AC_INIT file to reflect directory reorganization. | |
172 | ||
173 | * configure.in, .cvsignore, Makefile.am, POTFILES.in: | |
174 | Reorganized: sources in `src', documentation in `doc'. | |
175 | ||
176 | 1999-04-13 Jesse Thilo <jthilo@gnu.org> | |
177 | ||
178 | * src/allocate.c: | |
179 | Don't declare calloc() and realloc() if not necessary. | |
180 | ||
181 | 1999-04-13 Jesse Thilo <jthilo@gnu.org> | |
182 | ||
183 | * configure.in, acconfig.h, acinclude.m4: | |
184 | Don't declare calloc() and realloc() if not necessary. | |
185 | ||
186 | 1999-03-23 Jesse Thilo <jthilo@gnu.org> | |
187 | ||
188 | * po/.cvsignore: Added i18n support. | |
189 | ||
190 | 1999-03-23 Jesse Thilo <jthilo@gnu.org> | |
191 | ||
192 | * acconfig.h, configure.in, Makefile.am: | |
193 | Added i18n support. | |
194 | ||
195 | 1999-03-22 Jesse Thilo <jthilo@gnu.org> | |
196 | ||
197 | * src/bison.s1: Fixed #line numbers. | |
198 | ||
199 | 1999-03-15 Jesse Thilo <jthilo@gnu.org> | |
200 | ||
201 | * po/es.po, po/fr.po, po/nl.po, po/de.po: | |
202 | Added PO files from Translation Project. | |
203 | ||
204 | 1999-03-03 Jesse Thilo <jthilo@gnu.org> | |
205 | ||
206 | * Makefile.am: | |
207 | Added support for non-ANSI compilers (ansi2knr). | |
208 | ||
209 | 1999-02-16 Jesse Thilo <jthilo@gnu.org> | |
210 | ||
211 | * configure.in: Bumped version number to 1.27. | |
212 | ||
213 | * Makefile.am: | |
214 | Added `bison.simple' to list of files removed by `make distclean'. | |
215 | ||
216 | 1999-02-12 Jesse Thilo <jthilo@gnu.org> | |
217 | ||
218 | * src/files.c, src/files.h: | |
219 | Defined locations of parser files in config.h instead of Makefile. | |
220 | ||
221 | 1999-02-12 Jesse Thilo <jthilo@gnu.org> | |
222 | ||
223 | * acconfig.h, acinclude.m4, configure.in, Makefile.am: | |
224 | Defined locations of parser files in config.h instead of Makefile. | |
225 | ||
226 | 1999-02-09 Jesse Thilo <jthilo@gnu.org> | |
227 | ||
228 | * Makefile.am: | |
229 | Removed inappropriate use of $< macro. | |
230 | ||
231 | 1999-02-05 Jesse Thilo <jthilo@gnu.org> | |
232 | ||
233 | * po/Makefile.in.in, po/POTFILES.in: | |
234 | Add `po' directory skeleton. | |
235 | ||
236 | 1999-01-27 Jesse Thilo <jthilo@gnu.org> | |
237 | ||
238 | * README: Document help-bison list. | |
239 | ||
240 | * configure.in: Add check for mkstemp(). | |
241 | ||
242 | 1999-01-20 Jesse Thilo <jthilo@gnu.org> | |
243 | ||
244 | * src/conflicts.c, src/LR0.c, src/output.c, src/reader.c: | |
245 | Hush a few compiler warnings. | |
246 | ||
247 | * src/files.c: | |
248 | Add tryclose(), which verifies that fclose was successful. | |
249 | Hush a couple of compiler warnings. | |
250 | ||
251 | 1999-01-20 Jesse Thilo <jthilo@gnu.org> | |
252 | ||
253 | * Makefile.am, OChangeLog: | |
254 | ChangeLog is now automatically generated. Include the old version as | |
255 | OChangeLog. | |
256 | ||
257 | 1999-01-14 Jesse Thilo <jthilo@gnu.org> | |
258 | ||
259 | * src/gram.h, src/lalr.c, src/lex.c, src/lex.h, src/machine.h, src/main.c, src/nullable.c, src/output.c, src/print.c, src/reader.c, src/reduce.c, src/state.h, src/symtab.c, src/symtab.h, src/types.h, src/vmsgetargs.c, src/warshall.c, src/allocate.c, src/alloc.h, src/bison.s1, src/closure.c, src/conflicts.c, src/derives.c, src/files.c, src/files.h, src/getargs.c, src/gram.c, src/LR0.c: | |
260 | Update FSF address. | |
261 | ||
262 | 1999-01-14 Jesse Thilo <jthilo@gnu.org> | |
263 | ||
264 | * doc/bison.texinfo: Fix formatting glitch. | |
265 | ||
266 | * doc/bison.texinfo: Update FSF address. | |
267 | ||
268 | 1999-01-14 Jesse Thilo <jthilo@gnu.org> | |
269 | ||
270 | * acconfig.h: Update FSF address. | |
271 | ||
272 | 1999-01-08 Jesse Thilo <jthilo@gnu.org> | |
273 | ||
274 | * src/system.h: | |
275 | Don't define PACKAGE here, since config.h defines it. | |
276 | ||
277 | 1998-12-30 Jesse Thilo <jthilo@gnu.org> | |
278 | ||
279 | * src/reader.c: Update copyright date. | |
280 | ||
281 | * src/main.c: | |
282 | Ditch sprintf to statically-sized buffers in fatal/warn functions in | |
283 | favor of output directly to stderr (avoids buffer overruns). | |
284 | ||
285 | * src/reader.c: Some checks for premature EOF. | |
286 | ||
287 | * src/allocate.c, src/alloc.h, src/closure.c, src/conflicts.c, src/derives.c, src/getargs.c, src/gram.c, src/lalr.c, src/lex.c, src/LR0.c, src/main.c, src/nullable.c, src/output.c, src/print.c, src/reduce.c, src/symtab.c, src/symtab.h, src/warshall.c: | |
288 | Use prototypes if the compiler understands them. | |
289 | ||
290 | * src/files.c: Honor TMPDIR on Unix hosts. | |
291 | Use prototypes if the compiler understands them. | |
292 | ||
293 | * src/reader.c: | |
294 | Fix a couple of buffer overrun bugs. | |
295 | Use prototypes if the compiler understands them. | |
296 | ||
297 | * src/system.h: Include unistd.h and ctype.h. | |
298 | Use #ifdef instead of #if for NLS symbols. | |
299 | ||
300 | 1998-12-30 Jesse Thilo <jthilo@gnu.org> | |
301 | ||
302 | * doc/bison.texinfo: | |
303 | Delete comment "consider using @set for edition number, etc..." since | |
304 | we now are doing so. | |
305 | ||
306 | 1998-12-30 Jesse Thilo <jthilo@gnu.org> | |
307 | ||
308 | * configure.in: | |
309 | Use prototypes if the compiler understands them. | |
310 | ||
311 | * NEWS: Document 1.26 highlights. | |
312 | ||
313 | * Makefile.am: Require Automake 1.3 or later. | |
314 | ||
315 | * acconfig.h: | |
316 | Use prototypes if the compiler understands them. | |
317 | ||
318 | 1998-12-29 Jesse Thilo <jthilo@gnu.org> | |
319 | ||
320 | * src/version.c: | |
321 | Use VERSION symbol from automake for version number. | |
322 | ||
323 | 1998-12-29 Jesse Thilo <jthilo@gnu.org> | |
324 | ||
325 | * acconfig.h, configure.in, version.cin: | |
326 | Use VERSION symbol from automake for version number. | |
327 | ||
328 | 1998-11-28 Jesse Thilo <jthilo@gnu.org> | |
329 | ||
330 | * Makefile.am: | |
331 | Distribute original version of simple parser (bison.s1), not built | |
332 | version (bison.simple). | |
333 | ||
334 | 1998-11-28 Jesse Thilo <jthilo@gnu.org> | |
335 | ||
336 | * doc/bison.texinfo: Add info dir entry. | |
337 | ||
338 | * doc/bison.texinfo: | |
339 | Let automake put version number into documentation. | |
340 | ||
341 | 1998-11-26 Jesse Thilo <jthilo@gnu.org> | |
342 | ||
343 | * src/bison.cld, src/build.com, src/vmshlp.mar: | |
344 | Add non-RCS files from /gd/gnu/bison. | |
345 | ||
346 | 1998-11-26 Jesse Thilo <jthilo@gnu.org> | |
347 | ||
348 | * doc/bison.1: | |
349 | Document the BISON_HAIRY and BISON_SIMPLE variables. | |
350 | ||
351 | 1998-11-25 Jesse Thilo <jthilo@gnu.org> | |
352 | ||
353 | * src/version.c: Build version.c automatically. | |
354 | ||
355 | * src/reader.c: | |
356 | Fix token numbering (used to start at 258, not 257). | |
357 | ||
358 | * src/system.h: Include config.h. | |
359 | ||
360 | * src/getargs.c: Update bug report address. | |
361 | ||
362 | * src/alloca.c, src/getopt1.c, src/getopt.c, src/getopt.h: | |
363 | Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org. | |
364 | ||
365 | 1998-11-25 Jesse Thilo <jthilo@gnu.org> | |
366 | ||
367 | * Makefile.am: | |
368 | Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1). | |
369 | ||
370 | * configure.in, version.cin: | |
371 | Build version.c automatically. | |
372 | ||
373 | * AUTHORS: Add AUTHORS file. | |
374 | ||
375 | * README: Update bug report address. | |
376 | ||
377 | * bison.simple: | |
378 | Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1). | |
379 | ||
380 | * configure.in, Makefile.am, Makefile.in, stamp-h.in: | |
381 | Add automake stuff. | |
382 | ||
383 | 1998-11-25 Jesse Thilo <jthilo@gnu.org> | |
384 | ||
385 | * doc/bison.texinfo: Clean up some formatting. | |
386 | ||
387 | 1998-05-05 Richard Stallman <rms@gnu.org> | |
388 | ||
389 | * doc/bison.texinfo: | |
390 | Explain better why to make a pure parser. | |
391 | ||
392 | 1998-01-05 Richard Stallman <rms@gnu.org> | |
393 | ||
394 | * src/files.c (openfiles): | |
395 | [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to | |
396 | find a temporary directory, if possible. Do not unlink files while | |
397 | they are open. | |
398 | ||
399 | 1997-08-25 Richard Stallman <rms@gnu.org> | |
400 | ||
401 | * src/reader.c (stack_offset;): | |
402 | Change some warni to warns. | |
403 | ||
404 | * src/lex.c (literalchar): Use warns, not warni. | |
405 | ||
406 | 1997-06-28 Richard Stallman <rms@gnu.org> | |
407 | ||
408 | * src/bison.s1: Add a Bison version comment. | |
409 | ||
410 | * src/main.c (fatal, warn, berror): | |
411 | Use program_name. | |
412 | ||
413 | 1997-06-28 Richard Stallman <rms@gnu.org> | |
414 | ||
415 | * Makefile.in (bison_version): New variable. | |
416 | (dist): Use that variable. | |
417 | (bison.s1): Substitute the Bison version into bison.simple. | |
418 | ||
419 | * bison.simple: Add a Bison version comment. | |
420 | ||
421 | 1997-06-18 Richard Stallman <rms@gnu.org> | |
422 | ||
423 | * src/main.c (fatal, warn, berror): | |
424 | Make error messages standard. | |
425 | (toomany): Improve error message text. | |
426 | ||
427 | * src/LR0.c, src/closure.c, src/conflicts.c, src/derives.c, src/files.c, src/lalr.c, src/lex.c, src/nullable.c, src/output.c, src/print.c, src/reader.c, src/reduce.c, src/symtab.c: | |
428 | new.h renamed to alloc.h. | |
429 | ||
430 | 1997-06-18 Richard Stallman <rms@gnu.org> | |
431 | ||
432 | * Makefile.in: new.h renamed to alloc.h. | |
433 | ||
434 | 1997-05-24 Richard Stallman <rms@gnu.org> | |
435 | ||
436 | * src/lex.c (literalchar): | |
437 | Fix the code for escaping \, " and '. | |
438 | ||
439 | (lex): Avoid trouble when there are many chars | |
440 | to discard in a char literal with just several chars in it. | |
441 | ||
442 | 1997-05-17 Richard Stallman <rms@gnu.org> | |
443 | ||
444 | * src/bison.s1: | |
445 | Use malloc, if using alloca is troublesome. | |
446 | (YYSTACK_USE_ALLOCA): New flag macro. | |
447 | Define it for some systems and compilers. | |
448 | (YYSTACK_ALLOC): New macro. | |
449 | (yyparse): Use YYSTACK_ALLOC to allocate stack. | |
450 | If it was malloc'd, free it. | |
451 | ||
452 | 1997-05-17 Richard Stallman <rms@gnu.org> | |
453 | ||
454 | * bison.simple: | |
455 | Use malloc, if using alloca is troublesome. | |
456 | (YYSTACK_USE_ALLOCA): New flag macro. | |
457 | Define it for some systems and compilers. | |
458 | (YYSTACK_ALLOC): New macro. | |
459 | (yyparse): Use YYSTACK_ALLOC to allocate stack. | |
460 | If it was malloc'd, free it. | |
461 | ||
462 | 1997-04-23 Richard Stallman <rms@gnu.org> | |
463 | ||
464 | * src/bison.s1: | |
465 | (alloca) [__hpux]: Always define as __builtin_alloca. | |
466 | ||
467 | 1997-04-23 Richard Stallman <rms@gnu.org> | |
468 | ||
469 | * bison.simple: | |
470 | (alloca) [__hpux]: Always define as __builtin_alloca. | |
471 | ||
472 | 1997-04-22 Richard Stallman <rms@gnu.org> | |
473 | ||
474 | * src/bison.s1: | |
475 | [__hpux]: Include alloca.h (right for HPUX 10) | |
476 | instead of declaring alloca (right for HPUX 9). | |
477 | ||
478 | * src/bison.s1 (__yy_memcpy): | |
479 | Declare arg `count' as unsigned int. | |
480 | (yyparse): Cast third arg to __yy_memcpy to unsigned int. | |
481 | ||
482 | 1997-04-22 Richard Stallman <rms@gnu.org> | |
483 | ||
484 | * bison.simple: | |
485 | [__hpux]: Include alloca.h (right for HPUX 10) | |
486 | instead of declaring alloca (right for HPUX 9). | |
487 | ||
488 | * bison.simple (__yy_memcpy): | |
489 | Declare arg `count' as unsigned int. | |
490 | (yyparse): Cast third arg to __yy_memcpy to unsigned int. | |
491 | ||
492 | 1997-01-03 Richard Stallman <rms@gnu.org> | |
493 | ||
494 | * src/allocate.c: [__STDC__ or _MSC_VER]: | |
495 | Declare calloc and realloc to return void *. | |
496 | ||
497 | 1997-01-02 Richard Stallman <rms@gnu.org> | |
498 | ||
499 | * src/system.h: | |
500 | [_MSC_VER]: Include stdlib.h and process.h. | |
501 | [_MSC_VER] (getpid): Define as macro--translate it to _getpid. | |
502 | ||
503 | * src/main.c (main): Return FAILURE as a value. | |
504 | (printable_version): Declare arg as int, not char. | |
505 | ||
506 | 1997-01-02 Richard Stallman <rms@gnu.org> | |
507 | ||
508 | * Makefile.in (dist): | |
509 | Explicitly check for symlinks, and copy them. | |
510 | ||
511 | 1996-12-19 Richard Stallman <rms@gnu.org> | |
512 | ||
513 | * src/files.c: | |
514 | [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined. | |
515 | ||
516 | 1996-12-18 Paul Eggert <eggert@gnu.org> | |
517 | ||
518 | * src/bison.s1 (yyparse): | |
519 | If __GNUC__ and YYPARSE_PARAM are both defined, | |
520 | declare yyparse to have a void * argument. | |
521 | ||
522 | 1996-12-18 Paul Eggert <eggert@gnu.org> | |
523 | ||
524 | * bison.simple (yyparse): | |
525 | If __GNUC__ and YYPARSE_PARAM are both defined, | |
526 | declare yyparse to have a void * argument. | |
527 | ||
528 | 1996-12-17 Richard Stallman <rms@gnu.org> | |
529 | ||
530 | * src/reduce.c (nbits): Add some casts. | |
531 | ||
532 | 1996-08-12 Richard Stallman <rms@gnu.org> | |
533 | ||
534 | * src/bison.s1: Test _MSDOS as well as _MSDOS_. | |
535 | ||
536 | 1996-08-12 Richard Stallman <rms@gnu.org> | |
537 | ||
538 | * bison.simple: Test _MSDOS as well as _MSDOS_. | |
539 | ||
540 | 1996-07-31 Richard Stallman <rms@gnu.org> | |
541 | ||
542 | * src/bison.s1: | |
543 | [__sun && __i386]: Include alloca.h. | |
544 | ||
545 | 1996-07-31 Richard Stallman <rms@gnu.org> | |
546 | ||
547 | * bison.simple: | |
548 | [__sun && __i386]: Include alloca.h. | |
549 | ||
550 | 1996-07-30 Richard Stallman <rms@gnu.org> | |
551 | ||
552 | * src/bison.s1: Comment change. | |
553 | ||
554 | * src/bison.s1: Test _MSDOS_, not MSDOS. | |
555 | ||
556 | 1996-07-30 Richard Stallman <rms@gnu.org> | |
557 | ||
558 | * bison.simple: Comment change. | |
559 | ||
560 | * bison.simple: Test _MSDOS_, not MSDOS. | |
561 | ||
562 | 1996-06-01 Richard Stallman <rms@gnu.org> | |
563 | ||
564 | * src/reduce.c, src/reader.c, src/print.c, src/output.c, src/nullable.c, src/lex.c, src/lalr.c, src/getargs.c, src/derives.c, src/conflicts.c, src/closure.c, src/allocate.c: | |
565 | Insert `_' macro around many string constants. | |
566 | ||
567 | * src/main.c: | |
568 | Insert `_' macro around many string constants. | |
569 | ||
570 | (main): Call setlocale, bindtextdomain and textdomain. | |
571 | ||
572 | * src/system.h: [HAVE_LOCALE_H]: Include locale.h. | |
573 | [! HAVE_LOCALE_H] (setlocale): Define as no-op. | |
574 | [ENABLE_NLS]: Include libintl.h. | |
575 | [ENABLE_NLS] (gettext): Define. | |
576 | [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions. | |
577 | (N_, PACKAGE, LOCALEDIR): New macros. | |
578 | ||
579 | 1996-06-01 Richard Stallman <rms@gnu.org> | |
580 | ||
581 | * POTFILES.in: New file. | |
582 | ||
583 | * Makefile.in (allocate.o): | |
584 | Define target explicitly. | |
585 | ||
586 | * Makefile.in (CFLAGS): Set to @CFLAGS@. | |
587 | (LDFLAGS): Set to @LDFLAGS@. | |
588 | (configure): Run autoconf only if preceding `cd' succeeds. | |
589 | (bison.s1): Redirect output to temporary file then move the | |
590 | temporary to the target, rather than redirecting directly to bison.s1. | |
591 | (clean): Remove config.status and config.log. | |
592 | (distclean): Don't remove config.status here. | |
593 | ||
594 | 1996-05-12 Richard Stallman <rms@gnu.org> | |
595 | ||
596 | * src/bison.s1: | |
597 | (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t. | |
598 | ||
599 | 1996-05-12 Richard Stallman <rms@gnu.org> | |
600 | ||
601 | * bison.simple: | |
602 | (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t. | |
603 | ||
604 | 1996-05-11 Richard Stallman <rms@gnu.org> | |
605 | ||
606 | * src/bison.s1 (__yy_memcpy): | |
607 | Really reorder the args, as was supposedly done on Feb 14 1995. | |
608 | (yyparse): Calls changed accordingly. | |
609 | ||
610 | 1996-05-11 Richard Stallman <rms@gnu.org> | |
611 | ||
612 | * Makefile.in (dist): Don't use $(srcdir). | |
613 | ||
614 | * bison.simple (__yy_memcpy): | |
615 | Really reorder the args, as was supposedly done on Feb 14 1995. | |
616 | (yyparse): Calls changed accordingly. | |
617 | ||
618 | 1996-01-27 Richard Stallman <rms@gnu.org> | |
619 | ||
620 | * src/output.c (output_rule_data): | |
621 | Test YYERROR_VERBOSE in the conditional | |
622 | around the definition of ttyname. | |
623 | ||
624 | 1995-12-29 Richard Stallman <rms@gnu.org> | |
625 | ||
626 | * src/bison.s1: | |
627 | Fix line numbers in #line commands. | |
628 | ||
629 | 1995-12-29 Richard Stallman <rms@gnu.org> | |
630 | ||
631 | * bison.simple: | |
632 | Fix line numbers in #line commands. | |
633 | ||
634 | 1995-12-27 Richard Stallman <rms@gnu.org> | |
635 | ||
636 | * src/bison.s1 (YYPARSE_PARAM_DECL): | |
637 | In C++, make it always null. | |
638 | (YYPARSE_PARAM_ARG): New macro. | |
639 | (yyparse): Use YYPARSE_PARAM_ARG. | |
640 | ||
641 | 1995-12-27 Richard Stallman <rms@gnu.org> | |
642 | ||
643 | * bison.simple (YYPARSE_PARAM_DECL): | |
644 | In C++, make it always null. | |
645 | (YYPARSE_PARAM_ARG): New macro. | |
646 | (yyparse): Use YYPARSE_PARAM_ARG. | |
647 | ||
648 | 1995-11-29 Richard Stallman <rms@gnu.org> | |
649 | ||
650 | * doc/bison.texinfo: | |
651 | Describe literal string tokens, %raw, %no_lines, %token_table. | |
652 | ||
653 | 1995-11-29 Daniel Hagerty <hag@gnu.org> | |
654 | ||
655 | * doc/bison.texinfo: Fixed update date | |
656 | ||
657 | 1995-10-16 Richard Stallman <rms@gnu.org> | |
658 | ||
659 | * src/version.c: Version 1.25. | |
660 | ||
661 | 1995-10-16 Richard Stallman <rms@gnu.org> | |
662 | ||
663 | * NEWS: *** empty log message *** | |
664 | ||
665 | 1995-10-16 Richard Stallman <rms@gnu.org> | |
666 | ||
667 | * doc/bison.1, doc/bison.rnh: | |
668 | Add new options. | |
669 | ||
670 | 1995-10-15 Richard Stallman <rms@gnu.org> | |
671 | ||
672 | * src/vmsgetargs.c, src/getargs.c: | |
673 | Added -n, -k, and -raw switches. | |
674 | (noparserflag, toknumflag, rawtoknumflag): New variables. | |
675 | ||
676 | * src/symtab.h (SALIAS): | |
677 | New #define for adding aliases to %token. | |
678 | (struct bucket): Added `alias' field. | |
679 | ||
680 | * src/reduce.c (reduce_grammar): | |
681 | Revise error message. | |
682 | (print_notices): Remove final `.' from error message. | |
683 | ||
684 | * src/reader.c (reader_output_yylsp): | |
685 | New function. | |
686 | (readgram): Use `#if 0' around code that accepted %command | |
687 | inside grammar rules: The documentation doesn't allow it, | |
688 | and it will fail since the %command processors scan for the next %. | |
689 | (parse_token_decl): Extended the %token | |
690 | declaration to allow a multi-character symbol as an alias. | |
691 | (parse_thong_decl): New function. | |
692 | (read_declarations): Added %thong declarations. | |
693 | (read_declarations): Handle NOOP to deal with allowing | |
694 | % declarations as another means to specify the flags. | |
695 | (readgram): Allow %prec prior to semantics embedded in a rule. | |
696 | (skip_to_char, read_declarations, copy_definition) | |
697 | (parse_token_decl, parse_start_decl, parse_type_decl) | |
698 | (parse_assoc_decl, parse_union_decl, parse_expect_decl) | |
699 | (get_type_name, copy_guard, copy_action, readgram) | |
700 | (get_type, packsymbols): Revised most error messages. | |
701 | Changed `fatal' to `warnxxx' to avoid aborting for error. | |
702 | Revised and use multiple warnxxx functions to avoid using VARARGS1. | |
703 | (read_declarations): Improve the error message for | |
704 | an invalid character. Do not abort. | |
705 | (read_declarations, copy_guard, copy_action): Use | |
706 | printable_version to avoid unprintable characters in printed output. | |
707 | (parse_expect_decl): Error if argument to %expect exceeds 10 digits. | |
708 | (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type): | |
709 | Allow the type of a non-terminal can be given | |
710 | more than once, as long as all specifications give the same type. | |
711 | ||
712 | * src/output.c: | |
713 | (output_headers, output_trailers, output, output_gram) | |
714 | (output_rule_data): Implement noparserflag variable. | |
715 | Implement toknumflag variable. | |
716 | (output): Call reader_output_yylsp to output LTYPESTR. | |
717 | ||
718 | * src/main.c (main): | |
719 | If reader sees an error, don't process the grammar. | |
720 | (fatals): Updated to not use VARARGS1. | |
721 | (printable_version, int_to_string, warn, warni, warns, warnss) | |
722 | (warnsss): New error reporting functions. Avoid abort for error. | |
723 | ||
724 | * src/lex.h: | |
725 | Added THONG and NOOP for alias processing. | |
726 | Added SETOPT for the new code that allows setting options with %flags. | |
727 | ||
728 | * src/lex.c: | |
729 | Include getopt.h. Add some extern decls. | |
730 | (safegetc): New function to deal with EOF gracefully. | |
731 | (literalchar); new function to deal with reading \ escapes. | |
732 | (lex): Use literalchar. | |
733 | (lex): Implemented "..." tokens. | |
734 | (literalchar, lex, parse_percent_token): Made tokenbuffer | |
735 | always contain the token. This includes growing the token | |
736 | buffer while reading an integer. | |
737 | (parse_percent_token): Replaced if-else statement with percent_table. | |
738 | (parse_percent_token): Added % declarations as another | |
739 | way to specify the flags -n, -l, and -r. Also added hooks for | |
740 | -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires | |
741 | major changes to files.c. | |
742 | (lex) Retain in the incoming stream a character following | |
743 | an incorrect '/'. | |
744 | (skip_white_space, lex): Revised most error messages | |
745 | and changed fatal to warn to avoid aborting. | |
746 | (percent_table): Added %thong declarations. | |
747 | ||
748 | * src/gram.h: Comment changes. | |
749 | ||
750 | * src/files.c (openfiles, open_extra_files, done): | |
751 | Add faction flag | |
752 | and actfile file. Handle noparserflag. Both for -n switch. | |
753 | ||
754 | * src/conflicts.c (resolve_sr_conflict): | |
755 | Remove use of alloca. | |
756 | ||
757 | 1995-06-01 Jim Meyering <meyering@gnu.org> | |
758 | ||
759 | * doc/bison.texinfo: *** empty log message *** | |
760 | ||
761 | 1995-05-06 Richard Stallman <rms@gnu.org> | |
762 | ||
763 | * src/bison.s1: Comment change. | |
764 | ||
765 | 1995-05-06 Richard Stallman <rms@gnu.org> | |
766 | ||
767 | * bison.simple: Comment change. | |
768 | ||
769 | 1995-05-03 Richard Stallman <rms@gnu.org> | |
770 | ||
771 | * src/version.c: Version now 1.24. | |
772 | ||
773 | * src/bison.s1: Change distribution terms. | |
774 | ||
775 | * src/version.c: Version now 1.23. | |
776 | ||
777 | 1995-05-03 Richard Stallman <rms@gnu.org> | |
778 | ||
779 | * doc/bison.texinfo: | |
780 | Rewrite "Conditions for Using Bison". | |
781 | Update version to 1.24. | |
782 | ||
783 | 1995-05-03 Richard Stallman <rms@gnu.org> | |
784 | ||
785 | * bison.simple: Change distribution terms. | |
786 | ||
787 | 1995-02-23 Richard Stallman <rms@gnu.org> | |
788 | ||
789 | * src/files.c: Test __VMS_POSIX as well as VMS. | |
790 | ||
791 | 1995-02-14 Jim Meyering <meyering@gnu.org> | |
792 | ||
793 | * src/bison.s1 (__yy_memcpy): | |
794 | Renamed from __yy_bcopy to avoid | |
795 | confusion. Reverse FROM and TO arguments to be consistent with | |
796 | those of memcpy. | |
797 | ||
798 | 1995-02-14 Jim Meyering <meyering@gnu.org> | |
799 | ||
800 | * bison.simple (__yy_memcpy): | |
801 | Renamed from __yy_bcopy to avoid | |
802 | confusion. Reverse FROM and TO arguments to be consistent with | |
803 | those of memcpy. | |
804 | ||
805 | 1994-11-10 David J. MacKenzie <djm@gnu.org> | |
806 | ||
807 | * NEWS: reformat | |
808 | ||
809 | * NEWS: New file. | |
810 | ||
811 | * Makefile.in (DISTFILES): Include NEWS. | |
812 | ||
813 | * Makefile.in (DISTFILES): | |
814 | Include install-sh, not install.sh. | |
815 | ||
816 | * configure.in: Update to Autoconf v2 macro names. | |
817 | ||
818 | 1994-10-05 David J. MacKenzie <djm@gnu.org> | |
819 | ||
820 | * Makefile.in: fix typo | |
821 | ||
822 | * Makefile.in (prefix, exec_prefix): | |
823 | Let configure set them. | |
824 | ||
825 | 1994-09-28 David J. MacKenzie <djm@gnu.org> | |
826 | ||
827 | * Makefile.in: Set datadir to $(prefix)/share. | |
828 | ||
829 | 1994-09-15 Richard Stallman <rms@gnu.org> | |
830 | ||
831 | * src/bison.s1: | |
832 | Update copyright notice and GPL version. | |
833 | ||
834 | 1994-09-15 Richard Stallman <rms@gnu.org> | |
835 | ||
836 | * bison.simple: | |
837 | Update copyright notice and GPL version. | |
838 | ||
839 | 1994-07-12 Richard Stallman <rms@gnu.org> | |
840 | ||
841 | * src/reduce.c, src/reader.c: | |
842 | entered into RCS | |
843 | ||
844 | 1994-05-05 David J. MacKenzie <djm@gnu.org> | |
845 | ||
846 | * Makefile.in: entered into RCS | |
847 | ||
848 | 1994-03-26 Richard Stallman <rms@gnu.org> | |
849 | ||
850 | * src/bison.s1: entered into RCS | |
851 | ||
852 | 1994-03-26 Richard Stallman <rms@gnu.org> | |
853 | ||
854 | * bison.simple: entered into RCS | |
855 | ||
856 | 1994-03-25 Richard Stallman <rms@gnu.org> | |
857 | ||
858 | * src/main.c: entered into RCS | |
859 | ||
860 | 1994-03-24 Richard Stallman <rms@gnu.org> | |
861 | ||
862 | * src/conflicts.c: entered into RCS | |
863 | ||
864 | 1994-01-02 Richard Stallman <rms@gnu.org> | |
865 | ||
866 | * Makefile.in: *** empty log message *** | |
867 | ||
868 | 1993-11-21 Richard Stallman <rms@gnu.org> | |
869 | ||
870 | * src/bison.s1: *** empty log message *** | |
871 | ||
872 | 1993-11-21 Richard Stallman <rms@gnu.org> | |
873 | ||
874 | * doc/bison.texinfo: entered into RCS | |
875 | ||
876 | * doc/bison.texinfo: *** empty log message *** | |
877 | ||
878 | 1993-11-21 Richard Stallman <rms@gnu.org> | |
879 | ||
880 | * bison.simple: *** empty log message *** | |
881 | ||
882 | 1993-10-25 David J. MacKenzie <djm@gnu.org> | |
883 | ||
884 | * doc/bison.texinfo: *** empty log message *** | |
885 | ||
886 | 1993-10-19 Richard Stallman <rms@gnu.org> | |
887 | ||
888 | * src/bison.s1: *** empty log message *** | |
889 | ||
890 | 1993-10-19 Richard Stallman <rms@gnu.org> | |
891 | ||
892 | * bison.simple: *** empty log message *** | |
893 | ||
894 | 1993-10-14 Richard Stallman <rms@gnu.org> | |
895 | ||
896 | * src/bison.s1: *** empty log message *** | |
897 | ||
898 | 1993-10-14 Richard Stallman <rms@gnu.org> | |
899 | ||
900 | * bison.simple: *** empty log message *** | |
901 | ||
902 | 1993-09-14 David J. MacKenzie <djm@gnu.org> | |
903 | ||
904 | * doc/bison.texinfo: *** empty log message *** | |
905 | ||
906 | 1993-09-13 Noah Friedman <friedman@gnu.org> | |
907 | ||
908 | * Makefile.in: *** empty log message *** | |
909 | ||
910 | 1993-09-10 Richard Stallman <rms@gnu.org> | |
911 | ||
912 | * src/conflicts.c: *** empty log message *** | |
913 | ||
914 | * src/system.h: entered into RCS | |
915 | ||
916 | 1993-09-10 Richard Stallman <rms@gnu.org> | |
917 | ||
918 | * doc/bison.1: entered into RCS | |
919 | ||
920 | 1993-09-06 Noah Friedman <friedman@gnu.org> | |
921 | ||
922 | * src/version.c: entered into RCS | |
923 | ||
924 | 1993-09-06 Noah Friedman <friedman@gnu.org> | |
925 | ||
926 | * Makefile.in: *** empty log message *** | |
927 | ||
928 | 1993-07-30 David J. MacKenzie <djm@gnu.org> | |
929 | ||
930 | * Makefile.in: *** empty log message *** | |
931 | ||
932 | 1993-07-24 Richard Stallman <rms@gnu.org> | |
933 | ||
934 | * src/bison.s1: *** empty log message *** | |
935 | ||
936 | 1993-07-24 Richard Stallman <rms@gnu.org> | |
937 | ||
938 | * bison.simple: *** empty log message *** | |
939 | ||
940 | 1993-07-08 David J. MacKenzie <djm@gnu.org> | |
941 | ||
942 | * Makefile.in: *** empty log message *** | |
943 | ||
944 | 1993-07-04 Richard Stallman <rms@gnu.org> | |
945 | ||
946 | * src/bison.s1: *** empty log message *** | |
947 | ||
948 | 1993-07-04 Richard Stallman <rms@gnu.org> | |
949 | ||
950 | * bison.simple: *** empty log message *** | |
951 | ||
952 | 1993-06-26 David J. MacKenzie <djm@gnu.org> | |
953 | ||
954 | * src/getargs.c: entered into RCS | |
955 | ||
956 | 1993-06-26 David J. MacKenzie <djm@gnu.org> | |
957 | ||
958 | * doc/bison.texinfo: *** empty log message *** | |
959 | ||
960 | * doc/bison.1: New file. | |
961 | ||
962 | 1993-06-25 Richard Stallman <rms@gnu.org> | |
963 | ||
964 | * src/getargs.c: New file. | |
965 | ||
966 | 1993-06-16 Richard Stallman <rms@gnu.org> | |
967 | ||
968 | * src/bison.s1: *** empty log message *** | |
969 | ||
970 | 1993-06-16 Richard Stallman <rms@gnu.org> | |
971 | ||
972 | * bison.simple: *** empty log message *** | |
973 | ||
974 | 1993-06-03 Richard Stallman <rms@gnu.org> | |
975 | ||
976 | * src/bison.s1: New file. | |
977 | ||
978 | 1993-06-03 Richard Stallman <rms@gnu.org> | |
979 | ||
980 | * doc/bison.texinfo: *** empty log message *** | |
981 | ||
982 | 1993-06-03 Richard Stallman <rms@gnu.org> | |
983 | ||
984 | * bison.simple: New file. | |
985 | ||
986 | 1993-05-19 Richard Stallman <rms@gnu.org> | |
987 | ||
988 | * doc/bison.texinfo: New file. | |
989 | ||
990 | 1993-05-07 Noah Friedman <friedman@gnu.org> | |
991 | ||
992 | * Makefile.in: *** empty log message *** | |
993 | ||
994 | 1993-04-28 Noah Friedman <friedman@gnu.org> | |
995 | ||
996 | * src/reader.c: *** empty log message *** | |
997 | ||
998 | 1993-04-23 Noah Friedman <friedman@gnu.org> | |
999 | ||
1000 | * src/alloc.h: entered into RCS | |
1001 | ||
1002 | 1993-04-20 David J. MacKenzie <djm@gnu.org> | |
1003 | ||
1004 | * src/version.c: *** empty log message *** | |
1005 | ||
1006 | * src/files.c, src/allocate.c: | |
1007 | entered into RCS | |
1008 | ||
1009 | * src/reader.c: *** empty log message *** | |
1010 | ||
1011 | * src/lex.c: entered into RCS | |
1012 | ||
1013 | * src/conflicts.c: New file. | |
1014 | ||
1015 | * src/symtab.c: entered into RCS | |
1016 | ||
1017 | * src/alloc.h: New file. | |
1018 | ||
1019 | * src/LR0.c: entered into RCS | |
1020 | ||
1021 | 1993-04-18 Noah Friedman <friedman@gnu.org> | |
1022 | ||
1023 | * src/reader.c: New file. | |
1024 | ||
1025 | * src/version.c: *** empty log message *** | |
1026 | ||
1027 | 1993-04-18 Noah Friedman <friedman@gnu.org> | |
1028 | ||
1029 | * Makefile.in: *** empty log message *** | |
1030 | ||
1031 | 1993-04-17 Noah Friedman <friedman@gnu.org> | |
1032 | ||
1033 | * Makefile.in: *** empty log message *** | |
1034 | ||
1035 | 1993-04-15 Richard Stallman <rms@gnu.org> | |
1036 | ||
1037 | * src/main.c, src/files.c: | |
1038 | New file. | |
1039 | ||
1040 | 1993-04-15 Noah Friedman <friedman@gnu.org> | |
1041 | ||
1042 | * configure.in: entered into RCS | |
1043 | ||
1044 | * configure.in: *** empty log message *** | |
1045 | ||
1046 | * configure.in: New file. | |
1047 | ||
1048 | 1993-04-14 Richard Stallman <rms@gnu.org> | |
1049 | ||
1050 | * Makefile.in: New file. | |
1051 | ||
1052 | 1993-04-13 Richard Stallman <rms@gnu.org> | |
1053 | ||
1054 | * src/version.c: New file. | |
1055 | ||
1056 | 1993-03-25 Richard Stallman <rms@gnu.org> | |
1057 | ||
1058 | * src/output.c: entered into RCS | |
1059 | ||
1060 | 1992-09-25 Richard Stallman <rms@gnu.org> | |
1061 | ||
1062 | * configure.bat: entered into RCS | |
1063 | ||
1064 | 1992-06-22 Richard Stallman <rms@gnu.org> | |
1065 | ||
1066 | * src/vmsgetargs.c: entered into RCS | |
1067 | ||
1068 | 1992-06-22 Richard Stallman <rms@gnu.org> | |
1069 | ||
1070 | * doc/bison.rnh: entered into RCS | |
1071 | ||
1072 | 1992-04-20 David J. MacKenzie <djm@gnu.org> | |
1073 | ||
1074 | * README: entered into RCS | |
1075 | ||
1076 | 1992-01-22 Richard Stallman <rms@gnu.org> | |
1077 | ||
1078 | * src/machine.h: entered into RCS | |
1079 | ||
1080 | 1991-12-21 Richard Stallman <rms@gnu.org> | |
1081 | ||
1082 | * src/lalr.c, src/closure.c: | |
1083 | entered into RCS | |
1084 | ||
1085 | 1991-12-20 Richard Stallman <rms@gnu.org> | |
1086 | ||
1087 | * src/state.h: entered into RCS | |
1088 | ||
1089 | 1991-12-18 Richard Stallman <rms@gnu.org> | |
1090 | ||
1091 | * src/print.c, src/nullable.c, src/derives.c: | |
1092 | entered into RCS | |
1093 | ||
1094 | 1991-11-03 David J. MacKenzie <djm@gnu.org> | |
1095 | ||
1096 | * src/warshall.c, src/types.h, src/symtab.h, src/lex.h, src/gram.c, src/gram.h, src/files.h: | |
1097 | entered into RCS | |
1098 | ||
1099 | 1988-09-09 Richard Stallman <rms@gnu.org> | |
1100 | ||
1101 | * src/bison.hairy: entered into RCS | |
1102 | ||
1103 | 1987-12-16 Richard Stallman <rms@gnu.org> | |
1104 | ||
1105 | * REFERENCES: entered into RCS |