]> git.saurik.com Git - bison.git/history - src/output.c
* src/getargs.c (skeleton_arg): Last arg is now location const *.
[bison.git] / src / output.c
2006-12-19  Paul Eggert* src/getargs.c (skeleton_arg): Last arg is now locatio...
2006-12-12  Joel E. Denny* tests/testsuite.at (AT_CHECK): When checking if ...
2006-11-12  Joel E. DennyRemove last commit at the request of Paul Eggert.
2006-11-11  Joel E. DennyEncapsulate code properties and related functionality...
2006-10-08  Paolo Bonzini2006-10-08 Paolo Bonzini <bonzini@gnu.org>
2006-09-15  Paul EggertUse some of gnulib's new modules, taken from coreutils.
2006-09-15  Paul EggertPort to GCC 2.95. First two problems reported by Micha...
2006-09-15  Paul Eggert* data/Makefile.am (dist_pkgdata_DATA): Add push.c.
2006-09-12  Paul Eggert* data/c.m4 (b4_null, b4_case): Define.
2006-07-29  Joel E. DennyEnable declaration of default %printer/%destructor...
2006-07-09  Paul Eggert* NEWS: Instead of %union, you can define and use your...
2006-06-11  Joel E. DennyFor associating token numbers with token names for...
2006-06-10  Joel E. DennyFor consistency, use `lookahead' instead of `look-ahead' or
2006-06-06  Akim DemailleExtract the parsing of user actions from the grammar...
2006-05-14  Akim DemailleImplement --trace=m4.
2006-05-14  Akim Demaille* src/output.h, src/output.c (error_verbose): Move...
2006-01-21  Paul EggertBe a bit more systematic about using 'abort'.
2006-01-03  Paul EggertUpdate copyright year to 2006.
2006-01-02  Akim Demaille* src/output.c (output_skeleton): Don't hard wire the...
2005-12-09  Paul EggertWork around portability problem on Solaris 10: flex...
2005-10-05  Paul EggertUndo the parts of the unlocked-I/O change that substituted
2005-10-02  Paul EggertUse unlocked I/O for a minor performance improvement...
2005-10-02  Akim Demaille Akim Demaille <akim@epita.fr>
2005-10-02  Juan Manuel Guerrero(output_skeleton): Use end_of_output_subpipe() to handle
2005-09-16  Paul Eggert* NEWS: Version 2.1.
2005-09-16  Akim Demaille* data/c.m4 (b4_token_enums): New.
2005-07-24  Paul Eggert* NEWS: Version 2.0b.
2005-07-22  Paul Eggert* data/glr.c (YYTOKEN_TABLE): New macro.
2005-07-21  Paul Eggert* data/glr.c (yytnamerr): New function.
2005-05-14  Paul EggertUpdate FSF postal mail address.
2005-04-17  Paul Eggert* NEWS: Bison-generated C parsers no longer quote liter...
2005-03-07  Paul Eggert* src/output.c (escaped_output): Renamed from
2004-12-17  Paul EggertRemove uses of 'short int' and 'unsigned short int...
2004-12-10  Paul Eggert* src/system.h (CALLOC, MALLOC, REALLOC): Remove. ...
2004-07-22  Paul Eggert(symbol_destructors_output, symbol_printers_output):
2004-06-21  Paul EggertUse "look-ahead" instead of "lookahead", consistently.
2004-03-31  Paul EggertUse 'short int' rather than 'short', and similarly...
2003-12-24  Paul Eggert(output_skeleton): Rename local var.
2003-08-04  Paul Eggert(merge_output): Adjust to the change to ../data/glr.c.
2003-06-10  Paul Hilfinger* data/glr.c (YYERROR): Update definition.
2003-05-24  Paul EggertSwitch from 'int' to 'bool' where that makes sense.
2003-04-29  Akim Demaille* src/gram.h, src/gram.c (pure_parser, glr_parser)...
2003-03-31  Akim Demaille* src/output.c (prepare_symbols): Avoid trailing spaces...
2003-02-01  Paul EggertUpdate copyright date to 2003.
2003-01-17  Paul Eggert(symbol_printers_output): Fix typo that led
2002-12-26  Paul Eggert(output_skeleton): Use full path names when
2002-12-13  Paul Eggert(GENERATE_MUSCLE_INSERT_TABLE): Use long local
2002-12-11  Paul Eggert(output_skeleton): Use get_errno instead of errno.
2002-12-07  Paul EggertAdjust to new location_t layout.
2002-11-21  Paul Eggert(prepare_rules, token_definitions_output): Use abort...
2002-11-15  Paul Eggert(output_skeleton): Call xfopen instead of duplicating...
2002-11-12  Akim Demaille* src/getargs.c (long_options): Remove duplicates.
2002-11-12  Akim Demaille* src/struniq.h, src/struniq.c (struniq_t): Is const.
2002-11-12  Paul Eggert(escaped_file_name_output): New function.
2002-11-06  Akim Demaille#line should have quoted strings.
2002-11-06  Akim DemailleRestore --no-lines.
2002-11-06  Akim Demaille* src/main.c (main): Free `infile'.
2002-11-03  Paul Eggert(prepare_symbols): When printing token names, escape...
2002-10-30  Paul Eggert(output_skeleton): Use xfclose rather than fclose and...
2002-10-24  Akim Demaille* src/output.c (output_skeleton): Don't disable M4sugar...
2002-10-20  Akim Demaille* src/output.c (prepare): Move the definition of `token...
2002-10-20  Akim Demaille* src/tables.h, src/tables.c, src/output.c: Comment...
2002-10-20  Akim Demaille* src/output.c (prepare): Use MUSCLE_INSERT_STRING.
2002-10-20  Paul EggertInclude "subpipe.h".
2002-10-20  Paul Eggert(prepare): Use xstrdup to convert char const * to char...
2002-10-19  Akim DemaillePrototype support of %lex-param and %parse-param.
2002-10-13  Akim DemailleLet nondeterministic skeletons be usable with deterministic
2002-07-31  Akim DemailleSeparate parser tables computation and output.
2002-07-31  Akim DemailleSteal GCC's --time-report support.
2002-07-31  Akim DemailleLet --trace have arguments.
2002-07-30  Akim DemailleReport rules which are never reduced by the parser...
2002-07-29  Akim Demaille* src/state.h, src/state.c (transitions_t): Holds state...
2002-07-26  Akim Demaille* src/reader.h, src/reader.c (gram_error): ... can...
2002-07-26  Akim Demaille* src/output.c (prepare_tokens): Go up to ntokens,...
2002-07-25  Akim DemailleStop storing rules from 1 to nrules + 1.
2002-07-25  Akim Demaille* src/gram.h (TIEM_NUMBER_MAX): New.
2002-07-03  Akim Demaille* src/output.c (froms, tos): Are state_number_t.
2002-07-03  Akim Demaille* src/output.c (prepare_actions): Free `tally' and...
2002-07-03  Akim DemailleFix some memory leaks, and fix a bug: state 0 was exami...
2002-07-02  Akim Demaille* lib/libiberty.h: New.
2002-06-30  Akim DemailleWe spend a lot of time in quotearg, in particular when...
2002-06-30  Akim Demaille* src/state.h (reductions_t): Rename member `nreds...
2002-06-30  Akim Demaille* src/state.h, src/state.c (shift_t, SHIFT_SYMBOL,...
2002-06-30  Akim Demaille* src/output.c (action_row): Let default_rule be always...
2002-06-30  Akim Demaille* src/closure.c (print_firsts, print_fderives, closure):
2002-06-30  Akim Demaille* src/gram.h (rule_number_t, RULE_NUMBER_MAX, int_of_ru...
2002-06-30  Akim Demaille* src/LR0.c (save_reductions): Remove, replaced by...
2002-06-30  Akim Demaille* src/LR0.c (state_list_t, state_list_append): New.
2002-06-30  Akim DemailleUse hash.h for the state hash table.
2002-06-30  Akim Demaille* src/state.h (state_number_t, STATE_NUMBER_MAX): New.
2002-06-28  Akim Demaille* data/yacc.c (yydestruct, yysymprint): Pacify GCC...
2002-06-28  Akim Demaille* src/reader.h: s/grammer_current_rule_merge_set/gramma...
2002-06-28  Paul HilfingerInitial check-in introducing experimental GLR parsing...
2002-06-27  Akim Demaille* data/bison.simple, data/bison.c++: Rename as...
2002-06-20  Akim Demaille* src/symtab.h, src/symtab.c (symbol_t): printer and
2002-06-18  Akim Demaille* src/symtab.h, src/symtab.c (symbol_t): destructor_loc...
2002-06-17  Akim Demaille* data/m4sugar/m4sugar.m4 (m4_map): Recognize when...
2002-06-17  Akim Demaille* src/symlist.h, src/symlist.c (symbol_list_length...
2002-06-15  Akim Demaille* src/state.h (state_t): Replace the `lookaheadsp'...
2002-06-15  Akim DemailleCopy BYacc's nice way to report the grammar.
next