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
*
24861 (with tweaks): logic to use alternative wcwidth() if needed;
Peter Stephenson
2008-04-22
1
-3
/
+3
*
24856: add IS_COMBINING() and IS_BASECHAR() and widen tests
Peter Stephenson
2008-04-21
1
-1
/
+1
*
24853: use metafied strings for inner loops over history
Peter Stephenson
2008-04-20
1
-36
/
+45
*
24825: fix internal word-boundary widgets
Peter Stephenson
2008-04-17
1
-5
/
+6
*
24808: initial support for combining characters in zle
Peter Stephenson
2008-04-13
1
-0
/
+8
*
24712: handling of backticks being requoted for double quotes
Peter Stephenson
2008-03-14
1
-0
/
+2
*
24609: try to be safe about using libiconv
Peter Stephenson
2008-02-27
1
-3
/
+20
*
24600: yet another typo
Peter Stephenson
2008-02-26
1
-1
/
+1
*
another fatfinger: change comparison to asignment
Geoff Wing
2008-02-26
1
-1
/
+1
*
pws fatfingered the last change in utils.c
Geoff Wing
2008-02-26
1
-1
/
+1
*
24596: use "US-ASCII" as charset if nl_langinfo(CODESET) returns "" or "646"
Peter Stephenson
2008-02-26
1
-0
/
+13
*
24592: make types of charset conversion failure more explicit
Peter Stephenson
2008-02-26
1
-3
/
+3
*
24460: make zpty -rt more consistent by polling before every byte
Peter Stephenson
2008-01-25
1
-1
/
+1
*
unposted: suppress harmless warning
Peter Stephenson
2007-12-17
1
-1
/
+1
*
24197: interface to ztrftime() for insufficient memory was broken
Peter Stephenson
2007-12-09
1
-4
/
+4
*
24179: use queue_signals() for 24170
Peter Stephenson
2007-12-07
1
-27
/
+0
*
24148: attempt to use strerror_r() to make errors in signal handle safer
Peter Stephenson
2007-12-03
1
-2
/
+35
*
add some mod_export tags where needed
zsh-4.3.4-dev-2
Peter Stephenson
2007-11-20
1
-2
/
+2
*
24070: some \u fixes in getkeystring()
Peter Stephenson
2007-11-06
1
-73
/
+134
*
Fixed the use of an uninitialized 'x' in spckword() if shout is NULL.
Wayne Davison
2007-10-31
1
-1
/
+2
*
24007: prompt allocation and use of "shout"
Peter Stephenson
2007-10-22
1
-3
/
+3
*
users/11818: allow non-numeric keys for job status parameters
Peter Stephenson
2007-09-05
1
-1
/
+1
*
23808: debugging for wcs_nicechar()
Peter Stephenson
2007-08-30
1
-0
/
+4
*
23784: Use $'\...' for quoting unparseable characters
Peter Stephenson
2007-08-20
1
-53
/
+107
*
23409: disable prompt_sp output after ^D was seen and message printed
Andrey Borzenkov
2007-05-10
1
-2
/
+5
*
Phil Pennock: 23326: compilation without ICONV broken
Peter Stephenson
2007-04-26
1
-1
/
+3
*
Christoph Bauer: users/11416: bad use of VARARR()
Peter Stephenson
2007-04-17
1
-2
/
+2
*
unposted: prepare for release of 4.3.3
zsh-4.3.3
Peter Stephenson
2007-04-16
1
-1
/
+1
*
23248: Completion listing problem with lines nearly screen width
Peter Stephenson
2007-03-29
1
-19
/
+25
*
Small fix to 23177: compute *widthp and *swidep after nicechar().
Bart Schaefer
2007-02-26
1
-1
/
+10
*
unposted: document some limitations of utils.c
Peter Stephenson
2007-02-18
1
-0
/
+10
*
23177: better formatting of unprintable multibyte characters under 256
Peter Stephenson
2007-02-14
1
-1
/
+3
*
23165: fix problems with bases: error if over 36 and don't interpret octal
Peter Stephenson
2007-02-12
1
-1
/
+4
*
23159 plus minor doc tweaks: leave BAUD parameter unset by default
Peter Stephenson
2007-02-08
1
-102
/
+0
*
23153: restore old ztrcmp() and add comment about why
Peter Stephenson
2007-02-07
1
-46
/
+31
*
23152: make ztrcmp() respect MULTIBYTE
Peter Stephenson
2007-02-06
1
-16
/
+45
*
23138: further tweak to backslashes in $'...'
Peter Stephenson
2007-01-27
1
-8
/
+26
*
23136: handle Bnulls now added in $'...'
Peter Stephenson
2007-01-27
1
-9
/
+20
*
23118: improve sorting to make it work with locales
Peter Stephenson
2007-01-21
1
-0
/
+11
*
23097: splitting of $'...' strings in completion
Peter Stephenson
2007-01-08
1
-4
/
+20
*
23071: signed characters with no multibyte support
Peter Stephenson
2006-12-19
1
-3
/
+8
*
23036: three more fixes for completion using $'...'
Peter Stephenson
2006-12-08
1
-3
/
+11
*
Incomplete improvements for $'...' in completion
Peter Stephenson
2006-12-03
1
-19
/
+121
*
22981: Zvi Har'el: bad call from 22952
Peter Stephenson
2006-11-08
1
-13
/
+38
*
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
[next]