index
:
dash
this commit
master
patched shell with cmake build
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
funcs
/
newgrp
(
unfollow
)
Commit message (
Expand
)
Author
2008-07-13
[BUILTIN] Fixed 3,4-argument cases for test per POSIX
Herbert Xu
2008-05-19
[EXPAND] Fixed non-leading slash treatment in expmeta
Herbert Xu
2008-05-07
[ARITH] Fixed lexical error on & and |
Gerrit Pape
2008-05-03
[SHELL] Added gitignore
Dan McGee
2008-05-03
[SHELL] Use uninitialized_var to silence bogus warnings
Herbert Xu
2008-05-03
[SHELL] Fixed klibc/klcc build problems
Dan McGee
2008-05-03
[ERROR] Set default exvwarning2 arg0 for errors during early initialisation
Herbert Xu
2008-05-03
[CD] Restored warning when getcwd fails
Herbert Xu
2008-05-03
[CD] Test __GLIBC__ instead of _GNU_SOURCE
Herbert Xu
2008-05-03
[EXEC] Fixed _PATH_BSHELL warning
Herbert Xu
2008-05-02
[CD] Restored non-glibc getcwd support
Herbert Xu
2008-05-02
[JOBS] Fix cmdtxt crash on if statements
Larry Doolittle
2008-05-02
[EXPAND] Fix slash treatment in expmeta
Herbert Xu
2007-12-27
[PARSER] Do not show prompts in expandstr
Herbert Xu
2007-12-27
[PARSER] Add FAKEEOFMARK for expandstr
Herbert Xu
2007-12-23
[ARITH] If imaxdiv() isn't available, use / and % operators
Gerrit Pape
2007-12-23
[BUILTIN] Add set +o support
Richard M Kreuter
2007-12-23
[EVAL] Fix bad pointer arithmetic in evalcommand
Steve Langasek
2007-11-11
[EXPAND] Expand here-documents in the current shell environment
Herbert Xu
2007-11-11
[EXPAND] Removed herefd hack
Herbert Xu
2007-11-11
[PARSER] Removed noexpand/length check on eofmark
Herbert Xu
2007-10-20
[PARSER] Fix here-doc corruption
Herbert Xu
2007-10-20
[EXPAND] Added configure --enable-glob and --enable-fnmatch options
Herbert Xu
2007-10-17
[SHELL] Replace shared illnum message by badnum function.
Herbert Xu
2007-10-17
[BUILTIN] Disallow completely blank strings in non-arithmetic context.
Oleg Verych
2007-10-15
[EXEC] Fixed execing of scripts with no hash-bang
Herbert Xu
2007-10-11
[BUILTIN] Use setvarint to set OPTIND
Herbert Xu
2007-10-11
[EXPAND] Add likely flags in expari
Herbert Xu
2007-10-11
[ARITH] Size optimisations in arithmetic lexer
Herbert Xu
2007-10-11
[ARITH] Add assignment and intmax_t support
Herbert Xu
2007-10-08
[PARSER] Report substition errors at expansion time
Herbert Xu
2007-10-06
[BUILTIN] Use intmax_t arithmetic in test
Herbert Xu
2007-10-06
[VAR] Remove setvarsafe
Herbert Xu
2007-10-06
[BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1
Herbert Xu
2007-10-06
[MEMALLOC] Add pushstackmark
Herbert Xu
2007-10-05
[MEMALLOC] Made grabstackblock an inline wrapper for stalloc
Herbert Xu
2007-10-04
[PARSER] Size optimisations in parameter expansion parser
Herbert Xu
2007-10-04
[PARSER] Fix parsing of ${##1}
Herbert Xu
2007-10-04
[BUILD] Add --enable-static option to configure.
Alexey Gladkov
2007-09-26
[PARSER] Recognise here-doc delimiters terminated by EOF
Herbert Xu
2007-09-26
[EXPAND] Refresh stack pointers after makestrspace in _rmescapes
Roy Marples
2007-09-25
[MAN] Clarify syntax of the for command
Gerrit Pape
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
[next]