Files
gnu-coreutils/src
Paul Eggert f9118c1c2e Remove posixver.h and its uses.
(obsolete_usage): Remove.
(join_field_1, join_field_2): Initialize to SIZE_MAX to indicate
they haven't been set yet.
(tab): Now int, not char.  Initialize to -1 to indicate white space
separates columns, so that we can use NUL as a separator.
All uses changed.
(OBSOLETE_LONG_OPTIONS, get_option): Remove.
(string_to_join_field): Remove ERR_MSG_FMT arg; a single format
suffices.  Use xstrtoul for sizes; it suffices.
(decode_field_spec): Report an error and exit on failure.  Return void,
not bool.
(add_field_list): Likewise.
(set_join_field): New function.
(enum operand_status): New enum.
(add_file_name): New args OPERAND_STATUS, JOPTION_COUNT,
PREV_OPTC_STATUS, OPTC_STATUS to handle the bewildering array of
possibilities with obsolete option parsing.
(main): Use it.  Do not depend on POSIX version.
Check for conflicting options.  Parse obsolete options -j1 and -j2
so that it is a pure extension to POSIX 1003.1-2001.
Allow '-t\0' to specify a NUL tab, stealing the code from 'sort'.
2005-04-26 16:41:45 +00:00
..
.
2004-09-27 07:22:39 +00:00
2005-04-05 22:21:50 +00:00
2005-04-09 16:29:29 +00:00
2005-04-05 22:21:50 +00:00
2005-03-28 17:46:55 +00:00
2005-04-05 22:21:50 +00:00
2005-03-06 16:30:45 +00:00
2005-04-11 20:06:34 +00:00
2004-11-26 07:39:14 +00:00
2005-04-11 20:07:00 +00:00
2005-03-28 18:01:04 +00:00
2005-04-26 16:40:43 +00:00
2005-03-26 06:56:01 +00:00
2005-04-05 22:21:50 +00:00
2003-03-08 10:14:33 +00:00
2005-03-06 16:26:38 +00:00
2005-04-26 16:41:03 +00:00
2005-03-28 18:17:02 +00:00
2005-03-06 16:25:26 +00:00
2005-03-28 18:17:40 +00:00
2005-04-26 16:41:17 +00:00
.
2005-02-17 20:28:22 +00:00
2005-04-26 16:41:29 +00:00
2005-03-06 16:19:44 +00:00
2004-11-26 07:39:32 +00:00
2005-04-26 16:41:45 +00:00
2003-07-06 06:08:40 +00:00
2004-11-26 07:39:57 +00:00
2005-03-06 16:19:44 +00:00
2005-04-12 07:39:38 +00:00
2005-04-18 23:38:19 +00:00
2005-04-11 20:08:11 +00:00
2005-03-28 17:50:14 +00:00
2004-09-22 19:59:20 +00:00
2005-01-10 18:11:57 +00:00
2005-04-11 20:09:42 +00:00
2005-03-28 18:08:45 +00:00
2004-08-03 20:05:42 +00:00
2004-09-21 22:26:42 +00:00
2005-04-11 20:10:23 +00:00
2005-04-11 20:10:52 +00:00
2005-04-11 20:11:08 +00:00
2005-04-11 20:11:27 +00:00
2005-04-09 13:57:51 +00:00
2005-04-11 20:11:45 +00:00
2005-04-11 20:12:17 +00:00
2005-04-11 20:12:32 +00:00
2004-09-21 22:26:42 +00:00
2004-09-21 22:26:42 +00:00
2005-03-29 08:19:20 +00:00
2005-04-11 20:13:26 +00:00
2005-03-06 16:34:01 +00:00