Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-08-01 | w32: Remove unused code. | Werner Koch | 1 | -34/+0 | |
* jnlib/w32-reg.c (write_w32_registry_string): Remove. | |||||
2013-04-23 | w32: Almost everywhere include winsock2.h before windows.h. | Werner Koch | 1 | -18/+21 | |
-- 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. | |||||
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/+184 | |
This is mainly source code reorganization. Update gnulib. g10/ does currently not build. |