summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2006-01-09Mention unposted changes to various bits of mbrtowc() code.Wayne Davison1-0/+6
2006-01-09The return value of mbrtowc() is a size_t (unsigned), so don'tWayne Davison1-15/+10
assign it to an int and then check if it's > 0, as that won't work on a system where an int is larger than a size_t. Also, we needed to use STOUC() on a char value passed to nicechar(), and we need to clear the mbstate_t object if mbrtowc() returns an error.
2006-01-09The return value of mbrtowc() is a size_t (unsigned), so don'tWayne Davison1-4/+4
assign it to an int and then check if it's > 0, as that won't work on a system where an int is larger than a size_t. Also, we needed to use STOUC() on a char value passed to nicechar().
2006-01-09The return value of mbrtowc() is a size_t (unsigned), so don'tWayne Davison1-3/+3
assign it to an int and then check if it's > 0, as that won't work on a system where an int is larger than a size_t.
2006-01-08Mention configure.ac changes.Wayne Davison1-0/+4
2006-01-08Got rid of check for wcswidth() and added my missing commit thatWayne Davison1-2/+2
added checks for fchown() and fchmod().
2006-01-08An improved version of the patch from 22140.Wayne Davison1-0/+4
2006-01-08Changed mb_niceformat() so that it does not truncate a name thatWayne Davison1-15/+14
has an invalid character sequence in the current character set, displaying them as \M-... chars. (Improved version of the patch from workers/22140.)
2006-01-08Got rid of our use of wcswidth().Wayne Davison1-0/+6
2006-01-08Got rid of wcswidth() define for OpenBSD now that wcswidth() isn'tWayne Davison1-4/+0
used.
2006-01-08Changed wcswidth(&c, 1) to wcwidth(c).Wayne Davison1-1/+1
2006-01-08typo in AE and OE ligaturesPeter Stephenson2-1/+6
2006-01-0622124: handle bad multibyte input betterPeter Stephenson3-3/+16
2006-01-0622123: probe for wcswidth() and assume 1 if not foundPeter Stephenson3-1/+10
2006-01-0522118: fix cdpath documentationPeter Stephenson2-6/+21
2006-01-04Minor _perforce changes for deleting fixes and changes.Peter Stephenson2-4/+42
2006-01-0222113: allow single option characters to be combined in completion for lastClint Adams2-1/+6
2005-12-27A couple more improvements to the HIST_SAVE_BY_COPY section.Wayne Davison2-2/+11
2005-12-2522105: ssh -M, -S, and -OClint Adams2-2/+6
2005-12-2522104: add support for new options such as ControlMaster and ControlPath.Clint Adams2-1/+14
2005-12-23Fixed a bogus file path.Wayne Davison1-1/+1
2005-12-23Fixed a typo and improved a sentence.Wayne Davison1-2/+2
2005-12-19unposted: updated _yum from Scott MurrayPeter Stephenson2-13/+43
2005-12-1922082: print out uid or gid in stat if name not availablePeter Stephenson2-6/+23
2005-12-18Changed some UTF-8 apostrophes to normal apostrophes.Wayne Davison1-0/+5
2005-12-18Changed a UTF-8 closing-single-quote into an ASCII apostrophe.Wayne Davison1-1/+1
2005-12-18Changed UTF-8 closing-single-quotes into ASCII apostrophes.Wayne Davison1-2/+2
2005-12-1822095: more multibyte notes.Peter Stephenson3-4/+28
2005-12-1722091Wayne Davison1-0/+7
2005-12-17Two changes in the HIST_SAVE_BY_COPY code: (1) preserve the groupWayne Davison1-2/+20
and permissions on the history file, and (2) fail if zsh's euid differs from the file's uid (since that would change the history file's owner).
2005-12-1522085 and back off 22075: include langinfo.h to get iconvPeter Stephenson3-10/+12
2005-12-15users/9788: add (oN) glob qualifier for no sortingPeter Stephenson5-24/+240
22076: more documentation for multibyte handling
2005-12-1521814: error handling for traps in "always" constructs.Bart Schaefer3-3/+25
2005-12-1422078Wayne Davison1-0/+5
2005-12-14Changed ucs4toutf8() into a static function (since it's onlyWayne Davison1-2/+1
used by this file when it's even defined).
2005-12-1422075: assume we can convert characters with wctomb() with --enable-multibytePeter Stephenson2-3/+9
2005-12-12Missed bit from 4.3.0-dev-2Peter Stephenson2-2/+7
2005-12-1222071Wayne Davison1-0/+5
2005-12-12A slightly more optimal way to fix the zle_setline() bug usingWayne Davison1-2/+1
the same zlecs-checking idiom as setline().
2005-12-12Fixed problem in zle_setline() where moving to an empty line wouldWayne Davison1-1/+1
set zlecs to -1. (Reported by Jun T.)
2005-12-1022069: completion listings didn't get unmetafiedPeter Stephenson2-7/+14
2005-12-1022068: completion for debdiff.Clint Adams2-0/+27
2005-12-10Fixed a compiler warning.Wayne Davison1-3/+8
2005-12-10Just-added "return" should have returned a value.Wayne Davison1-1/+1
2005-12-09unposted: reindent and use lowercase letters for descriptionsOliver Kiddle6-532/+435
2005-12-09unposted: better completion for sortmOliver Kiddle2-0/+8
2005-12-09require 2.53b of autoconf for AC_PROG_EGREPOliver Kiddle2-1/+5
2005-12-0922065: starts with "--".Clint Adams2-1/+6
2005-12-0922057: don't use zsh/newuser in emulationPeter Stephenson6-19/+53
22058: tweak docs for release
2005-12-0722056: Restore MIME style defaultsPeter Stephenson1-1/+0