summaryrefslogtreecommitdiff
path: root/Src/utils.c
AgeCommit message (Collapse)AuthorFilesLines
2008-04-1324808: initial support for combining characters in zlePeter Stephenson1-0/+8
2008-03-1424712: handling of backticks being requoted for double quotesPeter Stephenson1-0/+2
2008-02-2724609: try to be safe about using libiconvPeter Stephenson1-3/+20
2008-02-2624600: yet another typoPeter Stephenson1-1/+1
24602: fix test when not run
2008-02-26another fatfinger: change comparison to asignmentGeoff Wing1-1/+1
2008-02-26pws fatfingered the last change in utils.cGeoff Wing1-1/+1
2008-02-2624596: use "US-ASCII" as charset if nl_langinfo(CODESET) returns "" or "646"Peter Stephenson1-0/+13
2008-02-2624592: make types of charset conversion failure more explicitPeter Stephenson1-3/+3
2008-01-2524460: make zpty -rt more consistent by polling before every bytePeter Stephenson1-1/+1
2007-12-17unposted: suppress harmless warningPeter Stephenson1-1/+1
2007-12-0924197: interface to ztrftime() for insufficient memory was brokenPeter Stephenson1-4/+4
2007-12-0724179: use queue_signals() for 24170Peter Stephenson1-27/+0
24180: back off strerror_r() patch, except for use of temporary var
2007-12-0324148: attempt to use strerror_r() to make errors in signal handle saferPeter Stephenson1-2/+35
2007-11-20add some mod_export tags where neededPeter Stephenson1-2/+2
2007-11-0624070: some \u fixes in getkeystring()Peter Stephenson1-73/+134
2007-10-31Fixed the use of an uninitialized 'x' in spckword() if shout is NULL.Wayne Davison1-1/+2
2007-10-2224007: prompt allocation and use of "shout"Peter Stephenson1-3/+3
2007-09-05users/11818: allow non-numeric keys for job status parametersPeter Stephenson1-1/+1
2007-08-3023808: debugging for wcs_nicechar()Peter Stephenson1-0/+4
2007-08-2023784: Use $'\...' for quoting unparseable charactersPeter Stephenson1-53/+107
2007-05-1023409: disable prompt_sp output after ^D was seen and message printedAndrey Borzenkov1-2/+5
2007-04-26Phil Pennock: 23326: compilation without ICONV brokenPeter Stephenson1-1/+3
2007-04-17Christoph Bauer: users/11416: bad use of VARARR()Peter Stephenson1-2/+2
2007-04-16unposted: prepare for release of 4.3.3Peter Stephenson1-1/+1
2007-03-2923248: Completion listing problem with lines nearly screen widthPeter Stephenson1-19/+25
If compiled with debug send dputs() output to $ZSH_DEBUG_LOG if defined.
2007-02-26Small fix to 23177: compute *widthp and *swidep after nicechar().Bart Schaefer1-1/+10
2007-02-18unposted: document some limitations of utils.cPeter Stephenson1-0/+10
2007-02-1423177: better formatting of unprintable multibyte characters under 256Peter Stephenson1-1/+3
2007-02-1223165: fix problems with bases: error if over 36 and don't interpret octalPeter Stephenson1-1/+4
2007-02-0823159 plus minor doc tweaks: leave BAUD parameter unset by defaultPeter Stephenson1-102/+0
2007-02-0723153: restore old ztrcmp() and add comment about whyPeter Stephenson1-46/+31
2007-02-0623152: make ztrcmp() respect MULTIBYTEPeter Stephenson1-16/+45
make sorting of printed hash tables more consistent
2007-01-2723138: further tweak to backslashes in $'...'Peter Stephenson1-8/+26
2007-01-2723136: handle Bnulls now added in $'...'Peter Stephenson1-9/+20
2007-01-2123118: improve sorting to make it work with localesPeter Stephenson1-0/+11
2007-01-0823097: splitting of $'...' strings in completionPeter Stephenson1-4/+20
2006-12-1923071: signed characters with no multibyte supportPeter Stephenson1-3/+8
2006-12-0823036: three more fixes for completion using $'...'Peter Stephenson1-3/+11
2006-12-03Incomplete improvements for $'...' in completionPeter Stephenson1-19/+121
2006-11-0822981: Zvi Har'el: bad call from 22952Peter Stephenson1-13/+38
22980: add hook array for special functions
2006-10-19unposted: typo in 22885Peter Stephenson1-1/+1
2006-10-1922885: fix problems with multibyte tokenized stringsPeter Stephenson1-0/+15
unposted: _todo.sh: more contexts
2006-10-1022852: users style effect changed in 22191Peter Stephenson1-1/+1
22853: unquoted ^ at end of bindkey string treated literally
2006-10-0522819: improved internal use of string quotation,Peter Stephenson1-26/+31
plus completion bug fix with RCQUOTES
2006-09-2322765: rename some MB_ macros to WC_ for consistency.Peter Stephenson1-4/+4
2006-09-2122753: minor character bugs spotted on CygwinPeter Stephenson1-1/+2
2006-09-15assume width 1 for control characters;Peter Stephenson1-8/+12
don't crash if width of repeated padding string is 0
2006-09-1322705: make ${(l...)...} and ${(r...)...} handle multibyte charactersPeter Stephenson1-57/+31
2006-09-1022684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson1-37/+25
2006-09-1022676, 22678: extend sched and make it able to run events when waiting forPeter Stephenson1-6/+139
input