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
*
35824: allow highlighting of just pasted text and put text from bracketed pas...
Oliver Kiddle
2015-07-23
1
-0
/
+3
*
35775: New zsh-specific yodl vim syntax highlighting.
Daniel Shahaf
2015-07-13
1
-0
/
+4
*
35708: add UNDO_LIMIT_NO
Peter Stephenson
2015-07-09
1
-1
/
+22
*
unposted: alphabetize ${(b)...} flag
Barton E. Schaefer
2015-07-06
1
-19
/
+19
*
35709: explain :s/// modifier contexts.
Barton E. Schaefer
2015-07-06
1
-0
/
+13
*
35704: compadd -E 0 should imply -J and -2
Oliver Kiddle
2015-07-06
1
-1
/
+3
*
unposted: fix formatting typo in options list.
Peter Stephenson
2015-06-29
1
-1
/
+1
*
35655: APPEND_CREATE option for POSIX copmatible NO_CLOBBER
Peter Stephenson
2015-06-29
1
-4
/
+21
*
35626: update POSIX_CD to note that it is on in ksh and sh emulations
Barton E. Schaefer
2015-06-26
1
-1
/
+1
*
various posts: Implement assignment parsing for typeset.
Peter Stephenson
2015-06-24
3
-21
/
+81
*
35554: Document narrow-to-region -l and -r.
Mikael Magnusson
2015-06-22
1
-2
/
+9
*
35474, 35492: support the bracketed paste mode of newer terminal emulators
Oliver Kiddle
2015-06-19
2
-0
/
+29
*
35487, 35496: don't reinstate previous incremental search string
Oliver Kiddle
2015-06-19
1
-1
/
+3
*
35442: document MULTIBYTE is always on by default when available
Peter Stephenson
2015-06-11
1
-5
/
+3
*
35418: fix usage synopsis for _describe to be clear that a single
Oliver Kiddle
2015-06-09
1
-1
/
+1
*
35350: extend "fc -I" to cover listing of "internal" history events only
Barton E. Schaefer
2015-06-06
1
-31
/
+31
*
35386: expand tabs where useful in builtins outputing function.
Peter Stephenson
2015-06-05
2
-8
/
+26
*
unposted: Typo fix
Daniel Shahaf
2015-06-02
1
-1
/
+1
*
35353: print -x and print -X expand tabs
Peter Stephenson
2015-06-02
1
-1
/
+22
*
35343: Avoid $#name length handling for POSIX_IDENTIFIERS
Peter Stephenson
2015-05-31
2
-0
/
+14
*
users/20238: add "fc -L" to operate only on the local shell history
Barton E. Schaefer
2015-05-30
1
-6
/
+10
*
35311: typo in zfuput behaviour
Han Pingtian
2015-05-30
1
-1
/
+1
*
35318: POSIX_BUILTINS behaviour for getopts.
Peter Stephenson
2015-05-28
2
-1
/
+6
*
35289: fix typos in the description of emulate
Jun-ichi Takimoto
2015-05-26
1
-2
/
+2
*
35255: if available, use texi2any instead of texi2html
Jun-ichi Takimoto
2015-05-23
1
-5
/
+9
*
35250: Fix case documentation (SH_GLOB)
Peter Stephenson
2015-05-21
1
-5
/
+11
*
35193: Add "unalias -a".
Peter Stephenson
2015-05-18
1
-1
/
+8
*
35110: don't implicitly initialize restricted integers to zero
Peter Stephenson
2015-05-14
1
-0
/
+18
*
unposted: include doc tweek to expn.yo from 35071
Jun T
2015-05-12
1
-6
/
+6
*
35086: reapply a hunk from 35067 for expn.yo
Jun T
2015-05-12
1
-0
/
+19
*
35075: improve manual format
Jun-ichi Takimoto
2015-05-12
24
-374
/
+401
*
35067: Add (b) parameter flag for pattern char backslashing.
Peter Stephenson
2015-05-10
1
-0
/
+19
*
35059: fix, document, test readonly -p.
Peter Stephenson
2015-05-08
1
-0
/
+5
*
c.f. 35041: typo in zle.yo
Peter Stephenson
2015-05-06
1
-1
/
+1
*
35034: improve manual format up to Chapter18
Jun-ichi Takimoto
2015-05-06
9
-254
/
+265
*
35008: clarify description of 'exec' and 'return'
Jun-ichi Takimoto
2015-05-01
1
-6
/
+12
*
35007: Note in doc about scope of ZLE parameters
Peter Stephenson
2015-05-01
1
-0
/
+15
*
34992: POSIX fix for readonly variables.
Peter Stephenson
2015-04-29
1
-0
/
+7
*
34961: minor wording clarification
Barton E. Schaefer
2015-04-25
1
-1
/
+1
*
34961: sysparams[pid] and sysparams[ppid] added to variables index
Barton E. Schaefer
2015-04-25
1
-0
/
+2
*
34902: Doc: Explain the numeric argument and be consistent about what we call it
Mikael Magnusson
2015-04-16
3
-20
/
+31
*
34880: POSIX_TRAPS doc
Han Pingtian
2015-04-13
1
-1
/
+1
*
34875: CSH_JUNKIE_HISTORY doc
Han Pingtian
2015-04-13
1
-2
/
+2
*
users/20078: HIST_BEEP doc
Han Pingtian
2015-04-13
1
-1
/
+1
*
34850: make URLs in html/pdf docs clickable
Jun-ichi Takimoto
2015-04-07
8
-32
/
+35
*
34840: minor format fixes in prompt.yo
Jun-ichi Takimoto
2015-04-03
1
-3
/
+3
*
34836: fix description of '%-0<<' in prompt.yo
Jun-ichi Takimoto
2015-04-03
1
-1
/
+2
*
34822: correction to GLOB_SUBST doc
Han Pingtian
2015-04-01
1
-1
/
+1
*
34785: fix typo in SHINSTDIN doc
Han Pingtian
2015-03-27
1
-1
/
+1
*
34769: incorrect doc of process time calculation
Han Pingtian
2015-03-25
1
-1
/
+1
[next]