summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2016-11-28lineedit: simplify code a bitDenys Vlasenko1-16/+14
2016-11-27lineedit: fix two bugs in SIGWINCH signal handlingDenys Vlasenko1-29/+41
2016-11-25ash,hush: make ^C in interactive mode visually much closer to bash behaviorDenys Vlasenko3-8/+15
2016-11-24lineedit: fix handling of repeating Alt-b, Alt-f, Alt-d, Alt-BackspaceRostislav Skudnov3-80/+68
2016-10-23lineedit: fix completion with applet names. closes 9361Denys Vlasenko1-1/+1
2016-08-14lineedit: trivial codeshrink for vi-modeNatanael Copa1-8/+14
2016-04-15Rewrite iteration through applet names to save a few bytesRon Yorston3-6/+7
2015-10-30lineedit: search applets as well as PATH for tab completionRon Yorston1-1/+16
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2015-02-07libpwdgrp: use getpwent() instead of getpwent_r()Denys Vlasenko4-43/+53
2014-12-15lineedit: don't block when looking for escape sequence in vi-modeRon Yorston1-1/+1
2014-12-10lineedit: don't fall back to simple line input if tty is in raw modeDenys Vlasenko1-2/+6
2014-05-18bionic: some new type warnings fixesTanguy Pruvot3-4/+9
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2014-01-20Apply post-1.22.0 patches, bump version to 1.22.1Denys Vlasenko6-5/+62
2014-01-10lineedit: fix trivial build failureDenys Vlasenko1-0/+2
2013-08-20lineedit: use unicode_strwidth instead of unicode_strlenDenys Vlasenko1-3/+3
2013-08-19lineedit: fix multi-line PS1 handling: calculate PS1 length from last \nDenys Vlasenko1-14/+30
2013-08-19lineedit: improve Unicode handling (still buggy though)Denys Vlasenko2-11/+24
2013-04-07ash,hush: history builtinFlemming Madsen4-3/+45
2013-03-29lineedit: \W on "/bin" should show "bin", not "/bin"Denys Vlasenko1-1/+1
2013-03-29lineedit: implement \T \t \A \@ prompts escapes, fix \W escape, drop \!Denys Vlasenko1-37/+47
2013-03-28lineedit: add handling of \H in promptDenys Vlasenko1-5/+45
2013-02-27lineedit: initialize delptrShawn J. Goff1-0/+1
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2012-09-27lineedit: in !EDITING config, return -1 on fgets errorDenys Vlasenko1-1/+2
2012-08-07lineedit: fix Alt-D when cursor==0Cliff Frey1-3/+3
2012-05-28Apply post-1.20.0 patches, bump version to 1.20.1Denys Vlasenko6-25/+44
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2012-04-27Busybox 1.20.0 squashed commit for ICSTanguy Pruvot270-9617/+15737
2012-04-26lineedit: histfile can get emptied when CONFIG_FEATURE_EDITING_SAVE_ON_EXIT=yDennis Groenen1-4/+2
2012-04-20whitespace fixesDenys Vlasenko2-4/+4
2012-01-15shell_builtin_read: set cc[VMIN] to 1; lineedit: don't clear c_cc[VINTR]Denys Vlasenko2-7/+16
2011-11-04lineedit: fix build failureDenys Vlasenko1-1/+3
2011-11-03lineedit: add support for M-b, M-f, M-d, M-BackspaceDenys Vlasenko3-20/+77
2011-10-10busybox v1.19.2 updateTanguy Pruvot24-2946/+2941
2011-09-04lineedit: remove SAVE_HISTORY bit, ->hist_file can be used as indicatorDenys Vlasenko3-14/+8
2011-09-04lineedit: add support for history saving on exitDenys Vlasenko5-6/+86
2011-09-04lineedit: fix atomic replace of history file; hush: fix $HISTFILE handlingDenys Vlasenko3-20/+26
2011-07-12Merge branch 'busybox' into gingerbreadTanguy Pruvot2-12/+161
2011-07-11libbb/lineedit: implement optional Ctrl-R history searchDenys Vlasenko2-12/+161
2011-06-30merged commit between gingerbread and busybox/master 20110630Tanguy Pruvot104-188/+4069
2011-05-20lineedit: fix rare SEGV; mark a few FIXMEsAlexey Fomenko1-9/+15
2011-03-31small fix for HISTFILESIZEDenys Vlasenko1-0/+1
2011-03-31ash,hush: optional support for $HISTFILESIZE.Denys Vlasenko6-21/+55
2011-03-27lineedit: fixes for CONFIG_UNICODE_USING_LOCALE=yDenys Vlasenko2-48/+66
2011-02-08ash: fix TMOUT not restoring tty attributesDenys Vlasenko6-61/+39
2010-11-22lineedit: fix tab-completion of filenames with spacesMike Shal1-22/+45
2010-11-15lineedit: create history files with mode 0600Wolfram Sang1-5/+7
[next]