diff options
author | Marius Vollmer <mvo@zagadka.de> | 2004-07-07 15:40:25 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2004-07-07 15:40:25 +0000 |
commit | 11c8f7296b119eee1887449c5a5b40c0e95bac01 (patch) | |
tree | 65511f82b16e71e26a2432a665649805c5226404 | |
parent | 4e2b1f342dadacbefb752c28b60ed089bbe8d8cc (diff) | |
download | guile-11c8f7296b119eee1887449c5a5b40c0e95bac01.tar.gz |
*** empty log message ***
-rw-r--r-- | doc/ref/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ref/ChangeLog b/doc/ref/ChangeLog index 50e042bde..47aa4aea7 100644 --- a/doc/ref/ChangeLog +++ b/doc/ref/ChangeLog @@ -1,5 +1,8 @@ 2004-07-07 Marius Vollmer <marius.vollmer@uni-dortmund.de> + * scheme-data.texi (Integers): Added docs for the new scm_is_, + scm_to_ and scm_from_ functions for integers. + * data-rep.texi (How Guile does it): Mark as being in limbo. All the real documentation will be in the nodes "Programming in C" and "API Reference". |