aboutsummaryrefslogtreecommitdiffstats
path: root/src/setenv.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add an SPDX tag to all core files.Werner Koch2017-11-151-15/+16
| | | | --
* Changes to build for W32CE - does not yet work, though.Werner Koch2010-01-221-1/+3
|
* 2009-09-01 Marcus Brinkmann <[email protected]>Marcus Brinkmann2009-09-011-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.
* Preparing 1.0.3Werner Koch2007-08-241-1/+1
|
* Switched to LGPLv3.libassuan-1.0.2Werner Koch2007-07-051-4/+4
|
* Fixed and clarified copyright noticesWerner Koch2005-10-241-1/+1
|
* 2005-10-08 Marcus Brinkmann <[email protected]>Marcus Brinkmann2005-10-081-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 Brinkmann2005-10-071-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.