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

2102 commits

Author SHA1 Message Date
Peter Stephenson
45bee14fec 26313: --enable-custom-patchlevel
unposted: WARN_CREATE_GLOBAL in tcp_log
2009-01-15 14:49:50 +00:00
Peter Stephenson
7e5d340abe 26393: turn off text attributes in refresh when deleting text 2009-01-13 16:05:46 +00:00
Peter Stephenson
0cf040f4bf Back off 26270 (accept-and-menu-complete).
Was causing memory corruption
2009-01-13 12:19:53 +00:00
Peter Stephenson
e7c9e03c58 26301: make zpty -r exit more cleanly on bad reads
add option -m to make zpty -r return status 1 if pattern failed to match
use this option in comptest
2009-01-13 12:09:26 +00:00
Peter Stephenson
e763f79b3f 26300: dont use "echo -n" for $ZSH_PATCHLEVEL 2009-01-13 10:13:02 +00:00
Andrey Borzenkov
1a43616975 26270: allow accept-and-menu-complete work with _vallues as well 2009-01-09 20:54:35 +00:00
Peter Stephenson
369a03d09f unposted: fix error using dollar Revision dollar 2009-01-09 20:31:23 +00:00
Peter Stephenson
18143c3226 262727: add $ZSH_PATCHLEVEL from ChangeLog revision 2009-01-09 20:28:30 +00:00
Peter Stephenson
d69bd194b9 26260: fix crash failing to assigns scalar to special hash 2009-01-08 13:12:06 +00:00
Peter Stephenson
d388995eed 26249: remove arbitrary string length limit in unmeta() 2009-01-05 21:56:53 +00:00
Andrey Borzenkov
ead23b1898 26247: fix compilation with -Werror=format-security 2009-01-05 11:14:53 +00:00
Peter Stephenson
851663282a Greg Klanderman: 26159: fix appending of kills 2009-01-03 18:12:15 +00:00
Peter Stephenson
02f05d7462 26110: option to allow vared to open to an alternative terminal 2008-12-09 17:37:01 +00:00
Peter Stephenson
9503eaee5a 26116: didn't get updated properly for combining characters 2008-12-07 18:45:30 +00:00
Peter Stephenson
94b39fe195 26095: compilation error if TIOCGWINSZ not defined 2008-11-27 17:05:42 +00:00
Peter Stephenson
fed941ce24 26091: crash at end of history line if history not in use 2008-11-25 18:39:04 +00:00
Peter Stephenson
1e9b85e586 François Revol: some BeOS fixes 2008-11-18 10:14:35 +00:00
Peter Stephenson
14231691e1 26061: fix clash between process subst and numeric glob
26062: additional compmatch change, missed from 26047
2008-11-18 10:07:31 +00:00
Peter Stephenson
0d0e497c69 26056 "< <(...)more_stuff" etc. are errors 2008-11-17 16:56:41 +00:00
Peter Stephenson
2fbc131ca8 26055: ensure process substitution is handled before parameter and command 2008-11-17 16:11:29 +00:00
Peter Stephenson
85c513894d 26047: convert lower levels of completion matching to use
multibyte strings and wide characters
2008-11-15 21:27:45 +00:00
Peter Stephenson
35a8612f21 26042 with some fixes from 26043 (Mikael):
allow <(...) and >(...) to occur in the middle of strings
and =(...) to have extra text following
2008-11-13 21:18:14 +00:00
Oliver Kiddle
dcd26714bb 26030: fix memory leak in vared 2008-11-12 12:59:07 +00:00
Oliver Kiddle
61e9152b11 26028: close temporary file when aborting fc 2008-11-12 12:57:25 +00:00
Oliver Kiddle
085419f95d 26024: don't leave ref count incremented when aborting bindkey with an error 2008-11-11 22:40:16 +00:00
Clint Adams
4b39a04c14 26027: free pprogc before it goes out of scope in makecomplistflags. 2008-11-11 19:36:34 +00:00
Peter Stephenson
a1958f3c41 26025: prefer handling user input to zle -F file descriptor 2008-11-11 18:25:44 +00:00
Clint Adams
29852fe214 unposted: revert 26014. 2008-11-08 06:31:01 +00:00
Clint Adams
3fc22d6eab 26014: don't allocate and leak a patprog if it's not going to be used. 2008-11-06 02:59:42 +00:00
Clint Adams
cbc24017fe 26013: don't ztrdup the other buffer returned by inet_ntoa. cf. 25987. 2008-11-06 01:35:12 +00:00
Peter Stephenson
60b410fd7c "typeset -g <var>" should be silent even without TYPESET_SILENT 2008-11-05 13:01:56 +00:00
Peter Stephenson
d41c6098b4 25989: fix crash in matching 2008-11-02 17:36:26 +00:00
Clint Adams
1b78e1a912 25987: don't ztrdup the buffer returned by inet_ntoa. 2008-11-01 18:20:14 +00:00
Clint Adams
484644676a 25985: don't try to disable signal traps if getsignum returns -1. 2008-11-01 01:19:35 +00:00
Oliver Kiddle
a9a516d219 25983: Fix bug in hash builtin with empty hash entry name 2008-10-31 23:43:36 +00:00
Peter Stephenson
7ce5beb5be 25975: bad tests for pattern match when building up a completion line string 2008-10-30 22:04:03 +00:00
Peter Stephenson
b9500900b1 25972: leaked and uninitialised memory found by valgrind 2008-10-30 20:29:55 +00:00
Peter Stephenson
135211b00b 25971: fix options handling for builtins that handle their own 2008-10-30 19:52:44 +00:00
Peter Stephenson
25833cc89e 25969: two bugs with metafication plus a test for one 2008-10-30 15:34:18 +00:00
Peter Stephenson
176e0dc821 25963: Interrupt at spell check prompt output garbage 2008-10-30 14:04:30 +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
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
36d228b129 25937: builtins with no options should still ignore -- 2008-10-28 20:55:22 +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
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
7f470ebcb0 25912: fix another metafication bug in completion
and remove lies about matchers
2008-10-18 19:16:24 +00:00
Clint Adams
802cdd4f5e 25910: avoid dangling file handle in bin_print. 2008-10-18 14:13:15 +00:00
Peter Stephenson
3c248a0de4 25905: fix and test doubled-hash radix output 2008-10-16 09:34:51 +00:00