Commit Graph

10310 Commits

Author SHA1 Message Date
Carl Eastlund
3679f6f675 Typo in reader documentation: #, listed twice instead of #' and #,
svn: r15082
2009-06-04 19:55:30 +00:00
Carl Eastlund
5e6153628b Two instances of the typo: 'indentifier' instead of 'identifier'.
svn: r15081
2009-06-04 19:54:54 +00:00
Jay McCarthy
e9db334ed0 Fixing an error in the detecting of bad Xexprs and displaying the error prettily
svn: r15080
2009-06-04 17:25:19 +00:00
Matthew Flatt
818d7cb292 figure and bib support in scriblib
svn: r15078
2009-06-04 16:46:25 +00:00
Sam Tobin-Hochstadt
e14e58c8df hash table keys are contravariant, not covariant
svn: r15077
2009-06-04 14:38:59 +00:00
Matthew Flatt
99ac521841 section char, Latex macro that can be redefined to disable color
svn: r15076
2009-06-04 13:41:48 +00:00
John Clements
016a0d52ec looks like a simple type error
svn: r15075
2009-06-04 05:36:51 +00:00
Eli Barzilay
5c53bd9373 Welcome to a new PLT day.
svn: r15074
2009-06-04 04:31:49 +00:00
Eli Barzilay
2be3ac0178 * Reorganize the -inside readers in the scribble reader
* #:start-inside? is gone -- it never made sense
* Instead, there's a new `make-at-reader/inside' (with the same
  arguments) that returns an inside syntax reader.

svn: r15073
2009-06-04 03:51:22 +00:00
Matthew Flatt
e96941407c Scrible latex output: fix (mostly) interaction of tables and itemization; DrScheme doc improvements
svn: r15072
2009-06-04 03:20:39 +00:00
Matthew Flatt
ab8d99f5b4 remove accidentally added style change
svn: r15070
2009-06-03 19:51:41 +00:00
Matthew Flatt
181d736061 switch Scribble from longtable to stabular
svn: r15069
2009-06-03 19:40:21 +00:00
Matthew Flatt
118d0e7a3c adjust error messages for keyword-related function-call problems
svn: r15068
2009-06-03 19:19:48 +00:00
Matthew Flatt
dcc088305b fix bad uses of quotient in wxme
svn: r15067
2009-06-03 18:48:13 +00:00
Matthew Flatt
395301a1c6 scheme/gui/init reexports scheme/init
svn: r15064
2009-06-03 11:56:36 +00:00
Eli Barzilay
0c0eec240b Welcome to a new PLT day.
svn: r15063
2009-06-03 07:50:34 +00:00
Matthew Flatt
77843f5e8e add 'url style to Scribble
svn: r15059
2009-06-02 19:13:23 +00:00
Eli Barzilay
e0bab0cea2 * Added setup/private/lib-roots as a place to decide what directory is
considered a library. For now, hacked with the collects and planet
  roots (and planet links), with a fixed number of directory sublevels
  from them.
* setup/private/omitted-paths is simplified by reusing this code to
  get the roots.
* drscheme/private/module-browser uses this to always show requires
  from the same library, even for lib or planet requires.

