summaryrefslogtreecommitdiff
path: root/scanf
Commit message (Collapse)AuthorAgeFilesLines
* * */Makefile.in, aclocal.m4, configure: Update to automake 1.6.3.Kevin Ryde2002-08-091-3/+10
|
* Regenerate for:Kevin Ryde2002-07-101-0/+2
| | | | | * configure.in, acinclude.m4 (GMP_PROG_LEX): Remove this in favour of AM_PROG_LEX, now ok when lex is missing.
* Regenerate for:Kevin Ryde2002-06-151-1/+0
| | | | | | And more of: * configure.in, acinclude.m4 (GMP_PROG_CC_FOR_BUILD, (Don't need HOST_CC as an AC_SUBST, just a variable.)
* Regenerate for:Kevin Ryde2002-06-141-0/+6
| | | | | | | * configure.in, acinclude.m4 (GMP_PROG_CC_FOR_BUILD, GMP_PROG_CPP_FOR_BUILD, GMP_PROG_EXEEXT_FOR_BUILD, GMP_C_FOR_BUILD_ANSI, GMP_CHECK_LIBM_FOR_BUILD): New macros. (GMP_PROG_HOST_CC): Remove, superceded by GMP_PROG_CC_FOR_BUILD.
* * */Makefile.in, install-sh, mdate-sh, missing, aclocal.m4, configure:Kevin Ryde2002-06-131-30/+43
| | | | Update to automake 1.6.1.
* Regenerate for:Kevin Ryde2002-04-161-0/+1
| | | | * mpfr/*, configure.in: Update to final mpfr 2.0.1.
* Regenerate for:Kevin Ryde2002-04-131-1/+1
| | | | | | * mpfr/*: Update to another new mpfr 2.0.1. * configure.in, Makefile.am, mpfr/Makefile.am, mpfr/tests/Makefile.am: Use MPFR_CONFIGS macro, establish separate MPFR_CFLAGS for mpfr build.
* Regenerate for:Kevin Ryde2002-03-281-4/+5
| | | | | | * gmp-h.in, mp-h.in, configure.in, acinclude.m4: Remove __GMP from AC_SUBSTs, since autoconf says leading "_" in makefile variables is not portable.
* Regenerate for:Kevin Ryde2002-03-221-0/+1
| | | | | | * configure.in, mpfr/Makefile.am, mpfr/tests/Makefile.am: Use -mieee-with-inexact or -ieee_with_inexact for mpfr on alpha, so denorms work.
* Regenerate for:Kevin Ryde2002-03-201-2/+2
| | | | | | | | | * demos/pexpr.c, demos/pexpr-config-h.in, configure.in: Use an autoconf test for stack_t. * configure.in, gmp-h.in, mp-h.in, macos/configure: Use __GMP_LIBGMP_DLL to enable windows declspec, don't require _WIN32 (etc), remove __GMP_LIBGMP_SHARED and __GMP_LIBGMP_STATIC.
* * printf/doprnt.c, scanf/doscan.c (%zn): Remove test of non-existantKevin Ryde2002-03-161-4/+0
| | | | HAVE_SIZE_T, just use size_t unconditionally.
* Restore a reminder why inttypes.h/stdint.h is wanted.Kevin Ryde2002-02-211-1/+1
|
* Conditionally include inttypes.h.tege2002-02-201-2/+6
|
* Regenerate for:Kevin Ryde2002-01-241-0/+1
| | | | | | * configure.in (--enable-nails): New option. (GMP_NAIL_BITS, GMP_LIMB_BITS, GMP_NUMB_BITS): New defines for gmp.h and config.m4.
* * gmp-impl.h, mpz/get_str.c, mpz/out_raw.c, mpq/get_str.c,Kevin Ryde2002-01-171-16/+16
| | | | | | mpq/set_str.c, mpf/get_str.c, printf/asprntffuns.c, printf/doprnt.c, printf/repl-vsnprintf.c, printf/snprntffuns.c, scanf/doscan.c: Some fixes to compile as C++.
* Regenerate for:Kevin Ryde2001-12-211-4/+4
| | | | | | A better effort at: * configure.in: Add --with-readline, AC_PROG_YACC and AM_PROG_LEX. * configure.in: Put demos/expr configs in expr-config.h.
* RegenerateKevin Ryde2001-12-211-3/+7
|
* * acinclude.m4, configure.in (GMP_FUNC_SSCANF_WRITABLE_INPUT): NewKevin Ryde2001-11-242-0/+23
| | | | | | test. * scanf/sscanf.c, scanf/vsscanf.c: Use it to ensure sscanf input is writable, if necessary.
* More of:Kevin Ryde2001-11-211-0/+7
| | | | | | | | * scanf/doscan.c, scanf/fscanf.c, scanf/fscanffuns.c, scanf/scanf.c, 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. gmp_doscan_params_t only needed in doscan.c
* Yet more of:Kevin Ryde2001-11-201-120/+134
| | | | | | | | | * scanf/doscan.c, scanf/fscanf.c, scanf/fscanffuns.c, scanf/scanf.c, 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. Avoid literal and whitespace interpretation in the system scanf, since it seems to vary quite a bit.
* More of:Kevin Ryde2001-11-171-8/+14
| | | | | | * scanf/doscan.c, scanf/fscanf.c, scanf/fscanffuns.c, scanf/scanf.c, 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.
* * configure.in (AC_CHECK_DECLS): Add fgetc, fscanf, ungetc.Kevin Ryde2001-11-171-0/+12
| | | | * scanf/fscanffuns.c: Use these, for the benefit of SunOS 4.
* * scanf/doscan.c, scanf/fscanf.c, scanf/fscanffuns.c, scanf/scanf.c,Kevin Ryde2001-11-151-0/+651
| | | | | 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.
* Generated from Makefile.amKevin Ryde2001-11-151-0/+378
|
* * scanf/doscan.c, scanf/fscanf.c, scanf/fscanffuns.c, scanf/scanf.c,Kevin Ryde2001-11-159-0/+452
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.