summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-10-16.Jim Meyering
2000-10-16*** empty log message ***Jim Meyering
2000-10-16*** empty log message ***Jim Meyering
2000-10-16(hard_locale): Use "", not 0 as 2nd arg to setlocale.Jim Meyering
From Jan Fedak.
2000-10-15.Jim Meyering
2000-10-12.Jim Meyering
2000-10-12(Time directives) [%S]: Range is 0..60, not 0..61.Jim Meyering
2000-09-30*** empty log message ***Jim Meyering
2000-09-30*** empty log message ***Jim Meyering
2000-09-30(main): Rename local `symbolic_mode' to `specified_mode'.Jim Meyering
2000-09-30*** empty log message ***Jim Meyering
2000-09-30(change_file_mode): Perform the chmod even if theJim Meyering
file mode permission bits are the same as those that should be set. Omitting the chmod call would be alright with minimal 1003.1e DS17 ACLs, but eventually there will be other permissions in addition to rwx. E.g., add and delete for directories, and something analogous to NT's take ownership permission.
2000-09-30(main): Don't set the umask to 0 and hand-applyJim Meyering
the previously-set umask unconditionally. Do that only when a MODE has been specified. Otherwise, call mkfifo with the full creation mask (0777 or 0666) and let the kernel apply the umask. The difference shows up only on file systems with ACL support when the containing directory has a default ACL. Patch by Andreas Gruenbacher. (main): Rename local `symbolic_mode' to `specified_mode'. Also, when MODE is specified, call chmod to ensure that the permission bits are set as specified even when the containing directory has a default ACL.
2000-09-30(main): Rename local `symbolic_mode' to `specified_mode'.Jim Meyering
2000-09-30(main): Don't set the umask to 0 and hand-applyJim Meyering
the previously-set umask unconditionally. Do that only when a MODE has been specified. Otherwise, call mknod with the full creation mask (0777 or 0666) and let the kernel apply the umask. The difference shows up only on file systems with ACL support when the containing directory has a default ACL. Patch by Andreas Gruenbacher. (main): Rename local `symbolic_mode' to `specified_mode'. Also, when MODE is specified, call chmod to ensure that the permission bits are set as specified even when the containing directory has a default ACL.
2000-09-30(main): Rename local `symbolic_mode' to `specified_mode'.Jim Meyering
2000-09-30(main): Don't set the umask to 0 and hand-applyJim Meyering
the previously-set umask unconditionally. Do that only when a MODE has been specified. Otherwise, call mkdir with the full creation mask (0777 or 0666) and let the kernel apply the umask. The difference shows up only on file systems with ACL support when the containing directory has a default ACL. Patch by Andreas Gruenbacher.
2000-09-30*** empty log message ***Jim Meyering
2000-09-30*** empty log message ***Jim Meyering
2000-09-30Update to use newer template.Jim Meyering
2000-09-30(main): Rename local `symbolic_mode' to `specified_mode'.Jim Meyering
2000-09-30Remove option-describing comment block.Jim Meyering
2000-09-30*** empty log message ***Jim Meyering
2000-09-30(TESTS): Add perm.Jim Meyering
2000-09-30*** empty log message ***Jim Meyering
2000-09-30*** empty log message ***Jim Meyering
2000-09-30*** empty log message ***Jim Meyering
2000-09-29(usage): Add a separate usage line, just for `OPTION'.Jim Meyering
2000-09-29*** empty log message ***Jim Meyering
2000-09-29*** empty log message ***Jim Meyering
2000-09-29Run `diff -c' only if cmp finds a difference.Jim Meyering
Clean up.
2000-09-25.Jim Meyering
2000-09-25(long_opts): --exact doesn't take an argument.Jim Meyering
2000-09-25*** empty log message ***Jim Meyering
2000-09-25*** empty log message ***Jim Meyering
2000-09-25*** empty log message ***Jim Meyering
2000-09-25Don't use `diff -u'. It's not portable.Jim Meyering
Run `diff -c' only if cmp finds a difference.
2000-09-25*** empty log message ***Jim Meyering
2000-09-25*** empty log message ***Jim Meyering
2000-09-25Use `(exit 1); exit' paradigm also for framework_failure.Jim Meyering
2000-09-25*** empty log message ***Jim Meyering
2000-09-25(prev_version_file): Define and use.Jim Meyering
2000-09-25(PREV_VERSION): Get the value from a file, ratherJim Meyering
than trying to derive it from the current version number. This is much more robust. (alpha): Record just-released version number in `.version', and commit (post-tag).
2000-09-25*** empty log message ***Jim Meyering
2000-09-25*** empty log message ***Jim Meyering
2000-09-25*** empty log message ***Jim Meyering
2000-09-25*** empty log message ***Jim Meyering
2000-09-25(usage): Match revised documentation better.Jim Meyering
2000-09-25*** empty log message ***Jim Meyering
2000-09-25(rol): Define (from GnuPG).Jim Meyering