summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
2015-01-1834322: bug with interface to parsestr() etc.Peter Stephenson9-26/+46
2015-01-1834319: fix alias expansion in history for command substitutionPeter Stephenson2-7/+21
2015-01-16unposted: another dubious comment in hist.c fixedPeter Stephenson1-2/+2
2015-01-16unposted: improve comment on hist_in_word().Peter Stephenson1-2/+6
2015-01-1632413: turn off history word marking in cmd substPeter Stephenson2-2/+22
2015-01-1634304: improve use of new cmd subst in completionPeter Stephenson1-10/+103
2015-01-1534280: more widespread use of FORCE_FLOAT.Peter Stephenson1-1/+12
2015-01-1534287: preprocessor for signal name generation.Peter Stephenson1-1/+10
2015-01-12Propagate float/integer type in arithmetic assignment.Peter Stephenson1-1/+28
2015-01-1134230: call fmod() for modulo with floatsBarton E. Schaefer1-3/+5
2015-01-1134234: use structures for normal and raw lexical buffer statePeter Stephenson2-116/+118
2015-01-1034220: new $(...) handling needs to back up over alias expansionPeter Stephenson1-0/+6
2015-01-10unposted: update copyright for new Src/context.cPeter Stephenson1-5/+5
2015-01-1034213: in previous patch, do not change usepm if it is already setBarton E. Schaefer1-1/+1
2015-01-1034212: do not change unset-ness of special parameters when exporting themBarton E. Schaefer1-2/+6
2015-01-10select: Fix leak of 256 bytes on every loop when zle is not usedMikael Magnusson1-1/+1
2015-01-10hist: remove wrong NULL terminatorMikael Magnusson1-1/+0
2015-01-09Rearrange context saving.Peter Stephenson14-299/+441
2015-01-09Fix a typo in bin_print error messageMikael Magnusson1-3/+3
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