Robby Findler
7fbaf9ecce
updated metafunction docs
...
svn: r11047
2008-08-03 14:07:19 +00:00
Robby Findler
0f9964e875
changing wording of kill/break in menus
...
svn: r11046
2008-08-03 13:29:17 +00:00
Eli Barzilay
a95c83d041
Welcome to a new PLT day.
...
svn: r11044
2008-08-03 07:50:13 +00:00
Eli Barzilay
6994edd977
* Revised lazy/force so it actually works:
...
- `!!' now scans the same kind of data that `make-reader-graph'
handles (except that hash-tables are not implemented)
- this means no structs, no mpairs, and a bunch of other stuff
- `!!!' is gone (lazy procedures are not wrapped)
- dealing with multiple values moved into lazy/lazy.ss itself (and
in the future everything will move in there)
* Removed lazy/promise, and use scheme/promise instead. Also remove
the docs for lazy/promise that were bogus (since scheme/promise *is*
doing the same thing now).
* Other adjustments to the docs. They should be considered incomplete
now, and will need a major rewrite when the whole thing works again
(multiple values things are just commented out for now).
* Added a test macro and a quick test suite for lazy/promise.
* The lazy tests are added to the nightly build tests
svn: r11042
2008-08-03 06:28:25 +00:00
Robby Findler
545a53731a
changed the notation of metafunctions
...
svn: r11040
2008-08-02 21:00:45 +00:00
Robby Findler
ef86c20a1d
changed the notation of metafunctions
...
svn: r11039
2008-08-02 21:00:22 +00:00
Eli Barzilay
50b418809d
no require line for srfi 62
...
svn: r11038
2008-08-02 20:35:13 +00:00
Eli Barzilay
b755a4b720
typo (PR9654)
...
svn: r11037
2008-08-02 19:45:21 +00:00
Eli Barzilay
fd205b8470
typos from Grant (PR9652)
...
svn: r11036
2008-08-02 19:42:26 +00:00
Casey Klein
3e3bbe5c24
Added support for patterns any',
hide-hole', and
...
`variable-not-otherwise-mentioned' and improved error reporting for
`try'.
svn: r11035
2008-08-02 15:35:54 +00:00
Mike Sperber
50f1e13652
Synch with latest.
...
svn: r11034
2008-08-02 15:15:58 +00:00
Eli Barzilay
e38dda2de8
Welcome to a new PLT day.
...
svn: r11033
2008-08-02 07:50:17 +00:00
Eli Barzilay
3858ad007f
added example
...
svn: r11032
2008-08-02 07:46:48 +00:00
Eli Barzilay
857bc4b63b
typo
...
svn: r11031
2008-08-02 07:42:06 +00:00
Eli Barzilay
24aff20196
switch to N: for negation
...
svn: r11030
2008-08-02 04:17:08 +00:00
Sam Tobin-Hochstadt
28c5e71b01
Fix bug 9649.
...
svn: r11029
2008-08-01 20:57:48 +00:00
Sam Tobin-Hochstadt
d7b4d81e04
Fix docs of -> to talk about varargs.
...
svn: r11028
2008-08-01 20:42:30 +00:00
Sam Tobin-Hochstadt
ec09e2c16a
Fix typo.
...
svn: r11027
2008-08-01 20:33:40 +00:00
Matthew Flatt
eb88bee42b
R6RS test suite contributions
...
svn: r11026
2008-08-01 20:23:32 +00:00
Sam Tobin-Hochstadt
35575378d8
Add shorthands for define-require-syntax and define-provide-syntax.
...
Document shorthands.
svn: r11025
2008-08-01 18:48:48 +00:00
Matthew Flatt
f4df83106e
fix r6rs syntax-case yet again (PR 9647)
...
svn: r11024
2008-08-01 17:45:21 +00:00
Robby Findler
95965f54cb
removed rg.ss from the provided things for now
...
svn: r11022
2008-08-01 15:34:57 +00:00
Kathy Gray
af98ac3981
Turning back on check-syntax; using Java indenting instead of Scheme for indent all
...
svn: r11021
2008-08-01 14:45:19 +00:00
Matthew Flatt
21b831f4bf
make-reader-graph doesn't traverse mpairs
...
svn: r11020
2008-08-01 14:03:29 +00:00
Matthew Flatt
70137b8789
update Ypsilon instructions
...
svn: r11018
2008-08-01 13:05:22 +00:00
Eli Barzilay
401593647c
Welcome to a new PLT day.
...
svn: r11017
2008-08-01 07:50:19 +00:00
Matthew Flatt
d33ae40935
gdb macro fixes
...
svn: r11016
2008-07-31 21:02:38 +00:00
Matthew Flatt
14983c8f39
code clean-up and gdb macros from Kevin
...
svn: r11015
2008-07-31 20:54:59 +00:00
Matthew Flatt
ea0a7cdfb5
add divide-by-zero tests for div, mod, etc.
...
svn: r11014
2008-07-31 20:45:17 +00:00
Matthew Flatt
e548107acd
revert r6rs fldiv, etc. change based on revised guess
...
svn: r11013
2008-07-31 20:44:40 +00:00
Matthew Flatt
66704a92fe
r6rs fldiv, etc. need to return nan for zero divisor
...
svn: r11012
2008-07-31 20:31:33 +00:00
Matthew Flatt
c13fa1d24c
adjust test to not require distinguished 0.0 and -0.0; add some fixnum overflow tests
...
svn: r11011
2008-07-31 20:18:38 +00:00
Sam Tobin-Hochstadt
fa857a40ac
Allow ... rest variables to be used as lists.
...
Bind Values as a type.
svn: r11010
2008-07-31 19:26:46 +00:00
Sam Tobin-Hochstadt
14b180d5a7
add test
...
svn: r11009
2008-07-31 19:26:13 +00:00
Danny Yoo
983dceb84c
typo
...
svn: r11008
2008-07-31 14:43:46 +00:00
Sam Tobin-Hochstadt
72a2b55c13
Dynamic require only requires Schemeunit 2
...
svn: r11007
2008-07-31 12:44:25 +00:00
Matthew Flatt
ba42c11850
fix doc typos
...
svn: r11006
2008-07-31 12:09:28 +00:00
Matthew Flatt
9d4949093c
refine error message for bad use of expanded expression
...
svn: r11005
2008-07-31 12:08:40 +00:00
Robby Findler
e7c3919d72
removed obsolete searching preference
...
svn: r11004
2008-07-31 12:07:36 +00:00
Eli Barzilay
7ef5249fa5
proper error message
...
svn: r11003
2008-07-31 09:24:17 +00:00
Eli Barzilay
9fc26a84c9
Welcome to a new PLT day.
...
svn: r11002
2008-07-31 07:50:12 +00:00
Eli Barzilay
b93cdc5803
minor
...
svn: r11001
2008-07-31 04:03:28 +00:00
Robby Findler
fceb977f7b
performance improvement when the stacks are huge
...
svn: r11000
2008-07-31 03:14:37 +00:00
Matthew Flatt
3c984246ca
move bibliography to end of 'file' document
...
svn: r10999
2008-07-31 02:52:36 +00:00
Matthew Flatt
2a6f90b0e4
comment out quantize-bitmap so that it works in mzscheme
...
svn: r10998
2008-07-31 02:47:25 +00:00
Danny Yoo
ec408d0f24
Moved octree-quantize to private, replacing original implementation of file/gif's quantize.
...
svn: r10996
2008-07-31 02:19:40 +00:00
Eli Barzilay
69d723acfc
typos
...
svn: r10995
2008-07-31 01:49:48 +00:00
Eli Barzilay
8740c47362
* Set svn:eol-style
...
* Minor style edits
* No need for a specific exception, and fix error messages
svn: r10994
2008-07-31 00:56:22 +00:00
Danny Yoo
f2a1773422
Updated write-animated-gif to use the octree quantizer.
...
svn: r10993
2008-07-31 00:27:05 +00:00
Danny Yoo
6b2e5f4014
octree-quantize.ss added.
...
svn: r10992
2008-07-30 23:57:53 +00:00