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 02a02e9b9a2830d40b7b24bc4e8d82849c42058d
parent b0f61c4555ada8d1eb216cc6be438bbbea934261
Author: Commit-Bot <unknown>
Date:   Wed,  7 Jul 2010 13:37:11 +0000

Automatic commit from picoLisp.tgz, From: Wed, 07 Jul 2010 13:37:11 GMT
Diffstat:
Mlib.css | 9++++++++-
Msrc64/version.l | 4++--
2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/lib.css b/lib.css @@ -1,4 +1,4 @@ -/* 20apr10abu +/* 07jul10abu * (c) Software Lab. Alexander Burger */ @@ -16,6 +16,13 @@ .bold {font-weight: bold;} .mono {font-family: monospace;} +.em3 {width: 3em;} +.em5 {width: 5em;} +.em7 {width: 7em;} +.em10 {width: 10em;} +.em20 {width: 20em;} +.em30 {width: 30em;} + /* Defaults */ body { font-family: Arial, Helvetica, sans-serif; diff --git a/src64/version.l b/src64/version.l @@ -1,6 +1,6 @@ -# 04jul10abu +# 07jul10abu # (c) Software Lab. Alexander Burger -(de *Version 3 0 3 2) +(de *Version 3 0 3 3) # vi:et:ts=3:sw=3