index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
zle_tricky.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-29
29107: replace overlapping strcpy with memmove
Bart Schaefer
1
-4
/
+4
2011-03-28
28926: No newline after the last line in listlist() when printing the list
Bart Schaefer
1
-1
/
+3
2011-02-18
28772: Update regions in region highlight dynamically
Peter Stephenson
1
-5
/
+3
2010-12-14
lexsave/lexrestore lexflags
Peter Stephenson
1
-4
/
+3
2010-12-14
28528: Rearrange zleparse to lexflags
Peter Stephenson
1
-8
/
+8
2010-03-22
Fix ZLE access to pushed history line
Peter Stephenson
1
-8
/
+8
2009-12-07
27479: prevent completions split across backslash-newline
Peter Stephenson
1
-22
/
+58
2009-08-15
users/14307: end of command line in completion with variant zsh syntax
Peter Stephenson
1
-1
/
+9
2009-02-20
26588: don't expand aliases in run-help
Peter Stephenson
1
-2
/
+1
2009-01-05
26247: fix compilation with -Werror=format-security
Andrey Borzenkov
1
-1
/
+1
2008-10-12
25859: avoid possible NULL dereferencing if RC_QUOTES is set.
Clint Adams
1
-1
/
+1
2008-09-08
25636: free s before returning with an error condition.
Clint Adams
1
-1
/
+7
2008-05-16
25051: add colour sequences to formatting strings in completion
Peter Stephenson
1
-2
/
+27
2008-04-22
24861 (with tweaks): logic to use alternative wcwidth() if needed;
Peter Stephenson
1
-1
/
+1
2008-04-14
24816: some places where we need cursor alignment with combining characters
Peter Stephenson
1
-4
/
+1
2008-04-14
24810: ensure combining character alignment on unmetafication
Peter Stephenson
1
-0
/
+8
2008-04-13
24808: initial support for combining characters in zle
Peter Stephenson
1
-9
/
+9
2008-02-09
24542: fix RC_QUOTES completion if opening quote not at start of string
Peter Stephenson
1
-5
/
+10
2007-10-03
23900: Better handling of NO_EQUALS in old completion
Peter Stephenson
1
-0
/
+7
2007-08-30
23809: expand $'...' in completion word
Peter Stephenson
1
-1
/
+84
2007-05-29
23488: tidy up module interface and documentation
Peter Stephenson
1
-1
/
+1
2007-05-28
see 23479: add initial features support for modules
Peter Stephenson
1
-1
/
+1
2007-03-28
23246: fix completions of redirections that occur before the command word
Peter Stephenson
1
-4
/
+15
2007-02-13
23172: typo displaying multiline explanation strings
Peter Stephenson
1
-1
/
+2
2007-01-26
Fixed the error checking of mbrtowc() since its return vlaue can never
Wayne Davison
1
-1
/
+1
2007-01-21
23118: improve sorting to make it work with locales
Peter Stephenson
1
-11
/
+9
2006-12-08
23036: three more fixes for completion using $'...'
Peter Stephenson
1
-0
/
+10
2006-12-03
Incomplete improvements for $'...' in completion
Peter Stephenson
1
-14
/
+36
2006-11-02
22950: fix reverse-menu-complete as start of completion
Peter Stephenson
1
-2
/
+8
2006-10-25
22911: use QT_BACKSLASH if instring is QT_NONE
Peter Stephenson
1
-1
/
+2
2006-10-05
22819: improved internal use of string quotation,
Peter Stephenson
1
-26
/
+72
2006-09-15
22713: word end in math completion context was screwy
Peter Stephenson
1
-1
/
+1
2006-08-20
22651: failed to unmetafy bytes for output
Peter Stephenson
1
-4
/
+16
2006-08-20
22643: completing in math context
Peter Stephenson
1
-0
/
+2
2006-08-11
22599: use wide character widths in completion
Peter Stephenson
1
-9
/
+18
2006-08-10
22597: back off two column-subtraction hunks
Peter Stephenson
1
-1
/
+6
2006-08-09
22594: Attempt to fix some off-by-one errors for completion lists
Peter Stephenson
1
-1
/
+2
2006-08-03
rationalise mb<->wc conversions to use restartable form
Peter Stephenson
1
-5
/
+9
2006-08-01
22575: multibyte fixes for bslashquote(), getzlequery()
Peter Stephenson
1
-1
/
+1
2006-07-10
22544: Improve use of ztype tests for multibyte characters. Add
Peter Stephenson
1
-34
/
+70
2006-05-30
22474: use variable argument lists to improve error message handling
Peter Stephenson
1
-1
/
+1
2006-03-07
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
1
-3
/
+3
2006-02-13
Call makecommaspecial() when we notice we're completing inside
Wayne Davison
1
-0
/
+5
2006-01-12
- Use "mbs" for the multi-byte state variable name (for consistency).
Wayne Davison
1
-5
/
+5
2006-01-11
The return value of mbrtowc() is a size_t (unsigned), so don't
Wayne Davison
1
-5
/
+7
2005-11-18
Got rid of two unneeded "(char *)" casts.
Wayne Davison
1
-2
/
+2
2005-11-15
Changed zlemetaline into a normal char pointer, not unsigned char.
Wayne Davison
1
-39
/
+35
2005-11-01
21971: multibyte version of pfxlen()
Peter Stephenson
1
-1
/
+43
2005-11-01
- Changed a couple pointers from "char *" to "unsigned char *" in
Wayne Davison
1
-19
/
+16
2005-10-28
21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
Peter Stephenson
1
-5
/
+5
[next]