Fri, 15 Jul 2011 15:08:34 -0600 |
Eric Blake |
ffsl, ffsll: new modules
|
Tue, 12 Jul 2011 11:44:55 +0200 |
Bruno Haible |
Rename module 'warn-on-use' to 'snippet/warn-on-use'.
|
Tue, 12 Jul 2011 11:39:50 +0200 |
Bruno Haible |
Rename module 'c++defs' to 'snippet/c++defs'.
|
Tue, 12 Jul 2011 11:34:36 +0200 |
Bruno Haible |
Rename module 'arg-nonnull' to 'snippet/arg-nonnull'.
|
Wed, 08 Jun 2011 13:23:56 +0200 |
Bruno Haible |
gnulib-tool: Better isolation between different gnulib-tool invocations.
|
Sun, 29 May 2011 15:44:42 +0200 |
Bruno Haible |
Allow multiple gnulib generated include files to be combined.
|
Fri, 06 May 2011 08:15:59 -0700 |
Bruce Korb |
manual merge
topic/libposix
|
Fri, 15 Apr 2011 13:53:50 -0600 |
Eric Blake |
strchrnul: work around cygwin bug
|
Sun, 03 Apr 2011 23:07:25 +0200 |
Bruno Haible |
Ensure to rebuild generated .h files when config.status has changed.
|
Fri, 01 Apr 2011 08:10:58 -0700 |
Bruce Korb |
merge to current master
|
Sun, 06 Feb 2011 21:11:40 +0100 |
Bruce Korb |
libposix: Revert the unreviewed part of yesterday's big merge.
|
Sat, 05 Feb 2011 08:22:48 -0800 |
Bruce Korb |
libposix: Add _HEADERS primaries to posix modules.
|
Tue, 14 Dec 2010 11:49:02 -0800 |
Bruce Korb |
hand merged
|
Tue, 16 Nov 2010 13:34:36 -0800 |
Bruce Korb |
spell the pkginclude directory correctly.
|
Tue, 16 Nov 2010 13:07:00 -0800 |
Bruce Korb |
replace include_HEADERS with pkgincludedir_HEADERS
|
Mon, 11 Oct 2010 15:51:59 +0700 |
Gary V. Vaughan |
add _HEADERS primaries to Makefile.am snippets for installable headers
|
Thu, 11 Nov 2010 13:15:28 +0100 |
Bruno Haible |
New module 'strerror_r-posix'.
|
Mon, 04 Oct 2010 23:35:51 +0200 |
Bruno Haible |
Avoid line length limitation from HP NonStop system header files.
|
Sat, 10 Apr 2010 11:29:14 +0200 |
Bruno Haible |
strnlen: Fix warning in C++ mode on MacOS X.
|
Mon, 05 Apr 2010 21:14:58 +0200 |
Bruno Haible |
New module 'strncat'.
|
Mon, 05 Apr 2010 13:12:59 +0200 |
Bruno Haible |
memchr: Avoid a possible C++ test error.
|
Sun, 04 Apr 2010 23:41:29 +0200 |
Bruno Haible |
string: Remove unused substitution.
|
Sat, 03 Apr 2010 13:21:17 +0200 |
Bruno Haible |
stpncpy: Fix C++ test error on mingw.
|
Mon, 08 Mar 2010 01:26:36 +0100 |
Bruno Haible |
string: Avoid #define replacements in C++ mode.
|
Wed, 16 Dec 2009 16:20:28 -0700 |
Eric Blake |
warn-on-use: use instead of link-warning
|
Sat, 16 Jan 2010 20:30:58 +0100 |
Ralf Wildenhues |
Split large sed scripts, for HP-UX sed.
|
Thu, 07 Jan 2010 23:42:03 +0100 |
Bruno Haible |
mbslen: Avoid collision with system function.
|
Fri, 11 Dec 2009 01:15:28 +0100 |
Bruno Haible |
New module 'arg-nonnull'. Declare which arguments expect non-NULL values.
|
Wed, 09 Dec 2009 12:41:19 +0100 |
Bruno Haible |
link-warning: Add copyright notice.
|
Thu, 17 Sep 2009 11:49:36 -0600 |
Eric Blake |
maint: make Include sections of modules consistent
|
Wed, 09 Sep 2009 21:34:32 -0600 |
Eric Blake |
strndup: fix improper m4 caching
|
Sun, 06 Sep 2009 17:17:41 +0200 |
Ben Pfaff |
Work around a glibc bug in strtok_r.
|
Sat, 22 Aug 2009 11:28:08 +0200 |
Jim Meyering |
annotate automake snippets with $(AM_V_GEN) and $(AM_V_at)
|
Wed, 12 Aug 2009 10:23:03 -0600 |
Eric Blake |
stddef: fix NetBSD 5.0 NULL bug, rather than working around it
|
Mon, 08 Jun 2009 06:29:17 -0600 |
Eric Blake |
memchr: detect broken x86_64 and alpha implementations
|
Sun, 21 Sep 2008 14:54:54 +0200 |
Bruno Haible |
New module 'strdup-posix'.
|
Sat, 30 Aug 2008 03:09:15 +0200 |
Bruno Haible |
Avoid some "gcc -pedantic" warnings.
|
Tue, 19 Aug 2008 09:23:40 -0600 |
Eric Blake |
strverscmp: migrate from "strverscmp.h" to <string.h>
|
Mon, 28 Apr 2008 17:08:43 -0600 |
Eric Blake |
Add rawmemchr module, matching glibc.
|
Thu, 10 Jan 2008 22:22:51 -0700 |
Eric Blake |
Convert strcasestr module to use Two-Way algorithm.
|
Tue, 15 Jan 2008 02:25:14 +0100 |
Bruno Haible |
Replace strsignal if it does not work fine.
|
Mon, 14 Jan 2008 00:26:30 +0100 |
Colin Watson |
New module 'strsignal'.
|
Thu, 10 Jan 2008 07:38:11 -0700 |
Eric Blake |
Avoid quadratic strstr implementations.
|
Wed, 19 Dec 2007 16:09:03 -0700 |
Eric Blake |
Fix memmem to avoid O(n^2) worst-case complexity.
|
Mon, 03 Dec 2007 12:50:59 +0100 |
Bruno Haible |
Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
|
Tue, 02 Oct 2007 00:33:23 +0200 |
Bruno Haible |
Rename string_.h to string.in.h.
|
Tue, 25 Sep 2007 10:40:16 -0600 |
Eric Blake |
Fix strerror on Interix.
|
Mon, 16 Jul 2007 10:45:26 +0000 |
Bruno Haible |
Use the synonymous term LGPLv2.
|
Thu, 21 Jun 2007 04:39:09 +0000 |
Paul Eggert |
* m4/include_next.m4 (gl_INCLUDE_NEXT): Define and AC_SUBST
|
Mon, 11 Jun 2007 00:29:30 +0000 |
Bruno Haible |
New module 'mbsnlen'.
|
Thu, 17 May 2007 06:14:29 +0000 |
Paul Eggert |
* lib/fcntl_.h: Prefer #include_next <foo.h> to #include
|
Sat, 17 Feb 2007 22:21:32 +0000 |
Bruno Haible |
New module 'link-warning'.
|
Thu, 15 Feb 2007 03:07:04 +0000 |
Bruno Haible |
New module 'mbspcasecmp'.
|
Thu, 15 Feb 2007 02:57:13 +0000 |
Bruno Haible |
New module 'mbsncasecmp'.
|
Sun, 11 Feb 2007 17:02:31 +0000 |
Bruno Haible |
New module 'mbslen'.
|
Tue, 06 Feb 2007 01:59:41 +0000 |
Bruno Haible |
New module 'mbssep'.
|
Mon, 05 Feb 2007 03:30:43 +0000 |
Bruno Haible |
New module 'mbstok_r'.
|
Mon, 05 Feb 2007 03:23:34 +0000 |
Bruno Haible |
New module 'mbsspn'.
|
Mon, 05 Feb 2007 03:12:26 +0000 |
Bruno Haible |
New module 'mbspbrk'.
|
Mon, 05 Feb 2007 03:06:40 +0000 |
Bruno Haible |
New module 'mbscspn'.
|