]> git.ipfire.org Git - thirdparty/coreutils.git/log
thirdparty/coreutils.git
29 years ago(print_name_with_quoting): Add braces around inner if-else stmt.
Jim Meyering [Mon, 29 Apr 1996 04:53:53 +0000 (04:53 +0000)] 
(print_name_with_quoting): Add braces around inner if-else stmt.

29 years ago(LEN_STR_PAIR): New macro.
Jim Meyering [Mon, 29 Apr 1996 04:52:16 +0000 (04:52 +0000)] 
(LEN_STR_PAIR): New macro.
(color_indicator): Use it in this declaration.
(parse_ls_color): Use error, not fprintf.
(decode_switches): Add a comment.

29 years ago(parse_ls_color): Use strcpy to initialize 3-character array.
Jim Meyering [Mon, 29 Apr 1996 04:31:24 +0000 (04:31 +0000)] 
(parse_ls_color): Use strcpy to initialize 3-character array.
Automatic aggregate initialization isn't portable.

29 years agoRemove all ^L's.
Jim Meyering [Mon, 29 Apr 1996 04:29:06 +0000 (04:29 +0000)] 
Remove all ^L's.
(get_funky_string): Declare static and move to precede single
caller: parse_ls_color.

29 years ago(get_funky_string): Upper-case anon. union `state'.
Jim Meyering [Mon, 29 Apr 1996 04:26:47 +0000 (04:26 +0000)] 
(get_funky_string): Upper-case anon. union `state'.

29 years agoApply color ls changes from Drepper.
Jim Meyering [Mon, 29 Apr 1996 04:24:07 +0000 (04:24 +0000)] 
Apply color ls changes from Drepper.

29 years ago.
Jim Meyering [Mon, 29 Apr 1996 04:04:59 +0000 (04:04 +0000)] 
.

29 years agoFIXME
Jim Meyering [Mon, 29 Apr 1996 01:44:33 +0000 (01:44 +0000)] 
FIXME

29 years ago.
Jim Meyering [Mon, 29 Apr 1996 01:43:52 +0000 (01:43 +0000)] 
.

29 years ago.
Jim Meyering [Mon, 29 Apr 1996 01:36:49 +0000 (01:36 +0000)] 
.

29 years ago.
Jim Meyering [Mon, 29 Apr 1996 01:35:24 +0000 (01:35 +0000)] 
.

29 years ago(main): Give a better diagnostic for `sort -0'. Reported by Karl Berry.
Jim Meyering [Mon, 29 Apr 1996 01:35:18 +0000 (01:35 +0000)] 
(main): Give a better diagnostic for `sort -0'.  Reported by Karl Berry.

29 years ago.
Jim Meyering [Mon, 29 Apr 1996 01:29:16 +0000 (01:29 +0000)] 
.

29 years ago(copy_rest): Don't copy past end of prefix. Output
Jim Meyering [Mon, 29 Apr 1996 01:28:06 +0000 (01:28 +0000)] 
(copy_rest): Don't copy past end of prefix.  Output
trailing spaces if the prefix had any.  Before, the command
perl -e 'print "| S";' |fmt -p' |  '|tr '\0' @ output `|@S'.
Reported by François Pinard.

29 years ago.
Jim Meyering [Sun, 28 Apr 1996 22:12:33 +0000 (22:12 +0000)] 
.

29 years ago.
Jim Meyering [Sun, 28 Apr 1996 21:41:28 +0000 (21:41 +0000)] 
.

29 years agoIndent CPP conditionals.
Jim Meyering [Sun, 28 Apr 1996 21:41:20 +0000 (21:41 +0000)] 
Indent CPP conditionals.

29 years ago[HAVE_ST_BLOCKS || _POSIX_VERSION]: Add extern dcl
Jim Meyering [Sun, 28 Apr 1996 21:34:00 +0000 (21:34 +0000)] 
[HAVE_ST_BLOCKS || _POSIX_VERSION]: Add extern dcl
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.

29 years ago.
Jim Meyering [Sat, 27 Apr 1996 04:11:35 +0000 (04:11 +0000)] 
.

29 years agoFri Apr 26 05:52:03 1996 Karl Eichwalder <ke@ke.Central.DE>
Jim Meyering [Sat, 27 Apr 1996 04:10:54 +0000 (04:10 +0000)] 
Fri Apr 26 05:52:03 1996  Karl Eichwalder  <ke@ke.Central.DE>
* ls.c (usage): Add newline at end of printf format string.

29 years ago. FILEUTILS-3_12m
Jim Meyering [Thu, 25 Apr 1996 04:38:01 +0000 (04:38 +0000)] 
.

29 years agoAdd copyright. TEXTUTILS-1_14c
Jim Meyering [Thu, 25 Apr 1996 04:33:03 +0000 (04:33 +0000)] 
Add copyright.

29 years ago.
Jim Meyering [Thu, 25 Apr 1996 04:32:42 +0000 (04:32 +0000)] 
.

29 years agoGet year as last rather than 6th field in output of date.
Jim Meyering [Thu, 25 Apr 1996 04:28:22 +0000 (04:28 +0000)] 
Get year as last rather than 6th field in output of date.
Otherwise, people with 2-word TZ (like `MET DST') lost.

