| Commit message (Expand) | Author | Age | Files | Lines |
* | 21736: improve tests for word and identifier characters with multibyte input | Peter Stephenson | 2005-09-20 | 1 | -3/+0 |
* | adapted from 21719: add some mod_exports | Peter Stephenson | 2005-09-09 | 1 | -1/+1 |
* | 21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on i... | Peter Stephenson | 2005-09-09 | 1 | -1/+1 |
* | 21577 (adapted): Dan Bullok: improved window resize handling, again | Peter Stephenson | 2005-08-09 | 1 | -0/+3 |
* | 21498: Add zsh/newuser module | Peter Stephenson | 2005-07-20 | 1 | -0/+12 |
* | Reference 4 extra termcap items: save-cursor, restore-cursor, the | Wayne Davison | 2005-07-15 | 1 | -5/+18 |
* | Prevent double precmd during "fc -e -" | Bart Schaefer | 2005-06-13 | 1 | -1/+1 |
* | 21131: exit with status 127 when script not found | Peter Stephenson | 2005-04-11 | 1 | -4/+4 |
* | * 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache a | Clint Adams | 2005-04-08 | 1 | -0/+3 |
* | 21078: parse errors didn't cause non-zero exit status | Peter Stephenson | 2005-04-01 | 1 | -0/+5 |
* | 21049: Don't close process substitution file descriptors for external programmes | Peter Stephenson | 2005-03-31 | 1 | -2/+2 |
* | 20798: propagate an #ifdef to prototypes | Peter Stephenson | 2005-02-07 | 1 | -0/+2 |
* | 20794: Change version to 4.3.0-dev-1 | Peter Stephenson | 2005-02-07 | 1 | -0/+3 |
* | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 2005-01-14 | 1 | -5/+8 |
* | 20462: Use getrusage for timing again. | Peter Stephenson | 2004-10-07 | 1 | -1/+1 |
* | 20387: revised algorithm for the fix in 20363. | Bart Schaefer | 2004-09-20 | 1 | -1/+1 |
* | 20363: Src/init.c, Src/Zle/zle_main.c | Peter Stephenson | 2004-09-13 | 1 | -1/+1 |
* | 20149: improve prompt-reset code | Peter Stephenson | 2004-07-11 | 1 | -3/+3 |
* | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 2004-06-02 | 1 | -4/+4 |
* | 19505: compilation with NTTYDISC defined was broken. | Peter Stephenson | 2004-03-01 | 1 | -2/+4 |
* | 19295: $CONTEXT zle parameter | Peter Stephenson | 2003-12-15 | 1 | -3/+3 |
* | 19242: Make job table dynamically reallocatable. | Peter Stephenson | 2003-11-13 | 1 | -1/+8 |
* | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 2003-10-29 | 1 | -2/+2 |
* | 19105: Set shout to stderr if interative with no tty | Peter Stephenson | 2003-09-22 | 1 | -3/+17 |
* | 19014: add alias -s suf=handler | Peter Stephenson | 2003-09-03 | 1 | -1/+1 |
* | 18539 and remaining bits of 18536???: vi and emacs options, autoload zle | Peter Stephenson | 2003-05-15 | 1 | -1/+12 |
* | 18536: EMACS and VI compatibility options | Peter Stephenson | 2003-05-14 | 1 | -0/+3 |
* | IKEGAMI Tsutomu: sf bug 722366: metafy pwd when read from $PWD | Peter Stephenson | 2003-04-23 | 1 | -1/+2 |
* | 18319: Philippe Troin: fix use of process groups with su and suspend | Peter Stephenson | 2003-03-07 | 1 | -32/+2 |
* | 18144: no SIGHUP handler if parent was ignoring. | Bart Schaefer | 2003-01-27 | 1 | -1/+4 |
* | 17931: Philippe: restore blocking of SIGTERM in interactive shell | Peter Stephenson | 2002-11-13 | 1 | -0/+1 |
* | 17861 from Philippe Troin: make signal initialisation more consistent | Peter Stephenson | 2002-11-08 | 1 | -23/+9 |
* | 17859: Philippe Troin: better handling of process groups interactively. | Peter Stephenson | 2002-11-04 | 1 | -5/+26 |
* | 17582: Improved option argument handling. | Peter Stephenson | 2002-08-27 | 1 | -1/+1 |
* | 17503: fix various typos and spelling mistakes in source code comments | Oliver Kiddle | 2002-08-05 | 1 | -1/+1 |
* | 17299: Use reference counts in Eprogs so as to be able to free them as soon | Peter Stephenson | 2002-06-07 | 1 | -2/+0 |
* | 17120, 17121: Src/init.c: work around problem with NIS tying up file | Peter Stephenson | 2002-05-13 | 1 | -4/+47 |
* | Detect variant tgetent() return value and test for it correctly. | Bart Schaefer | 2002-05-06 | 1 | -3/+3 |
* | Fix misleading error message. | Bart Schaefer | 2001-09-20 | 1 | -1/+1 |
* | Fix crash on re-entry to loop() from preprompt(). | Bart Schaefer | 2001-08-25 | 1 | -1/+6 |
* | Reset errflag after executing precmd. | Bart Schaefer | 2001-06-30 | 1 | -1/+1 |
* | Fixed a bug where the call to function "preexec" might pass the wrong | Wayne Davison | 2001-04-11 | 1 | -1/+9 |
* | 13611, 13615: Bind cursor keys using termcap, including in viins. | Peter Stephenson | 2001-03-13 | 1 | -1/+2 |
* | remove 13108 (trap queues); replace with signal queueing to ensure that user ... | Sven Wischnowsky | 2001-01-16 | 1 | -1/+3 |
* | Sven: 13108: Handle traps synchronously | Peter Stephenson | 2000-11-11 | 1 | -1/+2 |
* | Improve upon some of the PATH_MAX changes. | Bart Schaefer | 2000-09-18 | 1 | -10/+6 |
* | 12818: use tricat() in lieu of zasprintf | Clint Adams | 2000-09-17 | 1 | -1/+1 |
* | 12814: zasprintf | Clint Adams | 2000-09-16 | 1 | -2/+6 |
* | 12568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES. | Clint Adams | 2000-08-08 | 1 | -1/+1 |
* | Andrej: Dynamic loading on cygwin | Peter Stephenson | 2000-08-02 | 1 | -0/+94 |