| Commit message (Expand) | Author | Age | Files | Lines |
* | 28006: make zgetcwd() fall back to pwd, | Peter Stephenson | 2010-06-08 | 1 | -1/+3 |
* | 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt | Peter Stephenson | 2010-05-12 | 1 | -3/+3 |
* | 27793 and follow ups: add PATH_SCRIPT option to find script using $PATH | Peter Stephenson | 2010-03-16 | 1 | -21/+83 |
* | 27785: IFS doesn't have a null in it in POSIX | Peter Stephenson | 2010-03-11 | 1 | -1/+2 |
* | Geoff: 27693: rename underscore to avoid name clash | Peter Stephenson | 2010-02-09 | 1 | -3/+3 |
* | 27648, 267650/1, unposted README change: | Peter Stephenson | 2010-02-03 | 1 | -0/+1 |
* | 27638, based on Frank Terbeck, 27633: SOURCETRACE option | Peter Stephenson | 2010-01-27 | 1 | -0/+5 |
* | Check the return value of all pipe(), read(), and write() calls. | Wayne Davison | 2009-12-16 | 1 | -1/+1 |
* | 27442 plus tweak: wait returns status for $! even if exited | Peter Stephenson | 2009-12-02 | 1 | -0/+1 |
* | 27134: Close SHTTY on exec. | Peter Stephenson | 2009-07-12 | 1 | -2/+10 |
* | 27129: fix status at start of function, command subst, etc. | Peter Stephenson | 2009-07-11 | 1 | -5/+22 |
* | 27126: a few more contexts where executing empty lists gives status zero | Peter Stephenson | 2009-07-10 | 1 | -0/+1 |
* | 27110: Only turn on MONITOR if set explicitly or INTERACTIVE | Peter Stephenson | 2009-07-09 | 1 | -1/+7 |
* | 27100: Allow MONITOR option in non-interactive shells for testing. | Peter Stephenson | 2009-07-08 | 1 | -1/+1 |
* | 27083: non-zero status on failures to find or execute file in "." | Peter Stephenson | 2009-07-01 | 1 | -7/+20 |
* | 26072: lexsave()/lexrestore() to fix bug with sourcing from "funny" places | Peter Stephenson | 2009-03-09 | 1 | -0/+4 |
* | 26583: use HOOK_FUNCTIONS more widely | Peter Stephenson | 2009-02-19 | 1 | -1/+1 |
* | 26546, 26556: sticky emulation for functions defined in emulate ... -c ... | Peter Stephenson | 2009-02-11 | 1 | -8/+7 |
* | 25677: add %x and %I prompt escapes for shell source code debugging | Peter Stephenson | 2008-09-16 | 1 | -1/+1 |
* | 25651: make getpermtext() output indentation more logical | Peter Stephenson | 2008-09-11 | 1 | -1/+1 |
* | 25595: fix line numbers with EVAL_LINENO, | Peter Stephenson | 2008-09-03 | 1 | -13/+12 |
* | 25448: add $funcfiletrace to show absolute line number for caller | Peter Stephenson | 2008-08-13 | 1 | -0/+1 |
* | 25443 (tweaked): allow $functrace to show sourced files | Peter Stephenson | 2008-08-12 | 1 | -11/+12 |
* | 25247 with further modifications: add $funcsourcetrace | Peter Stephenson | 2008-08-11 | 1 | -2/+19 |
* | 25415: Make DEBUG_BEFORE_CMD the default. | Peter Stephenson | 2008-08-07 | 1 | -5/+13 |
* | 25385: fix another bug with trapreturn trampling on status | Peter Stephenson | 2008-08-04 | 1 | -1/+1 |
* | 25384: fix problem with incorrect autoloads of zsh/zle | Peter Stephenson | 2008-08-04 | 1 | -8/+16 |
* | fix problems with trapreturn, in particular in source inside trap | Peter Stephenson | 2008-08-01 | 1 | -1/+1 |
* | 25345, 25347: neaten interface from main shell to zle | Peter Stephenson | 2008-07-31 | 1 | -72/+82 |
* | 25272: add zshaddhistory hook | Peter Stephenson | 2008-07-17 | 1 | -1/+1 |
* | 25002: only ZLE should update attributes resulting from prompt expansion | Peter Stephenson | 2008-05-12 | 1 | -1/+2 |
* | 24986: prompt escapes for colours | Peter Stephenson | 2008-05-09 | 1 | -0/+3 |
* | 24894: enable colouring of highlighted text in editor | Peter Stephenson | 2008-04-29 | 1 | -1/+7 |
* | 24869: Marc Chantreux: make default readnullcmd configurable | Peter Stephenson | 2008-04-26 | 1 | -1/+1 |
* | 24786: handle read -t properly in zle via getbyte() | Peter Stephenson | 2008-04-03 | 1 | -1/+1 |
* | users/12305: option output not well documented | Peter Stephenson | 2007-12-12 | 1 | -2/+1 |
* | 24120: termcap string memory allocation was screwy | Peter Stephenson | 2007-11-26 | 1 | -1/+5 |
* | users/11883: return at top level caused following precommand functions | Peter Stephenson | 2007-09-26 | 1 | -2/+4 |
* | 23702: fix installing executable scripts | Peter Stephenson | 2007-07-26 | 1 | -1/+1 |
* | 23665: autoloading of module features and related tweaks | Peter Stephenson | 2007-07-06 | 1 | -2/+2 |
* | 23488: tidy up module interface and documentation | Peter Stephenson | 2007-05-29 | 1 | -6/+6 |
* | see 23479: add initial features support for modules | Peter Stephenson | 2007-05-28 | 1 | -5/+5 |
* | 23409: disable prompt_sp output after ^D was seen and message printed | Andrey Borzenkov | 2007-05-10 | 1 | -1/+1 |
* | 22983: exit could loop for ever | Peter Stephenson | 2006-11-08 | 1 | -0/+9 |
* | 22981: Zvi Har'el: bad call from 22952 | Peter Stephenson | 2006-11-08 | 1 | -13/+17 |
* | Vin Shelton: 22789: 22783 broke .zshenv | Peter Stephenson | 2006-09-29 | 1 | -8/+10 |
* | 22783: Frank Terbeck: don't load zsh/newuser unless interactive | Peter Stephenson | 2006-09-28 | 1 | -1/+1 |
* | 22727: "use 'exit' to exit" was suboptimal | Peter Stephenson | 2006-09-17 | 1 | -2/+16 |
* | 22676, 22678: extend sched and make it able to run events when waiting for | Peter Stephenson | 2006-09-10 | 1 | -1/+0 |
* | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 2006-05-30 | 1 | -11/+10 |