Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-21 | Detect printf(3) failure due to ENOMEM. | Jim Meyering | |
* src/printf.c: Include "xprintf.h" (print_direc): Use xprintf, rather than printf. * bootstrap.conf (gnulib_modules): Add xprintf. * po/POTFILES.in: Add lib/xprintf.c. Signed-off-by: Jim Meyering <meyering@redhat.com> | |||
2007-10-07 | New program: mktemp. | Jim Meyering | |
* NEWS: Mention this. * README: Add mktemp to the list. * AUTHORS: Add this: mktemp: Jim Meyering * src/mktemp.c: New file. * src/Makefile.am (bin_PROGRAMS): Add mktemp. (mktemp_LDADD): Add $(LIB_GETHRXTIME). * man/mktemp.x: New file. * man/Makefile.am (dist_man_MANS): Add mktemp.1. (mktemp.1): New dependency. * man/.cvsignore: Add mktemp.1. * man/.gitignore: New file. * src/.cvsignore, src/.gitignore: Add mktemp. * tests/misc/mktemp: New file. * tests/misc/Makefile.am (TESTS): Add mktemp. * tests/Coreutils.pm (run_tests): Give the POST-test function access to stdout and stderr contents, so it can verify that the named-on-stdout file/dir does indeed exist and has proper permissions, etc. [po/ChangeLog] * POTFILES.in: Add src/mktemp.c. | |||
2007-08-20 | Avoid consuming too much seekable input when yesno is used. | Eric Blake | |
* bootstrap.conf (gnulib_modules): Grab closein. * src/system.h (includes): Also include closein.h. * src/mv.c (main): Use close_stdin, not close_stdout. * src/cp.c (main): Likewise. * src/ln.c (main): Likewise. * src/rm.c (main): Likewise. * src/install.c (main): Likewise. * NEWS: Document the fix. | |||
2007-08-08 | Adapt to gnulib's latest xstrtol change. | Jim Meyering | |
* POTFILES.in: Use lib/xstrtol-error.c, not lib/xstrtol.h. | |||
2007-08-04 | * POTFILES.in: Remove lib/human.c. | Jim Meyering | |
2007-03-29 | * src/runcon.c: New program. | Jim Meyering | |
* src/Makefile.am (bin_PROGRAMS): Add runcon. (runcon_LDADD): Define. * README: Add runcon to the list of programs. * AUTHORS: Add this: runcon: Russell Coker * tests/help-version: Add runcon as an exception. * man/Makefile.am (dist_man_MANS): Add runcon.1. (runcon.1): New dependency. * po/POTFILES.in: Add src/runcon.c. | |||
2007-03-29 | * POTFILES.in: Add src/chcon.c. | Jim Meyering | |
2006-10-19 | * POTFILES.in: Also include lib/regcomp.c, since it too uses gettext. | Jim Meyering | |
2006-10-19 | * POTFILES.in: Add lib/xstrtol.h. | Paul Eggert | |
2006-08-09 | Add lib/randread.c, lib/xmemxfrm.c, and src/shuf.c. | Jim Meyering | |
2006-02-27 | Add src/base64.c. | Jim Meyering | |
2005-12-17 | Add lib/acl.c. | Jim Meyering | |
2005-11-22 | Add lib/euidaccess-stat.c. | Jim Meyering | |
2005-10-07 | revert last change | Jim Meyering | |
2005-10-02 | Add lib/euidaccess-stat.c. | Jim Meyering | |
2005-09-23 | Add lib/gai_strerror.c. | Jim Meyering | |
2005-06-14 | Change openat.c to openat-die.c. | Jim Meyering | |
2005-06-02 | Change makepath.c to mkdir-p.c here, too. | Jim Meyering | |
2004-11-28 | Add lib/openat.c. | Jim Meyering | |
2004-09-22 | Remove lib/xmalloc.c. | Jim Meyering | |
Add +lib/xalloc-die.c. | |||
2004-01-13 | duh: system.h, not system.c | Jim Meyering | |
2004-01-13 | Replace src/sys2.h with src/system.h. | Jim Meyering | |
2003-11-09 | Add lib/root-dev-ino.h. | Jim Meyering | |
2003-10-17 | Add lib/xfts.c. | Jim Meyering | |
2003-07-13 | put makepath.c back. | Jim Meyering | |
2003-07-12 | Remove lib/makepath.c. | Jim Meyering | |
2003-07-11 | Add src/nohup.c and src/setuidgid.c. | Jim Meyering | |
2003-03-18 | Remove lib/c-stack.c. | Jim Meyering | |
2003-03-07 | remove mmap-stack.c | Jim Meyering | |
2003-02-15 | I meant mmap-stack.h, not mmap-stack.c. | Jim Meyering | |
2003-02-15 | Add lib/mmap-stack.c | Jim Meyering | |
2003-01-10 | Add src/readlink.c. | Jim Meyering | |
2002-11-14 | Remove lib/long-options.c and lib/same.c. | Jim Meyering | |
Although each defines `_', neither actually used it. | |||
2002-07-01 | merged | Jim Meyering | |