Commits Between Branches origin/release/0.8.pre10 and release/0.8.pre11

25c4f80 2020-08-21 Andy Chu [oil-language] Change container literal syntax
596d0d9 2020-08-21 Andy Chu [oil-language] Update docs/examples for new container syntax
aff8985 2020-08-21 Andy Chu [osh-language] Implement ,( as a synonym for @(
139e918 2020-08-22 Andy Chu [oil-language] Implement @(seq 3) when shopt -s parse_at
dc2b65c 2020-08-22 Andy Chu [doc] Update QSN doc, and add README
d9ae9bb 2020-08-22 Andy Chu [doc] Update QSN doc more
42de097 2020-08-22 Andy Chu [fix] Fix unit tests and translation.
876ac1b 2020-08-22 Andy Chu [translation] Got core/process.py translating.
0d3bbc8 2020-08-22 Andy Chu [test/unit] Fix last commit
a6f471e 2020-08-23 Andy Chu [translation] Down to 48 compile errors for core/process.py.
65e3bba 2020-08-23 Andy Chu [translation] Down to 16 compile errors, for core/process.py.
89a7f38 2020-08-24 Andy Chu [mycpp] Fix unit tests by creating new myerror.h
9c19d11 2020-08-26 Diego Calleja [doc] Add test / [ to the help
e199531 2020-08-24 Andy Chu [doc] Tighten up the help text for 'test'
5fdf091 2020-08-26 Andy Chu [oil-language] Remove 'func'
a18cb0f 2020-08-26 Andy Chu [test/spec] Reproduce nested func bug from Till.
e860c2b 2020-08-26 Andy Chu [doc] Split language-design from what-is-oil.
1c67b2a 2020-08-27 Andy Chu [doc] Roughly organize the docs
55f8bd5 2020-08-27 Andy Chu [doc] Update help topics
6830a76 2020-08-27 Andy Chu [doc] Split out an Oil help index.
cc11d60 2020-08-28 Andy Chu [doc] New structure for help.
9e08485 2020-08-28 Andy Chu [test/unit] Fix test
5fa4b95 2020-08-28 Andy Chu [help] Fix _devbuild/gen/help_.py
1c7af54 2020-08-29 Andy Chu [help] Make the 'help' builtin work with the new structure.
0a66132 2020-08-29 Andy Chu [doc] Move content into oil-help.md.
22f734c 2020-08-29 Andy Chu [doc] Extract help from HTML, not Markdown.
362fb62 2020-08-29 Andy Chu [doc] Flesh out help sections
e4def1a 2020-08-30 Andy Chu [doc] Update help text
e32aba7 2020-08-30 Andy Chu [translation] Working on core/process.py again
ba43afd 2020-08-30 Andy Chu [translation] Don't convert IOError to OSError (semantic change)
62f6e65 2020-08-30 Andy Chu [mycpp] More elegant solution to the (IOError, OSError) problem.
004dd03 2020-08-30 Andy Chu [refactor] Remove strerror_{IO,OS}
83168a8 2020-08-30 Andy Chu [translation] Use _RedirFrame type instead of a Tuple
f46f786 2020-08-30 Andy Chu [fix] Fix compilation, lint, and unit tests.
1941cc2 2020-08-30 Andy Chu [test/lint] Remove unused import.
f3f432b 2020-08-30 Andy Chu [translation] Implement posix::open()
1065903 2020-08-30 Andy Chu [translation] Undo posixmodule.c patch
2499e85 2020-08-30 Andy Chu [translation] fd_state.Open() now works
a034879 2020-08-30 Andy Chu [translation] Trying core/executor.py
6de86d4 2020-08-31 Andy Chu [doc] Polish intros to help docs.
7eb542f 2020-08-31 Andy Chu [doc] Polish text
1a0980e 2020-09-02 Andy Chu [oil-language] Failure when more_errexit is set preserves exit code
f5b9920 2020-09-02 Andy Chu [translation] oil-native can run 'ls' :-)
98d2357 2020-09-02 Andy Chu [translation] Able to fork() and exec().
9de06b5 2020-09-02 Andy Chu [translation] Run macros like WIFSIGNALED directly
f6448aa 2020-09-02 Andy Chu [translation] Construct argv array
3ec9c3f 2020-09-02 Andy Chu [release] Bump version to 0.8.pre11