Commit Graph

11679 Commits

Author SHA1 Message Date
John Clements
76358d66e7 added note on permissions failure in find-files
svn: r14282
2009-03-25 22:27:26 +00:00
Matthew Flatt
f9190e5c1c fix doc typos
svn: r14280
2009-03-25 20:28:33 +00:00
Sam Tobin-Hochstadt
f48dbda950 add `remove-duplicates'
svn: r14278
2009-03-25 17:22:09 +00:00
Matthew Flatt
4ce30226fe change the way that hidden package ids are generated
svn: r14277
2009-03-25 16:51:13 +00:00
Noel Welsh
004eb4ca6d Changed defmodule to indicate bindings come from main.ss
(which just re-exports test.ss)

Fixed other rendering problems

svn: r14271
2009-03-25 13:36:57 +00:00
Noel Welsh
aedb49db8d Changed defmodule to indicate bindings come from main.ss
(which just re-exports test.ss)

svn: r14270
2009-03-25 13:27:12 +00:00
Matthew Flatt
7aaa0ae48a schemeunit doc tweaks
svn: r14269
2009-03-25 12:59:33 +00:00
Matthew Flatt
def73634ee file SchemeUnit under Tools in doc list, adjust author typesetting
svn: r14268
2009-03-25 12:52:06 +00:00
Matthew Flatt
5b3c9ac7ef no-inline for scheme_approx_sp
svn: r14267
2009-03-25 12:51:34 +00:00
Noel Welsh
0888a1116d Remove build.ss -- I'll miss itl, but it depends on planet.
svn: r14266
2009-03-25 12:37:28 +00:00
Noel Welsh
fdbbaa9e68 svn: r14264 2009-03-25 12:36:21 +00:00
Noel Welsh
242c28a0b6 Initial import of SchemeUnit into PLT trunk
svn: r14263
2009-03-25 12:34:52 +00:00
Matthew Flatt
15267c26b4 reset libunwind before init context in native stack trace
svn: r14262
2009-03-25 12:18:07 +00:00
Noel Welsh
9f6c90c5e8 Commit trivial fix to MZ_DO_NOT_INLINE to enable compilation on OS X 10.5. Previously it would fail with error message along the lines of "MZ_DO_NOT_INLINE given one argument but takes zero".
svn: r14261
2009-03-25 09:01:20 +00:00
Eli Barzilay
61599e89df Welcome to a new PLT day.
svn: r14260
2009-03-25 07:50:17 +00:00
Matthew Flatt
550f323845 typo
svn: r14259
2009-03-25 02:21:34 +00:00
Eli Barzilay
5cc75c5988 Welcome to a new PLT day.
svn: r14254
2009-03-24 21:17:13 +00:00
Matthew Flatt
6e80847b18 auto add main include dir in compiler/xform (PR 10155)
svn: r14253
2009-03-24 18:38:42 +00:00
Matthew Flatt
3b49038947 better eof handling in zo-parse
svn: r14252
2009-03-24 18:38:18 +00:00
Sam Tobin-Hochstadt
43443652b8 Add fake type name -Real
Add `scheme/math' types from Jos Koot.

