Commit Graph

75 Commits

Author SHA1 Message Date
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
Eli Barzilay
1df0924b9c typo
svn: r3456
2006-06-23 21:18:49 +00:00
Eli Barzilay
4815a9cc59 new interface for unixstyle-install, replace copytree.ss
svn: r3453
2006-06-23 20:49:51 +00:00
Eli Barzilay
740e8e4702 adjust to better layout of launchers -- possible to rewrite an already-absolute launcher
svn: r3438
2006-06-22 18:42:38 +00:00
Eli Barzilay
af917c5174 remove the source tree -- no point in it being installed in a place that makes it unusable
svn: r3407
2006-06-18 22:00:07 +00:00
Eli Barzilay
00e0ef64eb added srcdir to unixstyle distribution
svn: r3405
2006-06-18 20:47:25 +00:00
Eli Barzilay
5362ae0f80 new unix-style installer script
svn: r3402
2006-06-18 17:38:14 +00:00
Eli Barzilay
c16fd0009e * compile-omit-files will not prevent compilation of a required (compiled)
file, document this
* remove redundant compile-omit-files from config/info
* Make configtab introduce the missing bindings unhygienically, so there are no
  made up names in the zo, which makes it possible to easily replace config.ss
  without re-compiling everything.

svn: r3400
2006-06-18 16:31:02 +00:00
Matthew Flatt
3f5f1186a5 update docs and client for #:filter to #:file-filter change
svn: r3388
2006-06-17 19:23:12 +00:00
Matthew Flatt
ff308a39db restore use of to-path
svn: r3320
2006-06-11 02:20:42 +00:00
Robby Findler
e57077cc7c fixed problem with PLaneT docs
svn: r3314
2006-06-10 03:30:23 +00:00
Eli Barzilay
1105d9b404 another file-filter typo
svn: r3289
2006-06-08 21:33:27 +00:00
Eli Barzilay
36d57c8a15 another keyword typo
svn: r3287
2006-06-08 21:14:45 +00:00
Eli Barzilay
2a92d1454d #:filter -> #:file-filter
svn: r3272
2006-06-08 03:18:13 +00:00
Eli Barzilay
ed880d5a2c fix misc stuff, include .exp files in changes too
svn: r3105
2006-05-29 07:22:18 +00:00
Eli Barzilay
170f22bd02 fix use of build-path with byte string
svn: r3101
2006-05-29 00:36:25 +00:00
Matthew Flatt
d034f64dd2 301.16
svn: r3040
2006-05-24 19:29:58 +00:00
Eli Barzilay
ca058b277c another typo
svn: r3018
2006-05-23 18:36:50 +00:00
Eli Barzilay
e47c53e5aa added "absolute-installation?" entry in config.ss, and use that to create absolute or relative launchers
svn: r3013
2006-05-22 22:36:36 +00:00
Eli Barzilay
b0667481bf remove a whole directory if it is in the way
svn: r3008
2006-05-22 16:38:22 +00:00
Eli Barzilay
3a0c7e81e5 always use -L instead of absolute paths in launchers (when possible)
svn: r3004
2006-05-22 04:05:06 +00:00
Eli Barzilay
c319e62e3e simplify paths when packing
svn: r3000
2006-05-21 10:36:39 +00:00
Eli Barzilay
07e2c01045 forgot a few more places
svn: r2999
2006-05-21 10:29:52 +00:00
Eli Barzilay
bffb3c0f92 better printout
svn: r2998
2006-05-21 10:28:43 +00:00
Eli Barzilay
0517952105 ignore same in paths
svn: r2995
2006-05-21 08:44:13 +00:00
Eli Barzilay
a5c0bce6e9 typos
svn: r2986
2006-05-19 06:44:44 +00:00
Eli Barzilay
325b4f5970 typos
svn: r2979
2006-05-18 20:52:24 +00:00
Eli Barzilay
132ff42a1a some more style changes
svn: r2976
2006-05-18 20:39:41 +00:00
Eli Barzilay
4a258cb9b3 sort directory lists and reformat
svn: r2975
2006-05-18 20:18:14 +00:00
Matthew Flatt
c727afef04 301.15: new install tree for Unix, moved docs, moved teachpacks, added config.ss
svn: r2962
2006-05-18 15:03:05 +00:00