Eli Barzilay
e22b4c47e3
back to braces, with #:indent
...
svn: r9937
2008-05-22 23:51:13 +00:00
John Clements
ffd865a33f
changed { to [ in verbatim
...
svn: r9932
2008-05-22 22:08:50 +00:00
John Clements
0a51641563
fixed hook export problem
...
svn: r8960
2008-03-12 19:20:44 +00:00
Eli Barzilay
b76390a452
revise the way setup-plt crawls over the collection trees
...
svn: r8860
2008-03-03 22:04:28 +00:00
Eli Barzilay
9283d92264
typos
...
svn: r8855
2008-03-03 06:04:03 +00:00
Eli Barzilay
b1a08edd5a
use new require specs in many places
...
svn: r8774
2008-02-23 09:42:03 +00:00
John Clements
f851905ba1
typo
...
svn: r8732
2008-02-19 21:03:04 +00:00
John Clements
0103f9a4d4
changed square bracket to curly to allow compilation
...
svn: r8728
2008-02-19 18:12:15 +00:00
Eli Barzilay
87dd133746
more fixes
...
svn: r8722
2008-02-19 13:25:23 +00:00
Eli Barzilay
d5f3d8e440
leftover
...
svn: r8721
2008-02-19 12:39:23 +00:00
Eli Barzilay
5937a488ea
* removed useless name from info
...
* docs build into user-specific directory so they're not a problem
with not including this in the distribution.
* misc doc improvements
* renamed handin-server.ss to main.ss
* basic operation is fine with v4
svn: r8716
2008-02-19 08:27:09 +00:00
Eli Barzilay
0f99e937fd
many imrovements
...
svn: r8706
2008-02-18 19:44:13 +00:00
Eli Barzilay
9c77909710
use @verbatim{...}
...
svn: r8699
2008-02-18 10:49:20 +00:00
John Clements
ee52cafdf8
added scribble docs
...
svn: r8686
2008-02-16 10:23:16 +00:00
Eli Barzilay
699c40643d
* Changed setup-plt to compile collections if they have an "info.ss"
...
file. (That is, it does not require the file to have a `name'
entry.)
* The name shown when setup works is the directory name, followed by
the `name' field from the info file when specified.
* This means that many `name's are no longer needed, so I'm removing
them. To see if you need a `name' entry, consider that the name
will be shown like this:
... foo (<your name here>)
This means that if the name is the same as the directory name, then
there is no point in having it. I also removed cases where the name
differed only in its capitalization for collections where the case
is obvious.
* Also, for subcollections, the name should clarify the name of the
subcollection in context. For example "Acknowledgments" explains
what scribbling/acks is, but there's no need to add the context name
as in "Scribblings: Acknowledgments".
* There may also be a point in keeping names for other uses. One such
example was in games, where the name field was used in the PLT Games
application. (This was changed to default on the directory name, so
it is no longer needed in most games.) Another example is in planet
packages.
svn: r8629
2008-02-12 10:33:01 +00:00
Eli Barzilay
3c72e71e24
switched info.ss files to #lang
...
svn: r8532
2008-02-04 23:00:35 +00:00
Eli Barzilay
59b5f3a727
removed unused doc.txt entries from info.ss files
...
svn: r8529
2008-02-04 20:31:04 +00:00
Matthew Flatt
39cedb62ed
v3.99.0.2
...
svn: r7706
2007-11-13 12:40:00 +00:00
Eli Barzilay
233d148a56
fix sandbox settings (global, not local to first thread)
...
svn: r7515
2007-10-17 03:07:31 +00:00
Eli Barzilay
a0872ee5ed
remove accidental debugging line
...
svn: r7418
2007-09-27 02:32:57 +00:00
Eli Barzilay
e0e9e18091
dont normalize the file path, so its ok to use a symlink for the solution file (pointing to a file that cannot be retrieved by itself)
...
svn: r7417
2007-09-27 02:32:10 +00:00
Eli Barzilay
07d6df5ab4
show a bad-access file in the log
...
svn: r7411
2007-09-25 04:24:30 +00:00
Eli Barzilay
11881c683d
typos
...
svn: r7381
2007-09-18 17:57:57 +00:00
Eli Barzilay
13e706e817
make it possible to not run the https server (which is also the default now)
...
svn: r7378
2007-09-18 14:33:55 +00:00
John Clements
297aa4d4b0
added line about uncommenting certain fields
...
svn: r7323
2007-09-12 16:51:31 +00:00
Matthew Flatt
551a9e9dcc
fix another magic string in handin server
...
svn: r7214
2007-08-29 20:41:19 +00:00
Eli Barzilay
34765705a5
remove unused binding
...
svn: r7153
2007-08-23 16:18:38 +00:00
Matthew Flatt
258490c8ad
fix timeout manager and replace regexp-based path manipulation with a call to find-relative-path
...
svn: r7128
2007-08-20 19:06:26 +00:00
Matthew Flatt
a626d25acd
handin-server updates for v371
...
svn: r7122
2007-08-19 18:56:50 +00:00
Jay McCarthy
bec7331eae
Standardizing names
...
svn: r6418
2007-05-30 22:01:17 +00:00
Jay McCarthy
6ac2665af9
Stream-lining web-server configuration sub-system
...
svn: r6417
2007-05-30 21:37:13 +00:00
Jay McCarthy
e9cc4026b9
Separating web-server signatures
...
svn: r6391
2007-05-29 21:29:46 +00:00
Eli Barzilay
30a27b1d8b
better sandbox input
...
svn: r5905
2007-04-09 11:11:22 +00:00
Eli Barzilay
c6f377aca8
better output specs and implementation
...
svn: r5903
2007-04-09 09:15:25 +00:00
Eli Barzilay
433c9a57ec
new sandbox in mzlib
...
svn: r5873
2007-04-06 08:56:23 +00:00
Eli Barzilay
3d0a581f88
per-expression limits
...
svn: r5828
2007-03-26 01:21:44 +00:00
Eli Barzilay
7cdbe98749
path args to security guards can be #f
...
svn: r5821
2007-03-25 02:37:51 +00:00
Eli Barzilay
b2f68b7c28
two missing exports
...
svn: r5819
2007-03-24 10:39:32 +00:00
Eli Barzilay
524e341398
expiration automatically redirects to restart, more time
...
svn: r5815
2007-03-23 04:55:50 +00:00
Eli Barzilay
8537d50620
session expired message
...
svn: r5814
2007-03-23 00:56:48 +00:00
Eli Barzilay
3824a55ea9
coverage handler
...
svn: r5784
2007-03-18 04:30:45 +00:00
Eli Barzilay
b11d6c4ae9
midsing newline
...
svn: r5545
2007-02-03 02:47:11 +00:00
Eli Barzilay
8dde1e2c69
bugfix
...
svn: r5491
2007-01-29 01:57:48 +00:00
Eli Barzilay
a742c67ab6
really solve the cycle, show config only when *re*loading
...
svn: r5489
2007-01-29 01:36:29 +00:00
Eli Barzilay
aa685ff9c4
break cycle
...
svn: r5488
2007-01-29 01:28:11 +00:00
Eli Barzilay
7bf793352c
log lines when reloading modules or configuration
...
svn: r5487
2007-01-29 01:16:04 +00:00
Eli Barzilay
2698bf52fb
* checker modules are reloaded when the file changes, so there is no
...
longer any need to restart the server.
* Added a 'hook-file option that specifies a module providing a
generic hook. Useful for notifications when important things
happen, but can be used for anything. Reloaded on change too.
svn: r5463
2007-01-26 06:51:36 +00:00
Eli Barzilay
952a50906c
check that we did not have any skipped values in wrap-evaluator
...
svn: r5449
2007-01-24 19:01:41 +00:00
Eli Barzilay
7c253a2dcf
typo
...
svn: r5448
2007-01-24 09:53:42 +00:00
Eli Barzilay
9673f7e703
removed the tweaker hack for a solution that creates a new exception
...
svn: r5446
2007-01-24 07:52:51 +00:00