<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs/admin/grammars, branch feature/uniquify-as-function</title>
<subtitle>Emacs is the extensible, customizable, self-documenting real-time display editor. 
</subtitle>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/'/>
<entry>
<title>Update copyright year to 2020</title>
<updated>2020-01-01T00:59:52+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2020-01-01T00:19:43+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=365e01cc9f64ce6ca947ccfd8612d60763280a37'/>
<id>365e01cc9f64ce6ca947ccfd8612d60763280a37</id>
<content type='text'>
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run "TZ=UTC0 admin/update-copyright $(git ls-files)".
</pre>
</div>
</content>
</entry>
<entry>
<title>Clarify C void type description in semantic</title>
<updated>2019-10-14T19:36:59+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2019-10-14T19:36:14+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=6aa0e0c754553e4beb7b4f2774bf7f0e29cb346b'/>
<id>6aa0e0c754553e4beb7b4f2774bf7f0e29cb346b</id>
<content type='text'>
* admin/grammars/c.by: Clarify void type.  (Bug#9222)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/grammars/c.by: Clarify void type.  (Bug#9222)
</pre>
</div>
</content>
</entry>
<entry>
<title>Update some URLs</title>
<updated>2019-09-23T07:12:52+00:00</updated>
<author>
<name>Paul Eggert</name>
</author>
<published>2019-09-23T06:53:39+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=946a56a10fed769646a8b7c4ebc53f53c84be896'/>
<id>946a56a10fed769646a8b7c4ebc53f53c84be896</id>
<content type='text'>
This mostly changes http: to https: in URLs.  It also updates
some URLs that have moved, removes some URLs that no longer
work, recommends against using procmail (procmail.org no
longer works), and removes some mentions of the
no-longer-existing Gmane, LPF and VTW.
It doesn't update all URLs, just the ones I had time for.
* GNUmakefile (help):
* admin/admin.el (manual-doctype-string):
* admin/charsets/Makefile.in (${charsetdir}/ALTERNATIVNYJ.map):
* admin/charsets/mapconv:
* lisp/net/soap-client.el (soap-create-envelope):
* lisp/org/org.el (org-doi-server-url):
* lisp/textmodes/bibtex.el (bibtex-generate-url-list):
Prefer https: to http: un URLs.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This mostly changes http: to https: in URLs.  It also updates
some URLs that have moved, removes some URLs that no longer
work, recommends against using procmail (procmail.org no
longer works), and removes some mentions of the
no-longer-existing Gmane, LPF and VTW.
It doesn't update all URLs, just the ones I had time for.
* GNUmakefile (help):
* admin/admin.el (manual-doctype-string):
* admin/charsets/Makefile.in (${charsetdir}/ALTERNATIVNYJ.map):
* admin/charsets/mapconv:
* lisp/net/soap-client.el (soap-create-envelope):
* lisp/org/org.el (org-doi-server-url):
* lisp/textmodes/bibtex.el (bibtex-generate-url-list):
Prefer https: to http: un URLs.
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow bad tags in Scheme</title>
<updated>2019-07-14T11:51:20+00:00</updated>
<author>
<name>Eric Ludlam</name>
</author>
<published>2019-07-14T11:51:20+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=ba51c80c304c4241d7971c6d4734c57b8864d776'/>
<id>ba51c80c304c4241d7971c6d4734c57b8864d776</id>
<content type='text'>
* admin/grammars/scheme.by (scheme-in-list): Allow bad tags in
Scheme (bug#36521).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/grammars/scheme.by (scheme-in-list): Allow bad tags in
Scheme (bug#36521).
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow specifying the expected number of shift/reduce conflicts</title>
<updated>2019-06-19T11:48:49+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2019-06-19T11:47:22+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=390b4bc1e25fe691548d7ec982eb2f7027fe26a3'/>
<id>390b4bc1e25fe691548d7ec982eb2f7027fe26a3</id>
<content type='text'>
* admin/grammars/grammar.wy: Add %expectedconflicts.

* lisp/cedet/semantic/grammar-wy.el
(semantic-grammar-wy--keyword-table): Ditto.

* lisp/cedet/semantic/grammar.el
(semantic-grammar-expected-conflicts): New function.
(semantic-grammar-insert-defconst-with-eval): New function.
(semantic-grammar-create-package): Output the number of expected
shift/reduce conflicts.

* lisp/cedet/semantic/wisent/comp.el (wisent-total-conflicts):
Don't output the warning if the number of shift/reduce conflicts
is expected.
(wisent-expected-conflicts): Made obsolete.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/grammars/grammar.wy: Add %expectedconflicts.

* lisp/cedet/semantic/grammar-wy.el
(semantic-grammar-wy--keyword-table): Ditto.

* lisp/cedet/semantic/grammar.el
(semantic-grammar-expected-conflicts): New function.
(semantic-grammar-insert-defconst-with-eval): New function.
(semantic-grammar-create-package): Output the number of expected
shift/reduce conflicts.

* lisp/cedet/semantic/wisent/comp.el (wisent-total-conflicts):
Don't output the warning if the number of shift/reduce conflicts
is expected.
(wisent-expected-conflicts): Made obsolete.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add a mechanism to specify expected shift/reduce .wy conflicts"</title>
<updated>2019-06-18T14:08:47+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2019-06-18T14:08:47+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=4956e7610c782cace51943ee41f4c357703bdae1'/>
<id>4956e7610c782cace51943ee41f4c357703bdae1</id>
<content type='text'>
This reverts commit f21ec24524c705e18674a2e9e4db37b11fa3ebab.

*sigh*  Revert again because this created a bootstrap problem in a different part of the process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit f21ec24524c705e18674a2e9e4db37b11fa3ebab.

*sigh*  Revert again because this created a bootstrap problem in a different part of the process.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a mechanism to specify expected shift/reduce .wy conflicts</title>
<updated>2019-06-18T14:05:08+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2019-06-18T14:05:08+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f21ec24524c705e18674a2e9e4db37b11fa3ebab'/>
<id>f21ec24524c705e18674a2e9e4db37b11fa3ebab</id>
<content type='text'>
* admin/grammars/python.wy: Set the expected number of
shift/reduce conflicts to four.

* lisp/cedet/semantic/grammar.el
(semantic-grammar-expected-conflicts): New function.

* lisp/cedet/semantic/wisent/comp.el (wisent-total-conflicts): Use
it to suppress warnings about the expected number of shift/reduce
conflicts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/grammars/python.wy: Set the expected number of
shift/reduce conflicts to four.

* lisp/cedet/semantic/grammar.el
(semantic-grammar-expected-conflicts): New function.

* lisp/cedet/semantic/wisent/comp.el (wisent-total-conflicts): Use
it to suppress warnings about the expected number of shift/reduce
conflicts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Add a mechanism to specify expected shift/reduce .wy conflicts"</title>
<updated>2019-06-18T13:59:16+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2019-06-18T13:59:16+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=90b44f336caf7d70721f44ac2497a38ff69d6c7d'/>
<id>90b44f336caf7d70721f44ac2497a38ff69d6c7d</id>
<content type='text'>
This reverts commit d715ae8788e16b22f7f68cb82b51a40ad95c78c2.

This commit led to a build error, so revert for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit d715ae8788e16b22f7f68cb82b51a40ad95c78c2.

This commit led to a build error, so revert for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a mechanism to specify expected shift/reduce .wy conflicts</title>
<updated>2019-06-18T13:56:18+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2019-06-18T13:56:18+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=d715ae8788e16b22f7f68cb82b51a40ad95c78c2'/>
<id>d715ae8788e16b22f7f68cb82b51a40ad95c78c2</id>
<content type='text'>
* admin/grammars/python.wy: Set the expected number of
shift/reduce conflicts to four.

* lisp/cedet/semantic/grammar.el
(semantic-grammar-expected-conflicts): New function.
* lisp/cedet/semantic/wisent/comp.el (wisent-total-conflicts): Use
it to suppress warnings about the expected number of shift/reduce
conflicts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/grammars/python.wy: Set the expected number of
shift/reduce conflicts to four.

* lisp/cedet/semantic/grammar.el
(semantic-grammar-expected-conflicts): New function.
* lisp/cedet/semantic/wisent/comp.el (wisent-total-conflicts): Use
it to suppress warnings about the expected number of shift/reduce
conflicts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add types to some no-type tokes in js.wy</title>
<updated>2019-06-18T09:33:40+00:00</updated>
<author>
<name>Lars Ingebrigtsen</name>
</author>
<published>2019-06-18T01:04:00+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=57cf71511362398853a74c48cda1d935a009df7a'/>
<id>57cf71511362398853a74c48cda1d935a009df7a</id>
<content type='text'>
* admin/grammars/js.wy: Add types to the FALSE, TRUE and QUERY tokens.

Without the types, you'd get the warning

*Warning* default value of &lt;&lt;no-type&gt;&gt; tokens changed to QUERY, was NULL_TOKEN
*Warning* default value of &lt;&lt;no-type&gt;&gt; tokens changed to TRUE, was QUERY
*Warning* default value of &lt;&lt;no-type&gt;&gt; tokens changed to FALSE, was TRUE

I think this should be harmless, and it doesn't seem to break handling
.js files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* admin/grammars/js.wy: Add types to the FALSE, TRUE and QUERY tokens.

Without the types, you'd get the warning

*Warning* default value of &lt;&lt;no-type&gt;&gt; tokens changed to QUERY, was NULL_TOKEN
*Warning* default value of &lt;&lt;no-type&gt;&gt; tokens changed to TRUE, was QUERY
*Warning* default value of &lt;&lt;no-type&gt;&gt; tokens changed to FALSE, was TRUE

I think this should be harmless, and it doesn't seem to break handling
.js files.
</pre>
</div>
</content>
</entry>
</feed>
