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
/
Zsh
Commit message (
Expand
)
Author
Age
Files
Lines
*
25643: keep DEBUG and ZERR traps in subshells
Peter Stephenson
2008-09-11
1
-1
/
+3
*
25641: add emulation option (NO_)MULTI_FUNC_DEF
Peter Stephenson
2008-09-11
1
-0
/
+8
*
25627: add $ZSH_SUBSHELL
Peter Stephenson
2008-09-05
1
-0
/
+7
*
25615: $ZSH_DEBUG_CMD for use in DEBUG traps
Peter Stephenson
2008-09-05
2
-9
/
+17
*
25603: format error in compsys.yo
Peter Stephenson
2008-09-03
1
-2
/
+2
*
25595: fix line numbers with EVAL_LINENO,
Peter Stephenson
2008-09-03
1
-9
/
+12
*
Alexey I. Froloff: 25459: add list-dirs-first style.
Peter Stephenson
2008-08-21
1
-0
/
+13
*
25448: add $funcfiletrace to show absolute line number for caller
Peter Stephenson
2008-08-13
1
-0
/
+13
*
25443 (tweaked): allow $functrace to show sourced files
Peter Stephenson
2008-08-12
1
-0
/
+5
*
25247 with further modifications: add $funcsourcetrace
Peter Stephenson
2008-08-11
1
-1
/
+11
*
unposted: prvent command(s) from looking like a Yodl macro
Peter Stephenson
2008-08-11
1
-2
/
+2
*
unposted: prvent zshaddhistory() from looking like a Yodl macro
Peter Stephenson
2008-08-11
1
-1
/
+1
*
25418: set PROMPT_SUBST for all Bourne-style shells
Peter Stephenson
2008-08-07
1
-1
/
+1
*
25415: Make DEBUG_BEFORE_CMD the default.
Peter Stephenson
2008-08-07
3
-4
/
+22
*
25409: fix eval's use of lastval
Peter Stephenson
2008-08-06
1
-1
/
+4
*
unposted: two-word clarification of ZLS_COLORS usage.
Bart Schaefer
2008-08-06
1
-1
/
+1
*
25389: rearrange precedence of ZLS_COLORS alternatives.
Bart Schaefer
2008-08-06
1
-3
/
+3
*
25364: fix k flag in hash subscript
Peter Stephenson
2008-07-31
1
-3
/
+4
*
cross-reference to DEBUG_BEFORE_CMD option
Peter Stephenson
2008-07-30
1
-1
/
+2
*
users/13072: add follow option to file-sort
Peter Stephenson
2008-07-29
1
-1
/
+4
*
25330: fix description of zcurses "position" (was documented as "location").
Clint Adams
2008-07-23
1
-3
/
+3
*
25272: add zshaddhistory hook
Peter Stephenson
2008-07-17
1
-0
/
+28
*
25278: rename sections in compwid.yo to avoid confusion
Peter Stephenson
2008-07-14
4
-27
/
+27
*
25266: always use EXTENDED_GLOB for patterns in ZLS_COLORS
Peter Stephenson
2008-07-05
1
-1
/
+2
*
25255: add anonymous function capability
Peter Stephenson
2008-06-30
1
-0
/
+36
*
25244: add subword-range style
Peter Stephenson
2008-06-24
1
-2
/
+7
*
users/12987: add subword capability to word-style
Peter Stephenson
2008-06-24
1
-0
/
+9
*
25242: Mikael V prompt test for contents of psvar
Peter Stephenson
2008-06-24
1
-0
/
+2
*
25237: TCP function system: make tcp_on_open return status significant
Peter Stephenson
2008-06-23
1
-1
/
+8
*
25236: zsh-mime-setup -l arguments
Peter Stephenson
2008-06-23
1
-2
/
+8
*
25214, tweaked: add warning about exponentiation precedence
Peter Stephenson
2008-06-19
1
-2
/
+8
*
Bart: 25164: typo
Peter Stephenson
2008-06-16
1
-1
/
+1
*
29159: expand documentation for correspondence classes with [:...:]
Peter Stephenson
2008-06-16
1
-2
/
+6
*
improved zcalc escapes and completion
Peter Stephenson
2008-06-13
1
-17
/
+31
*
25149: add C_PRECEDENCES option to make arithmetic have C/Perl precedence
Peter Stephenson
2008-06-12
2
-2
/
+35
*
Mikael: missing descendants
Peter Stephenson
2008-06-11
1
-1
/
+1
*
Mikael: 25143: spelling corrections
Peter Stephenson
2008-06-10
8
-13
/
+13
*
25138(? mailing list stuck): rewrite of completion matching.
Peter Stephenson
2008-06-08
1
-27
/
+47
*
users/12858: missing doc for accept-exact-dirs
Peter Stephenson
2008-06-02
1
-0
/
+14
*
Tomasz Pala <gotar@polanet.pl>: users/12884:
Peter Stephenson
2008-05-29
1
-0
/
+20
*
unposted: more NEWS
Peter Stephenson
2008-05-27
1
-6
/
+7
*
25054: typo in prompt doc
Peter Stephenson
2008-05-18
1
-1
/
+1
*
25095: thorough modernization of prompt theme system
Peter Stephenson
2008-05-17
1
-0
/
+31
*
25052: update docs for use of colour highlighting
Peter Stephenson
2008-05-16
4
-8
/
+18
*
25025: check radix for integer constants is between 2 and 36 inclusive
Peter Stephenson
2008-05-14
1
-1
/
+1
*
25018: Omari Norman: completion for awk, join, sort
Peter Stephenson
2008-05-13
2
-0
/
+17
*
25006, 25009: fix "or" orphaned symlink highlighting
Peter Stephenson
2008-05-12
1
-1
/
+1
*
25006, 25009: fix "or" orphaned symlink highlighting
Peter Stephenson
2008-05-12
1
-2
/
+1
*
24986: prompt escapes for colours
Peter Stephenson
2008-05-09
2
-3
/
+18
*
24980: zmodload -mF
Peter Stephenson
2008-05-08
1
-3
/
+9
[next]