Commit Graph

5442 Commits

Author SHA1 Message Date
Robby Findler
9bdbfba888 Matthias's improvements to the contracts docs, plus a few minor fixes
svn: r8478
2008-01-30 20:20:31 +00:00
Eli Barzilay
b012e7dbe7 searchable index pages
svn: r8477
2008-01-30 18:20:04 +00:00
Matthew Flatt
f48fa771ef allow 3x3 Pousse board
svn: r8476
2008-01-30 14:41:13 +00:00
Eli Barzilay
96357c95f3 Welcome to a new PLT day.
svn: r8475
2008-01-30 08:50:15 +00:00
Eli Barzilay
434488c28d no need for a master-index link, since it is already part of the contents
svn: r8474
2008-01-30 06:54:17 +00:00
Robby Findler
95f3915f6c added an exception catch
svn: r8473
2008-01-30 05:16:52 +00:00
Eli Barzilay
bc32b85ae4 "fix" the windows problem, yet again
svn: r8472
2008-01-30 02:51:46 +00:00
Matthew Flatt
989a163f3e fix match tests for immutable literals
svn: r8471
2008-01-30 00:43:15 +00:00
Matthew Flatt
4c23a44fd5 fix module->namespace problem, add link to bug report page, fix tests
svn: r8470
2008-01-30 00:21:24 +00:00
Matthew Flatt
99818355f7 launcher scribblings and other doc fixes
svn: r8469
2008-01-29 22:56:17 +00:00
Eli Barzilay
7ed3d17dba typo
svn: r8468
2008-01-29 22:01:21 +00:00
Eli Barzilay
dbd27dafc6 * Added send-url/file that consumes a path and adds the file://, use
that in places that show docs.

* Made send-url quote characters that are possibly dangerous for
  subprocesses (good uses should call it wil already quoted urls).
  Also a keyword argument that can disable this, if someone really
  wants to.

* IE7 bug workaround finally working (but will need to switch from
  regedit to mred, to avoid vista warning).

