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
Eli Barzilay
e6945544dc
use syntax/loc when needed
...
svn: r5059
2006-12-07 23:15:56 +00:00
Eli Barzilay
3459c3a58f
merged units branch
...
svn: r5033
2006-12-05 20:31:14 +00:00
Eli Barzilay
698a9fec23
no need for special regexp-quote
...
svn: r4934
2006-11-23 10:08:23 +00:00
Eli Barzilay
b26c6fb351
fix language positions, misc improvements
...
svn: r4085
2006-08-17 20:21:12 +00:00
Robby Findler
4c9868bf8c
got rid of get-language-id, in favor of using get-language-numbers in the preference for the current language
...
svn: r4079
2006-08-17 16:05:41 +00:00
Robby Findler
67f4db819d
fixed PR 8186
...
svn: r4064
2006-08-15 03:10:15 +00:00
Eli Barzilay
f322dffab5
evaluate limit expression once
...
svn: r3868
2006-07-28 15:50:02 +00:00
Eli Barzilay
88eac10651
fine to save an escape continuation for sk
...
svn: r3382
2006-06-16 20:23:00 +00:00
Eli Barzilay
dd8d58e050
show arguments on no-next-method too
...
svn: r3333
2006-06-11 20:44:26 +00:00
Eli Barzilay
beda11b5a2
removed the <undefined> class
...
svn: r3311
2006-06-09 21:22:48 +00:00
Eli Barzilay
29b58703a6
more info in no-applicable-method
...
svn: r3310
2006-06-09 21:22:20 +00:00
Eli Barzilay
9f88b697cf
<undefined> class
...
svn: r3307
2006-06-09 18:55:44 +00:00
Eli Barzilay
1daf6d363c
typo
...
svn: r3271
2006-06-08 03:15:41 +00:00
Eli Barzilay
1044a630f0
fix exceptions in primitive hierarchy
...
svn: r3258
2006-06-07 06:13:18 +00:00
Eli Barzilay
a45f8f2204
make foo* forms provide only when in a module
...
svn: r3149
2006-05-31 15:39:52 +00:00
Eli Barzilay
45127853db
improve regexp-case code
...
svn: r3125
2006-05-30 17:47:51 +00:00
Eli Barzilay
6744633338
Moved (and improved) sort! etc from Swindle to mzlib/list.ss
...
* Expose sort!, merge! and merge, since they're also useful
* Made `mergesort' be an alias for `sort'.
* Removed it all from Swindle
* Removed `sort' from compat.ss
* Needed to adjust a few other files, no problems but
graphics/value-turtles provides its own version of `merge'
svn: r2542
2006-03-30 09:39:30 +00:00
Eli Barzilay
86e91af13d
removed some bogus stuff in combinator code
...
svn: r2166
2006-02-07 22:11:06 +00:00
Eli Barzilay
1d0d583739
doc typo
...
svn: r1806
2006-01-11 20:59:06 +00:00
Eli Barzilay
1b6e67775a
svn: r1713
2005-12-30 00:56:41 +00:00
Eli Barzilay
4dd01ef3ab
added mutable stuff to the class hierarchy
...
svn: r1706
2005-12-29 00:50:48 +00:00