Browse Source
Fix compilation with GCC 4.4.
Fix compilation with GCC 4.4.
Use std::iostream functions instead of EOF and cl_EOF macros. This enables us to get rid of the freadchar and funreadchar functions. While at it, removed the extra signatures introduced for CLN-1.2.0 compatibilty. After all, the soname has been bumped. Also updated largest known Mersenne prime in examples/perfnum.cc.master
Richard B. Kreckel
16 years ago
19 changed files with 66 additions and 151 deletions
-
6TODO
-
25doc/cln.texi
-
5examples/perfnum.cc
-
21include/cln/io.h
-
6src/base/string/input/cl_st_get1.cc
-
6src/base/string/input/cl_st_get2.cc
-
6src/base/string/input/cl_st_getline1.cc
-
6src/base/string/input/cl_st_getline2.cc
-
6src/base/string/input/cl_st_gettoken.cc
-
22src/complex/input/cl_N_read_stream.cc
-
6src/float/dfloat/conv/cl_DF_from_double.cc
-
6src/float/ffloat/conv/cl_FF_from_float.cc
-
18src/float/input/cl_F_read_stream.cc
-
8src/float/input/cl_F_readparsed.cc
-
18src/integer/input/cl_I_read_stream.cc
-
8src/integer/input/cl_I_readparsed.cc
-
18src/rational/input/cl_RA_read_stream.cc
-
8src/rational/input/cl_RA_readparsed.cc
-
18src/real/input/cl_R_read_stream.cc
Write
Preview
Loading…
Cancel
Save
Reference in new issue