summaryrefslogtreecommitdiff
path: root/printf
Commit message (Collapse)AuthorAgeFilesLines
* #include stdint.h even if we have inttypes.hMarc Glisse2021-06-062-8/+6
| | | | | It would be tempting to remove those includes from the files that already include gmp-impl.h.
* Copyright yearsMarco Bodrato2018-05-165-5/+5
|
* printf/repl-vsnprintf.c: Better handling floating-point specifiersMarco Bodrato2018-05-161-2/+2
|
* Avoid empty translation units.Marco Bodrato2018-02-254-3/+8
|
* printf/snprntffuns.c: report -1 as an error.Marco Bodrato2018-02-081-5/+2
| | | | acinclude.m4: Refuse -1 as a normal return value.
* printf/snprntffuns.c: Use __GMP_FREE_FUNC_TYPE.Marco Bodrato2018-02-021-1/+1
|
* printf/*.c: Use __GMP_FREE_FUNC_TYPEMarco Bodrato2018-01-313-4/+4
|
* printf/snprntffuns.c: Use size_t instead of intMarco Bodrato2018-01-311-1/+2
|
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-2921-21/+0
|
* printf/doprnt.c: Avoid buffer overrun with long long limbs.Marco Bodrato2015-12-101-3/+3
|
* (gmp_sprintf_final): Remove extra parameters.Torbjorn Granlund2015-04-211-1/+1
|
* INCLUDES => AM_CPPFLAGS.Torbjorn Granlund2014-10-011-1/+1
|
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-2722-158/+400
|
* printf/repl-vsnprintf.c: Feed case 'z' in switch (type) with case 'z' in ↵Marco Bodrato2014-01-231-0/+1
| | | | switch (fchar)
* Canonicalise copyright headers.Torbjorn Granlund2014-01-1922-66/+66
|
* Get rid of varargs code and references.Torbjorn Granlund2014-01-1921-214/+1
|
* Use https to link to GNU license.Torbjorn Granlund2013-12-0222-22/+22
|
* Collapse copyright years.Torbjorn Granlund2013-11-281-1/+1
|
* (__gmp_doprnt): Use memcpy instead of strcpy.Torbjorn Granlund2013-10-291-1/+1
|
* Fix typos.Torbjorn Granlund2013-07-221-1/+1
|
* Clean out __GMP_PROTO.Torbjorn Granlund2012-03-031-1/+1
|
* (__gmp_doprnt_mpf): For DOPRNT_CONV_FIXED, ask for one more digit.Torbjorn Granlund2011-08-181-2/+4
|
* Use integer fields for mp_bases logarithm tables.Torbjorn Granlund2011-08-071-1/+2
|
* Finish renaming BITS_PER_MP_LIMB to GMP_LIMB_BITS.Torbjorn Granlund2009-11-281-1/+1
|
* More spelling fixes.Torbjorn Granlund2009-11-151-1/+1
|
* Print huge exponents properly.Torbjorn Granlund2009-09-152-6/+6
|
* Improve code for computing sizes related to mp_bases.Torbjorn Granlund2009-07-061-1/+1
|
* Change _PROTO => __GMP_PROTO.Torbjorn Granlund2008-12-071-1/+1
|
* New .hgignore file. Removed all old .cvsignore files.Niels Möller2008-09-051-4/+0
|
* */Makefile.in, configure, aclocal.m4, config.in: Removed filesNiels Möller2008-09-051-535/+0
| | | | | from repository. They're instead generated by automake and autoconf before distribution.
* Clean up spacing.tege2007-09-246-660/+660
|
* Update license to version 3.tege2007-09-1823-92/+46
|
* Update FSF's address.tege2006-02-1523-46/+46
|
* * */Makefile.in, install-sh, aclocal.m4: Update to automake 1.8.4.Kevin Ryde2004-05-101-4/+6
|
* Regenerate for:Kevin Ryde2004-05-101-1/+0
| | | | * demos/expr/expr-impl.h: Don't use expr-config.h.
* Regenerate for:Kevin Ryde2004-05-081-9/+2
| | | | | | | | * configure.in, Makefile.am, doc/gmp.texi, doc/configuration, tests/cxx/Makefile.am, demos/expr/Makefile.am, demos/expr/README, demos/expr/expr.c, demos/expr/expr.h, demos/expr/expr-config-h.in, demos/expr/expr-impl.h, demos/expr/run-expr.c, demos/expr/t-expr.c: MPFR now published separately, remove various bits.
* Regenerate for:Kevin Ryde2004-04-201-1/+1
| | | | * */Makefile.in, install-sh: Update to automake 1.8.3.
* * aclocal.m4, configure, ltmain.sh, */Makefile.in: Update to automakeKevin Ryde2004-02-281-3/+3
| | | | 1.8.2 and libtool 1.5.2.
* Regenerate for:Kevin Ryde2004-01-111-0/+1
| | | | | * configure.in, demos/calc/Makefile.am: Use -lcurses or -lncurses with readline, when available.
* Regenerate for:Kevin Ryde2003-12-191-1/+1
| | | | * mkinstalldirs: Remove, not required by automake 1.8.
* * */Makefile.in, configure, aclocal.m4, ansi2knr.c, install-sh,Kevin Ryde2003-12-191-80/+96
| | | | doc/mdate-sh: Update to automake 1.8.
* Regenerate for:Kevin Ryde2003-12-101-0/+2
| | | | | * configure.in (LIBGMP_LDFLAGS, LIBGMPXX_LDFLAGS): New AC_SUBSTs with options to generate .def files with windows DLLs.
* Ignore libprintf.la.Niels Möller2003-11-261-1/+2
|
* Added .cvsignore files, to reduce clutter in cvs output.Niels Möller2003-11-261-0/+3
|
* Correction to:Kevin Ryde2003-04-281-2/+11
| | | | | | * printf/doprnt.c: Add M for mp_limb_t. Need "ll" for long long on some systems, "L" is not good enough.
* * printf/doprnt.c: Add M for mp_limb_t.Kevin Ryde2003-04-231-1/+11
|
* * mpfr/*: Update to mpfr cvs 2003-01-18.Kevin Ryde2003-01-181-0/+1
|
* Regenerate for:Kevin Ryde2003-01-111-0/+1
| | | | * mpfr/*: Update to mpfr cvs 2003-01-11.
* Regenerate for:Kevin Ryde2002-12-171-2/+0
| | | | | Revert this: * configure.in, acinclude.m4 (GMP_LDFLAGS_SYMBOLIC): New macro.
* (gmp_fprintf_reps): Make it actually work for padding > 256.tege2002-12-171-2/+2
|