Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2010-03-10 | Merged jnlib into common. | Werner Koch | 1 | -813/+0 | |
2010-02-26 | First batch of changes to support W32CE. | Werner Koch | 1 | -4/+79 | |
Note that jnlib/w32-reg.c is not yet ready. | |||||
2009-07-07 | Minor bug fixes. | Werner Koch | 1 | -2/+4 | |
Enhanced function docs. | |||||
2008-06-11 | Removed unused variable. | Werner Koch | 1 | -7/+2 | |
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -7/+5 | |
Removed intl/. | |||||
2007-06-14 | A whole bunch of changes to allow building for Windows. | Werner Koch | 1 | -0/+47 | |
See the ChangeLogs for details. | |||||
2007-06-06 | First steps towards supporting W32. | Werner Koch | 1 | -1/+56 | |
This is mainly source code reorganization. Update gnulib. g10/ does currently not build. | |||||
2007-05-04 | UTF-8 Fixes | Werner Koch | 1 | -0/+7 | |
2006-12-06 | Fixes for CVE-2006-6235 | Werner Koch | 1 | -1/+1 | |
2006-10-02 | Fix for bug 537 | Werner Koch | 1 | -14/+14 | |
2006-09-22 | Added iconv support and doc cleanups. | Werner Koch | 1 | -195/+377 | |
2006-06-20 | Updated FSF's address. | Werner Koch | 1 | -1/+2 | |
2005-06-16 | gcc-4 defaults forced me to edit many many files to get rid of the | Werner Koch | 1 | -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-18 | Finished the bulk of changes for gnupg 1.9. This included switching | Werner Koch | 1 | -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. |