Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2012-03-01 | support null buffer argument to getcwd, auto-allocating behavior | Rich Felker | -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. | ||||
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | -1/+1 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+8 | |