Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-09-20 | 33212: try to put /usr/local/share/zsh/site-functions in default fpath | Peter Stephenson | 1 | -11/+22 | |
2014-09-12 | 33143: POSIX_ARGZERO more closely matches bash et al. | Barton E. Schaefer | 1 | -1/+2 | |
2014-06-01 | 32634: add POSIX_ARGZERO option | Barton E. Schaefer | 1 | -2/+3 | |
2014-02-08 | 32365: another stab at the heuristic for initializing rprompt_indent | Barton E. Schaefer | 1 | -2/+3 | |
2014-02-02 | 32341: heuristic initialization of ZLE_RPROMPT_INDENT | Barton E. Schaefer | 1 | -11/+1 | |
2014-02-02 | 32340: improve error messages for "read -c" / "read -l" | Barton E. Schaefer | 1 | -1/+1 | |
2013-12-18 | 32157: fix extra line feed after prompt, and erased character in completion ↵ | Barton E. Schaefer | 1 | -1/+14 | |
listing, when ZLE_RPROMPT_INDENT=0 | |||||
2013-12-10 | 32099: change pointer declaration to avoid arithmetic on (void *). | Barton E. Schaefer | 1 | -1/+1 | |
2013-10-27 | 31919: fix deadlock when a shell builtin with a multio redirection is used ↵ | Barton E. Schaefer | 1 | -0/+1 | |
on the left side of a pipeline Make sure stdin/out/err file descriptors are closed for the multio copy process, which means not re-using those descriptors after they are closed and marked FDT_UNUSED in fdtable[]. For completeness, initialize their fdtable[] state to FDT_EXTERNAL. | |||||
2013-04-30 | 31361: handle negative optno ("no" prefix used) | Bart Schaefer | 1 | -3/+4 | |
when storing options with parseopts_insert() for sticky contexts | |||||
2013-04-30 | 31350: block SIGWINCH nearly all the time, except | Bart Schaefer | 1 | -0/+1 | |
when about to calculate prompts or do synchronous read, so syscalls are not interrupted by window size changes. | |||||
2012-11-15 | 30789: Add CONTINUE_ON_ERROR for old behaviour. | Peter Stephenson | 1 | -2/+7 | |
New behaviour is for scripts to exit on error instead of returning to top level and executing the next command. | |||||
2012-10-11 | 30726: make shell options passed to emulate stick along with the emulation | Peter Stephenson | 1 | -7/+37 | |
2012-10-07 | 30722: fix some cases where emulations or options were not propagated properly | Peter Stephenson | 1 | -25/+44 | |
from the emulate command | |||||
2012-10-05 | 30715: use enum lextok for variables containing lexical tokens | Peter Stephenson | 1 | -1/+1 | |
2012-03-30 | add some braces to avoid compiler warnings | Peter Stephenson | 1 | -7/+9 | |
2012-03-07 | 30320: "emulate" accepts invocation-time flags; other small doc tweaks. | Bart Schaefer | 1 | -48/+71 | |
2012-01-05 | 30084: `zle -T tc func' for zle testing of termcap output | Peter Stephenson | 1 | -0/+13 | |
2012-01-04 | 30084: missing zsfree(argzero) | Peter Stephenson | 1 | -0/+1 | |
2011-05-09 | 29165: use term.h globally if needed at all. | Peter Stephenson | 1 | -2/+2 | |
2011-04-18 | 29008, 29012: Add `--enable-additional-fpath' option to add arbitrary ↵ | Frank Terbeck | 1 | -2/+19 | |
directories to the default `$fpath'. | |||||
2011-02-11 | users/15770 HASH_DIRS tracks INTERACTIVE | Bart Schaefer | 1 | -0/+3 | |
2010-12-20 | Paul 28538 / me 28540 / couple of unposted casts: | Peter Stephenson | 1 | -1/+1 | |
use char * for pointer arithmetic rather than void * | |||||
2010-07-15 | 28073: allow #! scripts to search path if interpreter not found | Peter Stephenson | 1 | -19/+1 | |
2010-06-08 | 28006: make zgetcwd() fall back to pwd, | Peter Stephenson | 1 | -1/+3 | |
only use "." if setting pwd | |||||
2010-05-12 | 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt | Peter Stephenson | 1 | -3/+3 | |
2010-03-16 | 27793 and follow ups: add PATH_SCRIPT option to find script using $PATH | Peter Stephenson | 1 | -21/+83 | |
2010-03-11 | 27785: IFS doesn't have a null in it in POSIX | Peter Stephenson | 1 | -1/+2 | |
unposted: note & needs quoting in :s in glob qualifier | |||||
2010-02-09 | Geoff: 27693: rename underscore to avoid name clash | Peter Stephenson | 1 | -3/+3 | |
2010-02-03 | 27648, 267650/1, unposted README change: | Peter Stephenson | 1 | -0/+1 | |
Turn off repeat and turn on ulimit in emulation modes | |||||
2010-01-27 | 27638, based on Frank Terbeck, 27633: SOURCETRACE option | Peter Stephenson | 1 | -0/+5 | |
2009-12-16 | Check the return value of all pipe(), read(), and write() calls. | Wayne Davison | 1 | -1/+1 | |
Gets rid of all the remaining "ignoring return value" compiler warnings, and makes some read/write operations safer by ensuring that an EINTR is handled. | |||||
2009-12-02 | 27442 plus tweak: wait returns status for $! even if exited | Peter Stephenson | 1 | -0/+1 | |
2009-07-12 | 27134: Close SHTTY on exec. | Peter Stephenson | 1 | -2/+10 | |
27135: POSIX_JOBS leaves MONITOR on in subshell and doesn't save parent job table. | |||||
2009-07-11 | 27129: fix status at start of function, command subst, etc. | Peter Stephenson | 1 | -5/+22 | |
2009-07-10 | 27126: a few more contexts where executing empty lists gives status zero | Peter Stephenson | 1 | -0/+1 | |
2009-07-09 | 27110: Only turn on MONITOR if set explicitly or INTERACTIVE | Peter Stephenson | 1 | -1/+7 | |
2009-07-08 | 27100: Allow MONITOR option in non-interactive shells for testing. | Peter Stephenson | 1 | -1/+1 | |
2009-07-01 | 27083: non-zero status on failures to find or execute file in "." | Peter Stephenson | 1 | -7/+20 | |
2009-03-09 | 26072: lexsave()/lexrestore() to fix bug with sourcing from "funny" places | Peter Stephenson | 1 | -0/+4 | |
2009-02-19 | 26583: use HOOK_FUNCTIONS more widely | Peter Stephenson | 1 | -1/+1 | |
2009-02-11 | 26546, 26556: sticky emulation for functions defined in emulate ... -c ... | Peter Stephenson | 1 | -8/+7 | |
environments, plus documentation | |||||
2008-09-16 | 25677: add %x and %I prompt escapes for shell source code debugging | Peter Stephenson | 1 | -1/+1 | |
tidy up interface to doshfunc() | |||||
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 | |
try to fix oddities with funcstack and sourced files, simplify use of caller element of funcstack | |||||
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 | |
Reuse ERR_EXIT in DEBUG traps. Clean up trapreturn code. | |||||
2008-08-04 | 25385: fix another bug with trapreturn trampling on status | Peter Stephenson | 1 | -1/+1 | |