summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* break iconv.m4 syncKarl Berry2007-04-021-2/+2
|
* double space after USA in the licenseKarl Berry2007-03-301-3/+3
| | | | substitution, since that's how it's usually (?) written.
* vasnprintf not synced anymoreKarl Berry2007-03-071-3/+3
|
* New module 'time', so that apps can include <time.h> as perPaul Eggert2007-02-121-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* unsync memem.c due to #include config.hKarl Berry2007-02-101-2/+2
|
* (strtok_r.c): lose sync, no more strtok_r.h.Karl Berry2007-02-011-2/+2
|
* wint_t.m4 just has a version number discrepancy, skip for nowKarl Berry2007-01-151-2/+2
|
* Update after gettext-0.16 release.Bruno Haible2006-10-271-5/+5
|
* (gnupload): get from automake cvs.Karl Berry2006-10-151-1/+2
|
* Merge the ChangeLogs into one ChangeLog, at the root.Paul Eggert2006-10-091-617/+0
|
* Fix some dates and names in ChangeLog entries.Paul Eggert2006-10-091-28/+28
|
* Log the Sep 9 change.Paul Eggert2006-09-131-0/+4
|
* Undo latest change, since the fix was propagated into glibc.Paul Eggert2006-09-091-3/+2
|
* * config/srclist.txt: Temporarily comment out mktime.c until glibc bugPaul Eggert2006-09-082-2/+8
| | | | | | | | | | | | | | | | | | | | | | | 2821 is fixed. * lib/mktime.c (guess_time_tm): Fix bug where mktime returned the maximum time_t value rather than (time_t) -1. Problem originally reported by William Bardwell <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>. * m4/mktime.m4 (AC_FUNC_MKTIME): Sync from Autoconf. Check for unistd.h too, since Autoconf doesn't assume POSIX. Also: 2006-09-08 Paul Eggert <eggert@cs.ucla.edu> Add year_2050_test to catch glibc bug 2821 <http://sourceware.org/bugzilla/show_bug.cgi?id=2821>. 2006-08-15 Paul Eggert <eggert@cs.ucla.edu> Prefer #ifdef to #if. 2006-04-02 Paul Eggert <eggert@cs.ucla.edu> Return from 'main' instead of calling 'exit'.
* missed changelog entryKarl Berry2006-09-061-0/+5
|
* (signed.m4, gettext.m4): changes not propagatedKarl Berry2006-09-041-3/+4
| | | | until next release.
* * MODULES.html.sh (Support for building libraries and executables):Paul Eggert2006-08-242-1/+6
| | | | | | | Add elisp-comp. * build-aux/elisp-comp: New file. * modules/elisp-comp: New file. * config/srclist.txt: Add elisp-comp.
* * srclist.txt: Remove gnupload, since coreutils now syncs fromPaul Eggert2006-08-223-7/+9
| | | | | gnulib rather than the other way around. * srclistvars.sh (COREUTILS): Remove.
* Add gnupload module.Simon Josefsson2006-08-222-1/+7
|
* * check-module: Add copyright notice.Paul Eggert2006-08-142-1/+23
| | | | | | | | | | | Output a copyright notice if "--version" is specified. * config/srclistvars.sh: Add copyright notice. * doc/getdate.texi: Update FDL version from 1.1 to 1.2. * doc/quote.texi: Add copyright notice. * lib/TODO: Remove; this belongs only in coreutils. * modules/COPYING: New file. * tests/test-getaddrinfo.c: Add copyright notice. * tests/test-verify.c: Likewise.
* originate in gnulibKarl Berry2006-08-122-5/+6
|
* no more gettext-toolsKarl Berry2006-08-092-6/+6
|
* karl locationsKarl Berry2006-08-081-13/+13
|
* setenv.c comes from gettext / libiconv again.Bruno Haible2006-07-292-5/+5
|
* Resync with gettext-0.15.Bruno Haible2006-07-222-11/+17
|
* texinfo subdir is util not utilsKarl Berry2006-07-141-4/+4
|
* Add gendocs, from texinfo.Simon Josefsson2006-07-121-1/+3
|
* * srclist.txt (ssize_t.m4): Lose sync.Eric Blake2006-06-152-2/+6
|
* docKarl Berry2006-05-301-2/+4
|
* *** empty log message ***Karl Berry2006-05-281-0/+4
|
* (printf-args.c): lose sync.Karl Berry2006-05-281-2/+2
|
* Newest config.rpath from gettext CVS.Bruno Haible2006-05-082-2/+6
|
* mkdtemp.c no syncKarl Berry2006-04-251-4/+6
|
* longdouble.m4 sync lostKarl Berry2006-04-242-3/+7
|
* COPYING and COPYING.LESSER are not on the web any moreKarl Berry2006-04-131-3/+3
|
* .Karl Berry2006-03-221-0/+5
|
* use coreutils for *setenv.[ch]Karl Berry2006-03-222-4/+8
|
* GNUORGKarl Berry2006-03-041-1/+2
|
* more copyright formsKarl Berry2006-03-031-1/+4
|
* more copyright formsKarl Berry2006-03-011-1/+6
|
* copyright papersKarl Berry2006-03-012-3/+13
|
* no argpKarl Berry2006-02-131-9/+9
|
* Add 2006 to copyright year.Paul Eggert2006-02-131-2/+1
|
* oops, vasnprintf, not vasprintfKarl Berry2006-01-261-3/+3
|
* vasnprintf.c sync lostKarl Berry2006-01-252-2/+6
|
* argp-namefrob.h sync lostKarl Berry2006-01-242-2/+6
|
* * srclist.txt: Adjust to reflect glibc reorganization.Paul Eggert2006-01-241-0/+5
|
* Adjust to reflect glibc reorganization.Paul Eggert2006-01-241-38/+31
| | | | This affects only comments.
* no sync for localcharset.c, argp-fmtstream.hKarl Berry2006-01-202-3/+8
|
* libc sources rearrangedKarl Berry2005-12-271-5/+5
|