Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-28 | add tests for Paul's change of Mar 24, 2003 | Jim Meyering | |
2003-03-28 | *** empty log message *** | Jim Meyering | |
2003-03-27 | *** empty log message *** | Jim Meyering | |
2003-03-27 | Remove Arnold Robbins' obsolete e-mail address | Jim Meyering | |
from `written by...' comment, at his request. | |||
2003-03-27 | *** empty log message *** | Jim Meyering | |
2003-03-27 | *** empty log message *** | Jim Meyering | |
2003-03-27 | (sort invocation): Describe sort's --stable (-s) option. | Jim Meyering | |
2003-03-27 | *** empty log message *** | Jim Meyering | |
2003-03-27 | Fix buffer overrun problem reported by TAKAI Kousuke, along | Jim Meyering | |
with some other POSIX incompatibilities. (print_esc): Do not treat \x specially if POSIXLY_CORRECT. Avoid buffer overrun if the format ends in backslash. Treat incomplete escape sequences as strings of characters, as POSIX requires. (print_formatted): Allow multiple flags. Avoid buffer overrun if the format is incomplete. | |||
2003-03-27 | tiny spelling fix | Jim Meyering | |
2003-03-27 | *** empty log message *** | Jim Meyering | |
2003-03-27 | (printf invocation): Fix formatting bugs. | Jim Meyering | |
2003-03-27 | *** empty log message *** | Jim Meyering | |
2003-03-27 | . | Jim Meyering | |
2003-03-27 | . | Jim Meyering | |
2003-03-26 | *** empty log message *** | Jim Meyering | |
2003-03-26 | (struct cp_options): Add a comment. | Jim Meyering | |
2003-03-23 | Describe problem with 64-bit mode on HPUX 11.x, | Jim Meyering | |
with patch for /usr/include/inttypes.h. | |||
2003-03-23 | Plan to add an autoconf test to work around the HPUX 11.x bug. | Jim Meyering | |
2003-03-22 | D'oh. | Jim Meyering | |
2003-03-22 | *** empty log message *** | Jim Meyering | |
2003-03-22 | Don'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-20 | bump to 4.5.12 -- maybe to 5.0, later | Jim Meyering | |
2003-03-20 | . | Jim Meyering | |
2003-03-20 | . | Jim Meyering | |
2003-03-20 | fix typo | Jim 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 valid | Jim 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-20 | add two more, using space flag character | Jim 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-19 | Use 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-19 | DJGPP 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. |