about summary refs log tree commit diff
path: root/Src/utils.c
Commit message (Expand)AuthorAgeFilesLines
...
* 23071: signed characters with no multibyte supportPeter Stephenson2006-12-191-3/+8
* 23036: three more fixes for completion using $'...'Peter Stephenson2006-12-081-3/+11
* Incomplete improvements for $'...' in completionPeter Stephenson2006-12-031-19/+121
* 22981: Zvi Har'el: bad call from 22952Peter Stephenson2006-11-081-13/+38
* unposted: typo in 22885Peter Stephenson2006-10-191-1/+1
* 22885: fix problems with multibyte tokenized stringsPeter Stephenson2006-10-191-0/+15
* 22852: users style effect changed in 22191Peter Stephenson2006-10-101-1/+1
* 22819: improved internal use of string quotation,Peter Stephenson2006-10-051-26/+31
* 22765: rename some MB_ macros to WC_ for consistency.Peter Stephenson2006-09-231-4/+4
* 22753: minor character bugs spotted on CygwinPeter Stephenson2006-09-211-1/+2
* assume width 1 for control characters;Peter Stephenson2006-09-151-8/+12
* 22705: make ${(l...)...} and ${(r...)...} handle multibyte charactersPeter Stephenson2006-09-131-57/+31
* 22684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson2006-09-101-37/+25
* 22676, 22678: extend sched and make it able to run events when waiting forPeter Stephenson2006-09-101-6/+139
* 22599: use wide character widths in completionPeter Stephenson2006-08-111-3/+8
* 22586: fix warnings spotted on CygwinPeter Stephenson2006-08-041-1/+9
* 22585: fix zsh.exportsPeter Stephenson2006-08-041-2/+2
* rationalise mb<->wc conversions to use restartable formPeter Stephenson2006-08-031-33/+31
* 22575: multibyte fixes for bslashquote(), getzlequery()Peter Stephenson2006-08-011-112/+138
* fix typos in 22556Peter Stephenson2006-07-251-1/+3
* 22556: Multibyte separators and delimitersPeter Stephenson2006-07-241-141/+261
* 22544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson2006-07-101-10/+84
* 22529: multibyte conversion in math expressionsPeter Stephenson2006-06-301-0/+11
* 22525: lengths and cases of multibyte strings in parameters and historyPeter Stephenson2006-06-281-5/+15
* 22522: infinite loop with invalid character in mb_metastrlen()Peter Stephenson2006-06-271-2/+2
* 22518: Initial go at making parameter subscriptsPeter Stephenson2006-06-261-0/+106
* 22484: support varargs.h in addition to stdarg.hPeter Stephenson2006-06-051-20/+44
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-43/+79
* 22408: support for multibyte characters in patternsPeter Stephenson2006-04-091-1/+1
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-8/+8
* Added "mod_export" to the declaration of makecommaspecial().Wayne Davison2006-03-011-1/+1
* Added the makecommaspecial() routine that completion uses whenWayne Davison2006-02-131-0/+14
* 22195: don't set HOME in the shellPeter Stephenson2006-02-061-2/+2
* Got rid of some superfluous STOUC() calls (such as the ones I addedWayne Davison2006-01-131-5/+4
* - The return value of mbsrtowcs() is also a size_t (like mbrtowc()).Wayne Davison2006-01-121-21/+33
* Decided to use a switch() in mb_niceformat().Wayne Davison2006-01-111-7/+12
* The return value of mbrtowc() is a size_t (unsigned), so don'tWayne Davison2006-01-111-6/+6
* Changed the name of the "ret" variable in mb_niceformat() to "cnt"Wayne Davison2006-01-091-8/+8
* Changed mb_niceformat() so that it does not truncate a name thatWayne Davison2006-01-081-15/+14
* Changed wcswidth(&c, 1) to wcwidth(c).Wayne Davison2006-01-081-1/+1
* 22085 and back off 22075: include langinfo.h to get iconvPeter Stephenson2005-12-151-3/+3
* Changed ucs4toutf8() into a static function (since it's onlyWayne Davison2005-12-141-2/+1
* 22075: assume we can convert characters with wctomb() with --enable-multibytePeter Stephenson2005-12-141-3/+3
* One more fix for the non-multibyte prototype generation.Wayne Davison2005-11-301-0/+2
* fix utils.c prototype generation for non multibyte buildGeoff Wing2005-11-291-0/+2
* Changed ztrcmp() to take normal char pointers, not unsigned char.Wayne Davison2005-11-151-17/+19
* - Added the wcsiblank() function for wide-char blank-checking thatWayne Davison2005-11-011-2/+12
* 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT;Peter Stephenson2005-10-281-28/+32
* 21882: extend prompt truncation to handle multibyte charactersPeter Stephenson2005-10-191-0/+43
* 21871: replace INULL() by inull()Peter Stephenson2005-10-131-1/+3