aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
AgeCommit message (Expand)Author
2010-01-18ls: make it so that group never glues itself to file sizeDenys Vlasenko
2010-01-15cp: fix -H handlingDenys Vlasenko
2010-01-12libbb: introduce and use monotonic_msDenys Vlasenko
2010-01-09*: make it easier to distinquish "struct tm", pointer to one, etcDenys Vlasenko
2010-01-04*: make 2 more "int argc"'s unused; more saved if !DESKTOPDenys Vlasenko
2009-11-28*: remove a few more cases of argc usage. -89 bytes.Denys Vlasenko
2009-11-25ntpd: and real handling for -N, show usage w/o options; trim textDenys Vlasenko
2009-11-24ntpd: locally bind every peer socket. +22 bytesDenys Vlasenko
2009-11-18libbb: robustify isXXXX(). +39 bytesDenys Vlasenko
2009-11-15libbb: added xfdopen_for_read/writeDenys Vlasenko
2009-11-14use utimes() rather than obsolescent utime()Bernhard Reutner-Fischer
2009-11-08wget: factor out progress bar codeMagnus Damm
2009-11-04libbb.h: remove two over-zealous RETURNS_MALLOCDenys Vlasenko
2009-11-02include/libbb.h: mark malloc-returning functions with GCC attributeDenys Vlasenko
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko
2009-10-27add and use xopen_nonblocking (-18b)Bernhard Reutner-Fischer
2009-10-26read_key: remove handling for ctrl-up/down, we don't use that. -12 bytesDenys Vlasenko
2009-10-25lineedit: handle Ctrl-arrowsDenys Vlasenko
2009-10-23libbb.h: tidy it up a bit. no code changes (verified)Denys Vlasenko
2009-10-23fix isalnum and isxdigit. Unfortunately, +285 bytesDenys Vlasenko
2009-10-23eliminate all remaining users of ctype. ~600 byte large tables are gone.Denys Vlasenko
2009-10-23*: optimize most of isXXXXX() macrosDenys Vlasenko
2009-10-23libbb: smaller isdigit. -95 bytesDenys Vlasenko
2009-10-22*: use better isspace implementationDenys Vlasenko
2009-10-19randomconfig fixesDenys Vlasenko
2009-10-15move generate_uuid from mkswap to libbbVladimir Dronnikov
2009-10-13libbb/human_readable.c: shrink; and reduce bss usageDenys Vlasenko
2009-10-05unpackers: check errors from close() tooDenys Vlasenko
2009-09-29find: -follow should not error out on dandling linksDenys Vlasenko
2009-09-22ps: fix compile breakageDenys Vlasenko
2009-09-19ps,top: add an option to show threads. +260 bytes of codeDenys Vlasenko
2009-09-12fix read_cmdline API and a small buglet where "[comm]" may be too narrowDenys Vlasenko
2009-09-06documentation and typo fixes. By Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-09-06remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)Denys Vlasenko
2009-08-21fix duplicate FAST_FUNC FAST_FUNCDenys Vlasenko
2009-07-29make find_pid_by_name look at /proc/PID/exe tooAlexander Shishkin
2009-07-18fix mountpoint test to not prevemt mkfs_xxx from making image in any fileDenys Vlasenko
2009-07-18touch: implement -d --date (our own testsuite needs that)Denys Vlasenko
2009-07-18date: factor out date parsing (in preparation for touch -d)Denys Vlasenko
2009-07-16fix a thinko in lineedit completion codeDenys Vlasenko
2009-07-09restore shadow.h independenceMike Frysinger
2009-07-05df: fix "df /"Denys Vlasenko
2009-07-05Patches to enable FreeBSD buildDenys Vlasenko
2009-07-03ps: conditionally support additional -o FIELDsDenys Vlasenko
2009-06-19getopt: FEATURE_GETOPT_LONG for -l; rename GETOPT_LONG to LONG_OPTSDenys Vlasenko
2009-06-07stop using non-standard macro, use WEXITSTATUS insteadDenys Vlasenko
2009-05-29read_key: drop optimization where we read 3 bytes at onceDenys Vlasenko
2009-05-17line editing: add an option to emit ESC [ 6 n and use resultsDenys Vlasenko
2009-05-15xmalloc_[open_]read[_close]: do not ignore xrealloc return valueDenys Vlasenko
2009-05-15lineedit: use read_key to recognize ESC sequence.Denys Vlasenko