svn: r8467
2008-01-29 21:38:27 +00:00
Matthew Flatt
6ddbaba736 add up-links to documents in the main doc dir; add plain-install makefile targets
svn: r8466
2008-01-29 21:27:34 +00:00
Matthew Flatt
6e2e7d9447 3.99.0.10: immutable vector and box literals
svn: r8465
2008-01-29 19:23:47 +00:00
Danny Yoo
8fe96fd23b Typo
svn: r8464
2008-01-29 18:36:28 +00:00
Matthew Flatt
8d17e91333 fix scribble.cxx yet again
svn: r8463
2008-01-29 18:36:04 +00:00
Matthew Flatt
3cd1b5f14f regexp doc fixes
svn: r8462
2008-01-29 17:37:10 +00:00
Eli Barzilay
6ba2fc8941 typo
svn: r8461
2008-01-29 16:10:02 +00:00
Eli Barzilay
9034c327f3 minor
svn: r8460
2008-01-29 15:39:37 +00:00
Eli Barzilay
7eb5b6b94a Welcome to a new PLT day.
svn: r8459
2008-01-29 08:50:30 +00:00
Eli Barzilay
9b4b838b5f better url quoting
svn: r8457
2008-01-29 02:55:55 +00:00
Eli Barzilay
09ec3eddbd Re-hack Windows send-url around the IE7 bug
svn: r8456
2008-01-29 02:22:07 +00:00
Eli Barzilay
c2c950a2b9 better process helper, quote characters that might cause problems with shell quotes
svn: r8455
2008-01-29 02:05:40 +00:00
Matthew Flatt
1547458786 fix typo in time-apply
svn: r8454
2008-01-28 23:26:34 +00:00
Matthew Flatt
60f7074bab doc fixes and rendering tweaks
svn: r8453
2008-01-28 22:43:50 +00:00
Matthew Flatt
5df386275d get rid of scribbled doc.txt
svn: r8452
2008-01-28 21:57:37 +00:00
Matthew Flatt
68ae5ace16 setup-plt scribbling
svn: r8451
2008-01-28 21:54:02 +00:00
Matthew Flatt
987b9e7681 scribbled dynext (from Will Farr)
svn: r8450
2008-01-28 19:40:52 +00:00
Eli Barzilay
4e1f45c9a0 typo
svn: r8449
2008-01-28 16:51:51 +00:00
Eli Barzilay
6d9b4a1ed6 svn: r8448 2008-01-28 16:45:11 +00:00
Eli Barzilay
9a34a06070 avoid the extra shell on osx
svn: r8447
2008-01-28 16:36:42 +00:00
Eli Barzilay
5d0d0ed44e no need to filter out non-executables
svn: r8446
2008-01-28 16:01:20 +00:00
Eli Barzilay
8792c4ca95 finally improved and updated sendurl on unix
svn: r8445
2008-01-28 16:00:16 +00:00
Eli Barzilay
078f9bb4c3 better titles
svn: r8444
2008-01-28 09:54:40 +00:00
Eli Barzilay
3942c9d275 separate functions for each platform, simplifies code
svn: r8443
2008-01-28 09:40:28 +00:00
Eli Barzilay
073ca0d558 fix some typos, remove unused 'plt option, move test so there's no internal definition
svn: r8442
2008-01-28 09:17:05 +00:00
Eli Barzilay
21ffab3fe3 switch to scheme/base
svn: r8441
2008-01-28 08:38:12 +00:00
Eli Barzilay
cd2724534a typos from Will Farr
svn: r8440
2008-01-28 08:18:58 +00:00
Robby Findler
eda72235bd check syntax now (silently) copes with an exception raised by the documentation xref loading
svn: r8439
2008-01-28 02:11:31 +00:00
Robby Findler
1ac60b40b1 split out the code that actually runs the user's programs from the other integration with drscheme
svn: r8433
2008-01-27 15:15:40 +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
Eli Barzilay
c65b519351 Welcome to a new PLT day.
svn: r8431
2008-01-27 08:50:13 +00:00
Eli Barzilay
ec75cb5a9f minor
svn: r8430
2008-01-27 07:00:07 +00:00
Matthew Flatt
28c6c9d7cd fix dir for non-main-install collects docs
svn: r8429
2008-01-27 04:44:40 +00:00
Eli Barzilay
642c0d6071 Added 'newline items, made index pages use them instead of
table rows.  (And some reformatting, of course.)

