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
Robby Findler
170788f332
fixed a few v4.0 isms
...
svn: r10565
2008-07-02 20:31:40 +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
6040202fb6
fix browser docs
...
svn: r9390
2008-04-21 21:01:18 +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
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
Eli Barzilay
f5bc96418d
add lots of main.ss files where appropriate
...
svn: r8764
2008-02-22 16:28:31 +00:00
Eli Barzilay
6f0ce91461
add #:indent to verbatim
...
svn: r8707
2008-02-18 20:01:23 +00:00
Eli Barzilay
9c77909710
use @verbatim{...}
...
svn: r8699
2008-02-18 10:49:20 +00:00
Matthew Flatt
074b611215
more browser doc repairs
...
svn: r8634
2008-02-12 15:16:03 +00:00
Matthew Flatt
86b0c9909a
fix bug in tracking nominal imporst (which is why the version changed), add EoPL scribblings and fix browser scribblings
...
svn: r8633
2008-02-12 14:59:05 +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
Matthew Flatt
1959c56743
doc and test repairs
...
svn: r8597
2008-02-09 13:01:39 +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
Eli Barzilay
5d0d0ed44e
no need to filter out non-executables
...
svn: r8446
2008-01-28 16:01:20 +00:00
Eli Barzilay
078f9bb4c3
better titles
...
svn: r8444
2008-01-28 09:54:40 +00:00
Matthew Flatt
1d8b21f53b
disallow empty application; rename regexp-match/fail-without-reading to regexp-try-match
...
svn: r8152
2007-12-29 13:51:32 +00:00
Matthew Flatt
ca5a7c5560
split part of scheme/file into scheme/path, document them
...
svn: r7938
2007-12-10 17:59:26 +00:00
Matthew Flatt
5b0a0be3d6
change scheme/unit and scheme/signature #langs to build on scheme/base
...
svn: r7792
2007-11-20 23:44:31 +00:00
Matthew Flatt
39cedb62ed
v3.99.0.2
...
svn: r7706
2007-11-13 12:40:00 +00:00
Matthew Flatt
df0c8c3245
recognize 302 redirection
...
svn: r7090
2007-08-13 22:50:11 +00:00
Eli Barzilay
9999936fd6
proxy needs an integer
...
svn: r6200
2007-05-11 05:47:32 +00:00
Eli Barzilay
09f09289e2
reformatting etc
...
svn: r6199
2007-05-11 05:47:00 +00:00
Eli Barzilay
a773d2c11a
dont show the URL when choosing a browser
...
svn: r6196
2007-05-10 22:29:18 +00:00
Matthew Flatt
9dab47f689
forgot to add new sig file with unit clean-up
...
svn: r5162
2006-12-22 01:46:11 +00:00
Matthew Flatt
7b13755dad
unit clean-up
...
svn: r5160
2006-12-22 01:26:58 +00:00
Eli Barzilay
3459c3a58f
merged units branch
...
svn: r5033
2006-12-05 20:31:14 +00:00
Eli Barzilay
c46041042c
drop redundant require, compress onlys
...
svn: r4568
2006-10-12 21:21:25 +00:00
Robby Findler
6becb7b254
PR 8232 -- thanks, Danny!
...
svn: r4117
2006-08-22 19:49:44 +00:00
Robby Findler
c6992e0307
fixed url code in various ways
...
svn: r1752
2006-01-03 14:02:25 +00:00
Robby Findler
00d989a80a
fixed PRs 7783 7785
...
svn: r1731
2005-12-31 14:23:49 +00:00
Eli Barzilay
5a3d70a58c
removed redundant 'string' calls
...
svn: r1651
2005-12-19 19:48:30 +00:00
Matthew Flatt
f0b146448b
fix external-URL handling and associated preference checkbox
...
svn: r1565
2005-12-08 17:24:50 +00:00
Matthew Flatt
31ddc71387
open file URLs as html or text
...
svn: r1548
2005-12-07 01:43:19 +00:00
Matthew Flatt
d41deddcb5
fix sync corner cases
...
svn: r1497
2005-12-02 21:20:10 +00:00
Matthew Flatt
97d4e826b4
added a bit of missing synchronization
...
svn: r1480
2005-12-02 05:32:32 +00:00
Matthew Flatt
e86f372261
improve the way errors are reported, avoid unintended multithreading
...
svn: r1479
2005-12-02 05:28:30 +00:00
Matthew Flatt
0fc0a2b339
make file: URLs work, and recognize text/plain
...
svn: r1465
2005-12-01 20:13:45 +00:00
Robby Findler
b50dea350d
fixed up handling of downloaded files
...
svn: r1461
2005-12-01 18:58:25 +00:00
Matthew Flatt
c31a64ee56
allow space in search
...
svn: r523
2005-08-01 17:45:48 +00:00
Robby Findler
5072476095
fixed code that relied on broken behavior of provide/contract
...
svn: r383
2005-07-16 14:03:55 +00:00
Robby Findler
a67fa12136
added space as way to pagedown in help desk
...
svn: r100
2005-06-15 12:01:17 +00:00
Eli Barzilay
20eba137c6
Use (require (only ... foo))' instead of
(require (rename ... foo foo))'
...
svn: r83
2005-06-09 23:01:05 +00:00
Eli Barzilay
daa18fcba0
typos
...
svn: r66
2005-06-08 00:28:39 +00:00
Eli Barzilay
017d151d59
Adding collects, with all the right properties (except eoln-style).
...
svn: r3
2005-05-27 18:56:37 +00:00