about summary refs log tree commit diff
path: root/Src/init.c
Commit message (Expand)AuthorAgeFilesLines
* 34961: replace a couple of free() with zfree() for consistencyBarton E. Schaefer2015-04-251-1/+1
* 34322: bug with interface to parsestr() etc.Peter Stephenson2015-01-181-4/+7
* Rearrange context saving.Peter Stephenson2015-01-091-2/+2
* Fix command substitutions to parse contents as they are read in.Peter Stephenson2015-01-081-1/+2
* 33876: etc.: Separate errors and keyboards interruptsPeter Stephenson2014-12-111-4/+25
* 33531 with additions: retain status of exited background jobs.Peter Stephenson2014-10-261-1/+0
* 33445: fix handling of -s when combined with -i at shell invocationBarton E. Schaefer2014-10-121-4/+16
* 33268: interactive shells treat SIGPIPE like SIGHUP if and only if SHTTY is d...Barton E. Schaefer2014-09-291-0/+1
* 33212: try to put /usr/local/share/zsh/site-functions in default fpathPeter Stephenson2014-09-201-11/+22
* 33143: POSIX_ARGZERO more closely matches bash et al.Barton E. Schaefer2014-09-121-1/+2
* 32634: add POSIX_ARGZERO optionBarton E. Schaefer2014-06-011-2/+3
* 32365: another stab at the heuristic for initializing rprompt_indentBarton E. Schaefer2014-02-081-2/+3
* 32341: heuristic initialization of ZLE_RPROMPT_INDENTBarton E. Schaefer2014-02-021-11/+1
* 32340: improve error messages for "read -c" / "read -l"Barton E. Schaefer2014-02-021-1/+1
* 32157: fix extra line feed after prompt, and erased character in completion l...Barton E. Schaefer2013-12-181-1/+14
* 32099: change pointer declaration to avoid arithmetic on (void *).Barton E. Schaefer2013-12-101-1/+1
* 31919: fix deadlock when a shell builtin with a multio redirection is used on...Barton E. Schaefer2013-10-271-0/+1
* 31361: handle negative optno ("no" prefix used)Bart Schaefer2013-04-301-3/+4
* 31350: block SIGWINCH nearly all the time, exceptBart Schaefer2013-04-301-0/+1
* 30789: Add CONTINUE_ON_ERROR for old behaviour.Peter Stephenson2012-11-151-2/+7
* 30726: make shell options passed to emulate stick along with the emulationPeter Stephenson2012-10-111-7/+37
* 30722: fix some cases where emulations or options were not propagated properlyPeter Stephenson2012-10-071-25/+44
* 30715: use enum lextok for variables containing lexical tokensPeter Stephenson2012-10-051-1/+1
* add some braces to avoid compiler warningsPeter Stephenson2012-03-301-7/+9
* 30320: "emulate" accepts invocation-time flags; other small doc tweaks.Bart Schaefer2012-03-071-48/+71
* 30084: `zle -T tc func' for zle testing of termcap outputPeter Stephenson2012-01-051-0/+13
* 30084: missing zsfree(argzero)Peter Stephenson2012-01-041-0/+1
* 29165: use term.h globally if needed at all.Peter Stephenson2011-05-091-2/+2
* 29008, 29012: Add `--enable-additional-fpath' option to add arbitrary directo...Frank Terbeck2011-04-181-2/+19
* users/15770 HASH_DIRS tracks INTERACTIVEBart Schaefer2011-02-111-0/+3
* Paul 28538 / me 28540 / couple of unposted casts:Peter Stephenson2010-12-201-1/+1
* 28073: allow #! scripts to search path if interpreter not foundPeter Stephenson2010-07-151-19/+1
* 28006: make zgetcwd() fall back to pwd,Peter Stephenson2010-06-081-1/+3
* 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxtPeter Stephenson2010-05-121-3/+3
* 27793 and follow ups: add PATH_SCRIPT option to find script using $PATHPeter Stephenson2010-03-161-21/+83
* 27785: IFS doesn't have a null in it in POSIXPeter Stephenson2010-03-111-1/+2
* Geoff: 27693: rename underscore to avoid name clashPeter Stephenson2010-02-091-3/+3
* 27648, 267650/1, unposted README change:Peter Stephenson2010-02-031-0/+1
* 27638, based on Frank Terbeck, 27633: SOURCETRACE optionPeter Stephenson2010-01-271-0/+5
* Check the return value of all pipe(), read(), and write() calls.Wayne Davison2009-12-161-1/+1
* 27442 plus tweak: wait returns status for $! even if exitedPeter Stephenson2009-12-021-0/+1
* 27134: Close SHTTY on exec.Peter Stephenson2009-07-121-2/+10
* 27129: fix status at start of function, command subst, etc.Peter Stephenson2009-07-111-5/+22
* 27126: a few more contexts where executing empty lists gives status zeroPeter Stephenson2009-07-101-0/+1
* 27110: Only turn on MONITOR if set explicitly or INTERACTIVEPeter Stephenson2009-07-091-1/+7
* 27100: Allow MONITOR option in non-interactive shells for testing.Peter Stephenson2009-07-081-1/+1
* 27083: non-zero status on failures to find or execute file in "."Peter Stephenson2009-07-011-7/+20
* 26072: lexsave()/lexrestore() to fix bug with sourcing from "funny" placesPeter Stephenson2009-03-091-0/+4
* 26583: use HOOK_FUNCTIONS more widelyPeter Stephenson2009-02-191-1/+1
* 26546, 26556: sticky emulation for functions defined in emulate ... -c ...Peter Stephenson2009-02-111-8/+7