Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-06-03 | (usage): Document that -v is a synonym for --verbose. | Jim Meyering | |
2000-06-02 | *** empty log message *** | Jim Meyering | |
2000-06-02 | *** empty log message *** | Jim Meyering | |
2000-06-02 | Back out last change. Instead, do this... | Jim Meyering | |
(read_filesystem_list) [MOUNTED_VMOUNT]: Set the me_dummy member using the same `ignore'-testing code. | |||
2000-06-02 | (ME_DUMMY): Add `autofs' to the list of ignored fs_type strings. | Jim Meyering | |
From Mark D. Roth. | |||
2000-05-29 | *** empty log message *** | Jim Meyering | |
2000-05-29 | Adapt to fit new semantics of `cp -d'. | Jim Meyering | |
2000-05-29 | *** empty log message *** | Jim Meyering | |
2000-05-29 | Allow `cp -d -u' to copy one symlink onto another that's identical. | Jim Meyering | |
(copy_internal): Change the || to ^ in the big sameness test, so copying one symlink onto another, identical one doesn't fail here. If the symlink call fails, don't report the failure if the destination already exists and is a symlink pointing to the proper name. | |||
2000-05-29 | . | Jim Meyering | |
2000-05-29 | (TESTS): Add slink-2-slink. | Jim Meyering | |
2000-05-29 | *** empty log message *** | Jim Meyering | |
2000-05-29 | (read_filesystem_list) [MOUNTED_VMOUNT]: Ignore mounts | Jim Meyering | |
with the `ignore' attribute. Based on a patch from Mark D. Roth. | |||
2000-05-29 | *** empty log message *** | Jim Meyering | |
2000-05-29 | . | Jim Meyering | |
2000-05-29 | *** empty log message *** | Jim Meyering | |
2000-05-29 | *** empty log message *** | Jim Meyering | |
2000-05-28 | . | Jim Meyering | |
2000-05-28 | bump serial number | Jim Meyering | |
2000-05-28 | (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from | Jim Meyering | |
jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | |||
2000-05-28 | *** empty log message *** | Jim Meyering | |
2000-05-28 | (AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK): Rename from | Jim Meyering | |
jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | |||
2000-05-28 | . | Jim Meyering | |
2000-05-28 | *** empty log message *** | Jim Meyering | |
2000-05-28 | s/jm_FUNC_STRERROR_R/AC_FUNC_STRERROR_R/. | Jim Meyering | |
2000-05-28 | . | Jim Meyering | |
2000-05-27 | . | Jim Meyering | |
2000-05-27 | Arrange to call close_stdout upon exit. | Jim Meyering | |
Don't close stdout explicitly. (usage): Add missing backslash at end of line. (write_header): Remove now-unused COMMENT parameter. Update all callers. | |||
2000-05-27 | Arrange to call close_stdout upon exit. | Jim Meyering | |
Don't close stdout explicitly. Replace uses of global constant, output_desc, with uses of STDOUT_FILENO. | |||
2000-05-26 | *** empty log message *** | Jim Meyering | |
2000-05-26 | Use `$cross_compiling', not `$ac_cv_prog_cc_cross'. | Jim Meyering | |
2000-05-25 | *** empty log message *** | Jim Meyering | |
2000-05-25 | (close_stdout_wrapper): Don't dereference NULL pointer. | Jim Meyering | |
From Bob Proulx. | |||
2000-05-24 | *** empty log message *** | Jim Meyering | |
2000-05-24 | Use []-quoted list in AC_CHECK_MEMBERS, now that autoconf requires that. | Jim Meyering | |
2000-05-24 | Use []-quoted list in AC_CHECK_MEMBERS, now that autoconf requires that. | Jim Meyering | |
2000-05-24 | (jm_LIB_CHECK): Use []-quoted list in | Jim Meyering | |
AC_CHECK_MEMBERS, now that autoconf requires that. | |||
2000-05-24 | (jm_PREREQ_READUTMP): Use []-quoted list in | Jim Meyering | |
AC_CHECK_MEMBERS, now that autoconf requires that. | |||
2000-05-24 | (jm_CHECK_DECLS): Use []-quoted list in AC_CHECK_DECLS, | Jim Meyering | |
now that autoconf requires that. | |||
2000-05-24 | (head_file): Use STDIN_FILENO in place of `0'. | Jim Meyering | |
(main): Likewise. | |||
2000-05-23 | *** empty log message *** | Jim Meyering | |
2000-05-23 | Add traps to clean up. | Jim Meyering | |
Correct broken running-as-root test. | |||
2000-05-23 | Exit 77 when run as root. Reported by Andreas Schwab. | Jim Meyering | |
2000-05-23 | . | Jim Meyering | |
2000-05-22 | . | Jim Meyering | |
2000-05-22 | *** empty log message *** | Jim Meyering | |
2000-05-22 | Require jm_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK. | Jim Meyering | |
2000-05-22 | Remove old, now-unnecessary `#ifdef __MSDOS__' block. | Jim Meyering | |
2000-05-21 | *** empty log message *** | Jim Meyering | |
2000-05-20 | Arrange to call close_stdout upon exit. Don't close stdout explicitly. | Jim Meyering | |