Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | getdate: correctly specify error number | A. Wilcox | 2017-06-14 | 1 | -1/+2 |
| | | | | | | | | | | POSIX defines getdate error #5 as: "An I/O error is encountered while reading the template file." POSIX defines getdate error #7 as: "There is no line in the template that matches the input." This change correctly disambiguates between the two error conditions. | ||||
* | more close-on-exec fixes, mostly using new "e" flag to fopen | Rich Felker | 2012-09-29 | 1 | -1/+1 |
| | |||||
* | remove debug cruft that was left in getdate | Rich Felker | 2012-03-02 | 1 | -2/+0 |
| | |||||
* | first try at implementing getdate function | Rich Felker | 2012-03-02 | 1 | -0/+47 |