Add proper support for a 'gap' variable.
Regenerate OSX bootstrap script.
Call '__init__' in the runtime on OSX.
Actually fix the bootstrap script.
Fix bootstrap script generation.
Merge pull request #3 from PuerkitoBio/fix-build
make paths relative for OSX too
Mark visibility correctly on init funcs.
Implement '__init__' functions.
C99 intxx types are nuts wrt printf. Cast to sanity.
Fix a few minor issues post refactor.
size_t is 32 bits on plan9.
The plan 9 assemblers don't like zero sized things.
Fix a few typos affecting Plan 9.
Factor out blob generation.
Fix a few misc memory bugs.
Use 'config.Libpath' instead of hardcoding "lib/myr"
Remove some stray local paths.
Update Plan 9 bootstrap script.
Export type info correctly on plan9
Regenerate bootstrap for OSX
Get closer to a working Plan 9 build on new 6m.
Unstub type info generation.
Fix up and regenerate bootstrap scripts.
Clean up output of options.
Remove unused `Byte constructor.
Fix and enable all fmt tests.
Fix and enable all fmt tests.
Update libfmt to preparse options for std.fmt()
Work around bug with labels.
Hidden decls should never conflict with existing ones.
Rename/rearrange std.try, add defaulting variants.
Set the directory before running tests.
Make the test runs print closer together.
Update libregex tests to run in mbld.
Bio returns errors on failed opens.
Make redump useful for anyone
Add maxargs, noargs options to optparse.
Show where a regex failed.
Fix some type error messages.
Make try work ok std.result.
Start working on __init__, check types.
Update Darwin bootstrap scripts.
Regenerate bootstrap scripts.
Move more code to f2fmt and friends.
Move movement to f2fmt and friends.
use '{' and '}' for format args.
Add support for custom formatting.
Add support for '%%' to do a literal '%'.
Convert fltfmt to use a strbuf.
Support formatting params for ints.
Work towards better varargs.
Add type size and other info.
Update bootstrap for linux for introspection code.
Add first cut at introspection API.
Improve type generation code.
Don't need a configure script for mbld.
Fix missed 'fatal()' calls.
Remove status arg from fatal.
Respect {noinst} attribute.
Fix successful exit on Plan 9.
Actually pass arguments to mbld.
Improve the bootstrap script.
Add bootstrap file for Plan 9.
Add one bootstrap file per system.