summaryrefslogtreecommitdiffstats
path: root/charset.c
AgeCommit message (Expand)Author
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
2000-03-03The FSF apparently has moved.Thomas Roessler
2000-02-29Add error checking to the recode-attachment code. From "Andrew W.Thomas Roessler
2000-01-10More copyright cosmetics - noted by Martin Michlmayr <tbm@cyrius.com>.Thomas Roessler
2000-01-06Update copyright notices for unstable.Thomas Roessler
1999-08-23Don't delete symbol -> character code mappings. Character sets mayThomas Roessler
1999-03-31Stupid error.Thomas Roessler
1999-03-31Another small charset optimization.Thomas Roessler
1999-03-31A couple of optimizations, most notably for the special case of aThomas Roessler
1999-03-30This patch removes at least some of the horrible utf-8 kluges inThomas Roessler
1999-03-02Some small fixes from Vikas.Thomas Roessler
1999-02-03[unstable] Produce some reasonable character set support whenThomas Roessler
1999-02-02Merging the external character set patch into unstable.Thomas Roessler
1999-01-19Add the charset-hook command.Thomas Roessler
1999-01-19Properly handle character set definition file installation.Thomas Roessler
1999-01-08When doing a binary search, we may as well use bsearch (3).Thomas Roessler
1999-01-07Get rid of RCS ids in source files. They are getting in our wayThomas Roessler
1999-01-05[unstable] Adding experimental new character set conversion code.Thomas Roessler
1998-12-21Adjust some hash-related parameters.Thomas Roessler
1998-11-10Introduce or rewrite mutt_{str*cmp,strlen} and use them all over theThomas Roessler
1998-10-15Change "static char rcsid[]" to "static const char rcsid[]" to makemutt-0-94-13-relThomas Roessler