Fix code to disallow use before definition.
Add basic thread syscalls for FreeBSD
Search the default path for a library.
Update bootstrap file for 9front
Make test failure output more readable.
Update error format to recognize new mbld output.
Update bootstrap to new mbld.
Output base directory for build.
Add benchmark build tag to benchmarks.
Merge branch 'master' of git+ssh://git.eigenstate.org/git/ori/mc
Reduce mbld memory leakage.
Don't include spurious libpaths.
Allow local type definitions within blocks.
Finish fleshing in the inifile API
Sync makefile with latest templates.
Add fisdir() call to libstd.
We don't need to rebuild tests every time.
Add slpop() to mirror slpush()
Don't remove any intermediate files.
Put empty symbols in bss, and use .fill directives.
Give a good error on undefined generic parameters.
Fix build flags for Clang/Yacc
Use shorter relative paths.
Pass the time zone offset through everywhere.
Fix some date formatting functions.
Add support for '$' operator.
Fix patterns with multiple sequential wildcards
Rewrite pattern matching code.
We only need to load a value once.
Pass the basic tests. we still fail complex ones.
Fix decision trees for structs.
Remove reliance on sysselect for osx.
Make improved pattern matching work for unions.
Work towards better match statements.
Remove use of sysselect.sh
Add case insensitive comparison functions.
Add case insensitive hash functions.
Fix the handling of '\r\n'.
Add support for some default attributes.
Prioritize asm over myr when building.
Some API tweaks to make things match the docs.
Update resolver to use union for resolve tags.
Don't install the benchmark programs
Merge updates of bootstrap scripts.
Regenerate bootstrap script.
Actually check the last error.
Regenerate bootstrap files for FreeBSD.
Regenerate bootstrap script.
We should use errno for errors, not int.
Fix up error handling for syswrap+posixy.myr
Drop buffer on flush error.
Actually return the error that occurred.
Make the interface for libbio expose errors.
Fix handling '\r\n' with libbio.
Delete leftover junk from importing libraries.
Handle AM and PM more correctly.
Zoneinfo doesn't apply on Plan 9.
Fix and test parsing with timezones.
Add constructors for ymd and ymdhms
Test for leap year transitions.
Add period addition/subtraction.
Make assert able to take format args.
Implement some asm optimized memcpy/memmove checks.
Propagate extra libraries through the system.
Allow redefinition of externs.
Update the C glue library detection.