summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2008-09-2925772: crash with bad associative array pattern searchPeter Stephenson1-0/+2
2008-09-2925771: shell function context for substitution functionsPeter Stephenson2-2/+12
2008-09-29users/13295, tweaked: dont reset line numbers when parsing strings, sometimesPeter Stephenson7-14/+16
2008-09-2725761: Mikael Magnusson: newline in getquery()Peter Stephenson1-0/+1
2008-09-2725760: add (~) flagPeter Stephenson1-19/+43
2008-09-2725755/25756: Jörg Sommer: improved handling of module argumentsPeter Stephenson2-7/+17
25759: fix dynamic named directory crash, static named directory consistency
2008-09-2625744: dynamic named directories and further doshfunc() simplificationPeter Stephenson10-22/+79
2008-09-2525684: make %x and %I consistent with eval line numberingPeter Stephenson1-2/+4
2008-09-24users/13288: Src/parse.c: don't report parse errors on aborted linesPeter Stephenson1-6/+8
2008-09-2325737: remove dead code in ca_parse_line.Clint Adams1-3/+0
2008-09-2325736: one more zsfree missing from 25667.Clint Adams1-0/+1
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