<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in distinfo</title>
    <link>http://nxr.netbsd.org/rss/src/external/bsd/byacc/dist/package/pkgsrc/distinfo</link>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2005</copyright>
    <generator>Java</generator>
    
<item>
    <title>branches:  1.1.1;<br/>Initial revision</title>
    <description>/src/external/bsd/byacc/dist/package/pkgsrc/distinfo - 1.1</description>
    <pubDate>Thu Dec 23 23:36:27 UTC 2010</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import byacc-2024-12-31, previous was 2024-01-09<br/><br/>2024-12-31  Thomas E. Dickey  &lt;dickey@invisible-island.net&gt;<br/><br/>	* package/pkgsrc/distinfo: regen<br/><br/>	* main.c: s/0/NULL/<br/><br/>	* main.c: gcc warning<br/><br/>	* reader.c:<br/>	make UCH() consistent wrt IS_xxxx macros (prompted by patch by Christos Zoulas)<br/><br/>2024-12-31  Christos Zoulas &lt;christos@NetBSD.org&gt;<br/><br/>	* main.c:<br/>	from NetBSD - if "-o" option is given, derive the filename of the ".h"<br/>	definitions-file by stripping commonly-used C/C++ suffixes such as ".c"<br/>	and then adding ".h"<br/><br/>2024-12-31  Thomas E. Dickey  &lt;dickey@invisible-island.net&gt;<br/><br/>	* main.c: provide a fallback definition for W_OK, e.g., for Windows<br/><br/>	* package/pkgsrc/Makefile:<br/>	resync with pkgsrc in NetBSD 10 (report by Roland Illig)<br/><br/>	* yacc.1: minor typographical fixes<br/><br/>	* main.c: correct condition for using $TEMP environment variable<br/>	(report by Johann 'Myrkraverk' Oskarsson)<br/><br/>	* VERSION, package/byacc.spec, package/debian/changelog,<br/>	  package/mingw-byacc.spec, package/pkgsrc/Makefile:<br/>	bump<br/><br/>2024-12-21  Thomas E. Dickey  &lt;dickey@invisible-island.net&gt;<br/><br/>	* configure: regen<br/><br/>	* aclocal.m4: resync with my-autoconf<br/><br/>2024-12-14  Thomas E. Dickey  &lt;dickey@invisible-island.net&gt;<br/><br/>	* output.c, yaccpar.c: gcc15 zero vs null warnings<br/><br/>	* test/yacc/calc.tab.c, test/yacc/calc1.tab.c, test/yacc/calc2.tab.c,<br/>	  test/yacc/calc3.tab.c, test/yacc/calc_code_all.tab.c,<br/>	  test/yacc/calc_code_default.tab.c, test/yacc/calc_code_imports.tab.c,<br/>	  test/yacc/calc_code_provides.tab.c,<br/>	  test/yacc/calc_code_requires.tab.c, test/yacc/calc_code_top.tab.c,<br/>	  test/yacc/code_calc.code.c, test/yacc/code_calc.tab.c,<br/>	  test/yacc/code_error.code.c, test/yacc/code_error.tab.c,<br/>	  test/yacc/defines1.calc.c, test/yacc/defines2.calc.c,<br/>	  test/yacc/defines3.calc.c, test/yacc/empty.tab.c,<br/>	  test/yacc/err_syntax10.tab.c, test/yacc/err_syntax11.tab.c,<br/>	  test/yacc/err_syntax12.tab.c, test/yacc/err_syntax18.tab.c,<br/>	  test/yacc/err_syntax20.tab.c, test/yacc/error.tab.c,<br/>	  test/yacc/expr.oxout.tab.c, test/yacc/grammar.tab.c,<br/>	  test/yacc/ok_syntax1.tab.c, test/yacc/pure_calc.tab.c,<br/>	  test/yacc/pure_error.tab.c, test/yacc/quote_calc-s.tab.c,<br/>	  test/yacc/quote_calc.tab.c, test/yacc/quote_calc2-s.tab.c,<br/>	  test/yacc/quote_calc2.tab.c, test/yacc/quote_calc3-s.tab.c,<br/>	  test/yacc/quote_calc3.tab.c, test/yacc/quote_calc4-s.tab.c,<br/>	  test/yacc/quote_calc4.tab.c, test/yacc/rename_debug.c,<br/>	  test/yacc/stdin1.calc.c, test/yacc/stdin2.calc.c,<br/>	  test/yacc/varsyntax_calc1.tab.c, test/btyacc/btyacc_calc1.tab.c,<br/>	  test/btyacc/btyacc_demo.tab.c, test/btyacc/btyacc_destroy1.tab.c,<br/>	  test/btyacc/btyacc_destroy2.tab.c, test/btyacc/btyacc_destroy3.tab.c,<br/>	  test/btyacc/calc.tab.c, test/btyacc/calc1.tab.c,<br/>	  test/btyacc/calc2.tab.c, test/btyacc/calc3.tab.c,<br/>	  test/btyacc/calc_code_all.tab.c, test/btyacc/calc_code_default.tab.c,<br/>	  test/btyacc/calc_code_imports.tab.c,<br/>	  test/btyacc/calc_code_provides.tab.c,<br/>	  test/btyacc/calc_code_requires.tab.c, test/btyacc/calc_code_top.tab.c,<br/>	  test/btyacc/code_calc.code.c, test/btyacc/code_calc.tab.c,<br/>	  test/btyacc/code_error.code.c, test/btyacc/code_error.tab.c,<br/>	  test/btyacc/defines1.calc.c, test/btyacc/defines2.calc.c,<br/>	  test/btyacc/defines3.calc.c, test/btyacc/empty.tab.c,<br/>	  test/btyacc/err_inherit3.tab.c, test/btyacc/err_inherit4.tab.c,<br/>	  test/btyacc/err_syntax10.tab.c, test/btyacc/err_syntax11.tab.c,<br/>	  test/btyacc/err_syntax12.tab.c, test/btyacc/err_syntax18.tab.c,<br/>	  test/btyacc/err_syntax20.tab.c, test/btyacc/error.tab.c,<br/>	  test/btyacc/expr.oxout.tab.c, test/btyacc/grammar.tab.c,<br/>	  test/btyacc/inherit0.tab.c, test/btyacc/inherit1.tab.c,<br/>	  test/btyacc/inherit2.tab.c, test/btyacc/ok_syntax1.tab.c,<br/>	  test/btyacc/pure_calc.tab.c, test/btyacc/pure_error.tab.c,<br/>	  test/btyacc/quote_calc-s.tab.c, test/btyacc/quote_calc.tab.c,<br/>	  test/btyacc/quote_calc2-s.tab.c, test/btyacc/quote_calc2.tab.c,<br/>	  test/btyacc/quote_calc3-s.tab.c, test/btyacc/quote_calc3.tab.c,<br/>	  test/btyacc/quote_calc4-s.tab.c, test/btyacc/quote_calc4.tab.c,<br/>	  test/btyacc/rename_debug.c, test/btyacc/stdin1.calc.c,<br/>	  test/btyacc/stdin2.calc.c, test/btyacc/varsyntax_calc1.tab.c:<br/>	regen<br/><br/>	* lalr.c, mstring.c, reader.c, btyaccpar.c, test/expr.oxout.y,<br/>	  test/grammar.y, test/varsyntax_calc1.y, test/err_syntax27.y,<br/>	  test/calc1.y, test/btyacc_demo.y, test/btyacc_calc1.y, symtab.c,<br/>	  main.c, mkpar.c, lr0.c, defs.h, error.c:<br/>	gcc15 zero vs null warnings<br/><br/>	* configure: regen<br/><br/>	* aclocal.m4: resync with my-autoconf<br/><br/>	* package/pkgsrc/Makefile, VERSION, package/byacc.spec,<br/>	  package/debian/changelog, package/mingw-byacc.spec:<br/>	bump<br/><br/>2024-07-28  Thomas E. Dickey  &lt;dickey@invisible-island.net&gt;<br/><br/>	* config.guess: 2024-07-27<br/><br/>2024-06-03  Thomas E. Dickey  &lt;dickey@invisible-island.net&gt;<br/><br/>	* config.sub: 2024-05-27</title>
    <description>/src/external/bsd/byacc/dist/package/pkgsrc/distinfo - 1.1.1.5</description>
    <pubDate>Sun Jan 18 16:39:06 UTC 2026</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import byacc 20150711</title>
    <description>/src/external/bsd/byacc/dist/package/pkgsrc/distinfo - 1.1.1.4</description>
    <pubDate>Sat Jan 09 21:59:45 UTC 2016</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import byacc 20150711</title>
    <description>/src/external/bsd/byacc/dist/package/pkgsrc/distinfo - 1.1.1.3</description>
    <pubDate>Sat Jan 09 21:55:13 UTC 2016</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>Import byacc 20130304</title>
    <description>/src/external/bsd/byacc/dist/package/pkgsrc/distinfo - 1.1.1.2</description>
    <pubDate>Sat Apr 06 14:45:27 UTC 2013</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>branches:  1.1.1.1.6;  1.1.1.1.12;<br/>import latest byacc</title>
    <description>/src/external/bsd/byacc/dist/package/pkgsrc/distinfo - 1.1.1.1</description>
    <pubDate>Thu Dec 23 23:36:27 UTC 2010</pubDate>
    <dc:creator>christos</dc:creator>
</item>

<item>
    <title>resync from head</title>
    <description>/src/external/bsd/byacc/dist/package/pkgsrc/distinfo - 1.1.1.1.12.1</description>
    <pubDate>Sun Jun 23 06:26:26 UTC 2013</pubDate>
    <dc:creator>tls</dc:creator>
</item>

<item>
    <title>sync with head.<br/><br/>for a reference, the tree before this commit was tagged<br/>as yamt-pagecache-tag8.<br/><br/>this commit was splitted into small chunks to avoid<br/>a limitation of cvs.  ("Protocol error: too many arguments")</title>
    <description>/src/external/bsd/byacc/dist/package/pkgsrc/distinfo - 1.1.1.1.6.1</description>
    <pubDate>Thu May 22 15:44:17 UTC 2014</pubDate>
    <dc:creator>yamt</dc:creator>
</item>
</channel></rss>

