Commit Graph

1115 Commits

Author SHA1 Message Date
Matthew Flatt
ce797b37a0 don't block for bytes that might not be needed
svn: r4031

original commit: 21939a881d7a86ce3ff51550757eaff95118badd
2006-08-12 03:02:46 +00:00
Matthew Flatt
e6da73beec use opt-lambda instead of rest arg: cleaner, and correctly reports arity mismatches
svn: r4030

original commit: 786bfdab30a6630aa44d217e23ccc98588574757
2006-08-12 02:48:26 +00:00
Matthew Flatt
3e2edc37d2 avoid expensive char-by-char peek with lookahead, and instead peek a block into a buffer
svn: r4029

original commit: b206c1bc8427f65e90210c6c50040fccf9635516
2006-08-12 02:47:46 +00:00
Robby Findler
0a34d6f098 fixed buggy test suite
svn: r3998

original commit: 97e613ac54ec203d55862b6b784c01f084c1421b
2006-08-09 14:07:02 +00:00
Robby Findler
db19d303d6 fixed PR 8210
svn: r3979

original commit: a582a09d669a8a5ea811ef28d0b35d74b5e6a801
2006-08-07 13:31:32 +00:00
Sam Tobin-Hochstadt
7d557e8406 Removed obsolete mzlib/private/plt-match directory.
Moved match implementation to new mzlib/private/match directory.

Implement keyword arguments to define-match-expander.

svn: r3943

original commit: 931d214b6915080e4daf32a6a702c62ee527442c
2006-08-03 20:01:39 +00:00
John Clements
1bc986acb6 bug fix
svn: r3908

original commit: ecd96a68ae55953e978d98bb0d6128ea286c7611
2006-07-31 14:48:39 +00:00
John Clements
6c7805387f some functions now support bytes
svn: r3906

original commit: 1a71a10f10e8bdd0a751363be14632961140ced8
2006-07-31 14:30:48 +00:00
Eli Barzilay
58359b6418 re-do changes that were undone in r3843
svn: r3859

original commit: bb5b45b181a85a28ee865cffcf2ef42c54a18408
2006-07-28 08:15:46 +00:00
Eli Barzilay
e357d38c7c Undo the following revisions:
r3839
  r3825
  r3823
  r3821
  r3820 (undo only the changes in drscheme/private/debug.ss)
  r3792
  r3791

They will be re-done after v352 is released

svn: r3843

original commit: 5099b078c6bc07d83e0b11d486e342905a87ede4
2006-07-27 17:12:18 +00:00
Robby Findler
7dff7ec133 fixed PR 8190
svn: r3839

original commit: 967cd9ab14f632d68caf8b8e590862941c4a9fc4
2006-07-27 14:10:55 +00:00
Eli Barzilay
66f06dd4f6 url-port can be #f when no port is specified
svn: r3802

original commit: d5294823a2160c9cf99db2e0f6481e29f741784a
2006-07-25 06:49:41 +00:00
Robby Findler
f1ab9853dc added more or/c tests
svn: r3793

original commit: c937d4aa28d04478576efb0c1ad31660db5201ce
2006-07-24 14:51:52 +00:00
Eli Barzilay
f151d84b22 fix bug in case-insensitive globs
svn: r3761

original commit: 3190033d7a46b8c450e2837ee0cb3d8f6a2d158d
2006-07-19 00:48:34 +00:00
Eli Barzilay
6eafa195c2 minor improvements, mostly formatting
svn: r3745

