summaryrefslogtreecommitdiff
path: root/scanf/sscanf.c
Commit message (Collapse)AuthorAgeFilesLines
* Include just gmp-impl.h, make gmp-impl.h grab gmp.h.Torbjorn Granlund2016-08-291-1/+0
|
* Update library files license to use LGPL3+ and GPL2+.Torbjorn Granlund2014-01-271-7/+18
|
* Canonicalise copyright headers.Torbjorn Granlund2014-01-191-3/+3
|
* Get rid of varargs code and references.Torbjorn Granlund2014-01-191-20/+0
|
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
|
* Update license to version 3.tege2007-09-181-4/+2
|
* Update FSF's address.tege2006-02-151-2/+2
|
* * acinclude.m4, configure.in (GMP_FUNC_SSCANF_WRITABLE_INPUT): NewKevin Ryde2001-11-241-0/+5
| | | | | | test. * scanf/sscanf.c, scanf/vsscanf.c: Use it to ensure sscanf input is writable, if necessary.
* * scanf/doscan.c, scanf/fscanf.c, scanf/fscanffuns.c, scanf/scanf.c,Kevin Ryde2001-11-151-0/+59
scanf/sscanf.c, scanf/sscanffuns.c, scanf/vfscanf.c, scanf/vscanf.c, scanf/vsscanf.c, scanf/Makefile.am, tests/misc/t-scanf.c: New files.