racket/collects/scribblings/reference
Matthew Flatt 23722e64c2 change `exn:break:hang-up' handling to skip display
Since SIGHUP normally means that the output has gone away,
don't try to write to it.

Closes PR 13058 (although it doesn't solve the more general
problem that is noted in the PR)
2012-08-24 15:48:58 -06:00
..
async-channels.scrbl A ton of @scheme*' -> @racket*' and related updates. 2011-06-25 04:08:47 -04:00
block.scrbl Use a new evaluaor in "for.scrbl", have it require `racket/base' for syntax. 2012-07-22 13:38:38 -04:00
booleans.scrbl Reorder docs. 2012-05-24 16:51:14 -04:00
breaks.scrbl SIGHUP and SIGTERM -> exn:break:hang-up' and exn:break:terminate' 2012-08-13 17:11:20 -06:00
bytes.scrbl Fixes spelling errors in reference. 2012-02-21 14:21:43 -05:00
channels.scrbl racket/base: add some missing predicates 2012-05-29 11:01:52 -06:00
chaperones.scrbl Reference: fix doc typos 2012-07-03 03:10:04 -04:00
chars.scrbl intern strings, etc. only when making syntax objects, not in `read' 2011-12-14 16:03:44 -07:00
class.scrbl Doc fixes reported by Gary Baumgartner 2012-07-23 13:10:05 -04:00
cmdline.scrbl racket/cmdline add `#:ps' clause 2012-05-29 11:00:43 -06:00
code-inspectors.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
collects.scrbl Reference: fix doc typos 2012-07-03 03:10:04 -04:00
concurrency.scrbl Move engines from mzlib/thread to racket/engine 2012-07-26 14:47:29 -04:00
cont-marks.scrbl Documentation for mark key proxies and contracts 2012-06-26 13:39:36 -04:00
cont.scrbl
contracts-struct-prop.scrbl moved unstable/prop-contract into racket/contract/base 2011-12-18 13:57:50 -07:00
contracts.scrbl add the ability to specify #:parent to struct/dc (and fix struct/c to use it) 2012-08-23 18:59:11 -05:00
control-lib.scrbl racket/control: add aliases and update %/fcontrol 2012-06-14 17:33:43 -04:00
control.scrbl
custodians.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
custom-ports.scrbl improve port progress-evt guarantees; fix for `read-bytes-evt' et al. 2012-08-04 10:19:55 -06:00
custom-write.scrbl Docs for gen:custom-write. 2012-05-24 16:51:14 -04:00
data.scrbl fix docs for `box-cas!', fix JITted version to check mutability 2012-05-03 21:38:36 -06:00
debugging.scrbl change `eval-jit-enabled' initialization 2011-07-27 07:55:05 +01:00
define-struct.scrbl doc clarifications 2012-06-27 13:20:18 -06:00
dicts.scrbl Fic generics docs. 2012-08-08 17:26:55 -04:00
distributed.scrbl [Distributed Places] added #:thunk and #:named keyword arguments to distributed place creation functions 2012-07-31 11:51:55 -06:00
ellipses-defn.rkt
ellipses.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
encodings.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
engine.scrbl Move engines from mzlib/thread to racket/engine 2012-07-26 14:47:29 -04:00
enter.scrbl fix typo; eliminate "this" as a noun; otherminor improvements 2011-07-14 21:32:47 -06:00
eval-model.scrbl Reference: fix doc typos 2012-07-03 03:10:04 -04:00
eval.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
evts.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
exit.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
exns.scrbl change `exn:break:hang-up' handling to skip display 2012-08-24 15:48:58 -06:00
extras.css
extras.tex
fasl.scrbl
file-ports.scrbl doc and terminology fix 2012-02-26 22:13:02 -05:00
filesystem.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
fixnums.scrbl add a #:fill' clause to for/vector' et al. 2012-08-15 09:32:55 -06:00
flonums.scrbl add a #:fill' clause to for/vector' et al. 2012-08-15 09:32:55 -06:00
for.scrbl docs for `for/vector': warn about intreaction with continuations 2012-08-16 13:11:42 -06:00
futures-trace.scrbl Add GC display to future visualizer 2012-08-11 01:00:51 -05:00
futures-visualizer.scrbl Add GC display to future visualizer 2012-08-11 01:00:51 -05:00
futures.scrbl Futures visualizer - reorganize modules, expose formerly private stuff as public (and docs) 2012-07-10 10:55:19 -05:00
generic.scrbl racket/generics: add contract combinator 2012-06-25 20:33:48 -04:00
hashes.scrbl Have a generic interface for equal+hash. 2012-05-24 16:51:11 -04:00
help.scrbl fix `help' docs 2012-06-25 08:21:55 -06:00
include.scrbl A ton of @scheme*' -> @racket*' and related updates. 2011-06-25 04:08:47 -04:00
info.rkt docs reorganization 2011-07-01 17:16:53 -06:00
init.scrbl Big newline at EOF scan. 2012-02-29 00:28:11 -05:00
io.scrbl Add pointers to the Guide in Reference docs. 2012-05-01 14:57:14 -04:00
load-lang.scrbl
logging.scrbl add `log-max-level' 2012-02-26 22:13:02 -05:00
macros.scrbl Add a `compatibility' collect for compatibility with other languages. 2012-07-27 16:49:05 -04:00
match-grammar.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
match-parse.rkt Finish converting scheme' -> racket'. 2011-06-28 00:45:38 -04:00
match.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
memory.scrbl docs: will executors are synchronizable events 2012-04-15 05:37:35 -06:00
model.scrbl move Reference reader & prnter docs to the model chapel 2011-08-28 18:15:43 -06:00
module-reflect.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
mpairs.scrbl Fix documentation for packages and mutable lists. 2012-07-31 17:12:30 -04:00
mz.rkt add cross-reference between data and read/print descriptions 2011-10-15 07:20:33 -07:00
namespaces.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
networking.scrbl
numbers.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
os.scrbl
pairs.scrbl Disable the #:before-first' and #:after-last' functionality in `add-between'. 2012-07-18 22:28:41 -04:00
parameters.scrbl Lots of documentation formatting. 2011-08-15 07:50:04 -04:00
paths.scrbl Reference: fix doc typos 2012-07-03 03:10:04 -04:00
pipes.scrbl
places.scrbl SIGHUP and SIGTERM -> exn:break:hang-up' and exn:break:terminate' 2012-08-13 17:11:20 -06:00
port-buffers.scrbl reference clarifications on string ports 2011-11-26 17:09:23 -07:00
port-lib.scrbl Fix docs for reencode-input-port & reencode-output-port 2012-08-18 00:34:54 -04:00
port-line-counting.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
port-procs.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
ports.scrbl A ton of @scheme*' -> @racket*' and related updates. 2011-06-25 04:08:47 -04:00
pretty-print.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
printer.scrbl Fix doc typos 2012-07-06 18:59:10 -04:00
procedures.scrbl try to improve docs for `make-keyword-procedure' 2012-03-31 07:45:53 -06:00
prog-steps.rkt A ton of @scheme*' -> @racket*' and related updates. 2011-06-25 04:08:47 -04:00
promise.scrbl A ton of @scheme*' -> @racket*' and related updates. 2011-06-25 04:08:47 -04:00
prop-port.scrbl A ton of @scheme*' -> @racket*' and related updates. 2011-06-25 04:08:47 -04:00
read.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
reader-example.rkt fix reader graph-notation equivalence 2011-08-18 12:54:52 -06:00
reader.scrbl doc corrections 2012-08-11 06:42:24 -06:00
readtables.scrbl remove built-in reader and printing support for Honu 2011-10-05 09:40:27 -06:00
reference.scrbl re-align expt' and flexpt' to match C99 pow() spec 2012-08-06 13:00:36 -06:00
regexps.scrbl Move regexp-replaces' from ffi/unsafe' to `racket/private/string'. 2012-06-22 14:27:14 -04:00
rmpi.scrbl racket/place/distributed: fix doc problems 2012-05-20 14:11:17 -06:00
running.scrbl
runtime.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
rx.rkt Fixes spelling errors in reference. 2012-02-21 14:21:43 -05:00
sandbox.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
security-guards.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
security.scrbl
semaphores.scrbl racket/base: add some missing predicates 2012-05-29 11:01:52 -06:00
sequences.scrbl Fix documentation for packages and mutable lists. 2012-07-31 17:12:30 -04:00
serialization.scrbl doc correction and improvement 2012-06-25 08:17:17 -06:00
sets.scrbl Doc fixes. 2012-04-30 14:13:32 -04:00
shared.scrbl A ton of @scheme*' -> @racket*' and related updates. 2011-06-25 04:08:47 -04:00
splicing.scrbl A ton of @scheme*' -> @racket*' and related updates. 2011-06-25 04:08:47 -04:00
startup.scrbl Note require' of a main' submodule for -t', -l', and `-p' 2012-07-25 20:07:23 -06:00
string-input.scrbl Fix contracts on several I/O functions 2012-08-18 00:22:21 -04:00
string-output.scrbl
string-ports.scrbl reference clarifications on string ports 2011-11-26 17:09:23 -07:00
strings.scrbl Adjust the keyword names for string-join' following the change to add-between'. 2012-06-26 13:45:16 -04:00
struct-inspectors.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
struct.scrbl Allow guards for impersonatable struct type properties 2012-07-19 22:46:14 -04:00
stx-certs.scrbl A ton of @scheme*' -> @racket*' and related updates. 2011-06-25 04:08:47 -04:00
stx-comp.scrbl allow different phases for `free-identifier=?' arguments 2011-09-12 17:08:50 -06:00
stx-expand.scrbl A ton of @scheme*' -> @racket*' and related updates. 2011-06-25 04:08:47 -04:00
stx-ops.scrbl doc fix 2012-08-12 20:17:29 -06:00
stx-param.scrbl Lots of documentation formatting. 2011-08-15 07:50:04 -04:00
stx-patterns.scrbl fix docs for `syntax-id-rules' 2012-01-29 06:50:35 -07:00
stx-props.scrbl remove built-in reader and printing support for Honu 2011-10-05 09:40:27 -06:00
stx-taints.scrbl remove syntax certificates; add syntax taints 2011-06-29 19:15:48 -06:00
stx-trans.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
subprocess.scrbl Use string-no-nuls?' and bytes-no-nuls?' in more docs & error messages. 2012-07-22 13:00:05 -04:00
surrogate.scrbl A ton of @scheme*' -> @racket*' and related updates. 2011-06-25 04:08:47 -04:00
symbols.scrbl intern literal strings, byte strings, regexps, characters, and numbers 2011-11-22 08:54:37 -07:00
sync.scrbl
syntax-model.scrbl doc layout repair 2012-05-20 07:39:05 -06:00
syntax-util.scrbl make record-disappeared-uses call syntax-local-introduce 2012-08-24 09:34:41 -05:00
syntax.scrbl Fix documentation for packages and mutable lists. 2012-07-31 17:12:30 -04:00
thread-cells.scrbl racket/base: add some missing predicates 2012-05-29 11:01:52 -06:00
thread-groups.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
thread-local.scrbl
threads.scrbl SIGHUP and SIGTERM -> exn:break:hang-up' and exn:break:terminate' 2012-08-13 17:11:20 -06:00
time.scrbl change contract on second' of date' to allow only 1 leap second 2012-06-23 02:04:55 -07:00
trace.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00
units.scrbl Moved some mzlib library implementations to racket 2012-07-11 18:26:10 -04:00
unix-paths.scrbl
unsafe.scrbl Fix docs for unsafe-flmin and unsafe-flmax. 2012-06-09 09:20:55 -04:00
values.scrbl A ton of @scheme*' -> @racket*' and related updates. 2011-06-25 04:08:47 -04:00
vectors.scrbl add cross-reference between data and read/print descriptions 2011-10-15 07:20:33 -07:00
windows-paths.scrbl Fixes spelling errors in reference. 2012-02-21 14:21:43 -05:00
write.scrbl references: link "A parameter that..." to the definition of "parameter" 2012-08-22 10:28:56 -06:00