summaryrefslogtreecommitdiff
path: root/gettext-runtime/intl/printf.c
Commit message (Expand)AuthorAgeFilesLines
* intl: Fix bug in the exported *wprintf functions.Bruno Haible2023-03-171-10/+13
* Fix a comment.Bruno Haible2023-02-191-2/+2
* Fix a link error on MSVC/clang in --enable-shared mode.Bruno Haible2022-09-251-0/+3
* intl: On native Windows, actually define the *wprintf functions.Johannes Schindelin2022-06-251-2/+2
* build: Simplify the use of gnulib in libintl.Bruno Haible2021-06-201-12/+19
* intl: Add comment regarding debugging printf.Bruno Haible2020-04-191-1/+6
* Fix copyright years.Bruno Haible2019-02-041-2/+1
* libintl: Ensure the *printf function overrides are POSIX compatible.Bruno Haible2018-05-121-0/+16
* all: Replace http URLs by https URLs in copyright notices.Bruno Haible2018-05-051-1/+1
* maint: Update copyright yearDaiki Ueno2016-01-021-1/+1
* maint: Update copyright yearDaiki Ueno2015-06-051-1/+2
* Avoid crash in *printf functions for invalid format string with dollar.Bruno Haible2011-10-151-0/+4
* Complete the change in vasnprintf.c from 2010-04-10.Bruno Haible2011-07-071-4/+10
* Copyright: Use LGPL 2.1 instead of LGPL 2.0.Bruno Haible2011-06-071-10/+8
* Rename libgnuintl.h.in to libgnuintl.in.h.Bruno Haible2011-06-071-2/+2
* Untabify.Bruno Haible2009-12-121-70/+70
* Fix a compilation error on deficient non-glibc systems with GCC 4.Bruno Haible2009-08-091-2/+4
* Adapt to changes in gnulib.Bruno Haible2009-06-231-0/+5
* printf on BeOS, like NetBSD abd Woe32, lacks argument reordering support.Bruno Haible2009-06-231-2/+2
* Fix small bugs in the *printf emulations.Bruno Haible2009-06-231-12/+55
* Avoid a link error on mingw.Bruno Haible2009-06-231-1/+9
* Update FSF postal address.Bruno Haible2009-06-231-1/+1
* Cygwin portability.Bruno Haible2009-06-231-1/+1
* Portability tweak for NetBSD.Bruno Haible2009-06-231-2/+2
* Deal with system dependent naming of s*printf functions.Bruno Haible2009-06-231-2/+18
* Export all functions defined here from the Windows DLL.Bruno Haible2009-06-231-0/+25
* Deal with alloca.h: libintl doesn't have alloca.h.Bruno Haible2009-06-231-0/+22
* Add an implementation of printf(), fprintf() etc. that supports formattingBruno Haible2009-06-231-0/+308