aboutsummaryrefslogtreecommitdiff
path: root/libbb
AgeCommit message (Expand)Author
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-08-16*: fix "see file License ..." - the file is named LICENSE (in uppercase)Denys Vlasenko
2010-08-16libbb: factor out common code from mpstat/iostatDenys Vlasenko
2010-08-12*: s/xatoi_u/xatoi_positive/g - I got bored of mistyping xatoi_u as xatou_iDenys Vlasenko
2010-08-10rtc: remove useless code in "RTC is in UTC" detectionDenys Vlasenko
2010-08-08wget: fix ndelay_on call; progress bar: small shrinkDenys Vlasenko
2010-08-08wget: implement -T SEC; rework progress meter to not use signals (it was unsafe)Bradley M. Kuhn
2010-07-26*: trailing empty lines removedDenys Vlasenko
2010-07-25lineedit: mostly revert recent wrong logic in "ask terminal" codeDenys Vlasenko
2010-07-19libbb: conditionalize AF_* usage in error reportingJeremie Koenig
2010-07-19mkdir: fix -p on FreeBSDJeremie Koenig
2010-07-19mark Linux-specific configuration optionsJeremie Koenig
2010-07-18lineedit: limit ASK_TERMINAL to the case when we can't find out the widthDenys Vlasenko
2010-07-18lineedit: cosmetics, no code changesDenys Vlasenko
2010-07-16tweak defconfigDenys Vlasenko
2010-07-05randomconfig fixesDenys Vlasenko
2010-07-04libbb: reduce number of *error_msg[_and_die].c files by fourDenys Vlasenko
2010-07-04*: introduce and use xfork() and xvfork()Pascal Bellard
2010-07-04libbb: introduce and use BB_EXECVP_or_die()Pascal Bellard
2010-07-03fix compile breakage with "make -j"Denys Vlasenko
2010-07-01consolidate xz format comment. no code changesDenys Vlasenko
2010-07-01xz compression detection: avoid the need to seekDenys Vlasenko
2010-06-27*: s/"/bin/sh"/DEFAULT_SHELL, run_shell() API fix, remove unneeded strdupLadislav Michl
2010-06-26libbb/copyfd.c: fix the case of copy buffer <= 4kbDenys Vlasenko
2010-06-26tar: fix --to-command wrt short writesDenys Vlasenko
2010-06-26fix breakage in compressed file detectionDenys Vlasenko
2010-06-26universal parser: do not leak parser->dataDenys Vlasenko
2010-06-26build system: do not rebuild ash and hush on any change to any .c fileDenys Vlasenko
2010-06-25*: make exec failure message more consistentDenys Vlasenko
2010-06-24*: introduce and use bb_unsetenv_and_freeDenys Vlasenko
2010-06-19Added code for nonstandard function strsep()Dan Fandrich
2010-06-19A few minor portability improvementsDan Fandrich
2010-06-18*: stop defining _GNU_SOURCE in source files, it's in CFLAGS anywayDenys Vlasenko
2010-06-10utoa: shrinkDenys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-07bbconfig: make it independent from printf functionsDenys Vlasenko
2010-06-06pipe_progress: make it independent of printf machineryDenys Vlasenko
2010-06-06remove defconfig. Now "make defconfig" simply uses defaults from Config.inDenys Vlasenko
2010-06-05Remove requirement that include/applets.h must be sortedDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-06-02*: simplify checks for gz/bz2/xz magicDenys Vlasenko
2010-06-01lineedit: fix column display for wide and combining chars in TAB completionTomas Heinrich
2010-05-30*: teach tar et. al. to understand .xz by heartDenys Vlasenko
2010-05-19losetup: support /dev/loop10 and higher. closes bug 1627Denys Vlasenko
2010-05-17typo fixDenys Vlasenko
2010-05-17lineedit: fix insertion deep inside line (*several lines* before end)Denys Vlasenko
2010-05-17lineedit: trivial simplifications. -7 bytesDenys Vlasenko
2010-05-17lineedit: fix moving backwards across lines with wide charsDenys Vlasenko
2010-05-16consolidate ESC sequencesDenys Vlasenko
2010-05-16stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusingDenys Vlasenko