Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-10-13 | (make_dir_parents): Don't report an error if an | Paul Eggert | |
intermediate directory is in a read-only file system. | |||
2005-10-13 | *** empty log message *** | Jim Meyering | |
2005-10-13 | Document dircolors change of 2005-09-05. | Jim Meyering | |
2005-10-13 | *** empty log message *** | Jim Meyering | |
2005-10-13 | (.x.1): Remove temp directory first. | Jim Meyering | |
2005-10-08 | *** empty log message *** | Jim Meyering | |
2005-10-08 | (rpl_openat): Use the promoted type (int), not mode_t, | Jim Meyering | |
as second argument to va_arg. Otherwise, some versions of gcc warn that `if this code is reached, the program will abort'. | |||
2005-10-07 | *** empty log message *** | Jim Meyering | |
2005-10-07 | Merge from gnulib. | Jim Meyering | |
(SIZE_MAX): New macro, if not already defined. | |||
2005-10-07 | . | Jim Meyering | |
2005-10-07 | *** empty log message *** | Jim Meyering | |
2005-10-07 | revert last change | Jim Meyering | |
2005-10-07 | * stdbool.m4 (AC_HEADER_STDBOOL): Add an "#ifdef __xlc__" test. | Paul Eggert | |
2005-10-07 | (AC_HEADER_STDBOOL): Add an "#ifdef __xlc__" test, | Paul Eggert | |
since yesterday's attempt didn't work. | |||
2005-10-07 | Redo previous change to sort.c. | Paul Eggert | |
2005-10-07 | (sortlines_temp): Redo previous change, since I'm no longer confident | Paul Eggert | |
that the m4/stdbool.m4 patch suffices. | |||
2005-10-06 | Generalize the patch for the AIX bool bug. | Paul Eggert | |
2005-10-06 | (AC_HEADER_STDBOOL): Check that bool | Paul Eggert | |
promotes to int, not unsigned int, to catch the AIX 5.3 compiler bug. | |||
2005-10-06 | (sortlines_temp): Undo previous change, since | Paul Eggert | |
today's change to m4/stdbool.m4 should catch it. | |||
2005-10-06 | *** empty log message *** | Jim Meyering | |
2005-10-06 | *** empty log message *** | Jim Meyering | |
2005-10-06 | rm: add support for a -I option, like that from FreeBSD's rm. | Jim Meyering | |
2005-10-05 | Add a comment to go with the last change. | Jim Meyering | |
2005-10-05 | *** empty log message *** | Jim Meyering | |
2005-10-05 | (sortlines_temp): Declare temporary as `int' rather | Jim Meyering | |
than `bool' to work around AIX 5.3 compiler bug in 64-bit mode. | |||
2005-10-05 | *** empty log message *** | Jim Meyering | |
2005-10-05 | (libcoreutils_a_DEPENDENCIES): Remove definition. | Jim Meyering | |
Once it's gone, automake generates an equivalent one. | |||
2005-10-05 | Merge from gnulib. | Jim Meyering | |
2005-10-05 | *** empty log message *** | Jim Meyering | |
2005-10-04 | *** empty log message *** | Jim Meyering | |
2005-10-04 | Merge from gnulib. | Jim Meyering | |
Include sys/types.h before other headers. | |||
2005-10-03 | . | Jim Meyering | |
2005-10-03 | *** empty log message *** | Jim Meyering | |
2005-10-03 | (MAX_N_FACTORS): Define in terms of sizeof (uintmax_t) | Jim Meyering | |
rather than hard-coding to 128. From Thomas M.Ott. | |||
2005-10-03 | *** empty log message *** | Jim Meyering | |
2005-10-02 | Import getdelim.c from gnulib (to fix unused var warnings) then | Paul Eggert | |
apply the following fixes: Include getdelim.h first. Include <limits.h>. (SSIZE_MAX): New macro, if not already defined. (getdelim): Fix buffer overrun on 64-bit hosts with lines longer than 2 GiB. | |||
2005-10-02 | *** empty log message *** | Jim Meyering | |
2005-10-02 | (gl_FUNC_CHDIR_LONG): Compare $gl_have_path... | Jim Meyering | |
against `yes', rather than just testing for nonempty. | |||
2005-10-02 | *** empty log message *** | Jim Meyering | |
2005-10-02 | (sc_unmarked_diagnostics): Search only cvs-controlled files. | Jim Meyering | |
2005-10-02 | *** empty log message *** | Jim Meyering | |
2005-10-02 | Add lib/euidaccess-stat.c. | Jim Meyering | |
2005-10-02 | Add .x-sc_unmarked_diagnostics. | Jim Meyering | |
2005-10-02 | *** empty log message *** | Jim Meyering | |
2005-10-02 | . | Jim Meyering | |
2005-10-01 | Include sys/types.h for sys/socket.h, on FreeBSD and Darwin. | Jim Meyering | |
2005-10-01 | *** empty log message *** | Jim Meyering | |
2005-10-01 | . | Jim Meyering | |
2005-10-01 | *** empty log message *** | Jim Meyering | |
2005-10-01 | *** empty log message *** | Jim Meyering | |