Matthew Flatt
e7cc73c1cf
hack to experiment with disabling contracts
...
svn: r5454
2007-01-25 06:20:22 +00:00
Matthew Flatt
272980489c
avoid chains of derived-from-... names (due to previous attempt at fixing the string vs. symbol problem)
...
svn: r5444
2007-01-24 02:37:01 +00:00
Matthew Flatt
c0c04fb2fc
make derived-from-... name a symbol in a class record
...
svn: r5443
2007-01-24 02:34:38 +00:00
Matthew Flatt
42bf3cfbe0
minor streamlining of unit compilation
...
svn: r5424
2007-01-22 03:45:26 +00:00
Matthew Flatt
dbaccc2d5c
fix cert problem when internal and external names are provided, but no initial value is provided
...
svn: r5403
2007-01-19 01:50:17 +00:00
Matthew Flatt
05faf4f7d3
fix read-to-peek port so that it calls special-value procs only once for both peek and read
...
svn: r5392
2007-01-18 12:17:45 +00:00
Eli Barzilay
19c33a8e2a
no need for string->immutable-string when creating exceptions
...
svn: r5372
2007-01-17 01:18:50 +00:00
Matthew Flatt
87c0d5754e
369.5
...
svn: r5366
2007-01-16 20:55:13 +00:00
Matthew Flatt
32ec113ed1
fix public-final-name-localized bug
...
svn: r5354
2007-01-15 05:58:28 +00:00
Matthew Flatt
91add0453f
369.4
...
svn: r5327
2007-01-12 07:09:56 +00:00
Matthew Flatt
71f0a99be1
fix pretty-print cycle detection for vectors
...
svn: r5228
2007-01-05 07:01:15 +00:00
Eli Barzilay
ddc068c52b
2006->2007
...
svn: r5201
2006-12-31 10:05:55 +00:00
Matthew Flatt
7b13755dad
unit clean-up
...
svn: r5160
2006-12-22 01:26:58 +00:00
Matthew Flatt
caffa6d450
fix rfc2822 timezone output for positive offset (include +)
...
svn: r5151
2006-12-21 01:20:18 +00:00
Eli Barzilay
e56e336194
check identifiers
...
svn: r5135
2006-12-18 05:08:01 +00:00
Eli Barzilay
a772fa8c84
* Better dealing with errors in eval-string and read-from-string/-all
...
* Made them work with byte strings too
* Added tests to the above
svn: r5081
2006-12-11 18:03:33 +00:00
Eli Barzilay
2da3b1f2aa
much improvements
...
svn: r5073
2006-12-10 00:01:10 +00:00
Eli Barzilay
d835aa46f9
switch to kw, reformatting
...
svn: r5072
2006-12-09 21:07:53 +00:00
Matthew Flatt
4f75452dbd
allow macros to expand to require in a-unit.ss
...
svn: r5055
2006-12-07 03:04:19 +00:00
Sam Tobin-Hochstadt
2b876b1f11
Port render-test-list.scm and helpers to use new-style units.
...
svn: r5035
2006-12-05 22:51:47 +00:00
Eli Barzilay
3459c3a58f
merged units branch
...
svn: r5033
2006-12-05 20:31:14 +00:00
Eli Barzilay
36d0159d8f
~n -> \n
...
svn: r4939
2006-11-23 21:54:13 +00:00
Eli Barzilay
ed58b58c90
even better code
...
svn: r4937
2006-11-23 17:56:06 +00:00
Eli Barzilay
a0243b4616
fixed another typo in the code, added tests
...
svn: r4936
2006-11-23 17:49:24 +00:00
Eli Barzilay
f902ea5ba9
fixed some stuff, added tests, added simple option (no ranges)
...
svn: r4935
2006-11-23 17:38:53 +00:00
Eli Barzilay
6fbc2dc27f
improved glob->regexp + tests
...
svn: r4933
2006-11-23 09:53:58 +00:00
Eli Barzilay
145cc5be61
improved regexp-quote and regexp-replace-quote
...
svn: r4932
2006-11-23 05:39:47 +00:00
Matthew Flatt
46fed6e891
serialize paths with convention type
...
svn: r4925
2006-11-23 01:50:00 +00:00
Eli Barzilay
11debcdcdc
reformatted
...
svn: r4916
2006-11-22 00:06:01 +00:00
Eli Barzilay
1de6b29aed
no need for let*
...
svn: r4841
2006-11-13 19:53:13 +00:00
Eli Barzilay
ed575e9e03
use path-element where needed
...
svn: r4838
2006-11-13 19:15:55 +00:00
Eli Barzilay
9d04d4dcfc
indentation
...
svn: r4837
2006-11-13 18:50:36 +00:00
Matthew Flatt
b8924dfbea
fix syntax-parameterize when RHS refers to LHS (PR 8383)
...
svn: r4830
2006-11-13 00:49:50 +00:00
Robby Findler
83e09ada4c
fixed a bug -- used to duplicate subexpressions
...
svn: r4814
2006-11-09 22:42:14 +00:00
Eli Barzilay
b04926284f
fix c->scheme for structs: set all tags
...
svn: r4799
2006-11-07 04:25:04 +00:00
Shu-Yu Guo
dfaad3f28a
contract opting should not be provided for release.
...
svn: r4795
2006-11-06 20:45:47 +00:00
Shu-Yu Guo
eaf71a272a
typos, name tests for opt/c.
...
svn: r4781
2006-11-05 06:45:58 +00:00
Carl Eastlund
22fd8f51cc
Added tracing capabilities to mzscheme's class system.
...
- class-internal.ss exports two versions (traced/untraced) of macros/functions
- classidmap.ss provides expansion to both forms (traced/untraced)
- class-traced.ss exports traced versions
- class.ss (unchanged) exports untraced versions
- class-events.ss contains hooks called by traced version
Functionality will be used by tool to be released via PLaneT.
svn: r4778
2006-11-04 20:46:52 +00:00
Shu-Yu Guo
bd0b34a9ac
- refactored opt/c to its own struct/prop
...
- moved opters next to their respective original contracts where possible
- the rest moved to contract-basic-opters.ss to avoid module cycle
- fixed some typos
svn: r4774
2006-11-04 05:02:57 +00:00
Matthew Flatt
d863eac492
allow fields in a trait
...
svn: r4741
2006-11-01 23:01:18 +00:00
Matthew Flatt
58191912c6
added real->decimal-string (one piece of a real formatter)
...
svn: r4685
2006-10-26 06:55:29 +00:00
Eli Barzilay
23882b3fac
use sort to implement quicksort
...
svn: r4682
2006-10-25 17:10:05 +00:00
Matthew Flatt
60fe398868
added trait, finally
...
svn: r4681
2006-10-25 08:02:59 +00:00
Matthew Flatt
e7fd0e5818
clarify connection of control and fcontrol
...
svn: r4611
2006-10-16 02:09:36 +00:00
Eli Barzilay
45b095f968
Sitiram -> Sitaram
...
svn: r4598
2006-10-14 01:52:23 +00:00
Matthew Flatt
2f86c5d14d
new control MzLib library
...
svn: r4595
2006-10-13 22:06:32 +00:00
Eli Barzilay
19ce52a1ea
assume put_byte and put_short get numbers in the right range (looks like its ok)
...
svn: r4491
2006-10-05 05:30:50 +00:00
Eli Barzilay
4e7be21178
misc minor improvements
...
svn: r4490
2006-10-05 05:15:36 +00:00
Eli Barzilay
4f7cc1e56b
fix for PR8331
...
svn: r4487
2006-10-05 01:54:36 +00:00
Eli Barzilay
97c30012ed
Mainly reformatting and using kw.ss instead of opt-lambda and case-lambda
...
svn: r4453
2006-09-28 16:13:32 +00:00