Jim Meyering
96400fcda4
.
2002-01-16 23:33:48 +00:00
Jim Meyering
f199c753eb
*** empty log message ***
2002-01-16 22:46:26 +00:00
Jim Meyering
af0225072d
(ISDIGIT): Comment fix.
...
add 2002 to Copyright line
2002-01-16 22:44:43 +00:00
Jim Meyering
d85702e334
add 2002 to Copyright line
2002-01-16 22:43:41 +00:00
Jim Meyering
b4012f613a
add 2002 to Copyright line
2002-01-16 22:38:26 +00:00
Jim Meyering
bc3a5c4e5f
add 2002 to Copyright line
2002-01-16 22:38:04 +00:00
Jim Meyering
fe734b9b2d
(ISDIGIT): Comment fix.
2002-01-16 22:37:35 +00:00
Jim Meyering
d298aab8a2
(ISDIGIT): Comment fix.
2002-01-16 22:36:52 +00:00
Jim Meyering
87ca587534
*** empty log message ***
2002-01-16 22:34:07 +00:00
Jim Meyering
aafbc6e7fc
(ISDIGIT): Comment fix.
...
Add three semicolons, each just before a closing brace.
Bison (as of version 1.31) no longer papers over that mistake.
2002-01-16 22:33:58 +00:00
Jim Meyering
8efbf4f961
.
2002-01-16 10:01:52 +00:00
Jim Meyering
5d1f26b8e5
.
2002-01-13 19:54:12 +00:00
Jim Meyering
706fae60a3
.
2002-01-12 22:32:46 +00:00
Jim Meyering
d4eb26affa
*** empty log message ***
2002-01-05 21:13:34 +00:00
Jim Meyering
fc9f72abca
(version_etc_copyright): Update copyright year.
2002-01-05 21:13:29 +00:00
Jim Meyering
174e9df9c1
*** empty log message ***
2001-12-20 10:01:41 +00:00
Jim Meyering
8d83abaf89
(close_stdout_status): If ferror (stdout), do
...
not silently exit merely because the output buffer happens to
have nothing pending.
2001-12-20 10:01:25 +00:00
Jim Meyering
79a8c33f6d
*** empty log message ***
2001-12-19 15:05:38 +00:00
Jim Meyering
44dcbba28a
(suffixes): Prefer K to k for 1024.
...
(generate_suffix_backwards): New function.
(human_readable_inexact): Use it.
2001-12-19 15:05:33 +00:00
Jim Meyering
f0ed17134a
(__xstrtol): If there is no number but there
...
is a valid suffix, assume 1. "MB" now means decimal, "MiB" binary.
Accept 'K' as well as 'k'.
2001-12-19 10:41:27 +00:00
Jim Meyering
49db4dd32c
*** empty log message ***
2001-12-15 16:59:00 +00:00
Jim Meyering
c6be028a84
(STREQ): Define.
2001-12-15 16:58:53 +00:00
Jim Meyering
e92b78f873
(__restrict_arr): Update from libc.
2001-12-15 16:57:15 +00:00
Jim Meyering
894cb43a58
*** empty log message ***
2001-12-15 10:37:11 +00:00
Jim Meyering
d063f15ca1
(ME_REMOTE): Recognize file systems of type smbfs
...
as `remote' if the name starts with `//'.
2001-12-15 10:36:58 +00:00
Jim Meyering
efc6e85c74
.
2001-12-10 00:17:05 +00:00
Jim Meyering
a988aefd03
Remove explicit declarations of xmalloc and xrealloc,
...
Instead, include "xalloc.h".
(initbuffer): Don't cast xmalloc return value to char*.
(readline): Reword comment.
Don't cast xrealloc return value to char*
Return NULL, not 0.
2001-12-10 00:13:36 +00:00
Jim Meyering
a49772f23b
*** empty log message ***
2001-12-09 22:57:15 +00:00
Jim Meyering
ea1f6ec04b
*** empty log message ***
2001-12-09 22:56:52 +00:00
Jim Meyering
0b072ba82c
(posix_time_parse): Add cast to avoid warning about
...
`signed and unsigned type in conditional expression'.
2001-12-09 22:56:16 +00:00
Jim Meyering
0928d79889
(mode_compile): Add cast to avoid warning about
...
`signed and unsigned type in conditional expression'.
2001-12-09 22:54:19 +00:00
Jim Meyering
6994cb9650
(xreadlink): Add cast to avoid a warning.
2001-12-09 22:46:53 +00:00
Jim Meyering
5b34b167f9
(readtoken): Declare an index to be of type unsigned
...
to avoid a pedantic warning.
2001-12-09 22:39:02 +00:00
Jim Meyering
923091ff96
Don't include assert.h.
...
(getstr): Remove warning-evoking assertions.
Return -1 if offset parameter is out of bounds.
Change the type of a local from int to size_t.
2001-12-09 22:08:19 +00:00
Jim Meyering
26061de96f
(my_strftime_localtime_r): Include this function
...
definition in the `#if ! HAVE_TM_GMTOFF' block.
2001-12-09 21:02:43 +00:00
Jim Meyering
102ad5c8ff
*** empty log message ***
2001-12-09 21:01:23 +00:00
Jim Meyering
bb0d2464f8
Remove declarations of xmalloc and xrealloc.
...
Include xalloc.h instead.
2001-12-09 21:01:15 +00:00
Jim Meyering
dcfb371a6b
tweak to align with libc
2001-12-08 06:57:58 +00:00
Jim Meyering
15295aaf8a
*** empty log message ***
2001-12-02 19:59:49 +00:00
Jim Meyering
4542868aea
Don't declare getenv, thus reverting the change of 2001-11-18.
...
It's no longer necessary, now that stdlib.h is always included.
2001-12-02 19:59:39 +00:00
Jim Meyering
86eb6a1aac
*** empty log message ***
2001-12-02 17:47:01 +00:00
Jim Meyering
4a2b55cc60
[!__BOUNDED_POINTERS__]: Define away __bounded, __unbounded, and __ptrvalue.
2001-12-02 17:46:54 +00:00
Jim Meyering
7c8e0d8c97
*** empty log message ***
2001-11-30 14:51:13 +00:00
Jim Meyering
b0b791399d
Include xalloc.h, so that xstrdup is declared before being defined.
2001-11-30 14:32:22 +00:00
Jim Meyering
6dd490fa03
.
2001-11-28 14:05:29 +00:00
Jim Meyering
dec4961f11
*** empty log message ***
2001-11-28 06:57:33 +00:00
Jim Meyering
ff927371bd
(quotearg_n, quotearg_n_style):
...
First arg is int, not unsigned.
2001-11-28 06:57:25 +00:00
Jim Meyering
0dc8754559
(quotearg_n, quotearg_n_style): Likewise.
...
(SIZE_MAX, UINT_MAX): New macros.
(quotearg_n_options): Abort if N is negative.
Avoid overflow check on hosts where size_t is 64 bits and int
is 32 bits, as overflow is impossible there.
Fix off-by-one typo that caused unnecessary reallocation.
2001-11-28 06:57:02 +00:00
Jim Meyering
fb66999103
Merge with version from libc.
2001-11-27 21:34:15 +00:00
Jim Meyering
51cd0868f5
*** empty log message ***
2001-11-27 12:56:20 +00:00