picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

commit be9da1a4c36ae5cc377a99b7ab1c3c24fdc9ecc3
parent d6efcda73fe036ad0912bb209167ee89b6331f0a
Author: Alexander Burger <abu@software-lab.de>
Date:   Wed, 27 Feb 2013 16:57:31 +0100

Removed 'dbg' startup script
Diffstat:
MCHANGES | 1+
MINSTALL | 14++------------
Mdoc/ref.html | 8+-------
Mdoc/tut.html | 9+++++----
Mmisc/maze.l | 4++--
Mrcsim/README | 4++--
6 files changed, 13 insertions(+), 27 deletions(-)

diff --git a/CHANGES b/CHANGES @@ -1,4 +1,5 @@ * DDmmm13 picoLisp-3.1.2 + Removed 'dbg' startup script Trim trailing spaces in "lib/form.js" Bug in 'accept' on BSD '+Hook2' index prefix class diff --git a/INSTALL b/INSTALL @@ -1,4 +1,4 @@ -31jan13abu +27feb13abu (c) Software Lab. Alexander Burger @@ -139,16 +139,6 @@ or $ /home/app/pil # Invoking a local installation from some other directory - -A shortcut for debug mode is the 'dbg' script: - - $ ./dbg - : - -It is available only for local installaions, and is eqivalent to - - $ ./pil + - Note that 'pil' can also serve as a template for your own stand-alone scripts. @@ -158,7 +148,7 @@ runtime system), use $ ersatz/pil + : -instead of './dbg' or './pil +'. +instead of './pil +'. Documentation diff --git a/doc/ref.html b/doc/ref.html @@ -610,17 +610,11 @@ $ pil myProject.l -main + <p>This is - in a local installation - equivalent to <pre><code> -$ ./dbg myProject.l -main -</code></pre> - -<p>or - -<pre><code> $ ./pil myProject.l -main + </code></pre> <p>In any case, the directory part of the first file name supplied (normally, -the path to "lib.l" as called by 'pil' or 'dbg') is remembered internally as the +the path to "lib.l" as called by 'pil') is remembered internally as the <i>PicoLisp Home Directory</i>. This path is later automatically substituted for any leading "<code>@</code>" character in file name arguments to I/O functions (see <code><a href="refP.html#path">path</a></code>). diff --git a/doc/tut.html b/doc/tut.html @@ -56,9 +56,10 @@ directory (that is "@lib/el" for a local installation, or some system dependent directory for a global installation). <p>If you feel that you absolutely have to use an IDE, <code>rlwrap</code> or -another input front-end, please remove the entry "@lib/led.l" from "lib.l" and -"dbg.l". Note that in this case, however, you will not have the TAB symbol -completion feature available during command line editing. +another input front-end, please create an empty "~/.pil/editor" file. This +effectively disables the command line editor. Note that in this case, however, +you will not have the TAB symbol completion feature available during command +line editing. <h3>Table of content</h3> @@ -1316,7 +1317,7 @@ file names with that pathname. Thus, to run the above example in some other place, simply write: <pre><code> -$ /home/foo/picolisp/dbg @app/file1.l -main @app/file2.l +$ /home/foo/picolisp/pil @app/file1.l -main @app/file2.l + </code></pre> <p>that is, supply a full path name to the initial command (here 'p'), or put it diff --git a/misc/maze.l b/misc/maze.l @@ -1,7 +1,7 @@ -# 16dec10abu +# 27feb13abu # (c) Software Lab. Alexander Burger -# ./dbg misc/maze.l -"setq M (maze 16 12)" -"display M" -bye +# ./pil misc/maze.l -"setq M (maze 16 12)" -"display M" -bye (load "@lib/simul.l") diff --git a/rcsim/README b/rcsim/README @@ -1,4 +1,4 @@ -16feb13abu +27feb13abu (c) Software Lab. Alexander Burger @@ -32,7 +32,7 @@ once: Then start the PicoLisp server with - $ ./dbg rcsim/main.l -main -go + $ ./pil rcsim/main.l -main -go + and then the Z3d-Client from another X-terminal