Fix history annotations to refer to 6.3.

Please merge to 6.3.
This commit is contained in:
Vincent St-Amour 2015-10-12 13:49:47 -05:00
parent 5afdae8af9
commit 270bbccf6b
29 changed files with 50 additions and 50 deletions

View File

@ -27,7 +27,7 @@ otherwise.}
Returns the width or height of an icon in pixels, or the depth in bits per Returns the width or height of an icon in pixels, or the depth in bits per
pixel. pixel.
@history[#:changed "6.2.900.10" @elem{A PNG-format icon can have a @history[#:changed "6.3" @elem{A PNG-format icon can have a
width or height greater than 256.}]} width or height greater than 256.}]}
@ -37,7 +37,7 @@ pixel.
Reports the format of the icon. Reports the format of the icon.
@history[#:added "6.2.900.10"]} @history[#:added "6.3"]}
@defproc[(read-icos [src (or/c path-string? input-port?)]) @defproc[(read-icos [src (or/c path-string? input-port?)])
@ -103,7 +103,7 @@ green, and blue channels) for each pixel.}
Returns the bytes of a PNG encoding for an icon in PNG format (see Returns the bytes of a PNG encoding for an icon in PNG format (see
@racket[ico-format]). @racket[ico-format]).
@history[#:added "6.2.900.10"]} @history[#:added "6.3"]}
@defproc[(argb->ico [width (integer-in 1 256)] @defproc[(argb->ico [width (integer-in 1 256)]
@ -125,4 +125,4 @@ and @racket[(* width depth)] must be a multiple of 8.}
Wraps the given PNG encoding as a PNG-encoded icon. Wraps the given PNG encoding as a PNG-encoded icon.
@history[#:added "6.2.900.10"]} @history[#:added "6.3"]}

View File

@ -69,4 +69,4 @@ For each item in the archive, @racket[filter-proc] is applied to
If the result of @racket[filter-proc] is @racket[#f], then the item is If the result of @racket[filter-proc] is @racket[#f], then the item is
not unpacked. not unpacked.
@history[#:changed "6.2.900.17" @elem{Added the @racket[#:permissive?] argument.}]} @history[#:changed "6.3" @elem{Added the @racket[#:permissive?] argument.}]}

View File

@ -24,4 +24,4 @@ a function to extract items from a possible @exec{gzip}ped TAR/USTAR archive.}
The same as @racket[untar], but if @racket[in] is in @exec{gzip} form, The same as @racket[untar], but if @racket[in] is in @exec{gzip} form,
it is @racket[gunzip]ped as it is unpacked. it is @racket[gunzip]ped as it is unpacked.
@history[#:changed "6.2.900.17" @elem{Added the @racket[#:permissive?] argument.}]} @history[#:changed "6.3" @elem{Added the @racket[#:permissive?] argument.}]}

View File

@ -86,7 +86,7 @@ inflated content.
@history[#:changed "6.0.0.3" @history[#:changed "6.0.0.3"
@elem{Added support for the optional timestamp argument in the result function.} @elem{Added support for the optional timestamp argument in the result function.}
#:changed "6.2.900.17" #:changed "6.3"
@elem{Added the @racket[#:permissive?] argument.}]} @elem{Added the @racket[#:permissive?] argument.}]}

View File

@ -112,7 +112,7 @@ that fails due to a connection error. If
a parameter's value is @racket[#f], then the user's configuration is a parameter's value is @racket[#f], then the user's configuration is
used. used.
@history[#:added "6.2.900.17"]} @history[#:added "6.3"]}
@defproc[(pkg-directory [name string?] @defproc[(pkg-directory [name string?]

View File

@ -310,7 +310,7 @@ If the @indexed-envvar{PLT_USE_GITHUB_API} environment variable is
set, GitHub packages are obtained using the GitHub API protocol set, GitHub packages are obtained using the GitHub API protocol
instead of using the Git protocol. instead of using the Git protocol.
@history[#:changed "6.2.900.16" @elem{Changed handling of @history[#:changed "6.3" @elem{Changed handling of
GitHub sources to use the Git GitHub sources to use the Git
protocol by default.}]} protocol by default.}]}
@ -945,7 +945,7 @@ for @nonterm{key}.
] ]
@history[#:changed "6.1.1.6" @elem{Added @exec{trash-max-packages} and @exec{trash-max-seconds}.} @history[#:changed "6.1.1.6" @elem{Added @exec{trash-max-packages} and @exec{trash-max-seconds}.}
#:changed "6.2.900.17" @elem{Added @exec{network-retries}.}]} #:changed "6.3" @elem{Added @exec{network-retries}.}]}
@subcommand{@command/toc{catalog-show} @nonterm{option} ... @nonterm{package-name} ... @subcommand{@command/toc{catalog-show} @nonterm{option} ... @nonterm{package-name} ...

View File

@ -274,7 +274,7 @@ Check whether @racket[subcls] is @racket[cls] or a subclass.
Extract the class of @racket[obj]. Extract the class of @racket[obj].
@history[#:added "6.2.900.14"]} @history[#:added "6.3"]}
@defproc[(objc-set-class! [obj _id] [cls _Class]) void?]{ @defproc[(objc-set-class! [obj _id] [cls _Class]) void?]{
@ -282,14 +282,14 @@ Extract the class of @racket[obj].
Changes the class of @racket[obj] to @racket[cls]. The object's Changes the class of @racket[obj] to @racket[cls]. The object's
existing representation must be compatible with the new class. existing representation must be compatible with the new class.
@history[#:added "6.2.900.14"]} @history[#:added "6.3"]}
@defproc[(objc-get-superclass [cls _Class]) _Class]{ @defproc[(objc-get-superclass [cls _Class]) _Class]{
Returns the superclass of @racket[cls]. Returns the superclass of @racket[cls].
@history[#:added "6.2.900.14"]} @history[#:added "6.3"]}
@defproc[(objc-dispose-class [cls _Class]) void?]{ @defproc[(objc-dispose-class [cls _Class]) void?]{
@ -297,7 +297,7 @@ Returns the superclass of @racket[cls].
Destroys @racket[cls], which must have no existing instances or Destroys @racket[cls], which must have no existing instances or
subclasses. subclasses.
@history[#:added "6.2.900.14"]} @history[#:added "6.3"]}
@defproc[(objc-block [function-type? ctype] @defproc[(objc-block [function-type? ctype]
@ -316,7 +316,7 @@ the list in @racket[keep], which might also be included in
@racket[_fun]. The pointers registered in @racket[keep] must be @racket[_fun]. The pointers registered in @racket[keep] must be
retained as long as the block remains in use. retained as long as the block remains in use.
@history[#:added "6.2.900.14"]} @history[#:added "6.3"]}
@; ---------------------------------------------------------------------- @; ----------------------------------------------------------------------

View File

@ -138,7 +138,7 @@ collection. The following fields are used:
] ]
@history[#:changed "6.2.900.10" @elem{Added support for @racket[compile-include-files].}]} @history[#:changed "6.3" @elem{Added support for @racket[compile-include-files].}]}
@defproc[(compile-directory-zos [path path-string?] @defproc[(compile-directory-zos [path path-string?]
@ -169,7 +169,7 @@ a directory, and so on. The set of suffixes always includes
@filepath{.rkt}, @filepath{.ss}, and @filepath{.scm}, but it can be @filepath{.rkt}, @filepath{.ss}, and @filepath{.scm}, but it can be
extended globally by @filepath{info.rkt} configuration in collections.} extended globally by @filepath{info.rkt} configuration in collections.}
@history[#:added "6.2.900.10"] @history[#:added "6.3"]
@defproc[(get-module-suffixes [#:group group (or/c 'all 'libs 'docs) 'all] @defproc[(get-module-suffixes [#:group group (or/c 'all 'libs 'docs) 'all]
[#:mode mode (or/c 'preferred 'all-available 'no-planet 'no-user) 'preferred] [#:mode mode (or/c 'preferred 'all-available 'no-planet 'no-user) 'preferred]

View File

@ -46,5 +46,5 @@ The content of each directory in the @racket[#:copy-collects] argument
is copied into the main @filepath{collects} directory for the packaged is copied into the main @filepath{collects} directory for the packaged
executables. executables.
@history[#:changed "6.2.900.17" @elem{Added the @racket[#:executables?] @history[#:changed "6.3" @elem{Added the @racket[#:executables?]
and @racket[#:relative-base] arguments.}]} and @racket[#:relative-base] arguments.}]}

View File

@ -189,7 +189,7 @@ currently supported keys are as follows:
@item{@racket['ico] (Windows) : An icon file path (suffix @item{@racket['ico] (Windows) : An icon file path (suffix
@filepath{.ico}) to use for the executable's desktop icon. @filepath{.ico}) to use for the executable's desktop icon.
@history[#:changed "6.2.900.10" @elem{All icons in the @history[#:changed "6.3" @elem{All icons in the
executable are replaced with icons from the file, executable are replaced with icons from the file,
instead of setting only certain sizes and depths.}]} instead of setting only certain sizes and depths.}]}
@ -486,4 +486,4 @@ A unit that imports nothing and exports @racket[compiler:embed^].}
If @racket[cross?] is true, the executable is found for the target If @racket[cross?] is true, the executable is found for the target
platform in @seclink["cross-system"]{cross-installation mode}. platform in @seclink["cross-system"]{cross-installation mode}.
@history[#:changed "6.2.900.11" @elem{Added the @racket[#:cross?] argument.}]} @history[#:changed "6.3" @elem{Added the @racket[#:cross?] argument.}]}

View File

@ -11,7 +11,7 @@
reading and adjusting dynamic-library references in a Mac OS X reading and adjusting dynamic-library references in a Mac OS X
executable.} executable.}
@history[#:added "6.2.900.9"] @history[#:added "6.3"]
@defproc[(find-matching-library-path [exe-path path-string?] @defproc[(find-matching-library-path [exe-path path-string?]
[library-str string?]) [library-str string?])

View File

@ -508,7 +508,7 @@ submodules within the region. The existing representation should have
zero bytes in place of each hash string, which is what @racket[write] zero bytes in place of each hash string, which is what @racket[write]
produces for a compiled form. produces for a compiled form.
@history[#:added "6.2.900.8"]} @history[#:added "6.3"]}
@; ---------------------------------------------------------------------- @; ----------------------------------------------------------------------

View File

@ -1730,7 +1730,7 @@ or @litchar{_}.}
@defmodule[setup/collection-search] @defmodule[setup/collection-search]
@history[#:added "6.2.900.6"] @history[#:added "6.3"]
@defproc[(collection-search [mod-path normalized-lib-module-path?] @defproc[(collection-search [mod-path normalized-lib-module-path?]
[#:init result any/c #f] [#:init result any/c #f]
@ -1808,7 +1808,7 @@ If @racket[spec] is a regexp value, then the result is @racket[#t] if
the regexp matches @racket[(path->string sys-lib-subpath)], the regexp matches @racket[(path->string sys-lib-subpath)],
@racket[#f] otherwise. @racket[#f] otherwise.
@history[#:changed "6.2.900.11" @elem{Added @racket[#:cross?] argument and @history[#:changed "6.3" @elem{Added @racket[#:cross?] argument and
changed the contract on @racket[sys-lib-subpath] changed the contract on @racket[sys-lib-subpath]
to accept @racket[path-for-some-system?] to accept @racket[path-for-some-system?]
instead of just @racket[path?].}]} instead of just @racket[path?].}]}
@ -1841,7 +1841,7 @@ libraries need to run to perform the requested @exec{raco pkg} action
(e.g., when installing built packages). (e.g., when installing built packages).
@history[#:added "6.2.900.11"] @history[#:added "6.3"]
@defproc[(cross-system-type [mode (or/c 'os 'word 'gc 'link 'machine @defproc[(cross-system-type [mode (or/c 'os 'word 'gc 'link 'machine
'so-suffix 'so-mode 'fs-change) 'so-suffix 'so-mode 'fs-change)

View File

@ -198,7 +198,7 @@ second.
If all of its arguments are @racket[list-contract?]s, then @racket[or/c] If all of its arguments are @racket[list-contract?]s, then @racket[or/c]
returns a @racket[list-contract?]. returns a @racket[list-contract?].
@history[#:changed "6.2.900.17" @list{Adjusted @racket[or/c] so that it @history[#:changed "6.3" @list{Adjusted @racket[or/c] so that it
takes the first higher-order contract instead of insisting that takes the first higher-order contract instead of insisting that
there be exactly one higher-order contract for a given value.}] there be exactly one higher-order contract for a given value.}]
} }
@ -2832,7 +2832,7 @@ currently being checked.
The resulting contract is a flat contract if @racket[contract] is a The resulting contract is a flat contract if @racket[contract] is a
flat contract. flat contract.
@history[#:added "6.2.900.15"] @history[#:added "6.3"]
} }
@defproc[(if/c [predicate (-> any/c any/c)] @defproc[(if/c [predicate (-> any/c any/c)]
@ -2855,7 +2855,7 @@ currently being checked.
The last contract is the same as @racket[any/c] because The last contract is the same as @racket[any/c] because
@racket[or/c] tries flat contracts before higher-order contracts. @racket[or/c] tries flat contracts before higher-order contracts.
@history[#:added "6.2.900.15"] @history[#:added "6.3"]
} }
@defthing[failure-result/c contract?]{ @defthing[failure-result/c contract?]{
@ -2864,7 +2864,7 @@ currently being checked.
Equivalent to @racket[(if/c procedure? (-> any) any/c)]. Equivalent to @racket[(if/c procedure? (-> any) any/c)].
@history[#:added "6.2.900.15"] @history[#:added "6.3"]
} }

View File

@ -493,7 +493,7 @@ performance characteristics.
If @racket[ce] includes module forms, then only phase-0 code in the If @racket[ce] includes module forms, then only phase-0 code in the
immediate module (not in submodules) is recompiled. immediate module (not in submodules) is recompiled.
@history[#:added "6.2.900.9"]} @history[#:added "6.3"]}
@defproc[(compiled-expression? [v any/c]) boolean?]{ @defproc[(compiled-expression? [v any/c]) boolean?]{

View File

@ -953,7 +953,7 @@ keep only the properties kept by @racket[copy-file]. If
@racket[keep-modify-seconds?] is true, then each file copy also keeps @racket[keep-modify-seconds?] is true, then each file copy also keeps
the modification date of the original. the modification date of the original.
@history[#:changed "6.2.900.9" @elem{Added the @racket[#:preserve-links?] argument.}]} @history[#:changed "6.3" @elem{Added the @racket[#:preserve-links?] argument.}]}
@defproc[(delete-directory/files [path path-string?] @defproc[(delete-directory/files [path path-string?]

View File

@ -384,7 +384,7 @@ such as when the keys are all symbols and @racket[hash] is not an
@see-also-concurrency-caveat[] @see-also-concurrency-caveat[]
@history[#:changed "6.2.900.8" @elem{Added the @racket[try-order?] argument.}]} @history[#:changed "6.3" @elem{Added the @racket[try-order?] argument.}]}
@defproc[(hash-keys [hash hash?]) @defproc[(hash-keys [hash hash?])
(listof any/c)]{ (listof any/c)]{
@ -420,7 +420,7 @@ See @racket[hash-map] for information about @racket[try-order?] and
about modifying @racket[hash] within @racket[proc]. about modifying @racket[hash] within @racket[proc].
@see-also-concurrency-caveat[] @see-also-concurrency-caveat[]
@history[#:changed "6.2.900.8" @elem{Added the @racket[try-order?] argument.}]} @history[#:changed "6.3" @elem{Added the @racket[try-order?] argument.}]}
@defproc[(hash-count [hash hash?]) @defproc[(hash-count [hash hash?])

View File

@ -333,7 +333,7 @@ Returns @racket[#t] if @racket[v] is a valid logging level (@racket['none],
@racket['fatal], @racket['error], @racket['warning], @racket['info], or @racket['fatal], @racket['error], @racket['warning], @racket['info], or
@racket['debug]), @racket[#f] otherwise. @racket['debug]), @racket[#f] otherwise.
@history[#:added "6.2.900.5"]{} @history[#:added "6.3"]{}
} }
@defproc[(with-intercepted-logging @defproc[(with-intercepted-logging
@ -368,7 +368,7 @@ Returns whatever @racket[proc] returns.
'warning) 'warning)
warning-counter)] warning-counter)]
@history[#:added "6.2.900.5"]{}} @history[#:added "6.3"]{}}
@defproc[(with-logging-to-port @defproc[(with-logging-to-port
[port output-port?] [proc (-> any)] [port output-port?] [proc (-> any)]
@ -391,4 +391,4 @@ Returns whatever @racket[proc] returns.
'warning) 'warning)
(get-output-string my-log))] (get-output-string my-log))]
@history[#:added "6.2.900.5"]{}} @history[#:added "6.3"]{}}

View File

@ -307,7 +307,7 @@ cause a major collection); minor collections triggered by
@racket[collect-garbage] do not cause major collections to run any @racket[collect-garbage] do not cause major collections to run any
sooner than they would have otherwise. sooner than they would have otherwise.
@history[#:changed "6.2.900.17" @elem{Added the @racket[request] argument.}]} @history[#:changed "6.3" @elem{Added the @racket[request] argument.}]}
@defproc[(current-memory-use [cust custodian? #f]) exact-nonnegative-integer?]{ @defproc[(current-memory-use [cust custodian? #f]) exact-nonnegative-integer?]{

View File

@ -945,7 +945,7 @@ the @tt{RtlGenRand} system function.
(eval:alts (crypto-random-bytes 14) #"\0\1\1\2\3\5\b\r\25\"7Y\220\351") (eval:alts (crypto-random-bytes 14) #"\0\1\1\2\3\5\b\r\25\"7Y\220\351")
] ]
@history[#:added "6.2.900.17"]} @history[#:added "6.3"]}
@; ------------------------------------------------------------------------ @; ------------------------------------------------------------------------
@subsection{Number--String Conversions} @subsection{Number--String Conversions}

View File

@ -7,7 +7,7 @@
@defmodule[racket/os]{The @racketmodname[racket/os] library @defmodule[racket/os]{The @racketmodname[racket/os] library
additional functions for querying the operating system.} additional functions for querying the operating system.}
@history[#:added "6.2.900.17"] @history[#:added "6.3"]
@defproc[(gethostname) string?]{ @defproc[(gethostname) string?]{
Returns a string for the current machine's hostname (including its domain). Returns a string for the current machine's hostname (including its domain).

View File

@ -68,7 +68,7 @@ The keyword argument @racket[mode] controls whether printing is done like
either @racket[pretty-print] (the default), @racket[pretty-write] or either @racket[pretty-print] (the default), @racket[pretty-write] or
@racket[pretty-display]. @racket[pretty-display].
@history[#:changed "6.2.900.15" @elem{Added a @racket[mode] argument.}]} @history[#:changed "6.3" @elem{Added a @racket[mode] argument.}]}
@defproc[(pretty-print-handler [v any/c]) void?]{ @defproc[(pretty-print-handler [v any/c]) void?]{

View File

@ -83,7 +83,7 @@ the sense of @racket[promise-running?] and @racket[promise-forced?].}
@defproc[(promise/name? [promise any/c]) boolean?]{ @defproc[(promise/name? [promise any/c]) boolean?]{
Returns @racket[#t] if @racket[promise] is a promise created with @racket[delay/name]. Returns @racket[#t] if @racket[promise] is a promise created with @racket[delay/name].
@history[#:added "6.2.900.5"] @history[#:added "6.3"]
} }
@defform[(delay/strict body ...+)]{ @defform[(delay/strict body ...+)]{

View File

@ -792,7 +792,7 @@ If @racket[min-count] is a number, the stream is required to have at least that
(for/list ([x (in-syntax #'(1 2 3))]) (for/list ([x (in-syntax #'(1 2 3))])
x)] x)]
@history[#:added "6.2.900.9"]} @history[#:added "6.3"]}
@defproc[(in-slice [length exact-positive-integer?] [seq sequence?]) @defproc[(in-slice [length exact-positive-integer?] [seq sequence?])
sequence?]{ sequence?]{
@ -802,7 +802,7 @@ If @racket[min-count] is a number, the stream is required to have at least that
@examples[#:eval sequence-evaluator @examples[#:eval sequence-evaluator
(for/list ([e (in-slice 3 (in-range 8))]) e) (for/list ([e (in-slice 3 (in-range 8))]) e)
] ]
@history[#:added "6.2.900.9"] @history[#:added "6.3"]
} }

View File

@ -510,7 +510,7 @@ trimmed (which is an alternative to using a @tech{regular expression}
@defproc[(non-empty-string? [x any/c]) boolean?]{ @defproc[(non-empty-string? [x any/c]) boolean?]{
Returns @racket[#t] if @racket[x] is a string and is not empty; Returns @racket[#t] if @racket[x] is a string and is not empty;
returns @racket[#f] otherwise. returns @racket[#f] otherwise.
@history[#:added "6.2.900.15"]{} @history[#:added "6.3"]{}
} }
@deftogether[( @deftogether[(
@ -527,7 +527,7 @@ the second argument, respectively.
(string-contains? "Racket" "ack") (string-contains? "Racket" "ack")
] ]
@history[#:added "6.2.900.17"]{} @history[#:added "6.3"]{}
} }

View File

@ -528,7 +528,7 @@ most sense when a @tech{rename transformer}'s identifier has the
the binding creates a binding alias that effectively routes around the the binding creates a binding alias that effectively routes around the
@racket[prop:expansion-contexts] property. @racket[prop:expansion-contexts] property.
@history[#:added "6.2.900.12"]} @history[#:added "6.3"]}
@defproc[(syntax-local-value [id-stx syntax?] @defproc[(syntax-local-value [id-stx syntax?]
@ -673,7 +673,7 @@ the @exnraise[exn:fail:contract]. If @racket[stx] form does start with
@racket[module] or @racket[module*], or if it starts with @racket[module*] @racket[module] or @racket[module*], or if it starts with @racket[module*]
in a top-level context, the @exnraise[exn:fail:contract]. in a top-level context, the @exnraise[exn:fail:contract].
@history[#:added "6.2.900.10"]} @history[#:added "6.3"]}
@defproc[(syntax-local-lift-module-end-declaration [stx syntax?]) @defproc[(syntax-local-lift-module-end-declaration [stx syntax?])

View File

@ -68,7 +68,7 @@ The other arguments have the same meaning as for @racket[expr/c].
(app (lambda (x) 'pear) 5) (app (lambda (x) 'pear) 5)
] ]
@history[#:added "6.2.900.6"]{} @history[#:added "6.3"]{}
} }
@close-eval[the-eval] @close-eval[the-eval]

View File

@ -69,7 +69,7 @@ exactly.
(lambda () (convert-syntax-error (lambda)))) (lambda () (convert-syntax-error (lambda))))
] ]
@history[#:added "6.2.900.6"]{} @history[#:added "6.3"]{}
} }
@(close-eval the-eval) @(close-eval the-eval)

View File

@ -364,7 +364,7 @@ For such cases, however, the alternative reader constructor
@racket[make-meta-reader] implements a might tightly controlled @racket[make-meta-reader] implements a might tightly controlled
reading of the module language. reading of the module language.
@history[#:changed "6.2.900.6" @elem{Added the @racket[#:module-reader] option.}]} @history[#:changed "6.3" @elem{Added the @racket[#:module-reader] option.}]}
@defproc[(make-meta-reader [self-sym symbol?] @defproc[(make-meta-reader [self-sym symbol?]