summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-06-14*** empty log message ***Jim Meyering
2005-06-14(my-distcheck): Add -Wall to the list of options thatJim Meyering
are used with -Werror. This target is not intended for general use.
2005-06-14.Jim Meyering
2005-06-14tweak diagnostic wording: Use `... return to working directory', ratherJim Meyering
than `... restore working directory'.
2005-06-14whoops.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-14remove obsolete FIXMEJim 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-14Provide an alternative to exiting immediately upon save_cwd orJim 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 workingJim 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 workingJim 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-10Act 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-10Remove the extra spaces in "ls -l" output.Paul Eggert
2005-06-10ls 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-09Change 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-03Fix typo in comment.Paul Eggert
2005-06-02Regenerate.Paul Eggert
2005-06-02Sync from gnulib.Paul Eggert
2005-06-02*** empty log message ***Jim Meyering
2005-06-02Change 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-02Regenerate.Paul Eggert
2005-06-02Use "file name" when talking about file names, instead of "filename"Paul Eggert
or "path", as per the GNU coding standards.
2005-06-02Don't use "path" or "filename".Paul Eggert
2005-06-02Don'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-02Don'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-02Don't use "path" or "filename".Paul Eggert
(install_file_in_file_parents): Renamed from install_file_to_path. All uses changed.
2005-06-02Don't use "path" or "filename".Paul Eggert
Don't include "path-concat.h"; not needed.
2005-06-02Don'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.