..
contracts-examples
set svn:eol-style
2008-03-04 17:28:15 +00:00
apply.scrbl
rename drop and lift in Slideshow; minor doc fixes
2008-03-22 13:48:35 +00:00
begin.scrbl
fix guide typos
2008-07-22 14:36:28 +00:00
binding.scrbl
improved scribble syntax use
2008-02-19 12:22:45 +00:00
booleans.scrbl
improved scribble syntax use
2008-02-19 12:22:45 +00:00
boxes.scrbl
Use deftech instead of defterm for a bunch of terms.
2008-06-09 16:07:52 +00:00
byte-strings.scrbl
units chapter in guide
2008-05-20 20:16:44 +00:00
case.scrbl
new guide section on parameterize and other doc tweaks
2008-12-30 16:21:11 +00:00
certificates.scrbl
change quote-syntax to include a certificate for the enclosing module, enable certificate checking of phase-1 bindings, and fix some other problems with certificates
2008-12-05 22:45:04 +00:00
char-strings.scrbl
Lots of minor edits -- mainly dropping unnecessary backslashes and
2008-08-27 08:35:27 +00:00
chars.scrbl
Lots of minor edits -- mainly dropping unnecessary backslashes and
2008-08-27 08:35:27 +00:00
class.scrbl
add and use close-eval to reduce memory use when rendering reference and guide
2008-05-27 17:20:24 +00:00
compile.scrbl
new guide chapter on Scheme dialects, and small clean-up for some other docs
2008-12-22 21:17:07 +00:00
cond.scrbl
typos from Grant (PR9652)
2008-08-02 19:42:26 +00:00
contracts-examples.scrbl
fill in some guide sections
2008-05-16 21:23:53 +00:00
contracts-general-function.scrbl
a bunch of (mostly) latex-leftover typos
2008-08-27 07:07:59 +00:00
contracts-gotchas.scrbl
speed up doc build a little; fix bugs related to getting continuation marks from a thread and using the errortrace profiler
2008-11-04 23:32:44 +00:00
contracts-intro.scrbl
typos
2008-10-22 12:23:44 +00:00
contracts-simple-function.scrbl
function contracts now preserve tail recursion
2008-11-09 02:31:25 +00:00
contracts-structure.scrbl
fill in some guide sections
2008-05-16 21:23:53 +00:00
contracts-utils.ss
added the example section
2008-01-08 23:30:49 +00:00
contracts.scrbl
small edits to contract docs
2008-10-14 00:13:12 +00:00
control.scrbl
typos
2008-08-26 18:08:40 +00:00
data.scrbl
improved scribble syntax use
2008-02-19 12:22:45 +00:00
define-struct.scrbl
fix 'local-expand' checking of stop list to disallow symbols; extend 'continuation-marks' to work on threads; fix HtDP language module-level stop list
2008-10-23 13:38:03 +00:00
define.scrbl
add and use close-eval to reduce memory use when rendering reference and guide
2008-05-27 17:20:24 +00:00
dialects.scrbl
doc tweaks
2009-01-04 14:08:13 +00:00
for.scrbl
unit bug fixes related to new scoping of signature elements; change scribble/manual to compute ids typeset as variables at compile time, in preparation for moving from a parameter to syntax bindings; fix docs typos; extend decompiler's support for unmarshaling syntax objects
2008-10-15 22:23:56 +00:00
forms.scrbl
new guide section on parameterize and other doc tweaks
2008-12-30 16:21:11 +00:00
guide-utils.ss
make all files terminate with a newline
2008-02-24 21:27:36 +00:00
guide.scrbl
new guide chapter on Scheme dialects, and small clean-up for some other docs
2008-12-22 21:17:07 +00:00
hash-tables.scrbl
change reference and some other docs to use #f instead of false/c and or/c insteda of one-of/c
2008-10-13 19:45:37 +00:00
info.ss
proprocessor doc, merge scribblings and doc-categories fields
2008-04-23 00:20:25 +00:00
io.scrbl
fix flushing issue
2008-10-10 09:58:18 +00:00
keywords.scrbl
Use deftech instead of defterm for a bunch of terms.
2008-06-09 16:07:52 +00:00
lambda.scrbl
typos from Grant (PR9652)
2008-08-02 19:42:26 +00:00
let.scrbl
improved scribble syntax use
2008-02-19 12:22:45 +00:00
lists.scrbl
remove misplaced #:evals in schemeblocks
2008-07-23 15:01:13 +00:00
macros.scrbl
macros chapter in guide
2008-05-22 16:12:51 +00:00
match.scrbl
doc match-let as 'destructuring bind'
2008-06-15 11:25:05 +00:00
module-basics.scrbl
plt-r6rs executable and initial r6rs docs
2008-03-03 21:59:09 +00:00
module-paths.scrbl
* Made (planet "path") work like (planet path), except that the former
2008-04-06 14:08:21 +00:00
module-provide.scrbl
improved scribble syntax use
2008-02-19 12:22:45 +00:00
module-require.scrbl
improved scribble syntax use
2008-02-19 12:22:45 +00:00
module-set.scrbl
doc clarifications on module constants
2009-01-21 15:44:30 +00:00
module-syntax.scrbl
add and use close-eval to reduce memory use when rendering reference and guide
2008-05-27 17:20:24 +00:00
modules.scrbl
scheme/load in guide
2008-11-17 01:25:46 +00:00
named-let.scrbl
improved scribble syntax use
2008-02-19 12:22:45 +00:00
namespaces.scrbl
scheme/load in guide
2008-11-17 01:25:46 +00:00
numbers.scrbl
Use deftech instead of defterm for a bunch of terms.
2008-06-09 16:07:52 +00:00
other.scrbl
new guide chapter on Scheme dialects, and small clean-up for some other docs
2008-12-22 21:17:07 +00:00
pairs.scrbl
explain what a box is in the reference, and add cross references to the guide
2008-07-14 00:05:37 +00:00
parameterize.scrbl
new guide section on parameterize and other doc tweaks
2008-12-30 16:21:11 +00:00
paths.scrbl
Use deftech instead of defterm for a bunch of terms.
2008-06-09 16:07:52 +00:00
pattern-macros.scrbl
unit bug fixes related to new scoping of signature elements; change scribble/manual to compute ids typeset as variables at compile time, in preparation for moving from a parameter to syntax bindings; fix docs typos; extend decompiler's support for unmarshaling syntax objects
2008-10-15 22:23:56 +00:00
performance.scrbl
more guide clean-up
2008-05-21 13:31:09 +00:00
ports.scrbl
Use deftech instead of defterm for a bunch of terms.
2008-06-09 16:07:52 +00:00
proc-macros.scrbl
add and use close-eval to reduce memory use when rendering reference and guide
2008-05-27 17:20:24 +00:00
qq.scrbl
improved scribble syntax use
2008-02-19 12:22:45 +00:00
quote.scrbl
typos from Grant (PR9652)
2008-08-02 19:42:26 +00:00
read.scrbl
removed spaces at eolns to make new-reader-diffs easier to follow
2007-06-29 05:58:56 +00:00
regexp.scrbl
Lots of minor edits -- mainly dropping unnecessary backslashes and
2008-08-27 08:35:27 +00:00
regexps-data.scrbl
improved scribble syntax use
2008-02-19 12:22:45 +00:00
running.scrbl
more guide clean-up
2008-05-21 13:31:09 +00:00
scripts.scrbl
some paren typos
2009-02-04 16:28:14 +00:00
set.scrbl
Use @(interaction-eval ...) instead of @interaction-eval[...].
2008-04-23 16:47:17 +00:00
simple-data.scrbl
improved scribble syntax use
2008-02-19 12:22:45 +00:00
simple-syntax.scrbl
typo (PR 9908)
2008-11-14 02:34:10 +00:00
symbols.scrbl
Lots of minor edits -- mainly dropping unnecessary backslashes and
2008-08-27 08:35:27 +00:00
to-scheme.scrbl
improved scribble syntax use
2008-02-19 12:22:45 +00:00
truth.scrbl
add and use close-eval to reduce memory use when rendering reference and guide
2008-05-27 17:20:24 +00:00
unit.scrbl
* Fix unit/c so that less unnecessary code is generated.
2009-02-13 22:50:49 +00:00
vectors.scrbl
typos from Grant (PR9652)
2008-08-02 19:42:26 +00:00
void-and-undef.scrbl
improved scribble syntax use
2008-02-19 12:22:45 +00:00
welcome.scrbl
new guide chapter on Scheme dialects, and small clean-up for some other docs
2008-12-22 21:17:07 +00:00