summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2008-11-1126025: prefer handling user input to zle -F file descriptorPeter Stephenson1-8/+15
2008-11-08unposted: revert 26014.Clint Adams1-4/+2
2008-11-0626014: don't allocate and leak a patprog if it's not going to be used.Clint Adams1-2/+4
2008-11-0626013: don't ztrdup the other buffer returned by inet_ntoa. cf. 25987.Clint Adams1-1/+1
2008-11-05"typeset -g <var>" should be silent even without TYPESET_SILENTPeter Stephenson1-1/+2
2008-11-0225989: fix crash in matchingPeter Stephenson1-36/+27
2008-11-0125987: don't ztrdup the buffer returned by inet_ntoa.Clint Adams1-1/+1
2008-11-0125985: don't try to disable signal traps if getsignum returns -1.Clint Adams1-2/+4
2008-10-3125983: Fix bug in hash builtin with empty hash entry nameOliver Kiddle1-3/+7
2008-10-3025975: bad tests for pattern match when building up a completion line stringPeter Stephenson1-3/+11
2008-10-3025972: leaked and uninitialised memory found by valgrindPeter Stephenson2-1/+2
2008-10-3025971: fix options handling for builtins that handle their ownPeter Stephenson2-6/+13
2008-10-3025969: two bugs with metafication plus a test for onePeter Stephenson2-5/+9
2008-10-3025963: Interrupt at spell check prompt output garbagePeter Stephenson1-1/+2
2008-10-30users/13418: protect against have_strcodes lyingPeter Stephenson1-2/+8
2008-10-3025949: remove dead code in getvisrchstr.Clint Adams1-6/+2
2008-10-2925940: delay !multi memory allocation until after possibility to error out ↵Clint Adams1-7/+7
and return without freeing.
2008-10-2825937: builtins with no options should still ignore --Peter Stephenson1-0/+3
2008-10-2425930: dynamic directory expansion memory handling was screwyPeter Stephenson2-197/+223
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