about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 25940: delay !multi memory allocation until after possibility to error out an...Clint Adams2008-10-291-7/+7
* 25937: builtins with no options should still ignore --Peter Stephenson2008-10-281-0/+3
* 25930: dynamic directory expansion memory handling was screwyPeter Stephenson2008-10-242-197/+223
* users/13375: trivial rewrite to ternary expressionPeter Stephenson2008-10-231-1/+4
* 25926: free val only after it may be passed to strlen (as in 25656).Clint Adams2008-10-231-1/+1
* 25912: fix another metafication bug in completionPeter Stephenson2008-10-181-19/+39
* 25910: avoid dangling file handle in bin_print.Clint Adams2008-10-181-1/+4
* 25905: fix and test doubled-hash radix outputPeter Stephenson2008-10-161-1/+2
* 25898: avoid dereference of p after it is freed in getmathfunc.Clint Adams2008-10-141-1/+2
* 25897: remove small bit of dead code in cfp_opt_pats.Clint Adams2008-10-141-2/+2
* 25896: remove small bit of dead code in execbuiltin.Clint Adams2008-10-141-4/+1
* 25860: avoid possible NULL dereferencing in bld_parts.Clint Adams2008-10-121-1/+2
* 25859: avoid possible NULL dereferencing if RC_QUOTES is set.Clint Adams2008-10-121-1/+1
* 25845: fix pattern but with backslashed and metafied charatersPeter Stephenson2008-10-111-1/+7
* Fixed a signed/unsigned compiler warning.Wayne Davison2008-10-111-1/+1
* 25140: improve error handling/reporting for here-document temp files.Bart Schaefer2008-10-101-2/+3
* 25831: fix empty return values from subscript matches with RC_EXPAND_PARAMPeter Stephenson2008-10-092-15/+24
* 25817: make "fc -l" more careful to list all recent historyPeter Stephenson2008-10-061-2/+22
* 25791: force return from eval-style DEBUG trap lost statusPeter Stephenson2008-10-011-2/+4
* 25777: argument to gdbmsetfn()Peter Stephenson2008-09-301-1/+1
* 25775: fix logical problem with function line numbering inside eval-style trapsPeter Stephenson2008-09-294-5/+19
* 25774: fix in 25772 was applied too widelyPeter Stephenson2008-09-291-6/+8
* 25772: crash with bad associative array pattern searchPeter Stephenson2008-09-291-0/+2
* 25771: shell function context for substitution functionsPeter Stephenson2008-09-292-2/+12
* users/13295, tweaked: dont reset line numbers when parsing strings, sometimesPeter Stephenson2008-09-297-14/+16
* 25761: Mikael Magnusson: newline in getquery()Peter Stephenson2008-09-271-0/+1
* 25760: add (~) flagPeter Stephenson2008-09-271-19/+43
* 25755/25756: Jörg Sommer: improved handling of module argumentsPeter Stephenson2008-09-272-7/+17
* 25744: dynamic named directories and further doshfunc() simplificationPeter Stephenson2008-09-2610-22/+79
* 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