original commit: c6fbade5d3955248c4f94f37899b4308bcff7c37
2006-07-17 20:26:55 +00:00
Eli Barzilay
eee9fa25fa Fixed (and improved) `http://getpost-impure-port' to show the port in
the Host header if it's not the default.

svn: r3744

original commit: 96034746fc334de939259e314b187eb6402f2127
2006-07-17 20:06:52 +00:00
Eli Barzilay
28bc64b5f8 use case-lambda instead of dot argument
svn: r3703

original commit: 5471a32913a471f59e434a1021cc5b0785037a00
2006-07-14 14:49:59 +00:00
Robby Findler
f2b0445595 fixed PR 8166
svn: r3701

original commit: 73ce86e94bf9b7f572475bfb2180789bdfca6d48
2006-07-13 19:29:04 +00:00
Eli Barzilay
6edba2f4c6 make it possible for the procedure in fold-files to signal skipping a directory
svn: r3695

original commit: 38d5a59a3cd2c43f89a854cf7a07fe93b58fdd3d
2006-07-13 09:56:06 +00:00
Eli Barzilay
3536d510e7 clearer definition for fold-files, pass
svn: r3692

original commit: 897fc0e26c51c24cc4db3da0623694a3ba5952bf
2006-07-12 21:48:32 +00:00
Sam Tobin-Hochstadt
ba944cf708 match.ss: abstract some boilerplate, and use syntax/loc when doing conversion to plt-match
match-helper.ss: add helper macro

render-test-list-impl.ss: fix hygiene bug in checking for non-linear patters
			  (thanks to Ryan Culpepper)

gen-match.ss: Fix error reporting location in match errors.
	      (thanks to Ryan Culpepper)

svn: r3689

original commit: b42a11d12dbff0a32779566f00f3f612ad47a356
2006-07-12 18:59:07 +00:00
Matthew Flatt
61c432ef3f don't consider item line-splittable if the size hook returns a non-#f value
svn: r3688

original commit: 495e8798203411edd0fb191bd8a4804d6f3af3e7
2006-07-12 13:48:06 +00:00
Robby Findler
2136b48e14 added first order checking and some stop-gap checking for sub-structs
svn: r3675

original commit: 0d07f36ab77960c7bb5199c9b05f14740f6a10b8
2006-07-10 20:57:33 +00:00
Matthew Flatt
9dde9cc2cf fix case in restart test
svn: r3671

original commit: aad04a274b01248ce87c4414776bfe986e057e16
2006-07-10 13:33:47 +00:00
Robby Findler
dde4df1443 improved running time of contracts and moved some provide/contracts to the bottom of files (not necc yet, but may become necc)
svn: r3665

original commit: 49667529da7ed68dce159b2af3b62cd56231ebce
2006-07-09 21:07:04 +00:00
Eli Barzilay
2d45ce40ea Better output: using quiet.ss will show nothing except for section
headers and errors (if any).  Also, using quiet.ss will exit with an
error code if there were errors.

svn: r3655

original commit: bbf54efde9725215d56bb0d6eafaf23970f6820f
2006-07-07 23:46:35 +00:00
Robby Findler
a721c44f89 extended or/c to support multiple higher-order contracts
svn: r3606

original commit: 79ae279b79dba87c058d4ac6a610c1d50fa32932
2006-07-06 02:08:12 +00:00
Matthew Flatt
b21184c417 350.3
svn: r3571

original commit: ebe051694d4ea155404b6c39f9cae3ebbca9fa0d
2006-07-01 18:53:09 +00:00
Matthew Flatt
621c98d7b4 missing conversion to internal version of get-ffi-lib
svn: r3539

original commit: 0dca64f8f49863650b6ad0147c5c2d889171d213
2006-06-29 14:10:41 +00:00
Eli Barzilay
4a5b63f079 redoing proper changes
svn: r3533

original commit: ed80f4a94561dd4af4993aa742c630c7ad18bb92
2006-06-28 21:01:38 +00:00
Matthew Flatt
2d3b1c32f4 unwind apparently accidental commit
svn: r3520

original commit: 788d291b132a9df09f9363518fa2f0cf060c1228
2006-06-28 11:40:24 +00:00
Eli Barzilay
8c65e0439b get-ffi-lib does not expect an ffi-lib input
svn: r3515

original commit: 8d9e8b852a1e22ade2f1872b8fe05cc3b7c4a423
2006-06-28 01:14:14 +00:00
Matthew Flatt
87173faf70 less Windows special cases now that ffi-lib #f searches MzScheme DLL
svn: r3513

original commit: 5eb65a0c32aa809118626f9648a4b7d44f4f74fb
2006-06-28 01:01:02 +00:00
Jay McCarthy
486ea7a2e3 filename safe mode, see base64 rfc
svn: r3445

original commit: 3021890cd1df838215fddf7daf1d54a20a356221
2006-06-23 13:15:52 +00:00
Robby Findler
2474f2657f generalized and/c
svn: r3422

original commit: 6cd4b0009b782b23317a5ff7b19def7da05e5f96
2006-06-20 20:49:18 +00:00
Matthew Flatt
3f5ad16ead define-member-name and member-name-key
svn: r3415

original commit: f272ae9d7e4a637050d7e498f3bcfd637af84eec
2006-06-19 13:04:54 +00:00
Eli Barzilay
e7841b94f7 better zip comment
svn: r3404

original commit: 89e43db94460231aafa518004ad436062b785819
2006-06-18 20:12:54 +00:00
Robby Findler
4bf775bd34 removed tests that I cannot fix
svn: r3207

original commit: 1159ef9df105ff5e6bbe316c3bb58e024389e1df
2006-06-03 21:56:55 +00:00
Eli Barzilay
beec31b458 * Improved some more code
* Added `findf'

