Sign in
zircon-guest
/
third_party
/
dash
/
HEAD
afe0e01
Release 0.5.9.1.
by Herbert Xu
· 8 years ago
machina
v0.5.9.1
ad09219
expand - Fix dangling left square brackets in patterns
by Herbert Xu
· 8 years ago
4cf38c1
builtin: Fix echo -n early termination
by Herbert Xu
· 8 years ago
0e4c959
builtin: Fix handling of trailing IFS white spaces
by Herbert Xu
· 8 years ago
da534b7
eval: Return status in eval functions
by Herbert Xu
· 8 years ago
203e839
jobs: Handle string-based job descriptors
by Stephen Kitt
· 8 years ago
551215b
trap: Implement POSIX.1-2008 trap reset behaviour
by Herbert Xu
· 8 years ago
17a5f24
eval: Fix exit status when calling eval/dot with no commands
by Harald van Dijk
· 8 years ago
138f2df
man: Document ulimit -v
by Gioele Barabucci
· 9 years ago
cb924af
shell: Fix build on Solaris 9
by Jonathan Perkin
· 9 years ago
16cde63
jobs: Don't attempt to access job table for job %0
by Tobias Klauser
· 9 years ago
0134f72
builtin: Reject malformed printf specifications with digits after '*'
by Patrick Brown
· 9 years ago
801fbd5
Release 0.5.9.
by Herbert Xu
· 8 years ago
v0.5.9
2e58422
builtin: Reset t_wp_op in testcmd
by Herbert Xu
· 9 years ago
d7582e6
man: Fix description of getopts when last argument reached
by Felix Dietrich
· 9 years ago
fe393c0
builtin: Clear LC_ALL in mkbuiltins
by Fredrik Fornwall
· 10 years ago
17db43b
input: Allow two consecutive calls to pungetc
by Herbert Xu
· 10 years ago
5178142
input: Move all input state into parsefile
by Herbert Xu
· 10 years ago
d0e170e
input: Remove HETIO
by Herbert Xu
· 10 years ago
dee20c6
input: Make preadbuffer static
by Herbert Xu
· 10 years ago
bc4d989
expand: Fixed "$@" expansion when EXP_FULL is false
by Herbert Xu
· 10 years ago
35ff4d5
builtin: create builtins.c properly on old cpp
by kabe@sra-tohoku.co.jp
· 10 years ago
6adc14a
man: Clarify two redirection mechanisms
by Stéphane Aulery
· 10 years ago
f6d4def
[BUILTIN] Fix "test -x" as root on FreeBSD 8
by Jonathan Nieder
· 13 years ago
d0ed169
[MAN] Document redirection file descriptor limitation
by Stéphane Aulery
· 10 years ago
69a966c
[MAN] Correct typo in manual page
by Stéphane Aulery
· 10 years ago
cbd6165
[PARSER] Catch variable length expansions on non-existant specials
by Herbert Xu
· 10 years ago
7c245aa
[PARSER] Simplify EOF/newline handling in list parser
by Herbert Xu
· 10 years ago
a31c812
[PARSER] Removed unnecessary pungetc on EOF from parser
by Herbert Xu
· 10 years ago
12ad48b
[BUILTIN] Handle -- in dotcmd
by Herbert Xu
· 10 years ago
7a78424
[BUILTIN] Simplify echo command
by Herbert Xu
· 10 years ago
a684989
[BUILTIN] Optimise handling of backslash octals in printf
by Herbert Xu
· 10 years ago
bc8321e
[BUILTIN] Use error instead of warnx for fatal errors in printf
by Herbert Xu
· 10 years ago
33b1ccb
[BUILTIN] Remove getintmax in printf
by Herbert Xu
· 10 years ago
7bb4132
[BUILTIN] Remove unnecessary restoration of format string in printf
by Herbert Xu
· 10 years ago
0f2b7ee
[OUTPUT] Add ifdefs around MEM_OUT handling in outmem
by Herbert Xu
· 10 years ago
53151f0
[OUTPUT] Add likely tag in outmem
by Herbert Xu
· 10 years ago
c4d12c3
[INPUT] Replace open-coded flushall in preadbuffer
by Herbert Xu
· 10 years ago
d6c0e1e
[BUILTIN] Handle embedded NULs correctly in printf
by Herbert Xu
· 10 years ago
c77265b
[BUILTIN] Add printf support for format string a, A, and F
by Herbert Xu
· 10 years ago
586463c
[CD] support drive letters on Cygwin
by Eric Blake
· 10 years ago
ab657e3
[EXPAND] Optimise nulonly away and just use quoted as before
by Herbert Xu
· 10 years ago
8ecad23
[EXPAND] Do not split quoted VSLENGTH and VSTRIM
by Herbert Xu
· 10 years ago
3c06acd
[EXPAND] Split unquoted $@/$* correctly when IFS is set but empty
by Herbert Xu
· 10 years ago
f20dcdd
[VAR] Use setvareq to set OPTIND initially
by Herbert Xu
· 10 years ago
70c16dd
[BUILTIN] Return without arguments in a trap should use status outside traps
by Herbert Xu
· 10 years ago
f14b462
[BUILTIN] Allow return in loop conditional to set exit status
by Herbert Xu
· 10 years ago
598d300
[EVAL] Move common skipcount logic into skiploop
by Herbert Xu
· 10 years ago
ebfdd97
[BUILTIN] Do not allow break to break across function calls
by Herbert Xu
· 10 years ago
da30b4b
[BUILTIN] Exit without arguments in a trap should use status outside traps
by Herbert Xu
· 10 years ago
0d1fb08
[EVAL] Do not clobber exitstatus in evalcommand
by Herbert Xu
· 10 years ago
b4ce412
[ERROR] Set exitstatus in onint
by Herbert Xu
· 10 years ago
d28c13e
[TRAP] Make sure evalskip is zero before running traps
by Herbert Xu
· 10 years ago
6c3f73b
[EVAL] Fix use-after-free in dotrap/evalstring
by Herbert Xu
· 10 years ago
6df87cf
[PARSER] Add nlprompt/nlnoprompt helpers
by Herbert Xu
· 10 years ago
ef91d3d
[PARSER] Handle backslash newlines properly after dollar sign
by Herbert Xu
· 10 years ago
339b9c0
[INPUT] Kill pgetc_macro
by Herbert Xu
· 10 years ago
4f7e4c8
[BUILTIN] Correctly handle test ! ! = !
by Herbert Xu
· 10 years ago
f21016a
Release 0.5.8.
by Herbert Xu
· 10 years ago
v0.5.8
580a7ae
[MAN] Clarify "trap '' signals" syntax in manual page
by Jonathan Nieder
· 10 years ago
66e922a
[MAN] 0 and EXIT both work for exit traps
by Adam Buchbinder
· 10 years ago
012222e
[MAN] Change characters for printf precision to bytes
by Herbert Xu
· 10 years ago
4c44561
[JOBS] Fix off-by-one error for multiple of four job numbers
by Harald van Dijk
· 10 years ago
842050d
[BUILTIN] Set command -p path to /usr/sbin:/usr/bin:/sbin:/bin
by Herbert Xu
· 10 years ago
29ee27d
[BUILTIN] Small optimisation of command -pv change
by Herbert Xu
· 10 years ago
65ae84b
[BUILTIN] command: allow combining -p with -v
by Harald van Dijk
· 10 years ago
b34499f
[BUILTIN] Fixed argument parsing crash in test
by Herbert Xu
· 11 years ago
a14c418
[VAR] Initialise OPTIND after importing environment
by Herbert Xu
· 11 years ago
14f7056
[VAR] Add newline when tracing in poplocalvars
by Peter Rosin
· 11 years ago
a590bd7
[MAN] Markup fixes in manual for mandoc 1.12.1
by Jérémie Courrèges-Anglas
· 11 years ago
5464ae7
[BUILTIN] Use PRIdMAX instead of %j in printf
by Harald van Dijk
· 11 years ago
a7c21a6
[EXPAND] Propagate EXP_QPAT in subevalvar
by Herbert Xu
· 11 years ago
8813a3d
[MAN] Fix typo for wait
by Kimo Rosenbaum
· 11 years ago
46abc8c
[BUILTIN] Add support for ulimit -r
by Christoph Mathys
· 12 years ago
f748bf1
Avoid overflow for very long variable name
by Jim Meyering
· 12 years ago
46d3c1a
[VAR] Sanitise environment variable names on entry
by Herbert Xu
· 13 years ago
219aefc
[SHELL] Add top-level autogen.sh
by David S. Miller
· 13 years ago
4da0e22
[SHELL] Allow building without LINEO support
by David S. Miller
· 13 years ago
b5bda1d
[ARITH] Avoid imaxdiv when only one of the results is wanted
by Harald van Dijk
· 13 years ago
2b18a37
[SHELL] Fix klibc DEBUG compilation
by maximilian attems
· 13 years ago
4f7e206
[BUILTIN] Merge SKIPFUNC/SKIPFILE and only clear SKIPFUNC when leaving dotcmd
by Herbert Xu
· 13 years ago
481e761
Release 0.5.7.
by Herbert Xu
· 13 years ago
v0.5.7
4e6797b
[EVAL] Avoid using undefined handler
by Jim Meyering
· 13 years ago
b8612a8
[MEMALLOC] Avoid clang warning about dead store to "size"
by Jim Meyering
· 13 years ago
d0a3b10
[MEMALLOC] Avoid gcc warning: variable 'oldstackp' set but not used
by Jim Meyering
· 13 years ago
a401e9d
[BUILTIN] Eliminate unnecessary promotion in echocmd
by Herbert Xu
· 13 years ago
4f9c19f
[OUTPUT] Make outc an inline function
by Jonathan Nieder
· 13 years ago
8685de4
[MAN] Remove spurious space in descriptions of PS1, PS2, PS4
by Kalle Olavi Niemitalo
· 13 years ago
ee5cbe9
[SHELL] Optimize dash -c "command" to avoid a fork
by Herbert Xu
· 13 years ago
66b614e
[EVAL] Remove unused EV_BACKCMD flag
by Jonathan Nieder
· 13 years ago
ec2c84d
[PARSER] Fix clobbering of checkkwd
by Herbert Xu
· 14 years ago
fd45f36
[DEBUG] Use va_copy when reusing a va_list
by Jonathan Nieder
· 14 years ago
a58d301
[EXPAND] Free IFS state after here document expansion
by Jonathan Nieder
· 14 years ago
5bb39bb
[SHELL] Improve LINENO support
by Harald van Dijk
· 14 years ago
accde25
[EVAL] Let funcnode refer to a function definition, not its first command
by Harald van Dijk
· 14 years ago
bfcdc49
[SHELL] Port to Solaris
by Brian Koropoff
· 14 years ago
6e1c839
[BUILTIN] Fix backslash handling in read(1)
by Herbert Xu
· 14 years ago
8213431
[BUILTIN] Dotcmd should exit with zero when doing nothing
by Jonathan Nieder
· 14 years ago
5441316
[BUILTIN] Fix CTLESC clobbering by read(1)
by Herbert Xu
· 14 years ago
8c7562f
[SHELL] Port to AIX
by Brian Koropoff
· 14 years ago
Next »