summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-03-26(struct cp_options): Add a comment.Jim Meyering
2003-03-23Describe problem with 64-bit mode on HPUX 11.x,Jim Meyering
with patch for /usr/include/inttypes.h.
2003-03-23Plan to add an autoconf test to work around the HPUX 11.x bug.Jim Meyering
2003-03-22D'oh.Jim Meyering
2003-03-22*** empty log message ***Jim Meyering
2003-03-22Don't include <sys/sysmacros.h>.Jim Meyering
That is already done via system.h. Otherwise, the multiple inclusion would evoke redefinition warnings from Cray's /bin/cc (Cray Standard C Version 4.0.3 (057126) Mar 22 2003 22:02:28). (human_fstype): Factor some directives `up', out of this function. Cast away `const' to avoid error from Cray's /bin/cc.
2003-03-22*** empty log message ***Jim Meyering
2003-03-22(widen): Cast alloca return value to proper type.Jim Meyering
2003-03-22*** empty log message ***Jim Meyering
2003-03-22(NEW_PATTERN): Cast alloca to proper type.Jim Meyering
Otherwise, it wouldn't compile with at least /bin/cc on ymp-cray-unicos9.0.2.X. Combine two mostly-identical uses of alloca into one.
2003-03-22*** empty log message ***Jim Meyering
2003-03-21*** empty log message ***Jim Meyering
2003-03-20*** empty log message ***Jim Meyering
2003-03-20(print_changelog_deltas): Ensure that a newline precedes each row of `*'s.Jim Meyering
2003-03-20bump to 4.5.12 -- maybe to 5.0, laterJim Meyering
2003-03-20.Jim Meyering
2003-03-20.Jim Meyering
2003-03-20fix typoJim Meyering
2003-03-20.Jim Meyering
2003-03-20*** empty log message ***Jim Meyering
2003-03-20*** empty log message ***Jim Meyering
2003-03-20(valid_format): Also accept ` ' and `'' as validJim Meyering
format flag characters. Do not require that a field width be specified. Do not fail when given a field width of `0'.
2003-03-20add two more, using space flag characterJim Meyering
2003-03-20.Jim Meyering
2003-03-19*** empty log message ***Jim Meyering
2003-03-19(all-local): Append $(EXEEXT) to use of `su'Jim Meyering
(install-root): Likewise. (install-exec-local): Likewise.
2003-03-19*** empty log message ***Jim Meyering
2003-03-19*** empty log message ***Jim Meyering
2003-03-19(.x.1): Use $(LN_S) instead of 'ln -s',Jim Meyering
because the DJGPP 2.03 port of 'ln -s' doesn't work. Include $(EXEEXT) in program names. Since $(LN_S) may degenerate to `cp -p', be careful to invoke it from the destination directory. Mostly from Richard Dawe.
2003-03-19Use AC_PROG_LN_S.Jim Meyering
2003-03-19*** empty log message ***Jim Meyering
2003-03-19(AC_FUNC_FTW): Require AC_HEADER_STAT.Jim Meyering
2003-03-19*** empty log message ***Jim Meyering
2003-03-19DJGPP doesn't have S_ISLNK, so provide a replacement.Jim Meyering
(S_IFMT): Define, if necessary. [STAT_MACROS_BROKEN]: Undefine S_ISLNK. (S_ISLNK): Define, if necessary.
2003-03-19*** empty log message ***Jim Meyering
2003-03-19*** empty log message ***Jim Meyering
2003-03-19.Jim Meyering
2003-03-19*** empty log message ***Jim Meyering
2003-03-19Include $(EXEEXT) in OPTIONAL_BIN_PROGS'Jim Meyering
program names, since automake only adds $(EXEEXT) to programs in its *_PROGRAMS. From Rich Dawe.
2003-03-19.Jim Meyering
2003-03-19(jm_MACROS): Include $(EXEEXT) in DF_PROG's programJim Meyering
name, since automake only adds $(EXEEXT) to programs in its *_PROGRAMS. Arrange to compile the corresponding stub function if fchdir is missing.
2003-03-19New file: trivial stub for fchdir.Jim Meyering
From Rich Dawe.
2003-03-19*** empty log message ***Jim Meyering
2003-03-19Unset CDPATH. Otherwise, having theJim Meyering
CDPATH shell variable set could cause this test to fail.
2003-03-19*** empty log message ***Jim Meyering
2003-03-19Remove uses of `PARAMS'.Jim Meyering
2003-03-19(PARAMS): Remove definition and uses.Jim Meyering
2003-03-19*** empty log message ***Jim Meyering
2003-03-19Don't define __const.Jim Meyering
(fnmatch): Use const, not __const in prototype.
2003-03-19revert last changeJim Meyering