aboutsummaryrefslogtreecommitdiffstats
path: root/src/setenv.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-11-15Add an SPDX tag to all core files.Werner Koch1-15/+16
--
2010-01-22Changes to build for W32CE - does not yet work, though.Werner Koch1-1/+3
2009-09-012009-09-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-1/+4
* configure.ac: Set BUILD_REVISION and update calculation of data for build info. Update libtool macros. Set NETLIBS for W32 targets. src/ 2009-09-01 Marcus Brinkmann <[email protected]> * setenv.c: Do not include "assuan-defs.h", instead redefine setenv, unsetenv, clearenv in place. * assuan-socket-server.c: Use _assuan_free instead of xfree. * assuan-pipe-connect.c: Fix syntax error. * assuan-defs.h: Remove some duplicated W32 stuff. * Makefile.am (libassuan_la_LIBADD, libassuan_pth_la_LIBADD): Add @NETLIBS@. * versioninfo.rc.in (FILEVERSION): Set to @BUILD_FILEVERSION@. ("FileDescription", "FileVersion", "InternalName") ("LegalCopyright", "OriginalFilename", "ProductName"): Replace c&p garbage. * libassuan.def: Remove assuan_get_peercred.
2007-08-24Preparing 1.0.3Werner Koch1-1/+1
2007-07-05Switched to LGPLv3.libassuan-1.0.2Werner Koch1-4/+4
2005-10-24Fixed and clarified copyright noticesWerner Koch1-1/+1
2005-10-082005-10-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-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-072005-10-07 Marcus Brinkmann <[email protected]>Marcus Brinkmann1-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.