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

6652 commits

Author SHA1 Message Date
Peter Stephenson
35b74bc0b9 unposted: minor doc tweak for regexp-replace 2010-02-02 14:56:39 +00:00
Peter Stephenson
2ff698ce1d Andrei, 27644, ish: check for #! without a fork 2010-02-02 14:55:36 +00:00
Peter Stephenson
84fb892f0a unposted: FAQ notes on zsh-nt.sourceforge.net,
terminal application mode horror
2010-02-01 11:02:52 +00:00
Peter Stephenson
72f01c6c72 unposted: FAQ notes on zsh-nt.sourceforge.net,
terminal application mode horror
2010-02-01 10:56:59 +00:00
Peter Stephenson
1caf52f396 Mikael: 27642: missing glob qualifier completion 2010-01-31 19:48:42 +00:00
Peter Stephenson
0d8a580951 users/14752: add #! line to zed
allow script run with -i to exit on return
2010-01-29 21:44:54 +00:00
Peter Stephenson
1d31834223 Julien Jehannet: users/14751: typo in variable name in zed 2010-01-29 20:58:43 +00:00
Peter Stephenson
06b7029aa8 27638, based on Frank Terbeck, 27633: SOURCETRACE option 2010-01-27 19:24:22 +00:00
Clint Adams
b49746d827 27617: graphicsmagick completion based on _imagemagick. 2010-01-23 07:16:24 +00:00
Peter Stephenson
ec46ff026e users/14732: Test X:/ rather than X: in Cygwin 2010-01-22 20:42:09 +00:00
Peter Stephenson
f0287c6e17 users/14723: invalid converted characters should never match valid ones 2010-01-21 11:11:05 +00:00
Peter Stephenson
f02778f83c 27611: cache parameter values in math eval so subscripts are eval'd once 2010-01-20 17:17:45 +00:00
Peter Stephenson
af68ff74cd 27608: fix memory for mbegin, mend & regexp test 2010-01-20 11:16:22 +00:00
Peter Stephenson
1c71dfd735 unposted: return status 1 if no replacement 2010-01-19 13:13:56 +00:00
Peter Stephenson
7ec0c64b4d avoid Yodl error in cond.yo 2010-01-19 10:20:15 +00:00
Peter Stephenson
6190f5f5e2 Frank: 27606: tmux -d 2010-01-19 09:48:23 +00:00
Peter Stephenson
ec7b7e09e9 unposted: clarify documentation for 27604 2010-01-18 12:50:59 +00:00
Peter Stephenson
c508c6e368 27604: substitution using regular expressions 2010-01-18 12:47:09 +00:00
Peter Stephenson
8890e6e19f 27600: extend =~ syntax to set positional variables for matches 2010-01-17 21:48:25 +00:00
Peter Stephenson
a2c89eb701 Frank: 27599: fix formatting documentation for VCS_Info. 2010-01-16 16:27:50 +00:00
Peter Stephenson
d7d6a72673 Mikael: 27597: accepting zstyle completion unnecessarily hard. 2010-01-13 20:27:36 +00:00
Peter Stephenson
036cb0ce95 Joakim Rosqvist: 27591 as modified in 27594:
KEYBOARD_HACK variable
2010-01-13 12:05:22 +00:00
Peter Stephenson
a7ea114f96 missed ChangeLog entry 2010-01-10 18:15:23 +00:00
Clint Adams
fd526797f2 Frank Terbeck: 27586: more tmux completion support. 2010-01-10 03:34:20 +00:00
Peter Stephenson
8c60540ce6 27577: sergio: (%) is not needed in zcalc prompt since PROMPTPERCENT is obeyed 2010-01-08 09:30:43 +00:00
Clint Adams
b1e8b11abe 27579: allow ssh -S argument to follow immediately the option letter. 2010-01-07 14:02:59 +00:00
Clint Adams
5797f75de3 27578: allow ionice -c and -n arguments to immediately follow the option letters. 2010-01-07 13:55:08 +00:00
Peter Stephenson
f80bc2b5f6 27566: add ulimit -c hard and immediate return on argument error 2010-01-05 16:29:35 +00:00
Peter Stephenson
de4dac8874 27565: sanity check numeric arguments to ulimit 2010-01-05 15:58:15 +00:00
Peter Stephenson
a4fbfa38be Jesse Weinstein: 27553: improve doc phrasing 2010-01-04 20:46:35 +00:00
Clint Adams
c38161461f 27559: espeak language codes and voice names. 2010-01-04 20:34:34 +00:00
Clint Adams
31ec41022c Jesse Weinstein: 27558: completion for espeak. 2010-01-04 20:16:22 +00:00
Peter Stephenson
b397fbbe7a 27556: sanitize more variables in lexsave()
avoiding crashes in inner loops
2010-01-04 12:21:06 +00:00
Clint Adams
f080ccb15a Chris Lamb: 27545: runserver_plus and files completion for django. 2009-12-29 19:56:14 +00:00
Wayne Davison
6e317e4b96 Add symlink-based hist-file locking. 2009-12-18 19:50:45 +00:00
Peter Stephenson
5355700992 Greg: 27529: ULR schemas in subversion completion 2009-12-17 09:47:58 +00:00
Wayne Davison
693fd5b56e Check the return value of all pipe(), read(), and write() calls.
Gets rid of all the remaining "ignoring return value" compiler
warnings, and makes some read/write operations safer by ensuring
that an EINTR is handled.
2009-12-16 18:39:06 +00:00
Wayne Davison
74d17bc282 Get rid of some "ignoring return value" compiler warnings
and provide read_loop() and write_loop() functions.
2009-12-16 18:38:44 +00:00
Peter Stephenson
3b289b32a7 unposted: new run-help-p4 2009-12-16 12:11:56 +00:00
Peter Stephenson
46bad169a8 27492 based on Jörg Sommer: 27473: fix run-help alias problem. 2009-12-16 11:07:09 +00:00
Peter Stephenson
c4b72029cd 27518: suggest some more configure argument patterns 2009-12-14 21:35:02 +00:00
Andrey Borzenkov
d9c5241fc5 unposted: add --exclude-dir grep option 2009-12-14 16:53:34 +00:00
Peter Stephenson
c7767889b0 Alexey I. Froloff: 27470: _git update 2009-12-13 22:30:29 +00:00
Wayne Davison
45eef71215 Fixed --human-readable options and arg-acceptance of -f. 2009-12-13 18:22:51 +00:00
Clint Adams
11fc29f8b2 Michael Prokop: 27504: fix typo with dput --delayed. 2009-12-12 23:26:31 +00:00
Peter Stephenson
512c62fc03 27503: fix crash with hook functions 2009-12-11 22:21:26 +00:00
Clint Adams
ed9f525f1b 27494: reportbug --paranoid, --no-paranoid, --body, and --body-file. 2009-12-10 20:49:27 +00:00
Peter Stephenson
7293565963 27479: prevent completions split across backslash-newline
from causing too much mayhem
2009-12-07 21:40:04 +00:00
Peter Stephenson
7bc089c6be Mikael: 27453: highlighting for removable completion suffixes
27466: document it
2009-12-05 19:38:07 +00:00
Peter Stephenson
2fc15d198a Frank: 27450: another tmux completion update 2009-12-05 19:11:49 +00:00