1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-28 11:29:09 +02:00
Commit Graph

5841 Commits

Author SHA1 Message Date
Jim Meyering 58d6acdfd3 (indicator_style_types): New variable.
(format_types): Rename from `formats'.
(color_args): Remove unnecessary `no' string.
(color_types): Remove corresponding `color_never' entry.
(main): Use ARGMATCH_TO_ARGUMENT.
(decode_switches): Use ARGCASEMATCH instead of argmatch code
in each of several cases.
From Akim Demaille.
1998-12-31 21:49:36 +00:00
Jim Meyering 431652a886 (main): Use XARGCASEMATCH in place of argmatch & co. 1998-12-31 21:41:04 +00:00
Jim Meyering 2e487bb6da fix typo 1998-12-31 18:12:40 +00:00
Jim Meyering c92163b6e9 white space changes 1998-12-31 18:10:53 +00:00
Jim Meyering 8782f7a817 (strncasecmp): Move to a separate file.
Add curly braces around some one-stmt-but-multiline blocks.
1998-12-31 18:07:23 +00:00
Jim Meyering a58c222775 *** empty log message *** 1998-12-31 17:53:59 +00:00
Jim Meyering 44538bbbd8 remove trailing blanks 1998-12-31 16:19:31 +00:00
Jim Meyering 65df533705 lots of changes from Akim Demaille. 1998-12-31 16:18:46 +00:00
Jim Meyering 392902344a lots of changes from Akim Demaille. 1998-12-31 16:18:13 +00:00
Jim Meyering bf588140c5 (addext): Protoize.
Indent cpp directives to match nesting.
1998-12-31 14:56:20 +00:00
Jim Meyering 0f2fbadbea (posix_time_parse): Change type of index `i' from int to unsigned int. 1998-12-31 14:53:16 +00:00
Jim Meyering 50225cad77 Fix warnings from gcc -W -Wall
(__attribute__): Define.
(ATTRIBUTE_UNUSED): Define.
(yyerror): Mark parameter as unused with ATTRIBUTE_UNUSED.
(MonthDayTable): Add initializers for last entry.
(UnitsTable): Likewise.
(OtherTable): Likewise.
(MilitaryTable): Likewise.
1998-12-31 14:37:21 +00:00
Jim Meyering b15af47b49 . FILEUTILS-4_1-b1 1998-12-22 22:46:53 +00:00
Jim Meyering 9199178402 *** empty log message *** 1998-12-22 21:57:52 +00:00
Jim Meyering f82c03de2d . 1998-12-20 13:50:13 +00:00
Jim Meyering 1a162983f4 *** empty log message *** 1998-12-20 02:31:54 +00:00
Jim Meyering 63ceb4f304 Use absolute path for final rm. 1998-12-20 02:31:47 +00:00
Jim Meyering 12838cec9b remove .saved-state 1998-12-19 21:07:32 +00:00
Jim Meyering b5bfb1d399 *** empty log message *** 1998-12-19 17:21:00 +00:00
Jim Meyering 9497429d9b break long line 1998-12-19 17:20:03 +00:00
Jim Meyering b80e127286 break long line 1998-12-19 17:19:13 +00:00
Jim Meyering e53076d42c split long line 1998-12-19 17:18:23 +00:00
Jim Meyering 01fe7e76f4 . 1998-12-19 13:54:04 +00:00
Jim Meyering bcf9971e84 *** empty log message *** 1998-12-19 13:53:37 +00:00
Jim Meyering e107deb940 (my-distcheck): Run make with CFLAGS='-Wformat -Werror'. 1998-12-19 13:53:21 +00:00
Jim Meyering 7bf1f374e0 . 1998-12-18 22:11:39 +00:00
Jim Meyering ede498bfb0 remove semicolon -- from Lars 1998-12-18 15:32:54 +00:00
Jim Meyering 2b00f4f4b6 *** empty log message *** 1998-12-18 15:32:29 +00:00
Jim Meyering e93093d5e1 *** empty log message *** 1998-12-18 14:49:38 +00:00
Jim Meyering f2606a6ba0 *** empty log message *** 1998-12-18 14:49:30 +00:00
Jim Meyering 58a77bf4f6 (Makefile.am): Simplify rule.
Based on suggestion from Lars Hecking.
1998-12-18 14:49:01 +00:00
Jim Meyering 344f43313d *** empty log message *** 1998-12-18 14:48:32 +00:00
Jim Meyering e68c81a48f (copy_internal): Remove errnoeous `%s: ' prefix
from format string.  From Michiel Bacchiani.
1998-12-18 14:22:50 +00:00
Jim Meyering 0e49de1acb *** empty log message *** 1998-12-18 14:22:30 +00:00
Jim Meyering a3e473c522 (UID_T_MAX, GID_T_MAX): Define them here instead. 1998-12-18 14:09:29 +00:00
Jim Meyering 6408b52640 (UID_T_MAX, GID_T_MAX): Remove definitions. 1998-12-18 14:09:19 +00:00
Jim Meyering e28821d5f8 (MAXGID): Define.
Use gid_t (not int) as the type for `group' variables.
(parse_group): Use MAXGID, not INT_MAX.
1998-12-18 14:07:58 +00:00
Jim Meyering 621691b296 New options for tail: --follow=name, --follow=descriptor, --allow-missing
(Follow_mode): New enum.
(n_live_files): New function.
(tail_forever): Avoid starvation with --follow=name and a
continually-growing unlinked or renamed file.
1998-12-17 13:56:25 +00:00
Jim Meyering 72c9472cc0 import latest 1998-12-16 13:41:13 +00:00
Jim Meyering 7dfd5ca1cd add comment about opening exclusively 1998-12-13 19:26:35 +00:00
Jim Meyering c5195207db . 1998-12-13 19:19:07 +00:00
Jim Meyering 8a644a90ef . 1998-12-13 19:01:59 +00:00
Jim Meyering 29ab746b79 Don't include stdlib.h and declare malloc and free.
This works around Solaris 2.7's conflicting prototype.
Reported by Karl Berry.
1998-12-13 18:04:11 +00:00
Jim Meyering 7cf7f3706f (EXTRA_DIST): Add xstat.in. 1998-12-13 17:19:51 +00:00
Jim Meyering 297e2cb744 . 1998-12-12 06:22:56 +00:00
Jim Meyering 9507d3559a In order to distinguish col(umn|or):
(init_column_info): Renamed from init_col_info.
(struct column_info): Renamed from struct col_info.
(struct color_ext_type): Renamed from struct col_ext_type.
From Akim Demaille.
1998-12-12 06:20:42 +00:00
Jim Meyering 876d24a3ed * src/ls.c: Group DIRED's code together.
(full_time, inhibit_group, col_ext_type): Declare static.
(dired_dump_obstack): Apply sizeof to variable, instead of its type.
(parse_ls_color): Rename ext2 as e2.  Move into the block where it is used.
From Akim Demaille.
1998-12-12 06:11:24 +00:00
Jim Meyering 1384f07f77 . 1998-12-12 05:48:25 +00:00
Jim Meyering 8ff77278a2 *** empty log message *** 1998-12-12 05:46:44 +00:00
Jim Meyering 8c97b5c46e (lstat.c): Add rule to generate this from xstat.in.
(stat.c): Likewise.
1998-12-12 05:46:02 +00:00