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
/
Zle
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
22605: bug in complist wide character fixes introduced infinite loop
Peter Stephenson
2006-08-14
1
-0
/
+2
*
22599: use wide character widths in completion
Peter Stephenson
2006-08-11
3
-47
/
+90
*
22597: back off two column-subtraction hunks
Peter Stephenson
2006-08-10
2
-3
/
+12
*
22595: paranoid bounds-checking on some
Bart Schaefer
2006-08-10
1
-9
/
+9
*
22594: Attempt to fix some off-by-one errors for completion lists
Peter Stephenson
2006-08-09
3
-8
/
+35
*
unposted: badly positioned declaration in complist.c
Peter Stephenson
2006-08-07
1
-1
/
+3
*
22589: bug with long lines in menu selection
Peter Stephenson
2006-08-07
1
-0
/
+4
*
rationalise mb<->wc conversions to use restartable form
Peter Stephenson
2006-08-03
4
-11
/
+18
*
22575: multibyte fixes for bslashquote(), getzlequery()
Peter Stephenson
2006-08-01
4
-31
/
+23
*
22565: Fix bug after failed menucompletion with accept-and-menu-complete?
Peter Stephenson
2006-07-30
1
-2
/
+2
*
22556: Multibyte separators and delimiters
Peter Stephenson
2006-07-24
2
-14
/
+22
*
22544: Improve use of ztype tests for multibyte characters. Add
Peter Stephenson
2006-07-10
2
-39
/
+81
*
22474: use variable argument lists to improve error message handling
Peter Stephenson
2006-05-30
9
-220
/
+195
*
Made implied "int" on new static variable explicit (which silences
Wayne Davison
2006-05-30
1
-1
/
+1
*
22464: bad recursion if error in prompt substitution
Peter Stephenson
2006-05-26
1
-4
/
+9
*
22448: typo retrieving $RBUFFER in completion
Peter Stephenson
2006-05-19
1
-1
/
+2
*
this one got missed
Peter Stephenson
2006-04-25
1
-1
/
+1
*
22431: set WIDGET etc. more consistently when executing zle functions
Peter Stephenson
2006-04-25
3
-10
/
+17
*
22427: zle <widget> -w sets the environment for <widget>
Peter Stephenson
2006-04-25
1
-2
/
+8
*
users/10172: new zle command read-command
Peter Stephenson
2006-04-23
2
-0
/
+14
*
22408: support for multibyte characters in patterns
Peter Stephenson
2006-04-09
1
-18
/
+0
*
Fixed call to undefined function zwarnname() instead of zwarnnam().
Wayne Davison
2006-03-25
1
-1
/
+1
*
22638: MACHINES: IRIX
Peter Stephenson
2006-03-21
1
-1
/
+15
*
thinko fix
Clint Adams
2006-03-20
1
-1
/
+1
*
22371: use only alphanumerics and underscores as word characters with vi bind...
Clint Adams
2006-03-20
2
-13
/
+15
*
22366: better handling for multibyte-character-containing words in vi widgets.
Clint Adams
2006-03-17
1
-12
/
+14
*
Fix some compiler warnings and ensure that zmod gets restored
Wayne Davison
2006-03-09
1
-7
/
+3
*
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
2006-03-07
10
-54
/
+52
*
22328, modified: add -o option to compadd
Peter Stephenson
2006-03-07
3
-2
/
+6
*
Optimized away a recently-added call to strlen().
Wayne Davison
2006-02-20
1
-1
/
+1
*
Made the realocation of the line buffer in add_match_data() use a
Wayne Davison
2006-02-19
1
-8
/
+9
*
The code in add_match_data() that looks for invalid characters
Wayne Davison
2006-02-18
1
-25
/
+26
*
Replaced a flawed look-behind algorithm for backslash detection
Wayne Davison
2006-02-13
1
-8
/
+8
*
Made add_match_data() look for invalid multibyte chars in the
Wayne Davison
2006-02-13
1
-4
/
+61
*
Call makecommaspecial() when we notice we're completing inside
Wayne Davison
2006-02-13
1
-0
/
+5
*
Call ZS_memchr() instead of plain memchr() so that suffix-removal
Wayne Davison
2006-02-09
1
-2
/
+2
*
Define ZS_memchr() as either wmemchr() or memchr().
Wayne Davison
2006-02-09
1
-0
/
+2
*
22169: hook function zle-keymap-select called when $KEYMAP changes
Peter Stephenson
2006-01-28
1
-1
/
+17
*
Got rid of unused-variable compiler warning when compiling a
Wayne Davison
2006-01-13
1
-1
/
+1
*
Got rid of some superfluous STOUC() calls (such as the ones I added
Wayne Davison
2006-01-13
2
-2
/
+2
*
The new "eol" var was being set in singlerefresh(), but not accessed.
Wayne Davison
2006-01-12
1
-1
/
+1
*
- When mbrtowc() returns -2 when given all the remaining chars in a
Wayne Davison
2006-01-12
1
-21
/
+30
*
- Use "mbs" for the multi-byte state variable name (for consistency).
Wayne Davison
2006-01-12
1
-5
/
+5
*
- When mbrtowc() returns -2 when given all the remaining chars in a
Wayne Davison
2006-01-12
4
-31
/
+42
*
Tweaked the code to handle mbrtowc() converting '\0' the same way as
Wayne Davison
2006-01-11
1
-11
/
+20
*
The return value of mbrtowc() is a size_t (unsigned), so don't
Wayne Davison
2006-01-11
1
-5
/
+7
*
The return value of mbrtowc() is a size_t (unsigned), so don't
Wayne Davison
2006-01-11
1
-3
/
+6
*
Changed the name of the "ret" variable in mb_niceformat() to "cnt"
Wayne Davison
2006-01-09
1
-8
/
+7
*
A test for (size_t)-1 needed to check for (size_t)-2 too.
Wayne Davison
2006-01-09
1
-1
/
+1
*
The return value of mbrtowc() is a size_t (unsigned), so don't
Wayne Davison
2006-01-09
1
-10
/
+9
[prev]
[next]