summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Expand)AuthorFilesLines
2006-01-09The return value of mbrtowc() is a size_t (unsigned), so don'tWayne Davison1-15/+10
2006-01-09The return value of mbrtowc() is a size_t (unsigned), so don'tWayne Davison1-4/+4
2006-01-09The return value of mbrtowc() is a size_t (unsigned), so don'tWayne Davison1-3/+3
2006-01-08Changed mb_niceformat() so that it does not truncate a name thatWayne Davison1-15/+14
2006-01-08Got rid of wcswidth() define for OpenBSD now that wcswidth() isn'tWayne Davison1-4/+0
2006-01-08Changed wcswidth(&c, 1) to wcwidth(c).Wayne Davison1-1/+1
2006-01-0622124: handle bad multibyte input betterPeter Stephenson2-3/+13
2006-01-0622123: probe for wcswidth() and assume 1 if not foundPeter Stephenson1-0/+4
2005-12-1922082: print out uid or gid in stat if name not availablePeter Stephenson1-6/+18
2005-12-17Two changes in the HIST_SAVE_BY_COPY code: (1) preserve the groupWayne Davison1-2/+20
2005-12-1522085 and back off 22075: include langinfo.h to get iconvPeter Stephenson2-10/+9
2005-12-15users/9788: add (oN) glob qualifier for no sortingPeter Stephenson1-14/+33
2005-12-1521814: error handling for traps in "always" constructs.Bart Schaefer2-3/+17
2005-12-14Changed ucs4toutf8() into a static function (since it's onlyWayne Davison1-2/+1
2005-12-1422075: assume we can convert characters with wctomb() with --enable-multibytePeter Stephenson1-3/+3
2005-12-12A slightly more optimal way to fix the zle_setline() bug usingWayne Davison1-2/+1
2005-12-12Fixed problem in zle_setline() where moving to an empty line wouldWayne Davison1-1/+1
2005-12-1022069: completion listings didn't get unmetafiedPeter Stephenson1-7/+9
2005-12-10Just-added "return" should have returned a value.Wayne Davison1-1/+1
2005-12-0922057: don't use zsh/newuser in emulationPeter Stephenson2-1/+4
2005-12-0322049: bug exiting from sourced file within functionPeter Stephenson1-1/+2
2005-11-30Fixed parsedigit() to have it use its arg instead of "lastchar".Wayne Davison1-15/+12
2005-11-30One more fix for the non-multibyte prototype generation.Wayne Davison1-0/+2
2005-11-29fix utils.c prototype generation for non multibyte buildGeoff Wing1-0/+2
2005-11-2522027: more zsh-newuser-install fixesPeter Stephenson1-6/+30
2005-11-2422014: argument-base, insert-unicode-charPeter Stephenson4-16/+75
2005-11-2122009: another double-width character fixPeter Stephenson1-0/+6
2005-11-18Got rid of two unneeded "(char *)" casts.Wayne Davison1-2/+2
2005-11-15Got rid of some compiler warnings about comparisons between signedWayne Davison1-5/+6
2005-11-15Changed zlelineasstring() and zlegetline() to each return a normal charWayne Davison1-29/+25
2005-11-15Changed zlemetaline into a normal char pointer, not unsigned char.Wayne Davison1-39/+35
2005-11-15Changed zleread() to return a normal char pointer, not unsigned char.Wayne Davison1-8/+7
2005-11-15The non-multibyte version of ZWS() doesn't need to force a cast anymore.Wayne Davison1-2/+2
2005-11-15Changed ztrcmp() to take normal char pointers, not unsigned char.Wayne Davison1-17/+19
2005-11-15Changed two zle functions to each return a char pointer, not anWayne Davison2-5/+5
2005-11-15Got rid of some unsigned-char/char pointer casts.Wayne Davison11-112/+86
2005-11-07users/9638: tweaks for FCEDIT etc.Peter Stephenson6-56/+204
2005-11-04users/9618, modified: :G for global substution modifierPeter Stephenson1-6/+34
2005-11-0221978: unmetafy file nameAndrey Borzenkov1-2/+2
2005-11-0221974: memory leak with tied parametersPeter Stephenson1-1/+6
2005-11-02users/9610: handle digit argument when copying wordsPeter Stephenson1-11/+29
2005-11-0221973: typo caused digitargument() not to workPeter Stephenson1-2/+2
2005-11-0121971: multibyte version of pfxlen()Peter Stephenson2-3/+43
2005-11-0121967: add ${(#)...} substitutionPeter Stephenson1-0/+43
2005-11-01I just noticed that zsh's default icntrl() macro returns true forWayne Davison1-3/+3
2005-11-01- One minor change to handle the ZLE_STRING_T change.Wayne Davison1-13/+5
2005-11-01- Changed a couple pointers from "char *" to "unsigned char *" inWayne Davison1-19/+16
2005-11-01- Improved all the "... ? ZWC('?') : (CHAR_VALUE | ZWC('@'))" codeWayne Davison1-13/+5
2005-11-01- A few changes in light of the new ZLE_CHAR_T and ZLE_STRING_T.Wayne Davison1-20/+11
2005-11-01Changed the non-wide version of: ZLE_CHAR_T into a "char" (formerlyWayne Davison1-4/+4