Sam Tobin-Hochstadt
0d46fcb48a
Create new `typed/test-engine' collection.
...
Remove dependence of `typed-scheme' on `test-engine'.
svn: r17567
2010-01-08 15:38:17 +00:00
Matthew Flatt
dff26c2e22
doc fixes (PRs 9971, 10168)
...
svn: r17566
2010-01-08 14:14:16 +00:00
Matthew Flatt
d1e979c4c5
check arguments of scheme/math functions (PR 10197)
...
svn: r17565
2010-01-08 13:50:21 +00:00
Matthew Flatt
1086cefc7a
add empty to the list of things that are not structs for HtDP langs
...
svn: r17563
2010-01-08 13:38:48 +00:00
Eli Barzilay
01b42b6ba3
Welcome to a new PLT day.
...
svn: r17562
2010-01-08 08:50:42 +00:00
Robby Findler
179f3615e2
added fast path for image equality that covers the case where the images have the same structure (roughly)
...
svn: r17560
2010-01-08 02:25:11 +00:00
Jon Rafkind
db44bb9e7a
add infinite-generator and make-repeated-sequence-generator
...
svn: r17559
2010-01-07 23:23:56 +00:00
Jon Rafkind
b497787b89
one more name change
...
svn: r17556
2010-01-07 22:31:29 +00:00
Jon Rafkind
f5ea84cbb4
add infinite-generator macro. change name infinite to make-repeat-generator
...
svn: r17555
2010-01-07 22:28:37 +00:00
Sam Tobin-Hochstadt
b7f9899439
`member' can now be used a predicate.
...
svn: r17554
2010-01-07 22:11:54 +00:00
Jon Rafkind
9fc7b4c445
add infinite generator test
...
svn: r17553
2010-01-07 21:54:07 +00:00
Jon Rafkind
db6a9de7ed
add 'infinite' generator
...
svn: r17552
2010-01-07 21:53:37 +00:00
Sam Tobin-Hochstadt
eaad64d612
Better error message for functions that don't have the same arity as
...
the expected.
Add some tests for errors.
svn: r17551
2010-01-07 21:45:57 +00:00
Eli Barzilay
cf60eec875
forgot to comment this out
...
svn: r17550
2010-01-07 21:28:13 +00:00
Sam Tobin-Hochstadt
62653d3c41
Error on duplicate type annotations.
...
svn: r17549
2010-01-07 21:20:45 +00:00
Eli Barzilay
727d1542ba
Create a tree from a subversion repository.
...
svn: r17548
2010-01-07 20:48:18 +00:00
Eli Barzilay
133f378991
Reorganize module and function names to reflect file tree work.
...
svn: r17547
2010-01-07 20:47:41 +00:00
Sam Tobin-Hochstadt
6199fc8867
Fix error messages on malformed All.
...
svn: r17546
2010-01-07 20:31:23 +00:00
Sam Tobin-Hochstadt
a40d5c5569
Improve error messages.
...
svn: r17545
2010-01-07 20:16:05 +00:00
Robby Findler
f9311ff9dc
minor changes so that things run in drdr
...
svn: r17544
2010-01-07 20:10:59 +00:00
Robby Findler
0eb5178ca8
svn: r17543
2010-01-07 20:06:18 +00:00
Sam Tobin-Hochstadt
08457d35e3
Improve error messages in the simple case.
...
Change 'typecheck to Type Checker in error messages.
svn: r17542
2010-01-07 19:41:42 +00:00
Stevie Strickland
e2f50af66c
If a contracted import doesn't have a pair value (because we haven't run
...
the corresponding unit body yet), then result in a useful error instead of
leaking internal implementation details.
svn: r17541
2010-01-07 19:36:08 +00:00
Sam Tobin-Hochstadt
0044d86271
fix extend to handle negative lengths
...
svn: r17540
2010-01-07 19:10:43 +00:00
Sam Tobin-Hochstadt
7c9d1b47cf
fix docs typo
...
svn: r17539
2010-01-07 19:10:27 +00:00
Robby Findler
52eee4547b
fixed PR 10684 and fixed up some old, broken tests and fiddled with the test suite infrastructure
...
svn: r17536
2010-01-07 18:10:28 +00:00
Sam Tobin-Hochstadt
e9165339b8
add debugging macro to unstable
...
svn: r17534
2010-01-07 17:09:35 +00:00
Sam Tobin-Hochstadt
b71b196764
More type names
...
Fixes PR 10646 (as it evolved)
svn: r17533
2010-01-07 16:48:05 +00:00
Matthew Flatt
f7f6b972fd
fix problem with flmin/flmax and cgc
...
svn: r17532
2010-01-07 16:33:26 +00:00
Sam Tobin-Hochstadt
bcee60dfd8
fix typo
...
svn: r17530
2010-01-07 15:14:33 +00:00
Eli Barzilay
daa1c0b338
Moved FS code into plt-tree.ss
...
svn: r17529
2010-01-07 10:28:11 +00:00
Eli Barzilay
ecb1f6525d
Welcome to a new PLT day.
...
svn: r17528
2010-01-07 08:50:36 +00:00
Eli Barzilay
5fe14f70b6
* Including full path for each node in the tree -- this means that any
...
subtree is complete with no need to rehack its root. Simplifies a
bunch of code, and makes some utilities redundant.
* Using a single struct for all nodes, with subs=#f to mark files
* Names of struct is generic, no relation to actual files and dirs
* Added more tests
svn: r17527
2010-01-07 04:05:21 +00:00
Eli Barzilay
220801c80c
typo in error message
...
svn: r17526
2010-01-07 03:39:33 +00:00
Eli Barzilay
39595d2d05
faster version of the code
...
svn: r17525
2010-01-07 03:38:23 +00:00
Matthew Flatt
41261c6047
fill out fl and fx operations; repair fixnum-overflow bug in quotient
...
svn: r17524
2010-01-07 03:30:33 +00:00
Robby Findler
911123bf94
added add-curve
...
svn: r17523
2010-01-07 01:56:46 +00:00
Sam Tobin-Hochstadt
a8e1c829c2
Fix `type-apply'
...
Fix duplicate filters
svn: r17522
2010-01-07 00:55:51 +00:00
Sam Tobin-Hochstadt
8b7fb01692
fix lots of numeric types
...
svn: r17520
2010-01-06 23:21:31 +00:00
Sam Tobin-Hochstadt
c7cb124c95
Put dynamic behavior of `check-expect' into functions.
...
Give those functions types.
svn: r17519
2010-01-06 23:03:08 +00:00
Ryan Culpepper
7b866a7cf3
syntax/parse: fixed error message (PR 10683)
...
svn: r17517
2010-01-06 22:20:25 +00:00
Sam Tobin-Hochstadt
582ca03d18
Use syntax-parse and syntax-classes for type annotation macros.
...
Add `let-values:' and `let*-values:', fixes PR 9793
svn: r17516
2010-01-06 22:15:18 +00:00
Robby Findler
b5e54fe2eb
applied Ian's patch to the bitmap rotation code
...
svn: r17513
2010-01-06 21:43:34 +00:00
Robby Findler
ccacf5a651
svn: r17509
2010-01-06 21:25:00 +00:00
Robby Findler
d014e0d0d8
improved along the lines of Eli's suggestions
...
svn: r17507
2010-01-06 21:22:29 +00:00
Robby Findler
c8410ef36d
svn: r17506
2010-01-06 21:16:49 +00:00
Robby Findler
cabdfc25f2
render-o fixup for htdp/image
...
svn: r17505
2010-01-06 20:43:37 +00:00
Robby Findler
68efb4008a
normalized the results of procedure-arity
...
svn: r17504
2010-01-06 19:34:29 +00:00
Robby Findler
07fcfd8eee
fixed the bug uncovered by the test in the previous commit (to 2htdp/tests/test-image.ss)
...
svn: r17499
2010-01-06 18:43:51 +00:00
Robby Findler
01c507c1ff
added a test
...
svn: r17498
2010-01-06 18:42:52 +00:00
Sam Tobin-Hochstadt
a45c788749
remove useless code
...
svn: r17496
2010-01-06 16:52:07 +00:00
Sam Tobin-Hochstadt
ac9d2d8d9e
Support prefab struct literals in quasipatterns.
...
Fixes PR 10050.
svn: r17495
2010-01-06 16:41:17 +00:00
Robby Findler
b54876e91c
moved #lang line to top of the file
...
svn: r17493
2010-01-06 16:27:11 +00:00
Eli Barzilay
7bf329fb43
Welcome to a new PLT day.
...
svn: r17492
2010-01-06 08:50:29 +00:00
Robby Findler
0b3c30f18e
added place-image and fixed a bunch of bugs related to equality, rotating and other things
...
svn: r17491
2010-01-06 05:12:48 +00:00
Matthew Flatt
6151119d5e
JIT tweak for flonum comparisons; better bytecode-compiler transformations for expressions used as branch tests
...
svn: r17486
2010-01-05 20:24:59 +00:00
Matthew Flatt
3902824d88
adjust inlining algorithm again; better JIT compilation of nested branches; better JIT handling of literal floating-point numbers
...
svn: r17484
2010-01-05 15:13:03 +00:00
Sam Tobin-Hochstadt
1cca4008f7
update match grammar
...
svn: r17482
2010-01-05 14:48:30 +00:00
Eli Barzilay
214f85ca03
don't use for/list in tree-for-each
...
svn: r17481
2010-01-05 12:16:02 +00:00
Eli Barzilay
01858d2989
remove old commented code, minor tweak
...
svn: r17480
2010-01-05 11:59:27 +00:00
Eli Barzilay
acb214f2a2
provide structs, comment headers
...
svn: r17479
2010-01-05 09:24:47 +00:00
Eli Barzilay
078208b9b7
Welcome to a new PLT day.
...
svn: r17478
2010-01-05 08:50:45 +00:00
Robby Findler
63c917fd8f
made the image sizing functions always return exact, positive integers
...
svn: r17476
2010-01-04 12:36:04 +00:00
Eli Barzilay
5b17c403d4
Welcome to a new PLT day.
...
svn: r17475
2010-01-04 08:50:26 +00:00
Robby Findler
f5bb840950
added cropping to 2htdp/image
...
svn: r17474
2010-01-04 01:39:09 +00:00
Sam Tobin-Hochstadt
b802c7dfd0
Fix PR 10140
...
svn: r17473
2010-01-04 01:12:58 +00:00
Eli Barzilay
b50ae83a27
switch from scheme to scheme/base
...
svn: r17472
2010-01-03 21:24:39 +00:00
Matthew Flatt
1dec25d99d
remove stx-cert transparency on scheme/base lambda expansion
...
svn: r17471
2010-01-03 18:06:52 +00:00
Matthew Flatt
1e2cb09f39
fix HtDP advanced docs for random
...
svn: r17470
2010-01-03 18:04:44 +00:00
Robby Findler
9d7607c229
removed image equality discussion from docs (as it is no longer relevant)
...
svn: r17469
2010-01-03 16:23:30 +00:00
Eli Barzilay
958710559b
Welcome to a new PLT day.
...
svn: r17468
2010-01-03 08:50:36 +00:00
Robby Findler
ca96ddd889
switched to a bitmap-based image comparison
...
svn: r17466
2010-01-02 22:32:44 +00:00
Matthias Felleisen
9a11ad1d67
svn: r17465
2010-01-02 22:04:26 +00:00
Matthias Felleisen
7df292b701
fixed typos
...
svn: r17464
2010-01-02 21:57:52 +00:00
Matthias Felleisen
261aa3937a
performance bug, more fixes
...
svn: r17463
2010-01-02 21:47:08 +00:00
Robby Findler
719b72ca7e
added missing require
...
svn: r17462
2010-01-02 20:42:46 +00:00
Matthew Flatt
38d7e8fea2
built-in fixnum ops; bug fix related to misuse of flonum ops; questionable attempt to improve inlining algorithm
...
svn: r17461
2010-01-02 16:33:28 +00:00
Eli Barzilay
69cc17370a
Welcome to a new PLT day.
...
svn: r17460
2010-01-02 08:50:36 +00:00
Eli Barzilay
3727ec4f9a
better text
...
svn: r17459
2010-01-01 20:59:04 +00:00
Robby Findler
17937627e1
clarified the message docs
...
svn: r17458
2010-01-01 20:35:30 +00:00
Eli Barzilay
9dc3ae4493
Welcome to a new PLT day.
...
svn: r17457
2010-01-01 08:50:37 +00:00
Eli Barzilay
8cdb172e7f
Made `not:' produce predicates tagged as negated -- and for these, an
...
empty directory is *not* dropped. This finally makes the results more
intuitive, and can now also express queries like only directories,
without their content. (See comments and new tests.)
svn: r17456
2010-01-01 05:54:47 +00:00
Matthias Felleisen
560234138c
error docs fixed
...
svn: r17455
2009-12-31 19:08:19 +00:00
Robby Findler
ddf8a2e264
fixed a bug in my last commit that made the define popup show up in vertical toolbar mode
...
svn: r17454
2009-12-31 17:18:19 +00:00
Matthias Felleisen
7f2bce0130
added with-in/out from/to string for Bloch
...
svn: r17453
2009-12-31 14:50:47 +00:00
Robby Findler
0d16beda3c
made the define popup and the file popup appear when the toolbar is on the left/right
...
svn: r17452
2009-12-31 13:27:49 +00:00
Eli Barzilay
8bf1c46483
Welcome to a new PLT day.
...
svn: r17451
2009-12-31 08:50:24 +00:00
Eli Barzilay
d5f1f59d77
The `https-port-number' configuration is meaningless, removed and
...
replaced with `use-https' which defaults to #t. If the web server is
disabled, run a tiny "server" that spits out a message -- to avoid
students complaining that something is broken.
Configuration files with `https-port-number' will throw an error, and
should be upgraded.
svn: r17450
2009-12-31 07:43:23 +00:00
Eli Barzilay
e423ae7e71
adjust to the protocol change: send "handin\n" first
...
svn: r17449
2009-12-31 07:18:11 +00:00
Eli Barzilay
237682244c
The embedded web server works now on the same port as the handin server.
...
Small change to protocol: the client should send "handin" first
svn: r17448
2009-12-31 07:17:18 +00:00
Eli Barzilay
a0ff244a81
allow the extra argument in ssl-addresses
...
svn: r17447
2009-12-31 02:59:04 +00:00
Matthias Felleisen
7025f6dad4
prelim fix for performance bug #10613
...
svn: r17446
2009-12-31 01:21:16 +00:00
Matthias Felleisen
97b41d5985
fix for 10667
...
svn: r17445
2009-12-30 23:42:59 +00:00
Matthias Felleisen
5296a0a877
added gensym, current-millisecond, sleep, assoc, with-i/o-from-to
...
svn: r17444
2009-12-30 22:45:12 +00:00
Matthew Flatt
e68aabd67a
change expand and local-expand to lift certificates
...
svn: r17439
2009-12-30 17:27:38 +00:00
Matthias Felleisen
e9be5c92fe
added (random) to ASL
...
svn: r17438
2009-12-30 15:26:28 +00:00
Matthew Flatt
2200ef17f5
fix problem with expansion to lambda in class form; better certficate transparency in splicing-let forms
...
svn: r17436
2009-12-30 12:35:21 +00:00
Eli Barzilay
c7653ad43b
still, should return the web server controller function
...
svn: r17435
2009-12-30 11:24:09 +00:00
Eli Barzilay
de80d826df
report after the web server started
...
svn: r17434
2009-12-30 11:20:05 +00:00
Eli Barzilay
66aa708427
use log-line for connection errors, announce shutting down and kill web-server when it happens
...
svn: r17433
2009-12-30 11:01:36 +00:00
Eli Barzilay
1f4184206a
Welcome to a new PLT day.
...
svn: r17432
2009-12-30 08:50:28 +00:00
Eli Barzilay
1d7f3ff2f4
better messages, clarify comment
...
svn: r17431
2009-12-30 04:16:32 +00:00
Robby Findler
e821a0c461
separated 2htdp/universe from htdp/image, allowing either htdp/image or 2htdp/image to be used
...
svn: r17430
2009-12-29 23:59:39 +00:00
Eli Barzilay
2e4926ebb3
Remove code that serves static files, it's not doing anything anyway if
...
the servlet is used for all paths.
svn: r17429
2009-12-29 16:09:04 +00:00
Eli Barzilay
8aa62e22b2
* Move namespace specs back to main code, and pass them through a
...
`#:namespace' keyword
* More robust error handler -- use the url that initiated the
interaction
svn: r17428
2009-12-29 16:02:59 +00:00
Eli Barzilay
9660490922
use tail recursion, not because of speed, but because breaking code would always have bad context dumps
...
svn: r17427
2009-12-29 15:56:05 +00:00
Mike Sperber
a00d93e4cc
Synch German string constants with latest.
...
svn: r17426
2009-12-29 09:10:48 +00:00
Eli Barzilay
380e6fff0a
Welcome to a new PLT day.
...
svn: r17425
2009-12-29 08:50:22 +00:00
Eli Barzilay
d4a3cb3a10
moved new code to a separate file
...
svn: r17424
2009-12-28 22:26:32 +00:00
Eli Barzilay
fa13292033
reorganize web-starting code, to make it possible to separate it
...
svn: r17423
2009-12-28 22:14:26 +00:00
Eli Barzilay
38a7fcceec
no need for #:indices too
...
svn: r17422
2009-12-28 22:05:41 +00:00
Eli Barzilay
e813d1aa8b
no need for the runtime path too
...
svn: r17421
2009-12-28 22:04:45 +00:00
Eli Barzilay
8d246defb5
Removed #:stateless?',
#:stuffer', and mime stuff, since they were the
...
defaults.
svn: r17420
2009-12-28 22:02:24 +00:00
Eli Barzilay
e15f8b06f4
removed old version of the code
...
svn: r17419
2009-12-28 22:00:23 +00:00
Eli Barzilay
976e208d05
Implemented the functionality of `serve/servlet', to get a hold on the
...
`tcp@' argument
svn: r17418
2009-12-28 21:56:06 +00:00
Eli Barzilay
98c2e2d3a6
more minor stuff
...
svn: r17417
2009-12-28 19:23:33 +00:00
Robby Findler
0dbbb5d73d
tried to give a hint when people get confused the way I just did
...
svn: r17416
2009-12-28 18:39:28 +00:00
Eli Barzilay
a297f940d4
improved error message
...
svn: r17415
2009-12-28 18:35:19 +00:00
Eli Barzilay
211530e9df
minor
...
svn: r17414
2009-12-28 18:32:31 +00:00
Robby Findler
590cf99637
added the port number to the startup messsage (this helped me figure out hwat I'd done wrong, so I thouht it generally useful)
...
svn: r17413
2009-12-28 18:25:27 +00:00
Robby Findler
8d3eb3c9b9
svn: r17412
2009-12-28 16:47:24 +00:00
Robby Findler
19bcc4da54
suggested a regexp that allows hyphens in people's real names, and fixed a typo
...
svn: r17411
2009-12-28 16:41:58 +00:00
Eli Barzilay
a5c89f6e0f
Welcome to a new PLT day.
...
svn: r17410
2009-12-28 08:50:27 +00:00
Robby Findler
7d79bbf10a
added some debugging information and some recovery from an error (that, frustratingly, I can't seem to fix )
...
svn: r17409
2009-12-28 01:17:37 +00:00
Robby Findler
0093bd2f1c
changed the module language one-line-summary
...
svn: r17408
2009-12-28 01:15:06 +00:00
Robby Findler
2ec790424b
added section symbol
...
svn: r17407
2009-12-27 22:09:43 +00:00
Eli Barzilay
53c3f8239b
Use "name/" for directories, which makes things a little saner and a
...
little faster.
svn: r17406
2009-12-27 15:44:14 +00:00
Eli Barzilay
e8b07f1cfc
Welcome to a new PLT day.
...
svn: r17405
2009-12-27 08:50:24 +00:00
Eli Barzilay
6b33d9e429
Welcome to a new PLT day.
...
svn: r17404
2009-12-26 08:50:29 +00:00
Eli Barzilay
4ce6a630e8
Tree utilities, with fast filtering.
...
svn: r17403
2009-12-26 04:42:35 +00:00
Robby Findler
913dde245c
added google-chrome
...
svn: r17402
2009-12-25 21:24:49 +00:00
Robby Findler
37613b0bde
fixed use of random for 64 bit machines
...
svn: r17401
2009-12-25 20:03:32 +00:00
Matthew Flatt
a7d4b7467d
fix dist-spec checker to export proprty utils
...
svn: r17398
2009-12-25 13:18:47 +00:00
Matthew Flatt
b18ba4a4e5
fix use of 'random' in fixnum test suite
...
svn: r17397
2009-12-25 13:14:57 +00:00
Eli Barzilay
c3de991a60
Welcome to a new PLT day.
...
svn: r17396
2009-12-25 08:50:52 +00:00
Robby Findler
6304641e70
PR 10674
...
svn: r17395
2009-12-24 23:51:19 +00:00
Robby Findler
fb6daf8c0c
added caveat about slowness
...
svn: r17394
2009-12-24 18:37:02 +00:00
Matthew Flatt
3a127f04bd
another repair for bundle script
...
svn: r17393
2009-12-24 14:38:41 +00:00
Matthias Felleisen
ed6e20220b
svn: r17392
2009-12-24 01:47:26 +00:00
Robby Findler
195d608fe5
added scheme/fixnum
...
svn: r17391
2009-12-23 15:41:40 +00:00
Ryan Culpepper
7a32bda7c9
unstable: added consistent doc headers
...
svn: r17390
2009-12-23 05:07:59 +00:00
Matthew Flatt
2e5e66486d
fix bin-files list for distibution specs
...
svn: r17389
2009-12-23 01:39:07 +00:00
Eli Barzilay
5681037aff
Some improvements to `install-readline!', make it report what it did, and make
...
it add a comment before the new expression.
svn: r17387
2009-12-22 19:35:13 +00:00
Eli Barzilay
5994c5de59
mzscheme -> scheme/base
...
svn: r17386
2009-12-22 19:11:34 +00:00
Eli Barzilay
f93b3d0334
forgot the require lines
...
svn: r17385
2009-12-22 16:35:15 +00:00
Eli Barzilay
a16fdb5aea
dist-specs -> meta, because more stuff will be there
...
svn: r17384
2009-12-22 16:29:14 +00:00
Eli Barzilay
d51cae1708
2009 -> 2010
...
svn: r17383
2009-12-22 05:52:15 +00:00
Robby Findler
d3e8978b55
fixed a bug found by randomized testing
...
svn: r17382
2009-12-21 20:59:18 +00:00
Matthew Flatt
345307ebbe
move dist-specs to plt tree
...
svn: r17381
2009-12-21 20:19:03 +00:00
Robby Findler
3272274f53
improved the icon a little bit more (making it appear on more windows)
...
svn: r17380
2009-12-21 18:28:24 +00:00
Eli Barzilay
b4060f7157
Welcome to a new PLT day.
...
svn: r17379
2009-12-21 08:53:45 +00:00
Eli Barzilay
6daf99c7bf
added keywords: to the custom _fun thing
...
svn: r17378
2009-12-21 08:52:44 +00:00
Eli Barzilay
8ce4e110e6
better names for keyword functions (avoid possible confusion)
...
better error
svn: r17377
2009-12-21 08:05:48 +00:00
Eli Barzilay
1530411d94
better organization for keyword parsing in _fun
...
svn: r17376
2009-12-21 08:00:33 +00:00
Eli Barzilay
add4f479c6
fix error
...
svn: r17375
2009-12-21 06:25:53 +00:00
Eli Barzilay
f1e17c7b5b
svn: r17374
2009-12-21 05:47:20 +00:00
Eli Barzilay
64b11991c1
typo; clarify what happens on non-windows when 'windows is used
...
svn: r17372
2009-12-21 05:39:00 +00:00
Casey Klein
16fd573e7b
Fixed violation of the invariant introduced in r16504.
...
svn: r17371
2009-12-20 19:36:38 +00:00
Matthew Flatt
f332afc3dd
fix leak created by transitive thread-resume
...
svn: r17370
2009-12-20 15:39:55 +00:00
Eli Barzilay
7126034079
typo in comment
...
svn: r17369
2009-12-20 10:34:15 +00:00
Eli Barzilay
942798196f
removed old copy of md5 tests from mzscheme tests
...
svn: r17368
2009-12-20 09:58:19 +00:00
Eli Barzilay
bf2992ff97
md5 tests in the file tests
...
svn: r17367
2009-12-20 09:57:26 +00:00
Eli Barzilay
63fe729cc6
made it work on strings too (the result is always a byte string)
...
svn: r17366
2009-12-20 09:50:12 +00:00
Eli Barzilay
bbb4228d44
use scheme/base, move from mzlib/md5 to file/md5
...
svn: r17365
2009-12-20 09:49:31 +00:00
Eli Barzilay
4cd3d34b43
require md5 from file/md5
...
svn: r17364
2009-12-20 09:46:09 +00:00
Eli Barzilay
aa7bf0d31c
Welcome to a new PLT day.
...
svn: r17363
2009-12-20 08:50:22 +00:00
Robby Findler
3ee15b5295
improved the mask for the new icon
...
svn: r17362
2009-12-20 04:58:55 +00:00
Robby Findler
9f8375c999
under linux, the splash screen is now a dialog (this works better with the ubuntu netbook remix, and probably better in general -- didn't do the switch everywhere b/c mac os x's dialog boxes don't have close boxes)
...
svn: r17361
2009-12-20 04:10:25 +00:00
Robby Findler
1ccca26676
uses the new icon for alt-tab and windows under linux now
...
svn: r17360
2009-12-20 01:58:17 +00:00
Stevie Strickland
fb85388288
Add this%, which is the class counterpart of the object reference "this".
...
svn: r17359
2009-12-19 20:56:40 +00:00
Eli Barzilay
3e98722e10
Welcome to a new PLT day.
...
svn: r17356
2009-12-19 08:50:33 +00:00
Ryan Culpepper
be6fb953bc
macro-debugger: pretty-print copied syntax
...
svn: r17355
2009-12-19 04:41:44 +00:00
Matthew Flatt
0a1e4e6e83
fix an allocation in bytecode compiler; add flvector equality
...
svn: r17353
2009-12-18 21:53:02 +00:00
Matthew Flatt
9192f073d0
compiler flonum tweaks
...
svn: r17349
2009-12-18 16:59:05 +00:00
Matthew Flatt
fdd7122994
scheme/flonum (v4.2.3.8)
...
svn: r17348
2009-12-18 15:40:00 +00:00
Eli Barzilay
5f7d1792ad
Welcome to a new PLT day.
...
svn: r17347
2009-12-18 08:50:36 +00:00
Ryan Culpepper
9c8ad7bb7f
macro-debugger:
...
add tack/untack to normal context menu
fix arrows bug, caused by bug in interval-map
unstable/interval-map: fixed stupid update*! bug
svn: r17346
2009-12-18 03:33:15 +00:00
Ryan Culpepper
f0b09a0842
syntax/parse: fixed conventions and literal-sets
...
svn: r17345
2009-12-17 22:35:25 +00:00
Matthew Flatt
ff81d89c52
guarantee current-inexact-milliseconds as since Jan 1, 1970
...
svn: r17343
2009-12-17 20:47:40 +00:00
Matthew Flatt
cab948d61f
fix up validator, decompiler, and zo-marshaler for flonum-argument annotations
...
svn: r17341
2009-12-17 20:17:48 +00:00
Sam Tobin-Hochstadt
5af212e825
Add `make-list'
...
Fix `let/ec:'
svn: r17340
2009-12-17 19:01:23 +00:00
Matthew Flatt
bc47db42e4
unboxed known-flonum loop accumulators
...
svn: r17338
2009-12-17 15:58:29 +00:00
Sam Tobin-Hochstadt
142bbf19fd
fix to account for changes to common/cmdline.ss
...
svn: r17337
2009-12-17 15:46:48 +00:00
Mike Sperber
a3ae03861b
Typo fixes.
...
svn: r17336
2009-12-17 14:52:13 +00:00
Mike Sperber
56c6ae78f7
Typo fix fix.
...
svn: r17335
2009-12-17 14:35:02 +00:00
Mike Sperber
6a1b831ab8
Typo fix.
...
svn: r17334
2009-12-17 14:34:01 +00:00
Eli Barzilay
babae9a18d
Welcome to a new PLT day.
...
svn: r17333
2009-12-17 08:51:08 +00:00
Casey Klein
97c2278a6b
PR 10663
...
svn: r17332
2009-12-16 21:02:08 +00:00
Casey Klein
eb4403f1c7
PR 10650
...
svn: r17331
2009-12-16 20:46:58 +00:00
Sam Tobin-Hochstadt
9e6e9696af
Use flsqrt.
...
Eliminate pointless micro-optimizations.
svn: r17330
2009-12-16 16:24:54 +00:00
Matthew Flatt
45e84ca087
unboxing of let-bound flonums (v4.2.3.6)
...
svn: r17328
2009-12-16 13:30:40 +00:00
Eli Barzilay
e9cc9f643b
Welcome to a new PLT day.
...
svn: r17319
2009-12-16 08:50:31 +00:00
Jon Rafkind
df1c10a9a6
update provides
...
svn: r17317
2009-12-15 22:55:05 +00:00
Jon Rafkind
4f3f35a188
wrap module with the typed-scheme module-begin
...
svn: r17316
2009-12-15 22:49:01 +00:00
Jon Rafkind
881b34dd80
bring over honu parsers
...
svn: r17314
2009-12-15 22:09:17 +00:00
Sam Tobin-Hochstadt
b9fd34b925
Fix type of string->number
...
svn: r17313
2009-12-15 22:03:10 +00:00
Jon Rafkind
1388a28583
experiment with typed scheme
...
svn: r17312
2009-12-15 18:48:18 +00:00
Sam Tobin-Hochstadt
a8851a8a3d
Fix psyntax to work in DrDr
...
svn: r17311
2009-12-15 18:29:59 +00:00
Eli Barzilay
b6887adfe8
minor tweaking
...
svn: r17310
2009-12-15 18:09:44 +00:00
Robby Findler
d278ad3c86
added a clarification to the redex docs ala Carl's next post on icfp-test
...
svn: r17308
2009-12-15 16:57:37 +00:00