platform/upstream/coreutils.git
25 years ago*** empty log message ***
Jim Meyering [Sun, 7 Mar 1999 15:52:29 +0000 (15:52 +0000)]
*** empty log message ***

25 years ago(usage): Add missing \n\.
Jim Meyering [Sun, 7 Mar 1999 15:52:14 +0000 (15:52 +0000)]
(usage): Add missing \n\.

25 years ago*** empty log message ***
Jim Meyering [Sun, 7 Mar 1999 14:41:04 +0000 (14:41 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Jim Meyering [Sun, 7 Mar 1999 14:38:08 +0000 (14:38 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Jim Meyering [Sun, 7 Mar 1999 14:37:27 +0000 (14:37 +0000)]
*** empty log message ***

25 years ago(TESTS): Add newline-1.
Jim Meyering [Sun, 7 Mar 1999 14:35:18 +0000 (14:35 +0000)]
(TESTS): Add newline-1.

25 years agoRemove newline test.
Jim Meyering [Sun, 7 Mar 1999 14:34:03 +0000 (14:34 +0000)]
Remove newline test.

25 years agoremove trailing blanks
Jim Meyering [Sun, 7 Mar 1999 13:57:27 +0000 (13:57 +0000)]
remove trailing blanks

25 years agoBig pr update from Roland Huebner.
Jim Meyering [Sun, 7 Mar 1999 13:56:47 +0000 (13:56 +0000)]
Big pr update from Roland Huebner.

25 years ago1999-02-13 Roland Huebner <rh@pelikan.cologne.de>
Jim Meyering [Sun, 7 Mar 1999 13:46:22 +0000 (13:46 +0000)]
1999-02-13  Roland Huebner  <rh@pelikan.cologne.de>
* src/pr.c
(main): Redefine options -s, -w to be POSIX compliant; introduce
new options -J, -S, -W to disentangle -s and -w when used together
with the three column options;
(add_line_number): Make POSIX compliant; use default number
separator TAB with single column output.
(add_line_number): Make POSIX compliant; with multicolumn output
now prefer `text columns of equal width' rather than a consequent
use of `default n-separator TAB'.
(add_line_number): Change line number cut-off from lower-oder to
higher-oder digit to avoid loss of information; no consequent
handling exists in different utilities and other UNIXes.
(char_to_clump): Expand input text tabs to 8 spaces, if
input_tab_char doesn't equal TAB (adapted to other UNIXes).
(usage): Update POSIX compliant options -s, -w; add new options -J,
-S, -W.
(main): Update the source internal documentation.
Some smaller BUGFIXES (print_sep_string, init_header, skip_to_page,
reset_status, print_header).

25 years ago(backslash): Use .\foo instead of \.foo so we
Jim Meyering [Sun, 7 Mar 1999 13:34:30 +0000 (13:34 +0000)]
(backslash): Use .\foo instead of \.foo so we
don't tramp on root directory in MSDOS/Windows.
Suggestion from Eli Zaretskii.

25 years ago (TESTS_ENVIRONMENT): Run md5sum with the --text option (for MSDOS).
Jim Meyering [Sun, 7 Mar 1999 13:14:21 +0000 (13:14 +0000)]
 (TESTS_ENVIRONMENT): Run md5sum with the --text option (for MSDOS).

25 years ago*** empty log message ***
Jim Meyering [Sun, 7 Mar 1999 05:14:30 +0000 (05:14 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Jim Meyering [Sun, 7 Mar 1999 05:11:05 +0000 (05:11 +0000)]
*** empty log message ***

25 years agoNew test: 8bit-delim.
Jim Meyering [Sun, 7 Mar 1999 05:10:32 +0000 (05:10 +0000)]
New test: 8bit-delim.

25 years ago(getstr): Change type of `delim' parameter from char to int.
Jim Meyering [Sun, 7 Mar 1999 05:09:23 +0000 (05:09 +0000)]
(getstr): Change type of `delim' parameter from char to int.
(cut_fields): Cast to `unsigned char' before comparing.
(main): Cast to `unsigned char' before assigning.

25 years ago*** empty log message ***
Jim Meyering [Sun, 7 Mar 1999 04:54:43 +0000 (04:54 +0000)]
*** empty log message ***

25 years ago(batch_convert): Use a `%s' format in error call,
Jim Meyering [Sun, 7 Mar 1999 04:54:36 +0000 (04:54 +0000)]
(batch_convert): Use a `%s' format in error call,
in case the argument string contains a `%'.

25 years ago*** empty log message ***
Jim Meyering [Sun, 7 Mar 1999 04:53:14 +0000 (04:53 +0000)]
*** empty log message ***

25 years ago(main): Use a `%s' format in error call,
Jim Meyering [Sun, 7 Mar 1999 04:52:49 +0000 (04:52 +0000)]
(main): Use a `%s' format in error call,
in case the argument string contains a `%'.

25 years ago(FATAL_ERROR): s/s/Message
Jim Meyering [Sun, 7 Mar 1999 04:50:48 +0000 (04:50 +0000)]
(FATAL_ERROR): s/s/Message

25 years ago(swallow_file_in_memory): Use a `%s' format in error call,
Jim Meyering [Sun, 7 Mar 1999 04:35:33 +0000 (04:35 +0000)]
(swallow_file_in_memory): Use a `%s' format in error call,
in case the argument string contains a `%'.

25 years ago(swallow_file_in_memory): Slurp up the whole file at
Jim Meyering [Sun, 7 Mar 1999 04:32:25 +0000 (04:32 +0000)]
(swallow_file_in_memory): Slurp up the whole file at
once on MSDOS as well, but we have to relax the test for whether
reading it succeeded.

25 years ago[__DJGPP__]: Include <io.h> and <sys/exceptn.h>.
Jim Meyering [Sun, 7 Mar 1999 04:10:17 +0000 (04:10 +0000)]
[__DJGPP__]: Include <io.h> and <sys/exceptn.h>.

25 years ago.
Jim Meyering [Sat, 6 Mar 1999 22:01:29 +0000 (22:01 +0000)]
.

25 years ago*** empty log message ***
Jim Meyering [Sat, 6 Mar 1999 22:00:52 +0000 (22:00 +0000)]
*** empty log message ***

25 years ago.
Jim Meyering [Sat, 6 Mar 1999 22:00:09 +0000 (22:00 +0000)]
.

25 years ago.
Jim Meyering [Sat, 6 Mar 1999 21:59:25 +0000 (21:59 +0000)]
.

25 years ago*** empty log message ***
Jim Meyering [Sat, 6 Mar 1999 15:31:38 +0000 (15:31 +0000)]
*** empty log message ***

25 years agoInclude long-options.h.
Jim Meyering [Sat, 6 Mar 1999 15:28:54 +0000 (15:28 +0000)]
Include long-options.h.
[long_options]: Remove the "help" and "version" entries.
Remove declarations of show_help and show_version.
(main): Use parse_long_options, including author name(s).
Remove the show_version and show_help blocks.

25 years ago*** empty log message ***
Jim Meyering [Thu, 4 Mar 1999 14:02:25 +0000 (14:02 +0000)]
*** empty log message ***

25 years ago(main): Include author name argument in call to parse_long_options.
Jim Meyering [Thu, 4 Mar 1999 14:02:14 +0000 (14:02 +0000)]
(main): Include author name argument in call to parse_long_options.

25 years ago*** empty log message ***
Jim Meyering [Thu, 4 Mar 1999 05:36:19 +0000 (05:36 +0000)]
*** empty log message ***

25 years agoInclude long-options.h
Jim Meyering [Thu, 4 Mar 1999 05:36:10 +0000 (05:36 +0000)]
Include long-options.h
[long_options]: Remove the "help" and "version" entries.
Remove declarations of show_help and show_version.
(main): Use parse_long_options, including author name(s).
Remove the show_version and show_help blocks.

25 years ago(main): Include author name argument in call to parse_long_options.
Jim Meyering [Thu, 4 Mar 1999 05:33:22 +0000 (05:33 +0000)]
(main): Include author name argument in call to parse_long_options.

25 years ago(main): Include author name argument in call to parse_long_options.
Jim Meyering [Thu, 4 Mar 1999 05:32:11 +0000 (05:32 +0000)]
(main): Include author name argument in call to parse_long_options.

25 years agoInclude long-options.h
Jim Meyering [Thu, 4 Mar 1999 05:31:17 +0000 (05:31 +0000)]
Include long-options.h
[long_options]: Remove the "help" and "version" entries.
Remove declarations of show_help and show_version.
(main): Remove `const' attribute from dcl of argv parameter.
Call bindtextdomain and textdomain.
Use parse_long_options, including author name(s).
Remove the show_version and show_help blocks.

25 years ago(main): Include author name argument.
Jim Meyering [Thu, 4 Mar 1999 05:26:47 +0000 (05:26 +0000)]
(main): Include author name argument.

25 years ago*** empty log message ***
Jim Meyering [Thu, 4 Mar 1999 05:09:13 +0000 (05:09 +0000)]
*** empty log message ***

25 years agoInclude long-options.h
Jim Meyering [Thu, 4 Mar 1999 05:09:05 +0000 (05:09 +0000)]
Include long-options.h
[long_options]: Remove the "help" and "version" entries.
(main): Use parse_long_options, including author name(s).
Remove the show_version and show_help blocks.

25 years agoUpdate prototype.
Jim Meyering [Thu, 4 Mar 1999 05:08:21 +0000 (05:08 +0000)]
Update prototype.

25 years ago(_): Define it.
Jim Meyering [Thu, 4 Mar 1999 05:08:01 +0000 (05:08 +0000)]
(_): Define it.
(parse_long_options): Accept new parameter, authors, and print it.

25 years ago*** empty log message ***
Jim Meyering [Wed, 3 Mar 1999 03:46:58 +0000 (03:46 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Jim Meyering [Tue, 2 Mar 1999 13:53:48 +0000 (13:53 +0000)]
*** empty log message ***

25 years ago(read_utmp) [HAVE_UTMPNAME]: Rewrite.
Jim Meyering [Tue, 2 Mar 1999 13:53:33 +0000 (13:53 +0000)]
(read_utmp) [HAVE_UTMPNAME]: Rewrite.

25 years agoimport latest
Jim Meyering [Tue, 2 Mar 1999 02:44:56 +0000 (02:44 +0000)]
import latest

25 years ago*** empty log message ***
Jim Meyering [Fri, 19 Feb 1999 07:33:55 +0000 (07:33 +0000)]
*** empty log message ***

25 years ago<alloca.h>: Include if HAVE_ALLOCA_H, not FORCE_ALLOCA_H.
Jim Meyering [Fri, 19 Feb 1999 07:31:48 +0000 (07:31 +0000)]
<alloca.h>: Include if HAVE_ALLOCA_H, not FORCE_ALLOCA_H.
The FORCE_ALLOCA_H was a relic of the bad old pre-autoconf Emacs days.

25 years ago*** empty log message ***
Jim Meyering [Wed, 17 Feb 1999 20:12:20 +0000 (20:12 +0000)]
*** empty log message ***

25 years ago(AM_GNU_GETTEXT): Do `changequote' around use of brackets
Jim Meyering [Wed, 17 Feb 1999 20:12:10 +0000 (20:12 +0000)]
(AM_GNU_GETTEXT): Do `changequote' around use of brackets
in macro definition.  From Eli Zaretskii and Alain Magloire.

25 years agotweak comment
Jim Meyering [Wed, 17 Feb 1999 14:58:41 +0000 (14:58 +0000)]
tweak comment

25 years ago(wipename): Fix string thinko. Now, shredding files
Jim Meyering [Wed, 17 Feb 1999 14:41:39 +0000 (14:41 +0000)]
(wipename): Fix string thinko.  Now, shredding files
in subdirectories works (dir/file).  From Janos Farkas.

25 years ago*** empty log message ***
Jim Meyering [Wed, 17 Feb 1999 14:41:22 +0000 (14:41 +0000)]
*** empty log message ***

25 years agonew version from Uli
Jim Meyering [Tue, 16 Feb 1999 21:35:48 +0000 (21:35 +0000)]
new version from Uli

25 years ago.
Jim Meyering [Tue, 16 Feb 1999 14:52:40 +0000 (14:52 +0000)]
.

25 years ago.
Jim Meyering [Tue, 16 Feb 1999 04:23:49 +0000 (04:23 +0000)]
.

25 years ago(usage): add \n\
Jim Meyering [Tue, 16 Feb 1999 04:22:00 +0000 (04:22 +0000)]
(usage): add \n\

25 years agoupdate copyright dates
Jim Meyering [Tue, 16 Feb 1999 04:20:43 +0000 (04:20 +0000)]
update copyright dates

25 years ago*** empty log message ***
Jim Meyering [Tue, 16 Feb 1999 04:19:44 +0000 (04:19 +0000)]
*** empty log message ***

25 years ago(main): #ifdef-out unreachable code.
Jim Meyering [Tue, 16 Feb 1999 04:18:43 +0000 (04:18 +0000)]
(main): #ifdef-out unreachable code.

25 years agoupdate copyright dates
Jim Meyering [Tue, 16 Feb 1999 04:17:15 +0000 (04:17 +0000)]
update copyright dates

25 years ago(usage): Add a one-line description.
Jim Meyering [Tue, 16 Feb 1999 04:15:46 +0000 (04:15 +0000)]
(usage): Add a one-line description.

25 years agoupdate copyright dates
Jim Meyering [Tue, 16 Feb 1999 04:14:17 +0000 (04:14 +0000)]
update copyright dates

25 years ago*** empty log message ***
Jim Meyering [Mon, 15 Feb 1999 15:42:39 +0000 (15:42 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Jim Meyering [Mon, 15 Feb 1999 15:25:29 +0000 (15:25 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Jim Meyering [Mon, 15 Feb 1999 13:43:27 +0000 (13:43 +0000)]
*** empty log message ***

25 years ago.
Jim Meyering [Sun, 14 Feb 1999 16:49:44 +0000 (16:49 +0000)]
.

25 years ago*** empty log message ***
Jim Meyering [Sun, 14 Feb 1999 03:29:33 +0000 (03:29 +0000)]
*** empty log message ***

25 years ago(dc_parse_stream): Don't try to dereference NULL
Jim Meyering [Sun, 14 Feb 1999 03:28:41 +0000 (03:28 +0000)]
(dc_parse_stream): Don't try to dereference NULL
if there's an error is in our built-in list.

25 years ago*** empty log message ***
Jim Meyering [Sun, 14 Feb 1999 02:36:41 +0000 (02:36 +0000)]
*** empty log message ***

25 years ago(main): Set x.backup_type only if backups are requested.
Jim Meyering [Sun, 14 Feb 1999 02:36:16 +0000 (02:36 +0000)]
(main): Set x.backup_type only if backups are requested.
(cp_option_init): Initialize backup_type.
(backup_type): Remove unused variable.

25 years agoimport latest
Jim Meyering [Tue, 9 Feb 1999 20:49:55 +0000 (20:49 +0000)]
import latest

25 years ago*** empty log message ***
Jim Meyering [Tue, 9 Feb 1999 05:04:50 +0000 (05:04 +0000)]
*** empty log message ***

25 years ago(slack_codes): Add "DOOR".
Jim Meyering [Tue, 9 Feb 1999 05:04:18 +0000 (05:04 +0000)]
(slack_codes): Add "DOOR".
(ls_codes): Add corresponding "do".

25 years ago*** empty log message ***
Jim Meyering [Mon, 8 Feb 1999 04:02:16 +0000 (04:02 +0000)]
*** empty log message ***

25 years agoRun all tests even if some fails.
Jim Meyering [Mon, 8 Feb 1999 04:01:34 +0000 (04:01 +0000)]
Run all tests even if some fails.
Don't use trap.

25 years agoUse `stty', not $STTY.
Jim Meyering [Mon, 8 Feb 1999 03:42:02 +0000 (03:42 +0000)]
Use `stty', not $STTY.
Fix typo in VERBOSE code: s/\$RM/stty/.

25 years ago(TESTS_ENVIRONMENT): Set PATH, not STTY.
Jim Meyering [Mon, 8 Feb 1999 03:40:51 +0000 (03:40 +0000)]
(TESTS_ENVIRONMENT): Set PATH, not STTY.

25 years ago*** empty log message ***
Jim Meyering [Mon, 8 Feb 1999 03:35:15 +0000 (03:35 +0000)]
*** empty log message ***

25 years agoDon't include stdio.h.
Jim Meyering [Mon, 8 Feb 1999 03:32:38 +0000 (03:32 +0000)]
Don't include stdio.h.

25 years agoInclude stdio.h.
Jim Meyering [Mon, 8 Feb 1999 03:32:06 +0000 (03:32 +0000)]
Include stdio.h.

25 years ago*** empty log message ***
Jim Meyering [Mon, 8 Feb 1999 03:31:41 +0000 (03:31 +0000)]
*** empty log message ***

25 years agocopyright date
Jim Meyering [Mon, 8 Feb 1999 03:31:26 +0000 (03:31 +0000)]
copyright date

25 years agocopyright date
Jim Meyering [Mon, 8 Feb 1999 03:30:52 +0000 (03:30 +0000)]
copyright date

25 years agoInclude stdio.h.
Jim Meyering [Mon, 8 Feb 1999 03:30:33 +0000 (03:30 +0000)]
Include stdio.h.

25 years agoInclude stdio.h.
Jim Meyering [Mon, 8 Feb 1999 03:30:06 +0000 (03:30 +0000)]
Include stdio.h.

25 years agoInclude stdio.h.
Jim Meyering [Mon, 8 Feb 1999 03:29:36 +0000 (03:29 +0000)]
Include stdio.h.

25 years agoInclude stdio.h.
Jim Meyering [Mon, 8 Feb 1999 03:29:02 +0000 (03:29 +0000)]
Include stdio.h.

25 years agos/@code etc./@env/ for envvars
Jim Meyering [Mon, 8 Feb 1999 03:26:59 +0000 (03:26 +0000)]
s/@code etc./@env/ for envvars

25 years agotypos, s/@code/@env/ for envvars
Jim Meyering [Mon, 8 Feb 1999 00:03:16 +0000 (00:03 +0000)]
typos, s/@code/@env/ for envvars

25 years ago*** empty log message *** SH-UTILS-1_16f
Jim Meyering [Mon, 8 Feb 1999 00:00:44 +0000 (00:00 +0000)]
*** empty log message ***

25 years ago*** empty log message *** FILEUTILS-4_0d
Jim Meyering [Sun, 7 Feb 1999 23:34:24 +0000 (23:34 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Jim Meyering [Sun, 7 Feb 1999 23:31:49 +0000 (23:31 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Jim Meyering [Sun, 7 Feb 1999 23:07:43 +0000 (23:07 +0000)]
*** empty log message ***

25 years ago*** empty log message *** TEXTUTILS-1_22h
Jim Meyering [Sun, 7 Feb 1999 23:06:38 +0000 (23:06 +0000)]
*** empty log message ***

25 years ago.
Jim Meyering [Sun, 7 Feb 1999 23:06:14 +0000 (23:06 +0000)]
.

25 years ago*** empty log message ***
Jim Meyering [Sun, 7 Feb 1999 23:06:10 +0000 (23:06 +0000)]
*** empty log message ***

25 years ago(my-distcheck): Don't depend on dist, now that this
Jim Meyering [Sun, 7 Feb 1999 23:02:34 +0000 (23:02 +0000)]
(my-distcheck): Don't depend on dist, now that this
is hooked up to the distcheck rule.

25 years ago.
Jim Meyering [Sun, 7 Feb 1999 23:00:01 +0000 (23:00 +0000)]
.

25 years ago.
Jim Meyering [Sun, 7 Feb 1999 16:38:18 +0000 (16:38 +0000)]
.