Age | Commit message (Expand) | Author |
2011-03-06 | tr: free allocated memory in tr if CLEANUP enabled | Alexey Soloviev |
2011-03-02 | convert "do {...} while (1);" -> "while (1) {...}" | Denys Vlasenko |
2011-03-01 | ls: widen -s (1k blocks) column from 4 to 6 | Denys Vlasenko |
2011-02-28 | ls: -g implies -l | Denys Vlasenko |
2011-02-28 | ls: fix bits for -T, -w and --color; make -n imply -l; fix comments | Denys Vlasenko |
2011-02-27 | ls: fix one-bit-off which caused -H to behave as -h | Denys Vlasenko |
2011-02-26 | Replace "depends on PLATFORM_LINUX" with "select PLATFORM_LINUX" | Denys Vlasenko |
2011-02-15 | echo: fix SEGV when run with no args | Denys Vlasenko |
2011-02-14 | echo: fix ENOSPC detection and some iffy code in \NNN handling | Denys Vlasenko |
2011-02-07 | echo: do not retry on write errors | Denys Vlasenko |
2011-01-31 | df,find_mount_point: optionally don't ignore rootfs | Lauri Kasanen |
2011-01-26 | id: fix inverted if (!ENABLE_DESKTOP) | Denys Vlasenko |
2011-01-26 | stty: cosmetic fix to settings table; no code changes | Denys Vlasenko |
2011-01-26 | disable length applet. ${#var} and echo -n "$var" | wc -c are portable equiva... | Denys Vlasenko |
2011-01-25 | move utmp.h include to libbb.h | Denys Vlasenko |
2011-01-24 | stty: enable line discipline display and change code if __linix__ | Denys Vlasenko |
2011-01-24 | stty: make swtch and iutf8 visible/settable | Denys Vlasenko |
2011-01-22 | wc: fix swapped -c and -m | Denys Vlasenko |
2011-01-18 | mass removal of underscores from _BB_DIR_foo and _BB_SUID_foo | Denys Vlasenko |
2011-01-11 | libbb unicode: comment out usused function and unused parameter | Denys Vlasenko |
2011-01-02 | date,touch: treat 2-digit years better (fit them into +-50 yrs around today) | Denys Vlasenko |
2010-12-31 | date: preserve isdst value if date is in time_t (unix time) format | Alexey Soloviev |
2010-12-31 | add missed underscore | Denys Vlasenko |
2010-12-30 | date: add a comment about _SVID_SOURCE | Denys Vlasenko |
2010-12-20 | test: add examples when "%s: unknown operand" happens | Denys Vlasenko |
2010-12-20 | ls: remove redundant constants LIST_FILENAME and LIST_SHORT | James Youngman |
2010-12-19 | ls: add support for -H | Denys Vlasenko |
2010-12-19 | ls: tweak -e handling; better comments | Denys Vlasenko |
2010-12-19 | ls: print a space after each column. Closes bug 2941 | Denys Vlasenko |
2010-12-19 | ls: make -F not follow symlinks of the command line | Denys Vlasenko |
2010-12-19 | ls: make -x force columnar output; remove unused parts of TRIGGER code | Denys Vlasenko |
2010-12-19 | ls: for some options, only last takes effect. Closes bug 2959 | Denys Vlasenko |
2010-12-01 | touch: fix help text to not show options disabled in .config | Denys Vlasenko |
2010-11-23 | date :add a comment about older toolchains | Denys Vlasenko |
2010-11-06 | ls: fix -lg to show group (was showing user) | Denys Vlasenko |
2010-10-30 | stat: fix mtime/ctime/atime | Eric Lammerts |
2010-10-29 | whitespace cleanup | Denys Vlasenko |
2010-10-28 | *: whitespace fixes | Denys Vlasenko |
2010-10-27 | libbb: introduce and use common crc32 routine | Denys Vlasenko |
2010-10-26 | mv: implement -n option | Denys Vlasenko |
2010-10-24 | md5/sha1sum: code shrink | Denys Vlasenko |
2010-10-23 | libbb: introduce and use strcpy_and_process_escape_sequences | Denys Vlasenko |
2010-10-22 | *: introduce and use xmkstemp. -65 bytes. | Alexander Shishkin |
2010-10-21 | tail: free tailbuf upon cleaning up | Alexander Shishkin |
2010-10-21 | stat: remove superfluous setXXent() calls, plug memory leak | Alexander Shishkin |
2010-10-20 | *: s/open3_or_warn/open_or_warn/ where makes sense | Denys Vlasenko |
2010-10-18 | sort: -o FILE should create/truncate FILE | Denys Vlasenko |
2010-10-18 | *: replace xopen3 with xopen where makes sense | Denys Vlasenko |
2010-10-17 | typo fix | Denys Vlasenko |
2010-10-17 | seq: exit on write errors | Denys Vlasenko |