summaryrefslogtreecommitdiff
path: root/lib/putenv.c
Commit message (Expand)AuthorAgeFilesLines
* Put LGPLv3+ notices in source files where appropriate.Bruno Haible2021-06-041-7/+7
* free-posix: use more often in other modulesPaul Eggert2021-03-251-7/+3
* maint: run 'make update-copyright'Paul Eggert2020-12-311-1/+1
* Don't assume that UNICODE is not defined.Bruno Haible2020-05-301-0/+6
* maint: Run 'make update-copyright'Paul Eggert2019-12-311-1/+1
* maint: Run 'make update-copyright'Paul Eggert2019-01-011-1/+1
* Simplify code. Drop support for Borland C++ on Windows.Bruno Haible2018-05-031-2/+2
* maint: Run 'make update-copyright'Paul Eggert2018-01-011-1/+1
* all: prefer https: URLsPaul Eggert2017-09-131-1/+1
* version-etc: new yearPaul Eggert2017-01-011-1/+1
* version-etc: new yearPaul Eggert2016-01-011-1/+1
* version-etc: new yearPaul Eggert2014-12-311-1/+1
* maint: update copyrightEric Blake2014-01-011-1/+1
* putenv: port to Solaris 10Paul Eggert2013-03-131-5/+5
* putenv: avoid compilation warning on mingwEric Blake2013-03-111-37/+39
* putenv: port better to native WindowsPaul Eggert2013-02-221-26/+52
* putenv: fix heap corruption with mixed putenv/_putenvPaul Eggert2013-02-141-0/+32
* maint: update all copyright year number rangesEric Blake2013-01-011-1/+1
* In commentary, do not use ` to quote.Paul Eggert2012-01-051-2/+2
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* putenv: indent #definition of "environ" to placate cppiJim Meyering2011-11-021-1/+1
* putenv: Support for MSVC.Bruno Haible2011-09-171-2/+4
* maint: update almost all copyright ranges to include 2011Jim Meyering2011-01-011-1/+1
* update nearly all FSF copyright year lists to include 2010Jim Meyering2010-01-011-1/+1
* update nearly all FSF copyright year lists to include 2009Jim Meyering2009-12-291-2/+2
* Use spaces for indentation, not tabs.Bruno Haible2009-12-101-11/+11
* remove duplicate #include directivesJim Meyering2008-08-311-1/+0
* Remove useless "if" tests before free. Deprecate "free" module.Jim Meyering2008-03-021-3/+2
* Define the putenv substitute in <stdlib.h> rather than in <config.h>.Bruno Haible2007-11-011-7/+4
* Change copyright notice from GPLv2+ to GPLv3+.Bruno Haible2007-10-071-4/+3
* Avoid conflicting types for 'unsetenv' on FreeBSD.Jim Meyering2007-02-251-3/+3
* Minor fixups to port to Solaris 10 with Sun C 5.8.Paul Eggert2007-02-211-8/+7
* * _fpending.c: Include <config.h> unconditionally, since we noPaul Eggert2006-09-131-4/+3
* Sync from coreutils.Paul Eggert2005-09-231-4/+2
* Use a consistent style for including <config.h>.Paul Eggert2005-09-191-1/+1
* *** empty log message ***Paul Eggert2005-05-141-1/+1
* Merge from coreutils.Paul Eggert2004-08-071-5/+2
* Remove K&R cruft.Paul Eggert2003-09-101-15/+3
* Fix comments to identify Solaris versions using the same versionPaul Eggert2003-07-311-1/+1
* Merge from coreutils.Jim Meyering2003-06-061-15/+58
* .h files should stand alone, but we shouldn't include <sys/types.h>Paul Eggert2003-06-041-1/+1
* Move inclusion of errno.h so it follows that of sys/types.h,Jim Meyering2000-04-071-3/+5
* Don't include stdlib.h and declare malloc and free.Jim Meyering1998-12-131-13/+6
* Redefine putenv before including stdlib.h to workJim Meyering1998-12-061-2/+7
* (sys/types.h): Include to get size_t on some systems.Jim Meyering1998-02-031-1/+7
* [putenv]: Undefine before including system headers.Jim Meyering1997-07-011-0/+5
* Remove _sys_putenv cruft and just rename the function itself.Jim Meyering1997-06-291-11/+2
* fix it rightJim Meyering1997-06-291-4/+2
* Define-away putenv only if it's not already defined.Jim Meyering1997-06-291-3/+8
* libitizeJim Meyering1997-02-041-15/+14