mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
* srfi-13-14.texi: Removed.
* srfi-modules.texi (SRFI-13): Merged SRFI-13 docs into SRFI chapter. (SRFI-14): Merged SRFI-14 too. * guile.texi (Top): Remove inclusion of obsolete SRFI-13/14 file. * srfi-modules.texi (SRFI-0): New section. (SRFI-16): New section. Change `--' to `-' throughout.
This commit is contained in:
parent
b50ba18c26
commit
554901a3ad
5 changed files with 1220 additions and 22 deletions
|
@ -1,3 +1,18 @@
|
||||||
|
2001-05-14 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
|
||||||
|
|
||||||
|
* srfi-13-14.texi: Removed.
|
||||||
|
|
||||||
|
* srfi-modules.texi (SRFI-13): Merged SRFI-13 docs into SRFI
|
||||||
|
chapter.
|
||||||
|
(SRFI-14): Merged SRFI-14 too.
|
||||||
|
|
||||||
|
* guile.texi (Top): Remove inclusion of obsolete SRFI-13/14 file.
|
||||||
|
|
||||||
|
* srfi-modules.texi (SRFI-0): New section.
|
||||||
|
(SRFI-16): New section.
|
||||||
|
|
||||||
|
Change `--' to `-' throughout.
|
||||||
|
|
||||||
2001-05-13 Thien-Thi Nguyen <ttn@revel.glug.org>
|
2001-05-13 Thien-Thi Nguyen <ttn@revel.glug.org>
|
||||||
|
|
||||||
* intro.texi, scheme-modules.texi, scheme-procedures.texi:
|
* intro.texi, scheme-modules.texi, scheme-procedures.texi:
|
||||||
|
|
|
@ -35,7 +35,7 @@ guile_TEXINFOS = preface.texi intro.texi scheme-intro.texi \
|
||||||
scheme-reading.texi scheme-indices.texi slib.texi posix.texi \
|
scheme-reading.texi scheme-indices.texi slib.texi posix.texi \
|
||||||
expect.texi scsh.texi tcltk.texi scripts.texi gh.texi scm.texi \
|
expect.texi scsh.texi tcltk.texi scripts.texi gh.texi scm.texi \
|
||||||
appendices.texi indices.texi script-getopt.texi data-rep.texi \
|
appendices.texi indices.texi script-getopt.texi data-rep.texi \
|
||||||
extend.texi srfi-13-14.texi repl-modules.texi srfi-modules.texi \
|
extend.texi repl-modules.texi srfi-modules.texi \
|
||||||
AUTHORS
|
AUTHORS
|
||||||
|
|
||||||
guile_tut_TEXINFOS = guile-tut.texi AUTHORS
|
guile_tut_TEXINFOS = guile-tut.texi AUTHORS
|
||||||
|
|
|
@ -80,7 +80,7 @@ by the Free Software Foundation.
|
||||||
@sp 10
|
@sp 10
|
||||||
@comment The title is printed in a large font.
|
@comment The title is printed in a large font.
|
||||||
@title Guile Reference Manual
|
@title Guile Reference Manual
|
||||||
@subtitle $Id: guile.texi,v 1.8 2001-05-02 21:50:15 mgrabmue Exp $
|
@subtitle $Id: guile.texi,v 1.9 2001-05-14 21:37:51 mgrabmue Exp $
|
||||||
@subtitle For use with Guile @value{VERSION}
|
@subtitle For use with Guile @value{VERSION}
|
||||||
@include AUTHORS
|
@include AUTHORS
|
||||||
|
|
||||||
|
@ -169,7 +169,6 @@ Part III: Guile Modules
|
||||||
* SLIB:: Using the SLIB Scheme library.
|
* SLIB:: Using the SLIB Scheme library.
|
||||||
* POSIX:: POSIX system calls and networking.
|
* POSIX:: POSIX system calls and networking.
|
||||||
* SRFI Support:: Support for various SRFIs.
|
* SRFI Support:: Support for various SRFIs.
|
||||||
* SRFI-13/14:: String library and character set library.
|
|
||||||
* Readline Support:: Module for using the readline library.
|
* Readline Support:: Module for using the readline library.
|
||||||
* Value History:: Maintaining a value history in the REPL.
|
* Value History:: Maintaining a value history in the REPL.
|
||||||
* Expect:: Controlling interactive programs with Guile.
|
* Expect:: Controlling interactive programs with Guile.
|
||||||
|
@ -253,7 +252,6 @@ Indices
|
||||||
@include slib.texi
|
@include slib.texi
|
||||||
@include posix.texi
|
@include posix.texi
|
||||||
@include srfi-modules.texi
|
@include srfi-modules.texi
|
||||||
@include srfi-13-14.texi
|
|
||||||
@include repl-modules.texi
|
@include repl-modules.texi
|
||||||
@include expect.texi
|
@include expect.texi
|
||||||
@include scsh.texi
|
@include scsh.texi
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue