summary refs log tree commit diff
path: root/src/error.c (unfollow)
Commit message (Expand)Author
2008-05-03[CD] Restored warning when getcwd failsHerbert Xu
2008-05-03[CD] Test __GLIBC__ instead of _GNU_SOURCEHerbert Xu
2008-05-03[EXEC] Fixed _PATH_BSHELL warningHerbert Xu
2008-05-02[CD] Restored non-glibc getcwd supportHerbert Xu
2008-05-02[JOBS] Fix cmdtxt crash on if statementsLarry Doolittle
2008-05-02[EXPAND] Fix slash treatment in expmetaHerbert Xu
2007-12-27[PARSER] Do not show prompts in expandstrHerbert Xu
2007-12-27[PARSER] Add FAKEEOFMARK for expandstrHerbert Xu
2007-12-23[ARITH] If imaxdiv() isn't available, use / and % operatorsGerrit Pape
2007-12-23[BUILTIN] Add set +o supportRichard M Kreuter
2007-12-23[EVAL] Fix bad pointer arithmetic in evalcommandSteve Langasek
2007-11-11[EXPAND] Expand here-documents in the current shell environmentHerbert Xu
2007-11-11[EXPAND] Removed herefd hackHerbert Xu
2007-11-11[PARSER] Removed noexpand/length check on eofmarkHerbert Xu
2007-10-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 quotesHerbert Xu
2007-09-22[BUILTIN] test: little size and speed optimizationsOleg Verych
2007-09-22[BUILTIN] test: White space fixesOleg Verych
2007-09-22[SHELL] Move flushall to the point just before _exitHerbert Xu
2007-09-22[SHELL] Restore foreground process group on exitHerbert Xu
2007-07-12Release 0.5.4.Herbert Xu
2007-05-12[REDIR] Size optimisations in redir.cHerbert Xu