Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-20 | . | Jim Meyering | |
2005-06-19 | Allow the two existing types of uses of PATH: | Jim Meyering | |
@vindex PATH @env{PATH} | |||
2005-06-19 | *** empty log message *** | Jim Meyering | |
2005-06-19 | (ln invocation): Change a few `paths' to `file names'. | Jim Meyering | |
2005-06-19 | *** empty log message *** | Jim Meyering | |
2005-06-19 | Also catch uses of path, pathname. | Jim Meyering | |
2005-06-19 | (tac_mem, tac_stdin_to_mem): Remove #if-0'd functions. | Jim Meyering | |
2005-06-19 | *** empty log message *** | Jim Meyering | |
2005-06-19 | *** empty log message *** | Jim Meyering | |
2005-06-19 | (usage): Use `file system', not `filesystem'. | Jim Meyering | |
2005-06-19 | use `file system', not `filesystem' | Jim Meyering | |
2005-06-19 | *** empty log message *** | Jim Meyering | |
2005-06-19 | (gl_XGETCWD): Add `AC_LIBOBJ([xgetcwd])'. | Jim Meyering | |
Register xgetcwd.c and xgetcwd.h via AC_LIBSOURCES. | |||
2005-06-19 | rename to gl_FUNC_XFTS | Jim Meyering | |
2005-06-19 | Require gl_FUNC_XFTS. | Jim Meyering | |
2005-06-19 | (gl_XFTS): New file/macro. | Jim Meyering | |
2005-06-19 | (libcoreutils_a_SOURCES): Remove xgetcwd.c, xgetcwd.h, xfts.c and xfts.h. | Jim Meyering | |
2005-06-18 | *** empty log message *** | Jim Meyering | |
2005-06-18 | (unquote): Remove unnecessary `' quotes from a diagnostic. | Jim Meyering | |
2005-06-17 | Don't embed `this'-style quotes in format strings. | Jim Meyering | |
Rather than this: error (..., "...`%s'...", arg); do this: error (..., "...%s...", quote (arg)); | |||
2005-06-17 | *** empty log message *** | Jim Meyering | |
2005-06-17 | (usage): Clarify that shred works on an ext3 file | Jim Meyering | |
system as long as it's not in data=journal mode. Tiny change by Mark Melahn. | |||
2005-06-17 | *** empty log message *** | Jim Meyering | |
2005-06-17 | (shred invocation): Clarify that shred | Jim Meyering | |
works on ext3 as long as it's not in data=journal mode. Patch from Mark Melahn. | |||
2005-06-17 | *** empty log message *** | Jim Meyering | |
2005-06-16 | * src/hostid.c (main): Don't print fewer than 8 digits, or spurious leading "f". | Paul Eggert | |
2005-06-16 | *** empty log message *** | Jim Meyering | |
2005-06-16 | *** empty log message *** | Jim Meyering | |
2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering | |
Include "quote.h". Rather than this: error (..., "...`%s'...", arg); do this: error (..., "...%s...", quote (arg)); | |||
2005-06-16 | whoops: Adding quote(...) isn't enough :) | Jim Meyering | |
remove quotes from the string, too. | |||
2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering | |
Include "quote.h". Rather than this: error (..., "...`%s'...", arg); do this: error (..., "...%s...", quote (arg)); | |||
2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering | |
Include "quote.h". Rather than this: error (..., "...`%s'...", arg); do this: error (..., "...%s...", quote (arg)); | |||
2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering | |
Include "quote.h". Rather than this: error (..., "...`%s'...", arg); do this: error (..., "...%s...", quote (arg)); | |||
2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering | |
Include "quote.h". Rather than this: error (..., "...`%s'...", arg); do this: error (..., "...%s...", quote (arg)); | |||
2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering | |
Include "quote.h". Rather than this: error (..., "...`%s'...", arg); do this: error (..., "...%s...", quote (arg)); | |||
2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering | |
Include "quote.h". Rather than this: error (..., "...`%s'...", arg); do this: error (..., "...%s...", quote (arg)); | |||
2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering | |
Rather than this: error (..., "...`%s'...", arg); do this: error (..., "...%s...", quote (arg)); | |||
2005-06-16 | Rather than this: error (..., "...`%s'...", arg); | Jim Meyering | |
do this: error (..., "...%s...", quote (arg)); | |||
2005-06-16 | Rather than this: error (..., "...`%s'...", arg); | Jim Meyering | |
do this: error (..., "...%s...", quote (arg)); | |||
2005-06-16 | *** empty log message *** | Jim Meyering | |
2005-06-16 | (rpl_calloc): Allocate a 1-byte buffer (not 1xS or Nx1) | Jim Meyering | |
when either N or S is zero. | |||
2005-06-16 | *** empty log message *** | Jim Meyering | |
2005-06-16 | (Backup options): Undocument --version-control=S (-V). | Jim Meyering | |
2005-06-16 | *** empty log message *** | Jim Meyering | |
2005-06-16 | Finally remove support for --version-control=S (-V). | Jim Meyering | |
It was deprecated nearly 6 years ago and has been warning users to switch to --backup=S since fileutils-4.0j. | |||
2005-06-15 | . | Jim Meyering | |
2005-06-15 | Reflect s/_die/_fail/ renaming. | Jim Meyering | |
2005-06-15 | *** empty log message *** | Jim Meyering | |
2005-06-15 | Ensure that rel-named dirs are not created when chdir($PWD) fails. | Jim Meyering | |
2005-06-15 | Ensure that each `-d'-specified directory is created. | Jim Meyering | |