Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-05 | TLS implementation for 9front. | Ori Bernstein | |
2017-12-14 | Add atexit for 9front. | Ori Bernstein | |
A tad ugly, but a start. Maybe we'll figure something better out soon. | |||
2017-04-09 | Move plan9 fndup before fork. | Ori Bernstein | |
2017-04-09 | Duplicate env on thread spawn. | Ori Bernstein | |
2016-08-27 | Rename `std.Fail to `std.Err. | Ori Bernstein | |
2016-05-17 | New syntax for casts. | Ori Bernstein | |
2016-01-05 | Add thread spawning, and a broken attempt at mutexes. | Ori Bernstein | |
Also removes a reference to stack data in the tests, and works around a crash in mbld test on plan9, where the printing was confusing things. TODO: fix mbld test properly. |