| 1 |
|
2003-02-24 Bruno Haible <bruno@clisp.org> |
| 2 |
|
|
| 3 |
|
* src/base/random/cl_random_from.cc (random_state::random_state): Add |
| 4 |
|
support for MacOS X. |
| 5 |
|
* src/modinteger/cl_MI.cc: #undef _R. |
| 6 |
|
Reported by Erann Gat <gat@jpl.nasa.gov>. |
| 7 |
|
|
| 8 |
|
2002-08-03 Joerg Arndt <jj@suse.de> |
| 9 |
|
|
| 10 |
|
* include/cln/config.h.in: Add support for x86_64 CPU. |
| 11 |
|
* include/cln/modules.h: Likewise. |
| 12 |
|
* include/cln/types.h: Likewise. |
| 13 |
|
* include/cln/object.h: Likewise. |
| 14 |
|
|
| 15 |
|
2002-06-08 Richard Kreckel <kreckel@ginac.de> |
| 16 |
|
|
| 17 |
|
* src/base/digitseq/cl_asm.h: ensure intCsize==16 when including |
| 18 |
|
m68k Assembler routines. |
| 19 |
|
* src/base/digitseq/cl_asm_.cc: Likewise. |
| 20 |
|
|
| 21 |
|
2002-05-28 Richard Kreckel <kreckel@ginac.de> |
| 22 |
|
|
| 23 |
|
* Version 1.1.5 released. |
| 24 |
|
|
| 25 |
|
2002-05-27 Richard Kreckel <kreckel@ginac.de> |
| 26 |
|
|
| 27 |
|
* include/cln/modules.h (CL_CONCATENATE): New macro. |
| 28 |
|
|
| 29 |
|
2002-05-10 Richard Kreckel <kreckel@ginac.de> |
| 30 |
|
|
| 31 |
|
* doc/cln.tex (Building the library): Update recommendations for |
| 32 |
|
compiling on Tru64 using g++ 3.0 and 3.1. |
| 33 |
|
* README: Update homepage. |
| 34 |
|
|
| 35 |
|
2002-05-05 Bruno Haible <bruno@clisp.org> |
| 36 |
|
|
| 37 |
|
* doc/cln.tex (Building the library): Give some recommendations for |
| 38 |
|
g++ 3.0 and 3.1. |
| 39 |
|
|
| 40 |
|
Force link-time references despite optimizations done by g++ 2.95 |
| 41 |
|
and newer. |
| 42 |
|
* include/cln/modules.h (CL_FORCE_LINK): New macro. |
| 43 |
|
* Use CL_FORCE_LINK. |
| 44 |
|
* include/cln/GV_integer.h (cl_GV_I_debug_dummy): Likewise. |
| 45 |
|
* include/cln/GV_number.h (cl_GV_number_debug_dummy): Likewise. |
| 46 |
|
* include/cln/SV_number.h (cl_SV_number_debug_dummy): Likewise. |
| 47 |
|
* include/cln/SV_ringelt.h (cl_SV_ringelt_debug_dummy): Likewise. |
| 48 |
|
* include/cln/dfloat.h (cl_DF_debug_dummy): Likewise. |
| 49 |
|
* include/cln/ffloat.h (cl_FF_classes_dummy, cl_FF_debug_dummy): |
| 50 |
|
Likewise. |
| 51 |
|
* include/cln/integer.h (cl_I_classes_dummy, cl_I_debug_dummy): |
| 52 |
|
Likewise. |
| 53 |
|
* include/cln/lfloat.h (cl_LF_debug_dummy): Likewise. |
| 54 |
|
* include/cln/modinteger.h (cl_MI_debug_dummy): Likewise. |
| 55 |
|
* include/cln/rational.h (cl_RA_debug_dummy): Likewise. |
| 56 |
|
* include/cln/real.h (cl_R_debug_dummy): Likewise. |
| 57 |
|
* include/cln/ring.h (cl_ring_debug_dummy): Likewise. |
| 58 |
|
* include/cln/sfloat.h (cl_SF_classes_dummy, cl_SF_classes_dummy): |
| 59 |
|
Likewise. |
| 60 |
|
* include/cln/string.h (cl_string_debug_dummy): Likewise. |
| 61 |
|
* include/cln/univpoly.h (cl_UP_debug_dummy): Likewise. |
| 62 |
|
* src/float/base/cl_ieee.h (cl_ieee_dummy_NNN): Likewise. |
| 63 |
|
|
| 64 |
|
Avoid g++ 3.1 warnings. |
| 65 |
|
* src/base/cl_offsetof.h (offsetof): Redefine each time. |
| 66 |
|
* src/base/digitseq/cl_DS.h: Include "cl_offsetof.h" after <gmp.h>. |
| 67 |
|
|
| 68 |
|
Avoid g++ 3.1 warnings. |
| 69 |
|
* src/base/hash/cl_hash.h (struct cl_heap_hashtable): Use typename |
| 70 |
|
where needed. |
| 71 |
|
* src/base/hash/cl_hash1.h (struct cl_heap_hashtable_1): typedef |
| 72 |
|
htxentry as a shortcut. |
| 73 |
|
* src/base/hash/cl_hash2.h (struct cl_heap_hashtable_2): Likewise. |
| 74 |
|
* src/base/hash/cl_hashset.h (struct cl_heap_hashtable_set): Likewise. |
| 75 |
|
* src/base/hash/cl_hashuniq.h (struct cl_heap_hashtable_uniq): |
| 76 |
|
Likewise. |
| 77 |
|
|
| 78 |
|
2002-03-15 Bruno Haible <bruno@clisp.org> |
| 79 |
|
|
| 80 |
|
* cln.tex: Document problem with GNU make 3.77. |
| 81 |
|
Reported by Michael Somos <somos@grail.cba.csuohio.edu>. |
| 82 |
|
|
| 83 |
2002-02-16 Richard Kreckel <kreckel@ginac.de> |
2002-02-16 Richard Kreckel <kreckel@ginac.de> |
| 84 |
|
|
| 85 |
* cln.m4: quote macro name. |
* cln.m4: quote macro name. |