]> git.eshelyaron.com Git - emacs.git/commit
Update Android port
authorPo Lu <luangruo@yahoo.com>
Wed, 16 Aug 2023 12:32:04 +0000 (20:32 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 16 Aug 2023 12:32:38 +0000 (20:32 +0800)
commitf2f2e6a082a541c60eb25ad6d30707e111082811
tree5025a94d03771c88061af5e831650e8adc8b2a9f
parent22d031f644d38e385f422ffc4855385d9052659b
Update Android port

* configure.ac: Test for getpwent using gl_CHECK_FUNCS_ANDROID.
(bug#65319)

* etc/MACHINES (Android): Mention that a non-GUI build is also
possible on Android.

* lisp/loadup.el: Provide for regular builds on Android.
(bug#65339)

* lisp/wid-edit.el (widget-event-start): Remove function, since
event-start now does the same thing.
(widget-button--check-and-call-button, widget-button-click):
Adjust correspondingly.  Reported by Stefan Monnier
<monnier@iro.umontreal.ca>.

* src/sysdep.c (close_output_streams): Apply workarounds for the
file descriptor sanitizer on all builds where __ANDROID__ is
defined, not just Android port builds.  (bug#65340)
configure.ac
etc/MACHINES
lisp/loadup.el
lisp/wid-edit.el
src/sysdep.c