summaryrefslogtreecommitdiffstats
path: root/charset.c
AgeCommit message (Expand)Author
2007-03-13Clean up the strcat cleanupThomas Roessler
2007-03-12Improve strcat usage (#2802).Sami Farin
2007-03-06Remove buggy usage of M_ICONV_HOOK_TO flag in mutt_idna.c:mutt_idna_to_local().Alain Bench
2007-03-06Allow iconv-hook to use virtual charsets as targets. (closes: #1269)Masayuki Moriyama
2007-02-27Updated $assumed_charset patch (closes: #2218).TAKIZAWA Takashi
2007-02-24Add $assumed_charset, $file_charset and $strict_mime.TAKIZAWA Takashi
2006-05-18Avoid safe_free() usage and add security checksRocco Rutte
2005-09-17Gah, forgot the zip code when updating the FSF address...Brendan Cully
2005-09-17Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully
2005-02-12Recognize euc-jp-ms. MORIYAMA Masayuki by way of TAKAHASHI Tamotsu.Thomas Roessler
2005-02-03Add config.h to the top of every C file that could possibly want it.Brendan Cully
2004-02-08Fix a CP1255/8-related problem that's caused by a glibc/iconv bug.Edmund GRIMLEY EVANS
2002-12-11Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler
2002-12-10Replace safe_free calls by the FREE macro.Thomas Roessler
2002-05-31Fix charset-hook.Edmund GRIMLEY EVANS
2002-03-27Some hackisch charset handling for text/plain; x-action=pgp-*. IThomas Roessler
2002-03-26Fix iconv warnings; from Edmund Grimley Evans.Thomas Roessler
2002-02-14Iconv patch from Lars Hecking. MAY NEED TO BE BACKPORTED.Thomas Roessler
2002-01-23Fix #999. A single missing comma.Thomas Roessler
2001-09-28More character set aliases, from Ionel Mugurel CiobicaThomas Roessler
2001-04-26Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler
2001-04-25Kluge around some problems with iso-8859-9 locales.Thomas Roessler
2001-02-15Fix iconv-hook. It would segfault with x-unknown and otherThomas Roessler
2001-02-14iconv-hook.Thomas Roessler
2001-02-13Some more strange character set aliaes.Thomas Roessler
2001-02-13Add more possibly-interesting character set names.Thomas Roessler
2001-02-13While I'm on it, fix a warning and remove some weired code by properThomas Roessler
2001-02-13Change charset-hook's behaviour.Thomas Roessler
2001-01-08Let check_sec.sh check for use of the unsafe malloc, realloc, free,Thomas Roessler
2000-11-15Fix langinfo-based character set detection. From Martin NorbäckThomas Roessler
2000-09-28Document the --without-wc-funcs switch to configure, and clean upThomas Roessler
2000-09-27Catch another error condition which may be caused by a brokenThomas Roessler
2000-09-27Fix #287.Thomas Roessler
2000-09-13Add "646" as an alias for us-ascii. SunOS 5.8 seems to need it.Thomas Roessler
2000-09-11Fix some more character set glitches.Thomas Roessler
2000-09-09sizeof (dest) == 4. I should have written dlen instead. Noted byThomas Roessler
2000-09-08Add a character set comparison function.Thomas Roessler
2000-09-07Add a table of official character set names. Data taken fromThomas Roessler
2000-07-10Some changes from EGE.Thomas Roessler
2000-06-14Remove recode-attachment, and the "decoder" API. (EGE)Thomas Roessler
2000-06-09Fix some typos in the nl_langinfo stuff.Thomas Roessler
2000-06-08Fix up the value returned by nl_langinfo(CODESET).Thomas Roessler
2000-06-08Don't return data on the stack. Noted by "Andrew W. Nosenko"Thomas Roessler
2000-05-24Make charset-hook work with an external iconv implementation.Thomas Roessler
2000-05-22Add mutt_str_adjust ().Thomas Roessler
2000-05-22Make mutt_gettext () a bit more compact.Thomas Roessler
2000-05-20String conversion patch from EGE.Thomas Roessler
2000-05-18Catch a segmentation fault in mutt_convert_string ().Thomas Roessler
2000-05-09Edmund Grimley Evans' UTF-8 patch.Thomas Roessler
2000-04-22Comment cosmetics. From Martin Michlmayer.Thomas Roessler