]> www.ginac.de Git - cln.git/history - src/integer
Use paths relative the `src' directory in the #include directives.
[cln.git] / src / integer /
2008-08-27 Alexei SheplyakovUse paths relative the `src' directory in the #include...
2008-08-27 Alexei SheplyakovRemove CL_REQUIRE/CL_PROVIDE(cl_I_doublefactorial)...
2008-08-27 Alexei SheplyakovRemove CL_REQUIRE/CL_PROVIDE(cl_I_factorial) as it...
2008-08-27 Alexei SheplyakovReplace CL_REQUIRE/CL_PROVIDE(cl_I_ring) with portable...
2008-08-27 Alexei Sheplyakovreplace CL_REQUIRE/CL_PROVIDE(cl_0_ring) with (more...
2008-04-18 Bruno HaibleFix a bug in FN_to_NDS in configurations where intDsize...
2008-04-07 Richard KreckelRe-esatblish 1.2.0 ABI, broken 2008-02-22 [Alexei Shepl...
2008-02-22 Richard KreckelMake index variables uintC.
2008-02-06 Richard KreckelFix crash in output of huge numbers.
2008-01-18 Richard KreckelFix linking problems on some platforms caused by inline...
2007-09-15 Richard Kreckel * */*: Convert encoding from ISO 8859-1 to...
2007-08-01 Richard Kreckel * */*: Remove cl_boolean, cl_true, and cl_false...
2007-07-28 Richard Kreckel Remove exception hooks in favor of real C+...
2006-12-11 Richard Kreckel Extend the exponent range from 32 bits to 64...
2006-04-24 Richard Kreckel2006-04-25 Bruno Haible <bruno@clisp.org>
2006-03-22 Richard Kreckel* Cumulative patch including Bruno's work on large...
2005-11-20 Richard Kreckel * src/integer/conv/cl_I_cached_power.h: New...
2005-11-02 Richard Kreckel * src/integer/conv/cl_I_from_digits.cc: Made...
2005-11-02 Richard Kreckel* Make power_table more readable.
2005-08-29 Bruno HaibleAvoid shifting a 32-bit zero value by more than 31...
2004-10-25 Richard Kreckel * src/integer/input/cl_I_read_stream.cc (read_integer...
2004-10-22 Richard Kreckel * src/integer/conv/cl_I_from_digits.cc (digits_...
2004-10-22 Richard Kreckel * src/integer/conv/cl_I_to_digits (I_to_digits...
2004-10-12 Richard Kreckel* src/integer/conv/cl_I_from_digits.cc (digits_to_I...
2004-10-05 Richard Kreckel* src/integer/conv/cl_I_to_digits.cc (I_to_digits)...
2004-06-23 Richard Kreckel* Remove unused labels.
2004-06-23 Richard Kreckel* Make template specializations explicit.
2004-06-23 Richard Kreckel* Change all C include headers to ISO style within...
2004-04-30 Richard Kreckel* src/integer/output/cl_I_print.cc (print_integer)...
2000-12-14 Richard Kreckel * */*: cl_istream -> std::istream, cl_ostream... cln_1-1-0
2000-11-24 Richard Kreckel * */*: Removed problematic stdin, stdout and...
2000-11-13 Richard Kreckel * src/base/digitseq/cl_asm.h: Test if (intDsize...
2000-11-01 Richard Kreckel * include/cln/object.h (cl_combine): define...
2000-09-05 Richard Kreckel * include/cln/number.h (As): Fix it in namespac...
2000-08-28 Richard Kreckel * All Files have been modified for inclusion...
2000-07-13 Bruno HaibleAccept floats with 1.2L0_100 syntax when reading from...
2000-06-21 Bruno HaibleDistinguish between cl_word_size and the ABI's pointer...
2000-05-04 Richard Kreckel* Removed internal gmp/ directory and other traces...
2000-01-28 Richard KreckelInitial revision