summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-11-1126025: prefer handling user input to zle -F file descriptorPeter Stephenson2-8/+20
2008-11-1126023: skeletal completion for tg (topgit).Clint Adams2-0/+13
2008-11-1026022: fix on Solaris where /proc/$$/fd exists but doesn't contain symlinksOliver Kiddle2-2/+5
2008-11-10add completion of globbing flagsOliver Kiddle5-4/+48
2008-11-0826021: tweak for glob qualifier completionPeter Stephenson2-14/+34
2008-11-08unposted: revert 26014.Clint Adams2-4/+6
2008-11-0726016: treat "bzr co" as an alias of "bzr checkout"; patch from Ryo IGARASHI.Clint Adams2-1/+6
2008-11-0626014: don't allocate and leak a patprog if it's not going to be used.Clint Adams2-2/+7
2008-11-0626013: don't ztrdup the other buffer returned by inet_ntoa. cf. 25987.Clint Adams2-1/+6
2008-11-05"typeset -g <var>" should be silent even without TYPESET_SILENTPeter Stephenson3-1/+13
2008-11-0426006: remove dependence on system error messagePeter Stephenson2-2/+13
2008-11-03unposted: update to 4.3.9-dev-0Peter Stephenson2-2/+4
2008-11-03unposted: missing .distfiles entry; release 4.3.9Peter Stephenson2-0/+6
2008-11-0225989: fix crash in matchingPeter Stephenson2-36/+32
2008-11-0225988: declare temporary cache array as local, thanks to problem noticed by ↵Clint Adams11-31/+52
Kazuhiro NISHIYAMA.
2008-11-0125987: don't ztrdup the buffer returned by inet_ntoa.Clint Adams2-1/+4
2008-11-0125985: don't try to disable signal traps if getsignum returns -1.Clint Adams2-2/+9
2008-10-3125983: Fix bug in hash builtin with empty hash entry nameOliver Kiddle2-3/+11
2008-10-3025975: bad tests for pattern match when building up a completion line stringPeter Stephenson2-3/+14
2008-10-3025972: leaked and uninitialised memory found by valgrindPeter Stephenson3-1/+5
2008-10-3025971: fix options handling for builtins that handle their ownPeter Stephenson3-6/+18
2008-10-3025969: two bugs with metafication plus a test for onePeter Stephenson4-5/+20
2008-10-3025963: Interrupt at spell check prompt output garbagePeter Stephenson2-2/+7
2008-10-3025961: remove opening parenthesis from casePeter Stephenson2-1/+6
2008-10-304.3.9Peter Stephenson8-25/+36
2008-10-3025958: make it possible to get docs for startup files correctPeter Stephenson5-19/+35
2008-10-3025950 should use xyes, tooPeter Stephenson2-2/+4
2008-10-30unposted: add _tcpsysPeter Stephenson2-0/+53
2008-10-3025950: need configure x$dynamic trick in two more placesPeter Stephenson2-2/+5
2008-10-30users/13418: protect against have_strcodes lyingPeter Stephenson2-2/+13
2008-10-3025949: remove dead code in getvisrchstr.Clint Adams2-6/+6
2008-10-2925945: matching bug in path hierarchy completionPeter Stephenson2-9/+21
2008-10-29Mikael: users/13412: typoPeter Stephenson2-1/+3
2008-10-29c.f. users/13411: update archved version number to 4.3.8-dev-0Peter Stephenson2-1/+4
2008-10-29unposted: single-letter typoPeter Stephenson2-1/+3
2008-10-29unposted: belatedly sort out some distfilesPeter Stephenson5-7/+54
2008-10-29update to 4.3.8Peter Stephenson8-24/+36
2008-10-2925940: delay !multi memory allocation until after possibility to error out ↵Clint Adams2-7/+12
and return without freeing.
2008-10-2825938 (Mikael) + probably 25939, too: typo in _path_filesPeter Stephenson2-3/+6
2008-10-2825937: builtins with no options should still ignore --Peter Stephenson3-1/+15
2008-10-28Release 4.3.7Peter Stephenson3-2/+23
2008-10-2625934: handle bts subscribe, unsubscribe, and fix owner. Patches from ↵Clint Adams2-2/+19
Ansgar Burchardt.
2008-10-26unposted: region_highlight wrongly capitalised in NEWSPeter Stephenson2-1/+4
2008-10-26unposted: update version claimed in README to 4.3.7Peter Stephenson2-1/+3
2008-10-26Mikael: 25933: typosPeter Stephenson5-4/+9
2008-10-2425931: Test for prompt code reentrancyPeter Stephenson4-2/+73
users/13400: clarify some ksh-like editing issues
2008-10-2425930: dynamic directory expansion memory handling was screwyPeter Stephenson3-197/+229
2008-10-23users/13375: trivial rewrite to ternary expressionPeter Stephenson2-1/+9
2008-10-2325927: include the ignored prefix/suffix in the hidden prefix/suffixBart Schaefer2-14/+21
only for compadd -U.
2008-10-2325926: free val only after it may be passed to strlen (as in 25656).Clint Adams2-1/+6