racket/collects/racket
2011-01-25 15:46:52 -07:00
..
base/lang rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
contract make provide/contract work properly when it is the only thing in a module body 2011-01-07 05:19:16 -06:00
draw fix clipping for PostScript/PDF drawing 2011-01-21 21:09:07 -07:00
gui fix gui-available?' when racket/gui/base' is declared but not instantiated 2011-01-15 18:28:36 -07:00
lang rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
load/lang fix scheme/load and racket/load 2010-04-27 19:09:27 -06:00
match Add source locations in match -> match* conversion 2010-10-26 18:09:45 -04:00
private Change instanceof/c to allow more contracts. 2011-01-25 14:07:30 -05:00
signature rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
snip/private fix pref name 2011-01-20 14:01:32 -07:00
unit rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
unsafe removed per eli's request 2010-09-28 08:56:06 -07:00
async-channel.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
base.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
block.rkt Reformat the code to be more readable. 2010-07-12 21:38:01 -04:00
bool.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
class.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
cmdline.rkt Allow optional arguments with default in `cmdline', updated docs. 2010-11-12 17:21:11 -05:00
contract.rkt added forall to go along with exists contracts 2010-11-11 14:39:43 -06:00
control.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
date.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
dict.rkt Removed incorrect uses of ->i underscores 2010-10-22 15:30:24 -06:00
draw.rkt add `svg-dc%' 2011-01-10 16:41:16 -07:00
enter.rkt Add a noise flag indicator to `enter!'. 2010-12-12 13:10:07 -05:00
fasl.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
file.rkt typo fix 2011-01-20 15:57:39 -07:00
fixnum.rkt Fix some errors with in-vector and derived forms: 2010-12-13 13:38:35 +00:00
flonum.rkt Fix some errors with in-vector and derived forms: 2010-12-13 13:38:35 +00:00
function.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
future.rkt Added (current-future) as a non-blocking primitive to racket/future. 2010-08-18 22:15:19 -05:00
generator.rkt fix PR 11123: 0-ary generator yield 2010-08-24 00:11:22 -06:00
gui.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
help.rkt A lot of "plt-scheme.org" -> "racket-lang.org"s. 2010-05-17 00:53:12 -04:00
include.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
init.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
language-info.rkt Some random ".ss" -> ".rkt"s 2010-05-17 05:58:19 -04:00
list.rkt Add shuffle' to racket/list'. 2010-11-12 17:21:11 -05:00
load.rkt A lot of "MzScheme" -> "Racket"s. 2010-05-16 18:26:26 -04:00
local.rkt Some random ".ss" -> ".rkt"s 2010-05-17 05:58:19 -04:00
main.rkt Rename sequence' library to stream', move from racket/base' to racket'. 2010-10-21 19:49:39 -04:00
match.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
math.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
mpair.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
package.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
path.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
place.rkt Places: benchmarks 2010-09-09 10:28:34 -06:00
port.rkt Some random ".ss" -> ".rkt"s 2010-05-17 05:58:19 -04:00
pretty.rkt pretty-print: make check for escape points linear in input 2011-01-04 10:37:33 -07:00
promise.rkt Various lazy-related fixes etc. 2010-05-21 15:12:16 -04:00
provide-syntax.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
provide-transform.rkt Some random ".ss" -> ".rkt"s 2010-05-17 05:58:19 -04:00
provide.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
require-syntax.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
require-transform.rkt Some random ".ss" -> ".rkt"s 2010-05-17 05:58:19 -04:00
require.rkt Some random ".ss" -> ".rkt"s 2010-05-17 05:58:19 -04:00
runtime-config.rkt switch printer to constructor+quote style 2010-05-06 10:33:42 -06:00
runtime-path.rkt define-runtime-module-path-index and racket/gui/dynamic fixes 2010-11-05 15:54:46 -06:00
sandbox.rkt Add `get-user-custodian' to the sandbox. 2010-11-16 14:47:01 -05:00
serialize.rkt Some random ".ss" -> ".rkt"s 2010-05-17 05:58:19 -04:00
set.rkt added set/c and made sets print as set, seteq, or seteqv 2011-01-08 13:49:01 -06:00
shared.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
snip.rkt Move mred/private/wxme/style to racket/snip/private/style. 2010-12-19 22:56:15 -05:00
splicing.rkt Added uses of internal-definition-context-apply from unstable/syntax 2010-07-13 12:07:48 -06:00
stream.rkt Rename sequence' library to stream', move from racket/base' to racket'. 2010-10-21 19:49:39 -04:00
string.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
struct-info.rkt Some random ".ss" -> ".rkt"s 2010-05-17 05:58:19 -04:00
stxparam-exptime.rkt Some random ".ss" -> ".rkt"s 2010-05-17 05:58:19 -04:00
stxparam.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
surrogate.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
system.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
tcp.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
trace.rkt added current-trace-results 2010-11-07 15:31:18 -06:00
trait.rkt Some random ".ss" -> ".rkt"s 2010-05-17 05:58:19 -04:00
udp.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
unit-exptime.rkt move most of the 'scheme' collection to the 'racket' collection 2010-04-20 15:24:48 -06:00
unit.rkt change 'define-struct' to bind the type name as a constructor, add an #:extra-constructor-name option, etc. 2010-04-25 12:10:36 -06:00
vector.rkt fix `vector-copy' range checking for starting position 2011-01-25 15:46:52 -07:00