gnulib.git
16 years ago* lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
Paul Eggert [Sat, 23 Jun 2007 19:47:10 +0000 (19:47 +0000)]
* lib/time_.h: Port to Solaris 8 with Sun Studio 11, using a
method that I hope also handles the double-include problem noted
by Bruno Haible in
<http://lists.gnu.org/archive/html/bug-gnulib/2007-05/msg00186.html>.

16 years agoDon't let the 'mostlyclean' target fail because of a nonempty directory.
Bruno Haible [Sat, 23 Jun 2007 19:21:30 +0000 (19:21 +0000)]
Don't let the 'mostlyclean' target fail because of a nonempty directory.

16 years agoUntabify.
Bruno Haible [Sat, 23 Jun 2007 12:37:29 +0000 (12:37 +0000)]
Untabify.

16 years agoMake use of ksh's 'print' built-in.
Bruno Haible [Sat, 23 Jun 2007 11:20:11 +0000 (11:20 +0000)]
Make use of ksh's 'print' built-in.

16 years agoTweak comment.
Bruno Haible [Sat, 23 Jun 2007 10:14:04 +0000 (10:14 +0000)]
Tweak comment.

16 years agoAdd better support for bash versions < 2.04.
Bruno Haible [Sat, 23 Jun 2007 09:52:08 +0000 (09:52 +0000)]
Add better support for bash versions < 2.04.

16 years ago* gnulib-tool (IFS): Initialize early, so we don't set it to
Ralf Wildenhues [Sat, 23 Jun 2007 07:40:57 +0000 (07:40 +0000)]
* gnulib-tool (IFS): Initialize early, so we don't set it to
empty later.
(self_abspathname): Rewrite algorithm to set it, reindent.
(func_emit_lib_Makefile_am, func_emit_tests_Makefile_am)
(func_create_megatestdir): Merge some sed scripts.

16 years ago* m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
Paul Eggert [Sat, 23 Jun 2007 07:17:49 +0000 (07:17 +0000)]
* m4/include_next.m4 (gl_CHECK_NEXT_HEADERS): Check some typos
exposed by Sun Studio 11 cc on Solaris 8.

16 years agoEnsure a POSIX:2001 compliant 'echo' command.
Bruno Haible [Sat, 23 Jun 2007 02:02:46 +0000 (02:02 +0000)]
Ensure a POSIX:2001 compliant 'echo' command.

16 years agoTest for the 'echo' command from gnulib-tool.
Bruno Haible [Sat, 23 Jun 2007 02:02:04 +0000 (02:02 +0000)]
Test for the 'echo' command from gnulib-tool.

16 years ago* gnulib-tool (func_add_or_update, func_create_testdir): Do not
Ralf Wildenhues [Fri, 22 Jun 2007 18:16:39 +0000 (18:16 +0000)]
* gnulib-tool (func_add_or_update, func_create_testdir): Do not
simplify `sed_replace_build_aux' scripts, they are portable but
echoing them with `echo' is not.
Report and analysis by Fernando Ferreira <fernando.prog@netcabo.pt>.

