Age | Commit message (Expand) | Author |
2007-05-31 | Pull printf-related code from gnulib, rather than using forked copy. | Jim Meyering |
2007-03-20 | Fix a typo in the handling of %x and %X. | Jim Meyering |
2007-03-04 | * vasnprintf.c (VASNPRINTF): Add missing semicolon. | Jim Meyering |
2007-03-02 | * vasnprintf.c (VASNPRINTF): Remove cast of alloca return value. | Jim Meyering |
2007-03-01 | Merge in changes from gnulib: | Jim Meyering |
2007-02-28 | * tsearch.c: Remove unused file. | Jim Meyering |
2007-02-23 | * randperm.c (randperm_new): Comment: say that this function | Jim Meyering |
2007-02-18 | Rely on gnulib-generated stdlib.h, not exit.h. | Jim Meyering |
2007-01-19 | [lib/ChangeLog] | Jim Meyering |
2007-01-14 | * fchdir-stub.c: Remove file. No longer needed. | Jim Meyering |
2006-12-03 | * Makefile.am (libcoreutils_a_SOURCES): Remove xmemcoll.c and | Jim Meyering |
2006-11-23 | * randread.c (__attribute__): Don't define if __attribute__ is already defined. | Paul Eggert |
2006-11-22 | * .cvsignore, .gitignore: Add fstat.c. | Jim Meyering |
2006-11-14 | * readlink-stub.c, lstat-stub.c: Remove now-unused files. | Jim Meyering |
2006-10-15 | [m4/ChangeLog] | Paul Eggert |
2006-10-12 | * Makefile.am (libcoreutils_a_LIBADD): Append $(LIBOBJS), | Jim Meyering |
2006-10-06 | Avoid a compiler warning: const'ify and remove a cast. | Jim Meyering |
2006-09-30 | * .cvsignore: Add openat-proc.c. | Paul Eggert |
2006-09-26 | * .cvsignore: Add fchmodat.c. | Paul Eggert |
2006-09-25 | * fchmodat.c: Remove file. gnulib's copy is identical. | Jim Meyering |
2006-09-01 | Update to match current gnulib. | Paul Eggert |
2006-08-26 | Include <config.h> unconditionally, since we now assume config.h exists. | Paul Eggert |
2006-08-25 | * .cvsignore: Remove stamp-h1. Add coreutils-*, to ignore | Paul Eggert |
2006-08-23 | * .cvsignore: Remove config.h, config.hin, as they are now | Paul Eggert |
2006-08-22 | * aclocal.m4, config.hin, configure: | Paul Eggert |
2006-08-22 | [ChangeLog] | Jim Meyering |
2006-08-22 | (LDADD): Restore this line; it is still needed for | Paul Eggert |
2006-08-21 | Add a bootstrap procedure, so that the CVS version contains fewer | Paul Eggert |
2006-08-18 | Add support for NetBSD 3.0. | Paul Eggert |
2006-08-17 | Add/fix copyright notices and adjust to latest GNU FDL. | Paul Eggert |
2006-08-16 | (memcoll): Set errno = 0 in the shortcut case, too. | Paul Eggert |
2006-08-16 | * fts.c (fts_children): Remove obsolete "// FIXME ..." comment. | Jim Meyering |
2006-08-15 | [./] | Jim Meyering |
2006-08-14 | (memcoll): Optimize for the common case where the | Paul Eggert |
2006-08-11 | * pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE -> | Paul Eggert |
2006-08-11 | (re_string_skip_chars): Don't assume WEOF fits in wchar_t. | Paul Eggert |
2006-08-11 | (snprintf): memcpy LEN bytes, not SIZE - 1, when | Paul Eggert |
2006-08-10 | Import regex changes from libc via gnulib. | Paul Eggert |
2006-08-10 | Accommodate new getaddrinfo implementation in gnulib. | Paul Eggert |
2006-08-09 | Sync from gnulib. | Paul Eggert |
2006-08-09 | Fix too-long line in 2006-08-08 checkin, and an encoding error | Paul Eggert |
2006-08-09 | Include <config.h>. | Jim Meyering |
2006-08-08 | Add shuf, better random number generation, and fix sort -R in | Paul Eggert |
2006-07-28 | chmod 0755 DIR and chmod 755 DIR are now equivalent. | Paul Eggert |
2006-07-22 | Split closeout into close-stream and closeout. | Paul Eggert |
2006-07-20 | *** empty log message *** | Jim Meyering |
2006-07-20 | *** empty log message *** | Jim Meyering |
2006-07-17 | chmod, install, and mkdir now leave setgid and setuid bits | Paul Eggert |
2006-07-16 | * userspec.c (parse_with_separator): Say "invalid spec" rather than | Jim Meyering |
2006-07-11 | Sync from gnulib. | Paul Eggert |