aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* hush: shrink variable expansion codeDenys Vlasenko2010-05-201-20/+19
* hush: fix var=`exit 2` not setting $? to 2Denys Vlasenko2010-05-203-5/+59
* update shell/READMEDenys Vlasenko2010-05-201-3/+3
* ash: eliminate 16 bytes in bssDenys Vlasenko2010-05-201-26/+22
* hush: code shrinkDenys Vlasenko2010-05-201-1/+1
* hush: support "cd -- DIR" and suchDenys Vlasenko2010-05-201-14/+32
* shell: make it possible to alias one of shells to "bash"Denys Vlasenko2010-05-203-10/+37
* setkeycodes: fix handling of 0exx scancodesDenys Vlasenko2010-05-191-8/+8
* mount: handle EDQUOT > 255 properly. closes bug 1579Denys Vlasenko2010-05-191-1/+9
* vi: fix "set ic" command; code shrink while at it. closes bug 1765Denys Vlasenko2010-05-191-49/+37
* losetup: support /dev/loop10 and higher. closes bug 1627Denys Vlasenko2010-05-192-26/+35
* ash: fix var_leak.tests so that it actually catches the NOFORK bugDenys Vlasenko2010-05-183-9/+21
* typo fixDenys Vlasenko2010-05-181-1/+1
* ash: fix bug which causes signal6.tests to failDenys Vlasenko2010-05-183-9/+16
* ash: fix var_leak testcaseDenys Vlasenko2010-05-182-6/+16
* ash: fix testsuite false positivesDenys Vlasenko2010-05-183-3/+3
* ash,hush: make bare "." set exitcode to 2Denys Vlasenko2010-05-182-29/+39
* make scripts/gen_build_files.sh standard-cleanDenys Vlasenko2010-05-181-5/+8
* shell/README: describe special builtinsDenys Vlasenko2010-05-171-108/+82
* hush: update bash compat todo commentDenys Vlasenko2010-05-171-7/+10
* ash,hush: make "source" a synonym for . if bash compat is onDenys Vlasenko2010-05-172-0/+5
* ash: fix ". empty_file" exitcode. +5 bytesDenys Vlasenko2010-05-172-4/+5
* typo fixDenys Vlasenko2010-05-171-2/+2
* lineedit: fix insertion deep inside line (*several lines* before end)Denys Vlasenko2010-05-171-8/+15
* fix false positive in signal5.testsDenys Vlasenko2010-05-172-5/+6
* ash: use CONFIG_FEATURE_EDITING_MAX_LENDenys Vlasenko2010-05-172-8/+7
* typo fixDenys Vlasenko2010-05-172-2/+2
* hush: fix hush-bugs/parse_err.testsDenys Vlasenko2010-05-174-7/+12
* add two more tests which currently failDenys Vlasenko2010-05-174-0/+10
* ash: fix signal5.testsDenys Vlasenko2010-05-172-6/+12
* lineedit: trivial simplifications. -7 bytesDenys Vlasenko2010-05-171-14/+6
* ash: add two testcases for (not yet fixed) ash bugsDenys Vlasenko2010-05-174-0/+31
* scripts/gen_build_files.sh: revert to using /bin/shDenys Vlasenko2010-05-171-1/+1
* lineedit: fix moving backwards across lines with wide charsDenys Vlasenko2010-05-171-21/+46
* consolidate ESC sequencesDenys Vlasenko2010-05-168-27/+29
* stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusingDenys Vlasenko2010-05-163-22/+20
* lineedit: partially fix wide and combining chars editingTomas Heinrich2010-05-163-45/+92
* findutils: Add Config.in and Kbuild to .gitignorePeter Tyser2010-05-161-0/+3
* scripts/Makefile.clean: Make Kbuild and Makefile optionalPeter Tyser2010-05-161-1/+1
* Makefile: Clean up auto-generated Kbuild and Config.in filesPeter Tyser2010-05-161-0/+2
* hush: mention PPID, RANDOM supportDenys Vlasenko2010-05-161-1/+1
* setsid: check for setsid error directlyDenys Vlasenko2010-05-161-4/+17
* gen_build_files.sh uses bashism, document itDenys Vlasenko2010-05-151-5/+5
* cttyhack: document the need to setsidDenys Vlasenko2010-05-152-4/+23
* gen_build_files: use raw reads (ones which don't eat backslashes)Denys Vlasenko2010-05-141-3/+3
* cttyhack: don't do anything if ctty is already availableDenys Vlasenko2010-05-141-17/+26
* randomtest fixesDenys Vlasenko2010-05-1216-35/+51
* sed: fix a command with multible trailing backslashesDenys Vlasenko2010-05-123-7/+23
* lineedit: change how cmdedit_set_out_char worksDenys Vlasenko2010-05-112-34/+43
* randomtest fixesDenys Vlasenko2010-05-113-4/+5