about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
...
* 25684: make %x and %I consistent with eval line numberingPeter Stephenson2008-09-251-2/+4
* users/13288: Src/parse.c: don't report parse errors on aborted linesPeter Stephenson2008-09-241-6/+8
* 25737: remove dead code in ca_parse_line.Clint Adams2008-09-231-3/+0
* 25736: one more zsfree missing from 25667.Clint Adams2008-09-231-0/+1
* Rocky Bernstein: 25727: allow fc non-interactivelyPeter Stephenson2008-09-231-0/+2
* 25723: align combining character when popped from input stackPeter Stephenson2008-09-221-0/+1
* 25721: revert another mistake of 25701.Clint Adams2008-09-221-1/+0
* Rocky Bernstein: 25696: fix crash on empty history.Peter Stephenson2008-09-221-1/+1
* correct overzealousness in 25701Clint Adams2008-09-211-1/+0
* 25701: fix memory leak in loadautofn.Clint Adams2008-09-211-1/+5
* users/13252 and elsewhere: Frank Terbeck plus tweaks:Peter Stephenson2008-09-191-1/+1
* 25690: fix insert-last-word on multibyte characters with MetaPeter Stephenson2008-09-181-5/+3
* 25682: terminate history line before passing to zshaddhistory hookPeter Stephenson2008-09-181-2/+7
* 25677: add %x and %I prompt escapes for shell source code debuggingPeter Stephenson2008-09-1611-66/+97
* 25672: remove unnecessary Nularg when prompt expandingPeter Stephenson2008-09-151-0/+6
* 25671: non existing variable in typeset -p should cause status 1Peter Stephenson2008-09-151-1/+3
* 25667: free mstr before returning from errors.Clint Adams2008-09-141-0/+3
* 25666: free memory allocated for an xor if the argument number is invalid.Clint Adams2008-09-141-0/+2
* 25662: declare -p should never create argumentsPeter Stephenson2008-09-131-4/+11
* 25656: free val only after it may be passed to strlen().Clint Adams2008-09-131-1/+1
* 25632: xRaich[o]²x: Src/mem.c: munmap() argument was wrong.Peter Stephenson2008-09-111-2/+2
* 25651: make getpermtext() output indentation more logicalPeter Stephenson2008-09-116-17/+10
* 25643: keep DEBUG and ZERR traps in subshellsPeter Stephenson2008-09-111-1/+2
* 25641: add emulation option (NO_)MULTI_FUNC_DEFPeter Stephenson2008-09-113-0/+5
* 25639: free ptr2 if hsubl is NULL.Clint Adams2008-09-101-1/+3
* 25638: remove unnecessary ternary expression in match_str.Clint Adams2008-09-101-1/+1
* 25637: dereference prog after the NULL check.Clint Adams2008-09-101-1/+2
* 25636: free s before returning with an error condition.Clint Adams2008-09-081-1/+7
* 25634: free t before returning if both t and errflag are set.Clint Adams2008-09-081-0/+2
* 25627: add $ZSH_SUBSHELLPeter Stephenson2008-09-052-1/+10
* 25615: $ZSH_DEBUG_CMD for use in DEBUG trapsPeter Stephenson2008-09-052-2/+17
* 25611, 25613: protect against two possible NULL dereferences.Clint Adams2008-09-051-18/+22
* 25612: remove dead code.Clint Adams2008-09-051-5/+2
* 25610: remove dead code.Clint Adams2008-09-041-4/+0
* 25609: initialize sz variable.Clint Adams2008-09-041-1/+1
* 25595: fix line numbers with EVAL_LINENO,Peter Stephenson2008-09-035-24/+84
* 25587: fix a==(stuff) and associated stuff.Peter Stephenson2008-09-013-0/+20
* 25571: when parsing use line numbers for the start of a token, not the endPeter Stephenson2008-08-312-1/+16
* 25570: line numbers of complex sublists were wrong, plus testPeter Stephenson2008-08-312-2/+2
* users/13169: really restore emulation mode after 'emulate -L'Andrey Borzenkov2008-08-311-1/+3
* 25568: Frank Terbeck & pws: invalid continue and break argumentsPeter Stephenson2008-08-311-0/+5
* 25532: problem skipping assignments etc. with setopt ERREXITPeter Stephenson2008-08-251-3/+4
* 25508: set file name if function came from dump filePeter Stephenson2008-08-221-1/+4
* 25490: make zties dynamic so there can be more than one gdbm handle in use at...Clint Adams2008-08-192-17/+34
* 25448: add $funcfiletrace to show absolute line number for callerPeter Stephenson2008-08-135-2/+58
* 25443 (tweaked): allow $functrace to show sourced filesPeter Stephenson2008-08-121-11/+12
* 25247 with further modifications: add $funcsourcetracePeter Stephenson2008-08-119-17/+108
* 25418: set PROMPT_SUBST for all Bourne-style shellsPeter Stephenson2008-08-071-1/+1
* 25415: Make DEBUG_BEFORE_CMD the default.Peter Stephenson2008-08-076-49/+101
* 25409: fix eval's use of lastvalPeter Stephenson2008-08-061-6/+8