Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-03 | - move buffer allocation schemes to libbb.h | Bernhard Reutner-Fischer | |
- include the correct headers: applets need busybox.h while lib* need libbb.h | |||
2006-03-06 | Robert P. Day removed 8 gazillion occurrences of "extern" on function | Rob Landley | |
definitions. (That should only be on prototypes.) | |||
2006-01-30 | - add some ATTRIBUTE_UNUSED. | Bernhard Reutner-Fischer | |
- use shorter boilerplate while at it. | |||
2005-08-09 | implemented a builtin echo command in ash. moved the guts of the | Paul Fox | |
echo applet into libbb, and now call bb_echo() from both echo.c and ash.c |