Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make release a descendant of stable #4460

Closed
Closed
Changes from all commits
Commits
Show all changes
1694 commits
Select commit Hold shift + click to select a range
8aad099
Add racket.slack.com travis integration.
samth Jan 10, 2017
420f479
Update `raco pkg new` for v6.8.
stamourv Jan 13, 2017
c908fe6
fix `variable-reference->namespace` for phase > 0
mflatt Jan 16, 2017
49a1911
add v6.8 HISTORY note
mflatt Jan 16, 2017
c83cc6e
fix a mismatch between the optimizer and validator
mflatt Jan 18, 2017
6bec318
fix optimizer bug related to errors and zero-values binding
mflatt Jan 20, 2017
b195ae7
fix wcm on error in let's
gus-massa Jan 20, 2017
8e80467
yet more repairs to the interaction of errors and `let-values`
mflatt Jan 21, 2017
9255f1a
bytecode compiler: fix misuse of "optimize" mode on a "resolved" form
mflatt Jan 21, 2017
9078bc9
Update version number for the v6.8 release
stamourv Jan 24, 2017
21a43a2
Merge branch 'stable' into release
stamourv Jan 24, 2017
8b1c7ba
Alpha version number for the v6.9 release
stamourv Apr 7, 2017
0b38f26
add `#:generate` keyword to `build-flat-contract-property`
bennn Apr 2, 2017
a19a768
remove `@history` for flat contracts `#:exercise`
bennn Apr 9, 2017
432875d
avoid platform-specific path conventions in "info-cache.rktd"
mflatt Apr 9, 2017
1de902c
repair "info-cache.rktd" assumption of relative paths
mflatt Apr 9, 2017
76f66a5
raco: fix command name selection by prefix
mflatt Apr 10, 2017
670c3e4
typo: error message in parse-command-line
bennn Apr 12, 2017
1751b15
the "I don't konw what name to give" name has changed; update the gui…
rfindler Apr 13, 2017
27f11fc
fix in-query result checks with grouping
rmculpepper Apr 15, 2017
351dcfe
Update `raco pkg new` for v6.9.
stamourv Apr 16, 2017
6c52436
fix launcher creation for `gracket[-text]` on Mac OS
mflatt Apr 16, 2017
8c99816
history note for v6.9
mflatt Apr 17, 2017
7d8f6ff
Discuss security considerations of racket/sandbox in Reference
thinkmoore Apr 13, 2017
3baab39
repair for `hash-keys-subset?`
mflatt Apr 26, 2017
70348f2
Update version number for the v6.9 release
stamourv Apr 27, 2017
656da52
Merge branch 'stable' into release
stamourv Apr 27, 2017
7a36857
Alpha version number for the v6.10 release
stamourv Jul 7, 2017
3dac018
Fix typesetting of inpersonator-of docs.
stamourv May 16, 2017
f58e17e
Use actual contracts in json docs.
stamourv Jul 7, 2017
43de779
doc: add missing 'for-label' to 'syntax/srcloc'
bennn Jul 9, 2017
591fbbc
doc: typos in file/gif and file/unzip contracts
bennn Jul 9, 2017
b9b084c
fix literal-set test
rmculpepper Jul 14, 2017
b6f7947
racket/HISTORY.txt: update for v6.10
mflatt Jul 19, 2017
f75eced
Update `raco pkg new` for v6.10.
stamourv Jul 19, 2017
22ee5d6
Update version number for the v6.10 release
stamourv Jul 31, 2017
507ce91
Merge branch 'stable' into release
stamourv Jul 31, 2017
636c3b4
Update version for the v6.10.1 release.
stamourv Sep 8, 2017
ed7720c
unbreak handling of symlinks on Windows
mflatt Aug 16, 2017
7561778
deregister semaphore for a blocking file descriptor
mflatt Aug 11, 2017
c0f82a3
tcp-addresses: fix result for a connection peer
mflatt Aug 18, 2017
006ec1b
Update `raco pkg new` for v6.10.1.
stamourv Sep 11, 2017
74f18ab
Alpha version number for the v6.11 release
stamourv Oct 12, 2017
5fbf3f9
Update `raco pkg new` for v6.11.
stamourv Oct 12, 2017
e218136
fix unmarshaling of module-namespace information
mflatt Oct 19, 2017
3999378
repair unmarshling fix
mflatt Oct 19, 2017
c3008d8
rktio: fix bug in 'text mode on Windows
mflatt Oct 20, 2017
511250b
history notes for 6.11
mflatt Oct 20, 2017
5307c38
Windows: avoid loop on reparse-point cycles
mflatt Oct 24, 2017
36c1f57
Update version number for the v6.11 release
stamourv Oct 30, 2017
80c25de
Merge branch 'stable' into release
stamourv Oct 30, 2017
12fadd5
Alpha version number for the v6.12 release
stamourv Jan 7, 2018
85e07ba
update copyright year to 2018
mbutterick Jan 10, 2018
a625ec8
history notes for 6.12
mflatt Jan 12, 2018
4f9c213
Update version number for the v6.12 release
stamourv Jan 26, 2018
c38a5a5
Merge branch 'stable' into release
stamourv Jan 26, 2018
5f78369
Alpha version number for the v7.0 release
stamourv Jun 7, 2018
e4deddb
catch up on some acknowledgments
mflatt Jun 11, 2018
efe9cf6
reader: fix bugs in cdot readering
mflatt Jun 11, 2018
0cf5f22
struct-out: get correct list of super-struct mutators
bennn Jun 8, 2018
78bb238
expander: fix interaction of `expand`+`eval` across namespaces
mflatt Jun 12, 2018
efa2d23
expander: fix `syntax-local-bind-syntaxes` for `local-expand`
mflatt Jun 12, 2018
f6260ab
expander: allow rename transformer to primitive in local-expanded
mflatt Jun 13, 2018
6148adf
workarounds for Windows filesystem behavior
mflatt Jun 13, 2018
389af2c
The HtDP/2e is about Racket now.
OlingCat Jun 12, 2018
bdb9ef7
add MemoryModule copyright to license page
mflatt Jun 15, 2018
d273586
reference: doc repairs
mflatt Jun 15, 2018
7a21a71
Racket HISTORY note for v7.0
mflatt Jun 16, 2018
87ea78c
fix non-initial call to `scheme_basic_env`
mflatt Jun 16, 2018
36f83ff
JIT: fix miscompilaton of `char=?`, `char<?`
mflatt Jun 20, 2018
78795d4
serialize `srcloc`s in bytecode; change expander to keep `srcloc`s
mflatt Jun 27, 2018
271ccff
repairs for srcloc-marshaling change
mflatt Jun 27, 2018
95f88eb
expander: fix tracking of submodule base scopes
mflatt Jul 6, 2018
6327323
racket/fasl: repair for pair `current-write-relative-directory`
mflatt Jul 9, 2018
a4cbc66
repair no-executables `assemble-distribution` on Windows
mflatt Jul 16, 2018
63b91e9
expander: repair a race condition related to "available" modules
mflatt Jul 18, 2018
399f8b4
rktio: fix signal mask for subprocesses
mflatt Jul 20, 2018
775ff5d
repair for racket/fasl and relative paths
LeifAndersen Jul 20, 2018
c0be444
Update version number for the v7.0 release
stamourv Jul 27, 2018
00f2b69
Have source builds use the release catalog.
stamourv Jul 27, 2018
61b91ba
Merge remote-tracking branch 'origin/stable' into release
stamourv Jul 27, 2018
8366a2b
Alpha version number for the v7.1 release
stamourv Oct 7, 2018
fa773da
pkg: repair file:// URL handling for strip modes
abmclin Oct 6, 2018
7bb4bbb
pkg: fix `check-strip-compatible` and `generate-stripped-directory`
abmclin Oct 7, 2018
ca2d95c
pkg: add missing option to documentation
abmclin Oct 8, 2018
1343a81
Fix references to `raco setup` and `raco make` in `generate-stripped-…
abmclin Oct 9, 2018
5fdfdf8
avoid using `directory-exists?` as part of a contract
mflatt Oct 10, 2018
eb9ef48
bytecode compiler: fix mishandling of export names
mflatt Oct 8, 2018
34cc935
jit: fix nary `unsafe-{fx,fl}{=,<,>,<=,>=}`
mflatt Oct 16, 2018
b32fdea
Fix fasl read fasl string.
Oct 16, 2018
169ba2f
cify: fix a GC problem
mflatt Oct 12, 2018
4243b25
cify: fix more GC problems
mflatt Oct 16, 2018
f9b64d5
Add Racket HISTORY.txt note for v7.1
mflatt Oct 19, 2018
021a979
syntax/parse: fix Check-Syntax arrows within syntax classes
AlexKnauth Oct 22, 2018
408f8e5
Fix arity mask upper bound calculation in `curry`
lexi-lambda Oct 24, 2018
dfe1b37
Update version number for the v7.1 release
stamourv Oct 26, 2018
3475e86
Have source builds use the release catalog.
stamourv Oct 26, 2018
cd13158
Merge branch 'stable' into release
stamourv Oct 26, 2018
02137c1
Alpha version number for the v7.2 release
stamourv Jan 7, 2019
656fe37
support distro-build installer post-process action
mflatt Jan 9, 2019
094a4ed
makefile: fix name and description of post-process argument
mflatt Jan 9, 2019
74a0269
fix a bug in define/merge-cache
rfindler Jan 18, 2019
3eed80a
update racket/HISTORY.txt for 7.2
mflatt Jan 24, 2019
379fd58
Update version number for the v7.2 release
stamourv Jan 30, 2019
5bf83b8
Use the release catalog.
stamourv Jan 30, 2019
ae9606d
Merge branch 'stable' into release
stamourv Jan 30, 2019
85989c3
Alpha version number for the v7.3 release
jbclements Apr 8, 2019
16fd0c8
cify: fix multiple-value return where braces are needed
mflatt Apr 8, 2019
979e06b
cs: fix check of Chez Scheme version
gus-massa Apr 9, 2019
6dbdbe0
racket/class: remove excessive `syntax-protect`
mflatt Apr 30, 2019
7621a53
add missing test case
mflatt Apr 30, 2019
9e614a5
update racket HISTORY.txt for v7.3
mflatt May 6, 2019
de9256b
read: fix `#e` after `#x`
mflatt May 6, 2019
cc44583
Update version number for the v7.3 release
jbclements May 13, 2019
0c73445
Merge branch 'stable' into release
jbclements May 15, 2019
f04eb2a
update default catalog for 7.3 release
jbclements Jun 27, 2019
6841d3d
Alpha version number for the v7.4 release
jbclements Jul 8, 2019
6824e92
repairs for `procedure-spcialize`
mflatt Jul 8, 2019
c210499
cs: repair for 32-bit ELF
mflatt Jul 9, 2019
a174a62
update racket HISTORY.txt for v7.4
mflatt Jul 23, 2019
f9fa89b
rktio: fix problem with lazy ltps
mflatt Jul 23, 2019
7c961fc
cs: fix copied environment setup from cross-compilation
mflatt Jul 24, 2019
06cd175
cs: fix launcher hack for cross build
mflatt Jul 27, 2019
cc06a5e
Update version number for the v7.4 release
jbclements Aug 3, 2019
959d89e
Merge branch 'stable' into release
jbclements Aug 9, 2019
e93d6b8
Alpha version number for the v7.5 release
jbclements Oct 9, 2019
9cde21c
cs & thread: fix `sync` on place channel with no writer
mflatt Oct 9, 2019
d06d1fd
cs: fix misuse of `fx>=` for `_int64`, etc.
mflatt Oct 9, 2019
30a8bea
cs: implement `#:in-original-place? #t` for foreign calls
mflatt Oct 9, 2019
0b21a98
cs & thread: fix place + futures termination
mflatt Oct 9, 2019
4407d62
cs & thread: simplificaton for future "sync" action
mflatt Oct 9, 2019
ba5c18c
cs: unbreak `#:in-original-place?` for foreign procedures
mflatt Oct 10, 2019
8bba918
cs & io: fix log receiver synchronization
mflatt Oct 10, 2019
d851d09
cs & io: fix caching of locale converters
mflatt Oct 10, 2019
9ebfa4c
syntax/parse: fix ~between; closes #2856
rmculpepper Oct 14, 2019
b04c73e
cs: repair `call-with-immediate-continuation-mark`
mflatt Oct 13, 2019
2255733
Fix libcrypto native-lib install on macOS 10.15
lukel97 Oct 16, 2019
f963219
Relicense this repository under Apache 2.0/MIT.
samth Oct 25, 2019
b4ca9c2
cs & thread: fix `sync` shortcut and `handle-evt`
mflatt Oct 29, 2019
cadec43
racket/HISTORY.txt: update for v7.5
mflatt Nov 7, 2019
b5e93dc
Mention relicensing in HISTORY.txt. (#2895)
samth Nov 8, 2019
b9d917a
Update version number for the v7.5 release
jbclements Nov 18, 2019
ca5e7bb
Merge branch 'stable' into release
jbclements Nov 20, 2019
e724e90
Alpha version number for the v7.6 release
jbclements Jan 7, 2020
8eefb34
cs: fix cross-compile build steps
mflatt Jan 8, 2020
7ce8f31
configure: fix `--disable-mac64` mode as cross-compile mode
mflatt Jan 9, 2020
ad6fdb3
cs: repairs for `equal?/recur`, especially on hash tables
mflatt Jan 12, 2020
59032bf
update "racket/HISTORY.txt" for v7.6
mflatt Jan 23, 2020
7a86c06
move `symbol->immutable-string` and `keyword->immutable->string` out …
mflatt Jan 30, 2020
9af6eb6
Update version number for the v7.6 release
jbclements Feb 12, 2020
a3df502
Merge branch 'stable' into release
jbclements Feb 14, 2020
9f3dbe3
Alpha version number for the v7.7 release
jbclements Apr 8, 2020
f2da376
configure: fix unix-style configuration with --prefix
mflatt Apr 17, 2020
1ddbba0
Update gmp invert_limb from arm (#3111)
Apr 21, 2020
b351ac2
update "racket/HISTORY.txt" for v7.7
mflatt Apr 26, 2020
12c2bff
Update version number for the v7.7 release
jbclements May 1, 2020
35468c3
Merge branch 'stable' into release
jbclements May 2, 2020
c8bfffc
Alpha version number for the v7.8 release
jbclements Jul 8, 2020
1c4073d
cs: add aarch64-linux
mflatt Jul 8, 2020
a80fa92
add `memory-order-{acquire,release}`
mflatt Jul 11, 2020
c26d476
cs: fix addition of `memory-order-{acquire,release}`
mflatt Jul 13, 2020
e9c54b0
racket/HISTORY.txt for v7.8
mflatt Jul 15, 2020
87bd7b1
Fix unchecked struct with custom constructor (#3301)
sorawee Jul 18, 2020
668fb13
more detail in racket/HISTORY.txt
mflatt Jul 24, 2020
bd9fa53
unbreak non-xform 3m embedding `setjmp`
mflatt Jul 24, 2020
7131bab
Update version number for the v7.8 release
jbclements Jul 31, 2020
86ddfc2
Merge branch 'stable' into release
jbclements Aug 3, 2020
e5af462
Alpha version number for the v7.9 release
jbclements Oct 8, 2020
0c66581
expander: repair literal syntax in test position of `if`
mflatt Oct 12, 2020
9d18c6a
bc: fix rationals as place messages
mflatt Oct 23, 2020
94d79b7
switch default configure mode to BC
mflatt Oct 22, 2020
089f6c1
racket/HISTORY.txt for v7.9
mflatt Oct 22, 2020
a71782b
Update version number for the v7.9 release
jbclements Oct 31, 2020
d45b062
update PB_BRANCH pointers
jbclements Oct 31, 2020
c0ff11e
update Makefile for other PB_BRANCH uses
jbclements Oct 31, 2020
8b44fcc
Merge branch 'stable' into release
jbclements Nov 2, 2020
c50f55c
Alpha version number for the v8.0 release
jbclements Jan 8, 2021
8975ce0
Racket HISTORY.txt notes for v8.0
mflatt Jan 9, 2021
1392181
expander: repair for cross-module inlining during recompilation
mflatt Jan 13, 2021
8605b60
cs: fix `make-ctype` on converter that accepts extra arguments
mflatt Jan 15, 2021
c5b1dc4
cs: prevent a future from waiting on a semaphore
mflatt Jan 15, 2021
89e35fd
cptypes: fix arity in primitive reduction
gus-massa Jan 10, 2021
e0dc531
net/ftp: ftp-current-directory
dzoep Jan 13, 2021
c6e93fb
cs: fix system.rktd 'link entry on Unix
mflatt Jan 18, 2021
99f1c4a
Describe Racket CS as the default.
samth Jan 30, 2021
688f0ef
docs: update BC and CS references
mflatt Jan 30, 2021
46bf471
Update version number for the v8.0 release
jbclements Feb 4, 2021
2626165
Merge branch 'stable' into release
jbclements Feb 14, 2021
88ff9df
Alpha version number for the v8.1 release
jbclements Apr 9, 2021
8bd55f9
Racket HISTORY.txt notes for v8.1
mflatt Apr 10, 2021
e5ad790
ffi/unsafe/try-atomic: don't use callback during nested atomic
mflatt Apr 15, 2021
3833a5b
Chez Scheme: repair bignum shift right
mflatt Apr 21, 2021
bd21dfd
Update version number for the v8.1 release
jbclements May 3, 2021
b78bd33
makefile: fix pb-fetch after starting with mode
jbclements May 4, 2021
7b5ff13
Merge branch 'stable' into release
jbclements May 5, 2021
4c09343
Alpha version number for the v8.2 release
jbclements Jun 28, 2021
7d94c6f
repair Unix-style installer for GRacket launchers
mflatt Jun 28, 2021
0874b76
Racket HISTORY.txt notes for v8.2
mflatt Jun 28, 2021
f23623b
add syntax-object argument to `module-path-index-resolve`
mflatt Jul 1, 2021
9877b84
racket/sandbox: documentation and tests for reader and require checking
mflatt Jul 1, 2021
b589ac0
Check that structure procedures haven't been mutated.
samth Jul 1, 2021
87f389a
cs & io: fix `tcp-accept/enable-break`
mflatt Jul 3, 2021
265ff20
Add checks to placeholder-set! and placeholder-get
camoy Jul 7, 2021
d39a857
Chez Scheme: remove `-Werror` from default warning flags
mflatt Jul 9, 2021
ea54d1e
Chez Scheme: avoid dependency on newer Racket in bootstrap
mflatt Jul 9, 2021
db69d5c
cs & thread: repair thread-break on terminated thread
mflatt Jul 13, 2021
79b9276
Update version number for the v8.2 release
jbclements Jul 16, 2021
444d7d8
ouch forgot the v in the PB_BRANCH name
jbclements Jul 16, 2021
9b6fc59
Merge branch 'stable' into release
jbclements Jul 18, 2021
5212720
Alpha version number for the v8.3 release
jbclements Oct 8, 2021
bec2058
file/unzip: fix propagation of inflate errors
mflatt Oct 8, 2021
1ac0ef9
Racket HISTORY.txt notes for v8.3
mflatt Oct 8, 2021
b02ba9e
Chez Scheme: fix compatibility inference for types with nameless fields
mflatt Oct 22, 2021
69ff36f
expander: fix `syntax?` check for `syntax-srcloc`
mflatt Oct 22, 2021
0473f98
adjust makefile pb_branch for 8.3 release
jbclements Nov 5, 2021
cab8343
Update version number for the v8.3 release
jbclements Nov 5, 2021
bda0889
Merge branch 'stable' into release
jbclements Nov 6, 2021
5f3ad01
Alpha version number for the v8.4 release
jbclements Jan 7, 2022
abce241
Racket HISTORY.txt notes for v8.4
mflatt Jan 7, 2022
c0882e9
launcher: fix path capilatization for GRacket executable
mflatt Jan 7, 2022
80d4e3c
cs: repair cross-compilation problem with gensym inferred names
mflatt Jan 8, 2022
41b39ff
cs: set vfasl compression after loading patch
mflatt Jan 8, 2022
2697a36
windows: read/poll console input directly
mflatt Jan 9, 2022
afaee11
raco pkg: fix "github.com" handling for clone mode
mflatt Jan 11, 2022
b530901
Chez Scheme: repair doc build
mflatt Jan 14, 2022
2b282d9
Chez Scheme: small repairs for HTML docs
mflatt Jan 15, 2022
9eae2d6
fix doc typo
mflatt Jan 15, 2022
a8f2969
rktio: unbreak Windows console input
mflatt Jan 27, 2022
4907681
update makefile for v8.4 release
jbclements Feb 7, 2022
093c557
Update version number for the v8.4 release
jbclements Feb 7, 2022
19ee5a0
Merge branch 'stable' into release
jbclements Feb 9, 2022
7c7258b
Alpha version number for the v8.5 release
jbclements Apr 8, 2022
5e1004a
Racket HISTORY.txt notes for v8.5
mflatt Apr 13, 2022
7408887
add another HISTORY.txt item for v8.5
mflatt Apr 17, 2022
7da3ccf
cs: repair `primitive-result-arity`
mflatt Apr 19, 2022
94edff5
chaperone-procedure: repair handling of over-general prop:procedure m…
mflatt Apr 20, 2022
8d2228d
update makefile for v8.5 release
jbclements Apr 30, 2022
9d228d1
Update version number for the v8.5 release
jbclements Apr 30, 2022
424d167
Merge branch 'stable' into release
jbclements May 1, 2022
6ef43da
Alpha version number for the v8.6 release
jbclements Jul 7, 2022
4c425d4
makefiles: repair client distro build pkg catalog argument
mflatt Jul 9, 2022
552028f
expander: read fewer characters to determine some errors
mflatt Jul 9, 2022
fb526d1
Add missing license field for zuo-doc
sorawee Jul 12, 2022
f90bcc1
Windows: work around issue with DLL embedding
mflatt Jul 19, 2022
5df56d8
update makefile for v8.6 release
jbclements Aug 4, 2022
90d2dac
Update version number for the v8.6 release
jbclements Aug 4, 2022
efabc9f
Merge branch 'stable' into release
jbclements Aug 11, 2022
3c5e377
repair SRC_CATALOG
jbclements Aug 16, 2022
247806d
Merge branch 'stable' into release
LiberalArtist Oct 11, 2022
6d8f969
Merge tag 'v8.6' into release
LiberalArtist Oct 11, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view

These merge commits were added into this branch cleanly.

There are no new changes to show.