<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emacs, branch feature/native-comp</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>Improve detection of pdumper file and *.eln files</title>
<updated>2021-04-24T13:01:19+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2021-04-24T13:01:19+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=fa65c044f2ebe666467166075c1507a8d0e1347f'/>
<id>fa65c044f2ebe666467166075c1507a8d0e1347f</id>
<content type='text'>
* src/emacs.c (load_pdump_find_executable): Resolve symlinks even
if argv[0] includes leading directories.  (Bug#46790)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/emacs.c (load_pdump_find_executable): Resolve symlinks even
if argv[0] includes leading directories.  (Bug#46790)
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve diagnostics of loading *.eln files</title>
<updated>2021-04-24T08:20:50+00:00</updated>
<author>
<name>Eli Zaretskii</name>
</author>
<published>2021-04-24T08:20:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=592ffd35b0de48f098fcf070d0a29bb3406e4bf9'/>
<id>592ffd35b0de48f098fcf070d0a29bb3406e4bf9</id>
<content type='text'>
* src/pdumper.c (dump_do_dump_relocation): Improve diagnostics
when loading preloaded *.eln files fails.  (Bug#46790)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* src/pdumper.c (dump_do_dump_relocation): Improve diagnostics
when loading preloaded *.eln files fails.  (Bug#46790)
</pre>
</div>
</content>
</entry>
<entry>
<title>Improve a native compiler test</title>
<updated>2021-04-22T08:02:46+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2021-04-22T07:57:30+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=062e5994802bbe634bae7f1aef99f65daf1ec44e'/>
<id>062e5994802bbe634bae7f1aef99f65daf1ec44e</id>
<content type='text'>
	* test/src/comp-tests.el (comp-test-47868-1): Improve
	testcase.
	* test/src/comp-test-funcs.el (comp-test-47868-3-f)
	(comp-test-47868-4-f): New functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* test/src/comp-tests.el (comp-test-47868-1): Improve
	testcase.
	* test/src/comp-test-funcs.el (comp-test-47868-3-f)
	(comp-test-47868-4-f): New functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/emacs-lisp/comp.el (comp-imm-equal-test): Style fix.</title>
<updated>2021-04-21T21:15:56+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2021-04-21T21:15:56+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=606188a360111b6985f6615f96fb255330813aeb'/>
<id>606188a360111b6985f6615f96fb255330813aeb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* lisp/emacs-lisp/comp.el (batch-byte-native-compile-for-bootstrap): Fix typo.</title>
<updated>2021-04-21T15:36:59+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2021-04-21T13:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=de16621b5109f628c3ce41bdb15de6b29f540602'/>
<id>de16621b5109f628c3ce41bdb15de6b29f540602</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix native compiler string hash consing strategy (bug#47868)</title>
<updated>2021-04-21T15:36:59+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2021-04-21T13:23:23+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=f842816125c54a46eb786ff15622d88792e7677a'/>
<id>f842816125c54a46eb786ff15622d88792e7677a</id>
<content type='text'>
	* test/src/comp-tests.el (comp-test-47868-1): Add new test.
	* test/src/comp-test-funcs.el (comp-test-47868-1-f)
	(comp-test-47868-2-f): New functions.
	* lisp/emacs-lisp/comp.el (comp-imm-equal-test): Define new hash
	tanble test.
	(comp-data-container): Use it.
	(comp-final, comp-run-async-workers): have comp required before
	reading dumped hashes so that `comp-imm-equal-test' is defined.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* test/src/comp-tests.el (comp-test-47868-1): Add new test.
	* test/src/comp-test-funcs.el (comp-test-47868-1-f)
	(comp-test-47868-2-f): New functions.
	* lisp/emacs-lisp/comp.el (comp-imm-equal-test): Define new hash
	tanble test.
	(comp-data-container): Use it.
	(comp-final, comp-run-async-workers): have comp required before
	reading dumped hashes so that `comp-imm-equal-test' is defined.
</pre>
</div>
</content>
</entry>
<entry>
<title>Introduce `sxhash-equal-including-properties'.</title>
<updated>2021-04-21T15:36:59+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2021-04-21T12:22:11+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0eee48af9de308ef57a065ecd8b2c2c7b59012a0'/>
<id>0eee48af9de308ef57a065ecd8b2c2c7b59012a0</id>
<content type='text'>
	* src/fns.c (collect_interval): Move it upwards.
	(Fsxhash_equal_including_properties): New function.
	(syms_of_fns): Register `sxhash-equal-including-properties'.
	* etc/NEWS: Add 'sxhash-equal-including-properties'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
	* src/fns.c (collect_interval): Move it upwards.
	(Fsxhash_equal_including_properties): New function.
	(syms_of_fns): Register `sxhash-equal-including-properties'.
	* etc/NEWS: Add 'sxhash-equal-including-properties'.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'savannah/master' into native-comp</title>
<updated>2021-04-19T16:46:50+00:00</updated>
<author>
<name>Andrea Corallo</name>
</author>
<published>2021-04-19T16:46:50+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=b5c76530fab4b99e76249bfb9a105b30bef4ce67'/>
<id>b5c76530fab4b99e76249bfb9a105b30bef4ce67</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>; Normalize and add missing first and last lines</title>
<updated>2021-04-19T10:21:01+00:00</updated>
<author>
<name>Stefan Kangas</name>
</author>
<published>2021-04-19T10:21:01+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=0a4dc70830f5e8286b47120cabc750cca07a75c1'/>
<id>0a4dc70830f5e8286b47120cabc750cca07a75c1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add Tramp recompilation</title>
<updated>2021-04-19T09:52:48+00:00</updated>
<author>
<name>Michael Albinus</name>
</author>
<published>2021-04-19T09:52:48+00:00</published>
<link rel='alternate' type='text/html' href='https://jason.zzq.org/git/emacs/commit/?id=518312346d9440d18e224231cb645cb3aaf373ba'/>
<id>518312346d9440d18e224231cb645cb3aaf373ba</id>
<content type='text'>
* doc/misc/tramp.texi (Frequently Asked Questions): Refer to GNU
ELPA Tramp README.

* lisp/net/tramp-cmds.el (tramp-recompile-elpa-command-completion-p)
(tramp-recompile-elpa): New defuns.  Add property `completion-predicate'.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/misc/tramp.texi (Frequently Asked Questions): Refer to GNU
ELPA Tramp README.

* lisp/net/tramp-cmds.el (tramp-recompile-elpa-command-completion-p)
(tramp-recompile-elpa): New defuns.  Add property `completion-predicate'.
</pre>
</div>
</content>
</entry>
</feed>
