Merge from coreutils.
[gnulib.git] / lib / ChangeLog
2006-07-03 Paul EggertMerge from coreutils.
2006-07-02 Paul Eggert* stdint_.h (intmax_t, uintmax_t): Prefer long to long...
2006-07-02 Paul EggertSimplification rewrite for stdint module.
2006-07-01 Simon JosefssonFix typo, from Jim Hyslop <jhyslop@dreampossible.ca>.
2006-06-30 Eric Blake* stat_.h (rpl_mkdir): Declare inline, to avoid warning...
2006-06-29 Eric Blake* stat_.h: New file.
2006-06-29 Jim Meyering*** empty log message ***
2006-06-29 Bruno HaibleVarious small tweaks.
2006-06-29 Bruno HaibleFix a few Changelog entries.
2006-06-28 Paul Eggert* lib/savedir.c (CLOSEDIR): Remove. All uses changed...
2006-06-28 Bruno HaibleFix brought over from gettext.
2006-06-28 Bruno HaibleFixes after wcwidth module creation.
2006-06-28 Eric Blake* xvasprintf.h: Fix comments.
2006-06-28 Eric Blake* mbchar.h (wcwidth): Include wcwidth.h.
2006-06-28 Simon JosefssonNative win32 support for getaddrinfo. Add getnameinfo...
2006-06-27 Bruno HaibleResolve clash between stdint.m4 and uintmax_t.m4.
2006-06-26 Paul Eggert* base64.c (B64): Use _ as the formal parameter, not...
2006-06-26 Bruno HaibleTry harder to get WCHAR_MIN and WCHAR_MAX.
2006-06-26 Bruno HaibleTweak for SGI cc.
2006-06-26 Bruno HaiblePortability to BSD/OS 4.2.
2006-06-23 Bruno Haiblestdint module: treat IRIX like OpenBSD.
2006-06-23 Bruno HaibleTake into account ISO C 99 TC1.
2006-06-22 Paul Eggert* glob.c (collated_compare): Remove 'const' uses that...
2006-06-21 Simon JosefssonAdd.
2006-06-21 Simon Josefsson2006-06-21 Simon Josefsson <jas@extundo.com>
2006-06-21 Simon JosefssonAdd inet_pton module.
2006-06-21 Simon Josefsson2006-06-19 Paul Eggert <eggert@cs.ucla.edu>
2006-06-20 Paul Eggert* openat.c (openat): Use ?:, not if, to work around...
2006-06-19 Simon Josefsson2006-06-19 Simon Josefsson <jas@extundo.com>
2006-06-19 Paul Eggert* alloca_.h (alloca) [defined alloca]: Don't define...
2006-06-17 Bruno HaibleTweak for FreeBSD.
2006-06-17 Bruno HaibleTweak for Solaris 2.5.1.
2006-06-17 Eric Blake* strtod.c [!defined errno]: Assume errno.h declares...
2006-06-17 Bruno HaibleFrom Eric Blake: Assume errno.h declares errno.
2006-06-16 Bruno HaibleRewrite module 'stdint' to be fully autoconfiguring.
2006-06-11 Paul Eggert* getdate.y (__attribute__): Don't define if already...
2006-06-05 Paul Eggert* regexec.c (group_nodes_into_DFAstates): Fix a buffer...
2006-05-30 Bruno HaibleWork around broken AIX 5.1 strndup function.
2006-05-26 Simon Josefsson2006-05-26 Martin Lambers <marlam@marlam.de>
2006-05-25 Paul Eggert* tempname.c (small_open, large_open): New macros.
2006-05-25 Sergey PoznyakoffUpdate
2006-05-24 Bruno HaibleBe resilient about NULL pointer arguments.
2006-05-19 Paul Eggert* lib/nanosleep.c [HAVE_SYS_SELECT_H]: Include <sys...
2006-05-19 Jim Meyering*** empty log message ***
2006-05-17 Bruno HaibleCygwin portability.
2006-05-17 Bruno HaibleCygwin recognition fix.
2006-05-11 Jim Meyeringsha1.c (sha1_buffer): Correct comment: s/MD5/SHA1/...
2006-05-11 Simon Josefsson2006-05-10 Paul Eggert <eggert@cs.ucla.edu>
2006-05-11 Simon Josefsson2006-05-10 Paul Eggert <eggert@cs.ucla.edu>
2006-05-10 Simon Josefsson2006-05-10 Bruno Haible <bruno@clisp.org>
2006-05-09 Bruno HaibleRecognize the special case of a string concatenation...
2006-05-03 Bruno HaibleShorter URL.
2006-05-02 Paul Eggert* doc/verify.texi: New file.
2006-04-29 Bruno HaibleMake generic.
2006-04-26 Derek R. Price* lib/wait-process.c, lib/wait-process.h, lib/csharpcomp.c,
2006-04-25 Derek R. Price* lib/wait-process.h (wait_subprocess): Accept a new...
2006-04-25 Paul Eggert* getdate.y (get_date): When adding relative date,...
2006-04-24 Bruno HaibleInclude <unistd.h> unconditionally.
2006-04-24 Bruno HaibleCall fclose() in all cases, even in the failure case.
2006-04-19 Derek R. Price* lib/inttypes.h: Correct grammar in comment.
2006-04-18 Derek R. Price* modules/inttypes: New file.
2006-04-15 Paul Eggert* utimens.c (futimens): glibc futimesat messes up if...
2006-04-13 Paul Eggert* regcomp.c (init_dfa): Don't use wchar_t or wctype_t...
2006-04-10 Paul EggertMerge regex changes from libc, removing some of our
2006-03-29 Bruno HaibleFix for OpenBSD.
2006-03-25 Eric Blake* time_r.c (copy_string_result): Remove, as it is no...
2006-03-24 Simon Josefsson2006-03-24 Simon Josefsson <jas@extundo.com>
2006-03-24 Simon Josefsson2006-03-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2006-03-17 Paul Eggert* lib/regex.h (regoff_t) [defined _REGEX_LARGE_OFFSETS]:
2006-03-13 Sergey PoznyakoffUpdate
2006-03-12 Paul Eggert* time_r.h (asctime_r, ctime_r): Remove. These functio...
2006-03-08 Simon JosefssonFix gc-random module.
2006-03-08 Paul Eggert* lib/c-stack.c: Include unistd.h unconditionally,...
2006-03-07 Simon JosefssonFix use of unistd.h in getopt through a new unistd...
2006-03-07 Simon JosefssonSplit off gc-random from gc, and only warn on missing...
2006-03-01 Simon Josefsson*** empty log message ***
2006-02-27 Simon Josefsson* base64.h: Indent #define's. From Jim Meyering <jim...
2006-02-27 Jim Meyering*** empty log message ***
2006-02-27 Jim Meyering*** empty log message ***
2006-02-25 Paul Eggert* glob.c: Say "invalid" rather than "illegal" in comments.
2006-02-24 Jim Meyering*** empty log message ***
2006-02-24 Jim Meyering*** empty log message ***
2006-02-21 Paul Eggert* getcwd.c (AT_FDCWD): Work around a bug in Solaris...
2006-02-14 Paul EggertSync from coreutils.
2006-02-13 Sergey PoznyakoffUpdate
2006-02-13 Paul EggertAdd 2006 to copyright year.
2006-02-08 Paul Eggert* closeout.c (close_stdout): Don't assume 'bool' conver...
2006-02-07 Sergey PoznyakoffUpdate
2006-01-27 Paul Eggert* fnmatch.c (L_): Renamed from L, to work around a...
2006-01-27 Simon JosefssonMingw32 fixes for getaddrinfo.
2006-01-26 Paul Eggert* fts.c (diropen): Open with O_NOCTTY | O_NONBLOCK...
2006-01-26 Bruno HaibleTreat all non-gcc compilers the same.
2006-01-25 Jim MeyeringRemove stray conflict marker.
2006-01-25 Jim Meyering*** empty log message ***
2006-01-25 Sergey PoznyakoffUpdate
2006-01-25 Bruno HaibleOops, wrong changelog entry.
2006-01-25 Bruno HaibleAvoid excessive warnings with IRIX cc.
2006-01-25 Jim Meyering*** empty log message ***
2006-01-25 Jim Meyering*** empty log message ***
2006-01-24 Bruno HaibleFix a bug occurring with HP-UX aCC compiler.
next