summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Normalise input in likely/unlikely macros.herbert2005-09-26
* Removed expcmd built-in.herbert2005-09-26
* Only set skipcount for break and continue.herbert2005-09-26
* Update funcnest atomically.herbert2005-09-26
* Replaced EXEVAL with SKIPEVAL.herbert2005-09-26
* Corrected that/than typo in manual page.agcosta2005-09-26
* Optimise away status and case statement in main().herbert2005-09-26
* Eliminated global exerrno.herbert2005-09-26
* Only reread exitstatus on EXEXIT in exitshell.herbert2005-09-26
* Do not clobber exit status on EXEVAL.herbert2005-09-26
* Size optimisations with state/s in main().herbert2005-09-26
* Corrected grammar in manual page.agcosta2005-09-26
* Catch set -e exits within built-in commands.herbert2005-09-26
* Changed boolean rootshell into shlvl counter.herbert2005-09-26
* Release 0.5.2.herbert2005-09-26
* Corrected manual entry about ENV and non-interactive shells.pape2005-09-26
* Removed debian files.herbert2005-09-26
* Spell behaviour consistently in manual page.pape2005-09-26
* Fixed spelling errors in manual page.agcosta2005-09-26
* Fixed signed char promotion in src/expand.c.herbert2005-09-26
* Size optimisations around varvalue() in src/expand.c.herbert2005-09-26
* Fixed expansion when leading argument is null in src/expand.c.herbert2005-09-26
* Allow negative pid argument to kill(1) in src/jobs.c.herbert2005-09-26
* Fixed cd - when OLDPWD is unset.herbert2005-09-26
* Include system.h.herbert2005-09-26
* Initial import.Herbert Xu2005-09-26
colors enumJune McEnroe 2018-09-13Return a format->split even at the end of the stringJune McEnroe 2018-09-13Fix weird tab-complete after commaJune McEnroe 2018-09-13Rewrite UI againJune McEnroe 2018-09-12Add note about C-oJune McEnroe 2018-09-12Use formatParse split to position input cursorJune McEnroe 2018-09-12Factor out IRC formatting parsingJune McEnroe 2018-09-11Add /help equivalent to /manJune McEnroe 2018-09-11Don't render every PM as a pingJune McEnroe 2018-09-11Add urlOpenMatchJune McEnroe 2018-09-10Depend on man.sh for chroot.tar targetJune McEnroe 2018-09-10Set LESSSECURE=1 in man.shJune McEnroe 2018-09-10Add /man commandJune McEnroe 2018-09-10Install man page in chrootJune McEnroe 2018-09-10Install man pageJune McEnroe 2018-09-10Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroe