summaryrefslogtreecommitdiff
path: root/cxx/ismpf.cc
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
|
* Use https to link to GNU license.Torbjorn Granlund2013-12-021-1/+1
|
* Use GMP_DECIMAL_POINT more consistently.Marc Glisse2013-06-281-1/+1
|
* Keep eofbit after istream read to the end.Marc Glisse2011-03-091-1/+1
|
* Update license to version 3.tege2007-09-181-4/+2
|
* Update FSF's address.tege2006-02-151-2/+2
|
* * cxx/ismpz.cc, cxx/ismpq.cc, cxx/ismpf.cc: Use istream std::localeKevin Ryde2003-10-181-15/+28
| | | | | | | ctype facet for isspace when available. Only accept space at the start of the input, same as g++ libstdc++. Use ASSERT_NOCARRY to check result of mpz_set_str etc. * cxx/ismpf.cc: Don't accept "@" for exponent indicator.
* * cxx/ismpf.cc: Use std::locale decimal point when available. ExpectKevin Ryde2003-07-241-18/+19
| | | | localeconv available always.
* * cxx/ismpf.cc: Use <clocale>.Kevin Ryde2002-11-011-6/+1
|
* * mpf/set_str.c, cxx/ismpf.cc: Use localeconv for the decimal point.Kevin Ryde2001-11-151-1/+34
|
* * cxx/*.cc, tests/cxx/t-ostream.cc: Add "use namespace std".Kevin Ryde2001-10-101-0/+3
|
* 2001-10-09 Gerardo Ballabio <ballabio@sissa.it>Kevin Ryde2001-10-091-0/+91
* cxx/ismpf.cc, cxx/ismpq.cc, cxx/ismpz.cc: New files.