2002-11-03 |
Paul Eggert | (errno): Remove declaration, as we are now assuming... |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Paul Eggert | * lib/bitset_stats.c (bitset_stats_read, bitset_stats_w... |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Akim Demaille | * src/system.h: Don't use #ifdef/#ifndef on HAVE_ value... |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Paul Eggert | (output_skeleton): Use xfclose rather than fclose and... |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Paul Eggert | (xfclose): Return void, not int, since it always return... |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Paul Eggert | (xfclose): Return void, not int, since it always return... |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Paul Eggert | (bitset_stats_read, bitset_stats_write): Check for... |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Paul Eggert | (YYLEFTMOST_STATE): Remove. |
commit | commitdiff | tree | snapshot |
2002-10-30 |
Paul Hilfinger | Add test glr-regr1.at to check for incorrect collapsing... |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Paul Eggert | (AC_INIT): Bump version to 1.75b. |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Paul Eggert | Version 1.75a. |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Paul Eggert | Fix misspelling of "Valgrind". |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Paul Eggert | * tests/calc.at (_AT_DATA_CALC_Y): Remove unused strcat... |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Paul Eggert | (_AT_DATA_CALC_Y): Remove unused strcat declaration. |
commit | commitdiff | tree | snapshot |
2002-10-25 |
Paul Eggert | (_AT_TEST_GLR_CALC): Include stdlib.h, since |
commit | commitdiff | tree | snapshot |
2002-10-24 |
Akim Demaille | * src/output.c (output_skeleton): Don't disable M4sugar... |
commit | commitdiff | tree | snapshot |
2002-10-24 |
Akim Demaille | * data/yacc.c (m4_int_type): New. |
commit | commitdiff | tree | snapshot |
2002-10-24 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Paul Eggert | * src/main.c (main): With --trace=time, report times... |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Paul Eggert | (main): With --trace=time, report times even if a non... |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Paul Eggert | (reader): Just return if a complaint has been issued, |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Akim Demaille | * src/system.h: Include sys/types. |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Paul Eggert | AM_PROG_LEX -> AC_PROG_LEX. |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Paul Eggert | (AC_PROG_LEX): Use instead of AM_PROG_LEX. |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Paul Eggert | (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit decl... |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Paul Eggert | (main): Use return to exit, undoing yesterday's change. |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Paul Eggert | (struct yyltype): Define members even when not |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Paul Eggert | Minor spelling and typographical fixes. Use @acronym... |
commit | commitdiff | tree | snapshot |
2002-10-23 |
Paul Eggert | Be consistent about 'bool'. |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Akim Demaille | * data/README: New. |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Akim Demaille | Update. |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Akim Demaille | Regen. |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Paul Eggert | (fatal, fatal_at): Add __attribute__((__noreturn__)). |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Paul Eggert | (main): Use exit to exit with failure. |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Paul Eggert | (getargs): Use EXIT_FAILURE and EXIT_SUCCESS rather... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Paul Eggert | (xfopen, xfclose): Use EXIT_FAILURE rathern than 2. |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Paul Eggert | (warning_issued): Renamed from warn_message_count, |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Paul Eggert | Use C99-style bool instead of our own style. |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Paul Eggert | Use C99-style bool instead of our own style. |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Paul Eggert | Use C99-style bool instead of our own style. |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Paul Eggert | se C99-style bool instead of our own style. |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Paul Eggert | (bool, false, true): Use a definition consistent with... |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Paul Eggert | (hash_compare_symbol_t): (a ? FALSE : TRUE) -> (! a) |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Paul Eggert | (hash_compare_muscles): (a ? FALSE : TRUE) -> (! a) |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Paul Eggert | (EXTRA_DIST): Add stdbool.m4. |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Paul Eggert | (AC_HEADER_STDBOOL): Add. |
commit | commitdiff | tree | snapshot |
2002-10-22 |
Paul Eggert | New file, from coreutils 4.5.3. |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Paul Eggert | (getargs): When there are too few operands, report... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Paul Eggert | Remove K&R vestiges. |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Paul Eggert | Remove all uses of PARAMS, since we now assume C89... |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Paul Eggert | (getargs, cli_present, cli_get_value): Prototype. |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Paul Eggert | (PARAMS): Remove. |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Paul Eggert | Assume prototypes. |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Paul Eggert | (VA_START): Remove. Assume prototypes. |
commit | commitdiff | tree | snapshot |
2002-10-21 |
Paul Eggert | (AC_C_CONST, AM_C_PROTOTYPES): Remove. |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Akim Demaille | * src/muscle_tab.c (muscle_grow): Remove trailing debug... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Akim Demaille | * data/c.m4 (b4_c_ansi_args): Recognize functions with no |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Akim Demaille | * src/output.c (prepare): Move the definition of `token... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Akim Demaille | * src/tables.h, src/tables.c, src/output.c: Comment... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Akim Demaille | * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Akim Demaille | * src/output.c (prepare): Use MUSCLE_INSERT_STRING. |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Paul Eggert | Do not create a temporary file, as that involves securi... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Paul Eggert | Do not create a temporary file, as that involves securi... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Paul Eggert | (readpipe): Remove decl. |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Paul Eggert | Include "subpipe.h". |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Paul Eggert | Add lib/subpipe.c. |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Paul Eggert | (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4. |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Paul Eggert | (libbison_a_SOURCES): Remove readpipe.c. |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Paul Eggert | (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove. |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Paul Eggert | Initial version. |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Paul Eggert | (prepare): Use xstrdup to convert char const * to char... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Paul Eggert | (muscle_pair_list_grow): Rename local to avoid confusio... |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Paul Eggert | (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast to |
commit | commitdiff | tree | snapshot |
2002-10-20 |
Paul Eggert | Spell `-*- Autoconf -*-' properly; the leading `-'... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Akim Demaille | * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Akim Demaille | Prototype support of %lex-param and %parse-param. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Akim Demaille | * src/getargs.c (usage): Take status as argument and... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Paul Eggert | * data/glr.c (yyreportParseError): Don't assume that... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Paul Eggert | (yyreportParseError): Don't assume that sprintf |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Paul Eggert | * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and... |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Paul Eggert | (%nonassoc and eof): #undef memcmp and realloc. |
commit | commitdiff | tree | snapshot |
2002-10-19 |
Paul Eggert | (_AT_DATA_CALC_Y): #undef memcmp and realloc. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Akim Demaille | * src/getargs.h (trace_e): Add trace_scan, and trace_parse. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Paul Eggert | * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Paul Eggert | (MUSCLE_TAB_H_): Was misspelled as MUSCLE_TAB_H_. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Paul Eggert | * NEWS: Officially drop support for building Bison... |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Paul Eggert | (AUTOMAKE_OPTIONS): Remove. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Paul Eggert | Remove ansi2knr, ansi2knr.*. |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Paul Eggert | Officially drop support for building Bison with K&R C, |
commit | commitdiff | tree | snapshot |
2002-10-17 |
Paul Eggert | (wget_files): Remove ansi2knr.c. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Akim Demaille | Bump to 1.75a. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Paul Eggert | Stop using the "enum_" trick for K&R-style function... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Paul Eggert | (enum_lbitset_find_mode): Remove. All uses of "enum_... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Paul Eggert | (enum_ebitset_find_mode): Remove. All uses of "enum_... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Paul Eggert | (bitsetv_alloc): enum_bitset_type -> enum bitset_type |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Paul Eggert | (bitsetv_alloc, bitsetv_create, bitsetv_free, bitsetv_zero, |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Paul Eggert | (bitset_stats_init): enum_bitset_type -> enum bitset_type. |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Paul Eggert | (bitset_log_histogram_print, bitset_percent_histogram_p... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Paul Eggert | (bitset_set, bitset_reset, bitset_test): Use function... |
commit | commitdiff | tree | snapshot |
2002-10-16 |
Paul Eggert | (bitset_alloc, bitset_and_or_, bitset_and_or_cmp_,... |
commit | commitdiff | tree | snapshot |
next |