<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils/lib/same.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-08-19T10:02:53Z</updated>
<entry>
<title>Include &lt;stdlib.h&gt; and &lt;string.h&gt; unconditionally,</title>
<updated>2003-08-19T10:02:53Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-08-19T10:02:53Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7c4acc4f65f6cfba96c21fbee1669915595b8658'/>
<id>urn:sha1:7c4acc4f65f6cfba96c21fbee1669915595b8658</id>
<content type='text'>
as we're now assuming that part of hosted C89.
(free) [!HAVE_DECL_FREE]: Remove decl; no longer needed.
(same_name): Invoke pathconf on destination, not source, as
that's a bit clearer even if they are the same dir.
</content>
</entry>
<entry>
<title>Include &lt;stdbool.h&gt;, &lt;limits.h&gt;.</title>
<updated>2003-08-18T07:47:40Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-08-18T07:47:40Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=0fc380c89d65822d8f72f4946269e77e92ece67b'/>
<id>urn:sha1:0fc380c89d65822d8f72f4946269e77e92ece67b</id>
<content type='text'>
(_POSIX_NAME_MAX): Define if not defined.
(MIN): New macro.
(same_name): If file names are silently truncated, report
that the file names are the same if they are the same after
the silent truncation.
</content>
</entry>
<entry>
<title>(same_name): Declare *_basename locals to be `const'.</title>
<updated>2003-01-14T15:07:24Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-01-14T15:07:24Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cbe7e9daec1c908c9a21e8d3909366ad7cddbf15'/>
<id>urn:sha1:cbe7e9daec1c908c9a21e8d3909366ad7cddbf15</id>
<content type='text'>
Consolidate declarations and initializations of *_base* locals.
</content>
</entry>
<entry>
<title>(same_name): Reorder tests so as to avoid calling stat()</title>
<updated>2003-01-14T14:44:29Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2003-01-14T14:44:29Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=cbf24b40e3a0a8c0a499cfbabddd26e6366e7221'/>
<id>urn:sha1:cbf24b40e3a0a8c0a499cfbabddd26e6366e7221</id>
<content type='text'>
when a string comparison is sufficient.
</content>
</entry>
<entry>
<title>Don't include libintl.h, and don't define `_' -- they're not used.</title>
<updated>2002-11-14T14:38:03Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2002-11-14T14:38:03Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=f9362b8897b385057b5f085fd4a7c51fd4235b1f'/>
<id>urn:sha1:f9362b8897b385057b5f085fd4a7c51fd4235b1f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>(base_name): Remove; now in dirname.h.</title>
<updated>2001-05-12T15:48:00Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2001-05-12T15:48:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=8989b5b65cde7c8769e0557820b7ebc1a79bec85'/>
<id>urn:sha1:8989b5b65cde7c8769e0557820b7ebc1a79bec85</id>
<content type='text'>
(STREQ): Remove.
(same_name): Handle the case where the basename ends in trailing '/'.
</content>
</entry>
<entry>
<title>(same_name): Invoke xalloc_die instead of printing our own message.</title>
<updated>2000-08-07T16:55:57Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-08-07T16:55:57Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=02edb50e8ffb94cb23d53060e655788d83ec285a'/>
<id>urn:sha1:02edb50e8ffb94cb23d53060e655788d83ec285a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Include &lt;string.h&gt; or &lt;strings.h&gt;, as appropriate, for declaration of strcmp.</title>
<updated>2000-06-29T11:29:55Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-06-29T11:29:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d1e34222a851319531331b92abf53a79c44dcdc7'/>
<id>urn:sha1:d1e34222a851319531331b92abf53a79c44dcdc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use double quotes, not single quotes around syntax-error-evoking string</title>
<updated>2000-02-27T17:54:25Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-02-27T17:54:25Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=4fef810c37ba226a2d0437995a3fef9c72fd124c'/>
<id>urn:sha1:4fef810c37ba226a2d0437995a3fef9c72fd124c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use `#if !HAVE_DECL...' instead of `#ifndef HAVE_DECL..'</title>
<updated>2000-02-27T17:41:20Z</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2000-02-27T17:41:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=aadde402068c6b1bdada7177f6b46cdf5648be5f'/>
<id>urn:sha1:aadde402068c6b1bdada7177f6b46cdf5648be5f</id>
<content type='text'>
now that autoconf always defines the HAVE_DECL_ symbols.

Arrange for cpp to fail if the configure-time
declaration check was not run.
</content>
</entry>
</feed>
