Matthew Flatt
b6167c23d5
fix R5RS `caar', etc., when used in a non-application position
...
Closes PR 11558
2010-12-20 07:25:19 -07:00
Eli Barzilay
2d9601089d
A lot of "MzScheme" -> "Racket"s.
2010-05-16 18:26:26 -04:00
Matthew Flatt
0f8c152b6d
drscheme manual -> drracket manual; speed up raco setup pre-bootstrap
2010-05-04 11:49:41 -06:00
Matthew Flatt
166b92f9c8
replace mzc and setup-plt docs with raco doc (which refers to the still-separate planet doc)
2010-05-02 11:04:48 -06:00
Matthew Flatt
28b4043077
rename all files .ss -> .rkt
2010-04-27 16:50:15 -06:00
Matthew Flatt
530a3eb5e8
change R5RS to allow splicing unquote at tail when expression is not a list; merge to 4.2.4
...
svn: r17811
2010-01-25 13:33:42 +00:00
Eli Barzilay
c0a8a01222
Changed @itemize{...} to @itemize[...] (done after comparing the doc
...
tree and verifying that there are no changes).
(Also fixed a few bugs that were in the code)
svn: r14427
2009-04-05 17:46:20 +00:00
Matthew Flatt
f14b7158cd
better error message for R5RS transformer expressions that are not 'syntax-rules'
...
svn: r14183
2009-03-19 12:33:22 +00:00
Matthew Flatt
7b11c290f5
qq fixes, so that (quasiquote #(unquote lst)) is a syntax error
...
svn: r13517
2009-02-11 15:01:04 +00:00
Matthew Flatt
91801b4601
fix algorithmic problem with syntax certificates (so Oleg's syntax-rules stress test runs in reasonable time)
...
svn: r12990
2009-01-03 17:51:06 +00:00
Matthew Flatt
e92b588985
macro-expansion performance tweaks
...
svn: r12972
2009-01-02 16:50:32 +00:00
Matthew Flatt
2ce9667ae4
edits and backpointers related to Scheme dialects in the guide
...
svn: r12927
2008-12-22 21:26:39 +00:00
Matthew Flatt
8c8728337e
new guide chapter on Scheme dialects, and small clean-up for some other docs
...
svn: r12926
2008-12-22 21:17:07 +00:00
Matthew Flatt
a0f91d905e
revised internal-definitions context and a basic 'define-package' form
...
svn: r12579
2008-11-24 19:52:41 +00:00
Eli Barzilay
7e18fac6e4
revert this part
...
svn: r11497
2008-08-31 06:47:17 +00:00
Eli Barzilay
7d6bc32ed9
* Extended syntax/module-reader to deal with many more situations
...
using keywords, and allowing arbitrary code in the reader module
* Added tests for the new functionality
* Used the new stuff for the r5rs, r6rs, and honu readers
svn: r11495
2008-08-31 06:25:41 +00:00
Matthew Flatt
ff888bda2a
fix splicing 'begin' in R5RS (PR 9548)
...
svn: r10458
2008-06-26 14:49:20 +00:00
Matthew Flatt
58428d6c79
doc and release-note corrections
...
svn: r10024
2008-05-29 20:51:27 +00:00
Matthew Flatt
548e45408b
regexp-replace* handles empty matches; empty-match handling documented
...
svn: r9751
2008-05-08 20:29:56 +00:00
Matthew Flatt
4e6639fb2f
r6rs tests and bug fixes
...
svn: r9563
2008-05-01 13:52:05 +00:00
Matthew Flatt
a26b334c67
proprocessor doc, merge scribblings and doc-categories fields
...
svn: r9414
2008-04-23 00:20:25 +00:00
Matthew Flatt
28a3f3f0e7
r5rs and srfi docs and bindings
...
svn: r9336
2008-04-16 20:52:39 +00:00
Matthew Flatt
09b52486b4
doc for make, mzcom, and mysterx (started) collections; Sam's patches to syntax/module-reader docs
...
svn: r9324
2008-04-15 20:25:56 +00:00
Matthew Flatt
a33562b9dc
fix certification problems in internal-defn 'begin' and with the 'call-with-values'->'let-values' transformation
...
svn: r9292
2008-04-14 14:08:17 +00:00
Matthew Flatt
e98e5d449c
temporary hack around certificate problems
...
svn: r9287
2008-04-13 22:35:08 +00:00
Matthew Flatt
b372856777
r5rs niternal definitions as r5rs letrec instead mz letrec
...
svn: r9286
2008-04-13 21:59:02 +00:00
Matthew Flatt
b9d7824c8e
more scribble rendering and doc details
...
svn: r9261
2008-04-11 19:09:26 +00:00
Matthew Flatt
f3695df23f
add #%expression to scheme-report-environment (PR 9258)
...
svn: r9156
2008-04-03 16:08:29 +00:00
Matthew Flatt
f3d74fa4c8
R6RS fixes; fix for <, >, <=, and >= with +nan.0 and a bignum or rational; compile two-byte regexp patterns (common for hand-rolled case-insensitivity, as in the R6RS parser) to a more compact and efficient representation
...
svn: r8898
2008-03-06 04:56:47 +00:00
Eli Barzilay
b76390a452
revise the way setup-plt crawls over the collection trees
...
svn: r8860
2008-03-03 22:04:28 +00:00
Matthew Flatt
b7cfd2fd00
plt-r6rs executable and initial r6rs docs
...
svn: r8859
2008-03-03 21:59:09 +00:00
Matthew Flatt
bd97e3e797
r6rs progress
...
svn: r8775
2008-02-23 14:11:24 +00:00
Eli Barzilay
699c40643d
* Changed setup-plt to compile collections if they have an "info.ss"
...
file. (That is, it does not require the file to have a `name'
entry.)
* The name shown when setup works is the directory name, followed by
the `name' field from the info file when specified.
* This means that many `name's are no longer needed, so I'm removing
them. To see if you need a `name' entry, consider that the name
will be shown like this:
... foo (<your name here>)
This means that if the name is the same as the directory name, then
there is no point in having it. I also removed cases where the name
differed only in its capitalization for collections where the case
is obvious.
* Also, for subcollections, the name should clarify the name of the
subcollection in context. For example "Acknowledgments" explains
what scribbling/acks is, but there's no need to add the context name
as in "Scribblings: Acknowledgments".
* There may also be a point in keeping names for other uses. One such
example was in games, where the name field was used in the PLT Games
application. (This was changed to default on the directory name, so
it is no longer needed in most games.) Another example is in planet
packages.
svn: r8629
2008-02-12 10:33:01 +00:00
Matthew Flatt
8bac4b1d28
start scribbling mzlib (about half done)
...
svn: r8546
2008-02-05 22:07:35 +00:00
Eli Barzilay
3c72e71e24
switched info.ss files to #lang
...
svn: r8532
2008-02-04 23:00:35 +00:00
Matthew Flatt
03f8cab5ee
r5rs lang and doc tweaks
...
svn: r8507
2008-02-02 15:57:25 +00:00
Matthew Flatt
36aa1bd3f2
add missing R5RS scribble file
...
svn: r8503
2008-02-02 12:42:44 +00:00
Matthew Flatt
d1c61e5ef1
plt-r5rs exe and r5rs doc
...
svn: r8501
2008-02-02 04:14:04 +00:00
Matthew Flatt
92ac61e806
scheme/mpair
...
svn: r8151
2007-12-29 12:30:25 +00:00
Matthew Flatt
415cd0bf15
lazy, force, delay in scheme/promise and scheme; clean up mzscheme some, and clean up the docs some
...
svn: r8053
2007-12-18 21:37:23 +00:00
Matthew Flatt
391892a848
3.99.0.3: improved namespace API
...
svn: r7756
2007-11-18 02:06:57 +00:00
Matthew Flatt
f085196bf8
constraint define-syntax in the R5RS language
...
svn: r7727
2007-11-14 20:46:51 +00:00
Matthew Flatt
39cedb62ed
v3.99.0.2
...
svn: r7706
2007-11-13 12:40:00 +00:00
Robby Findler
e843842c70
probable fix to PR 8986
...
svn: r7529
2007-10-19 16:55:38 +00:00
Eli Barzilay
016cb4bff2
read-accept-infix-dot
...
svn: r6834
2007-07-07 15:19:52 +00:00
Eli Barzilay
5d34a2eb8f
add warning
...
svn: r5714
2007-03-01 22:19:49 +00:00
Matthew Flatt
cf0b303497
359.2, collects changes
...
svn: r5143
2006-12-20 00:57:12 +00:00
Eli Barzilay
e95512246f
provide a restricted form of define that does not create curried definitions
...
svn: r3039
2006-05-24 19:07:56 +00:00
Eli Barzilay
4e2d8a5b87
Rename r5rs/r5rs.ss -> r5rs/lang.ss
...
Create a new r5rs/r5rs.ss that can be required to make an R5RS repl
svn: r1163
2005-10-26 07:22:24 +00:00
Eli Barzilay
664db6f965
r5rs is in its own collection now
...
svn: r1159
2005-10-25 20:17:54 +00:00