summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Tests for module 'isnanl-nolibm'.Bruno Haible2007-02-241-0/+12
|
* New module 'isnanl-nolibm'.Bruno Haible2007-02-241-0/+27
|
* Tests for module 'isnan-nolibm'.Bruno Haible2007-02-241-0/+12
|
* New module 'isnan-nolibm'.Bruno Haible2007-02-241-0/+24
|
* * lib/getdate.h (includes): Include <time.h>, not "timespec.h".Eric Blake2007-02-232-1/+1
| | | | | | | | | | * 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.
* * modules/utimens (Depends-on): Add timespec, required forJim Meyering2007-02-221-0/+1
| | | | utimens.h's inclusion of timespec.h.
* Revert.Simon Josefsson2007-02-221-1/+0
|
* modules/time (Depends-on): Add restrict.Simon Josefsson2007-02-221-0/+1
|
* Minor fixups to port to Solaris 10 with Sun C 5.8.Paul Eggert2007-02-211-0/+1
| | | | | | | | * 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.
* Tests for module 'stdio'.Bruno Haible2007-02-211-0/+13
|
* vsnprintf.h is replaced with <stdio.h>.Bruno Haible2007-02-211-2/+3
|
* snprintf.h is replaced with <stdio.h>.Bruno Haible2007-02-211-2/+3
|
* New module 'stdio'.Bruno Haible2007-02-211-0/+41
|
* Move more declarations into <unistd.h>.Bruno Haible2007-02-198-8/+36
|
* getsubopt.h is replaced with <stdlib.h>.Bruno Haible2007-02-192-3/+6
|
* Depends on dup2 function being available.Bruno Haible2007-02-181-0/+1
|
* Tests for module 'stdlib'.Bruno Haible2007-02-181-0/+13
|
* mkstemp.h is replaced with <stdlib.h>.Bruno Haible2007-02-181-2/+3
|
* mkdtemp.h is replaced with <stdlib.h>.Bruno Haible2007-02-181-2/+3
|
* exit.h is replaced with <stdlib.h>.Bruno Haible2007-02-181-3/+2
|
* New module 'stdlib'.Bruno Haible2007-02-181-0/+41
|
* Tests for module 'math'.Bruno Haible2007-02-181-0/+13
|
* New module 'math'. <math.h> replaces mathl.h.Bruno Haible2007-02-182-3/+41
|
* Tests for module 'wctype'.Bruno Haible2007-02-181-0/+13
|
* Tests for module 'wchar'.Bruno Haible2007-02-181-0/+13
|
* Tests for module 'unistd'.Bruno Haible2007-02-181-0/+13
|
* Tests for module 'time'.Bruno Haible2007-02-181-0/+13
|
* Tests for module 'sysexits'.Bruno Haible2007-02-181-0/+13
|
* Tests for module 'sys_time'.Bruno Haible2007-02-181-0/+13
|
* Tests for module 'sys_stat'.Bruno Haible2007-02-181-0/+14
|
* Tests for module 'sys_socket'.Bruno Haible2007-02-181-0/+13
|
* Tests for module 'sys_select'.Bruno Haible2007-02-181-0/+13
|
* Tests for module 'string'.Bruno Haible2007-02-181-0/+13
|
* Tests for module 'stdbool'.Bruno Haible2007-02-181-0/+13
|
* Tests of module 'netinet_in'.Bruno Haible2007-02-181-0/+13
|
* Tests for module 'inttypes'.Bruno Haible2007-02-181-0/+13
|
* Tests for module 'fcntl'.Bruno Haible2007-02-181-0/+13
|
* Tests for module 'byteswap'.Bruno Haible2007-02-181-0/+13
|
* Tests for module arpa_inet.Bruno Haible2007-02-181-0/+13
|
* Substitute a few more variables.Bruno Haible2007-02-181-0/+4
|
* Use GL_LINK_WARNING in the generated inttypes.h.Bruno Haible2007-02-185-0/+6
|
* New module 'link-warning'.Bruno Haible2007-02-172-0/+23
|
* New module 'tmpfile'.Bruno Haible2007-02-171-0/+25
|
* Tests for module 'mbspcasecmp'.Bruno Haible2007-02-151-0/+17
|
* New module 'mbspcasecmp'.Bruno Haible2007-02-152-0/+29
|
* Tests for module 'mbsncasecmp'.Bruno Haible2007-02-151-0/+17
|
* New module 'mbsncasecmp'.Bruno Haible2007-02-152-0/+29
|
* * lib/exclude.c (FNM_EXTMATCH): Define if system does not.Paul Eggert2007-02-151-3/+3
| | | | | | | | | | | 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).
* Fix regex code so it doesn't rely on strcasecmp.Paul Eggert2007-02-151-2/+1
| | | | | | | | | | * lib/regex_internal.h: Include <langinfo.h> only if _LIBC is defined. Otherwise, include gnulib's langinfo.h. * lib/regcomp.c (init_dfa): Don't use strcasecmp, as it can have undesirable behavior in non-C locales. Instead, rely on locale_charset. * m4/regex.m4 (gl_PREREQ_REGEX): Don't require AM_LANGINFO_CODESET. * modules/regex (FILES): Remove m4/codeset.m4. (Depends-on): Add localcharset. Remove strcase.
* New module 'time', so that apps can include <time.h> as perPaul Eggert2007-02-1211-16/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | POSIX and GNU instead of separate include files like time_r.h and timegm.h. This implementation tries out a simpler approach for replacing decls in standard include files (as compared to the string module), somewhat as an experiment. * config/srclist.txt: Comment out mktime.c for now. * doc/gnulib-tool.texi (Initial import): Don't use time_r as an example since it doesn't apply any more. Use generic wording instead. * MODULES.html.sh (Support for systems lacking POSIX:2001): New module 'time'. * lib/time_.h, m4/time_h.m4, modules/time: New files. * lib/strptime.h, lib/time_r.h, lib/timegm.h: Remove. * lib/mktime.c: Include config.h depending on _LIBC, not HAVE_CONFIG_H. Don't include <sys/types.h>; no longer needed since we assume C89. * lib/mktime.c: Don't include "time_r.h"; no longer needed. * lib/strftime.c: Likewise. * lib/time_r.c: Likewise. * lib/nanosleep.c (nanosleep): #undef after include files, not before. * lib/nanosleep.c: Include <time.h> first, to check interface. * lib/strptime.c: Likewise. * lib/time_r.c: Likewise. * lib/timegm.c: Likewise. * lib/strptime.c: Don't include strptime.h or time_r.h; no longer needed. * lib/timegm.c: Don't include timegm.h; no longer needed. * lib/timespec.h: Don't include <sys/time.h> before <time.h>; time.h now handles any problems in that area. (struct timespec, nanosleep): Remove; time.h now arranges for these. * lib/xnanosleep.c: Don't include timespec.h; no longer needed now that time.h defines struct timespec. * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Check that nanosleep is declared. Set REPLACE_NANOSLEEP. Don't AC_DEFINE nanosleep; the time module now handles that. * m4/strptime.m4 (gl_FUNC_STPRTIME): Set REPLACE_STRPTIME. * m4/time_r.m4 (gl_TIME_R): Don't define HAVE_TIME_R_POSIX; no longer needed. Set REPLACE_LOCALTIME. * m4/timegm.m4 (gl_FUNC_TIMEGM): Set REPLACE_TIMEGM. * m4/timespec.m4 (gl_CHECK_TYPE_STRUCT_TIMESPEC): Move to time_h.m4. (gl_TIMESPEC): Don't check for sys/time.h or struct timespec or nanosleep; time_h.m4 now does that. Don't require gl_USE_SYSTEM_EXTENSIONS; no longer needed directly, and the time module handles this now. * modules/getdate (Depends-on): Remove timespec. Add time. * modules/nanosleep (Depends-on): Likewise. * modules/stat-time (Depends-on): Likewise. * modules/nanosleep (Include): Include time.h, not timespec.h. * modules/strptime (Files): Remove lib/strptime.h. (Depends-on): Add extensions, time. (Include): Include time.h, not strptime.h. * modules/time_r (Files): Remove lib/time_r.h. (Depends-on): Add time. (Include): Include time.h, not time_r.h. * modules/timegm: Likewise. * modules/timespec (Description): Now does timespec-related decls of our own, instead of struct timespec itself. (Depends-on): Add time; remove extensions. (Maintainer): Add self. * modules/utimecmp (Depends-on): Add time; remove timespec. * modules/utimens (Depends-on): Likewise. * modules/xnanosleep (Depends-on): Likewise.