<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib/tempname.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-13T22:01:20Z</updated>
<entry>
<title>Update from gnulib.</title>
<updated>2003-09-13T22:01:20Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-09-13T22:01:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=dce9582d2ca06a6c50165014b21d95654541e8da'/>
<id>urn:sha1:dce9582d2ca06a6c50165014b21d95654541e8da</id>
<content type='text'>
</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>Include &lt;stddef.h&gt; unconditionally.</title>
<updated>2003-06-06T22:34:04Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-06-06T22:34:04Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f43ec51105022c60ba52029165bc9675a9d89d62'/>
<id>urn:sha1:f43ec51105022c60ba52029165bc9675a9d89d62</id>
<content type='text'>
Include &lt;inttypes.h&gt; as an alternative to &lt;stdint.h&gt;.
</content>
</entry>
<entry>
<title>Update from gnulib (trivial changes).</title>
<updated>2002-12-01T10:41:09Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-12-01T10:41:09Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=43aee8594db6d5e46d1994770ed9e3f27fe45dd1'/>
<id>urn:sha1:43aee8594db6d5e46d1994770ed9e3f27fe45dd1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Don't declare getenv, thus reverting the change of 2001-11-18.</title>
<updated>2001-12-02T19:59:39Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-12-02T19:59:39Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4542868aeabe38fdd6d706c202c02098c55fe6c3'/>
<id>urn:sha1:4542868aeabe38fdd6d706c202c02098c55fe6c3</id>
<content type='text'>
It's no longer necessary, now that stdlib.h is always included.
</content>
</entry>
<entry>
<title>Include stdlib.h unconditionally.  On some old systems for which</title>
<updated>2001-11-27T12:55:16Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-11-27T12:55:16Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=65d5eb615dd9066d46ba6601ca05050ee8caad02'/>
<id>urn:sha1:65d5eb615dd9066d46ba6601ca05050ee8caad02</id>
<content type='text'>
STDC_HEADERS is 0, it was not included, resulting in a warning
about an integer-to-pointer conversion problem with getenv.
</content>
</entry>
<entry>
<title>Merge with version from libc.</title>
<updated>2001-11-27T12:54:58Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-11-27T12:54:58Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0bb8253d33125a7bf91255caa85e189902b56102'/>
<id>urn:sha1:0bb8253d33125a7bf91255caa85e189902b56102</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(TMP_MAX): Remove; no longer needed.</title>
<updated>2001-11-19T11:06:32Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-11-19T11:06:32Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=81ca387201f58ac63280d4176fc4a1dd8a08f64a'/>
<id>urn:sha1:81ca387201f58ac63280d4176fc4a1dd8a08f64a</id>
<content type='text'>
(TEMPORARIES): New macro.
(__gen_tempname): Use TEMPORARIES rather than TMP_MAX.  This
removes an artificial limitation (e.g. HP-UX 10.20, where
TMP_MAX is 17576).
</content>
</entry>
<entry>
<title>[!HAVE_DECL_GETENV]: Declare getenv to avoid warning on SunOS4.</title>
<updated>2001-11-18T10:54:42Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-11-18T10:54:42Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=16aa74d9d2386e48243af040fd3de9350d257a77'/>
<id>urn:sha1:16aa74d9d2386e48243af040fd3de9350d257a77</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(uint64_t): Define to uintmax_t if</title>
<updated>2001-03-16T12:02:22Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-03-16T12:02:22Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=75b98a184561cd75b399887362146f2b54aec74c'/>
<id>urn:sha1:75b98a184561cd75b399887362146f2b54aec74c</id>
<content type='text'>
not defined, and if UINT64_MAX is not defined.
Required at least for Vax Ultrix4.3, which doesn't define uint64_t.
Reported by John David Anglin.
</content>
</entry>
</feed>
