platform/upstream/coreutils.git
19 years ago(getopt_long, _getopt_long_r, getopt_long_only,
Paul Eggert [Wed, 17 Nov 2004 01:04:52 +0000 (01:04 +0000)]
(getopt_long, _getopt_long_r, getopt_long_only,
_getopt_long_only_r): Argv is now char**, not char *__getopt_argv_const*.

19 years ago(getopt_long, _getopt_long_r, getopt_long_only,
Paul Eggert [Wed, 17 Nov 2004 01:03:54 +0000 (01:03 +0000)]
(getopt_long, _getopt_long_r, getopt_long_only,
_getopt_long_only_r): Argv is now char **, not char *__getopt_argv_const*.

19 years ago(_getopt_initialize, _getopt_internal_r, _getopt_internal):
Paul Eggert [Wed, 17 Nov 2004 01:02:47 +0000 (01:02 +0000)]
(_getopt_initialize, _getopt_internal_r, _getopt_internal):
New arg POSIXLY_CORRECT.  All callers changed.
(getopt): Argv is now char * const *, as per standard.
(_getopt_internal_r, _getopt_internal): Argv is now char **,
not char *__getopt_argv_const *.

19 years agoGetopt update and recent Debian fixes.
Paul Eggert [Wed, 17 Nov 2004 00:58:19 +0000 (00:58 +0000)]
Getopt update and recent Debian fixes.

19 years ago(main): argv is not const.
Paul Eggert [Wed, 17 Nov 2004 00:57:11 +0000 (00:57 +0000)]
(main): argv is not const.

19 years ago(main): Use getopt_long rather than getopt.
Paul Eggert [Wed, 17 Nov 2004 00:56:25 +0000 (00:56 +0000)]
(main): Use getopt_long rather than getopt.

19 years agoAdd putty, screen-bce.
Paul Eggert [Tue, 16 Nov 2004 20:49:17 +0000 (20:49 +0000)]
Add putty, screen-bce.

19 years ago(usage): Improve documentation along the lines suggested
Paul Eggert [Tue, 16 Nov 2004 20:47:28 +0000 (20:47 +0000)]
(usage): Improve documentation along the lines suggested
by Debian 5.2.1-2.

19 years agoFix memory leak.
Paul Eggert [Tue, 16 Nov 2004 20:44:34 +0000 (20:44 +0000)]
Fix memory leak.

19 years ago(gl_CANON_HOST): Check for getaddrinfo.
Paul Eggert [Tue, 16 Nov 2004 20:39:19 +0000 (20:39 +0000)]
(gl_CANON_HOST): Check for getaddrinfo.

19 years agoInclude "strdup.h".
Paul Eggert [Tue, 16 Nov 2004 20:38:33 +0000 (20:38 +0000)]
Include "strdup.h".
(canon_host): Use getaddrinfo if available, so that IPv6 works.
Use strdup instead of malloc/strcpy to duplicate strings.

19 years agodoc patches inspired by Debian coreutils 5.2.1-2.
Paul Eggert [Tue, 16 Nov 2004 20:31:21 +0000 (20:31 +0000)]
doc patches inspired by Debian coreutils 5.2.1-2.

19 years ago(General output formatting): -x doesn't have
Paul Eggert [Tue, 16 Nov 2004 20:29:58 +0000 (20:29 +0000)]
(General output formatting): -x doesn't have
an operand.
(Formatting the file names): Warn that even with -N unprintable
chars are still printed as '?' some times.
(rm invocation): Reword rm -d to note that it's sometimes useful
on non-directories.
(logname invocation, users invocation, who invocation):
The utmp and wtmp file names vary from system to system.

19 years ago* getdate.y (tORDINAL): New token.
Paul Eggert [Tue, 16 Nov 2004 08:18:49 +0000 (08:18 +0000)]
* getdate.y (tORDINAL): New token.

19 years ago* getdate.texi (General date syntax): "next" is 1, not 2.
Paul Eggert [Tue, 16 Nov 2004 08:18:05 +0000 (08:18 +0000)]
* getdate.texi (General date syntax): "next" is 1, not 2.

19 years ago(General date syntax): "next" is 1, not 2.
Paul Eggert [Tue, 16 Nov 2004 08:16:57 +0000 (08:16 +0000)]
(General date syntax): "next" is 1, not 2.
Document that "second" isn't allowed as an ordinal number.

19 years ago(tORDINAL): New token.
Paul Eggert [Tue, 16 Nov 2004 08:16:10 +0000 (08:16 +0000)]
(tORDINAL): New token.
(day, relunit): Allow it for relative times.
(relative_time_table): Use tORDINAL for ordinals.

19 years agoSupport for human_space_before_unit.
Paul Eggert [Tue, 16 Nov 2004 07:54:07 +0000 (07:54 +0000)]
Support for human_space_before_unit.

19 years ago(human_readable): Support human_space_before_unit.
Paul Eggert [Tue, 16 Nov 2004 07:53:08 +0000 (07:53 +0000)]
(human_readable): Support human_space_before_unit.

19 years ago(LONGEST_HUMAN_READABLE): Add 1 for space before unit.
Paul Eggert [Tue, 16 Nov 2004 07:51:59 +0000 (07:51 +0000)]
(LONGEST_HUMAN_READABLE): Add 1 for space before unit.
(human_space_before_unit): New constant.

19 years agoNew dd operand "status=noxfer". Change diagnostic wording slightly.
Paul Eggert [Tue, 16 Nov 2004 07:50:07 +0000 (07:50 +0000)]
New dd operand "status=noxfer".  Change diagnostic wording slightly.

19 years ago* coreutils.texi (dd invocation): Reword the new dd message.
Paul Eggert [Tue, 16 Nov 2004 07:49:15 +0000 (07:49 +0000)]
* coreutils.texi (dd invocation): Reword the new dd message.

19 years ago(dd invocation): Reword the new dd message.
Paul Eggert [Tue, 16 Nov 2004 07:48:36 +0000 (07:48 +0000)]
(dd invocation): Reword the new dd message.

19 years ago(@Tests): Use status=noxfer to avoid
Paul Eggert [Tue, 16 Nov 2004 07:46:58 +0000 (07:46 +0000)]
(@Tests): Use status=noxfer to avoid
problems with regression testing.

19 years ago(C_ASCII, C_EBCDIC, C_IBM, C_BLOCK, C_UNBLOCK,
Paul Eggert [Tue, 16 Nov 2004 07:46:08 +0000 (07:46 +0000)]
(C_ASCII, C_EBCDIC, C_IBM, C_BLOCK, C_UNBLOCK,
C_LCASE, C_UCASE, C_SWAB, C_NOERROR, C_NOTRUNC, C_SYNC, C_TWOBUFS,
C_NOCREAT, C_EXCL, C_FDATASYNC, C_FSYNC): Now constants, not
macros.
(STATUS_NOXFER, statuses): New constants.
(usage, print_stats, scanargs): Add support for status=noxfer.
(usage): Update status output to match new behavior.
(print_stats): Always output complete byte count.
Put space between numbers and units, as SI requires.
Use ngettext so that i18n can use plurals for "byte" and "second".
Don't multiply by 1e-9 (inexact); divide by 1e9 (which is exact).
(iflag_error_msgid, oflag_error_msgid): Remove; replace uses by
the string.

19 years agoNew dd operand "status=noxfer".
Paul Eggert [Tue, 16 Nov 2004 07:45:15 +0000 (07:45 +0000)]
New dd operand "status=noxfer".

19 years agodd now outputs total bytes, seconds, and bytes per second.
Paul Eggert [Mon, 15 Nov 2004 06:50:44 +0000 (06:50 +0000)]
dd now outputs total bytes, seconds, and bytes per second.

19 years ago(dd invocation): dd now outputs total bytes,
Paul Eggert [Mon, 15 Nov 2004 06:50:23 +0000 (06:50 +0000)]
(dd invocation): dd now outputs total bytes,
seconds, and bytes per second.

19 years agoInclude "human.h".
Paul Eggert [Mon, 15 Nov 2004 06:49:59 +0000 (06:49 +0000)]
Include "human.h".
(w_bytes, start_time): New vars.
(usage): Document new I/O statistics output
(print_stats): Output new I/O statistics.
(cleanup): Do statistics after closing stdin and stdout, so that
the times are more accurate.
(write_output, dd_copy): Count output bytes.
(main): Get initial value of clock.

19 years ago(dd_LDADD): Add $(LIB_CLOCK_GETTIME).
Paul Eggert [Mon, 15 Nov 2004 06:49:36 +0000 (06:49 +0000)]
(dd_LDADD): Add $(LIB_CLOCK_GETTIME).

19 years agodd now outputs total bytes, seconds, and bytes per second.
Paul Eggert [Mon, 15 Nov 2004 06:49:08 +0000 (06:49 +0000)]
dd now outputs total bytes, seconds, and bytes per second.

19 years ago*** empty log message ***
Jim Meyering [Sun, 14 Nov 2004 13:55:17 +0000 (13:55 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Jim Meyering [Sun, 14 Nov 2004 11:08:22 +0000 (11:08 +0000)]
*** empty log message ***

19 years ago*** empty log message ***
Jim Meyering [Sun, 14 Nov 2004 09:58:19 +0000 (09:58 +0000)]
*** empty log message ***

19 years agoBackslash-escape `-'s in email addresses, so that they are
Jim Meyering [Sun, 14 Nov 2004 09:48:05 +0000 (09:48 +0000)]
Backslash-escape `-'s in email addresses, so that they are
rendered properly in UTF-locales.

(escape_hyphens): New function.
(main): Call it on email addresses.

19 years ago(usage): Put the description of `[-n] STRING'
Jim Meyering [Sun, 14 Nov 2004 08:56:53 +0000 (08:56 +0000)]
(usage): Put the description of `[-n] STRING'
on two lines, one for `-n STRING' and one for `STRING' so that
help2man properly escapes the `-'.  Otherwise, the hyphen is
rendered inappropriately in UTF-8 locales.

19 years agorestore file, now that closeout needs the function again
Jim Meyering [Sun, 14 Nov 2004 08:49:46 +0000 (08:49 +0000)]
restore file, now that closeout needs the function again

19 years ago*** empty log message ***
Jim Meyering [Sun, 14 Nov 2004 08:36:43 +0000 (08:36 +0000)]
*** empty log message ***

19 years ago(zaptemp): Mark new diagnostic for translation.
Jim Meyering [Sun, 14 Nov 2004 08:36:30 +0000 (08:36 +0000)]
(zaptemp): Mark new diagnostic for translation.

19 years ago*** empty log message ***
Jim Meyering [Sun, 14 Nov 2004 00:40:03 +0000 (00:40 +0000)]
*** empty log message ***

19 years agoDo require gl_FUNC_FPENDING.
Jim Meyering [Sun, 14 Nov 2004 00:34:04 +0000 (00:34 +0000)]
Do require gl_FUNC_FPENDING.

19 years ago.
Jim Meyering [Sun, 14 Nov 2004 00:33:27 +0000 (00:33 +0000)]
.

19 years ago.
Jim Meyering [Sun, 14 Nov 2004 00:32:50 +0000 (00:32 +0000)]
.

19 years ago.
Jim Meyering [Sun, 14 Nov 2004 00:29:36 +0000 (00:29 +0000)]
.

19 years ago.
Jim Meyering [Sun, 14 Nov 2004 00:20:33 +0000 (00:20 +0000)]
.

19 years ago(close_stdout): Don't fail just because stdout was
Jim Meyering [Sun, 14 Nov 2004 00:20:01 +0000 (00:20 +0000)]
(close_stdout): Don't fail just because stdout was
closed initially, since some programs don't write to stdout in the
normal course of operation (other than --version and --help), and
we don't want this function to make e.g. `cp 1 2 >&-' fail.
But do fail if it was closed and someone has tried to write to it.
E.g., printf 'foo' >&-

19 years ago(libfetish_a_SOURCES): Add __fpending.h.
Jim Meyering [Sun, 14 Nov 2004 00:19:28 +0000 (00:19 +0000)]
(libfetish_a_SOURCES): Add __fpending.h.

19 years agoRestore these files. They're useful after all.
Jim Meyering [Sun, 14 Nov 2004 00:19:01 +0000 (00:19 +0000)]
Restore these files.  They're useful after all.

19 years agoNew file. Test today's closeout.c change.
Jim Meyering [Sun, 14 Nov 2004 00:17:24 +0000 (00:17 +0000)]
New file.  Test today's closeout.c change.

19 years ago(TESTS): Add close-stdout.
Jim Meyering [Sun, 14 Nov 2004 00:17:10 +0000 (00:17 +0000)]
(TESTS): Add close-stdout.

19 years ago* src/sort.c (zaptemp): Warn if a temporary file is not removed.
Paul Eggert [Sat, 13 Nov 2004 04:49:14 +0000 (04:49 +0000)]
* src/sort.c (zaptemp): Warn if a temporary file is not removed.

19 years ago(zaptemp): Warn if a temporary file is not removed.
Paul Eggert [Sat, 13 Nov 2004 04:45:58 +0000 (04:45 +0000)]
(zaptemp): Warn if a temporary file is not removed.
Prune unnecessary accesses to volatile locations, and take some
code out of the critical section that didn't need to be in it.

19 years agoMake the newly-introduced critical section a bit smaller.
Paul Eggert [Sat, 13 Nov 2004 01:02:48 +0000 (01:02 +0000)]
Make the newly-introduced critical section a bit smaller.

19 years ago* src/sort.c: Avoid O(N**2) behavior when there are many temporary files.
Paul Eggert [Sat, 13 Nov 2004 00:53:23 +0000 (00:53 +0000)]
* src/sort.c: Avoid O(N**2) behavior when there are many temporary files.
Fix a race condition.

19 years agoDocument today's changes to "sort".
Paul Eggert [Sat, 13 Nov 2004 00:52:32 +0000 (00:52 +0000)]
Document today's changes to "sort".

19 years agoAvoid O(N**2) behavior when there are many temporary files.
Paul Eggert [Sat, 13 Nov 2004 00:50:56 +0000 (00:50 +0000)]
Avoid O(N**2) behavior when there are many temporary files.
(temptail): New variable, so that we can easily append to list.
(create_temp_file): Create new files at end of list, so that
searching the list has O(N**NMERGE) behavior instead of O(N**2).
(zaptemp): Update temptail if needed.
(mergefps, merge): Accept new arg that counts temp files, and keep it
up to date as we create and remove temporaries.  This is for
efficiency, so that we don't call zaptemp so often.
All callers changed.
(sort): Don't create array in reverse order, since the list of
temporaries is now in the correct order.

(zaptemp): Protect against race condition: if 'sort' is
interrupted in the middle of zaptemp, it might unlink the
temporary file twice, and the second time this happens the file
might already have been created by some other process.

(create_temp_file): Use offsetof for clarity.
(die): Move it up earlier, to clean up the code a bit.

19 years agoMove "Version" to top.
Paul Eggert [Fri, 12 Nov 2004 19:37:10 +0000 (19:37 +0000)]
Move "Version" to top.

19 years agoSupport longer page numbers in "pr", and allow most file names starting
Paul Eggert [Fri, 12 Nov 2004 19:36:51 +0000 (19:36 +0000)]
Support longer page numbers in "pr", and allow most file names starting
with "+".

19 years agoDocument recent changes to "pr".
Paul Eggert [Fri, 12 Nov 2004 19:36:18 +0000 (19:36 +0000)]
Document recent changes to "pr".

19 years ago(strtoumax): Declare if not declared.
Paul Eggert [Fri, 12 Nov 2004 19:35:54 +0000 (19:35 +0000)]
(strtoumax): Declare if not declared.
(skip_to_page, first_page_number, last_page_number, page_number,
first_last_page, print_header):
Use uintmax_t for page numbers.
(first_last_page): Remove unnecessary forward declaration.
Do not modify arg (it is now a const pointer).
Return a true if successful, false (without print a diagnostic)
otherwise.
(main): If +XXX does not specify a valid page range, treat it
as a file name.  This follows the response to Open Group XCU ERN 41
<http://www.opengroup.org/sophocles/show_mail.tpl?source=L&listname=austin-group-l&id=7717>,
which says the behavior is allowed.
(skip_to_page): When starting page number exceeds page count,
print both numbers in the diagnostic.
(print_header): Detect page number overflow.

19 years agoSync from gnulib and regenerate.
Paul Eggert [Fri, 12 Nov 2004 06:00:01 +0000 (06:00 +0000)]
Sync from gnulib and regenerate.

19 years agoremove trailing blanks
Jim Meyering [Thu, 11 Nov 2004 09:19:42 +0000 (09:19 +0000)]
remove trailing blanks

19 years agoSync from gnulib.
Paul Eggert [Thu, 11 Nov 2004 06:07:57 +0000 (06:07 +0000)]
Sync from gnulib.

19 years agoSync from gnulib.
Paul Eggert [Thu, 11 Nov 2004 05:02:14 +0000 (05:02 +0000)]
Sync from gnulib.

19 years ago*** empty log message ***
Jim Meyering [Wed, 10 Nov 2004 08:24:58 +0000 (08:24 +0000)]
*** empty log message ***

19 years agoSync from gnulib.
Paul Eggert [Tue, 9 Nov 2004 20:54:43 +0000 (20:54 +0000)]
Sync from gnulib.

19 years ago*** empty log message ***
Jim Meyering [Tue, 9 Nov 2004 20:31:46 +0000 (20:31 +0000)]
*** empty log message ***

19 years ago[__APPLE__]: Include <mach/machine.h> and <mach-o/arch.h>.
Jim Meyering [Tue, 9 Nov 2004 20:31:39 +0000 (20:31 +0000)]
[__APPLE__]: Include <mach/machine.h> and <mach-o/arch.h>.
(main) [__APPLE__]: Get the processor type via syscall rather than
hard-coding "powerpc".  From toby@opendarwin.org.

19 years ago*** empty log message ***
Jim Meyering [Sun, 7 Nov 2004 07:05:43 +0000 (07:05 +0000)]
*** empty log message ***

19 years ago(merge): Remove declarations of now-unused variables.
Jim Meyering [Sun, 7 Nov 2004 07:05:38 +0000 (07:05 +0000)]
(merge): Remove declarations of now-unused variables.

19 years ago* src/sort.c: Avoid some silly merges.
Paul Eggert [Sat, 6 Nov 2004 23:47:13 +0000 (23:47 +0000)]
* src/sort.c: Avoid some silly merges.

19 years ago(first_same_file): Remove. Move most of the code to....
Paul Eggert [Sat, 6 Nov 2004 23:46:47 +0000 (23:46 +0000)]
(first_same_file): Remove.  Move most of the code to....
(avoid_trashing_input): New function.
(merge): Avoid some silly merges, e.g., copying a single file to
a temporary file when there are exactly 17 input files to merge.
Take a count of temporary files rather than a max_merge arg.
All uses changed.

19 years ago.
Jim Meyering [Sat, 6 Nov 2004 22:46:44 +0000 (22:46 +0000)]
.

19 years agoremove now-unused files
Jim Meyering [Sat, 6 Nov 2004 22:46:21 +0000 (22:46 +0000)]
remove now-unused files

19 years ago.
Jim Meyering [Sat, 6 Nov 2004 22:45:58 +0000 (22:45 +0000)]
.

19 years ago(libfetish_a_SOURCES): Remove __fpending.h, now that it's no longer used.
Jim Meyering [Sat, 6 Nov 2004 22:45:47 +0000 (22:45 +0000)]
(libfetish_a_SOURCES): Remove __fpending.h, now that it's no longer used.

19 years ago.
Jim Meyering [Sat, 6 Nov 2004 22:44:56 +0000 (22:44 +0000)]
.

19 years agoremove now-unused file
Jim Meyering [Sat, 6 Nov 2004 22:44:48 +0000 (22:44 +0000)]
remove now-unused file

19 years agoDon't require gl_FUNC_FPENDING.
Jim Meyering [Sat, 6 Nov 2004 22:44:14 +0000 (22:44 +0000)]
Don't require gl_FUNC_FPENDING.

19 years ago*** empty log message ***
Jim Meyering [Sat, 6 Nov 2004 22:37:28 +0000 (22:37 +0000)]
*** empty log message ***

19 years agoEnsure that no close failure goes unreported.
Jim Meyering [Sat, 6 Nov 2004 22:37:23 +0000 (22:37 +0000)]
Ensure that no close failure goes unreported.

(close_stdout): Always close stdout.  I.e., don't
return early when it seems there's nothing to flush.
Don't include __fpending.h.

19 years ago(xfclose): Don't close stdout here (just flush it),
Jim Meyering [Sat, 6 Nov 2004 22:37:02 +0000 (22:37 +0000)]
(xfclose): Don't close stdout here (just flush it),
since close_stdout now closes stdout unconditionally.

19 years ago* src/sort.c: Fixx size_t and alloca bugs.
Paul Eggert [Fri, 5 Nov 2004 23:02:46 +0000 (23:02 +0000)]
* src/sort.c: Fixx size_t and alloca bugs.

19 years ago(inittables, sort_buffer_size, getmonth, mergefps,
Paul Eggert [Fri, 5 Nov 2004 23:02:09 +0000 (23:02 +0000)]
(inittables, sort_buffer_size, getmonth, mergefps,
first_same_file, merge, sort, main): Use size_t for indexes into arrays.
This fixes some unlikely havoc-wreaking bugs (e.g., more than INT_MAX
temporary files).
(getmonth, keycompare, compare): Rewrite to avoid need for alloca,
thus avoiding unchecked stack overflow in some cases.  As a side
effect this improve the performance of "sort -M" by a factor of 4
on my benchmarks.

19 years agoRegenerate.
Paul Eggert [Thu, 4 Nov 2004 00:02:19 +0000 (00:02 +0000)]
Regenerate.

19 years agoremove trailing spaces
Jim Meyering [Wed, 3 Nov 2004 23:31:20 +0000 (23:31 +0000)]
remove trailing spaces

19 years agoLog recent getdate-etc. related changes.
Paul Eggert [Wed, 3 Nov 2004 23:25:32 +0000 (23:25 +0000)]
Log recent getdate-etc. related changes.

19 years agoSync from gnulib.
Paul Eggert [Wed, 3 Nov 2004 23:24:07 +0000 (23:24 +0000)]
Sync from gnulib.

19 years agoInclude "vasprintf.h" since we use vasprintf now.
Paul Eggert [Wed, 3 Nov 2004 23:17:29 +0000 (23:17 +0000)]
Include "vasprintf.h" since we use vasprintf now.

19 years agoSync from gnulib.
Paul Eggert [Wed, 3 Nov 2004 23:15:44 +0000 (23:15 +0000)]
Sync from gnulib.

19 years ago(check-AUTHORS): Don't assume \? works in a sed
Paul Eggert [Wed, 3 Nov 2004 23:12:55 +0000 (23:12 +0000)]
(check-AUTHORS): Don't assume \? works in a sed
expression; it's not portable.  Problem reported by Albert Chin.
Don't invoke a program more than once.

19 years ago(version): New variable, containing author info,
Paul Eggert [Wed, 3 Nov 2004 23:11:45 +0000 (23:11 +0000)]
(version): New variable, containing author info,
for benefit of AUTHORS check.  Use it when acting on --version option.

19 years agoRemove duplicate lines. Remove bogus "chroot:" in groups line.
Paul Eggert [Wed, 3 Nov 2004 23:10:50 +0000 (23:10 +0000)]
Remove duplicate lines.  Remove bogus "chroot:" in groups line.

19 years ago(libfetish_a_SOURCES): Remove setenv.c.
Paul Eggert [Wed, 3 Nov 2004 23:05:47 +0000 (23:05 +0000)]
(libfetish_a_SOURCES): Remove setenv.c.

19 years agoNew file, from gnulib.
Paul Eggert [Wed, 3 Nov 2004 23:04:03 +0000 (23:04 +0000)]
New file, from gnulib.

19 years ago(gl_PREREQ): Require gt_FUNC_SETENV.
Paul Eggert [Wed, 3 Nov 2004 23:03:17 +0000 (23:03 +0000)]
(gl_PREREQ): Require gt_FUNC_SETENV.

19 years ago.
Jim Meyering [Wed, 3 Nov 2004 20:54:10 +0000 (20:54 +0000)]
.

19 years ago.
Jim Meyering [Wed, 3 Nov 2004 20:53:32 +0000 (20:53 +0000)]
.

19 years agoDon't #define and #undef getopt around <stdlib.h>,
Paul Eggert [Wed, 3 Nov 2004 18:44:33 +0000 (18:44 +0000)]
Don't #define and #undef getopt around <stdlib.h>,
as this breaks the new regime that does "#define getopt rpl_getopt".

19 years ago* Makefile.am (_W, W_): New macros.
Paul Eggert [Wed, 3 Nov 2004 17:39:23 +0000 (17:39 +0000)]
* Makefile.am (_W, W_): New macros.