Eli Barzilay
776e15490e
* Arguments can now be passed directly as lists
...
* Keywords are compared for the literal symbol instead of comparing ids
* Added tests for the above
* Some re-formatting
svn: r2356
2006-03-03 14:48:22 +00:00
Matthew Flatt
e641f9af50
more expt tests
...
svn: r2354
2006-03-03 14:33:31 +00:00
Eli Barzilay
018e3a9e9a
Welcome to a new PLT day.
...
svn: r2353
2006-03-03 09:20:02 +00:00
Eli Barzilay
967001d364
Set eol-style, some editing.
...
svn: r2352
2006-03-03 03:37:02 +00:00
John Clements
bf08ed9b5a
...
...
svn: r2351
2006-03-02 23:46:22 +00:00
John Clements
52db4e170a
refactored to pull out macro unwinding
...
svn: r2350
2006-03-02 23:45:42 +00:00
John Clements
238b744d99
...
...
svn: r2348
2006-03-02 20:44:06 +00:00
Matthew Flatt
e0f43372fd
add 'no-sheet dialog style
...
svn: r2347
2006-03-02 20:09:02 +00:00
Matthew Flatt
79c9d947af
add support for CC, CFLAGS, LD, and LDFLAGS, plus new MZSCHEME_DYNEXT variants
...
svn: r2345
2006-03-02 13:27:30 +00:00
Eli Barzilay
0ac3aa6669
Welcome to a new PLT day.
...
svn: r2343
2006-03-02 09:20:02 +00:00
Kathy Gray
1c85dd7504
Bug fix for order of field evaluation
...
svn: r2342
2006-03-02 06:00:54 +00:00
Robby Findler
873e71a9dd
fixed PR 7927
...
svn: r2341
2006-03-02 02:48:40 +00:00
Matthew Flatt
4c717d307f
copy PLT_MzScheme into PLT_MrEd framework to avoid relative fw-to-fw reference
...
svn: r2339
2006-03-01 14:02:40 +00:00
Eli Barzilay
b443e10fb3
Welcome to a new PLT day.
...
svn: r2338
2006-03-01 09:20:02 +00:00
Matthew Flatt
0e1e6b18e4
prep for 308.1
...
svn: r2335
2006-03-01 00:52:08 +00:00
Eli Barzilay
1b1cc3f781
Welcome to a new PLT day.
...
svn: r2329
2006-02-28 09:20:02 +00:00
Kathy Gray
9469edc6f1
Arity bug in build-info fix.
...
svn: r2328
2006-02-28 05:38:32 +00:00
Eli Barzilay
e5db23bed1
dont use code-inspector for evaluating submissions
...
svn: r2327
2006-02-28 01:46:03 +00:00
Eli Barzilay
9407c673ba
Welcome to a new PLT day.
...
svn: r2324
2006-02-27 09:20:02 +00:00
Eli Barzilay
63a9e097cd
save geometry in on-close
...
svn: r2323
2006-02-27 07:53:32 +00:00
Eli Barzilay
70d2fa327d
When both optionals and keywords are used, the first keyword marks the end
...
of the optionals.
svn: r2322
2006-02-27 04:42:27 +00:00
Matthew Flatt
d9e3e1e267
make serialization work right when a module is dynamic-required using a (non-string) path
...
svn: r2321
2006-02-26 17:45:37 +00:00
Eli Barzilay
c34a75443e
use a new code inspector for safer eval
...
svn: r2319
2006-02-26 02:49:24 +00:00
Eli Barzilay
a813ae8434
Welcome to a new PLT day.
...
svn: r2315
2006-02-25 09:20:02 +00:00
Robby Findler
3172ffd027
added contract-violation->string parameter
...
svn: r2314
2006-02-24 15:37:58 +00:00
Robby Findler
2a9f556c8d
fixed typo
...
svn: r2313
2006-02-24 15:37:43 +00:00
Eli Barzilay
67e5151775
fix expansion problems
...
svn: r2312
2006-02-24 13:14:04 +00:00
Eli Barzilay
305505fb05
Welcome to a new PLT day.
...
svn: r2311
2006-02-24 09:20:02 +00:00
Matthew Flatt
6ddea0a0f5
when writing a .zo fails, delete the bad file
...
svn: r2310
2006-02-23 20:53:41 +00:00
Matthew Flatt
fa6a2c009c
if buildinfo is available and it doesn't have USE_GL, then assume a particular GL configuration
...
svn: r2309
2006-02-23 20:06:52 +00:00
Eli Barzilay
f41698de15
optimize keyword-get
...
svn: r2305
2006-02-23 18:20:58 +00:00
Matthew Flatt
e40e27435d
301.7
...
svn: r2304
2006-02-23 13:19:03 +00:00
Eli Barzilay
702e89c492
Welcome to a new PLT day.
...
svn: r2303
2006-02-23 09:20:02 +00:00
Matthias Felleisen
64490a9aea
idraw: World endOfWorld() plus endOfTime
...
svn: r2300
2006-02-22 16:52:52 +00:00
Eli Barzilay
201b3cc200
Welcome to a new PLT day.
...
svn: r2299
2006-02-22 09:20:02 +00:00
Robby Findler
8b42147871
added smoothing to image.ss
...
svn: r2297
2006-02-22 00:34:29 +00:00
Eli Barzilay
3a5744bbb2
Welcome to a new PLT day.
...
svn: r2293
2006-02-21 09:20:03 +00:00
Kathy Gray
70193deb1d
Corrected the following bugs:
...
Cleaned up language and highlighting for parse-error of three ids in a row.
Removed () from many method error messages.
Eliminated scheme-error when introducing overloaded method in subclass.
svn: r2292
2006-02-21 06:29:08 +00:00
Kathy Gray
ce5eca215c
Corrected bugs:
...
abstract class implementing interface does not have to fully implement it
super.METHOD(...) now fails when super method is abstract
svn: r2291
2006-02-20 23:10:04 +00:00
Philippe Meunier
4190ed9af2
contracts: union => or/c
...
svn: r2290
2006-02-20 23:09:21 +00:00
Philippe Meunier
cf85841c57
.
...
svn: r2289
2006-02-20 22:37:55 +00:00
Eli Barzilay
9b9244c7b6
Welcome to a new PLT day.
...
svn: r2286
2006-02-20 09:20:02 +00:00
Robby Findler
c7b023f76d
added the ability for the line function to draw in both positive and negative x and y directions
...
svn: r2285
2006-02-19 16:04:45 +00:00
Eli Barzilay
cd8239c29f
Welcome to a new PLT day.
...
svn: r2284
2006-02-19 09:20:02 +00:00
Matthew Flatt
bf4563390d
i386-{macosx,darwin} is like ppc
...
svn: r2282
2006-02-18 15:46:50 +00:00
Matthew Flatt
a67a8af981
don't use exit, raise final error as user error
...
svn: r2281
2006-02-18 15:44:21 +00:00
Eli Barzilay
78bffe041b
Welcome to a new PLT day.
...
svn: r2275
2006-02-18 09:20:02 +00:00
Eli Barzilay
865d7a4945
removed format from infotab.ss
...
svn: r2271
2006-02-17 20:53:44 +00:00
Eli Barzilay
d206f8f898
Welcome to a new PLT day.
...
svn: r2268
2006-02-17 09:20:02 +00:00
Robby Findler
dac3f9b7d3
Added Jens Axel's case sensitive searching fix. also PR 7886
...
svn: r2266
2006-02-16 23:54:14 +00:00