From 40ca72d01a700ff8c6879ee860d4fe95e91cd43d Mon Sep 17 00:00:00 2001 From: Lassi Kortela Date: Thu, 4 Aug 2022 19:01:44 +0300 Subject: [PATCH] Clean up whitespace --- www/css.css | 56 +++++++++++++++++++++++------------------------ www/download.html | 35 ++++++++++++++--------------- www/index.html | 23 ++++++++++--------- 3 files changed, 56 insertions(+), 58 deletions(-) diff --git a/www/css.css b/www/css.css index 042eec7..e26a2b6 100644 --- a/www/css.css +++ b/www/css.css @@ -1,28 +1,28 @@ - _ {} - H4 H3 H2 H1 { font-family: verdana, arial, helvetica; } - BLOCKQUOTE { width: 400px; } - P.item { width: 450px; margin: 0pt 0pt 10pt 0pt; } - P.section { color: #669980; font-style: italic; font-weight: bold;} - P.quiet { color: #cccccc; } - BODY { font-family: verdana, arial, helvetica; - font-size: 10pt; margin: 0pt; background:#ffffff;} - TABLE.doctable { } - TD { font-family: verdana, arial, helvetica; - font-size: 10pt; } - TD.leftcol { background: #996680; width: 100px; } - TD.maintitle { background: #669980; color: #ddffdd; - text-align: right; padding: 2px 5px 2px 5px; } - TD.leftedge { background: #999966; width: 100px; } - TD.body { padding: 5px 10px 5px 5px; } - TD.announce { background: #ffffcc; } - TR.toprow { height: 100; } - - CODE { font-family: courier, courier new; color:#000088; } - FONT.output { font-family: courier, courier new; color:#AA0000; } - TABLE.db { background: #999999; } - A:link { text-decoration: none; - color: #cc0000; } - A:visited { text-decoration: none; - color: #880000; } - A:hover { text-decoration: underline; - color: #ff0000; } +_ {} +H4 H3 H2 H1 { font-family: verdana, arial, helvetica; } +BLOCKQUOTE { width: 400px; } +P.item { width: 450px; margin: 0pt 0pt 10pt 0pt; } +P.section { color: #669980; font-style: italic; font-weight: bold;} +P.quiet { color: #cccccc; } +BODY { font-family: verdana, arial, helvetica; + font-size: 10pt; margin: 0pt; background:#ffffff;} +TABLE.doctable { } +TD { font-family: verdana, arial, helvetica; + font-size: 10pt; } +TD.leftcol { background: #996680; width: 100px; } +TD.maintitle { background: #669980; color: #ddffdd; + text-align: right; padding: 2px 5px 2px 5px; } +TD.leftedge { background: #999966; width: 100px; } +TD.body { padding: 5px 10px 5px 5px; } +TD.announce { background: #ffffcc; } +TR.toprow { height: 100; } + +CODE { font-family: courier, courier new; color:#000088; } +FONT.output { font-family: courier, courier new; color:#AA0000; } +TABLE.db { background: #999999; } +A:link { text-decoration: none; + color: #cc0000; } +A:visited { text-decoration: none; + color: #880000; } +A:hover { text-decoration: underline; + color: #ff0000; } diff --git a/www/download.html b/www/download.html index 0a83936..95ef791 100644 --- a/www/download.html +++ b/www/download.html @@ -21,9 +21,9 @@ - + -

Release History

+

Release History

@@ -40,7 +40,7 @@ the benchmark page. Other enhancements: got faster due to just general tuning. The compiler helps a great deal for computationally-bound programs. -
  • New functions: By analogy with Common LISP, bound?, +
  • New functions: By analogy with Common LISP, bound?, nconc and symbol-value. For utility purposes, getcwd, chdir, display* (which displays each of its arguments in turn, @@ -76,7 +76,7 @@ time collecting garbage. Obviously, reducing garbage generation and simplifying garbage collection would improve performance, and that was done in this release, with the following two (internal) changes:
  • -
  • Win32 port: Project files are provided so vx-scheme can +
  • Win32 port: Project files are provided so vx-scheme can compile ith Visual Studio .NET.
  • Short Integers: Internally, an integer that can fit in 24 @@ -85,11 +85,11 @@ allocated. This means that computations with small integers can proceed with much less garbage generated. (Many classic LISP systems use this trick.) The short arithmetic automatically expands to 32 bits when necessary, preserving the full range of 32-bit arithmetic -with no programmer intervention needed. Still no arbitrary-precision +with no programmer intervention needed. Still no arbitrary-precision arithmetic, though.
  • -
  • Uniform cell-size: Versions before this one had the -concept of single- and double-size cells. While this saved a +
  • Uniform cell-size: Versions before this one had the +concept of single- and double-size cells. While this saved a small amount of memory, it greatly complicated the garbage collector.
  • Consult the change log for more information. @@ -106,7 +106,7 @@ than () as in Common Lisp.)
  • Perl-style vector operations: New functions vector-shift!, vector-unshift!, vector-push!, and vector-pop! are provided. Shift and unshift work at the -left side of a vector, push and pop at the right. Vectors will +left side of a vector, push and pop at the right. Vectors will grow and shrink as needed.
  • More testcases:Three new testcases, adding 500 more lines @@ -114,14 +114,14 @@ to the suite.
  • -

    I've started writing a bytecode compiler, which has been an -interesting exercise. If that interests you drop me a +

    I've started writing a bytecode compiler, which has been an +interesting exercise. If that interests you drop me a note!

    Download

    -The easy-to-build source distribution is available here: +The easy-to-build source distribution is available here: -Example use: +Example use:
    • UNIX: T=1 ./vx-scheme < @@ -606,4 +606,3 @@ urchinTracker(); -