Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-04-28 | Indent CPP conditionals. | Jim Meyering | |
1996-04-28 | [HAVE_ST_BLOCKS || _POSIX_VERSION]: Add extern dcl | Jim Meyering | |
of unused variable so that after preprocessing, the file will never be empty. Otherwise, some compilers in ANSI mode (among them, the Dec Alpha OSF 2.0 C compiler) reject empty files. From Kaveh Ghazi. | |||
1996-04-27 | . | Jim Meyering | |
1996-04-27 | Fri Apr 26 05:52:03 1996 Karl Eichwalder <ke@ke.Central.DE> | Jim Meyering | |
* ls.c (usage): Add newline at end of printf format string. | |||
1996-04-25 | . | Jim Meyering | |
1996-04-25 | Add copyright. | Jim Meyering | |
1996-04-25 | . | Jim Meyering | |
1996-04-25 | Get year as last rather than 6th field in output of date. | Jim Meyering | |
Otherwise, people with 2-word TZ (like `MET DST') lost. | |||
1996-04-25 | (main): Use verbose_fmt_string, not string literal in | Jim Meyering | |
call to make_path for --parents. From Uli. | |||
1996-04-25 | (do_link): With --force, don't remove DEST when it's | Jim Meyering | |
the same as SOURCE. Before, `ln -f FILE FILE' would remove FILE. Reported by Bruno Haible. | |||
1996-04-25 | (do_link): Remove duplicate `if (lstat' block. | Jim Meyering | |
1996-04-24 | . | Jim Meyering | |
1996-04-24 | (usage): The long-named arg is --human-readable, not --human. | Jim Meyering | |
1996-04-24 | Be consistent. Accept --human-readable, not --human. | Jim Meyering | |
(usage): Reflect the change. | |||
1996-04-24 | . | Jim Meyering | |
1996-04-24 | . | Jim Meyering | |
1996-04-24 | update Copyright years for 1996 | Jim Meyering | |
1996-04-24 | update Copyright years for 1996 | Jim Meyering | |
1996-04-24 | . | Jim Meyering | |
1996-04-24 | update Copyright years for 1996 | Jim Meyering | |
1996-04-24 | . | Jim Meyering | |
1996-04-24 | . | Jim Meyering | |
1996-04-24 | (find_backup_file_name): Constify decls of formal parameters. | Jim Meyering | |
1996-04-24 | (find_backup_file_name, max_backup_version, make_version_name, | Jim Meyering | |
version_number, concat): Constify decls of formal parameters. | |||
1996-04-24 | . | Jim Meyering | |
1996-04-24 | [HAVE_LCHOWN]: Define chown to lchown. | Jim Meyering | |
1996-04-24 | [chown]: Move definition up a little. | Jim Meyering | |
1996-04-24 | [HAVE_LCHOWN]: Define chown to lchown. | Jim Meyering | |
1996-04-24 | [HAVE_LCHOWN]: Define chown to lchown. | Jim Meyering | |
1996-04-24 | [HAVE_LCHOWN]: Define chown to lchown. | Jim Meyering | |
1996-04-24 | . | Jim Meyering | |
1996-04-24 | (main): Declare to return int, not void. | Jim Meyering | |
1996-04-24 | (main): Declare to return int, not void. | Jim Meyering | |
1996-04-24 | (usage): Add missing close paren and open paren. | Jim Meyering | |
1996-04-24 | . | Jim Meyering | |
1996-04-24 | (su_SOURCES): Remove getopt.c and getopt1.c. | Jim Meyering | |
(EXTRA_DIST): Add getopt.c and getopt1.c | |||
1996-04-24 | . | Jim Meyering | |
1996-04-24 | . | Jim Meyering | |
1996-04-22 | . | Jim Meyering | |
1996-04-22 | (usage): Use FIRST, LAST consistently in description. | Jim Meyering | |
1996-04-22 | (usage): Describe new %V format. | Jim Meyering | |
1996-04-22 | . | Jim Meyering | |
1996-04-22 | (usage): Reflect that now --no-sync is the default. | Jim Meyering | |
1996-04-22 | New version from gettext-0.10.12. | Jim Meyering | |
1996-04-22 | (md5_check): Remove spurious `\n' at end of error format string. | Jim Meyering | |
1996-04-21 | (decode_one_format): Use printf's L modifier for long doubles, | Jim Meyering | |
not `l'. From Eric Backus. | |||
1996-04-21 | Include <values.h>. | Jim Meyering | |
[!BITSPERBYTE]: Define. [OFF_T_MAX]: Use BITSPERBYTE, not 8, and cast the result to off_t. | |||
1996-04-21 | . | Jim Meyering | |
1996-04-21 | . | Jim Meyering | |
1996-04-21 | Include xstrtol.h. | Jim Meyering | |
[!BITSPERBYTE]: Define. [!UID_T_MAX]: Define. [!GID_T_MAX]: Define. (get_ids): Use xstrtol, not atoi. (is_number): Remove now-unused function. |