2005-06-17 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Paul Eggert | * src/hostid.c (main): Don't print fewer than 8 digits... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Jim Meyering | Don't embed `this'-style quotes in format strings. |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Jim Meyering | whoops: Adding quote(...) isn't enough :) |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Jim Meyering | Don't embed `this'-style quotes in format strings. |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Jim Meyering | Don't embed `this'-style quotes in format strings. |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Jim Meyering | Don't embed `this'-style quotes in format strings. |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Jim Meyering | Don't embed `this'-style quotes in format strings. |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Jim Meyering | Don't embed `this'-style quotes in format strings. |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Jim Meyering | Don't embed `this'-style quotes in format strings. |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Jim Meyering | Don't embed `this'-style quotes in format strings. |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Jim Meyering | Rather than this: error (..., "...`%s'...", arg); |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Jim Meyering | Rather than this: error (..., "...`%s'...", arg); |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Jim Meyering | (rpl_calloc): Allocate a 1-byte buffer (not 1xS or... |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Jim Meyering | (Backup options): Undocument --version-control=S (-V). |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-16 |
Jim Meyering | Finally remove support for --version-control=S (-V). |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Jim Meyering | Reflect s/_die/_fail/ renaming. |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Jim Meyering | Ensure that rel-named dirs are not created when chdir... |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Jim Meyering | Ensure that each `-d'-specified directory is created. |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Jim Meyering | (main): Fix my typo: s/argv[optind]/file[i]/. |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Jim Meyering | Add a test for just-fixed bug in mkdir-p.c. |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Jim Meyering | (make_dir_parents): Don't let a failed chdir($PWD) |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Paul Eggert | Fix typo in previous checkin. |
commit | commitdiff | tree | snapshot |
2005-06-15 |
Paul Eggert | install -D had a problem similar to mkdir -p. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Paul Eggert | Improve diagnostics for restore_cwd failure. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Paul Eggert | (make_dir): Remove. All uses replaced by mkdir. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Paul Eggert | (make_dir): Remove. All uses replaced by mkdir. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Paul Eggert | (create_parents): Remove static var (now local to ... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Paul Eggert | (main): Standardize on a diagnostic for |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Paul Eggert | mkdir-p cleanup. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Paul Eggert | Adjust to new make_dir_parents convention. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Paul Eggert | (main): Adjust to new make_dir_parents convention. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Paul Eggert | (CLEANUP_CWD, CLEANUP): Remove. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | Reflect s/_die/_fail/ renaming. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | (openat_save_fail): Rename from openat_save_die. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | Ensure mkdir succeeds if the following argument is... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | clarify comment |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | (CLEANUP_CWD): Return *true*, not false when failing |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | Change openat.c to openat-die.c. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | (my-distcheck): Add -Wall to the list of options that |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | tweak diagnostic wording: Use `... return to working... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | whoops. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | . |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | (TESTS): Add p-3. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | remove obsolete FIXME |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | (gl_FUNC_OPENAT): Add openat-die.c. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | (openat_save_die, openat_restore_die): New file. |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | (openat_save_die, openat_restore_die): Declare and... |
commit | commitdiff | tree | snapshot |
2005-06-14 |
Jim Meyering | Provide an alternative to exiting immediately upon... |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Jim Meyering | (make_dir_parents): Update prototype. |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Jim Meyering | (main): When make_dir_parents changes the current working |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Jim Meyering | (main): When make_dir_parents changes the current working |
commit | commitdiff | tree | snapshot |
2005-06-13 |
Jim Meyering | (make_dir_parents): New parameter: different_working_dir, |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-12 |
Jim Meyering | (CLEANUP_CWD): Change one more `return 1' to `return... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Paul Eggert | Act on the Austin Group's response yesterday to XCU... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Paul Eggert | (any_has_acl): New var. |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Paul Eggert | Remove the extra spaces in "ls -l" output. |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Paul Eggert | ls no longer outputs an extra space between mode and... |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-10 |
Jim Meyering | (VERIFY_W_TYPEOF): Add parentheses. |
commit | commitdiff | tree | snapshot |
2005-06-09 |
Jim Meyering | Change filesystems to `file systems'. |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-07 |
Jim Meyering | (ln invocation): Examples, from Bob Proulx. |
commit | commitdiff | tree | snapshot |
2005-06-03 |
Paul Eggert | Fix typo in comment. |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Paul Eggert | Sync from gnulib. |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Jim Meyering | Change makepath.c to mkdir-p.c here, too. |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Jim Meyering | *** empty log message *** |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Jim Meyering | (usage): Put `Ordering options:' line where it belongs. |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Paul Eggert | Regenerate. |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Paul Eggert | Use "file name" when talking about file names, instead... |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Paul Eggert | Don't use "path" or "filename". |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Paul Eggert | Don't use "path" or "filename". |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Paul Eggert | Don't use "path" or "filename". |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Paul Eggert | (FILE_BASENAME_CONCAT): Renamed from PATH_BASENAME_CONCAT. |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Paul Eggert | Don't use "path" or "filename". |
commit | commitdiff | tree | snapshot |
2005-06-02 |
Paul Eggert | Don't use "path" or "filename". |
commit | commitdiff | tree | snapshot |
next |