Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
backspace character, and the ignore-newline-after-wrap flag. | |||||
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 | |
wide-char version of WORDCHARS each time it's changed (when ZLE_UNICODE_SUPPORT is defined). | |||||
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 | |
2005-02-07 | 20794: Change version to 4.3.0-dev-1 | Peter Stephenson | 1 | -0/+3 | |
Don't compile in a static in init.c unless needed. | |||||
2005-01-14 | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 1 | -5/+8 | |
unposted: update version to 4.2.3-dev-1 | |||||
2004-10-07 | 20462: Use getrusage for timing again. | Peter Stephenson | 1 | -1/+1 | |
Time processes from before rather than after fork. | |||||
2004-09-20 | 20387: revised algorithm for the fix in 20363. | Bart Schaefer | 1 | -1/+1 | |
2004-09-13 | 20363: Src/init.c, Src/Zle/zle_main.c | Peter Stephenson | 1 | -1/+1 | |
2004-07-11 | 20149: improve prompt-reset code | Peter Stephenson | 1 | -3/+3 | |
20150: commit ancient memory leak fix(?) in completion | |||||
2004-06-02 | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 1 | -4/+4 | |
2004-03-01 | 19505: compilation with NTTYDISC defined was broken. | Peter Stephenson | 1 | -2/+4 | |
2003-12-15 | 19295: $CONTEXT zle parameter | Peter Stephenson | 1 | -3/+3 | |
2003-11-13 | 19242: Make job table dynamically reallocatable. | Peter Stephenson | 1 | -1/+8 | |
2003-10-29 | a la 19209: zcalloc -> zshcalloc | Peter Stephenson | 1 | -2/+2 | |
2003-09-22 | 19105: Set shout to stderr if interative with no tty | Peter Stephenson | 1 | -3/+17 | |
2003-09-03 | 19014: add alias -s suf=handler | Peter Stephenson | 1 | -1/+1 | |
2003-05-15 | 18539 and remaining bits of 18536???: vi and emacs options, autoload zle | Peter Stephenson | 1 | -1/+12 | |
2003-05-14 | 18536: EMACS and VI compatibility options | Peter Stephenson | 1 | -0/+3 | |
2003-04-23 | IKEGAMI Tsutomu: sf bug 722366: metafy pwd when read from $PWD | Peter Stephenson | 1 | -1/+2 | |
2003-03-07 | 18319: Philippe Troin: fix use of process groups with su and suspend | Peter Stephenson | 1 | -32/+2 | |
2003-01-27 | 18144: no SIGHUP handler if parent was ignoring. | Bart Schaefer | 1 | -1/+4 | |
2002-11-13 | 17931: Philippe: restore blocking of SIGTERM in interactive shell | Peter Stephenson | 1 | -0/+1 | |
2002-11-08 | 17861 from Philippe Troin: make signal initialisation more consistent | Peter Stephenson | 1 | -23/+9 | |
2002-11-04 | 17859: Philippe Troin: better handling of process groups interactively. | Peter Stephenson | 1 | -5/+26 | |
2002-08-27 | 17582: Improved option argument handling. | Peter Stephenson | 1 | -1/+1 | |
unposted: Updated version to 4.1.0-dev-6 because of interface change. | |||||
2002-08-05 | 17503: fix various typos and spelling mistakes in source code comments | Oliver Kiddle | 1 | -1/+1 | |
2002-06-07 | 17299: Use reference counts in Eprogs so as to be able to free them as soon | Peter Stephenson | 1 | -2/+0 | |
as finished with. | |||||
2002-05-13 | 17120, 17121: Src/init.c: work around problem with NIS tying up file | Peter Stephenson | 1 | -4/+47 | |
descriptors. | |||||
2002-05-06 | Detect variant tgetent() return value and test for it correctly. | Bart Schaefer | 1 | -3/+3 | |
2001-09-20 | Fix misleading error message. | Bart Schaefer | 1 | -1/+1 | |
2001-08-25 | Fix crash on re-entry to loop() from preprompt(). | Bart Schaefer | 1 | -1/+6 | |
2001-06-30 | Reset errflag after executing precmd. | Bart Schaefer | 1 | -1/+1 | |
2001-04-11 | Fixed a bug where the call to function "preexec" might pass the wrong | Wayne Davison | 1 | -1/+9 | |
history line. Added two extra args to preexec to give the user more info on the command that is about to be executed. | |||||
2001-03-13 | 13611, 13615: Bind cursor keys using termcap, including in viins. | Peter Stephenson | 1 | -1/+2 | |
2001-01-16 | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 1 | -1/+3 | |
signal handlers are only executed when it is safe to run them (13365) | |||||
2000-11-11 | Sven: 13108: Handle traps synchronously | Peter Stephenson | 1 | -1/+2 | |
pws: 13109, 13111: clear up zle display when output produced in trap. | |||||
2000-09-18 | Improve upon some of the PATH_MAX changes. | Bart Schaefer | 1 | -10/+6 | |
2000-09-17 | 12818: use tricat() in lieu of zasprintf | Clint Adams | 1 | -1/+1 | |
2000-09-16 | 12814: zasprintf | Clint Adams | 1 | -2/+6 | |
2000-08-08 | 12568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES. | Clint Adams | 1 | -1/+1 | |
2000-08-02 | Andrej: Dynamic loading on cygwin | Peter Stephenson | 1 | -0/+94 | |
2000-07-30 | 12436: Doc/Zsh/invoke.yo, Src/init.c: Make -b behave like | Andrew Main | 1 | -10/+10 | |
the csh -b, permitting more options to be stacked after it and take effect. Make -b take effect depending on SH_OPTION_LETTERS, consistent with all the other single-letter options, rather than having a clashing check of emulation type. | |||||
2000-07-30 | 12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h, | Andrew Main | 1 | -5/+51 | |
Src/zsh.mdd: Allow options to be specified on the zsh command line in the form of GNU-style long options. Also handle --version and --help. Do not permit extra option letters to be stacked after `-whatever-' (they used to be ignored). Exit if the command line specifies an option name that doesn't exist. | |||||
2000-07-19 | Pass the new Eprog argument to hend(). | Wayne Davison | 1 | -2/+2 | |