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
/
utils.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
unposted: typo in 22885
Peter Stephenson
2006-10-19
1
-1
/
+1
*
22885: fix problems with multibyte tokenized strings
Peter Stephenson
2006-10-19
1
-0
/
+15
*
22852: users style effect changed in 22191
Peter Stephenson
2006-10-10
1
-1
/
+1
*
22819: improved internal use of string quotation,
Peter Stephenson
2006-10-05
1
-26
/
+31
*
22765: rename some MB_ macros to WC_ for consistency.
Peter Stephenson
2006-09-23
1
-4
/
+4
*
22753: minor character bugs spotted on Cygwin
Peter Stephenson
2006-09-21
1
-1
/
+2
*
assume width 1 for control characters;
Peter Stephenson
2006-09-15
1
-8
/
+12
*
22705: make ${(l...)...} and ${(r...)...} handle multibyte characters
Peter Stephenson
2006-09-13
1
-57
/
+31
*
22684: improve getkeystring() interface and make printf do octal escapes
Peter Stephenson
2006-09-10
1
-37
/
+25
*
22676, 22678: extend sched and make it able to run events when waiting for
Peter Stephenson
2006-09-10
1
-6
/
+139
*
22599: use wide character widths in completion
Peter Stephenson
2006-08-11
1
-3
/
+8
*
22586: fix warnings spotted on Cygwin
Peter Stephenson
2006-08-04
1
-1
/
+9
*
22585: fix zsh.exports
Peter Stephenson
2006-08-04
1
-2
/
+2
*
rationalise mb<->wc conversions to use restartable form
Peter Stephenson
2006-08-03
1
-33
/
+31
*
22575: multibyte fixes for bslashquote(), getzlequery()
Peter Stephenson
2006-08-01
1
-112
/
+138
*
fix typos in 22556
Peter Stephenson
2006-07-25
1
-1
/
+3
*
22556: Multibyte separators and delimiters
Peter Stephenson
2006-07-24
1
-141
/
+261
*
22544: Improve use of ztype tests for multibyte characters. Add
Peter Stephenson
2006-07-10
1
-10
/
+84
*
22529: multibyte conversion in math expressions
Peter Stephenson
2006-06-30
1
-0
/
+11
*
22525: lengths and cases of multibyte strings in parameters and history
Peter Stephenson
2006-06-28
1
-5
/
+15
*
22522: infinite loop with invalid character in mb_metastrlen()
Peter Stephenson
2006-06-27
1
-2
/
+2
*
22518: Initial go at making parameter subscripts
Peter Stephenson
2006-06-26
1
-0
/
+106
*
22484: support varargs.h in addition to stdarg.h
Peter Stephenson
2006-06-05
1
-20
/
+44
*
22474: use variable argument lists to improve error message handling
Peter Stephenson
2006-05-30
1
-43
/
+79
*
22408: support for multibyte characters in patterns
Peter Stephenson
2006-04-09
1
-1
/
+1
*
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
2006-03-07
1
-8
/
+8
*
Added "mod_export" to the declaration of makecommaspecial().
Wayne Davison
2006-03-01
1
-1
/
+1
*
Added the makecommaspecial() routine that completion uses when
Wayne Davison
2006-02-13
1
-0
/
+14
*
22195: don't set HOME in the shell
Peter Stephenson
2006-02-06
1
-2
/
+2
*
Got rid of some superfluous STOUC() calls (such as the ones I added
Wayne Davison
2006-01-13
1
-5
/
+4
*
- The return value of mbsrtowcs() is also a size_t (like mbrtowc()).
Wayne Davison
2006-01-12
1
-21
/
+33
*
Decided to use a switch() in mb_niceformat().
Wayne Davison
2006-01-11
1
-7
/
+12
*
The return value of mbrtowc() is a size_t (unsigned), so don't
Wayne Davison
2006-01-11
1
-6
/
+6
*
Changed the name of the "ret" variable in mb_niceformat() to "cnt"
Wayne Davison
2006-01-09
1
-8
/
+8
*
Changed mb_niceformat() so that it does not truncate a name that
Wayne Davison
2006-01-08
1
-15
/
+14
*
Changed wcswidth(&c, 1) to wcwidth(c).
Wayne Davison
2006-01-08
1
-1
/
+1
*
22085 and back off 22075: include langinfo.h to get iconv
Peter Stephenson
2005-12-15
1
-3
/
+3
*
Changed ucs4toutf8() into a static function (since it's only
Wayne Davison
2005-12-14
1
-2
/
+1
*
22075: assume we can convert characters with wctomb() with --enable-multibyte
Peter Stephenson
2005-12-14
1
-3
/
+3
*
One more fix for the non-multibyte prototype generation.
Wayne Davison
2005-11-30
1
-0
/
+2
*
fix utils.c prototype generation for non multibyte build
Geoff Wing
2005-11-29
1
-0
/
+2
*
Changed ztrcmp() to take normal char pointers, not unsigned char.
Wayne Davison
2005-11-15
1
-17
/
+19
*
- Added the wcsiblank() function for wide-char blank-checking that
Wayne Davison
2005-11-01
1
-2
/
+12
*
21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;
Peter Stephenson
2005-10-28
1
-28
/
+32
*
21882: extend prompt truncation to handle multibyte characters
Peter Stephenson
2005-10-19
1
-0
/
+43
*
21871: replace INULL() by inull()
Peter Stephenson
2005-10-13
1
-1
/
+3
*
21809: need to export nicedup()
Peter Stephenson
2005-10-03
1
-1
/
+1
*
Changed the PROMPT_SP output to use prompt-escape %# instead of just #.
Wayne Davison
2005-10-01
1
-2
/
+2
*
21784: Improved character widths for formatted multibyte character output
Peter Stephenson
2005-09-29
1
-75
/
+203
*
21769: fix some consequences of 21730 in completion lists
Peter Stephenson
2005-09-27
1
-1
/
+1
[next]