Browse Source
* */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in
* */*: Remove cl_boolean, cl_true, and cl_false in favor of built-in
C++ bool, true, and false.master
Richard Kreckel
18 years ago
189 changed files with 753 additions and 765 deletions
-
5ChangeLog
-
1NEWS
-
52doc/cln.tex
-
4include/cln/complex.h
-
6include/cln/dfloat.h
-
4include/cln/dfloat_class.h
-
6include/cln/ffloat.h
-
6include/cln/ffloat_class.h
-
8include/cln/float.h
-
2include/cln/input.h
-
38include/cln/integer.h
-
6include/cln/lfloat.h
-
4include/cln/lfloat_class.h
-
14include/cln/modinteger.h
-
2include/cln/numtheory.h
-
20include/cln/object.h
-
12include/cln/output.h
-
26include/cln/rational.h
-
8include/cln/real.h
-
22include/cln/ring.h
-
6include/cln/sfloat.h
-
4include/cln/sfloat_class.h
-
10include/cln/types.h
-
18include/cln/univpoly.h
-
4include/cln/univpoly_complex.h
-
4include/cln/univpoly_integer.h
-
4include/cln/univpoly_modint.h
-
4include/cln/univpoly_rational.h
-
4include/cln/univpoly_real.h
-
16src/base/digitseq/cl_2DS_div.cc
-
40src/base/digitseq/cl_DS.h
-
16src/base/digitseq/cl_DS_div.cc
-
12src/base/digitseq/cl_DS_mul.cc
-
4src/base/digitseq/cl_DS_mul_kara.h
-
22src/base/digitseq/cl_DS_sqrt.cc
-
4src/base/hash/cl_hash.h
-
18src/base/hash/cl_hash1weak.h
-
18src/base/hash/cl_hash2weak.h
-
14src/base/hash/cl_hashuniqweak.h
-
2src/base/hash/cl_rcpointer2_hashweak_rcpointer.cc
-
2src/base/hash/cl_rcpointer2_hashweak_rcpointer.h
-
2src/base/hash/cl_rcpointer_hashweak_rcpointer.cc
-
2src/base/hash/cl_rcpointer_hashweak_rcpointer.h
-
6src/base/output/cl_prin_globals.cc
-
4src/base/ring/cl_no_ring.cc
-
26src/complex/cl_C.h
-
12src/complex/elem/cl_C_equal.cc
-
6src/complex/elem/cl_C_zerop.cc
-
2src/complex/input/cl_N_from_string.cc
-
10src/complex/input/cl_N_read.cc
-
10src/complex/input/cl_N_read_stream.cc
-
2src/complex/misc/cl_C_expt_I.cc
-
10src/complex/misc/cl_N_as.cc
-
12src/complex/ring/cl_C_ring.cc
-
2src/complex/transcendental/cl_C_expt_C.cc
-
2src/float/base/cl_F_globals.cc
-
6src/float/cl_F.h
-
4src/float/dfloat/algebraic/cl_DF_sqrt.cc
-
2src/float/dfloat/conv/cl_I_to_double.cc
-
2src/float/dfloat/elem/cl_DF_from_I.cc
-
6src/float/dfloat/elem/cl_DF_minusp.cc
-
8src/float/dfloat/elem/cl_DF_plusp.cc
-
6src/float/dfloat/elem/cl_DF_zerop.cc
-
2src/float/dfloat/input/cl_DF_from_string.cc
-
6src/float/dfloat/misc/cl_DF_as.cc
-
2src/float/elem/cl_F_minusp.cc
-
2src/float/elem/cl_F_plusp.cc
-
2src/float/elem/cl_F_zerop.cc
-
2src/float/ffloat/conv/cl_I_to_float.cc
-
2src/float/ffloat/elem/cl_FF_from_I.cc
-
4src/float/ffloat/elem/cl_FF_minusp.cc
-
8src/float/ffloat/elem/cl_FF_plusp.cc
-
4src/float/ffloat/elem/cl_FF_zerop.cc
-
2src/float/ffloat/input/cl_FF_from_string.cc
-
8src/float/ffloat/misc/cl_FF_as.cc
-
2src/float/input/cl_F_from_string.cc
-
10src/float/input/cl_F_read.cc
-
10src/float/input/cl_F_read_stream.cc
-
2src/float/lfloat/algebraic/cl_LF_sqrt.cc
-
2src/float/lfloat/elem/cl_LF_I_div.cc
-
2src/float/lfloat/elem/cl_LF_I_mul.cc
-
2src/float/lfloat/elem/cl_LF_from_I.cc
-
4src/float/lfloat/elem/cl_LF_minusp.cc
-
8src/float/lfloat/elem/cl_LF_plusp.cc
-
4src/float/lfloat/elem/cl_LF_zerop.cc
-
2src/float/lfloat/input/cl_LF_from_string.cc
-
6src/float/lfloat/misc/cl_LF_as.cc
-
8src/float/misc/cl_F_as.cc
-
4src/float/output/cl_F_dprint.cc
-
2src/float/sfloat/elem/cl_SF_from_I.cc
-
4src/float/sfloat/elem/cl_SF_minusp.cc
-
8src/float/sfloat/elem/cl_SF_plusp.cc
-
4src/float/sfloat/elem/cl_SF_zerop.cc
-
2src/float/sfloat/input/cl_SF_from_string.cc
-
6src/float/sfloat/misc/cl_SF_as.cc
-
4src/float/transcendental/cl_F_atanx.cc
-
4src/float/transcendental/cl_F_expx.cc
-
4src/float/transcendental/cl_F_lnx.cc
-
4src/float/transcendental/cl_LF_coshsinh.cc
-
4src/float/transcendental/cl_LF_cossin.cc
Some files were not shown because too many files changed in this diff
Write
Preview
Loading…
Cancel
Save
Reference in new issue