summaryrefslogtreecommitdiff
path: root/libbb
Commit message (Expand)AuthorAgeFilesLines
* Make smart_ulltoa return pointer to end (allows for code shink in callers)Denys Vlasenko2013-09-061-2/+4
* lineedit: use unicode_strwidth instead of unicode_strlenDenys Vlasenko2013-08-201-3/+3
* lineedit: fix multi-line PS1 handling: calculate PS1 length from last \nDenys Vlasenko2013-08-191-14/+30
* lineedit: improve Unicode handling (still buggy though)Denys Vlasenko2013-08-192-11/+24
* libbb: code shrinkDenys Vlasenko2013-08-061-7/+5
* Whitespace fixesDenys Vlasenko2013-07-301-1/+1
* Refactor catv. Move visible() from stty to libbb.Bartosz Golaszewski2013-07-301-0/+24
* date: accept 'yyyy-mm-dd HH' and 'yyyy-mm-dd' date formatsBartosz Golaszewski2013-07-251-10/+23
* networking: code shrinkBartosz Golaszewski2013-07-251-0/+58
* Commonalize typical [b,]k,m suffix structDenys Vlasenko2013-07-131-0/+7
* Call setlocale("") , not "C", if we want to set the default oneDenys Vlasenko2013-07-071-3/+12
* unicode: check $LC_CTYPE too to detect Unicode modeDenys Vlasenko2013-07-051-0/+8
* unicode: check $LC_ALL to detect Unicode mode, not only $LANGDenys Vlasenko2013-07-021-4/+10
* Move create_icmp[6]_socket to its only user, and simplify itDenys Vlasenko2013-06-283-76/+0
* md5/sha512: a better fix for strict aliasing warningsDenys Vlasenko2013-06-271-3/+3
* md5/sha512: fix strict aliasing warningsMike Frysinger2013-06-191-3/+3
* sulogin: allow system maintenance login if root password is emptyJonathan Liu2013-05-211-1/+3
* ash,hush: history builtinFlemming Madsen2013-04-071-2/+14
* lineedit: \W on "/bin" should show "bin", not "/bin"Denys Vlasenko2013-03-291-1/+1
* lineedit: implement \T \t \A \@ prompts escapes, fix \W escape, drop \!Denys Vlasenko2013-03-291-37/+47
* libbb: introduce and use strftime_[YYYYMMDD]HHMMSS()Denys Vlasenko2013-03-292-2/+22
* lineedit: add handling of \H in promptDenys Vlasenko2013-03-281-5/+45
* hexdump: don't unconditionally limit the usable address rangeDenys Vlasenko2013-03-271-1/+1
* readlink: uClibc supports automatic allocation too nowMike Frysinger2013-03-121-1/+2
* make --help return exitcode 0. Closes 5612Denys Vlasenko2013-02-281-1/+1
* lineedit: initialize delptrShawn J. Goff2013-02-271-0/+1
* move endofname() to libbbDenys Vlasenko2013-02-261-0/+26
* vasprintf: return -1 on strdup failureDenys Vlasenko2013-02-101-1/+1
* vasprintf: do not use xmalloc, it will deadlock on OOMDenys Vlasenko2013-02-071-3/+5
* sha3: code shrinkDenys Vlasenko2013-01-201-32/+59
* code shrinkDenys Vlasenko2013-01-171-8/+12
* sha3: s/sha3_process_block76/sha3_process_block72/Denys Vlasenko2013-01-161-4/+4
* sha3: rename KeccakF->sha3_process_block76.Denys Vlasenko2013-01-161-79/+81
* sha3: cache ctx->bytes_queuedDenys Vlasenko2013-01-151-11/+11
* sha3: remove two "small code" codepaths: I can't reproduce code size win on t...Denys Vlasenko2013-01-151-43/+18
* sha3: tweak choice of a fast code path for 64-bitDenys Vlasenko2013-01-151-1/+2
* sha3: cosmetic tweaks to various names, comments. No logic changes.Denys Vlasenko2013-01-151-61/+63
* sha3: code shrinkDenys Vlasenko2013-01-151-26/+36
* sha3: code shrinkDenys Vlasenko2013-01-151-13/+18
* sha3: another speedup for SHA3_SMALL=0 caseDenys Vlasenko2013-01-151-10/+25
* whitespace fixes. no code changesDenys Vlasenko2013-01-151-1/+1
* sha3: make size/speed optimization decision configurableDenys Vlasenko2013-01-152-19/+68
* whitespace cleanup. no code changesDenys Vlasenko2013-01-144-7/+7
* sha3sum: new appletLauri Kasanen2013-01-141-0/+194
* mark get_shell_name FAST_FUNCDenys Vlasenko2012-10-031-1/+1
* top/ps: argv0:"gdm-session-worker [pam/gdm-password]" == comm:"gdm-session-wor"Denys Vlasenko2012-10-021-0/+2
* lineedit: in !EDITING config, return -1 on fgets errorDenys Vlasenko2012-09-271-1/+2
* libbb: correctness/size tweaks in signal-related helpersDenys Vlasenko2012-09-271-3/+3
* top: fix "last CPU" parsingDenys Vlasenko2012-09-061-1/+1
* refactor correct_password.c to avoid one ifwalter harms2012-09-041-6/+3