| Commit message (Expand) | Author | Age | Files | Lines |
* | Source reorganization. In short: | vlefevre | 2010-08-17 | 1 | -215/+0 |
* | Replaced | vlefevre | 2010-07-30 | 1 | -1/+1 |
* | Copyright notice update: added 2010 with | vlefevre | 2010-01-20 | 1 | -1/+1 |
* | Renamed COPYING.LIB as COPYING.LESSER (GNU Coding Standards, #7.3) | vlefevre | 2009-07-30 | 1 | -1/+1 |
* | Put '#include <string.h>' in mpfr-impl.h, remove it elsewhere. | thevenyp | 2009-05-05 | 1 | -1/+0 |
* | printf.c tests/tpow_all.c: <string.h> is not automatically included when comp... | thevenyp | 2009-05-05 | 1 | -1/+1 |
* | acinclude.m4: remove definition of va_copy, just detect its presence. | thevenyp | 2009-03-27 | 1 | -0/+13 |
* | Update to LGPL v3+, as decided by the main MPFR developers. | vlefevre | 2009-03-03 | 1 | -4/+4 |
* | printf.c: fixed assertion failures in the case buffer == NULL and | vlefevre | 2009-02-25 | 1 | -4/+2 |
* | printf.c: Fix wrong return value, mpfr_snprintf and mpfr_vsnprintf functions ... | thevenyp | 2009-02-24 | 1 | -14/+17 |
* | printf.c: fix buffer overflow in mpfr_snprintf and mpfr_vsnprintf. | vlefevre | 2009-02-24 | 1 | -2/+2 |
* | Copyright notice update: added 2009 with | vlefevre | 2009-01-15 | 1 | -1/+1 |
* | [printf.c,vasprintf.c] include config.h if HAVE_CONFIG_H is defined, to | zimmerma | 2008-12-14 | 1 | -0/+4 |
* | This is now GNU MPFR! | vlefevre | 2008-10-27 | 1 | -4/+4 |
* | code simplification | thevenyp | 2008-02-18 | 1 | -110/+66 |
* | remove errno setting in snprintf, it is already done in vasprintf | thevenyp | 2008-02-12 | 1 | -7/+2 |
* | ensure null-terminated string for (v)snprintf. | thevenyp | 2008-02-04 | 1 | -2/+4 |
* | add some "%s" format string to prevent format string attack | thevenyp | 2008-02-01 | 1 | -6/+6 |
* | set errno to EOVERFLOW when printf-like functions should return value exceedi... | thevenyp | 2008-01-28 | 1 | -7/+2 |
* | delete trailing spaces. | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | Copyright notice update: added 2008 with | vlefevre | 2008-01-01 | 1 | -1/+1 |
* | printf.c: each mpfr_printf-like function return -1 and set erange flag in err... | thevenyp | 2007-12-18 | 1 | -26/+66 |
* | Add handle for null size case in mpfr_snprintf | thevenyp | 2007-12-13 | 1 | -0/+6 |
* | fix typo pointed out in revision 5044 | thevenyp | 2007-11-29 | 1 | -4/+1 |
* | printf.c: more comments about snprintf. | vlefevre | 2007-11-28 | 1 | -2/+12 |
* | printf.c: added a comment concerning a warning (a bug, IMHO). | vlefevre | 2007-11-28 | 1 | -0/+3 |
* | change __gmp_const into const | thevenyp | 2007-11-28 | 1 | -9/+9 |
* | printf.c: added FIXME comment: snprintf is new in C99. It must be | vlefevre | 2007-11-26 | 1 | -0/+2 |
* | printf.c: fix use of pointer of string | thevenyp | 2007-11-26 | 1 | -30/+30 |
* | stdarg-related corrections, as HAVE_STDARG is not standard thus must not | vlefevre | 2007-11-23 | 1 | -0/+1 |
* | Makefile.am: add mpfr_printf-like functions | thevenyp | 2007-11-23 | 1 | -0/+191 |