Commit Graph

34 Commits

Author SHA1 Message Date
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
Kathy Gray
1e30f69c6c More checkEffect support
svn: r10595
2008-07-04 13:00:03 +00:00
Danny Yoo
72cca8c136 Fix for PR 9555.
svn: r10517
2008-06-30 08:25:05 +00:00
Kathy Gray
7f085f7e2b Switching to scheme/base instead of mzscheme
Addition of support for stm (to-scheme.ss only)

svn: r10232
2008-06-12 14:46:43 +00:00
Kathy Gray
a4960166df Changing version number to 5
svn: r9971
2008-05-27 01:07:16 +00:00
Kathy Gray
b07c20085e Attempt at performance increase/ overhead per-module reduction
svn: r9966
2008-05-26 22:38:05 +00:00
Kathy Gray
7ccb51d3f1 Moving things to scheme/base
svn: r9960
2008-05-26 15:50:15 +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
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
3c72e71e24 switched info.ss files to #lang
svn: r8532
2008-02-04 23:00:35 +00:00
Kathy Gray
4213249665 Correction to array runtime assignment error
svn: r8340
2008-01-16 00:11:20 +00:00
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Robby Findler
eca198d009 backed out of contract/class change
svn: r7369
2007-09-17 17:33:35 +00:00
Robby Findler
bd93217061 refactored the contract system so that contracts do not depend on the class system, and now the class contracts are exported from class.ss
svn: r7357
2007-09-17 02:27:05 +00:00
Kathy Gray
2894bc1e54 Various bug fixes, expansion speed improvements
svn: r6837
2007-07-07 15:31:57 +00:00
Kathy Gray
8eee6a0298 svn: r5501 2007-01-29 17:05:18 +00:00
Eli Barzilay
19c33a8e2a no need for string->immutable-string when creating exceptions
svn: r5372
2007-01-17 01:18:50 +00:00
Kathy Gray
cff35de4c9 Adding libraries to lang.
svn: r3218
2006-06-04 22:09:21 +00:00
Kathy Gray
524dbb1cbe Corrected bug in statements after loop, running same language in two
windows/tabs, substring off by one error, spelling error in error message

svn: r2591
2006-04-04 17:42:06 +00:00
Kathy Gray
c0d057056a Correction to recompiling on a version chance
svn: r2052
2006-01-30 22:07:40 +00:00
Kathy Gray
581ee0783c Correction to bugs with accessing fields of wrapped java objects, and using == in the presence of dynamic.
svn: r1880
2006-01-20 04:12:33 +00:00
Kathy Gray
08b57461d7 Corrected immutable string bug, and refined bug fix for casts
svn: r1604
2005-12-12 23:54:14 +00:00
Kathy Gray
bba3643e76 Fixed parsing bugs and immutable string error
svn: r1358
2005-11-21 06:16:39 +00:00
Kathy Gray
2df0524b8a Corrections to parsing errors and String library
svn: r1342
2005-11-17 22:42:38 +00:00
Kathy Gray
f5c3b8aa6c Merged 1145:1303 from branches/kathyg (only collects/profj directory)
Changes Beginner to have interfaces; assorted bug fixes

svn: r1305
2005-11-14 04:51:09 +00:00
Kathy Gray
990f73e698 Changes to speed up expansion of compiled code
svn: r1144
2005-10-24 20:44:46 +00:00
Kathy Gray
38f85dce57 Fix to catching exceptions
svn: r786
2005-09-07 18:33:23 +00:00
Kathy Gray
2067df9916 Fixed parsing bug in advanced, and array initialization bug
svn: r687
2005-08-26 18:41:21 +00:00
Kathy Gray
bc5db8e3df svn: r415 2005-07-21 14:39:22 +00:00
Kathy Gray
57e8d8dab4 Fixing dynamic bug, and adding Util.error
svn: r334
2005-07-04 21:32:23 +00:00
Kathy Gray
fdc3e5d0e4 Made test-boxes work in ProfessorJ
svn: r219
2005-06-19 15:38:35 +00:00
Kathy Gray
095c8dbb87 Adding dynamic type and interoperability support to ProfJ; also brings profj up to date after the switch from cvs to svn
svn: r50
2005-06-02 04:36:59 +00:00
Eli Barzilay
017d151d59 Adding collects, with all the right properties (except eoln-style).
svn: r3
2005-05-27 18:56:37 +00:00