<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/diffutils.git, branch master</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>maint: suppress new test's doubled-word syntax-check failure</title>
<updated>2023-05-14T06:44:32+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@fb.com</email>
</author>
<published>2023-05-14T06:44:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=cc36781560ab60d0ecd6c35f372c319cdbc32b67'/>
<id>cc36781560ab60d0ecd6c35f372c319cdbc32b67</id>
<content type='text'>
* cfg.mk (exclude_file_name_regexp--sc_prohibit_doubled_word):
Exempt the new test's use of "in in".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* cfg.mk (exclude_file_name_regexp--sc_prohibit_doubled_word):
Exempt the new test's use of "in in".
</pre>
</div>
</content>
</entry>
<entry>
<title>build: update gnulib submodule to latest</title>
<updated>2023-05-14T05:23:57+00:00</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2023-05-14T02:43:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=877c1207651f1c1e0a82dd1a0673b2ccb49fe031'/>
<id>877c1207651f1c1e0a82dd1a0673b2ccb49fe031</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>gnulib: fix Y2038 bug (again)</title>
<updated>2023-05-14T05:23:57+00:00</updated>
<author>
<name>Carlo Marcelo Arenas Belón</name>
<email>carenas@gmail.com</email>
</author>
<published>2023-05-14T02:06:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=13a05d1e95be87d4b8c3661150651e720260fc95'/>
<id>13a05d1e95be87d4b8c3661150651e720260fc95</id>
<content type='text'>
AC_SYS_LARGEFILE meaning has changed, need AC_SYS_YEAR2038 as well

* NEWS: mention this
* tests: add test
* bootstrap.conf: add year2038

Copyright-paperwork-exempt: yes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
AC_SYS_LARGEFILE meaning has changed, need AC_SYS_YEAR2038 as well

* NEWS: mention this
* tests: add test
* bootstrap.conf: add year2038

Copyright-paperwork-exempt: yes
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: add 'diff --git' TODO</title>
<updated>2023-02-24T20:13:12+00:00</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2023-02-24T20:13:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=3fa7218567bdcf958f1342c13c848c9e2f2d38c5'/>
<id>3fa7218567bdcf958f1342c13c848c9e2f2d38c5</id>
<content type='text'>
* TODO: Suggest better compatibility with 'git diff -p'.
From a suggestion by Linus Torvalds
&lt;https://lkml.org/lkml/2023/2/24/797&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* TODO: Suggest better compatibility with 'git diff -p'.
From a suggestion by Linus Torvalds
&lt;https://lkml.org/lkml/2023/2/24/797&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: update .gitignore</title>
<updated>2023-02-10T23:44:38+00:00</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2023-02-10T23:44:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=6351be27c38642916e394cbf331ecc2cbb25f4fe'/>
<id>6351be27c38642916e394cbf331ecc2cbb25f4fe</id>
<content type='text'>
.gitignore: Update for some recent changes, and simplify.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
.gitignore: Update for some recent changes, and simplify.
</pre>
</div>
</content>
</entry>
<entry>
<title>diff: fix bug where -D does not work</title>
<updated>2023-02-10T23:44:38+00:00</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2023-02-10T23:33:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=ba08fbbb0ca5da455bf695236c57bc50e7faed50'/>
<id>ba08fbbb0ca5da455bf695236c57bc50e7faed50</id>
<content type='text'>
Problem reported by Robert Webb (bug#61193).
* NEWS: Mention this.
* src/diff.c (main): Omit stray ‘sizeof’.
* tests/ifdef: New test.
* tests/Makefile.am (TESTS): Add it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Problem reported by Robert Webb (bug#61193).
* NEWS: Mention this.
* src/diff.c (main): Omit stray ‘sizeof’.
* tests/ifdef: New test.
* tests/Makefile.am (TESTS): Add it.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: update gnulib submodule to latest</title>
<updated>2023-02-08T04:47:18+00:00</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2023-02-07T22:52:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=7e7ef707d6d32c755bbc7193151d87539c41978a'/>
<id>7e7ef707d6d32c755bbc7193151d87539c41978a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>diff: use C23 bool</title>
<updated>2023-02-05T22:01:54+00:00</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2023-02-05T22:00:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=7e7a21b05b79ebf4b6637d949ef1d8dc8d316fdf'/>
<id>7e7a21b05b79ebf4b6637d949ef1d8dc8d316fdf</id>
<content type='text'>
* bootstrap.conf (gnulib_modules): Add stdbool.
* src/die.h, src/system.h: Do not include &lt;stdbool.h&gt;.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bootstrap.conf (gnulib_modules): Add stdbool.
* src/die.h, src/system.h: Do not include &lt;stdbool.h&gt;.
</pre>
</div>
</content>
</entry>
<entry>
<title>diff: prefer nullptr to NULL</title>
<updated>2023-02-05T22:01:54+00:00</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2023-02-05T21:47:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=09f8e2b0a92f3d25325f5b1df20384140261ee10'/>
<id>09f8e2b0a92f3d25325f5b1df20384140261ee10</id>
<content type='text'>
* bootstrap.conf (gnulib_modules): Add c-nullptr.
* src/cmp.c (main):
* src/context.c (pr_context_hunk, pr_unidiff_hunk)
(mark_ignorable, find_function):
* src/diff.c (longopts, main, specify_value, specify_style)
(specify_colors_style, compare_files):
* src/diff3.c (main, process_diff):
* src/dir.c (find_dir_file_pathname):
* src/ifdef.c (scan_char_literal):
* src/sdiff.c (main):
* src/util.c (process_signals, install_signal_handlers)
(color_ext_list, color_indicator, indicator_name)
(parse_diff_color):
Prefer C23-style nullptr to NULL, as nullptr is a bit better.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* bootstrap.conf (gnulib_modules): Add c-nullptr.
* src/cmp.c (main):
* src/context.c (pr_context_hunk, pr_unidiff_hunk)
(mark_ignorable, find_function):
* src/diff.c (longopts, main, specify_value, specify_style)
(specify_colors_style, compare_files):
* src/diff3.c (main, process_diff):
* src/dir.c (find_dir_file_pathname):
* src/ifdef.c (scan_char_literal):
* src/sdiff.c (main):
* src/util.c (process_signals, install_signal_handlers)
(color_ext_list, color_indicator, indicator_name)
(parse_diff_color):
Prefer C23-style nullptr to NULL, as nullptr is a bit better.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: update README-hacking</title>
<updated>2023-02-05T22:01:54+00:00</updated>
<author>
<name>Paul Eggert</name>
<email>eggert@cs.ucla.edu</email>
</author>
<published>2023-02-05T20:49:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=75a38113a7931e9880b148abab881578fc416ea8'/>
<id>75a38113a7931e9880b148abab881578fc416ea8</id>
<content type='text'>
* README-hacking: Update for current bootstrap.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* README-hacking: Update for current bootstrap.
</pre>
</div>
</content>
</entry>
</feed>
