Jay McCarthy
578fadb3a9
Horrible Xvnc trick
2010-11-12 15:03:39 -07:00
Ryan Culpepper
7dcd0d408c
macro-stepper: map "s" and "h" keys to show and hide selected identifier
2010-11-11 19:10:26 -07:00
Ryan Culpepper
a2c4574688
syntax-parse: improved error for non-syntax attribute in syntax template
2010-11-11 16:14:37 -07:00
Ryan Culpepper
eeb7facdd6
macro-stepper: added module versions of trace, expand/step
2010-11-11 16:14:37 -07:00
Jay McCarthy
dc11fe216d
Use grackt always for focus
2010-11-11 15:59:50 -07:00
Jay McCarthy
da60adaec0
Cleanup, putting tests first, Xvnc auth
2010-11-11 15:59:50 -07:00
Jay McCarthy
022d289059
Removing compiler warnings. I think most of the effected code is not even used in Racket
2010-11-11 15:59:50 -07:00
Jay McCarthy
aabd1652c1
Maybe fixing graph order
2010-11-11 15:59:50 -07:00
Jay McCarthy
a289a9e2f9
Updating info
2010-11-11 15:59:50 -07:00
Jay McCarthy
ff65a2ec17
Fixing a few stupid problems
2010-11-11 15:59:50 -07:00
Jay McCarthy
78ccf5393c
Using gracket
2010-11-11 15:59:50 -07:00
Jay McCarthy
765d30f121
Switching to Racket
2010-11-11 15:59:50 -07:00
Jay McCarthy
7a2005811e
Renaming files
2010-11-11 15:59:49 -07:00
Jay McCarthy
4a4d929ca8
Racket rename
2010-11-11 15:59:49 -07:00
Jay McCarthy
3a977ada60
Trying Xvnc
2010-11-11 15:59:48 -07:00
Jay McCarthy
16e4d17975
Switching to Xorg
2010-11-11 15:59:48 -07:00
Jon Rafkind
86d7fd5d0c
microseconds not nano
2010-11-11 15:46:45 -07:00
Matthew Flatt
635ba4537e
flonum unboxing repairs
...
- fix bytecode compiler's detection that fl+, etc. want flonum args
- fix JIT handling of known-flonum arguments in recursive self calls
where the argument would normally be cleared from the runstack
2010-11-11 14:39:45 -07:00
Matthew Flatt
0a8e5e604e
restore gen-id gensym so that decompiler works
2010-11-11 14:39:45 -07:00
Jon Rafkind
c17cf8db71
note about milliseconds and nanoseconds
2010-11-11 15:28:04 -07:00
Robby Findler
5a9c469b0f
added forall to go along with exists contracts
2010-11-11 14:39:43 -06:00
Jon Rafkind
bcef0dbfe2
increase delay value before refresh to 100
2010-11-11 13:29:01 -07:00
Jon Rafkind
de16fb118e
improve define-cstruct error messages. closes pr11422
2010-11-11 13:27:49 -07:00
Eli Barzilay
735c4deac7
Throw a proper syntax error on uses of the ffi `->'.
...
Closes PR 11421
2010-11-11 13:39:49 -05:00
Eli Barzilay
32de59e0c1
Shuffle the texts around, so the front page looks decent in text
...
browsers.
2010-11-11 13:39:21 -05:00
Eli Barzilay
8e1b773df7
Crop the unused space on the download button image, which makes placing
...
it much easier. Use this to move the button before the "Start Quickly"
header, making it show better in non-CSS text browsers.
Also, set a fixed height for the `slideshowframe' class, so the text
below it doesn't jump; rename `alts-panel' to `slideshow-panel';
and use `struct'; and more improvements.
2010-11-11 11:18:35 -05:00
Eli Barzilay
686ec837e9
Avoid useless output
2010-11-11 00:19:17 -05:00
Eli Barzilay
e3592e10a8
Remove all mentions of UnicoWS.
...
Also, get rid of "uniplt.c", and fix "src/racket/src/string.c" and
"src/gracket/grmain.c" to use CharLowerBuffW().
2010-11-10 23:48:35 -05:00
Eli Barzilay
d58395cd0b
Provide library lists out of "get-libs.rkt" and make it possible to require it
...
without doing anything, use this in the distribution specs to include them.
2010-11-10 23:44:36 -05:00
Eli Barzilay
6a997be578
Make get-libs retreive core racket libraries too.
...
Also move it up a level, since it's a more generic tool now.
2010-11-10 20:40:49 -05:00
Eli Barzilay
614f100e8f
Move "src/worksp/extradlls" to libs.
2010-11-10 20:40:48 -05:00
Eli Barzilay
689f2ac5c8
Switch from "subcommand
" to the more convenient bash "$(subcommand)".
2010-11-10 20:40:48 -05:00
Eli Barzilay
82bec21251
Allow another command-line argument after `ask' to have answers for the
...
questions.
2010-11-10 20:40:47 -05:00
Eli Barzilay
b5e82efe27
Make the front page a little friendlier to browsers that have no CSS
...
support and no JS.
2010-11-10 20:40:47 -05:00
Eli Barzilay
f2af8fa380
Fix error messages.
...
1. Before:
(define-syntax-rule (foo x) = (+ x 1))
define-syntax-rule: too many templates at: ((+ x 1)) in: (define-syntax-rule (foo x) = (+ x 1))
after:
define-syntax-rule: too many forms at: (+ x 1) in: (define-syntax-rule (foo x) = (+ x 1))
2. Before:
(define-syntax-rule (foo x) (+ x 1))
(foo "bar" "baz")
foo: `(bar baz)' did not match pattern `(x)' in: (foo "bar" "baz")
after:
foo: (foo "bar" "baz") did not match pattern (foo x) in: (foo "bar" "baz")
2010-11-10 20:40:47 -05:00
Matthew Flatt
d7369f819c
cocoa: set button control size when font is small
...
Closes PR 11404
2010-11-10 17:54:07 -07:00
Matthew Flatt
b6b3298567
cocoa: avoid 10.6-specific method for menu popup
2010-11-10 17:54:07 -07:00
Kevin Tew
6efc3c5550
[parallel-build] print errors immediately as well as at the end of the build
2010-11-10 13:12:23 -07:00
Kevin Tew
14b14ebabc
Get info from drdr about build crash
2010-11-10 13:12:23 -07:00
Kevin Tew
3ec54a61c2
shorten some lines
2010-11-10 13:12:23 -07:00
Mike Sperber
c7700dbe06
Fix signatures for gcd' and
lcd' in DMdA.
2010-11-10 18:59:40 +01:00
Mike Sperber
c6334b549f
"list" -> "list-of" in DMdA docs.
2010-11-10 18:58:37 +01:00
Matthew Flatt
27752c4695
plot bug fixes, including new images and a more forgiving image-equality test
2010-11-10 09:18:50 -07:00
Matthew Flatt
8d1827222c
improve docs in 'interior allocation mode and improve 'interior-atomic
2010-11-10 09:18:31 -07:00
Matthew Flatt
11f45cd2fd
fix plot build to use CC from Makefiles; fix fallout in Mac build
...
to clean up the hack of putting -m32 in CC instead of CFLAGS
2010-11-10 07:20:35 -07:00
Mike Sperber
69b858a7f5
Unbreak printing in DMdA.
...
Fix the the name by which the HtDP and DMdA languages refer to the
signatures module, making sure everybody sees the same properties.
2010-11-10 07:32:52 +01:00
Vincent St-Amour
c7d67f9bab
*SL: first and rest should not report errors in terms of car and cdr.
2010-11-09 21:16:17 -05:00
Eli Barzilay
6675287f68
Use `fakeroot' to avoid chown mess.
2010-11-09 20:13:08 -05:00
Eli Barzilay
b712354f35
Better solution than previous hack test-drracket.rkt
2010-11-09 20:13:08 -05:00
Eli Barzilay
1caa762aa4
Many more bogus emails used
2010-11-09 20:13:07 -05:00