Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | putw is supposed to return 0 (not the value written) on success | Rich Felker | 2012-07-04 | 1 | -1/+1 |
| | | | | | this is not a standard but it's the traditional behavior and it's more useful because the caller can reliably detect errors. | ||||
* | make sure getw/putw agree with prototypes by defining _GNU_SOURCE | Rich Felker | 2012-07-04 | 1 | -0/+1 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+6 |