svn: r8426
2008-01-26 19:31:32 +00:00
Robby Findler
12be0ae53b undid last commit to remove timing printouts
svn: r8425
2008-01-26 14:39:49 +00:00
Robby Findler
288fb78029 made memory limits be on by default and improved 'killed' dialog to turn up the limits
svn: r8424
2008-01-26 14:37:55 +00:00
Robby Findler
765a40a2ea fixed test case coverage and debugging (the latter only when the file isn't saved)
svn: r8423
2008-01-26 13:52:20 +00:00
Eli Barzilay
3c912d18b2 Welcome to a new PLT day.
svn: r8422
2008-01-26 08:50:13 +00:00
Eli Barzilay
df0368e5cc minor things
svn: r8419
2008-01-25 20:02:12 +00:00
Eli Barzilay
5c13830bf6 Better sorting of index entries
svn: r8418
2008-01-25 16:47:43 +00:00
Eli Barzilay
7126fdce72 minor code improvements
svn: r8417
2008-01-25 16:32:33 +00:00
Eli Barzilay
8fdccebb0e Welcome to a new PLT day.
svn: r8415
2008-01-25 08:50:13 +00:00
Eli Barzilay
67f533db92 Welcome to a new PLT day.
svn: r8396
2008-01-24 08:50:17 +00:00
Matthew Flatt
97834ebcc2 fix timeout in portlib test suite
svn: r8395
2008-01-23 22:25:21 +00:00
Matthew Flatt
17d717a8ba scheme/bool and scheme/local
svn: r8394
2008-01-23 18:11:02 +00:00
Robby Findler
15a4c155bf latest from Chihiro Kuraya
svn: r8393
2008-01-23 15:54:00 +00:00
Matthew Flatt
9be7170b3a openssl scribblings
svn: r8392
2008-01-23 15:04:44 +00:00
Eli Barzilay
b3007d9088 PR 6393
svn: r8391
2008-01-23 14:58:38 +00:00
Eli Barzilay
18a3e03e9b Welcome to a new PLT day.
svn: r8390
2008-01-23 08:50:09 +00:00
Matthew Flatt
7ff65dbf60 scribble the slatex-wrapper docs
svn: r8389
2008-01-23 02:54:14 +00:00
Matthew Flatt
816daac9a4 minor doc clarification
svn: r8388
2008-01-23 02:41:23 +00:00
Matthew Flatt
75240e3b4c config scribbling
svn: r8387
2008-01-23 02:35:44 +00:00
Matthew Flatt
b2dbe63ed1 small doc fixes, plus change to syntax pattern matching to allow null as a dotted match after ellipses
svn: r8384
2008-01-23 01:35:26 +00:00
Matthew Flatt
b7a19fdc4a fix eval:alts to not add context
svn: r8383
2008-01-22 14:54:37 +00:00
Matthew Flatt
48ca975a7d repair c-lambda
svn: r8382
2008-01-22 14:38:07 +00:00
Eli Barzilay
1761a471fc Welcome to a new PLT day.
svn: r8381
2008-01-22 08:50:09 +00:00
Eli Barzilay
c0cd20b7f1 Welcome to a new PLT day.
svn: r8380
2008-01-21 08:50:17 +00:00
Danny Yoo
e1e680a2b6 changed unknown identifier ft-send-event to send-event
svn: r8379
2008-01-21 04:03:17 +00:00
Robby Findler
58d6285752 fixed PR 9157
svn: r8378
2008-01-21 03:37:34 +00:00
Eli Barzilay
63e24e2714 use a MrEd-ish name for PLT Help in application form
svn: r8377
2008-01-21 02:16:10 +00:00
Greg Cooper
f87f7868a8 checkpoint scribble documentation for frtime
svn: r8375
2008-01-21 00:39:30 +00:00
Robby Findler
d219107a0a fixed PR 9140
svn: r8374
2008-01-21 00:33:28 +00:00
Sam Tobin-Hochstadt
6018c35cc8 Fix bug with use of lambda instead of #%plain-lambda.
svn: r8373
2008-01-20 14:37:47 +00:00
Sam Tobin-Hochstadt
f951cac011 Use let-bound identifiers properly for handle-end-ddk-list.
svn: r8372
2008-01-20 14:36:32 +00:00
Sam Tobin-Hochstadt
f2c9c59b06 Start add match-...-nesting parameter.
svn: r8371
2008-01-20 14:35:58 +00:00
Eli Barzilay
67aff4881c Welcome to a new PLT day.
svn: r8370
2008-01-20 08:50:09 +00:00
Robby Findler
2e3c05b14e removed the dependency between the string-constants library and mrlib
svn: r8369
2008-01-19 20:13:02 +00:00
Robby Findler
ccceb3368a fixed PR 9155
svn: r8368
2008-01-19 18:00:16 +00:00
Eli Barzilay
7f09b3cf39 Welcome to a new PLT day.
svn: r8367
2008-01-19 08:50:08 +00:00
Sam Tobin-Hochstadt
3f93fd0f25 Use an extra let binding to make Typed Scheme happy.
svn: r8366
2008-01-18 22:44:54 +00:00
Eli Barzilay
cd239fc23c minor code improvements, added ninth and tenth
svn: r8364
2008-01-18 16:04:43 +00:00
Matthew Flatt
4e7842bfa6 fix typos in MrEd docs
svn: r8362
2008-01-18 14:14:22 +00:00
Eli Barzilay
7010385288 Welcome to a new PLT day.
svn: r8361
2008-01-18 08:50:13 +00:00
Jay McCarthy
ae50ffd044 doug orleans error
svn: r8360
2008-01-18 02:45:33 +00:00
Robby Findler
2be06881d0 fixed a bug in check syntax
svn: r8359
2008-01-18 02:44:45 +00:00
Matthew Flatt
6ddbc52808 make plt-help a(n extra) GUI app for Mac OS X and Windows
svn: r8358
2008-01-17 21:25:44 +00:00
Eli Barzilay
cf59bd3583 Welcome to a new PLT day.
svn: r8356
2008-01-17 08:50:13 +00:00
Matthew Flatt
3948f6e7ed tweaks to 'quick' and 'more'
svn: r8355
2008-01-17 03:16:59 +00:00
Matthew Flatt
6a2512e0a3 edits to 'quick', mostly from Eli
svn: r8354
2008-01-17 02:33:48 +00:00
Matthew Flatt
74062d996f weak hash table for cstructs needs ephemerons
svn: r8353
2008-01-16 23:19:07 +00:00
Matthew Flatt
8f193f9e67 remove obsolete pdf.ss
svn: r8351
2008-01-16 22:11:03 +00:00
Eli Barzilay
6ef52f7abd Welcome to a new PLT day.
svn: r8350
2008-01-16 20:44:31 +00:00
Matthew Flatt
739fde15cb add contributed scribbling for 'lazy'
svn: r8349
2008-01-16 14:39:56 +00:00
Matthew Flatt
63c5d8a7cb doc improvements: enter! and 'more'
svn: r8348
2008-01-16 14:09:59 +00:00
Robby Findler
f210fc2ea4 added current-page-number-adjust
svn: r8347
2008-01-16 05:04:18 +00:00
Matthew Flatt
1310027d8b misc fixes
svn: r8346
2008-01-16 03:03:23 +00:00
Eli Barzilay
b620db4601 removed redundant jpg file
svn: r8345
2008-01-16 01:44:21 +00:00
Matthew Flatt
8b6a894399 reference web-server docs from 'more'
svn: r8344
2008-01-16 00:35:52 +00:00
Matthew Flatt
6fbd51d96a tweak 'more' output
svn: r8343
2008-01-16 00:29:07 +00:00
Matthew Flatt
b014545c7a added 'more: systems' doc
svn: r8341
2008-01-16 00:21:19 +00:00
Kathy Gray
4213249665 Correction to array runtime assignment error
svn: r8340
2008-01-16 00:11:20 +00:00
Jay McCarthy
cc3ef674b8 up
svn: r8339
2008-01-15 23:18:57 +00:00
Eli Barzilay
1f3605562a removed doc.txt entry
svn: r8338
2008-01-15 20:20:04 +00:00
Matthew Flatt
37b188229e fix help search to not fail on optional user docs
svn: r8337
2008-01-15 15:44:04 +00:00
Matthew Flatt
04859fb2dd normalize some doc titles
svn: r8336
2008-01-15 14:46:36 +00:00
Matthew Flatt
e3af8a5a52 more mzc scribblings; scribbled HTML layout tweaks
svn: r8335
2008-01-15 14:20:49 +00:00
Matthew Flatt
8b16cee613 start mzc scribbling
svn: r8334
2008-01-15 13:09:40 +00:00
Eli Barzilay
321906f74c Welcome to a new PLT day.
svn: r8333
2008-01-15 08:50:13 +00:00
John Clements
4e7fbad09a slightly less confusing error message?
svn: r8332
2008-01-15 06:39:32 +00:00
John Clements
b7fe6be3bf optimistic merge
svn: r8331
2008-01-15 06:36:30 +00:00
John Clements
2d79a5d789 stepper mangling
svn: r8330
2008-01-15 06:27:43 +00:00
John Clements
bfdb90e5cb stepper updates
svn: r8329
2008-01-15 06:21:54 +00:00
John Clements
62b063bb9b uses mpairs now
svn: r8328
2008-01-14 23:40:29 +00:00
John Clements
0302ca0a8d added mappend\!
svn: r8327
2008-01-14 23:23:39 +00:00
John Clements
6267a19122 added mappend\!
svn: r8326
2008-01-14 23:07:24 +00:00
Matthew Flatt
3162537b77 scribbled compiler/cffi
svn: r8325
2008-01-14 22:47:12 +00:00
Matthew Flatt
134474805d add Danny to acks
svn: r8324
2008-01-14 19:56:22 +00:00
Matthew Flatt
19b142e67d add HTML docs and some guidance on scripts
svn: r8323
2008-01-14 19:55:27 +00:00
John Clements
83568dd0de immutable -> mutable
svn: r8322
2008-01-14 19:53:37 +00:00
Matthew Flatt
6aa2962602 readline doc corrections
svn: r8321
2008-01-14 13:32:10 +00:00
Matthew Flatt
62f38e2a40 readline scribblings; set GC alignment to 8-byte by default
svn: r8320
2008-01-14 13:06:53 +00:00
Eli Barzilay
707416a13f Welcome to a new PLT day.
svn: r8319
2008-01-14 08:50:12 +00:00
Matthew Flatt
7b7efc2fcc omit useless PDFs
svn: r8316
2008-01-14 04:33:45 +00:00
Matthew Flatt
d532fe4781 finish up main page: release notes, etc.; add Yavuz's errortrace scribbling
svn: r8314
2008-01-13 14:53:54 +00:00
Eli Barzilay
25fec67495 Welcome to a new PLT day.
svn: r8313
2008-01-13 08:50:18 +00:00
Matthew Flatt
21d43e4635 scribbled a60
svn: r8312
2008-01-12 23:36:27 +00:00
Matthew Flatt
1bb2aad735 fix version and margin-par alignment
svn: r8311
2008-01-12 18:52:20 +00:00
Matthew Flatt
13025bff7a add master index
svn: r8310
2008-01-12 18:32:30 +00:00
Matthew Flatt
2c21778b0a fix _f64vector, etc., docs
svn: r8309
2008-01-12 14:14:43 +00:00
Eli Barzilay
1b3de0126f Welcome to a new PLT day.
svn: r8308
2008-01-12 08:50:13 +00:00
Matthew Flatt
fa5d1c8854 break link from guide to installation doc listing
svn: r8307
2008-01-11 23:33:24 +00:00
Matthew Flatt
1c16d5829e add support for user-specific documentation list
svn: r8306
2008-01-11 23:13:11 +00:00
Matthew Flatt
e42bc2aa97 fix bouncing problem with navigation line (Firefox)
svn: r8305
2008-01-11 22:22:31 +00:00
Matthew Flatt
571fb0f08c organize CSS a bit more
svn: r8304
2008-01-11 21:48:35 +00:00
Matthew Flatt
d5cfd34ff0 rearrange CSS file so that each font is in one place
svn: r8303
2008-01-11 20:39:40 +00:00
Matthew Flatt
4e2951c2bc fix help start path
svn: r8302
2008-01-11 20:09:19 +00:00
Matthew Flatt
05434ec54d change path->main-collects-relative, and change output directory of start document
svn: r8301
2008-01-11 19:54:38 +00:00
Matthew Flatt
ce04c9457b change style<%> size caching so that it doesn't create a link to a dc; adjust GC page size of windows to match system allocation granularity
svn: r8298
2008-01-11 14:30:37 +00:00
Matthew Flatt
47621b088b strip attempts to make HTML fonts nice
svn: r8297
2008-01-11 11:44:01 +00:00
Eli Barzilay
300acbd4cf Welcome to a new PLT day.
svn: r8296
2008-01-11 09:25:35 +00:00
Eli Barzilay
d0333bce6d better pdflatex use
svn: r8295
2008-01-11 09:25:06 +00:00
Eli Barzilay
c31c424086 default to main-doc if docs are in main-collects
svn: r8294
2008-01-11 08:26:14 +00:00
Eli Barzilay
aa71be72cf improve code organization
svn: r8293
2008-01-11 08:25:46 +00:00
Eli Barzilay
eee5f7c0fc improve code organization
svn: r8292
2008-01-11 06:57:13 +00:00
Greg Cooper
411db7ea43 fix definition of apply in frtime and attempt to fix display of structures with signals
svn: r8289
2008-01-11 03:02:22 +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
73396b7d7b fix scribble eval to not catch break
svn: r8285
2008-01-10 20:45:22 +00:00
Matthew Flatt
a934de478f drop web-server/doc
svn: r8284
2008-01-10 20:43:28 +00:00
Matthew Flatt
3b394bda4e fix setup-plt -c .dep traversal
svn: r8283
2008-01-10 20:24:49 +00:00
Matthew Flatt
dd858c5bfa fix setup-plt -c
svn: r8282
2008-01-10 20:20:12 +00:00
Matthew Flatt
b76aa843ab move doc sub-dirs to scribblings sub-dirs
svn: r8281
2008-01-10 20:07:32 +00:00
Matthew Flatt
2d08c17725 fix bug in deserializer; also change scribble eval to not use sandbox module mode
svn: r8280
2008-01-10 19:47:13 +00:00
Matthew Flatt
9f8b439c5c fix trace annotator
svn: r8279
2008-01-10 19:05:59 +00:00
Matthew Flatt
e1776a0d7f minor trace doc edits
svn: r8278
2008-01-10 19:01:17 +00:00
Matthew Flatt
007f5b4788 trace docs from Yavuz Arkun
svn: r8277
2008-01-10 18:58:14 +00:00
Eli Barzilay
3061fc9916 docs -> doc, again
svn: r8276
2008-01-10 16:50:07 +00:00
Eli Barzilay
71c47c8bec forgot to rename docs -> doc
svn: r8275
2008-01-10 16:35:01 +00:00
Eli Barzilay
0380d0eb1d Welcome to a new PLT day.
svn: r8274
2008-01-10 08:50:19 +00:00
Eli Barzilay
66701e96c9 rename "docs" -> "doc"
svn: r8271
2008-01-09 15:44:48 +00:00
Robby Findler
1fe5e608b4 fixed a bug in non-debug language levels
svn: r8270
2008-01-09 15:10:15 +00:00
Matthew Flatt
cec8fbbd5f @require[....]* to @(require ...*)
svn: r8269
2008-01-09 13:47:11 +00:00
Eli Barzilay
e2aed66d78 Welcome to a new PLT day.
svn: r8268
2008-01-09 08:50:19 +00:00
Matthew Flatt
6487debfee keep props in include
svn: r8267
2008-01-08 23:49:35 +00:00
Robby Findler
364d7ff274 added the example section
svn: r8266
2008-01-08 23:30:49 +00:00
Matthew Flatt
6352736822 fix include/reader
svn: r8265
2008-01-08 22:16:01 +00:00
Matthew Flatt
b333628a39 remove unecessary title tag and prefix
svn: r8264
2008-01-08 19:58:07 +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
57d173e626 make hash-lang delayed so that scribble/manual doesn't directly depend on scribblings/guide
svn: r8260
2008-01-08 18:15:06 +00:00
Matthias Felleisen
4e6af69364 made file structures transparent for now to work with testing.ss
svn: r8258
2008-01-08 17:40:21 +00:00
Matthew Flatt
4c1856f189 scribble reader interface and doc adjustments
svn: r8257
2008-01-08 16:09:25 +00:00
Robby Findler
1d58054540 some minor fiddling
svn: r8256
2008-01-08 14:58:51 +00:00
Eli Barzilay
9e70a46c7a Welcome to a new PLT day.
svn: r8255
2008-01-08 08:50:12 +00:00
Robby Findler
1b31b38e1e a little more work on the contracts guide
svn: r8254
2008-01-08 05:43:41 +00:00
Matthew Flatt
eeb62f47f7 fix quick doc build
svn: r8253
2008-01-08 01:48:39 +00:00
Matthew Flatt
343308481a work on guide, and fix problems with scribble/eval
svn: r8250
2008-01-07 21:47:22 +00:00
Eli Barzilay
8f0f4fcdf9 Lots of reformatting, and some reorganization
svn: r8249
2008-01-07 17:29:48 +00:00
Matthew Flatt
315dc915f5 more scribble layers edits
svn: r8248
2008-01-07 14:26:55 +00:00
Robby Findler
e4b26b3d67 added something to illustrate the difference between any and any/c
svn: r8247
2008-01-07 14:26:31 +00:00
Matthew Flatt
14fa3351f1 scribble manual section 2 edits
svn: r8246
2008-01-07 13:00:44 +00:00
Matthew Flatt
6f2791a503 some edits to the contract guide
svn: r8245
2008-01-07 12:48:38 +00:00
Matthew Flatt
a4cd1cdbae minor Scribbl{e,ings} tweaks
svn: r8244
2008-01-07 12:18:53 +00:00
Eli Barzilay
0209f1aa06 Welcome to a new PLT day.
svn: r8243
2008-01-07 08:50:14 +00:00
Robby Findler
1644b86aa8 ported all of the contracts guide except the examples section
svn: r8242
2008-01-07 04:42:25 +00:00
Matthew Flatt
4ba06b7ae0 expand Scribble-layers overview
svn: r8241
2008-01-07 03:50:43 +00:00
Robby Findler
a7f300543e improved keyword error messages a little bit
svn: r8240
2008-01-07 03:41:47 +00:00
Eli Barzilay
e824a51c59 typos
svn: r8239
2008-01-07 02:13:08 +00:00
Matthew Flatt
f3cb86dc1a sandbox Scribble evaluations; fix rational exact->inexact loss of precision
svn: r8238
2008-01-06 16:54:34 +00:00
Robby Findler
cda0888ab9 renamed string/len to string-len/c
svn: r8237
2008-01-06 15:53:50 +00:00
Robby Findler
b2b8315ac3 removed extra require
svn: r8236
2008-01-06 14:04:53 +00:00
Robby Findler
80c22a541d made send-url's result type always be the same
svn: r8235
2008-01-06 14:04:46 +00:00
Eli Barzilay
4817a55696 Welcome to a new PLT day.
svn: r8234
2008-01-06 07:58:07 +00:00
Matthew Flatt
c0a09ccef6 fix winvers script
svn: r8229
2008-01-05 23:06:05 +00:00
Robby Findler
379f2a162b searching in help desk now says 'no results' if there are no results, and the help desk menu item in drscheme opens the front page of the manuals
svn: r8227
2008-01-05 22:39:32 +00:00
Matthew Flatt
4b24262f96 maybe fix decreasing results from process-milliseconds
svn: r8226
2008-01-05 21:04:12 +00:00
Robby Findler
7f3a5c13c2 added schemeerror and used it
svn: r8223
2008-01-05 16:46:17 +00:00
Mike Sperber
652715c2d5 Synch with latest.
svn: r8221
2008-01-05 15:03:29 +00:00
Eli Barzilay
e9192a39ee Welcome to a new PLT day.
svn: r8220
2008-01-05 08:50:13 +00:00