Commit Graph

3119 Commits

Author SHA1 Message Date
Matthew Flatt
4511f58d0c fix some error handling and support for short-lived UTF-32 string encoding
svn: r5445
2007-01-24 06:53:08 +00:00
Matthew Flatt
272980489c avoid chains of derived-from-... names (due to previous attempt at fixing the string vs. symbol problem)
svn: r5444
2007-01-24 02:37:01 +00:00
Matthew Flatt
c0c04fb2fc make derived-from-... name a symbol in a class record
svn: r5443
2007-01-24 02:34:38 +00:00
Matthew Flatt
6bf1ad9c2b fix default name in Create Executable dialog
svn: r5440
2007-01-23 21:21:43 +00:00
Eli Barzilay
fba4f23c3b * Added `sandbox-override-collection-paths' to allow a local library overrides
* Added a `overridden-collects' direectory 
* Forbid `exit' from use code
* Note about stderr not being redirected

svn: r5439
2007-01-23 20:18:16 +00:00
Robby Findler
9bcd4aafe7 fix for PR 8496
svn: r5438
2007-01-23 20:02:05 +00:00
Chongkai Zhu
69a6c8a5cb new Chinese string constants
svn: r5437
2007-01-23 15:00:55 +00:00
Eli Barzilay
a5d01f9c3a respect set!-transformers in setf!
svn: r5436
2007-01-23 08:54:16 +00:00
Eli Barzilay
975ffcc227 Welcome to a new PLT day.
svn: r5435
2007-01-23 08:50:03 +00:00
John Clements
8c99995af3 added stop on next buttons
svn: r5434
2007-01-23 04:16:40 +00:00
Eli Barzilay
4370b361b6 provide log-line
svn: r5433
2007-01-23 03:35:05 +00:00
Eli Barzilay
90786886a0 improved code, replace read/write specs by a generic permissions parameter
svn: r5432
2007-01-23 02:22:13 +00:00
John Clements
0f447d6b63 added end button
svn: r5431
2007-01-22 20:49:10 +00:00
John Clements
4e3aee32c2 added jump-to-end button label
svn: r5430
2007-01-22 20:48:07 +00:00
Eli Barzilay
57e2eb0362 * Added sandbox-read-ok-paths' and sandbox-write-ok-paths' to customize the
default security guard
* Automatically add non-collects paths that are needed to load teachpacks and
  the langauge module.

svn: r5429
2007-01-22 19:54:51 +00:00
Eli Barzilay
0698c15032 Welcome to a new PLT day.
svn: r5427
2007-01-22 08:50:03 +00:00
Greg Cooper
ecd97933e6 fixed quadratic performance problem in switches
svn: r5426
2007-01-22 05:14:23 +00:00
Matthew Flatt
42bf3cfbe0 minor streamlining of unit compilation
svn: r5424
2007-01-22 03:45:26 +00:00
Matthew Flatt
b550ae9b73 mostly improvements to run.ss benchmark-running script
svn: r5423
2007-01-22 03:18:51 +00:00
Eli Barzilay
ab98b01677 Welcome to a new PLT day.
svn: r5422
2007-01-21 08:50:04 +00:00
Eli Barzilay
2636dbd368 added i/o controlling
svn: r5420
2007-01-20 22:20:23 +00:00
Eli Barzilay
983893a48c Welcome to a new PLT day.
svn: r5419
2007-01-20 08:50:04 +00:00
Matthew Flatt
6781640440 fix threadlib section report
svn: r5418
2007-01-19 21:42:53 +00:00
Mike Sperber
4110c9ad99 Synch with latest.
svn: r5416
2007-01-19 15:48:18 +00:00
Eli Barzilay
4229e29035 * memory-limit also forbids large allocations now, remove warning
* rename `current-run-status' -> `set-run-status'
* coverage should work fine with non-textual submissions
* added `current-error-message-tweaker', "checker.ss"-based checkers now use it
  to show which expression caused an error ("handin-server.ss" uses
  `tweak-error-message').  (This feature is a hack, and currently undocumented)

