Commit Graph

14029 Commits

Author SHA1 Message Date
Casey Klein
a47d38e15d Improved docs and error messages for define-metafunction/extension
svn: r17635
2010-01-13 18:21:27 +00:00
Kevin Tew
e4fdd172a7 remove old gc cruft
svn: r17634
2010-01-13 17:08:20 +00:00
Robby Findler
8d00ce3cec svn: r17633 2010-01-13 16:32:45 +00:00
Robby Findler
8c9088a770 changed the overlaying functions so they default to putting the images overlay'd on their centers, not upper lefts
svn: r17632
2010-01-13 16:32:21 +00:00
Robby Findler
8838d90cd5 removed extra depenencies
svn: r17630
2010-01-13 15:12:46 +00:00
Matthew Flatt
fbe29fa7e2 fix declaration not at block start
svn: r17629
2010-01-13 13:50:40 +00:00
Matthew Flatt
70b3d5abcb fix r6rs library-body handling (PR 10693)
svn: r17628
2010-01-13 12:59:15 +00:00
Eli Barzilay
eb9e007048 Welcome to a new PLT day.
svn: r17626
2010-01-13 08:50:40 +00:00
John Clements
1a9e2c8df1 ormap docs didn't say what it returned (earlier fix fluffed, IIUC)
svn: r17624
2010-01-13 01:20:48 +00:00
Kevin Tew
4977211ee7 Move kernel to master
svn: r17623
2010-01-12 23:53:01 +00:00
Jay McCarthy
a1d7945958 PR10689
svn: r17621
2010-01-12 21:51:35 +00:00
Jon Rafkind
9c2ea4c1cf use syntax/parse for parsing honu forms
svn: r17620
2010-01-12 21:51:34 +00:00
Sam Tobin-Hochstadt
91629fd31a Reject some cases of nested types.
svn: r17619
2010-01-12 20:36:30 +00:00
Mike Sperber
4ea713a87a Typo fix.
svn: r17617
2010-01-12 12:38:42 +00:00
Eli Barzilay
77ab3bb426 Welcome to a new PLT day.
svn: r17616
2010-01-12 08:50:17 +00:00
Jay McCarthy
c22810cef1 Fixing two typos found by pdedede
svn: r17615
2010-01-12 02:37:22 +00:00
Matthew Flatt
331c6d2f5f fix bignum expt (PR 10690); also fixed a doc typo
svn: r17614
2010-01-12 02:16:12 +00:00
Jon Rafkind
e9165f30fe document latest scheme/generator functions
svn: r17613
2010-01-11 22:22:51 +00:00
Sam Tobin-Hochstadt
81e963bd46 `reverse' is special on all tuples
svn: r17612
2010-01-11 22:13:22 +00:00
Sam Tobin-Hochstadt
4fa4f6fd2d Propogate expected type through `reverse'.
New loop special case for `for/list'.

svn: r17609
2010-01-11 20:48:26 +00:00
Robby Findler
607b72d560 fixed a typo
svn: r17608
2010-01-11 17:14:14 +00:00
Matthias Felleisen
bea9d06b21 adding port doc for universe from world
svn: r17606
2010-01-11 16:38:21 +00:00
Matthias Felleisen
7cee96d6e4 adding port doc for universe from world
svn: r17605
2010-01-11 16:29:50 +00:00
Matthias Felleisen
584286f8c5 small typos in place-image/align
svn: r17604
2010-01-11 15:16:03 +00:00
Eli Barzilay
038ed5bea3 Welcome to a new PLT day.
svn: r17603
2010-01-11 08:50:30 +00:00
Eli Barzilay
55d4ac93b3 another case of this
svn: r17602
2010-01-11 06:38:19 +00:00
Eli Barzilay
384cadd579 express expected result of []s using []s, so these tests make sense for readers that use []s in a different way too
svn: r17601
2010-01-11 06:31:01 +00:00
Eli Barzilay
bfc59751f1 some minimal explanations
svn: r17600
2010-01-11 02:30:18 +00:00
Eli Barzilay
01536ba44e switch to "#lang setup/infotab"
svn: r17598
2010-01-11 02:24:24 +00:00
Eli Barzilay
c8e7825afe nothing in here
svn: r17597
2010-01-11 02:22:10 +00:00
Eli Barzilay
995d1f0d68 use #f so the default browser will be used
svn: r17596
2010-01-10 16:00:35 +00:00
Eli Barzilay
84f55d9647 remove redundant find-exe
svn: r17595
2010-01-10 15:46:54 +00:00
Robby Findler
887aef7e76 changed the external browser default preference so that it doesn't crash drscheme on startup (in future releases, if more browsers come out)
svn: r17594
2010-01-10 15:07:52 +00:00
Robby Findler
708d4c10d6 fixed image equality for zero width & zero height images
svn: r17593
2010-01-10 13:55:11 +00:00
Eli Barzilay
7d27dafa77 Welcome to a new PLT day.
svn: r17592
2010-01-10 08:50:38 +00:00
Eli Barzilay
b33455dc8e case-fold username in servlet when needed
svn: r17591
2010-01-10 04:12:48 +00:00
Matthew Flatt
58e6d2426a fix bug introduced into module-compiled-exports
svn: r17589
2010-01-09 14:48:51 +00:00
Matthew Flatt
349c15d478 replae module->compiled-module-expression with module->imports and module->exports
svn: r17588
2010-01-09 14:42:18 +00:00
Eli Barzilay
eb8a60a235 Welcome to a new PLT day.
svn: r17587
2010-01-09 08:50:42 +00:00
Eli Barzilay
6b7c199326 * Some reorganization of code
* Rename `make-repeated-sequence-generator' -> `sequence->repeated-generator'
* Several tests for `sequence->generator'

svn: r17586
2010-01-09 04:45:39 +00:00
Eli Barzilay
3993f30dec typed/test-engine goes with test-engine
svn: r17585
2010-01-09 03:54:55 +00:00
Kevin Tew
0dc9ae031c atomic increase of max_symbol_length, locking for jit freelist, globals tagging
svn: r17584
2010-01-08 23:05:33 +00:00
Jon Rafkind
a0ba9a7649 add sequence->generator and change make-repeated-sequence-generator to use that instead of infinite-generator
svn: r17583
2010-01-08 22:02:42 +00:00
Stevie Strickland
73d68593af Moving unit system from mzscheme->scheme/base, reformatting and small changes
as necessary.  Ran the quiet testsuite, unit tests, and setup-plt, all good.

svn: r17582
2010-01-08 21:44:42 +00:00
Ryan Culpepper
d846d22b9e macro-debugger:
fixed local-expand not within macro transformation
  removed dead forms (eg require-for-syntax)
  fixed module-level begin-splicing highlighting

svn: r17581
2010-01-08 21:32:49 +00:00
Stevie Strickland
ab3dd78cb1 Removing scheme/load I used for editing this.
svn: r17580
2010-01-08 21:04:21 +00:00
Stevie Strickland
1c47ecc346 Just fixing the unit testcases so that they don't error.
svn: r17579
2010-01-08 21:03:17 +00:00
Matthew Flatt
b63c4bb8d0 fix (tcp-listen 0) for IPv6
svn: r17578
2010-01-08 20:41:43 +00:00
Matthew Flatt
d665fd5b23 fix 'time' CPU-time wraparound under Windows
svn: r17577
2010-01-08 20:07:59 +00:00
Matthew Flatt
4fedeeaf7a add module->compiled-module-expression, which is used in Scribble's traversal of module paths to find documented bindings
svn: r17576
2010-01-08 19:53:04 +00:00