implement a native version of poll for Win32
[gnulib.git] / lib /
2008-09-23 Paolo Bonziniimplement a native version of poll for Win32
2008-09-23 Paolo Bonziniadd sockets wrappers
2008-09-22 Eric Blakevasnprintf: fix x86/glibc regression on printf("%La...
2008-09-21 Bruno HaibleNew module 'strdup-posix'.
2008-09-20 Bruno HaibleAdd data about branch probabilities.
2008-09-20 Bruno HaibleEnsure that wint_t gets defined on IRIX 5.3.
2008-09-18 Bruno HaibleTweak last commit.
2008-09-17 Bruno HaibleDon't use tabs inside comments ("unexpand --first-only").
2008-09-16 Eric Blakevasnprintf: support Irix 5.3
2008-09-16 Ralf WildenhuesUse a second, less quick upper bound based on character...
2008-09-15 Bruno HaibleOverride <errno.h> also on Cygwin.
2008-09-14 Ralf WildenhuesAbort the fstrcmp computation early when a lower bound...
2008-09-14 Bruno HaibleSimplify result computation.
2008-09-14 Ralf WildenhuesNew function fstrcmp_bounded.
2008-09-14 Ralf WildenhuesAdd an "early abort" facility to diffseq.
2008-09-14 Bruno HaibleNew module 'perror'.
2008-09-14 Bruno HaibleNew module 'perror'.
2008-09-14 Bruno HaibleRemove errno value definitions from <sys/socket.h>.
2008-09-14 Bruno HaibleExtend strerror to cover the added errno values.
2008-09-13 Bruno HaibleNew module 'errno'.
2008-09-13 Bruno HaibleMake glob work on mingw.
2008-09-13 Bruno HaibleDon't redefine ETIMEDOUT on Solaris.
2008-09-12 Paolo Bonziniport poll tests to Windows
2008-09-12 Yoann VandoorselaereUse dummy implementation also if USE_WIN32_THREADS.
2008-09-11 Yoann Vandoorselaerepoll: fix polling unconnected server sockets on WIN32
2008-09-08 Simon Josefssonbitrotate: Use UINT*_MAX constants. Doc string improve...
2008-09-07 Bruno HaibleMake striconveh work better with stateful encodings.
2008-09-06 Bruno HaibleAdd conditional code for SLOW_BUT_NO_HACKS.
2008-09-04 Ondřej Vašíkgetdate.y: reject an out-of-range timezone value
2008-09-02 Simon Josefssonbitrotate: Code improvements.
2008-09-02 Simon Josefssonbitrotate: Add 64-bit rotates.
2008-09-02 Eric Blakevasnprintf-posix: handle large precision via %.*d
2008-09-02 Bruno HaibleNew module 'findprog-lgpl'.
2008-09-01 Bruno HaibleNew module 'xconcat-filename', split off from module...
2008-09-01 Bruno HaibleSplit module 'filename' into 'filename' and 'concat...
2008-09-01 Simon Josefssonbitrotate: Add 8 bit rotate functions.
2008-09-01 Simon JosefssonFix bitrotate module.
2008-08-31 Jim Meyering* lib/strftime.h: Add comments describing the two added...
2008-08-31 Jim Meyeringremove duplicate #include directives
2008-08-31 Bruno HaibleOops, mistake in last commit.
2008-08-31 Bruno HaibleNew module 'sigpipe-die'.
2008-08-31 Bruno HaibleDon't override previously installed signal handlers.
2008-08-30 Bruno HaibleWork around bug with trailing slash on Solaris 9 and...
2008-08-30 Bruno HaibleAvoid some "gcc -pedantic" warnings.
2008-08-29 Simon JosefssonAdd bitrotate module.
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.
next