summaryrefslogtreecommitdiff
path: root/lib/putenv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* indent cpp-directivesJim Meyering1996-07-151-7/+7
* update FSF address in copyrightJim Meyering1996-07-151-2/+2
* Always include system headers, but define-away any putenv prototype.Jim Meyering1995-02-281-0/+6
* Get putenv.c from /copies (derived from glibc).Jim Meyering1994-12-041-43/+36
* merge with 1.10n5Jim Meyering1994-10-011-27/+57
* merge with 1.10n4Jim Meyering1994-10-011-57/+27
* remove ansidecl junkJim Meyering1994-09-281-27/+57
* merge with 1.10n2Jim Meyering1994-09-271-57/+27
* merge with 1.10n1Jim Meyering1994-09-271-36/+25
* merge with 1.8.1hJim Meyering1993-10-241-1/+4
* merge with 1.8.1dJim Meyering1993-10-121-0/+11
* merge with 1.8.1 + partial --version and --helpJim Meyering1993-09-081-9/+12
* (index, bcopy): Don't redefine.Jim Meyering1993-03-301-0/+4
* Initial revisionJim Meyering1992-11-011-0/+101