summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2008-09-23Rocky Bernstein: 25727: allow fc non-interactivelyPeter Stephenson1-0/+2
Add sanity test for empty history
2008-09-2225723: align combining character when popped from input stackPeter Stephenson1-0/+1
2008-09-2225721: revert another mistake of 25701.Clint Adams1-1/+0
2008-09-22Rocky Bernstein: 25696: fix crash on empty history.Peter Stephenson1-1/+1
2008-09-21correct overzealousness in 25701Clint Adams1-1/+0
2008-09-2125701: fix memory leak in loadautofn.Clint Adams1-1/+5
2008-09-19users/13252 and elsewhere: Frank Terbeck plus tweaks:Peter Stephenson1-1/+1
add VCS_Info function system
2008-09-1825690: fix insert-last-word on multibyte characters with MetaPeter Stephenson1-5/+3
2008-09-1825682: terminate history line before passing to zshaddhistory hookPeter Stephenson1-2/+7
2008-09-1625677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson11-66/+97
tidy up interface to doshfunc()
2008-09-1525672: remove unnecessary Nularg when prompt expandingPeter Stephenson1-0/+6
to avoid problem with glitch space
2008-09-1525671: non existing variable in typeset -p should cause status 1Peter Stephenson1-1/+3
2008-09-1425667: free mstr before returning from errors.Clint Adams1-0/+3
2008-09-1425666: free memory allocated for an xor if the argument number is invalid.Clint Adams1-0/+2
2008-09-1325662: declare -p should never create argumentsPeter Stephenson1-4/+11
2008-09-1325656: free val only after it may be passed to strlen().Clint Adams1-1/+1
2008-09-1125632: xRaich[o]²x: Src/mem.c: munmap() argument was wrong.Peter Stephenson1-2/+2
2008-09-1125651: make getpermtext() output indentation more logicalPeter Stephenson6-17/+10
2008-09-1125643: keep DEBUG and ZERR traps in subshellsPeter Stephenson1-1/+2
2008-09-1125641: add emulation option (NO_)MULTI_FUNC_DEFPeter Stephenson3-0/+5
2008-09-1025639: free ptr2 if hsubl is NULL.Clint Adams1-1/+3
2008-09-1025638: remove unnecessary ternary expression in match_str.Clint Adams1-1/+1
2008-09-1025637: dereference prog after the NULL check.Clint Adams1-1/+2
2008-09-0825636: free s before returning with an error condition.Clint Adams1-1/+7
2008-09-0825634: free t before returning if both t and errflag are set.Clint Adams1-0/+2
2008-09-0525627: add $ZSH_SUBSHELLPeter Stephenson2-1/+10
2008-09-0525615: $ZSH_DEBUG_CMD for use in DEBUG trapsPeter Stephenson2-2/+17
2008-09-0525611, 25613: protect against two possible NULL dereferences.Clint Adams1-18/+22
2008-09-0525612: remove dead code.Clint Adams1-5/+2
2008-09-0425610: remove dead code.Clint Adams1-4/+0
2008-09-0425609: initialize sz variable.Clint Adams1-1/+1
2008-09-0325595: fix line numbers with EVAL_LINENO,Peter Stephenson5-24/+84
try to fix oddities with funcstack and sourced files, simplify use of caller element of funcstack
2008-09-0125587: fix a==(stuff) and associated stuff.Peter Stephenson3-0/+20
2008-08-3125571: when parsing use line numbers for the start of a token, not the endPeter Stephenson2-1/+16
add test and move debug trap tests to new file
2008-08-3125570: line numbers of complex sublists were wrong, plus testPeter Stephenson2-2/+2
make lineno zlong in another place
2008-08-31users/13169: really restore emulation mode after 'emulate -L'Andrey Borzenkov1-1/+3
2008-08-3125568: Frank Terbeck & pws: invalid continue and break argumentsPeter Stephenson1-0/+5
also tests for control commands
2008-08-2525532: problem skipping assignments etc. with setopt ERREXITPeter Stephenson1-3/+4
2008-08-2225508: set file name if function came from dump filePeter Stephenson1-1/+4
2008-08-1925490: make zties dynamic so there can be more than one gdbm handle in use ↵Clint Adams2-17/+34
at a time.
2008-08-1325448: add $funcfiletrace to show absolute line number for callerPeter Stephenson5-2/+58
2008-08-1225443 (tweaked): allow $functrace to show sourced filesPeter Stephenson1-11/+12
2008-08-1125247 with further modifications: add $funcsourcetracePeter Stephenson9-17/+108
2008-08-0725418: set PROMPT_SUBST for all Bourne-style shellsPeter Stephenson1-1/+1
2008-08-0725415: Make DEBUG_BEFORE_CMD the default.Peter Stephenson6-49/+101
Reuse ERR_EXIT in DEBUG traps. Clean up trapreturn code.
2008-08-0625409: fix eval's use of lastvalPeter Stephenson1-6/+8
2008-08-0625405: return status from anonymous functions was not handledPeter Stephenson1-2/+3
2008-08-0625389: rearrange precedence of ZLS_COLORS alternatives.Bart Schaefer1-15/+15
2008-08-0425385: fix another bug with trapreturn trampling on statusPeter Stephenson1-1/+1
2008-08-0425384: fix problem with incorrect autoloads of zsh/zlePeter Stephenson1-8/+16