Matthew Flatt
cfb2a7aa32
in-directory: sort entries
...
Make `in-directory` more like `directory-list` by sorting
directory content.
2016-09-15 06:11:30 -06:00
Alex Knauth
1952bc4ede
fix typo in the syntax-arm docs ( #1447 )
2016-09-07 14:27:35 -04:00
Andrew Kent
42f4784735
add vector-sort to racket/vector ( #1398 )
...
* add vector interface to private/sort.rkt
2016-09-06 17:07:20 -04:00
AlexKnauth
17db8e57f0
update read-cdot documentation
2016-09-01 16:28:06 -04:00
Ben Greenman
5708526055
add index for 'chmod'
2016-08-30 17:55:38 -04:00
Stephen Chang
1ddb4d025c
doc typo: nonnegative-exact -> exact-nonnegative
2016-08-30 13:34:22 -04:00
Stephen De Gabrielle
5ef5a4f3cf
struct is preferred
...
changed 'make-struct' to struct
2016-08-25 10:37:06 -05:00
Matthew Flatt
a5f0e6dcfc
identifier-binding: add mode to report top-level binding info
2016-08-22 08:54:34 -06:00
Matthew Butterick
aef8f3e7bd
clarify role of empty stop-ids
list in local-expand
( #1335 )
2016-08-19 07:03:54 -06:00
gus-massa
70adb6a502
Fix typo in string-ci=? docs ( #1424 )
...
After case-folding the strings, they are compared with equal? instead of eqv?
2016-08-19 06:33:45 -06:00
Robby Findler
2c7db537cc
add indexing for contract syntax properties
2016-08-18 13:16:14 -05:00
Robby Findler
30f946fc4b
add history, typos
2016-08-17 15:48:22 -05:00
AlexKnauth
1b1b400f91
add #:newline? argument to pretty-printing functions
2016-08-17 15:44:39 -05:00
Benjamin Greenman
1478f64c14
doc: fix broken link to contract-generate
...
Replaced with `contract-random-generate`
2016-08-15 20:43:47 -04:00
Matthew Flatt
84793e80ff
doc corrections
...
Fix inacurracies noticed while reimplementing the module and macro system.
2016-08-13 14:15:54 -06:00
Matthew Flatt
71b4f5f6c0
doc corrections for syntax-make-delta-introducer
2016-08-13 14:15:54 -06:00
Matthew Flatt
0034c31820
track cumulative allocation
...
Extend `current-memory-use` to accept a 'cumulative flag.
2016-08-13 14:15:54 -06:00
Leif Andersen
dc13793c24
sandwitch -> sandwich
...
(Apparently the other way was incorrectly in my dictionary.)
2016-08-01 12:41:56 -04:00
Leif Andersen
cb1a1e233e
Cannot show system build paths in docs
2016-08-01 09:34:12 -04:00
Leif Andersen
1b050905e9
Add example for collection-file-path
2016-07-31 23:19:49 -04:00
Ben Greenman
22546a3f22
typo: description of module-compiled-name argument
2016-07-30 02:14:01 -04:00
Marc Burns
ef41bf21cb
fix wrong pluralization
2016-07-28 15:33:13 -05:00
Marc Burns
cdf9da7da4
an string -> an immutable string
2016-07-28 15:33:13 -05:00
Alexis King
1b63703ac0
Fix for-label requires for some struct documentation
2016-07-28 15:33:13 -05:00
Matthew Flatt
fc345ed249
add use-compiled-file-check
...
Along with the `PLT_COMPILED_FILE_CHECK` environment variable, allows
the timestamp check to be disabled when deciding whether to use a
compiled bytecode file.
In accomodating this change, `raco make` and `raco setup` in all modes
check whether the SHA1 hash of a module source matches the one
recorded in its ".dep" file, even if the timestamp on the bytecode
file is newer. (If the compile-file check mode is 'exists, the
timestamp is completely ignored.)
2016-07-26 10:27:08 -06:00
Leif Andersen
c65ad1efad
Moved racket/gui/init and racket/gui/interactive to the gui-lib
2016-07-26 10:14:38 -04:00
Leif Andersen
28f693a976
A few more changes based on Matthew's feedback.
...
Updated docs
2016-07-26 10:14:38 -04:00
Leif Andersen
a6b7af9733
Made changes based on Matthew's comments.
...
1. Changed the API documentation for scheme_make_hash_tree, adding primitives for:
* SCHEME_hashtr_eq
* SCHEME_hashtr_equal
* SCHEME_hashtr_eqv
2. Changed direct uses of scheme_make_hash_tree to use these enumed values.
3. Fixed bugs in documentation
4. Defaults to racket/interactive (and racket/gui/interactive) if there is nothing in the config file
2016-07-26 10:14:38 -04:00
Leif Andersen
237418ba0c
Added documentation for the racket/interactive module
2016-07-26 10:14:38 -04:00
Matthew Butterick
b62d0c80e4
Update examples for equal?
eqv?
eq?
( #1391 )
...
Use the same examples for each so it's easier to compare how the behavior differs.
2016-07-26 01:21:45 -05:00
Tony Garnock-Jones
1ba42bb70d
Skip whitespace more liberally when parsing PLTSTDERR and friends.
...
Now accepts any whitespace, not just spaces, ignores both leading and
trailing whitespace, and accepts multiple whitespace characters
separating subterms.
2016-07-25 19:17:35 -04:00
Leif Andersen
02fa5e06b2
Update docs for racket/init
2016-07-19 17:52:43 -04:00
Benjamin Greenman
956d10432b
typo: argument to 'module-compiled-submodules' ( #1370 )
...
Changed from `pre-module?` to `non-star?`
2016-07-10 18:46:24 -04:00
Robby Findler
fdc3b4a685
improve docs for and/c
...
please merge to the release branch
2016-07-08 15:35:58 -05:00
Robby Findler
bdd11100bb
add explanation for and/c
2016-07-04 08:08:51 -05:00
Matthew Flatt
8dec2485d6
adjust docs for read-language
2016-07-01 13:30:50 -06:00
Leif Andersen
ebe3a77c2b
Update namespace-attach-module docs
2016-06-30 14:20:27 -04:00
Matthew Flatt
3fbb384604
add hash-keys-subset?
...
This function exposes the fast subset operation that is built in for
immutable hash tables (and used by the set-of-scopes implementation).
Also, make the space optimization implicit for `eq?`-based hash tables
that contain only #t values (instead of explicit and only available
internally). It turns out to be easy and efficient to make the
representation automatic, because the HAMT implementation can support
a mixture of nodes with some containing explicit values and some
containing implicit #t values.
2016-06-30 08:22:18 -06:00
Alexis King
e86fa9f055
Improve with-disappeared-uses and add record-disappeared-use
...
Now with-disappeared-uses surrounds its body with let, so it can contain
multiple body expressions. The record-disappeared-use function is like
record-disappeared-uses but for a single identifier.
2016-06-29 12:50:14 -05:00
Matthew Flatt
871392f09a
add inspector-superior?
2016-06-17 10:23:47 -06:00
Bernardo Sulzbach
b0978652b3
Should call vector vec, not lst
2016-06-15 21:21:14 -05:00
Asumu Takikawa
51bd8f3de5
Fix typo for in-combinations contract
2016-06-15 15:08:48 -04:00
Sam Tobin-Hochstadt
547ddaa6f5
Clarify contract comparison for characters.
2016-06-13 10:27:45 -04:00
Matthew Flatt
8d5f196f96
clairfy 'add default of make-syntax-delta-introducer
result
2016-06-10 04:34:52 -06:00
Matthew Flatt
9b60f6b767
fix typo
2016-05-27 07:27:04 -06:00
Leif Andersen
fe03198211
Updated docs to add examples for module->* functions.
2016-05-19 19:01:04 -04:00
Ben Greenman
afec68f639
typo: can #f -> can be #f
2016-05-19 17:43:48 -04:00
Leif Andersen
8111e4ec99
Updated docs to cause resolve-module-path-index and module-path-index-resolve to link to each other.
2016-05-19 12:23:50 -04:00
Matthew Flatt
c0fa2eecd5
add module-compiled-indirect-exports
and co.
...
That information is needed sometimes to compile expanded syntax to
bytecode form.
2016-05-18 13:13:15 -06:00
Matthew Flatt
a134d0c0a3
racket/serialize: support keywords and regexp values
2016-05-15 20:03:15 -06:00