Richard Kreckel
1c9bd61ff0
Finalize CLN 1.3.3 release.
* Removed some obsolete Makefile.devel.
* Updated autoconf tools.
* Updated version and copyright information.
12 years ago
Richard Kreckel
c2e6ab407e
Support for Texinfo-5.0.
Changed some @itemx into @item . Surround the "Detailed Node Listing"
section of the info page menu with @detailmenu flag.
12 years ago
Richard Kreckel
4985c8a789
Avoid input stream fail state when reading number at EOF.
istream::get() puts the stream in fail state when trying to read at
EOF. This is best avoided by first peek()ing what is available.
13 years ago
Richard Kreckel
b338e09d3b
Update documentation about infrastructure requirements.
14 years ago
Alexei Sheplyakov
9ac56205f5
Fix the documentation build failure (wrong texinfo).
Building PDF, PostScript, and DVI versions of the documentation fails
with the following error message(s):
../../doc/cln.texi:1170: Argument of @asis has an extra }.
<inserted text>
@par
<to be read again>
}
According to texinfo maintainer @itemize @asis is illegal, one should
use @itemize @w{} instead.
See <http://lists.gnu.org/archive/html/bug-texinfo/2009-03/msg00016.html >.
15 years ago
Richard Kreckel
b0ecd98798
Prepare for CLN 1.3.0 release.
Set version number and update copyright strings.
16 years ago
Richard B. Kreckel
a446756831
Fix compilation with GCC 4.4.
Use std::iostream functions instead of EOF and cl_EOF macros.
This enables us to get rid of the freadchar and funreadchar functions.
While at it, removed the extra signatures introduced for CLN-1.2.0
compatibilty. After all, the soname has been bumped.
Also updated largest known Mersenne prime in examples/perfnum.cc.
16 years ago
Alexei Sheplyakov
2ed9ef84d3
Equip vectors (cl_[SG]V_*) with STL-alike size() method.
16 years ago
Alexei Sheplyakov
050f512c5a
cln.texi: display copyright information in the info file, ...
... use @ifnottex instead of @ifinfo so relevant pages are included into
the HTML version of the manual.
17 years ago
Richard Kreckel
3ba8e8ae0e
Correct typo in definition of binomial.
(Reported by Warren Weckesser.)
17 years ago
Richard Kreckel
8fd842180c
Optional support for configure --with-gmp=GMP-PREFIX.
17 years ago
Richard Kreckel
98bc175431
Enable modifying operators by default.
17 years ago
Richard Kreckel
22549ef70f
* Add table of contents in TeX output.
17 years ago
Bruno Haible
77df36c038
Add @node lines and @menu lists.
17 years ago
Bruno Haible
f7a6221e10
Renamed from cln.tex.
17 years ago
Richard Kreckel
f6b8e7b68c
* include/cln/number.h, cl_number::_as_cl_private_thing(): removed.
Rearranged for a clearer distinction between macros and remaining
identifiers, so Cint can parse it smoothly.
* Changelog: *trival* documentation changes have nix verloren.
* doc/cln.info, doc/cln.texi: Removed non-sources from CVS.
25 years ago
Richard Kreckel
850abfde7f
* 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. :-(
25 years ago
Richard Kreckel
56036094b1
- doc/*, INSTALL: Mention that both shared and static library are
now build by default.
25 years ago
Richard Kreckel
2d6362ebe2
- Added forgotten index entries.
25 years ago
Richard Kreckel
c597eb5534
- Upgraded texinfo.tex to newer version 1999-10-01.07, which also
triggered lots of style changes.
- Documented use of external GMP.
- Fixed some index entries.
25 years ago
Richard Kreckel
a7f39918ee
- Added lots of @cindex to produce an index.
- Minor updates / fixed typos.
25 years ago
Richard Kreckel
dd9e0f894e
Initial revision
25 years ago