<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/diffutils.git, branch v3.3</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>version 3.3</title>
<updated>2013-03-24T18:00:34+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@fb.com</email>
</author>
<published>2013-03-24T18:00:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=4544aa68fda5404835d1e0bfbfda8467d7e0d4a5'/>
<id>4544aa68fda5404835d1e0bfbfda8467d7e0d4a5</id>
<content type='text'>
* NEWS: Record release date.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* NEWS: Record release date.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: fix menu typo</title>
<updated>2013-03-23T07:26:39+00:00</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2013-03-23T07:26:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=6e68271b694fd8fd75459f613861f66ae7b9573b'/>
<id>6e68271b694fd8fd75459f613861f66ae7b9573b</id>
<content type='text'>
* doc/diffutils.texi (Comparing Three Files): Fix out-of-order menu.
Bug caught by Texinfo 5.0.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/diffutils.texi (Comparing Three Files): Fix out-of-order menu.
Bug caught by Texinfo 5.0.
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: update build procedure to recent gettext etc.</title>
<updated>2013-03-23T07:26:36+00:00</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2013-03-23T07:21:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=0c22f56ed7990cf02cbd2ade738944dd5ea8afd5'/>
<id>0c22f56ed7990cf02cbd2ade738944dd5ea8afd5</id>
<content type='text'>
* bootstrap.conf (gnulib_modules): Add vararrays.
(needed_gnulib_files, unnecessary_gettext_files): New vars.
(bootstrap_post_import_hook): New function, to implement these vars.
(excluded_files): Remove; 'bootstrap' no longer supports this.
Its function is now performed by unnecessary_gettext_files.
(buildreq): Update automake to 1.12.2, to avoid CVE-2012-3386.
* configure.ac (AM_GNU_GETTEXT_VERSION): Bump from 0.17 to 0.18.2,
to lessen the probability that we'll have outlandishly old files
during a build.
* m4/vararrays.m4: Remove from repository, as we now use the
gnulib version.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bootstrap.conf (gnulib_modules): Add vararrays.
(needed_gnulib_files, unnecessary_gettext_files): New vars.
(bootstrap_post_import_hook): New function, to implement these vars.
(excluded_files): Remove; 'bootstrap' no longer supports this.
Its function is now performed by unnecessary_gettext_files.
(buildreq): Update automake to 1.12.2, to avoid CVE-2012-3386.
* configure.ac (AM_GNU_GETTEXT_VERSION): Bump from 0.17 to 0.18.2,
to lessen the probability that we'll have outlandishly old files
during a build.
* m4/vararrays.m4: Remove from repository, as we now use the
gnulib version.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: update gnulib to latest and adapt; update bootstrap, too</title>
<updated>2013-03-22T04:39:21+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2013-03-22T03:39:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=90fd310a7865bf4ae695aaab0f21a9ab71f849f8'/>
<id>90fd310a7865bf4ae695aaab0f21a9ab71f849f8</id>
<content type='text'>
Blindly updating to the latest from gnulib, bootstrap would
fail due to failure of our local patches to apply.  Hence,
these first two updates.
* gl/lib/regex_internal.c.diff: Update offsets, so this patch
applies to the latest from gnulib.
* gl/lib/regex_internal.h.diff: Remove file.  No longer needed.
* bootstrap: Update from gnulib.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Blindly updating to the latest from gnulib, bootstrap would
fail due to failure of our local patches to apply.  Hence,
these first two updates.
* gl/lib/regex_internal.c.diff: Update offsets, so this patch
applies to the latest from gnulib.
* gl/lib/regex_internal.h.diff: Remove file.  No longer needed.
* bootstrap: Update from gnulib.
</pre>
</div>
</content>
</entry>
<entry>
<title>tests: port to hosts lacking fmt, make -C</title>
<updated>2013-01-06T16:31:09+00:00</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2013-01-06T16:30:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=b2f1e4bc555073d43b664c4389569a195ff040e3'/>
<id>b2f1e4bc555073d43b664c4389569a195ff040e3</id>
<content type='text'>
* tests/Makefile.am (built_programs): Don't assume fmt works.
Don't rely on 'make -C', either.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* tests/Makefile.am (built_programs): Don't assume fmt works.
Don't rely on 'make -C', either.
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: update .gitignore for recent gnulib</title>
<updated>2013-01-06T16:25:34+00:00</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2013-01-06T16:25:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=118d732ab2f414f9964377b4663598fa4a3ac3a6'/>
<id>118d732ab2f414f9964377b4663598fa4a3ac3a6</id>
<content type='text'>
* .gitignore: Add tests/*.trs and several *.h and *.sed files in lib,
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* .gitignore: Add tests/*.trs and several *.h and *.sed files in lib,
</pre>
</div>
</content>
</entry>
<entry>
<title>build: update gnulib submodule to latest</title>
<updated>2013-01-04T10:19:17+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2013-01-04T10:19:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=45716f1cabffe46278c22b91a6399d7970639fef'/>
<id>45716f1cabffe46278c22b91a6399d7970639fef</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: update all copyright year number ranges</title>
<updated>2013-01-04T10:13:02+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>jim@meyering.net</email>
</author>
<published>2013-01-04T10:13:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=a0483cb2fc67ce559033a28e98b310e8ceaa9fd0'/>
<id>a0483cb2fc67ce559033a28e98b310e8ceaa9fd0</id>
<content type='text'>
Run "make update-copyright".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run "make update-copyright".
</pre>
</div>
</content>
</entry>
<entry>
<title>build: default to --enable-gcc-warnings in a git tree</title>
<updated>2012-10-23T09:30:44+00:00</updated>
<author>
<name>Eric Blake</name>
<email>eblake@redhat.com</email>
</author>
<published>2012-10-23T09:06:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=01d92dba155d9ad87eaf0378876e0c67285c2075'/>
<id>01d92dba155d9ad87eaf0378876e0c67285c2075</id>
<content type='text'>
Anyone building from cloned sources can be assumed to have a new
enough environment, such that enabling gcc warnings by default will
be useful.  Tarballs still default to no warnings, and the default
can still be overridden with --disable-gcc-warnings.
* configure.ac (gl_gcc_warnings): Set default based on environment.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Anyone building from cloned sources can be assumed to have a new
enough environment, such that enabling gcc warnings by default will
be useful.  Tarballs still default to no warnings, and the default
can still be overridden with --disable-gcc-warnings.
* configure.ac (gl_gcc_warnings): Set default based on environment.
</pre>
</div>
</content>
</entry>
<entry>
<title>* doc/diffutils.texi (cmp Options): Document -l format better.</title>
<updated>2012-10-04T04:57:45+00:00</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2012-10-04T04:57:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=42f6244ee028dfbc535934e21028e6aa582256e7'/>
<id>42f6244ee028dfbc535934e21028e6aa582256e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
