Files
emacs/java/org/gnu/emacs
Po Lu 440f017658 Avoid caching file status when they are about to change
* java/org/gnu/emacs/EmacsSafThread.java (EmacsSafThread)
(cacheFileStatus): New argument NO_CACHE.
(cacheDirectoryFromCursor, statDocument1):
* java/org/gnu/emacs/EmacsService.java (EmacsService)
(statDocument): Plumb that argument through each of these wrapper
functions.
* src/android.c (android_init_emacs_service): Adjust JNI
function signatures to agree with statDocument1.
* src/androidvfs.c (android_saf_stat): Plumb that argument
through here.
(android_saf_tree_stat, android_saf_file_open): And don't cache
file status if a write is imminent.
2023-08-08 16:17:10 +08:00
..
2023-07-28 12:21:47 +08:00
2023-01-19 22:19:06 +08:00
2023-07-08 21:49:21 +08:00
2023-07-09 10:05:08 +08:00
2023-06-23 11:54:56 +08:00
2023-06-06 14:35:19 +08:00
2023-06-16 12:59:44 +08:00
2023-03-05 19:58:28 +08:00
2023-03-01 12:00:46 +08:00
2023-03-05 19:58:28 +08:00
2023-08-06 21:45:29 +08:00
2023-07-27 17:13:39 +08:00
2023-03-01 12:00:46 +08:00
2023-06-23 11:54:56 +08:00
2023-03-01 12:00:46 +08:00
2023-07-11 10:22:03 +08:00