Commit Graph

38480 Commits

Author SHA1 Message Date
Stevie Strickland
b0e056190a We should be checking the new statement's annotation, if we want type-valid? to
only be defined on types that the programmer can write down.n

svn: r307
2005-07-04 00:15:56 +00:00
Eli Barzilay
b20010b51e Welcome to a new PLT day.
svn: r302
2005-07-03 08:20:02 +00:00
Stevie Strickland
11a7add8bb Forgot to quote "values", and missed a use of "list".
May have to eventually make my own prefixed version of values to use,
similar to what I did with send (though honu:send does a (Honu) null object
check).

svn: r301
2005-07-03 00:58:52 +00:00
Stevie Strickland
439c1ecd24 Several bugs found, the biggest being using <:_P to compare members
of a supertype and subtype, where the subtype was not yet added to
the tenv.  Had to hack to get around that one.

Also little problems like the fact that list can be captured by the
user program, so we can't use that -- used list* (with a null at the
end) and null (for empty lists) instead.

Since the power was down and I couldn't get the earlier stuff committed,
I have even more changes.  Bug-fixes, mostly, though now top-level
functions that are defined consecutively are mutually recursive as they
should be.

svn: r300
2005-07-03 00:28:59 +00:00
Eli Barzilay
39a7f8feff Welcome to a new PLT day.
svn: r299
2005-07-02 06:03:41 +00:00
Stevie Strickland
7dbb99d3c6 merged 292:296 from branches/sstrickl
svn: r297
2005-07-02 04:03:02 +00:00
Kathy Gray
d94aa9230d Fixed a hex lexing error
svn: r291
2005-07-01 23:57:13 +00:00
Matthew Flatt
6f16af82f2 pretty-print bug for hash tables fixed
svn: r290
2005-07-01 15:35:52 +00:00
Eli Barzilay
322b1b312a Welcome to a new PLT day.
svn: r289
2005-07-01 08:20:03 +00:00
Matthew Flatt
2eedbc83d2 fixed open-doc event handling
svn: r288
2005-07-01 03:08:37 +00:00
Matthew Flatt
9006df39aa fixed woozy fonts in Tiger
svn: r287
2005-07-01 00:07:22 +00:00
Matthew Flatt
d8ea16eb03 windows startup tweaks
svn: r286
2005-06-30 21:33:11 +00:00
Matthew Flatt
051db368f1 fixed crash from breaking mred too early
svn: r285
2005-06-30 21:18:38 +00:00
Matthew Flatt
f2f6a71402 fixed list*-immutable
svn: r284
2005-06-30 19:35:24 +00:00
Kathy Gray
cddd4e4e66 svn: r283 2005-06-30 19:29:41 +00:00
Kathy Gray
b6cf15b4b7 Temporarily fixes a recompilation problem
svn: r282
2005-06-30 19:22:41 +00:00
Matthew Flatt
c3147b6468 call security guard for truncate-file
svn: r281
2005-06-30 19:09:24 +00:00
Matthew Flatt
ba0519874a repair to truncate-file
svn: r280
2005-06-30 18:56:23 +00:00
Matthew Flatt
6d9aa4cab7 truncate-file
svn: r279
2005-06-30 17:38:52 +00:00
Matthew Flatt
3d8c40afe4 fixed verify- ops to take old-format exploded signatures
svn: r277
2005-06-30 16:40:13 +00:00
Matthew Flatt
a17bb02f6d fixed sll conspiracy for modules
svn: r276
2005-06-30 16:34:50 +00:00
Eli Barzilay
b2032767d2 Welcome to a new PLT day.
svn: r275
2005-06-30 08:20:05 +00:00
Eli Barzilay
0c81fba1c5 some fixes for windows builds, suggested by Dave Herman
svn: r274
2005-06-30 05:21:43 +00:00
Robby Findler
e3b5ba8ef8 moved contract library to private, in order to export a few more names to special places
svn: r272
2005-06-29 23:33:51 +00:00
Eli Barzilay
f116db2b5a Added llvm to configure, disabled by default, also will not run if llvm is not
here

Made a `make-configure' script that automates running autoconf and what
clean_ac.ss used to do; removed clean_ac.

svn: r271
2005-06-29 20:11:47 +00:00
Eli Barzilay
7c5318c704 Removed traces of lightning
svn: r270
2005-06-29 19:28:16 +00:00
Eli Barzilay
d8e26c21e4 Fix clean target for foreign (ignore if not there)
svn: r269
2005-06-29 17:13:44 +00:00
Eli Barzilay
61b31665d2 Welcome to a new PLT day.
svn: r268
2005-06-29 08:20:02 +00:00
Matthew Flatt
1951afa0a5 added test for bytes<->string/locale
svn: r267
2005-06-28 20:49:40 +00:00
Matthew Flatt
cd014b9c40 fixed getwinhandle yet again
svn: r266
2005-06-28 20:48:31 +00:00
Matthew Flatt
7b89a19190 added missing iconv_open tests
svn: r265
2005-06-28 20:43:34 +00:00
Matthew Flatt
62d8157031 patch to declare wxUpdateCursorTime
svn: r264
2005-06-28 20:33:49 +00:00
Matthew Flatt
b4c18280df makefile clean target
svn: r263
2005-06-28 20:08:09 +00:00
Matthew Flatt
6a81603ede URI query tags case-sensitive
svn: r262

original commit: de84c91d1a
2005-06-28 19:57:19 +00:00
Matthew Flatt
de84c91d1a URI query tags case-sensitive
svn: r262
2005-06-28 19:57:19 +00:00
Jay McCarthy
a2d54ace4d Handling large files better.
svn: r260
2005-06-28 17:15:40 +00:00
Matthew Flatt
0d4bc2cd9d 299.107
svn: r259
2005-06-28 17:01:03 +00:00
Jay McCarthy
8eac2f4d0b Allowing access to response/basic
svn: r258
2005-06-28 17:00:29 +00:00
Matthew Flatt
a69440a111 support to set framework path in os x
svn: r251
2005-06-28 12:51:18 +00:00
Eli Barzilay
fd00d79aff Welcome to a new PLT day.
svn: r248
2005-06-28 08:20:04 +00:00
Eli Barzilay
07b7eec0c3 Welcome to a new PLT day.
svn: r242
2005-06-27 08:20:02 +00:00
Eli Barzilay
5754e34958 Welcome to a new PLT day.
svn: r241
2005-06-26 08:20:02 +00:00
Eli Barzilay
0e8f12cf4d Welcome to a new PLT day.
svn: r240
2005-06-25 08:20:07 +00:00
Matthew Flatt
1fdc922b5a allow multiple instances of MrEd-based apps
svn: r239
2005-06-24 20:59:28 +00:00
Eli Barzilay
7b3e3e09f6 Welcome to a new PLT day.
svn: r238
2005-06-24 08:20:03 +00:00
Eli Barzilay
586f8886ec Welcome to a new PLT day.
svn: r237
2005-06-23 08:20:02 +00:00
Matthew Flatt
c2ec22a830 fixed .xc source of already-fixed .cxx
svn: r236
2005-06-22 22:10:58 +00:00
Matthew Flatt
bda97dfe8a fixed namespace-attach bug related to exp-time phases
svn: r234
2005-06-22 22:03:38 +00:00
Matthew Flatt
4ff341f837 fixed context for id in lifted defn
svn: r233
2005-06-22 21:37:07 +00:00
Matthew Flatt
e4a71a9b3c match phase clean-up and minor contract-expansion improvement
svn: r232
2005-06-22 21:31:11 +00:00