summary refs log tree commit diff
Commit message (Expand)AuthorAge
* [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
* [EXPAND] Perform tilde expansion in all parameter expansion wordsHerbert Xu2007-09-24
* [EXPAND] Do not quote back slashes in parameter expansions outside quotesHerbert Xu2007-09-24
* [BUILTIN] test: little size and speed optimizationsOleg Verych2007-09-22
* [BUILTIN] test: White space fixesOleg Verych2007-09-22
* [SHELL] Move flushall to the point just before _exitHerbert Xu2007-09-22
* [SHELL] Restore foreground process group on exitHerbert Xu2007-09-22
* Release 0.5.4.Herbert Xu2007-07-12
* [REDIR] Size optimisations in redir.cHerbert Xu2007-05-12
* [REDIR] Fix redirect restore on saved file descriptorsHerbert Xu2007-05-12
* [REDIR] Remove redundant CLOEXEC callsHerbert Xu2007-05-12
* [REDIR] Replace copyfd by savefd and use dup2 elsewhereHerbert Xu2007-05-12
* [EVAL] Use dup2 instead of copyfd in evalbackcmdHerbert Xu2007-05-06
* [REDIR] Remove EMFILE special caseHerbert Xu2007-05-06
* [PARSER] Remove unnecessary inclusion of redir.hHerbert Xu2007-05-06
* [PARSER] Fix typo in commentHerbert Xu2007-05-05
* [BUILTIN] Fix mkbuiltin sort orderHerbert Xu2007-04-28
* [BUILTIN] Fixed command -v segmentation faultHerbert Xu2006-10-22
* [SYSTEM] Check return code for getgroups and fwriteAlexey Gladkov2006-10-13
* [EXPAND] Fixed inverted char class matchingHerbert Xu2006-10-04
* [BUILD] Added --with-libedit option to configureAlexey Gladkov2006-05-23
* [PARSER] Only use signed char for syntax arraysHerbert Xu2006-04-23
* [PARSER] Use alloca to get rid of setjmpHerbert Xu2006-03-29
June McEnroe Still missing putting the URL in an X selection. 2021-02-07Enable mouse acceleration in XJune McEnroe 2021-02-07Set colours for Xt and cwmJune McEnroe And increase XTerm internalBorder. 2021-02-07Set urgency on bell in xtermJune McEnroe 2021-02-07Add bindings for brightness controlJune McEnroe Weirdly the Fn key doesn't change how the F row registers... I wonder if I can do something about that. 2021-02-07Set X key repeat rateJune McEnroe 2021-02-07Bump font size to 12June McEnroe 11 is what I use on macOS, but I feel like my eyes are working harder here. 2021-02-07Fully configure and rebind cwmJune McEnroe This is sort of a mix of trying to emulate macOS somewhat for my muscle memory and just rebinding some of the cwm defaults to use 4- rather than M-. 2021-02-07Add BintiJune McEnroe 2021-02-07Finish configuring xtermJune McEnroe 2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe 2021-02-06Set root window to black on purple snowJune McEnroe 2021-02-06Add xmodmap configurationJune McEnroe 2021-02-06Add initial OpenBSD X configurationJune McEnroe cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such. 2021-02-06Add xterm output to schemeJune McEnroe