summaryrefslogtreecommitdiff
path: root/printf.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright notice update: added 2010 withvlefevre2010-01-201-1/+1
* Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3)vlefevre2009-07-301-1/+1
* Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere.thevenyp2009-05-051-1/+0
* printf.c tests/tpow_all.c: <string.h> is not automatically included when comp...thevenyp2009-05-051-1/+1
* acinclude.m4: remove definition of va_copy, just detect its presence.thevenyp2009-03-271-0/+13
* Update to LGPL v3+, as decided by the main MPFR developers.vlefevre2009-03-031-4/+4
* printf.c: fixed assertion failures in the case buffer == NULL andvlefevre2009-02-251-4/+2
* printf.c: Fix wrong return value, mpfr_snprintf and mpfr_vsnprintf functions ...thevenyp2009-02-241-14/+17
* printf.c: fix buffer overflow in mpfr_snprintf and mpfr_vsnprintf.vlefevre2009-02-241-2/+2
* Copyright notice update: added 2009 withvlefevre2009-01-151-1/+1
* [printf.c,vasprintf.c] include config.h if HAVE_CONFIG_H is defined, tozimmerma2008-12-141-0/+4
* This is now GNU MPFR!vlefevre2008-10-271-4/+4
* code simplificationthevenyp2008-02-181-110/+66
* remove errno setting in snprintf, it is already done in vasprintfthevenyp2008-02-121-7/+2
* ensure null-terminated string for (v)snprintf.thevenyp2008-02-041-2/+4
* add some "%s" format string to prevent format string attackthevenyp2008-02-011-6/+6
* set errno to EOVERFLOW when printf-like functions should return value exceedi...thevenyp2008-01-281-7/+2
* delete trailing spaces.vlefevre2008-01-011-1/+1
* Copyright notice update: added 2008 withvlefevre2008-01-011-1/+1
* printf.c: each mpfr_printf-like function return -1 and set erange flag in err...thevenyp2007-12-181-26/+66
* Add handle for null size case in mpfr_snprintfthevenyp2007-12-131-0/+6
* fix typo pointed out in revision 5044thevenyp2007-11-291-4/+1
* printf.c: more comments about snprintf.vlefevre2007-11-281-2/+12
* printf.c: added a comment concerning a warning (a bug, IMHO).vlefevre2007-11-281-0/+3
* change __gmp_const into constthevenyp2007-11-281-9/+9
* printf.c: added FIXME comment: snprintf is new in C99. It must bevlefevre2007-11-261-0/+2
* printf.c: fix use of pointer of stringthevenyp2007-11-261-30/+30
* stdarg-related corrections, as HAVE_STDARG is not standard thus must notvlefevre2007-11-231-0/+1
* Makefile.am: add mpfr_printf-like functionsthevenyp2007-11-231-0/+191