about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 25910: avoid dangling file handle in bin_print.Clint Adams2008-10-182-1/+8
* Rocky: 25907: Makefile needs .exe to run zsh on CygwinPeter Stephenson2008-10-173-3/+8
* 25905: fix and test doubled-hash radix outputPeter Stephenson2008-10-163-1/+23
* Phil Pennock: 25854: fix Devel module completion for "perl -d:".Bart Schaefer2008-10-153-4/+40
* 25883 (quoting in _multi_parts) and 25887 (-U in _path_files).Bart Schaefer2008-10-151-0/+10
* Jörg Sommer: 25883: quote tmp1 strings before joining them into a pattern.Bart Schaefer2008-10-151-1/+1
* 25887: fix brace completion oddity by using compadd -U more selectively.Bart Schaefer2008-10-151-8/+8
* 25898: avoid dereference of p after it is freed in getmathfunc.Clint Adams2008-10-142-1/+5
* 25897: remove small bit of dead code in cfp_opt_pats.Clint Adams2008-10-142-2/+5