index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
lib.c
Age
Commit message (
Collapse
)
Author
2007-10-11
Promote help to global config option, teach error_exit() to output usage ↵
Rob Landley
message when called from get_optflags().
2007-10-04
Break out dirtree.c and let it call a function instead of returning the data.
Rob Landley
2007-08-15
More klibc fixes from Maximilian Attems, strlcpy() this time.
Rob Landley
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