summaryrefslogtreecommitdiff
path: root/Src/init.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-1145004: Fix typos in commentsMartijn Dekker1-3/+3
2019-05-2044307: allow for atoi() returning a negative numberOliver Kiddle1-1/+4
2019-04-2544284: Mark SIGQUIT as ignore if ignored on entry to shell.Peter Stephenson1-0/+9
2018-11-0543747: new module to map colours from hex triplets to the nearest matching co...Oliver Kiddle1-0/+1
2018-10-1043669: ensure explicit exit status is used over implicitPeter Stephenson1-1/+1
2018-10-0943660: extend 43653 when final exit is implicit.Peter Stephenson1-4/+4
2018-07-3143219 (except term{cap,info}.c): fix several memory leaksJun-ichi Takimoto1-1/+2
2017-09-1141668: New --emulate option on invocation.Peter Stephenson1-34/+98
2017-08-2441590 modified as 41595: make ERR_RETURN more logical.Peter Stephenson1-2/+2
2017-04-1540977: "emulate" disallows "--help" and "--version"Barton E. Schaefer1-2/+2
2017-03-0840745 + 40753: Fix 'unset ZLE_RPROMPT_INDENT' not restoring the default behav...Daniel Shahaf1-1/+1
2016-10-0339545: Add some missing unqueue_signals().Peter Stephenson1-1/+3
2016-09-0539167: Make $ENV handling more like POSIXTeubel György1-11/+14
2016-03-0638086: shuffle init code to localize a global, add $ZSH_ARGZERO, refine $ZSH_...Greg Klanderman1-5/+8
2015-12-04unposted: fix init_io() calls in previous changePeter Stephenson1-0/+2
2015-12-0437294: Add ZSH_EXECUTION_STRING.Peter Stephenson1-13/+15
2015-11-2037161: Disable the heuristic setting RPROMPT_INDENT to 0Mikael Magnusson1-2/+4
2015-08-1136090: keep signals queued for preprompt()Barton E. Schaefer1-2/+0
2015-08-0936022 fix bug that some loop constructs could not be interrupted, revise sign...Barton E. Schaefer1-0/+5
2015-07-2235826: add getsparam_u() to return unmetafied string, use it for a number of ...Barton E. Schaefer1-1/+1
2015-06-1635482: be consistent about how argzero is allocatedBarton E. Schaefer1-2/+3
2015-04-2534961: replace a couple of free() with zfree() for consistencyBarton E. Schaefer1-1/+1
2015-01-1834322: bug with interface to parsestr() etc.Peter Stephenson1-4/+7
2015-01-09Rearrange context saving.Peter Stephenson1-2/+2
2015-01-08Fix command substitutions to parse contents as they are read in.Peter Stephenson1-1/+2
2014-12-1133876: etc.: Separate errors and keyboards interruptsPeter Stephenson1-4/+25
2014-10-2633531 with additions: retain status of exited background jobs.Peter Stephenson1-1/+0
2014-10-1233445: fix handling of -s when combined with -i at shell invocationBarton E. Schaefer1-4/+16
2014-09-2933268: interactive shells treat SIGPIPE like SIGHUP if and only if SHTTY is d...Barton E. Schaefer1-0/+1
2014-09-2033212: try to put /usr/local/share/zsh/site-functions in default fpathPeter Stephenson1-11/+22
2014-09-1233143: POSIX_ARGZERO more closely matches bash et al.Barton E. Schaefer1-1/+2
2014-06-0132634: add POSIX_ARGZERO optionBarton E. Schaefer1-2/+3
2014-02-0832365: another stab at the heuristic for initializing rprompt_indentBarton E. Schaefer1-2/+3
2014-02-0232341: heuristic initialization of ZLE_RPROMPT_INDENTBarton E. Schaefer1-11/+1
2014-02-0232340: improve error messages for "read -c" / "read -l"Barton E. Schaefer1-1/+1
2013-12-1832157: fix extra line feed after prompt, and erased character in completion l...Barton E. Schaefer1-1/+14
2013-12-1032099: change pointer declaration to avoid arithmetic on (void *).Barton E. Schaefer1-1/+1
2013-10-2731919: fix deadlock when a shell builtin with a multio redirection is used on...Barton E. Schaefer1-0/+1
2013-04-3031361: handle negative optno ("no" prefix used)Bart Schaefer1-3/+4
2013-04-3031350: block SIGWINCH nearly all the time, exceptBart Schaefer1-0/+1
2012-11-1530789: Add CONTINUE_ON_ERROR for old behaviour.Peter Stephenson1-2/+7
2012-10-1130726: make shell options passed to emulate stick along with the emulationPeter Stephenson1-7/+37
2012-10-0730722: fix some cases where emulations or options were not propagated properlyPeter Stephenson1-25/+44
2012-10-0530715: use enum lextok for variables containing lexical tokensPeter Stephenson1-1/+1
2012-03-30add some braces to avoid compiler warningsPeter Stephenson1-7/+9
2012-03-0730320: "emulate" accepts invocation-time flags; other small doc tweaks.Bart Schaefer1-48/+71
2012-01-0530084: `zle -T tc func' for zle testing of termcap outputPeter Stephenson1-0/+13
2012-01-0430084: missing zsfree(argzero)Peter Stephenson1-0/+1
2011-05-0929165: use term.h globally if needed at all.Peter Stephenson1-2/+2
2011-04-1829008, 29012: Add `--enable-additional-fpath' option to add arbitrary directo...Frank Terbeck1-2/+19