|
762a15fd
|
1997-11-19T18:57:40
|
|
add PARAMS around prototype lists
|
|
fb19b990
|
1997-11-19T18:55:53
|
|
.
|
|
1b090a94
|
1997-11-19T18:55:31
|
|
revert a mempcpy to memcpy
|
|
eb53ea1e
|
1997-11-19T15:04:15
|
|
(AUTOMAKE_OPTIONS): Use ansi2knr so *I* don't
have to convert my hash package to use k&r C.
|
|
fd396561
|
1997-11-18T03:32:00
|
|
(_REENTRANT): #define, as some hosts need this to declare localtime_r properly.
From Paul Eggert.
|
|
267a5986
|
1997-11-15T17:18:01
|
|
remove fixup_null_alloc prototype
|
|
a9785518
|
1997-11-13T14:22:56
|
|
update from GNU libc
|
|
06e11e23
|
1997-11-13T14:21:02
|
|
partial update from FSF -- use int, not size_t; 0, not NULL
|
|
db2d10a7
|
1997-11-13T14:16:21
|
|
.
|
|
1873f591
|
1997-11-13T13:22:54
|
|
Update from FSF.
|
|
0f1677ef
|
1997-11-12T16:18:23
|
|
(path_concat): Use mempcpy, not stpcpy.
|
|
bfeca902
|
1997-11-12T16:11:17
|
|
return memcpy result directly
|
|
f47e8ad2
|
1997-11-09T19:06:31
|
|
add -*-Makefile-*- to first line
|
|
4d73296d
|
1997-11-03T15:19:20
|
|
make sure autoconf tests have been run
|
|
7b300269
|
1997-11-03T05:25:44
|
|
(xalloc_fail): Renamed from fixup_null_alloc.
(xcalloc): #ifdef-out unused function.
(xrealloc): Remove code to work around deficient versions of realloc.
Now we have an autoconf-enabled replacement version.
(xmalloc): Remove code to work around deficient versions of malloc.
Now we have an autoconf-enabled replacement version.
|
|
4ec61a5c
|
1997-11-03T05:20:09
|
|
*** empty log message ***
|
|
2088d100
|
1997-11-03T05:19:56
|
|
*** empty log message ***
|
|
00a2c521
|
1997-10-27T04:59:25
|
|
add comment
|
|
82d6305b
|
1997-10-27T04:58:22
|
|
Convert to upper case before comparing.
This makes join -i work with sort -f.
|
|
373d33b1
|
1997-10-26T04:39:53
|
|
(xalloc_fail_func): Initialize to 0, not NULL.
|
|
037335f2
|
1997-10-26T04:26:09
|
|
.
|
|
990fd9be
|
1997-10-26T03:58:27
|
|
(EXTRA_DIST): Add malloc.c.
|
|
4ca3cda4
|
1997-10-26T03:57:43
|
|
.
|
|
980125c1
|
1997-10-26T02:48:15
|
|
.
|
|
3aa741b5
|
1997-10-26T02:20:32
|
|
(noinst_HEADERS): Add xalloc.h.
|
|
2753afe5
|
1997-10-25T21:51:21
|
|
Include xalloc.h.
Change VOID to void.
(xalloc_exit_failure): Renamed extern.
(xalloc_msg_memory_exhausted): New extern.
(xalloc_fail_func): New extern.
(fixup_null_alloc): Use new variables.
|
|
4c03f9a7
|
1997-10-25T21:49:45
|
|
.
|
|
53862d8f
|
1997-10-24T13:17:16
|
|
Use unsigned int, not just unsigned.
|
|
2670a464
|
1997-10-22T14:06:16
|
|
update from FSF
|
|
155c7b19
|
1997-10-07T22:09:01
|
|
.
|
|
207939fc
|
1997-10-06T13:07:14
|
|
(make_path): Print verbose message using fprintf, not error.
|
|
eb6c86a0
|
1997-10-06T13:03:29
|
|
(make_path): Print message IFF the directory was
just created and the format string is non-NULL.
|
|
611f6efc
|
1997-10-06T05:04:11
|
|
(noinst_HEADERS): Add savedir.h.
|
|
6644be6d
|
1997-10-04T01:43:58
|
|
(savedir): Declare DIR parameter to be const.
Include savedir.h.
|
|
56b2881c
|
1997-10-04T01:43:13
|
|
.
|
|
8d61c984
|
1997-09-30T04:19:04
|
|
.
|
|
08b6cf0f
|
1997-09-21T13:22:20
|
|
(IN_CTYPE_DOMAIN): Define.
(ISSPACE): Guard with IN_CTYPE_DOMAIN.
(ISDIGIT): Guard with IN_CTYPE_DOMAIN.
(TOUPPER): Guard with IN_CTYPE_DOMAIN.
From Bruno Haible.
|
|
7bb0ee09
|
1997-09-21T13:19:19
|
|
(IN_CTYPE_DOMAIN): Define.
(ISSPACE): Define.
(ISDIGIT): Define.
(TOLOWER): Define.
|
|
89f0bcab
|
1997-09-21T13:15:48
|
|
(IN_CTYPE_DOMAIN): Define.
(ISSPACE): Define.
(readname): Use ISSPACE, not isspace.
|
|
3f24e81a
|
1997-09-21T04:54:52
|
|
(libfu_a_SOURCES): Use hash.c, not oa-hash.c.
(noinst_HEADERS): Use hash.h, not oa-hash.h.
|
|
076487dd
|
1997-09-21T04:41:19
|
|
(hash_free_0): Remove prototype.
Move function to precede first use.
|
|
c3666f54
|
1997-09-20T19:38:29
|
|
(ZALLOC): Take Ht parameter instead of relying on one being in scope.
|
|
22a37aa3
|
1997-09-20T19:33:46
|
|
*** empty log message ***
|
|
de081c65
|
1997-09-20T19:33:05
|
|
*** empty log message ***
|
|
188544a4
|
1997-09-20T18:32:40
|
|
*** empty log message ***
|
|
f774d409
|
1997-09-17T17:06:52
|
|
.
|
|
25e82030
|
1997-09-17T17:06:26
|
|
use malloc, not xmalloc in obstack #define
use Uli's prime code, not near-prime
(hash_initialize): don't require prime table size as input
(hash_insert_if_absent): When rehashing, choose new size that is 2N+1, not 2N.
|
|
7d596c5b
|
1997-09-17T17:04:21
|
|
use HASH_H, not _hash_h_ in #ifndef
fix comment: hash_rehash does *not* use hash_key_freer
(HASH_INSERT_NEW_ITEM): Take new arg: Failp.
|
|
553bf6a0
|
1997-09-17T16:03:32
|
|
from ti/hdlsv
|
|
89b2adc0
|
1997-09-17T12:46:45
|
|
update from FSF .../copies
|
|
c322cab9
|
1997-09-15T14:03:35
|
|
.
|
|
66d38967
|
1997-09-15T13:26:09
|
|
declare malloc
|
|
6f68d6c8
|
1997-09-15T04:11:30
|
|
.
|
|
27cdfa27
|
1997-09-15T03:59:24
|
|
.
|
|
47a93f77
|
1997-09-15T03:20:53
|
|
.
|
|
48f55ca3
|
1997-09-15T03:19:52
|
|
(EXTRA_DIST): Add realloc.c.
|
|
f644468e
|
1997-09-14T03:36:38
|
|
(PARAMS): Define.
Guard prototype with PARAMS.
|
|
0e4bc4b3
|
1997-09-14T03:32:09
|
|
[HAVE_CONFIG_H]: Include config.h.
|
|
0741796c
|
1997-09-14T03:22:39
|
|
Use `1' not `+1' -- some compilers (sunos' cc) can't parse it.
|
|
26c04f08
|
1997-09-14T03:20:38
|
|
[HAVE_CONFIG_H]: Include config.h.
|
|
b29e6046
|
1997-09-14T03:12:35
|
|
Include config.h.
|
|
3a532f7f
|
1997-09-02T05:00:43
|
|
.
|
|
d8a2e4b7
|
1997-09-02T04:58:17
|
|
(EXTRA_DIST): Remove mvdir.c and rmdir.c.
Add lstat.c and stat.c.
|
|
3943165e
|
1997-09-02T04:57:10
|
|
.
|
|
a081977f
|
1997-09-02T02:15:10
|
|
update from libc
|
|
a0eead4f
|
1997-09-02T02:07:40
|
|
.
|
|
50eb86bb
|
1997-09-01T20:25:23
|
|
.
|
|
424d6866
|
1997-08-31T21:22:13
|
|
.
|
|
dac98a2f
|
1997-08-31T21:02:35
|
|
*** empty log message ***
|
|
0941f53a
|
1997-08-31T20:52:51
|
|
.
|
|
bafeab8e
|
1997-08-31T18:13:56
|
|
Ifdef out dcl of now-unused nogroup_alist.
|
|
8459376c
|
1997-08-31T15:28:07
|
|
.
|
|
a3316165
|
1997-08-31T15:21:13
|
|
.
|
|
cf10a561
|
1997-08-31T15:20:57
|
|
(libfu_a_SOURCES): Add oa-hash.c.
(noinst_HEADERS): Add oa-hash.h.
|
|
05fdbef0
|
1997-08-22T14:55:01
|
|
update from glibc
|
|
7dbf7b5a
|
1997-08-16T12:25:56
|
|
.
|
|
f8e6bdbf
|
1997-08-03T20:28:45
|
|
(mode_create_from_ref): Remove dcl of unused local, I.
|
|
7e9dbaf8
|
1997-07-29T03:03:49
|
|
(mode_create_from_ref): Don't use umask.
Don't use MODE_X_IF_ANY_X.
|
|
a44bdcc8
|
1997-07-26T02:55:14
|
|
replace with new version from libc
|
|
a8b5f7b7
|
1997-07-15T14:05:07
|
|
correct cpp-indentation
|
|
0615dbbd
|
1997-07-15T14:03:22
|
|
Merge with FSF.
|
|
5dea9f94
|
1997-07-13T13:31:30
|
|
don't include error.h.
|
|
b6406826
|
1997-07-13T03:55:38
|
|
(PARAMS): Update prototype.
(utmp_contents): Remove dcl.
|
|
7402d911
|
1997-07-13T03:54:00
|
|
(read_utmp): Take new params: count and buffer.
Return boolean indicating failure.
Now, caller must give diagnostic upon.
|
|
55b799ac
|
1997-07-13T02:54:48
|
|
.
|
|
df91a5f7
|
1997-07-09T18:02:07
|
|
(make_path): Chdir to `/' before starting if necessary.
Call save_cwd before while loop rather than from first iteration inside it.
|
|
0c7bebb2
|
1997-07-09T17:57:48
|
|
.
|
|
111767fd
|
1997-07-09T15:55:41
|
|
(strverscmp): Add `parenentheses around arithmetic in operand of |'
as suggested by gcc -Wall.
|
|
bf156c40
|
1997-07-09T15:42:54
|
|
indent
|
|
3ec28ba4
|
1997-07-09T15:33:27
|
|
fix typo in comment
|
|
20d41962
|
1997-07-09T15:31:29
|
|
.
|
|
5253e5dc
|
1997-07-09T14:00:27
|
|
Add comments.
|
|
68fa88b9
|
1997-07-06T21:28:04
|
|
(mode_create_from_ref): New function.
|
|
d260dd04
|
1997-07-06T21:27:44
|
|
(mode_create_from_ref): Add prototype.
(MODE_MASK_ALL): New define.
(MODE_BAD_REFERENCE): New define.
|
|
0933dc6d
|
1997-07-06T21:27:07
|
|
(getuidbyname): Declare parameter to be const.
(getgidbyname): Declare parameter to be const.
|
|
10866a45
|
1997-07-06T21:25:57
|
|
(noinst_HEADERS): Add strverscmp.h.
|
|
2e3b1846
|
1997-07-06T14:47:50
|
|
(libfu_a_SOURCES): Add strverscmp.c.
(noinst_HEADERS): Add strverscmp.h.
|
|
4bd2f49f
|
1997-07-06T13:50:29
|
|
(getuser): Return NULL (rather than stringified uid) upon lookup failure.
(getgroup): Likewise.
(getuidbyname) [NOT_USED]: #ifdef-out unused function.
(getgidbyname) [NOT_USED]: #ifdef-out unused function.
|
|
8e7d2081
|
1997-07-06T11:57:38
|
|
Change some #ifdef to #if.
Indent a cpp directive.
|
|
c897bea3
|
1997-07-01T11:50:39
|
|
(make_path): Reorder stat-then-mkdir-if-missing
calls so that mkdir is called first. Before make_path would first
`stat' a directory, then call mkdir if it didn't exist. But if
some other process created the directory between the stat & mkdir,
the mkdir would fail with EEXIST. Diagnosis and suggestion from
Greg McGary.
|