Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-04-23 | (main): Report proper program name when getopt finds trouble. | Paul Eggert | |
2005-04-22 | Test for "mkdir -m =+x dir" bug. | Paul Eggert | |
2005-04-22 | (main): Compile mode with MODE_MASK_ALL and initial umask. | Paul Eggert | |
2005-04-22 | (main): Compile mode with MODE_MASK_ALL and initial umask. | Paul Eggert | |
2005-04-22 | (main): Compile mode with MODE_MASK_ALL and initial umask. | Paul Eggert | |
2005-04-22 | Fix bug with "mkdir -m =+x dir"; the umask was being ignored | Paul Eggert | |
when the "+x" was being evaluated. | |||
2005-04-22 | "mkdir -m =+x dir" no longer ignores the umask when evaluating "+x", | Paul Eggert | |
and similarly for mkfifo and mknod. | |||
2005-04-21 | Regenerate. | Paul Eggert | |
2005-04-21 | Port test cases to Microsoft-Windows-related environments, | Paul Eggert | |
following suggestions from Eric Blake. | |||
2005-04-21 | Undo previous change. | Paul Eggert | |
(sig): New var. Use it insted of "trap '' CHLD". Append $EXEEXT to executable name. | |||
2005-04-21 | Undo previous change. | Paul Eggert | |
(dd, dd2): New vars, which use $EXEEXT. All uses of dd and dd2 changed. | |||
2005-04-21 | (TESTS_ENVIRONMENT): Add EXEEXT. | Paul Eggert | |
2005-04-20 | Fetish.pm renamed to Coreutils.pm. | Paul Eggert | |
2005-04-20 | "fetish" -> "coreutils" in more places. | Paul Eggert | |
2005-04-20 | Renamed Fetish package to Coreutils. | Paul Eggert | |
2005-04-20 | (EXTRA_DIST): Add Coreutils.pm and remove Fetish.pm. | Paul Eggert | |
2005-04-20 | (package Coreutils): Renamed from package Fetish. | Paul Eggert | |
2005-04-19 | * tests/mv/setup (dot_mount_point): Use stat -L. | Paul Eggert | |
2005-04-19 | (dot_mount_point): Use stat -L, in case the | Paul Eggert | |
directory is actually a symbolic link. | |||
2005-04-19 | * tests/mv/mv-special-1: Use test -p to test for fifos. | Paul Eggert | |
2005-04-19 | Use test -p to test for fifos, rather | Paul Eggert | |
than the (incorrect) test -f and the (inadequate) ls. ls is inadequate because on some hosts a buggy mv will create a file of the wrong type (problem reported by Eric Blake). Skip this test if test -p doesn't work. | |||
2005-04-19 | * tests/chmod/setgid: Use numeric group ids, not symbolic group names. | Paul Eggert | |
2005-04-19 | Use numeric group ids, not symbolic group names, | Paul Eggert | |
since the latter can have shell metacharacters in them (e.g., spaces). | |||
2005-04-18 | Regenerate. | Paul Eggert | |
2005-04-18 | fetish -> coreutils in some more places | Paul Eggert | |
2005-04-18 | (FETISH_GROUP): Renamed from COREUTILS_GROUP. | Paul Eggert | |
2005-04-18 | (COREUTILS_GROUPS): Renamed from FETISH_GROUPS. | Paul Eggert | |
2005-04-18 | (LDADD, $(PROGRAMS)): fetish -> coreutils. | Paul Eggert | |
2005-04-18 | (gl_FUNC_RMDIR_NOTEMPTY): Renamed from | Paul Eggert | |
fetish_FUNC_RMDIR_NOTEMPTY. All uses changed. Use gl_ for variable prefixes. | |||
2005-04-18 | (gl_MACROS): Use gl_ or coreutils_ rather than fetish_ for prefixes. | Paul Eggert | |
2005-04-18 | (gl_CLOCK_TIME): Use gl_ rather than fetish_ for | Paul Eggert | |
variable names. | |||
2005-04-18 | fetish->coreutils in compilation command. | Paul Eggert | |
2005-04-18 | coreutils->fetish in comment. | Paul Eggert | |
2005-04-18 | (noinst_LIBRARIES): fetish -> coreutils. | Paul Eggert | |
(libcoreutils_a_SOURCES): Renamed from libfetish_a_SOURCES. All uses changed. (libcoreutils_a_LIBADD): Renamed from libfetish_a_LIBADD. All uses changed. (libcoreutils_a_DEPENDENCIES): Renamed from libfetish_a_DEPENDENCIES. All uses changed. | |||
2005-04-18 | (emit_upload_commands): Remove fetish.sf.net. | Paul Eggert | |
2005-04-18 | (ftp): Remove fetish.sf.net. | Paul Eggert | |
2005-04-18 | Fix typo in comment. | Paul Eggert | |
2005-04-18 | Use "cat", not "test", to test for | Paul Eggert | |
../../src/dd. Problem reported by Eric Blake. | |||
2005-04-18 | *** empty log message *** | Jim Meyering | |
2005-04-18 | Don't include stat-macros.h directly. system.h does that. | Jim Meyering | |
2005-04-18 | Work around a couple of "make check" failures reported for Cygwin | Paul Eggert | |
and ash by Eric Blake. | |||
2005-04-18 | Skip this test if "trap '' CHLD" doesn't work. | Paul Eggert | |
2005-04-18 | Skip this test if ../../src/dd isn't readable. | Paul Eggert | |
2005-04-16 | *** empty log message *** | Jim Meyering | |
2005-04-16 | (S_TYPEISSHM): Remove definition. | Jim Meyering | |
Get the definition by including "stat-macros.h", instead. | |||
2005-04-14 | Fix test suite problems reported by Eric Blake on Cygwin. | Paul Eggert | |
2005-04-14 | (dot_mount_point): Use stat rather than df, as | Paul Eggert | |
it's more reliable. (other_partition_tmpdir): Remove df from name as that would be misleading now. | |||
2005-04-14 | Ignore chatter about when files are removed, | Paul Eggert | |
since POSIX doesn't require rename to fail across file systems. | |||
2005-04-14 | *** empty log message *** | Jim Meyering | |
2005-04-14 | Correct typo, fchmod -> fchown, in a comment. | Jim Meyering | |