]> git.saurik.com Git - bison.git/history - data
Merge changes from gnulib. This was prompted because the CVS
[bison.git] / data /
2003-03-02  Akim Demaille* data/yacc.c, data/glr.c, data/lal1.cc: Use similar...
2003-02-25  Paul Eggert(yy_reduce_print): yylineno -> yylno.
2003-02-25  Paul Eggert(yy::]b4_parser_class_name[::parse): yylineno -> yylno.
2003-02-25  Paul Eggert(yy_reduce_print): yylineno -> yylno,
2003-02-24  Paul EggertStick to ASCII for now.
2003-02-21  Akim Demaille* data/lalr1.cc: Use temporary variables instead of...
2003-02-20  Akim Demaille* data/lalr1.cc (position.hh): Make sure "columns"...
2003-02-20  Akim Demaille* data/lalr1.cc (position.hh): New subfile, including...
2003-02-19  Akim Demaille* data/lalr1.cc: When displaying a line number, be...
2003-02-19  Akim Demaille* data/lalr1.cc (b4_stack_depth_init, yy::Parser::initd...
2003-02-13  Paul Eggert(yyreportSyntaxError) [YYERROR_VERBOSE]:
2003-02-13  Paul Eggert(yyerrlab) [YYERROR_VERBOSE]:
2003-02-06  Akim Demaille* configure.ac (GXX): Rename as...
2003-02-04  Akim Demaille* data/lalr1.cc (YYLLOC_DEFAULT): Fix its definition...
2003-02-04  Akim Demaille* data/lalr1.cc: If YYDEBUG is not defined, don't depen...
2003-01-29  Paul HilfingerChanges in response to error report by S. Eken: GLR...
2003-01-29  Paul EggertDo not use @output_header_name@ unless
2003-01-22  Paul Eggert(YYERROR): Move code from yyerrlab1 to here, so that
2003-01-13  Akim Demaille Quoc Peyrot <chojin@lrde.epita.fr>,
2003-01-05  Paul Eggert(yyerrlab1): Omit attribute if __cplusplus is defined,
2003-01-03  Paul EggertUpdate copyright.
2003-01-03  Paul Eggert(yybool): Renamed from bool, to avoid collisions in C.
2003-01-02  Paul Eggert(yyerrlab1): Append `;' after attribute, to
2002-12-28  Paul Eggert(yyparse): New local var yylerrsp, to record the
2002-12-28  Paul EggertRemove this file, since we
2002-12-26  Paul Eggert(dist_m4sugar_DATA): Remove m4sugar/version.m4.
2002-12-26  Paul EggertDon't include m4sugar/version.m4.
2002-12-26  Paul EggertDon't include c.m4, as "include" doesn't do what we...
2002-12-26  Paul EggertComment fix: don't mention obsolete bison.simple.
2002-12-24  Paul Eggert(b4_location_type): Remove.
2002-12-24  Paul Eggert(b4_location_type): Remove.
2002-12-15  Paul EggertUndo most of the 2002-11-12 yychar -> yytoken patch...
2002-12-13  Paul EggertFix a bad interaction with flex 2.5.23 reported by...
2002-12-11  Paul Eggert(YYSTACK_GAP_MAXIMUM): Renamed from YYSTACK_GAP_MAX.
2002-12-09  Paul Eggert* data/glr.c, data/lalr1.cc, data/yacc.c: Do not use...
2002-12-07  Paul Eggert(yy_reduce_print): Don't assume that yyrline[yyrule...
2002-12-07  Paul Eggert(yy_reduce_print): Don't assume that yyrline[yyrule]
2002-11-27  Paul Eggert(b4_yysymprint_generate): yyout -> yyoutput,
2002-11-25  Paul Eggert(yyerrlab1): Move this label down, so that the
2002-11-21  Paul EggertDo not include <assert.h>.
2002-11-19  Paul Eggert(yygetLRActions): Replace `yyindex' with
2002-11-18  Paul Eggert(YYDPRINTF, YYDSYMPRINT, YYDSYMPRINTF) [!YYDEBUG]:...
2002-11-16  Akim DemailleAugment the similarity between GLR and LALR traces.
2002-11-16  Akim Demaille* src/getargs.h, src/getargs.c (trace_e, trace_args...
2002-11-16  Paul EggertAvoid over-quoting of __line__ and __file.
2002-11-15  Paul Eggert* data/glr.c, data/lalr1.cc, data/yacc.cc, doc/bison...
2002-11-14  Paul Hilfinger* data/glr.c (yyFail): Always set yyerrflag. Corrects...
2002-11-13  Akim Demaille* data/yacc.c: Leave bigger chunks of quoted text.
2002-11-13  Paul Eggert(yydoAction): Return YYRESULTTAG, not int.
2002-11-13  Paul Eggert(inline): Remove #define. It's the user's responsibili...
2002-11-12  Akim Demaille* data/c.m4 (b4_yysymprint_generate): Pass *yyvaluep...
2002-11-12  Akim Demaille* tests/regression.at (input.y): s/YYEOF/MYEOF/, as...
2002-11-12  Akim Demaille* data/c.m4 (b4_yydestruct_generate, b4_symbol_actions...
2002-11-12  Akim Demaille* src/scan-gram.l, src/reader.h (scanner_last_string_free):
2002-11-12  Paul EggertUse new @ escapes consistently.
2002-11-12  Paul EggertUse new @ escapes consistently.
2002-11-12  Paul Eggert(b4_copyright): Omit file name from comment, since
2002-11-10  Paul EggertFix the test failure due to GCC warnings described in
2002-11-07  Akim DemailleLet yyerror always receive the msg as last argument...
2002-11-06  Akim DemailleRestore --no-lines.
2002-11-03  Akim Demaille* data/c.m4 (b4_identification, b4_user_args, b4_parse_...
2002-10-30  Paul Eggert(YYLEFTMOST_STATE): Remove.
2002-10-24  Akim Demaille* src/output.c (output_skeleton): Don't disable M4sugar...
2002-10-24  Akim Demaille* data/yacc.c (m4_int_type): New.
2002-10-23  Paul Eggert(struct yyltype): Define members even when not
2002-10-22  Akim Demaille* data/README: New.
2002-10-20  Akim Demaille* src/muscle_tab.c (muscle_grow): Remove trailing debug...
2002-10-20  Akim Demaille* data/c.m4 (b4_c_ansi_args): Recognize functions with no
2002-10-20  Akim Demaille* src/output.c (prepare): Move the definition of `token...
2002-10-20  Akim Demaille* data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if...
2002-10-20  Akim Demaille* src/output.c (prepare): Use MUSCLE_INSERT_STRING.
2002-10-20  Paul EggertSpell `-*- Autoconf -*-' properly; the leading `-'...
2002-10-19  Akim Demaille* tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC...
2002-10-19  Akim DemaillePrototype support of %lex-param and %parse-param.
2002-10-19  Paul Eggert(yyreportParseError): Don't assume that sprintf
2002-10-14  Akim Demaille* data/glr.c [YYDEBUG] (YYLEFTMOST_STATE): Initialize...
2002-10-14  Paul Eggert(b4_int_type): Use yysigned_char instead of signed...
2002-10-14  Paul Eggert(yysigned_char): New type.
2002-10-14  Paul Eggert(yyparse): Rewrite to avoid "comparison is always true...
2002-10-13  Paul Eggert(b4_token_defines): Protect against double-inclusion
2002-10-13  Akim Demaille* data/glr.c (yyglrShiftDefer, yyaddDeferredAction...
2002-10-13  Akim DemailleLet nondeterministic skeletons be usable with deterministic
2002-10-13  Akim Demaille* data/glr.c: Formatting changes.
2002-10-13  Akim DemailleGLR parsers sometimes raise parse errors instead of...
2002-10-12  Paul EggertOutput token definitions before the first part of user...
2002-10-12  Paul Eggert(b4_token_enum): Do not define YYTOKENTYPE.
2002-10-11  Paul Eggert(yyreport_parse_error): Remove, putting its body into...
2002-09-07  Paul Eggertdata/yacc.c: Move the GPL exception comment from c...
2002-09-07  Paul Eggert(b4_copyright): Move the GPL exception comment from...
2002-09-06  Akim Demaille* data/lalr1.cc (struct yyltype): Don't define it,...
2002-09-04  Akim Demaille* data/yacc.c: Guard the declaration of yytoknum also...
2002-08-12  Paul EggertFix comment about `$$ = $1': it can copy garbage.
2002-08-12  Paul EggertInclude string.h, for strlen.
2002-07-30  Akim DemailleIn verbose parse error message, don't report `error...
2002-07-26  Akim Demaille* src/reader.h, src/reader.c (gram_error): ... can...
2002-07-25  Akim Demaille* data/c.m4 (b4_c_function, b4_c_ansi_args, b4_c_ansi_arg)
2002-07-25  Akim Demaille* data/yacc.c (yyreport_parse_error): New, extracted...
2002-07-25  Akim Demaille* data/c.m4 (b4_ints_in, b4_int_type, b4_int_type_for...
2002-07-25  Akim Demaille* src/gram.h (TIEM_NUMBER_MAX): New.
2002-07-09  Akim Demaille* data/yacc.c: Output the copyright notive in the header.
next