Revert "poll-win32"
[gnulib.git] / lib /
2008-08-29 Paolo BonziniRevert "poll-win32"
2008-08-27 Paolo Bonziniuse unlocked I/O in getdelim
2008-08-25 Eric Blakec-stack: test that stack overflow can be caught
2008-08-24 Bruno HaibleFix uc_width(0x00AB) bug, introduced on 2007-07-08.
2008-08-20 Paolo BonziniMerge branch 'master' of ssh://bonzini@git.sv.gnu.org...
2008-08-19 Eric Blakestrverscmp: migrate from "strverscmp.h" to <string.h>
2008-08-19 Simon Josefssonlib/gc-gnulib.c: Indentation cleanup. Add some comment...
2008-08-19 Simon JosefssonWindows initialization fixes, tiny change from Adam...
2008-08-19 Paolo Bonzinipoll-win32
2008-08-18 Bruno HaibleFix link error with Solaris threads.
2008-08-18 Bruno HaibleInclude <pthread.h>.
2008-08-18 Bruno HaibleFix 2008-08-03 change.
2008-08-18 Bruno HaibleAvoid forcing a context switch right after thread creation.
2008-08-18 Bruno HaibleImplement thread control primitives for Win32.
2008-08-17 Bruno HaibleInclude the right header files.
2008-08-17 Bruno HaibleFix syntax errors in C++ mode.
2008-08-17 Bruno HaibleMake gl_create_thread easier to use.
2008-08-17 Bruno HaibleNew module 'yield'.
2008-08-17 Bruno HaibleNew module 'thread'.
2008-08-17 Bruno HaibleInclude <stdlib.h> always.
2008-08-17 Yoann VandoorselaereNew module 'cond'.
2008-08-17 Bruno HaibleMove some code from module 'lock' to module 'threadlib'.
2008-08-17 Eric Blakec-stack: fix regression on Irix 5.3 from 2008-06-21
2008-08-14 Bruno HaibleSeparate the macros and the function symbols.
2008-08-14 Bruno HaibleMove the lock and tls source files into a subdirectory.
2008-08-11 Jim Meyering* lib/fts_.h: Fix grammar (insert a missing "is") in...
2008-08-10 Jim Meyeringensure that return value of uinttostr et al are not...
2008-08-07 Paolo Bonzinifix typo in lib/lock.c (fixes compilation on Darwin)
2008-08-06 Bruno HaibleFurther micro-optimization.
2008-08-06 Jim Meyeringinet_pton.c: use locale-independent tolower
2008-08-06 Paolo Bonzinimicrooptimization of lib/poll.c
2008-08-05 Bruno HaibleAdditional non-aborting API for lock and tls.
2008-08-04 Jim Meyeringgetdate.y: avoid locale-dependent date parsing failure
2008-07-31 Jim Meyeringsha256.h: correct definition on SHA224_DIGEST_SIZE
2008-07-31 Bruno HaibleMake determination of BITSET_WORD_MAX work also with...
2008-07-26 Ben PfaffAdd isinf module.
2008-07-23 Ulrich Dreppermktime.c: normalize tp->tm_isdst value to -1/0/1.
2008-07-23 Ulrich Drepper* lib/canonicalize-lgpl.c (__realpath): readlink can...
2008-07-20 Bruno HaibleImprove documentation.
2008-07-17 Eric BlakeMake c-stack use libsigsegv, when available.
2008-07-12 Ben PfaffAdd isnan module.
2008-07-12 Ben PfaffAdd isnanf module.
2008-07-12 Ben PfaffAdd isnand module.
2008-07-12 Ben PfaffRename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
2008-07-03 Ondřej Vašíkgetdate.y: do not ignore TZ with relative day, month...
2008-07-02 Ondřej Vašíkgetdate.y: factor out common actions
2008-06-23 Bruno HaibleReenter the fatal_signal_handler in case of nested...
2008-06-23 Bruno HaibleComment fixes.
2008-06-23 Eric BlakeRevert use of sig-handler.h in sigprocmask.c.
2008-06-22 Bruno HaibleDefine SA_RESTART also for mingw.
2008-06-22 Bruno HaibleUpdate a comment.
2008-06-22 Bruno HaibleSimplify code.
2008-06-22 Bruno HaibleUpdate a comment.
2008-06-21 Eric BlakeUse sigaction module rather than signal().
2008-06-21 Eric BlakeNew module sigaction, for mingw.
2008-06-21 Eric BlakeImprove robustness of sigprocmask by overriding signal.
2008-06-21 Eric BlakeFix nanosleep module on mingw.
2008-06-21 Bruno HaibleAvoid question marks in proper_name_utf8 result.
2008-06-19 Bruno HaibleAdd a comment.
2008-06-18 Bruno HaibleAvoid unused value warnings.
2008-06-17 Eric BlakeSimplify c-stack prerequisites.
2008-06-17 Eric BlakeMove c-stack test into testsuite.
2008-06-16 Bruno HaibleNormalize whitespace.
2008-06-16 Eric BlakeUse raise module consistently.
2008-06-16 Eric BlakeFix compliance bug in sigpending.
2008-06-14 Bruno HaibleFix various problems in 'obstack-printf' module.
2008-06-13 Eric BlakeAdd obstack-printf and obstack-printf-posix modules.
2008-06-12 Bruno HaibleTypo in comment.
2008-06-12 Bruno HaibleAdd a comment.
2008-06-12 Bruno HaibleWork around open() bug on HP-UX 11 and Solaris 9.
2008-06-11 Bruno HaibleInclude gettext.h only in those files that need it.
2008-06-10 Bruno HaibleAdd termsigp argument to execute() and wait_process().
2008-06-10 Bruno HaibleAdd an assertion.
2008-06-10 Bruno HaibleTry to fix waitid() based code.
2008-06-10 Bruno HaibleWork around the Solaris 10 ACE ACLs ABI change.
2008-06-09 Jim Meyeringutimens.c: correct kernel bug work-around
2008-06-09 Jim Meyeringadd more guards around definition of ACE_-related code
2008-06-08 Bruno HaibleAdd me as co-author.
2008-06-08 Bruno HaibleAdd support for AIX ACLs.
2008-06-08 Bruno HaibleAdd support for HP-UX ACLs.
2008-06-08 Bruno HaibleAdd support for Cygwin ACLs.
2008-06-08 Bruno HaibleFix bug with setuid modes in Solaris 10+ code.
2008-06-08 Bruno HaibleAdd support for Solaris 7..10 ACLs.
2008-06-08 Bruno HaibleNew function acl_extended_nontrivial (MacOS X only).
2008-06-08 Bruno HaibleTrivial code simplifications.
2008-06-08 Bruno HaibleComments.
2008-06-08 Bruno HaibleDon't test the ACL_TYPE_DEFAULT ACL on OSF/1.
2008-06-08 Bruno HaibleAdd support for MacOS X ACLs.
2008-06-08 Bruno HaibleFix memory leak introduced on 2008-05-22.
2008-06-08 Bruno HaibleAvoid needing to know the textual representation of...
2008-06-08 Bruno HaibleTrivial code simplifications.
2008-06-07 Bruno HaibleTrivial stylistic improvements.
2008-06-06 Eric BlakeAvoid gcc warning on cygwin.
2008-06-05 Jim Meyeringgenerate argz.c and argz.in.h from glibc sources
2008-06-05 Jim Meyeringutimens.c: work around a probable Linux kernel bug
2008-06-04 Bruno HaibleFix small mistake from 2008-06-01.
2008-06-04 Bruno HaibleNew function for testing triviality of ACL with POSIX...
2008-06-03 Bruno HaibleSimplify #ifs. Put Solaris code after POSIX-like code.
2008-06-03 Eric BlakeProvide futimens/utimensat fallbacks for older kernels.
2008-06-03 Bruno HaibleImprove Tru64 support.
next