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_utils.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-01-03
Greg Klanderman: 26159: fix appending of kills
Peter Stephenson
1
-1
/
+1
2008-11-15
26047: convert lower levels of completion matching to use
Peter Stephenson
1
-3
/
+4
2008-04-24
unposted: Jun T.: fix backkill() calculation of charaters to kill
Peter Stephenson
1
-8
/
+6
2008-04-21
24860: better overwrite mode
Peter Stephenson
1
-1
/
+1
2008-04-21
24855: tests for combining char alignment should only be on metafied line
Peter Stephenson
1
-3
/
+8
2008-04-20
24853: bits missed from patch
Peter Stephenson
1
-1
/
+4
2008-04-20
24853: use metafied strings for inner loops over history
Peter Stephenson
1
-2
/
+49
2008-04-15
24819: fix transposing characters and sneaky combination generation
Peter Stephenson
1
-1
/
+6
2008-04-13
24808: initial support for combining characters in zle
Peter Stephenson
1
-38
/
+91
2008-04-11
unposted: move zlefind() and zlecmp() into zle_hist.c
Peter Stephenson
1
-76
/
+0
2008-04-03
24782: initial go at highlighting of characters in zle command lines
Peter Stephenson
1
-2
/
+9
2008-03-06
Fixed two compiler warnings about comparing signed/unsigned.
Wayne Davison
1
-2
/
+2
2007-12-17
24275: fixes for multibyte characters on Solaris
Peter Stephenson
1
-0
/
+16
2007-04-19
users/11419: zle copy-region-as-kill <string>
Peter Stephenson
1
-6
/
+31
2006-10-30
22924: a couple more metafy_line()/unmetafy_line() problems
Peter Stephenson
1
-18
/
+18
2006-10-16
Add two widges for user control of auto-suffix remove/keep.
Bart Schaefer
1
-0
/
+9
2006-08-03
rationalise mb<->wc conversions to use restartable form
Peter Stephenson
1
-1
/
+5
2006-08-01
22575: multibyte fixes for bslashquote(), getzlequery()
Peter Stephenson
1
-27
/
+19
2006-01-13
Got rid of some superfluous STOUC() calls (such as the ones I added
Wayne Davison
1
-1
/
+1
2006-01-12
- When mbrtowc() returns -2 when given all the remaining chars in a
Wayne Davison
1
-21
/
+30
2006-01-09
Changed the name of the "ret" variable in mb_niceformat() to "cnt"
Wayne Davison
1
-8
/
+7
2006-01-09
The return value of mbrtowc() is a size_t (unsigned), so don't
Wayne Davison
1
-4
/
+4
2005-11-15
Changed zlelineasstring() and zlegetline() to each return a normal char
Wayne Davison
1
-29
/
+25
2005-11-01
- One minor change to handle the ZLE_STRING_T change.
Wayne Davison
1
-13
/
+5
2005-10-31
Fixed some compiler warnings about signed/unsigned comparisons.
Wayne Davison
1
-2
/
+2
2005-10-28
21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
Peter Stephenson
1
-7
/
+7
2005-10-19
21890: fix segmentation error in left prompt truncation and a couple of minor
Peter Stephenson
1
-1
/
+2
2005-09-29
21784: Improved character widths for formatted multibyte character output
Peter Stephenson
1
-4
/
+61
2005-08-12
21603: wchar/multibyte conversion of cursor position when at end of line
Peter Stephenson
1
-2
/
+7
2005-08-10
c.f. 21590: metafy_line()/unmetafy_line() now support wide characters
Peter Stephenson
1
-53
/
+176
2005-07-28
21541: remove some warnings from ZLE_UNICODE_SUPPORT
Peter Stephenson
1
-2
/
+14
2005-02-26
20872: fix ZS_{icntrl,tolower} vs. ZC_{incntrl,tolower} confusion
Andrey Borzenkov
1
-2
/
+2
2005-02-25
20869: more small Unicode tweaks
Peter Stephenson
1
-3
/
+3
2005-02-25
20863: fix history (i)searching for Unicode
Peter Stephenson
1
-11
/
+59
2005-02-23
20854: more Unicode stuff.
Peter Stephenson
1
-39
/
+35
2005-02-22
20845: fix mbstate_t usage in getrestchar
Andrey Borzenkov
1
-3
/
+3
2005-02-22
Andrej: 20838: get ZLE_UNICODE_SUPPORT basically working
Peter Stephenson
1
-7
/
+8
2005-02-18
20822: Initial code for Unicode/multibyte input
Peter Stephenson
1
-7
/
+7
2005-01-26
20752: fix access to ZLE parameters
Peter Stephenson
1
-4
/
+12
2005-01-26
20750: fix hang with 20742
Peter Stephenson
1
-2
/
+9
2005-01-25
20742: More Unicode conversion stuff.
Peter Stephenson
1
-80
/
+237
2005-01-22
* 20736: Src/Zle/zle_utils.c: change zlegetline() to return a metafied string.
Clint Adams
1
-7
/
+2
2005-01-22
* 2073x: Src/Zle/zle_utils.c, Src/hist.c: modify zlegetline() and zlegetline
Clint Adams
1
-1
/
+26
2005-01-16
* 20718: Src/Zle/zle_utils.c: minor cleanup for proto-Unicode stuff.
Clint Adams
1
-6
/
+1
2005-01-14
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
1
-48
/
+79
2004-06-02
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
1
-3
/
+3
2004-03-12
zsh-users/7160: Check and fix mod_export entries.
Peter Stephenson
1
-1
/
+1
2003-10-29
a la 19209: zcalloc -> zshcalloc
Peter Stephenson
1
-1
/
+1
2003-01-27
18139: Improve $killring interface; can now change length. Empty
Peter Stephenson
1
-6
/
+12
2001-03-26
avoid adding empty strings to the kill ring (13767)
Sven Wischnowsky
1
-0
/
+3
[next]