summaryrefslogtreecommitdiff
path: root/cxx/osfuns.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
|
* Update license to version 3.tege2007-09-181-4/+2
|
* Update FSF's address.tege2006-02-151-2/+2
|
* * cxx/osfuns.cc (__gmp_doprnt_params_from_ios): Always give mpf_tKevin Ryde2001-10-161-31/+7
| | | | exponent in decimal, irrespective of ios::hex or ios::oct.
* * cxx/*.cc, tests/cxx/t-ostream.cc: Add "use namespace std".Kevin Ryde2001-10-101-5/+7
| | | | And amend some comments mentioning the old mpz_out_ostream etc.
* Correction, <iostream> not <iostream.h>:Kevin Ryde2001-10-031-1/+1
| | | | | * cxx/Makefile.am, cxx/Makefile.in, cxx/osdoprnti.cc, cxx/osfuns.cc, cxx/osmpf.cc, cxx/osmpq.cc, cxx/osmpz.cc: New files.
* * cxx/osfuns.cc (__gmp_doprnt_params_from_ios): Don't use ios::hex asKevin Ryde2001-10-011-39/+51
| | | | cases in a switch, they're not constant in g++ 3.0.
* * cxx/Makefile.am, cxx/Makefile.in, cxx/osdoprnti.cc, cxx/osfuns.cc,Kevin Ryde2001-10-011-0/+125
cxx/osmpf.cc, cxx/osmpq.cc, cxx/osmpz.cc: New files.