summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Rename __fpending.c -> fpending.c and __fpending.h -> fpending.hJim Meyering2007-09-083-5/+5
* Fix mis-recognition of 'mcs' on QNX 6.Bruno Haible2007-09-021-4/+36
* Add double-inclusion guard.Bruno Haible2007-09-011-0/+5
* Let linebreak rely on uniwidth/width.Bruno Haible2007-09-012-511/+4
* Rename mreadlink_with_size to areadlink_with_size.Jim Meyering2007-08-283-5/+5
* lib/readline.c: Don't include getline.h, the prototype is now found in stdio.h.Simon Josefsson2007-08-231-2/+1
* Getdelim touchup.Jim Meyering2007-08-231-8/+3
* Getline touchups.Eric Blake2007-08-232-4/+10
* * tests/test-getdelim.c (main): Use remove, not unlink.Eric Blake2007-08-222-56/+0
* Move getline and getdelim into stdio.h, per POSIX 200x.Eric Blake2007-08-228-19/+56
* Optimization: no need to flush stdin if we can determine quickly that stdin'sBruno Haible2007-08-201-4/+11
* New module 'freadahead'.Bruno Haible2007-08-192-0/+99
* Test yesno in combination with closein.Eric Blake2007-08-191-3/+7
* Add tentative support for Solaris/AMD64.Bruno Haible2007-08-193-5/+21
* Work around lseek bug on BeOS.Bruno Haible2007-08-191-3/+19
* Fuzzy string comparison.Bruno Haible2007-08-182-0/+221
* - Comment style.Bruno Haible2007-08-181-14/+16
* New file: lib/idcache.hJim Meyering2007-08-182-8/+26
* * MODULES.html.sh: Add diffseq.Paul Eggert2007-08-171-0/+460
* * lib/count-one-bits.h: Add comments. (From Bruno Haible.)Ben Pfaff2007-08-151-6/+8
* * NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.Paul Eggert2007-08-102-30/+84
* * lib/xstrtol-error.c: Add missing include.Eric Blake2007-08-081-0/+2
* Move xstrtol messages into gnulib domain, when --pobase is used.Eric Blake2007-08-083-64/+62
* New function: mfile_name_concat.Jim Meyering2007-08-082-6/+25
* * NEWS: Describe interface changes to human, xstrtol.Paul Eggert2007-08-064-30/+28
* Use a slightly cleaner hack on BSD systems.Bruno Haible2007-07-311-2/+21
* * lib/fts.c (fts_read): Upon failure to chdir into a subdirectory,Jim Meyering2007-07-301-1/+1
* Revert last patch.Bruno Haible2007-07-263-25/+17
* 2007-07-25 Jim Meyering <jim@meyering.net>Bruno Haible2007-07-253-17/+25
* Improve name: "count-one-bits" is better than "popcount".Ben Pfaff2007-07-251-26/+22
* (popcount32): Reduce size of constants, to allow better codeBen Pfaff2007-07-241-5/+5
* * lib/popcount.h: Use verify_true instead of if...abort.Ben Pfaff2007-07-241-6/+6
* Use faster, branchless algorithm for non-GCC case.Ben Pfaff2007-07-231-8/+26
* New module: popcount.Ben Pfaff2007-07-231-0/+60
* Add missing definition of _ macro.Bruno Haible2007-07-212-2/+4
* Emit a "do not edit" line to the generated file.Bruno Haible2007-07-152-0/+2
* Fix a #if error that causes a build failure on Linux/PowerPC with glibc-2.3.6.Bruno Haible2007-07-141-1/+1
* * lib/stdint_.h: Fix typo: _GL_JUST_INCLUDE_SYSTEM_INTTYPES_H wasPaul Eggert2007-07-132-13/+3
* * lib/version-etc.c (version_etc_va): Default to GPLv3+.Eric Blake2007-07-101-1/+1
* Update copyright year.Bruno Haible2007-07-081-1/+1
* Update to Unicode 5.0.Bruno Haible2007-07-081-30/+94
* Regenerated for Unicode 5.0.Bruno Haible2007-07-081-45769/+50238
* Update to Unicode 5.0.Bruno Haible2007-07-082-24/+33
* Work around MacOS X wcwidth(0x0301) bug.Bruno Haible2007-07-071-1/+23
* wcwidth.h is gone.Bruno Haible2007-07-071-1/+0
* Remove the wcwidth.h file. Move wcwidth's declaration to wchar_.h.Bruno Haible2007-07-075-59/+37
* Provide wcwidth replacement in separate file wcwidth.c.Bruno Haible2007-07-072-10/+33
* New module 'uniwidth/u32-strwidth'.Bruno Haible2007-07-071-0/+31
* New module 'uniwidth/u16-strwidth'.Bruno Haible2007-07-071-0/+31
* New module 'uniwidth/u8-strwidth'.Bruno Haible2007-07-071-0/+31