Pad tuples and arrays correctly.
Clarify the EBNF description.
Clarify whitespace handling.
Disambiguate args for comparisons in spec.
Add testr to the build deps.
Update spec to make ucons a normal prefix operator.
Format minimum values correctly.
Make FreeBSD manpath consistent for mbld
FreeBSD also uses the same INST_MAN rules as OpenBSD
Remove the need for local OpenBSD patches.
Ucons are now prefix expressions.
Fix some looseness in the spec.
Fix mixed tabs and spaces in doc.
Apply fixes thanks to tridactyla on IRC.
Copy paste error. Boolean => void
Not worth the work of finishing or maintaining the compiler doc.
Implement 'bychar' for iterating characters.
Avoid pointer casting by slicing.
Fix comment on iterable trait.
Explain type inference and builtin traits better.
Don't capture characters around {}.
Add specification of accessing pointers via casts.
Clarify and improve explanation of pattern matching.
Describe lvalues and rvalues.
Fix decrement in while loop.
Fix up type inference section a bit.
Add a missing dependency on gram.h
Update explanation of traits and impls.
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.
Add maximum depth to parser.
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.
Be a bit stricter about parsing json.
Add 'Sysinit' macro to mkfile.
Fix warnings on OSX, refactor ./configure
Looks like I forgot to implement bigmodi