Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-08-22 | (IF_LINT): Define new macro. | Jim Meyering | |
1999-08-22 | (md5_check): Remove trailing `\n' in error format. | Jim Meyering | |
1999-08-22 | (SWAP_LINES): New macro. | Jim Meyering | |
(check_file): Use it here. [really remove min macro, this time] | |||
1999-08-22 | (writeline): Constify a char*. | Jim Meyering | |
1999-08-22 | (cksum): Constify a char*. | Jim Meyering | |
1999-08-22 | *** empty log message *** | Jim Meyering | |
1999-08-22 | (parse_integer): Add `const' to char* parameter and | Jim Meyering | |
add a separate `suffix' variable. | |||
1999-08-22 | (check_file): Move declarations of local variables | Jim Meyering | |
into the scopes where they're used. (min): Remove macro definition. (different): Use MIN, not min. | |||
1999-08-21 | *** empty log message *** | Jim Meyering | |
1999-08-21 | (usage): Remove the ` [-v]' from the Usage: line. | Jim Meyering | |
1999-08-20 | import latest | Jim Meyering | |
1999-08-20 | *** empty log message *** | Jim Meyering | |
1999-08-20 | *** empty log message *** | Jim Meyering | |
1999-08-20 | (usage): Tweak --help output to make it more consistent with that of chgrp. | Jim Meyering | |
1999-08-20 | (usage): Tweak --help output to make it more consistent with that of chown. | Jim Meyering | |
1999-08-18 | paste --delimiters: add missing `=' | Jim Meyering | |
1999-08-18 | stty --file: add missing `=' | Jim Meyering | |
1999-08-18 | *** empty log message *** | Jim Meyering | |
1999-08-18 | (AC_SYS_LARGEFILE): Fix typo: missing comma | Jim Meyering | |
in value for _FILE_OFFSET_BITS, which broke ports to HP-UX 10.20. | |||
1999-08-17 | *** empty log message *** | Jim Meyering | |
1999-08-17 | source input-tty instead of open-coding it | Jim Meyering | |
1999-08-17 | (EXTRA_DIST): Add input-tty. | Jim Meyering | |
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-16 | This change is nearly identical to the chown.c change of 1998-05-24 | Jim 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-15 | factor examples | Jim Meyering | |
1999-08-15 | *** empty log message *** | Jim Meyering | |
1999-08-15 | --pid vs djgpp | Jim 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-14 | Fail-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-12 | Document how to ignore newline during sort | Jim 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-10 | Include <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 | |