Commit Graph

16430 Commits

Author SHA1 Message Date
Matthew Flatt
6563ef6812 rackety framework and tools docs 2010-05-08 07:37:08 -06:00
Matthew Flatt
6cfc0b481d fix decompiler 2010-05-08 07:37:07 -06:00
Mike Sperber
47d16bbb82 Synch German string constants with latest. 2010-05-08 10:42:23 +02:00
Matthew Flatt
1d854085d6 dist-spec repairs 2010-05-07 13:52:46 -06:00
Jay McCarthy
8c918c489a Fixing test re printing output... again :) 2010-05-07 12:44:12 -06:00
Matthew Flatt
c023c460bc misc racket renamings 2010-05-07 11:03:02 -06:00
Matthew Flatt
eb15dceb34 rackety misc docs 2010-05-07 09:13:51 -06:00
Matthew Flatt
e5a259bdf0 document latest printing convention 2010-05-06 18:01:21 -06:00
Matthew Flatt
b2e0d92098 restore 'print-reader-abbreviations' support 2010-05-06 17:45:04 -06:00
Matthew Flatt
420ea6ee09 convert racket value printer to constructor+quote style; update Guide and Quick 2010-05-06 14:57:15 -06:00
Matthew Flatt
43027a8d9b switch printer to constructor+quote style 2010-05-06 10:33:42 -06:00
Matthew Flatt
6027eb9627 fix raco setup handling of info.rkt by adding a namespace argument to get-info 2010-05-06 07:21:54 -06:00
Sam Tobin-Hochstadt
62af50867a produce the correct type 2010-05-05 17:50:20 -04:00
Matthew Flatt
c13d65d23d misc rackety docs 2010-05-05 12:09:14 -06:00
Sam Tobin-Hochstadt
1146ffa76d Merge branch 'master' into samth/new-logic2
Conflicts:
	collects/typed-scheme/private/parse-type.rkt
	collects/typed-scheme/typecheck/tc-app.rkt
2010-05-05 13:35:29 -04:00
Matthew Flatt
947bf8e109 misc doc fixes 2010-05-05 11:07:34 -06:00
Matthew Flatt
f3a20562cf rename plt-help GUI app 2010-05-05 11:07:25 -06:00
Matthew Flatt
0b9370bc5e fix pretty-print bug for transparent structs that span lines 2010-05-05 10:32:48 -06:00
Matthew Flatt
625c35f892 fix props after renamings and additions 2010-05-05 10:32:18 -06:00
Matthew Flatt
7c02baafc7 move release-note files to rackety names 2010-05-05 10:30:40 -06:00
Matthew Flatt
8f8c3d2533 minor fix to license page 2010-05-05 10:10:46 -06:00
Matthew Flatt
f643c7aa4b add section to Scheme compatibility manual on old executables 2010-05-05 10:06:56 -06:00
Matthew Flatt
d282a49a9d rackety man pages 2010-05-05 10:04:41 -06:00
Matthew Flatt
27cd77c16c fix problem with chaperone of chaperoned hash 2010-05-05 09:23:40 -06:00
Sam Tobin-Hochstadt
a60a083802 fix references to syncheck-drracket-button 2010-05-05 11:13:48 -04:00
Sam Tobin-Hochstadt
d7adf2e347 remove duplicate file, per RBF 2010-05-05 10:34:56 -04:00
Sam Tobin-Hochstadt
5b97a0d6d2 Merge branch 'master' of git.racket-lang.org:plt 2010-05-05 10:26:26 -04:00
Sam Tobin-Hochstadt
2c315742d8 fix warning on `define-record-procedures-parametric' 2010-05-05 10:14:53 -04:00
Sam Tobin-Hochstadt
0efb3ae22a update some drdr props 2010-05-05 10:14:25 -04:00
Matthew Flatt
7c52a82216 fix another hash chaperone bug 2010-05-05 07:52:48 -06:00
Matthew Flatt
0497baece8 fix problem with gracket locating the pref file for low-level prefs 2010-05-05 07:34:37 -06:00
Matthew Flatt
7359a6f9d0 fix equal? on two chaperoned values 2010-05-05 07:17:58 -06:00
Matthew Flatt
5b9e0e455d fix problem with iteration over chpaeroned hash table 2010-05-05 06:35:16 -06:00
Matthew Flatt
60446bcd95 fix racket/vector test and doc typo 2010-05-05 06:18:52 -06:00
Matthew Flatt
bf5967f30b adjust (provide/contract (struct ....)) to work with new constructor-name convention 2010-05-04 18:25:11 -06:00
Eli Barzilay
2f2bdce759 improve prop mv 2010-05-04 20:01:56 -04:00
Eli Barzilay
ec7a4cdd7e check that given paths exist (when specified on the command line and not in del/mv) 2010-05-04 20:01:55 -04:00
Sam Tobin-Hochstadt
90f7f522f8 minor test edits 2010-05-04 19:47:38 -04:00
Sam Tobin-Hochstadt
ad537cce84 Remove unnecessary requires which caused bizarre errors 2010-05-04 19:47:38 -04:00
Sam Tobin-Hochstadt
646bc0ecab avoid error when not transforming 2010-05-04 19:47:38 -04:00
Sam Tobin-Hochstadt
a728bae3cb use racunit better to get expected/actual info 2010-05-04 19:47:38 -04:00
Sam Tobin-Hochstadt
d7d157b441 checks can sometimes return #t 2010-05-04 19:47:38 -04:00
Sam Tobin-Hochstadt
27a8ac62f6 use [] 2010-05-04 19:47:38 -04:00
Sam Tobin-Hochstadt
087c5129e3 Require '#%paramz at the correct phase (thanks ryan) 2010-05-04 19:47:37 -04:00
Sam Tobin-Hochstadt
08ca97bf9e Don't wrap booleans, print typed values 2010-05-04 19:47:37 -04:00
Sam Tobin-Hochstadt
d678e7657d use `test-begin' in test 2010-05-04 19:47:37 -04:00
Sam Tobin-Hochstadt
9ab4887e58 add type for 2-arg `atan' 2010-05-04 19:47:37 -04:00
Sam Tobin-Hochstadt
4183a3f32a doc fix 2010-05-04 19:47:37 -04:00
Sam Tobin-Hochstadt
9ec2e41db0 don't make an alias just for `raise' 2010-05-04 19:47:37 -04:00
Sam Tobin-Hochstadt
4984345657 handle full generality of extend-parameterization 2010-05-04 19:47:37 -04:00