summary refs log tree commit diff
path: root/ChangeLog (follow)
Commit message (Expand)AuthorAge
...
* [BUILTIN] Made aexpr/oexpr non-recursiveHerbert Xu2008-07-13
* [BUILTIN] Fixed 3,4-argument cases for test per POSIXHerbert Xu2008-07-13
* [EXPAND] Fixed non-leading slash treatment in expmetaHerbert Xu2008-05-19
* [ARITH] Fixed lexical error on & and |Gerrit Pape2008-05-07
* [SHELL] Added gitignoreDan McGee2008-05-03
* [SHELL] Use uninitialized_var to silence bogus warningsHerbert Xu2008-05-03
* [SHELL] Fixed klibc/klcc build problemsDan McGee2008-05-03
* [ERROR] Set default exvwarning2 arg0 for errors during early initialisationHerbert Xu2008-05-03
* [CD] Restored warning when getcwd failsHerbert Xu2008-05-03
* [CD] Test __GLIBC__ instead of _GNU_SOURCEHerbert Xu2008-05-03
* [EXEC] Fixed _PATH_BSHELL warningHerbert Xu2008-05-03
* [CD] Restored non-glibc getcwd supportHerbert Xu2008-05-02
* [JOBS] Fix cmdtxt crash on if statementsLarry Doolittle2008-05-02
* [EXPAND] Fix slash treatment in expmetaHerbert Xu2008-05-02
* [PARSER] Do not show prompts in expandstrHerbert Xu2007-12-27
* [PARSER] Add FAKEEOFMARK for expandstrHerbert Xu2007-12-27
* [ARITH] If imaxdiv() isn't available, use / and % operatorsGerrit Pape2007-12-23
* [BUILTIN] Add set +o supportRichard M Kreuter2007-12-23
* [EVAL] Fix bad pointer arithmetic in evalcommandSteve Langasek2007-12-23
* [EXPAND] Expand here-documents in the current shell environmentHerbert Xu2007-11-11
* [EXPAND] Removed herefd hackHerbert Xu2007-11-11
* [PARSER] Removed noexpand/length check on eofmarkHerbert Xu2007-11-11
* [PARSER] Fix here-doc corruptionHerbert Xu2007-10-20
* [EXPAND] Added configure --enable-glob and --enable-fnmatch optionsHerbert Xu2007-10-20
* [SHELL] Replace shared illnum message by badnum function.Herbert Xu2007-10-17
* [BUILTIN] Disallow completely blank strings in non-arithmetic context.Oleg Verych2007-10-17
* [EXEC] Fixed execing of scripts with no hash-bangHerbert Xu2007-10-15
* [BUILTIN] Use setvarint to set OPTINDHerbert Xu2007-10-11
* [EXPAND] Add likely flags in expariHerbert Xu2007-10-11
* [ARITH] Size optimisations in arithmetic lexerHerbert Xu2007-10-11
* [ARITH] Add assignment and intmax_t supportHerbert Xu2007-10-11
* [PARSER] Report substition errors at expansion timeHerbert Xu2007-10-08
* [BUILTIN] Use intmax_t arithmetic in testHerbert Xu2007-10-06
* [VAR] Remove setvarsafeHerbert Xu2007-10-06
* [BUILTIN] Treat OPTIND=0 in the same way as OPTIND=1Herbert Xu2007-10-06
* [MEMALLOC] Add pushstackmarkHerbert Xu2007-10-06
* [MEMALLOC] Made grabstackblock an inline wrapper for stallocHerbert Xu2007-10-05
* [PARSER] Size optimisations in parameter expansion parserHerbert Xu2007-10-04
* [PARSER] Fix parsing of ${##1}Herbert Xu2007-10-04
* [BUILD] Add --enable-static option to configure.Alexey Gladkov2007-10-04
* [PARSER] Recognise here-doc delimiters terminated by EOFHerbert Xu2007-09-26
* [EXPAND] Refresh stack pointers after makestrspace in _rmescapesRoy Marples2007-09-26
* [MAN] Clarify syntax of the for commandGerrit Pape2007-09-25
* [MAN] Clarify description of -nt, -ot options to test builtinGerrit Pape2007-09-25
* [EXPAND] Move parse-time quote flag detection to run-timeHerbert Xu2007-09-25
* [EXPAND] Do not expand tilde in parameter expansion within quotesHerbert Xu2007-09-25
* [PARSER] Remove arithmetic expansion collapsing at parse timeHerbert Xu2007-09-24
* [PARSER] Remove superfluous dblquote settings when ending arithHerbert Xu2007-09-24
* [PARSER] Remove superfluous arinest test for dqvarnestHerbert Xu2007-09-24
* [PARSER] Remove superfluous arinest test in CENDQUOTEHerbert Xu2007-09-24
ject'>Update status line after scrolling and term eventsJune McEnroe 2019-02-22Reorganize input.cJune McEnroe 2019-02-22Fix name of <raw> window in man pageJune McEnroe 2019-02-22Rename global tags with angle bracketsJune McEnroe 2019-02-22Show status window while connectingJune McEnroe 2019-02-22Reorganize UI code for the umpteenth timeJune McEnroe It's actually in a good state now, I think. 2019-02-21Replace "view" with "window"June McEnroe I think originally I didn't want to use the same word as curses WINDOW but it's really much clearer for the user if they're just called windows. UI code probably needs yet another rewrite though. Still feels messy. 2019-02-21Remove ROT13June McEnroe It's just not convenient when it can only do the whole line... 2019-02-21Clean up man pageJune McEnroe 2019-01-26Draw UI before connectingJune McEnroe Otherwise the "Traveling" message isn't visible while connecting. 2019-01-25Avoid unused variable warnings with getyxJune McEnroe 2019-01-25Add GNU/Linux build instructionsJune McEnroe