Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Links to cln_1-1-11: | (view) (annotate) |
| Sticky Tag: |
* Prepare for release 1.1.11.
* Release 1.1.10.
* Version 1.1.9 released.
* Version 1.1.8 released.
* Version 1.1.7 released.
* Finalize release 1.1.6.
Rework of autoconfiscation infrastructure
* autoconf/config.{guess,sub}: Update to GNU version 2003-10-07.
* autoconf/ltmain.sh: Update to GNU version 1.4.3.
* autoconf/autoconf: Remove (from now on we assume autoconf is
installed properly on the sytem).
* autoconf/autoconf.m4: Likewise.
* autoconf/autoconf.m4f: Likewise.
* autoconf/acgeneral.m4: Likewise.
* autoconf/acspecific.m4: Likewise.
* autoconf/aclocal.m4: Regenerate.
* autoconf/acinclude.m4: Remove (while moving the macros...)
* m4/gmp.m4: New file (...to here).
* Makefile.devel: Update to new scheme.
* configure.ac: Likewise.
* include/cln/GV_integer.h: Assume template specializations work.
* include/cln/GV_modinteger.h: Likewise.
* include/cln/config.h.in: Likewise, and drop HAVE_BOOL.
* src/base/cl_base_config.h.in: Drop support for obsolete ftime(3).
* src/base/random/cl_random_from.cc: Likewise.
* src/timing/cl_base_config.h.in: Likewise.
* src/timing/cl_t_current.cc: Likewise.
* Last bits for release 1.1.5.
* Bump dates, version numbers, etc, for 1.1.4-release...
* autoconf/ltmain.sh: Upgrade to libtool-1.4.2.
* autoconf/config.{guess,sub}: Update to GNU version 2001-09-07.
* Version 1.1.3 released.
* Landing 1.1.2.
* prepare for release 1.1.2.
* configure.in: adjust lt-versions, taking into account that a
change in prototype breaks compatibility in C++. :-(
* INSTALL: sync compiler options with doc/cln.tex.
* NEWS: adjust date.
* Adjusted dates and final touches for 1.1.1.
* include/cln/*.h: Change signatures of all classes' methods
cln::cl_foo::operator new(size_t, cl_foo*) to
cln::cl_foo::operator new(size_t, void*) so one can declare
std::vector<cln::cl_foo>, std::list<cln::cl_foo> etc. for
certain STL implementations (like libstdc++-v3).
* */*: cl_istream -> std::istream, cl_ostream -> std::ostream.
* Squished a typo.
Typos.
* cln.m4: New file.
* doc/cln.tex: Document package tools cln-config and cln.m4.
* Makefile.in: Care about cln.m4.
* autoconf/aclocal.m4 (CL_GMP_SET_UINTD): New macro...
* configure.in: ...used here.
* include/cln/config.h.in: Put in macros defined by CL_GMP_SET_UINTD...
* include/cln/types.h: ...used here.
* autoconf/acgeneral.m4, autoconf/aclocal.m4: Adhere to FHS.
* All Files have been modified for inclusion of namespace cln;
I am too lazy for a detailed discussion of all the changes.
Many identifiers got their `cl_' stripped off. Ok, this is a
clumpsy CVS log-entry. Promise: more will soon go into the
file ChangeLog. I apologize for the inconvenience. :-(
- doc/*, INSTALL: Mention that both shared and static library are now build by default.
- configure.in, autoconf/aclocal.m4 (CL_GMP_H_VERSION, CL_GMP_CHECK): New macros. - configure.in, include/cl_config.h.in (CL_VERSION, CL_VERSION_MINOR, CL_VERSION_PATCHLEVEL): New definitions. - autoconf/config.guess, autoconf/config.sub, autoconf/ltconfig, autoconf/ltmain.sh: updated from FSF (libtool 1.3.5, etc). - src/Makefile.in, configure.in: release-variables renamed from CLN_* to CL_*. - configure.in: default to build both shared and static library (i.e. default to the most common behaviour).
- autoconf/config.*: Updated to new version from FSF (the new libtool wants this). - src/Makefile.in: added $(LDFLAGS) to link step. - src/base/digitseq/cl_2DS_div.cc, cl_2DS_recip.cc: Adjusted break-even points. - Changelog, NEWS: updated.
- Mention that we use inter-library dependencies now instead of an internal mpn-tree.
Initial revision
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
| Christian Bauer">Christian Bauer | ViewVC Help |
| Powered by ViewVC 1.1.15 |