1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
guile/doc/tutorial/ChangeLog
2003-11-24 22:13:26 +00:00

41 lines
1.3 KiB
Text

2003-09-27 Neil Jerram <neil@ossau.uklinux.net>
* guile-tut.texi (Using Guile to program in Scheme): Fix result of
`(reverse ls)', and change `squaring function' example to use `(*
n n)' instead of `(expt n n)'. Thanks to Jack Pavlovsky for
pointing these out.
2003-05-27 Dirk Herrmann <D.Herrmann@tu-bs.de>
* guile-tut.texi: Fix example, where a vector constant is used
without quoting.
2002-07-16 Neil Jerram <neil@ossau.uklinux.net>
* guile-tut.texi (Jump Start): Apply patch from M. Luedde on use
of tail recursion to avoid stack overflow (with minor editing).
2001-11-18 Neil Jerram <neil@ossau.uklinux.net>
* guile-tut.texi (History of Guile and its motivations): Update
Tcl war URLs.
2001-09-19 Thien-Thi Nguyen <ttn@glug.org>
* guile-tut.texi: Fix improper `@result' usage.
Fix number typo in "Jump Start" section.
2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
* Makefile.am (guile_tut_TEXINFOS): Removed.
(TEXINFO_TEX): Added; avoids shipping multiple copies of
texinfo.tex in a single distribution.
* guile-tut.texi: Incorporate text previously in separate AUTHORS
file.
2001-08-27 Neil Jerram <neil@ossau.uklinux.net>
The change log for files in this directory continues backwards
from 2001-08-27 in ../ChangeLog, as all the Guile documentation
prior to this date was contained in a single directory.