aboutsummaryrefslogtreecommitdiff
path: root/shell (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * shell: syncronize ash and hush heredoc1.testsDenys Vlasenko2017-07-066-4/+22
| * shell: syncronize ash_test/run-all and hush_test/run-all a bitDenys Vlasenko2017-07-062-71/+82
| * hush: correctly handle quoting in "case" even if !BASH_PATTERN_SUBSTDenys Vlasenko2017-07-061-2/+5
| * hush: fix quoted_punct.tests failureDenys Vlasenko2017-07-054-3/+83
| * ash: fix escaping of a few characters (broken by last commits)Denys Vlasenko2017-07-053-2/+83
| * ash: tweak in commentDenys Vlasenko2017-07-051-1/+1
| * ash: note which versions of glibc exhibit "rho bug"Denys Vlasenko2017-07-051-1/+2
| * ash: fix matching of unicode greek letter rho (cf 81) and similar casesDenys Vlasenko2017-07-055-1/+90
| * fixes for bugs found by make_single_applets.shDenys Vlasenko2017-07-032-23/+7
| * msh: delete this appletDenys Vlasenko2017-07-032-21/+3
| * randomconfig fixesDenys Vlasenko2017-07-031-3/+5
| * ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMT, take 2Denys Vlasenko2017-07-011-8/+2
| * ash: fix 'trap - 65'Denys Vlasenko2017-07-011-1/+1
| * ash: fix $HOME/.profile reading if !ASH_EXPAND_PRMTDenys Vlasenko2017-06-271-6/+0
* | Use %I64* formats with MinGW instead of %ll* formatsJohannes Schindelin2017-07-181-1/+1
* | ash: fix POSIX buildRon Yorston2017-07-141-5/+5
* | Merge branch 'busybox' into mergeRon Yorston2017-05-299-62/+77
|\|
| * ash: fix incorrect path in describe_commandYoufu Zhang2017-05-261-13/+3
| * ash,hush: fix SIGCHLD interrupting read builtinDenys Vlasenko2017-05-227-10/+34
| * Spelling fixes in comments, documentation, tests and examplesDenys Vlasenko2017-04-174-14/+14
| * ash: implement "exec -a ARGV0 CMD ARGV1..."Denys Vlasenko2017-04-121-7/+15
| * ash: make shellexec capable of using separate argv[0] and filename to execDenys Vlasenko2017-04-121-11/+10
| * libbb: GETOPT_RESET macroKaarle Ritvanen2017-04-121-7/+1
* | Merge branch 'busybox' into mergeRon Yorston2017-02-088-603/+1010
|\|
| * ash: add INT_OFF/ON around allocationsDenys Vlasenko2017-02-031-2/+4
| * ash: improve / fix glob expansionFelix Fietkau2017-01-311-17/+54
| * wget: add a big explanation what TLS code implements and what does notDenys Vlasenko2017-01-301-3/+3
| * *: add comment about APPLET_ODDNAME formatDenys Vlasenko2017-01-292-3/+5
| * sh: fix FEATURE_SH_STANDALONE help text: it does not enable NOFORKDenys Vlasenko2017-01-261-17/+5
| * ash: commented-out possible fix for 7694Denys Vlasenko2017-01-111-4/+79
| * ash: 16-bit ->nprocs field is a pain for many CPUsDenys Vlasenko2017-01-111-3/+4
| * libbb: consolidate the code to set termios unbuffered modeDenys Vlasenko2017-01-111-1/+1
| * hush: reinstate [[ builtinDenys Vlasenko2017-01-111-0/+3
| * hush: split bash compatible extensions into separate defines. No code changesKang-Che Sung2017-01-111-29/+44
| * ash: split bash compatible extensions into separate defines. No code changesDenys Vlasenko2017-01-111-74/+101
| * hush: shorten output of "help" builtinDenys Vlasenko2017-01-101-9/+12
| * hush: reorder builtins (cd and pwd ought to be close, etc), no code changesDenys Vlasenko2017-01-101-297/+295
| * ash: revert "make dot command search current directory first"Denys Vlasenko2017-01-101-9/+0
| * shells: make hush test optional, rename ASH_BUILTIN_foo -> ASH_fooDenys Vlasenko2017-01-102-14/+28
| * Big cleanup in config help and descriptionDenys Vlasenko2017-01-102-102/+51
| * hush: make echo builtin optionalDenys Vlasenko2017-01-091-9/+20
| * ash: fix a bug in argv restoration after sourcing a fileDenys Vlasenko2017-01-091-2/+4
| * hush: fix a bug in argv restoration after sourcing a fileDenys Vlasenko2017-01-095-2/+36
| * hush: global_args_malloced is used only if set builtin is enabledDenys Vlasenko2017-01-091-9/+14
| * hush: fix 'defined but not used' warningDenys Vlasenko2017-01-091-0/+2
| * hush: remove redundand test for ENABLE_HUSH_JOBDenys Vlasenko2017-01-091-3/+1
| * hush: fix kill builtin without jobs supportDenys Vlasenko2017-01-091-12/+8
| * typo fixDenys Vlasenko2017-01-091-1/+1
| * hush: conditionalize print_escaped() on EXPORT || TRAPDenys Vlasenko2017-01-081-0/+2
| * hush: make memleak builtin optionalDenys Vlasenko2017-01-081-4/+13