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
...
*
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
*
22819: improved internal use of string quotation,
Peter Stephenson
2006-10-05
1
-0
/
+35
*
22742: parameter padding uses string lengths unless (m) flag set
Peter Stephenson
2006-09-20
1
-0
/
+2
*
22728: $functrace parameter for function backtraces.
Clint Adams
2006-09-17
1
-0
/
+2
*
22705: make ${(l...)...} and ${(r...)...} handle multibyte characters
Peter Stephenson
2006-09-13
1
-1
/
+1
*
22684: improve getkeystring() interface and make printf do octal escapes
Peter Stephenson
2006-09-10
1
-0
/
+56
*
22676, 22678: extend sched and make it able to run events when waiting for
Peter Stephenson
2006-09-10
1
-26
/
+46
*
22599: use wide character widths in completion
Peter Stephenson
2006-08-11
1
-1
/
+12
*
22556: Multibyte separators and delimiters
Peter Stephenson
2006-07-24
1
-0
/
+4
*
22544: Improve use of ztype tests for multibyte characters. Add
Peter Stephenson
2006-07-10
1
-0
/
+1
*
22542: deoverenthuse cmdpopping
Peter Stephenson
2006-07-09
1
-14
/
+0
*
22525: lengths and cases of multibyte strings in parameters and history
Peter Stephenson
2006-06-28
1
-1
/
+12
*
22518: Initial go at making parameter subscripts
Peter Stephenson
2006-06-26
1
-0
/
+6
*
22416, tweaked: math functions via shell functions
Peter Stephenson
2006-04-19
1
-1
/
+4
*
22408: support for multibyte characters in patterns
Peter Stephenson
2006-04-09
1
-0
/
+24
*
Initialize the new "flags" integer when creating a list.
Wayne Davison
2006-03-07
1
-0
/
+2
*
Changed struct listnode to use "prev" for the previous pointer,
Wayne Davison
2006-03-07
1
-3
/
+3
*
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
2006-03-07
1
-47
/
+35
*
Define MB_INCOMPLETE and MB_INVALID for MULTIBYTE_SUPPORT.
Wayne Davison
2006-01-12
1
-0
/
+3
*
Changed two zle functions to each return a char pointer, not an
Wayne Davison
2005-11-15
1
-2
/
+2
*
Changed zle_text to a "char *" to match the new ZLE_STRING_T.
Wayne Davison
2005-11-01
1
-2
/
+2
*
Made the two ZC_REDIR_*() macros return an int.
Wayne Davison
2005-10-28
1
-2
/
+2
*
21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
Peter Stephenson
2005-10-28
1
-1
/
+5
*
21871: replace INULL() by inull()
Peter Stephenson
2005-10-13
1
-2
/
+0
[prev]
[next]