vasnprintf: Support I flag on glibc systems.
authorBruno Haible <bruno@clisp.org>
Sun, 7 Nov 2010 17:50:19 +0000 (18:50 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 7 Nov 2010 17:50:19 +0000 (18:50 +0100)
* lib/printf-parse.h (FLAG_LOCALIZED): New macro.
* lib/printf-parse.c (PRINTF_PARSE): Handle the 'I' flag.
* lib/vasnprintf.c (VASNPRINTF): Pass the 'I' flag on to the system's
snprintf function.
* tests/test-vasnprintf-posix.c (test_function): Test the 'I' flag on
glibc systems.
* tests/test-vasnprintf-posix3.c: New file.
* modules/vasnprintf-posix-tests (Files): Add it.
(TESTS, check_PROGRAMS): Add test-vasnprintf-posix3.


No differences found