index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Doc
Commit message (
Expand
)
Author
Age
Files
Lines
*
33209: allow dummy zsh.texi if yodl not available.
Tanu Kaskinen
2014-09-20
1
-2
/
+4
*
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
*
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 ava...
Barton E. Schaefer
2014-08-07
1
-6
/
+23
*
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
*
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
*
|
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
*
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 improve...
Peter Stephenson
2014-05-16
1
-12
/
+5
*
32603: fix documentation of status after try / always
Eric Cook
2014-05-09
1
-1
/
+1
[next]