emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/android updated (fce2e2f264f -> 8ca4162ecdb)


From: Po Lu
Subject: feature/android updated (fce2e2f264f -> 8ca4162ecdb)
Date: Tue, 21 Feb 2023 06:09:06 -0500 (EST)

oldosfan pushed a change to branch feature/android.

      from  fce2e2f264f Merge remote-tracking branch 'origin/master' into 
feature/android
      adds  43a6b3f5231 * list/emacs-lisp/cconv.el 
(cconv-make-interpreted-closure): Tweak docstring
       new  d197d734912 Merge remote-tracking branch 'origin/master' into 
feature/android
       new  7aa4ffddd84 Update Android port
       new  8ca4162ecdb Update from gnulib


Summary of changes:
 admin/merge-gnulib                        |   2 +-
 cross/lib/getopt-pfx-core.h               |   2 +-
 cross/lib/limits.in.h                     |  13 +-
 cross/lib/math.in.h                       |   2 +-
 cross/lib/stpncpy.c                       |  92 +++++++++++++
 cross/lib/string.in.h                     |   4 +
 doc/emacs/android.texi                    |  12 +-
 java/debug.sh                             |   2 +-
 java/org/gnu/emacs/EmacsNative.java       |   4 +
 java/org/gnu/emacs/EmacsOpenActivity.java |  42 +++++-
 java/org/gnu/emacs/EmacsService.java      | 119 ++++++++++++++++
 lib/getopt-pfx-core.h                     |   2 +-
 lib/gnulib.mk.in                          |  17 ++-
 lib/limits.in.h                           |  13 +-
 lib/math.in.h                             |   2 +-
 lib/stpncpy.c                             |  92 +++++++++++++
 lib/string.in.h                           |   4 +
 lisp/emacs-lisp/cconv.el                  |  16 +--
 m4/assert_h.m4                            |  14 +-
 m4/fdopendir.m4                           |  14 +-
 m4/getdelim.m4                            |   6 +-
 m4/getline.m4                             |   6 +-
 m4/gnulib-common.m4                       | 219 +++++++++++++++++++++++++-----
 m4/gnulib-comp.m4                         |  10 ++
 m4/limits-h.m4                            |   1 +
 m4/lstat.m4                               |   5 +-
 m4/malloc.m4                              |   4 +-
 m4/printf.m4                              |  44 +++---
 m4/pselect.m4                             |   4 +-
 m4/readlink.m4                            |   8 +-
 m4/realloc.m4                             |   4 +-
 m4/signbit.m4                             |  44 +++---
 m4/stpncpy.m4                             | 108 +++++++++++++++
 m4/symlink.m4                             |   4 +-
 src/android.c                             | 214 ++++++++++++++++++++++++++++-
 35 files changed, 1011 insertions(+), 138 deletions(-)
 create mode 100644 cross/lib/stpncpy.c
 create mode 100644 lib/stpncpy.c
 create mode 100644 m4/stpncpy.m4



reply via email to

[Prev in Thread] Current Thread [Next in Thread]