summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeFilesLines
* missed commitKarl Berry2010-08-121-0/+1
|
* fdl.texi from gnustandardsKarl Berry2010-07-151-1/+0
|
* autupdateKarl Berry2010-04-191-1/+1
|
* doc fixes to srclist*Karl Berry2010-04-073-29/+15
|
* forkpty: Provide replacement on AIX, HP-UX, IRIX, Solaris.Bruno Haible2010-03-221-0/+1
|
* New module 'unlockpt'.Bruno Haible2010-03-211-0/+1
|
* New module 'grantpt'.Bruno Haible2010-03-211-0/+1
|
* New module 'pt_chown'.Bruno Haible2010-03-211-0/+3
|
* New module 'ptsname'.Bruno Haible2010-03-211-0/+1
|
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-012-4/+4
| | | | | Use the same procedure as for 2009, outlined in http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/20081
* maint: sync license textsEric Blake2009-12-291-0/+2
| | | | | | | | * config/srclist.txt: Add gpl-1.3.texi, lgpl-1.3.texi. * doc/gpl-3.0.texi: Revert copyright year update. * doc/lgpl-3.0.texi: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-292-2/+4
| | | | | | | | | | | | | | | | | | The files named by the following are exempted: grep -v '^#' config/srclist.txt|grep -v '^$' \ | while read src dst; do test -f "$dst" && { echo "$dst"; continue; } test -d "$dst" || continue echo "$dst"/$(basename "$src") done > exempt git ls-files tests/unictype >> exempt In the remaining files, convert to all-interval notation if - there is already at least one year interval like 2000-2003 - the file is maintained by me - the file is in lib/uni*/, where that style already prevails Otherwise, use update-copyright's default.
* tab changes -> no sync for strtoll.cKarl Berry2009-12-121-1/+1
|
* remove trailing whitespace to placate Jim, more license syncsKarl Berry2009-04-131-0/+11
|
* build-aux/compile: sync from automakeEric Blake2009-03-181-0/+1
| | | | | | | * build-aux/compile: New file, from automake. * config/srclist.txt: Mention build-aux/compile. Signed-off-by: Eric Blake <ebb9@byu.net>
* sync fdl.texi from gnustandardsKarl Berry2008-11-111-0/+1
|
* add new standards subfileKarl Berry2008-11-041-0/+1
|
* random_r: new moduleJim Meyering2008-10-231-0/+1
| | | | | | | | | | | | | | | | | | * modules/random_r: New file. * m4/random_r.m4: New file. * lib/random_r.c: New file, from glibc. * modules/random_r-tests: New file. * tests/test-random_r.c: New file. * lib/stdlib.in.h (srandom_r, initstate_r, setstate_r, random_r): Declare. (RAND_MAX): Define. * m4/stdlib_h.m4: Define and AC_SUBST GNULIB_RANDOM_R and HAVE_RANDOM_R. * modules/stdlib: Substitute them, too. * MODULES.html.sh (Extra functions based on POSIX:2001) [Misc]: Add it. * doc/glibc-functions/initstate_r.texi: Mention the new module. * doc/glibc-functions/random_r.texi: Likewise. * doc/glibc-functions/setstate_r.texi: Likewise. * doc/glibc-functions/srandom_r.texi: Likewise. * config/srclist.txt: Mention it.
* sync against install.texi since Autoconf no longer provides INSTALLKarl Berry2008-08-251-1/+2
|
* generate argz.c and argz.in.h from glibc sourcesJim Meyering2008-06-052-3/+68
| | | | | | | | | | | | | | | | * config/argz.mk: New file, with rules to generate the two files. * modules/argz (Depends-on): Add mempcpy, stpcpy, strndup and strnlen. Suggested by David Lutterkort. * m4/argz.m4: Require AC_C_RESTRICT. Check only for the existence of one function, argz_replace, since it seems to have been added most recently. Also, remove the side effect of defining HAVE_ARGZ_* symbols. * lib/argz.c: Now generated directly from glibc sources, rather than imported from libtool. Includes the following additional functions: argz_extract, argz_create, argz_delete, str_append, argz_replace. * lib/argz.in.h: Likewise. * config/srclist.txt: Reflect that argz* files are no longer pulled from libtool.
* remove trailing blanksJim Meyering2008-05-201-1/+1
|
* try to preserve x bitsKarl Berry2008-01-302-4/+7
|
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-072-26/+21
|
* Rename getopt_.h to getopt.in.h.Bruno Haible2007-10-021-1/+1
|
* Rename fnmatch_.h to fnmatch.in.h.Bruno Haible2007-10-021-1/+1
|
* skip licenses in srclist for nowKarl Berry2007-06-211-7/+1
|
* track www changes in license filesKarl Berry2007-06-201-6/+6
|
* no more (semi)auto updating for gettextKarl Berry2007-06-101-44/+1
|
* gendocs_template_minKarl Berry2007-04-291-1/+2
|
* Assume 'long double' exists.Bruno Haible2007-04-061-2/+1
|
* 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.