<feed xmlns='http://www.w3.org/2005/Atom'>
<title>coreutils, branch v7.5</title>
<subtitle>Mirror of https://https.git.savannah.gnu.org/git/coreutils.git/
</subtitle>
<id>https://git.shady.money/coreutils/atom?h=v7.5</id>
<link rel='self' href='https://git.shady.money/coreutils/atom?h=v7.5'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/'/>
<updated>2009-08-20T19:19:36Z</updated>
<entry>
<title>version 7.5</title>
<updated>2009-08-20T19:19:36Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-08-20T19:19:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=af1996dde2d0089117a9e5e7aa543c6e55474b77'/>
<id>urn:sha1:af1996dde2d0089117a9e5e7aa543c6e55474b77</id>
<content type='text'>
* NEWS: Record release date.
</content>
</entry>
<entry>
<title>tests: skip the stdbuf tests when the abs build directory name is bogus</title>
<updated>2009-08-20T17:47:12Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-08-20T16:27:07Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=7f242fadfa216eac6ebb20721943b6e4e90300c7'/>
<id>urn:sha1:7f242fadfa216eac6ebb20721943b6e4e90300c7</id>
<content type='text'>
* tests/misc/stdbuf: Avoid spurious failure when the directory name
from which we'd set LD_PRELOAD contains unsafe characters.
</content>
</entry>
<entry>
<title>install: avoid a portability bug when compiling with non-gcc</title>
<updated>2009-08-20T08:46:22Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-08-20T08:36:30Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=3db7c2c03c4c6daf358925d1c585fcbb478fa25a'/>
<id>urn:sha1:3db7c2c03c4c6daf358925d1c585fcbb478fa25a</id>
<content type='text'>
* src/install.c (extra_mode): Be careful to return only a 0 or 1
value, since this is a "bool" function, and there are still some
compilers for which this is necessary.  Without this change,
Bernhard Voelker reported that the Forte Developer 7 C 5.4 2002/03/09
compiler would produce a malfunctioning "install" binary.  Details in
http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/17710/focus=17760
</content>
</entry>
<entry>
<title>tests: make install-C slightly less prone to confusion</title>
<updated>2009-08-19T15:10:23Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-08-19T15:10:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=a70ac4ef3236afdd1e23e30c1094a2c3557d7c70'/>
<id>urn:sha1:a70ac4ef3236afdd1e23e30c1094a2c3557d7c70</id>
<content type='text'>
* tests/install/install-C: Invoke framework_failure, if necessary.
</content>
</entry>
<entry>
<title>build: avoid "make dist" failure in man/</title>
<updated>2009-08-19T06:44:40Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-08-19T06:44:17Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=112bccb26bc32081640d7d6c8b3ad29b0a4c7a2a'/>
<id>urn:sha1:112bccb26bc32081640d7d6c8b3ad29b0a4c7a2a</id>
<content type='text'>
Now that "make check" no longer builds programs like arch, ...
* src/Makefile.am (dist-hook): Depend on $(all_programs), so that the
subsequent build in man/ doesn't fail due to lack of a program like
arch that is not going to be installed.
</content>
</entry>
<entry>
<title>build: update from gnulib</title>
<updated>2009-08-18T19:07:44Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-08-18T19:07:44Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=611870a8f399c86a009f6c2c5faf9fd6cdd3ae5f'/>
<id>urn:sha1:611870a8f399c86a009f6c2c5faf9fd6cdd3ae5f</id>
<content type='text'>
* gnulib: Update submodule to latest.
</content>
</entry>
<entry>
<title>nl: deprecate --page-increment in favor of --line-increment</title>
<updated>2009-08-18T16:40:41Z</updated>
<author>
<name>Giuseppe Scrivano</name>
<email>gscrivano@gnu.org</email>
</author>
<published>2009-08-18T10:22:37Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=718b2790c0e4d1dee5603b46d06bd886c6a359a1'/>
<id>urn:sha1:718b2790c0e4d1dee5603b46d06bd886c6a359a1</id>
<content type='text'>
* NEWS: Mention the change.
* doc/coreutils.texi: Document the new --line-increment option.
* src/nl.c (struct option): Add --line-increment,
(usage): Describe it,
(main): Use it.
</content>
</entry>
<entry>
<title>tests: stdbuf: fix a bug in test script</title>
<updated>2009-08-18T15:53:20Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-08-18T15:53:20Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=6f6599a006e08c0e7a0825f1f059fde66d2847b5'/>
<id>urn:sha1:6f6599a006e08c0e7a0825f1f059fde66d2847b5</id>
<content type='text'>
* tests/misc/stdbuf: Use skip_test_ only after it's defined.
Reported by Berhnard Voelker.

(sc_check-AUTHORS): Rename rule from check-AUTHORS.
</content>
</entry>
<entry>
<title>build: perform check-AUTHORS via syntax-check, not via "make check"</title>
<updated>2009-08-18T10:16:36Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-08-18T10:12:21Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=d25101cc306f9fba8e30ee739ceb1982434367f6'/>
<id>urn:sha1:d25101cc306f9fba8e30ee739ceb1982434367f6</id>
<content type='text'>
* src/Makefile.am (check): Don't depend on check-AUTHORS.
That check fails on systems for which a program like stdbuf is
not built.  Instead, move this check to "make syntax-check".
(sc_check-AUTHORS): Rename rule from check-AUTHORS.
* cfg.mk (sc_check-AUTHORS): New rule.
Reported by Berhnard Voelker.
</content>
</entry>
<entry>
<title>sort: use more portable initialization syntax</title>
<updated>2009-08-18T09:02:36Z</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-08-18T09:01:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/coreutils/commit/?id=ea57d4648226fc3d713a10448fc4fc012ccacdf5'/>
<id>urn:sha1:ea57d4648226fc3d713a10448fc4fc012ccacdf5</id>
<content type='text'>
* src/sort.c (find_unit_order): Spell out 256-element static
initializer, rather than relying on C99 syntax.
Required for Forte Developer 7 C 5.4 2002/03/09 on Solaris 10.
Reported by Bernhard Voelker.
</content>
</entry>
</feed>
