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.
Add working 'uninstall' targets.
Fix all the paths.
Print unlenghted array types correctly.
Update mkfiles to reflect renames.
Use before def checking is closer to working.
A few more fixes for dataflow checks.
Get closer to a working use-before-def check.
Fix up OSX to work with previous tests.
More work towards getting undefined variables to be defined.
A huge amount of work on checking.
Compile error on reaching end of func without return.
Don't unnecessarily reallocate bitset storage.
Init the parsed option list.
Make fsel code more generic.
Fix a bug detected by scan-build.
Add support for escaped line endings in vim indent script.
Remove debug echos from vim script.
Fix exports of specialized types.
Clean up mbld init a little.
Be more specific for gitignore in test/
Add a '-t' option to list all available targets.
Run gen/cmd commands in the right subdir.
Clean up option parsing a bit.
Fix deindenting when ']' is on its own.
Add support for 'cmd' args.
Make arrays/structs/... lvalue expressions.
Add std.optusage() function.
More improvements in CLI option parsing.
Add support for '--' to end arg parsing.
Exit after we find a system match.
Rework the option parsing api a bit.
Don't stop inferring structs early.
Improve error messages more.
Improve error messages for membership failures.
Add converson of error status into failure messages.
Add regex parsing to libregex.
Resolve the type on array indexes.
Thread line numbers through to errors.
Update to most recent code.
Add mbld commands to mkfile.
Remove gentydesc prototype.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Remove duplicated libraries.
Give more useful error on failing to find matching pkg.
Fix mbld file to run on plan9.
Stub out enough crud to get plan9 working.
Clean up insane argument lists.
Update documentation, and remove nop/useless options
Move tests from test/ directory to libstd/test/
Don't say tests passed/failed if we didn't run any.
Muck more correctly with the inc path.
Add support for fixed size str buffers.
Add, enable, and test strbuf.myr
Add '.' to start of search path when running tests.
Fix tests in non-mbld world.
Ignore indent/outdents inside strings.
Add support for 'dep=' in mbld gen
Update vim scripts. Don't indent comments.
Work around OSX sed differences.
Topologically sort targets.
Push/pop directories appropriately.