summaryrefslogtreecommitdiff
path: root/src/stpcpy.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed and clarified copyright noticesWerner Koch2005-10-241-1/+1
|
* 2005-10-07 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2005-10-071-23/+45
| | | | | | | | | | | | | | | | | | | | * 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 <marcus@g10code.de> * 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.
* 2004-11-23 Timo Schulz <twoaday@g10code.com>Timo Schulz2004-11-241-0/+33
* assuan-socket.c (_assuan_sock_connect): Get local port from the sun_path[] file. (_assuan_sock_bind): Write local port to the sun_path[] file. * assuan-socket-connect.c (assuan_socket_connect): Use DIRSEP_C for a better portability. (assuan-defs.h): Define DIRSEP_C. 2004-11-22 Timo Schulz <twoaday@g10code.com> * assuan-io.c (_assuan_simple_read, _assuan_simple_write): W32 support. * assuan-socket.c (_assuan_close): New. (_assuan_sock_new): New. (_assuan_sock_bind): New.