index
:
dash
this commit
master
patched shell with cmake build
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bltin
(
unfollow
)
Commit message (
Expand
)
Author
2007-09-25
[MAN] Clarify description of -nt, -ot options to test builtin
Gerrit Pape
2007-09-25
[EXPAND] Move parse-time quote flag detection to run-time
Herbert Xu
2007-09-25
[EXPAND] Do not expand tilde in parameter expansion within quotes
Herbert Xu
2007-09-24
[PARSER] Remove arithmetic expansion collapsing at parse time
Herbert Xu
2007-09-24
[PARSER] Remove superfluous dblquote settings when ending arith
Herbert Xu
2007-09-24
[PARSER] Remove superfluous arinest test for dqvarnest
Herbert Xu
2007-09-24
[PARSER] Remove superfluous arinest test in CENDQUOTE
Herbert Xu
2007-09-24
[EXPAND] Perform tilde expansion in all parameter expansion words
Herbert Xu
2007-09-24
[EXPAND] Do not quote back slashes in parameter expansions outside quotes
Herbert Xu
2007-09-22
[BUILTIN] test: little size and speed optimizations
Oleg Verych
2007-09-22
[BUILTIN] test: White space fixes
Oleg Verych
2007-09-22
[SHELL] Move flushall to the point just before _exit
Herbert Xu
2007-09-22
[SHELL] Restore foreground process group on exit
Herbert Xu
2007-07-12
Release 0.5.4.
Herbert Xu
2007-05-12
[REDIR] Size optimisations in redir.c
Herbert Xu
2007-05-12
[REDIR] Fix redirect restore on saved file descriptors
Herbert Xu
2007-05-12
[REDIR] Remove redundant CLOEXEC calls
Herbert Xu
2007-05-12
[REDIR] Replace copyfd by savefd and use dup2 elsewhere
Herbert Xu
2007-05-06
[EVAL] Use dup2 instead of copyfd in evalbackcmd
Herbert Xu
2007-05-06
[REDIR] Remove EMFILE special case
Herbert Xu
2007-05-06
[PARSER] Remove unnecessary inclusion of redir.h
Herbert Xu
2007-05-05
[PARSER] Fix typo in comment
Herbert Xu
2007-04-28
[BUILTIN] Fix mkbuiltin sort order
Herbert Xu
2006-10-22
[BUILTIN] Fixed command -v segmentation fault
Herbert Xu
2006-10-13
[SYSTEM] Check return code for getgroups and fwrite
Alexey Gladkov
2006-10-04
[EXPAND] Fixed inverted char class matching
Herbert Xu
2006-05-23
[BUILD] Added --with-libedit option to configure
Alexey Gladkov
2006-04-23
[PARSER] Only use signed char for syntax arrays
Herbert Xu
2006-03-29
[PARSER] Use alloca to get rid of setjmp
Herbert Xu
2006-03-29
[PARSER] Removed useless parsebackquote flag
Herbert Xu
2006-01-12
[EVAL] Make eval with empty arguments return 0
Herbert Xu
2005-11-26
Release 0.5.3.
Herbert Xu
2005-11-14
[BUILTIN] Fix \c spillage across echo commands
Herbert Xu
2005-11-13
[BUILTIN] Always call conv_escape_str in echocmd
Herbert Xu
2005-11-13
[MEMALLOC] Remove unnecessary truncation in _STPUTC
Herbert Xu
2005-11-04
[HELPER] Use mktemp if tempfile is not available
Herbert Xu
2005-10-30
[JOBS] Fixed support for disabling job control
Herbert Xu
2005-10-29
[SYSTEM] Fixed fallback stpcpy implementation
Herbert Xu
2005-10-29
[SYSTEM] Added out-of-line ctypes functions for klibc
Herbert Xu
2005-10-29
[SYSTEM] Include system.h for stpcpy in nodes.c
Herbert Xu
2005-10-29
[SYSTEM] Added dummy sysconf implementation
Herbert Xu
2005-10-29
[BUILTIN] Removed standalone/csh support from test
Herbert Xu
2005-10-29
[SYSTEM] Added dummy strtod implementation
Herbert Xu
2005-10-29
[BUILTIN] Removed standalone/csh support from printf
Herbert Xu
2005-10-29
[SYSTEM] Added default definition for SSIZE_MAX
Herbert Xu
2005-10-29
[BUILTIN] Disable histcmd completely when SMALL is defined
Herbert Xu
2005-10-29
[BUILTIN] Disable ulimit if there is no getrlimit
Herbert Xu
2005-10-29
[SIGNAL] Added default implementation of killpg
Herbert Xu
2005-10-29
[SIGNAL] Added default implementation of strsignal
Herbert Xu
2005-10-29
Added missing system.h inclusion for mempcpy
Herbert Xu
[next]