Matthew Flatt
67752bc435
add 'last' field to picts, and document slideshow/code
...
svn: r8033
2007-12-17 00:28:20 +00:00
Matthew Flatt
bfecd9e0f5
doc scribble/xref, and start net docs
...
svn: r8021
2007-12-15 23:36:23 +00:00
Matthew Flatt
c9aecb01f0
split setup/scribble-index into setup/xref and scribble/xref
...
svn: r8020
2007-12-15 22:10:29 +00:00
Matthew Flatt
f12a39d97b
added scheme/help
...
svn: r8016
2007-12-15 18:02:05 +00:00
Matthew Flatt
138a38ea04
new scheme/cmdline, refine -r/-u to imply -N
...
svn: r7989
2007-12-13 15:04:20 +00:00
Matthew Flatt
a58893f4ba
fix bug in deserializer related to order of shared values
...
svn: r7978
2007-12-12 21:50:31 +00:00
Matthew Flatt
6b2be05771
new defn-finding support in scribble-index
...
svn: r7967
2007-12-12 14:54:46 +00:00
Matthew Flatt
487a71bf0d
add --no-planet option to setup-plt
...
svn: r7957
2007-12-11 13:19:23 +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
ebf4c453ea
defsignature and associated web-server doc changes
...
svn: r7927
2007-12-08 16:16:46 +00:00
Matthew Flatt
952682bc15
rename setup.lch to create the right kind of launcher under Windows
...
svn: r7918
2007-12-07 17:59:52 +00:00
Matthew Flatt
c9545a836b
more doc fixes
...
svn: r7881
2007-12-01 02:47:17 +00:00
Matthew Flatt
5f312dcbde
doc fixes
...
svn: r7832
2007-11-25 19:48:41 +00:00
Matthew Flatt
391892a848
3.99.0.3: improved namespace API
...
svn: r7756
2007-11-18 02:06:57 +00:00
Matthew Flatt
7923737743
add a few comments to scribble-index
...
svn: r7740
2007-11-15 18:19:57 +00:00
Matthew Flatt
3ca803a6de
initial Scribble search support
...
svn: r7738
2007-11-15 17:35:02 +00:00
Matthew Flatt
048c12100d
add start document
...
svn: r7708
2007-11-13 13:28:43 +00:00
Matthew Flatt
39cedb62ed
v3.99.0.2
...
svn: r7706
2007-11-13 12:40:00 +00:00
Matthew Flatt
8d786ddba9
avoid building docs when -c is specified for setup-plt
...
svn: r7685
2007-11-09 19:44:30 +00:00
Matthew Flatt
52c91eb786
better choice of namespace in Scribble setup
...
svn: r7594
2007-10-30 11:29:30 +00:00
Matthew Flatt
93cc35bd5b
improced scribble class/interface doc forms
...
svn: r7284
2007-09-06 13:19:15 +00:00
Matthew Flatt
e4cbc4e6a9
371.2
...
svn: r7263
2007-09-02 17:39:32 +00:00
Ryan Culpepper
cdd9c7d0ce
Added tool manager to DrScheme (preferences panel)
...
More information available via setup/getinfo.ss
Changed help desk to show more info for package docs
svn: r7155
2007-08-23 22:07:00 +00:00
Matthew Flatt
a45251d272
369.10
...
svn: r6003
2007-04-20 01:16:15 +00:00
Matthew Flatt
6caa70e84b
can now use make-file-or-directory-link instead of cp -a
...
svn: r5521
2007-01-31 23:20:03 +00:00
Eli Barzilay
19c33a8e2a
no need for string->immutable-string when creating exceptions
...
svn: r5372
2007-01-17 01:18:50 +00:00
Matthew Flatt
91add0453f
369.4
...
svn: r5327
2007-01-12 07:09:56 +00:00
Matthew Flatt
e4eb97cff6
adjust help msg to fit in 80 columns
...
svn: r5250
2007-01-08 00:13:45 +00:00
Eli Barzilay
60df2ebab2
fix --all-users explanation
...
svn: r5249
2007-01-07 23:55:20 +00:00
Matthew Flatt
7b13755dad
unit clean-up
...
svn: r5160
2006-12-22 01:26:58 +00:00
Robby Findler
57524d3b8c
fixed a bug in help desk resetting of the cache
...
svn: r5112
2006-12-14 00:17:54 +00:00
Eli Barzilay
3459c3a58f
merged units branch
...
svn: r5033
2006-12-05 20:31:14 +00:00
Jacob Matthews
f2bd91c8ec
Fix bug that would crash planet in some cases if certain subdirectories didn't exist
...
svn: r4969
2006-11-28 16:15:45 +00:00
Jacob Matthews
b45ea7717b
Added a command-line flag analagous to -l but for planet packages (which have to already be installed)
...
svn: r4966
2006-11-28 05:48:34 +00:00
Eli Barzilay
d58bc352f1
removed comment that was resolved
...
svn: r4853
2006-11-14 22:35:40 +00:00
Eli Barzilay
2abe03bac8
typo
...
svn: r4479
2006-10-04 19:01:02 +00:00
Eli Barzilay
9cb8f01a09
Careful when composing simplify-path' and
expand-path'
...
svn: r4478
2006-10-04 17:50:42 +00:00
Eli Barzilay
c1cc293cd5
When DESTDIR ends with a '/', dirs.ss spits out directories with '//'
...
in them, which caused problems with main-collects not identifying
paths as paths in the plt tree. The solution is to use expand-path
for these things, which normalizses multiple slashes to a single one.
While I'm at it, I did the same for dirs.ss, so it produces more
consistent paths for code that might want to rely on it.
(Also did some reformatting.)
svn: r4477
2006-10-04 17:36:08 +00:00
Eli Barzilay
883d5e6bd5
patch only plt files on unix-style installation
...
svn: r4338
2006-09-14 12:01:24 +00:00
Robby Findler
8f55d3f6c3
made slightly more robust
...
svn: r4318
2006-09-13 02:13:08 +00:00
Eli Barzilay
7b8e8add19
alow using tab to get to the buttons
...
svn: r3803
2006-07-25 06:59:47 +00:00
Robby Findler
49667529da
improved running time of contracts and moved some provide/contracts to the bottom of files (not necc yet, but may become necc)
...
svn: r3665
2006-07-09 21:07:04 +00:00
Matthew Flatt
dd3a4d56ef
fix certificate problems related to module-begin
...
svn: r3553
2006-06-30 00:10:47 +00:00
Jacob Matthews
0787328fe8
Fixed a fragility in which drscheme might fail to start up
...
if no planet packages are installed
svn: r3542
2006-06-29 16:06:36 +00:00
Jacob Matthews
76f7e19662
support for development-linked packages to be compiled and have their info.ss files
...
read by drscheme startup (so that things like language levels and drscheme tools can
be developed using development links)
svn: r3535
2006-06-29 02:34:37 +00:00
Eli Barzilay
1884ba9715
* Make misc "Makefile.in" files respect a DESTDIR env variable
...
* Extended unixstyle-install.ss to support additional operations, no need for
src/copytree.ss and can fix an installation with DESTDIR
svn: r3470
2006-06-25 17:40:08 +00:00
Eli Barzilay
e1eedc95e6
use skip-filter in top-level loop too
...
svn: r3464
2006-06-24 10:52:21 +00:00
Eli Barzilay
cd2cc2caa3
fixes to level-of and cp
...
svn: r3462
2006-06-24 03:33:19 +00:00
Eli Barzilay
ee8379c6da
some comments in the uninstaller
...
svn: r3461
2006-06-24 00:19:13 +00:00
Eli Barzilay
5ef1314ae5
some typos, better text
...
svn: r3460
2006-06-24 00:16:11 +00:00