* tests/test-gc.c (main): Remove unused variables.
[gnulib.git] / ChangeLog
2006-11-14 Ralf Wildenhues* tests/test-gc.c (main): Remove unused variables.
2006-11-14 Paul Eggert* modules/inttostr (License): Change to LGPL.
2006-11-14 Eric Blake* modules/tempname (License): Change to LGPL.
2006-11-14 Eric Blake* doc/functions.texi (Function Portability): *printf...
2006-11-14 Bruno HaibleRelicense under LGPL.
2006-11-14 Bruno HaibleMore support for GNOME libraries.
2006-11-14 Bruno HaibleSupport for library names with dots.
2006-11-14 Bruno HaibleFix --create-testdir --with-tests.
2006-11-13 Bruno HaibleOverride also AC_LIBSOURCES. Works around an automake...
2006-11-13 Eric Blake* lib/gl_anytree_oset.h (gl_tree_search_atleast): Retur...
2006-11-13 Bruno HaibleReplace build-aux/ also in the Makefile snippet.
2006-11-13 Bruno HaibleNew option --local-symlink.
2006-11-13 Bruno HaibleFix the symlinks installed by the --symlink option.
2006-11-13 Bruno HaibleFinish support for source files in subdirectories.
2006-11-13 Bruno HaibleSynthesize also an EXTRA_lib_SOURCES augmentation.
2006-11-12 Jim MeyeringMake fts (in FTS_CWDFD mode) more efficient by caching...
2006-11-12 Ralf Wildenhues* gnulib-tool (func_create_testdir): Fix replacement of
2006-11-12 Ralf WildenhuesSync from Automake.
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 Bruno HaibleUse a command that uses $CC $CFLAGS, not $CPP, to test...
2006-11-10 Jim Meyering* modules/inline: New file/module.
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* m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Set ac_cv_typ...
2006-11-08 Paul Eggert* lib/quotearg.h (quotearg_free): New decl.
2006-11-08 Ralf WildenhuesSync from Automake.
2006-11-08 Bruno HaibleNotice when GCC doesn't do inlining.
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* m4/longlong.m4 (AC_TYPE_LONG_LONG_INT): Detect bug in
2006-11-08 Paul Eggert* lib/xalloc.h (XMALLOC, XNMALLOC, XZALLOC, XCALLOC...
2006-11-07 Ralf Wildenhues* README: Fix typo.
2006-11-07 Paul Eggert* m4/flexmember.m4 (AC_C_FLEXIBLE_ARRAY_MEMBER):
2006-11-07 Bruno HaibleMore uses of XMALLOC, XNMALLOC and XCALLOC.
2006-11-07 Bruno HaibleANSI C comment style.
2006-11-07 Bruno HaibleNew macro gl_INLINE.
2006-11-06 Paul Eggert* lib/idcache.c: Include <stddef.h>, for offsetof.
2006-11-06 Paul Eggert* MODULES.html.sh (Core language properties): New modul...
2006-11-06 Paul Eggert* m4/xalloc.m4 (gl_PREREQ_XMALLOC): Remove AC_C_INLINE...
2006-11-06 Paul Eggert* lib/xalloc.h (xnmalloc, xnrealloc, x2nrealloc): Now...
2006-11-06 Paul EggertGive credit to Charles Wilson.
2006-11-06 Paul Eggert* MODULES.html.sh (File system functions): New module
2006-11-06 Bruno HaibleCreate also all needed subdirectories.
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-02 Bruno HaibleFix typo in actioncmd. From Charles WIlson.
2006-11-02 Bruno HaibleInterpret a backslash-newline sequence in the Makefile...
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 Eric Blake* m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Allow C++ configuration.
2006-11-01 Bruno HaibleMake it compile in C++ mode.
2006-11-01 Bruno HaibleChange a sed expression to be POSIX compliant.
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 Bruno HaibleUpdate after gettext-0.16 release.
2006-10-27 Bruno HaibleAssume that the C compiler understands the 'signed...
2006-10-27 Bruno HaibleUpdate to GNU gettext 0.16.
2006-10-27 Bruno HaibleFix email address in ChangeLog entry.
2006-10-27 Eric Blake* MODULES.html.sh: Document tempname.
2006-10-26 Paul Eggert* COPYING: Explain how gnulib-tool converts licence...
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 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 Paul EggertMention that vararrays.m4 is taken from diffutils.
2006-10-24 Paul Eggert* modules/vararrays: New file.
2006-10-24 Karl Berry.
2006-10-24 Ralf Wildenhues* users.txt: Add Libtool.
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 Jim Meyering* MODULES.html.sh: Remove uinttostr. It's not a module.
2006-10-24 Bruno HaiblePure ANSI C!
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 Bruno HaibleAdd an introduction.
2006-10-23 Bruno HaibleSplit the chapter "Gnulib" into 3 chapters "Introduction",
2006-10-23 Bruno HaibleAvoid syntax error from bash 2.00 ... 2.05.
2006-10-23 Jim Meyering* lib/getaddrinfo.c (getnameinfo): Use new lightweight...
2006-10-22 Jim Meyeringremove stray "b" before a date
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 HaibleCache a result.
next