John Clements
9de3f25d15
added docs, changed to optional param
2011-02-15 14:57:51 -08:00
John Clements
1b843ea161
added checking on planet unlink
2011-02-15 14:10:57 -08:00
Robby Findler
5017801659
Rackety
2011-02-05 21:02:00 -06:00
Robby Findler
1ed1396d95
make sure that the parent directories exist for the hard-links file when updating the file
2011-02-05 21:02:00 -06:00
David Van Horn
c9519fd113
Fixed various spelling errors.
2011-02-03 17:42:33 -05:00
Jay McCarthy
9c6b9b8fcd
Adding whitespace so you can copy and paste to planet remove on the OS X terminal
2010-11-23 15:42:40 -07:00
Matthew Flatt
41551a4987
adjust raco planet help output to fit in 80 columns
2010-07-09 06:44:34 -06:00
Robby Findler
857498e697
Some racketying.
2010-06-19 16:30:06 -05:00
Matthew Flatt
32297601b6
use simple-form-path more consistently for path normalization
...
--- a reversal of opinion from my earlier commit; the problem
with syntactic simplification is that it may not refer to the
same file, due to soft links; given that true normalization is
impossible, simplify-path and simple-form-path provide a good
compromise between preserving paths as given and exanding
soft links as neede
2010-06-03 17:23:14 -06:00
Robby Findler
733c9b9eec
planet command now uses short-program+command-name properly.
2010-05-31 13:17:21 -05:00
Robby Findler
e23db50e06
Rackety planet command line tool
2010-05-31 09:00:05 -05:00
Matthew Flatt
28b4043077
rename all files .ss -> .rkt
2010-04-27 16:50:15 -06:00
Matthew Flatt
c95a398754
move most of the 'scheme' collection to the 'racket' collection
2010-04-20 15:24:48 -06:00
Robby Findler
b54876e91c
moved #lang line to top of the file
...
svn: r17493
2010-01-06 16:27:11 +00:00
Eli Barzilay
de17c5f7da
moved planet test to tests/planet
...
svn: r16798
2009-11-16 07:23:20 +00:00
Eli Barzilay
3d60fe640b
misc prop fixes
...
svn: r16374
2009-10-19 22:36:12 +00:00
Robby Findler
b0f64136bd
added a little more logging output when removing a package and also fixed a few little things
...
svn: r13238
2009-01-20 17:25:53 +00:00
Robby Findler
99eafbc1b5
added some logging info to planet
...
svn: r13237
2009-01-20 17:18:04 +00:00
Eli Barzilay
824fba5b26
restore unmodified version
...
svn: r10769
2008-07-14 15:36:51 +00:00
Eli Barzilay
e78acf374f
remove changed code
...
svn: r10768
2008-07-14 15:33:32 +00:00
Eli Barzilay
10e444a38a
complete the switch to version/utils -- no need for any of this code
...
svn: r10760
2008-07-14 09:26:17 +00:00
Eli Barzilay
91eb4687da
* use version/utils instead of a private copy of the same code
...
* removed planet/private/test.ss which was testing that code
* changed angle brackets used in syntax renderings (got lumped in this
commit by mistake)
svn: r10759
2008-07-14 09:19:29 +00:00
Eli Barzilay
e4d9cfb557
Finish move to v4
...
svn: r10758
2008-07-14 09:01:44 +00:00
Eli Barzilay
fd569e49c4
Improved requires and a bit more.
...
svn: r10757
2008-07-14 08:15:55 +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
Robby Findler
2528523a1f
started a test suite, PR 9545
...
svn: r10451
2008-06-25 14:31:02 +00:00
Matthew Flatt
d750ba0009
corrected: planet version-comparison repair from Danny
...
svn: r10246
2008-06-13 13:18:30 +00:00
Matthew Flatt
ce6395129c
planet version-comparison repair from Danny
...
svn: r10245
2008-06-13 13:16:28 +00:00
Jacob Matthews
ecec80fc8c
fix bug in linkage
...
svn: r9412
2008-04-22 23:05:00 +00:00
Jacob Matthews
68f35e8b25
#lang planet new-style syntax
...
svn: r9323
2008-04-15 20:09:46 +00:00
Jacob Matthews
c1167e3b18
80-column output
...
svn: r9309
2008-04-15 03:03:15 +00:00
Jacob Matthews
5a09a11288
svn-style planet command interface
...
svn: r9306
2008-04-14 22:31:27 +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
Jacob Matthews
63cf6c73fc
new syntax, take 2
...
svn: r9052
2008-03-22 00:51:37 +00:00
Jacob Matthews
f4ab2e33df
Some grammar corner case bug fixes, lots more comments
...
svn: r9035
2008-03-21 00:22:37 +00:00
Eli Barzilay
06385640e9
set svn:eol-style and minor formatting
...
svn: r9034
2008-03-20 22:56:02 +00:00
Jacob Matthews
8071791db2
Short syntax
...
svn: r9033
2008-03-20 22:30:31 +00:00
Eli Barzilay
c51b8f1b1b
fix file functions that require a keyword argument
...
svn: r8879
2008-03-04 18:57:25 +00:00
Jacob Matthews
5f499c1a4d
Fixed compilation bug caused by code that should've been removed from the repository
...
svn: r8858
2008-03-03 20:54:03 +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
Matthew Flatt
39cedb62ed
v3.99.0.2
...
svn: r7706
2007-11-13 12:40:00 +00:00
Jacob Matthews
c161c7f958
Fix error reported by Sam
...
svn: r7580
2007-10-27 21:36:23 +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
7b13755dad
unit clean-up
...
svn: r5160
2006-12-22 01:26:58 +00:00
Jacob Matthews
16a3b5e1d8
Additions to support a new command-line flag, plus a few other bits of miscellany.
...
svn: r4965
2006-11-28 05:47:07 +00:00
Jacob Matthews
9bc45dfb51
Fixed an oversight that broke the linkage table
...
svn: r3956
2006-08-04 14:59:30 +00:00
Jacob Matthews
f02c4d7a80
Added a local uninstalled-packages cache and associated tools;
...
refactored the planet download search order code
svn: r3951
2006-08-04 01:00:31 +00:00
Jacob Matthews
92c57887e0
some improvements to the planet command-line tools
...
svn: r3534
2006-06-28 22:30:33 +00:00
Jacob Matthews
343c734291
.
...
svn: r3517
2006-06-28 06:59:12 +00:00