Commit Graph

26393 Commits

Author SHA1 Message Date
Eli Barzilay
e323d15247 * Added a (message "..." 'final) that can be used to leave a message when
handin is done.
* Added `add-header-line' and a `:user-error-message' option to extra-utils.ss

svn: r1025
2005-10-09 00:56:06 +00:00
Eli Barzilay
b06cb9a2fc Welcome to a new PLT day.
svn: r1024
2005-10-08 08:20:03 +00:00
Eli Barzilay
bedb4235c3 make LOG available for user code
svn: r1023
2005-10-08 03:38:02 +00:00
Eli Barzilay
f9455176b7 enable/disable the retrieve box too
svn: r1022
2005-10-08 00:40:37 +00:00
Jay McCarthy
7b6f89f066 Fixing servlets/ bug
svn: r1021
2005-10-07 23:53:00 +00:00
Eli Barzilay
d4b6a1e120 sample c-printf interface
svn: r1020
2005-10-07 22:22:44 +00:00
Matthew Flatt
57f609e539 MDI child fixes, new on-mdi-activate method
svn: r1019
2005-10-07 19:11:42 +00:00
Robby Findler
a596d06517 fixed hash-bang bug
svn: r1016
2005-10-07 17:59:57 +00:00
Matthew Flatt
368b9d3382 fix 3m-too flag
svn: r1015
2005-10-07 17:21:10 +00:00
Eli Barzilay
6afc5dd4e5 Added the ability to have pre- and post-checkers.
Added and documented extra-utils.ss.

svn: r1009
2005-10-07 14:38:09 +00:00
Eli Barzilay
b24429088b allow messages after commit
svn: r1008
2005-10-07 14:36:46 +00:00
Eli Barzilay
480a71c271 Welcome to a new PLT day.
svn: r1007
2005-10-07 08:20:03 +00:00
Robby Findler
b0520f953b added diamond next to tab names to indicate unsaved tabs
svn: r1006
2005-10-07 02:31:46 +00:00
Eli Barzilay
3db301fcea typos
svn: r1005
2005-10-07 02:00:11 +00:00
Robby Findler
5840bea8f6 bug fix where io would get syntax colored
svn: r1004
2005-10-06 19:47:43 +00:00
Matthew Flatt
4ccc351b3b hiding panel removes focus from any child
svn: r1003
2005-10-06 18:26:26 +00:00
Matthew Flatt
ee1e6f6d0f prevent certain on-edit-seq nestings
svn: r1002
2005-10-06 17:05:30 +00:00
Matthew Flatt
ed76e15853 new xform command-line syntax
svn: r1001
2005-10-06 15:56:44 +00:00
Matthew Flatt
5c1a331d3b improved file dialogs for mac os x, changed create-executable interface, and fixed parsing of infix dots to require a delimitter after the second dot
svn: r1000
2005-10-06 15:54:38 +00:00
Matthew Flatt
0d44f44db9 fixed . typo that mzscheme now flags as a syntax error
svn: r999
2005-10-06 15:45:07 +00:00
Robby Findler
3139454548 fixed bug where one original identifier ends up being used in two different lexical contexts causes renaming not to work
svn: r998
2005-10-06 13:07:17 +00:00
Eli Barzilay
36edbf7c4a Welcome to a new PLT day.
svn: r997
2005-10-06 08:20:02 +00:00
Eli Barzilay
761c816280 Renamed tool.ss tp client-gui.ss -- the handin client is very useful
as part of a course package, so a less generic name is better.

svn: r996
2005-10-06 06:37:40 +00:00
Eli Barzilay
6d152fb925 * The protocol is changed, so its identifier is changed for safety
(from 'original to 'ver1).
* The client gets the list of extra fields from the server (when the
  dialog is used for the first time), the full-name, ID, and email
  fields are now part of this description which is in the server
  configuration file
* The network protocol has a generic initial part when clients set
  arbitrary key/values that are later used for actual actions
* In the submission dialog, there is a checkbox that makes it retrieve
  the submitted work instead of sending a new one.  The retrieved
  contents will pop up in a new DrScheme frame.  The file that is
  retrieved is the newest WXME file that is found in the student's
  main submission directory.
* The hack of returning a list from the checker is not needed now --
  it is possible to send text messages that are displayed on the
  handin dialog and it is also possible to send message-boxes and get
  the result that the client returns after getting the user response.
  This is a much better generalization of the single final popup that
  was enabled by the list hack.
* When registering, a second password for verification is required.
* It is now possible to edit any information field, with a
  configuration entry that locks by default any such changes.
* It is now possible to standard Unix encrypted passwords instead of
  MD5 hashes -- so a "users.ss" can be made from a plain /etc/passwd
  file.

svn: r995
2005-10-06 06:32:25 +00:00
Matthew Flatt
46c6c9c3cc fixed label->plain-label
svn: r994
2005-10-06 03:31:27 +00:00
Eli Barzilay
e517d0c407 string->keyword and back
svn: r991
2005-10-06 01:28:13 +00:00
Eli Barzilay
6311e99d2d Added some new primitive types
svn: r990
2005-10-06 01:25:54 +00:00
Eli Barzilay
ad376632e6 Swindle now overrides `keyword?' etc, so it still uses the same hack
and not MzScheme's keywords.

svn: r989
2005-10-05 23:40:08 +00:00
Carl Eastlund
a57403031e Honu:
- test-cases.ss
  - Used new test framework to test example files
  - Used new test framework to test non-void-statement error message
- private/tools/test.ss
  - Implemented new SchemeUnit-like test-case macros

svn: r987
2005-10-05 20:57:48 +00:00
Matthew Flatt
f39c5010ef utf-16 bug fixed
svn: r985
2005-10-05 20:00:47 +00:00
Matthew Flatt
50a666ebd9 plain label strips parenthesized accelerators
svn: r983
2005-10-05 16:22:57 +00:00
Eli Barzilay
fd3b20e901 Welcome to a new PLT day.
svn: r982
2005-10-05 08:20:07 +00:00
Carl Eastlund
f3d24c7d46 Honu:
- doc.txt, documented the sqrt() function
- typecheck-expression.ss, line-wrapped to <100 columns
- type-utils.ss, changed printout for void type from "<>" to "void"

svn: r980
2005-10-04 22:01:03 +00:00
Matthew Flatt
261662f378 299.403
svn: r979
2005-10-04 21:02:37 +00:00
Matthew Flatt
54ea8d32a8 avoid Xaw headers
svn: r978
2005-10-04 20:43:54 +00:00
Matthew Flatt
7e050ed5c2 notes for 299.403
svn: r977
2005-10-04 20:42:08 +00:00
Matthew Flatt
8b384758e2 3m instructions
svn: r976
2005-10-04 20:41:28 +00:00
Matthew Flatt
ddb6c424ef prototype correction
svn: r974
2005-10-04 20:21:47 +00:00
Matthew Flatt
43abf620ac mzc --xform
svn: r973
2005-10-04 19:48:10 +00:00
Matthew Flatt
5dc1f6577a updated for mzc --xform
svn: r972
2005-10-04 19:47:02 +00:00
Matthew Flatt
8c2592b9fb include dirs for xform
svn: r971
2005-10-04 18:59:23 +00:00
Matthew Flatt
72d203a744 verbose xform
svn: r970
2005-10-04 18:52:54 +00:00
Matthew Flatt
117ec552fe verbose xform
svn: r969
2005-10-04 18:52:37 +00:00
Matthew Flatt
29cbaa9fc2 xform support in setup-extension
svn: r968
2005-10-04 18:42:24 +00:00
Matthew Flatt
bda88101f8 xform support in setup-extension
svn: r967
2005-10-04 18:41:49 +00:00
Matthew Flatt
cfbc057729 fix for 3m
svn: r966
2005-10-04 16:11:08 +00:00
Matthew Flatt
f9b58b05b7 avoid defining keyword?
svn: r965
2005-10-04 16:07:43 +00:00
Matthew Flatt
dd555a65e1 more unicode fixes
svn: r964
2005-10-04 16:00:30 +00:00
Jay McCarthy
eec8a3ec9a Converting to block buffering and flushing
svn: r963
2005-10-04 12:52:18 +00:00
Eli Barzilay
8b6f6f87f6 Welcome to a new PLT day.
svn: r962
2005-10-04 08:20:02 +00:00