aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c
AgeCommit message (Expand)Author
2009-08-27update copyright yearDenys Vlasenko
2009-08-20do not store 1st two bytes of compressed help textDenys Vlasenko
2009-07-30rename _BB_SUID_ALWAYS and NEVER into REQUIRE and DROP. No code changes.Denys Vlasenko
2009-07-15comment fix, no code changesDenys Vlasenko
2009-07-15busybox --install [-s] [DIR]: allow a parameter - destination DIRDenys Vlasenko
2009-05-19appletlib.c: prevent applet list overflowing screenDenys Vlasenko
2009-04-21*: mass renaming of USE_XXXX to IF_XXXXDenis Vlasenko
2009-03-09*: move get_sock_lsa and xwrite_str to libbb, use where appropriateDenis Vlasenko
2008-11-24trim help text a bitDenis Vlasenko
2008-08-05*: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko
2008-07-21libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko
2008-07-19test: fix parser to prefer binop over unop, as coreutils does.Denis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko
2008-06-25busybox: do not print help to fd 2, print it to fd 1Denis Vlasenko
2008-05-19- use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer
2008-05-18more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-04-29fix build failure for libbusyboxDenis Vlasenko
2008-04-24- bump copyright yearBernhard Reutner-Fischer
2008-04-22*: remove remaining instances of ".data" hackDenis Vlasenko
2008-04-08Avoid linking in printf/bsearch if possible. -20k for static bbox withDenis Vlasenko
2008-04-01shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko
2008-03-17clean up TODO file. No real code changes.Denis Vlasenko
2008-03-17*: fix fallout from -Wunused-parameterDenis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2008-02-27*: add optimization barrier to all "G trick" locationsDenis Vlasenko
2008-02-22small code readability and typo fixesDenis Vlasenko
2008-01-28*: move getopt reset code to better place(s)Denis Vlasenko
2007-12-24defconfig: updateDenis Vlasenko
2007-11-29Further optimize applet tables; prettify build outputDenis Vlasenko
2007-11-28reorganize applet table. Eliminates pointers to names.Denis Vlasenko
2007-10-29appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko
2007-10-11fix a problem with two different applet_name'sDenis Vlasenko
2007-10-11add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko
2007-10-10Move applets/applet.c into libbb, allows to get rid of --whole-archiveDenis Vlasenko
2007-10-10get rid of global "struct bb_applet *current_applet"Denis Vlasenko
2007-10-08whitespace fixDenis Vlasenko
2007-10-08add libbb/appletlib.cDenis Vlasenko