summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-08-17*** empty log message ***Jim Meyering
1999-08-17*** empty log message ***Jim Meyering
1999-08-17.Jim Meyering
1999-08-17*** empty log message ***Jim Meyering
1999-08-17.Jim Meyering
1999-08-16This change is nearly identical to the chown.c change of 1998-05-24Jim Meyering
Accept new option, --dereference. --no-dereference is now the default. Include lchown.h. (enum Change_status) [CH_NOT_APPLIED]: New member. (change_symlinks): Enable this by default, now. (describe_change): Handle new case. (change_file_group): Add new parameter: cmdline_arg. Update callers. Reorganize to reflect changed semantics. (LCHOWN): Remove definitions. From Bruno Haible.
1999-08-16(groupname): Declare to be `const'.Jim Meyering
(change_dir_owner): Declare statp parameter to be `const'. (usage): Make the output be more consistent with that from chgrp.
1999-08-15factor examplesJim Meyering
1999-08-15*** empty log message ***Jim Meyering
1999-08-15--pid vs djgppJim Meyering
1999-08-15(ENOSYS): Define to a bogus value if not already defined.Jim Meyering
(parse_options): Warn if --pid=PID is used and kill() returns ENOSYS (e.g. when compiled with DJGPP).
1999-08-14.Jim Meyering
1999-08-14*** empty log message ***Jim Meyering
1999-08-14Fail-77 if stdin is not a tty.Jim Meyering
1999-08-14*** empty log message ***Jim Meyering
1999-08-13*** empty log message ***Jim Meyering
1999-08-13*** empty log message ***Jim Meyering
1999-08-13.Jim Meyering
1999-08-12*** empty log message ***Jim Meyering
1999-08-12Document how to ignore newline during sortJim Meyering
1999-08-12*** empty log message ***Jim Meyering
1999-08-10*** empty log message ***Jim Meyering
1999-08-10(usage): Add ls --quoting-style=locale.Jim Meyering
1999-08-10(ARGMATCH_QUOTING_STYLE):Jim Meyering
Change from escape_quoting_style to locale_quoting_style. (argmatch_invalid): Use new quotearg_style primitive for simplicity. Also, use ARGMATCH_QUOTING_STYLE to quote, instead of quoting ourselves.
1999-08-10(locale_quoting_style): New enum value.Jim Meyering
(quotearg_n_style, quotearg_style): New decls.
1999-08-10Include <libintl.h> if ENABLE_NLS.Jim Meyering
(_): New macro. (quoting_style_args, quoting_style_v, quotearg_buffer): Add support for locale_quoting_style, using _("`") and _("'") for open and close quote symbols. Do not quote spaces in escape_quoting_style. (quotearg_n_style, quotearg_style): New functions.
1999-08-08*** empty log message ***Jim Meyering
1999-08-08(usage): Clarify description of --time=WORD.Jim Meyering
1999-08-08.Jim Meyering
1999-08-08fix typoJim Meyering
1999-08-08*** empty log message ***Jim Meyering
1999-08-08(count_entry): Remove cast of savedir arg.Jim Meyering
1999-08-08(copy_dir): Remove cast of savedir arg.Jim Meyering
1999-08-08(change_dir_owner): Remove cast of savedir arg.Jim Meyering
1999-08-08(change_dir_mode): Remove cast of savedir arg.Jim Meyering
1999-08-08(change_dir_group): Remove cast of savedir arg.Jim Meyering
1999-08-08update prototypeJim Meyering
1999-08-08(savedir): Change type of name_size parameter to off_t.Jim Meyering
1999-08-08*** empty log message ***Jim Meyering
1999-08-07*** empty log message ***Jim Meyering
1999-08-07*** empty log message ***Jim Meyering
1999-08-07*** empty log message ***Jim Meyering
1999-08-07(po-check): New rule.Jim Meyering
(alpha): Make it.
1999-08-07.Jim Meyering
1999-08-07*** empty log message ***Jim Meyering
1999-08-07*** empty log message ***Jim Meyering
1999-08-07*** empty log message ***Jim Meyering
1999-08-07(OtherTable[]): Use tDAY_UNIT for `tomorrow,'Jim Meyering
`yesterday,' `today,' and `now' rather than tMINUTE_UNIT. Of course with correspondingly smaller numbers for tomorrow and yesterday. This change does not change the way the code works, since the grammar rules for the two symbols are analogous.
1999-08-07*** empty log message ***Jim Meyering
1999-08-07*** empty log message ***Jim Meyering