summaryrefslogtreecommitdiff
path: root/camel/camel-charset-map.c
Commit message (Expand)AuthorAgeFilesLines
* Bug 471791 - Move away from g_asserts to g_ret*Milan Crha2015-06-171-1/+1
* Bug #727237 - Correct LGPL license information in sourcesMilan Crha2014-04-141-9/+8
* Bug 721527 - License text contains obsolete FSF postal addressMatthew Barnes2014-01-071-10/+8
* Bug 710787 - Replace most uses of sprintf() with g_snprintf()Murray Cumming2013-10-251-1/+1
* Coding style and whitespace cleanup.Matthew Barnes2012-09-011-6/+15
* Coding style and whitespace cleanups.Matthew Barnes2011-09-031-18/+22
* Including <glib.h> directly is rarely needed.Matthew Barnes2011-05-281-2/+0
* Coding style cleanups.Matthew Barnes2010-09-131-4/+4
* Coding style and whitespace cleanups.Matthew Barnes2010-01-301-1/+1
* Prefer G_N_ELEMENTS over sizeof calculations.Matthew Barnes2009-10-261-1/+1
* Fix excessive whitespace.Matthew Barnes2009-07-121-2/+0
* Fix compiler warnings in camel.Matthew Barnes2009-06-011-5/+5
* Prefer GLib basic types over C types.Matthew Barnes2009-05-281-34/+34
* Remove trailing whitespace, again.Matthew Barnes2009-05-271-45/+45
* ** Fix a bunch of Gtk-Doc warnings in Camel.Matthew Barnes2008-07-231-1/+1
* fixed copyright noticesJeffrey Stedfast2008-06-201-1/+1
* ** Fixes part of bug #424744Matthew Barnes2008-05-071-4/+4
* reverted rev 8210 which just changed whitespace indentJeffrey Stedfast2008-05-071-12/+12
* oops, fixed to be static const structsJeffrey Stedfast2007-12-261-1/+1
* Fixes bug #224026Jeffrey Stedfast2007-12-261-108/+201
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-141-14/+14
* Fix FSF address (Tobias Mueller, #470445)Ross Burton2007-08-281-1/+1
* Fix file descriptor leaks from open() and friends as well as a little cleanupJules Colding2007-05-161-0/+2
* ** Fixes bug #418852Matthew Barnes2007-04-281-1/+1
* Fixed a mis-ordering of an if-statement clause that caused bug #340717.Jeffrey Stedfast2006-05-051-6/+6
* Fixes to many source files to suppress compiler warnings thanks to KjartanJeffrey Stedfast2006-04-121-2/+3
* Set appropriate structs/struct elements to static/const.Jeffrey Stedfast2006-04-061-4/+4
* Modify License to LGPLHarish Krishnaswamy2005-08-311-3/+3
* added, changed, or updated gtk-doc style comments and variable names (when th...Jeffrey Stedfast2005-05-051-1/+0
* ** See bug #72609Not Zed2005-03-011-27/+18
* merged notzed-camel-eds-branchMichael Zucci2004-12-021-1/+1
* ** See bug #69446.S.Çağlar Onur2004-12-011-9/+9
* #include <gal/util/e-iconv.h>Rodney Dawes2004-08-041-0/+2
* Changed the logic slightly to only match certain charsets if the localeJeffrey Stedfast2004-07-281-4/+11
* Get rid of the #ifdef ENABLE_THREADS since we no longer plan toJeffrey Stedfast2003-07-091-5/+2
* Updated for string-utils namespace changes.Jeffrey Stedfast2003-07-071-2/+0
* Same as the ones below.Jeffrey Stedfast2003-02-251-170/+0
* g_alloca (strlen (charset) + 1) so we don't overflow the buffer.Jeffrey Stedfast2003-02-251-1/+1
* Call camel_iconv_init(). (camel_shutdown): Call camel_iconv_shutdown().Jeffrey Stedfast2003-02-201-8/+181
* Created temporary link list, we need to link with something for gettext.Not Zed2002-11-051-1/+1
* Removed hash-table-utils.[c,h] from the build.Jeffrey Stedfast2002-10-311-1/+1
* Map us-ascii to windows-1252 also.Jeffrey Stedfast2002-10-031-1/+2
* Moved windows-1251 to the end of the list since it contains the euro andJeffrey Stedfast2002-01-071-3/+5
* New function to map ISO charsets to the Windows charsets.Jeffrey Stedfast2001-12-181-0/+55
* Fixes #17085Zbigniew Chyla2001-12-131-0/+1
* Fixing the license text.Ettore Perazzoli2001-10-271-1/+0
* Update the licensing information to require version 2 of the GPLEttore Perazzoli2001-10-271-2/+2
* Removed charset/locale charset lookup and iconv_open/close functions,12001-10-111-308/+0
* Added a hack for Solaris systems.Jeffrey Stedfast2001-10-101-3/+6
* Change to camel_charset_iconv_open/close.22001-10-031-1/+159