all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
blob 5837bfbf1950225f3e964b520390929ee2947397 758 bytes (raw)
name: src/module-env-30.h 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
 
  /* Add module environment functions newly added in Emacs 30 here.
     Before Emacs 30 is released, remove this comment and start
     module-env-31.h on the master branch.  */

  /* Copy the content of the Lisp string VALUE to BUFFER as an utf8
     null-terminated string.

     SIZE must point to the total size of the buffer.  If BUFFER is
     NULL or if SIZE is not big enough, write the required buffer size
     to SIZE and return true.

     Note that SIZE must include the last null byte (e.g. "abc" needs
     a buffer of size 4).

     Return true if the string was successfully copied.  */

  bool (*copy_unibyte_string_contents) (emacs_env *env,
					emacs_value value,
					char *buf,
					ptrdiff_t *len)
    EMACS_ATTRIBUTE_NONNULL(1, 4);

debug log:

solving 5837bfbf195 ...
found 5837bfbf195 in https://yhetil.org/emacs/20240621181400.174822-3-brennan@umanwizard.com/
found e75210c7f8e in https://git.savannah.gnu.org/cgit/emacs.git
preparing index
index prepared:
100644 e75210c7f8e136885a65ace1ef023111ba7febf2	src/module-env-30.h

applying [1/1] https://yhetil.org/emacs/20240621181400.174822-3-brennan@umanwizard.com/
diff --git a/src/module-env-30.h b/src/module-env-30.h
index e75210c7f8e..5837bfbf195 100644

Checking patch src/module-env-30.h...
Applied patch src/module-env-30.h cleanly.

index at:
100644 5837bfbf1950225f3e964b520390929ee2947397	src/module-env-30.h

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.