Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-14 | Update FSF postal mail address. | Jim Meyering | |
2004-08-02 | Update copyright. | Paul Eggert | |
2004-08-02 | (errno): Remove decl; we now assume C89 or better. | Paul Eggert | |
2003-09-10 | (malloc): Returns void *, not char *. | Jim Meyering | |
Include <string.h> unconditionally. (strchr, memcpy, NULL): Do not define. | |||
2003-08-18 | Sync with gnulib. | Jim Meyering | |
2003-08-09 | Change Solaris 2.7 to Solaris 5.7 in comment. | Jim Meyering | |
2003-06-06 | Include <stddef.h> rather than <sys/types.h>, as we merely need size_t. | Jim Meyering | |
2003-05-13 | (rpl_putenv): Don't apply cast to argument of free. | Jim Meyering | |
2003-05-04 | This avoids a core dump on systems without GNU putenv, | Jim Meyering | |
when running `env -u SOME_ALREADY_UNSET_VARIABLE'. (unsetenv): New static function, from libc. (rpl_putenv): Use it. | |||
2000-04-07 | Move inclusion of errno.h so it follows that of sys/types.h, | Jim Meyering | |
to work around system header problems on AIX 3.2.5. From Bruno Haible. | |||
1998-12-13 | Don't include stdlib.h and declare malloc and free. | Jim Meyering | |
This works around Solaris 2.7's conflicting prototype. Reported by Karl Berry. | |||
1998-12-06 | Redefine putenv before including stdlib.h to work | Jim Meyering | |
around Solaris 2.7's conflicting prototype. Reported by Karl Berry. | |||
1998-02-03 | (sys/types.h): Include to get size_t on some systems. | Jim Meyering | |
(NULL): Define if needed. | |||
1997-07-01 | [putenv]: Undefine before including system headers. | Jim Meyering | |
Otherwise, the declaration of *rpl_putenv* conflicts with the system prototype on at least Irix5.3. From Marcus Daniels. | |||
1997-06-29 | Remove _sys_putenv cruft and just rename the function itself. | Jim Meyering | |
1997-06-29 | fix it right | Jim Meyering | |
1997-06-29 | Define-away putenv only if it's not already defined. | Jim Meyering | |
1997-02-04 | libitize | Jim Meyering | |
1996-07-15 | indent cpp-directives | Jim Meyering | |
1996-07-15 | update FSF address in copyright | Jim Meyering | |
1995-02-28 | Always include system headers, but define-away any putenv prototype. | Jim Meyering | |
1994-12-04 | Get putenv.c from /copies (derived from glibc). | Jim Meyering | |
Hack it to work with SGI's __environ junk. | |||
1994-10-01 | merge with 1.10n5 | Jim Meyering | |
1994-10-01 | merge with 1.10n4 | Jim Meyering | |
1994-09-28 | remove ansidecl junk | Jim Meyering | |
1994-09-27 | merge with 1.10n2 | Jim Meyering | |
1994-09-27 | merge with 1.10n1 | Jim Meyering | |
1993-10-24 | merge with 1.8.1h | Jim Meyering | |
1993-10-12 | merge with 1.8.1d | Jim Meyering | |
1993-09-08 | merge with 1.8.1 + partial --version and --help | Jim Meyering | |
1993-03-30 | (index, bcopy): Don't redefine. | Jim Meyering | |
1992-11-01 | Initial revision | Jim Meyering | |