Set appropriate env vars on OSX.
Make grammar item namings clearer.
Fill in a bit more on the type system.
Rearrange things to match the TOC.
Shuffle around documentation for leaf types.
Rearrange topics and start documenting operators.
Update the section on structure.
Update language doc precedence levels.
Clean up grammar a little.
Regenerate bootstrap for Myrddin on 9front.
Add the ability to do setenv() on posixy systems.
Split Syntax from type rules.
Back to a 9front C subset.
Unfuck cross module traits a bit.
Clarify function literals.
Start updating the language docs.
Remove obsolete makefile, replace with bld.sub
Add more missing system calls.
Suppress prints when doing '-R'
Use debruijn multiplication to find bit position.
Add some missing open flags on some oses.
Remove type punning from hash function.
Dedup const initialization.
Remove dead makefiles and shuffle around docs.
Remember to mark pattern match vars as const.
Clean up thread spawning code on linux.
Vars have no subexpressions.
Be better about unifying instead of just overwriting.
Run postcheck until convergence.
Fix openbsd compile warning.
Make float parsing stricter.
Add 'Sysinit' macro to mkfile.
Fix warnings on OSX, refactor ./configure
Looks like I forgot to implement bigmodi
Fix sign extension bugs in division.
Add a few more convenience functions to bigint.
Fix bsearch on empty slices.
Grow the adjacency lists incrementally.
Don't incrementally grow nodemove lists.
Fix top of stack pointer on 9front.
We never actually got entropy.
Add missing dependency on uninstalled libthread.
Remove an unused constant.
Remove workaround for compiler bug.
Add CSPRNG based on arc4random.
Implement constant time crypto.
Rename 'libcryptohash' to 'libcrypto'
Update bootstrap on 9front.
Regenerate bootstrap on FreeBSD
Regenerate bootstrap on Linux.
Disable sigpipe by default on posixy systems.
Allow requesting CPU counts on FreeBSD
Allow optional capturing of CLI args directly.
Zero initialized options are better off as `None.
Shit, committed wrong version.
Skip denormalized test on 9front.
Show the subtests that fail.
Regenerate linux bootstrap.
Regenerate OpenBSD bootstrap.