1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-23 04:51:12 +02:00
Commit graph

6019 commits

Author SHA1 Message Date
Peter Stephenson
2c16d989ba 25961: remove opening parenthesis from case 2008-10-30 13:00:21 +00:00
Peter Stephenson
2adb5a6d70 4.3.9 2008-10-30 12:18:54 +00:00
Peter Stephenson
9b032ff6d8 25958: make it possible to get docs for startup files correct 2008-10-30 12:09:18 +00:00
Peter Stephenson
f26d396012 25950 should use xyes, too 2008-10-30 10:20:42 +00:00
Peter Stephenson
24dc4bec07 unposted: add _tcpsys 2008-10-30 10:10:59 +00:00
Peter Stephenson
5c0b3ddc42 25950: need configure x$dynamic trick in two more places 2008-10-30 09:59:46 +00:00
Peter Stephenson
db68b7270f users/13418: protect against have_strcodes lying 2008-10-30 09:52:15 +00:00
Clint Adams
787c86f68d 25949: remove dead code in getvisrchstr. 2008-10-30 01:47:32 +00:00
Peter Stephenson
c109f9f944 25945: matching bug in path hierarchy completion 2008-10-29 21:59:32 +00:00
Peter Stephenson
38d2bf4af5 Mikael: users/13412: typo 2008-10-29 14:33:16 +00:00
Peter Stephenson
05a1948187 c.f. users/13411: update archved version number to 4.3.8-dev-0 2008-10-29 12:22:25 +00:00
Peter Stephenson
ab28c35955 unposted: single-letter typo 2008-10-29 12:17:44 +00:00
Peter Stephenson
ef0a55efe2 unposted: belatedly sort out some distfiles 2008-10-29 10:28:14 +00:00
Peter Stephenson
000fe2060b update to 4.3.8 2008-10-29 09:57:52 +00:00
Clint Adams
031dd01cf2 25940: delay !multi memory allocation until after possibility to error out and return without freeing. 2008-10-29 01:33:23 +00:00
Peter Stephenson
e775b4dd66 25938 (Mikael) + probably 25939, too: typo in _path_files 2008-10-28 22:23:04 +00:00
Peter Stephenson
36d228b129 25937: builtins with no options should still ignore -- 2008-10-28 20:55:22 +00:00
Peter Stephenson
b77f9505d8 Release 4.3.7 2008-10-28 12:01:23 +00:00
Clint Adams
77e8622b38 25934: handle bts subscribe, unsubscribe, and fix owner. Patches from Ansgar Burchardt. 2008-10-26 19:35:47 +00:00
Peter Stephenson
f625d27c02 unposted: region_highlight wrongly capitalised in NEWS 2008-10-26 18:01:40 +00:00
Peter Stephenson
d472217ad0 unposted: update version claimed in README to 4.3.7 2008-10-26 17:59:48 +00:00
Peter Stephenson
3e70e99d50 Mikael: 25933: typos 2008-10-26 17:57:13 +00:00
Peter Stephenson
2f50e20d84 25931: Test for prompt code reentrancy
users/13400: clarify some ksh-like editing issues
2008-10-24 16:00:48 +00:00
Peter Stephenson
337530b4d6 25930: dynamic directory expansion memory handling was screwy 2008-10-24 10:27:25 +00:00
Peter Stephenson
b0e0d901b2 users/13375: trivial rewrite to ternary expression 2008-10-23 08:52:02 +00:00
Bart Schaefer
2357877757 25927: include the ignored prefix/suffix in the hidden prefix/suffix
only for compadd -U.
2008-10-23 02:38:58 +00:00
Clint Adams
365e04460d 25926: free val only after it may be passed to strlen (as in 25656). 2008-10-23 00:48:59 +00:00
Peter Stephenson
1a0f907a77 unposted: 4.3.6-dev-2 2008-10-20 10:23:50 +00:00
Peter Stephenson
7f470ebcb0 25912: fix another metafication bug in completion
and remove lies about matchers
2008-10-18 19:16:24 +00:00
Peter Stephenson
96a1f68875 25911: see if we can work around multibyte problems in file system 2008-10-18 16:03:17 +00:00
Clint Adams
802cdd4f5e 25910: avoid dangling file handle in bin_print. 2008-10-18 14:13:15 +00:00
Peter Stephenson
52fba13e9b Rocky: 25907: Makefile needs .exe to run zsh on Cygwin 2008-10-17 08:31:22 +00:00
Peter Stephenson
3c248a0de4 25905: fix and test doubled-hash radix output 2008-10-16 09:34:51 +00:00
Bart Schaefer
b37952c37b Phil Pennock: 25854: fix Devel module completion for "perl -d:". 2008-10-15 06:17:39 +00:00
Bart Schaefer
ac54a0f983 25883 (quoting in _multi_parts) and 25887 (-U in _path_files). 2008-10-15 06:12:41 +00:00
Bart Schaefer
4504a28ac3 Jörg Sommer: 25883: quote tmp1 strings before joining them into a pattern. 2008-10-15 06:11:39 +00:00
Bart Schaefer
3482e2dc8b 25887: fix brace completion oddity by using compadd -U more selectively. 2008-10-15 06:10:02 +00:00
Clint Adams
d6c692599f 25898: avoid dereference of p after it is freed in getmathfunc. 2008-10-14 23:41:13 +00:00
Clint Adams
4622e326bd 25897: remove small bit of dead code in cfp_opt_pats. 2008-10-14 22:09:11 +00:00
Clint Adams
b26cb5f98a 25896: remove small bit of dead code in execbuiltin. 2008-10-14 21:47:52 +00:00
Clint Adams
9b3a41d529 Jörg Sommer: 25882: run ssh with -oBatchMode=yes. 2008-10-14 21:08:00 +00:00
Peter Stephenson
1f0f5b8e62 25893: rescind advice to use m:{[:lower:]}={[:upper:]} matcher for now 2008-10-14 12:59:03 +00:00
Clint Adams
430e54ddc4 25860: avoid possible NULL dereferencing in bld_parts. 2008-10-12 19:28:10 +00:00
Peter Stephenson
f444818f20 unposted, c.f. 25848: attempt to sanitize comptest environment 2008-10-12 19:21:17 +00:00
Peter Stephenson
51b6ff2723 unposted, c.f. 25848: attempt to sanitize comptest environment 2008-10-12 19:20:00 +00:00
Clint Adams
4de54f5d00 25859: avoid possible NULL dereferencing if RC_QUOTES is set. 2008-10-12 18:26:57 +00:00
Clint Adams
89b7eda334 Mikael Magnusson: 25856: typo fixes. 2008-10-12 11:01:17 +00:00
Clint Adams
ee3799ebea Mikael Magnusson: 25855: typo fixes. 2008-10-12 10:53:38 +00:00
Peter Stephenson
d25c551c2c 25845: fix pattern but with backslashed and metafied charaters 2008-10-11 22:16:01 +00:00
Peter Stephenson
b4d336aaca 25845: fix pattern but with backslashed and metafied charaters 2008-10-11 21:57:03 +00:00