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
d1f6b6734b
avoid redundant deletions when re-running setup-plt
...
svn: r9859
2008-05-15 20:01:32 +00:00
Kathy Gray
7a6dff6d19
Merging testing branch (kathyg/test-harnessv4-2) onto trunk: -r8903:9138
...
svn: r9160
2008-04-04 11:30:36 +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
49f08fb06a
Correction to using public/private in int+acc
...
svn: r7100
2007-08-14 19:50:34 +00:00
Kathy Gray
2894bc1e54
Various bug fixes, expansion speed improvements
...
svn: r6837
2007-07-07 15:31:57 +00:00
Kathy Gray
3ac1230baa
Adds -- base of support to include LinkedList and Iterators into profj
...
Commits -- Corrections to interface bugs, and package setup-plt errors
svn: r6482
2007-06-05 15:26:06 +00:00
Kathy Gray
e9d4954768
Modified default comparison for floating point numbers in tests to 0.0001
...
svn: r5780
2007-03-16 15:18:17 +00:00
Kathy Gray
5503e79355
Adding more testing support
...
svn: r5571
2007-02-08 00:20:48 +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
25587a0c50
Correcting but that check did not use range when comparing two integer values, when range was provided.
...
svn: r5164
2006-12-22 15:09:31 +00:00
Kathy Gray
a361348bdc
Corrected bug of conflicting names between import and current file
...
svn: r3985
2006-08-08 17:58:37 +00:00
Kathy Gray
36f7613855
Correction to behavior of instanceof and check
...
svn: r3691
2006-07-12 19:27:08 +00:00
Kathy Gray
b1b2919d1b
From :svn merge r3228:3451. Branch to add additional testing extensions for
...
full Java
svn: r3452
2006-06-23 20:33:19 +00:00
Kathy Gray
cff35de4c9
Adding libraries to lang.
...
svn: r3218
2006-06-04 22:09:21 +00:00
Kathy Gray
86cafcc1a1
Merged testing branch in with trunk-- merge -r 2619:3114 branches/kathyg
...
svn: r3115
2006-05-30 05:24: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
e9ab189fcb
Correction to int/float-double conversions, and Image printing
...
svn: r1936
2006-01-24 06:46:47 +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
e44c0b9e65
Assorted bug fixes, mostly with dynamic
...
svn: r1421
2005-11-28 05:54:42 +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
541cf4b7ad
Removed debugging printf
...
svn: r328
2005-07-04 19:40:01 +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