aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* reorganize applet table. Eliminates pointers to names.Denis Vlasenko2007-11-281-44/+43
* appletlib.c: make it actally follow _BB_SUID_ALWAYS rulesDenis Vlasenko2007-10-291-6/+3
* fix a problem with two different applet_name'sDenis Vlasenko2007-10-111-2/+3
* add -fvisibility=hidden to CC flags, mark XXX_main functionsDenis Vlasenko2007-10-111-3/+3
* Move applets/applet.c into libbb, allows to get rid of --whole-archiveDenis Vlasenko2007-10-101-4/+549
* get rid of global "struct bb_applet *current_applet"Denis Vlasenko2007-10-101-1/+4
* whitespace fixDenis Vlasenko2007-10-081-1/+1
* add libbb/appletlib.cDenis Vlasenko2007-10-081-0/+139