2007-01-03 Paolo Bonzini <bonzini@gnu.org>
[gnulib.git] / lib /
2007-01-03 Paolo Bonzini2007-01-03 Paolo Bonzini <bonzini@gnu.org>
2007-01-01 Eric Blake* lib/version-etc.c (COPYRIGHT_YEAR): Bump for new...
2006-12-30 Paul Eggert* lib/getpagesize.h (getpagesize) [defined __amigaos4__]:
2006-12-29 Paul Eggert* lib/acl.h: Include sys/types.h and sys/stat.h, for...
2006-12-28 Paul EggertImport the following change from libc; problem reported by
2006-12-27 Paul Eggert* lib/mbchar.h: Just include <wctype.h>; the wctype...
2006-12-27 Eric Blake* lib/fnmatch.c: Reinstate inclusion of <wchar.h>,...
2006-12-24 Jim MeyeringWork around an fchownat bug in glibc-2.4:
2006-12-24 Paul EggertFix bug reported by Bruno Haible in
2006-12-23 Jim Meyering* lib/safe-read.h [C++]: Wrap declarations in extern...
2006-12-23 Bruno HaibleTest HAVE_READLINK instead of S_ISLNK.
2006-12-22 Bruno HaiblePreserve ACLs while copying.
2006-12-22 Bruno HaibleAdd comments.
2006-12-22 Paul Eggert* MODULES.html.sh: New module wctype.
2006-12-19 Bruno HaibleMake it usable in C++ mode.
2006-12-18 Paul Eggert* lib/dirname.h (DOUBLE_SLASH_IS_DISTINCT_ROOT): Defaul...
2006-12-14 Paul Eggert* lib/yesno.c [!ENABLE_NLS]: Don't include getline.h.
2006-12-12 Bruno HaibleMerge changes from the haible-private branch.
2006-12-05 Paul EggertPrefer fd < 0 to ! (0 <= fd).
2006-12-05 Paul Eggert* lib/utimens.c (futimens) [HAVE_BUGGY_NFS_TIME_STAMPS...
2006-12-04 Paul Eggert* lib/mkdir-p.c (make_dir_parents): Fix race condition...
2006-12-04 Paul Eggert* lib/fnmatch.c (WIDE_CHAR_SUPPORT): Require HAVE_ISWCT...
2006-12-03 Jim Meyering* lib/fts.c (fts_load): Don't set sp->fts_dev here...
2006-11-28 Jim Meyering* lib/regcomp.c (parse_branch): Rename local, exp-...
2006-11-27 Paul Eggert* lib/regex.h (__restrict_arr): Redo logic of #if,...
2006-11-27 Bruno HaibleAvoid using variable size arrays if gcc does not allow...
2006-11-27 Paul EggertFix some incompatibilities with gcc -ansi -pedantic.
2006-11-23 Bruno Haible* lib/sincosl.c (kernel_sinl): Fix typo in threshold.
2006-11-22 Jim MeyeringWork around a compile-time error from the HP-UX 11...
2006-11-21 Jim Meyering* lib/fts.c (fts_safe_changedir): Move a declaration...
2006-11-20 Jim MeyeringThe beginnings of syntax-related checks for gnulib.
2006-11-20 Paul Eggert* lib/openat.h (rpl_fstatat): New macro, if
2006-11-20 Jim Meyering* lib/idcache.c: Adjust comments in user- and group...
2006-11-20 Jim Meyering* lib/idcache.c: Restore most of the 2006-11-06 patch...
2006-11-20 Jim Meyering* lib/idcache.c (getuser): Remove all uses of the regis...
2006-11-20 Jim MeyeringUse cleaner syntax: NULL rather than 0.
2006-11-20 Paul Eggert* lib/idcache.c: Undo most recent patch, dated 2006...
2006-11-17 Simon JosefssonRevert Jim's 2006-10-23 patch.
2006-11-13 Eric Blake* lib/gl_anytree_oset.h (gl_tree_search_atleast): Retur...
2006-11-12 Jim MeyeringMake fts (in FTS_CWDFD mode) more efficient by caching...
2006-11-10 Jim Meyering* lib/fts.c [FTS_DEBUG]: Don't try to print a pointer...
2006-11-10 Bruno HaibleAvoid unused variable warnings with gcc.
2006-11-10 Paul Eggert* lib/stdint_.h (uintmax_t): Fix typo: int64_t -> uint64_t.
2006-11-09 Eric Blake* lib/tempname.c (gen_tempname): Remove variant that...
2006-11-08 Paul Eggert* lib/quotearg.h (quotearg_free): New decl.
2006-11-08 Jim Meyering* lib/fts.c (fts_safe_changedir): Add a comment.
2006-11-08 Jim Meyering* lib/fts.c [!_LGPL_PACKAGE]: Don't include fcntl-...
2006-11-08 Paul Eggert* lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC...
2006-11-07 Bruno HaibleMore uses of XMALLOC, XNMALLOC and XCALLOC.
2006-11-07 Bruno HaibleANSI C comment style.
2006-11-06 Paul Eggert* lib/idcache.c: Include <stddef.h>, for offsetof.
2006-11-06 Paul Eggert* lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now...
2006-11-06 Paul Eggert* MODULES.html.sh (File system functions): New module
2006-11-06 Bruno HaibleANSI C compliance.
2006-11-06 Bruno HaibleSimplify xmalloc expressions. Add overflow check in...
2006-11-06 Bruno HaibleAvoid name mangling in C++ mode.
2006-11-03 Paul Eggert* lib/canonicalize.h: (canonicalize_mode_t, CAN_EXISTING):
2006-11-01 Bruno HaibleFix clash of strncasecmp prototypes in C++ mode.
2006-11-01 Bruno HaibleAvoid conflict declaration in <string.h> (in C++ mode).
2006-11-01 Bruno HaibleMake it compile in C++ mode.
2006-11-01 Eric Blake* lib/mkstemp-safer.c (mkstemp_safer): Allow C++ compil...
2006-11-01 Bruno Haible2006-10-29 Bruno Haible <bruno@clisp.org>
2006-11-01 Eric Blake* lib/getopt_.h: Fix comments.
2006-11-01 Eric Blake* modules/tmpdir (Depends-on): Add sys_stat.
2006-10-31 Paul EggertAvoid some C++ diagnostics reported by Bruno Haible.
2006-10-31 Bruno HaibleMake it compile in C++ mode.
2006-10-31 Bruno HaibleNew module 'tsearch'.
2006-10-29 Eric Blake* lib/arcfour.c: Assume config.h.
2006-10-28 Eric Blake* lib/xstrndup.c: Assume config.h.
2006-10-27 Paul EggertMove stat.h-substitute stuff from lib/stat-macros.h...
2006-10-27 Eric Blake* MODULES.html.sh: Document tempname.
2006-10-26 Bruno HaibleMake read-only array really read-only. Saves a few...
2006-10-26 Bruno HaibleAvoid a gcc warning.
2006-10-25 Bruno HaibleOne more modif.
2006-10-25 Bruno HaibleRemove incorrect comment.
2006-10-25 Bruno HaibleOnly g++ supports variable-size arrays nowadays.
2006-10-25 Bruno HaibleAvoid compilation errors with some C++ compilers.
2006-10-25 Bruno HaibleTreat all non-GNU iconv implementations like Irix iconv.
2006-10-24 Ralf Wildenhues* lib/argz.c: Remove check for HAVE_CONFIG_H, to conform
2006-10-24 Bruno HaibleFix compilation error on platforms without 'wint_t...
2006-10-24 Paul Eggert* lib/getdate.y (yyerror): Make the arguments pointer...
2006-10-24 Bruno Haible(fts_build): Move variable declaration, for C89 compliance.
2006-10-24 Bruno HaiblePure ANSI C!
2006-10-23 Eric Blake* lib/getaddrinfo.c (includes): Add missing include.
2006-10-23 Bruno HaibleMake it possible to rename obstack_free.
2006-10-23 Bruno HaibleAvoid clash with mingw's definition of __argc and __arg...
2006-10-23 Jim Meyering* lib/getaddrinfo.c (getnameinfo): Use new lightweight...
2006-10-22 Paul Eggert* lib/canonicalize.c (ELOOP): Define if not already...
2006-10-21 Paul Eggertb2006-10-21 Paul Eggert <eggert@cs.ucla.edu>
2006-10-21 Paul Eggert* lib/getndelim2.c (SSIZE_MAX): Use same defn that...
2006-10-20 Bruno HaibleMake getndelim2 compile on mingw.
2006-10-20 Jim Meyering* lib/openat-priv.h (EOPNOTSUPP): Provide fallback...
2006-10-20 Bruno HaibleInclude the specification header.
2006-10-19 Bruno HaibleMake it usable by a C++ compiler.
2006-10-19 Bruno HaibleAvoid a gcc warning.
2006-10-19 Paul Eggert* lib/xstrtol.h: Include gettext.h.
2006-10-19 Paul Eggert* lib/strftime.c (advance): New macro.
2006-10-18 Jim Meyering* lib/readutmp.c (desirable_utmp_entry): Use "bool...
2006-10-18 Sergey Poznyakoff(READ_UTMP_USER_PROCESS): New flag
2006-10-18 Sergey Poznyakoff(desirable_utmp_entry): Implement new flag: READ_UTMP_U...
next