1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91
|
2002-03-29 Alexandre Duret-Lutz
* agen5/autogen.c (signalSetup): Don't set the SIGCHLD handler twice.
Don't try to catch SIGKILL, either.
2002-03-28 Bruce Korb <bkorb@gnu.org>
* all over: update copyright dates
* expExtract.c(find-file): is not general use
* config/misc.def(regex_header): fix it some more. This time, we
define REGEX_HEADER directly in the config.h output file.
(posix_regex): improve the testing and accommodate pedantic regcomp's.
* doc/autogen.texi: doc the 'AutoGen as a CGI server' as part of the
'Configuring and Installing' chapter.
* */Makefile.am: remove -DREGEX_HEADER as it is now in config.h
* autoopts/autoopts-config.1: new man page for config script
* autoopts/Makefile.am(autoopts-config.1): distribute the page
2002-03-22 Bruce Korb <bkorb@gnu.org>
* agen5/*: sed 's/DEBUG/DEBUG_ENABLED/g' -- well, almost.
* agen5/opts.def(timeout): respelled ENABLE_SHELL as SHELL_ENABLED
* agen5/expMake.c(ag_scm_makefile_script): reworked to handle
implicit command continuations.
2002-03-22 Bruce Korb <bkorb@gnu.org>
* config/confmacs.tpl: make it possible to dump all the macros into
a single output file. More convenient.
* config/conftest.tpl: ditto.
* config/misc.def(fopen_binary): new
(fopen_text): new
* config/openmode.m4: obsolete
* getdefs/getdefs.h(FOPEN_BINARY_FLAG): use config.h
* compat/compat.h: ditto
* columns/opts.def: ditto
2002-03-18 Bruce Korb <bkorb@gnu.org>
* configure.in: remove all the generated macro invocations and invoke
them with a collection macro: INVOKE_AG_MACROS
* config/conftest.tpl: generate a macro collection instead of individual
macros
* agen5/agShell.c(serverSetup): accommodate zsh and bash
* compat/strsignal.def: extra protection against non-numeric signal nums
* config/confmacs.tpl: fix the argument name for the AC_ARG(name) macro
2002-03-18 Bruce Korb <bkorb@gnu.org>
* agen5/test/error.test: HP/UX delivers `kill -TERM' as a SIGCONT.
* agen5/compat/strsignal.def: HP/UX defines many signals as "_SIG..."
and then defines the normal name to this.
* configure.in: use reworked regex tests
* config/misc.def: rework regex testing & with options
* */Makefile.am: Add CFLAGS = -DREGEX_HEADER='@AG_REGEX_HEADER@'
* agen5/funcCase.c: replace '<regex.h>' with 'REGEX_HEADER'
* agen5/funcEval.c: ditto
* autoopts/stack.c: ditto
* getdefs/getdefs.h: ditto
* autoopts/autoopts-config.in: add @AG_REGEX_LIB@ to link info
* config/bootstrap.local: avoid build directories when cloning
* config/conftest.tpl: libregex.m4 is now obsolete
* config/libregex.m4: deleted
* config/misc: added regex_header, regex_header_path and regex_lib
2002-03-11 Bruce Korb <bkorb@gnu.org>
* compat/gnu-regex.c: deleted. It is broken on some platforms.
Therefore, we'll just abort the configure if we don't have a POSIX regex
* agen5/funcCase.c: remove references to deleted source
* agen5/funcEval.c: ditto
* autoopts/stack.c: ditto
* compat/Makefile.am: ditto
* getdefs/getdefs.h: ditto
* config/confmacs.tpl(c-text): don't overquote. Unlike other arguments,
Autoconf automatically quotes c program text.
* config/misc.def(posix_regcomp): bail if we cannot find one.
2002-03-03 Bruce Korb <bkorb@gnu.org>
* agen5/functions.c(mLoad_Bogus): handle the case when the text pointer
is NULL.
* agen5/test/error.test: test for this
2002-03-01 Bruce Korb <bkorb@gnu.org>
* agen5/expOutput.c(ag_scm_out_pop): you cannot read one unit of zero
length. Accommodate for that.
* compat/strcspn.c(strcspn): End the scan when the source string ends.
* ChangeLog: moved old entries to ChangeLog.3
* snprintfv/snprintfv/Makefile.am: clean up the stamp files
|