aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: more backtick and quoting fixes...Denis Vlasenko2008-06-103-19/+71
* hush: fix escaping of \[*?; add testsuites for these and for globbingDenis Vlasenko2008-06-107-2/+21
* hush: fix yet another falloutDenis Vlasenko2008-06-105-14/+12
* hush: fix some fallout from prev commits, add testsuiteDenis Vlasenko2008-06-103-12/+31
* hush: search/and/replace style cleanups, no code changesDenis Vlasenko2008-06-101-138/+123
* hush: fix two nasty bugs:Denis Vlasenko2008-06-101-190/+297
* hush: fix a memory leak in NOMMU caseDenis Vlasenko2008-06-101-12/+46
* less: fix a case when regexp matches ""Denis Vlasenko2008-06-091-1/+4
* reword the error msg so people realize that they broke it, they buy itMike Frysinger2008-06-091-1/+1
* cosmeticsDenis Vlasenko2008-06-091-3/+3
* msh_function.patch: picked it up in the wild.Denis Vlasenko2008-06-091-0/+350
* msh: style cleanups. No code changes.Denis Vlasenko2008-06-091-25/+23
* hush: add yet another bug to testsuite :(Denis Vlasenko2008-06-082-0/+7
* ash testsuite: modify it so that it can run hush and msh testsDenis Vlasenko2008-06-051-3/+11
* ash: optional printf builtin. +25 bytes if off, +35 if on.Denis Vlasenko2008-06-012-5/+16
* msh: fix ENOENT testcaseDenis Vlasenko2008-06-012-2/+2
* msh: fix the case where the file has exec bit but can't be run directlyDenis Vlasenko2008-05-305-6/+21
* hush: make it ignore SIGINT etc in a config wich has no job controlDenis Vlasenko2008-05-251-11/+13
* - use STD*_FILENO some more. No object-code changesBernhard Reutner-Fischer2008-05-192-4/+4
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-197-12/+12
* ash: more of -Wall fixesDenis Vlasenko2008-05-181-16/+16
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-151-6/+9
* fix by Jie Zhang for exit status and POSIX compliance:Mike Frysinger2008-05-141-1/+1
* ash: make set -o and set +o work as in dash/bash.Denis Vlasenko2008-05-061-7/+9
* trivial fixes to make bbox compile with gcc 4.3.0Denis Vlasenko2008-04-151-1/+2
* ash: fix breakage introduced in rev 21481.Denis Vlasenko2008-04-141-18/+45
* ash: add another testsuite entry ("leaking variables" bug)Denis Vlasenko2008-04-132-0/+11
* ash: speed up NOFORK code in ash by eliminating second find_applet().Denis Vlasenko2008-04-132-22/+24
* ash: a bit more complete POSIX subst testsuite entryDenis Vlasenko2008-04-122-2/+17
* ash: add testsuite entry for POSIX-mandated ${var#word} ${var##word}Denis Vlasenko2008-04-122-0/+23
* ash: add FEATURE_SH_NOFORK supportDenis Vlasenko2008-04-122-0/+35
* ash: do not do find_applet() twice in shellexec/tryexecDenis Vlasenko2008-04-121-22/+20
* fix build with gcc -combineDenis Vlasenko2008-04-111-2/+15
* shells: do not frocibly enable test, echo and kill _applets_,Denis Vlasenko2008-04-012-33/+3
* ash: support for && and || in [[ expr ]]; add testsuite checksDenis Vlasenko2008-03-257-12/+115
* ash: comment about [[; code style fixes. No code changes.Denis Vlasenko2008-03-251-10/+30
* ash: optional bash-like pattern subst and substring optsDenis Vlasenko2008-03-252-42/+318
* ash: add read -u; fix read -t and read -n; add testsuite entries.Denis Vlasenko2008-03-257-55/+91
* *: whitespace fixes, no code changesDenis Vlasenko2008-03-241-1/+1
* lpr: add more accurate commentsDenis Vlasenko2008-03-241-1/+1
* lpd: fix OOM vulnerability (was eating arbitrarily large commands)Denis Vlasenko2008-03-241-1/+1
* patch: shrink by Pascal Bellard <pascal.bellard AT ads-lu.com> (-80 bytes)Denis Vlasenko2008-03-231-1/+0
* *: use fopen_or_warn in few more placesDenis Vlasenko2008-03-201-1/+2
* *: shrink by using [f]open_or_warn_stdin where appropriateDenis Vlasenko2008-03-171-1/+1
* *: fix fallout from -Wunused-parameterDenis Vlasenko2008-03-172-5/+17
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-173-110/+113
* libbb: introduce and use sigprocmask_allsigs and sigaction_set.Denis Vlasenko2008-03-172-7/+2
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-122-12/+2
* msh: create testsuite (based on hush one)Denis Vlasenko2008-03-0242-12/+318
* msh: a few fields renamed; short->int conversion for a fieldDenis Vlasenko2008-03-021-60/+59