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

5d250e1 2020-08-10 Andy Chu [benchmarks/compute] Unicode palindrome works.
9fea91e 2020-08-10 Andy Chu [doc] New doc: Shell Language Deprecations
d511136 2020-08-10 Andy Chu [doc] New doc: Oil language idioms.
3fce3db 2020-08-10 Andy Chu [doc] More idioms and deprecations.
133e00b 2020-08-10 Andy Chu [doc] More detail
e06b6f2 2020-08-10 Andy Chu [types] Add annotations in osh/builtin_comp.py
4b46efa 2020-08-12 Andy Chu [doc] Document potential deprecations.
e37db25 2020-08-13 Andy Chu [refactor] Consolidate definition of CXX in build/common.sh
dbcc886 2020-08-13 Andy Chu [benchmarks] gperftools.sh produces a heap profile
214cfe0 2020-08-14 Andy Chu [benchmarks] Run benchmarks/compute/fib.sh under heap profiler
236acfe 2020-08-14 Andy Chu [benchmarks/gperftools] Use 200 iterations to match benchmarks/compute
b7c77e2 2020-08-14 Andy Chu [refactor] Move code from cpp/demo to mycpp/demo
25ab294 2020-08-14 Andy Chu [mycpp] Start automating the benchmarks.
eafa25c 2020-08-14 Andy Chu [refactor] Move gold -> test/gold
a3d0bf3 2020-08-14 Andy Chu [cleanup] Get rid of misc/ dir.
7354825 2020-08-14 Andy Chu [devtools] Fix 'metrics/source-code.sh all'
fec310c 2020-08-14 Andy Chu [benchmarks/mycpp] Found quadratic behavior in BufWriter::write()!
26ca6f1 2020-08-14 Andy Chu [benchmarks/mycpp] Make an HTML report.
2e5fcd7 2020-08-15 Andy Chu [benchmarks/mycpp] Improve a few cases.
21963de 2020-08-15 Andy Chu [refactor] Move target_lang.cc to mycpp/demo/
8224cfb 2020-08-15 Andy Chu [mycpp] Skeleton for compiling with shared_ptr.
4db1d8d 2020-08-15 Andy Chu [mycpp, ASDL] Garbage collection brainstorming.
2a0d3a3 2020-08-15 Andy Chu [benchmarks] Rename sizelog -> alloclog
7b21d22 2020-08-16 Andy Chu [benchmarks/compute] assoc_array task shows slowness of mylib::Dict
061b4b6 2020-08-16 Andy Chu [benchmarks/alloclog] Estimate overhead of garbage collection.
044c611 2020-08-16 Andy Chu [test/unit] Fix build
e520d55 2020-08-11 Diego Calleja Improve read and echo
be76e42 2020-08-11 Diego Calleja Add readarray/mapfile
abb614c 2020-08-13 Diego Calleja Add source
f45e265 2020-08-14 Diego Calleja Add eval
4a5ebc1 2020-08-14 Diego Calleja Add trap
dd12687 2020-08-14 Diego Calleja Add set/shopt (no description)
35e160e 2020-08-14 Diego Calleja Add cd
ed8d1a9 2020-08-14 Diego Calleja Add pushd
76f13e3 2020-08-14 Diego Calleja Add popd and dirs
be38850 2020-08-15 Diego Calleja Slight improvements to comp*, lacks real documentation
41aaeef 2020-08-15 Diego Calleja Add exec
3798b3a 2020-08-15 Diego Calleja Add umask
5f96fbb 2020-08-15 Diego Calleja Add jobs and wait
8445d40 2020-08-15 Diego Calleja Add &
46ca4e8 2020-08-15 Diego Calleja Add fg and bg
d5908aa 2020-08-18 Stefan Seering automatic whitespace changes, remove trailing whitespace
8b415bb 2020-08-18 Stefan Seering fix nonexisiting variable references
6330f55 2020-08-18 andychu [doc] Fix typos in idioms.md
6c78576 2020-08-18 andychu [doc] Add help for many builtins
1994d28 2020-08-18 Andy Chu [doc] Edit help for 'read' and 'echo'
1de4b9f 2020-08-18 Andy Chu [doc] Polish the help text, and make the format more consistent.
b417c44 2020-08-18 Andy Chu [doc] Polish idioms and QSN doc.
696d12f 2020-08-19 Andy Chu [demo] Skeleton / notes on the GC'd heap.
e9621cd 2020-08-19 Andy Chu [demo] More notes on the GC heap.
3e67fad 2020-08-19 Andy Chu [doc] Update idioms.md
57e7b7a 2020-08-20 Andy Chu [doc] Update oil-builtins, oil-proc-func-block, etc.
0ceb131 2020-08-20 Andy Chu [doc] Update QSN doc based on feedback.
9c03366 2020-08-20 Andy Chu [benchmarks] Report on osh-parser memory usage, using --rusage
6586167 2020-08-21 Andy Chu [mylib] Notes on Atom Table.
06206c0 2020-08-21 Andy Chu [doc] Update QSN doc based on feedback
cbee6ff 2020-08-21 Andy Chu [builtin/bracket] Fix bug introduced by refactoring for static typing
7973b58 2020-08-21 Andy Chu [doc] Update the index pages.
258ecad 2020-08-21 Andy Chu [release] Bump to version 0.8.pre10
c528ad5 2020-08-21 Andy Chu [types] Fix for translation
ea4bda5 2020-08-21 Andy Chu [benchmarks] Fixes and enhancements.