summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Comment changes.Bruno Haible2008-02-111-3/+3
* New module 'git-merge-changelog'.Bruno Haible2008-02-111-0/+1273
* New abstract list operation 'node_set_value'.Bruno Haible2008-02-1013-13/+130
* Avoid gcc warnings due to misplaced 'const'.Bruno Haible2008-02-101-4/+4
* xstrtol_error: Fix typo.Jim Meyering2008-02-101-2/+2
* Avoid two "parameter unused" warnings.Jim Meyering2008-02-081-0/+4
* Don't use %n on native Woe32 systems, to avoid a crash on Windows Vista systems.Bruno Haible2008-02-081-1/+16
* Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.Bruno Haible2008-02-071-5/+7
* Fix bug introduced on 2008-01-26.Bruno Haible2008-02-071-2/+2
* Fix bug introduced on 2007-06-10.Bruno Haible2008-02-061-6/+2
* getloadavg: use libperfstat on AIX5Peter O'Gorman2008-02-051-3/+29
* Add comments about required includes.Bruno Haible2008-02-031-2/+7
* Mark set_uint32 function as 'inline'.Bruno Haible2008-01-313-3/+3
* Use "sizeof VAR", rather than a literal "4".Jim Meyering2008-01-313-13/+13
* Add SHA1_DIGEST_SIZE #define to sha1.h.Simon Josefsson2008-01-311-0/+2
* Prefer "sizeof v" over the equivalent "4".Jim Meyering2008-01-313-3/+3
* 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