index
:
mutt
kevin/415-mbox-parsing
kevin/489-stable-iconv-build-bug
kevin/stable-isspace-fix
kevin/stable-mx-maildir-check-fix
master
stable
Mirror of https://gitlab.com/muttmua/mutt.git
matthias
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mbyte.c
Age
Commit message (
Expand
)
Author
2008-05-05
Fix some compiler warnings if compiling without system wide character functions
Rocco Rutte
2008-05-05
Pass buffer size to mutt_wctoutf8() to prevent crashes if MB_LEN_MAX<6
Rocco Rutte
2007-11-20
Alternate fix for not calling bind_textdomain_codeset() to fix Solaris build.
Rocco Rutte
2007-03-06
Remove buggy usage of M_ICONV_HOOK_TO flag in mutt_idna.c:mutt_idna_to_local().
Alain Bench
2007-03-06
Allow iconv-hook to use virtual charsets as targets. (closes: #1269)
Masayuki Moriyama
2006-07-11
Fix #2173.
TAKAHASHI Tamotsu
2005-09-17
Gah, forgot the zip code when updating the FSF address...
Brendan Cully
2005-09-17
Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.
Brendan Cully
2005-07-26
There are some functions without ANSI prototypes left in mutt-owned sources.
Ralf Wildenhues
2005-02-12
Recognize euc-jp-ms. MORIYAMA Masayuki by way of TAKAHASHI Tamotsu.
Thomas Roessler
2005-02-03
Add config.h to the top of every C file that could possibly want it.
Brendan Cully
2002-11-12
cp932 should be treated like shift_jis.
Yasuhiro Matsumoto
2002-03-26
Fix iconv warnings; from Edmund Grimley Evans.
Thomas Roessler
2001-11-26
patch-1.3.23.2.tt.wcwidth_ja.1. Fix wcwidth_ja(), from Takizawa
Thomas Roessler
2001-06-07
Gettext update.
Thomas Roessler
2001-03-20
Fix a bug in mbrtowc_iconv(). From TAKIZAWA Takashi
Thomas Roessler
2001-01-03
More wide-char patches from EGE.
Thomas Roessler
2000-12-10
More enter.c updates. From E.G.E..
Thomas Roessler
2000-12-04
A little fix for the -HAVE_WC_FUNCS +LOCALES_HACK case. From EGE.
Thomas Roessler
2000-09-11
Fix some more character set glitches.
Thomas Roessler
2000-08-28
This is the patch TAKIZAWA Takashi and I came up with in the end.
Edmund GRIMLEY EVANS
2000-08-15
Another charset fix from EGE.
Thomas Roessler
2000-07-24
Replace wctomb and mbtowc with wcrtomb and mbrtowc. From TAKIZAWA
Thomas Roessler
2000-06-08
Removing the built-in charset support.
Thomas Roessler
2000-05-25
Somewhat different sigsegv fix suggested by EGE.
Thomas Roessler
2000-05-25
wctomb(0,wc) is needed to work for bounds checking.
Thomas Roessler
2000-05-15
More iconv-related patches from EGE.
Thomas Roessler
2000-05-12
Make things compile. ;-)
Thomas Roessler
2000-05-12
Isprint-related changes. Suggested by Andrew Nosenko, adapted by EGE.
Thomas Roessler
2000-05-12
wide-character related patches. From Edmund Grimley Evans.
Thomas Roessler
2000-05-09
Edmund Grimley Evans' UTF-8 patch.
Thomas Roessler