Log

Author Commit Date CI Message
Bruno Haible c4dcbfed 2007-02-25T18:08:24 Add comment about FLT_RADIX.
Bruno Haible f8846ba5 2007-02-25T17:43:12 No assumptions about FLT_RADIX need to be made.
Bruno Haible 94a10384 2007-02-25T15:31:15 Rename module 'pathname' to 'filename'. Rename concatenated_pathname to concatenated_filename.
Bruno Haible 5ef7b6a6 2007-02-25T15:06:43 Move to concat-filename.c.
Bruno Haible 1cadd344 2007-02-25T15:06:41 Move to here from concatpath.c.
Bruno Haible 9e4aa5d4 2007-02-25T15:05:23 Move to filename.h.
Bruno Haible 291a9dae 2007-02-25T15:05:21 Move to here from pathname.h.
Bruno Haible 58ebb1ee 2007-02-25T15:04:52 Move to filename.
Bruno Haible 492f0d68 2007-02-25T15:04:50 Move to here from pathname.
Bruno Haible edaf415b 2007-02-25T14:56:48 Line breaking.
Bruno Haible f6183e64 2007-02-25T14:29:34 Tests for module 'printf-frexpl'.
Bruno Haible e4bed073 2007-02-25T14:28:50 New module 'printf-frexpl'.
Bruno Haible 973c0665 2007-02-25T14:21:42 Tests for module 'printf-frexp'.
Bruno Haible e5de8bf8 2007-02-25T14:20:46 New module 'printf-frexp'.
Bruno Haible 563ea91a 2007-02-25T13:22:57 Assume automake >= 1.10.
Bruno Haible 89aab6dd 2007-02-25T04:46:17 Also handle the case that isnan is a "type-generic" macro.
Bruno Haible 92765dd7 2007-02-25T02:35:37 Merge isnan and isnanl into a single source file.
Bruno Haible ce30cc77 2007-02-25T01:57:58 Correct handling of ARM when cross-compiling.
Karl Berry 8ef21c84 2007-02-25T01:36:56 autoupdate
Jim Meyering 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.
Bruno Haible b595b5db 2007-02-24T19:16:00 Tests for module 'isnanl-nolibm'.
Bruno Haible ba40cb57 2007-02-24T19:15:21 New module 'isnanl-nolibm'.
Bruno Haible f4a519da 2007-02-24T19:09:57 Tests for module 'isnan-nolibm'.
Bruno Haible 4ad44dd7 2007-02-24T19:08:56 New module 'isnan-nolibm'.
Bruno Haible 92f4139c 2007-02-24T16:31:38 Fix a bug with 1.0.
Jim Meyering 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.
Paul Eggert 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>.
Jim Meyering d57393cf 2007-02-24T07:58:11 * m4/perl.m4 (gl_PERL): Require version 5.005, not 5.003. Needed for help2man.
Karl Berry ae6e2b18 2007-02-24T01:13:51 if have foo_.h, cvs-ignore foo.h
Jim Meyering 726b5b81 2007-02-23T19:14:39 Remove a duplicate ChangeLog entry.
Eric Blake 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.
Bruno Haible 4d76a83f 2007-02-22T23:33:19 getlogin_r.h was replaced with <unistd.h>.
Bruno Haible 4dcb445b 2007-02-22T23:32:46 Fix comment.
Jim Meyering a81ed4e3 2007-02-22T21:27:01 * modules/utimens (Depends-on): Add timespec, required for utimens.h's inclusion of timespec.h.
Simon Josefsson 0ce7f766 2007-02-22T14:08:02 Revert.
Simon Josefsson 2265a981 2007-02-22T08:14:32 modules/time (Depends-on): Add restrict.
Paul Eggert 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.
Paul Eggert 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.
Jim Meyering 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.
Paul Eggert 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.
Bruno Haible 3794c782 2007-02-21T02:28:29 snprintf.h is gone.
Bruno Haible 70005641 2007-02-21T02:25:35 Tests for module 'stdio'.
Bruno Haible 0b24be3e 2007-02-21T02:21:08 vsnprintf.h is replaced with <stdio.h>.
Bruno Haible 3f868c07 2007-02-21T02:19:34 snprintf.h is replaced with <stdio.h>.
Bruno Haible b2f3ab8c 2007-02-21T02:18:10 New module 'stdio'.
Bruno Haible 98990afb 2007-02-21T00:02:37 Whitespace change in macros.
Jim Meyering d83b0a65 2007-02-20T09:54:19 * lib/ftruncate.c [HAVE_CHSIZE]: Document that this code is used by e.g., mingw. From Bruno Haible.
Bruno Haible 3f9c65b8 2007-02-20T00:10:42 Avoid some "gcc -Wmissing-prototypes" warnings on mingw.
Bruno Haible dbde79f1 2007-02-19T23:55:02 * m4/ftruncate.m4 (gl_FUNC_FTRUNCATE): Don't request a complaint mail from mingw users.
Bruno Haible d75a9048 2007-02-19T22:52:28 Oops, correct attribution.
Bruno Haible 686dea41 2007-02-19T22:51:33 Suppress some gcc warnings in glibc header files.
Jim Meyering 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*.
Jim Meyering 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)
Bruno Haible 2354d5ea 2007-02-19T02:26:34 Replaced with <unistd.h>.
Bruno Haible d52c5b93 2007-02-19T02:23:32 Move more declarations into <unistd.h>.
Bruno Haible 41dccf6a 2007-02-19T00:08:40 getsubopt.h is replaced with <stdlib.h>.
Bruno Haible c002371c 2007-02-18T22:44:21 Depends on dup2 function being available.
Bruno Haible 9fbb5dcb 2007-02-18T21:08:06 exit.h is replaced with stdlib.h.
Bruno Haible 3a9097ff 2007-02-18T20:55:53 Work around an ugly glibc hack.
Bruno Haible c44231b6 2007-02-18T15:44:08 Tests for module 'stdlib'.
Bruno Haible 50bbfa99 2007-02-18T15:43:07 mkstemp.h is replaced with <stdlib.h>.
Bruno Haible aa450ef4 2007-02-18T15:42:40 mkdtemp.h is replaced with <stdlib.h>.
Bruno Haible 1a250c09 2007-02-18T15:42:12 exit.h is replaced with <stdlib.h>.
Bruno Haible 8fb02d1c 2007-02-18T15:39:54 New module 'stdlib'.
Bruno Haible 9d3c819e 2007-02-18T15:39:54 New module 'stdlib'.
Bruno Haible d30cbe96 2007-02-18T15:38:34 New module 'math'.
Bruno Haible a55c4f87 2007-02-18T15:11:27 Tests for module 'math'.
Bruno Haible e1123c2f 2007-02-18T15:10:28 New module 'math'. <math.h> replaces mathl.h.
Bruno Haible d9a58db4 2007-02-18T04:28:27 Emit linker warnings for imaxabs, imaxdiv, strtoimax, strtoumax when these functions are missing.
Bruno Haible b5a90e5f 2007-02-18T04:23:08 Tests for module 'wctype'.
Bruno Haible f5ed8afc 2007-02-18T04:22:23 Tests for module 'wchar'.
Bruno Haible b60b7e4a 2007-02-18T04:21:43 Tests for module 'unistd'.
Bruno Haible d02173cf 2007-02-18T04:20:26 Tests for module 'time'.
Bruno Haible 86014d1d 2007-02-18T04:19:44 Tests for module 'sysexits'.
Bruno Haible 64a28ff9 2007-02-18T04:19:03 Tests for module 'sys_time'.
Bruno Haible 5ddaa8e0 2007-02-18T04:18:22 Tests for module 'sys_stat'.
Bruno Haible 16f2e82c 2007-02-18T04:17:33 Tests for module 'sys_socket'.
Bruno Haible a9fb2254 2007-02-18T04:16:52 Tests for module 'sys_select'.
Bruno Haible b4485ef0 2007-02-18T04:16:13 Tests for module 'string'.
Bruno Haible 4dc5127a 2007-02-18T04:15:31 Tests for module 'stdbool'.
Bruno Haible 0f52e284 2007-02-18T04:14:34 Tests of module 'netinet_in'.
Bruno Haible 772b2ab2 2007-02-18T04:13:54 Tests for module 'inttypes'.
Bruno Haible 63c64db5 2007-02-18T04:13:09 Tests for module 'fcntl'.
Bruno Haible f2c30770 2007-02-18T04:12:20 Tests for module 'byteswap'.
Bruno Haible b6f6b107 2007-02-18T04:11:29 Tests for module arpa_inet.
Bruno Haible e819af21 2007-02-18T04:10:04 Substitute a few more variables.
Bruno Haible 738e912a 2007-02-18T02:02:26 Use GL_LINK_WARNING in the generated inttypes.h.
Bruno Haible 2261dd45 2007-02-18T02:00:09 New module 'link-warning'.
Bruno Haible a903e10b 2007-02-18T00:19:41 Merge gl_HEADER_STRING_H_DEFAULTS and gl_STRING_MODULE_INDICATOR_DEFAULTS into a single macro.
Bruno Haible 5d2cd3c5 2007-02-17T22:21:32 New module 'link-warning'.
Bruno Haible 10e2fa52 2007-02-17T19:43:30 Line breaking.
Bruno Haible 8c0f3c67 2007-02-17T15:04:50 New module 'tmpfile'.
Bruno Haible c33ce489 2007-02-16T02:58:04 Make use of _O_TEMPORARY on native Woe32 platforms.
Bruno Haible a59ad784 2007-02-15T03:07:54 Tests for module 'mbspcasecmp'.
Bruno Haible 58d59326 2007-02-15T03:07:04 New module 'mbspcasecmp'.
Bruno Haible 39bc7a80 2007-02-15T03:06:14 Tests for module mbsncasecmp.
Bruno Haible 1d29d63f 2007-02-15T03:02:54 Tests for module 'mbsncasecmp'.
Bruno Haible b5b2e76a 2007-02-15T02:57:13 New module 'mbsncasecmp'.
Paul Eggert 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).
Paul Eggert 9d162a1d 2007-02-15T00:18:16 Remove stray underscore in previous change.