about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* add completion of globbing flagsOliver Kiddle2008-11-105-4/+48
* 26021: tweak for glob qualifier completionPeter Stephenson2008-11-082-14/+34
* unposted: revert 26014.Clint Adams2008-11-082-4/+6
* 26016: treat "bzr co" as an alias of "bzr checkout"; patch from Ryo IGARASHI.Clint Adams2008-11-072-1/+6
* 26014: don't allocate and leak a patprog if it's not going to be used.Clint Adams2008-11-062-2/+7
* 26013: don't ztrdup the other buffer returned by inet_ntoa. cf. 25987.Clint Adams2008-11-062-1/+6
* "typeset -g <var>" should be silent even without TYPESET_SILENTPeter Stephenson2008-11-053-1/+13
* 26006: remove dependence on system error messagePeter Stephenson2008-11-042-2/+13
* unposted: update to 4.3.9-dev-0Peter Stephenson2008-11-032-2/+4
* unposted: missing .distfiles entry; release 4.3.9 zsh-4.3.9Peter Stephenson2008-11-032-0/+6
* 25989: fix crash in matchingPeter Stephenson2008-11-022-36/+32
* 25988: declare temporary cache array as local, thanks to problem noticed by K...Clint Adams2008-11-0211-31/+52
* 25987: don't ztrdup the buffer returned by inet_ntoa.Clint Adams2008-11-012-1/+4
* 25985: don't try to disable signal traps if getsignum returns -1.Clint Adams2008-11-012-2/+9
* 25983: Fix bug in hash builtin with empty hash entry nameOliver Kiddle2008-10-312-3/+11
* 25975: bad tests for pattern match when building up a completion line stringPeter Stephenson2008-10-302-3/+14
* 25972: leaked and uninitialised memory found by valgrindPeter Stephenson2008-10-303-1/+5
* 25971: fix options handling for builtins that handle their ownPeter Stephenson2008-10-303-6/+18
* 25969: two bugs with metafication plus a test for onePeter Stephenson2008-10-304-5/+20
* 25963: Interrupt at spell check prompt output garbagePeter Stephenson2008-10-302-2/+7
* 25961: remove opening parenthesis from casePeter Stephenson2008-10-302-1/+6
* 4.3.9Peter Stephenson2008-10-308-25/+36
* 25958: make it possible to get docs for startup files correctPeter Stephenson2008-10-305-19/+35
* 25950 should use xyes, tooPeter Stephenson2008-10-302-2/+4
* unposted: add _tcpsysPeter Stephenson2008-10-302-0/+53
* 25950: need configure x$dynamic trick in two more placesPeter Stephenson2008-10-302-2/+5
* users/13418: protect against have_strcodes lyingPeter Stephenson2008-10-302-2/+13
* 25949: remove dead code in getvisrchstr.Clint Adams2008-10-302-6/+6
* 25945: matching bug in path hierarchy completionPeter Stephenson2008-10-292-9/+21
* Mikael: users/13412: typoPeter Stephenson2008-10-292-1/+3
* c.f. users/13411: update archved version number to 4.3.8-dev-0Peter Stephenson2008-10-292-1/+4
* unposted: single-letter typoPeter Stephenson2008-10-292-1/+3
* unposted: belatedly sort out some distfilesPeter Stephenson2008-10-295-7/+54
* update to 4.3.8 zsh-4.3.8Peter Stephenson2008-10-298-24/+36
* 25940: delay !multi memory allocation until after possibility to error out an...Clint Adams2008-10-292-7/+12
* 25938 (Mikael) + probably 25939, too: typo in _path_filesPeter Stephenson2008-10-282-3/+6
* 25937: builtins with no options should still ignore --Peter Stephenson2008-10-283-1/+15
* Release 4.3.7 zsh-4.3.7Peter Stephenson2008-10-283-2/+23
* 25934: handle bts subscribe, unsubscribe, and fix owner. Patches from Ansgar...Clint Adams2008-10-262-2/+19
* unposted: region_highlight wrongly capitalised in NEWSPeter Stephenson2008-10-262-1/+4
* unposted: update version claimed in README to 4.3.7Peter Stephenson2008-10-262-1/+3
* Mikael: 25933: typosPeter Stephenson2008-10-265-4/+9
* 25931: Test for prompt code reentrancyPeter Stephenson2008-10-244-2/+73
* 25930: dynamic directory expansion memory handling was screwyPeter Stephenson2008-10-243-197/+229
* users/13375: trivial rewrite to ternary expressionPeter Stephenson2008-10-232-1/+9
* 25927: include the ignored prefix/suffix in the hidden prefix/suffixBart Schaefer2008-10-232-14/+21
* 25926: free val only after it may be passed to strlen (as in 25656).Clint Adams2008-10-232-1/+6
* unposted: 4.3.6-dev-2 zsh-4.3.6-dev-2Peter Stephenson2008-10-202-2/+6
* 25912: fix another metafication bug in completionPeter Stephenson2008-10-183-29/+51
* 25911: see if we can work around multibyte problems in file systemPeter Stephenson2008-10-182-9/+11