renamed r5rs language

svn: r9338
This commit is contained in:
Robby Findler 2008-04-16 21:06:49 +00:00
parent 39fde6a63c
commit 0676cfed88
3 changed files with 3 additions and 3 deletions

View File

@ -1429,7 +1429,7 @@
(make-simple '(lib "r5rs/lang.ss")
"plt:r5rs"
(list (string-constant legacy-languages)
(string-constant r5rs-lang-name))
(string-constant r5rs-language-name))
(list -1000 -1000)
#f
(string-constant r5rs-one-line-summary)

View File

@ -209,7 +209,7 @@
(or (equal? main-group "Module")
(and (equal? main-group (string-constant legacy-languages))
(or (member second
(list (string-constant r5rs-lang-name)
(list (string-constant r5rs-language-name)
"Swindle"))
(member third
(list (string-constant mzscheme-w/debug)

View File

@ -993,7 +993,7 @@ please adhere to these guidelines:
(how-to-design-programs "How to Design Programs") ;; should agree with MIT Press on this one...
(pretty-big-scheme "Pretty Big (includes MrEd and Advanced Student)")
(pretty-big-scheme-one-line-summary "Adds syntax and functions from the HtDP languages")
(r5rs-lang-name "Standard (R5RS)")
(r5rs-language-name "R5RS (Legacy Standard)")
(r5rs-one-line-summary "R5RS, with no frills")
(expander "Expander")
(expander-one-line-summary "Expands, rather than evaluates, expressions")