Matthew Flatt
57304714b1
fix Scribble reader test regexp-split pattern
...
original commit: 2fb34bcfdc3c9d7cabb81a0b02aa78d8569e62aa
2010-04-15 19:15:53 -04:00
Matthew Flatt
02155752e6
fix typo (PR 10856)
...
svn: r18793
original commit: f6d62763b45b9a8740f85472f72328dadf199b2d
2010-04-12 14:00:23 +00:00
Matthew Flatt
bc29f1ca3c
module paths normalize to .rkt, load handler converts .rkt back to .ss if necessary
...
svn: r18788
original commit: bdb71498e3ed816d44c9faf830f97fbe9fdaa3f2
2010-04-11 16:55:18 +00:00
Matthew Flatt
aa3d449185
fix racket runtime-config info; reduce boilerplate for HtDP and Scribble language families
...
svn: r18761
original commit: 8b31b1b55208202386389285238c288b8b4df014
2010-04-08 13:53:59 +00:00
Matthew Flatt
e07b2159eb
initial cut at HtDP languages via #lang; syntax/module-reader: split compiled-module info from reader info, reorganize and complete docs, don't export read-properties or get-info-getter for now
...
svn: r18759
original commit: b559c9db9b9828c4ee4593f3d3cb1896d27ce203
2010-04-08 02:30:00 +00:00
Matthew Flatt
fbd04f4e97
better compiler handling of unused local bindings where the RHS either doesn't obviously produce a single value or is discovered to be unused late in bytecode compilation; initial Scribble support for printing qq-style results
...
svn: r18737
original commit: c5ac9f23ec5d40ef4d81f69d2dde9932dd38fe77
2010-04-06 15:52:36 +00:00
Matthew Flatt
142609a67b
fix module-laguage info from scribble/doc
...
svn: r18729
original commit: 6cd548b0f35f49b9a05000397341c271e379cbfd
2010-04-03 11:59:26 +00:00
Eli Barzilay
eadb5fec07
Hack for chrome: catch errors when reading/writing cookies
...
and just treat it as if there is no cookie. This is what
chrome effectively did until recently -- so the relying on
cookies for the return path to the user-specific pages was
and still is broken.
svn: r18684
original commit: 658fc0717d470d0b4f4cf1f19cec4a5ff3336187
2010-03-31 06:36:58 +00:00
Matthew Flatt
7b5f74a788
chaperones (v4.2.5.3)
...
svn: r18650
original commit: 73807aef247c0d74806fe43ef0720e3979de7007
2010-03-28 01:10:33 +00:00
Robby Findler
07eef38a72
whoops
...
svn: r18594
original commit: 52186197c7cb750819507ab89f97e54a142d4743
2010-03-21 22:58:42 +00:00
Robby Findler
2e3bc1ec95
added support for the 10pt option to the sigplan scribble support
...
svn: r18593
original commit: c74849dc2ef14865b450995ed251f4fc8fc61dcb
2010-03-21 22:56:26 +00:00
Matthew Flatt
1035eb35d8
better error reporting when a top-level form is wrong
...
svn: r18575
original commit: 92487ed9e201c5da4210741e77b56a6e4ab6a8bb
2010-03-18 14:43:38 +00:00
Matthew Flatt
f3790d8c8a
doc Scribble 'exact-chars and 'tt-chars style propeties
...
svn: r18533
original commit: e0c06454798b56e4a62c7b2bbffb0fe653b46c74
2010-03-14 12:14:32 +00:00
Matthew Flatt
1831913e6e
fix Scribble latex rendering when a section title has a ssquare bracket
...
svn: r18512
original commit: edfd0812c6173c17218b26b37ca3e0b6d25f02a7
2010-03-11 14:24:41 +00:00
Matthew Flatt
f378a5eac6
add scribble/jfp
...
svn: r18507
original commit: 826fbdf16f98e008b8b4be39e423442aeed9e090
2010-03-10 22:17:51 +00:00
Matthew Flatt
870bfd3ae6
scribble: use 'attributes' properties when rendering table cells
...
svn: r18488
original commit: 911d80a1442720f34749198a36233fcc0bbd803b
2010-03-08 21:31:31 +00:00
Matthew Flatt
95e265e395
fix binding of variables when using defproc and MIT-style curry notation
...
svn: r18343
original commit: 8dea57007149b5ba39706dd9f7cb730161f7e441
2010-02-25 22:51:36 +00:00
Matthew Flatt
621334e1cb
fix text renderer
...
svn: r18255
original commit: ed2010bd704947eeecf5e12f7d86403701aae2fd
2010-02-21 13:04:06 +00:00
Matthew Flatt
3380443817
fix Scribble rendering problem with 'aux tables hidden within compound paragraphs (so some inherited-method tables didn't appear in the GUI docs)
...
svn: r17940
original commit: db1533fa7878f85c010cc84b9914852492fae9d7
2010-02-02 17:19:29 +00:00
Carl Eastlund
f6599c7f24
Replaced every "langauge" (note swapped vowels) with "language".
...
svn: r17918
original commit: 2e0cb8226e9ea096a89d8822641002c399bfdada
2010-02-01 01:41:51 +00:00
Eli Barzilay
8ccfa93c51
another case of this
...
svn: r17602
original commit: 55d4ac93b3175372f8ff2cd4f930bcbb04132f1f
2010-01-11 06:38:19 +00:00
Eli Barzilay
4547e00808
express expected result of []s using []s, so these tests make sense for readers that use []s in a different way too
...
svn: r17601
original commit: 384cadd579afaa2812a7bd04f6aa54efe57c5f42
2010-01-11 06:31:01 +00:00
Matthew Flatt
579ffacc83
replae module->compiled-module-expression with module->imports and module->exports
...
svn: r17588
original commit: 349c15d47824d83cb08a2b2a8239062848b85503
2010-01-09 14:42:18 +00:00
Matthew Flatt
3573c015f8
add module->compiled-module-expression, which is used in Scribble's traversal of module paths to find documented bindings
...
svn: r17576
original commit: 4fedeeaf7a7bfd68132524536a9d692ddc8f318b
2010-01-08 19:53:04 +00:00
Robby Findler
227924d8da
added scheme/fixnum
...
svn: r17391
original commit: 195d608fe57e13e07397d0c59e86c22e9c214bfb
2009-12-23 15:41:40 +00:00
Sam Tobin-Hochstadt
41d824ef5d
Add toolbar buttons for scribble/doc' and
scribble/manual'.
...
Signed-Off-By: robby
svn: r17282
original commit: f170b1529f2009d10c1b481e7254117c7947792c
2009-12-13 03:34:01 +00:00
Eli Barzilay
29aed8817e
instead of allowing no #%module-begin, catch it and report a suitable error
...
svn: r17191
original commit: c5565d46113f82d725a75522da43259137775098
2009-12-05 02:21:25 +00:00
Stevie Strickland
83d6ec1fbd
Here's the changes that accidentally went to trunk first.
...
svn: r17150
original commit: 75803d488132e6824e27c443370d7ff60eaf4011
2009-12-01 20:39:58 +00:00
Stevie Strickland
f5f0b9b335
Revert previous bad addition to trunk, forgot to switch first.
...
svn: r17147
original commit: 53eb309b75b334f09ef7aaa6329d7d5cc83b9aed
2009-12-01 20:36:38 +00:00
Stevie Strickland
24582b8cb0
Changes so far.
...
svn: r17146
original commit: a22d201d85036e8d964d8c3eea08deb66199dbac
2009-12-01 20:34:42 +00:00
Eli Barzilay
10effac28f
Leftover langindicator' ->
contextindicator' change
...
svn: r17074
original commit: 64e018fffa2ee020ea1406c5de8e2e0470c8b137
2009-11-27 00:17:25 +00:00
Eli Barzilay
2eb8e4574f
* Propagate all url arguments to links (except ones that are present)
...
* Use ctxtname for the displayed label
* `langindicator' -> `contextindicator' in css
svn: r17073
original commit: c0be5f0d12264832ddc99124963b4837ce5a6f07
2009-11-26 20:45:40 +00:00
Eli Barzilay
b4fa567f90
typo in result of search
...
svn: r17066
original commit: 04ae026b1b29b4064a982c0c0a82d67430550c2f
2009-11-25 23:57:42 +00:00
Sam Tobin-Hochstadt
4b14761f29
checkpoint
...
svn: r17054
original commit: e3bafbe298688ec0efe47a09254492f93027fa71
2009-11-25 02:30:41 +00:00
Eli Barzilay
660c17c0d0
propagate the argument throught the search box too
...
svn: r17051
original commit: 71b1164034afe6265cdab53364cddf7222dba5ba
2009-11-24 21:26:05 +00:00
Eli Barzilay
37ad00fc1b
Remove `extra-internal-attribs' and just use the value directly.
...
(Renaming it is the same as renaming a variable anyway.) Add the
attribute to the navigation links.
svn: r17041
original commit: 7feecb4d2cd43e9407c70beff5a61f3333eebe35
2009-11-24 14:17:48 +00:00
Eli Barzilay
b6ec39f258
add the indicator div
...
svn: r17040
original commit: 210ef8c4f1d843ba746aa28806703ed61a2997c8
2009-11-24 13:38:15 +00:00
Eli Barzilay
5190646f36
use the langindicator when there's a lang parameter
...
svn: r17039
original commit: bd1ba85221eaa7a31a72672af3d998e84f8b5f21
2009-11-24 13:37:04 +00:00
Eli Barzilay
7b5fb07b3e
CSS for the langindicator widget
...
svn: r17038
original commit: 62c744613b126f48c810997a80e6b307cd58a83e
2009-11-24 13:34:12 +00:00
Eli Barzilay
779f90558c
A `lang' parameter gets carried through the pages.
...
svn: r17037
original commit: 825a47dfefde43fb64dc29266c4ed6cdf971f0f9
2009-11-24 12:33:15 +00:00
Eli Barzilay
6ca3facd59
Make it possible to register multiple onload handlers.
...
(Needed because all pages must have an onload, and the search page needs an
additional initialization function.)
svn: r17032
original commit: 142d33d67f3e7e67e5c613fbbb81beb842b299ba
2009-11-24 09:11:09 +00:00
Eli Barzilay
dc3ada6fdc
use escape/unescape on the value strings
...
svn: r17027
original commit: d94903ec535ded18f1e889356c261b792323ff5c
2009-11-24 06:50:02 +00:00
Eli Barzilay
f164cbb789
url parameter utilities
...
svn: r17026
original commit: cdf940fedd38a817f6a4ee02a245058942599b60
2009-11-24 06:45:26 +00:00
Eli Barzilay
d1fb316597
add attribute value for internal links
...
svn: r17020
original commit: 37a1ada7a2661e38b44a595610f1ada30f8968e7
2009-11-24 02:17:53 +00:00
Matthew Flatt
ff82cc48c3
Scribble HTML renderer: mark internal links with 'extra-internal-attribs'
...
svn: r17018
original commit: 1dd2109909937385c3783a6e49bb16af09b8f097
2009-11-23 22:56:28 +00:00
Sam Tobin-Hochstadt
3a46471753
Fix prop values for DrDr.
...
Add plt-responsible props.
Add hash-union to unstable.
Fix doc for compound-paragraph.
Fix unstable/scribblings/util.
svn: r16811
original commit: fcd4c4e38dcdca086d6d1de8dd4bd47439dff2da
2009-11-16 13:59:13 +00:00
Eli Barzilay
2bcbc98c4b
moved drscheme-related tool into "tools"
...
svn: r16804
original commit: 709b5884106dc31249854386dd27b07b29fa296a
2009-11-16 10:19:29 +00:00
Robby Findler
cf6a961f79
svn: r16644
...
original commit: 7660a0eb4cbcfbd70dfd2b9246932dd09bdb7cdb
2009-11-09 20:38:52 +00:00
Sam Tobin-Hochstadt
949c46a61b
Hyperlink email addresses in Scribble docs.
...
svn: r16641
original commit: f145ff6aa3e187a85cc4790a4e719f974a8afa10
2009-11-09 19:19:38 +00:00
Robby Findler
afd56244c4
fixed default response from get-info proc
...
svn: r16637
original commit: ebe2e5ba0933eb315061b8856f17cb0137148054
2009-11-09 17:35:18 +00:00