svn: r3192

original commit: 02814709c84189a22f54a615e9d9b8c6802f99d7
2006-06-02 20:47:15 +00:00
Eli Barzilay
8730ae3a47 simplified fold code
svn: r3190

original commit: 124761f29a34af22b4007325e7ea9e36f684ab92
2006-06-02 20:06:31 +00:00
Matthew Flatt
1f516021d4 new Create Executable in DrScheme
svn: r3178

original commit: 09d6dd95cfd48cb0418996699ce5849ddc5b315a
2006-06-02 11:52:48 +00:00
Eli Barzilay
db7833c8e3 added tar.ss, optional port argument to zip->output
svn: r3172

original commit: b5a553120719c7501040c36de7a23b05910b175f
2006-06-01 17:34:11 +00:00
Eli Barzilay
c4e5f84c13 resolve paths in pathlist-closure
svn: r3171

original commit: e82c0f6bf835fffe3717376fabafaf485e2d1ebf
2006-06-01 14:10:55 +00:00
Matthew Flatt
3795c206fa fix address parsing to handle comma in parenthesized form
svn: r3163

original commit: 17a22c798bc03034857e1c07bba782be5a03b46d
2006-06-01 00:08:10 +00:00
Eli Barzilay
a92da1c0da added pathlist-closure to file.ss
svn: r3160

original commit: 436c36cc1e37bcc0764678afc9114370694a0ff3
2006-05-31 20:55:21 +00:00
Eli Barzilay
4d25712eb0 typo
svn: r3154

original commit: 74ebcb96317f27ea51414113baf35cf91a93fa2e
2006-05-31 19:03:29 +00:00
Eli Barzilay
f2cc1bf72d forgot ^...$ wrappers
svn: r3152

original commit: d16aca9679532f2177747a45ff8687be64e85f21
2006-05-31 18:54:08 +00:00
Eli Barzilay
af91af3534 rewrite glob->regexp to deal with char ranges properly
svn: r3151

original commit: 8607cacc089786209ce2f7214b1b80294205fcef
2006-05-31 18:41:18 +00:00
Jay McCarthy
c979c1ab87 New SMTP servers require a FQDN.
svn: r3148

original commit: d3dde1685b3995b453544efecb4d826759b487a2
2006-05-31 15:37:56 +00:00
Eli Barzilay
c98732c049 removed spidey.ss
svn: r3132

original commit: 185da3d90d291487f542c8894575efcfbd48a426
2006-05-30 20:04:18 +00:00