2002-10-20 |
Paul Eggert | (libbison_a_SOURCES): Remove readpipe.c.
|
commit | commitdiff | tree |
2002-10-20 |
Paul Eggert | (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.
|
commit | commitdiff | tree |
2002-10-20 |
Paul Eggert | Initial version.
|
commit | commitdiff | tree |
2002-10-20 |
Paul Eggert | (prepare): Use xstrdup to convert char const * to char...
|
commit | commitdiff | tree |
2002-10-20 |
Paul Eggert | (muscle_pair_list_grow): Rename local to avoid confusion...
|
commit | commitdiff | tree |
2002-10-20 |
Paul Eggert | (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to
|
commit | commitdiff | tree |
2002-10-20 |
Paul Eggert | Spell `-*- Autoconf -*-' properly; the leading `-'...
|
commit | commitdiff | tree |
2002-10-19 |
Paul Eggert | * data/glr.c (yyreportParseError): Don't assume that...
|
commit | commitdiff | tree |
2002-10-19 |
Paul Eggert | (yyreportParseError): Don't assume that sprintf
|
commit | commitdiff | tree |
2002-10-19 |
Paul Eggert | * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and...
|
commit | commitdiff | tree |
2002-10-19 |
Paul Eggert | (%nonassoc and eof): #undef memcmp and realloc.
|
commit | commitdiff | tree |
2002-10-19 |
Paul Eggert | (_AT_DATA_CALC_Y): #undef memcmp and realloc.
|
commit | commitdiff | tree |
2002-10-17 |
Paul Eggert | * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled...
|
commit | commitdiff | tree |
2002-10-17 |
Paul Eggert | (MUSCLE_TAB_H_): Was misspelled as MUSCLE_TAB_H_.
|
commit | commitdiff | tree |
2002-10-17 |
Paul Eggert | * NEWS: Officially drop support for building Bison...
|
commit | commitdiff | tree |
2002-10-17 |
Paul Eggert | (AUTOMAKE_OPTIONS): Remove.
|
commit | commitdiff | tree |
2002-10-17 |
Paul Eggert | Remove ansi2knr, ansi2knr.*.
|
commit | commitdiff | tree |
2002-10-17 |
Paul Eggert | Officially drop support for building Bison with K&R C,
|
commit | commitdiff | tree |
2002-10-17 |
Paul Eggert | (wget_files): Remove ansi2knr.c.
|
commit | commitdiff | tree |
2002-10-16 |
Paul Eggert | Stop using the "enum_" trick for K&R-style function...
|
commit | commitdiff | tree |
2002-10-16 |
Paul Eggert | (enum_lbitset_find_mode): Remove. All uses of "enum_...
|
commit | commitdiff | tree |
2002-10-16 |
Paul Eggert | (enum_ebitset_find_mode): Remove. All uses of "enum_...
|
commit | commitdiff | tree |
2002-10-16 |
Paul Eggert | (bitsetv_alloc): enum_bitset_type -> enum bitset_type
|
commit | commitdiff | tree |
2002-10-16 |
Paul Eggert | (bitsetv_alloc, bitsetv_create, bitsetv_free, bitsetv_zero,
|
commit | commitdiff | tree |
2002-10-16 |
Paul Eggert | (bitset_stats_init): enum_bitset_type -> enum bitset_type.
|
commit | commitdiff | tree |
2002-10-16 |
Paul Eggert | (bitset_log_histogram_print, bitset_percent_histogram_print,
|
commit | commitdiff | tree |
2002-10-16 |
Paul Eggert | (bitset_set, bitset_reset, bitset_test): Use function...
|
commit | commitdiff | tree |
2002-10-16 |
Paul Eggert | (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,...
|
commit | commitdiff | tree |
2002-10-16 |
Paul Eggert | (enum_bitset_ops, enum_bitset_type): Remove.
|
commit | commitdiff | tree |
2002-10-16 |
Paul Eggert | (abitset_and, abitset_and_cmp, abitset_and_or,
|
commit | commitdiff | tree |
2002-10-14 |
Paul Eggert | * tests/action.at, tests/calc.at, tests/conflicts.at,
|
commit | commitdiff | tree |
2002-10-14 |
Paul Eggert | Say "bison -o foo.c foo.y", not "bison foo.y -o foo.c",
|
commit | commitdiff | tree |
2002-10-14 |
Paul Eggert | * data/c.m4 (b4_int_type): Use yysigned_char instead...
|
commit | commitdiff | tree |
2002-10-14 |
Paul Eggert | (b4_int_type): Use yysigned_char instead of signed...
|
commit | commitdiff | tree |
2002-10-14 |
Paul Eggert | (yysigned_char): New type.
|
commit | commitdiff | tree |
2002-10-14 |
Paul Eggert | (Web2c Actions): signed char -> yysigned_char.
|
commit | commitdiff | tree |
2002-10-14 |
Paul Eggert | * data/yacc.c (yyparse): Rewrite to avoid "comparison...
|
commit | commitdiff | tree |
2002-10-14 |
Paul Eggert | (yyparse): Rewrite to avoid "comparison is always true...
|
commit | commitdiff | tree |
2002-10-13 |
Paul Eggert | * data/c.m4 (b4_token_defines): Protect against double...
|
commit | commitdiff | tree |
2002-10-13 |
Paul Eggert | (b4_token_defines): Protect against double-inclusion
|
commit | commitdiff | tree |
2002-10-13 |
Paul Eggert | Regenerate.
|
commit | commitdiff | tree |
2002-10-13 |
Paul Eggert | Fix problem reported by Henrik Grubbstroem in
|
commit | commitdiff | tree |
2002-10-13 |
Paul Eggert | (Exotic Dollars): Test for "nonterm: { $$ = 123; }...
|
commit | commitdiff | tree |
2002-10-13 |
Paul Eggert | (rule_length): New static var.
|
commit | commitdiff | tree |
2002-10-13 |
Paul Eggert | Attempt to fix SunOS 4.1.4 porting bug reported by...
|
commit | commitdiff | tree |
2002-10-13 |
Paul Eggert | (BISON_PREREQ_TIMEVAR): Check for <sys/time.h>.
|
commit | commitdiff | tree |
2002-10-13 |
Paul Eggert | Import GCC version as of today, then merge Bison's...
|
commit | commitdiff | tree |
2002-10-13 |
Paul Eggert | Fix copyright and authorship notice to point to Bison...
|
commit | commitdiff | tree |
2002-10-13 |
Paul Eggert | [! IN_GCC && HAVE_SYS_TIME_H]: Include <sys/time.h>.
|
commit | commitdiff | tree |
2002-10-13 |
Paul Eggert | Import of GCC head 2002-10-11
|
commit | commitdiff | tree |
2002-10-13 |
Paul Eggert | * src/reader.c (grammar_current_rule_check):
|
commit | commitdiff | tree |
2002-10-13 |
Paul Eggert | (grammar_current_rule_check):
|
commit | commitdiff | tree |
2002-10-12 |
Paul Eggert | * data/c.m4 (b4_token_enum): Do not define YYTOKENTYPE.
|
commit | commitdiff | tree |
2002-10-12 |
Paul Eggert | Output token definitions before the first part of user...
|
commit | commitdiff | tree |
2002-10-12 |
Paul Eggert | (b4_token_enum): Do not define YYTOKENTYPE.
|
commit | commitdiff | tree |
2002-10-11 |
Paul Eggert | (Calling Convention): Fix strncmp typo.
|
commit | commitdiff | tree |
2002-10-11 |
Paul Eggert | * data/yacc.c (yyreport_parse_error): Remove, putting...
|
commit | commitdiff | tree |
2002-10-11 |
Paul Eggert | (yyreport_parse_error): Remove, putting its body into...
|
commit | commitdiff | tree |
2002-10-10 |
Paul Eggert | Portability fixes for bitsets; this also avoids several...
|
commit | commitdiff | tree |
2002-10-10 |
Paul Eggert | Include bitset.h, not bbitset.h.
|
commit | commitdiff | tree |
2002-10-10 |
Paul Eggert | Include <stddef.h>, for offsetof.
|
commit | commitdiff | tree |
2002-10-10 |
Paul Eggert | (ebitset_bytes): Adjust to new, unique names for structures.
|
commit | commitdiff | tree |
2002-10-10 |
Paul Eggert | enum -> enum_
|
commit | commitdiff | tree |
2002-10-10 |
Paul Eggert | (bitsetv_alloc): Return a size that is aligned properly...
|
commit | commitdiff | tree |
2002-10-10 |
Paul Eggert | (bitset_stats_bytes): Adjust to new, unique names for...
|
commit | commitdiff | tree |
2002-10-10 |
Paul Eggert | (struct bitset_struct): Remove, replacing with....
|
commit | commitdiff | tree |
2002-10-10 |
Paul Eggert | (bitset_op4_cmp): Supply prototype decls,
|
commit | commitdiff | tree |
2002-10-10 |
Paul Eggert | (enum_bitset_ops, enum_bitset_type): New types.
|
commit | commitdiff | tree |
2002-10-10 |
Paul Eggert | Include <stddef.h>, for offsetof.
|
commit | commitdiff | tree |
2002-10-07 |
Paul Eggert | * lib/bitset.h (bitset_reset): Do not assume that bitset_word is
|
commit | commitdiff | tree |
2002-10-07 |
Paul Eggert | Bison should now work on 64-bit hosts.
|
commit | commitdiff | tree |
2002-10-07 |
Paul Eggert | (bitset_reset): Do not assume that bitset_word is
|
commit | commitdiff | tree |
2002-10-07 |
Paul Eggert | (debug_lbitset): Do not assume that bitset_word is...
|
commit | commitdiff | tree |
2002-10-07 |
Paul Eggert | Bump to 1.50a.
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | Version 1.50.
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | (AC_INIT): Version 1.50.
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | Update and regenerate.
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | (reader): SHRT_MAX -> SYMBOL_NUMBER_MAX.
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | (SYMBOL_NUMBER_MAX): New macro.
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | (GOTO_NUMBER_MAX): INT_MAX -> SHRT_MAX.
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | (ITEM_NUMBER_MIN): MIN_MAX -> INT_MIN.
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | * lib/bbitset.h (BITSET_WINDEX_MAX): Redefine so that...
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | (AM_CFLAGS): Renamed from CFLAGS.
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | (AM_CFLAGS): Renamed from CFLAGS.
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | (Braces parsing): Use grep, not fgrep, as POSIX 1003...
|
commit | commitdiff | tree |
2002-10-05 |
Paul Eggert | Minor spelling, grammar, and white space fixes.
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | More fixes for 64-bit hosts and large bitsets.
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (lbitset_bytes): Use size_t, not unsigned int, to count...
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (lbitset_size, lbitset_list, lbitset_list_merge):
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (ebitset_bytes): Use size_t, not unsigned int, to count...
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (ebitset_size, ebitset_list, ebitset_list_reverse):
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (bitsetv_alloc, bitsetv_create):
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (bitsetv_alloc, bitsetv_create, bitsetv_free,
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (bitsetv_matrix_dump):
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (bitset_stats_bytes): Use size_t, not unsigned int...
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (bitset_stats_size, bitset_stats_list,
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (bitset_iterator.num, bitset_iterator.i, bitset_first...
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (bitset_bytes, bitset_alloc, bitset_obstack_alloc):
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (struct bitset_vtable.size, struct bitset_vtable.count,
|
commit | commitdiff | tree |
2002-10-02 |
Paul Eggert | (abitset_bytes): Use size_t, not unsigned int, to count...
|
commit | commitdiff | tree |
next |