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