*** empty log message ***
[bpt/guile.git] / doc / ref / ChangeLog
index 795e841..25e9647 100644 (file)
@@ -1,3 +1,83 @@
+2003-11-09  Kevin Ryde  <user42@zip.com.au>
+
+       * scheme-data.texi (Random): In random, use @code for *random-state*.
+       Reported by Stephen Compall.
+
+2003-11-03  Kevin Ryde  <user42@zip.com.au>
+
+       * misc-modules.texi (File Tree Walk): New chapter.
+       * guile.texi: Add it.
+
+2003-10-18  Kevin Ryde  <user42@zip.com.au>
+
+       * gh.texi (Calling Scheme procedures from C, scm transition summary):
+       Refer to scm_list_n, not the old name scm_listify.
+       (scm transition summary): For gh_apply, recommend scm_apply_0, which
+       is now documented.
+
+       * gh.texi (Defining new Scheme procedures in C): Don't use
+       @strong{Note:}, latest makeinfo will complain it looks like a cross
+       reference.
+
+       * posix.texi (Time): Correction to strftime glibc cross reference
+       node, now "Formatting Calendar Time".
+
+       * srfi-modules.texi (SRFI-1 Searching): In break, note conflict with
+       binding established by `while'.
+
+2003-10-09  Kevin Ryde  <user42@zip.com.au>
+
+       * scheme-compound.texi (Hash Table Reference): Decribe rehashing, note
+       no hashx-remove!, describe make-hash-table size parameter.
+
+2003-10-06  Marius Vollmer  <mvo@zagadka.de>
+
+       * scheme-memory.texi: Added a short explanation of the GC and the
+       conservative stack scanning.
+       (scm_gc_protect_object, scm_gc_unprotect_object,
+       scm_permanent_object): New.
+
+       * data-rep.texi, scheme-memory.texi (scm_remember_upto_here_1,
+       scm_remember_upto_here_2): Moved from data-rep.texi to
+       scheme-memory.texi.
+       
+2003-10-02  Kevin Ryde  <user42@zip.com.au>
+
+       * scheme-io.texi (String Ports): In call-with-output-string, note proc
+       should not close the port.  In get-output-string, note string must be
+       gotten before closing the port.
+
+2003-09-21  Kevin Ryde  <user42@zip.com.au>
+
+       * posix.texi (File System): In access?, reword a bit, clarify real
+       versus effective ID handling, cross reference glibc on that, and
+       recommend against access tests in library functions.
+
+2003-09-13  Kevin Ryde  <user42@zip.com.au>
+
+       * posix.texi (File System): In stat:dev and stat:mode, clarify that
+       both are numbers.
+
+       * posix.texi (Network Address Conversion): Under IPv4, describe
+       numeric representation in Guile, add INADDR_LOOPBACK and
+       INADDR_BROADCAST, add commented-out INADDR_NONE.
+
+       * scheme-compound.texi (Append/Reverse): Merge reverse and reverse!,
+       describe newtail parameter for reverse!, remove confusing caveat about
+       head becoming tail for reverse!.
+
+       * scheme-io.texi (Reading): In port-column, port-line,
+       set-port-column! and set-port-line!, port parameter must be given,
+       there's no default to current input.
+
+       * scheme-io.texi (Reading): Add scm_c_read.
+       (Writing): Add scm_c_write.
+
+       * srfi-modules.texi (SRFI-1 Constructors): Add list-copy.
+
+       * srfi-modules.texi (SRFI-19): Rewrite, adding descriptions of all
+       functions, and a bit of an introduction.
+
 2003-09-03  Kevin Ryde  <user42@zip.com.au>
 
        * scheme-data.texi (Keyword Primitives): Add examples to