racket/collects/scribblings/reference
Stevie Strickland 99aac7d745 Sam and I did some work to allow automatic inferred linking in
(define-values/)invoke-unit/infer.

svn: r14315
2009-03-27 13:47:12 +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 atomic mode for objc methods; doc tweaks 2009-01-06 19:52:40 +00:00
breaks.scrbl more net library docs 2008-04-13 15:44:10 +00:00
bytes.scrbl doc tweaks 2009-01-04 14:08:13 +00:00
channels.scrbl
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 changed htdp languages to allow identifier module paths; scribble improvements to latex back-end; added definterface 2009-02-16 22:04:51 +00:00
cmdline.scrbl #:name -> #:program in docs 2008-06-06 13:45:27 +00:00
code-inspectors.scrbl
collects.scrbl some paren typos 2009-02-04 16:28:14 +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 reference repairs (PRs 9978, 9704, 9820) 2009-03-16 13:08:23 +00:00
cont.scrbl add propagated arguments to 'call-with-continuation-prompt'; streamline 'with-handlers' expansion; speed up slightly some JITted cross-module function calls 2009-01-02 21:57:31 +00:00
contracts.scrbl Corrected a typo in the contracts reference ('exmaple' -> 'example'). 2009-03-17 15:36:36 +00:00
control-lib.scrbl rename drop and lift in Slideshow; minor doc fixes 2008-03-22 13:48:35 +00:00
control.scrbl
custodians.scrbl memory accounting: blame the parent instead of the child 2008-12-15 17:09:33 +00:00
custom-ports.scrbl typo 2009-03-07 00:46:28 +00:00
custom-write.scrbl
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
ellipses.ss
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 memory accounting: blame the parent instead of the child 2008-12-15 17:09:33 +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
exns.scrbl getting-started doc improvements, and small change to raise-syntax-error 2009-02-15 15:15:06 +00:00
file-ports.scrbl link to file-position from the 'update flag 2009-03-14 23:59:09 +00:00
filesystem.scrbl typo 2009-03-26 12:00:13 +00:00
for.scrbl add #:contracts optional sub-form to defform 2009-01-05 14:00:07 +00:00
hashes.scrbl getting-started doc improvements, and small change to raise-syntax-error 2009-02-15 15:15:06 +00:00
help.scrbl document 'help' change 2009-01-14 22:45:46 +00:00
include.scrbl fixed typo 2009-02-21 16:38:09 +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
load-lang.scrbl scheme/load docs improvement 2008-04-14 19:21:16 +00:00
logging.scrbl add bitwise-bit-field 2009-01-23 17:22:57 +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 Fix docs on exception raised. 2009-03-10 23:56:07 +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 free-id=? propagation through module exports; add 'not-free-identifier=? syntax property to disable free-id=? propagation; add prop:rename-transformer and prop:set-transformer; fix scheme/local so that local syntax bindings are visible to later definitions (v4.1.5.3) 2009-03-19 20:22:18 +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 document 'help' change 2009-01-14 22:45:46 +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 Add `tanh' with documentation. 2009-03-24 17:48:11 +00:00
os.scrbl v4.0.2.4: logging 2008-07-17 15:20:17 +00:00
package.scrbl use PDF-based picts in the Latex build of the Quick tutorial; in general, change a .pdf image extension to .png for HTML output; add package-original-identifiers and fix package-exporte-identifiers 2009-02-04 21:03:28 +00:00
pairs.scrbl Added `count'. 2009-03-22 02:53:27 +00:00
parameters.scrbl fix make-derived-parameter 2009-01-16 20:04:12 +00:00
paths.scrbl add some-system-path<->string functions to scheme/path 2009-01-11 14:47:51 +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
ports.scrbl doc read/write closed ports => exn:fail 2009-01-03 12:20:48 +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 some paren typos 2009-02-04 16:28:14 +00:00
procedures.scrbl procedure-rename 2008-12-30 14:36:25 +00:00
prog-steps.ss * Newlines at EOFs 2008-07-09 07:18:06 +00:00
promise.scrbl added promise-forced? and promise-running? 2009-01-16 05:46:07 +00:00
prop-port.scrbl
read.scrbl fix reference doc typos 2008-12-21 14:32:32 +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 infix for literal prefab structs, quasiquote unquoting in value positions of hash-table literals, and related changes (v4.1.4.3) 2009-02-09 15:27:51 +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 add pin-curve, pin-arrow-curve, pin-arrows-curve 2009-02-24 17:25:39 +00:00
running.scrbl
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 rename local smaller 2009-02-16 17:06:21 +00:00
sandbox.scrbl notes on the hazards of sandbox break propagation 2009-03-22 16:42:03 +00:00
security-guards.scrbl reference and ffi corrections and clarifications 2008-12-18 02:52:45 +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 reference repairs (PRs 9978, 9704, 9820) 2009-03-16 13:08:23 +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 scheme/splicing: updated reference for new splicing forms 2009-03-19 19:02:28 +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 procedure-rename 2008-12-30 14:36:25 +00:00
struct.scrbl chat-noir literate small repairs 2009-02-21 13:30:22 +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 doc updates for v4.1.5.2 2009-03-17 21:06:42 +00:00
stx-expand.scrbl
stx-ops.scrbl infix for literal prefab structs, quasiquote unquoting in value positions of hash-table literals, and related changes (v4.1.4.3) 2009-02-09 15:27:51 +00:00
stx-param.scrbl splicing-syntax-parameterize and docs for scheme/splicing 2008-11-26 21:31:58 +00:00
stx-patterns.scrbl adjust syntax/loc and some docs 2009-03-02 22:24:25 +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 add 'not-provide-all-defined and 'nonimal-id suport for rename transformers; fix scheme/foreign and foreign docs to use it 2009-03-20 16:59:28 +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
syntax-model.scrbl free-id=? propagation through module exports; add 'not-free-identifier=? syntax property to disable free-id=? propagation; add prop:rename-transformer and prop:set-transformer; fix scheme/local so that local syntax bindings are visible to later definitions (v4.1.5.3) 2009-03-19 20:22:18 +00:00
syntax.scrbl aother refinement to note on require sub-form expansion 2009-03-23 16:38:21 +00:00
thread-cells.scrbl
thread-groups.scrbl
thread-local.scrbl
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 record per-thread milliseconds 2009-03-23 01:26:51 +00:00
units.scrbl Sam and I did some work to allow automatic inferred linking in 2009-03-27 13:47:12 +00:00
unix-paths.scrbl
values.scrbl
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 typo 2009-03-26 12:00:13 +00:00
write.scrbl add example for write 2008-10-23 22:11:41 +00:00