Browse Source

Enable modifying operators by default.

master
Richard Kreckel 17 years ago
parent
commit
a38a607fa0
  1. 13
      ChangeLog
  2. 5
      NEWS

13
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:

5
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
=========================

Loading…
Cancel
Save