s/^ {8}/\t/
[gnulib.git] / lib /
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...
2006-10-18 Bruno HaibleNo need any more to check for setlocale - all systems...
2006-10-17 Eric Blake* lib/sigprocmask.c (sigprocmask): Fix typo.
2006-10-17 Bruno HaibleIntroduce DEFAULT_TEXT_DOMAIN.
2006-10-17 Bruno HaibleAvoid a gcc warning.
2006-10-17 Bruno HaibleUse the system's sigset_t if present.
2006-10-17 Eric Blake* lib/xvasprintf.c (includes): Assume config.h.
2006-10-16 Paul EggertRemove unnecessary part of previous change.
2006-10-16 Paul Eggert* lib/fsusage.c (PROPAGATE_ALL_ONES): Don't assume...
2006-10-16 Bruno HaibleNew module 'sigprocmask'.
2006-10-14 Jim MeyeringFix a bug in yesterday's change.
2006-10-12 Bruno HaibleLast patch broke _MSC_VER case.
2006-10-12 Jim Meyering* lib/fts.c (fts_open): Use consistent indentation.
2006-10-12 Jim MeyeringBig performance improvement for fts-based tools that...
2006-10-12 Paul Eggert* lib/mkdir-p.c (HAVE_FCHMOD): Define to false if not...
2006-10-12 Paul Eggert* lib/inttypes_.h (_LONG_LONG_FORMAT_PREFIX): New macro.
2006-10-12 Paul Eggert* lib/rename-dest-slash.c: Include stdbool.h but not...
2006-10-11 Bruno HaibleUse HAVE_LONG_LONG_INT instead of HAVE_LONG_LONG.
2006-10-11 Bruno HaibleMake it possible to alias stpcpy and strdup.
2006-10-11 Bruno HaibleMake it possible to #define gcd to an alias.
2006-10-11 Bruno HaibleMake it possible to #define c_isascii etc. to aliases.
2006-10-11 Bruno HaibleMake it possible to #define set_program_name to an...
2006-10-11 Paul EggertPort to Tandem NSK OSS, which has 64-bit signed int...
2006-10-10 Bruno HaibleAvoid using the variable name 'index' for two completel...
next