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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
zsh.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
26061: fix clash between process subst and numeric glob
Peter Stephenson
2008-11-18
1
-9
/
+10
*
25971: fix options handling for builtins that handle their own
Peter Stephenson
2008-10-30
1
-0
/
+6
*
25831: fix empty return values from subscript matches with RC_EXPAND_PARAM
Peter Stephenson
2008-10-09
1
-10
/
+19
*
25775: fix logical problem with function line numbering inside eval-style traps
Peter Stephenson
2008-09-29
1
-0
/
+4
*
25771: shell function context for substitution functions
Peter Stephenson
2008-09-29
1
-0
/
+1
*
25641: add emulation option (NO_)MULTI_FUNC_DEF
Peter Stephenson
2008-09-11
1
-0
/
+1
*
25595: fix line numbers with EVAL_LINENO,
Peter Stephenson
2008-09-03
1
-1
/
+9
*
25570: line numbers of complex sublists were wrong, plus test
Peter Stephenson
2008-08-31
1
-1
/
+1
*
25490: make zties dynamic so there can be more than one gdbm handle in use at...
Clint Adams
2008-08-19
1
-0
/
+1
*
25448: add $funcfiletrace to show absolute line number for caller
Peter Stephenson
2008-08-13
1
-1
/
+2
*
25247 with further modifications: add $funcsourcetrace
Peter Stephenson
2008-08-11
1
-1
/
+5
*
25415: Make DEBUG_BEFORE_CMD the default.
Peter Stephenson
2008-08-07
1
-1
/
+21
*
25345, 25347: neaten interface from main shell to zle
Peter Stephenson
2008-07-31
1
-5
/
+15
*
25149: add C_PRECEDENCES option to make arithmetic have C/Perl precedence
Peter Stephenson
2008-06-12
1
-0
/
+1
*
25138(? mailing list stuck): rewrite of completion matching.
Peter Stephenson
2008-06-08
1
-0
/
+42
*
25126: reformatting for 25124
Clint Adams
2008-06-01
1
-3
/
+2
*
25124: work with --(disable|enable)-largefile instead of --(disable|enable)-l...
Clint Adams
2008-06-01
1
-1
/
+2
*
25002: only ZLE should update attributes resulting from prompt expansion
Peter Stephenson
2008-05-12
1
-1
/
+1
*
24996: improve xtrace output for patterns
Peter Stephenson
2008-05-11
1
-0
/
+9
*
24986: prompt escapes for colours
Peter Stephenson
2008-05-09
1
-12
/
+40
*
24980: zmodload -mF
Peter Stephenson
2008-05-08
1
-0
/
+11
*
24932: try to fix up code that regularizes attributes after right prompt
Peter Stephenson
2008-05-06
1
-0
/
+2
*
users/12812: fix hang with confusion over process numbers
Peter Stephenson
2008-05-02
1
-18
/
+18
*
24894: enable colouring of highlighted text in editor
Peter Stephenson
2008-04-29
1
-13
/
+46
*
24878: add incremental pattern searches
Peter Stephenson
2008-04-26
1
-0
/
+16
*
24864: Jun. T: typos in alternative wcwidth().
Peter Stephenson
2008-04-23
1
-1
/
+1
*
24861 (with tweaks): logic to use alternative wcwidth() if needed;
Peter Stephenson
2008-04-22
1
-8
/
+22
*
24856: add IS_COMBINING() and IS_BASECHAR() and widen tests
Peter Stephenson
2008-04-21
1
-2
/
+29
*
24853: use metafied strings for inner loops over history
Peter Stephenson
2008-04-20
1
-6
/
+5
*
24818: add HIST_FCNTL_LOCK.
Peter Stephenson
2008-04-17
1
-0
/
+1
*
24808: initial support for combining characters in zle
Peter Stephenson
2008-04-13
1
-0
/
+11
*
24782: initial go at highlighting of characters in zle command lines
Peter Stephenson
2008-04-03
1
-1
/
+7
*
24711: fix re-presentation of here-documents munged internally
Peter Stephenson
2008-03-14
1
-0
/
+12
*
24264: restrict effect of 24234 to parameter substitution code and document
Peter Stephenson
2007-12-16
1
-1
/
+2
*
23665: autoloading of module features and related tweaks
Peter Stephenson
2007-07-06
1
-10
/
+37
*
23562: add KSH_ZERO_SUBSCRIPT option and leave off by default
Peter Stephenson
2007-06-18
1
-1
/
+7
*
see 23479: add initial features support for modules
Peter Stephenson
2007-05-28
1
-12
/
+79
*
Phil Pennock + tweaks: 23398 + more tweaks: exec compatibility options
Peter Stephenson
2007-05-08
1
-0
/
+1
*
23375: Phil Pennock: =~, zsh/regex etc. etc.
Peter Stephenson
2007-05-01
1
-2
/
+6
*
23248: Completion listing problem with lines nearly screen width
Peter Stephenson
2007-03-29
1
-0
/
+2
*
23221: Martin Koeppe: don't use XTABS if not defined
Peter Stephenson
2007-03-19
1
-0
/
+2
*
23118: improve sorting to make it work with locales
Peter Stephenson
2007-01-21
1
-0
/
+45
*
23115: ";|" at end of case clause causes later patterns to be tested
Peter Stephenson
2007-01-19
1
-15
/
+18
*
23104: fix line numbers for DEBUGBEFORECMD
Peter Stephenson
2007-01-14
1
-4
/
+7
*
users/11111: add DEBUG_BEFORE_CMD option
Peter Stephenson
2007-01-09
1
-0
/
+1
*
23097: splitting of $'...' strings in completion
Peter Stephenson
2007-01-08
1
-0
/
+4
*
23088: printf formats and arguments need different octal escape sequences
Peter Stephenson
2007-01-04
1
-2
/
+4
*
23086: printf should handle octal escapes in the \0NNN form
Peter Stephenson
2007-01-04
1
-2
/
+3
*
Incomplete improvements for $'...' in completion
Peter Stephenson
2006-12-03
1
-2
/
+11
*
22934, modified, see 22937: add HIST_SUBST_PATTERN option
Peter Stephenson
2006-11-01
1
-0
/
+4
[next]