Jim Meyering
589cf443b9
(__strtol): Remove decl; it doesn't work if __strtol
...
expands to a macro, which occurs in HP-UX 10.20 with strtoumax.
(strtol, strtoul): New decls (for pre-ANSI hosts), to replace
the above decl.
1999-07-04 08:34:31 +00:00
Jim Meyering
0430c3c938
.
1999-05-27 13:08:29 +00:00
Jim Meyering
db358e3feb
*** empty log message ***
1999-05-27 13:08:19 +00:00
Jim Meyering
032571f565
Fix non-portable use of `tr' that caused this test
...
to fail when run with a SysV-style tr. Based on a patch from Kaveh Ghazi.
1999-05-25 16:43:57 +00:00
Jim Meyering
b38198f365
(Squeezing): Remove misleading square brackets
...
from SET1 in the one-word-per-line example.
1999-05-25 16:38:19 +00:00
Jim Meyering
0e39b529b6
(copy_internal): Don't apply the umask in move_mode.
...
Otherwise, `mv' would not preserve the permissions when copying
between partitions. Reported by David Godfrey
1999-05-23 23:23:55 +00:00
Jim Meyering
3957028d28
*** empty log message ***
1999-05-23 23:07:26 +00:00
Jim Meyering
97c9216e92
.
1999-05-23 21:06:36 +00:00
Jim Meyering
f914ebb255
*** empty log message ***
1999-05-23 20:46:23 +00:00
Jim Meyering
3fed986eee
*** empty log message ***
1999-05-23 20:45:34 +00:00
Jim Meyering
5cd334b32e
.
1999-05-23 20:44:48 +00:00
Jim Meyering
a54b71f493
*** empty log message ***
1999-05-23 20:43:11 +00:00
Jim Meyering
08f55c4b7c
Correct erroneous expected output from the `cp -f foo foo' tests.
1999-05-23 20:42:25 +00:00
Jim Meyering
994746ffe9
(libfu_a_SOURCES): Add same.c.
...
(noinst_HEADERS): Add same.h.
1999-05-23 20:40:59 +00:00
Jim Meyering
645015312e
Remove today's earlier misguided attempts.
...
Add a single condition to the existing sameness test.
1999-05-23 20:37:16 +00:00
Jim Meyering
642d250781
Include same.h.
...
(copy_internal): Qualify SAME_INODE test with (link-count == 1
|| same_name(...)).
1999-05-23 19:45:33 +00:00
Jim Meyering
00fbb65ec1
*** empty log message ***
1999-05-23 19:43:10 +00:00
Jim Meyering
0e96b5d2e7
New file (function extracted from ln.c).
1999-05-23 19:42:59 +00:00
Jim Meyering
2a8c9424f0
(same_name): Remove function.
...
<same.h>: Include this instead.
<dirname.h>: No longer include this.
1999-05-23 19:41:19 +00:00
Jim Meyering
96074cef79
*** empty log message ***
1999-05-23 19:38:53 +00:00
Jim Meyering
27893412b2
white-space tweak
1999-05-23 19:27:36 +00:00
Jim Meyering
ff08632036
white-space tweak
1999-05-23 19:27:07 +00:00
Jim Meyering
0868b5794a
(copy_internal): Make it so `mv -f FILE FILE' does not remove FILE.
...
Based on a patch from Chris Yeo.
1999-05-23 14:52:32 +00:00
Jim Meyering
46945ad760
*** empty log message ***
1999-05-23 14:49:14 +00:00
Jim Meyering
78d7d7b746
*** empty log message ***
1999-05-23 13:36:37 +00:00
Jim Meyering
77cf4d48dd
(TESTS): Add force.
...
(TESTS_ENVIRONMENT): Change PATH to be absolute.
1999-05-23 13:36:14 +00:00
Jim Meyering
e7eeacebbc
*** empty log message ***
1999-05-23 04:19:10 +00:00
Jim Meyering
dee24e9fac
*** empty log message ***
1999-05-23 04:01:55 +00:00
Jim Meyering
65ffd691ee
*** empty log message ***
1999-05-23 03:59:08 +00:00
Jim Meyering
80ef68e006
*** empty log message ***
1999-05-22 22:10:34 +00:00
Jim Meyering
b5b54d2fed
*** empty log message ***
1999-05-22 22:02:54 +00:00
Jim Meyering
1f2dc06993
*** empty log message ***
1999-05-22 22:02:00 +00:00
Jim Meyering
2b477f5dc4
(AC_REPLACE_FUNCS): Add memchr.
1999-05-22 22:00:42 +00:00
Jim Meyering
39d0a166c5
*** empty log message ***
1999-05-22 16:56:40 +00:00
Jim Meyering
dae50ead45
*** empty log message ***
1999-05-22 12:53:07 +00:00
Jim Meyering
be6aea6fb9
Document locale-specific changes to `sort',
...
as well as the new, POSIX-compliant definition of line comparison,
and -g's more careful treatment of NaNs, infinities and zeros.
1999-05-22 12:52:41 +00:00
Jim Meyering
9e48e223db
(general_numcompare): Put exceptional cases
...
first, not last, to be consistent with -M.
1999-05-22 12:52:14 +00:00
Jim Meyering
59b22bd058
*** empty log message ***
1999-05-22 04:30:36 +00:00
Jim Meyering
77d5a18a9b
*** empty log message ***
1999-05-22 04:29:30 +00:00
Jim Meyering
4539e57b3c
.
1999-05-22 04:24:10 +00:00
Jim Meyering
668807df85
.
1999-05-22 02:53:08 +00:00
Jim Meyering
b66bd5f56c
*** empty log message ***
1999-05-22 02:48:22 +00:00
Jim Meyering
7bac5533d7
(strtod): Declare if STDC_HEADERS is not defined.
...
(general_numcompare): Use strtod, not xstrtod.
Do not consider partial conversions to be errors.
Put -infinity at the start, and +infinity at the end;
follow +infinity with NaNs (sorted by bit pattern),
and finally by conversion errors.
1999-05-22 02:47:45 +00:00
Jim Meyering
28c635adb2
(use-nl): New test from Paul Eggert.
1999-05-22 02:41:39 +00:00
Jim Meyering
125ce0f85c
tweak comment
1999-05-22 02:37:47 +00:00
Jim Meyering
157c31573e
(11d): Reverse lines in expected output to reflect latest change.
1999-05-22 02:37:10 +00:00
Jim Meyering
67fbe7e2a0
remove trailing newline
1999-05-21 20:47:18 +00:00
Jim Meyering
c734236a6f
*** empty log message ***
1999-05-21 20:24:39 +00:00
Jim Meyering
d6261d35c9
Treat the trailing newline as part of the line, as required by POSIX.2.
...
(struct line, findlines, compare, checkfp, mergefps, sort):
A line now includes its trailing newline.
(findlines): Do not replace newline with NUL.
(memcoll, keycompare): Work even if the data to be compared are
adjacent strings; this is possible now that lines contain the
trailing newline.
(fillbuf): Always have an unused byte at the end of the buffer,
since memcoll and keycompare want to modify a byte after the last line.
(sortalloc, mergealloc): Increase by 1, for trailing byte.
1999-05-21 20:24:19 +00:00
Jim Meyering
db0d476b12
*** empty log message ***
1999-05-21 19:53:05 +00:00