|
63258a53
|
2000-01-30T16:45:17
|
|
redo it on per-header basis
|
|
b9b388dd
|
2000-01-30T16:41:30
|
|
*** empty log message ***
|
|
226d6300
|
2000-01-30T16:41:25
|
|
(extract_trimmed_name): Use UT_USER instead of hard-coding
uses of ->ut_name. The latter doesn't work with new Linux header files
where only utmpx.ut_user is declared.
|
|
82ba66a9
|
2000-01-30T16:39:08
|
|
(UT_USER): Define. Accessor macro for the member named ut_user or ut_name.
|
|
de71aac3
|
2000-01-23T14:01:32
|
|
.
|
|
6eef3643
|
2000-01-23T09:53:48
|
|
(libfetish_a_SOURCES): Remove explicit mention of obstack.c.
|
|
657160c5
|
2000-01-23T09:52:02
|
|
*** empty log message ***
|
|
db4af7a7
|
2000-01-23T09:19:33
|
|
version-control: never
|
|
e8f706de
|
2000-01-23T09:08:39
|
|
.
|
|
3c8064cd
|
2000-01-22T22:43:37
|
|
*** empty log message ***
|
|
f9d65f16
|
2000-01-22T22:43:31
|
|
[! HAVE_DECL_STRTOUL]: Declare strtoul.
[! HAVE_DECL_STRTOULL]: Declare strtoull.
Required for some AIX systems. Reported by Christian Krackowizer.
[TESTING] (main): New function.
|
|
fb01bd93
|
2000-01-22T22:21:32
|
|
*** empty log message ***
|
|
b18806b6
|
2000-01-22T22:20:08
|
|
*** empty log message ***
|
|
cbdd6c8a
|
2000-01-22T22:19:48
|
|
[HAVE_WCTYPE_H]: Include <wctype.h>.
|
|
7c04104a
|
2000-01-22T21:29:10
|
|
*** empty log message ***
|
|
373d8ea1
|
2000-01-22T21:29:02
|
|
(dir_name): Support for DOS-style file names with drive letters.
|
|
90221012
|
2000-01-22T18:03:21
|
|
tack on the one from fileutils/lib
|
|
9acb2a8e
|
2000-01-22T09:44:23
|
|
.
|
|
fe15c068
|
2000-01-22T09:43:37
|
|
*** empty log message ***
|
|
a67c0960
|
2000-01-22T09:43:23
|
|
(ISDIGIT): Define.
(strverscmp): Use ISDIGIT, not isdigit.
|
|
3dfe5516
|
2000-01-18T07:26:07
|
|
*** empty log message ***
|
|
19e03725
|
2000-01-18T07:25:53
|
|
(nanosleep):
Don't use SA_INTERRUPT to decide whether to call sigaction, as
POSIX.1 doesn't require SA_INTERRUPT and some systems
(e.g. Solaris 7) don't define it. Use SA_NOCLDSTOP instead;
it's been part of POSIX.1 since day 1 (in 1988).
|
|
cc93db83
|
2000-01-17T22:37:32
|
|
*** empty log message ***
|
|
1ddc7fd4
|
2000-01-17T22:36:01
|
|
.
|
|
35c6eecd
|
2000-01-17T08:01:40
|
|
(quotearg_buffer_restyled): Do not quote
alert, backslash, formfeed, and vertical tab unnecessarily in
shell quoting style.
|
|
a655ee23
|
2000-01-17T08:01:30
|
|
*** empty log message ***
|
|
9454c62e
|
2000-01-16T22:15:32
|
|
Sync with sh-utils/lib/Makefile.am.
|
|
7ee01a94
|
2000-01-16T20:15:58
|
|
alphabetize a little
|
|
19026f65
|
2000-01-16T13:08:07
|
|
.
|
|
35d18110
|
2000-01-16T12:35:49
|
|
Sync with the version from emacs-20.5.
(<string.h>): Include if HAVE_STRING_H.
(<stdlib.h>): Include if HAVE_STDLIB_H.
(alloca): Abort if malloc fails.
|
|
c4b7f3f8
|
2000-01-15T11:57:11
|
|
Quote multibyte characters correctly.
(ISGRAPH): Remove.
(ISPRINT): New macro.
(<wchar.h>): Include if HAVE_MBRTOWC && HAVE_WCHAR_H.
(isprint, mbrtowc, mbsinit, mbstate_t): New macros,
defined if ! (HAVE_MBRTOWC && HAVE_WCHAR_H).
(quotearg_buffer_restyled): New function, with most of the old
quotearg_buffer's contents.
Major rewrite to support multibyte characters.
(quotearg_buffer): Now just calls quotearg_buffer_restyled.
|
|
cf8c8ba4
|
2000-01-12T06:49:59
|
|
(mode_compile): Use uintmax_t, not unsigned
long, to parse numeric modes. Check for any unknown bits, not
just unknown bits left of the leftmost known bit.
|
|
79df4125
|
2000-01-12T06:46:46
|
|
Update copyright notice.
|
|
e9897e1c
|
2000-01-12T06:37:30
|
|
Sync to the slightly more general version of GNU tar.
|
|
cada80c3
|
2000-01-11T14:05:28
|
|
(memcpy): Protoize.
|
|
e0c32dcc
|
2000-01-11T08:43:16
|
|
s/fu/fetish/
|
|
b19c419e
|
2000-01-11T07:48:23
|
|
(hash_initialize): Fix typo in comment.
|
|
514738b0
|
2000-01-10T09:20:49
|
|
.
|
|
e0420c66
|
2000-01-10T07:31:14
|
|
(noinst_HEADERS): Add nanosleep.h.
|
|
eb0bfaed
|
2000-01-08T17:53:35
|
|
remove stray define before _LIBC
|
|
3e633964
|
2000-01-08T16:44:19
|
|
(error): Use __strerror_r's return value only if HAVE_WORKING_STRERROR_R.
(error_at_line): Likewise.
|
|
3e3c175e
|
2000-01-07T14:29:26
|
|
Sync with the GNU C library.
|
|
348b75da
|
2000-01-07T09:18:15
|
|
tweak comment
|
|
682d4570
|
2000-01-07T07:33:19
|
|
add copyright/no-warranty comment
|
|
14f7fd85
|
2000-01-07T07:31:03
|
|
*** empty log message ***
|
|
d0a51a71
|
2000-01-07T07:03:01
|
|
tweak copyright line
|
|
34c0f07b
|
2000-01-07T07:01:45
|
|
(strpbrk): Ansideclify.
Use `#if' instead of `#ifdef' for `HAVE_CONFIG_H'.
|
|
2c6dd019
|
2000-01-07T06:59:36
|
|
Use `#if' instead of `#ifdef' for `HAVE_CONFIG_H'.
Capitalize all macro parameters.
(memcasecmp): Ansideclify.
Don't cast away `const'ness of parameters.
Suggestions from François Pinard.
|
|
cd89762c
|
2000-01-06T21:31:48
|
|
Sync with the GNU C Library.
|
|
92a0951a
|
2000-01-06T21:01:06
|
|
Add #pragma STDC FENV_ACCESS ON if C99.
|
|
88397e70
|
2000-01-06T18:25:03
|
|
Sync tm_diff with the GNU C Library.
(TM_YEAR_BASE): Renamed from TM_YEAR_ORIGIN. All uses changed.
(tm_diff): Renamed from difftm. All uses changed.
Replace body with that taken from GNU C Library 2.1.3pre1.
(get_date): Prefer tm_gmtoff to tm_diff if available.
|
|
894e9f4a
|
2000-01-05T12:06:39
|
|
whoops. fix typos
|
|
c22596dd
|
2000-01-05T12:03:53
|
|
Include nanosleep.h.
Don't include time.h or sys/time.h here.
|
|
4204ab34
|
2000-01-05T12:03:06
|
|
*** empty log message ***
|
|
7df90f6a
|
2000-01-04T22:54:54
|
|
(savedir): Don't store past the end of an array if
name_size is zero and the directory is empty.
|
|
378873e8
|
2000-01-02T09:12:06
|
|
.
|
|
c730015f
|
2000-01-02T07:09:54
|
|
(my_strftime): Some old compilers object to
'\a', so don't bother optimizing for it.
|
|
e645160f
|
1999-12-27T14:17:39
|
|
*** empty log message ***
|
|
840d60f5
|
1999-12-26T10:19:40
|
|
*** empty log message ***
|
|
a530b32c
|
1999-12-26T10:16:18
|
|
*** empty log message ***
|
|
bff644df
|
1999-12-26T09:40:16
|
|
*** empty log message ***
|
|
c3a36c26
|
1999-12-25T22:15:23
|
|
*** empty log message ***
|
|
fd2b0d95
|
1999-12-22T20:49:19
|
|
rewrite expression (equivalently) at request of Paul Eggert
|
|
b4eaa5bb
|
1999-12-22T11:14:05
|
|
(get_date): Fix typo in time_t overflow test.
From Michael Stone.
|
|
cd57deef
|
1999-12-19T10:46:19
|
|
(lstat.c): Adapt rule to handle new parts of xstat.in.
(lstat.c): Likewise.
|
|
7745004b
|
1999-12-19T10:45:50
|
|
(slash_aware_lstat): New function.
(rpl_@xstat@): Use it.
|
|
00317a74
|
1999-12-19T10:22:47
|
|
.
|
|
c70a64f3
|
1999-12-13T07:30:57
|
|
(make_path): Consistently use error to output
the verbose, `created directory ...' messages.
Reported by Bernhard Rosenkraenzer.
|
|
dad246ae
|
1999-12-10T15:22:55
|
|
.
|
|
a6dccfc3
|
1999-11-26T07:31:42
|
|
.
|
|
1fa55b5e
|
1999-11-22T14:09:58
|
|
(DISTCLEANFILES): Add lstat.c and stat.c.
|
|
94c3325e
|
1999-11-19T17:02:01
|
|
(strstr): Include config.h.
Add a `;' between shloop label and `}'.
|
|
0a5f1642
|
1999-11-13T23:19:25
|
|
.
|
|
e8f0e848
|
1999-11-11T13:20:24
|
|
.
|
|
6564fd99
|
1999-11-11T11:00:50
|
|
(make_path): Fix long-latent bug (note others
just like it were fixed in 1998-01-02).
A user (FIXME, who?) reported that using `install -d -g foo 1/2`
only sets the group on the intermediate directory, not the final
component. From Michael Stone.
|
|
33bf2142
|
1999-11-09T20:34:17
|
|
(XMALLOC): Correct misnamed macro parameter name: s/N_bytes/N_items/.
(XCALLOC): Likewise.
(XREALLOC): Likewise.
|
|
0599e5c9
|
1999-11-07T21:06:02
|
|
(default_block_size): New function.
(humblock): Use it if no block size is specified.
(human_block_size): If the specified block size is zero, report an
error if report_errors is nonzero; otherwise use the default.
|
|
f889ed88
|
1999-11-05T09:55:24
|
|
Use HAVE_STRUCT_STAT_ST_BLOCKS, not deprecated HAVE_ST_BLOCKS.
|
|
a58d5190
|
1999-11-04T23:13:12
|
|
(memcoll): The two arguments cannot be
adjacent any more, so remove the alloca/copy workaround for
that case.
|
|
32027663
|
1999-11-04T23:12:42
|
|
(readline): Do not leave room for an extra
byte after the newline; it's no longer needed.
|
|
a09482e0
|
1999-11-01T09:53:41
|
|
(MAINTAINERCLEANFILES): Set to $(BUILT_SOURCES).
|
|
e38e9590
|
1999-10-31T15:49:05
|
|
update a comment from alpha.gnu.org:/home/gd/gnu/lib/getdate.y
|
|
7df6fcb7
|
1999-10-31T11:40:06
|
|
.
|
|
98a35414
|
1999-10-23T13:31:09
|
|
.
|
|
4c8efe43
|
1999-10-11T12:39:14
|
|
update from GNU lib C
|
|
f4a47b01
|
1999-10-11T12:39:09
|
|
*** empty log message ***
|
|
0d2b1a83
|
1999-10-11T12:38:55
|
|
*** empty log message ***
|
|
e5534304
|
1999-10-04T05:59:37
|
|
(__attribute__): Define to empty if GCC claims to
be before 2.8; this is needed for OPENStep 4.2 cc. Also,
define to empty if strict ANSI.
|
|
f8bf1528
|
1999-09-28T15:26:45
|
|
(__attribute__): Protect against redefinition.
|
|
6e93b42a
|
1999-09-28T14:48:43
|
|
(error_at_line): Use strerror portably here, too,
just as was done in error.
|
|
757bb587
|
1999-09-26T19:05:39
|
|
(xalloc_die): Rename from xalloc_fail and update callers.
Use explicit exit to help avoid warnings.
|
|
9d67945f
|
1999-09-26T19:01:12
|
|
small correction from Akim
|
|
17addc5b
|
1999-09-26T18:52:51
|
|
(DIRECTORY_SEPARATOR): Define.
(ISSLASH): Define.
(path_concat): Allow parameter DIR to be NULL.
(xpath_concat): New function.
From Akim Demaille.
|
|
fa2069e4
|
1999-09-26T18:42:56
|
|
(__attribute__): Define.
(ATTRIBUTE_NORETURN): Define.
(xalloc_fail_func): Add noreturn attribute.
(xalloc_die): Declare.
(NEW): Define as yet unused macro.
(XFREE): Likewise
(CCLONE): Likewise.
(CLONE): Likewise.
From Akim Demaille.
|
|
16501f4c
|
1999-09-26T18:37:02
|
|
(base_name): Add prototype. From Akim Demaille.
|
|
dede3f1b
|
1999-09-19T16:47:58
|
|
*** empty log message ***
|
|
33d5b811
|
1999-09-19T16:46:50
|
|
[STAT_MACROS_BROKEN] (S_ISLNK): Undefine.
(S_ISLNK): Define if necessary.
This is necessary on a NEC SX-4 with SUPER-UX 9.1.
|
|
20b83f8e
|
1999-09-19T08:09:50
|
|
Remove useless parens in #if directive
|
|
55123888
|
1999-09-05T06:56:50
|
|
(ENOSYS): Don't use ENOMSG; it's not in NeXTStep3.3.
Use EINVAL instead.
|
|
ef4494f3
|
1999-09-04T20:27:03
|
|
tweak comment
|