summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* unlinkdir: cannot_unlink_dir may modify process stateJim Meyering2009-03-031-2/+6
* Fix compilation error on non-glibc systems.David Lutterkort2009-03-031-0/+9
* Use socklen_t in the native Windows replacements prototypes.Bruno Haible2009-03-013-8/+8
* Omit an error message that the caller can do better.Bruno Haible2009-03-012-4/+5
* Remove unnecessary cast.Eric Blake2009-03-011-3/+3
* setsockopt: Add support for timeouts on W32Martin Lambers2009-03-012-2/+44
* getaddrinfo: Use EAI_INPROGRESS instead of __USE_GNU, for consistency with ne...Simon Josefsson2009-03-011-2/+2
* More support for FreeMiNT.Bruno Haible2009-03-011-0/+3
* More support for FreeMiNT.Bruno Haible2009-03-011-1/+6
* More support for FreeMiNT.Bruno Haible2009-03-012-8/+18
* Undo last lib/fflush.c commit.Bruno Haible2009-03-011-6/+0
* Add tentative support for FreeMiNT.Bruno Haible2009-02-2812-10/+67
* Clarify specification of wait_subprocess.Bruno Haible2009-02-281-2/+4
* Use 'defined _LP64'.Bruno Haible2009-02-272-7/+7
* Oops, ignore NEED_PRINTF_DIRECTIVE_LS when IN_LIBINTL is defined.Bruno Haible2009-02-261-2/+2
* Fix *printf behaviour regarding the %ls directive.Bruno Haible2009-02-261-2/+2
* Fix comment.Bruno Haible2009-02-251-1/+1
* Typography in comments.Bruno Haible2009-02-241-3/+3
* Update copyright year.Bruno Haible2009-02-241-1/+1
* vasnprintf: Fix invalid read past end of memory block.Bruno Haible2009-02-241-29/+631
* Implement new clarified decomposition of Hangul syllables.Bruno Haible2009-02-222-18/+60
* Handle empty strings correctly.Bruno Haible2009-02-221-0/+23
* Cosmetic tweaks in the safe-alloc module.Bruno Haible2009-02-222-4/+5
* New module 'uninorm/filter'.Bruno Haible2009-02-212-0/+409
* Whitespace.Bruno Haible2009-02-211-1/+1
* Add a comment.Bruno Haible2009-02-211-1/+2
* New module 'uninorm/nfkc'.Bruno Haible2009-02-211-0/+31
* New module 'uninorm/nfkd'.Bruno Haible2009-02-211-0/+31
* New module 'uninorm/nfc'.Bruno Haible2009-02-211-0/+30
* New module 'uninorm/nfd'.Bruno Haible2009-02-211-0/+30
* New module 'uninorm/u32-normalize'.Bruno Haible2009-02-211-0/+38
* New module 'uninorm/u16-normalize'.Bruno Haible2009-02-211-0/+38
* New module 'uninorm/u8-normalize'.Bruno Haible2009-02-213-0/+424
* New module 'uninorm/decompose-internal'.Bruno Haible2009-02-211-0/+28
* New module 'uninorm/composition'.Bruno Haible2009-02-212-0/+1043
* New module 'uninorm/compat-decomposition'.Bruno Haible2009-02-212-0/+67
* New module 'uninorm/canonical-decomposition'.Bruno Haible2009-02-211-0/+87
* New module 'uninorm/decomposition'.Bruno Haible2009-02-211-0/+81
* New module 'uninorm/decomposition-table'.Bruno Haible2009-02-214-0/+3243
* Remove old, dead code in last commit.Bruno Haible2009-02-211-221/+4
* Emit decomposition and composition tables.Bruno Haible2009-02-211-4/+740
* New module 'uninorm/base'.Bruno Haible2009-02-212-2/+155
* New module 'safe-alloc'.David Lutterkort2009-02-212-0/+240
* fts: avoid used-uninitialized error due to recent changeJim Meyering2009-02-181-5/+7
* fts: add #if guards so that the fts_lgpl module still buildsJim Meyering2009-02-161-0/+4
* New module 'array-mergesort'.Bruno Haible2009-02-161-0/+274
* Fix 2009-02-07 commit of format strings.Bruno Haible2009-02-161-34/+50
* fts: arrange not to stat non-directories in more casesJim Meyering2009-02-132-2/+155
* fts: move a function definition "up" (no semantic change)Jim Meyering2009-02-131-46/+46
* fts: correct internal computation of nlinks (optimization-related)Jim Meyering2009-02-111-1/+1