svn: r15058
2009-06-02 18:48:57 +00:00
Eli Barzilay
03f50e117f properly indent documentation
svn: r15056
2009-06-02 17:26:15 +00:00
Eli Barzilay
7d7f825a9e fix contract typo (PR10277)
svn: r15055
2009-06-02 17:21:53 +00:00
Eli Barzilay
506336b9ee make call-with-stack-checkpoint grab the context at the right place
svn: r15046
2009-06-02 14:19:58 +00:00
Eli Barzilay
f686032166 Welcome to a new PLT day.
svn: r15045
2009-06-02 07:50:05 +00:00
Eli Barzilay
438ad9865a reformat, use hash-ref!
svn: r15044
2009-06-01 20:28:10 +00:00
Eli Barzilay
bb823bbb3b don't die on a ".../plt/collects" path
svn: r15043
2009-06-01 20:16:40 +00:00
Sam Tobin-Hochstadt
a255514ba1 change define-requirer to use library paths to fix build
svn: r15041
2009-06-01 17:15:22 +00:00
Eli Barzilay
fc1dd569e2 fix contract comment
svn: r15040
2009-06-01 16:12:30 +00:00
Eli Barzilay
ea3baaeb9b use for loops and hash-ref! to simplify some code
svn: r15039
2009-06-01 16:09:02 +00:00
Matthew Flatt
122fd73ce8 fix test suite typo
svn: r15034
2009-06-01 12:19:51 +00:00
Eli Barzilay
31597a0c43 Welcome to a new PLT day.
svn: r15033
2009-06-01 07:50:10 +00:00
Eli Barzilay
9ca6c0fee9 Welcome to a new PLT day.
svn: r15032
2009-05-31 07:50:20 +00:00
Robby Findler
51084c32f6 PR 10273 (missed this file in the first commit)
svn: r15024
2009-05-30 21:55:41 +00:00
Robby Findler
dad81d2010 PR 10273
svn: r15023
2009-05-30 13:04:03 +00:00
Eli Barzilay
82e256473d Finally it works.
svn: r15018
2009-05-30 06:48:49 +00:00
Jay McCarthy
a8bd547d9c Note for use of statless servlets
svn: r15011
2009-05-29 20:18:55 +00:00
Eli Barzilay
95c52b9ce3 fix comment in about-to-be-changed version
svn: r15008
2009-05-29 11:22:59 +00:00
Eli Barzilay
56547f4142 clarification
svn: r15007
2009-05-29 11:16:28 +00:00
Eli Barzilay
f829c86c1f get rid of the old (and still broken) topological sort, use a visual layering function instead (still needs fixing, comitting as a checkpoint)
svn: r15006
2009-05-29 09:24:42 +00:00
Matthew Flatt
7cc2a8c898 tests for quasiquote repair (merge to 4.2)
svn: r15004
2009-05-28 13:04:35 +00:00
Matthew Flatt
43a3a326b7 hash quasiquote on hash tables (PR 10266) (merge to 4.2)
svn: r15003
2009-05-28 13:02:42 +00:00
Matthew Flatt
f63d3cc8fb fix text% inser method on a sigle snip argument
svn: r15002
2009-05-28 12:28:02 +00:00
Matthew Flatt
de0fc2e745 fix syntax patterns on prefabs (PR 10268) (merge to 4.2)
svn: r15001
2009-05-28 03:01:45 +00:00
John Clements
b181309703 removed unused debugger files
svn: r15000
2009-05-27 23:17:39 +00:00
Jay McCarthy
55a2990543 Fixing a typo in runtime-path documentation
svn: r14997
2009-05-27 11:17:05 +00:00
Eli Barzilay
ffb95b2d86 Welcome to a new PLT day.
svn: r14996
2009-05-27 07:50:32 +00:00
Matthew Flatt
5c103eed59 fix problem with module->namespace and shadowing initial imports (pr 10264) (merge to 4.2)
svn: r14994
2009-05-26 23:44:11 +00:00
Matthew Flatt
070ed03d90 fix custodian problem with register-finalizer
svn: r14988
2009-05-26 20:01:54 +00:00
Robby Findler
e1374bcbd9 PR 10259
svn: r14986
2009-05-25 19:44:56 +00:00
Sam Tobin-Hochstadt
33587b6dd5 Merge in paths branch.
Includes -
- Reimplementation of core typechecking algorithm
- support for (number? (car x)) etc

svn: r14985
2009-05-25 17:40:46 +00:00
Kathy Gray
3906598b7e Fixed omitted return value for terminals
svn: r14982
2009-05-25 15:00:09 +00:00
Sam Tobin-Hochstadt
d31926c434 sync to trunk
svn: r14978
2009-05-25 13:03:13 +00:00