about summary refs log tree commit diff
path: root/ui-commit.h
diff options
context:
space:
mode:
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
-20[PARSER] Fix here-doc corruptionHerbert Xu 2007-10-20[EXPAND] Added configure --enable-glob and --enable-fnmatch optionsHerbert 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-bangHerbert Xu 2007-10-11[BUILTIN] Use setvarint to set OPTINDHerbert Xu 2007-10-11[EXPAND] Add likely flags in expariHerbert Xu 2007-10-11[ARITH] Size optimisations in arithmetic lexerHerbert Xu 2007-10-11[ARITH] Add assignment and intmax_t supportHerbert Xu 2007-10-08[PARSER] Report substition errors at expansion timeHerbert Xu 2007-10-06[BUILTIN] Use intmax_t arithmetic in testHerbert Xu 2007-10-06[VAR] Remove setvarsafeHerbert Xu 2007-10-06[BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1Herbert Xu 2007-10-06[MEMALLOC] Add pushstackmarkHerbert Xu 2007-10-05[MEMALLOC] Made grabstackblock an inline wrapper for stallocHerbert Xu 2007-10-04[PARSER] Size optimisations in parameter expansion parserHerbert 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 EOFHerbert Xu 2007-09-26[EXPAND] Refresh stack pointers after makestrspace in _rmescapesRoy Marples 2007-09-25[MAN] Clarify syntax of the for commandGerrit Pape 2007-09-25[MAN] Clarify description of -nt, -ot options to test builtinGerrit Pape 2007-09-25[EXPAND] Move parse-time quote flag detection to run-timeHerbert Xu 2007-09-25[EXPAND] Do not expand tilde in parameter expansion within quotesHerbert Xu 2007-09-24[PARSER] Remove arithmetic expansion collapsing at parse timeHerbert Xu 2007-09-24[PARSER] Remove superfluous dblquote settings when ending arithHerbert Xu 2007-09-24[PARSER] Remove superfluous arinest test for dqvarnestHerbert Xu 2007-09-24[PARSER] Remove superfluous arinest test in CENDQUOTEHerbert Xu 2007-09-24[EXPAND] Perform tilde expansion in all parameter expansion wordsHerbert Xu 2007-09-24[EXPAND] Do not quote back slashes in parameter expansions outside quotes