|
db786387
|
1999-04-24T12:57:43
|
|
.
|
|
9322c078
|
1999-04-22T14:35:59
|
|
Guard strong_alias and weak_alias with #ifdef _LIBC.
|
|
a8edca6c
|
1999-04-21T23:17:13
|
|
.
|
|
9ca3e52e
|
1999-04-21T04:30:22
|
|
.
|
|
901a28d6
|
1999-04-21T04:30:22
|
|
.
|
|
5cda9cf9
|
1999-04-21T04:28:36
|
|
Remove the temporary strtoumax replacement;
we now have a true replacement in strtoumax.c.
(__strtol): Always define to strtoumax.
(<stdlib.h>): No need to include.
(PARAMS): Remove.
(my_strtoumax): Move this to strtoumax.c,
rename it to strtoumax, and simplify.
|
|
333f20ca
|
1999-04-21T04:27:24
|
|
Update to glibc 2.1.1 version.
|
|
59660f86
|
1999-04-21T04:24:39
|
|
.
|
|
2d9efd0e
|
1999-04-21T04:22:15
|
|
*** empty log message ***
|
|
df088c5d
|
1999-04-21T04:21:50
|
|
*** empty log message ***
|
|
7ec9b63b
|
1999-04-21T04:21:44
|
|
(jm_CHECK_ALL_TYPES): Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
|
|
d0323184
|
1999-04-21T04:14:59
|
|
(AC_CHECK_FUNCS): Remove strtoull, strtoumax, strtouq.
|
|
a1339075
|
1999-04-21T04:04:20
|
|
*** empty log message ***
|
|
21da74cf
|
1999-04-21T04:04:04
|
|
(jm_AC_TYPE_UINTMAX_T): Move unsigned long
long check into new jm_AC_TYPE_UNSIGNED_LONG_LONG macro.
|
|
3932f7da
|
1999-04-21T04:00:38
|
|
Require jm_AC_TYPE_UNSIGNED_LONG_LONG.
Replace xstroull if necessary.
|
|
5ee53774
|
1999-04-21T03:58:57
|
|
*** empty log message ***
|
|
842f1922
|
1999-04-21T02:29:50
|
|
.
|
|
2993dbda
|
1999-04-21T02:21:57
|
|
*** empty log message ***
|
|
47d29a60
|
1999-04-21T02:21:47
|
|
Port to AIX and HP-UX. Support cross-compilation.
|
|
93627d90
|
1999-04-20T13:24:14
|
|
(my_strtoumax): Fix typo in computing
whether overflow occurred. Improve overflow-detection to use
only one conditional branch total, rather than 2N+1
conditional branches for an N-digit number.
|
|
c28aeded
|
1999-04-19T04:20:57
|
|
.
|
|
fc3d57a3
|
1999-04-19T02:54:48
|
|
Require jm_AC_PREREQ_XSTRTOUMAX.
|
|
23a921a8
|
1999-04-19T02:53:36
|
|
*** empty log message ***
|
|
b994e6a2
|
1999-04-19T02:42:58
|
|
.
|
|
953ff42a
|
1999-04-19T00:20:36
|
|
*** empty log message ***
|
|
7cc21036
|
1999-04-18T23:18:32
|
|
Include xstrtol.h, not xstrtoul.h, since xstrtol.h now defines all the
xstrto... functions.
|
|
224dcca3
|
1999-04-18T23:17:30
|
|
<stdlib.h>: Include if HAVE_STDLIB_H, since bison 1.27 invokes "free".
(LookupWord, yylex): Don't pass negative char to ctype macros.
|
|
34e6caa6
|
1999-04-18T23:17:05
|
|
(xalloc_fail): Pass xalloc_msg_memory_exhausted through gettext.
|
|
48eedd56
|
1999-04-18T23:16:49
|
|
(libfu_a_SOURCES): Add xstrtoumax.c.
(noinst_HEADERS): Remove xstrtoul.h.
|
|
c35eaf64
|
1999-04-18T23:16:23
|
|
(__xstrtol, __strtol, __unsigned): Remove macro decls.
<inttypes.h>: Include if HAVE_INTTYPES_H.
(_DECLARE_XSTRTOL): New macro.
(xstrtol, xstrtoul, xstrtoumax): Declare all three functions, so that
we need only one include file, not three.
(_STRTOL_ERROR): Do not undef, as this is no longer needed.
Reword overflow message so that it's independent of type.
|
|
c52f4d0c
|
1999-04-18T23:15:34
|
|
(__strtol, __strtol_t, __xstrtol):
New macros to specify the
underlying function, its returned type, and our function. Default to
values suitable for xstrtol.
Include <ctype.h>, since we use its macros.
(ULONG_MAX, LONG_MAX, ISBLANK): Remove: no longer needed.
(ISSPACE): New macro.
(bkm_scale, bkm_scale_by_power, __xstrtol, main): __unsigned long int
-> __strtol_t.
(__xstrtol): Depend on whether __strtol_t is an unsigned type, not on
whether STRING_TO_UNSIGNED is defined. Skip isspace chars, not
isblank chars, to match strtol. When returning
LONGINT_INVALID_SUFFIX_CHAR, store the value that we computed into
*val.
|
|
a49ce973
|
1999-04-18T23:15:02
|
|
(STRING_TO_UNSIGNED): Remove.
(__strtol, __strtol_t, __xstrtol): New macros.
|
|
20f509fc
|
1999-04-15T14:09:04
|
|
.
|
|
dc60b429
|
1999-04-11T13:25:52
|
|
(readtoken, readtokens): Protoize.
|
|
2a2630ca
|
1999-04-07T17:43:36
|
|
(difftm): Protoize.
|
|
a3134787
|
1999-04-07T17:41:57
|
|
.
|
|
6dca64d7
|
1999-04-06T14:22:06
|
|
Update from master source in libc, removing %f.
|
|
933bee18
|
1999-04-06T14:15:04
|
|
*** empty log message ***
|
|
4ae82bdb
|
1999-04-06T14:14:58
|
|
Remove test for %f.
|
|
9ab56599
|
1999-04-04T14:30:30
|
|
fix comments
add FIXME
|
|
b64db151
|
1999-03-31T15:21:00
|
|
.
|
|
143e3054
|
1999-03-30T04:52:57
|
|
.
|
|
23f5c010
|
1999-03-30T04:51:08
|
|
(make_node_op_equals): New function.
(mode_append_entry): Likewise.
(mode_compile): When none of [ugoa] is specified in an `=OP' change
mode request, insert a `=0' entry into the linked list so that all
bits are cleared first. Use the new functions.
|
|
f77f4c44
|
1999-03-30T04:48:41
|
|
(rmdir): Use pid_t instead of int; check status
against zero. This is to improve portability.
|
|
6d18b595
|
1999-03-30T04:48:17
|
|
(rename): Use pid_t instead of int; check status
against zero. This is to improve portability.
|
|
0bb0c42b
|
1999-03-30T04:47:52
|
|
(mkdir): Use pid_t instead of int; check status
against zero. This is to improve portability.
|
|
1e698157
|
1999-03-30T04:36:00
|
|
*** empty log message ***
|
|
22ba35db
|
1999-03-30T04:29:19
|
|
(jm_CHECK_ALL_TYPES): New macro.
|
|
0cb374d8
|
1999-03-29T04:39:56
|
|
*** empty log message ***
|
|
f791f405
|
1999-03-29T04:39:50
|
|
Define GNU_PACKAGE here.
Be sure to AC_SUBST it, once again, so that @GNU_PACKAGE@ is
replaced e.g., in the *.sh files of the sh-utils.
|
|
dc062ad0
|
1999-03-28T20:58:51
|
|
(get_date): Reuse tm_isdst of first localtime
call; this is an improvement on a bug fix suggested by
martin@dresden.nacamar.de. Do not assume that localtime and
gmtime return non-null.
From Paul Eggert.
|
|
833b6069
|
1999-03-28T05:44:33
|
|
(mode_compile): Upon allocation failure, free
everything starting with the head, not the tail.
|
|
98df4734
|
1999-03-27T23:08:02
|
|
.
|
|
cc325a94
|
1999-03-26T14:27:18
|
|
.
|
|
d7fb9eaa
|
1999-03-26T04:23:01
|
|
.
|
|
2d128598
|
1999-03-26T04:20:23
|
|
(libfu_a_SOURCES): Add version-etc.c.
(noinst_HEADERS): Add version-etc.h.
|
|
bda142ee
|
1999-03-26T04:19:07
|
|
(parse_long_options): Remove version-, copyright-,
and author-printing code. Do it via version_etc.
|
|
acca1028
|
1999-03-26T04:17:33
|
|
*** empty log message ***
|
|
14b8e070
|
1999-03-20T23:25:35
|
|
.
|
|
096dd074
|
1999-03-20T23:24:55
|
|
.
|
|
b6bb1059
|
1999-03-20T23:24:23
|
|
*** empty log message ***
|
|
3952d352
|
1999-03-20T23:24:15
|
|
s/jm_WITH_REGEX/jm_INCLUDED_REGEX/
|
|
87715599
|
1999-03-20T23:23:20
|
|
*** empty log message ***
|
|
a24cd80c
|
1999-03-20T23:23:14
|
|
(jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
Don't depend on AM_GLIBC. Suggestions from Alain Magloire.
|
|
8635f053
|
1999-03-20T04:02:37
|
|
*** empty log message ***
|
|
99f2780e
|
1999-03-20T04:02:23
|
|
(jm_WINSIZE_IN_PTEM): New macro.
|
|
d37d2439
|
1999-03-17T21:16:01
|
|
.
|
|
b6044c6a
|
1999-03-17T14:07:34
|
|
(is_prime): Return bool rather than int.
|
|
9166d49f
|
1999-03-15T16:52:22
|
|
tweak comments
add curlies
use assert(0) in place of abort
|
|
6ad0acb4
|
1999-03-15T15:50:31
|
|
Revamp to allow fine-tuning to control when and by how
much the table grows and shrinks.
(next_prime): Don't assert.
(hash_reset_tuning): New function.
(check_tuning): New function.
(hash_initialize): Accept and use new tuning parameter.
(hash_rehash): Rewrite, updating for tuning.
(hash_insert): Honor tuning semantics.
(hash_delete): Likewise.
From François Pinard.
|
|
cac600a7
|
1999-03-15T15:41:59
|
|
(struct hash_tuning): Define.
(struct hash_table) [tuning]: Add member.
(hash_initialize): Add `tuning' parameter.
|
|
b6e565ac
|
1999-03-15T15:33:21
|
|
(hash_insert): Update prototype.
|
|
21382cf3
|
1999-03-15T15:33:01
|
|
(hash_insert): Remove last parameter and change semantics.
(hash_insert): Don't increment n_entries unconditionally --
otherwise, we'd do so even when the insertion failed.
From François Pinard.
|
|
cd988caa
|
1999-03-13T16:19:18
|
|
*** empty log message ***
|
|
19a0a43a
|
1999-03-13T16:09:00
|
|
(base_name): If NAME is all slashes, return `/' (in
conformance with the single unix spec). Reported by Peter Moulder.
|
|
33dfc1e8
|
1999-03-12T15:11:29
|
|
*** empty log message ***
|
|
6a95632b
|
1999-03-12T15:11:06
|
|
Use AC_FUNC_SETVBUF_REVERSED.
|
|
47dfd672
|
1999-03-10T15:39:02
|
|
(canon_host): Don't use he->h_addr directly.
Based on a patch from Savochkin Andrey Vladimirovich.
|
|
4527d5ce
|
1999-03-10T15:35:47
|
|
(getugroups): Take new parameter, gid.
Add gid to the list of groups.
From Ulrich Drepper.
|
|
7cb0d126
|
1999-03-09T18:53:54
|
|
fix typo in comment.
|
|
b7b9b901
|
1999-03-09T16:10:30
|
|
fix small thinko
|
|
1ef07171
|
1999-03-09T16:07:49
|
|
(getugroups): Take new parameter, gid.
Add gid to the list of groups.
From Ulrich Drepper.
|
|
a52b3661
|
1999-03-09T16:07:16
|
|
protoize
|
|
c073723b
|
1999-03-08T02:43:14
|
|
(xalloc_fail): Use "%s" format so the message doesn't
have to be scanned for % signs. Suggestion from François Pinard.
|
|
84015099
|
1999-03-07T17:48:10
|
|
restore blank lines in --version output
|
|
d7ce11e6
|
1999-03-07T16:59:29
|
|
*** empty log message ***
|
|
1840ed72
|
1999-03-07T16:59:21
|
|
Use only those *_unlocked macros that are declared.
|
|
83af9954
|
1999-03-07T16:43:15
|
|
(parse_long_options): Include `Copyright...' line in --version output.
|
|
ebe0827f
|
1999-03-07T15:53:20
|
|
(parse_long_options): Add the `...NO warranty...' message.
|
|
e29fbaee
|
1999-03-06T22:00:09
|
|
.
|
|
9d9f319d
|
1999-03-06T21:59:25
|
|
.
|
|
1d594fbf
|
1999-03-04T05:08:21
|
|
Update prototype.
|
|
b18bd420
|
1999-03-04T05:08:01
|
|
(_): Define it.
(parse_long_options): Accept new parameter, authors, and print it.
|
|
e62fae45
|
1999-03-02T13:53:33
|
|
(read_utmp) [HAVE_UTMPNAME]: Rewrite.
|
|
f4e36b57
|
1999-02-19T07:31:48
|
|
<alloca.h>: Include if HAVE_ALLOCA_H, not FORCE_ALLOCA_H.
The FORCE_ALLOCA_H was a relic of the bad old pre-autoconf Emacs days.
|
|
961c6879
|
1999-02-17T20:12:20
|
|
*** empty log message ***
|
|
03c9e308
|
1999-02-17T20:12:10
|
|
(AM_GNU_GETTEXT): Do `changequote' around use of brackets
in macro definition. From Eli Zaretskii and Alain Magloire.
|
|
b0aca2f6
|
1999-02-17T14:58:41
|
|
tweak comment
|
|
f979eb04
|
1999-02-16T21:35:48
|
|
new version from Uli
|
|
5707c174
|
1999-02-14T16:49:44
|
|
.
|