summaryrefslogtreecommitdiffstats
path: root/charset.c (follow)
Commit message (Expand)AuthorAgeLines
* Add explicit void to 0-parameter function definitions.Kevin McCarthy2022-11-04-1/+1
* Fix strlen() assigns to be of type size_t where obvious.Kevin McCarthy2022-04-12-2/+2
* Flush iconv() in mutt_convert_string().Kevin McCarthy2022-04-12-0/+1
* Fix integer overflow in mutt_convert_string().Kevin McCarthy2022-04-12-3/+9
* Increase scratch buf size in mutt_canonical_charset().Kevin McCarthy2021-07-17-1/+1
* Fix strfcpy copy size in mutt_get_default_charset().Kevin McCarthy2021-07-17-1/+6
* Remove unnecessary "" checks for DT_STR and DT_PATH MuttVars.Kevin McCarthy2019-06-28-1/+1
* Clean up formatting.Kevin McCarthy2019-01-04-1/+2
* Remove trailing whitespace.Kevin McCarthy2018-12-31-39/+39
* Change M_* symbols to MUTT_*Derek Martin2016-05-09-5/+5
* remove duplicate const keywordVincent Lefevre2012-12-19-1/+1
* Declare many structures const (closes #3552)Dan Fandrich2011-12-03-3/+3
* Fix two warnings "the address of 'foo' will always evaluate as 'true'".Matthias Andree2009-07-23-1/+1
* Recognize charset extensions, see #3150.Rocco Rutte2009-07-11-15/+38
* Update copyrights. Closes #3016.Brendan Cully2009-01-04-1/+1
* Fix some typos to silence compiler warningsRocco Rutte2008-12-01-1/+1
* Validate charset names for all charset options.Rocco Rutte2008-08-18-0/+25
* Allow UTF-8 charset to be misspelled as "utf8"Rocco Rutte2008-07-11-1/+1
* Clean up the strcat cleanupThomas Roessler2007-03-13-4/+4
* Improve strcat usage (#2802).Sami Farin2007-03-12-0/+6
* Remove buggy usage of M_ICONV_HOOK_TO flag in mutt_idna.c:mutt_idna_to_local().Alain Bench2007-03-06-12/+18
* Allow iconv-hook to use virtual charsets as targets. (closes: #1269)Masayuki Moriyama2007-03-06-5/+18
* Updated $assumed_charset patch (closes: #2218).TAKIZAWA Takashi2007-02-27-83/+13
* Add $assumed_charset, $file_charset and $strict_mime.TAKIZAWA Takashi2007-02-24-0/+83
* Avoid safe_free() usage and add security checksRocco Rutte2006-05-18-2/+2
* Gah, forgot the zip code when updating the FSF address...Brendan Cully2005-09-17-1/+1
* Update FSF address (via sed, I hope nothing got mangled). Closes: #2071.Brendan Cully2005-09-17-1/+1
* Recognize euc-jp-ms. MORIYAMA Masayuki by way of TAKAHASHI Tamotsu.Thomas Roessler2005-02-12-0/+1
* Add config.h to the top of every C file that could possibly want it.Brendan Cully2005-02-03-0/+3
* Fix a CP1255/8-related problem that's caused by a glibc/iconv bug.Edmund GRIMLEY EVANS2004-02-08-8/+14
* Fix Mike's and my e-mail addresses in copyright lines.Thomas Roessler2002-12-11-1/+1
* Replace safe_free calls by the FREE macro.Thomas Roessler2002-12-10-2/+2
* Fix charset-hook.Edmund GRIMLEY EVANS2002-05-31-0/+4
* Some hackisch charset handling for text/plain; x-action=pgp-*. IThomas Roessler2002-03-27-0/+21
* Fix iconv warnings; from Edmund Grimley Evans.Thomas Roessler2002-03-26-13/+13
* Iconv patch from Lars Hecking. MAY NEED TO BE BACKPORTED.Thomas Roessler2002-02-14-2/+0
* Fix #999. A single missing comma.Thomas Roessler2002-01-23-1/+1
* More character set aliases, from Ionel Mugurel CiobicaThomas Roessler2001-09-28-10/+13
* Add ascii_strcasecmp() and ascii_strncasecmp() functions which doThomas Roessler2001-04-26-14/+8
* Kluge around some problems with iso-8859-9 locales.Thomas Roessler2001-04-25-1/+9
* Fix iconv-hook. It would segfault with x-unknown and otherThomas Roessler2001-02-15-2/+5
* iconv-hook.Thomas Roessler2001-02-14-5/+11
* Some more strange character set aliaes.Thomas Roessler2001-02-13-1/+17
* Add more possibly-interesting character set names.Thomas Roessler2001-02-13-1/+5
* While I'm on it, fix a warning and remove some weired code by properThomas Roessler2001-02-13-3/+5
* Change charset-hook's behaviour.Thomas Roessler2001-02-13-7/+7
* Let check_sec.sh check for use of the unsafe malloc, realloc, free,Thomas Roessler2001-01-08-3/+3
* Fix langinfo-based character set detection. From Martin NorbäckThomas Roessler2000-11-15-2/+2
* Document the --without-wc-funcs switch to configure, and clean upThomas Roessler2000-09-28-0/+7
* Catch another error condition which may be caused by a brokenThomas Roessler2000-09-27-2/+5