2008-09-23 |
Paolo Bonzini | implement a native version of poll for Win32 |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Paolo Bonzini | add sockets wrappers |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Paolo Bonzini | downgrade minimum needed Winsock version for test-poll.c |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Bruno Haible | Add info about functions missing on IRIX 5.3. |
commit | commitdiff | tree | snapshot |
2008-09-23 |
Simon Josefsson | test-perror.sh (tmpfiles): Cleanup temporary files... |
commit | commitdiff | tree | snapshot |
2008-09-22 |
Eric Blake | vasnprintf: fix x86/glibc regression on printf("%La... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Bruno Haible | Tweak skip message. |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Bruno Haible | Make autoconf tests structure consistent with source... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Bruno Haible | Clarify which modules are only for obsolete systems. |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Bruno Haible | Allow 3-digit exponents in %e and %g results on 'long... |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Bruno Haible | Remove useless ASSERTs. |
commit | commitdiff | tree | snapshot |
2008-09-21 |
Bruno Haible | New module 'strdup-posix'. |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Bruno Haible | Add data about branch probabilities. |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Bruno Haible | Ensure that wint_t gets defined on IRIX 5.3. |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Bruno Haible | Update comment. |
commit | commitdiff | tree | snapshot |
2008-09-20 |
Bruno Haible | Change ChangeLog entries. |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Simon Josefsson | getaddrinfo: Don't depend on strdup. |
commit | commitdiff | tree | snapshot |
2008-09-18 |
Bruno Haible | Tweak last commit. |
commit | commitdiff | tree | snapshot |
2008-09-17 |
Bruno Haible | Don't use tabs inside comments ("unexpand --first-only"). |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Eric Blake | vasnprintf: support Irix 5.3 |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Bruno Haible | Update doc about Solaris. |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Jim Meyering | posix-shell.m4: reject opensolaris's "sh (AT&T Research... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Paolo Bonzini | allow non-blocking connect to succeed, as it does on... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Jim Meyering | avoid spurious test failure when library is built witho... |
commit | commitdiff | tree | snapshot |
2008-09-16 |
Ralf Wildenhues | Use a second, less quick upper bound based on character... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Eric Blake | tests: avoid some compiler warnings |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Bruno Haible | Test for each of the missing macros individually. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Bruno Haible | Override <errno.h> also on Cygwin. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Ralf Wildenhues | Abort the fstrcmp computation early when a lower bound... |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Bruno Haible | Simplify result computation. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Ralf Wildenhues | New function fstrcmp_bounded. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Ralf Wildenhues | Add an "early abort" facility to diffseq. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Bruno Haible | Tests for module 'perror'. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Bruno Haible | New module 'perror'. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Bruno Haible | New module 'perror'. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Bruno Haible | Reorder list of macros, for consistency. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Bruno Haible | Doc tweak. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Bruno Haible | Remove errno value definitions from <sys/socket.h>. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Bruno Haible | Extend strerror to cover the added errno values. |
commit | commitdiff | tree | snapshot |
2008-09-14 |
Bruno Haible | Remove module EOVERFLOW. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Bruno Haible | Remove module EOVERFLOW. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Bruno Haible | Tests for module 'errno'. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Bruno Haible | New module 'errno'. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Bruno Haible | Change the test for native Windows. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Bruno Haible | Make glob work on mingw. |
commit | commitdiff | tree | snapshot |
2008-09-13 |
Bruno Haible | Don't redefine ETIMEDOUT on Solaris. |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Paolo Bonzini | fix test-poll compilation failure on Cygwin |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Paolo Bonzini | port poll tests to Windows |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Paolo Bonzini | add a minimal testsuite for the poll module |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Eric Blake | frexp: test for NetBSD failure on -0.0 |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Eric Blake | signbit: work around bug of HP-UX 10.20 cc with -0... |
commit | commitdiff | tree | snapshot |
2008-09-12 |
Yoann Vandoorselaere | Use dummy implementation also if USE_WIN32_THREADS. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Yoann Vandoorselaere | Consistent license terms for all the fnmatch modules. |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Yoann Vandoorselaere | poll: fix polling unconnected server sockets on WIN32 |
commit | commitdiff | tree | snapshot |
2008-09-11 |
Jim Meyering | * users.txt: Add gtk-vnc. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Karl Berry | restore x bit, sorry |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Karl Berry | autoupdate |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Simon Josefsson | Fix attribution in last commit. |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Simon Josefsson | bitrotate: Test 8/16-bit rotates with 0 and maximum... |
commit | commitdiff | tree | snapshot |
2008-09-08 |
Simon Josefsson | bitrotate: Use UINT*_MAX constants. Doc string improve... |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Bruno Haible | Check behaviour when converting from UTF-7. |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Bruno Haible | Make striconveh work better with stateful encodings. |
commit | commitdiff | tree | snapshot |
2008-09-07 |
Bruno Haible | Update according to libtool-2.2.6. |
commit | commitdiff | tree | snapshot |
2008-09-06 |
Bruno Haible | Add conditional code for SLOW_BUT_NO_HACKS. |
commit | commitdiff | tree | snapshot |
2008-09-06 |
Bruno Haible | Relicense the getndelim2 dependencies under LGPLv2+. |
commit | commitdiff | tree | snapshot |
2008-09-06 |
Bruno Haible | The getndelim2 relicensing was approved by everyone. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Bruno Haible | Oops, typo in comment. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ralf Wildenhues | Make gnulib-tool work with native 'sed' on AIX. |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Albert Chin | Add check whether #include_next also works after #inclu... |
commit | commitdiff | tree | snapshot |
2008-09-04 |
Ondřej Vašík | getdate.y: reject an out-of-range timezone value |
commit | commitdiff | tree | snapshot |
2008-09-03 |
Bruno Haible | Mention the 'strverscmp' module. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Simon Josefsson | bitrotate: Code improvements. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Simon Josefsson | bitrotate: Add 64-bit rotates. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Eric Blake | vasnprintf-posix: handle large precision via %.*d |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Eric Blake | c-stack: make configure-time check more robust |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Bruno Haible | New module 'findprog-lgpl'. |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Bruno Haible | New module 'xconcat-filename', split off from module... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Bruno Haible | Split module 'filename' into 'filename' and 'concat... |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Simon Josefsson | bitrotate: Add 8 bit rotate functions. |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Simon Josefsson | Fix last commit. |
commit | commitdiff | tree | snapshot |
2008-09-01 |
Simon Josefsson | Fix bitrotate module. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Bruno Haible | Assume Solaris specific bi-arch conventions on Solaris... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Jim Meyering | * lib/strftime.h: Add comments describing the two added... |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Jim Meyering | remove duplicate #include directives |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Bruno Haible | Oops, mistake in last commit. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Bruno Haible | New module 'sigpipe-die'. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Bruno Haible | Don't override previously installed signal handlers. |
commit | commitdiff | tree | snapshot |
2008-08-31 |
Bruno Haible | Oops, fix syntax error in last commit. |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Bruno Haible | Attempt to avoid error messages like "echo: write error... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Bruno Haible | Undo unintentional commit. |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Bruno Haible | Oops, revert ChangeLog truncation. |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Bruno Haible | Work around bug with trailing slash on Solaris 9 and... |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Bruno Haible | Avoid some "gcc -pedantic" warnings. |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Bruno Haible | Don't define HAVE_INCLUDE_NEXT any more. |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Simon Josefsson | Add bitrotate module. |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Jim Meyering | bootstrap: merge changes from coreutils |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Bruno Haible | Oops, fix ChangeLog entry. |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Bruno Haible | Remove --cvs-urls option. |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Paolo Bonzini | Revert "poll-win32" |
commit | commitdiff | tree | snapshot |
2008-08-29 |
Jose E. Marchesi | maint.mk: adjust to file name change |
commit | commitdiff | tree | snapshot |
next |