Commit Graph

6134 Commits

Author SHA1 Message Date
Matthew Flatt
c0872f69ea equal? and hashing work on cyclic values
svn: r8132
2007-12-27 11:07:14 +00:00
Eli Barzilay
8f20fce7f6 Welcome to a new PLT day.
svn: r8131
2007-12-27 06:22:18 +00:00
Greg Cooper
e79214aa5a use current-inexact-milliseconds instead of current-milliseconds to avoid wrap-around problems
svn: r8130
2007-12-26 18:11:37 +00:00
Mike Sperber
bfd42d01d0 Update SRFI 42 to latest reference implementation.
svn: r8128
2007-12-26 17:07:15 +00:00
Matthew Flatt
add5fff586 fix .zo writing of 1073741824 on 64-bit machine
svn: r8127
2007-12-26 12:41:51 +00:00
Matthew Flatt
9f4f7670d1 fix exn-handler test
svn: r8125
2007-12-26 12:02:13 +00:00
Eli Barzilay
019ead4356 Welcome to a new PLT day.
svn: r8124
2007-12-26 08:50:02 +00:00
Matthew Flatt
5c76cb507e finish mz docs
svn: r8123
2007-12-26 02:58:13 +00:00
Matthew Flatt
36ca820232 annotate change to avoid buffer overrun
svn: r8121
2007-12-25 12:59:50 +00:00
Matthew Flatt
944105f122 fix buffer overrun in contour plotting
svn: r8120
2007-12-25 12:57:42 +00:00
Matthew Flatt
a9f140e118 remove unnecessary assignment
svn: r8119
2007-12-25 01:33:56 +00:00
Matthew Flatt
4ce547c78a fix Windows-specific bg thread clean-up (PR 9119)
svn: r8117
2007-12-24 13:03:29 +00:00
Eli Barzilay
e3f8d7e74b better code organization
svn: r8116
2007-12-24 12:24:46 +00:00
Matthew Flatt
f6abcd7fbf don't register remembered-thread set, because it's not GCable
svn: r8115
2007-12-24 12:18:13 +00:00
Eli Barzilay
9ba922ff1c reformatting
svn: r8114
2007-12-24 11:29:33 +00:00
Eli Barzilay
4923f00a0d Welcome to a new PLT day.
svn: r8113
2007-12-24 08:50:02 +00:00
Eli Barzilay
fe3e4042cd fix hide sharing
svn: r8111
2007-12-24 07:41:01 +00:00
Matthew Flatt
cd3cfdaa07 fix direct references to scheme_null in cmdline.inc (which break the Windows build)
svn: r8110
2007-12-24 01:38:50 +00:00
Eli Barzilay
a715b3eefe Welcome to a new PLT day.
svn: r8108
2007-12-23 08:50:02 +00:00
Greg Cooper
58c95cf5c3 forward port fix from r8100/05/06 to trunk
svn: r8107
2007-12-22 17:55:57 +00:00
Robby Findler
b4681b4ca5 added auto completion
svn: r8104
2007-12-22 14:12:53 +00:00
Matthew Flatt
396dd54b06 call-with-exception-handler change, plus some configure/Makefile changes that didn't help fix the built-on-10.5-for-10.4 problem but are still healthier in the long run
svn: r8102
2007-12-22 12:41:48 +00:00
Eli Barzilay
e77ba2fc3d Welcome to a new PLT day.
svn: r8101
2007-12-22 08:50:04 +00:00
Robby Findler
9e5a43a04d propogated 372 change
svn: r8098
2007-12-22 03:54:56 +00:00
John Clements
1b76276613 ...
svn: r8096
2007-12-22 02:37:41 +00:00
Matthew Flatt
dfc2da108e change --main to print its results, add scheme_detach_multiple_values
svn: r8092
2007-12-21 13:27:04 +00:00
Eli Barzilay
0b6500f556 Welcome to a new PLT day.
svn: r8091
2007-12-21 08:50:02 +00:00
Matthew Flatt
68ec60f448 fill out more documentation; add placeholder? and hash-table-placeholder?
svn: r8089
2007-12-21 03:45:22 +00:00
Matthew Flatt
8c42e26cde give up on GC blit if DC is in CG mode
svn: r8088
2007-12-21 02:54:19 +00:00
Robby Findler
4cd7477c85 converted to scheme/base
svn: r8087
2007-12-21 01:57:50 +00:00
Robby Findler
342eb86c10 finished the new ->*
svn: r8086
2007-12-20 20:35:58 +00:00
Matthew Flatt
66b1a255b8 change setup-plt to detect collection name mismatch
svn: r8084
2007-12-20 15:33:14 +00:00
Matthew Flatt
d794bde875 liberalize un{quote,syntax}-spliciing to allow a non-list at the end of an enclosing list
svn: r8083
2007-12-20 14:00:15 +00:00
Eli Barzilay
b8b7a1bb0d Welcome to a new PLT day.
svn: r8082
2007-12-20 08:50:03 +00:00
Robby Findler
937a656d68 updated the insert large letter dialog
svn: r8078
2007-12-20 02:46:43 +00:00
Matthew Flatt
6f45daa5f4 fix #%app bug when it starts with a keyword; PR 9122
svn: r8077
2007-12-20 01:45:35 +00:00
Matthew Flatt
c4960b7418 turn shared.ss test suite back on, tweak docs
svn: r8076
2007-12-19 22:25:12 +00:00
Matthew Flatt
a018da21f7 detect syntax-wrapped keyword for generate-temporaries
svn: r8074
2007-12-19 21:41:28 +00:00
Danny Yoo
9a4d947174 added framework:gui-utils:quote-literal-label and framework:gui-utils:format-literal-string to escape ampersands in string labels. Updated drscheme/syncheck and drscheme/private/unit to use these functions.
svn: r8073
2007-12-19 21:38:55 +00:00
Matthew Flatt
f70ea2d03a shared
svn: r8069
2007-12-19 21:32:07 +00:00
Matthias Felleisen
98c57e31df matrix
svn: r8068
2007-12-19 17:48:55 +00:00
Matthias Felleisen
deca1bd57f matrix
svn: r8067
2007-12-19 17:45:31 +00:00
Matthias Felleisen
342290e520 matrix
svn: r8066
2007-12-19 17:44:57 +00:00
Matthew Flatt
6b62431fa5 fix SW_HIDE
svn: r8065
2007-12-19 16:59:33 +00:00
Matthew Flatt
e4a588e405 add support for 'color and 'bgcolor styles
svn: r8064
2007-12-19 16:52:54 +00:00
Matthew Flatt
b78f8acb50 catch sxref failures and report as warnings when loading help data
svn: r8063
2007-12-19 15:36:35 +00:00
Matthew Flatt
19a6edc664 finish fixing sandboxed test suites
svn: r8062
2007-12-19 14:46:30 +00:00
Eli Barzilay
598e03f525 Welcome to a new PLT day.
svn: r8061
2007-12-19 08:50:02 +00:00
Robby Findler
5840ec28b3 made truncated message be red italics
svn: r8060
2007-12-19 04:25:53 +00:00
Robby Findler
3500ef305c added a message when the search is truncated
svn: r8059
2007-12-19 04:12:10 +00:00