
This commit merges changes that were developed in the "racket7" repo. See that repo (which is no longer modified) for a more fine-grained change history. The commit includes experimental support for running Racket on Chez Scheme, but that "CS" variant is not built by default.
26 lines
718 B
Racket
26 lines
718 B
Racket
#lang scribble/doc
|
|
@(require "utils.rkt")
|
|
|
|
@title[#:style 'toc]{Derived Utilities}
|
|
|
|
@local-table-of-contents[]
|
|
|
|
@include-section["vector.scrbl"]
|
|
@include-section["cvector.scrbl"]
|
|
@include-section["cpointer.scrbl"]
|
|
@include-section["serialize-cstruct.scrbl"]
|
|
@include-section["define.scrbl"]
|
|
@include-section["alloc.scrbl"]
|
|
@include-section["custodian.scrbl"]
|
|
@include-section["atomic.scrbl"]
|
|
@include-section["try-atomic.scrbl"]
|
|
@include-section["schedule.scrbl"]
|
|
@include-section["port.scrbl"]
|
|
@include-section["global.scrbl"]
|
|
@include-section["os-thread.scrbl"]
|
|
@include-section["objc.scrbl"]
|
|
@include-section["ns.scrbl"]
|
|
@include-section["com.scrbl"]
|
|
@include-section["file.scrbl"]
|
|
@include-section["winapi.scrbl"]
|