|
c4dcbfed
|
2007-02-25T18:08:24
|
|
Add comment about FLT_RADIX.
|
|
f8846ba5
|
2007-02-25T17:43:12
|
|
No assumptions about FLT_RADIX need to be made.
|
|
94a10384
|
2007-02-25T15:31:15
|
|
Rename module 'pathname' to 'filename'.
Rename concatenated_pathname to concatenated_filename.
|
|
5ef7b6a6
|
2007-02-25T15:06:43
|
|
Move to concat-filename.c.
|
|
1cadd344
|
2007-02-25T15:06:41
|
|
Move to here from concatpath.c.
|
|
9e4aa5d4
|
2007-02-25T15:05:23
|
|
Move to filename.h.
|
|
291a9dae
|
2007-02-25T15:05:21
|
|
Move to here from pathname.h.
|
|
58ebb1ee
|
2007-02-25T15:04:52
|
|
Move to filename.
|
|
492f0d68
|
2007-02-25T15:04:50
|
|
Move to here from pathname.
|
|
edaf415b
|
2007-02-25T14:56:48
|
|
Line breaking.
|
|
f6183e64
|
2007-02-25T14:29:34
|
|
Tests for module 'printf-frexpl'.
|
|
e4bed073
|
2007-02-25T14:28:50
|
|
New module 'printf-frexpl'.
|
|
973c0665
|
2007-02-25T14:21:42
|
|
Tests for module 'printf-frexp'.
|
|
e5de8bf8
|
2007-02-25T14:20:46
|
|
New module 'printf-frexp'.
|
|
563ea91a
|
2007-02-25T13:22:57
|
|
Assume automake >= 1.10.
|
|
89aab6dd
|
2007-02-25T04:46:17
|
|
Also handle the case that isnan is a "type-generic" macro.
|
|
92765dd7
|
2007-02-25T02:35:37
|
|
Merge isnan and isnanl into a single source file.
|
|
ce30cc77
|
2007-02-25T01:57:58
|
|
Correct handling of ARM when cross-compiling.
|
|
8ef21c84
|
2007-02-25T01:36:56
|
|
autoupdate
|
|
17ec5562
|
2007-02-25T00:47:36
|
|
Avoid conflicting types for 'unsetenv' on FreeBSD.
* lib/putenv.c (_unsetenv): Rename from "unsetenv", to avoid
conflicting with FreeBSD's (5.0 and 6.1) function declaration
in stdlib.h.
|
|
b595b5db
|
2007-02-24T19:16:00
|
|
Tests for module 'isnanl-nolibm'.
|
|
ba40cb57
|
2007-02-24T19:15:21
|
|
New module 'isnanl-nolibm'.
|
|
f4a519da
|
2007-02-24T19:09:57
|
|
Tests for module 'isnan-nolibm'.
|
|
4ad44dd7
|
2007-02-24T19:08:56
|
|
New module 'isnan-nolibm'.
|
|
92f4139c
|
2007-02-24T16:31:38
|
|
Fix a bug with 1.0.
|
|
7200b306
|
2007-02-24T11:54:07
|
|
* m4/regex.m4: Update the description of the configure-time option,
--without-included-regex, to state accurately what the defaults are,
and perhaps to give people an idea why using this option is risky.
|
|
a63c5733
|
2007-02-24T10:01:49
|
|
* m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check for a nanosleep that
loops on small arguments. This attempts to avoid the problem
Bruno Haible reported for AIX 4.3.2 in
<http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00309.html>.
|
|
d57393cf
|
2007-02-24T07:58:11
|
|
* m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003.
Needed for help2man.
|
|
ae6e2b18
|
2007-02-24T01:13:51
|
|
if have foo_.h, cvs-ignore foo.h
|
|
726b5b81
|
2007-02-23T19:14:39
|
|
Remove a duplicate ChangeLog entry.
|
|
0e698b54
|
2007-02-23T18:25:21
|
|
* lib/getdate.h (includes): Include <time.h>, not "timespec.h".
* lib/stat-time.h (includes): Likewise.
* lib/utimecmp.c (includes): Likewise.
* lib/utimens.h (includes): Likewise.
* lib/getdate.y (includes): Also include "timespec.h" for use
internal to the module.
* modules/utimens (Depends-on): Revert yesterday's patch.
* modules/nanosleep (Depends-on): Add missing dependency.
|
|
4d76a83f
|
2007-02-22T23:33:19
|
|
getlogin_r.h was replaced with <unistd.h>.
|
|
4dcb445b
|
2007-02-22T23:32:46
|
|
Fix comment.
|
|
a81ed4e3
|
2007-02-22T21:27:01
|
|
* modules/utimens (Depends-on): Add timespec, required for
utimens.h's inclusion of timespec.h.
|
|
0ce7f766
|
2007-02-22T14:08:02
|
|
Revert.
|
|
2265a981
|
2007-02-22T08:14:32
|
|
modules/time (Depends-on): Add restrict.
|
|
8436691c
|
2007-02-21T20:49:59
|
|
* lib/getcwd.c (__getcwd): Undo previous change; it mishandled
long unreadable paths in GNU/Linux. Problem reported by Andreas
Schwab in
<http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00261.html>.
I'll try to think of a better way to fix the Solaris problem.
|
|
ea7a4b77
|
2007-02-21T08:36:35
|
|
* lib/getcwd.c (__getcwd): Don't assume getcwd (NULL, 0) works
like glibc; on Solaris 10, it fails with errno == EINVAL.
POSIX says the behavior is unspecified if the first argument is NULL,
so play it safe and never pass NULL to the system getcwd.
|
|
dff73d33
|
2007-02-21T07:57:33
|
|
* lib/gettimeofday.c (rpl_gettimeofday): Remove declaration
of gettimeofday. It would conflict with the one now always
provided via sys_time_.h. Reported by Matthew Woehlke, as
an IRIX 6.5 build failure.
|
|
d691dc95
|
2007-02-21T07:54:16
|
|
Minor fixups to port to Solaris 10 with Sun C 5.8.
* lib/getcwd.c [!_LIBC]: Include dirfd.h, since we use dirfd.
* modules/getcwd (Depends-on): Add dirfd.
* lib/putenv.c (putenv): #undef it.
(rpl_putenv): New decl.
(malloc, free): Include <stdlib.h> rather than prototyping separately.
|
|
3794c782
|
2007-02-21T02:28:29
|
|
snprintf.h is gone.
|
|
70005641
|
2007-02-21T02:25:35
|
|
Tests for module 'stdio'.
|
|
0b24be3e
|
2007-02-21T02:21:08
|
|
vsnprintf.h is replaced with <stdio.h>.
|
|
3f868c07
|
2007-02-21T02:19:34
|
|
snprintf.h is replaced with <stdio.h>.
|
|
b2f3ab8c
|
2007-02-21T02:18:10
|
|
New module 'stdio'.
|
|
98990afb
|
2007-02-21T00:02:37
|
|
Whitespace change in macros.
|
|
d83b0a65
|
2007-02-20T09:54:19
|
|
* lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is
used by e.g., mingw. From Bruno Haible.
|
|
3f9c65b8
|
2007-02-20T00:10:42
|
|
Avoid some "gcc -Wmissing-prototypes" warnings on mingw.
|
|
dbde79f1
|
2007-02-19T23:55:02
|
|
* m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail
from mingw users.
|
|
d75a9048
|
2007-02-19T22:52:28
|
|
Oops, correct attribution.
|
|
686dea41
|
2007-02-19T22:51:33
|
|
Suppress some gcc warnings in glibc header files.
|
|
788ab9bc
|
2007-02-19T20:03:22
|
|
Don't use FD after a successful "fdopendir (fd)".
* lib/getcwd.c (__getcwd) [AT_FDCWD]: fdopendir (fd) usually closes fd.
Reset it by calling dirfd on the just-obtained DIR*.
|
|
83732d64
|
2007-02-19T18:19:34
|
|
* m4/ftruncate.m4: Adjust comment to give this module a 3-year reprieve.
Prompted by a report from Bruno Haible that mingw lacks ftruncate.
SCALAR(0x704170)
|
|
2354d5ea
|
2007-02-19T02:26:34
|
|
Replaced with <unistd.h>.
|
|
d52c5b93
|
2007-02-19T02:23:32
|
|
Move more declarations into <unistd.h>.
|
|
41dccf6a
|
2007-02-19T00:08:40
|
|
getsubopt.h is replaced with <stdlib.h>.
|
|
c002371c
|
2007-02-18T22:44:21
|
|
Depends on dup2 function being available.
|
|
9fbb5dcb
|
2007-02-18T21:08:06
|
|
exit.h is replaced with stdlib.h.
|
|
3a9097ff
|
2007-02-18T20:55:53
|
|
Work around an ugly glibc hack.
|
|
c44231b6
|
2007-02-18T15:44:08
|
|
Tests for module 'stdlib'.
|
|
50bbfa99
|
2007-02-18T15:43:07
|
|
mkstemp.h is replaced with <stdlib.h>.
|
|
aa450ef4
|
2007-02-18T15:42:40
|
|
mkdtemp.h is replaced with <stdlib.h>.
|
|
1a250c09
|
2007-02-18T15:42:12
|
|
exit.h is replaced with <stdlib.h>.
|
|
8fb02d1c
|
2007-02-18T15:39:54
|
|
New module 'stdlib'.
|
|
9d3c819e
|
2007-02-18T15:39:54
|
|
New module 'stdlib'.
|
|
d30cbe96
|
2007-02-18T15:38:34
|
|
New module 'math'.
|
|
a55c4f87
|
2007-02-18T15:11:27
|
|
Tests for module 'math'.
|
|
e1123c2f
|
2007-02-18T15:10:28
|
|
New module 'math'. <math.h> replaces mathl.h.
|
|
d9a58db4
|
2007-02-18T04:28:27
|
|
Emit linker warnings for imaxabs, imaxdiv, strtoimax, strtoumax when these
functions are missing.
|
|
b5a90e5f
|
2007-02-18T04:23:08
|
|
Tests for module 'wctype'.
|
|
f5ed8afc
|
2007-02-18T04:22:23
|
|
Tests for module 'wchar'.
|
|
b60b7e4a
|
2007-02-18T04:21:43
|
|
Tests for module 'unistd'.
|
|
d02173cf
|
2007-02-18T04:20:26
|
|
Tests for module 'time'.
|
|
86014d1d
|
2007-02-18T04:19:44
|
|
Tests for module 'sysexits'.
|
|
64a28ff9
|
2007-02-18T04:19:03
|
|
Tests for module 'sys_time'.
|
|
5ddaa8e0
|
2007-02-18T04:18:22
|
|
Tests for module 'sys_stat'.
|
|
16f2e82c
|
2007-02-18T04:17:33
|
|
Tests for module 'sys_socket'.
|
|
a9fb2254
|
2007-02-18T04:16:52
|
|
Tests for module 'sys_select'.
|
|
b4485ef0
|
2007-02-18T04:16:13
|
|
Tests for module 'string'.
|
|
4dc5127a
|
2007-02-18T04:15:31
|
|
Tests for module 'stdbool'.
|
|
0f52e284
|
2007-02-18T04:14:34
|
|
Tests of module 'netinet_in'.
|
|
772b2ab2
|
2007-02-18T04:13:54
|
|
Tests for module 'inttypes'.
|
|
63c64db5
|
2007-02-18T04:13:09
|
|
Tests for module 'fcntl'.
|
|
f2c30770
|
2007-02-18T04:12:20
|
|
Tests for module 'byteswap'.
|
|
b6f6b107
|
2007-02-18T04:11:29
|
|
Tests for module arpa_inet.
|
|
e819af21
|
2007-02-18T04:10:04
|
|
Substitute a few more variables.
|
|
738e912a
|
2007-02-18T02:02:26
|
|
Use GL_LINK_WARNING in the generated inttypes.h.
|
|
2261dd45
|
2007-02-18T02:00:09
|
|
New module 'link-warning'.
|
|
a903e10b
|
2007-02-18T00:19:41
|
|
Merge gl_HEADER_STRING_H_DEFAULTS and gl_STRING_MODULE_INDICATOR_DEFAULTS into
a single macro.
|
|
5d2cd3c5
|
2007-02-17T22:21:32
|
|
New module 'link-warning'.
|
|
10e2fa52
|
2007-02-17T19:43:30
|
|
Line breaking.
|
|
8c0f3c67
|
2007-02-17T15:04:50
|
|
New module 'tmpfile'.
|
|
c33ce489
|
2007-02-16T02:58:04
|
|
Make use of _O_TEMPORARY on native Woe32 platforms.
|
|
a59ad784
|
2007-02-15T03:07:54
|
|
Tests for module 'mbspcasecmp'.
|
|
58d59326
|
2007-02-15T03:07:04
|
|
New module 'mbspcasecmp'.
|
|
39bc7a80
|
2007-02-15T03:06:14
|
|
Tests for module mbsncasecmp.
|
|
1d29d63f
|
2007-02-15T03:02:54
|
|
Tests for module 'mbsncasecmp'.
|
|
b5b2e76a
|
2007-02-15T02:57:13
|
|
New module 'mbsncasecmp'.
|
|
b20fd100
|
2007-02-15T00:29:06
|
|
* lib/exclude.c (FNM_EXTMATCH): Define if system does not.
Verify that it doesn't overlap with our flags.
(fnmatch_no_wildcards): Don't use strcasecmp or strncasecmp, which
do not have the desired effect in multibyte locales; instead, use
mbscasecmp.
* modules/exclude (Depends-on): Depend on mbscasecmp, not strcase.
Add dependency on xalloc. Depend on fnmatch, not fnmatch-gnu, since
we don't require GNU fnmatch ourselves (if our users require it, they
should do so explicitly).
|
|
9d162a1d
|
2007-02-15T00:18:16
|
|
Remove stray underscore in previous change.
|