1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-20 10:53:29 +02:00
Commit Graph

1336 Commits

Author SHA1 Message Date
Peter Stephenson
3b5d77d819 33423: expand ${(p)...} to allow ${(ps.$param.)...} 2014-10-12 17:52:11 +01:00
Mikael Magnusson
7eb949a6bb Fix some typos in the documentation 2014-10-03 04:54:48 +02:00
Oliver Kiddle
00a654af5c 33323: fix bug in removing math functions and complete -M option to functions 2014-10-02 19:29:32 +02:00
Barton E. Schaefer
c080bd52bc 33319: fix parens in example from 33312 2014-10-01 21:31:20 -07:00
Peter Stephenson
5e516898d7 33312: document redirections applied to function definitions 2014-10-01 20:36:55 +01:00
Tanu Kaskinen
f4aae44162 33209: allow dummy zsh.texi if yodl not available.
Removes catastrophic make failure so rest of make can finish.
2014-09-20 19:24:47 +01:00
Barton E. Schaefer
b4c7f0e7d1 33206: fix compdescribe doc 2014-09-19 19:45:55 -07:00
Peter Stephenson
08e5191ff0 users/19097: remove $functypetrace in favour of ref to $zsheval_context 2014-09-18 19:09:52 +01:00
Marc Finet
9c29a4f1f6 33184: vcs_info git: consider patches for rebase
Since a rebase contains a list of patches to re-apply, re-use the
facility for stgit to have the same mechanism.
The patch list given to the gen-{un,}applied-string hooks is an array
with the sha1 and the subject of the commit. On rebase merge, the
applied patches prior to current contains only a number and "?".
2014-09-16 23:20:55 +02:00
Mikael Magnusson
78dd672e1a 33136: P glob qual appends words when negated 2014-09-16 00:27:05 +02:00
Peter Stephenson
246404a44d Add $functypestack special parameter in zsh/parameter 2014-09-12 20:35:16 +01:00
Barton E. Schaefer
b7ba62871e clarify ${(~j.|.)array} example 2014-09-06 22:17:56 -07:00
Peter Stephenson
3518783680 33110: document use of $IFS[0] for variable padding 2014-09-04 20:23:22 +01:00
Peter Stephenson
2bff41d1f6 33091: improve documentation for ttyctl 2014-09-04 09:31:44 +01:00
Barton E. Schaefer
5b57f28256 33070: add %(e..) based on %e 2014-08-30 14:11:58 -07:00
Peter Stephenson
711e1427b5 33057: %e in prompts shows evaluation / execution depth 2014-08-29 09:46:34 +01:00
Peter Stephenson
cc6e9db29d 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
Oliver Kiddle
469ee6daef 32997: new utility function for separated lists 2014-08-14 19:00:04 +02:00
Peter Stephenson
5bcf00979f 33002: tcp_expect -P pm tags matches with a string 2014-08-14 09:56:43 +01:00
Axel Beckert
3542ca828a 32975, 32984: texi2html.conf location inconsistent in makefile 2014-08-12 09:42:08 +01:00
Axel Beckert
1973bbd125 unposted: Fix typo in Doc/Zsh/expn.yo 2014-08-10 13:27:41 +02:00
Barton E. Schaefer
349fe907cb mention 32971 in NEWS, clarify RPROMPT behavior in docs 2014-08-08 18:48:30 -07:00
Barton E. Schaefer
6fc3b67b80 32971: negative argument with %(l..) and with %<< or %>> calculates space available before right margin 2014-08-07 09:26:09 -07:00
Peter Stephenson
ef3fd473c0 32954: Missed the doc change. 2014-08-04 19:53:54 +01:00
Mikael Magnusson
b8751cb9d7 32949 (wip 32928, 32937): Add :^ syntax for zipping two arrays 2014-08-04 19:00:01 +02:00
Peter Stephenson
1f396dbe25 32944: read -qs is handled correctly by current code 2014-08-03 20:33:11 +01:00
Peter Stephenson
ebc27890da user/19006: document position of RC_EXPAND_PARAM in parameter subst 2014-08-03 20:31:21 +01:00
Peter Stephenson
15db636380 %P at start of TCP function system prompt causes %-style prompt subst 2014-07-30 12:26:03 +01:00
Peter Stephenson
d3d0910293 32918: add %. to ztrftime for use in prompts 2014-07-30 12:10:15 +01:00
Peter Stephenson
6076c474f2 unposted: replace-argument can take negative prefix to count from end 2014-07-24 10:49:50 +01:00
Barton E. Schaefer
4054f1a0e8 force retention of whitespace in "fc" item prototype 2014-07-20 11:44:51 -07:00
Barton E. Schaefer
2693d852f6 32891: CASE_MATCH for =~ when using pcre; fix pcre_match with empty string 2014-07-20 11:42:09 -07:00
Peter Stephenson
4e54648add 32866: new replace-argument ZLE function.
Also a couple of read-from-minibuffer fixes: don't pass numeric
argument to recursive edit, and hide the minibuffer edit from
the undo history.
2014-07-17 09:45:46 +01:00
Peter Stephenson
f6b322979b Attempt to improve doc for assignment 2014-07-08 09:38:48 +01:00
Jun T
fa4c71b29e 32812: put contents at start of manual 2014-06-26 21:33:45 +01:00
Peter Stephenson
e0dccff13e 32799: resource NTHR not well handled on NetBSD 2014-06-26 10:48:19 +01:00
Jun T
0853bcfdd6 32781: source behaves like . w.r.t. path search 2014-06-16 20:15:35 +01:00
Jun T
522908c7ff 32779: fix a typo in options.yo 2014-06-14 16:14:38 +02:00
Peter Stephenson
b5198b10a1 32768 with further modifications: LOCAL_LOOPS option. 2014-06-13 21:39:44 +01:00
jchaloup
d6698d89a6 32666: shell emulation doc addition 2014-06-13 21:32:58 +01:00
Peter Stephenson
6336347c9e fix my own merge conflict with grammar changes 2014-06-09 09:50:37 +01:00
Jun T
2ba4aa275e 32755: move incorrectly placed line in grammar.yo 2014-06-09 09:45:47 +01:00
Jun T
37ccdf58c0 32719: minor doc issues 2014-06-06 22:04:08 +01:00
Jun T
d7ca50c872 32715: doc formatting fixes 2014-06-06 22:02:04 +01:00
Peter Stephenson
7f6dc0fe8e 32682 with tweaks: Add INC_APPEND_HISTORY_TIME.
Revert INC_APPEND_HISTORY behaviour.
2014-06-06 21:56:47 +01:00
Daniel Shahaf
69378db3c5 32708: glob qualifier (Y) implies (oN)
plus incidental patch to avoid adding a meaningless bitvalue to sort-order flags
2014-06-04 22:47:20 -07:00
Daniel Shahaf
9381bb6a2d 32694: the number of matches to find is the suffix argument of (Y) qualifier 2014-06-03 23:46:07 -07:00
Jun T
5cfe18670c 32681: formatting issue in zle doc 2014-06-03 20:26:42 +01:00
Barton E. Schaefer
19f3161e51 32634: add POSIX_ARGZERO option 2014-06-01 15:01:37 -07:00
Daniel Shahaf
10ae77c0cf users/18857: add (Y) glob qualifier to generate only one match per pattern 2014-06-01 14:18:21 -07:00