summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2008-10-23users/13375: trivial rewrite to ternary expressionPeter Stephenson1-1/+4
2008-10-2325926: free val only after it may be passed to strlen (as in 25656).Clint Adams1-1/+1
2008-10-1825912: fix another metafication bug in completionPeter Stephenson1-19/+39
and remove lies about matchers
2008-10-1825910: avoid dangling file handle in bin_print.Clint Adams1-1/+4
2008-10-1625905: fix and test doubled-hash radix outputPeter Stephenson1-1/+2
2008-10-1425898: avoid dereference of p after it is freed in getmathfunc.Clint Adams1-1/+2
2008-10-1425897: remove small bit of dead code in cfp_opt_pats.Clint Adams1-2/+2
2008-10-1425896: remove small bit of dead code in execbuiltin.Clint Adams1-4/+1
2008-10-1225860: avoid possible NULL dereferencing in bld_parts.Clint Adams1-1/+2
2008-10-1225859: avoid possible NULL dereferencing if RC_QUOTES is set.Clint Adams1-1/+1
2008-10-1125845: fix pattern but with backslashed and metafied charatersPeter Stephenson1-1/+7
2008-10-11Fixed a signed/unsigned compiler warning.Wayne Davison1-1/+1
2008-10-1025140: improve error handling/reporting for here-document temp files.Bart Schaefer1-2/+3
2008-10-0925831: fix empty return values from subscript matches with RC_EXPAND_PARAMPeter Stephenson2-15/+24
2008-10-0625817: make "fc -l" more careful to list all recent historyPeter Stephenson1-2/+22
2008-10-0125791: force return from eval-style DEBUG trap lost statusPeter Stephenson1-2/+4
2008-09-3025777: argument to gdbmsetfn()Peter Stephenson1-1/+1
unposted: recognise ~[ in completion after : and =
2008-09-2925775: fix logical problem with function line numbering inside eval-style trapsPeter Stephenson4-5/+19
2008-09-2925774: fix in 25772 was applied too widelyPeter Stephenson1-6/+8
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