about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 26042 with some fixes from 26043 (Mikael):Peter Stephenson2008-11-133-58/+67
* 26030: fix memory leak in varedOliver Kiddle2008-11-121-0/+1
* 26028: close temporary file when aborting fcOliver Kiddle2008-11-121-0/+3
* 26024: don't leave ref count incremented when aborting bindkey with an errorOliver Kiddle2008-11-111-1/+2
* 26027: free pprogc before it goes out of scope in makecomplistflags.Clint Adams2008-11-111-0/+1
* 26025: prefer handling user input to zle -F file descriptorPeter Stephenson2008-11-111-8/+15
* unposted: revert 26014.Clint Adams2008-11-081-4/+2
* 26014: don't allocate and leak a patprog if it's not going to be used.Clint Adams2008-11-061-2/+4
* 26013: don't ztrdup the other buffer returned by inet_ntoa. cf. 25987.Clint Adams2008-11-061-1/+1
* "typeset -g <var>" should be silent even without TYPESET_SILENTPeter Stephenson2008-11-051-1/+2
* 25989: fix crash in matchingPeter Stephenson2008-11-021-36/+27
* 25987: don't ztrdup the buffer returned by inet_ntoa.Clint Adams2008-11-011-1/+1
* 25985: don't try to disable signal traps if getsignum returns -1.Clint Adams2008-11-011-2/+4
* 25983: Fix bug in hash builtin with empty hash entry nameOliver Kiddle2008-10-311-3/+7
* 25975: bad tests for pattern match when building up a completion line stringPeter Stephenson2008-10-301-3/+11
* 25972: leaked and uninitialised memory found by valgrindPeter Stephenson2008-10-302-1/+2
* 25971: fix options handling for builtins that handle their ownPeter Stephenson2008-10-302-6/+13
* 25969: two bugs with metafication plus a test for onePeter Stephenson2008-10-302-5/+9
* 25963: Interrupt at spell check prompt output garbagePeter Stephenson2008-10-301-1/+2
* users/13418: protect against have_strcodes lyingPeter Stephenson2008-10-301-2/+8
* 25949: remove dead code in getvisrchstr.Clint Adams2008-10-301-6/+2
* 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