David Van Horn
760a58b65d
Fixes more spelling errors.
2011-02-04 19:44:13 -07:00
Eli Barzilay
1f49e35b21
2010 -> 2011
2010-12-31 15:59:39 -05:00
Eli Barzilay
606b7f60dc
Lots of "~e" to "~.s" changes.
2010-08-25 17:17:01 -04:00
Eli Barzilay
939af28a4c
Some random ".ss" -> ".rkt"s
2010-05-17 05:58:19 -04:00
Eli Barzilay
de0cc7771b
A lot of "DrScheme" -> "DrRacket"s.
2010-05-17 01:27:03 -04:00
Eli Barzilay
7f6efdc8be
A lot of "MrEd" -> "GRacket"s.
2010-05-16 23:46:05 -04:00
Eli Barzilay
2d9601089d
A lot of "MzScheme" -> "Racket"s.
2010-05-16 18:26:26 -04:00
Matthew Flatt
eb15dceb34
rackety misc docs
2010-05-07 09:13:51 -06:00
Matthew Flatt
28b4043077
rename all files .ss -> .rkt
2010-04-27 16:50:15 -06:00
Ryan Culpepper
ffa97036a8
macro-stepper: removed drscheme,etc dep on macro-debugger
...
(changed capability to normal symbol constant)
svn: r17953
2010-02-03 14:43:23 +00:00
Carl Eastlund
79f537d50c
Updated the macro stepper to detect steppable languages via a "capability".
...
svn: r17932
2010-02-01 20:39:46 +00:00
Eli Barzilay
d51cae1708
2009 -> 2010
...
svn: r17383
2009-12-22 05:52:15 +00:00
Eli Barzilay
8a2753efb8
2008 -> 2009
...
svn: r13001
2009-01-04 15:34:50 +00:00
Matthew Flatt
bb7d3d1a28
fix 'local-expand' checking of stop list to disallow symbols; extend 'continuation-marks' to work on threads; fix HtDP language module-level stop list
...
svn: r12101
2008-10-23 13:38:03 +00:00
Eli Barzilay
8cf5b465c1
fix printing of mpairs, and improve print-object code a little
...
svn: r11139
2008-08-08 10:05:19 +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
Eli Barzilay
ad2e963acd
removed accidental line, yet again *sigh*
...
svn: r10167
2008-06-06 05:50:16 +00:00
Eli Barzilay
7f4d25cd35
removed accidental line from last commit...
...
svn: r10166
2008-06-06 05:48:48 +00:00
Eli Barzilay
75d2ba2372
removed leftover line
...
svn: r10165
2008-06-06 05:47:15 +00:00
Eli Barzilay
6f6adbf3a1
hack value-port handler
...
svn: r10164
2008-06-06 05:35:55 +00:00
Matthew Flatt
b062c52067
fix some doc links
...
svn: r10154
2008-06-05 18:56:41 +00:00
Robby Findler
0d54645ab9
removed mentions of current print from the tools
...
svn: r10052
2008-05-30 18:35:58 +00:00
Robby Findler
85f636d072
changed printer style to write but didn't fix underlying bug
...
svn: r10035
2008-05-30 12:55:37 +00:00
Eli Barzilay
6faccdbc68
hack regexp-case to work with scheme/base
...
svn: r9877
2008-05-17 15:34:21 +00:00
Robby Findler
2491bfed70
moved legacy languages
...
svn: r9731
2008-05-08 06:37:05 +00:00
Eli Barzilay
d48e7501af
use the builtin write and display handlers instead of the previous ones
...
svn: r9620
2008-05-03 05:25:46 +00:00
Eli Barzilay
7738799556
PR7782 is resolved, no need to work around it
...
svn: r9619
2008-05-03 05:11:56 +00:00
Eli Barzilay
b1a08edd5a
use new require specs in many places
...
svn: r8774
2008-02-23 09:42:03 +00:00
Eli Barzilay
41d667b4ad
no more html hacks in swindle
...
svn: r8681
2008-02-16 03:04:59 +00:00
Eli Barzilay
de0798729e
fix swindle language module
...
svn: r8680
2008-02-16 03:04:08 +00:00
Eli Barzilay
699c40643d
* Changed setup-plt to compile collections if they have an "info.ss"
...
file. (That is, it does not require the file to have a `name'
entry.)
* The name shown when setup works is the directory name, followed by
the `name' field from the info file when specified.
* This means that many `name's are no longer needed, so I'm removing
them. To see if you need a `name' entry, consider that the name
will be shown like this:
... foo (<your name here>)
This means that if the name is the same as the directory name, then
there is no point in having it. I also removed cases where the name
differed only in its capitalization for collections where the case
is obvious.
* Also, for subcollections, the name should clarify the name of the
subcollection in context. For example "Acknowledgments" explains
what scribbling/acks is, but there's no need to add the context name
as in "Scribblings: Acknowledgments".
* There may also be a point in keeping names for other uses. One such
example was in games, where the name field was used in the PLT Games
application. (This was changed to default on the directory name, so
it is no longer needed in most games.) Another example is in planet
packages.
svn: r8629
2008-02-12 10:33:01 +00:00
Eli Barzilay
aae78d7af4
adapt the class hierarchy to default-immutable-pairs
...
svn: r8559
2008-02-07 05:11:27 +00:00
Eli Barzilay
f510340b7a
Another patch from Doug Orleans
...
svn: r8558
2008-02-07 04:54:28 +00:00
Eli Barzilay
3c72e71e24
switched info.ss files to #lang
...
svn: r8532
2008-02-04 23:00:35 +00:00
Eli Barzilay
d78396aaf9
remove unused blurb fields
...
svn: r8526
2008-02-04 17:16:06 +00:00
Eli Barzilay
3d0d7637f9
remove unused help-desk-message fields
...
svn: r8525
2008-02-04 17:09:09 +00:00
Eli Barzilay
5a08a34f73
more v4-isms
...
svn: r8523
2008-02-04 17:00:41 +00:00
Eli Barzilay
22551978a1
v4 patch, mostly from Doug Orleans
...
svn: r8521
2008-02-04 05:00:38 +00:00
Eli Barzilay
281c1b8838
2007->2008
...
svn: r8169
2007-12-31 00:47:21 +00:00
Matthew Flatt
39cedb62ed
v3.99.0.2
...
svn: r7706
2007-11-13 12:40:00 +00:00
Eli Barzilay
c4bb0c48a9
typo
...
svn: r5938
2007-04-14 06:36:21 +00:00
Eli Barzilay
c798f43dbb
applicable structs
...
svn: r5937
2007-04-14 06:28:56 +00:00
Eli Barzilay
8ecd7a93c9
fix FSF address
...
svn: r5911
2007-04-10 17:59:38 +00:00
Eli Barzilay
70ac8f968f
quick fix for PR8593
...
svn: r5853
2007-04-01 03:23:13 +00:00
Eli Barzilay
87f93ea412
respect a non-default existing prompt-read
...
svn: r5826
2007-03-25 20:24:04 +00:00
Eli Barzilay
99dedda9fc
:autoinitarg doc
...
svn: r5769
2007-03-11 09:07:17 +00:00
Eli Barzilay
a5d01f9c3a
respect set!-transformers in setf!
...
svn: r5436
2007-01-23 08:54:16 +00:00
Eli Barzilay
19c33a8e2a
no need for string->immutable-string when creating exceptions
...
svn: r5372
2007-01-17 01:18:50 +00:00
Eli Barzilay
8305afe8d5
use regexp-match?, fix a defclass bug
...
svn: r5207
2007-01-03 08:14:07 +00:00
Eli Barzilay
ddc068c52b
2006->2007
...
svn: r5201
2006-12-31 10:05:55 +00:00