summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix declaration of uniconv_register_autodetect function.Bruno Haible2008-12-081-3/+3
* posixtm.c: avoid a warningJim Meyering2008-12-071-9/+1
* unicodeio.c: mark unused parametersJim Meyering2008-12-071-2/+5
* Add comments.Bruno Haible2008-12-061-1/+4
* Treat SIGBUS like SIFSEGV on platforms that need it.Bruno Haible2008-12-061-0/+4
* fts: fix a thinkoJim Meyering2008-11-291-21/+1
* fts: provide dirent.d_type via FTSENT.fts_statp, when possibleJim Meyering2008-11-292-1/+84
* sys_time: Add extern "C" block for C++.Simon Josefsson2008-11-281-0/+8
* Attempt to work around another AIX 5.3, 6.1 compiler bug with include_next.Bruno Haible2008-11-201-1/+1
* Avoid a compilation failure in Boost.Alexandre Duret-Lutz2008-11-191-24/+48
* New module 'parse-duration'.Bruce Korb2008-11-172-0/+664
* Make the netdb.h replacement work on Haiku.Bruno Haible2008-11-151-9/+1
* Make the 'sched' module work on platforms where <sched.h> is incomplete.Bruno Haible2008-11-151-0/+22
* * lib/unicodeio.c (unicode_to_mb): Correct spelling of u8_uctomb.Jim Meyering2008-11-121-1/+1
* Don't duplicate a function defined elsewhere in gnulib.Bruno Haible2008-11-122-44/+6
* Add a comment.Bruno Haible2008-11-121-2/+2
* Use substituted macros instead of C preprocessor macros.Bruno Haible2008-11-111-6/+6
* Fix a serious gcc warning.Bruno Haible2008-11-101-0/+4
* Add note about Haiku.Bruno Haible2008-11-101-2/+2
* Add support for Haiku.Bruno Haible2008-11-1011-11/+11
* Treat Haiku like BeOS.Bruno Haible2008-11-101-3/+3
* Treat Haiku like BeOS.Ingo Weinhold2008-11-102-4/+4
* Avoid link errors in C++ programs.Bruno Haible2008-11-061-0/+12
* Add modules for sys/times.h header and times function.Simon Josefsson2008-10-282-0/+126
* Fix typo in last commit.Simon Josefsson2008-10-271-1/+1
* lib/sys_stat.in.h (lstat): Fix declaration for mingw.Simon Josefsson2008-10-271-6/+13
* * lib/mkdir.c (rpl_mkdir) [_WIN32...]: Mark mode as an unused parameter.Jim Meyering2008-10-261-1/+4
* Fix a clash between the type DATADIR on Windows and the macro DATADIR.Bruno Haible2008-10-261-3/+3
* stdlib: Provide struct random_data.Simon Josefsson2008-10-261-1/+14
* Override the gethostname() declaration on native Windows systems.Bruno Haible2008-10-252-1/+54
* Move HAVE__GL_CLOSE_FD_MAYBE_SOCKET macro.Bruno Haible2008-10-252-5/+4
* Use stdint.h, for int32_t.Simon Josefsson2008-10-251-0/+4
* getgroups: fix compilation when getgroups is availableEric Blake2008-10-241-3/+5
* Define a dummy SA_NODEFER macro on Interix.Bruno Haible2008-10-241-0/+6
* random_r: new moduleJim Meyering2008-10-232-0/+457
* selinux-h: mark parameters of stub functions as intentionally unusedJim Meyering2008-10-232-27/+41
* lib/sys_socket.in.h (FD_ISSET): Fix warnings under mingw.Simon Josefsson2008-10-221-2/+2
* glthread/thread: avoid compiler warningEric Blake2008-10-221-0/+1
* netdb: also supply struct addrinfo for cygwin 1.5.xEric Blake2008-10-221-2/+3
* se-linux-h: remove ENOTSUPP-defining code; instead, use errnoJim Meyering2008-10-212-18/+0
* selinux-h: new module (from coreutils/gl/)Jim Meyering2008-10-212-0/+88
* Cleanup and simplify winsock split changes.Bruno Haible2008-10-214-7/+2
* Add gethostname() declaration to <unistd.h>.Bruno Haible2008-10-212-0/+23
* Split winsock.c into many smaller files.Simon Josefsson2008-10-2118-348/+733
* Take into account the role of SIGABRT_COMPAT on Windows 2008.Bruno Haible2008-10-212-2/+51
* Move the lstat() declaration to <sys/stat.h>.Bruno Haible2008-10-215-36/+34
* canon-host: Include netdb.h instead of getaddrinfo.h.Jim Meyering2008-10-201-3/+2
* lib/netdb.in.h: Don't define GNU specific constants.Simon Josefsson2008-10-201-1/+5
* Move getaddrinfo.h declarations to netdb.h.Simon Josefsson2008-10-204-169/+135
* Make use of sys_wait module.Bruno Haible2008-10-191-43/+0