Don't double install formats.
Improve error messages for formatting issues.
Fix case insensitive hash, and add tests.
Don't accidentally duck type unions.
Make substest implementation match documentation.
Allow implementing traits from other namespaces.
Merge remote-tracking branch 'ac/htabsimp'
add htinit to allow embedded htabs
Show failure message in output.
Simplify reluctant match types.
Break out of a test when failing.
Return true/false from chomp.
Make the build work on linux dash
Add matching that returns indexes.
Add a file walking library.
Give a proper error for struct types.
Add top level 'incpath' and 'libdep' directives.
Make fail/softfail take format strings.
Test failures should longjmp out of the context.
Libtestr was depending on installed libs.
Fix parsing ipv6 addresses.
Add some more ipv6 addr tests.
Update plan9 bootstrap
Openmode instead of open for test log.
Fix test scripts.
Add plan9 implementations of recent additions.
Some 9front build fixes.
Let's not write to a registerized variable.
Make the test fail if setjmp returns true
Add setjmp/longjmp on posixy systems.
Add more string split utility functions.
Add support for unicode escapes.
Allow subtests to add MTEST lines.
Make the subtest runner a bit more resilient.
Regenerate OpenBSD bootstrap
Regenerate FreeBSD bootstrap.
Regenerate Linux bootstrap
Run myrddin tests as subtests.
Add support for running subtests.
add substitution for full matches.
Implement noncapturing groups, '\r', and '\n'.
Add fallback for usefile path on installed dir.
Add tracing of steps when in debug mode.
The API has changed, and we must change with it.
Remove debug line that was causing crashes.
Add better regex debugging.
Add redump to installed binaries.
Check freshness against the actual outputs.
Hash sizeof(ptr), not sizeof(*ptr)
add compileast() function for libregex.
'mbld test' now sets the 'test' sysattr
Update 9front build/bootstrap.
Regenerate builds for OpenBSD.
Regenerate Linux bootstrap
Regenerate bootstrap for FreeBSD
Regenerate bootstrap for OSX
Switch to using lib{}.use.
Exercise some of the allocation/put locking.
Install thread hooks in libstd
Remove values from the visited set.
Align union tag when entering subtype.
Align union tag lookup address correctly.
Only allow one level of namespace in a name.
Regenerate bootstrap for OpenBSD
Avoid infinite recursion when priting bad types.
Add support for OpenBSD thread spawning.
Fix FreeBSD and Linux builds.
Removed syscall stub from the wrong file.
Clean up OpenBSD syscalls.
Use a correct implementation of pipe()
We now can build and install on openbsd.
Fix several openbsd syscalls.
uname for openbsd
update bootstrap
Use correct linker command.
Put strings in reasonable places on OpenBSD.