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
Commit message (
Expand
)
Author
Age
Files
Lines
*
22780: add _arguments/comparguments -n to set index of first non-option arg
Peter Stephenson
2006-09-27
1
-0
/
+15
*
22765: rename some MB_ macros to WC_ for consistency.
Peter Stephenson
2006-09-23
4
-12
/
+12
*
22761: fix compdescrie for multibyte characters
Andrey Borzenkov
2006-09-23
2
-58
/
+130
*
22753: minor character bugs spotted on Cygwin
Peter Stephenson
2006-09-21
3
-4
/
+6
*
22742: parameter padding uses string lengths unless (m) flag set
Peter Stephenson
2006-09-20
3
-34
/
+75
*
operator precedence fix
Clint Adams
2006-09-18
1
-1
/
+1
*
22728: $functrace parameter for function backtraces.
Clint Adams
2006-09-17
4
-1
/
+37
*
22729: trunction in computil.c did't handle multibyte characters
Peter Stephenson
2006-09-17
1
-2
/
+16
*
22727: "use 'exit' to exit" was suboptimal
Peter Stephenson
2006-09-17
2
-2
/
+17
*
unposted: spacing fix
Clint Adams
2006-09-15
1
-2
/
+2
*
unposted: replace elided colon
Clint Adams
2006-09-15
1
-1
/
+1
*
22718: use ulimit -e and -r for RLIMIT_NICE and RLIMIT_RTPRIO respectively.
Clint Adams
2006-09-15
1
-0
/
+22
*
22715: AUTOCONTINUE option never worked.
Peter Stephenson
2006-09-15
1
-8
/
+16
*
22713: word end in math completion context was screwy
Peter Stephenson
2006-09-15
1
-1
/
+1
*
assume width 1 for control characters;
Peter Stephenson
2006-09-15
3
-97
/
+118
*
22705: make ${(l...)...} and ${(r...)...} handle multibyte characters
Peter Stephenson
2006-09-13
4
-127
/
+394
*
22689: untokenize strings used in parameter substitution pattern matching
Peter Stephenson
2006-09-12
1
-2
/
+15
*
22686: unset array if assigning numeric parameter
Peter Stephenson
2006-09-11
1
-41
/
+32
*
22660: unmetafy directory for opendir() etc. in compctl
Peter Stephenson
2006-09-11
1
-6
/
+16
*
22685: make printf "%d" \"X handle multibyte characters
Peter Stephenson
2006-09-10
1
-3
/
+18
*
22684: improve getkeystring() interface and make printf do octal escapes
Peter Stephenson
2006-09-10
9
-56
/
+108
*
22676, 22678: extend sched and make it able to run events when waiting for
Peter Stephenson
2006-09-10
7
-283
/
+721
*
22681: find all error number definitions
Peter Stephenson
2006-09-10
1
-1
/
+2
*
22656: improve handling of monitor option
Peter Stephenson
2006-08-22
1
-1
/
+10
*
22651: failed to unmetafy bytes for output
Peter Stephenson
2006-08-20
2
-7
/
+29
*
22650: remove now buggy pointer to last added style
Peter Stephenson
2006-08-20
1
-8
/
+5
*
22643: completing in math context
Peter Stephenson
2006-08-20
1
-0
/
+2
*
22683: deleting style in context never removed style itself
Peter Stephenson
2006-08-20
1
-14
/
+42
*
22613: add strftime -r to use strptime() if available
Peter Stephenson
2006-08-17
1
-1
/
+65
*
22612: comment the static variables
Peter Stephenson
2006-08-17
1
-3
/
+83
*
22610: allow zstyle -L to have arguments
Peter Stephenson
2006-08-16
1
-2
/
+34
*
22611: bug scrolling wide completion list
Peter Stephenson
2006-08-15
1
-5
/
+1
*
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
5
-51
/
+110
*
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
*
22586: fix warnings spotted on Cygwin
Peter Stephenson
2006-08-04
2
-1
/
+16
*
22585: fix zsh.exports
Peter Stephenson
2006-08-04
2
-2
/
+10
*
22583: erand48() needs initialisation on Cygwin.
Peter Stephenson
2006-08-04
1
-0
/
+7
*
rationalise mb<->wc conversions to use restartable form
Peter Stephenson
2006-08-03
6
-44
/
+50
*
22578: ensure HISTCHARS/histchars never contains non-ASCII characters
Peter Stephenson
2006-08-02
1
-4
/
+15
*
22575: multibyte fixes for bslashquote(), getzlequery()
Peter Stephenson
2006-08-01
6
-148
/
+163
*
22572: use of (#m) was broken with pure strings
Peter Stephenson
2006-08-01
1
-0
/
+26
*
22565: Fix bug after failed menucompletion with accept-and-menu-complete?
Peter Stephenson
2006-07-30
1
-2
/
+2
*
22562: make ${...#...} etc. understand multibyte characters
Peter Stephenson
2006-07-30
1
-12
/
+368
*
22558: declaration after statement
Peter Stephenson
2006-07-26
1
-1
/
+1
*
22557: turn on multibyte option by default
Peter Stephenson
2006-07-25
2
-3
/
+9
[next]