~ chicken-core (chicken-5) aa311949b1d78f75bf3ccc5274eeac98ac73db14
commit aa311949b1d78f75bf3ccc5274eeac98ac73db14 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Wed Jul 6 08:25:06 2011 +0200 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Wed Jul 6 08:25:06 2011 +0200 minor fixes reported by mario diff --git a/chicken.scm b/chicken.scm index fa65cbea..1e1f5e0d 100644 --- a/chicken.scm +++ b/chicken.scm @@ -118,7 +118,7 @@ (quit "missing argument to `-~s' option" o) ) ) (else (warning - "invalid compiler option (gnored)" + "invalid compiler option (ignored)" (if (string? o) o (conc "-" o)) ) (loop rest) ) ) ) ) ) (apply compile-source-file filename options) diff --git a/scripts/README b/scripts/README index 68c848e0..e427a1ff 100644 --- a/scripts/README +++ b/scripts/README @@ -18,11 +18,6 @@ This directory contains a couple of things that might be useful: A simple svnwiki -> HTML translator used for the manual. Needs `htmlprag' and `matchable' eggs installed. - make-egg-index.scm - - Creates an egg index HTML page from a local working copy of a - `release/<number>' egg tree. - makedist.scm Creates a distribution tarball from a chicken svn checkout.Trap