index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
ash: revise handling of builtin environment variables during fork
Ron Yorston
2018-03-31
1
-32
/
+24
*
|
ash: copy environment variables when importing them
Ron Yorston
2018-03-30
1
-0
/
+4
*
|
ash: use SIGTERM to kill processes
Ron Yorston
2018-03-27
1
-1
/
+9
*
|
win32: add a function to convert backslashes to slashes
Ron Yorston
2018-03-18
1
-6
/
+2
*
|
ash: remove special treatment of device files
Ron Yorston
2018-03-15
1
-20
/
+0
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-03-01
1
-6
/
+17
|
\
|
|
*
ash : fix double-quoted "\z" handling
Denys Vlasenko
2018-02-13
1
-6
/
+17
*
|
Remove fake signal-handling code
Ron Yorston
2018-03-01
1
-3
/
+10
*
|
ash: changes to command resolution, execution and display
Ron Yorston
2018-02-28
1
-23
/
+55
*
|
win32: move detection of file formats to stat(2)
Ron Yorston
2018-02-26
1
-5
/
+1
*
|
win32: add support for batch files
Ron Yorston
2018-02-26
1
-18
/
+22
*
|
ash: tidy up /dev/null redirection
Ron Yorston
2018-02-22
1
-11
/
+6
*
|
ash: use correct size for tblentry
Ron Yorston
2018-02-19
1
-2
/
+2
*
|
ash: allow waitpid_child to block
Ron Yorston
2018-02-17
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2018-02-13
1
-79
/
+251
|
\
|
|
*
ash: make it possible to disable "const global ptr" optimization
Denys Vlasenko
2018-01-28
1
-3
/
+16
|
*
ash: add LINENO support
Denys Vlasenko
2018-01-27
1
-32
/
+95
|
*
hush: add HUSH_BASH_SOURCE_CURDIR config option, to be on par with ash
Denys Vlasenko
2018-01-27
1
-2
/
+2
|
*
ash: introduce a config option to search current directory for sourced files
Denys Vlasenko
2018-01-26
1
-1
/
+12
|
*
ash: add support for command_not_found_handle hook function (bashism)
William Pitcock
2018-01-24
1
-1
/
+23
|
*
ash: a bit of NOFORK code should only be active if FEATURE_SH_STANDALONE=y
Denys Vlasenko
2018-01-15
1
-1
/
+3
|
*
ash: ALWAYS_INLINE grabstackblock()
Denys Vlasenko
2018-01-10
1
-1
/
+1
|
*
ash: make ${v:N:M} more robust for very large M by clamping to MIN/MAX_INT
Denys Vlasenko
2018-01-10
1
-13
/
+25
|
*
ash: add comment explaining last change
Denys Vlasenko
2018-01-09
1
-6
/
+6
|
*
ash: fix var_bash5.tests - ${VAR/pattern/repl} construct
Denys Vlasenko
2018-01-09
1
-25
/
+72
|
*
ash: fail if 'shift' operand is out of range
Ingo van Lil
2018-01-07
1
-1
/
+1
|
*
randomconfig fixes
Denys Vlasenko
2017-12-31
1
-1
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-11-03
1
-21
/
+84
|
\
|
|
*
ash: fix nofork bug where environment is not properly passed to a command
Denys Vlasenko
2017-11-03
1
-5
/
+40
|
*
ash: retain envvars with bad names in initial environment. Closes 10231
Denys Vlasenko
2017-11-02
1
-4
/
+22
|
*
whitespace fixes
Denys Vlasenko
2017-10-12
1
-3
/
+3
|
*
typo fix
Denys Vlasenko
2017-10-12
1
-1
/
+1
|
*
ash: survive failures in $PS1 expansion. Closes 10371
Denys Vlasenko
2017-10-12
1
-1
/
+18
|
*
use %m printf specifier where appropriate
Denys Vlasenko
2017-09-29
1
-8
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-09-27
1
-7
/
+7
|
\
|
|
*
ash: more s/error/perror/ for better error reporting
Denys Vlasenko
2017-08-23
1
-5
/
+5
|
*
ash: when cd fails, say why
Johannes Schindelin
2017-08-23
1
-1
/
+1
|
*
ash: report reason when a script file could not be opened
Johannes Schindelin
2017-08-23
1
-1
/
+1
*
|
ash: stop assuming that pointers and ints are interchangeable
Johannes Schindelin
2017-08-31
1
-3
/
+3
*
|
ash: avoid assumption about sizeof(long) == sizeof(void *)
Johannes Schindelin
2017-08-31
1
-1
/
+1
*
|
win32: shrink code to detect .exe files
Ron Yorston
2017-08-30
1
-9
/
+4
*
|
Revert "ash: allow long-running nofork applets to be interrupted"
Ron Yorston
2017-08-22
1
-9
/
+1
*
|
Merge branch 'busybox' into merge
Ron Yorston
2017-08-22
1
-42
/
+110
|
\
|
|
*
ash: unset OPTARG if getopts exits 1, support OPTERR=0 behavior
Denys Vlasenko
2017-08-15
1
-2
/
+11
|
*
ash,hush: comment and debug tweaks, no code changes
Denys Vlasenko
2017-08-15
1
-2
/
+3
|
*
ash: one "current line = 1" might be missing, fix that
Denys Vlasenko
2017-08-14
1
-4
/
+5
|
*
ash: [PARSER] Catch variable length expansions on non-existant specials
Denys Vlasenko
2017-08-14
1
-3
/
+9
|
*
ash: fix "unset OPTIND" throwing an error message
Denys Vlasenko
2017-08-11
1
-1
/
+3
|
*
hush: optional times builtin
Denys Vlasenko
2017-08-10
1
-7
/
+9
|
*
ash: implement -d DELIM option for read
Johannes Schindelin
2017-08-09
1
-3
/
+12
[prev]
[next]