summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-10-15(du invocation): Document du's -m option, now that we've decided to keep it.Jim Meyering
2005-10-13*** empty log message ***Jim Meyering
2005-10-13Avoid a few overfull/underfull hboxes.Jim Meyering
2005-10-13*** empty log message ***Jim Meyering
2005-10-13Sync from gnulib.Jim Meyering
2005-10-13(make_dir_parents): Don't report an error if anPaul Eggert
intermediate directory is in a read-only file system.
2005-10-13*** empty log message ***Jim Meyering
2005-10-13Document 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-07Merge 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-07revert last changeJim 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-07Redo previous change to sort.c.Paul Eggert
2005-10-07(sortlines_temp): Redo previous change, since I'm no longer confidentPaul Eggert
that the m4/stdbool.m4 patch suffices.
2005-10-06Generalize the patch for the AIX bool bug.Paul Eggert
2005-10-06(AC_HEADER_STDBOOL): Check that boolPaul Eggert
promotes to int, not unsigned int, to catch the AIX 5.3 compiler bug.
2005-10-06(sortlines_temp): Undo previous change, sincePaul 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-06rm: add support for a -I option, like that from FreeBSD's rm.Jim Meyering
2005-10-05Add 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' ratherJim 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-05Merge from gnulib.Jim Meyering
2005-10-05*** empty log message ***Jim Meyering
2005-10-04*** empty log message ***Jim Meyering
2005-10-04Merge 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-02Import getdelim.c from gnulib (to fix unused var warnings) thenPaul 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-02Add lib/euidaccess-stat.c.Jim Meyering
2005-10-02Add .x-sc_unmarked_diagnostics.Jim Meyering
2005-10-02*** empty log message ***Jim Meyering
2005-10-02.Jim Meyering