diff options
Diffstat (limited to 'gettext-runtime/libasprintf/ChangeLog')
-rw-r--r-- | gettext-runtime/libasprintf/ChangeLog | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/gettext-runtime/libasprintf/ChangeLog b/gettext-runtime/libasprintf/ChangeLog new file mode 100644 index 0000000..ce9e4f7 --- /dev/null +++ b/gettext-runtime/libasprintf/ChangeLog @@ -0,0 +1,73 @@ +2003-01-03 Albert Chin <libtool@thewrittenword.com> + + * ltmain.sh: Don't pass -R flags found in a .la's dependency_libs + variable directly down to the linker. + Reported by Tim Mooney <mooney@dogbert.cc.ndsu.nodak.edu>. + +2003-01-12 Bruno Haible <bruno@clisp.org> + + * configure.in: Invoke gl_FUNC_ALLOCA instead of AC_FUNC_ALLOCA. + * alloca_.h: New file, from gnulib. + * liballoca.h: Remove file. + * Makefile.am: Add snippet from gnulib module alloca. + (lib_asprintf_EXTRASOURCES): Remove liballoca.h. + * vasnprintf.c: Include alloca.h instead of liballoca.h. + +2003-01-12 Bruno Haible <bruno@clisp.org> + + * Makefile.am: Make use of += for variables. + +2003-01-12 Bruno Haible <bruno@clisp.org> + + Portability to FreeBSD. + * configure.in: Invoke gt_TYPE_WINT_T. + * printf-args.h: Use HAVE_WINT_T, not HAVE_WCHAR_T, to check for + availability of wint_t. + * printf-argc.c: Likewise. + * printf-parse.c: Likewise. + * vasnprintf.c: Likewise. + +2002-12-07 Bruno Haible <bruno@clisp.org> + + Switch to autoconf-2.57 and automake-1.7.2. + * configure.in: Use AC_CONFIG_FILES, because the AC_OUTPUT commands + and not run any more when config.status is called to create a single + file. + +2002-11-13 Bruno Haible <bruno@clisp.org> + + Assume ANSI C. + * libstdarg.h: Remove file. + * Makefile.am (lib_asprintf_EXTRASOURCES): Remove libstdarg.h. + * asnprintf.c: Include <stdarg.h> instead of libstdarg.h. + (asnprintf): Use ANSI C function declarations. Use va_start instead of + VA_START. + * asprintf.c: Include <stdarg.h> instead of libstdarg.h. + (asnprintf): Use ANSI C function declarations. Use va_start instead of + VA_START. + * printf-args.h (PARAMS): Remove macro. + (printf_fetchargs): Use ANSI C function declarations. + * printf-args.c (printf_fetchargs): Likewise. + * printf-parse.h (printf_parse): Likewise. + * printf-parse.c (printf_parse): Likewise. + * vasnprintf.h (PARAMS): Remove macro. + (asnprintf, vasnprintf): Use ANSI C function declarations. + * vasnprintf.c (vasnprintf): Likewise. + * vasprintf.h (PARAMS): Remove macro. + (asprintf, vasprintf): Use ANSI C function declarations. + * vasprintf.c (vasprintf): Likewise. + +2002-10-27 Bruno Haible <bruno@clisp.org> + + * printf-args.h, printf-args.c: New files. + * printf-parse.h, printf-parse.c: New files. + * vasnprintf.h, vasnprintf.c, asnprintf.c: New files. + * vasprintf.h, vasprintf.c, asprintf.c: New files. + * lib-asprintf.h, lib-asprintf.c: New files. + * autosprintf.h, autosprintf.cc: New files. + * README, NEWS, AUTHORS, COPYING, autosprintf.texi: New files. + * Makefile.am, configure.in: New files. + * liballoca.h, libstdarg.h: New files, from gettext-0.11.6/lib. + * COPYING.LIB, INSTALL, config.guess, config.sub, install-sh, + ltmain.sh, missing, mkinstalldirs, texi2html, texinfo.tex: Standard + infrastructure files, from gettext-0.11.6. |