]> www.ginac.de Git - cln.git/commit - src/integer/bitwise/cl_I_logbitp_I.cc
* */*: Removed problematic stdin, stdout and stderr definitions.
authorRichard Kreckel <kreckel@ginac.de>
Fri, 24 Nov 2000 20:51:06 +0000 (20:51 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Fri, 24 Nov 2000 20:51:06 +0000 (20:51 +0000)
commitf57f23a99a4ec8ded1faf4d61e0fb4fc6127419a
tree41008fcf5cabf2442309f70123932f8828c2e273
parent5769ad250e45d839d0884293dce6d7784a39eef3
    * */*: Removed problematic stdin, stdout and stderr definitions.
          Use std::cin, std::cout, std::cerr instead (obsoletes 2000-10-29).
56 files changed:
benchmarks/timebench1.cc
benchmarks/timebench2a.cc
benchmarks/timebench2ap.cc
benchmarks/timebench2b.cc
doc/cln.tex
examples/contfrac.cc
examples/fibonacci.cc
examples/legendre.cc
examples/nextprime.cc
include/cln/io.h
include/cln/modinteger.h
include/cln/object.h
include/cln/timing.h
src/base/cl_N_err_d0.cc
src/base/cl_as_err.cc
src/base/cl_debugout.cc
src/base/cl_malloc.cc
src/base/cl_notreached.cc
src/base/digitseq/cl_DS_mul_fftc.h
src/base/digitseq/cl_DS_mul_fftcs.h
src/base/digitseq/cl_DS_mul_fftr.h
src/base/input/cl_read_err_bad.cc
src/base/input/cl_read_err_eof.cc
src/base/input/cl_read_err_junk.cc
src/base/input/cl_read_globals.cc [deleted file]
src/base/output/cl_prin_globals.cc
src/base/ring/cl_no_ring.cc
src/complex/input/cl_N_read.cc
src/float/base/cl_F_err_nan.cc
src/float/base/cl_F_err_ov.cc
src/float/base/cl_F_err_un.cc
src/integer/algebraic/cl_I_sqrt.cc
src/integer/bitwise/cl_I_asherr.cc
src/integer/bitwise/cl_I_logbitp_I.cc
src/integer/conv/cl_I_to_L.cc
src/integer/conv/cl_I_to_Q.cc
src/integer/conv/cl_I_to_UL.cc
src/integer/conv/cl_I_to_UQ.cc
src/integer/division/cl_I_exquoerr.cc
src/integer/input/cl_I_read.cc
src/modinteger/cl_MI_int.h
src/polynomial/elem/cl_UP_no_ring.cc
src/rational/input/cl_RA_read.cc
src/real/format-output/cl_fmt_cardinal.cc
src/real/format-output/cl_fmt_newroman.cc
src/real/format-output/cl_fmt_oldroman.cc
src/real/input/cl_R_read.cc
src/real/random/cl_R_random.cc
tests/exam.h
tests/exam_I_gcd.cc
tests/main.cc
tests/test.h
tests/timeMImisc5.cc
tests/timeUPMImul.cc
tests/timepi.cc
tests/timesquare.cc