Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avoid setting errno when checking for tty | Rich Felker | 2011-04-15 | 1 | -1/+1 |
| | | | | | | | setting errno here is completely valid, but some programs, notably busybox printf, assume that errno will not be set during output and treat this as an error condition. in any case, skipping it slightly reduces code size and saves time. | ||||
* | global cleanup to use the new syscall interface | Rich Felker | 2011-03-20 | 1 | -3/+3 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+52 |