Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Preparing 1.0.3 | Werner Koch | 2007-08-24 | 1 | -1/+1 |
| | |||||
* | Switched to LGPLv3.libassuan-1.0.2 | Werner Koch | 2007-07-05 | 1 | -4/+4 |
| | |||||
* | Fixed and clarified copyright notices | Werner Koch | 2005-10-24 | 1 | -1/+1 |
| | |||||
* | 2005-10-08 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2005-10-08 | 1 | -1/+3 |
| | | | | | | | | * assuan-defs.h (setenv, unsetenv, clearenv) [!HAVE_SETENV]: Define to _assuan_*. * setenv.c: Include "assuan-defs.h". (__add_to_environ): Make static. | ||||
* | 2005-10-07 Marcus Brinkmann <[email protected]> | Marcus Brinkmann | 2005-10-07 | 1 | -0/+350 |
* configure.ac: Invoke AC_CANONICAL_HOST. Define _XOPEN_SOURCE, _XOPEN_SOURCE_EXTENDED and __EXTENSIONS__ on Solaris. Add stpcy as replacement function. Add setenv as replacement function (and check for unistd.h). src/ 2005-10-06 Marcus Brinkmann <[email protected]> * assuan-defs.h (memrchr) [!HAVE_MEMRCHR]: New prototype. (stpcpy) [!HAVE_STPCPY]: Likewise. * stpcpy.c: New LGPL'ed file from the GNU C Library. * setenv.c: New file. * assuan-domain-connect.c (read_int): New function. (write_int): New function. (domain_reader): Use read_int. (domain_sendfd): Use write_int. |