summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* sha1.c (set_uint32): Mark function as static.Simon Josefsson2008-01-311-2/+2
* md2: clarify comments to say that alignment is not required.Simon Josefsson2008-01-312-18/+6
* md4: adapt alignment constraint fix from sha1.Simon Josefsson2008-01-312-22/+20
* md5: adapt alignment constraint fix from sha1.Simon Josefsson2008-01-312-22/+20
* sha1: remove the result buffer alignment constraintPeter Palfrader2008-01-312-22/+21
* vasnprintf.c: Avoid warning about unused labelJim Meyering2008-01-291-1/+3
* Use the GCC built-in __builtin_isnanl (if it works).Bruno Haible2008-01-262-4/+12
* Make use of GCC's __builtin_isnan.Bruno Haible2008-01-261-1/+5
* Use the GCC built-in when available.Bruno Haible2008-01-261-2/+6
* Rename isnan, applicable to 'double' only, to isnand.Bruno Haible2008-01-266-21/+44
* Exploit the __builtin_signbit GCC built-in.Bruno Haible2008-01-261-0/+8
* Prefer <config.h> over "config.h". See autoconf doc for explanation.Jim Meyering2008-01-251-3/+3
* Add module sockets.Simon Josefsson2008-01-242-0/+89
* Need string.h unconditionally, for strncpy or strcpy.Simon Josefsson2008-01-171-2/+2
* Convert c-strcasestr to be more efficient.Eric Blake2008-01-161-101/+44
* Disable secure memory in gc-libgcrypt.c.Simon Josefsson2008-01-161-1/+4
* Need string.h for strcpy in gethostname module.Simon Josefsson2008-01-161-1/+3
* Fix problem with getdate on mingw32 reported by Simon JosefssonPaul Eggert2008-01-152-2/+2
* Convert strcasestr module to use Two-Way algorithm.Eric Blake2008-01-143-99/+56
* Replace strsignal if it does not work fine.Bruno Haible2008-01-151-1/+4
* New module 'strsignal'.Colin Watson2008-01-143-0/+339
* Don't redefine __attribute__ without a need.Bruno Haible2008-01-1314-28/+28
* Make c-strstr rely on strstr.Bruno Haible2008-01-111-101/+4
* Fix a comment.Eric Blake2008-01-111-3/+3
* Share two-way algorithm.Eric Blake2008-01-103-711/+434
* Avoid quadratic strstr implementations.Eric Blake2008-01-102-6/+452
* Make it possible to avoid all memory leaks when calling relocate().Bruno Haible2008-01-102-6/+21
* Update copyright year.Bruno Haible2008-01-101-1/+1
* * lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if directive:Colin Watson2008-01-101-1/+1
* Work around OpenBSD 4.0 tdelete() bug.Bruno Haible2008-01-101-2/+10
* Give gcc some memmem optimization hints.Eric Blake2008-01-091-7/+25
* Handle the particular PRIdMAX values on MacOS X and mingw.Bruno Haible2008-01-091-1/+39
* Document the knuth_morris_pratt calling convention better.Bruno Haible2008-01-083-6/+12
* Rewrite memmem to guarantee linear complexity without malloc.Eric Blake2008-01-081-193/+362
* Don't strip off a leading "lt-" prefix outside a .libs directory.Bruno Haible2008-01-081-4/+6
* Improve memory cleanup in 'relocatable' module.Bruno Haible2008-01-083-20/+38
* Treat untyped memory as an 'unsigned char' array.Bruno Haible2008-01-041-19/+21
* lib/version-etc.c (COPYRIGHT_YEAR): Increase for new year.Jim Meyering2008-01-021-2/+2
* Avoid use of private FTS type name.Jim Meyering2007-12-311-1/+1
* Unify 5 copies of the KMP code.Bruno Haible2007-12-316-606/+170
* Don't define xmmalloca if not needed.Bruno Haible2007-12-311-0/+4
* New macro xnmalloca.Bruno Haible2007-12-311-3/+14
* Protect against integer overflow in malloca() calls.Bruno Haible2007-12-317-14/+21
* Ensure that 'glob' stays under LGPLv2+.Bruno Haible2007-12-311-3/+17
* * lib/memmem.c (knuth_morris_pratt): Check for size_t overflowPaul Eggert2007-12-291-1/+4
* Override getpagesize on mingw.Martin Lambers2007-12-262-1/+43
* Use plain ANSI C syntax.Bruno Haible2007-12-261-2/+4
* Fix link error in relocatability wrappers, due to xalloc_die().Bruno Haible2007-12-262-5/+11
* Split setenv module into setenv and unsetenv. Get rid of setenv.h.Bruno Haible2007-12-268-61/+32
* Use GNU style coding conventions.Bruno Haible2007-12-261-54/+54