Commit Graph

5668 Commits

Author SHA1 Message Date
Peter Stephenson 791ada572b add some braces to avoid compiler warnings 2012-03-30 11:01:11 +00:00
Peter Stephenson fbc51c9ea7 unposted: add missing parenthesis 2012-03-29 20:41:36 +00:00
Peter Stephenson 13a45d74eb users/16932: implement $UNDO_CHANGE_NO and argument to undo widget 2012-03-29 20:31:33 +00:00
Mikael Magnusson 8bb9818cd4 30378: new gradle completion 2012-03-25 14:50:44 +00:00
Mikael Magnusson 511fc6e367 30368: _tmux: complete arguments to unambiguous partial subcommands 2012-03-24 22:49:20 +00:00
Mikael Magnusson 9db1831828 30372: _tmux: redirect errors to /dev/null 2012-03-24 22:47:34 +00:00
Mikael Magnusson f3a1ac84b0 30371: _ssh: you can specify -i multiple times 2012-03-24 22:46:04 +00:00
Simon Ruderich ff4b48e001 30367: Doc/Zsh/contrib.yo: vcs_info, mention settings used for patch-format/nopatch-format. 2012-03-23 16:37:55 +00:00
Simon Ruderich d5db14e3c9 30366: Misc/vcs_info-examples: Fix outdated quilt examples. 2012-03-23 16:34:38 +00:00
Peter Stephenson 6985875634 30354: Luka Perkov: quilt completion update 2012-03-13 09:48:14 +00:00
Peter Stephenson a76c8de44c 30351 + 30352: metafy strings on import into zsh variables 2012-03-13 09:47:01 +00:00
Peter Stephenson afa112474c users/16865: note that -eq is less convient than (( ... == ... )) 2012-03-07 14:33:21 +00:00
Bart Schaefer fa8a0e241c 30320: "emulate" accepts invocation-time flags; other small doc tweaks. 2012-03-07 06:10:42 +00:00
Peter Stephenson a0d24f0bf3 Alexey: 30322: Completion/Unix/Command/_xmlsoft: accept more
file types.
2012-03-06 20:08:54 +00:00
Clint Adams 45090b19df 30317: complete git merge --ff-only 2012-03-06 02:36:12 +00:00
Clint Adams 942e163807 30316: complete .pdf for evince and epdfview. 2012-03-06 02:10:25 +00:00
Clint Adams 50a3065dc2 30314: add completion for ssh-copy-id. 2012-03-05 16:03:11 +00:00
Peter Stephenson 86f8e8de69 30307 plus tweak suggsted by Wayne: use %lld for zlong when long long 2012-03-05 10:06:28 +00:00
Peter Stephenson 7614be7fe1 30303: emulate inside function marked for execution tracing enables xtrace 2012-03-01 13:00:52 +00:00
Bart Schaefer 3c3d3dc92c Several previously uncommitted patches or patches based on list discussion;
see 30272, 30184, 30090, users/16715, users/16697.
2012-03-01 03:38:30 +00:00
Mikael Magnusson 47a48ced0e 30276: Src/glob.c: Use zlong rather than int when calculating brace expansions of the form {1..9}. 2012-02-29 17:06:07 +00:00
Peter Stephenson 6f93994a5a 30299: "$*" was split with SHWORDSPLIT if IFS was empty or unset 2012-02-29 09:57:40 +00:00
Peter Stephenson 10082faced 30270: don't need errors when testing to see if mtime test will work 2012-02-26 18:54:52 +00:00
Peter Stephenson 3425cf5124 update to 4.3.17-dev-0 and fix year 2012-02-26 18:50:27 +00:00
Peter Stephenson db7d0ac341 unposted: 4.3.17 2012-02-23 21:39:30 +00:00
Bart Schaefer 3604a9c4ac 30242: Tests for ${...=...} in POSIX emulation 2012-02-22 15:35:49 +00:00
Peter Stephenson f9c94bd221 30238 plus small tweaks: document the fork behaviour on suspending complex
builtins
2012-02-22 09:43:13 +00:00
Bart Schaefer 15138d4fb7 30242: use PREFORK_SINGLE for ${...=...} in POSIX emulation 2012-02-20 17:50:39 +00:00
Peter Stephenson 5f25bb8223 Fix post number for 30203 2012-02-20 10:34:18 +00:00
Peter Stephenson 66d61af2b5 unposted: 4.3.16 2012-02-19 19:33:19 +00:00
Peter Stephenson 4a8b5161ae unposted: 4.3.16 2012-02-19 19:28:12 +00:00
Peter Stephenson c80d7a63ca 30231, 30232: updates for 4.3.16 2012-02-15 20:41:41 +00:00
Oliver Kiddle 1fe821a8a1 30198: fix environ style lookup to be done in conventional manner 2012-02-14 17:01:17 +00:00
Oliver Kiddle f97a208aed fix dpkg-deb completion broken by 30199 (spotted by Mikael) 2012-02-14 16:40:18 +00:00
Peter Stephenson c3b79e0f69 users/16760: make reply local in url-quote-magic for the benefit of styles 2012-02-14 15:33:01 +00:00
Frank Terbeck 6157e2d00b 30214: prompt_redhat_setup: Fix quoting in `redhat' prompt. 2012-02-13 20:06:49 +00:00
Peter Stephenson 53f893d062 30181, plus rename of PF_* flags to PREFORK_*:
Pass sh-wordsplitting instructions to paramsubst() using flags,
avoiding side effects of explicitly setting and unsetting the
SHWORDSPLIT option.
2012-02-12 20:27:48 +00:00
Mikael Magnusson cbbed5ed84 30206: Fix ldd completion 2012-02-11 12:56:15 +00:00
Oliver Kiddle c5fce37bce 30199: add (-.) to many completion _files globs 2012-02-10 17:09:05 +00:00
Oliver Kiddle 32eb4faf7c 30197: complete subversion changelists 2012-02-10 16:00:59 +00:00
Oliver Kiddle b627021d6f 30177: completion for fontconfig fonts 2012-02-10 12:41:37 +00:00
Bart Schaefer 3489c15799 30193: remnulargs() after poking into string in case length changes 2012-02-09 20:12:33 +00:00
Peter Stephenson 8e711e2abc fix typo in ChangeLog 2012-02-08 09:52:39 +00:00
Peter Stephenson fe7337447c Timothy Redaelli: file name manipulations
in history can return NULL if HAVE_CANONICALIZE_FILE_NAME
2012-02-08 09:35:17 +00:00
Peter Stephenson a84560cbf2 Holger Macht via Ismail: 30185: openSUSE directory missed from
module definition
2012-02-07 15:41:01 +00:00
Peter Stephenson 4735ee67af 30127: forbid fc from executing history lines in reverse 2012-02-05 19:28:16 +00:00
Peter Stephenson 368d303a20 Mariusz Glebocki: 30179: suppress stderr for listing services 2012-02-03 09:53:01 +00:00
Frank Terbeck 756f17a755 A.Costa: unposted: grammar.yo, ChangeLog-3.1: Fix typo to "definition" 2012-02-01 12:53:48 +00:00
Peter Stephenson 9c21d0baae seiler via Ismail: 30174: osc completion update 2012-01-31 11:49:50 +00:00
Peter Stephenson 6a364de3e1 Felipe: 30158: compgen test not useful with current bashcompinit 2012-01-31 09:40:36 +00:00
Peter Stephenson 76512cdeb0 Richard Hartmann: 30140: whitespace fix in mplayer completion 2012-01-29 18:29:26 +00:00
Peter Stephenson 23907bb840 Felipe Contreras: 31031 to 30137: various bashcompinit improvements 2012-01-29 18:23:53 +00:00
Peter Stephenson a14bba1ae8 Ben: 30118: sqlite completion 2012-01-23 10:03:08 +00:00
Peter Stephenson 084103d30e Ben: 30117: new xclip completion 2012-01-22 20:04:01 +00:00
Frank Terbeck 0d15215d86 30114: VCS_INFO_check_com: Remove a superfluous stat() 2012-01-19 16:57:40 +00:00
Peter Stephenson 69a6df462c missed log entry for 30110 2012-01-17 19:19:32 +00:00
Frank Terbeck c8381cda78 30111: Src/exec.c: Fix segfaults with exec options. 2012-01-16 22:14:11 +00:00
Peter Stephenson cd40e8caf6 Stepan Koltsov: 30105: fix stgit delete completion 2012-01-09 19:48:12 +00:00
Peter Stephenson 609a9d264d typo 2012-01-08 19:00:25 +00:00
Peter Stephenson 8b87aca62e users/16711: try to take account of PATH_DIRS option in command completion 2012-01-08 16:04:38 +00:00
Peter Stephenson 59ff3c6920 30098: missed commit log entry 2012-01-08 15:59:46 +00:00
Peter Stephenson 2d47270112 unposted: fix uninitialised variable warning in pcre 2012-01-06 10:08:53 +00:00
Peter Stephenson 942fe9d6de 30087: Christian Höltje: remove any hooks with prompt theme 2012-01-05 20:04:09 +00:00
Peter Stephenson 9b923cccea 30084: `zle -T tc func' for zle testing of termcap output 2012-01-05 20:01:24 +00:00
Frank Terbeck 1a330ad751 30079: Src/params.c: Restore `LC_ALL' when setting `LANG'. 2012-01-04 22:35:55 +00:00
Peter Stephenson 731877dd78 30084: missing zsfree(argzero) 2012-01-04 17:50:11 +00:00
Bart Schaefer bcd0fd1128 queue_signals() to prevent adjustwinsize() loop on FreeBSD 2012-01-02 19:31:16 +00:00
Frank Terbeck ea7e24879f 30048: C02cond.ztst: Avoid [[ -N ... ]] on file-systems mounted `noatime' 2011-12-30 13:37:41 +00:00
Frank Terbeck ee03cac7fe 30046: VCS_INFO_get_data_svn: Fix support for subversion version 1.7 2011-12-30 13:32:51 +00:00
Bart Schaefer 30c98aa87e 30069: replace empty parens with LPAR()RPAR() in an example. 2011-12-28 03:20:18 +00:00
Peter Stephenson ae146b0fe2 30041: fix bash-style offsets for positional parameters when scalars 2011-12-21 22:39:28 +00:00
Peter Stephenson 1ea6009209 T.C. Hollingsworth: 30036: new systemctl argument completion 2011-12-21 22:24:45 +00:00
Bart Schaefer 81cb361d73 30033: silence valgrind warnings 2011-12-20 17:15:50 +00:00
Peter Stephenson fceb078924 unposted: update version to 4.3.15-dev-0 to avoid clash with 4.3.15 install 2011-12-19 11:12:28 +00:00
Peter Stephenson 09532a70ea unposted: release 4.3.15 2011-12-17 15:15:20 +00:00
Peter Stephenson 0082320b79 Simon Olofsson: fix matching of subversion help text 2011-12-16 09:18:34 +00:00
Mikael Magnusson 4264cab646 29783: _update-alternatives: Add more options. 2011-12-14 12:58:32 +00:00
Mikael Magnusson 346c4c46cc 30021: _globquals: Add d flag, show what unit the digits are entered in. 2011-12-14 01:11:20 +00:00
Mikael Magnusson fd1c2364f4 30019: _tar: fix parsing of argument to -C. 2011-12-13 19:33:15 +00:00
Mikael Magnusson 02dc5c681e 29998: _git: fix a typo (--rerbose). 2011-12-13 19:28:19 +00:00
Bart Schaefer 71996d83d9 30012 and 30020: $state_descr and prompt_preview_theme 2011-12-13 17:44:33 +00:00
Peter Stephenson 93139f39f1 30000 plus some comments: Better POSIXJOBs behaviour.
Don't restore default SIGTTOU etc. behaviour if still doing job control.
Only carry on doing job control in subshell if it's a real
(...) subshell
2011-12-12 19:25:02 +00:00
Peter Stephenson 290ab11885 discussed in 29984: use m+7 for files more than a week old 2011-12-11 17:48:26 +00:00
Peter Stephenson acb97e6115 29991: allow explicit "d" for days in time qualifiers 2011-12-11 17:22:59 +00:00
Mikael Magnusson a7794bd153 29961: _ssh: extend option completion. 2011-12-10 19:37:35 +00:00
Mikael Magnusson ac78bd010c 29962: Actually return ret in _ssh. 2011-12-10 19:35:49 +00:00
Peter Stephenson 3346803ffd Fix ChangeLog --- last entry was added in the middle instead of the top 2011-12-10 18:43:36 +00:00
Peter Stephenson 2b4e0140d6 GI: 29977: caching and function definition fixes for _modutils 2011-12-10 18:23:00 +00:00
Bart Schaefer 48c46fe9b1 Fix some zsh-users article references that have transposed or off-by-one
digits.
2011-12-10 03:39:29 +00:00
Simon Ruderich d374f2b180 29918: Completion: Add new _remote_files() helper and use it to reduce code duplication. 2011-12-09 22:39:08 +00:00
Simon Ruderich 3e1146677f 29917: Completion/Unix/Command/_ssh: Tabs to spaces. 2011-12-09 22:32:52 +00:00
Mikael Magnusson df2140e4cb 29409: Add xprop and xlsatoms completions. 2011-12-09 15:58:35 +00:00
Mikael Magnusson 9d83e165fc unposted: remove duplicated 'the' in compsys.yo. 2011-12-09 15:54:17 +00:00
Peter Stephenson 94ef211b9b unposted: add NO_ignoreclosebraces to options for completion 2011-12-09 15:02:39 +00:00
Peter Stephenson 87151e8bd7 users/16614: update config.guess and config.sub from automake 1.11.1 2011-12-09 15:01:39 +00:00
Mikael Magnusson 86df8f1643 unposted: fix typo in ChangeLog 2011-12-09 14:52:18 +00:00
Mikael Magnusson 45cd289e49 29876: Update getent completion. 2011-12-09 14:51:54 +00:00
Peter Stephenson e3182c18de 29955++: IGNORE_CLOSE_BRACES option 2011-12-08 19:42:07 +00:00
Peter Stephenson 22aede45f6 29928: belated commit to fix OpenBSD redirection test 2011-12-08 15:55:10 +00:00
Peter Stephenson b018282930 Update version to 4.3.14-dev-0 2011-12-07 20:13:39 +00:00