aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog.android (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Disable building the feature/android branchfeature/androidPo Lu2023-08-071-0/+4
| | | | | | * configure.ac: Disable building Emacs from this branch. * README: Mention that this branch is no longer receiving updates.
* ; ChangeLog.android: Update.Po Lu2023-08-071-0/+2
|
* Update from Gnulib, remove printf-posixPo Lu2023-08-071-0/+10
| | | | | | | | | | * m4, lib: Update from Gnulib. * msdos/sedlibmk.inp: Remove variables deleted as part of previous change. * admin/merge-gnulib (GNULIB_MODULES): Remove vasprintf and printf-posix.
* ; ChangeLog.android: update.Po Lu2023-08-061-0/+3
|
* Update Android portPo Lu2023-08-061-0/+9
| | | | | | | | | | | | * java/org/gnu/emacs/EmacsNative.java: Declare ftruncate. * java/org/gnu/emacs/EmacsSafThread.java (openDocument1): If initially opening with rwt, verify the file descriptor is really writable; if not, resort to rw and truncating the file descriptor by hand instead. * src/androidvfs.c (NATIVE_NAME (ftruncate)): New function. Truncate file descriptor and return whether that was successful.
* Update Android portPo Lu2023-08-061-0/+5
| | | | | * src/androidvfs.c (android_saf_tree_chmod): Repair file access permissions allowed within FLAGS.
* ; ChangeLog.android: Update.Po Lu2023-08-051-0/+6
|
* ; Prepare Android port for inclusion in EmacsPo Lu2023-08-041-0/+7926
* ChangeLog.android: New file.