svn: r14251
2009-03-24 17:49:15 +00:00
Sam Tobin-Hochstadt
e0a95e9e22 Add `tanh' with documentation.
svn: r14250
2009-03-24 17:48:11 +00:00
Matthew Flatt
7362da34a9 JIT peephole-ish optimization to avoid unnecessary ajustments to the runstack register
svn: r14249
2009-03-24 16:36:16 +00:00
Matthew Flatt
043ffccc91 avoid png & zlib makefiles when libpng is enabled
svn: r14248
2009-03-24 16:35:01 +00:00
Philippe Meunier
1ac8f8b113 quaterly update
svn: r14246
2009-03-24 01:55:03 +00:00
Eli Barzilay
896018f96b remove support files when a test is done
svn: r14245
2009-03-23 23:04:30 +00:00
Matthew Flatt
60bdcaed25 skip compiling deinprogramm tests
svn: r14244
2009-03-23 19:41:03 +00:00
Matthew Flatt
4dc6651069 within mzscheme, use gcc noinline attribute on some stack-mangling functions
svn: r14243
2009-03-23 18:54:12 +00:00
Matthew Flatt
c656a658e9 doc xform Scheme API a provided by Will Farr (PR 10151)
svn: r14242
2009-03-23 18:49:03 +00:00
Sam Tobin-Hochstadt
60e096913d First step to polymorphic functions in typed/untyped interface
- poly/c contract from Carl/Stevie
- generate the contracts
- test
- use in typed/srfi/14

svn: r14241
2009-03-23 18:29:07 +00:00
Sam Tobin-Hochstadt
6108dc873c Types for `scheme/path', from Harsha.
svn: r14240
2009-03-23 17:25:57 +00:00
Matthew Flatt
31e1057128 aother refinement to note on require sub-form expansion
svn: r14239
2009-03-23 16:38:21 +00:00
Matthew Flatt
f3a5008176 typo
svn: r14238
2009-03-23 16:32:02 +00:00
Matthew Flatt
59988f5ca5 refine examples for require & provide
svn: r14237
2009-03-23 16:30:29 +00:00
Robby Findler
29aa214cfe svn: r14236 2009-03-23 16:09:54 +00:00
Sam Tobin-Hochstadt
ba56d99adb Fix return documentation for tar' and tar->output'
Add documentation for `tar-gzip'

svn: r14235
2009-03-23 15:54:26 +00:00
Sam Tobin-Hochstadt
746446d4ac Typed wrapper for file/tar
contributed by YC.

svn: r14233
2009-03-23 15:34:34 +00:00
Sam Tobin-Hochstadt
40b4731106 Expand (require A ...) into (begin (require A) ...)
- docs (including discussion of require scoping)
- tests

svn: r14232
2009-03-23 14:13:10 +00:00
Matthew Flatt
1c9f11717c remove unnecessary loop
svn: r14231
2009-03-23 13:23:25 +00:00
Matthew Flatt
7e6dc9b40e optimize (if (if <test> #t #f) <t> <f>) to (if <test> #t #f); this pattern happens with 'and' and constant folding
svn: r14230
2009-03-23 13:17:46 +00:00
Matthew Flatt
3e039705fa fix missig return (PR 10149)
svn: r14229
2009-03-23 12:34:40 +00:00
Sam Tobin-Hochstadt
bb2268b9be improve types for foldl, foldr
svn: r14228
2009-03-23 12:02:46 +00:00
Eli Barzilay
dec8ea4775 Welcome to a new PLT day.
svn: r14227
2009-03-23 07:50:24 +00:00
Robby Findler
4f057fce77 svn: r14226 2009-03-23 03:58:13 +00:00
Robby Findler
4eb298c6f7 svn: r14225 2009-03-23 03:56:51 +00:00
Matthew Flatt
5d3d5a890a record per-thread milliseconds
svn: r14224
2009-03-23 01:26:51 +00:00
Matthew Flatt
75373d4094 refine replace-context docs
svn: r14223
2009-03-23 01:25:45 +00:00
Matthew Flatt
547101ac5b disable sandbox break propagation in scribble/eval
svn: r14221
2009-03-22 16:42:35 +00:00
Matthew Flatt
5514afa4bc notes on the hazards of sandbox break propagation
svn: r14220
2009-03-22 16:42:03 +00:00
Matthew Flatt
a61e7b67f9 fix more break-progaration problems in scheme/sandbox (where recent changes were not quite right)
svn: r14219
2009-03-22 16:26:01 +00:00
Matthew Flatt
769ad3e98a fix bug in sync/enable-break where a channel recv could be accepted during the raise of a break exn; also, post NACKs before raising exn
svn: r14218
2009-03-22 16:24:50 +00:00