Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix major breakage in pthread_once (it was always deadlocking) | Rich Felker | 2011-03-08 | 1 | -8/+7 |
| | | | | | | the issue was a break statement that was breaking only from the switch, not the enclosing for loop, and a failure to set the final success state. | ||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+38 |