<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/diffutils.git/src, branch v3.1</title>
<subtitle>git.savannah.gnu.org: git/diffutils.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/'/>
<entry>
<title>doc: insert comma in --help line for --ignore-space-change (-b)</title>
<updated>2011-08-08T16:00:23+00:00</updated>
<author>
<name>Santiago Vila</name>
<email>sanvila@unex.es</email>
</author>
<published>2011-08-08T15:59:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=8832cf045d62a4a40e6df948e6cf8b85485653a0'/>
<id>8832cf045d62a4a40e6df948e6cf8b85485653a0</id>
<content type='text'>
* src/diff.c (option_help_msgid): Insert omitted comma between
"-b" and "--ignore-space-change".  (tiny change)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/diff.c (option_help_msgid): Insert omitted comma between
"-b" and "--ignore-space-change".  (tiny change)
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: remove inclusion of unused header, for "make syntax-check"</title>
<updated>2011-07-03T20:44:26+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2011-07-03T20:44:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=01fc077bbfea22f0759400b45bf6a04b840ee2e4'/>
<id>01fc077bbfea22f0759400b45bf6a04b840ee2e4</id>
<content type='text'>
* src/diff3.c: Don't include &lt;inttostr.h&gt;.  Not used.
* src/context.c: Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/diff3.c: Don't include &lt;inttostr.h&gt;.  Not used.
* src/context.c: Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: ccache works better without embedded version strings</title>
<updated>2011-06-13T07:17:15+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2011-06-12T09:24:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=7faccb437cb0c08c52ac061db66e9e028bd690a7'/>
<id>7faccb437cb0c08c52ac061db66e9e028bd690a7</id>
<content type='text'>
* src/Makefile.am: Generate version.c and version.h and put the
new symbol in a tiny library to be used by each program.
(LDADD): Add the new library.
* src/cmp.c (main): Use Version, not PACKAGE_VERSION, so the .o
file does not change with each commit-derived version increment.
* src/diff.c (main): Likewise.
* src/diff3.c (main): Likewise.
* src/sdiff.c (main): Likewise.
* src/system.h: Include "version.h".
* .gitignore: Add version.[ch]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/Makefile.am: Generate version.c and version.h and put the
new symbol in a tiny library to be used by each program.
(LDADD): Add the new library.
* src/cmp.c (main): Use Version, not PACKAGE_VERSION, so the .o
file does not change with each commit-derived version increment.
* src/diff.c (main): Likewise.
* src/diff3.c (main): Likewise.
* src/sdiff.c (main): Likewise.
* src/system.h: Include "version.h".
* .gitignore: Add version.[ch]
</pre>
</div>
</content>
</entry>
<entry>
<title>cmp, diff, diff3, sdiff: edit and align --help text.</title>
<updated>2011-06-08T13:44:52+00:00</updated>
<author>
<name>Karl Berry</name>
<email>karl@freefriends.org</email>
</author>
<published>2011-06-08T13:00:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=a2b10ab0d6f8f11c380fdb1dedd920dfa1359a90'/>
<id>a2b10ab0d6f8f11c380fdb1dedd920dfa1359a90</id>
<content type='text'>
* cmp.c (option_help_msgid, usage),
* diff.c (option_help_msgid, usage),
* diff3.c (option_help_msgid, usage),
* sdiff.c (option_help_msgid, usage): align descriptions in the --help
output and slightly edit content.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* cmp.c (option_help_msgid, usage),
* diff.c (option_help_msgid, usage),
* diff3.c (option_help_msgid, usage),
* sdiff.c (option_help_msgid, usage): align descriptions in the --help
output and slightly edit content.
</pre>
</div>
</content>
</entry>
<entry>
<title>diff: don't use locales after local-specific sorting fails</title>
<updated>2011-05-28T06:41:07+00:00</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2011-05-28T06:38:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=de65c25dc103b7f4b18e0c3116c31ff7fc6d4726'/>
<id>de65c25dc103b7f4b18e0c3116c31ff7fc6d4726</id>
<content type='text'>
* src/dir.c (compare_names): Don't invoke strcasecmp if
locale-specific sorting fails, because POSIX.1-2008 says strcasecmp
has unspecified behavior outside the POSIX locale.  See:
http://lists.gnu.org/archive/html/bug-diffutils/2011-05/msg00008.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/dir.c (compare_names): Don't invoke strcasecmp if
locale-specific sorting fails, because POSIX.1-2008 says strcasecmp
has unspecified behavior outside the POSIX locale.  See:
http://lists.gnu.org/archive/html/bug-diffutils/2011-05/msg00008.html
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: prepare for the tight-scope check</title>
<updated>2011-05-18T18:30:38+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2011-05-08T20:19:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=a531a3cff268a51848b029b3d6ba67b37a8d91ce'/>
<id>a531a3cff268a51848b029b3d6ba67b37a8d91ce</id>
<content type='text'>
* src/diff.h: Mark function declarations with "extern" in
preparation for the tight-scope check.
(ignore_white_space): Separate enum decl from declaration
of this variable.
* src/Makefile.am (diff_SOURCES): Move diff.h from here to ...
(noinst_HEADERS): ...here.
For convenience, since the tight-scope rule uses $(noinst_HEADERS).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/diff.h: Mark function declarations with "extern" in
preparation for the tight-scope check.
(ignore_white_space): Separate enum decl from declaration
of this variable.
* src/Makefile.am (diff_SOURCES): Move diff.h from here to ...
(noinst_HEADERS): ...here.
For convenience, since the tight-scope rule uses $(noinst_HEADERS).
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: diff --help should mention -L</title>
<updated>2011-03-18T21:22:05+00:00</updated>
<author>
<name>Eric Blake</name>
<email>eblake@redhat.com</email>
</author>
<published>2011-03-18T21:19:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=c549fc6c777f025a303c9f980f360a644affd65e'/>
<id>c549fc6c777f025a303c9f980f360a644affd65e</id>
<content type='text'>
* src/diff.c (option_help_msgid): Document -L.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/diff.c (option_help_msgid): Document -L.
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: remove all uses of vfork: use fork instead</title>
<updated>2011-01-24T15:49:37+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2011-01-24T11:27:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=91da1da696e1d13ab7e288ede04d03fd2d12e79a'/>
<id>91da1da696e1d13ab7e288ede04d03fd2d12e79a</id>
<content type='text'>
Our use of vfork now provokes warnings from gcc-4.6.0.
Also, vfork is no longer even specified by POSIX.1-2008.
* src/diff3.c (read_diff): Change each use of vfork to "fork".
Remove #ifdef'd code.
* src/util.c (begin_output, finish_output): Likewise.
* src/sdiff.c (cleanup, main, edit): Likewise.
(handler_index_of_SIGPIPE): Remove now-unused definition.
* src/system.h: Don't include &lt;vfork.h&gt;.
(vfork): Remove definition.
* ms/config.site: Remove reference to vfork cache variable.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Our use of vfork now provokes warnings from gcc-4.6.0.
Also, vfork is no longer even specified by POSIX.1-2008.
* src/diff3.c (read_diff): Change each use of vfork to "fork".
Remove #ifdef'd code.
* src/util.c (begin_output, finish_output): Likewise.
* src/sdiff.c (cleanup, main, edit): Likewise.
(handler_index_of_SIGPIPE): Remove now-unused definition.
* src/system.h: Don't include &lt;vfork.h&gt;.
(vfork): Remove definition.
* ms/config.site: Remove reference to vfork cache variable.
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: avoid new syntax-check failure</title>
<updated>2011-01-23T17:57:50+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2011-01-23T17:57:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=9de94f53b5b63330b7658f3b63d06021aabfc7c6'/>
<id>9de94f53b5b63330b7658f3b63d06021aabfc7c6</id>
<content type='text'>
* src/diff.c (specify_value): Use !STREQ(...), not strcmp(...) != 0.
* src/diff3.c (main): Likewise.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/diff.c (specify_value): Use !STREQ(...), not strcmp(...) != 0.
* src/diff3.c (main): Likewise.
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: update copyright year ranges to include 2011</title>
<updated>2011-01-03T21:13:35+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2011-01-03T21:08:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=ce5367b6b3e4df909883f41f3ad6f12981f5a263'/>
<id>ce5367b6b3e4df909883f41f3ad6f12981f5a263</id>
<content type='text'>
Run "make update-copyright", so "make syntax-check" works in 2011.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run "make update-copyright", so "make syntax-check" works in 2011.
</pre>
</div>
</content>
</entry>
</feed>
