Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2011-03-30 | Add a version string to the binary. | Werner Koch | 1 | -7/+6 | |
2010-11-01 | 2010-11-01 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 1 | -7/+7 | |
* configure.ac: Check for fcntl.h. 2010-11-01 Marcus Brinkmann <[email protected]> * assuan-socket.c, assuan-uds.c, system.c, assuan-pipe-server.c, assuan-pipe-connect.c [!HAVE_FCNTL_H]: Don't include fcntl.h. * assuan-buffer.c [!HAVE_W32CE_SYSTEM]: Do not include process.h. * assuan-socket.c [!HAVE_W32CE_SYSTEM]: Do not include io.h. * w32-includes.inc.h: Include winsock2.h before ws2tcpip.h. * sysutils.c (w32_read_registry): Replace goto label "leave" by "out" (as leave is defined by some Windows header file). * assuan-inquire.c: Likewise. | |||||
2010-11-01 | Changes to allow building the CE version with MSC. | Werner Koch | 1 | -2/+4 | |
2010-03-22 | Changed the implementation of CreatePipe under W32CE. | Werner Koch | 1 | -80/+1 | |
Reorganized the source. | |||||
2010-02-24 | A couple of changes to eventually fully support W32ce. | Werner Koch | 1 | -0/+84 | |
2010-01-28 | Cleanups for W32CE. | Werner Koch | 1 | -0/+130 | |
Implement getenv replacement for W32CE. |