Remove double declaration of cenvp.
Don't generate loops in trees.
Error if we duplicate struct members.
Fix a bit of undefined behavior.
Allow iterating over sections in a ini file.
make bsearch use unsigned indexes (#118)
Fix mmap offset on OpenBSD (see http://marc.info/?l=openbsd-tech&m=146793252011083&w=2)
Revert "don't completely fuck up trait exports."
don't completely fuck up trait exports.
Regenerate FreeBSD bootstrap
Regenerate OpenBSD bootstrap.
Make some constants more private.
Split 'smart allocations' from byte allocs.
Make escaped strings a bit friendlier.
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