summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Ignore error EPIPE when closing a stream.Bruno Haible2008-09-261-5/+22
* Cast the _get_osfhandle result, to avoid a warning.Bruno Haible2008-09-261-1/+2
* Support SIGPIPE in stdio functions for writing.Bruno Haible2008-09-262-0/+200
* New module 'write'.Bruno Haible2008-09-262-0/+77
* Support signal handling with SIGPIPE on native Windows platforms.Bruno Haible2008-09-262-0/+72
* fts: tweak inode comparison functionJim Meyering2008-09-261-2/+2
* fts: sort dirent entries on inode number before traversingJim Meyering2008-09-261-0/+89
* implement full-blown select(2) for winsockPaolo Bonzini2008-09-243-2/+426
* open, fopen: close fd leak in last patchEric Blake2008-09-242-0/+2
* Ensure that a filename ending in a slash cannot be used to access a non-direc...Bruno Haible2008-09-242-17/+76
* c-stack: work around Irix sigaltstack bugEric Blake2008-09-231-0/+7
* implement a native version of poll for Win32Paolo Bonzini2008-09-231-52/+393
* add sockets wrappersPaolo Bonzini2008-09-232-6/+365
* vasnprintf: fix x86/glibc regression on printf("%La", 0.0L)Eric Blake2008-09-231-2/+20
* New module 'strdup-posix'.Bruno Haible2008-09-211-1/+5
* Add data about branch probabilities.Bruno Haible2008-09-201-5/+12
* Ensure that wint_t gets defined on IRIX 5.3.Bruno Haible2008-09-202-16/+21
* Tweak last commit.Bruno Haible2008-09-181-6/+1
* Don't use tabs inside comments ("unexpand --first-only").Bruno Haible2008-09-171-2/+2
* vasnprintf: support Irix 5.3Eric Blake2008-09-161-6/+55
* Use a second, less quick upper bound based on character occurrence counts.Ralf Wildenhues2008-09-161-0/+49
* Override <errno.h> also on Cygwin.Bruno Haible2008-09-151-10/+11
* Abort the fstrcmp computation early when a lower bound has been given.Ralf Wildenhues2008-09-141-4/+26
* Simplify result computation.Bruno Haible2008-09-141-11/+12
* New function fstrcmp_bounded.Ralf Wildenhues2008-09-142-30/+47
* Add an "early abort" facility to diffseq.Ralf Wildenhues2008-09-141-4/+23
* New module 'perror'.Bruno Haible2008-09-141-0/+35
* New module 'perror'.Bruno Haible2008-09-141-0/+16
* Remove errno value definitions from <sys/socket.h>.Bruno Haible2008-09-141-11/+0
* Extend strerror to cover the added errno values.Bruno Haible2008-09-141-9/+234
* New module 'errno'.Bruno Haible2008-09-141-0/+150
* Make glob work on mingw.Bruno Haible2008-09-131-2/+26
* Don't redefine ETIMEDOUT on Solaris.Bruno Haible2008-09-132-3/+23
* port poll tests to WindowsPaolo Bonzini2008-09-121-0/+1
* Use dummy implementation also if USE_WIN32_THREADS.Yoann Vandoorselaere2008-09-121-1/+1
* poll: fix polling unconnected server sockets on WIN32Yoann Vandoorselaere2008-09-111-0/+6
* bitrotate: Use UINT*_MAX constants. Doc string improvement.Simon Josefsson2008-09-081-12/+20
* Make striconveh work better with stateful encodings.Bruno Haible2008-09-071-11/+20
* Add conditional code for SLOW_BUT_NO_HACKS.Bruno Haible2008-09-063-0/+9
* getdate.y: reject an out-of-range timezone valueOndřej Vašík2008-09-041-8/+26
* bitrotate: Code improvements.Simon Josefsson2008-09-021-3/+3
* bitrotate: Add 64-bit rotates.Simon Josefsson2008-09-021-0/+20
* vasnprintf-posix: handle large precision via %.*dEric Blake2008-09-021-1/+1
* New module 'findprog-lgpl'.Bruno Haible2008-09-022-1/+45
* New module 'xconcat-filename', split off from module 'concat-filename'.Bruno Haible2008-09-026-80/+131
* Split module 'filename' into 'filename' and 'concat-filename'.Bruno Haible2008-09-023-9/+41
* bitrotate: Add 8 bit rotate functions.Simon Josefsson2008-09-011-0/+18
* Fix bitrotate module.Simon Josefsson2008-09-011-2/+2
* * lib/strftime.h: Add comments describing the two added arguments.Jim Meyering2008-08-311-2/+8
* remove duplicate #include directivesJim Meyering2008-08-312-3/+1