Eli Barzilay
04ae026b1b
typo in result of search
...
svn: r17066
2009-11-25 23:57:42 +00:00
Carl Eastlund
edae542b58
unstable module for source location manipulation
...
svn: r17065
2009-11-25 20:49:29 +00:00
Eli Barzilay
096bd06dc2
Welcome to a new PLT day.
...
svn: r17057
2009-11-25 08:50:27 +00:00
Jon Rafkind
91d4240765
add some examples
...
svn: r17052
2009-11-24 23:14:18 +00:00
Eli Barzilay
71b1164034
propagate the argument throught the search box too
...
svn: r17051
2009-11-24 21:26:05 +00:00
Jon Rafkind
a8d40530f4
checkpoint new macro stuff
...
svn: r17050
2009-11-24 20:58:13 +00:00
Eli Barzilay
dccc4bcb95
thread lang parameter through search results
...
svn: r17044
2009-11-24 15:13:55 +00:00
Eli Barzilay
615744073c
thread lang parameter through the main pages too
...
svn: r17042
2009-11-24 14:36:00 +00:00
Eli Barzilay
7feecb4d2c
Remove `extra-internal-attribs' and just use the value directly.
...
(Renaming it is the same as renaming a variable anyway.) Add the
attribute to the navigation links.
svn: r17041
2009-11-24 14:17:48 +00:00
Eli Barzilay
210ef8c4f1
add the indicator div
...
svn: r17040
2009-11-24 13:38:15 +00:00
Eli Barzilay
bd1ba85221
use the langindicator when there's a lang parameter
...
svn: r17039
2009-11-24 13:37:04 +00:00
Eli Barzilay
62c744613b
CSS for the langindicator widget
...
svn: r17038
2009-11-24 13:34:12 +00:00
Eli Barzilay
825a47dfef
A `lang' parameter gets carried through the pages.
...
svn: r17037
2009-11-24 12:33:15 +00:00
Eli Barzilay
142d33d67f
Make it possible to register multiple onload handlers.
...
(Needed because all pages must have an onload, and the search page needs an
additional initialization function.)
svn: r17032
2009-11-24 09:11:09 +00:00
Eli Barzilay
6d19862ce7
use some new stuffs
...
svn: r17031
2009-11-24 08:36:42 +00:00
Eli Barzilay
9cd997af37
adjust for new link attribute, fix error message
...
svn: r17030
2009-11-24 08:25:42 +00:00
Eli Barzilay
e9019eb6d9
nicer display for variants
...
svn: r17029
2009-11-24 08:09:20 +00:00
Eli Barzilay
212eb82314
use the utility function for the query parameter
...
svn: r17028
2009-11-24 06:52:40 +00:00
Eli Barzilay
d94903ec53
use escape/unescape on the value strings
...
svn: r17027
2009-11-24 06:50:02 +00:00
Eli Barzilay
cdf940fedd
url parameter utilities
...
svn: r17026
2009-11-24 06:45:26 +00:00
Eli Barzilay
37a1ada7a2
add attribute value for internal links
...
svn: r17020
2009-11-24 02:17:53 +00:00
Matthew Flatt
1dd2109909
Scribble HTML renderer: mark internal links with 'extra-internal-attribs'
...
svn: r17018
2009-11-23 22:56:28 +00:00
Carl Eastlund
958e3418aa
Added caveat in Reference to "7.5 Building New Contract Combinators" and its
...
subsection "7.5.1 Contracts as structs" stating:
"Note: The interface in this section is unstable and subject to change."
This is in preparation for a new implementation of contract properties.
svn: r17014
2009-11-23 21:21:40 +00:00
Mike Sperber
0257ac515a
Make the stepper ignore `check-property'.
...
svn: r17013
2009-11-23 20:44:47 +00:00
Eli Barzilay
040a224dfb
Welcome to a new PLT day.
...
svn: r17009
2009-11-23 18:54:28 +00:00
Eli Barzilay
4977e6bd6c
Switch off unsafe operations for now, better to turn it on after the
...
code was used for a while.
svn: r17008
2009-11-23 18:53:13 +00:00
Eli Barzilay
0b6ae05e9b
Use unsafe operations for dealing with the vectors and indexes.
...
svn: r17007
2009-11-23 18:51:03 +00:00
Eli Barzilay
ea94f5dea5
Added `copying-insertionsort' for small blocks, some fixes.
...
svn: r17006
2009-11-23 18:50:12 +00:00
Eli Barzilay
ab832a3b4d
Optimize copying-quicksort by passing around only two indexes and the
...
length of the block.
svn: r17005
2009-11-23 18:49:38 +00:00
Eli Barzilay
d46beb2325
Works on lists of any size now.
...
svn: r17004
2009-11-23 18:48:46 +00:00
Eli Barzilay
c68eeb97ca
Further optimizations to `merge'.
...
svn: r17003
2009-11-23 18:48:06 +00:00
Eli Barzilay
ebfdbe4bb0
Combined the two merge functions into one macro, and improved it a little.
...
svn: r17002
2009-11-23 18:47:32 +00:00
Eli Barzilay
a272c479a6
First version of a vector-based "half-copying" merge sort, which will end up
...
being more than twice faster than the current version.
[Currently works only with 2^n lists, and otherwise broken -- committed
to keep the development history in svn.]
svn: r17001
2009-11-23 18:46:40 +00:00
Matthew Flatt
f719aac2be
scheme/future, sequential futures implementation when --enable-futures not specified; doc updates
...
svn: r16999
2009-11-23 18:12:23 +00:00
Jay McCarthy
7662ef4bc1
Eli says it is a bad hack.
...
svn: r16998
2009-11-23 18:04:15 +00:00
Matthew Flatt
9f57ba92f1
minor details in futures docs
...
svn: r16997
2009-11-23 17:43:15 +00:00
Jay McCarthy
342fb61208
There is a race condition in this code. This doesn't totally fix it, if another process is creating and deleting the directory quickly, but it will help.
...
svn: r16996
2009-11-23 17:20:41 +00:00
Robby Findler
54adde155a
svn: r16995
2009-11-23 17:05:09 +00:00
Robby Findler
e461f42ad3
svn: r16991
2009-11-23 16:53:39 +00:00
Mike Sperber
ff04d114f7
Fix web-server doc snafu.
...
svn: r16990
2009-11-23 16:32:04 +00:00
Mike Sperber
ffadf59303
Fix really stupid bug in `convert-explicit'.
...
svn: r16989
2009-11-23 11:21:30 +00:00
Matthew Flatt
78578a3eab
convert START_XFORM_SKIP...END_XFORM_SKIP mostly to XFORM_SKIP_PROC
...
svn: r16972
2009-11-22 23:30:21 +00:00
Matthew Flatt
6395be3347
work around GL drawing problem that appears in Snow Leopard (merge to 4.2.3)
...
svn: r16966
2009-11-22 20:26:21 +00:00
Matthew Flatt
47c66b71eb
fix pasteboard% 'remove' (merge to 4.2.3)
...
svn: r16963
2009-11-22 15:43:15 +00:00
Matthew Flatt
178d0f8e34
fix problems with the embedded command-line length (merge to 4.2.3)
...
svn: r16962
2009-11-22 15:31:18 +00:00
Matthew Flatt
8a5c0e854a
fix dynext flags for Mac to include -m32 (merge to 4.2.3)
...
svn: r16961
2009-11-22 15:27:07 +00:00
Eli Barzilay
d94360ddfc
Welcome to a new PLT day.
...
svn: r16955
2009-11-22 08:50:24 +00:00
Matthew Flatt
79817a2087
slimy pthread_getspecifc()-inlining trick to practically eliminate the overhead of futures support under OS X
...
svn: r16952
2009-11-22 02:34:40 +00:00
Eli Barzilay
28f5070d5e
undo accidental commenting
...
svn: r16951
2009-11-22 02:22:19 +00:00
Eli Barzilay
09c8baf7e7
Re-enable context searches for the htdp languages, with results that
...
come from the language or the teachpacks.
svn: r16945
2009-11-21 22:05:28 +00:00
Eli Barzilay
65be0295cf
Added A:{ ... } and O:{ ... } for and' and
or' queries, and Q:foo for
...
"quoted" things so "}" can be included in these. Not documented at the
user level for now, since I'm not sure that this will work fine in
general, but it's good enough to reactivate context-sensitive searches.
svn: r16944
2009-11-21 21:55:34 +00:00
Eli Barzilay
128da973df
Truing to use JS `eval' in several ways doesn't seem to be doing
...
anything for speed. So dump all attempts at making things faster this
way. Also, it seems that things are responsive enough with any break in
the searching "thread", so shorten that time. (And one other random
optimization: abort early when an item doesn't match.)
svn: r16943
2009-11-21 21:53:06 +00:00
Matthew Flatt
fbf7f79d8c
fix get-default-print-size n landscape mode
...
svn: r16942
2009-11-21 16:17:08 +00:00
Robby Findler
9454a471d3
added some vector-copy tests
...
svn: r16940
2009-11-21 13:21:30 +00:00
Eli Barzilay
e3a23fbde6
Welcome to a new PLT day.
...
svn: r16938
2009-11-21 08:50:32 +00:00
Eli Barzilay
35b62665ae
fix error messages
...
svn: r16933
2009-11-21 00:16:08 +00:00
Robby Findler
47e46efd46
added the various 'for' forms to the square backet default preferences
...
svn: r16932
2009-11-21 00:15:00 +00:00
Robby Findler
7b6eb65d79
vector-copy now works for empty vectors
...
svn: r16930
2009-11-20 22:43:01 +00:00
Stevie Strickland
2a7664eba8
Fix up docs for flat-named-contract.
...
svn: r16929
2009-11-20 21:35:26 +00:00
Stevie Strickland
71eef1bbd8
Allow for changing the name on flat contracts via flat-named-contract.
...
svn: r16928
2009-11-20 20:45:45 +00:00
Ryan Culpepper
f540fc8f00
macro-debugger: fixed binder discovery for lambda
...
Please propagate this change to the release branch.
svn: r16926
2009-11-20 19:36:24 +00:00
Ryan Culpepper
34380bbd10
macro-debugger/syntax-browser:
...
misc code cleanups
added module for making images
svn: r16925
2009-11-20 19:09:39 +00:00
Eli Barzilay
684debc749
Welcome to a new PLT day.
...
svn: r16918
2009-11-20 08:50:35 +00:00
Eli Barzilay
3ccb9082dc
stupid typo
...
svn: r16917
2009-11-20 08:35:43 +00:00
Eli Barzilay
9473d1809f
test all orders fo lengths <= 3
...
svn: r16900
2009-11-19 22:05:02 +00:00
Eli Barzilay
e2cd7a51e5
Fixed a comparison that was too strict, making the code go to the
...
general case on lists of length 3. (Didn't have much effect since it's
only the toplevel comparison).
svn: r16899
2009-11-19 21:58:44 +00:00
Robby Findler
8d96441673
PR 10591
...
svn: r16897
2009-11-19 20:29:36 +00:00
Eli Barzilay
4ade4cf9ef
Welcome to a new PLT day.
...
svn: r16888
2009-11-19 08:50:21 +00:00
Ryan Culpepper
50bfe1b8be
unstable: more docs, a few changes to gui libs
...
svn: r16887
2009-11-19 08:29:57 +00:00
Ryan Culpepper
89385ad309
macro-stepper: added second error location for set!
...
svn: r16886
2009-11-19 04:39:21 +00:00
Robby Findler
b80c782046
fixed a bug in bitmap scaling (ie I no longer forgot to write the code ...)
...
svn: r16883
2009-11-18 22:23:39 +00:00
John Clements
505bf56db2
added first-step semaphore. Goes in 4.2.3 release
...
svn: r16875
2009-11-18 18:41:42 +00:00
Sam Tobin-Hochstadt
424aa90491
remove tracing
...
svn: r16872
2009-11-18 16:41:01 +00:00
Matthew Flatt
24a2a6ae8c
another thread-local repair
...
svn: r16865
2009-11-18 15:23:00 +00:00
Robby Findler
cc60cdc02b
fixed rotation of bitmaps
...
svn: r16861
2009-11-18 14:58:15 +00:00
Matthew Flatt
5d79713481
C thread-local variables when the C compiler don't support thread-local variables
...
svn: r16860
2009-11-18 14:52:51 +00:00
Robby Findler
5cea34ec49
renamed */places to */align
...
svn: r16859
2009-11-18 12:11:44 +00:00
Eli Barzilay
ea8ebcce6f
Welcome to a new PLT day.
...
svn: r16858
2009-11-18 08:50:16 +00:00
Robby Findler
645b786b79
added 'bitmap'
...
svn: r16857
2009-11-18 04:35:04 +00:00
Jay McCarthy
1f2a09d31a
Use delay/sync
...
svn: r16849
2009-11-17 21:05:53 +00:00
John Clements
89a388c6f7
added examples for expand
...
svn: r16847
2009-11-17 20:29:47 +00:00
Eli Barzilay
0c0945bb08
properly disable TS tests on cgc
...
svn: r16842
2009-11-17 20:02:07 +00:00
Sam Tobin-Hochstadt
bbd2ff852e
disable typed scheme tests on cgc
...
svn: r16839
2009-11-17 19:45:41 +00:00
Sam Tobin-Hochstadt
cd3f1c439e
Enable html generation button for scribble/base on all platforms.
...
Generate scribble output from buttons in source file's directory.
svn: r16831
2009-11-17 16:26:51 +00:00
Matthias Felleisen
e068d2ef86
typos
...
svn: r16828
2009-11-17 15:16:35 +00:00
Eli Barzilay
97d99d8726
use delay/idle to load the xref for syncheck
...
svn: r16825
2009-11-17 08:12:03 +00:00
Eli Barzilay
518a9d2df1
added path-up to scheme/require
...
svn: r16824
2009-11-17 08:11:44 +00:00
Carl Eastlund
07849a7fbb
Changed Framework icon promises to use delay/sync instead of delay. This
...
appears to prevent a bug whereby multiple threads attempt to force one of the
promises at the same time, causing the promise to believe it is being used
recursively. All Framework tests passed (on OS X) after making this change, not
that I really expect the icons to be particularly crucial to the tests.
svn: r16820
2009-11-17 03:42:08 +00:00
Eli Barzilay
86aabe4d34
misc improvements to the code
...
svn: r16819
2009-11-16 22:39:18 +00:00
Jay McCarthy
bf559ec61d
Timeout weirdness
...
svn: r16818
2009-11-16 22:07:51 +00:00
Matthias Felleisen
71adf702a4
fixed typo in disconnect clause of universe, pls propagate
...
svn: r16817
2009-11-16 19:04:47 +00:00
Eli Barzilay
10183e8d19
fix moved test files, set svn:eol-style
...
svn: r16815
2009-11-16 17:35:23 +00:00
Sam Tobin-Hochstadt
0ae5843f11
Add unstable/match with == match expander.
...
Add 'match expander' tech def.
svn: r16814
2009-11-16 16:58:11 +00:00
Robby Findler
4f5479e912
moved 2htdp/image test back into 2htdp collection (yeah!)
...
svn: r16812
2009-11-16 16:45:25 +00:00
Sam Tobin-Hochstadt
fcd4c4e38d
Fix prop values for DrDr.
...
Add plt-responsible props.
Add hash-union to unstable.
Fix doc for compound-paragraph.
Fix unstable/scribblings/util.
svn: r16811
2009-11-16 13:59:13 +00:00
Robby Findler
77e1707aa7
renamed README to README.ss
...
svn: r16809
2009-11-16 12:00:03 +00:00
Eli Barzilay
61029e5b0e
Welcome to a new PLT day.
...
svn: r16808
2009-11-16 11:08:03 +00:00
Eli Barzilay
b1f5b0652c
new kinds of promises
...
svn: r16807
2009-11-16 11:06:47 +00:00
Eli Barzilay
709b588410
moved drscheme-related tool into "tools"
...
svn: r16804
2009-11-16 10:19:29 +00:00
Mike Sperber
4bbd4be2b4
Add Universe teachpack to DeinProgramm / DMdA languages.
...
It works just fine!
Finally,--This line, and those below, will be ignored--
A deinprogramm/universe.ss
svn: r16802
2009-11-16 08:45:33 +00:00
Eli Barzilay
3bc3935fc5
renamed Test directory to tests
...
svn: r16801
2009-11-16 07:59:47 +00:00
Eli Barzilay
9c2352d0d9
renamed test directory to tests
...
svn: r16800
2009-11-16 07:57:33 +00:00
Eli Barzilay
7917fd89fb
moved srfi-19 tests to tests/srfi/19
...
svn: r16799
2009-11-16 07:30:49 +00:00
Eli Barzilay
de17c5f7da
moved planet test to tests/planet
...
svn: r16798
2009-11-16 07:23:20 +00:00
Jon Rafkind
f0d5ba438c
add more pair/list examples
...
svn: r16797
2009-11-16 04:46:49 +00:00
Eli Barzilay
77d9f02c90
work around name problem in promise, avoid keeping the original exn in syntax errors in eli-tester
...
svn: r16796
2009-11-16 04:34:13 +00:00
Jon Rafkind
860a36d499
add examples for all c-r shortcuts
...
svn: r16795
2009-11-16 04:04:58 +00:00
Jon Rafkind
c991ada1e7
add examples for pairs
...
svn: r16794
2009-11-16 02:40:45 +00:00
Eli Barzilay
b79734941f
separate out reify-result
...
svn: r16793
2009-11-16 02:23:18 +00:00
Matthias Felleisen
66ae1bea49
fixed typo in universe.ss
...
svn: r16792
2009-11-16 00:13:57 +00:00
Sam Tobin-Hochstadt
25f9bcfe03
Add types for with-output-to-string, open-output-nowhere
...
Fix time.ss test not to print
svn: r16790
2009-11-15 22:38:30 +00:00
Sam Tobin-Hochstadt
fb29a2498e
Move a bunch of functions from typed-scheme/utils/utils to unstable.
...
Add convenience lib for unstable docs.
Add char support to format-{id,symbol}
Add unstable/sequence library.
svn: r16789
2009-11-15 22:15:29 +00:00
Sam Tobin-Hochstadt
960bf4caab
print success on current-output-port
...
svn: r16787
2009-11-15 14:35:29 +00:00
Matthew Flatt
5bba93dd09
have setup-plt remove old .dep files in addition to old .zo files
...
svn: r16786
2009-11-15 14:29:28 +00:00
Matthew Flatt
cad5d85354
change syntax/toplevel to use scheme/base instead of mzscheme, which avoids some namespace problems
...
svn: r16785
2009-11-15 14:27:26 +00:00
Matthew Flatt
21c6e08e4d
fix typo
...
svn: r16784
2009-11-15 14:26:32 +00:00
Matthew Flatt
c34d5f3776
revised docs for 'delay', which now accepts a body sequence instead of a single expression
...
svn: r16783
2009-11-15 14:25:49 +00:00
Ryan Culpepper
92aa2fc780
unstable/gui/notify: added partial docs
...
svn: r16782
2009-11-15 13:05:34 +00:00
Ryan Culpepper
2051f3ab2a
unstable: added class-iop, gui/prefs (needs doc), gui/notify (needs doc)
...
macro-debugger: changed imports for above, deleted dead code
svn: r16781
2009-11-15 11:23:40 +00:00
Eli Barzilay
cecac1c6c1
delay is now defined as delay*
...
svn: r16780
2009-11-15 10:47:59 +00:00
Mike Sperber
b68bb30d70
Handle sharing correctly in the DeinProgramm `write' handler.
...
svn: r16779
2009-11-15 10:47:27 +00:00
Mike Sperber
a17dc333f6
Only print sharing from "DMdA mit Zuweisungen" upwards.
...
svn: r16778
2009-11-15 10:18:50 +00:00
Eli Barzilay
20f14805dc
Welcome to a new PLT day.
...
svn: r16777
2009-11-15 08:50:35 +00:00
Eli Barzilay
d3b5d8f71e
few more comments
...
svn: r16776
2009-11-15 08:03:27 +00:00
Ryan Culpepper
f042eb1e4d
macro-debugger: eliminated deriv-find, use unstable/find
...
svn: r16775
2009-11-15 07:37:56 +00:00
Ryan Culpepper
4517f37942
unstable/syntax: changed format-id to autoconvert identifiers
...
unstable/struct: changed struct->list, more options
added unstable/find
svn: r16774
2009-11-15 07:00:44 +00:00
Eli Barzilay
d66d5f7759
move promise tests to tests/lazy
...
svn: r16773
2009-11-15 00:36:24 +00:00
Eli Barzilay
8e3ec9d3bf
* Improve naming convention -- always use v' for values and
p' for promises
...
* When `force/composable' reaches a promise, use `force' to dispatch on the
kind of promise
* Minor printer tweaks (print "raise" for non-exceptions)
svn: r16772
2009-11-14 22:30:55 +00:00
Matthew Flatt
2f0f249299
skip setup-plt compilation in 2htdp tests
...
svn: r16771
2009-11-14 15:54:33 +00:00
Mike Sperber
9d1c9672d9
Add `property' contract for QuickCheck properties to DeinProgramm languages
...
... and don't export the old property "combinator" to the language levels.
svn: r16770
2009-11-14 14:28:31 +00:00
Mike Sperber
3c68ac4a0c
Add `contract' contract to DeinProgramm / DMdA languages.
...
While we're at it, improve source-location reporting for application
contracts.
svn: r16769
2009-11-14 14:17:06 +00:00
Robby Findler
cef2d065df
removed printf
...
svn: r16767
2009-11-14 13:21:30 +00:00
Eli Barzilay
f3c70952cb
Welcome to a new PLT day.
...
svn: r16766
2009-11-14 08:50:39 +00:00
Eli Barzilay
e7614fd491
more reorganization, centrelized macro for all delays -- can deal with keyword arguments, and accepts multiple expressions (since these will be sensible in new kind of promises)
...
svn: r16765
2009-11-14 05:57:27 +00:00
Matthew Flatt
1b79472b78
fix doc typo
...
svn: r16764
2009-11-14 04:13:12 +00:00
Ryan Culpepper
32e38ca0e4
macro-stepper:
...
do compile-time evals when expanding
fixes: (begin macro-def macro-use) pattern
updated tests for lifts change
svn: r16762
2009-11-13 21:41:01 +00:00
Jay McCarthy
0d6da8957a
Adding opt #lang and fixing a few problems
...
svn: r16756
2009-11-13 20:34:52 +00:00
Jay McCarthy
523f280b53
Fixing a test bug
...
svn: r16755
2009-11-13 20:20:38 +00:00
Eli Barzilay
2b4c9eb0d0
major code reorganization: it is now simpler than its srfi-45 roots, faster, and extensible (internally, to add new promise types)
...
svn: r16754
2009-11-13 19:17:53 +00:00
John Clements
a80863e317
fixed two doc typos
...
svn: r16752
2009-11-13 18:24:56 +00:00
Sam Tobin-Hochstadt
a29172bc51
Add command line flags to disable things that are problematic for DrDr.
...
svn: r16751
2009-11-13 18:16:07 +00:00
Mike Sperber
01058dfd26
Add expect-member-of' and
expect-range' to DeinProgramm / DMdA languages.
...
svn: r16750
2009-11-13 18:02:10 +00:00
Robby Findler
e9ba1bb480
improved the docs a little, added a color? predicate
...
svn: r16747
2009-11-13 17:15:59 +00:00
Robby Findler
71233bad43
added image-baseline
...
svn: r16745
2009-11-13 14:42:51 +00:00
Eli Barzilay
61e5c3e41e
use unsafe struct accessors and pair ops (using #%unsafe, because going throught scheme/unsafe/ops will lead to a cycle)
...
svn: r16744
2009-11-13 12:43:15 +00:00
Eli Barzilay
82f10f35a5
minor reorganizations
...
svn: r16743
2009-11-13 12:27:42 +00:00
Matthias Felleisen
2153c258db
fixed to docs of eq?, eqv?, memq, and memv
...
svn: r16742
2009-11-13 03:30:46 +00:00
Matthias Felleisen
3581ebcbf0
request by Shriram to add an explanation to time
...
svn: r16741
2009-11-13 02:01:17 +00:00
Robby Findler
d783011981
fixed scrolling for image snips
...
svn: r16740
2009-11-13 02:00:16 +00:00
Matthias Felleisen
97b58fd583
matrix set! removed
...
svn: r16739
2009-11-13 01:47:42 +00:00