Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support null buffer argument to getcwd, auto-allocating behavior | Rich Felker | 2012-03-01 | 1 | -1/+6 |
| | | | | | | | this is a popular extension some programs depend on, and by using a temporary buffer and strdup rather than malloc prior to the syscall, i've avoided the dependency on free and thus minimized the bloat cost of supporting this feature. | ||||
* | global cleanup to use the new syscall interface | Rich Felker | 2011-03-20 | 1 | -1/+1 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+8 |