Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-04-23 | w32: Almost everywhere include winsock2.h before windows.h. | Werner Koch | 1 | -22/+25 | |
-- This is required by newer mingw toolchain versions which demand that winsock2.h is included before windows.h. Now, due to the use of socket definitions in pth.h we need to include winsock2.h also in pth.h, now pth.h is often included after an include of windows.h and thus the compiler spits out a warning. To avoid that we include winsock2.h at all places the compiler complains about. | |||||
2008-11-11 | Reorder libs in kbx. | Werner Koch | 1 | -1/+1 | |
2008-11-04 | Revamped the W32 gettext implementation. | Werner Koch | 1 | -1082/+1080 | |
2008-10-29 | Fix last chnage. Reported by Tom Pegios. | Werner Koch | 1 | -1/+1 | |
2008-10-28 | Fixed w32-gettext. | Werner Koch | 1 | -1/+1 | |
2008-05-09 | Updated German translation. | Werner Koch | 1 | -0/+5 | |
Fix in gpgconf for W32. | |||||
2008-04-18 | Adjust for the changed Camellia draft. | Werner Koch | 1 | -41/+78 | |
W32 gettext changes. Comment and typo fixes. | |||||
2008-03-25 | Changed the way i18n files are located under Windows. The setting of the | Werner Koch | 1 | -121/+1230 | |
Registry key is not anymore required. Helpfiles are not properly located. | |||||
2007-07-04 | Changed to GPLv3. | Werner Koch | 1 | -4/+2 | |
Removed intl/. | |||||
2007-06-06 | First steps towards supporting W32. | Werner Koch | 1 | -0/+556 | |
This is mainly source code reorganization. Update gnulib. g10/ does currently not build. |