summaryrefslogtreecommitdiff
path: root/libbb/appletlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: refactor handling of archived files. "tar f file.tar.lzma" now works too.Denis Vlasenko2008-08-051-1/+2
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-211-1/+1
* test: fix parser to prefer binop over unop, as coreutils does.Denis Vlasenko2008-07-191-4/+13
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-4/+4
* busybox: do not print help to fd 2, print it to fd 1Denis Vlasenko2008-06-251-0/+1
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* more -Wall warning fixes. -Wall is enabled now.Denis Vlasenko2008-05-181-2/+2
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-1/+1
* fix build failure for libbusyboxDenis Vlasenko2008-04-291-3/+4
* - bump copyright yearBernhard Reutner-Fischer2008-04-241-1/+1
* *: remove remaining instances of ".data" hackDenis Vlasenko2008-04-221-5/+0
* Avoid linking in printf/bsearch if possible. -20k for static bbox withDenis Vlasenko2008-04-081-23/+73
* shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko2008-04-011-2/+40
* clean up TODO file. No real code changes.Denis Vlasenko2008-03-171-0/+1
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-171-1/+1
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-3/+4
* *: add optimization barrier to all "G trick" locationsDenis Vlasenko2008-02-271-0/+1
* small code readability and typo fixesDenis Vlasenko2008-02-221-1/+1
* *: move getopt reset code to better place(s)Denis Vlasenko2008-01-281-1/+0
* defconfig: updateDenis Vlasenko2007-12-241-4/+6
* Further optimize applet tables; prettify build outputDenis Vlasenko2007-11-291-7/+7
* 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