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

6900 commits

Author SHA1 Message Date
Mikael Magnusson
2c6c147bd3 28998: use correct return status in _make 2011-04-15 09:57:40 +00:00
Peter Stephenson
7657ea65dc 28997: make --enable-libc-musl explicit 2011-04-14 09:11:02 +00:00
Peter Stephenson
8020750b3c gi1242+zsh: 28991: fix _svn caching policy 2011-04-13 08:13:04 +00:00
Peter Stephenson
97827c1bf5 Valentin Ochs: 28990: more changes needed for signals. 2011-04-12 15:04:19 +00:00
Peter Stephenson
d2fd8b86cf Valentin Ochs: 28990: more changes needed for signals. 2011-04-12 14:51:31 +00:00
Peter Stephenson
c358c64c1d Valentin Ochs: 28989: define _POSIX_C_SOURCE
when testing for sigset_t in configure (needed for musl).
2011-04-12 12:44:05 +00:00
Peter Stephenson
35ddd9c4ba users/15953: handle EINTR when using read -k or -q with -u or -p 2011-04-11 16:34:21 +00:00
Peter Stephenson
f2ea8831e1 users/15945: various _yum corrections and updates 2011-04-11 08:46:05 +00:00
Wayne Davison
9e0b7684e5 28977: fix copying of uninitialized memory when trying to
spell-correct a really long string.
2011-04-06 00:04:06 +00:00
Peter Stephenson
47d1215cb4 Stef van Vlierberghe: 28965 (as posted in 28967):
findproc() should not return processes not marked as SP_RUNNING
2011-04-01 11:02:15 +00:00
Frank Terbeck
eb46727d3a 28959: Make the nvcsformats style be used if vcs_info is disabled. 2011-03-30 21:24:42 +00:00
Frank Terbeck
7c50fa1262 28961: Add `no-vcs' hook. 2011-03-30 21:19:17 +00:00
Frank Terbeck
abe0ee3936 28960: Add functions to add/remove static hooks. 2011-03-30 21:17:07 +00:00
Frank Terbeck
d7bcf2bb96 28958: Support registering hooks independent of the context. 2011-03-30 21:13:37 +00:00
Frank Terbeck
15779b019d Add new vcs_info backend files to corresponding `.distfiles' file. 2011-03-30 20:11:17 +00:00
Frank Terbeck
ae6fb299f3 Mike Meyer: 28956, 28957: Add fossil support to vcs_info. 2011-03-30 20:07:05 +00:00
mikamika
c9b0a25bb7 Fix typo in _vim 2011-03-29 10:08:52 +00:00
Peter Stephenson
35004b546d Mikael: 28948: compdef -e overrides interpretation of argument as service 2011-03-29 08:46:56 +00:00
Bart Schaefer
67847a96ee 28926: No newline after the last line in listlist() when printing the list
in a single column.
2011-03-28 04:50:20 +00:00
Peter Stephenson
e4059eedc7 Mikael: 28941: fix $CURSOR access when metafied 2011-03-27 17:55:41 +00:00
Peter Stephenson
ee52e3c349 28936: ${#$} and ${#?} also didn't work 2011-03-21 11:09:50 +00:00
Frank Terbeck
2895154f89 Johan Sundström: 28890: New _npm completion. 2011-03-20 10:34:33 +00:00
Frank Terbeck
cce858f5ae Nikolai Weibull: 28913: Fix typo which broke `send-email' completion. 2011-03-18 22:43:19 +00:00
Frank Terbeck
b85b9a229d Nikolai Weibull: 28911: Only show modified files for git-checkout without tree. 2011-03-18 22:39:41 +00:00
Frank Terbeck
9e2278e0c1 Nikolai Weibull: 28914: Typo fix in `cvsexportcommit' description 2011-03-18 22:35:52 +00:00
Frank Terbeck
166d91a480 28896: unset `monitor' option while the widget is running to avoid accidential data loss. 2011-03-16 20:53:57 +00:00
Peter Stephenson
b9cdf11d4f Mikael: users/15875: fix _gpg to use _arguments return status 2011-03-16 14:22:56 +00:00
Bart Schaefer
9b2ab24ea5 Greg Klanderman: 28887: fix quoting in defs array 2011-03-12 01:04:00 +00:00
Peter Stephenson
4263d2b821 28889: ${##} should return the length of $# 2011-03-11 21:05:59 +00:00
Peter Stephenson
336836987f fix completion funny with dynamic directories 2011-03-11 18:26:02 +00:00
Peter Stephenson
f2dca9e155 users/15864: turn zsh_directory_name into a hook 2011-03-11 16:32:07 +00:00
Peter Stephenson
cc69ecfb9e 28886: Fix region_highlight dynamic updates for $PREDISPLAY 2011-03-11 10:33:33 +00:00
Bart Schaefer
07d1d2d402 Greg Klanderman: 28846: adapt prefix-needed zstyle to handle the
completion function naming convention of a leading underscore.
2011-03-08 16:08:37 +00:00
Peter Stephenson
7bc97b920b 28866: with POSIX_BUILTINS "command" prefix resets specialness 2011-03-06 21:37:38 +00:00
Bart Schaefer
1a3612f119 Adrian: 28857: Functions/Prompts/prompt_bigfade_setup: use %d instead of $PWD 2011-03-05 17:34:21 +00:00
Frank Terbeck
2eac105770 28853: Fix typo: preceed -> precede 2011-03-04 13:25:25 +00:00
Bart Schaefer
e58ad7548f 28805: move stray text about the sched builtin away from the set builtin. 2011-03-03 05:06:14 +00:00
Peter Stephenson
6a015133bd Baptiste: 28819: FreeBSD completion tweaks 2011-03-01 20:21:59 +00:00
Bart Schaefer
6e50d3d7db 28823: make it an error to tie the same scalar to two different arrays 2011-03-01 05:18:15 +00:00
Peter Stephenson
5035892725 Frank, 28812 as modified in 28813:
fix allocation of wide array in wcs_ztrdup()
2011-02-28 12:05:31 +00:00
Wayne Davison
f2c4bb42f0 Nikolai Weibull's latest version. 2011-02-27 23:29:53 +00:00
Peter Stephenson
655370ff3c 28799: lexical analyser didn't stop early enough with completion words 2011-02-24 13:48:47 +00:00
Peter Stephenson
4bfb5daa7e 28795 plus typos noticed by Mikael: careful with forked shells 2011-02-23 09:47:05 +00:00
Peter Stephenson
dbbcbf67cb 28791: exit on errors with special builtins with POSIXBUILTINS 2011-02-22 20:09:20 +00:00
Peter Stephenson
73ebca4fe9 28783: allow parentheses to be special in more places with SH_GLOB 2011-02-21 11:32:47 +00:00
Peter Stephenson
0e792b9447 28784: exit on exec redirection error with POISX_BUILTINS 2011-02-21 11:28:49 +00:00
Frank Terbeck
3c020a9a9c 28776: Let vcs_info detect very old mercurial repositories. 2011-02-19 11:54:41 +00:00
Peter Stephenson
24e97ba046 28773: add zle-history-line-set widget 2011-02-18 22:34:29 +00:00
Peter Stephenson
212ca9edf9 28772: Update regions in region highlight dynamically 2011-02-18 22:08:45 +00:00
Peter Stephenson
6be3fe2fca 28761: file completion for sccs 2011-02-17 19:54:06 +00:00