Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make malloc(0) return unique pointers rather than NULL | Rich Felker | 2011-02-20 | 1 | -5/+9 |
| | | | | | | | this change is made with some reluctance, but i think it's for the best. correct programs must handle either behavior, so there is little advantage to having malloc(0) return NULL. and i managed to actually make the malloc code slightly smaller with this change. | ||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+515 |