klisp

an open source interpreter for the Kernel Programming Language.
git clone http://git.hanabi.in/repos/klisp.git
Log | Files | Refs | README

commit 26cee0d622546cfe15d01dc18ed87c9f69da2af0
parent 0b58cf48df71ebba73c3ab008cdd43dfac630939
Author: Andres Navarro <canavarro82@gmail.com>
Date:   Fri, 16 Sep 2011 00:51:59 -0300

In Manual: Changed index name to avoid conflicts with case insensitive FS (as in Mac)

Diffstat:
Mmanual/html/Ports.html | 4++--
Mmanual/html/index.html | 2+-
Mmanual/klisp.info | 8++++----
Mmanual/src/index.texi | 2+-
Mmanual/src/klisp.texi | 2+-
Mmanual/src/ports.texi | 2+-
6 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/manual/html/Ports.html b/manual/html/Ports.html @@ -6,7 +6,7 @@ <meta name="generator" content="makeinfo 4.13"> <link title="Top" rel="start" href="index.html#Top"> <link rel="prev" href="Characters.html#Characters" title="Characters"> -<link rel="next" href="Index.html#Index" title="Index"> +<link rel="next" href="Alphabetical-Index.html#Alphabetical-Index" title="Alphabetical Index"> <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> <meta http-equiv="Content-Style-Type" content="text/css"> <style type="text/css"><!-- @@ -25,7 +25,7 @@ <div class="node"> <a name="Ports"></a> <p> -Next:&nbsp;<a rel="next" accesskey="n" href="Index.html#Index">Index</a>, +Next:&nbsp;<a rel="next" accesskey="n" href="Alphabetical-Index.html#Alphabetical-Index">Alphabetical Index</a>, Previous:&nbsp;<a rel="previous" accesskey="p" href="Characters.html#Characters">Characters</a>, Up:&nbsp;<a rel="up" accesskey="u" href="index.html#Top">Top</a> <hr> diff --git a/manual/html/index.html b/manual/html/index.html @@ -53,7 +53,7 @@ Up:&nbsp;<a rel="up" accesskey="u" href="../index.html#dir">(dir)</a> <li><a href="Characters.html#Characters">Characters</a>: Characters module features. <li><a href="Ports.html#Ports">Ports</a>: Ports module features. <!-- TODO add error objs to both klisp and the manual --> -<li><a href="Index.html#Index">Index</a>: Index including concepts, functions, variables, +<li><a href="Alphabetical-Index.html#Alphabetical-Index">Alphabetical Index</a>: Index including concepts, functions, variables, and other terms. <!-- Appendices --> diff --git a/manual/klisp.info b/manual/klisp.info @@ -55,7 +55,7 @@ the header "Permission to copy this report", that reads: * Strings:: Strings module features. * Characters:: Characters module features. * Ports:: Ports module features. -* Index:: Index including concepts, functions, variables, +* Alphabetical Index:: Index including concepts, functions, variables, and other terms.  @@ -2129,7 +2129,7 @@ features defined here were taken mostly from r5rs scheme. is signaled.  -File: klisp.info, Node: Ports, Next: Index, Prev: Characters, Up: Top +File: klisp.info, Node: Ports, Next: Alphabetical Index, Prev: Characters, Up: Top 16 Ports ******** @@ -2374,7 +2374,7 @@ klisp and was taken from Scheme. SOURCE NOTE: this is missing from Kernel, it is taken from Scheme.  -File: klisp.info, Node: Index, Next: (dir), Prev: Ports, Up: Top +File: klisp.info, Node: Alphabetical Index, Next: (dir), Prev: Ports, Up: Top Index ***** @@ -2688,6 +2688,6 @@ Node: Numbers72131 Node: Strings91630 Node: Characters96977 Node: Ports99687 -Node: Index110972 +Node: Alphabetical Index110985  End Tag Table diff --git a/manual/src/index.texi b/manual/src/index.texi @@ -2,7 +2,7 @@ @setfilename ../src/index @c TODO correct prev node -@node Index, (dir), Ports, Top +@node Alphabetical Index, (dir), Ports, Top @c this is from the elisp manual... Should read a little about this. @unnumbered Index diff --git a/manual/src/klisp.texi b/manual/src/klisp.texi @@ -110,7 +110,7 @@ permission is granted to copy it in whole or in part without fee. * Characters:: Characters module features. * Ports:: Ports module features. @c TODO add error objs to both klisp and the manual -* Index:: Index including concepts, functions, variables, +* Alphabetical Index:: Index including concepts, functions, variables, and other terms. @c Appendices diff --git a/manual/src/ports.texi b/manual/src/ports.texi @@ -1,7 +1,7 @@ @c -*-texinfo-*- @setfilename ../src/ports -@node Ports, Index, Characters, Top +@node Ports, Alphabetical Index, Characters, Top @comment node-name, next, previous, up @chapter Ports