summaryrefslogtreecommitdiff
path: root/printf.c
Commit message (Expand)AuthorAgeFilesLines
* 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