guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-doc/ref guile.texi


From: Neil Jerram
Subject: guile/guile-doc/ref guile.texi
Date: Fri, 22 Sep 2000 05:04:46 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Neil Jerram <address@hidden>    00/09/22 05:04:46

Modified files:
        guile-doc/ref  : guile.texi 

Log message:
        * Several new chapters added to Scheme part of reference manual.

CVSWeb URLs:
http://subversions.gnu.org/cgi-bin/cvsweb/guile/guile-doc/ref/guile.texi.diff?r1=1.6&r2=1.7

Patches:
Index: guile/guile-doc/ref/guile.texi
diff -u guile/guile-doc/ref/guile.texi:1.6 guile/guile-doc/ref/guile.texi:1.7
--- guile/guile-doc/ref/guile.texi:1.6  Fri Aug 25 10:26:16 2000
+++ guile/guile-doc/ref/guile.texi      Fri Sep 22 05:04:46 2000
@@ -141,7 +141,7 @@
 @sp 10
 @comment The title is printed in a large font.
 @title Guile Reference Manual
address@hidden $Id: guile.texi,v 1.6 2000/08/25 17:26:16 ossau Exp $
address@hidden $Id: guile.texi,v 1.7 2000/09/22 12:04:46 ossau Exp $
 @subtitle For use with Guile @value{VERSION}
 @author Mark Galassi
 @author Cygnus Solution and Los Alamos National Laboratory
@@ -226,9 +226,13 @@
 * Strings::                     Special things about strings.
 * Characters::                 New character names.
 * Hooks::                       User-customizable event lists.
+* Procedures::                  Procedure types and properties.
 * Property Lists::              Managing metainformation about Scheme objects.
 * Ports::                       I/O in Scheme.
+* Reading and Writing::         Reading and writing.
 * Numbers::                     Numerical operations.
+* Random::                      Random number generation.
+* Sorting::                     Sort utility procedures.
 * Bitwise Operations::          Logical AND, OR, NOT, and so on.
 * Regular Expressions::         Pattern matching and substitution.
 * Dynamic Linking from Marius::
@@ -238,11 +242,13 @@
 * Objects::                     Low level object orientation support.
 * Guardians::                   Guardians.
 * Emacs Lisp Support::          Helper primitives for translating Emacs Lisp.
+* Symbols and Variables::       Symbols and variables.
 * Garbage Collection::
 * Configuration Data::         Version info, library directories, etc.
 * Internal Debugging Interface::
 * SLIB::                        Using the SLIB Scheme library.
 * POSIX System Calls and Networking::
+* Deprecated::                  Features that are planned to disappear.
 * Expect::                     Controlling interactive programs with Guile.
 * The Scheme shell (scsh)::
        The SCSH compatibility module has been made an
@@ -319,6 +325,7 @@
 @end iftex
 
 @include posix.texi
address@hidden deprecated.texi
 @include expect.texi
 @include scsh.texi
 @include tcltk.texi


reply via email to

[Prev in Thread] Current Thread [Next in Thread]