]> www.ginac.de Git - cln.git/commitdiff
Enable modifying operators by default.
authorRichard Kreckel <kreckel@ginac.de>
Thu, 7 Feb 2008 00:13:05 +0000 (00:13 +0000)
committerRichard Kreckel <kreckel@ginac.de>
Thu, 7 Feb 2008 00:13:05 +0000 (00:13 +0000)
ChangeLog
NEWS

index 691a149a1136c1ad427295c5e4fea511eacb615d..ee1c0319372833a842008a2d741bb56d840c636e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2007-02-07  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * 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  <kreckel@ginac.de>
 
        Fix crash in output of huge numbers:
diff --git a/NEWS b/NEWS
index 7e2f676067a7ef199617888aeaf5dc2139381511..01f14f2e6407f1b97bc12c05ed13252e6f4e3830 100644 (file)
--- 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
 =========================