Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 33209: allow dummy zsh.texi if yodl not available. | Tanu Kaskinen | 2014-09-20 | 1 | -2/+4 |
| | | | | Removes catastrophic make failure so rest of make can finish. | ||||
* | 33206: fix compdescribe doc | Barton E. Schaefer | 2014-09-19 | 1 | -6/+6 |
| | |||||
* | users/19097: remove $functypetrace in favour of ref to $zsheval_context | Peter Stephenson | 2014-09-18 | 1 | -13/+9 |
| | |||||
* | 33184: vcs_info git: consider patches for rebase | Marc Finet | 2014-09-16 | 1 | -7/+7 |
| | | | | | | | | 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 "?". | ||||
* | 33136: P glob qual appends words when negated | Mikael Magnusson | 2014-09-16 | 1 | -0/+6 |
| | |||||
* | Add $functypestack special parameter in zsh/parameter | Peter Stephenson | 2014-09-12 | 1 | -1/+13 |
| | |||||
* | clarify ${(~j.|.)array} example | Barton E. Schaefer | 2014-09-06 | 1 | -4/+5 |
| | |||||
* | 33110: document use of $IFS[0] for variable padding | Peter Stephenson | 2014-09-04 | 1 | -0/+4 |
| | |||||
* | 33091: improve documentation for ttyctl | Peter Stephenson | 2014-09-04 | 1 | -3/+15 |
| | |||||
* | 33070: add %(e..) based on %e | Barton E. Schaefer | 2014-08-30 | 1 | -0/+1 |
| | |||||
* | 33057: %e in prompts shows evaluation / execution depth | Peter Stephenson | 2014-08-29 | 1 | -0/+6 |
| | |||||
* | 33047: use git to simplify massively source distribution file selection | Peter Stephenson | 2014-08-23 | 3 | -77/+1 |
| | |||||
* | 32997: new utility function for separated lists | Oliver Kiddle | 2014-08-14 | 1 | -0/+13 |
| | |||||
* | 33002: tcp_expect -P pm tags matches with a string | Peter Stephenson | 2014-08-14 | 1 | -2/+11 |
| | |||||
* | 32975, 32984: texi2html.conf location inconsistent in makefile | Axel Beckert | 2014-08-12 | 1 | -3/+3 |
| | |||||
* | unposted: Fix typo in Doc/Zsh/expn.yo | Axel Beckert | 2014-08-10 | 1 | -1/+1 |
| | |||||
* | mention 32971 in NEWS, clarify RPROMPT behavior in docs | Barton E. Schaefer | 2014-08-08 | 1 | -3/+5 |
| | |||||
* | 32971: negative argument with %(l..) and with %<< or %>> calculates space ↵ | Barton E. Schaefer | 2014-08-07 | 1 | -6/+23 |
| | | | | available before right margin | ||||
* | 32954: Missed the doc change. | Peter Stephenson | 2014-08-04 | 1 | -1/+3 |
| | |||||
* | 32949 (wip 32928, 32937): Add :^ syntax for zipping two arrays | Mikael Magnusson | 2014-08-04 | 1 | -0/+24 |
| | |||||
* | 32944: read -qs is handled correctly by current code | Peter Stephenson | 2014-08-03 | 1 | -2/+1 |
| | |||||
* | user/19006: document position of RC_EXPAND_PARAM in parameter subst | Peter Stephenson | 2014-08-03 | 1 | -4/+9 |
| | |||||
* | %P at start of TCP function system prompt causes %-style prompt subst | Peter Stephenson | 2014-07-30 | 1 | -0/+4 |
| | |||||
* | 32918: add %. to ztrftime for use in prompts | Peter Stephenson | 2014-07-30 | 1 | -0/+7 |
| | |||||
* | unposted: replace-argument can take negative prefix to count from end | Peter Stephenson | 2014-07-24 | 1 | -0/+1 |
| | |||||
* | force retention of whitespace in "fc" item prototype | Barton E. Schaefer | 2014-07-20 | 1 | -1/+1 |
| | |||||
* | 32891: CASE_MATCH for =~ when using pcre; fix pcre_match with empty string | Barton E. Schaefer | 2014-07-20 | 1 | -1/+9 |
| | |||||
* | 32866: new replace-argument ZLE function. | Peter Stephenson | 2014-07-17 | 1 | -0/+25 |
| | | | | | | 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. | ||||
* | Attempt to improve doc for assignment | Peter Stephenson | 2014-07-08 | 2 | -3/+13 |
| | |||||
* | 32812: put contents at start of manual | Jun T | 2014-06-26 | 2 | -1/+1 |
| | |||||
* | 32799: resource NTHR not well handled on NetBSD | Peter Stephenson | 2014-06-26 | 1 | -0/+3 |
| | |||||
* | 32781: source behaves like . w.r.t. path search | Jun T | 2014-06-16 | 1 | -1/+1 |
| | |||||
* | 32779: fix a typo in options.yo | Jun T | 2014-06-14 | 1 | -1/+1 |
| | |||||
* | 32768 with further modifications: LOCAL_LOOPS option. | Peter Stephenson | 2014-06-13 | 1 | -4/+19 |
| | |||||
* | 32666: shell emulation doc addition | jchaloup | 2014-06-13 | 1 | -1/+1 |
| | |||||
* | fix my own merge conflict with grammar changes | Peter Stephenson | 2014-06-09 | 5 | -66/+87 |
|\ | |||||
| * | 32719: minor doc issues | Jun T | 2014-06-06 | 1 | -15/+16 |
| | | |||||
| * | 32715: doc formatting fixes | Jun T | 2014-06-06 | 3 | -45/+47 |
| | | |||||
| * | 32682 with tweaks: Add INC_APPEND_HISTORY_TIME. | Peter Stephenson | 2014-06-06 | 1 | -6/+24 |
| | | | | | | | | Revert INC_APPEND_HISTORY behaviour. | ||||
* | | 32755: move incorrectly placed line in grammar.yo | Jun T | 2014-06-09 | 1 | -1/+1 |
|/ | |||||
* | 32708: glob qualifier (Y) implies (oN) | Daniel Shahaf | 2014-06-04 | 1 | -1/+6 |
| | | | | plus incidental patch to avoid adding a meaningless bitvalue to sort-order flags | ||||
* | 32694: the number of matches to find is the suffix argument of (Y) qualifier | Daniel Shahaf | 2014-06-03 | 1 | -3/+4 |
| | |||||
* | 32681: formatting issue in zle doc | Jun T | 2014-06-03 | 1 | -0/+1 |
| | |||||
* | 32634: add POSIX_ARGZERO option | Barton E. Schaefer | 2014-06-01 | 2 | -4/+29 |
| | |||||
* | users/18857: add (Y) glob qualifier to generate only one match per pattern | Daniel Shahaf | 2014-06-01 | 1 | -0/+4 |
| | |||||
* | 32640: (#q) in [[ ... ]] forces globbing | Peter Stephenson | 2014-06-01 | 2 | -3/+33 |
| | |||||
* | 32620: Typo fix after commit eb4c70d | Daniel Shahaf | 2014-05-29 | 1 | -1/+1 |
| | |||||
* | 32616: bad printf arguments for limits | Jun T | 2014-05-18 | 1 | -0/+7 |
| | |||||
* | users/18827 plus tweaks to original comments: hg bookmarks extraction ↵ | Peter Stephenson | 2014-05-16 | 1 | -12/+5 |
| | | | | improvement | ||||
* | 32603: fix documentation of status after try / always | Eric Cook | 2014-05-09 | 1 | -1/+1 |
| |