]> git.ipfire.org Git - thirdparty/gnulib.git/log
thirdparty/gnulib.git
27 years ago(get_date): Reuse tm_isdst of first localtime
Jim Meyering [Sun, 28 Mar 1999 20:58:51 +0000 (20:58 +0000)] 
(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.

27 years ago(mode_compile): Upon allocation failure, free
Jim Meyering [Sun, 28 Mar 1999 05:44:33 +0000 (05:44 +0000)] 
(mode_compile): Upon allocation failure, free
everything starting with the head, not the tail.

27 years ago.
Jim Meyering [Sat, 27 Mar 1999 23:08:02 +0000 (23:08 +0000)] 
.

27 years ago.
Jim Meyering [Fri, 26 Mar 1999 14:27:18 +0000 (14:27 +0000)] 
.

27 years ago.
Jim Meyering [Fri, 26 Mar 1999 04:23:01 +0000 (04:23 +0000)] 
.

27 years ago(libfu_a_SOURCES): Add version-etc.c.
Jim Meyering [Fri, 26 Mar 1999 04:20:23 +0000 (04:20 +0000)] 
(libfu_a_SOURCES): Add version-etc.c.
(noinst_HEADERS): Add version-etc.h.

27 years ago(parse_long_options): Remove version-, copyright-,
Jim Meyering [Fri, 26 Mar 1999 04:19:07 +0000 (04:19 +0000)] 
(parse_long_options): Remove version-, copyright-,
and author-printing code.  Do it via version_etc.

27 years ago*** empty log message ***
Jim Meyering [Fri, 26 Mar 1999 04:17:33 +0000 (04:17 +0000)] 
*** empty log message ***

27 years ago.
Jim Meyering [Sat, 20 Mar 1999 23:25:35 +0000 (23:25 +0000)] 
.

27 years ago.
Jim Meyering [Sat, 20 Mar 1999 23:24:55 +0000 (23:24 +0000)] 
.

27 years ago*** empty log message ***
Jim Meyering [Sat, 20 Mar 1999 23:24:23 +0000 (23:24 +0000)] 
*** empty log message ***

27 years agos/jm_WITH_REGEX/jm_INCLUDED_REGEX/
Jim Meyering [Sat, 20 Mar 1999 23:24:15 +0000 (23:24 +0000)] 
s/jm_WITH_REGEX/jm_INCLUDED_REGEX/

27 years ago*** empty log message ***
Jim Meyering [Sat, 20 Mar 1999 23:23:20 +0000 (23:23 +0000)] 
*** empty log message ***

27 years ago(jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
Jim Meyering [Sat, 20 Mar 1999 23:23:14 +0000 (23:23 +0000)] 
(jm_INCLUDED_REGEX): Rename from jm_WITH_REGEX.
Don't depend on AM_GLIBC.  Suggestions from Alain Magloire.

27 years ago*** empty log message ***
Jim Meyering [Sat, 20 Mar 1999 04:02:37 +0000 (04:02 +0000)] 
*** empty log message ***

27 years ago(jm_WINSIZE_IN_PTEM): New macro.
Jim Meyering [Sat, 20 Mar 1999 04:02:23 +0000 (04:02 +0000)] 
(jm_WINSIZE_IN_PTEM): New macro.

27 years ago.
Jim Meyering [Wed, 17 Mar 1999 21:16:01 +0000 (21:16 +0000)] 
.

27 years ago(is_prime): Return bool rather than int.
Jim Meyering [Wed, 17 Mar 1999 14:07:34 +0000 (14:07 +0000)] 
(is_prime): Return bool rather than int.

27 years agotweak comments
Jim Meyering [Mon, 15 Mar 1999 16:52:22 +0000 (16:52 +0000)] 
tweak comments
add curlies
use assert(0) in place of abort

27 years agoRevamp to allow fine-tuning to control when and by how
Jim Meyering [Mon, 15 Mar 1999 15:50:31 +0000 (15:50 +0000)] 
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.

27 years ago(struct hash_tuning): Define.
Jim Meyering [Mon, 15 Mar 1999 15:41:59 +0000 (15:41 +0000)] 
(struct hash_tuning): Define.
(struct hash_table) [tuning]: Add member.
(hash_initialize): Add `tuning' parameter.

27 years ago(hash_insert): Update prototype.
Jim Meyering [Mon, 15 Mar 1999 15:33:21 +0000 (15:33 +0000)] 
(hash_insert): Update prototype.

27 years ago(hash_insert): Remove last parameter and change semantics.
Jim Meyering [Mon, 15 Mar 1999 15:33:01 +0000 (15:33 +0000)] 
(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.

27 years ago*** empty log message ***
Jim Meyering [Sat, 13 Mar 1999 16:19:18 +0000 (16:19 +0000)] 
*** empty log message ***

27 years ago(base_name): If NAME is all slashes, return `/' (in
Jim Meyering [Sat, 13 Mar 1999 16:09:00 +0000 (16:09 +0000)] 
(base_name): If NAME is all slashes, return `/' (in
conformance with the single unix spec).  Reported by Peter Moulder.

27 years ago*** empty log message ***
Jim Meyering [Fri, 12 Mar 1999 15:11:29 +0000 (15:11 +0000)] 
*** empty log message ***

27 years agoUse AC_FUNC_SETVBUF_REVERSED.
Jim Meyering [Fri, 12 Mar 1999 15:11:06 +0000 (15:11 +0000)] 
Use AC_FUNC_SETVBUF_REVERSED.

27 years ago(canon_host): Don't use he->h_addr directly.
Jim Meyering [Wed, 10 Mar 1999 15:39:02 +0000 (15:39 +0000)] 
(canon_host): Don't use he->h_addr directly.
Based on a patch from Savochkin Andrey Vladimirovich.

27 years ago(getugroups): Take new parameter, gid.
Jim Meyering [Wed, 10 Mar 1999 15:35:47 +0000 (15:35 +0000)] 
(getugroups): Take new parameter, gid.
Add gid to the list of groups.
From Ulrich Drepper.

27 years agofix typo in comment.
Jim Meyering [Tue, 9 Mar 1999 18:53:54 +0000 (18:53 +0000)] 
fix typo in comment.

27 years agofix small thinko
Jim Meyering [Tue, 9 Mar 1999 16:10:30 +0000 (16:10 +0000)] 
fix small thinko

27 years ago(getugroups): Take new parameter, gid.
Jim Meyering [Tue, 9 Mar 1999 16:07:49 +0000 (16:07 +0000)] 
(getugroups): Take new parameter, gid.
Add gid to the list of groups.
From Ulrich Drepper.

27 years agoprotoize
Jim Meyering [Tue, 9 Mar 1999 16:07:16 +0000 (16:07 +0000)] 
protoize

27 years ago(xalloc_fail): Use "%s" format so the message doesn't
Jim Meyering [Mon, 8 Mar 1999 02:43:14 +0000 (02:43 +0000)] 
(xalloc_fail): Use "%s" format so the message doesn't
have to be scanned for % signs.  Suggestion from François Pinard.

27 years agorestore blank lines in --version output
Jim Meyering [Sun, 7 Mar 1999 17:48:10 +0000 (17:48 +0000)] 
restore blank lines in --version output

27 years ago*** empty log message ***
Jim Meyering [Sun, 7 Mar 1999 16:59:29 +0000 (16:59 +0000)] 
*** empty log message ***

27 years agoUse only those *_unlocked macros that are declared.
Jim Meyering [Sun, 7 Mar 1999 16:59:21 +0000 (16:59 +0000)] 
Use only those *_unlocked macros that are declared.

27 years ago(parse_long_options): Include `Copyright...' line in --version output.
Jim Meyering [Sun, 7 Mar 1999 16:43:15 +0000 (16:43 +0000)] 
(parse_long_options): Include `Copyright...' line in --version output.

27 years ago(parse_long_options): Add the `...NO warranty...' message.
Jim Meyering [Sun, 7 Mar 1999 15:53:20 +0000 (15:53 +0000)] 
(parse_long_options): Add the `...NO warranty...' message.

27 years ago.
Jim Meyering [Sat, 6 Mar 1999 22:00:09 +0000 (22:00 +0000)] 
.

27 years ago.
Jim Meyering [Sat, 6 Mar 1999 21:59:25 +0000 (21:59 +0000)] 
.

27 years agoUpdate prototype.
Jim Meyering [Thu, 4 Mar 1999 05:08:21 +0000 (05:08 +0000)] 
Update prototype.

27 years ago(_): Define it.
Jim Meyering [Thu, 4 Mar 1999 05:08:01 +0000 (05:08 +0000)] 
(_): Define it.
(parse_long_options): Accept new parameter, authors, and print it.

27 years ago(read_utmp) [HAVE_UTMPNAME]: Rewrite.
Jim Meyering [Tue, 2 Mar 1999 13:53:33 +0000 (13:53 +0000)] 
(read_utmp) [HAVE_UTMPNAME]: Rewrite.

27 years ago<alloca.h>: Include if HAVE_ALLOCA_H, not FORCE_ALLOCA_H.
Jim Meyering [Fri, 19 Feb 1999 07:31:48 +0000 (07:31 +0000)] 
<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.

27 years ago*** empty log message ***
Jim Meyering [Wed, 17 Feb 1999 20:12:20 +0000 (20:12 +0000)] 
*** empty log message ***

27 years ago(AM_GNU_GETTEXT): Do `changequote' around use of brackets
Jim Meyering [Wed, 17 Feb 1999 20:12:10 +0000 (20:12 +0000)] 
(AM_GNU_GETTEXT): Do `changequote' around use of brackets
in macro definition.  From Eli Zaretskii and Alain Magloire.

27 years agotweak comment
Jim Meyering [Wed, 17 Feb 1999 14:58:41 +0000 (14:58 +0000)] 
tweak comment

27 years agonew version from Uli
Jim Meyering [Tue, 16 Feb 1999 21:35:48 +0000 (21:35 +0000)] 
new version from Uli

27 years ago.
Jim Meyering [Sun, 14 Feb 1999 16:49:44 +0000 (16:49 +0000)] 
.

27 years agoDon't include stdio.h.
Jim Meyering [Mon, 8 Feb 1999 03:32:38 +0000 (03:32 +0000)] 
Don't include stdio.h.

27 years agoInclude stdio.h.
Jim Meyering [Mon, 8 Feb 1999 03:32:06 +0000 (03:32 +0000)] 
Include stdio.h.

27 years ago*** empty log message *** SH-UTILS-1_16f
Jim Meyering [Mon, 8 Feb 1999 00:00:44 +0000 (00:00 +0000)] 
*** empty log message ***

27 years ago. TEXTUTILS-1_22h
Jim Meyering [Sun, 7 Feb 1999 16:35:30 +0000 (16:35 +0000)] 
.

27 years agoNew file -- extracted from sh-utils' configure.in.
Jim Meyering [Sun, 7 Feb 1999 14:24:08 +0000 (14:24 +0000)] 
New file -- extracted from sh-utils' configure.in.

27 years ago*** empty log message ***
Jim Meyering [Sun, 7 Feb 1999 13:49:07 +0000 (13:49 +0000)] 
*** empty log message ***

27 years agoSupport DOS-style d:/foo/bar absolute file names.
Jim Meyering [Sun, 7 Feb 1999 13:41:27 +0000 (13:41 +0000)] 
Support DOS-style d:/foo/bar absolute file names.
From Eli Zaretskii.

27 years agoUse AC_SUBST(LIBOBJS) since we set LIBOBJS.
Jim Meyering [Sun, 7 Feb 1999 05:37:39 +0000 (05:37 +0000)] 
Use AC_SUBST(LIBOBJS) since we set LIBOBJS.

27 years ago*** empty log message ***
Jim Meyering [Sun, 7 Feb 1999 05:32:49 +0000 (05:32 +0000)] 
*** empty log message ***

27 years agoUse .$ac_objext, not .o
Jim Meyering [Sun, 7 Feb 1999 05:27:24 +0000 (05:27 +0000)] 
Use .$ac_objext, not .o

27 years ago.
Jim Meyering [Sun, 7 Feb 1999 05:24:19 +0000 (05:24 +0000)] 
.

27 years ago*** empty log message ***
Jim Meyering [Sun, 7 Feb 1999 05:24:15 +0000 (05:24 +0000)] 
*** empty log message ***

27 years agoActually invoke jm_WITH_REGEX now that it requires an argument.
Jim Meyering [Sun, 7 Feb 1999 05:23:27 +0000 (05:23 +0000)] 
Actually invoke jm_WITH_REGEX now that it requires an argument.

27 years agoAdd a run-time Test for proper operation of re_compile_pattern.
Jim Meyering [Sun, 7 Feb 1999 05:20:23 +0000 (05:20 +0000)] 
Add a run-time Test for proper operation of re_compile_pattern.

27 years ago(ftypelet): Handle doors.
Jim Meyering [Wed, 3 Feb 1999 05:15:07 +0000 (05:15 +0000)] 
(ftypelet): Handle doors.
(S_ISDOOR): Define if missing.

27 years ago(STRXCASECMP_FUNCTION): Don't increment within macro argument list.
Jim Meyering [Mon, 1 Feb 1999 13:50:12 +0000 (13:50 +0000)] 
(STRXCASECMP_FUNCTION): Don't increment within macro argument list.
From Akim Demaille.

27 years ago.
Jim Meyering [Sun, 31 Jan 1999 17:13:53 +0000 (17:13 +0000)] 
.

27 years agoInclude locale.h.
Jim Meyering [Sun, 31 Jan 1999 16:54:00 +0000 (16:54 +0000)] 
Include locale.h.
[!HAVE_SETLOCALE]: Define-away setlocale.
(getloadavg): Ensure the sscanf of /proc/getloadavg data uses the
`C' numeric locale.  Restore afterwards.

27 years ago*** empty log message ***
Jim Meyering [Sun, 31 Jan 1999 16:23:10 +0000 (16:23 +0000)] 
*** empty log message ***

27 years agoCheck for locale.h and the function, setlocale.
Jim Meyering [Sun, 31 Jan 1999 16:22:58 +0000 (16:22 +0000)] 
Check for locale.h and the function, setlocale.

27 years agoProtoize.
Jim Meyering [Sun, 31 Jan 1999 15:28:48 +0000 (15:28 +0000)] 
Protoize.

27 years agoDeclare chown manually.
Jim Meyering [Sun, 31 Jan 1999 14:46:08 +0000 (14:46 +0000)] 
Declare chown manually.

27 years ago.
Jim Meyering [Sun, 31 Jan 1999 05:39:01 +0000 (05:39 +0000)] 
.

27 years ago*** empty log message ***
Jim Meyering [Sun, 31 Jan 1999 05:29:41 +0000 (05:29 +0000)] 
*** empty log message ***

27 years agoUse 3-arg form of AC_DEFINE.
Jim Meyering [Sun, 31 Jan 1999 05:29:34 +0000 (05:29 +0000)] 
Use 3-arg form of AC_DEFINE.

27 years ago*** empty log message ***
Jim Meyering [Sun, 31 Jan 1999 05:10:23 +0000 (05:10 +0000)] 
*** empty log message ***

27 years ago.
Jim Meyering [Sun, 31 Jan 1999 05:07:11 +0000 (05:07 +0000)] 
.

27 years agoMake this a wrapper around the official AM_FUNC_MKTIME
Jim Meyering [Sun, 31 Jan 1999 05:06:51 +0000 (05:06 +0000)] 
Make this a wrapper around the official AM_FUNC_MKTIME
rather than my private copy, now that the official one is up to date.

27 years agouse AC_DEFINE_UNQUOTED, now
Jim Meyering [Sat, 30 Jan 1999 14:20:15 +0000 (14:20 +0000)] 
use AC_DEFINE_UNQUOTED, now

27 years ago*** empty log message ***
Jim Meyering [Sat, 30 Jan 1999 13:51:20 +0000 (13:51 +0000)] 
*** empty log message ***

27 years agoUse 3-arg form of AC_DEFINE.
Jim Meyering [Sat, 30 Jan 1999 13:50:58 +0000 (13:50 +0000)] 
Use 3-arg form of AC_DEFINE.

27 years agoUse 3-arg form of AC_DEFINE.
Jim Meyering [Sat, 30 Jan 1999 13:38:57 +0000 (13:38 +0000)] 
Use 3-arg form of AC_DEFINE.

27 years ago*** empty log message ***
Jim Meyering [Sat, 30 Jan 1999 05:35:42 +0000 (05:35 +0000)] 
*** empty log message ***

27 years agouse 3-arg form of AC_DEFINE_UNQUOTED
Jim Meyering [Sat, 30 Jan 1999 05:35:10 +0000 (05:35 +0000)] 
use 3-arg form of AC_DEFINE_UNQUOTED

27 years agorequire 2.13
Jim Meyering [Sat, 30 Jan 1999 04:51:49 +0000 (04:51 +0000)] 
require 2.13

27 years ago.
Jim Meyering [Fri, 29 Jan 1999 13:45:25 +0000 (13:45 +0000)] 
.

27 years ago*** empty log message ***
Jim Meyering [Fri, 29 Jan 1999 05:07:30 +0000 (05:07 +0000)] 
*** empty log message ***

27 years ago.
Jim Meyering [Fri, 29 Jan 1999 05:06:23 +0000 (05:06 +0000)] 
.

27 years ago*** empty log message ***
Jim Meyering [Fri, 29 Jan 1999 05:06:03 +0000 (05:06 +0000)] 
*** empty log message ***

27 years agoUse the 3-argument forms of AC_DEFINE* macros.
Jim Meyering [Fri, 29 Jan 1999 05:05:56 +0000 (05:05 +0000)] 
Use the 3-argument forms of AC_DEFINE* macros.

27 years agoUse jm_AFS.
Jim Meyering [Fri, 29 Jan 1999 05:03:30 +0000 (05:03 +0000)] 
Use jm_AFS.

27 years ago*** empty log message ***
Jim Meyering [Fri, 29 Jan 1999 05:00:35 +0000 (05:00 +0000)] 
*** empty log message ***

27 years ago(ARRAY_CARDINALITY): Define.
Jim Meyering [Mon, 25 Jan 1999 14:52:13 +0000 (14:52 +0000)] 
(ARRAY_CARDINALITY): Define.
(ARGMATCH_ASSERT): New macro.

27 years ago.
Jim Meyering [Mon, 25 Jan 1999 14:09:45 +0000 (14:09 +0000)] 
.

27 years ago(program_name): Remove dcl.
Jim Meyering [Mon, 25 Jan 1999 14:08:04 +0000 (14:08 +0000)] 
(program_name): Remove dcl.
Include error.h.
(argmatch_invalid): Use error rather than fprintf.

27 years agotweak comment
Jim Meyering [Mon, 25 Jan 1999 13:59:34 +0000 (13:59 +0000)] 
tweak comment

27 years agotweak comment
Jim Meyering [Mon, 25 Jan 1999 13:58:34 +0000 (13:58 +0000)] 
tweak comment

27 years agotweak comment
Jim Meyering [Mon, 25 Jan 1999 13:54:30 +0000 (13:54 +0000)] 
tweak comment

27 years ago(quotearg_n_options): Revert type of parameter `n'
Jim Meyering [Mon, 25 Jan 1999 00:17:22 +0000 (00:17 +0000)] 
(quotearg_n_options): Revert type of parameter `n'
(and hence that of the local `n1', too) to `int' at Paul's request.

27 years agoAdd comments.
Jim Meyering [Mon, 25 Jan 1999 00:13:36 +0000 (00:13 +0000)] 
Add comments.