racket/collects/scribblings/reference
Matthew Flatt ffab3dd835 add Waddell99 citation
svn: r12725
2008-12-08 00:07:42 +00:00
..
async-channels.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
booleans.scrbl add some datatype deftechs 2008-10-13 21:36:18 +00:00
breaks.scrbl more net library docs 2008-04-13 15:44:10 +00:00
bytes.scrbl some doc clarifications and hyperlinks 2008-12-02 20:26:32 +00:00
channels.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
chars.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
class.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
cmdline.scrbl #:name -> #:program in docs 2008-06-06 13:45:27 +00:00
code-inspectors.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
collects.scrbl change -S, -X, and -z flags for mz/mr 2008-10-07 14:56:26 +00:00
concurrency.scrbl move threads-are-not-OS-threads docs from 10 to 1.1.13 2008-11-18 23:22:56 +00:00
cont-marks.scrbl call-with-immediate-continuation-mark 2008-11-07 02:54:12 +00:00
cont.scrbl doc repairs 2008-11-02 12:28:59 +00:00
contracts.scrbl function contracts now preserve tail recursion 2008-11-09 02:31:25 +00:00
control-lib.scrbl rename drop and lift in Slideshow; minor doc fixes 2008-03-22 13:48:35 +00:00
control.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
custodians.scrbl some doc clarifications and hyperlinks 2008-12-02 20:26:32 +00:00
custom-ports.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
custom-write.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
data.scrbl explain what a box is in the reference, and add cross references to the guide 2008-07-14 00:05:37 +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
dicts.scrbl add eqv hash tables; add hash-update 2008-10-13 16:21:18 +00:00
ellipses-defn.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
ellipses.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
encodings.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
enter.scrbl * Added `note-init-lib' for libraries in scheme/init 2008-08-03 18:58:04 +00:00
eval-model.scrbl some doc clarifications and hyperlinks 2008-12-02 20:26:32 +00:00
eval.scrbl compile-context-preservation-enabled and slightly better stack traces for errors from JIT-inlined arithmetic 2008-11-26 23:07:13 +00:00
evts.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
exit.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
exns.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
file-ports.scrbl s/open-input-port/open-input-file/ 2008-10-24 21:20:09 +00:00
filesystem.scrbl fix typo (PR 9955) 2008-12-01 11:27:35 +00:00
for.scrbl dic docs for 'do' (PR 9640) 2008-07-29 19:23:38 +00:00
hashes.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
help.scrbl link 'help' to general docs 2008-11-10 15:49:39 +00:00
include.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
info.ss proprocessor doc, merge scribblings and doc-categories fields 2008-04-23 00:20:25 +00:00
init.scrbl * Added `note-init-lib' for libraries in scheme/init 2008-08-03 18:58:04 +00:00
io.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
load-lang.scrbl scheme/load docs improvement 2008-04-14 19:21:16 +00:00
logging.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
macros.scrbl splicing-syntax-parameterize and docs for scheme/splicing 2008-11-26 21:31:58 +00:00
match-grammar.ss Update match documentation to new implementation: 2008-03-27 17:35:11 +00:00
match-parse.ss Update match documentation to new implementation: 2008-03-27 17:35:11 +00:00
match.scrbl typo (PR9880) 2008-10-31 14:13:01 +00:00
memory.scrbl fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs) 2008-07-29 12:56:05 +00:00
model.scrbl dictionaries 2008-04-21 17:26:35 +00:00
module-reflect.scrbl reference doc corrections 2008-11-30 14:32:58 +00:00
mpairs.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
mz.ss 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
namespaces.scrbl add cross-references from model section to function sections 2008-11-18 23:33:29 +00:00
networking.scrbl some doc clarifications and hyperlinks 2008-12-02 20:26:32 +00:00
numbers.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
os.scrbl v4.0.2.4: logging 2008-07-17 15:20:17 +00:00
package.scrbl add Waddell99 citation 2008-12-08 00:07:42 +00:00
pairs.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
parameters.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
paths.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
pipes.scrbl fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs) 2008-07-29 12:56:05 +00:00
port-buffers.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
port-lib.scrbl , 2008-11-13 21:11:48 +00:00
port-line-counting.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
port-procs.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
ports.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
pretty-print.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
printer.scrbl Lots of minor edits -- mainly dropping unnecessary backslashes and 2008-08-27 08:35:27 +00:00
procedures.scrbl fix struct type immutable-field handling and checking of prop:procedure values (PR 9914 and more) 2008-11-15 02:49:54 +00:00
prog-steps.ss * Newlines at EOFs 2008-07-09 07:18:06 +00:00
promise.scrbl document lazy restriction, try to improve description a little. 2008-06-23 04:36:05 +00:00
prop-port.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
read.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
reader-example.ss new hash function names and ops (3.99.0.23) 2008-04-08 21:42:38 +00:00
reader.scrbl doc repairs 2008-11-02 12:28:59 +00:00
readtables.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
reference.scrbl add Waddell99 citation 2008-12-08 00:07:42 +00:00
regexps.scrbl document improved splitting with empty matches 2008-11-24 23:42:20 +00:00
running.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
runtime.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
rx.ss typo 2008-04-16 15:42:11 +00:00
sandbox.scrbl removed some bogus text 2008-12-02 14:36:42 +00:00
security-guards.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
security.scrbl scheme/load 2008-04-14 15:20:18 +00:00
semaphores.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
sequences.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
serialization.scrbl use new 'serialized=?' to tighten setup scribble fixpoint 2008-06-23 19:28:08 +00:00
shared.scrbl fix problems in lex-rename simplification; other tiny improvements and doc repairs 2008-11-10 22:50:54 +00:00
splicing.scrbl splicing-syntax-parameterize and docs for scheme/splicing 2008-11-26 21:31:58 +00:00
startup.scrbl change -S, -X, and -z flags for mz/mr 2008-10-07 14:56:26 +00:00
string-input.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
string-output.scrbl fix result of write-{string,bytes} 2008-11-10 04:02:44 +00:00
string-ports.scrbl fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs) 2008-07-29 12:56:05 +00:00
strings.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
struct-inspectors.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
struct.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
stx-certs.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
stx-comp.scrbl clarify that unbound = top-level binding in reference 2008-11-03 16:18:16 +00:00
stx-expand.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
stx-ops.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
stx-param.scrbl splicing-syntax-parameterize and docs for scheme/splicing 2008-11-26 21:31:58 +00:00
stx-patterns.scrbl prefab structure types (3.99.0.18) 2008-03-13 20:59:22 +00:00
stx-props.scrbl Lots of minor edits -- mainly dropping unnecessary backslashes and 2008-08-27 08:35:27 +00:00
stx-trans.scrbl reference doc corrections 2008-11-30 14:32:58 +00:00
subprocess.scrbl jit tweaks 2008-10-27 19:00:13 +00:00
surrogate.scrbl r6rs tests and bug fixes 2008-05-01 13:52:05 +00:00
sync.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
syntax-model.scrbl revised internal-definitions context and a basic 'define-package' form 2008-11-24 19:52:41 +00:00
syntax.scrbl splicing-syntax-parameterize and docs for scheme/splicing 2008-11-26 21:31:58 +00:00
thread-cells.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
thread-groups.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
thread-local.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
threads.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
time.scrbl Fixed typo in time-apply's documentation. 2008-10-16 14:48:37 +00:00
units.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
unix-paths.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
values.scrbl improved scribble syntax use 2008-02-19 12:22:45 +00:00
vectors.scrbl fix '(nonnegative|positive)-exact-integer?' contracts (moving 'exact-' to the front where it belongs) 2008-07-29 12:56:05 +00:00
windows-paths.scrbl Lots of minor edits -- mainly dropping unnecessary backslashes and 2008-08-27 08:35:27 +00:00
write.scrbl add example for write 2008-10-23 22:11:41 +00:00