summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-01-04.Jim Meyering
2006-01-04(tzname): Don't declare if it is already #defined.Paul Eggert
2006-01-04*** empty log message ***Jim Meyering
2006-01-04.Jim Meyering
2006-01-04fix typoJim Meyering
2006-01-04*** empty log message ***Jim Meyering
2006-01-04change comment and temp file name: s/openat/fdopendir/Jim Meyering
2006-01-04change comments and temp file name: s/openat/fdopendir/Jim Meyering
2006-01-04Also allow a slightly different diagnostic -- theJim Meyering
one you get when using openat-enabled fts.c and du (coming soon).
2006-01-04*** empty log message ***Jim Meyering
2006-01-04Merge from glibc.Jim Meyering
(fts_open): Avoid function call in MAX macro use.
2006-01-03(xtime_make, xtime_nonnegative_nsec, xtime_nsec): UsePaul Eggert
long int, not int, for nanosecond counts, so that people who are used to POSIX struct timespec won't be surprised.
2006-01-03*** empty log message ***Jim Meyering
2006-01-03Also allow a slightly different diagnostic -- theJim Meyering
one you get when using openat-enabled fts.c and du (coming soon).
2006-01-03*** empty log message ***Jim Meyering
2006-01-03Also allow a slightly different diagnostic -- theJim Meyering
one you get when using openat-enabled fts.c and du (coming soon).
2006-01-03correct first-line commentJim Meyering
2006-01-03*** empty log message ***Jim Meyering
2006-01-03(O_DIRECTORY) [!defined O_DIRECTORY]: Define.Jim Meyering
2006-01-03Make sure we can change the group of inaccessible files.Paul Eggert
2006-01-03(RC_do_ordinary_chown): New enum value.Paul Eggert
(restricted_chown): Return it, if the file cannot be accessed due to EPERM, or if no uid or gid are required, or if the file is neither a directory nor a regular file. Rewrite to avoid gotos. (change_file_owner): Handle RC_do_ordinary_chown case. Rewrite to avoid gotos.
2006-01-03(General date syntax): Invalid dates are rejected.Paul Eggert
(Time of day items): Mention the possibility of leap seconds. Problem reported by Dr. David Alan Gilbert.
2006-01-03Explain date %g, %G, and %V a bit better.Paul Eggert
2006-01-03Explain date %g, %G a bit better.Paul Eggert
2006-01-03Use @acronym around "ISO" uniformly.Paul Eggert
(Date conversion specifiers): Explain %g, %G, and %V a bit better.
2006-01-03(usage): Explain %g, %G, and %V a bit better.Paul Eggert
2006-01-02*** empty log message ***Jim Meyering
2006-01-02(set_owner): Correct a comment.Jim Meyering
2006-01-02*** empty log message ***Jim Meyering
2006-01-02(parse_options): Change warning to say that --retryJim Meyering
is useful `mainly' (not `only') when following by name. Reported here: http://bugs.debian.org/273781
2006-01-02*** empty log message ***Jim Meyering
2006-01-02(tail invocation): Say that --retryJim Meyering
is useful `mainly' (not `only') when following by name.
2006-01-02Fix typo in previous change.Paul Eggert
2006-01-02New approach to safer chmod.Paul Eggert
2006-01-02Clarify file mode bits versus file permission bits.Paul Eggert
2006-01-02Update copyright year.Paul Eggert
2006-01-02Clarify file mode bits versus file permission bits.Paul Eggert
(mkfifo invocation, mknod invocation): -m affects only file permission bits.
2006-01-02Document that mkfifo and mknod -m no longer set special bits.Paul Eggert
2006-01-02No longer used.Paul Eggert
2006-01-02(usage): Clarify -m's operation.Paul Eggert
(main): If -m is given, don't invoke chmod; use umask 0 instead. Report an error if -m asks for bits outside the 777 range. Undo 2005-12-19 changes.
2006-01-02Update copyright year.Paul Eggert
2006-01-02(usage): Clarify -m's operation.Paul Eggert
(main): If -m is given, don't invoke chmod; use umask 0 instead. Report an error if -m asks for bits outside the 777 range.
2006-01-02Include lchmod.h.Paul Eggert
(usage): Clarify -m's operation. (main): Use lchmod rather than chmod. Don't use lchmod unless the new mode contains bits outside the 777 range.
2006-01-02Include lchmod.h.Paul Eggert
(re_protect, make_dir_parents_private): Use lchmod rather than chmod.
2006-01-02Include lchmod.h.Paul Eggert
(copy_internal): Use lchmod rather than chmod.
2006-01-02New file.Paul Eggert
2006-01-02(gl_MACROS): Require gl_FUNC_LCHMOD.Paul Eggert
Don't require gl_CHDIR_SAFER.
2006-01-02Include lchmod.h, lchmod.c.Paul Eggert
(make_dir_parents): Use lchown rather than chown, and lchmod rather than chmod.
2005-12-29(sort invocation): Clarify that by default a blank is a space or a tab.Paul Eggert
2005-12-29(sort invocation): Clarify that a blank is a spacePaul Eggert
or a tab.