index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
zsh.h
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-26
24878: add incremental pattern searches
Peter Stephenson
1
-0
/
+16
2008-04-23
24864: Jun. T: typos in alternative wcwidth().
Peter Stephenson
1
-1
/
+1
2008-04-22
24861 (with tweaks): logic to use alternative wcwidth() if needed;
Peter Stephenson
1
-8
/
+22
2008-04-21
24856: add IS_COMBINING() and IS_BASECHAR() and widen tests
Peter Stephenson
1
-2
/
+29
2008-04-20
24853: use metafied strings for inner loops over history
Peter Stephenson
1
-6
/
+5
2008-04-17
24818: add HIST_FCNTL_LOCK.
Peter Stephenson
1
-0
/
+1
2008-04-13
24808: initial support for combining characters in zle
Peter Stephenson
1
-0
/
+11
2008-04-03
24782: initial go at highlighting of characters in zle command lines
Peter Stephenson
1
-1
/
+7
2008-03-14
24711: fix re-presentation of here-documents munged internally
Peter Stephenson
1
-0
/
+12
2007-12-16
24264: restrict effect of 24234 to parameter substitution code and document
Peter Stephenson
1
-1
/
+2
2007-07-06
23665: autoloading of module features and related tweaks
Peter Stephenson
1
-10
/
+37
2007-06-18
23562: add KSH_ZERO_SUBSCRIPT option and leave off by default
Peter Stephenson
1
-1
/
+7
2007-05-28
see 23479: add initial features support for modules
Peter Stephenson
1
-12
/
+79
2007-05-08
Phil Pennock + tweaks: 23398 + more tweaks: exec compatibility options
Peter Stephenson
1
-0
/
+1
2007-05-01
23375: Phil Pennock: =~, zsh/regex etc. etc.
Peter Stephenson
1
-2
/
+6
2007-03-29
23248: Completion listing problem with lines nearly screen width
Peter Stephenson
1
-0
/
+2
2007-03-19
23221: Martin Koeppe: don't use XTABS if not defined
Peter Stephenson
1
-0
/
+2
2007-01-21
23118: improve sorting to make it work with locales
Peter Stephenson
1
-0
/
+45
2007-01-19
23115: ";|" at end of case clause causes later patterns to be tested
Peter Stephenson
1
-15
/
+18
2007-01-14
23104: fix line numbers for DEBUGBEFORECMD
Peter Stephenson
1
-4
/
+7
2007-01-09
users/11111: add DEBUG_BEFORE_CMD option
Peter Stephenson
1
-0
/
+1
2007-01-08
23097: splitting of $'...' strings in completion
Peter Stephenson
1
-0
/
+4
2007-01-04
23088: printf formats and arguments need different octal escape sequences
Peter Stephenson
1
-2
/
+4
2007-01-04
23086: printf should handle octal escapes in the \0NNN form
Peter Stephenson
1
-2
/
+3
2006-12-03
Incomplete improvements for $'...' in completion
Peter Stephenson
1
-2
/
+11
2006-11-01
22934, modified, see 22937: add HIST_SUBST_PATTERN option
Peter Stephenson
1
-0
/
+4
2006-10-05
22819: improved internal use of string quotation,
Peter Stephenson
1
-0
/
+35
2006-09-20
22742: parameter padding uses string lengths unless (m) flag set
Peter Stephenson
1
-0
/
+2
2006-09-17
22728: $functrace parameter for function backtraces.
Clint Adams
1
-0
/
+2
2006-09-13
22705: make ${(l...)...} and ${(r...)...} handle multibyte characters
Peter Stephenson
1
-1
/
+1
2006-09-10
22684: improve getkeystring() interface and make printf do octal escapes
Peter Stephenson
1
-0
/
+56
2006-09-10
22676, 22678: extend sched and make it able to run events when waiting for
Peter Stephenson
1
-26
/
+46
2006-08-11
22599: use wide character widths in completion
Peter Stephenson
1
-1
/
+12
2006-07-24
22556: Multibyte separators and delimiters
Peter Stephenson
1
-0
/
+4
2006-07-10
22544: Improve use of ztype tests for multibyte characters. Add
Peter Stephenson
1
-0
/
+1
2006-07-09
22542: deoverenthuse cmdpopping
Peter Stephenson
1
-14
/
+0
2006-06-28
22525: lengths and cases of multibyte strings in parameters and history
Peter Stephenson
1
-1
/
+12
2006-06-26
22518: Initial go at making parameter subscripts
Peter Stephenson
1
-0
/
+6
2006-04-19
22416, tweaked: math functions via shell functions
Peter Stephenson
1
-1
/
+4
2006-04-09
22408: support for multibyte characters in patterns
Peter Stephenson
1
-0
/
+24
2006-03-07
Initialize the new "flags" integer when creating a list.
Wayne Davison
1
-0
/
+2
2006-03-07
Changed struct listnode to use "prev" for the previous pointer,
Wayne Davison
1
-3
/
+3
2006-03-07
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
1
-47
/
+35
2006-01-12
Define MB_INCOMPLETE and MB_INVALID for MULTIBYTE_SUPPORT.
Wayne Davison
1
-0
/
+3
2005-11-15
Changed two zle functions to each return a char pointer, not an
Wayne Davison
1
-2
/
+2
2005-11-01
Changed zle_text to a "char *" to match the new ZLE_STRING_T.
Wayne Davison
1
-2
/
+2
2005-10-28
Made the two ZC_REDIR_*() macros return an int.
Wayne Davison
1
-2
/
+2
2005-10-28
21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
Peter Stephenson
1
-1
/
+5
2005-10-13
21871: replace INULL() by inull()
Peter Stephenson
1
-2
/
+0
2005-10-13
21870: bad INULL() definition
Peter Stephenson
1
-1
/
+1
[next]