summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove all uses of PARAMS, since we now assume C89 or better.Paul Eggert2002-10-2129-230/+203
* (getargs, cli_present, cli_get_value): Prototype.Paul Eggert2002-10-211-8/+3
* (PARAMS): Remove.Paul Eggert2002-10-211-24/+8
* Assume prototypes.Paul Eggert2002-10-211-11/+0
* (VA_START): Remove. Assume prototypes.Paul Eggert2002-10-211-95/+11
* (AC_C_CONST, AM_C_PROTOTYPES): Remove.Paul Eggert2002-10-211-2/+0
* * src/muscle_tab.c (muscle_grow): Remove trailing debugging code.Akim Demaille2002-10-204-57/+101
* * data/c.m4 (b4_c_ansi_args): Recognize functions with noAkim Demaille2002-10-204-126/+175
* * src/output.c (prepare): Move the definition of `tokens_number',Akim Demaille2002-10-206-45/+63
* * src/tables.h, src/tables.c, src/output.c: Comment changes.Akim Demaille2002-10-204-130/+69
* * data/yacc.c, data/yacc.c (b4_location_if, b4_pure_if): Move to...Akim Demaille2002-10-205-64/+53
* * src/output.c (prepare): Use MUSCLE_INSERT_STRING.Akim Demaille2002-10-206-68/+126
* Do not create a temporary file, as that involves security andPaul Eggert2002-10-201-0/+35
* Do not create a temporary file, as that involves security andPaul Eggert2002-10-204-526/+0
* (readpipe): Remove decl.Paul Eggert2002-10-201-37/+6
* Include "subpipe.h".Paul Eggert2002-10-201-25/+66
* Add lib/subpipe.c.Paul Eggert2002-10-201-0/+1
* (EXTRA_DIST): Remove mkstemp.m4. Add subpipe.m4.Paul Eggert2002-10-201-2/+2
* (libbison_a_SOURCES): Remove readpipe.c.Paul Eggert2002-10-201-1/+1
* (UTILS_FUNC_MKSTEMP, jm_PREREQ_TEMPNAME): Remove.Paul Eggert2002-10-201-2/+1
* Initial version.Paul Eggert2002-10-203-0/+252
* (prepare): Use xstrdup to convert char const * to char *, to avoid GCCPaul Eggert2002-10-201-4/+4
* (muscle_pair_list_grow): Rename local to avoid confusion withPaul Eggert2002-10-201-4/+4
* (TICKS_TO_MSEC, CLOCKS_TO_MSEC): Do not cast toPaul Eggert2002-10-201-9/+9
* Spell `-*- Autoconf -*-' properly; the leading `-' was missing.Paul Eggert2002-10-201-1/+1
* * tests/calc.at (_AT_DATA_CALC_Y): Define VAL, LOC, LEX_FORMALS,Akim Demaille2002-10-194-41/+98
* Prototype support of %lex-param and %parse-param.Akim Demaille2002-10-1913-1119/+1301
* * src/getargs.c (usage): Take status as argument and exitAkim Demaille2002-10-192-44/+61
* * data/glr.c (yyreportParseError): Don't assume that sprintfPaul Eggert2002-10-191-0/+4
* (yyreportParseError): Don't assume that sprintfPaul Eggert2002-10-191-3/+5
* * tests/calc.at (_AT_DATA_CALC_Y): #undef memcmp and realloc.Paul Eggert2002-10-191-0/+6
* (%nonassoc and eof): #undef memcmp and realloc.Paul Eggert2002-10-191-1/+3
* (_AT_DATA_CALC_Y): #undef memcmp and realloc.Paul Eggert2002-10-191-1/+3
* * src/getargs.h (trace_e): Add trace_scan, and trace_parse.Akim Demaille2002-10-176-160/+163
* * src/muscle_tab.h (MUSCLE_TAB_H_): Was misspelled as MUSCLE_TAB_H.Paul Eggert2002-10-171-0/+3
* (MUSCLE_TAB_H_): Was misspelled as MUSCLE_TAB_H_.Paul Eggert2002-10-171-1/+1
* * NEWS: Officially drop support for building Bison with K&R C,Paul Eggert2002-10-171-2/+12
* (AUTOMAKE_OPTIONS): Remove.Paul Eggert2002-10-172-4/+0
* Remove ansi2knr, ansi2knr.*.Paul Eggert2002-10-171-1/+0
* Officially drop support for building Bison with K&R C,Paul Eggert2002-10-171-0/+7
* (wget_files): Remove ansi2knr.c.Paul Eggert2002-10-171-6/+2
* Bump to 1.75a.Akim Demaille2002-10-162-4/+3
* Stop using the "enum_" trick for K&R-style function definitions;Paul Eggert2002-10-161-0/+76
* (enum_lbitset_find_mode): Remove. All uses of "enum_" changed to "enum ".Paul Eggert2002-10-161-170/+59
* (enum_ebitset_find_mode): Remove. All uses of "enum_" changed to "enum ".Paul Eggert2002-10-161-195/+78
* (bitsetv_alloc): enum_bitset_type -> enum bitset_typePaul Eggert2002-10-161-2/+2
* (bitsetv_alloc, bitsetv_create, bitsetv_free, bitsetv_zero,Paul Eggert2002-10-161-36/+24
* (bitset_stats_init): enum_bitset_type -> enum bitset_type.Paul Eggert2002-10-161-3/+3
* (bitset_log_histogram_print, bitset_percent_histogram_print,Paul Eggert2002-10-161-204/+60
* (bitset_set, bitset_reset, bitset_test): Use function prototypes; thisPaul Eggert2002-10-161-38/+32