aboutsummaryrefslogtreecommitdiff
path: root/libbb/interface.c
AgeCommit message (Collapse)Author
2001-06-01Vladimir's last_patch13, containing several bugfixes.Eric Andersen
2001-05-05include libbb.h after other includesGlenn L McGrath
2001-04-19This has two patches. First it moves interface.c to libbb (it isEric Andersen
support code after all). It also contains a patch from Larry Doolittle that removes two instances of "strlen([^)]*) *- *1", un-shadows two variables, relaxes requirement for a sprintf(3) that returns number of bytes written, and eliminates a duplicate subroutine.