Eli Barzilay
e523655315
Added last-pair and tests
...
svn: r9422
original commit: 13c5e3812d252bab985f29210862308ae8623396
2008-04-23 13:20:05 +00:00
Matthew Flatt
821142782e
net docs finished
...
svn: r9317
original commit: 8284b3ab159520baec75192fc760678af5cc22ef
2008-04-15 14:13:10 +00:00
Matthew Flatt
a29c3ce826
remove euler from scheme/math
...
svn: r9290
original commit: 8036ddf5a1639149d14cb0769fc61822518f9694
2008-04-14 11:44:13 +00:00
Matthew Flatt
cd2b0edd06
net/url and tests fixes for windows
...
svn: r9249
original commit: 2dc02d81fe13aa2f275657e2b91368271bba9927
2008-04-11 01:12:01 +00:00
Matthew Flatt
fb5df9a571
change -q to config option, fix unlikely race condition in wake-on-signal, add path->url and url->path, and adjust URL parsing
...
svn: r9239
original commit: 0153e122b7423d578acc480904f7a0fcfd52f46d
2008-04-10 19:05:35 +00:00
Matthew Flatt
6b6ae47140
new hash function names and ops (3.99.0.23)
...
svn: r9209
original commit: 021d4d7527f39cc01b6b8952f4a90e61e55e8956
2008-04-08 21:42:38 +00:00
Eli Barzilay
a7fa9518b6
* Move the scheme/contract tests to scheme.ss
...
* Split string.ss into string-mzlib.ss which is left in mzlib.ss
* Call the string.ss from scheme (which now has only stuff from scheme/base)
svn: r9196
original commit: 2888a16d0e65bb42380e51427a6804bc557ff5ce
2008-04-08 12:29:04 +00:00
Matthew Flatt
7f2d6a8484
generalize this-expression-source-directory
...
svn: r9176
original commit: f31bf12543ffed4d9d2c2c0b9941d65db2576025
2008-04-07 12:52:59 +00:00
Sam Tobin-Hochstadt
509b5f43f8
Add new match implementation.
...
Does not yet work:
- some errors about car of ()
- some match-expander certification errors
svn: r9049
original commit: b7127dc9c77f55bb6f787fbb58d4ebaa940f525f
2008-03-21 23:54:58 +00:00
Eli Barzilay
1e11cd39f8
reformat
...
svn: r9039
original commit: 02c33947263e79ecb3a3fea436f91d023b94d899
2008-03-21 13:13:31 +00:00
Eli Barzilay
0b86826a0d
improve rec
...
svn: r9038
original commit: a93dbcb135ddcc0df25eb07d20f287c93e111f93
2008-03-21 13:09:45 +00:00
Matthew Flatt
9cfbf28481
prefab structure types (3.99.0.18)
...
svn: r8967
original commit: 293ba025bad3b0341715153f8cbfd37f4d871a38
2008-03-13 20:59:22 +00:00
Matthew Flatt
db1a358d81
fix some error-message reporting for mzscheme define-struct
...
svn: r8953
original commit: 9ecf9dfe4aedc729a71fc525399e89caae066e2f
2008-03-11 21:14:40 +00:00
Eli Barzilay
8dc8589a9a
* Moved the srfi-4 functionality back into the foreign library, so its
...
available from there instead of only from srfi/4
* Added scheme/modspec-forms with `matching-identifiers-in' for a
generic regexp-based selection of identifiers
* Used this new form to get make srfi/4 reprovide the relevant stuff
from foreign
* Did the same for srfi/66 (and added the missing renames etc to
foreign)
svn: r8944
original commit: 3c29bbda9d7cd8366b0bbe283f75aa1ce00c94d9
2008-03-11 13:06:29 +00:00
Eli Barzilay
f40329c855
* Added svn:ignore to ignore test-generated files
...
* Renamed mzlib/contract header (distinguished from the other)
* Added "scheme.ss" to test things from the scheme collection
* Added "for.ss" to the "scheme.ss" tests, renamed the section header
to `for'
* Added "list.ss" to test stuff from scheme/list: flatten
* Moved list tests from "function.ss" to "list.ss": foldl, foldr,
filter, memf, assf, sort; removed bogus quicksort-mergesort test
svn: r8928
original commit: 401a535e11cd081238ba3eb0db565511439445f9
2008-03-08 07:34:22 +00:00
Noel Welsh
694ebaae8e
I have changed the SRFI-4 implementation so structure types are exported for types except u8. This allows developers to subtype the SRFI-4 structures. I have also refactored the code, leading to a significantly simpler implementation
...
svn: r8918
original commit: a53d243e99a1d9a44b6cf9126b5d7eecdd0cb3e9
2008-03-07 16:24:06 +00:00
Matthew Flatt
0bbfa652f7
fix coroutine API and test to avoid timeout races
...
svn: r8900
original commit: b45163183154e038f0736b0c0814157545db0075
2008-03-06 14:08:29 +00:00
Matthew Flatt
349cb92027
plt-r6rs executable and initial r6rs docs
...
svn: r8859
original commit: b7cfd2fd0035df7a11cf274d1d3d4b43c13c50ef
2008-03-03 21:59:09 +00:00
Matthew Flatt
dc5dd14c5d
add newline handling to reencode-input/output-port; provide a streamlined path for custom-port buffering (via pipes); fix JIT bug related to updating the runstack pointer after a call that turns out to be a direct-native call
...
svn: r8851
original commit: b3476706ece63ddd451de728d8923837172e481a
2008-03-02 16:00:12 +00:00
Matthew Flatt
143975381c
more r6rs work
...
svn: r8825
original commit: 8ffe707b7693f7fb433a0ae2eab757ee2e96860a
2008-02-29 02:37:00 +00:00
Matthew Flatt
d7bc8a5249
minor r6rs work
...
svn: r8817
original commit: c9a326111dbe02510ece62c2a9acb7639efc93bd
2008-02-27 14:53:41 +00:00
Eli Barzilay
6b867572bb
make all files terminate with a newline
...
svn: r8786
original commit: bb34f747b60bb4b06e0c2098e9c591677fb49d57
2008-02-24 21:27:36 +00:00
Eli Barzilay
0cc6039906
use new require specs in many places
...
svn: r8774
original commit: b1a08edd5a8c0db0bae4a9e052d9a93d1faabb4f
2008-02-23 09:42:03 +00:00
Robby Findler
ce59444e81
removed union from scheme/contract
...
svn: r8745
original commit: 79f4b8ff30fa8e8f90288e6f9dc2cbef3891a15e
2008-02-20 21:18:48 +00:00
Matthew Flatt
4604dc7024
3.99.0.13: generalize require and provide to work with arbitrary phases
...
svn: r8742
original commit: ba63bd6f954b4b1ce09225f4b55dbe7c3a93a46b
2008-02-20 14:17:37 +00:00
Matthew Flatt
732be097b2
more mzlib scribbling
...
svn: r8621
original commit: e958a5af7ad7cfae58f0afc3a7e2e0c801d0fdad
2008-02-11 14:27:42 +00:00
Matthew Flatt
a982e14bb3
fix scribble output when a table appears as the first thing in an itemization item; a little more mzlib scribblings
...
svn: r8617
original commit: 9bfa156f91656007ac2af9b1af48fe3b01bd094e
2008-02-11 12:55:30 +00:00
Matthew Flatt
465b675b5b
doc and test repairs
...
svn: r8597
original commit: 1959c567431344b468d47fa873e093b5ab0787c4
2008-02-09 13:01:39 +00:00
Eli Barzilay
6472b1a786
improved error message
...
svn: r8574
original commit: 11d4f9c00cebc9ea7c3dcb822ad9a5a64af43d49
2008-02-07 21:12:12 +00:00
John Clements
c0170dc646
...
...
svn: r8572
original commit: d135abdd17aba4911b049f084c6c40b9b665bb4b
2008-02-07 19:45:51 +00:00
John Clements
16ed01274e
saw my own bug first
...
svn: r8571
original commit: 16f4125d0e539dbced159218741e412db2ca3d55
2008-02-07 19:37:27 +00:00
John Clements
179d96326e
took eli's suggestion re: use of or
...
svn: r8570
original commit: 6c0ac2d25c4824076f098f6a4b191e06bf445a0e
2008-02-07 19:34:22 +00:00
John Clements
b0db8f3d76
error message for non-string result in get-cgi-method
...
svn: r8569
original commit: b79ea16fcfa5d46eb944fb4d704c9e286582e48e
2008-02-07 19:27:37 +00:00
Matthew Flatt
5f53e41e97
more mzlib scribbling
...
svn: r8552
original commit: 15304f587024343e50fb72b6baed849459d76b6b
2008-02-06 04:10:54 +00:00
Matthew Flatt
b047cf8e64
start scribbling mzlib (about half done)
...
svn: r8546
original commit: 8bac4b1d282f4b8aea11d02dca7c358ddbb0f7fc
2008-02-05 22:07:35 +00:00
Eli Barzilay
288b7d36ee
minor
...
svn: r8460
original commit: 9034c327f39472e9dbc8339f0ef61729c99cfc65
2008-01-29 15:39:37 +00:00
Matthew Flatt
c586e46e54
scheme/bool and scheme/local
...
svn: r8394
original commit: 17d717a8baee404a1a88e10ba893fb943efb2653
2008-01-23 18:11:02 +00:00
Eli Barzilay
1ab009e313
PR 6393
...
svn: r8391
original commit: b3007d90882b3b2c41f380faf954b4571e0959f0
2008-01-23 14:58:38 +00:00
Matthew Flatt
c55cb486c0
small doc fixes, plus change to syntax pattern matching to allow null as a dotted match after ellipses
...
svn: r8384
original commit: b2dbe63ed1d33bdf317ff6ec7fc8b9e17e3933c3
2008-01-23 01:35:26 +00:00
Matthew Flatt
15b2bb3c4a
weak hash table for cstructs needs ephemerons
...
svn: r8353
original commit: 74062d996f96be38a2a36b202d6bbd6bc835edcb
2008-01-16 23:19:07 +00:00
Matthew Flatt
ac830fc73e
added 'more: systems' doc
...
svn: r8341
original commit: b014545c7a7de0d7599a9383af830821f832ddb8
2008-01-16 00:21:19 +00:00
Matthew Flatt
dbd9978f63
start mzc scribbling
...
svn: r8334
original commit: 8b16cee613d8ea3258c98e2e4c98b3756ae04019
2008-01-15 13:09:40 +00:00
John Clements
317205cbed
added mappend\!
...
svn: r8326
original commit: 6267a1912236745a97366e122de2779282eb1c22
2008-01-14 23:07:24 +00:00
Matthew Flatt
61121abe07
change path->main-collects-relative, and change output directory of start document
...
svn: r8301
original commit: 05434ec54da3cd9362493c024d73de5ec3f516a8
2008-01-11 19:54:38 +00:00
Robby Findler
18ecdda414
renamed string/len to string-len/c
...
svn: r8237
original commit: cda0888ab94e37deda66af8da5ca7dec10fccd30
2008-01-06 15:53:50 +00:00
Matthew Flatt
adca444b9a
3.99.0.9: binding links in docs use nominal import sources
...
svn: r8196
original commit: 7fc41024c0f09d03bed22c9e68bc2548f9222b77
2008-01-03 19:07:02 +00:00
Robby Findler
87b19de0a8
mostly finished the contract library changes
...
svn: r8195
original commit: 3cf6ed46738360cb84a414423d176e14bf79e803
2008-01-03 18:10:43 +00:00
Eli Barzilay
855f00a028
2007->2008
...
svn: r8169
original commit: 281c1b8838aff87a984e16af9d96cc9d28c2eead
2007-12-31 00:47:21 +00:00
Robby Findler
e60ffe9547
finished ->d
...
svn: r8166
original commit: 90de53d2b23695002659e0c26237dc2fd6c63db1
2007-12-30 23:36:58 +00:00
Matthew Flatt
c69692878f
disallow empty application; rename regexp-match/fail-without-reading to regexp-try-match
...
svn: r8152
original commit: 1d8b21f53b4bdd14d7986aeda2ba76c351370a60
2007-12-29 13:51:32 +00:00
Matthew Flatt
96bcbb0713
scheme/mpair
...
svn: r8151
original commit: 92ac61e806c4d2b99a9da695a2409d6b61cd3ac4
2007-12-29 12:30:25 +00:00
Robby Findler
351e6806e7
finished the new ->*
...
svn: r8086
original commit: 342eb86c102a25d6573919437322b1d393cffafc
2007-12-20 20:35:58 +00:00
Matthew Flatt
cc5373a844
shared
...
svn: r8069
original commit: f70ea2d03aea2e5c74536d1f64d1df023090432a
2007-12-19 21:32:07 +00:00
Matthew Flatt
0684ea4a78
finish fixing sandboxed test suites
...
svn: r8062
original commit: 19a6edc664f8c7320e66b35dfc4bfb9fc2afcf62
2007-12-19 14:46:30 +00:00
Matthew Flatt
2bb52ebd20
put mzlib test suites into separate sandboxes
...
svn: r8058
original commit: 36c56848768a7d531f3f7467c200544f33639fec
2007-12-19 04:12:02 +00:00
Matthew Flatt
2d7b53140b
lazy, force, delay in scheme/promise and scheme; clean up mzscheme some, and clean up the docs some
...
svn: r8053
original commit: 415cd0bf1529db4521b8372ebb21e76e6ff628be
2007-12-18 21:37:23 +00:00
Robby Findler
7e8aee13c4
fixed naming bugs and added a test suite to ensure that I preserve backwards compatibility with the old version of mzlib's contract system
...
svn: r8050
original commit: 49f198dad7ce77fa7c421cab3342a8d39295f530
2007-12-18 20:49:33 +00:00
Robby Findler
1e8e36b48f
added keywords to ->*
...
svn: r8049
original commit: a3f3dcb64d106142806d4febd5c02bc97352b923
2007-12-18 20:19:11 +00:00
Robby Findler
4c1acd1bb6
added keywords to -> contract
...
svn: r8041
original commit: 0e43e1da8ca10aad81945c47a7dc98faba28c459
2007-12-17 23:48:30 +00:00
Robby Findler
34c28b9080
converted the contract test suite to use scheme/base and fixed bugs along the way
...
svn: r8032
original commit: 116241eee537922a4fc01ddbad0d100b40e4ebb0
2007-12-16 22:45:52 +00:00
Robby Findler
f0aa868ce8
removed links to old mzlib stuff and mzscheme module from the contract library (but not from all the libraries it depends on)
...
svn: r8023
original commit: 8a7cdad926e8c3c9a8fa81f6f6966dcd453b6019
2007-12-16 00:20:18 +00:00
Robby Findler
a23d25b76e
moved class, contracts, serialize, and traits into scheme/ and changed the class and contract interface so that contracts no longer depend on the class system (instead its the other way around)
...
svn: r8017
original commit: 9a0498b44d41b5d4ae5ae4227ef3c260911af964
2007-12-15 18:46:55 +00:00
Matthew Flatt
101f8e8cfd
new scheme/cmdline, refine -r/-u to imply -N
...
svn: r7989
original commit: 138a38ea04bce3f7f3294887eaae6e980e91b3e5
2007-12-13 15:04:20 +00:00
Matthew Flatt
7a8cb124d1
add 'compose' to scheme/base; switch Help Desk to a mzscheme app
...
svn: r7979
original commit: bd7ced966ed54fedd5608a68ef8ec212a913e30d
2007-12-12 22:17:09 +00:00
Matthew Flatt
c82a619504
sandbox doc and API tweaks
...
svn: r7972
original commit: 5a6f8aede320c90a8209942d10f382760d40f10b
2007-12-12 18:39:15 +00:00
Matthew Flatt
2ae2c75f25
revised mzlib/sandbox in scheme/sandbox
...
svn: r7965
original commit: 622cd0554d57fc1c5f1dc03c69504703181eec18
2007-12-12 13:47:02 +00:00
Eli Barzilay
ea7f084922
fix else binding after its destroyed
...
svn: r7953
original commit: 41133f53415621001afc19915b46fe03e8bb88f0
2007-12-11 11:54:58 +00:00
Eli Barzilay
07cb261b6c
avoid requiring mzscheme
...
svn: r7951
original commit: ddc2ade2714a4924cd60a0895b74062954768a85
2007-12-11 11:28:50 +00:00
Matthew Flatt
193490b000
finish FFI scribbling
...
svn: r7944
original commit: d7e8371254553dcbcab8bc56a9040ef37b8d617b
2007-12-11 00:32:41 +00:00
Matthew Flatt
03adf2f5d1
split part of scheme/file into scheme/path, document them
...
svn: r7938
original commit: ca5a7c5560ee5eb26252c239dbf33f672a9749ac
2007-12-10 17:59:26 +00:00
Matthew Flatt
fb74476915
change 'include' and 'include-bitmap' to better match normal module-path syntax
...
svn: r7936
original commit: eab8008c4f62d8561c57d8642860f0c5061ddbc7
2007-12-10 16:13:25 +00:00
Matthew Flatt
fcdea053bb
fix modbeg again, change resolved module path so that it is not case-normalized
...
svn: r7917
original commit: a7dad576bdec8c0be0221e18ed37ce432e265c22
2007-12-07 17:51:08 +00:00
Matthew Flatt
d1fae6113e
improve arity error messages when keywords are involved
...
svn: r7887
original commit: 9b96716432ce0cd278cf0221bebe89382abb2fa8
2007-12-02 15:45:51 +00:00
Robby Findler
96069ad6e6
improved contract library so that structs without mutators work and it now passes the test suite
...
svn: r7879
original commit: a295a42c158313f4c05911e913270fbd48504f71
2007-11-30 22:50:01 +00:00
Matthew Flatt
0300414a16
change trace & untrace to not return anything
...
svn: r7853
original commit: 517e20f868d1225ce0407eee677f677ac0cabbad
2007-11-28 20:29:03 +00:00
Robby Findler
029ac22754
some progress on the contract test suite
...
svn: r7850
original commit: 47a4b69e5d375564adb9dcc6d31b249c96160ff3
2007-11-28 04:38:23 +00:00
Matthew Flatt
f98ac03136
fix some tests
...
svn: r7847
original commit: 8138758ea54c310f71d9cc108e432f71f5a508b6
2007-11-27 17:58:59 +00:00
Matthew Flatt
8f1da824ae
doc fixes
...
svn: r7832
original commit: 5f312dcbde3ed674c3af3d4d5ded23eb1a93ebc8
2007-11-25 19:48:41 +00:00
Matthew Flatt
081dcf5c51
change scheme/unit and scheme/signature #langs to build on scheme/base
...
svn: r7792
original commit: 5b0a0be3d65f5a8deb871a43e077665377067aa9
2007-11-20 23:44:31 +00:00
Matthew Flatt
7562835461
repair mz test suite
...
svn: r7760
original commit: 3abf3eb098e77ef52e92c61d4875c4ad3ecf5c9f
2007-11-18 04:34:49 +00:00
Matthew Flatt
d93a534700
3.99.0.3: improved namespace API
...
svn: r7756
original commit: 391892a848cc5119c42962d68730c4b391833d07
2007-11-18 02:06:57 +00:00
Matthew Flatt
5c959ff3e6
v3.99.0.2
...
svn: r7706
original commit: 39cedb62edf9258b051a22a29a90be9c6841956f
2007-11-13 12:40:00 +00:00
Robby Findler
f6ff9446a7
uses the remapping for determining named-let status now
...
svn: r7607
original commit: 96117cc86dcde01071e24db35feede0349711a3a
2007-11-01 12:34:58 +00:00
Matthew Flatt
1de83175c9
fix hash-table pretty printing when the value part of a mapping is a pair
...
svn: r7600
original commit: 07d9a8130b91ecdf831acdab43de942c5bba1240
2007-10-31 11:25:00 +00:00
Robby Findler
204dee9ec5
improved contract libraries handling of #%app for provide/contract'd variables
...
svn: r7590
original commit: 359196ae82ee061117fdb0bb1b1acb45b3f8b013
2007-10-29 21:07:43 +00:00
Eli Barzilay
34a8c4f248
avoid exposing the command-line arguments
...
svn: r7484
original commit: ac9e9b4f023c71e3421e5d880483b4386aa3a809
2007-10-11 02:00:24 +00:00
Ryan Culpepper
69b998cb2b
fixed duplication of code in define-macro
...
svn: r7482
original commit: 29501ba68adf634e4135c8d0ab2832cd53cd324d
2007-10-11 00:15:07 +00:00
Robby Findler
c2c79c0d42
added a test
...
svn: r7477
original commit: 992eff0c63b1bb0b12114819c42fdc4e36f00ce4
2007-10-10 20:42:42 +00:00
Eli Barzilay
b04157aa61
fix bad input to raise an error as usual, added tests
...
svn: r7445
original commit: 6c13e101bfc3f4f18c08f6bcdd8c0a23556c2a70
2007-10-07 18:12:11 +00:00
Robby Findler
3145244ce3
added failing test case pointed out by Matthew
...
svn: r7400
original commit: 0dacc38c534c9d59c0ec4d0ac6e37867f562c538
2007-09-22 15:49:37 +00:00
Matthew Flatt
83ee5deb31
experiment with alpha setting in dc<%>, plus some slideshow experiments and other minor changes
...
svn: r7399
original commit: b9a0d860c07a1c58c46a60fdb1ce0541eca225d2
2007-09-22 13:48:22 +00:00
Eli Barzilay
bc69e19c0f
fixed endian-ness
...
svn: r7377
original commit: 05ae7be90da32c0aa0cad25c09afd2f7ff1bf00e
2007-09-18 13:54:18 +00:00
Robby Findler
bafb017c5e
moved contracts back to contract library
...
svn: r7367
original commit: 65cfcd572290b3a3961ac34dd8edc5204c3efb0e
2007-09-17 17:09:58 +00:00
Eli Barzilay
a238f1e6af
allow raw result from md5
...
svn: r7366
original commit: cae0931777f92be52d0f8598ec30ecb813c66d38
2007-09-17 16:54:54 +00:00
Robby Findler
388cdee4d0
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
original commit: bd93217061d4304ed840fb1106666fabcbf0a930
2007-09-17 02:27:05 +00:00
Matthew Flatt
37265a7250
371.3
...
svn: r7350
original commit: 001404dec0ddf49e774ecac33df6601c4e1b542c
2007-09-15 22:27:14 +00:00
Robby Findler
84d56bf80c
tried to improve size of generated code for structs
...
svn: r7348
original commit: b7c441833e7b84dd1705b2c5507ff603670d725b
2007-09-15 19:57:28 +00:00
Eli Barzilay
b166d5b37e
do not trust require spec from user code
...
svn: r7342
original commit: 45649900e7047828f8e9aa536ea6f33af361b7e0
2007-09-15 00:50:54 +00:00
Eli Barzilay
5779d59bfb
recurse into prefix etc require specs, ignore symbols
...
svn: r7341
original commit: d35939f5ed7c03f7134248c812dbaa056de7fd7d
2007-09-15 00:09:29 +00:00
Robby Findler
be84b7685f
few minor improvements to the code generated by the contract library
...
svn: r7339
original commit: 33311ab2114f97ab5e039daa5ce7599dc89d82e4
2007-09-14 21:27:53 +00:00
John Clements
f35a9d26c2
tests for minor bug fixes in date.ss
...
svn: r7309
original commit: c192fba30262b9cce40a2d36b05e384c70135fda
2007-09-11 05:03:03 +00:00
Matthew Flatt
f8c7594976
371.2
...
svn: r7263
original commit: e4cbc4e6a938fd5bd90aab305ca39d61e7eae151
2007-09-02 17:39:32 +00:00
Matthew Flatt
1e119e583d
fix sandbox for running in MrEd
...
svn: r7213
original commit: 76cad48393ec41dfabb3fc6b0457d47ca0685c8c
2007-08-29 20:34:17 +00:00
Eli Barzilay
8f9c92b506
new thread breaking in sandbox, improved with-limits to use call-in-nested-thread
...
svn: r7124
original commit: 2e636a54f125c14bea4ba7a32c5b7d50708af987
2007-08-19 23:45:08 +00:00
Eli Barzilay
3b074c7dad
new thread breaking in sandbox, improved with-limits to use call-in-nested-thread
...
svn: r7123
original commit: 392f99b71726d504842c35a8e27d206108010bc6
2007-08-19 23:27:14 +00:00
Eli Barzilay
73be59b627
changed default current-alist-separator-mode to amp, added semi-or-amp mode
...
svn: r7057
original commit: 0e2a1a465ac5bb8d0e5a67ed115e584e0faef1e9
2007-08-08 15:30:03 +00:00
Robby Findler
9f656deb25
changes noticed by Matthew
...
svn: r6980
original commit: 67dd80eb7892c7541f58dea69f5d53350e828a36
2007-07-29 18:56:32 +00:00
Eli Barzilay
76668972ee
PR8809 (value-less keys in the query parts) -- see message in the PR log
...
svn: r6931
original commit: 418df561e70b960fc3e4d764bca4b55d5eb62bda
2007-07-18 03:42:23 +00:00
Eli Barzilay
84e2fa4c84
sort directory lists so operations are independent of filesystem directory order
...
svn: r6930
original commit: 045b9e9ec7996991bf102fbbe99327463841f115
2007-07-17 09:38:53 +00:00
Eli Barzilay
56c8cafc5b
some code reformatting
...
svn: r6929
original commit: e198aa3c292f3eda1dc2dabe50b77ab7589e4168
2007-07-17 09:16:30 +00:00
Eli Barzilay
7baf211d44
new promises
...
svn: r6912
original commit: eef7c4012776f0a0fcd4104d282000660b04bfe4
2007-07-14 05:08:23 +00:00
Eli Barzilay
77f1254ab7
read-accept-infix-dot
...
svn: r6835
original commit: ef9994abc538d83ed96e97615f0fd371af615066
2007-07-07 15:20:02 +00:00
Robby Findler
067bf11ed7
added parameter/c
...
svn: r6770
original commit: 2dfd35e5c713f9d38eb8d704a70f725e796f3722
2007-06-29 16:44:18 +00:00
Matthew Flatt
d43d9a3d1b
fix problem with recursive reads on hash tables, sfix syntax-quoted hash tables in marhsaled compiled code, and add a bit more new documentation
...
svn: r6759
original commit: b883f4ef765c783d4a013b76ebdbb2f6b7a8acd0
2007-06-28 22:59:06 +00:00
Matthew Flatt
2c3f6d0c49
IMAP: generate shorter message lists
...
svn: r6750
original commit: c8b406bc7958e311976ec21c8b12d6aceb9f1efb
2007-06-27 21:54:22 +00:00
Matthew Flatt
151354bfc2
370.4
...
svn: r6710
original commit: d518f24039bf632adc4ae57d08ecfad07dd2f5bc
2007-06-20 21:11:38 +00:00
Eli Barzilay
8ca6c1c10a
fix reading Unicode text
...
svn: r6684
original commit: eeaf779411ac6183dee8a8412885c868e9a65556
2007-06-17 10:40:23 +00:00
Robby Findler
6c71323fb9
added a test case for the bug Shu-yu just fixed
...
svn: r6675
original commit: ce0b5fec2fd4b79abd049765c7580114cf1bc201
2007-06-16 17:29:19 +00:00
Robby Findler
a0fb0d5248
fixed define-contract-struct so that it defines (via define-syntax) the struct name, following the define-struct covention
...
svn: r6664
original commit: ea5b3493f3ce62233fe96968b2b5d7026152b0df
2007-06-14 21:14:14 +00:00
Matthew Flatt
32c82aa53a
keyword-procedure implementation scribblings; reverted opt-lambda hacks
...
svn: r6654
original commit: b0328d48536f158fa1238a8a8675ceaf26b425fe
2007-06-14 02:05:38 +00:00
Matthew Flatt
31a56be75c
fix trait bug found by Ryan
...
svn: r6653
original commit: 2385d8bd9318c1f25e1cc34642853aa8f5123180
2007-06-13 22:47:17 +00:00
Robby Findler
251d76073b
fixed PR 8737
...
svn: r6596
original commit: 3857b95a7b9886b5884c299206cc411882023fcb
2007-06-12 15:23:54 +00:00
Matthew Flatt
2092210508
work on docs for keyword arguments
...
svn: r6581
original commit: 05607ad6615dfd0bbbb9593d5b620898d373b3b3
2007-06-12 01:44:02 +00:00
Robby Findler
f647006423
changed the set of exported names a little bit
...
svn: r6577
original commit: 44ca7fb6e5e2223d78e01c68b380a0a0e7e97520
2007-06-11 20:50:50 +00:00
Matthew Flatt
0823deef6b
guide and reference work; change opt-lambda to use lambda/kw and hack in keyword support for documentation purposes, along with define-opt
...
svn: r6572
original commit: 32e91015944dc36313bd5662390d93e33967047e
2007-06-11 07:19:42 +00:00
Matthew Flatt
04662786e0
get rid of for-values, change document format for mini-grammars
...
svn: r6549
original commit: 7d7cae8bf248c401674bc372202c2173e8c3dbfd
2007-06-09 01:13:52 +00:00
Matthew Flatt
bfc0ac43f9
370.3
...
svn: r6545
original commit: 63ce7b93fb53b8d74c4f335bf1b6f5718d9d7e3c
2007-06-08 08:03:06 +00:00
Matthew Flatt
97dd1d81e2
revised 'for' and docs
...
svn: r6400
original commit: c59c7ebab760505fc3215b4c58a823617df0bb0d
2007-05-30 03:10:57 +00:00
Matthew Flatt
a2a1b023c1
370.2
...
svn: r6369
original commit: e9385a910eac5c2f84dccbe6d66fed0741200785
2007-05-29 03:26:32 +00:00
Matthew Flatt
498f55e8ce
revise generator names in for.ss
...
svn: r6329
original commit: 4074eb593ae9dfefc657b56f4ba310dfde235aaf
2007-05-26 00:52:55 +00:00
Matthew Flatt
d268afcc07
add comprehension implementation, though it may not survive
...
svn: r6247
original commit: 27624d91d6e11db019c33b393b4a0ff9e91a8ecc
2007-05-24 01:24:23 +00:00
Robby Findler
4e3946d1dc
fixed default value of parameter
...
svn: r6234
original commit: 3d4f1532750882c20634caa355d5ff7035a5a820
2007-05-19 23:05:09 +00:00
Robby Findler
fb4ae3d6f2
added pretty-print-abbreviate-read-macros
...
svn: r6231
original commit: bd7f075593f6743dd07fcb4d2e1c84caa83ab902
2007-05-19 17:28:02 +00:00
Eli Barzilay
a294e5fb65
removed redundant check
...
svn: r6198
original commit: 091e7c0673ff8e876e6ba4aafc9489a704223296
2007-05-10 23:23:47 +00:00
Robby Findler
f1b5db54b7
improved error checking for provide/contract struct clauses
...
svn: r6155
original commit: e41ff4705e6862f19a9dc034e8983be8d94ee8d2
2007-05-05 17:50:19 +00:00
Matthew Flatt
0612f30ec6
add support for 'lib paths in define-runtime-path, and change world.ss to use it
...
svn: r6150
original commit: e85a15df9887cce43bd9ff43068480b1734d8f50
2007-05-05 00:17:06 +00:00
Matthew Flatt
7298c341cc
temporary fix to preferences-file problem
...
svn: r6149
original commit: ba66079155181fa773353081ea89a352adcfb706
2007-05-04 23:32:24 +00:00
Eli Barzilay
8ed8fd7a62
made it possible to try several versions, use it in readline and openssl
...
svn: r6138
original commit: 26ab4af5f70617fa1752190458c0533ceaef7cd8
2007-05-04 06:08:48 +00:00
Eli Barzilay
50c870a048
use new mzscheme primitives
...
svn: r6109
original commit: 9c35fbd7ffb52af4e1e19a9d336fa3907113ce50
2007-05-01 08:49:29 +00:00
Robby Findler
bad1133100
fixed bugs in test suite
...
svn: r6104
original commit: 047346c1c8f9897ff6bc064e8d70963ffa36d740
2007-04-30 19:39:15 +00:00
Robby Findler
9138c5aa14
added unsafe list contract combinators
...
svn: r6096
original commit: 5ac3fdd86e905d679741fadca1dbe92b5894e6e9
2007-04-29 21:46:27 +00:00
Matthew Flatt
54bbbacc04
369.11
...
svn: r6085
original commit: e9bf34f1930103f62651e3ec5cbf35b791d097c6
2007-04-29 02:08:24 +00:00
Robby Findler
cd0e01c68e
fixed a bug in structs
...
svn: r6059
original commit: ddf5ddaf68f6492dd4cd739481573de3ad927040
2007-04-27 22:02:14 +00:00
Matthew Flatt
fedbdecb6d
fix gunzip to consume all bytes for the gzip stream
...
svn: r6058
original commit: 1227511d1c2a5652fb026cdc24c19561cc1dd510
2007-04-27 08:06:02 +00:00
Eli Barzilay
e69e0e4552
better regexp use
...
svn: r6057
original commit: 3098287803d3b5c2d4a2448ba19cf4061614aec5
2007-04-27 04:22:21 +00:00
Eli Barzilay
76aa4bffb6
svn: r6052
...
original commit: 853579755dcf7cbe32b33d6be3d862cf48ff371d
2007-04-26 21:39:36 +00:00
Matthew Flatt
b9da8168b0
369.10
...
svn: r6003
original commit: a45251d27211d633dc1834a92bc44bddeb983316
2007-04-20 01:16:15 +00:00
Eli Barzilay
302308a730
misc code improvements
...
svn: r5968
original commit: 2d6c871b6a1301bf15b6180a906178a188a12320
2007-04-17 21:10:56 +00:00
Robby Findler
af13884d7f
added unconstrained-domain->
...
svn: r5967
original commit: db8cba03aa84d7dea742b780727bd744945b9047
2007-04-17 18:54:19 +00:00
Matthew Flatt
7ede90e075
split moddep into smaller libraries
...
svn: r5966
original commit: 382209d3fb5700c37347a9fc8d819ff3e565aa2d
2007-04-17 13:52:13 +00:00
Eli Barzilay
cb881ac790
URL parsing is closer to the RFC now
...
svn: r5965
original commit: e885e79295df773c61e149c075f0458a478fb35d
2007-04-17 11:56:20 +00:00
Eli Barzilay
2859c322a7
better error message when the scheme is bad, don't parse some more characters as part of a scheme part
...
svn: r5957
original commit: 4d6cc0f2b499fd83eebac3cf4e65f4b8be62c7c6
2007-04-16 21:35:59 +00:00
Eli Barzilay
d3d6c5b9f7
more memory
...
svn: r5936
original commit: e2a460e2d94c723f9d2ea491213212dfa5df5a07
2007-04-14 05:48:40 +00:00
Eli Barzilay
932ecece86
reversed accidental commit
...
svn: r5922
original commit: 3b88282cfe7b20c437332e5dec62722169a7a05c
2007-04-11 06:47:26 +00:00
Eli Barzilay
22126e8a01
u8vector is implemented using bytes
...
svn: r5921
original commit: bf8cd534cdac8545d04e417ea73963e8bef22b93
2007-04-11 06:46:17 +00:00
Eli Barzilay
8758e066c1
typo
...
svn: r5919
original commit: 4a010a722c10a9aef70f00f1cf11da3139e27a70
2007-04-10 22:56:24 +00:00
Eli Barzilay
6223d05ed3
svn: r5912
...
original commit: 0b386c6301ec9b22cf6d073f844a4f6315029b6c
2007-04-10 18:14:59 +00:00
Eli Barzilay
94053968e5
fix FSF address
...
svn: r5911
original commit: 8ecd7a93c9b327555616f0e78e544f1b098b11cf
2007-04-10 17:59:38 +00:00
Eli Barzilay
d8dd3224cc
better sandbox input
...
svn: r5905
original commit: 30a27b1d8bd291c53d7bb0b2435e0cef8fac721a
2007-04-09 11:11:22 +00:00
Eli Barzilay
b6eea2325e
better output specs and implementation
...
svn: r5903
original commit: c6f377aca8aa44c7e1f1be9cf30564943ab07216
2007-04-09 09:15:25 +00:00
Matthew Flatt
41e0bfd9b7
fix get-preferences when the file isn't there
...
svn: r5896
original commit: 61785f1fc85259ff24ca7972305ee63c0186cadd
2007-04-09 02:40:57 +00:00
Eli Barzilay
cfdc482cb8
some filename tweaks for windows
...
svn: r5891
original commit: 4cf75fbb65d01e78d110c4fa3f04b3bad73317a0
2007-04-08 21:39:12 +00:00
Matthew Flatt
ed9b437481
better default caching for preferences
...
svn: r5885
original commit: 274246e3300fd25f1537fc6ac74f1d3228b3b8b4
2007-04-08 07:40:34 +00:00
Eli Barzilay
72c7b14477
each evaluator gets its own thread group
...
svn: r5879
original commit: 0a266fabd31ded03c8f007ee4721eff81445fba9
2007-04-07 06:26:43 +00:00
Eli Barzilay
d699ac9dec
do what you can when not in 3m
...
svn: r5878
original commit: 874c0331c3903602314e87062a1bea7300b854f8
2007-04-07 02:23:36 +00:00
Eli Barzilay
316bfe96e7
new sandbox in mzlib
...
svn: r5873
original commit: 433c9a57ec1cae5e251f89466d1f084af74b240d
2007-04-06 08:56:23 +00:00
Robby Findler
acb95cd1b7
added pretty-format
...
svn: r5862
original commit: 8f51c76a7b653508c304d6563eafaf7863042366
2007-04-03 22:27:21 +00:00
Robby Findler
13c4f2c1ac
fixed a bug in new pretty-print-remap-stylable parameter handling
...
svn: r5810
original commit: 032740261d831ab0a24816db630ffc923313256b
2007-03-21 23:07:41 +00:00
Robby Findler
63336dc080
added pretty-print-remap-stylable
...
svn: r5808
original commit: a0f85de2e4babca558da932416d3bd182bdee436
2007-03-21 20:09:11 +00:00
Matthew Flatt
843378777e
fix pretty-printer to pay attention to print-box (PR 8567)
...
svn: r5787
original commit: 3803b4e045764ee7d024b7f889e5dc7799194bb2
2007-03-19 03:29:06 +00:00
Robby Findler
b32cf5a501
added guilty-party
...
svn: r5783
original commit: 058bb56915d7a8eab4b0abe45f087f5a7ca489f3
2007-03-17 21:39:59 +00:00
Sam Tobin-Hochstadt
cec478ab11
Fix typo in name of macro.
...
svn: r5694
original commit: 7f9030952ed89c2ca7a45ab29e8f953926007f1a
2007-02-27 03:09:32 +00:00
Matthew Flatt
150a413a7f
add TLS support to SMTP
...
svn: r5678
original commit: 8138f08177fa6943c05acde26a4a8997511a40a1
2007-02-23 21:27:10 +00:00
Matthew Flatt
a0fb049ab6
fix port functions to use byte-ready? instead of char-ready?
...
svn: r5640
original commit: dff013afc5449b7c0b3e41e7dcba0edf8491ba18
2007-02-20 01:42:03 +00:00
Eli Barzilay
2103c65b3d
make-cvector with 0 args
...
svn: r5619
original commit: 492733aa40a6b73bb7adbbcba89ec8afa9b11eec
2007-02-15 20:39:17 +00:00
Matthew Flatt
8cbc701049
369.8
...
svn: r5594
original commit: 4b765cfa5a580e49bff9177104b5ec962d45b79c
2007-02-14 02:41:49 +00:00
Matthew Flatt
bd70478f11
add new command-line arguments: -p, -P, -Q
...
svn: r5557
original commit: 2007843ba4adc1b0a3cf6c53a22f3ae69b1049b9
2007-02-06 05:14:34 +00:00
Matthew Flatt
1e62e8d67e
improve parallel testing
...
svn: r5548
original commit: 126ff2a91a96805871bde17e8363cf352625a0ca
2007-02-03 22:15:36 +00:00
Robby Findler
dbc90df6ae
added define-opt/c
...
svn: r5515
original commit: 81ce545d63800bbec251485763681dad85c916fc
2007-01-31 01:12:19 +00:00
Matthew Flatt
842e4b257e
369.7
...
svn: r5506
original commit: bfc693c06348d44012ba59b289d14ae1ca84ea2b
2007-01-30 06:34:05 +00:00
Robby Findler
f742e5e985
some cleanup
...
svn: r5503
original commit: de59204fa51801f973407e49e85d40829b4c67fc
2007-01-30 00:54:23 +00:00
Robby Findler
e08ead165a
merged the opt/c changes back into the trunk (finally!)
...
svn: r5481
original commit: 4ad8fdadeaf56e8e373a947f6d2d0f451d959233
2007-01-28 02:54:16 +00:00
Matthew Flatt
216324f8c0
hack to experiment with disabling contracts
...
svn: r5454
original commit: e7cc73c1cf15de936ff452362d78ab2fc98d8d0d
2007-01-25 06:20:22 +00:00
Matthew Flatt
9defe5b28c
minor streamlining of unit compilation
...
svn: r5424
original commit: 42bf3cfbe0dfa8da3f21fe30b6847702bb948976
2007-01-22 03:45:26 +00:00
Matthew Flatt
1abcc01622
fix threadlib section report
...
svn: r5418
original commit: 6781640440dedfbc789284bf1390afd85aa57b5b
2007-01-19 21:42:53 +00:00
Matthew Flatt
21b1d3652d
fix read-to-peek port so that it calls special-value procs only once for both peek and read
...
svn: r5392
original commit: 05faf4f7d36afea380719c624d1f8779fb0c174e
2007-01-18 12:17:45 +00:00
Eli Barzilay
d9d0f9c8de
no need for string->immutable-string when creating exceptions
...
svn: r5372
original commit: 19c33a8e2abba847bb5fa0ad5b7382ce03c583b2
2007-01-17 01:18:50 +00:00
Matthew Flatt
eed6ec36e9
369.4
...
svn: r5327
original commit: 91add0453f25090c3b11b3fae06a01d65dbb0b3e
2007-01-12 07:09:56 +00:00
Jens Axel Soegaard
a8a28dadec
Added
...
head-pure-port, delete-pure-port, put-pure-port,
head-impure-port, delete-impure-port, put-impure-port
to (lib "url.ss" "net").
Updated doc.txt.
svn: r5317
original commit: 2589d4fc0d143f67ff14deaac0c81188dde04436
2007-01-11 23:57:01 +00:00
Eli Barzilay
1fca2539b3
typo
...
svn: r5247
original commit: ff2769ad955824eb2d63c56198a16c9833ce9024
2007-01-07 20:14:16 +00:00
Eli Barzilay
3769291887
parse url schemes properly (some test reformatting)
...
svn: r5241
original commit: 9984b48d88f56e168c8667173413c9794182f86b
2007-01-07 09:09:27 +00:00
Matthew Flatt
59c4b00119
fix pretty-print cycle detection for vectors
...
svn: r5228
original commit: 71f0a99be13a92b3b1ab0396c63c03843bd15a6b
2007-01-05 07:01:15 +00:00
Eli Barzilay
bbefba2294
2006->2007
...
svn: r5201
original commit: ddc068c52b3b815d871445190d267b4f736c86a8
2006-12-31 10:05:55 +00:00
Matthew Flatt
4022f6d97c
unit clean-up
...
svn: r5160
original commit: 7b13755dadb4945ff467a1d6b1a067e76a53767c
2006-12-22 01:26:58 +00:00
Matthew Flatt
0956729355
fix rfc2822 timezone output for positive offset (include +)
...
svn: r5151
original commit: caffa6d450c7989d07c65de7b527cbb3298df1b8
2006-12-21 01:20:18 +00:00
Eli Barzilay
041cd1420d
check identifiers
...
svn: r5135
original commit: e56e336194cc374e0edb7892fe8720fc5931e51a
2006-12-18 05:08:01 +00:00
Eli Barzilay
831e099478
* 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
original commit: a772fa8c8407386a2279c4d6ea2d6294de7c83c0
2006-12-11 18:03:33 +00:00
Eli Barzilay
d0c55dfa6c
much improvements
...
svn: r5073
original commit: 2da3b1f2aadcd93306a74dfefd903fa8dd6f5d5e
2006-12-10 00:01:10 +00:00
Eli Barzilay
d29cf4d330
switch to kw, reformatting
...
svn: r5072
original commit: d835aa46f9b9255a722ab5e4f683ac4d1e1d98da
2006-12-09 21:07:53 +00:00
Robby Findler
69eb1bb885
changed the strategy of the preferences library in the framework to use a different key at the file.ss level (and thus save the prefs on each call to preferences:set)
...
svn: r5058
original commit: d47247507f6dd55cf3d628a83570096137cda406
2006-12-07 22:32:31 +00:00