CHANGES (e477abf734cc777a55286bfbd6b80a6760c96acf) | CHANGES (5b91e83f530b59d5c1b5d180a4e6009caac8718c) |
---|---|
12013-03-04 Thomas E. Dickey <tom@invisible-island.net> 2 3 * package/debian/changelog, VERSION, package/byacc.spec: bump 4 5 * aclocal.m4: 6 adapt tweak from Dave Becket to work around long-ago breakage in "new" autoconf. 7 8 * output.c: 9 fix bogus #include if "-i" is given but not "-d" (report by Richard Mitton). 10 also while testing that, found a case where the union_file is unused; added 11 a check for address that. 12 13 * test/ftp.output, test/ftp.tab.c, test/ftp.tab.h: regen 14 15 * test/ftp.y: fix most compiler warnings for "make check_make" 16 17 * test/calc1.tab.c: regen 18 19 * test/calc1.y: fix most compiler warnings for "make check_make" 20 21 * test/calc.tab.c, test/calc1.tab.c, test/calc2.tab.c, test/calc3.tab.c, test/code_calc.code.c, test/code_error.code.c, test/error.tab.c, test/ftp.tab.c, test/grammar.tab.c, test/pure_calc.tab.c, test/pure_error.tab.c, test/quote_calc-s.tab.c, test/quote_calc.tab.c, test/quote_calc2-s.tab.c, test/quote_calc2.tab.c, test/quote_calc3-s.tab.c, test/quote_calc3.tab.c, test/quote_calc4-s.tab.c, test/quote_calc4.tab.c: 22 regen 23 24 * skeleton.c: quiet a gcc conversion-warning in yygrowstack() 25 26 * configure: regen 27 28 * aclocal.m4: 29 another fix for CF_GCC_VERSION to handle Debian's modification of gcc message. 30 312013-02-10 Thomas E. Dickey <tom@invisible-island.net> 32 33 * config.sub, config.guess: 2013-02-04 34 352012-10-03 Thomas E. Dickey <tom@invisible-island.net> 36 37 * package/debian/changelog, package/byacc.spec, VERSION: bump 38 39 * configure: regen 40 41 * configure.in: moved AC_PROG_CC_STDC call into CF_PROG_CC 42 43 * aclocal.m4: 44 moved AC_PROG_CC_STDC call into CF_PROG_CC and (for other uses than byacc) 45 the CF_PROG_CC macro provides the CF_ANSI_CC_REQD for the 2.13 flavor. 46 47 * aclocal.m4, configure.in: 48 Arian's change dropped my check for misused $CC variable - restore that with 49 alternate macro CF_PROG_CC. 50 512012-10-03 Adrian.Bunk 52 53 * aclocal.m4: 54 suggested patch: drop CF_ANSI_CC_REQD, CF_ANSI_CC_CHECK, CF_PROG_EXT since 55 they are not needed. 56 572012-10-03 Thomas E. Dickey <tom@invisible-island.net> 58 59 * aclocal.m4: 60 split-out CF_CC_ENV_FLAGS from CF_ANSI_CC_CHECK to avoid losing it in 61 Adrian's suggested changes. 62 63 * aclocal.m4: 64 CF_CLANG_COMPILER - check if the given compiler is really clang. 65 66 * aclocal.m4: 67 add check for clang to CF_GCC_WARNINGS. modify CF_GCC_WARNINGS to work around 68 old gcc warning: ncurses change to (try to) use gnatgcc exposed gnatgcc 2.8.1 69 on my Sarge system (versus 3.3.5 for the normal gcc). The 2.8.1's 70 pointer-arithmetic checks fell afoul of gcc's misuse of void* in string.h; work 71 around by excluding that check for pre-3.x compilers. 72 73 * aclocal.m4: 74 modify CF_GCC_ATTRIBUTES so that autoheader is able to see the definitions 75 provided by this macro. use AC_DEFINE_UNQUOTED() in CF_GCC_ATTRIBUTES rather 76 than appending to confdefs.h, since long-ago concern about the ability to 77 pass-through parameterized macros appears to be not a problem, testing with 78 2.13 and 2.52 79 802012-10-03 Adrian.Bunk 81 82 * aclocal.m4: 83 add parameter to AC_DEFINE_UNQUOTED() to allow it to be recognized by 84 autoheader, updated macros: 85 CF_CHECK_CACHE 86 CF_DISABLE_LEAKS 87 CF_MKSTEMP 88 CF_MIXEDCASE_FILENAMES 89 CF_NO_LEAKS_OPTION 90 912012-10-03 Thomas E. Dickey <tom@invisible-island.net> 92 93 * aclocal.m4: 94 move existence-check for mkstemp out of the AC_TRY_RUN, to help with 95 cross-compiles 96 972012-10-02 Thomas E. Dickey <tom@invisible-island.net> 98 99 * config_h.in: 100 Adrian Bunk request - replace this with the output from autoheader 101 1022012-09-29 Adrian.Bunk 103 104 * configure.in: 105 suggested change: replace CF_ANSI_CC_REQD by AC_PROG_CC_STDC (since no 106 check is needed anymore for standard C compilers), drop AC_CONST (same 107 reason), modify AC_OUTPUT to rely upon template generated by autoheader. 108 bump requirement to autoconf 2.52.20011201 and drop check for CF_PROG_EXT 109 as being obsolete with autoconf 2.52x 110 111 * configure.in, main.c: drop check for atexit, because it is standard C 112 113 * makefile.in: add assignment for datarootdir variable. 114 |
|
12012-05-26 Thomas E. Dickey <tom@invisible-island.net> 2 3 * package/debian/changelog, package/byacc.spec, VERSION: bump 4 5 * reader.c: 6 some versions of gcc may warn that bp is not set in mark_symbol, e.g., 7 if GCC_NORETURN is not handled; appease the compiler. 8 --- 1182 unchanged lines hidden --- | 1152012-05-26 Thomas E. Dickey <tom@invisible-island.net> 116 117 * package/debian/changelog, package/byacc.spec, VERSION: bump 118 119 * reader.c: 120 some versions of gcc may warn that bp is not set in mark_symbol, e.g., 121 if GCC_NORETURN is not handled; appease the compiler. 122 --- 1182 unchanged lines hidden --- |