]> www.ginac.de Git - cln.git/blobdiff - ChangeLog
* src/integer/conv/cl_I_to_digits.cc (I_to_digits): Fix bug in base 32.
[cln.git] / ChangeLog
index ca1545a84d05889231740789beee47361c3af6fe..5b26f1879b72a9472851b00a411e06661cefabaf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,60 @@
+2004-10-05  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * src/integer/conv/cl_I_to_digits.cc (I_to_digits): Fix bug in base 32.
+
+2004-09-27  Richard B. Kreckel  <kreckel@ginac.de>
+
+       Support for little-endian Mips, second shot
+       * src/base/digitseq/cl_asm_mipsel_.cc: New file...
+       * src/base/digitseq/cl_asm_cc: ...used here.
+       * src/base/digitseq/cl_asm.h: Include cl_asm_mips.h for any endianness.
+       * include/cln/object.h: Set alignment for mipsel explicitly.
+
+2004-09-05  Richard B. Kreckel  <kreckel@ginac.de>
+
+       Support for little-endian Mips
+       * include/cln/config.h.in: Add __mipsel__.
+       * include/cln/modules.h: For Mips, this is endianness-agnostic.
+       * src/base/digitseq/cl_asm_.cc, src/base/digitseq/cl_asm.h:
+       Mask out assembler for little-endian Mips.
+
+2004-08-30  Bruno Haible  <bruno@clisp.org>
+
+       * benchmarks/timebench2.sh: Multiply all repeat counts by 100.
+       * benchmarks/timebench2.results: Add recent PowerPC G4 results.
+
+2004-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * examples/e.cc: remove extra semicolon.
+
+2004-08-25  Bruno Haible  <bruno@clisp.org>
+
+       * autoconf/ltmain.sh: Upgrade to libtool-1.5.6.
+       * m4/libtool.m4: New file, from libtool-1.5.6 with modifications:
+       2004-08-22  Bruno Haible  <bruno@clisp.org>
+               * m4/libtool.m4: Add support for Comeau C++ on Linux.
+               Reported by Prof. Roberto Bagnara <bagnara@cs.unipr.it>.
+       * autoconf/aclocal.m4: Regenerate.
+
+2004-08-19  Bruno Haible  <bruno@clisp.org>
+
+       * include/cln/modules.h (CL_GLOBALIZE_JUMP_LABEL, CL_JUMP_TO): When
+       converting a label to a string, use ASM_UNDERSCORE_PREFIX. Needed on
+       MacOS X.
+       Reported by Darren Bane <darren.bane@ul.ie>.
+
+2004-07-01  Richard B. Kreckel  <kreckel@ginac.de>
+
+       * Version 1.1.8 released.
+
+2004-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * src/base/cl_macros.h: alloca(3) has size_t argument type.
+
+2004-06-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * include/cln/floatformat.h: Do define a type here.
+
 2004-06-27  Richard B. Kreckel  <kreckel@ginac.de>
 
        * include/cln/modules.h (CL_JUMP_TO): Fix AMD64 brokenness.