mirror of
https://https.git.savannah.gnu.org/git/gettext.git
synced 2026-01-26 15:39:11 +00:00
45 lines
1.8 KiB
Plaintext
45 lines
1.8 KiB
Plaintext
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.
|