summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
2015-01-08Fix command substitutions to parse contents as they are read in.Peter Stephenson5-193/+359
2015-01-0734154/34155: reorder bin_print() to avoid leaking the output descriptor when ...Barton E. Schaefer1-29/+34
2015-01-0734144: allocate origline by ztrdup(), not by dupstring()Jun-ichi Takimoto2-3/+6
2015-01-0634122: module: allow NULL third argument as intendedBart Schaefer1-1/+1
2015-01-0634138: wcs_nicechar: only deref widthp if it was givenMikael Magnusson1-1/+1
2015-01-0634120: compctl, jobs: Check contents instead of arrayMikael Magnusson2-2/+2
2015-01-0634108: Don't leak ifs stuffMikael Magnusson1-2/+2
2015-01-0634107: getsubsargs: free ptr1 before returningMikael Magnusson1-0/+1
2015-01-0634134: anon funcs: don't leak shf and related dataMikael Magnusson1-0/+6
2015-01-0634112: typeset: fix leak of oldvalMikael Magnusson1-0/+2
2015-01-0634106: hist: use zhtricat instead of tricatMikael Magnusson1-1/+1
2015-01-0634113: whence: use dupstring to not leak memoryMikael Magnusson1-1/+1
2015-01-0634119: complist: Fix leak of string in clnicezputsMikael Magnusson1-0/+2
2015-01-0634105: subst: remove dead codeMikael Magnusson1-1/+1
2015-01-0634121: compresult: Remove unneeded NULL checkMikael Magnusson1-1/+1
2015-01-0634104: compctl: Remove pointless checkMikael Magnusson1-1/+1
2015-01-0634115: compcore: Fix size argument to zfreeMikael Magnusson1-1/+1
2015-01-0634117: zle: size_t is unsigned, use int insteadMikael Magnusson1-1/+1
2015-01-0634116: computil: Check for NULL before passing to strlenMikael Magnusson1-1/+2
2015-01-0634118: Don't crash when writing out history if HOST is unsetMikael Magnusson1-1/+2
2015-01-0634114: emulate: Handle aborting from mixed -L/-c correctlyMikael Magnusson1-1/+2
2015-01-0634103: fix ancient double-quote handling thinko in subst_parse_str()Barton E. Schaefer1-2/+4
2015-01-0634093: "whence" should always return nonzero when it finds that nothing match...Barton E. Schaefer1-15/+17
2015-01-0434092: fix miscount of symlink resolution for "..".Peter Stephenson1-0/+2
2015-01-0434091: typo with "whence -s" expansionsPeter Stephenson1-2/+2
2015-01-02users/19671: remove confusion with whence -a.Peter Stephenson1-1/+1
2015-01-02users/19667: whence -S shows intermediate steps in symlink expansionPeter Stephenson2-13/+66
2014-12-2834070: fix starting position for memset() from 34005.Daniel Shahaf1-1/+1
2014-12-2734064: assignment before command replaces array with export even when KSH_ARRAYSTakeshi Banse1-0/+2
2014-12-2734065: following an "if" condition, do not test lastval for ERR_EXIT until a ...Barton E. Schaefer2-5/+15
2014-12-1934015: disallow strange environment variable names.Peter Stephenson1-16/+23
2014-12-1934005: region_highlights memory fixPeter Stephenson1-2/+8
2014-12-1834002: zshcalloc() in init_keymaps()Barton E. Schaefer1-1/+1
2014-12-1833992: do not attempt attachtty() for process group zero (which is possible i...Barton E. Schaefer1-2/+5
2014-12-1834008: metafy the environment on arrival in the shellPeter Stephenson1-1/+1
2014-12-1834006: unmetafy anything put into the environmentPeter Stephenson1-1/+11
2014-12-1833981: more care with region_highlights managementPeter Stephenson2-29/+39
2014-12-1833978: avoid infinite loop in interactive modeJun-ichi Takimoto1-1/+3
2014-12-1633984: bin_dirs() should use zputs() to print metafied directory namesJun Kuriyama1-1/+1
2014-12-1633982: minimal support for pid namespaces by recognizing that GETPGRP() may r...Chirantan Ekbote1-1/+1
2014-12-1533976: fix overlapping strcpy()Barton E. Schaefer1-1/+1
2014-12-1333956: document key binding changes and remove ^X bindingOliver Kiddle2-1/+2
2014-12-1333846: additional default vi-mode key bindingsOliver Kiddle3-5/+12
2014-12-1233950: ignore KEYTIMEOUT for vi operatorsOliver Kiddle3-12/+19
2014-12-1133876: etc.: Separate errors and keyboards interruptsPeter Stephenson28-124/+273
2014-12-1033940: handle backslash-meta correctly in lexerJun-ichi Takimoto1-1/+13
2014-12-0933932: revise boundary check in unmeta()Jun-ichi Takimoto1-5/+3
2014-12-0833924: allow vi line/characterwise mode to be forcedOliver Kiddle4-3/+26
2014-12-0733894: boundary conditions in unmeta(), unmetafy()Barton E. Schaefer1-3/+5
2014-12-0733854: errors end recursion through scanner()Barton E. Schaefer1-1/+1