Thu, 29 Jun 2006 22:17:41 +0000 |
Eric Blake |
* stat_.h: New file.
|
Thu, 29 Jun 2006 21:16:36 +0000 |
Jim Meyering |
*** empty log message ***
|
Thu, 29 Jun 2006 15:16:56 +0000 |
Bruno Haible |
Various small tweaks.
|
Thu, 29 Jun 2006 12:24:29 +0000 |
Bruno Haible |
Fix a few Changelog entries.
|
Wed, 28 Jun 2006 22:25:49 +0000 |
Paul Eggert |
* lib/savedir.c (CLOSEDIR): Remove. All uses changed to closedir.
|
Wed, 28 Jun 2006 18:06:12 +0000 |
Bruno Haible |
Fix brought over from gettext.
|
Wed, 28 Jun 2006 17:03:53 +0000 |
Bruno Haible |
Fixes after wcwidth module creation.
|
Wed, 28 Jun 2006 14:00:22 +0000 |
Eric Blake |
* xvasprintf.h: Fix comments.
|
Wed, 28 Jun 2006 13:11:03 +0000 |
Eric Blake |
* mbchar.h (wcwidth): Include wcwidth.h.
|
Wed, 28 Jun 2006 11:08:34 +0000 |
Simon Josefsson |
Native win32 support for getaddrinfo. Add getnameinfo function.
|
Tue, 27 Jun 2006 13:15:26 +0000 |
Bruno Haible |
Resolve clash between stdint.m4 and uintmax_t.m4.
|
Mon, 26 Jun 2006 21:30:03 +0000 |
Paul Eggert |
* base64.c (B64): Use _ as the formal parameter, not x, to avoid
|
Mon, 26 Jun 2006 17:27:53 +0000 |
Bruno Haible |
Try harder to get WCHAR_MIN and WCHAR_MAX.
|
Mon, 26 Jun 2006 17:03:57 +0000 |
Bruno Haible |
Tweak for SGI cc.
|
Mon, 26 Jun 2006 13:06:51 +0000 |
Bruno Haible |
Portability to BSD/OS 4.2.
|
Fri, 23 Jun 2006 20:52:39 +0000 |
Bruno Haible |
stdint module: treat IRIX like OpenBSD.
|
Fri, 23 Jun 2006 14:58:59 +0000 |
Bruno Haible |
Take into account ISO C 99 TC1.
|
Thu, 22 Jun 2006 23:40:20 +0000 |
Paul Eggert |
* glob.c (collated_compare): Remove 'const' uses that weren't needed.
|
Wed, 21 Jun 2006 17:37:00 +0000 |
Simon Josefsson |
Add.
|
Wed, 21 Jun 2006 17:36:26 +0000 |
Simon Josefsson |
2006-06-21 Simon Josefsson <jas@extundo.com>
|
Wed, 21 Jun 2006 09:59:49 +0000 |
Simon Josefsson |
Add inet_pton module.
|
Wed, 21 Jun 2006 08:02:40 +0000 |
Simon Josefsson |
2006-06-19 Paul Eggert <eggert@cs.ucla.edu>
|
Tue, 20 Jun 2006 19:15:50 +0000 |
Paul Eggert |
* openat.c (openat): Use ?:, not if, to work around GCC bug 4210
|
Mon, 19 Jun 2006 10:47:30 +0000 |
Simon Josefsson |
2006-06-19 Simon Josefsson <jas@extundo.com>
|
Mon, 19 Jun 2006 09:39:50 +0000 |
Paul Eggert |
* alloca_.h (alloca) [defined alloca]: Don't define or declare.
|
Sat, 17 Jun 2006 20:02:16 +0000 |
Bruno Haible |
Tweak for FreeBSD.
|
Sat, 17 Jun 2006 19:33:36 +0000 |
Bruno Haible |
Tweak for Solaris 2.5.1.
|
Sat, 17 Jun 2006 19:29:36 +0000 |
Eric Blake |
* strtod.c [!defined errno]: Assume errno.h declares errno.
|
Sat, 17 Jun 2006 16:09:19 +0000 |
Bruno Haible |
From Eric Blake: Assume errno.h declares errno.
|
Fri, 16 Jun 2006 13:29:51 +0000 |
Bruno Haible |
Rewrite module 'stdint' to be fully autoconfiguring.
|
Sun, 11 Jun 2006 07:12:27 +0000 |
Paul Eggert |
* getdate.y (__attribute__): Don't define if already defined.
|
Mon, 05 Jun 2006 05:21:20 +0000 |
Paul Eggert |
* regexec.c (group_nodes_into_DFAstates): Fix a buffer overrun
|
Tue, 30 May 2006 19:14:05 +0000 |
Bruno Haible |
Work around broken AIX 5.1 strndup function.
|
Fri, 26 May 2006 10:13:59 +0000 |
Simon Josefsson |
2006-05-26 Martin Lambers <marlam@marlam.de>
|
Thu, 25 May 2006 21:55:35 +0000 |
Paul Eggert |
* tempname.c (small_open, large_open): New macros.
|
Thu, 25 May 2006 07:03:17 +0000 |
Sergey Poznyakoff |
Update
|
Wed, 24 May 2006 11:48:51 +0000 |
Bruno Haible |
Be resilient about NULL pointer arguments.
|
Fri, 19 May 2006 17:49:21 +0000 |
Paul Eggert |
* lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys/select.h>.
|
Fri, 19 May 2006 13:00:34 +0000 |
Jim Meyering |
*** empty log message ***
|
Wed, 17 May 2006 13:16:53 +0000 |
Bruno Haible |
Cygwin portability.
|
Wed, 17 May 2006 10:46:10 +0000 |
Bruno Haible |
Cygwin recognition fix.
|
Thu, 11 May 2006 19:50:07 +0000 |
Jim Meyering |
sha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/. From James Lemley.
|
Thu, 11 May 2006 07:33:27 +0000 |
Simon Josefsson |
2006-05-10 Paul Eggert <eggert@cs.ucla.edu>
|
Thu, 11 May 2006 06:36:07 +0000 |
Simon Josefsson |
2006-05-10 Paul Eggert <eggert@cs.ucla.edu>
|
Wed, 10 May 2006 14:06:26 +0000 |
Simon Josefsson |
2006-05-10 Bruno Haible <bruno@clisp.org>
|
Tue, 09 May 2006 17:26:15 +0000 |
Bruno Haible |
Recognize the special case of a string concatenation in xvasprintf.
|
Wed, 03 May 2006 12:39:46 +0000 |
Bruno Haible |
Shorter URL.
|
Tue, 02 May 2006 23:39:59 +0000 |
Paul Eggert |
* doc/verify.texi: New file.
|
Sat, 29 Apr 2006 16:16:07 +0000 |
Bruno Haible |
Make generic.
|
Wed, 26 Apr 2006 15:55:46 +0000 |
Derek R. Price |
* lib/wait-process.c, lib/wait-process.h, lib/csharpcomp.c,
|
Tue, 25 Apr 2006 20:58:26 +0000 |
Derek R. Price |
* lib/wait-process.h (wait_subprocess): Accept a new exitsignal argument.
|
Tue, 25 Apr 2006 10:30:13 +0000 |
Paul Eggert |
* getdate.y (get_date): When adding relative date, start with the
|
Mon, 24 Apr 2006 11:38:06 +0000 |
Bruno Haible |
Include <unistd.h> unconditionally.
|
Mon, 24 Apr 2006 11:32:00 +0000 |
Bruno Haible |
Call fclose() in all cases, even in the failure case.
|
Wed, 19 Apr 2006 12:54:02 +0000 |
Derek R. Price |
* lib/inttypes.h: Correct grammar in comment.
|
Tue, 18 Apr 2006 17:20:47 +0000 |
Derek R. Price |
* modules/inttypes: New file.
|
Sat, 15 Apr 2006 07:40:54 +0000 |
Paul Eggert |
* utimens.c (futimens): glibc futimesat messes up if /proc
|
Thu, 13 Apr 2006 22:14:12 +0000 |
Paul Eggert |
* regcomp.c (init_dfa): Don't use wchar_t or wctype_t if RE_ENABLE_I18N
|
Mon, 10 Apr 2006 06:43:33 +0000 |
Paul Eggert |
Merge regex changes from libc, removing some of our
|
Wed, 29 Mar 2006 13:08:31 +0000 |
Bruno Haible |
Fix for OpenBSD.
|