aboutsummaryrefslogtreecommitdiffstats
path: root/jnlib/utf8conv.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-03-10Merged jnlib into common.Werner Koch1-813/+0
2010-02-26First batch of changes to support W32CE.Werner Koch1-4/+79
Note that jnlib/w32-reg.c is not yet ready.
2009-07-07Minor bug fixes.Werner Koch1-2/+4
Enhanced function docs.
2008-06-11Removed unused variable.Werner Koch1-7/+2
2007-07-04Changed to GPLv3.Werner Koch1-7/+5
Removed intl/.
2007-06-14A whole bunch of changes to allow building for Windows.Werner Koch1-0/+47
See the ChangeLogs for details.
2007-06-06First steps towards supporting W32.Werner Koch1-1/+56
This is mainly source code reorganization. Update gnulib. g10/ does currently not build.
2007-05-04UTF-8 FixesWerner Koch1-0/+7
2006-12-06Fixes for CVE-2006-6235Werner Koch1-1/+1
2006-10-02Fix for bug 537Werner Koch1-14/+14
2006-09-22Added iconv support and doc cleanups.Werner Koch1-195/+377
2006-06-20Updated FSF's address.Werner Koch1-1/+2
2005-06-16gcc-4 defaults forced me to edit many many files to get rid of theWerner Koch1-9/+12
char * vs. unsigned char * warnings. The GNU coding standards used to say that these mismatches are okay and better than a bunch of casts. Obviously this has changed now.
2003-06-18Finished the bulk of changes for gnupg 1.9. This included switchingWerner Koch1-0/+448
to libgcrypt functions, using shared error codes from libgpg-error, replacing the old functions we used to have in ../util by those in ../jnlib and ../common, renaming the malloc functions and a couple of types. Note, that not all changes are listed below becuause they are too similar and done at far too many places. As of today the code builds using the current libgcrypt from CVS but it is very unlikely that it actually works.