summaryrefslogtreecommitdiffstats
path: root/charset.c
AgeCommit message (Expand)Author
2022-11-04Add explicit void to 0-parameter function definitions.Kevin McCarthy
2022-04-12Fix strlen() assigns to be of type size_t where obvious.Kevin McCarthy
2022-04-12Flush iconv() in mutt_convert_string().Kevin McCarthy
2022-04-12Fix integer overflow in mutt_convert_string().Kevin McCarthy
2021-07-17Increase scratch buf size in mutt_canonical_charset().Kevin McCarthy
2021-07-17Fix strfcpy copy size in mutt_get_default_charset().Kevin McCarthy
2019-06-28Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy
2019-01-04Clean up formatting.Kevin McCarthy
2018-12-31Remove trailing whitespace.Kevin McCarthy
2016-05-09Change M_* symbols to MUTT_*Derek Martin
2012-12-19remove duplicate const keywordVincent Lefevre
2011-12-03Declare many structures const (closes #3552)Dan Fandrich
2009-07-23Fix two warnings "the address of 'foo' will always evaluate as 'true'".Matthias Andree
2009-07-11Recognize charset extensions, see #3150.Rocco Rutte
2009-01-04Update copyrights. Closes #3016.Brendan Cully
2008-12-01Fix some typos to silence compiler warningsRocco Rutte
2008-08-18Validate charset names for all charset options.Rocco Rutte
2008-07-11Allow UTF-8 charset to be misspelled as "utf8"Rocco Rutte
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