16 years ago(until_short): Remove `inline' qualifier.
Sergey Poznyakoff [Fri, 22 Jun 2007 15:30:37 +0000 (15:30 +0000)]
(until_short): Remove `inline' qualifier.
Otherwise, passing function as argument to `hol_entry_first_short'
fails on some systems.

16 years agoskip licenses in srclist for now
Karl Berry [Thu, 21 Jun 2007 18:41:50 +0000 (18:41 +0000)]
skip licenses in srclist for now

16 years ago* m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
Paul Eggert [Thu, 21 Jun 2007 17:08:44 +0000 (17:08 +0000)]
* m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
* m4/iconv_h.m4 (gl_ICONV_H): Likewise.
* m4/locale_h.m4 (gl_LOCALE_H): Likewise.
* m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
* m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
* m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
* m4/sysexits.m4 (gl_SYSEXITS): Likewise.
SCALAR(0x828a248)
* lib/dirent_.h: Likewise.
* lib/iconv_.h: Likewise.
* lib/locale_.h: Likewise.
* lib/netinet_in_.h: Likewise.
* lib/sys_select_.h: Likewise.
* lib/sys_socket_.h: Likewise.
* lib/sysexits_.h: Likewise.
* modules/fchdir: Likewise.
* modules/iconv_open: Likewise.
* modules/locale: Likewise.
* modules/netinet_in: Likewise.
* modules/sys_select: Likewise.
* modules/sys_socket: Likewise.
* modules/sysexits: Likewise.

16 years agoFix typo in yesterday's log.
Paul Eggert [Thu, 21 Jun 2007 08:22:14 +0000 (08:22 +0000)]
Fix typo in yesterday's log.

16 years ago* MODULES.html.sh: Add include_next.
Paul Eggert [Thu, 21 Jun 2007 08:21:18 +0000 (08:21 +0000)]
* MODULES.html.sh: Add include_next.
* modules/include_next: New file.

16 years ago* m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
Paul Eggert [Thu, 21 Jun 2007 04:39:09 +0000 (04:39 +0000)]
* m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
INCLUDE_NEXT.
(gl_CHECK_NEXT_HEADERS): New macro.
* m4/fcntl_h.m4 (gl_FCNTL_H): use gl_CHECK_NEXT_HEADERS instead of
the obsolescent gl_ABSOLUTE_HEADER.
* m4/float_h.m4 (gl_FLOAT_H): Likewise.
* m4/inttypes.m4 (gl_INTTYPES_H): Likewise.
* m4/math_h.m4 (gl_MATH_H): Likewise.
* m4/search_h.m4 (gl_SEARCH_H): Likewise.
* m4/signal_h.m4 (gl_SIGNAL_H): Likewise.
* m4/stdint.m4 (gl_STDINT_H): Likewise.
* m4/stdio_h.m4 (gl_STDIO_H): Likewise.
* m4/stdlib_h.m4 (gl_STDLIB_H): Likewise.
* m4/string_h.m4 (gl_HEADER_STRING_H_BODY): Likewise.
* m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Likewise.
* m4/sys_time_h.m4 (gl_HEADER_SYS_TIME_H_BODY): Likewise.
* m4/time_h.m4 (gl_HEADER_TIME_H_BODY): Likewise.
* m4/unistd_h.m4 (gl_UNISTD_H): Likewise.
* m4/wchar.m4 (gl_WCHAR_H): Likewise.
* m4/wctype.m4 (gl_WCTYPE_H): Likewise.
* m4/inttypes.m4 (gl_INTTYPES_H): Define
_GL_JUST_INCLUDE_SYSTEM_INTTYPES_H to avoid the problem of unclean
builds, since ABSOLUTE_INTTYPES_H is no longer being defined.
* m4/stdint.m4 (gl_STDINT_H): Likewise, for
_GL_JUST_INCLUDE_SYSTEM_STDINT_H.
* lib/fcntl_.h: Use @INCLUDE_NEXT@ @NEXT_foo_H@
rather than @HAVE_INCLUDE_NEXT@ and @ABSOLUTE_foo_H@.
* lib/float_.h: Likewise.
* lib/inttypes_.h: Likewise.
* lib/math_.h: Likewise.
* lib/search_.h: Likewise.
* lib/signal_.h: Likewise.
* lib/stdint_.h: Likewise.
* lib/stdio_.h: Likewise.
* lib/stdlib_.h: Likewise.
* lib/string_.h: Likewise.
* lib/sys_stat_.h: Likewise.
* lib/sys_time_.h: Likewise.
* lib/time_.h: Likewise.
* lib/unistd_.h: Likewise.
* lib/wchar_.h: Likewise.
* lib/wctype_.h: Likewise.
* modules/fcntl (Depends-on): Depend on absolute-header, not
include_next.
(Makefile): Substitute INCLUDE_NEXT and NEXT_foo_H, not
HAVE_INCLUDE_NEXT and ABSOLUTE_foo_H.
* modules/float: Likewise.
* modules/inttypes: Likewise.
* modules/math: Likewise.
* modules/search: Likewise.
* modules/signal: Likewise.
* modules/stdint: Likewise.
* modules/stdio: Likewise.
* modules/stdlib: Likewise.
* modules/string: Likewise.
* modules/sys_stat: Likewise.
* modules/sys_time: Likewise.
* modules/time: Likewise.
* modules/unistd: Likewise.
* modules/wchar: Likewise.
* modules/wctype: Likewise.
* modules/sys_stat: Change maintainer to "all".
* modules/unistd: Likewise.

16 years agoupdate from texinfo
Karl Berry [Wed, 20 Jun 2007 20:28:21 +0000 (20:28 +0000)]
update from texinfo

16 years agotrack www changes in license files
Karl Berry [Wed, 20 Jun 2007 13:52:28 +0000 (13:52 +0000)]
track www changes in license files

16 years agoUpdate
Sergey Poznyakoff [Wed, 20 Jun 2007 11:56:46 +0000 (11:56 +0000)]
Update

16 years agoRemove stray dot; Make sure build_aux settings are honored when linking gnulib_extra_...
Sergey Poznyakoff [Wed, 20 Jun 2007 11:56:14 +0000 (11:56 +0000)]
Remove stray dot; Make sure build_aux settings are honored when linking gnulib_extra_files

16 years ago* modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
Eric Blake [Tue, 19 Jun 2007 13:00:19 +0000 (13:00 +0000)]
* modules/canonicalize-lgpl-tests (test_canonicalize_lgpl_LDADD):
Allow compilation on cygwin.

16 years agoxreadlink-with-size: Remove module. No longer used.
Jim Meyering [Tue, 19 Jun 2007 06:43:37 +0000 (06:43 +0000)]
xreadlink-with-size: Remove module.  No longer used.
Ex-callers now use xreadlink or mreadlink-with-size.
* modules/xreadlink-with-size: Remove module.
* lib/xreadlink-with-size.c: Remove file.
* lib/xreadlink.h (xreadlink_with_size): Remove prototype.
(xreadlink): Remove inaccurate comment.  The one in xreadlink.c,
just before the function definition *is* accurate.

16 years agoEliminate one way canonicalize_filename_mode could exit.
Jim Meyering [Tue, 19 Jun 2007 06:13:40 +0000 (06:13 +0000)]
Eliminate one way canonicalize_filename_mode could exit.
* lib/canonicalize.c (canonicalize_filename_mode):
Use mreadlink_with_size, not xreadlink_with_size.

16 years agoDetect porting problems to FreeBSD/arm, which has time_t wider than
Paul Eggert [Mon, 18 Jun 2007 23:09:12 +0000 (23:09 +0000)]
Detect porting problems to FreeBSD/arm, which has time_t wider than
long int.  Original problem reported for GNU diff by Xin Li in
<http://lists.gnu.org/archive/html/bug-gnu-utils/2007-06/msg00091.html>.
* modules/getdate (Depends-on): Add intprops, verify.
* lib/getdate.y: Include intprops.h, verify.h.  Verify that time_t
is an integer type no wider than long int.

16 years agoNew module: mreadlink-with-size.
Jim Meyering [Mon, 18 Jun 2007 12:21:16 +0000 (12:21 +0000)]
New module: mreadlink-with-size.
* MODULES.html.sh: Add mreadlink-with-size.
* modules/mreadlink-with-size: New module
* modules/canonicalize (Depends-on): Depend on mreadlink-with-size,
not xreadlink-with-size.
* lib/mreadlink-with-size.c, lib/mreadlink.h: New files.

16 years agoupdate from texinfo
Karl Berry [Sun, 17 Jun 2007 15:22:33 +0000 (15:22 +0000)]
update from texinfo

16 years agoMention yesterday's lchown changes.
Bruno Haible [Sun, 17 Jun 2007 01:31:06 +0000 (01:31 +0000)]
Mention yesterday's lchown changes.

16 years agoWork around a buggy frexpl function on MacOS X 10.4/PowerPC.
Bruno Haible [Sat, 16 Jun 2007 22:54:40 +0000 (22:54 +0000)]
Work around a buggy frexpl function on MacOS X 10.4/PowerPC.

16 years agoRevamp lchown so that it lives in unistd.h where it belongs.
Paul Eggert [Sat, 16 Jun 2007 06:10:44 +0000 (06:10 +0000)]
Revamp lchown so that it lives in unistd.h where it belongs.
* lib/lchown.h: Remove.
* lib/dirchownmod.c: Don't include lib/lchown.h.
* lib/fchownat.c: Likewise.
* lib/openat.c: Likewise.
* lib/lchown.c (REPLACE_CHOWN): Define to 0 if the system chown
does not follow symlinks.
(EOPNOTSUPP): Define if not defined.
* lib/unistd_.h (chown): Do not replace if REPLADE_CHOWN
is defined to 0.
(lchown): New decl.
* m4/lchown.m4 (gl_FUNC_LCHOWN): Require gl_UNISTD_H_DEFAULTS.
Do not check for lchown decl.
Set REPLACE_LCHOWN.
* m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Set GNULIB_LCHOWN,
REPLACE_LCHOWN.
* modules/chown: Make it clear it follows symlinks.
* modules/lchown: Make it clear it doesn't follow symlinks.
(Files): Remove lib/lchown.h
(Depends-on): Add unistd.
(configure.ac): Add gl_UNISTD_MODULE_INDICATOR([lchown]).
(Include): Include <unistd.h>, not "lchown.h".
* modules/unistd (unistd.h): Substitude GNULIB_LCHOWN and
REPLACE_LCHOWN.

16 years agoChange license (GPL to LGPL) of fsusage and dependents.
Jim Meyering [Fri, 15 Jun 2007 12:01:08 +0000 (12:01 +0000)]
Change license (GPL to LGPL) of fsusage and dependents.
* modules/fsusage (License): Change to LGPL.
* modules/full-read (License): Likewise.
* modules/full-write (License): Likewise.
* modules/safe-read (License): Likewise.
* modules/safe-write (License): Likewise.

16 years agoautoupdate
Karl Berry [Thu, 14 Jun 2007 22:54:19 +0000 (22:54 +0000)]
autoupdate

16 years agoMissing part of allocsa -> malloca transition.
Ben Pfaff [Thu, 14 Jun 2007 14:35:52 +0000 (14:35 +0000)]
Missing part of allocsa -> malloca transition.
* modules/relocatable-prog-wrapper: gl_ALLOCSA should be
gl_MALLOCA.

16 years agoGuess isnanl does not work when cross-compiling to ia64, x86_64, i386.
Bruno Haible [Wed, 13 Jun 2007 01:30:34 +0000 (01:30 +0000)]
Guess isnanl does not work when cross-compiling to ia64, x86_64, i386.

16 years agox86_64 has the same 'long double' format as i386.
Bruno Haible [Wed, 13 Jun 2007 01:28:35 +0000 (01:28 +0000)]
x86_64 has the same 'long double' format as i386.

16 years ago* m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
Paul Eggert [Tue, 12 Jun 2007 20:10:55 +0000 (20:10 +0000)]
* m4/absolute-header.m4 (gl_ABSOLUTE_HEADER): Fix POSIX sed portability
glitch reported by Ralf Wildenhues in
<http://lists.gnu.org/archive/html/bug-gnulib/2007-06/msg00114.html>.

16 years ago* m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
Paul Eggert [Tue, 12 Jun 2007 17:44:37 +0000 (17:44 +0000)]
* m4/regex.m4 (gl_REGEX): Catch a bug with [[:alnum:]_-] reported by
Vin Shelton.

16 years agoFix small mistake, reported by Eric Blake.
Bruno Haible [Mon, 11 Jun 2007 22:24:31 +0000 (22:24 +0000)]
Fix small mistake, reported by Eric Blake.

16 years agoAdd support for Unicode strings (both as output format and as arguments to
Bruno Haible [Mon, 11 Jun 2007 01:10:07 +0000 (01:10 +0000)]
Add support for Unicode strings (both as output format and as arguments to
the %U directive).

16 years agoNew module unistr/u32-mbsnlen
Bruno Haible [Mon, 11 Jun 2007 00:34:23 +0000 (00:34 +0000)]
New module unistr/u32-mbsnlen

16 years agoNew module 'unistr/u16-mbsnlen'.
Bruno Haible [Mon, 11 Jun 2007 00:33:46 +0000 (00:33 +0000)]
New module 'unistr/u16-mbsnlen'.

16 years agoNew module 'unistr/u8-mbsnlen'.
Bruno Haible [Mon, 11 Jun 2007 00:33:04 +0000 (00:33 +0000)]
New module 'unistr/u8-mbsnlen'.

16 years agoNew modules unistr/u*-mbsnlen.
Bruno Haible [Mon, 11 Jun 2007 00:32:04 +0000 (00:32 +0000)]
New modules unistr/u*-mbsnlen.

16 years agoNew module 'mbsnlen'.
Bruno Haible [Mon, 11 Jun 2007 00:29:30 +0000 (00:29 +0000)]
New module 'mbsnlen'.

16 years agoInclude <stdlib.h>.
Bruno Haible [Mon, 11 Jun 2007 00:20:36 +0000 (00:20 +0000)]
Include <stdlib.h>.

16 years agoInclude <stddef.h>, needed for ptrdiff_t.
Bruno Haible [Mon, 11 Jun 2007 00:17:50 +0000 (00:17 +0000)]
Include <stddef.h>, needed for ptrdiff_t.

16 years agoTest for _snprintf (missing since 2003-11-16).
Bruno Haible [Sun, 10 Jun 2007 15:05:31 +0000 (15:05 +0000)]
Test for _snprintf (missing since 2003-11-16).

16 years agono more (semi)auto updating for gettext
Karl Berry [Sun, 10 Jun 2007 13:39:52 +0000 (13:39 +0000)]
no more (semi)auto updating for gettext

16 years agoTweak the size computations and reallocations.
Bruno Haible [Sun, 10 Jun 2007 12:02:55 +0000 (12:02 +0000)]
Tweak the size computations and reallocations.

16 years agoTweak last patch.
Bruno Haible [Sun, 10 Jun 2007 11:18:49 +0000 (11:18 +0000)]
Tweak last patch.

16 years agoMore type parameters.
Bruno Haible [Sat, 9 Jun 2007 23:32:28 +0000 (23:32 +0000)]
More type parameters.

16 years agoNew modules uniconv/u{8,16,32}-conv-to-enc.
Bruno Haible [Sat, 9 Jun 2007 21:59:21 +0000 (21:59 +0000)]
New modules uniconv/u{8,16,32}-conv-to-enc.

16 years agoNew modules uniconv/u{8,16,32}-conv-to-enc.
Bruno Haible [Sat, 9 Jun 2007 21:51:51 +0000 (21:51 +0000)]
New modules uniconv/u{8,16,32}-conv-to-enc.

16 years agoTests for module 'uniconv/u32-conv-to-enc'.
Bruno Haible [Sat, 9 Jun 2007 21:51:11 +0000 (21:51 +0000)]
Tests for module 'uniconv/u32-conv-to-enc'.

16 years agoNew module 'uniconv/u32-conv-to-enc'.
Bruno Haible [Sat, 9 Jun 2007 21:50:50 +0000 (21:50 +0000)]
New module 'uniconv/u32-conv-to-enc'.

16 years agoTests for module 'uniconv/u16-conv-to-enc'.
Bruno Haible [Sat, 9 Jun 2007 21:50:29 +0000 (21:50 +0000)]
Tests for module 'uniconv/u16-conv-to-enc'.

16 years agoNew modules 'uniconv/u16-conv-to-enc' and 'uniconv/u32-conv-to-enc'.
Bruno Haible [Sat, 9 Jun 2007 21:50:08 +0000 (21:50 +0000)]
New modules 'uniconv/u16-conv-to-enc' and 'uniconv/u32-conv-to-enc'.

16 years agoNew module 'uniconv/u16-conv-to-enc'.
Bruno Haible [Sat, 9 Jun 2007 21:49:42 +0000 (21:49 +0000)]
New module 'uniconv/u16-conv-to-enc'.

16 years agoTests for module 'uniconv/u8-conv-to-enc'.
Bruno Haible [Sat, 9 Jun 2007 21:49:07 +0000 (21:49 +0000)]
Tests for module 'uniconv/u8-conv-to-enc'.

16 years agoNew module 'uniconv/u8-conv-to-enc'.
Bruno Haible [Sat, 9 Jun 2007 21:48:47 +0000 (21:48 +0000)]
New module 'uniconv/u8-conv-to-enc'.

16 years agoRemove unused and pointless code.
Bruno Haible [Sat, 9 Jun 2007 21:43:24 +0000 (21:43 +0000)]
Remove unused and pointless code.

16 years agoUpdate after allocsa -> malloca renaming.
Bruno Haible [Sat, 9 Jun 2007 11:27:29 +0000 (11:27 +0000)]
Update after allocsa -> malloca renaming.

16 years agoRename allocsa -> malloca, xallocsa -> xmalloca.
Bruno Haible [Sat, 9 Jun 2007 11:22:18 +0000 (11:22 +0000)]
Rename allocsa -> malloca, xallocsa -> xmalloca.

16 years agoUpdate after allocsa -> malloca renaming.
Bruno Haible [Sat, 9 Jun 2007 11:11:14 +0000 (11:11 +0000)]
Update after allocsa -> malloca renaming.

16 years agoMove to xmalloca.c.
Bruno Haible [Sat, 9 Jun 2007 11:07:23 +0000 (11:07 +0000)]
Move to xmalloca.c.

16 years agoMove to here from xallocsa.c.
Bruno Haible [Sat, 9 Jun 2007 11:07:19 +0000 (11:07 +0000)]
Move to here from xallocsa.c.

16 years agoMove to xmalloca.h.
Bruno Haible [Sat, 9 Jun 2007 11:07:03 +0000 (11:07 +0000)]
Move to xmalloca.h.

16 years agoMove to here from xallocsa.h.
Bruno Haible [Sat, 9 Jun 2007 11:06:59 +0000 (11:06 +0000)]
Move to here from xallocsa.h.

16 years agoMove to xmalloca.
Bruno Haible [Sat, 9 Jun 2007 11:04:14 +0000 (11:04 +0000)]
Move to xmalloca.

16 years agoMove to here from xallocsa.
Bruno Haible [Sat, 9 Jun 2007 11:04:10 +0000 (11:04 +0000)]
Move to here from xallocsa.

16 years agoMove to test-malloca.c.
Bruno Haible [Sat, 9 Jun 2007 11:02:52 +0000 (11:02 +0000)]
Move to test-malloca.c.

16 years agoMove to here from test-allocsa.c.
Bruno Haible [Sat, 9 Jun 2007 11:02:48 +0000 (11:02 +0000)]
Move to here from test-allocsa.c.

16 years agoMove to malloca-tests.
Bruno Haible [Sat, 9 Jun 2007 11:01:42 +0000 (11:01 +0000)]
Move to malloca-tests.

16 years agoMove to here from allocsa-tests.
Bruno Haible [Sat, 9 Jun 2007 11:01:39 +0000 (11:01 +0000)]
Move to here from allocsa-tests.

16 years agoMove to malloca.m4.
Bruno Haible [Sat, 9 Jun 2007 11:00:21 +0000 (11:00 +0000)]
Move to malloca.m4.

16 years agoMove to here from allocsa.m4.
Bruno Haible [Sat, 9 Jun 2007 11:00:18 +0000 (11:00 +0000)]
Move to here from allocsa.m4.

16 years agoMove to malloca.valgrind.
Bruno Haible [Sat, 9 Jun 2007 10:59:23 +0000 (10:59 +0000)]
Move to malloca.valgrind.

16 years agoMove to here from allocsa.valgrind.
Bruno Haible [Sat, 9 Jun 2007 10:59:19 +0000 (10:59 +0000)]
Move to here from allocsa.valgrind.

16 years agoMove to malloca.c.
Bruno Haible [Sat, 9 Jun 2007 10:58:23 +0000 (10:58 +0000)]
Move to malloca.c.

16 years agoMove to here from allocsa.c.
Bruno Haible [Sat, 9 Jun 2007 10:58:20 +0000 (10:58 +0000)]
Move to here from allocsa.c.

16 years agoMove to malloca.h.
Bruno Haible [Sat, 9 Jun 2007 10:56:40 +0000 (10:56 +0000)]
Move to malloca.h.

16 years agoMove to here from allocsa.h.
Bruno Haible [Sat, 9 Jun 2007 10:56:36 +0000 (10:56 +0000)]
Move to here from allocsa.h.

16 years agoUpdate.
Bruno Haible [Sat, 9 Jun 2007 10:53:51 +0000 (10:53 +0000)]
Update.

16 years agoMove to malloca.
Bruno Haible [Sat, 9 Jun 2007 10:52:27 +0000 (10:52 +0000)]
Move to malloca.

16 years agoMove to here from allocsa.
Bruno Haible [Sat, 9 Jun 2007 10:52:24 +0000 (10:52 +0000)]
Move to here from allocsa.

16 years agoAdd support for uClibc 0.9.29.
Bruno Haible [Sat, 9 Jun 2007 01:27:49 +0000 (01:27 +0000)]
Add support for uClibc 0.9.29.

16 years agoMove gt_INTL_MACOSX to file intlmacosx.m4.
Bruno Haible [Sat, 9 Jun 2007 01:23:13 +0000 (01:23 +0000)]
Move gt_INTL_MACOSX to file intlmacosx.m4.

16 years agoTests for module 'localename'.
Bruno Haible [Thu, 7 Jun 2007 20:04:27 +0000 (20:04 +0000)]
Tests for module 'localename'.

16 years agoNew module 'localename'.
Bruno Haible [Thu, 7 Jun 2007 20:03:31 +0000 (20:03 +0000)]
New module 'localename'.

16 years agoLinux uClibc built without wide character support lacks <wchar.h>.
Bruno Haible [Thu, 7 Jun 2007 13:33:15 +0000 (13:33 +0000)]
Linux uClibc built without wide character support lacks <wchar.h>.

16 years agoWork around problem reported by Steven M. Schweda in
Paul Eggert [Wed, 6 Jun 2007 18:35:17 +0000 (18:35 +0000)]
Work around problem reported by Steven M. Schweda in
<http://lists.gnu.org/archive/html/bug-tar/2007-06/msg00002.html>:
Tru64 5.1B with the Compaq compiler environment installed declares
an 'isblank' function but does not define it in the C library.
* lib/fnmatch.c (isblank): Check for HAVE_ISBLANK, too.
* lib/regex_internal.h (isblank): Likewise.
* m4/fnmatch.m4 (_AC_LIBOBJ_FNMATCH): Check for isblank existence.
* m4/regex.m4 (gl_PREREQ_REGEX): Likewise.

16 years agoFix *printf so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
Bruno Haible [Wed, 6 Jun 2007 02:26:06 +0000 (02:26 +0000)]
Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64, ia64.

16 years agoFix *printf so that it recognizes non-IEEE numbers on i386, x86_64, ia64.
Bruno Haible [Wed, 6 Jun 2007 02:20:57 +0000 (02:20 +0000)]
Fix *printf so that it recognizes non-IEEE numbers on i386, x86_64, ia64.

16 years agoA "mixin" module that determines whether to require additional safety from
Bruno Haible [Wed, 6 Jun 2007 02:19:50 +0000 (02:19 +0000)]
A "mixin" module that determines whether to require additional safety from
*printf-posix.

16 years agoRecognize non-IEEE numbers on i386, x86_64, ia64.
Bruno Haible [Wed, 6 Jun 2007 02:02:41 +0000 (02:02 +0000)]
Recognize non-IEEE numbers on i386, x86_64, ia64.

16 years agoDo the extra handling of NaN and Inf also the %a / %A.
Bruno Haible [Wed, 6 Jun 2007 01:46:06 +0000 (01:46 +0000)]
Do the extra handling of NaN and Inf also the %a / %A.
Swap two code blocks.

16 years agoFix possible compilation error.
Bruno Haible [Wed, 6 Jun 2007 01:36:14 +0000 (01:36 +0000)]
Fix possible compilation error.

16 years agoFix typo.
Bruno Haible [Wed, 6 Jun 2007 01:30:59 +0000 (01:30 +0000)]
Fix typo.

16 years ago* m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
Eric Blake [Tue, 5 Jun 2007 13:58:16 +0000 (13:58 +0000)]
* m4/lseek.m4 (gl_FUNC_LSEEK): Work when cross-compiling.
Reported by Simon Josefsson.

16 years agoAvoid test failures on some PowerPC hardwares.
Bruno Haible [Mon, 4 Jun 2007 22:58:09 +0000 (22:58 +0000)]
Avoid test failures on some PowerPC hardwares.