Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-09-22 | Regenerate. | Paul Eggert | |
2005-09-22 | Sync from gnulib. | Paul Eggert | |
2005-09-22 | Include canon-host.h rather than declaring canon_host ourselves. | Paul Eggert | |
2005-09-22 | Include canon-host.h rather than declaring | Paul Eggert | |
canon_host ourselves. | |||
2005-09-22 | Include strcase.h. | Paul Eggert | |
2005-09-22 | (gl_PREREQ): Require gl_FUNC_GETLINE rather than | Paul Eggert | |
AM_FUNC_GETLINE. Require gl_FUNC_GETPASS_GNU rather than gl_FUNC_GETPASS. Require gl_MBCHAR and gl_MBITER. | |||
2005-09-22 | no longer needed. | Paul Eggert | |
(gl_CHECK_ALL_HEADERS): Don't check for memory.h, mntent.h, mnttab.h, netdb.h, stdlib.h, stdint.h, string.h, sys/filsys.h, sys/fs/s5param.h, sys/fs_types.h, sys/fstyp.h, sys/mntent.h, sys/socket.h, sys/stafs.h, sys/timeb.h, unistd.h. No longer needed. | |||
2005-09-22 | (_gl_DECL_HEADERS): Don't bother checking for | Paul Eggert | |
standard C headers, or for headers we no longer use. | |||
2005-09-22 | (libcoreutils_a_SOURCES): Add getaddrinfo.h, | Paul Eggert | |
mbchar.c, mbchar.h, mbuiter.h, strcase.h, strlen1.c, strnlen1.h, strstr.h. | |||
2005-09-22 | (EEXIST, ENOTEMPTY): Remove unused macros. | Paul Eggert | |
2005-09-22 | Nontrivial sync from gnulib. | Paul Eggert | |
2005-09-22 | Add getline.h, getpass.c | Paul Eggert | |
2005-09-22 | (GL_CONCAT): Remove. | Paul Eggert | |
Include "verify.h" instead. (ARGMATCH_CONSTRAINT, ARGMATCH_ASSERT): Remove. (ARGMATCH_VERIFY): Rewrite in terms of new verify macros. | |||
2005-09-22 | (X2NREALLOC, X2REALLOC): Moved here from | Paul Eggert | |
../lib/xalloc.h, with args properly parenthesized, and using verify_expr rather than the old VERIFY_EXPR. | |||
2005-09-22 | (VERIFY_EXPR, X2NREALLOC, X2REALLOC): Remove. | Paul Eggert | |
The latter two macros are moving to ../src/system.h for now. This reverts this file to the gnulib version. | |||
2005-09-22 | Remove; no longer used. | Paul Eggert | |
2005-09-22 | New file, from gnulib. | Paul Eggert | |
2005-09-22 | Add getaddrinfo.h, getdelim.h, mbchar.h, | Paul Eggert | |
mbuiter.h, strcase.h, strnlen.h, strnlen1.h. | |||
2005-09-22 | Sync from gnulib. | Paul Eggert | |
2005-09-22 | Sort. | Paul Eggert | |
2005-09-22 | (ENOSYS): Define to EEXIST if not defined. | Paul Eggert | |
(make_dir_parents): Treat ENOSYS like EEXIST. | |||
2005-09-21 | . | Jim Meyering | |
2005-09-21 | . | Jim Meyering | |
2005-09-21 | *** empty log message *** | Jim Meyering | |
2005-09-21 | Require that this test be run as non-root. | Jim Meyering | |
Otherwise, it fails due to the fact that the chmod 0 . doesn't affect root. | |||
2005-09-20 | *** empty log message *** | Jim Meyering | |
2005-09-20 | (write_protected_non_symlink): Change comment to agree with the code. | Jim Meyering | |
2005-09-20 | *** empty log message *** | Jim Meyering | |
2005-09-20 | (fdopendir): Be sure to close the supplied | Jim Meyering | |
file descriptor before returning. This makes our replacement implementation a little closer to Solaris's, where fdopendir ties the file descriptor to the returned DIR* pointer. | |||
2005-09-20 | tweak | Jim Meyering | |
2005-09-19 | *** empty log message *** | Jim Meyering | |
2005-09-19 | (unlinkat): New function. | Jim Meyering | |
2005-09-19 | (unlinkat): Add prototype. | Jim Meyering | |
2005-09-19 | *** empty log message *** | Jim Meyering | |
2005-09-19 | (remove_dir): Return RM_ERROR, not `1', | Jim Meyering | |
when attempting to remove `/' with --preserve-root. | |||
2005-09-19 | *** empty log message *** | Jim Meyering | |
2005-09-19 | (remove_cwd_entries): Syntactic tweak: move an | Jim Meyering | |
assignment out of an if-expression. | |||
2005-09-17 | *** empty log message *** | Jim Meyering | |
2005-09-17 | (usage): Request that additions be sent to bug-coreutils@gnu.org, too. | Jim Meyering | |
2005-09-17 | coreutils.texi (who invocation): Remove a stray '+'. | Paul Eggert | |
2005-09-17 | (who invocation): Remove a stray '+'. | Paul Eggert | |
2005-09-17 | (set_stat_atime, set_stat_ctime, set_stat_mtime): Remove; they were | Paul Eggert | |
buggy in the HAVE_STRUCT_STAT_ST_SPARE1 case, and they were dubious anyway. I rewrote 'tar' to not use them any more. | |||
2005-09-16 | *** empty log message *** | Jim Meyering | |
2005-09-16 | *** empty log message *** | Jim Meyering | |
2005-09-16 | (rfc822-1): Compensate for Solaris 5.9's /bin/sh, | Jim Meyering | |
which emits a diagnostic to stderr when this test's LC_ALL=de_DE cannot be honored. | |||
2005-09-16 | *** empty log message *** | Jim Meyering | |
2005-09-16 | whoops. Update expected output, too. | Jim Meyering | |
2005-09-16 | (subfmt-up1): Put quotes around format string | Jim Meyering | |
to protect `^' from interpretation by some shells. Add a use of OUT_SUBST to compensate for Solaris strftime's slightly different formatting of %c. | |||
2005-09-16 | *** empty log message *** | Jim Meyering | |
2005-09-16 | (main): When failing to truncate, mention both the seek block count | Jim Meyering | |
and the block size, in case the block size is very large. |