Matthew Flatt
470ed7c996
fix get-face-list bug (caused Windows 7 crash on my test)
2010-11-24 14:25:07 -07:00
Matthew Flatt
bd28f2ab54
make `equal?' equate C pointers that refer to the same address
2010-11-24 13:41:11 -07:00
Matthew Flatt
370c97165a
cocoa: fix problem with frame focus
2010-11-24 12:03:17 -07:00
Matthew Flatt
2f4c782434
doc typos
2010-11-24 12:02:46 -07:00
Matthew Flatt
e2072d5afb
cocoa: repair location fixup on screen change
2010-11-24 10:38:41 -07:00
Matthew Flatt
14a72b5a08
cocoa: fix problems with frame-list management
2010-11-24 07:12:02 -07:00
Matthew Flatt
0d6d285423
clear objc ivar on `dealloc'
...
so that a field is not incorrectly used if the super `dealloc' triggers
callbacks
2010-11-24 07:08:54 -07:00
Matthew Flatt
f245b6ca29
fix bitmap% load-file' method and remove
{get,set}-gl-config'
...
Closes PR 11460
2010-11-24 06:08:44 -07:00
Matthew Flatt
c6ae7377a5
slideshow: use printer-dc on all platforms for --print
2010-11-24 05:44:59 -07:00
Jay McCarthy
9c6b9b8fcd
Adding whitespace so you can copy and paste to planet remove on the OS X terminal
2010-11-23 15:42:40 -07:00
Jay McCarthy
88fb21fa26
cleanup
2010-11-23 15:42:40 -07:00
Jay McCarthy
e3153e6d21
Adding normalization display
2010-11-23 15:42:39 -07:00
Vincent St-Amour
e64f8be932
Fix open-input-output-file doc. Closes PR 11371.
2010-11-23 14:15:04 -05:00
Vincent St-Amour
e7c252739d
Fix type for abs. Closes PR 11430.
2010-11-23 14:15:04 -05:00
Vincent St-Amour
54991835d6
Add type for fl->exact-integer. Closes PR 11429.
2010-11-23 14:15:04 -05:00
Vincent St-Amour
58d1f75dc1
Fix type for arithmetic-shift. Closes PR 11428.
2010-11-23 14:15:03 -05:00
Vincent St-Amour
7a7fe577cd
Add type for integer-sqrt. Closes PR 11427.
2010-11-23 14:15:03 -05:00
Vincent St-Amour
e10f139ad8
Fix type for raise-type-error. Closes PR 11426.
2010-11-23 14:15:03 -05:00
Vincent St-Amour
2c74984fcd
More precise type for sgn. Closes PR 11424.
2010-11-23 14:15:02 -05:00
Eli Barzilay
698b3a6c90
Throw an error if the number input for `take' is too big.
...
Note that this is usually delayed so it's not too useful. Note that it
*doesn't* force the list -- see the explanation in the comment.
(Related to PR 11458.)
2010-11-23 14:13:26 -05:00
Robby Findler
fd53321823
rackunit: bring back source locations for check-equal? used in 'ho' position
2010-11-23 12:35:10 -06:00
Matthew Flatt
510c3f8a33
cocoa: try to fix problem with drifting gc-blit window
2010-11-23 10:02:45 -07:00
Matthew Flatt
142cdb800f
fix GC interaction for non-Racket thread and #:async-apply callbacks
2010-11-23 09:39:38 -07:00
Eli Barzilay
f3c62a0efd
Require a non-negative exact integer argument for `take'.
...
Closes PR 11458.
2010-11-23 10:28:14 -05:00
Eli Barzilay
76c07dd594
Improved `get-bindings' using regexps etc.
...
(But note that it looks like it reimplements `form-urlencoded->alist'.)
2010-11-23 10:27:46 -05:00
James Swaine
dd44053911
Add execution time logging for futures.
2010-11-22 14:23:05 -06:00
Mike Sperber
a671fddc18
Better signature for `string->number'.
2010-11-22 15:33:49 +01:00
Mike Sperber
39b3a289c5
Update signatutures and explanations on DMdA primitives.
2010-11-22 09:29:54 +01:00
Robby Findler
860de6358c
brought the preferences dialog description up to date with reality.
...
closes PR 11453
2010-11-21 07:39:12 -06:00
Robby Findler
3b56f81b10
adjusted case of 'show line numbers' to match menu / prefs distinction
2010-11-21 07:39:12 -06:00
Robby Findler
84fc640752
refactoring
2010-11-21 07:39:11 -06:00
Matthew Flatt
c94df207a4
cocoa: one more 10.6-only method
2010-11-20 15:45:28 -07:00
Matthew Flatt
bf9b913f33
cocoa: avoid another 10.6-only method
...
Closes PR 11442
2010-11-20 15:38:17 -07:00
Matthias Felleisen
2a3c66b731
start animate from 0 not 1
2010-11-20 10:37:59 -05:00
Robby Findler
747c735eb3
adjusted scribble's sigplan setup so that the times.sty and qcourier.sty packages can be disabled.
2010-11-19 17:57:13 -06:00
Vincent St-Amour
102419f009
Fixed command-line options for gambit in benchmarks.
2010-11-19 12:10:42 -05:00
Vincent St-Amour
a888325d78
Fixed autobib doc.
2010-11-19 12:10:42 -05:00
Robby Findler
18b94ca853
added scrbl as an extension
2010-11-18 13:21:39 -06:00
Kevin Tew
cc69ceed6b
[Parallel-Build] Better error logging for failed match
2010-11-18 11:33:29 -07:00
Matthias Felleisen
14bdcda9a9
rewrote docs for (name ...), Closes PR 11439
2010-11-18 10:26:53 -05:00
Matthias Felleisen
dbe896a969
wrong font size for 1column
2010-11-17 18:56:08 -05:00
Matthew Flatt
421519994d
make SSL listeners events
2010-11-17 13:16:53 -07:00
Mike Sperber
99e66e0dea
Fix cycle detection in `tequal?'.
...
... and thus in `check-within', by using an eq? hash table. Also,
while we're at it, add cycle detection to `tech-equal?'.
Fixes PR #11423 .
2010-11-17 17:15:31 +01:00
Mike Sperber
9c607d39e7
Further refine DMdA signatures for lcm' and
gcd'.
2010-11-17 17:15:31 +01:00
Jay McCarthy
24dbffaf3b
Fixing problem found at Brown
2010-11-17 04:58:09 -07:00
Eli Barzilay
f78e2af4e1
More instructions for pull-request-based workflow
2010-11-17 02:41:05 -05:00
Jon Rafkind
5f2d18c1f9
add in-queue
2010-11-16 23:09:19 -07:00
Jon Rafkind
27b32464c5
add test for sequence used as an expression
2010-11-16 23:09:19 -07:00
Jon Rafkind
c5d56b4a4a
typo, gvector instead of vector
2010-11-16 23:09:18 -07:00
Matthew Flatt
1762a9a872
fix set!' of
define-for-syntax'ed varable in `let-syntax' RHS
2010-11-16 20:18:11 -07:00