]> git.eshelyaron.com Git - emacs.git/commit
(make_specified_string): New function.
authorRichard M. Stallman <rms@gnu.org>
Sat, 21 Mar 1998 18:07:06 +0000 (18:07 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 21 Mar 1998 18:07:06 +0000 (18:07 +0000)
commitc0696668ada15b284ec63a6c89981a54ecefd1d1
tree9d1e62d620a30add0619a67aa44be5955de32737
parent5f75e6660f4f633c2c8640dd3973ff57bf2be26a
(make_specified_string): New function.
(make_string_from_bytes): New function.
(compact_strings): Get byte size from size, if size_byte < 0.
(Fmake_string): Use make_uninit_string for single-byte char.
(make_unibyte_string): Mark string as unibyte.
(make_uninit_string): Likewise.
(make_string): Likewise, if size == size in bytes.
(make_pure_string): New arg MULTIBYTE.
(Fpurecopy): Pass new arg to make_pure_string.
src/alloc.c