Commits Between Branches origin/release/0.6.pre5 and release/0.6.pre6

d24f6ab 2018-10-06 Andy Chu [release] Shell corrections for 0.6.pre5.
3c4fb72 2018-10-06 Andy Chu [c-i] Publish a temporary version of re2c built on Ubuntu 16.04.
6c63593 2018-10-06 Andy Chu [opy] Omit docstrings from the bytecode.
4d10a3d 2018-10-06 Andy Chu [osh language] Add a failing spec test for an array bug I noticed.
066696d 2018-10-10 Andy Chu [cleanup] A couple TODOs in bin/oil.py.
6731062 2018-10-12 Andy Chu [cpython] Remove ''.format() from the build.
af58aca 2018-10-12 Andy Chu Merge branch 'master' into dev/oil-17
78a89bf 2018-10-12 Andy Chu [cpython] Remove the __format__() method from float, int, long.
a5901ea 2018-10-12 Andy Chu [cpython] Remove dtoa.c and pystrtod.c.
ce27833 2018-10-12 Andy Chu [benchmarks] Start measuring native code size with Bloaty McBloatFace.
e1dd0f4 2018-10-12 Andy Chu [benchmarks/native-code] Basic analysis in R.
0b3fb3b 2018-10-12 Andy Chu [native build] Undefined WITH_DOC_STRINGS to make docstrings empty
a0a8eb2 2018-10-12 Andy Chu [benchmarks/native] Add the missing R file, and more shell functions.
d8edecd 2018-10-12 Andy Chu Reimplement '%.3f' float formatting in C.
ffe3e73 2018-10-13 Andy Chu [build] An awk script to extract PyMethodDef constants from C source.
46dd613 2018-10-13 Andy Chu [interactive] Initial implementation of $PS1.
e48322d 2018-10-13 Andy Chu [benchmarks/native] Add a summary of translation units.
2ce4fb5 2018-10-13 Andy Chu [prompt] Implement \$, the literals \r and \n, and cache some values.
f302457 2018-10-13 Andy Chu [prompt] Fix evaluation order and implement \$.
832b497 2018-10-14 Andy Chu [test/spec/loop] Test cases for continue in odd places.
0ebce48 2018-10-14 Andy Chu [prompt, test, cleanup] Add a cache for the prompt tokens.
bd59344 2018-10-14 Andy Chu [benchmarks/bytecode] Comparison of cell variables in CPython vs. OPy.
12f197d 2018-10-14 Andy Chu [release] Add native-code metrics to release/$VERSION/index.html.
422d641 2018-10-14 Andy Chu [native/libc] Replace socket.gethostname() with our own copy.
f12b263 2018-10-14 Andy Chu [release] Update version to 0.6.pre6.
680c084 2018-10-14 Andy Chu [arith] Reimplement exponentiation without Python's ** operator.
23250c7 2018-10-14 Andy Chu [opy] Fix the OPy regtest by including docstrings again.
cce838f 2018-10-14 Andy Chu [opy/regtest] Update golden checksums.