summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* New module 'environ'.Bruno Haible2008-02-245-19/+25
* * lib/fts.c (fts_build): Typo correction to comment.Martin Buchholz2008-02-201-1/+1
* Avoid generating no-op conflicts.Bruno Haible2008-02-181-3/+10
* Speed up by 10%.Bruno Haible2008-02-181-4/+7
* Speed up by 25%.Bruno Haible2008-02-181-17/+32
* Speed up from O(n^2) to O(n).Bruno Haible2008-02-181-1/+2
* New option --split-merged-entry.Bruno Haible2008-02-181-129/+357
* Support the "git pull --rebase" situation.Bruno Haible2008-02-171-6/+13
* Avoid doubling \ in common case of "c-maybe" quoting style.Eric Blake2008-02-162-2/+7
* Avoid trigraph quoting in default output.Eric Blake2008-02-162-13/+19
* Don't rely on signed integer overflowing to negative value.Lasse Collin2008-02-131-2/+3
* Silence warning in last patch.Eric Blake2008-02-121-1/+1
* Quotearg part 4: add tests, fix c-maybe colon quoting.Eric Blake2008-02-122-37/+141
* Quotearg part 3: add flag to control outer quote elision.Eric Blake2008-02-122-49/+101
* Quotearg part 2: add flag that can control NUL elision.Eric Blake2008-02-122-24/+73
* Quotearg part 1: more wrappers, restore quotearg_char state.Eric Blake2008-02-122-8/+78
* 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