David Van Horn
c9519fd113
Fixed various spelling errors.
2011-02-03 17:42:33 -05:00
Ryan Culpepper
fd3595e7d3
warning to stderr, not stdout
...
See PR 11691
Merge to release branch
2011-02-01 16:40:48 -07:00
Eli Barzilay
ee138cf2cb
Some repeated "and and"s and "the the"s, and two more typos.
...
Closes PR 11229.
2010-09-20 15:38:18 -04:00
Eli Barzilay
8e0f8dd39c
More "~n" -> "\n" changes
2010-08-26 12:11:00 -04:00
Matthew Flatt
a6723283b8
fix empty-matching lexers
2010-07-06 07:15:19 -06:00
Eli Barzilay
7b14a1f585
"Racunit" -> "Rackunit"
2010-05-17 12:07:32 -04:00
Eli Barzilay
de0cc7771b
A lot of "DrScheme" -> "DrRacket"s.
2010-05-17 01:27:03 -04:00
Matthew Flatt
1d854085d6
dist-spec repairs
2010-05-07 13:52:46 -06:00
Jay McCarthy
bc5cf30ebe
Renaming rktunit to racunit
2010-04-30 10:57:32 -06:00
Jay McCarthy
f70ffca756
Renaming schemeunit to rktunit and adding compat layer
2010-04-29 15:00:02 -06:00
Matthew Flatt
28b4043077
rename all files .ss -> .rkt
2010-04-27 16:50:15 -06:00
Mike Sperber
a2de64c9ba
Doc typo fix.
...
svn: r16516
2009-11-03 10:38:22 +00:00
Robby Findler
2f47a882c9
added error checking
...
svn: r16448
2009-10-29 15:43:50 +00:00
Robby Findler
2064861baa
drdr found a 'test suite' that didnt actually have expected results, so I added in expected results and fixed a few bugs that it uncovered
...
svn: r16362
2009-10-18 20:18:33 +00:00
Robby Findler
0c73b84692
PR 10344
...
svn: r15545
2009-07-24 04:37:34 +00:00
Eli Barzilay
a70bf64fd9
Newlines at EOFs
...
svn: r15380
2009-07-04 02:28:31 +00:00
Eli Barzilay
4288c6c2c7
The Scribble reader was improved to make it pull out the syntax
...
punctuations outside of the form, as it does with quote punctuations.
So things like this
#, @foo{...}
that required the space to make the @foo read as a scribble form are
now better written as
@#,foo{...}
This changes all such occurrences. (In case you see this change in
your files and are worried that there might be changes: I mechanically
verified that the result of `read'ing the modified files is identical
to the previous version.)
svn: r15111
2009-06-07 10:12:32 +00:00
Eli Barzilay
ff73a5395e
removed lots of "the the"s
...
svn: r14679
2009-05-01 21:02:51 +00:00
Eli Barzilay
c0a8a01222
Changed @itemize{...} to @itemize[...] (done after comparing the doc
...
tree and verifying that there are no changes).
(Also fixed a few bugs that were in the code)
svn: r14427
2009-04-05 17:46:20 +00:00
Robby Findler
afc5ad8d83
fixed broken syntax error checks
...
svn: r14187
2009-03-19 13:22:46 +00:00
Robby Findler
cca41988af
added $n-start-pos and $n-end-pos
...
svn: r14171
2009-03-18 14:21:42 +00:00
Robby Findler
cf791ead47
moved to scheme/base language and has it overwrite the output file, if it exists
...
svn: r14114
2009-03-15 23:01:54 +00:00
Robby Findler
ed566b2f7d
moved to scheme/base language and has it overwrite the output file, if it exists
...
svn: r14113
2009-03-15 22:58:21 +00:00
Robby Findler
fe141d30ba
fixed plural in error message
...
svn: r14099
2009-03-14 15:39:47 +00:00
Robby Findler
2e0c4e6585
svn: r14091
2009-03-13 23:31:58 +00:00
Matthew Flatt
7f301ad446
fix more parser-tools doc bugs
...
svn: r14064
2009-03-12 01:35:30 +00:00
Matthew Flatt
017eb444b4
fix docs to explain group-id in yacc
...
svn: r14062
2009-03-12 00:45:23 +00:00
Matthew Flatt
05fbd0ffd3
fix problem with simplifying module-rename contexts that have marked renamings
...
svn: r12195
2008-10-31 14:44:32 +00:00
Eli Barzilay
c23d1e7d83
some info tweaks
...
svn: r11325
2008-08-19 10:32:18 +00:00
Matthew Flatt
9453aaaccf
assign authors to manuals
...
svn: r11287
2008-08-15 20:16:06 +00:00
Matthew Flatt
10082a81d2
allow example parsers to be compiled
...
svn: r10873
2008-07-23 13:03:39 +00:00
Matthew Flatt
61ef67beb7
remove example parser that doesn't work
...
svn: r10872
2008-07-23 13:01:30 +00:00
Matthew Flatt
fc87f01bb7
fix some example parsers
...
svn: r10871
2008-07-23 13:01:11 +00:00
Eli Barzilay
4cd2614c21
scribble fixes -- nested @scheme and a few other similar problems
...
svn: r10744
2008-07-13 17:13:20 +00:00
Matthew Flatt
d1628d6238
fix some phase issues in 'match' implementation
...
svn: r9963
2008-05-26 19:51:06 +00:00
Matthew Flatt
a26b334c67
proprocessor doc, merge scribblings and doc-categories fields
...
svn: r9414
2008-04-23 00:20:25 +00:00
Eli Barzilay
b76390a452
revise the way setup-plt crawls over the collection trees
...
svn: r8860
2008-03-03 22:04:28 +00:00
Eli Barzilay
bb34f747b6
make all files terminate with a newline
...
svn: r8786
2008-02-24 21:27:36 +00:00
Eli Barzilay
b1a08edd5a
use new require specs in many places
...
svn: r8774
2008-02-23 09:42:03 +00:00
Matthew Flatt
ca1a9dc8bf
docs form David Van Horn; Slideshow tweaks
...
svn: r8661
2008-02-14 14:07:57 +00:00
Matthew Flatt
d332b27b49
parser-tools scribbling (not finished, yet)
...
svn: r8642
2008-02-13 13:39:29 +00:00
Eli Barzilay
699c40643d
* Changed setup-plt to compile collections if they have an "info.ss"
...
file. (That is, it does not require the file to have a `name'
entry.)
* The name shown when setup works is the directory name, followed by
the `name' field from the info file when specified.
* This means that many `name's are no longer needed, so I'm removing
them. To see if you need a `name' entry, consider that the name
will be shown like this:
... foo (<your name here>)
This means that if the name is the same as the directory name, then
there is no point in having it. I also removed cases where the name
differed only in its capitalization for collections where the case
is obvious.
* Also, for subcollections, the name should clarify the name of the
subcollection in context. For example "Acknowledgments" explains
what scribbling/acks is, but there's no need to add the context name
as in "Scribblings: Acknowledgments".
* There may also be a point in keeping names for other uses. One such
example was in games, where the name field was used in the PLT Games
application. (This was changed to default on the directory name, so
it is no longer needed in most games.) Another example is in planet
packages.
svn: r8629
2008-02-12 10:33:01 +00:00
Eli Barzilay
3da233dd8e
fix some minor bug and typos in previous commit
...
svn: r8533
2008-02-05 00:22:33 +00:00
Eli Barzilay
3c72e71e24
switched info.ss files to #lang
...
svn: r8532
2008-02-04 23:00:35 +00:00
Eli Barzilay
59b5f3a727
removed unused doc.txt entries from info.ss files
...
svn: r8529
2008-02-04 20:31:04 +00:00
Matthew Flatt
39cedb62ed
v3.99.0.2
...
svn: r7706
2007-11-13 12:40:00 +00:00
Eli Barzilay
f5deb3f60d
Reverse kathy's changes to doc.txt
...
svn: r5732
2007-03-05 04:55:35 +00:00
Kathy Gray
fb40b02b42
Moved the combinator parser out of parser-tools to alleviate the problem the
...
dependence on lazy had for the mzscheme build
svn: r5728
2007-03-04 23:30:43 +00:00
Kathy Gray
c064fe4238
Adding a set of higher-order combinator-builders with good error message generation
...
Combinator implementation is the responsiblity of kathyg, not sowens
svn: r5718
2007-03-02 15:15:09 +00:00
Matthew Flatt
f14ecde023
fix typo in comment (PR 7923!)
...
svn: r2834
2006-04-28 13:21:04 +00:00