svn: r5415
2007-01-19 10:03:54 +00:00
Eli Barzilay
fd4a4abe36 Welcome to a new PLT day.
svn: r5414
2007-01-19 08:50:04 +00:00
Matthew Flatt
f2285ef04a fix read and read-syntax
svn: r5411
2007-01-19 03:03:57 +00:00
Matthew Flatt
028891aa51 same WXME regexp bug
svn: r5410
2007-01-19 02:50:27 +00:00
Matthew Flatt
24bc2eb636 correct regexp for magic, again
svn: r5409
2007-01-19 02:48:52 +00:00
Matthew Flatt
943e9f1ae0 change reader path in magic
svn: r5407
2007-01-19 02:05:41 +00:00
Matthew Flatt
f7e85c5045 clean up and add test-case support
svn: r5406
2007-01-19 02:05:17 +00:00
Matthew Flatt
4baff4e975 more WXME tests
svn: r5405
2007-01-19 02:03:57 +00:00
Matthew Flatt
906f03dcd1 merge duplicate page-setup items
svn: r5404
2007-01-19 01:51:47 +00:00
Matthew Flatt
dbaccc2d5c fix cert problem when internal and external names are provided, but no initial value is provided
svn: r5403
2007-01-19 01:50:17 +00:00
Matthew Flatt
75f0d2ea8c change #reader path
svn: r5402
2007-01-18 22:28:06 +00:00
Eli Barzilay
b35c1ab25f code cleanup etc
svn: r5401
2007-01-18 19:36:43 +00:00
Matthew Flatt
33f9bc68db correct paths in compat
svn: r5400
2007-01-18 14:28:51 +00:00
Matthew Flatt
00d745bd5e wxme belongs outside of mred, obviously
svn: r5399
2007-01-18 14:26:29 +00:00
Matthew Flatt
2b78c44c4c commit changed before moving (I really should have done this on a branch)
svn: r5398
2007-01-18 14:23:41 +00:00
Matthew Flatt
8fd3137117 better wxme organization
svn: r5396
2007-01-18 14:06:30 +00:00
Matthew Flatt
ca93f4e358 support for cache-image
svn: r5395
2007-01-18 13:47:48 +00:00
Matthew Flatt
298db5ef07 reverse accidental commit of compiled subdir
svn: r5394
2007-01-18 12:21:39 +00:00
Matthew Flatt
208d160a1b MrEd-less reading of WXME files (work in progress, but it's mostly there)
svn: r5393
2007-01-18 12:20:57 +00:00
Matthew Flatt
05faf4f7d3 fix read-to-peek port so that it calls special-value procs only once for both peek and read
svn: r5392
2007-01-18 12:17:45 +00:00
Matthew Flatt
02131575f6 rename original media file to include right version
svn: r5391
2007-01-18 12:16:54 +00:00
Matthew Flatt
01866bcfb4 get rid of file numbered 2 instead of 8
svn: r5390
2007-01-18 12:16:05 +00:00
Matthew Flatt
9b2426be7f text-box class name changed to a lib path (not completely backward compatible)
svn: r5389
2007-01-18 12:15:32 +00:00
Matthew Flatt
4fe1f82d1b WXME version-8 examples
svn: r5388
2007-01-18 12:13:33 +00:00
Matthew Flatt
3f2f0e3ab9 rename prog to include format version
svn: r5387
2007-01-18 09:16:27 +00:00
Matthew Flatt
b2d9b73fb4 added program, corrected media6
svn: r5386
2007-01-18 09:15:42 +00:00
Matthew Flatt
f77e70643f some test graphical files in the v209 format (WXME version 6)
svn: r5385
2007-01-18 09:11:00 +00:00
Eli Barzilay
ccea02899c Welcome to a new PLT day.
svn: r5384
2007-01-18 08:50:04 +00:00
Eli Barzilay
16db731ca2 PR8492
svn: r5383
2007-01-18 07:59:56 +00:00
Robby Findler
08367229df added page setup dialog
svn: r5381
2007-01-17 14:54:50 +00:00
Matthew Flatt
8ce6c48afa add placeholders for new string constants
svn: r5380
2007-01-17 13:14:56 +00:00
Robby Findler
c817beb86b added page setup dialog
svn: r5379
2007-01-17 11:07:24 +00:00
Eli Barzilay
d9370fb7d6 Welcome to a new PLT day.
svn: r5378
2007-01-17 08:50:03 +00:00
Matthew Flatt
7c153c3248 fix conversion of pathnames to module names
svn: r5376
2007-01-17 07:02:16 +00:00
Eli Barzilay
19c33a8e2a no need for string->immutable-string when creating exceptions
svn: r5372
2007-01-17 01:18:50 +00:00
Matthew Flatt
58e05fbd65 fix typo
svn: r5369
2007-01-17 00:13:11 +00:00
Matthew Flatt
87c0d5754e 369.5
svn: r5366
2007-01-16 20:55:13 +00:00
Eli Barzilay
e51405b682 use system type for suffix
svn: r5365
2007-01-16 10:57:26 +00:00
Eli Barzilay
94ee1e0116 Welcome to a new PLT day.
svn: r5364
2007-01-16 08:50:23 +00:00
Eli Barzilay
58c15c32da fixed namespace+eventspace tricky bug
svn: r5363
2007-01-16 06:41:30 +00:00
Eli Barzilay
237506faed fixed bug with evaluation of uncovered exprs
svn: r5362
2007-01-16 06:18:04 +00:00
Eli Barzilay
d570c1c0bd typo
svn: r5361
2007-01-16 04:34:13 +00:00
Eli Barzilay
3dae5ee445 typo
svn: r5360
2007-01-16 04:30:10 +00:00
Eli Barzilay
f0a958e45b misc
svn: r5359
2007-01-16 04:28:32 +00:00
Eli Barzilay
cf67b9672a Made it easier to use `get-uncovered-expressions', fix use in checker.ss
svn: r5358
2007-01-16 02:35:15 +00:00
Eli Barzilay
6df2f54ac6 * rename with-limits -> call-with-limits
* add a with-limits macro

svn: r5357
2007-01-16 02:28:48 +00:00
Eli Barzilay
c98b4a15b2 * Factored out and generalized sandbox code for standalone testing
* Renamed "extra-utils.ss" to "checker.ss"

svn: r5356
2007-01-16 02:21:29 +00:00
Matthew Flatt
32ec113ed1 fix public-final-name-localized bug
svn: r5354
2007-01-15 05:58:28 +00:00
Eli Barzilay
3cf7d2a55e no need for mk-args
svn: r5352
2007-01-14 04:24:44 +00:00
Mike Sperber
47cca352ab Synch with latest.
svn: r5350
2007-01-13 13:38:55 +00:00
Eli Barzilay
4154726b7b Welcome to a new PLT day.
svn: r5349
2007-01-13 08:50:20 +00:00
Eli Barzilay
ade44ab9c5 removed more test-boxes code
svn: r5348
2007-01-13 05:03:39 +00:00
Eli Barzilay
4162d15249 forgot to actually comment the tool lines, done now
svn: r5347
2007-01-13 05:01:16 +00:00
Matthew Flatt
27e5516214 allow only one of --3m and --cgc
svn: r5344
2007-01-13 00:02:54 +00:00
Eli Barzilay
9711964d4f fix property & file format mess
svn: r5343
2007-01-12 23:55:37 +00:00
Greg Cooper
441a48c33b adding kim's optimizer
svn: r5342
2007-01-12 23:47:08 +00:00
Matthew Flatt
ba1305ba3b fix using Cygwin to create extensions for MSVC build
svn: r5341
2007-01-12 23:30:12 +00:00
Ryan Culpepper
0b35093018 Macro stepper preserves position when hiding policy changed, etc
svn: r5338
2007-01-12 22:56:21 +00:00
Jens Axel Soegaard
8acfe2bdfa Fixed typo.
svn: r5337
2007-01-12 20:33:14 +00:00
Eli Barzilay
1a2cd87dd4 doc improvements, added an optional environment variable for the server root directory
svn: r5336
2007-01-12 19:34:55 +00:00
Matthew Flatt
827ef4deb7 use regexp-quote to turn extension into a pattern
svn: r5335
2007-01-12 13:07:10 +00:00
Matthew Flatt
258d1908cb use (system-type so-suffix) for dynext/file.ss utils
svn: r5332
2007-01-12 12:05:53 +00:00
Eli Barzilay
812997204f * Main change: added active-dirs' and inactive-dirs' as configuration options
instead of moving directories.
* Don't show solutions in active assignments, also check that when downloading
  files.
* Improved (no `suffix:') error messages for errors that users should
  eventually see.

svn: r5331
2007-01-12 07:40:24 +00:00
Matthew Flatt
91add0453f 369.4
svn: r5327
2007-01-12 07:09:56 +00:00
Eli Barzilay
4d57d7b6be better error reports
svn: r5324
2007-01-12 05:35:22 +00:00
Eli Barzilay
89ce220ed9 use bytes->string/locale to translate paths-as-bytes to strings
svn: r5318
2007-01-12 00:52:23 +00:00
Jens Axel Soegaard
2589d4fc0d Added
head-pure-port,   delete-pure-port,   put-pure-port,
  head-impure-port, delete-impure-port, put-impure-port
to (lib "url.ss" "net").
Updated doc.txt.

  

svn: r5317
2007-01-11 23:57:01 +00:00
Ryan Culpepper
9330d96ad7 Macro stepper:
simplified match patterns, eliminated old dollar-sign patterns
  added derivs to reductions; prep for jump-to and zoom-in
  changed step-note to step-type

svn: r5316
2007-01-11 23:16:58 +00:00
Eli Barzilay
26a4bca1b6 handin-client disabled by default
svn: r5315
2007-01-11 20:46:02 +00:00
Eli Barzilay
c72d6f4170 newer-and-still-ugly-in-robbys-opinion icon
svn: r5314
2007-01-11 20:08:50 +00:00
Eli Barzilay
636c39afa7 Welcome to a new PLT day.
svn: r5312
2007-01-11 08:50:04 +00:00
Ryan Culpepper
c5b19a52a9 New macro stepper option: show one term per step rather than term->term
svn: r5308
2007-01-11 00:10:02 +00:00
Matthew Flatt
1967a2fdbf allow centering, though broken for Mac OS X with a parent frame
svn: r5306
2007-01-10 21:13:45 +00:00
Matthias Felleisen
dc725487cb testing + docs
svn: r5305
2007-01-10 20:14:24 +00:00
Matthias Felleisen
6537365672 small fixes to English in testing.scm
svn: r5304
2007-01-10 19:14:12 +00:00
Eli Barzilay
8af562f7a1 use configuration keys dynamically
svn: r5303
2007-01-10 18:16:51 +00:00