Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-14 | tweak diagnostic wording: Use `... return to working directory', rather | Jim Meyering | |
than `... restore working directory'. | |||
2005-06-14 | whoops. | Jim Meyering | |
redirect stderr to dev/null | |||
2005-06-14 | . | Jim Meyering | |
2005-06-14 | *** empty log message *** | Jim Meyering | |
2005-06-14 | (TESTS): Add p-3. | Jim Meyering | |
2005-06-14 | remove obsolete FIXME | Jim Meyering | |
2005-06-14 | *** empty log message *** | Jim Meyering | |
2005-06-14 | (gl_FUNC_OPENAT): Add openat-die.c. | Jim Meyering | |
2005-06-14 | *** empty log message *** | Jim Meyering | |
2005-06-14 | (openat_save_die, openat_restore_die): New file. | Jim Meyering | |
2005-06-14 | (openat_save_die, openat_restore_die): Declare and define. | Jim Meyering | |
2005-06-14 | Provide an alternative to exiting immediately upon save_cwd or | Jim Meyering | |
restore_cwd failure. Now, an application can arrange e.g., to perform a longjump in that case. * openat.c: Include dirname.h. Use IS_ABSOLUTE_FILE_NAME rather than testing for leading slash. (rpl_openat, fdopendir, fstatat): Call openat_save_die and openat_restore_die rather than calling error directly. Don't include "error.h" or "exitfail.h"; they're no longer needed. * openat-die.c (openat_save_die, openat_restore_die): New file. * openat.h (openat_save_die, openat_restore_die): Declare and define. | |||
2005-06-13 | *** empty log message *** | Jim Meyering | |
2005-06-13 | (make_dir_parents): Update prototype. | Jim Meyering | |
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. |