2000-12-12 |
Akim Demaille | * src/reader.c (copy_definition, parse_union_decl,... |
commit | commitdiff | tree | snapshot |
2000-12-12 |
Akim Demaille | * src/output.c (output_headers, output_program, output... |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Akim Demaille | * lib/obstack.h: Formatting changes. |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Akim Demaille | * tests/Makefile.am (suite.m4, regression.m4, calc... |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Akim Demaille | * tests/regression.m4 (%union and --defines): New test, |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Akim Demaille | * src/bison.s1 (_YY_DECL_VARIABLES, YY_DECL_VARIABLES... |
commit | commitdiff | tree | snapshot |
2000-11-17 |
Akim Demaille | * acconfig.h: Remove, no longer used. |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Akim Demaille | * src: s/Copyright (C)/Copyright/g. |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Akim Demaille | * src/reader.c (reader): #define YYLSP_NEEDED to 1... |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Akim Demaille | * src/bison.s1 (YYLEX): Use #if instead of #ifdef. |
commit | commitdiff | tree | snapshot |
2000-11-07 |
Akim Demaille | * src/output.c (output): Remove useless variables. |
commit | commitdiff | tree | snapshot |
2000-11-06 |
Akim Demaille | Typos in ChangeLog. |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Akim Demaille | * src/Makefile.am (INCLUDES): s/PFILE/BISON_SIMPLE/. |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Akim Demaille | For some reasons, this has not been applied. |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Akim Demaille | * src/files.c (skeleton_find): New function, eved out... |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Akim Demaille | Adjust the cvsignores. |
commit | commitdiff | tree | snapshot |
2000-11-03 |
Akim Demaille | Don't use `atexit'. |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Akim Demaille | * src/files.c [VMS]: No longer include `ssdef.h', no... |
commit | commitdiff | tree | snapshot |
2000-11-02 |
Akim Demaille | Remove the last uses of mktemp and unlink/delete. |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Akim Demaille | Change each use of `fattrs' into a use of `attrs_obstack'. |
commit | commitdiff | tree | snapshot |
2000-11-01 |
Akim Demaille | Introduce obstacks. |
commit | commitdiff | tree | snapshot |
2000-10-20 |
Akim Demaille | * lib/quote.h (PARAMS): New macro. Use it. |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Akim Demaille | Remove spurious empty lines. |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Akim Demaille | * src/output.c (output_short_or_char_table): New function. |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Akim Demaille | * src/symtab.c (bucket_new): New function. |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Akim Demaille | * src/lex.c (read_typename): New function. |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Akim Demaille | * src/reader.c (copy_comment2): Expect the input stream... |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Akim Demaille | * src/reader.c (parse_expect_decl): Use `skip_white_spa... |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Akim Demaille | * src/reader.c (copy_dollar): New function. |
commit | commitdiff | tree | snapshot |
2000-10-16 |
Akim Demaille | * lib/quote.h, lib/quote.c, lib/quotearg.h, lib/quotearg.c: |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Akim Demaille | * doc/bison.texinfo: Various typos spotted by Neil... |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Akim Demaille | When a literal string is used to define two different... |
commit | commitdiff | tree | snapshot |
2000-10-04 |
Akim Demaille | * src/reader.c (parse_expect_decl): Keep `count' within... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Jeff Bailey | Gratuitous change to NEWS to test mailout |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Jeff Bailey | Gratuitous change to test mail out |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | * bison.s1 (yyparse): Assign the default value |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | Typos in ChangeLog. |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | * src/getargs.c (getargs): Don't dump `--help' on unrec... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | * src/derives.c, src/print.c, src/reduce.c: To ease the |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | The location tracking mechanism is precious for parse... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | Also test parse error messages, including with YYERROR_... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | Test also `--verbose', `--defines' and `--name-prefix... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | Improve the readability of the produced parsers. |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | * lib/xstrdup.c: New file, from the fileutils. |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | * src/gram.h (associativity): New enum type which repla... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | * src/getargs.c (fixed_outfiles): Rename as... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | Use the more standard files `xalloc.h' and `xmalloc... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | Various anti-`extern in *.c' changes. |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | * src/state.h (nstates, final_state, first_state, first... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | * src/LR0.h: New file. |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | * src/print.h: New file. |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | * src/conflicts.c (conflict_report): New function. |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | * src/nullable.h: New file. |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | Add src/reduce.h to the repository. |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | * src/reduce.h: New file. |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | * src/files.c: Formatting changes. |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | * src/reader.h: New file. |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | * src/lex.h: Prototype `lex.c' exported functions. |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | * src/lalr.h: New file. |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | * src/output.c (token_actions): Introduce a temporary... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | `user_toknums' is output as a `short[]' in `output... |
commit | commitdiff | tree | snapshot |
2000-10-02 |
Akim Demaille | * src/output.c (output): Topological sort of the functi... |
commit | commitdiff | tree | snapshot |
2000-09-27 |
Jesse Thilo | Print contents near beginning, not at the end. |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Akim Demaille | * src/atgeneral.m4: Update from Autoconf. |
commit | commitdiff | tree | snapshot |
2000-09-21 |
Akim Demaille | * src/closure.h: New file. |
commit | commitdiff | tree | snapshot |
2000-09-20 |
Akim Demaille | * src/closure.h: New file. |
commit | commitdiff | tree | snapshot |
2000-09-20 |
Akim Demaille | * src/acconfig.h: Don't protect config.h against multiple |
commit | commitdiff | tree | snapshot |
2000-09-20 |
Akim Demaille | * src/derives.h: New file. |
commit | commitdiff | tree | snapshot |
2000-09-20 |
Akim Demaille | * tests/atgeneral.m4: Update from Autoconf. |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Akim Demaille | * src/output.c: Formatting changes. |
commit | commitdiff | tree | snapshot |
2000-09-19 |
Akim Demaille | * tests/calc.m4 (calc.y): Do not assign to stdin, as... |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Akim Demaille | * configure.in: Append WARNING_CFLAGS to CFLAGS. |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Akim Demaille | * doc/bison.texinfo: Update the copyright. |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Akim Demaille | First set of tests: use the `calc' example from the... |
commit | commitdiff | tree | snapshot |
2000-09-18 |
Akim Demaille | Add support for an Autotest test suite for Bison. |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Jesse Thilo | Call free_nullable() when done. |
commit | commitdiff | tree | snapshot |
2000-07-04 |
Jesse Thilo | More explicit use of "const", "extern", and "static... |
commit | commitdiff | tree | snapshot |
2000-04-14 |
Akim Demaille | * src/reader.c (copy_comment2): New function, same... |
commit | commitdiff | tree | snapshot |
2000-04-13 |
Jesse Thilo | Check for `inline' explicitly. |
commit | commitdiff | tree | snapshot |
2000-04-13 |
Jesse Thilo | # oops: wanted -Wshadow, not -Wno-char-subscripts. |
commit | commitdiff | tree | snapshot |
2000-04-13 |
Jesse Thilo | Take full advantage of GNU C library when available. |
commit | commitdiff | tree | snapshot |
2000-04-13 |
Jesse Thilo | # added --enable-gcc-warnings (not for user consumption). |
commit | commitdiff | tree | snapshot |
2000-04-13 |
Jesse Thilo | Added translation updates. |
commit | commitdiff | tree | snapshot |
2000-03-31 |
Akim Demaille | * src/files.c (tryopen, tryclose): Move to the top. |
commit | commitdiff | tree | snapshot |
2000-03-31 |
Akim Demaille | * src/main.c (main): Don't call `done', exit does it. |
commit | commitdiff | tree | snapshot |
2000-03-31 |
Akim Demaille | s/return (foo)/return foo/ |
commit | commitdiff | tree | snapshot |
2000-03-31 |
Akim Demaille | Clean the error reporting functions. |
commit | commitdiff | tree | snapshot |
2000-03-28 |
Jesse Thilo | # updates. |
commit | commitdiff | tree | snapshot |
2000-03-28 |
Akim Demaille | * lib/: New directory. |
commit | commitdiff | tree | snapshot |
2000-03-28 |
Akim Demaille | * src/getargs.c (usage): Refresh the help message. |
commit | commitdiff | tree | snapshot |
2000-03-25 |
Akim Demaille | Revamp OChangeLog before merging with ChangeLog. |
commit | commitdiff | tree | snapshot |
2000-03-18 |
Jesse Thilo | # ignore generated files |
commit | commitdiff | tree | snapshot |
2000-03-18 |
Jesse Thilo | # no changes |
commit | commitdiff | tree | snapshot |
2000-03-17 |
Akim Demaille | * src/getopt1.c: Updated from textutils 2.0e |
commit | commitdiff | tree | snapshot |
2000-03-17 |
Akim Demaille | Fixed filenames in ChangeLog. |
commit | commitdiff | tree | snapshot |
2000-03-17 |
Akim Demaille | * src/Makefile.am (bison.simple): Fix the awk program... |
commit | commitdiff | tree | snapshot |
2000-03-17 |
Akim Demaille | On syntax errors, report the token on which we choked. |
commit | commitdiff | tree | snapshot |
2000-03-17 |
Akim Demaille | * reader.c (copy_at): New function. |
commit | commitdiff | tree | snapshot |
2000-03-17 |
Akim Demaille | Be kind to translators, save some useless translations. |
commit | commitdiff | tree | snapshot |
2000-03-17 |
Akim Demaille | * reader.c (copy_definition): Use copy_string and copy_... |
commit | commitdiff | tree | snapshot |
next |