<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib/putenv.c, branch v5.2.0</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v5.2.0</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v5.2.0'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2003-09-10T09:07:43Z</updated>
<entry>
<title>(malloc): Returns void *, not char *.</title>
<updated>2003-09-10T09:07:43Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-09-10T09:07:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=548b033dd6a3698befd21e5d928e4129a8538688'/>
<id>urn:sha1:548b033dd6a3698befd21e5d928e4129a8538688</id>
<content type='text'>
Include &lt;string.h&gt; unconditionally.
(strchr, memcpy, NULL): Do not define.
</content>
</entry>
<entry>
<title>Sync with gnulib.</title>
<updated>2003-08-18T09:44:49Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-08-18T09:44:49Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=b1b4af8047b2d6c2b2ea0d552969e25f872da675'/>
<id>urn:sha1:b1b4af8047b2d6c2b2ea0d552969e25f872da675</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change Solaris 2.7 to Solaris 5.7 in comment.</title>
<updated>2003-08-09T16:33:55Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-08-09T16:33:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0ac638c6eae73f77bec6a9ec704f705f097de023'/>
<id>urn:sha1:0ac638c6eae73f77bec6a9ec704f705f097de023</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include &lt;stddef.h&gt; rather than &lt;sys/types.h&gt;, as we merely need size_t.</title>
<updated>2003-06-06T20:48:43Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-06-06T20:48:43Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a5dbfa17567ecd3f1971611f9b34cd8d4ddb36ec'/>
<id>urn:sha1:a5dbfa17567ecd3f1971611f9b34cd8d4ddb36ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(rpl_putenv): Don't apply cast to argument of free.</title>
<updated>2003-05-13T14:47:15Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-05-13T14:47:15Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=56a5857660af150bd3b8ba6df8579a39ce73e084'/>
<id>urn:sha1:56a5857660af150bd3b8ba6df8579a39ce73e084</id>
<content type='text'>
</content>
</entry>
<entry>
<title>This avoids a core dump on systems without GNU putenv,</title>
<updated>2003-05-04T08:26:09Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-05-04T08:26:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cf09ab79a3027d96184b743ca6b702872da2fcb2'/>
<id>urn:sha1:cf09ab79a3027d96184b743ca6b702872da2fcb2</id>
<content type='text'>
when running `env -u SOME_ALREADY_UNSET_VARIABLE'.

(unsetenv): New static function, from libc.
(rpl_putenv): Use it.
</content>
</entry>
<entry>
<title>Move inclusion of errno.h so it follows that of sys/types.h,</title>
<updated>2000-04-07T09:24:18Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-04-07T09:24:18Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4259b70042ac4f74fb961f90289ce211baf2a109'/>
<id>urn:sha1:4259b70042ac4f74fb961f90289ce211baf2a109</id>
<content type='text'>
to work around system header problems on AIX 3.2.5.  From Bruno Haible.
</content>
</entry>
<entry>
<title>Don't include stdlib.h and declare malloc and free.</title>
<updated>1998-12-13T18:04:11Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1998-12-13T18:04:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=29ab746b7919d8cc48a0896b4ca9b92da5152de0'/>
<id>urn:sha1:29ab746b7919d8cc48a0896b4ca9b92da5152de0</id>
<content type='text'>
This works around Solaris 2.7's conflicting prototype.
Reported by Karl Berry.
</content>
</entry>
<entry>
<title>Redefine putenv before including stdlib.h to work</title>
<updated>1998-12-06T22:18:17Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1998-12-06T22:18:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=2ec7385fb05fa128ba0056543134511e8281c8fd'/>
<id>urn:sha1:2ec7385fb05fa128ba0056543134511e8281c8fd</id>
<content type='text'>
around Solaris 2.7's conflicting prototype.  Reported by Karl Berry.
</content>
</entry>
<entry>
<title>(sys/types.h): Include to get size_t on some systems.</title>
<updated>1998-02-03T07:23:13Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>1998-02-03T07:23:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8ef38f80ec8c541d9402dc8a78036101dd4d2b4c'/>
<id>urn:sha1:8ef38f80ec8c541d9402dc8a78036101dd4d2b4c</id>
<content type='text'>
(NULL): Define if needed.
</content>
</entry>
</feed>
