Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-13 | *** empty log message *** | Jim Meyering | |
2005-06-13 | *** empty log message *** | Jim Meyering | |
2005-06-13 | *** empty log message *** | Jim Meyering | |
2005-06-13 | (main): When make_dir_parents changes the current working | Jim Meyering | |
directory, give a diagnostic about each subsequent failure to create a dot-relative directory. (install_file_in_file_parents): Update make_dir_parents caller. | |||
2005-06-13 | (main): When make_dir_parents changes the current working | Jim Meyering | |
directory, give a diagnostic about each subsequent failure to create a dot-relative directory. | |||
2005-06-13 | (make_dir_parents): New parameter: different_working_dir, | Jim Meyering | |
to tell caller if/when we change the working directory and are unable to return to the initial one. | |||
2005-06-12 | *** empty log message *** | Jim Meyering | |
2005-06-12 | (CLEANUP_CWD): Change one more `return 1' to `return false'. | Jim Meyering | |
This fixes a bug introduced on 2004-07-30. | |||
2005-06-10 | Act on the Austin Group's response yesterday to XCU ERN 63. | Paul Eggert | |
2005-06-10 | (any_has_acl): New var. | Paul Eggert | |
(clear_files): Clear it. (gobble_file): Set it if a file has an ACL. (print_long_format): Omit needless space unless some file has an ACL. | |||
2005-06-10 | Remove the extra spaces in "ls -l" output. | Paul Eggert | |
2005-06-10 | ls no longer outputs an extra space between mode and link count. | Paul Eggert | |
2005-06-10 | *** empty log message *** | Jim Meyering | |
2005-06-10 | (VERIFY_W_TYPEOF): Add parentheses. | Jim Meyering | |
2005-06-09 | Change filesystems to `file systems'. | Jim Meyering | |
2005-06-07 | *** empty log message *** | Jim Meyering | |
2005-06-07 | (ln invocation): Examples, from Bob Proulx. | Jim Meyering | |
2005-06-03 | Fix typo in comment. | Paul Eggert | |
2005-06-02 | Regenerate. | Paul Eggert | |
2005-06-02 | Sync from gnulib. | Paul Eggert | |
2005-06-02 | *** empty log message *** | Jim Meyering | |
2005-06-02 | Change makepath.c to mkdir-p.c here, too. | Jim Meyering | |
2005-06-02 | *** empty log message *** | Jim Meyering | |
2005-06-02 | (usage): Put `Ordering options:' line where it belongs. | Jim Meyering | |
2005-06-02 | Regenerate. | Paul Eggert | |
2005-06-02 | Use "file name" when talking about file names, instead of "filename" | Paul Eggert | |
or "path", as per the GNU coding standards. | |||
2005-06-02 | Don't use "path" or "filename". | Paul Eggert | |
2005-06-02 | Don't use "path" or "filename". | Paul Eggert | |
(struct file_name): Renamed from struct Path. All uses changed. (file_name_free): Renamed from path_free. All uses changed. (file_name_init): Renamed from path_init. All uses changed. (file_name_prepend): Renamed from path_prepend. All uses changed. | |||
2005-06-02 | Don't use "path" or "filename". | Paul Eggert | |
(make_link_name): Renamed from make_link_path. All uses changed. | |||
2005-06-02 | (FILE_BASENAME_CONCAT): Renamed from PATH_BASENAME_CONCAT. | Paul Eggert | |
All uses changed. | |||
2005-06-02 | Don't use "path" or "filename". | Paul Eggert | |
(install_file_in_file_parents): Renamed from install_file_to_path. All uses changed. | |||
2005-06-02 | Don't use "path" or "filename". | Paul Eggert | |
Don't include "path-concat.h"; not needed. | |||
2005-06-02 | Don't use "path" or "filename". | Paul Eggert | |
(usage): Don't use "path" to describe a file name. (remove_empty_parents): Renamed from empty_paths. All uses changed. (longopts): Add comment that --path is deprecated. | |||
2005-06-02 | (usage): Don't use "path" to describe a file name. | Paul Eggert | |
2005-06-02 | Don't use "path" or "filename". | Paul Eggert | |
(parents_option): Renamed from flag_path. All uses changed. (make_dir_parents_private): Renamed from make_path_private. All uses changed. (usage): Don't use "path" to describe a file name. | |||
2005-06-02 | Don't use "path" or "filename" to mean "file name". | Paul Eggert | |
Hence, rename makepath.m4 to mkdir-p.m4, and rename path-concat.m4 to filenamecat.m4. | |||
2005-06-02 | Don't use "path" or "filename" to mean "file name". | Paul Eggert | |
2005-06-02 | Use "file name" when talking about file names, instead of "filename" | Paul Eggert | |
or "path", as per the GNU coding standards. As part of this, rename makepath.c to mkdir-p.c, and path-concat.c to filenamecat.c, and likewise for the .h files. | |||
2005-06-02 | Don't use "path" or "filename" to mean "file name" | Paul Eggert | |
in comments or local variable names. | |||
2005-06-02 | (excluded_file_name): Renamed from excluded_filename. | Paul Eggert | |
All uses changed. | |||
2005-06-02 | Don't use "path" or "filename" to mean "file name" | Paul Eggert | |
in comments or local variable names. (excluded_file_name): Renamed from excluded_filename. All uses changed. | |||
2005-06-02 | Use "file name" when talking about file names, instead of "filename" | Paul Eggert | |
or "path", as per the GNU coding standards. | |||
2005-06-02 | (readlink invocation): "path component" -> | Paul Eggert | |
"component", since we don't use the POSIX "path" nomenclature. | |||
2005-06-02 | Renamed from path-concat.m4. | Paul Eggert | |
(gl_FILE_NAME_CONCAT): Renamed from gl_PATH_CONCAT. All uses changed. Rename files from path-concat.c to filenamecat.c, and from path-concat.h to filenamecat.h. | |||
2005-06-02 | Renamed from path-concat.c. | Paul Eggert | |
(file_name_concat): Renamed from path_concat. All callers changed. [TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT. | |||
2005-06-02 | Renamed from path-concat.h. All includers changed. | Paul Eggert | |
(file_name_concat): Renamed from path_concat. All callers changed. | |||
2005-06-02 | Renamed from makepath.m4. | Paul Eggert | |
(gl_MKDIR_PARENTS): Renamed from gl_MAKEPATH. All uses changed. Rename files from makepath.c to mkdir-p.c, and from makepath.h to mkdir-p.h. | |||
2005-06-02 | Renamed from makepath.h. All includers changed. | Paul Eggert | |
(make_dir_parents): Renamed from make_path. All callers changed. | |||
2005-06-02 | Renamed from makepath.c. | Paul Eggert | |
(make_dir_parents): Renamed from make_path. All callers changed. | |||
2005-05-31 | *** empty log message *** | Jim Meyering | |