Age | Commit message (Expand) | Author | Files | Lines |
2008-09-16 | 25677: add %x and %I prompt escapes for shell source code debugging | Peter Stephenson | 1 | -1/+1 |
2008-09-11 | 25651: make getpermtext() output indentation more logical | Peter Stephenson | 1 | -1/+1 |
2008-09-03 | 25595: fix line numbers with EVAL_LINENO, | Peter Stephenson | 1 | -13/+12 |
2008-08-13 | 25448: add $funcfiletrace to show absolute line number for caller | Peter Stephenson | 1 | -0/+1 |
2008-08-12 | 25443 (tweaked): allow $functrace to show sourced files | Peter Stephenson | 1 | -11/+12 |
2008-08-11 | 25247 with further modifications: add $funcsourcetrace | Peter Stephenson | 1 | -2/+19 |
2008-08-07 | 25415: Make DEBUG_BEFORE_CMD the default. | Peter Stephenson | 1 | -5/+13 |
2008-08-04 | 25385: fix another bug with trapreturn trampling on status | Peter Stephenson | 1 | -1/+1 |
2008-08-04 | 25384: fix problem with incorrect autoloads of zsh/zle | Peter Stephenson | 1 | -8/+16 |
2008-08-01 | fix problems with trapreturn, in particular in source inside trap | Peter Stephenson | 1 | -1/+1 |
2008-07-31 | 25345, 25347: neaten interface from main shell to zle | Peter Stephenson | 1 | -72/+82 |
2008-07-17 | 25272: add zshaddhistory hook | Peter Stephenson | 1 | -1/+1 |
2008-05-12 | 25002: only ZLE should update attributes resulting from prompt expansion | Peter Stephenson | 1 | -1/+2 |
2008-05-09 | 24986: prompt escapes for colours | Peter Stephenson | 1 | -0/+3 |
2008-04-29 | 24894: enable colouring of highlighted text in editor | Peter Stephenson | 1 | -1/+7 |
2008-04-26 | 24869: Marc Chantreux: make default readnullcmd configurable | Peter Stephenson | 1 | -1/+1 |
2008-04-03 | 24786: handle read -t properly in zle via getbyte() | Peter Stephenson | 1 | -1/+1 |
2007-12-12 | users/12305: option output not well documented | Peter Stephenson | 1 | -2/+1 |
2007-11-26 | 24120: termcap string memory allocation was screwy | Peter Stephenson | 1 | -1/+5 |
2007-09-26 | users/11883: return at top level caused following precommand functions | Peter Stephenson | 1 | -2/+4 |
2007-07-26 | 23702: fix installing executable scripts | Peter Stephenson | 1 | -1/+1 |
2007-07-06 | 23665: autoloading of module features and related tweaks | Peter Stephenson | 1 | -2/+2 |
2007-05-29 | 23488: tidy up module interface and documentation | Peter Stephenson | 1 | -6/+6 |
2007-05-28 | see 23479: add initial features support for modules | Peter Stephenson | 1 | -5/+5 |
2007-05-10 | 23409: disable prompt_sp output after ^D was seen and message printed | Andrey Borzenkov | 1 | -1/+1 |
2006-11-08 | 22983: exit could loop for ever | Peter Stephenson | 1 | -0/+9 |
2006-11-08 | 22981: Zvi Har'el: bad call from 22952 | Peter Stephenson | 1 | -13/+17 |
2006-09-29 | Vin Shelton: 22789: 22783 broke .zshenv | Peter Stephenson | 1 | -8/+10 |
2006-09-28 | 22783: Frank Terbeck: don't load zsh/newuser unless interactive | Peter Stephenson | 1 | -1/+1 |
2006-09-17 | 22727: "use 'exit' to exit" was suboptimal | Peter Stephenson | 1 | -2/+16 |
2006-09-10 | 22676, 22678: extend sched and make it able to run events when waiting for | Peter Stephenson | 1 | -1/+0 |
2006-05-30 | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 1 | -11/+10 |
2006-03-07 | Changed some structures to avoid gcc's type-punned warnings. | Wayne Davison | 1 | -1/+1 |
2006-02-19 | 22284: add --disable-dynamic-nss configure switch to disable use of getpw*(),... | Clint Adams | 1 | -3/+3 |
2006-02-07 | 22198: do always set HOME in native emulation | Peter Stephenson | 1 | -5/+14 |
2006-02-06 | 22195: don't set HOME in the shell | Peter Stephenson | 1 | -8/+12 |
2005-12-03 | 22049: bug exiting from sourced file within function | Peter Stephenson | 1 | -1/+2 |
2005-11-15 | Changed two zle functions to each return a char pointer, not an | Wayne Davison | 1 | -3/+3 |
2005-09-20 | 21736: improve tests for word and identifier characters with multibyte input | Peter Stephenson | 1 | -3/+0 |
2005-09-09 | adapted from 21719: add some mod_exports | Peter Stephenson | 1 | -1/+1 |
2005-09-09 | 21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on i... | Peter Stephenson | 1 | -1/+1 |
2005-08-09 | 21577 (adapted): Dan Bullok: improved window resize handling, again | Peter Stephenson | 1 | -0/+3 |
2005-07-20 | 21498: Add zsh/newuser module | Peter Stephenson | 1 | -0/+12 |
2005-07-15 | Reference 4 extra termcap items: save-cursor, restore-cursor, the | Wayne Davison | 1 | -5/+18 |
2005-06-13 | Prevent double precmd during "fc -e -" | Bart Schaefer | 1 | -1/+1 |
2005-04-11 | 21131: exit with status 127 when script not found | Peter Stephenson | 1 | -4/+4 |
2005-04-08 | * 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache a | Clint Adams | 1 | -0/+3 |
2005-04-01 | 21078: parse errors didn't cause non-zero exit status | Peter Stephenson | 1 | -0/+5 |
2005-03-31 | 21049: Don't close process substitution file descriptors for external programmes | Peter Stephenson | 1 | -2/+2 |
2005-02-07 | 20798: propagate an #ifdef to prototypes | Peter Stephenson | 1 | -0/+2 |