Robby Findler
2577fe88f3
merged in Jacob's changes and fixed a few bugs
...
svn: r1919
2006-01-21 21:36:24 +00:00
Jay McCarthy
5009320ff3
supporting external mime-types file
...
svn: r1915
2006-01-21 19:10:11 +00:00
Jacob Matthews
b4b965180e
Bugfix for package crashing bug
...
svn: r1914
2006-01-21 19:01:36 +00:00
Robby Findler
4b27eba829
partial fix for the bug where tabs scroll positions move around when switching tabs
...
svn: r1913
2006-01-21 18:12:56 +00:00
Eli Barzilay
f1c0a36200
Welcome to a new PLT day.
...
svn: r1912
2006-01-21 09:20:02 +00:00
Robby Findler
417571e4d8
pr 7833
...
svn: r1910
2006-01-21 02:02:14 +00:00
Jacob Matthews
e9b8eda964
.Added support for creating and deleting development links to the planet cmd-line tool.
...
svn: r1906
2006-01-20 22:48:29 +00:00
Eli Barzilay
e1df8982ca
Welcome to a new PLT day.
...
svn: r1882
2006-01-20 09:20:01 +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
Jacob Matthews
19435656d0
Added support for a hard-link file that will hopefully ease development burdens
...
svn: r1876
2006-01-20 00:40:38 +00:00
Chongkai Zhu
66074b867f
Debug bottum added
...
svn: r1875
2006-01-19 23:23:27 +00:00
Guillaume Marceau
038c69c3ef
implemented pattern matching locations
...
svn: r1872
2006-01-19 17:43:00 +00:00
Carl Eastlund
24b9e2f5c7
Reverted changes which broke setup-plt.
...
svn: r1871
2006-01-19 15:05:51 +00:00
Eli Barzilay
7efb1e0db6
fix sorting of "hw1a" "hw1b" etc
...
svn: r1868
2006-01-19 13:04:41 +00:00
Eli Barzilay
1f7cffecae
changing the output file prefix changes some other defaults
...
svn: r1867
2006-01-19 09:54:00 +00:00
Eli Barzilay
6108f2dafd
typo in log message
...
svn: r1865
2006-01-19 06:35:07 +00:00
Carl Eastlund
830f29891c
Honu: continued implementation of contract helpers.
...
svn: r1860
2006-01-18 23:30:02 +00:00
Carl Eastlund
07c86de139
Honu: BROKEN (will fix in upcoming checkin)
...
- added current partial changes to todo list
- renamed most ast structs (haven't propagated)
- added contracts to some ast structs (haven't finished)
- removed define,provide,contract helpers from utils.ss
- started contracts.ss for those and others
- began writing define-structs,provide,contract
for defining hierarchies of structs at once
svn: r1859
2006-01-18 22:54:17 +00:00
Eli Barzilay
bebce2bb3d
Welcome to a new PLT day.
...
svn: r1857
2006-01-18 09:20:02 +00:00
Kathy Gray
455a1c65a7
Bug fixes for inheriting from a compiled class (loss of modifiers), inner class lookup in composite files, and
...
code to recompile java files when the version number changes.
svn: r1856
2006-01-18 05:18:15 +00:00
Carl Eastlund
3bdd7c603d
Updated Honu goals
...
svn: r1855
2006-01-17 23:52:17 +00:00
Carl Eastlund
8efd89de41
Honu:
...
- Updated todo list
- Promoted "name" field of member ASTs to member (rather than field/method/etc.)
- Added false? function
- Added extend-fenv for formal parameters
- Removed class env (folded in with lexical env)
- Added abstraction for member names of a type
- Added abstractions for enforcing distinct types and names
- Updated mixin typing rule
svn: r1854
2006-01-17 23:07:15 +00:00
Kathy Gray
6a2fb814ea
Corrected a bug where empty boxes were not being erased of cue-text after
...
the first focus. Added a call to clear-cue-text on write.
svn: r1853
2006-01-17 22:29:15 +00:00
Matthew Flatt
f81cf986b5
Java example boxes: omit cue text from save-and-loaded or cut-and-paste boxes
...
svn: r1850
2006-01-17 20:35:57 +00:00
Eli Barzilay
9e6f6a67b0
removed debugging line
...
svn: r1849
2006-01-17 20:24:44 +00:00
Matthew Flatt
6bfe687783
put mzscheme in charge of freeing getaddrinfo records that it creates
...
svn: r1848
2006-01-17 19:45:27 +00:00
Eli Barzilay
b1442e74c4
deal with :eval? properly
...
svn: r1846
2006-01-17 10:40:06 +00:00
Eli Barzilay
7f8bb5c68f
Welcome to a new PLT day.
...
svn: r1845
2006-01-17 09:20:02 +00:00
Eli Barzilay
513fcbca40
fix and set svn:eol-style
...
svn: r1843
2006-01-16 20:32:19 +00:00
Jay McCarthy
7a35f717ba
adding test
...
svn: r1842
2006-01-16 20:00:21 +00:00
Robby Findler
12c7c0b6c6
added this, bound in ->r and ->pp contracts, when used in object-contract
...
svn: r1841
2006-01-16 18:42:11 +00:00
Carl Eastlund
d93594fe2a
Honu: Added todo list to cce-notes.txt
...
svn: r1840
2006-01-16 18:25:03 +00:00
Eli Barzilay
ac89eb6ef2
Welcome to a new PLT day.
...
svn: r1839
2006-01-16 09:20:01 +00:00
Eli Barzilay
af997454e0
gui fix?
...
svn: r1838
2006-01-16 07:39:35 +00:00
Carl Eastlund
48a8dac067
Honu:
...
tenv.ss
- Moved provides to end of file
typecheck-utils.ss
- Added check-valid-types!
typechecker.ss
- Used check-valid-types!
- Added helpers for mixin name checking
svn: r1837
2006-01-15 22:05:40 +00:00
Eli Barzilay
029beb046a
fix and set svn:eol-style
...
svn: r1836
2006-01-15 19:08:07 +00:00
Carl Eastlund
e90709d65c
Changed names of some typechecking functions.
...
svn: r1835
2006-01-15 18:57:34 +00:00
Carl Eastlund
10d276dd7b
Honu:
...
util.ss
- Added curry function
- Reorganized provide list
typecheck-utils.ss
- Added module of general typechecker helpers
typechecker.ss
- Made use of typecheck-utils.ss
svn: r1834
2006-01-15 18:53:00 +00:00
Eli Barzilay
3692afbc59
follow libffi changes
...
svn: r1833
2006-01-15 18:01:40 +00:00
Carl Eastlund
fde1701b71
Honu: split up typecheck-defns into separate functions.
...
svn: r1832
2006-01-15 17:24:00 +00:00
Eli Barzilay
ca2fc959c2
Welcome to a new PLT day.
...
svn: r1830
2006-01-15 09:20:02 +00:00
John Clements
893e2fd7a4
...
...
svn: r1826
2006-01-14 01:35:03 +00:00
Eli Barzilay
26b1b6207d
Welcome to a new PLT day.
...
svn: r1825
2006-01-13 13:09:51 +00:00
Eli Barzilay
665a396d6b
type
...
svn: r1824
2006-01-13 13:01:32 +00:00
Eli Barzilay
c311a402bc
added plaintext password option
...
svn: r1823
2006-01-13 12:38:47 +00:00
Eli Barzilay
55da91c556
fix minor gui bug
...
svn: r1822
2006-01-13 10:29:48 +00:00
Eli Barzilay
90ed37cdbc
typo
...
svn: r1821
2006-01-13 10:26:36 +00:00
Eli Barzilay
9083ff9b93
removed msvcr71
...
svn: r1820
2006-01-13 06:46:20 +00:00
Eli Barzilay
2e134ae59c
removed pltgdi
...
svn: r1819
2006-01-13 06:39:48 +00:00
John Clements
de85dc16e7
...
...
svn: r1818
2006-01-12 23:57:44 +00:00