summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Avoid some "gcc -pedantic" warnings.Bruno Haible2008-08-3026-13/+62
* Add bitrotate module.Simon Josefsson2008-08-292-4/+63
* Revert "poll-win32"Paolo Bonzini2008-08-291-350/+40
* use unlocked I/O in getdelimPaolo Bonzini2008-08-271-5/+10
* c-stack: test that stack overflow can be caughtEric Blake2008-08-251-3/+5
* Fix uc_width(0x00AB) bug, introduced on 2007-07-08.Bruno Haible2008-08-241-2/+2
* Merge branch 'master' of ssh://bonzini@git.sv.gnu.org/srv/git/gnulibPaolo Bonzini2008-08-209-79/+91
|\
| * strverscmp: migrate from "strverscmp.h" to <string.h>Eric Blake2008-08-193-27/+15
| * lib/gc-gnulib.c: Indentation cleanup. Add some comments regarding Windows cr...Simon Josefsson2008-08-191-16/+30
| * Windows initialization fixes, tiny change from Adam Strzelecki <ono@java.pl>.Simon Josefsson2008-08-191-1/+9
| * Fix link error with Solaris threads.Bruno Haible2008-08-181-4/+4
| * Include <pthread.h>.Bruno Haible2008-08-181-0/+2
| * Fix 2008-08-03 change.Bruno Haible2008-08-182-25/+5
| * Avoid forcing a context switch right after thread creation.Bruno Haible2008-08-181-9/+29
* | poll-win32Paolo Bonzini2008-08-191-40/+350
|/
* Implement thread control primitives for Win32.Bruno Haible2008-08-182-0/+226
* Include the right header files.Bruno Haible2008-08-171-1/+2
* Fix syntax errors in C++ mode.Bruno Haible2008-08-173-2/+57
* Make gl_create_thread easier to use.Bruno Haible2008-08-171-10/+7
* New module 'yield'.Bruno Haible2008-08-171-0/+104
* New module 'thread'.Bruno Haible2008-08-171-0/+313
* Include <stdlib.h> always.Bruno Haible2008-08-173-9/+3
* New module 'cond'.Yoann Vandoorselaere2008-08-172-0/+382
* Move some code from module 'lock' to module 'threadlib'.Bruno Haible2008-08-172-39/+67
* c-stack: fix regression on Irix 5.3 from 2008-06-21Eric Blake2008-08-171-1/+5
* Separate the macros and the function symbols.Bruno Haible2008-08-142-20/+40
* Move the lock and tls source files into a subdirectory.Bruno Haible2008-08-146-7/+8
* * lib/fts_.h: Fix grammar (insert a missing "is") in a comment.Jim Meyering2008-08-111-4/+4
* ensure that return value of uinttostr et al are not ignoredJim Meyering2008-08-101-4/+21
* fix typo in lib/lock.c (fixes compilation on Darwin)Paolo Bonzini2008-08-071-1/+1
* Further micro-optimization.Bruno Haible2008-08-071-2/+6
* inet_pton.c: use locale-independent tolowerJim Meyering2008-08-061-2/+2
* microoptimization of lib/poll.cPaolo Bonzini2008-08-061-10/+20
* Additional non-aborting API for lock and tls.Bruno Haible2008-08-054-817/+755
* getdate.y: avoid locale-dependent date parsing failureJim Meyering2008-08-041-7/+7
* sha256.h: correct definition on SHA224_DIGEST_SIZEJim Meyering2008-07-312-4/+4
* Make determination of BITSET_WORD_MAX work also with old HP-UX cc compilers.Bruno Haible2008-07-311-2/+2
* Add isinf module.Ben Pfaff2008-07-252-0/+53
* mktime.c: normalize tp->tm_isdst value to -1/0/1.Ulrich Drepper2008-07-231-1/+3
* * lib/canonicalize-lgpl.c (__realpath): readlink can write tooUlrich Drepper2008-07-231-1/+1
* Improve documentation.Bruno Haible2008-07-202-32/+25
* Make c-stack use libsigsegv, when available.Eric Blake2008-07-171-22/+128
* Add isnan module.Ben Pfaff2008-07-121-0/+35
* Add isnanf module.Ben Pfaff2008-07-121-0/+33
* Add isnand module.Ben Pfaff2008-07-121-0/+33
* Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.Ben Pfaff2008-07-127-7/+7
* getdate.y: do not ignore TZ with relative day, month or year offsetOndřej Vašík2008-07-031-21/+23
* getdate.y: factor out common actionsOndřej Vašík2008-07-021-53/+34
* Reenter the fatal_signal_handler in case of nested signal.Bruno Haible2008-06-231-6/+8
* Comment fixes.Bruno Haible2008-06-231-3/+2