Commits Between origin/release/0.6.pre9 and release/0.6.pre10
Commits Between Branches origin/release/0.6.pre9
and
release/0.6.pre10
9a4f3d3
|
2018-11-21 |
Andy Chu |
[devtools/release] Split out version-specific functions. |
baada8b
|
2018-11-21 |
Andy Chu |
[devtools/release] Add download links to the release index. |
dc77165
|
2018-11-21 |
Andy Chu |
[cleanup] Move asdl/{arith.asdl => demo.asdl} |
efd0795
|
2018-11-21 |
Andy Chu |
[opy/test] Fix Oil unit test failures under byterun. |
2a94f6f
|
2018-11-21 |
Andy Chu |
[cleanup] Remove unused asdl_ imports. |
0753d87
|
2018-11-25 |
Andy Chu |
[builtins] Re-enable printf after release. |
bad0399
|
2018-12-05 |
Andy Chu |
[osh] Fix drawing problems in the interactive prompt. |
89f2021
|
2018-12-05 |
Andy Chu |
[interactive] Print a message and a new line on Ctrl-D. |
d2fce02
|
2018-12-05 |
Andy Chu |
Change my mind and print ^D :) |
b33ebe0
|
2018-12-05 |
Andy Chu |
[completion] Fix compgen -A command, with test. |
7c7b06d
|
2018-12-05 |
Andy Chu |
[completion] compgen -A command completes more things. |
a1ae543
|
2018-12-05 |
Andy Chu |
[completion] More cases for 'compgen -A command'. |
8760fc0
|
2018-12-06 |
Andy Chu |
[completion] A hack to add newlines. |
a188853
|
2018-12-06 |
Andy Chu |
[completion] Stub out 'compopt -o plusdirs' |
8e203a5
|
2018-12-06 |
Andy Chu |
[devtools] Allow completion.bash to find completion.py. |
43ce4c6
|
2018-12-06 |
Andy Chu |
[completion] Fix unit tests. |
7e1b84a
|
2018-12-06 |
Andy Chu |
[demo] Demo of static vs. dynamic assignment. |
fd50bd4
|
2018-12-07 |
Andy Chu |
[interactive] After a newline, print PS1 again, not PS2. |
ecc29d7
|
2018-12-07 |
Andy Chu |
[release] Bump version to 0.6.pre10. |
285d073
|
2018-12-07 |
Andy Chu |
[test] Fix tests after word_compile.py moved. |
903fc78
|
2018-12-07 |
Andy Chu |
[builtins] Disable printf for release. |
bae793e
|
2018-12-07 |
Andy Chu |
[startup] Only source oshrc/oilrc in interactive shells. |
740e06d
|
2018-12-07 |
Andy Chu |
[interactive] The startup file path is now ~/.config/oil/oshrc. |
f68054e
|
2018-12-07 |
Andy Chu |
Silence IOError from flush() that only happens under load. |
ccd1052
|
2018-12-07 |
Andy Chu |
[test/spec] Fix flaky 'redirect' test caused by dash. |
44cc87c
|
2018-12-07 |
Andy Chu |
[opy/regtest] Update golden checksums. |
0576707
|
2018-12-07 |
BatmanAoD |
Create _tmp dir automatically in build/dev.sh minimal (#217) |
26d460c
|
2018-12-07 |
Andy Chu |
[startup] Respect --norc. |
84f0d51
|
2018-12-07 |
Andy Chu |
[startup] Replace --norc with --rcfile. |
bdb829a
|
2018-12-07 |
Andy Chu |
[prompt] Don't crash with unhandled execption on unhandled escape. |
63316a0
|
2018-12-07 |
Andy Chu |
Merge branch 'master' into release/0.6.pre10 |