index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
Age
Commit message (
Expand
)
Author
Files
Lines
2006-08-01
22575: multibyte fixes for bslashquote(), getzlequery()
Peter Stephenson
4
-31
/
+23
2006-07-30
22565: Fix bug after failed menucompletion with accept-and-menu-complete?
Peter Stephenson
1
-2
/
+2
2006-07-24
22556: Multibyte separators and delimiters
Peter Stephenson
2
-14
/
+22
2006-07-10
22544: Improve use of ztype tests for multibyte characters. Add
Peter Stephenson
2
-39
/
+81
2006-05-30
22474: use variable argument lists to improve error message handling
Peter Stephenson
9
-220
/
+195
2006-05-30
Made implied "int" on new static variable explicit (which silences
Wayne Davison
1
-1
/
+1
2006-05-26
22464: bad recursion if error in prompt substitution
Peter Stephenson
1
-4
/
+9
2006-05-19
22448: typo retrieving $RBUFFER in completion
Peter Stephenson
1
-1
/
+2
2006-04-25
this one got missed
Peter Stephenson
1
-1
/
+1
2006-04-25
22431: set WIDGET etc. more consistently when executing zle functions
Peter Stephenson
3
-10
/
+17
2006-04-25
22427: zle <widget> -w sets the environment for <widget>
Peter Stephenson
1
-2
/
+8
2006-04-23
users/10172: new zle command read-command
Peter Stephenson
2
-0
/
+14
2006-04-09
22408: support for multibyte characters in patterns
Peter Stephenson
1
-18
/
+0
2006-03-25
Fixed call to undefined function zwarnname() instead of zwarnnam().
Wayne Davison
1
-1
/
+1
2006-03-21
22638: MACHINES: IRIX
Peter Stephenson
1
-1
/
+15
2006-03-20
thinko fix
Clint Adams
1
-1
/
+1
2006-03-20
22371: use only alphanumerics and underscores as word characters with vi bind...
Clint Adams
2
-13
/
+15
2006-03-17
22366: better handling for multibyte-character-containing words in vi widgets.
Clint Adams
1
-12
/
+14
2006-03-09
Fix some compiler warnings and ensure that zmod gets restored
Wayne Davison
1
-7
/
+3
2006-03-07
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
10
-54
/
+52
2006-03-07
22328, modified: add -o option to compadd
Peter Stephenson
3
-2
/
+6
2006-02-20
Optimized away a recently-added call to strlen().
Wayne Davison
1
-1
/
+1
2006-02-19
Made the realocation of the line buffer in add_match_data() use a
Wayne Davison
1
-8
/
+9
2006-02-18
The code in add_match_data() that looks for invalid characters
Wayne Davison
1
-25
/
+26
2006-02-13
Replaced a flawed look-behind algorithm for backslash detection
Wayne Davison
1
-8
/
+8
2006-02-13
Made add_match_data() look for invalid multibyte chars in the
Wayne Davison
1
-4
/
+61
2006-02-13
Call makecommaspecial() when we notice we're completing inside
Wayne Davison
1
-0
/
+5
2006-02-09
Call ZS_memchr() instead of plain memchr() so that suffix-removal
Wayne Davison
1
-2
/
+2
2006-02-09
Define ZS_memchr() as either wmemchr() or memchr().
Wayne Davison
1
-0
/
+2
2006-01-28
22169: hook function zle-keymap-select called when $KEYMAP changes
Peter Stephenson
1
-1
/
+17
2006-01-13
Got rid of unused-variable compiler warning when compiling a
Wayne Davison
1
-1
/
+1
2006-01-13
Got rid of some superfluous STOUC() calls (such as the ones I added
Wayne Davison
2
-2
/
+2
2006-01-12
The new "eol" var was being set in singlerefresh(), but not accessed.
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-12
- Use "mbs" for the multi-byte state variable name (for consistency).
Wayne Davison
1
-5
/
+5
2006-01-12
- When mbrtowc() returns -2 when given all the remaining chars in a
Wayne Davison
4
-31
/
+42
2006-01-11
Tweaked the code to handle mbrtowc() converting '\0' the same way as
Wayne Davison
1
-11
/
+20
2006-01-11
The return value of mbrtowc() is a size_t (unsigned), so don't
Wayne Davison
1
-5
/
+7
2006-01-11
The return value of mbrtowc() is a size_t (unsigned), so don't
Wayne Davison
1
-3
/
+6
2006-01-09
Changed the name of the "ret" variable in mb_niceformat() to "cnt"
Wayne Davison
1
-8
/
+7
2006-01-09
A test for (size_t)-1 needed to check for (size_t)-2 too.
Wayne Davison
1
-1
/
+1
2006-01-09
The return value of mbrtowc() is a size_t (unsigned), so don't
Wayne Davison
1
-10
/
+9
2006-01-09
The return value of mbrtowc() is a size_t (unsigned), so don't
Wayne Davison
1
-15
/
+10
2006-01-09
The return value of mbrtowc() is a size_t (unsigned), so don't
Wayne Davison
1
-4
/
+4
2006-01-09
The return value of mbrtowc() is a size_t (unsigned), so don't
Wayne Davison
1
-3
/
+3
2006-01-06
22124: handle bad multibyte input better
Peter Stephenson
2
-3
/
+13
2005-12-12
A slightly more optimal way to fix the zle_setline() bug using
Wayne Davison
1
-2
/
+1
2005-12-12
Fixed problem in zle_setline() where moving to an empty line would
Wayne Davison
1
-1
/
+1
2005-12-10
22069: completion listings didn't get unmetafied
Peter Stephenson
1
-7
/
+9
2005-11-30
Fixed parsedigit() to have it use its arg instead of "lastchar".
Wayne Davison
1
-15
/
+12
[next]