29 years ago(main): Use verbose_fmt_string, not string literal in
Jim Meyering [Thu, 25 Apr 1996 03:10:57 +0000 (03:10 +0000)] 
(main): Use verbose_fmt_string, not string literal in
call to make_path for --parents.  From Uli.

29 years ago(do_link): With --force, don't remove DEST when it's
Jim Meyering [Thu, 25 Apr 1996 02:47:07 +0000 (02:47 +0000)] 
(do_link): With --force, don't remove DEST when it's
the same as SOURCE.  Before, `ln -f FILE FILE' would remove FILE.
Reported by Bruno Haible.

29 years ago(do_link): Remove duplicate `if (lstat' block.
Jim Meyering [Thu, 25 Apr 1996 02:34:36 +0000 (02:34 +0000)] 
(do_link): Remove duplicate `if (lstat' block.

29 years ago.
Jim Meyering [Wed, 24 Apr 1996 05:05:39 +0000 (05:05 +0000)] 
.

29 years ago(usage): The long-named arg is --human-readable, not --human.
Jim Meyering [Wed, 24 Apr 1996 05:05:34 +0000 (05:05 +0000)] 
(usage): The long-named arg is --human-readable, not --human.

29 years agoBe consistent. Accept --human-readable, not --human.
Jim Meyering [Wed, 24 Apr 1996 05:04:44 +0000 (05:04 +0000)] 
Be consistent.  Accept --human-readable, not --human.
(usage): Reflect the change.

29 years ago.
Jim Meyering [Wed, 24 Apr 1996 04:54:04 +0000 (04:54 +0000)] 
.

29 years ago.
Jim Meyering [Wed, 24 Apr 1996 04:51:29 +0000 (04:51 +0000)] 
.

29 years agoupdate Copyright years for 1996
Jim Meyering [Wed, 24 Apr 1996 04:50:53 +0000 (04:50 +0000)] 
update Copyright years for 1996

29 years agoupdate Copyright years for 1996
Jim Meyering [Wed, 24 Apr 1996 04:45:54 +0000 (04:45 +0000)] 
update Copyright years for 1996

29 years ago.
Jim Meyering [Wed, 24 Apr 1996 04:43:27 +0000 (04:43 +0000)] 
.

29 years agoupdate Copyright years for 1996
Jim Meyering [Wed, 24 Apr 1996 04:42:21 +0000 (04:42 +0000)] 
update Copyright years for 1996

29 years ago.
Jim Meyering [Wed, 24 Apr 1996 04:30:07 +0000 (04:30 +0000)] 
.

29 years ago.
Jim Meyering [Wed, 24 Apr 1996 04:29:20 +0000 (04:29 +0000)] 
.

29 years ago(find_backup_file_name): Constify decls of formal parameters.
Jim Meyering [Wed, 24 Apr 1996 04:29:00 +0000 (04:29 +0000)] 
(find_backup_file_name): Constify decls of formal parameters.

29 years ago(find_backup_file_name, max_backup_version, make_version_name,
Jim Meyering [Wed, 24 Apr 1996 04:28:21 +0000 (04:28 +0000)] 
(find_backup_file_name, max_backup_version, make_version_name,
version_number, concat): Constify decls of formal parameters.

29 years ago.
Jim Meyering [Wed, 24 Apr 1996 04:08:14 +0000 (04:08 +0000)] 
.

29 years ago[HAVE_LCHOWN]: Define chown to lchown.
Jim Meyering [Wed, 24 Apr 1996 03:44:29 +0000 (03:44 +0000)] 
[HAVE_LCHOWN]: Define chown to lchown.

29 years ago[chown]: Move definition up a little.
Jim Meyering [Wed, 24 Apr 1996 03:41:33 +0000 (03:41 +0000)] 
[chown]: Move definition up a little.

29 years ago[HAVE_LCHOWN]: Define chown to lchown.
Jim Meyering [Wed, 24 Apr 1996 03:41:10 +0000 (03:41 +0000)] 
[HAVE_LCHOWN]: Define chown to lchown.

29 years ago[HAVE_LCHOWN]: Define chown to lchown.
Jim Meyering [Wed, 24 Apr 1996 03:40:18 +0000 (03:40 +0000)] 
[HAVE_LCHOWN]: Define chown to lchown.

29 years ago[HAVE_LCHOWN]: Define chown to lchown.
Jim Meyering [Wed, 24 Apr 1996 03:35:55 +0000 (03:35 +0000)] 
[HAVE_LCHOWN]: Define chown to lchown.

29 years ago.
Jim Meyering [Wed, 24 Apr 1996 03:25:02 +0000 (03:25 +0000)] 
.

29 years ago(main): Declare to return int, not void.
Jim Meyering [Wed, 24 Apr 1996 03:24:54 +0000 (03:24 +0000)] 
(main): Declare to return int, not void.

29 years ago(main): Declare to return int, not void.
Jim Meyering [Wed, 24 Apr 1996 03:23:54 +0000 (03:23 +0000)] 
(main): Declare to return int, not void.

29 years ago(usage): Add missing close paren and open paren.
Jim Meyering [Wed, 24 Apr 1996 03:23:37 +0000 (03:23 +0000)] 
(usage): Add missing close paren and open paren.

29 years ago.
Jim Meyering [Wed, 24 Apr 1996 03:13:47 +0000 (03:13 +0000)] 
.

29 years ago(su_SOURCES): Remove getopt.c and getopt1.c.
Jim Meyering [Wed, 24 Apr 1996 03:13:41 +0000 (03:13 +0000)] 
(su_SOURCES): Remove getopt.c and getopt1.c.
(EXTRA_DIST): Add getopt.c and getopt1.c

29 years ago.
Jim Meyering [Wed, 24 Apr 1996 03:09:50 +0000 (03:09 +0000)] 
.

29 years ago.
Jim Meyering [Wed, 24 Apr 1996 02:34:42 +0000 (02:34 +0000)] 
.

29 years ago.
Jim Meyering [Mon, 22 Apr 1996 03:20:47 +0000 (03:20 +0000)] 
.

29 years ago(usage): Use FIRST, LAST consistently in description.
Jim Meyering [Mon, 22 Apr 1996 03:20:14 +0000 (03:20 +0000)] 
(usage): Use FIRST, LAST consistently in description.

29 years ago(usage): Describe new %V format.
Jim Meyering [Mon, 22 Apr 1996 03:19:14 +0000 (03:19 +0000)] 
(usage): Describe new %V format.

29 years ago.
Jim Meyering [Mon, 22 Apr 1996 03:17:19 +0000 (03:17 +0000)] 
.

29 years ago(usage): Reflect that now --no-sync is the default.
Jim Meyering [Mon, 22 Apr 1996 03:17:14 +0000 (03:17 +0000)] 
(usage): Reflect that now --no-sync is the default.

29 years agoNew version from gettext-0.10.12.
Jim Meyering [Mon, 22 Apr 1996 03:02:55 +0000 (03:02 +0000)] 
New version from gettext-0.10.12.

29 years ago(md5_check): Remove spurious `\n' at end of error format string.
Jim Meyering [Mon, 22 Apr 1996 03:00:52 +0000 (03:00 +0000)] 
(md5_check): Remove spurious `\n' at end of error format string.

29 years ago(decode_one_format): Use printf's L modifier for long doubles,
Jim Meyering [Sun, 21 Apr 1996 21:07:13 +0000 (21:07 +0000)] 
(decode_one_format): Use printf's L modifier for long doubles,
not `l'.  From Eric Backus.

29 years agoInclude <values.h>.
Jim Meyering [Sun, 21 Apr 1996 14:17:13 +0000 (14:17 +0000)] 
Include <values.h>.
[!BITSPERBYTE]: Define.
[OFF_T_MAX]: Use BITSPERBYTE, not 8, and cast the result to off_t.

29 years ago.
Jim Meyering [Sun, 21 Apr 1996 13:32:54 +0000 (13:32 +0000)] 
.

29 years ago. FILEUTILS-3_12l
Jim Meyering [Sun, 21 Apr 1996 05:20:10 +0000 (05:20 +0000)] 
.

29 years agoInclude xstrtol.h.
Jim Meyering [Sun, 21 Apr 1996 05:18:19 +0000 (05:18 +0000)] 
Include xstrtol.h.
[!BITSPERBYTE]: Define.
[!UID_T_MAX]: Define.
[!GID_T_MAX]: Define.
(get_ids): Use xstrtol, not atoi.
(is_number): Remove now-unused function.

29 years agoRemove obsolete FIXME.
Jim Meyering [Sun, 21 Apr 1996 05:15:39 +0000 (05:15 +0000)] 
Remove obsolete FIXME.

29 years ago(decode_switches): Replace two more atoi uses with xstrtol.
Jim Meyering [Sun, 21 Apr 1996 04:45:12 +0000 (04:45 +0000)] 
(decode_switches): Replace two more atoi uses with xstrtol.

29 years ago(decode_switches): Use getenv (POSIXLY_CORRECT), not undefined posix_pedantic.
Jim Meyering [Sun, 21 Apr 1996 04:11:43 +0000 (04:11 +0000)] 
(decode_switches): Use getenv (POSIXLY_CORRECT), not undefined posix_pedantic.

29 years ago(decode_switches): Clean up last change.
Jim Meyering [Sun, 21 Apr 1996 04:07:41 +0000 (04:07 +0000)] 
(decode_switches): Clean up last change.
[posix_pedantic]: Don't consider TABSIZE environment variable.

29 years ago(decode_switches): Use xstrtol, not atoi.
Jim Meyering [Sun, 21 Apr 1996 03:52:30 +0000 (03:52 +0000)] 
(decode_switches): Use xstrtol, not atoi.
Detect and ignore invalid value for COLUMNS environment variable.
In error about invalid TABSIZE, don't reference optarg!

29 years ago.
Jim Meyering [Sun, 21 Apr 1996 03:27:32 +0000 (03:27 +0000)] 
.

29 years ago(usage): Improve help message. From Karl Berry.
Jim Meyering [Sun, 21 Apr 1996 03:26:46 +0000 (03:26 +0000)] 
(usage): Improve help message.  From Karl Berry.

29 years ago(usage): Improve help message. From Karl Berry.
Jim Meyering [Sun, 21 Apr 1996 03:25:53 +0000 (03:25 +0000)] 
(usage): Improve help message.  From Karl Berry.

29 years ago(usage): Improve help message.
Jim Meyering [Sun, 21 Apr 1996 03:24:47 +0000 (03:24 +0000)] 
(usage): Improve help message.
Enclose message strings in _().
From Karl Berry.

29 years ago. TEXTUTILS-1_14b
Jim Meyering [Sat, 20 Apr 1996 04:50:26 +0000 (04:50 +0000)] 
.

29 years ago.
Jim Meyering [Sat, 20 Apr 1996 04:46:11 +0000 (04:46 +0000)] 
.

29 years ago.
Jim Meyering [Sat, 20 Apr 1996 03:51:17 +0000 (03:51 +0000)] 
.

29 years agoNo longer call sync by default.
Jim Meyering [Sat, 20 Apr 1996 03:51:10 +0000 (03:51 +0000)] 
No longer call sync by default.

29 years ago(main): Make separation of case for n_files == 0 more clear.
Jim Meyering [Sat, 20 Apr 1996 03:43:10 +0000 (03:43 +0000)] 
(main): Make separation of case for n_files == 0 more clear.

29 years ago.
Jim Meyering [Fri, 19 Apr 1996 05:07:58 +0000 (05:07 +0000)] 
.

29 years ago(copy_reg): Rearrange arithmetic in conditional to avoid
Jim Meyering [Fri, 19 Apr 1996 05:07:52 +0000 (05:07 +0000)] 
(copy_reg): Rearrange arithmetic in conditional to avoid
integer overflow with large files.

29 years ago(basename): Rewrite so it doesn't rely on strrchr,
Jim Meyering [Fri, 19 Apr 1996 04:41:27 +0000 (04:41 +0000)] 
(basename): Rewrite so it doesn't rely on strrchr,
and hence doesn't need to include string.h -- on some alpha-based
OSF systems, there's a conflicting prototype for basename in string.h.
Reported by Kaveh Ghazi.

29 years ago.
Jim Meyering [Fri, 19 Apr 1996 04:34:53 +0000 (04:34 +0000)] 
.

29 years ago.
Jim Meyering [Fri, 19 Apr 1996 03:17:31 +0000 (03:17 +0000)] 
.

29 years ago(main): Make code clearer: use new variable `n_files' in
Jim Meyering [Fri, 19 Apr 1996 03:17:23 +0000 (03:17 +0000)] 
(main): Make code clearer:  use new variable `n_files' in
place of `argc - optind'.  Use `file' instead of `argv + optind'.

29 years agoIndent cpp-directives.
Jim Meyering [Thu, 18 Apr 1996 23:02:17 +0000 (23:02 +0000)] 
Indent cpp-directives.

29 years ago.
Jim Meyering [Wed, 17 Apr 1996 05:03:22 +0000 (05:03 +0000)] 
.

29 years ago.
Jim Meyering [Wed, 17 Apr 1996 05:02:34 +0000 (05:02 +0000)] 
.

29 years ago.
Jim Meyering [Wed, 17 Apr 1996 05:01:56 +0000 (05:01 +0000)] 
.

29 years ago.
Jim Meyering [Wed, 17 Apr 1996 05:01:10 +0000 (05:01 +0000)] 
.

29 years ago.
Jim Meyering [Wed, 17 Apr 1996 05:00:17 +0000 (05:00 +0000)] 
.

29 years ago.
Jim Meyering [Wed, 17 Apr 1996 03:41:47 +0000 (03:41 +0000)] 
.

29 years agoTest cpp-defined __sun as well as sun, because
Jim Meyering [Sun, 14 Apr 1996 02:12:46 +0000 (02:12 +0000)] 
Test cpp-defined __sun as well as sun, because
in strict ANSI mode, only __sun is defined.  From Kaveh Ghazi.

29 years ago.
Jim Meyering [Sun, 14 Apr 1996 00:34:30 +0000 (00:34 +0000)] 
.

29 years ago.
Jim Meyering [Sat, 13 Apr 1996 18:27:27 +0000 (18:27 +0000)] 
.

29 years ago(usage): Add missing `\n\' at the end of newly added lines for %e and %z.
Jim Meyering [Sat, 13 Apr 1996 18:27:24 +0000 (18:27 +0000)] 
(usage): Add missing `\n\' at the end of newly added lines for %e and %z.

29 years ago(print_uptime): Invoke getloadavg only if we have it.
Jim Meyering [Sat, 13 Apr 1996 18:26:39 +0000 (18:26 +0000)] 
(print_uptime): Invoke getloadavg only if we have it.

29 years ago.
Jim Meyering [Sat, 13 Apr 1996 18:13:16 +0000 (18:13 +0000)] 
.

29 years agoUnprotoize.
Jim Meyering [Sat, 13 Apr 1996 18:13:09 +0000 (18:13 +0000)] 
Unprotoize.
[ISASCII]: Define.
[ISUPPER]: Define.