Jim Meyering
736dfd391d
(main): When make_dir_parents changes the current working
...
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 10:19:18 +00:00
Jim Meyering
4063f9696c
(main): When make_dir_parents changes the current working
...
directory, give a diagnostic about each subsequent failure to create
a dot-relative directory.
2005-06-13 10:17:36 +00:00
Jim Meyering
ecd375b64a
(make_dir_parents): New parameter: different_working_dir,
...
to tell caller if/when we change the working directory and are
unable to return to the initial one.
2005-06-13 10:15:19 +00:00
Jim Meyering
26438e44cd
*** empty log message ***
2005-06-12 19:56:42 +00:00
Jim Meyering
78c87e1292
(CLEANUP_CWD): Change one more return 1' to return false'.
...
This fixes a bug introduced on 2004-07-30.
2005-06-12 19:56:37 +00:00
Paul Eggert
d30b64a98e
Act on the Austin Group's response yesterday to XCU ERN 63.
2005-06-10 19:32:04 +00:00
Paul Eggert
9756cac52f
(any_has_acl): New var.
...
(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 19:31:45 +00:00
Paul Eggert
2de803d91b
Remove the extra spaces in "ls -l" output.
2005-06-10 19:31:24 +00:00
Paul Eggert
a53809b3df
ls no longer outputs an extra space between mode and link count.
2005-06-10 19:30:51 +00:00
Jim Meyering
939f88af26
*** empty log message ***
2005-06-10 16:42:33 +00:00
Jim Meyering
4fb3780059
(VERIFY_W_TYPEOF): Add parentheses.
2005-06-10 16:42:28 +00:00
Jim Meyering
5dc5bef865
Change filesystems to `file systems'.
2005-06-09 09:22:27 +00:00
Jim Meyering
42ded2fdf9
*** empty log message ***
2005-06-07 06:41:18 +00:00
Jim Meyering
52e93d5701
(ln invocation): Examples, from Bob Proulx.
2005-06-07 06:40:40 +00:00
Paul Eggert
33adc501ab
Fix typo in comment.
2005-06-03 04:49:30 +00:00
Paul Eggert
3b75dfcba1
Regenerate.
2005-06-02 19:54:02 +00:00
Paul Eggert
e963a34f93
Sync from gnulib.
2005-06-02 19:49:27 +00:00
Jim Meyering
96d05b2618
*** empty log message ***
2005-06-02 11:38:49 +00:00
Jim Meyering
2b91002054
Change makepath.c to mkdir-p.c here, too.
2005-06-02 11:38:46 +00:00
Jim Meyering
0d800566cb
*** empty log message ***
2005-06-02 10:04:32 +00:00
Jim Meyering
9c66558d8e
(usage): Put `Ordering options:' line where it belongs.
2005-06-02 10:02:29 +00:00
Paul Eggert
2bc139bf8f
Regenerate.
2005-06-02 05:19:46 +00:00
Paul Eggert
df58076416
Use "file name" when talking about file names, instead of "filename"
...
or "path", as per the GNU coding standards.
2005-06-02 05:19:03 +00:00
Paul Eggert
97603a5d2a
Don't use "path" or "filename".
2005-06-02 05:17:24 +00:00
Paul Eggert
6a3bde8957
Don't use "path" or "filename".
...
(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 05:15:07 +00:00
Paul Eggert
d86f0f9921
Don't use "path" or "filename".
...
(make_link_name): Renamed from make_link_path. All uses changed.
2005-06-02 05:14:32 +00:00
Paul Eggert
af455f0340
(FILE_BASENAME_CONCAT): Renamed from PATH_BASENAME_CONCAT.
...
All uses changed.
2005-06-02 05:13:57 +00:00
Paul Eggert
55b579a133
Don't use "path" or "filename".
...
(install_file_in_file_parents): Renamed from
install_file_to_path. All uses changed.
2005-06-02 05:13:29 +00:00
Paul Eggert
83ed78d646
Don't use "path" or "filename".
...
Don't include "path-concat.h"; not needed.
2005-06-02 05:12:59 +00:00
Paul Eggert
816572d867
Don't use "path" or "filename".
...
(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 05:12:17 +00:00
Paul Eggert
e911bc54b5
(usage): Don't use "path" to describe a file name.
2005-06-02 05:11:32 +00:00
Paul Eggert
1745d7ec99
Don't use "path" or "filename".
...
(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 05:11:01 +00:00
Paul Eggert
4c0486daa4
Don't use "path" or "filename" to mean "file name".
...
Hence, rename makepath.m4 to mkdir-p.m4, and rename path-concat.m4
to filenamecat.m4.
2005-06-02 05:09:44 +00:00
Paul Eggert
f3afac1d9d
Don't use "path" or "filename" to mean "file name".
2005-06-02 05:08:51 +00:00
Paul Eggert
ef12d7fb52
Use "file name" when talking about file names, instead of "filename"
...
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 05:06:56 +00:00
Paul Eggert
ab2edb9e33
Don't use "path" or "filename" to mean "file name"
...
in comments or local variable names.
2005-06-02 05:05:29 +00:00
Paul Eggert
1e6b9bd047
(excluded_file_name): Renamed from excluded_filename.
...
All uses changed.
2005-06-02 05:02:38 +00:00
Paul Eggert
d91f01988d
Don't use "path" or "filename" to mean "file name"
...
in comments or local variable names.
(excluded_file_name): Renamed from excluded_filename.
All uses changed.
2005-06-02 05:02:14 +00:00
Paul Eggert
4425cc8a08
Use "file name" when talking about file names, instead of "filename"
...
or "path", as per the GNU coding standards.
2005-06-02 05:00:50 +00:00
Paul Eggert
fa2ce4d932
(readlink invocation): "path component" ->
...
"component", since we don't use the POSIX "path" nomenclature.
2005-06-02 05:00:24 +00:00
Paul Eggert
034501ddef
Renamed from path-concat.m4.
...
(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 04:59:51 +00:00
Paul Eggert
1885506f1e
Renamed from path-concat.c.
...
(file_name_concat): Renamed from path_concat. All callers changed.
[TEST_FILE_NAME_CONCAT]: Renamed from TEST_PATH_CONCAT.
2005-06-02 04:59:10 +00:00
Paul Eggert
3a0841772c
Renamed from path-concat.h. All includers changed.
...
(file_name_concat): Renamed from path_concat. All callers changed.
2005-06-02 04:58:26 +00:00
Paul Eggert
0402bc1136
Renamed from makepath.m4.
...
(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 04:57:31 +00:00
Paul Eggert
6499782f2e
Renamed from makepath.h. All includers changed.
...
(make_dir_parents): Renamed from make_path. All callers changed.
2005-06-02 04:56:41 +00:00
Paul Eggert
78cd5b80f6
Renamed from makepath.c.
...
(make_dir_parents): Renamed from make_path. All callers changed.
2005-06-02 04:55:35 +00:00
Jim Meyering
b45e05bce2
*** empty log message ***
2005-05-31 07:06:26 +00:00
Jim Meyering
55076fb51f
(chown_privileges, chown_failure_ok): Mark as `extern'.
...
This is a crutch so that `make distcheck's sc_tight_scope rule
knows that they really are deliberately declared that way.
2005-05-31 07:06:23 +00:00
Paul Eggert
f707eb199e
Port to Solaris 10's rules for whether programs can chown files.
2005-05-31 06:16:51 +00:00
Paul Eggert
fe34f6c28d
(cp_options_init): Use chown_privileges rather than geteuid.
2005-05-31 06:16:09 +00:00