2008-05-15 |
Eric Blake | Fix violation of <stdbool.h> replacement in regex. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Eric Blake | Fix violation of <stdbool.h> replacement in regex. |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Jim Meyering | avoid distracting test output when git or cvs is not... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Eric Blake | Glibc finally accepted the memmem speedup code, bugzill... |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Paolo Bonzini | optimize double anchors such as ^$ |
commit | commitdiff | tree | snapshot |
2008-05-15 |
Bruno Haible | Help GCC to do better code generation. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Bruno Haible | Fix typo in ChangeLog entry. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Lasse Collin | use "echo STR|wc -c" rather than unportable "expr lengt... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Jim Meyering | use dd ifs=$n count=1 ... rather than less-portable... |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Eric Blake | Avoid quadratic growth in gl_LIBSOURCES. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Eric Blake | Test xmemdup0. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Eric Blake | Split xmemdup0 into its own module. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Bruno Haible | Oops, fix small mistake in last commit. |
commit | commitdiff | tree | snapshot |
2008-05-14 |
Eric Blake | Reduce number of forks required during autoconf. |
commit | commitdiff | tree | snapshot |
2008-05-13 |
Eric Blake | * gnulib-tool: Fix various comment typos. |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Bruno Haible | Tailor the linebreaking algorithm. |
commit | commitdiff | tree | snapshot |
2008-05-12 |
Bruno Haible | Update to Unicode 5.0.0. |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Bruno Haible | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Bruno Haible | Move gen-lbrkprop from GNU gettext to here. |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Bruno Haible | Update license to GPLv3+. |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Bruno Haible | Add prerequisites for using 'inline'. |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Jim Meyering | New modules: crypto/sha256, crypto/sha512 (from coreutils) |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Bruno Haible | Update modules list. |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Bruno Haible | New module 'unictype/gen-ctype'. |
commit | commitdiff | tree | snapshot |
2008-05-11 |
Bruno Haible | Update comments. |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Jim Meyering | Make chdir-safer.c more efficient on a system with... |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Jim Meyering | Make chdir-safer.c slightly safer. |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Jim Meyering | Avoid compile failure on systems without ELOOP (like... |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Bruno Haible | Use case-insensitive comparison. |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Bruno Haible | Use u8_conv_from_encoding instead of using special... |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Bruno Haible | Tests for module unilbrk/ulc-width-linebreaks. |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Bruno Haible | Tests for module 'unilbrk/u32-width-linebreaks'. |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Bruno Haible | Tests for module unilbrk/u16-width-linebreaks. |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Bruno Haible | Tests for module unilbrk/u8-width-linebreaks. |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Bruno Haible | Tests for module unilbrk/ulc-possible-linebreaks |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Bruno Haible | Tests for module unilbrk/u32-possible-linebreaks. |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Bruno Haible | Tests for module unilbrk/u16-possible-linebreaks. |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Bruno Haible | Tests for module unilbrk/u8-possible-linebreaks. |
commit | commitdiff | tree | snapshot |
2008-05-10 |
Bruno Haible | Split up the 'linebreak' module. |
commit | commitdiff | tree | snapshot |
2008-05-09 |
Eric Blake | Add xmemdup0. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Bruno Haible | Correct indentation. |
commit | commitdiff | tree | snapshot |
2008-05-08 |
Eric Blake | Support cross-compilation of <wctype.h>. |
commit | commitdiff | tree | snapshot |
2008-05-07 |
Karl Berry | autoupdate |
commit | commitdiff | tree | snapshot |
2008-05-06 |
Soren Hansen | build-aux/vc-list-files: Add support for bzr. |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Jim Meyering | test-getaddrinfo.c: include <netinet/in.h> |
commit | commitdiff | tree | snapshot |
2008-05-05 |
Jim Meyering | getaddrinfo.h: handle undefined EAI_NODATA |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Jim Meyering | avoid failed assertion with tight malloc |
commit | commitdiff | tree | snapshot |
2008-05-03 |
Simon Josefsson | Make sure inet_ntop/inet_pton is declared when needed. |
commit | commitdiff | tree | snapshot |
2008-05-02 |
Jim Meyering | avoid compilation error on FreeBSD 6 |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Jim Meyering | useless-if-before-free: correct --help's exit status... |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Jim Meyering | vc-list-files: make the stand-alone gnulib test work |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Bruno Haible | Fix computation of newsize during reallocation. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Bruno Haible | Add comments. |
commit | commitdiff | tree | snapshot |
2008-05-01 |
Jim Meyering | vc-list-files: accommodate /bin/sh like the one from... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Jim Meyering | add tests for vc-list-files |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Jim Meyering | avoid a warning from gcc |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Jim Meyering | * ChangeLog: Mention Soren Hansen and add thread URL. |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Jim Meyering | vc-list-files: work properly with build-aux/cvsu, too |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Jim Meyering | vc-list-files: work properly in the CVS+awk case, too |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Jim Meyering | vc-list-files: avoid use of ${*-*} that fails when... |
commit | commitdiff | tree | snapshot |
2008-04-30 |
Eric Blake | Optimize getndelim2 to use block operations when possible. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Bruno Haible | Ensure the system declares inet_ntop, inet_pton when... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Jim Meyering | When the is more than one match in a block, match all... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Jim Meyering | Fix broken useless-if-before-free script. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Bruno Haible | Mention Simon's recent changes. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Eric Blake | Use new header. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Jim Meyering | Avoid test segfault on x86_64 due to lack of inet_ntop... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Jim Meyering | * m4/arpa_inet_h.m4: Remove trailing blanks. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Eric Blake | Silence valgrind on safe reads beyond potential array... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Bruno Haible | Enable gnulib's <arpa/inet.h> replacement also when... |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Jim Meyering | * modules/mkdir (License): Re-license as LGPLv2+. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Bruno Haible | Set the module maintainer. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Simon Josefsson | Make arpa/inet module build under MinGW. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Eric Blake | Test getndelim2. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Eric Blake | Document rawmemchr. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Eric Blake | Ensure sane coding of ChangeLog. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Bruno Haible | Use 'raise'. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Bruno Haible | Expect rpmatch to be declared. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Bruno Haible | Declare rpmatch. |
commit | commitdiff | tree | snapshot |
2008-04-29 |
Bruno Haible | Change rpmatch to use nl_langinfo when appropriate. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Eric Blake | Add rawmemchr module, matching glibc. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Eric Blake | Whitespace cleanup. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Eric Blake | Optimize and test strchrnul. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Eric Blake | * .gitignore: Ignore bad patch applications. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Eric Blake | Remove intprops dependency. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Simon Josefsson | Move AC_REQUIRE([AC_C_INLINE]) to top. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Simon Josefsson | Move inet_ntop and inet_pton declarations to arpa/inet.h. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Simon Josefsson | Fix proper win32 checks and use of inline for setsockopt. |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Bruno Haible | Mention a problem on mingw. |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Bruno Haible | Make test-stat-time pass on mingw. |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Bruno Haible | Add some comments. |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Bruno Haible | Stricter test whether isnanl works. |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Bruno Haible | Make test-yesno.sh work on mingw. |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Bruno Haible | Fix 'isfinite' on x86, x86_64, ia64 platforms. |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Bruno Haible | Allow local renaming in config.h. |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Bruno Haible | Avoid gcc warnings. |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Eric Blake | Optimize and test memrchr. |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Bruno Haible | Oops, fix mistake in third-to-last commit. |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Bruno Haible | Add tentative support for DragonFly BSD. |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Bruno Haible | New private include file lib/stdio-impl.h. |
commit | commitdiff | tree | snapshot |
next |