From: Richard Kreckel Date: Thu, 7 Feb 2008 00:13:05 +0000 (+0000) Subject: Enable modifying operators by default. X-Git-Tag: cln_1-2-1~11 X-Git-Url: https://www.ginac.de/CLN/cln.git//cln.git?a=commitdiff_plain;h=a38a607fa0426f5c2782bf4c0cffe4c7684effe9;p=cln.git Enable modifying operators by default. --- diff --git a/ChangeLog b/ChangeLog index 691a149..ee1c031 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +2007-02-07 Richard B. Kreckel + + * include/cln/integer.h: Enable modifying operators by default. + * include/cln/rational.h: Likewise. + * include/cln/sfloat.h: Likewise. + * include/cln/ffloat.h: Likewise. + * include/cln/dfloat.h: Likewise. + * include/cln/lfloat.h: Likewise. + * include/cln/float.h: Likewise. + * include/cln/real.h: Likewise. + * include/cln/complex.h: Likewise. + * doc/cln.texi: Document that. + 2007-02-06 Richard B. Kreckel Fix crash in output of huge numbers: diff --git a/NEWS b/NEWS index 7e2f676..01f14f2 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,11 @@ Implementation changes * Fixed some bugs in the output of numbers larger than 2^32 decimal digits. +Other changes +------------- + +* Modifying C/C++ operators like +=, ++, etc. are now enabled by default. + 2008-01-19, version 1.2.0 =========================