1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-05 11:01:13 +02:00
Commit graph

6696 commits

Author SHA1 Message Date
Peter Stephenson
c7ff1b79dd 28179, users/15314, users/15310, users/15200:
various job and process control fixes
2010-08-22 20:08:57 +00:00
Bart Schaefer
059c8dede6 28186: replace (...|...) pattern-match with a loop over the alternatives to
avoid issues with pattern-quoting each alternative.
2010-08-22 15:54:36 +00:00
Frank Terbeck
a7551af424 Mikael Magnusson: 28181: Remove a stray `)' that caused a ".RE" string to be output 2010-08-21 09:35:49 +00:00
Peter Stephenson
e379f0d02b missed this 2010-08-19 17:12:41 +00:00
Peter Stephenson
49af8cc847 unposted: more todo.sh commands 2010-08-19 16:08:30 +00:00
Peter Stephenson
ef9b4ad79e 28172: mark processes as not stopped if sent SIGCONT 2010-08-18 21:21:17 +00:00
Peter Stephenson
a15007fe64 28167: reset more variables on invalidating completion list 2010-08-15 18:40:04 +00:00
Peter Stephenson
8e5061d0c6 28160, 28164: fix redisplay problem after display reset 2010-08-13 08:52:06 +00:00
Peter Stephenson
80eee3a4a3 28122 (Frank) / 28139: add ZLE_STATE 2010-08-11 12:48:19 +00:00
Clint Adams
0bb608abc4 unposted: tweak newline placement. 2010-08-10 18:57:43 +00:00
Peter Stephenson
42cd6020ea unposted: yet another update to _todo.sh 2010-08-10 17:18:44 +00:00
Peter Stephenson
d2e3b6eb62 unposted: further update to _todo.sh
also I forgot to commit the previous one
2010-08-10 17:13:42 +00:00
Peter Stephenson
a9e7fd4e75 28137: zsh-mime-handler typo: $argv[0] should be $argv[1] 2010-08-08 17:20:54 +00:00
Peter Stephenson
04f055d766 Simon Ruderich: 28136: typo in README 2010-08-07 21:22:36 +00:00
Peter Stephenson
e1b6b572ab users/15232: _path_files for paths, again 2010-08-06 15:29:58 +00:00
Peter Stephenson
857ea44b98 28131: update MACHINES entry for Cygwin 2010-08-06 15:27:09 +00:00
Peter Stephenson
965d75af76 28131: update MACHINES entry for Cygwin 2010-08-06 15:27:09 +00:00
Peter Stephenson
0fa931ab7f Holger Macht: 28130: new osc completion 2010-08-05 19:33:47 +00:00
Frank Terbeck
01b4a67310 Seth House: 28114: vcs_info, git: Fix revision lookup with packed repositories. 2010-08-02 21:11:08 +00:00
Frank Terbeck
67e6e030d2 Seth House: 28115: Another git example vcs_info hook. 2010-08-02 21:05:54 +00:00
Peter Stephenson
edcd71603d Daiki Ueno: 28112: fix character width assignment 2010-08-02 09:02:30 +00:00
Peter Stephenson
fc7ad5cc1c users/15219: PRINTEXITVALUE if terminated by signal 2010-07-31 22:03:41 +00:00
Peter Stephenson
5659426c2a always print job status if non-zero status and PRINTEXITSVALUE 2010-07-31 21:06:10 +00:00
Peter Stephenson
9a17762b0c users/15217: use top-level status when redrawing prompt 2010-07-31 19:36:53 +00:00
Frank Terbeck
1682d0cc10 Mikael Magnusson: 28110: Fix yodl warning. 2010-07-30 17:32:41 +00:00
Peter Stephenson
a5a27ad5ec <hamer@hamer.org.ua>: 28104: fix completion crash due to NULL pointer.
Actually commit the code.
2010-07-29 11:08:28 +00:00
Peter Stephenson
f554a8af16 <hamer@hamer.org.ua>: 28104: fix completion crash due to NULL pointer 2010-07-29 08:51:04 +00:00
Peter Stephenson
93e0bc094f users/15204: in zfinit check for compctl before using 2010-07-28 15:53:32 +00:00
Peter Stephenson
4de3dbac16 c.f. users/15202: use "autoload -Uz" consistently 2010-07-28 14:01:12 +00:00
Peter Stephenson
10c2f225fd c.f. users/15202: use "autoload -Uz" consistently 2010-07-28 13:33:52 +00:00
Peter Stephenson
278a892888 28102: use lstat() when checking ignore-parents 2010-07-26 14:00:46 +00:00
Frank Terbeck
efa5e34c6c 28101: Fix window completion for tmux version 1.3 and newer 2010-07-26 13:56:30 +00:00
Peter Stephenson
b116f33f9a Update version to 4.3.10-dev-2 2010-07-25 21:44:16 +00:00
Wayne Davison
c0325f5233 28000: make the branch arg for "git log" optional. 2010-07-24 19:01:22 +00:00
Peter Stephenson
bdfc1edc89 28096: don't add $OLDPWD to recent dirs as we weren't there 2010-07-20 21:46:42 +00:00
Peter Stephenson
c42ae31a19 28081: cdr tweaks 2010-07-20 18:59:15 +00:00
Peter Stephenson
baee5347e4 28092: let _getconf find more configuration variables 2010-07-20 09:06:55 +00:00
Frank Terbeck
bb95aef24f 28095: Fix two hard-coded invocations of the "git" command. 2010-07-19 20:05:22 +00:00
Frank Terbeck
e03c47752b Seth House: 28084, 28083: cleanups and new examples. 2010-07-19 19:21:35 +00:00
Frank Terbeck
9b2334cf55 28093, based on Michel Lespinasse: 28090: Fix a problem with `check-for-changes' and freshly initialised repositories. 2010-07-19 19:20:27 +00:00
Peter Stephenson
76aef28b31 28073: allow #! scripts to search path if interpreter not found 2010-07-15 18:44:12 +00:00
Doug Kearns
af0bfaea08 28078: update _xmlsoft 2010-07-15 14:05:08 +00:00
Doug Kearns
39f8865732 Michael Hwang: 28075: add gpg-zip completion and other improvements to _gpg 2010-07-15 03:16:43 +00:00
Peter Stephenson
50f322298c Jörg Sommer: 28063: suppress warning messages in rubber completion 2010-07-13 08:53:14 +00:00
Peter Stephenson
e9561d771f 28068: contrib texinfo declaration messed up 2010-07-12 09:57:13 +00:00
Frank Terbeck
ddb8104d4f users/15165: Fix a warning about a missing macro in `contrib.yo' 2010-07-12 09:50:54 +00:00
Peter Stephenson
5da6530d83 28065 plus unposted zsh.mdd:
add cdr and related functions and docs
2010-07-09 14:47:48 +00:00
Clint Adams
924f40b772 28062: make the filename even longer 2010-06-30 13:22:51 +00:00
Clint Adams
6e0d1b57ce 28061: transpose filename halves, describe action better 2010-06-30 13:08:14 +00:00
Clint Adams
4085b07dbd 28060: xmlsoft --nodtdattr completion thanks to Vincent Lefevre. 2010-06-30 12:59:12 +00:00