Eli Barzilay
4d6aed5328
typo
...
svn: r12582
2008-11-24 23:42:36 +00:00
Eli Barzilay
e2c5c973fc
document improved splitting with empty matches
...
svn: r12581
2008-11-24 23:42:20 +00:00
Matthew Flatt
f40ae63f45
R6RS test-suite patch from Taro Minowa (PR 9942)
...
svn: r12580
2008-11-24 21:15:22 +00:00
Matthew Flatt
a0f91d905e
revised internal-definitions context and a basic 'define-package' form
...
svn: r12579
2008-11-24 19:52:41 +00:00
Eli Barzilay
a9e05befe2
Welcome to a new PLT day.
...
svn: r12577
2008-11-24 08:50:14 +00:00
Eli Barzilay
a15933979a
Welcome to a new PLT day.
...
svn: r12576
2008-11-23 08:50:10 +00:00
Eli Barzilay
5b9f0aa322
Implemented a `no-empty-edge-matches' function using the new
...
`make-regexp-tweaker', which produces a regexp that cannot match an
empty string at the beginning or the end of the input. This:
* simplies a whole bunch of messy and fragile code
* makes `regexp-split' and friends usable with a pattern like #px"\\b"
(which previously would match in every position, making it explode
the string to 1-character strings)
* makes it even closer to what perl does, the only way that we produce
a different result from perl now is that we don't blindly drop empty
matches at the end like perl (it *does* keep empty matches in the
beginning though)
The two tests that demonstrated the difference are now changed, and a
bunch of other tests added.
svn: r12575
2008-11-23 05:40:54 +00:00
Robby Findler
70e85a62a9
svn: r12574
2008-11-23 02:39:36 +00:00
Eli Barzilay
ecb39eedee
added make-regexp-tweaker (not used yet), and some code reorganization
...
svn: r12573
2008-11-23 00:17:39 +00:00
Eli Barzilay
62a8873198
Welcome to a new PLT day.
...
svn: r12572
2008-11-22 08:50:19 +00:00
Jay McCarthy
f485ad3e8a
Implementation note
...
svn: r12571
2008-11-21 18:13:34 +00:00
Jay McCarthy
d2a9872174
Using path-string? rather than path? in many places
...
svn: r12570
2008-11-21 17:59:08 +00:00
Jay McCarthy
65d3d41096
Using begin/collect
...
svn: r12569
2008-11-21 16:15:39 +00:00
Jay McCarthy
115f34a1e7
Using ....
...
svn: r12568
2008-11-21 16:08:24 +00:00
Matthew Flatt
2480a1c4e8
extra int-def tests
...
svn: r12565
2008-11-21 14:01:32 +00:00
Matthew Flatt
58f9e02513
fix (mostly) expand tests suite
...
svn: r12564
2008-11-21 13:52:20 +00:00
Matthew Flatt
937fd18b2a
change internal definition expansion, simplifying, fixing douplicate-id checking, and fixing binding resolution through extensible ribs
...
svn: r12563
2008-11-21 13:49:10 +00:00
Kathy Gray
344ef56604
Changing coverage default
...
svn: r12562
2008-11-21 13:21:26 +00:00
Eli Barzilay
9bdd4603cf
Welcome to a new PLT day.
...
svn: r12559
2008-11-21 08:50:26 +00:00
Eli Barzilay
370ec9b8e9
show the client's ip in the apache-style log
...
svn: r12558
2008-11-21 08:27:14 +00:00
Ryan Culpepper
cacdcc55ac
macro-debugger: fixed button alignment (PR 9932)
...
svn: r12557
2008-11-21 03:22:24 +00:00
Greg Cooper
cea8e15d2e
try to make the debug-button properly centered
...
svn: r12556
2008-11-21 01:33:23 +00:00
Robby Findler
d539020c42
oops, undoing mistake
...
svn: r12555
2008-11-21 01:00:36 +00:00
Robby Findler
429e229ff7
fixed a redrawing bug in the search bar
...
svn: r12554
2008-11-21 00:59:40 +00:00
Jay McCarthy
daff0abe15
Extended example
...
svn: r12550
2008-11-20 23:57:32 +00:00
Kevin Tew
bea2297421
Make GC callbacks members of NewGC
...
svn: r12549
2008-11-20 23:36:54 +00:00
Sam Tobin-Hochstadt
e27ae4d457
bindings for the rest of scheme/bool
...
svn: r12548
2008-11-20 22:30:29 +00:00
Robby Findler
2382712f3f
fixed exponential slowdown bug
...
svn: r12547
2008-11-20 22:03:43 +00:00
Carl Eastlund
f0b72082eb
Fixed typos in Plugin docs:
...
Many contracts had redundant @scheme[...] around them,
which rendered as (scheme ...) in the final product.
svn: r12546
2008-11-20 21:15:21 +00:00
Matthew Flatt
accd20a8ed
remove debugging code
...
svn: r12545
2008-11-20 20:45:02 +00:00
Jay McCarthy
746184ef5a
Changing docs to have better explanation
...
svn: r12544
2008-11-20 20:41:59 +00:00
Jay McCarthy
52a561fd3e
Adding docs and additional option for r12535
...
svn: r12542
2008-11-20 16:10:31 +00:00
Jay McCarthy
333ec0dfc1
Docs for r12529
...
svn: r12541
2008-11-20 16:04:50 +00:00
Jay McCarthy
0d902ddeaf
Docs for r12526
...
svn: r12540
2008-11-20 15:57:42 +00:00
Matthew Flatt
8ccce66af7
round out inlining and optimization of simple allocating primitives
...
svn: r12539
2008-11-20 13:50:22 +00:00
Matthew Flatt
93a13222dc
Mac: change draw-point to use Quartz in smoothed mode
...
svn: r12538
2008-11-20 13:48:48 +00:00
Matthew Flatt
1a4b3abba7
decompiler repairs
...
svn: r12537
2008-11-20 13:47:06 +00:00
Eli Barzilay
ed8cd4b37f
re-add the log file option
...
svn: r12536
2008-11-20 12:15:53 +00:00
Eli Barzilay
631a8be60c
* Added #:log-file to `serve/servlet' (always using the
...
'apache-default format for now)
* Using a convenient `dispatcher-sequence' as a `sequencer:make'
wrapper
svn: r12535
2008-11-20 12:11:37 +00:00
Eli Barzilay
44ae506526
typo
...
svn: r12534
2008-11-20 11:59:37 +00:00
Eli Barzilay
aa824d8e05
remove web-base-dir which does not make any sense now
...
svn: r12533
2008-11-20 11:42:28 +00:00
Eli Barzilay
827b76cb6f
return a thunk that can kill the web server
...
svn: r12532
2008-11-20 09:54:05 +00:00
Eli Barzilay
beea721bc4
Use the new web-server's `serve/servlet' for the status servlet.
...
svn: r12531
2008-11-20 09:48:03 +00:00
Eli Barzilay
56abd457ec
Welcome to a new PLT day.
...
svn: r12530
2008-11-20 08:50:13 +00:00
Eli Barzilay
a41971ba6d
Added #:ssl? for making an https server. It is hard-wired to using
...
"server-cert.pem" and "private-key.pem" in `server-root-path', but
that seems to be the same as the --ssl command-line option. The ssl
server is created using the same code that "private/launch.ss" uses,
so it might be a good idea to abstract it into a separate file.
Also, `mime-types-path' defaults to "mime.types" in the
`server-root-path', but if the file is missing, then it uses
"mime.types" in the `default-configuration-table-path', which is a
sensible choice for just getting a server running.
svn: r12529
2008-11-20 05:53:04 +00:00
Eli Barzilay
f6aa15c531
Use the given `mime-types-path' for all files
...
svn: r12528
2008-11-20 04:59:26 +00:00
Eli Barzilay
8b5b87c807
* revise requires to scheme/*
...
* use `for' and better use of regexp patterns in `match'
* use a literal byte-regexp in `make-path->mime-type' and use it
throught `match'
* delay reading of the mime types table (since there are uses like
serve/servlet that will never use it anyway)
svn: r12527
2008-11-20 04:55:14 +00:00
Eli Barzilay
9405d57292
allow #f for #:listen-ip
...
svn: r12526
2008-11-20 03:13:01 +00:00
Eli Barzilay
42d8f1ae1f
fix: just one shutdown message
...
svn: r12525
2008-11-20 03:08:08 +00:00
Eli Barzilay
788b94e28b
Mostly reformatting
...
svn: r12524
2008-11-20 02:55:28 +00:00