Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-06-18 | Add xputs() to detect EOF on writes. | Rob Landley | |
2007-06-15 | Vladimir Oleynik pointed out that va_start() twice in the same function | Rob Landley | |
isn't portable (with ppc 4xx as an example of a platform it doesn't work on). This is why va_copy exists. | |||
2007-06-07 | Work around uClibc weirdness. | Rob Landley | |
2007-04-29 | Add readlink, xreadlink(), and change xrealloc() to not fight the stupid | Rob Landley | |
compiler so much. | |||
2007-02-16 | Add atolx() which understands extensions for kilobytes and megabytes and such. | Rob Landley | |
2007-02-04 | Add parent pointer to dirtree, more work on mke2fs (populate dirtree, count | Rob Landley | |
index blocks). | |||
2007-02-04 | Rename functions.c to lib.c. (Easier name to remember.) | Rob Landley | |