summaryrefslogtreecommitdiff
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Optimize getndelim2 to use block operations when possible.Eric Blake2008-04-291-0/+4
* Ensure the system declares inet_ntop, inet_pton when possible.Bruno Haible2008-04-302-0/+2
* Silence valgrind on safe reads beyond potential array bounds.Eric Blake2008-04-292-0/+2
* Enable gnulib's <arpa/inet.h> replacement also when inet_ntop or inet_pton ne...Bruno Haible2008-04-291-2/+5
* * modules/mkdir (License): Re-license as LGPLv2+.Jim Meyering2008-04-291-1/+1
* Set the module maintainer.Bruno Haible2008-04-292-2/+2
* Make arpa/inet module build under MinGW.Simon Josefsson2008-04-291-0/+2
* Test getndelim2.Eric Blake2008-04-281-0/+11
* Use 'raise'.Bruno Haible2008-04-291-0/+1
* Declare rpmatch.Bruno Haible2008-04-292-0/+6
* Change rpmatch to use nl_langinfo when appropriate.Bruno Haible2008-04-291-0/+1
* Add rawmemchr module, matching glibc.Eric Blake2008-04-284-0/+38
* Optimize and test strchrnul.Eric Blake2008-04-281-0/+10
* Remove intprops dependency.Eric Blake2008-04-283-3/+0
* Move inet_ntop and inet_pton declarations to arpa/inet.h.Simon Josefsson2008-04-282-4/+2
* Make test-stat-time pass on mingw.Bruno Haible2008-04-281-0/+1
* Make test-yesno.sh work on mingw.Bruno Haible2008-04-271-0/+1
* Optimize and test memrchr.Eric Blake2008-04-262-0/+11
* New private include file lib/stdio-impl.h.Bruno Haible2008-04-2612-0/+12
* Tests for module 'memchr'.Bruno Haible2008-04-261-0/+10
* Optimize parallel detection of matching bytes.Bruno Haible2008-04-261-0/+1
* Improve memchr2 performance.Eric Blake2008-04-231-0/+1
* Add inet_ntop and inet_pton declarations to arpa/inet.h, for MinGW.Simon Josefsson2008-04-233-1/+7
* * modules/verify (License): Re-license as LGPLv2+.Jim Meyering2008-04-221-1/+1
* Replace the isw* functions on Linux libc5.Bruno Haible2008-04-221-0/+1
* Fix conflict between modules 'canonicalize' and 'canonicalize-lgpl' differently.Bruno Haible2008-04-221-0/+1
* Fix compilation errors related to rpl_mkdir on mingw.Bruno Haible2008-04-211-2/+1
* Fix module dependencies.Bruno Haible2008-04-201-0/+2
* Remove trailing spaces.Bruno Haible2008-04-201-2/+2
* Fix test failure on platforms with non-GNU iconv.Bruno Haible2008-04-201-1/+4
* Fix link error on mingw.Bruno Haible2008-04-201-0/+1
* Work around snprintf bug on Linux libc5.Bruno Haible2008-04-192-0/+2
* Define module indicator, used by math.in.h.Bruno Haible2008-04-161-0/+1
* Make truncl work on OSF/1 4.0.Bruno Haible2008-04-131-1/+1
* test-quotearg needs to be linked against libintl (at least on Solaris).Bruno Haible2008-04-131-0/+1
* Override <sys/socket.h> when it exists but is incomplete.Bruno Haible2008-04-131-1/+1
* Work around Solaris 10 math.h bug.Eric Blake2008-04-121-0/+2
* Link test-strsignal with libintl.Bruno Haible2008-04-121-0/+1
* Link test-getaddrinfo with libintl.Bruno Haible2008-04-121-0/+1
* Include stdbool, for 'true' and 'false'.Bruno Haible2008-04-121-0/+1
* Fix a link error on MacOS X.Bruno Haible2008-04-111-1/+1
* relocatable-prog-wrapper needs the gl_ENVIRON macro.Bruno Haible2008-04-041-0/+1
* Use macros NaNf, NaNd, NaNl instead of NAN.Bruno Haible2008-04-0219-10/+15
* Guarantee a definition of NAN.Eric Blake2008-03-3110-0/+10
* Use the EOVERFLOW module instead of a manual fallback for EOVERFLOW.Bruno Haible2008-03-301-0/+1
* Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the CBruno Haible2008-03-3042-8/+42
* Tests for module 'EOVERFLOW'.Bruno Haible2008-03-301-0/+10
* New module 'EOVERFLOW'.Bruno Haible2008-03-301-0/+22
* Improve freadseek's efficiency after ungetc.Bruno Haible2008-03-301-0/+2
* Add hex float support.Eric Blake2008-03-291-0/+4