<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/mkresin/tools/bison, branch master</title>
<subtitle>Staging tree of Mathias Kresin</subtitle>
<id>https://git.openwrt.org/openwrt/staging/mkresin/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/staging/mkresin/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/'/>
<updated>2021-10-05T18:59:41Z</updated>
<entry>
<title>tools/bison: update to 3.8.2</title>
<updated>2021-10-05T18:59:41Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-10-05T01:30:12Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=5266a273591d3a029a75db81f791dceae74cd35f'/>
<id>urn:sha1:5266a273591d3a029a75db81f791dceae74cd35f</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/bison: update to 3.8.1</title>
<updated>2021-09-20T13:21:17Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-09-18T07:10:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=af1853af602cbdd85d8efdbf7f6ab56efc2e0b71'/>
<id>urn:sha1:af1853af602cbdd85d8efdbf7f6ab56efc2e0b71</id>
<content type='text'>
Remove upstreamed patch.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/bison: update to 3.7.6</title>
<updated>2021-09-05T19:28:32Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2021-09-02T02:53:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=f431f2c4b654c04d9765b2aabe57a907b9c7b3ea'/>
<id>urn:sha1:f431f2c4b654c04d9765b2aabe57a907b9c7b3ea</id>
<content type='text'>
Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>tools/bison: update to 3.7.4</title>
<updated>2020-11-21T17:49:08Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2020-11-21T11:30:34Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=9d5eceae91a93d48f008cd6411b9f9baa1556421'/>
<id>urn:sha1:9d5eceae91a93d48f008cd6411b9f9baa1556421</id>
<content type='text'>
Update bison to 3.7.4

Release notes:
http://git.savannah.gnu.org/cgit/bison.git/tree/NEWS?id=7a11a9308cb

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>tools/bison: update to 3.7.1</title>
<updated>2020-08-23T09:29:24Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2020-08-22T15:19:20Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=1cf842dd136ceb9a1e1a61d4d4caa3b3a46c0c1b'/>
<id>urn:sha1:1cf842dd136ceb9a1e1a61d4d4caa3b3a46c0c1b</id>
<content type='text'>
Update GNU bison to version 3.7.1.
Refresh patches.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>tools/bison: Update to 3.5.1</title>
<updated>2020-02-19T21:02:47Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2020-02-03T13:30:01Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=b0a3f1e8f4bae55db65d6de2c49e7daa7340211a'/>
<id>urn:sha1:b0a3f1e8f4bae55db65d6de2c49e7daa7340211a</id>
<content type='text'>
Update bison to 3.5.1
Use POSIX threads as the previous option is no longer valid
Disable NLS support to be consistent with other tools such as e2fsprogs and sed

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>tools/bison: update to 3.5</title>
<updated>2020-01-21T17:43:58Z</updated>
<author>
<name>Hannu Nyman</name>
</author>
<published>2020-01-18T18:56:33Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=96e9d48664786d7cb5171fa34f63d8974868c23a'/>
<id>urn:sha1:96e9d48664786d7cb5171fa34f63d8974868c23a</id>
<content type='text'>
Update bison to 3.5

Release notes:
https://lists.gnu.org/archive/html/info-gnu/2019-12/msg00002.html

Note for future: release notes mention that YYPRINT macro is
declared deprecated, but apparently still works for now. I found
one possible use of that in scripts/config/zconf.tab.c_shipped
That might be modernized at some point, but as the file is synced
with the one from upstream Linux, it might get fixed there.

Signed-off-by: Hannu Nyman &lt;hannu.nyman@iki.fi&gt;
</content>
</entry>
<entry>
<title>tools/bison: Update to 3.4.1</title>
<updated>2019-06-22T08:23:56Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2019-06-15T02:26:56Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=9fc03832bc46b13b377cbe2f6d1acca45f1ad002'/>
<id>urn:sha1:9fc03832bc46b13b377cbe2f6d1acca45f1ad002</id>
<content type='text'>
Update bison to 3.4.1
Remove 010-intl-stub-compat.patch

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>tools/bison: Update to 3.3.2</title>
<updated>2019-02-10T19:49:56Z</updated>
<author>
<name>Daniel Engberg</name>
</author>
<published>2019-02-10T12:16:30Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=a3383e4b016478c73cf149ae7f42ad8f9b87ffbb'/>
<id>urn:sha1:a3383e4b016478c73cf149ae7f42ad8f9b87ffbb</id>
<content type='text'>
Update bison to 3.3.2
Enable pthreads support
Refresh patches

Signed-off-by: Daniel Engberg &lt;daniel.engberg.lists@pyret.net&gt;
</content>
</entry>
<entry>
<title>bison: update to 3.2.4</title>
<updated>2019-01-07T21:08:44Z</updated>
<author>
<name>Egor Mikhaylov</name>
</author>
<published>2019-01-04T14:58:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/staging/mkresin/commit/?id=ff62e83211c8ed306f6c7e5996d1bc7199dc9f00'/>
<id>urn:sha1:ff62e83211c8ed306f6c7e5996d1bc7199dc9f00</id>
<content type='text'>
Signed-off-by: Egor Mikhaylov &lt;nagakamira@gmail.com&gt;
</content>
</entry>
</feed>
