Commit Graph

549 Commits

Author SHA1 Message Date
Jay McCarthy
e3877dbf0f Error
svn: r11266
2008-08-14 22:53:03 +00:00
Jay McCarthy
f533538e28 Correct server shutdown code
svn: r11264
2008-08-14 22:34:19 +00:00
Jay McCarthy
2de03c406f Just in case
svn: r11263
2008-08-14 22:30:30 +00:00
Jay McCarthy
4ebebec089 Adding the tutorial.
svn: r11262
2008-08-14 22:27:57 +00:00
Jay McCarthy
aeb26ea4d2 Documentation links
svn: r11251
2008-08-14 20:56:48 +00:00
Jay McCarthy
79928d9cb6 Adding HTTPS documentation
svn: r11250
2008-08-14 20:54:16 +00:00
Jay McCarthy
9e20ad7c46 In response to the tutorial thread, I've merge in plai/web and instaservlet into the main repository. web-server/servlet-env can now provide most of the instaservlet functionality. web-server/insta provides the functionality of plai/web, inconcert with web-server/servlet-env. managers/lru is more useful with a default threshold-based manager. The default error handling is that of plai/web.
svn: r11246
2008-08-14 19:45:35 +00:00
Jay McCarthy
962fea6513 Removing the hack of freevar.ss in preference for the proper usage of syntax/free-vars. This should also decrease the size of closures, because it is accurate, whereas the other was not.
svn: r11222
2008-08-13 18:36:51 +00:00
Danny Yoo
e79ddc4f44 oops
svn: r11107
2008-08-06 19:24:33 +00:00
Danny Yoo
9ab5e65e2e Adding tutorial documentation for web-server.
svn: r11106
2008-08-06 18:50:38 +00:00
Jay McCarthy
258c569afe up
svn: r10843
2008-07-20 16:12:08 +00:00
Eli Barzilay
4cd2614c21 scribble fixes -- nested @scheme and a few other similar problems
svn: r10744
2008-07-13 17:13:20 +00:00
Eli Barzilay
7d50e61c7f * Newlines at EOFs
* Another big chunk of v4-require-isms
* Allow `#lang framework/keybinding-lang' for keybinding files
* Move hierlist sources into "mrlib/hierlist", leave stub behind

svn: r10689
2008-07-09 07:18:06 +00:00
Jay McCarthy
c22038fd3f up
svn: r10214
2008-06-11 03:19:14 +00:00
Jay McCarthy
6c4abbcabf up
svn: r9979
2008-05-27 16:30:44 +00:00
Jay McCarthy
ba05447929 porting is done
svn: r9656
2008-05-05 14:58:18 +00:00
Matthew Flatt
a26b334c67 proprocessor doc, merge scribblings and doc-categories fields
svn: r9414
2008-04-23 00:20:25 +00:00
Matthew Flatt
5aeaf7ea75 R6RS docs, other misc clean-up
svn: r9349
2008-04-17 21:29:07 +00:00
Matthew Flatt
021d4d7527 new hash function names and ops (3.99.0.23)
svn: r9209
2008-04-08 21:42:38 +00:00
Jay McCarthy
d1fac38565 fixing syntax issues
svn: r9021
2008-03-18 20:04:28 +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
Jay McCarthy
54ed23be3b fixing space
svn: r8806
2008-02-26 19:34:21 +00:00
Eli Barzilay
bb34f747b6 make all files terminate with a newline
svn: r8786
2008-02-24 21:27:36 +00:00
Eli Barzilay
b1a08edd5a use new require specs in many places
svn: r8774
2008-02-23 09:42:03 +00:00
Danny Yoo
9680267cf1 Added small note to refer to next-dispatcher when dispatch-files doesn't apply
svn: r8749
2008-02-21 00:26:29 +00:00
Jay McCarthy
8738d88f28 up
svn: r8727
2008-02-19 17:56:19 +00:00
Eli Barzilay
31d0affe42 undoing matthew's accidental commit
svn: r8726
2008-02-19 16:11:57 +00:00
Eli Barzilay
264af9a6d0 improved scribble syntax use
svn: r8720
2008-02-19 12:22:45 +00:00
Matthew Flatt
b87d9a986e support documentation for bindings from a hypothetical module, as opposed to a specific module
svn: r8663
2008-02-14 16:59:26 +00:00
Jay McCarthy
d43ff0713e contract bug
svn: r8645
2008-02-13 15:50:01 +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
Jay McCarthy
533266f2dd new keyword contracts
svn: r8622
2008-02-11 21:35:02 +00:00
Eli Barzilay
3c72e71e24 switched info.ss files to #lang
svn: r8532
2008-02-04 23:00:35 +00:00
Matthew Flatt
e35c94f91d clean out _loader compilation support; merge compiler library docs into mzc manual; improve mzscheme cmdline handling so that configuration options do not cancel defaults like -i and -u
svn: r8432
2008-01-27 14:20:42 +00:00
Jay McCarthy
ae50ffd044 doug orleans error
svn: r8360
2008-01-18 02:45:33 +00:00
Jay McCarthy
cc3ef674b8 up
svn: r8339
2008-01-15 23:18:57 +00:00
Matthew Flatt
04859fb2dd normalize some doc titles
svn: r8336
2008-01-15 14:46:36 +00:00
Eli Barzilay
fff894d710 remove the now-redundant main-doc option
svn: r8288
2008-01-11 02:29:49 +00:00
Matthew Flatt
1e069dd2bc doc build automatically go to main doc dir; added doc categories for start doc; fix locale-sensitive byte<->string ops to actually use the locale; other small edits
svn: r8286
2008-01-10 23:42:23 +00:00
Matthew Flatt
a934de478f drop web-server/doc
svn: r8284
2008-01-10 20:43:28 +00:00
Matthew Flatt
b76aa843ab move doc sub-dirs to scribblings sub-dirs
svn: r8281
2008-01-10 20:07:32 +00:00
Eli Barzilay
71c47c8bec forgot to rename docs -> doc
svn: r8275
2008-01-10 16:35:01 +00:00
Eli Barzilay
66701e96c9 rename "docs" -> "doc"
svn: r8271
2008-01-09 15:44:48 +00:00
Matthew Flatt
f08dbc15da move/collapse web-server docs, scribble doc improvements
svn: r8262
2008-01-08 19:54:01 +00:00
Jay McCarthy
511343114f Removing MrEd launcher, renaming some things
svn: r8261
2008-01-08 18:27:59 +00:00
Matthew Flatt
7fc41024c0 3.99.0.9: binding links in docs use nominal import sources
svn: r8196
2008-01-03 19:07:02 +00:00
Matthew Flatt
a42d568c92 fix up web-server docs enough to avoid some warnings
svn: r8162
2007-12-30 12:48:44 +00:00
Matthew Flatt
ed70196273 fix doc build
svn: r8161
2007-12-30 12:27:40 +00:00
Matthew Flatt
bd7ced966e add 'compose' to scheme/base; switch Help Desk to a mzscheme app
svn: r7979
2007-12-12 22:17:09 +00:00
Matthew Flatt
ebf4c453ea defsignature and associated web-server doc changes
svn: r7927
2007-12-08 16:16:46 +00:00
Matthew Flatt
cd7157641c Scribble improvements: defmodule & co.
svn: r7902
2007-12-05 21:41:07 +00:00
Matthew Flatt
8930f31115 remove 'else' and '=>' bindings from 'mzscheme'
svn: r7859
2007-11-29 14:08:08 +00:00
Jay McCarthy
63aaa0ad0b up
svn: r7827
2007-11-24 00:40:08 +00:00
Jay McCarthy
d9a2d52490 converting to scheme/base
svn: r7826
2007-11-23 23:58:36 +00:00
Jay McCarthy
19d59da08b Moving temporary code
svn: r7822
2007-11-23 18:56:31 +00:00
Jay McCarthy
9ed266faaf docs up
svn: r7808
2007-11-21 21:01:43 +00:00
Jay McCarthy
da32b77d55 v4 progress
svn: r7804
2007-11-21 19:59:31 +00:00
Jay McCarthy
2204f32678 eol-style
svn: r7803
2007-11-21 16:57:21 +00:00
Jay McCarthy
a4023f2ebe v4 progress
svn: r7802
2007-11-21 16:51:53 +00:00
Jay McCarthy
27e9d4640f V4 progress
svn: r7799
2007-11-21 05:02:18 +00:00
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Jay McCarthy
2a91979a4b pr8929
svn: r7609
2007-11-01 12:39:06 +00:00
Jay McCarthy
bcaec9358f typo via atm
svn: r7551
2007-10-22 13:19:10 +00:00
Jay McCarthy
43a14f0767 pr8984
svn: r7500
2007-10-15 16:10:12 +00:00
Jay McCarthy
cb5c9f2ba6 Bug in handling of expression syntax
svn: r7452
2007-10-08 14:59:27 +00:00
Jay McCarthy
bc00b3dd4d up
svn: r7244
2007-08-31 18:35:38 +00:00
Jay McCarthy
9711d10c81 Arjun
svn: r7243
2007-08-31 18:34:08 +00:00
Jay McCarthy
e155deea8e up
svn: r7088
2007-08-13 21:13:45 +00:00
Jay McCarthy
2991f2a44a directory redirect
svn: r7075
2007-08-10 00:49:05 +00:00
Jay McCarthy
56394cf69f sperber
svn: r7074
2007-08-10 00:44:34 +00:00
Jay McCarthy
785bac2385 up
svn: r7064
2007-08-09 12:13:28 +00:00
Jay McCarthy
1119702903 Fixing error with freevars and eliminating code duplication
svn: r6915
2007-07-14 15:13:17 +00:00
Jay McCarthy
51da08ee9a Better servlet error messages
svn: r6899
2007-07-12 18:29:56 +00:00
Matthew Flatt
9764065c6a 370.5
svn: r6832
2007-07-07 08:31:19 +00:00
Jay McCarthy
a039d7deeb Improving performance of lang servlets
svn: r6774
2007-06-29 21:46:27 +00:00
Jay McCarthy
0214f207e7 Streamlining a few feautures
svn: r6773
2007-06-29 20:21:59 +00:00
Eli Barzilay
2974f38f31 removed spaces at eolns to make new-reader-diffs easier to follow
svn: r6763
2007-06-29 05:58:56 +00:00
Eli Barzilay
53022c83b9 typo that was not found previously by accident
svn: r6762
2007-06-29 05:20:59 +00:00
Jay McCarthy
ac40fb38fe pr8712
svn: r6748
2007-06-27 19:05:51 +00:00
Jay McCarthy
4e72b10ce4 Fixing help-desk
svn: r6744
2007-06-27 00:08:00 +00:00
Jay McCarthy
e5408d40c8 Updating logging
svn: r6735
2007-06-25 22:30:20 +00:00
Jay McCarthy
9cec27f49b Dealing with syntax by punting
svn: r6663
2007-06-14 20:25:46 +00:00
Jay McCarthy
ae43910cd7 Transformer environment
svn: r6662
2007-06-14 18:46:04 +00:00
Jay McCarthy
59761d434a Better tag
svn: r6660
2007-06-14 03:09:30 +00:00
Jay McCarthy
c4ccd0e29a Removing need for .tag-list
svn: r6659
2007-06-14 03:01:51 +00:00
Jay McCarthy
285a854725 Test note
svn: r6658
2007-06-14 02:53:13 +00:00
Jay McCarthy
676ba36fca Removing servlet instance semaphore and instance-data from manager
svn: r6657
2007-06-14 02:50:22 +00:00
Jay McCarthy
31999c4898 Removing connection mutex
svn: r6656
2007-06-14 02:40:28 +00:00
Jay McCarthy
c44c595e4d Rearranging docs
svn: r6651
2007-06-13 21:29:31 +00:00
Jay McCarthy
46f94d723b This is not a possible choice, since timeouts are ingrained in the old interface
svn: r6650
2007-06-13 21:26:26 +00:00
Jay McCarthy
ba354b9b2b Recording design decision
svn: r6649
2007-06-13 21:24:24 +00:00
Jay McCarthy
e86b8c99cc Hostnames are case-insensitive
svn: r6648
2007-06-13 21:22:10 +00:00
Jay McCarthy
36063c4a5c Adding productive note about unhandled ranges
svn: r6647
2007-06-13 21:19:58 +00:00
Jay McCarthy
8e5e738e60 Removing note about feature that can be implemented externally
svn: r6646
2007-06-13 21:16:28 +00:00
Jay McCarthy
c4bc63f641 Old nonsense notes
svn: r6645
2007-06-13 21:14:26 +00:00
Jay McCarthy
2b831883bc Removing nonsense note
svn: r6644
2007-06-13 21:09:03 +00:00
Jay McCarthy
3f838adc8b Different contracts
svn: r6643
2007-06-13 21:06:36 +00:00
Jay McCarthy
69c9896ca1 No !
svn: r6642
2007-06-13 21:02:44 +00:00
Jay McCarthy
d962bfa25e path-element
svn: r6641
2007-06-13 21:01:27 +00:00
Jay McCarthy
8e6cb291ea Simplifying
svn: r6640
2007-06-13 20:38:11 +00:00