summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix missing escape.Bruno Haible2007-04-031-3/+3
|
* autoupdateKarl Berry2007-04-021-9/+9
|
* Talk primarily about git, not CVS.Bruno Haible2007-03-312-5/+7
|
* Break long line.Bruno Haible2007-03-191-2/+4
|
* Fix typos.Ben Pfaff2007-03-191-5/+5
| | | | Suggested by Thien-Thi Nguyen <ttn@gnuvola.org>.
* Recommend using as prefix a directory that does not exist and willBen Pfaff2007-03-181-5/+24
| | | | | never be created. Based on discussion with Bruno Haible, Ralf Wildenhues, Matthew Woehlke, and others.
* autoupdateKarl Berry2007-03-181-2/+2
|
* autoupdateKarl Berry2007-03-171-2/+2
|
* * lib/quotearg.c: Include <wctype.h> early, before the definition ofPaul Eggert2007-03-151-2/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the iswprint macro. Needed on Solaris 2.5.1. 2007-03-12 Bruno Haible <bruno@clisp.org> * tests/test-printf-frexp.c (main): Declare x as volatile. 2007-03-12 Simon Josefsson <simon@josefsson.org> * doc/gnulib.texi (Build robot for gnulib): New section. 2007-03-12 Jim Meyering <jim@meyering.net> * build-aux/bootstrap: New file. * build-aux/bootstrap.conf: New file, from coreutils. 2007-03-11 Bruno Haible <bruno@clisp.org> * m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE. 2007-03-12 Simon Josefsson <simon@josefsson.org> * lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to avoid collisions with 'des_setkey'. Reported by Bruno Haible <bruno@clisp.org>. Also change 'tripledes_' to '3des_'. 2007-03-11 Bruno Haible <bruno@clisp.org> * m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to compile, set LOCALE_TR_UTF8 to 'none' instead of empty. 2007-03-11 Bruno Haible <bruno@clisp.org> * lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX formula. Needed for SunPRO C 5.0.
* autoupdateKarl Berry2007-03-091-4/+2
|
* Rename module 'relocatable' to 'relocatable-prog'.Bruno Haible2007-03-031-5/+5
|
* Typo, found by Ben Pfaff.Bruno Haible2007-03-021-1/+1
|
* * doc/gnulib-tool.texi (Initial import): Reword description ofPaul Eggert2007-03-021-4/+3
| | | | | _FILE_OFFSET_BITS and _GNU_SOURCE, since they sometimes have a limited effect even if defined after the first system include.
* Recommend to set -D options in CPPFLAGS, not CFLAGS.Bruno Haible2007-03-021-1/+1
|
* Might not work on OpenBSD.Bruno Haible2007-03-021-1/+3
|
* Gnulib doesn't impose ordering constraints between include files, exceptBruno Haible2007-03-021-4/+4
| | | | for <config.h>.
* Followup to the 2007-02-12 patch, using suggestions from Bruno Haible inPaul Eggert2007-03-011-2/+3
| | | | | | | | | | | | <http://lists.gnu.org/archive/html/bug-gnulib/2007-02/msg00136.html>. * doc/gnulib-tool.texi (Initial import): Mention _FILE_OFFSET_BITS as another example. * lib/time_.h: Fix misspelling. * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_HEADER_TIME_H_DEFAULTS. * m4/strptime.m4 (gl_FUNC_STRPTIME): Likewise. * m4/time_r.m4 (gl_TIME_R): Likewise. * m4/timegm.m4 (gl_FUNC_TIMEGM): Likewise.
* New modules relocatable, relocatable-lib, relocatable-script.Bruno Haible2007-03-011-2/+4
|
* Documentation of 'relocatable' module - for maintainers.Bruno Haible2007-03-011-0/+142
|
* Documentation of relocatability for users / installers.Bruno Haible2007-03-011-0/+41
|
* autoupdateKarl Berry2007-02-251-1/+1
|
* if have foo_.h, cvs-ignore foo.hKarl Berry2007-02-241-0/+13
|
* New module 'time', so that apps can include <time.h> as perPaul Eggert2007-02-121-11/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* syncKarl Berry2007-02-031-7/+7
|
* * doc/gnulib-tool.texi (Initial import): Update to match currentPaul Eggert2007-01-261-9/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | behavior with strdup module. * lib/.cppi-disable: Remove strcase.h, strdup.h, strndup.h, strnlen.h. * lib/memmem.h: Remove; all uses removed. This is now done by <string.h>. * lib/mempcpy.h: Likewise. * lib/memrchr.h: Likewise. * lib/stpcpy.h: Likewise. * lib/stpncpy.h: Likewise. * lib/strcase.h: Likewise. * lib/strchrnul.h: Likewise. * lib/strdup.h: Likewise. * lib/strndup.h: Likewise. * lib/strnlen.h: Likewise. * lib/strpbrk.h: Likewise. * lib/strsep.h: Likewise. * lib/strstr.h: Likewise. * lib/strtok_r.h: Likewise. * lib/string_.h: New file. * lib/argp-namefrob.h: Don't include no-longer-existent include files. Rely on <string.h> instead. * lib/canon-host.c: Likewise. * lib/chdir-long.c: Likewise. * lib/concatpath.c: Likewise. * lib/exclude.c: Likewise. * lib/fchdir.c: Likewise. * lib/getaddrinfo.c: Likewise. * lib/getcwd.c: Likewise. * lib/getsubopt.c: Likewise. * lib/glob.c: Likewise. * lib/hard-locale.c: Likewise. * lib/iconvme.c: Likewise. * lib/javacomp.c: Likewise. * lib/mempcpy.c: Likewise. * lib/memrchr.c: Likewise. * lib/regex_internal.h: Likewise. * lib/stpncpy.c: Likewise. * lib/strcasecmp.c: Likewise. * lib/strchrnul.c: Likewise. * lib/strdup.c: Likewise. * lib/striconv.c: Likewise. * lib/striconveh.c: Likewise. * lib/striconveha.c: Likewise. * lib/strncasecmp.c: Likewise. * lib/strndup.c: Likewise. * lib/strnlen.c: Likewise. * lib/strsep.c: Likewise. * lib/strstr.c: Likewise. * lib/strtok_r.c: Likewise. * lib/userspec.c: Likewise. * lib/w32spawn.h: Likewise. * lib/xstrndup.c: Likewise. * lib/mountlist.c (strstr): Remove decl. * m4/string_h.m4: New file. * m4/memmem.m4 (gl_FUNC_MEMMEM): Set HAVE_DECL_MEMMEM if necessary. * m4/mempcpy.m4 (gl_FUNC_MEMPCPY): Set HAVE_MEMPCPY if necessary. * m4/memrchr.m4 (gl_FUNC_MEMRCHR): Set HAVE_MEMRCHR * m4/stpcpy.m4 (gl_FUNC_STPCPY): Set HAVE_STPCPY if necessary. * m4/stpncpy.m4 (gl_PREREQ_STPNCPY): Set HAVE_STPNCPY if necessary. * m4/strcase.m4 (gl_FUNC_STRCASECMP): Set REPLACE_STRCASECMP if necessary. (gl_FUNC_STRNCASECMP): Set HAVE_DECL_STRNCASECMP if necessary. * m4/strchrnul.m4 (gl_FUNC_STRCHRNUL): Set HAVE_STRCHRNUL if necessary. * m4/strdup.m4 (gl_FUNC_STRDUP): Set HAVE_DECL_STRDUP if necessary. * m4/strndup.m4 (gl_FUNC_STRNDUP): Set HAVE_DECL_STRNLEN and HAVE_DECL_STRDUP if necessary. (gl_PREREQ_STRNLEN): Don't bother to check for strnlen decl, since gl_FUNC_STRNDUP does that now. * m4/strnlen.m4 (gl_FUNC_STRNLEN): Set HAVE_DECL_STRNLEN if necessary. Check for decl here... (gl_PREREQ_STRNLEN): ... not here. * m4/strpbrk.m4 (gl_FUNC_STRPBRK): Set HAVE_STRPBRK if necessary. * m4/strsep.m4 (gl_FUNC_STRSEP): Set HAVE_STRSEP if necessary. * m4/strstr.m4 (gl_FUNC_STRSTR): Set REPLACE_STRSTR if necessary. * m4/strtok_r.m4 (gl_FUNC_STRTOK_R): Set HAVE_DECL_STRTOK_R if necessary. * modules/string: New file. * modules/memmem (Files): Remove special-purpose include file. (Depends-on): Add string. (Include): Include <string.h>, not the removed file. * modules/mempcpy: Likewise. * modules/memrchr: Likewise. * modules/stpcpy: Likewise. * modules/stpncpy: Likewise. * modules/strcase: Likewise. * modules/strchrnul: Likewise. * modules/strdup: Likewise. * modules/strndup: Likewise. * modules/strnlen: Likewise. * modules/strpbrk: Likewise. * modules/strsep: Likewise. * modules/strstr: Likewise. * modules/strtok_r: Likewise. * tests/test-dirname.c: Don't include "stdup.h", since <string.h> now suffices. * tests/test-memmem.c: Don't include "memmem.h", since <string.h> now suffices.
* autoupdateKarl Berry2007-01-212-28/+34
|
* Tweak: Use undetermined copyright years.Bruno Haible2007-01-161-3/+3
|
* Fix typo, reported by Ralf Wildenhues.Bruno Haible2007-01-151-1/+1
|
* Explain the different license terms for module descriptions,Bruno Haible2007-01-151-0/+43
| | | | autoconf macros, tests, documentation.
* main must set program_nameKarl Berry2007-01-081-0/+4
|
* document error/progname interactionKarl Berry2007-01-032-17/+30
|
* autoupdateKarl Berry2006-12-091-13/+15
|
* autoupdateKarl Berry2006-12-011-5/+9
|
* autoupdateKarl Berry2006-11-161-9/+23
|
* * doc/functions.texi (Function Portability): *printf functions onEric Blake2006-11-141-12/+18
| | | | Cygwin now understand all POSIX size specifiers.
* * README: Fix typo.Ralf Wildenhues2006-11-071-5/+5
| | | | | * doc/gnulib.texi (Miscellaneous Notes): Likewise, rename... (Miscellanous Notes): ...from this.
* GNU/Unix -> GNU, Unix, andKarl Berry2006-10-241-1/+1
|
* Add back the spaces that Karl removed.Bruno Haible2006-10-241-14/+14
|
* --- instead of --; non-naive naive.Karl Berry2006-10-231-40/+42
|
* Add an introduction.Bruno Haible2006-10-231-3/+20
|
* Introduction to gnulib.Bruno Haible2006-10-231-0/+251
|
* Split the chapter "Gnulib" into 3 chapters "Introduction",Bruno Haible2006-10-231-35/+43
| | | | "Miscellanous Notes", "Particular Modules".
* autoupdateKarl Berry2006-10-161-3/+3
|
* gif patents expiredKarl Berry2006-10-141-3/+1
|
* autoupdateKarl Berry2006-10-091-6/+41
|
* Merge the ChangeLogs into one ChangeLog, at the root.Paul Eggert2006-10-091-218/+0
|
* Fix some dates and names in ChangeLog entries.Paul Eggert2006-10-091-2/+2
|
* Emphasize the drawbacks of the --symlink option.Bruno Haible2006-10-092-2/+12
|
* autoupdateKarl Berry2006-09-261-11/+12
|
* missed commit.Karl Berry2006-09-201-0/+4
|