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