1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-22 07:51:17 -08:00
Commit graph

16074 commits

Author SHA1 Message Date
Ken Raeburn
101d50c8d9 (STRING_COPYIN): New macro.
(detect_coding_system, safe_bcopy, temp_output_buffer_setup):
(internal_with_output_to_temp_buffer): Declarations updated.
2002-07-19 14:27:13 +00:00
Ken Raeburn
ea64076a01 (safe_bcopy): Source pointer now points to const. 2002-07-19 14:27:09 +00:00
Ken Raeburn
c6fac61f1c (compose_chars_in_text): Treat Lisp string contents
as const.
2002-07-19 14:27:04 +00:00
Ken Raeburn
f14049eb75 (decode_coding, encode_coding, detect_coding,
detect_eol): Declarations updated.
2002-07-19 14:27:01 +00:00
Ken Raeburn
a424431367 (encode_eol, detect_coding, detect_eol):
(decode_coding, encode_coding, detect_coding_system): Source
strings now treated as const.
(decode_coding_string, encode_coding_string): Use STRING_COPYIN to
modify Lisp string contents.
2002-07-19 14:26:57 +00:00
Ken Raeburn
a9fb257eea (BCOPY_SHORT): Source pointer now points to const. 2002-07-19 14:26:53 +00:00
Ken Raeburn
4d3b07fdcd (Fcall_process): Make NEW_ARGV array hold pointer to
const.
2002-07-19 14:26:49 +00:00
Ken Raeburn
33b6c007b5 (struct byte_stack): Pointers into byte string now
point to const.
2002-07-19 14:26:46 +00:00
Juanma Barranquero
dd8d66adad *** empty log message *** 2002-07-19 11:40:00 +00:00
Juanma Barranquero
2a7547632f (syms_of_fileio): Remove redundant deprecation info. 2002-07-19 11:39:39 +00:00
Juanma Barranquero
ccfe8f572d (syms_of_xdisp): Remove redundant deprecation info. 2002-07-19 11:38:35 +00:00
Juanma Barranquero
c7f4f57343 Fix typo. 2002-07-19 10:33:44 +00:00
Richard M. Stallman
f33f4398d4 *** empty log message *** 2002-07-18 15:04:36 +00:00
Richard M. Stallman
9614322710 (Fdefalias): Doc fix. 2002-07-18 15:04:29 +00:00
Dave Love
46f4bf30c8 *** empty log message *** 2002-07-17 19:54:38 +00:00
Dave Love
a2a78a17fa (text_property_stickiness): Fix prototype. 2002-07-17 19:54:19 +00:00
Dave Love
f860212ee5 *** empty log message *** 2002-07-17 18:48:11 +00:00
Dave Love
f9bd23fdb8 Remove `emacs' conditionals.
(ccl_backtrace_table): Fix size spec.
(ccl_driver): Fix type errors.
2002-07-17 14:39:54 +00:00
Ken Raeburn
bd66096aea *** empty log message *** 2002-07-16 19:55:46 +00:00
Ken Raeburn
59ab1dc7ee (same_x_server): String pointer args now point to
const.
(same_x_server): Use const for pointer to lisp string
data.
2002-07-16 19:49:27 +00:00
Ken Raeburn
23889aba6d (xstricmp): String pointer args now point to const. 2002-07-16 19:49:19 +00:00
Ken Raeburn
50f80c2fbc (store_frame_title, string_char_and_length):
(message_dolog, message2, message2_nolog, set_message): String
pointer args now point to const.
(set_message_1): Cast message string argument to const pointer.
(string_pos_nchars_ahead, init_from_display_pos):
(face_before_or_after_it_pos, next_element_from_string):
(get_overlay_arrow_glyph_row, display_mode_element):
(decode_mode_spec_coding): Use const for pointer to lisp string
data.
2002-07-16 19:49:12 +00:00
Ken Raeburn
c8863dae84 (set_file_times): Declaration updated. 2002-07-16 19:49:04 +00:00
Ken Raeburn
8c2ba7decc (emacs_open, set_file_times): String pointer args now
point to const.
2002-07-16 19:49:00 +00:00
Ken Raeburn
96b8056145 (fast_c_string_match_ignore_case): String pointer args
now point to const.
2002-07-16 19:48:55 +00:00
Ken Raeburn
27883fdd3a (temp_echo_area_glyphs): String pointer args now
point to const.
(Fminibuffer_complete_word): Use const for pointer to
lisp string data.
2002-07-16 19:48:51 +00:00
Ken Raeburn
4b2dd2749b (intern, oblookup, hash_string): String pointer args
now point to const.
(complete_filename_p, openp): Use const for pointer to
lisp string data.
2002-07-16 19:48:47 +00:00
Ken Raeburn
f29b79a242 (chars_in_text, multibyte_chars_in_text, copy_text):
(count_size_as_multibyte, count_combining_before):
(count_combining_after, insert_1, insert_1_both, message_dolog):
(insert, insert_and_inherit, insert_before_markers)
(insert_before_markers_and_inherit, set_message, message2):
(message2_dolog, build_string, make_string, make_unibyte_string):
(make_multibyte_string, intern, oblookup, report_file_error):
(fast_c_string_match_ignore_case, temp_echo_area_glyphs):
(emacs_open, xstrdup): Declarations updated.
2002-07-16 19:48:42 +00:00
Ken Raeburn
3141e0abe1 (Fdescribe_buffer_bindings): Use const for pointer to
lisp string data.
2002-07-16 19:48:37 +00:00
Ken Raeburn
91befd0e2c (cmd_error_internal): Use const for pointer to lisp
string data.
2002-07-16 19:48:34 +00:00
Ken Raeburn
641a26d22b (copy_text, count_size_as_multibyte, insert_1):
(count_combining_before, count_combining_after, insert_1_both):
(insert, insert_and_inherit, insert_string):
(insert_before_markers, insert_before_markers_and_inherit):
String pointer args now point to const.
2002-07-16 19:48:28 +00:00
Ken Raeburn
c9b08ba835 (Fframe_parameter): Use const for pointer to lisp
string data.
2002-07-16 19:48:25 +00:00
Ken Raeburn
637ddd3204 (font_family_registry, fs_query_fontset):
(list_fontsets): Use const for pointer to lisp string data.
2002-07-16 19:48:21 +00:00
Ken Raeburn
19290c65c2 (report_file_error): String pointer args now point to
const.
(Ffile_name_directory, Ffile_name_nondirectory):
(Fmake_directory_internal, Fdelete_directory):
(Ffile_name_absolute_p, Fwrite_region, double_dollars): Use const
for pointer to lisp string data.
2002-07-16 19:48:17 +00:00
Ken Raeburn
439e8af4cf (general_insert_function): Insertion function now
takes pointer to const for input data.
2002-07-16 19:48:12 +00:00
Ken Raeburn
77be52b77f (xstricmp): Declaration updated. 2002-07-16 19:48:08 +00:00
Ken Raeburn
a90f2c3549 (Ffind_coding_systems_region_interval): Use const for
pointer to lisp string data.
2002-07-16 19:48:04 +00:00
Ken Raeburn
8a25217a49 (find_charset_in_text, c_string_width):
(parse_str_as_multibyte): Declarations updated.
(FETCH_STRING_CHAR_ADVANCE):
(FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use const for pointer to
lisp string data.
2002-07-16 19:48:00 +00:00
Ken Raeburn
fb4f7f5086 (find_charset_in_text, c_string_width):
(chars_in_text, multibyte_chars_in_text, parse_str_as_multibyte):
String pointer args now point to const.
(find_charset_in_text, lisp_string_width): Use const
for pointer to lisp string data.
2002-07-16 19:47:56 +00:00
Ken Raeburn
943b873eba (xstrdup, make_string, make_unibyte_string)
(make_multibyte_string, build_string): String pointer args now
point to const.
2002-07-16 19:47:52 +00:00
Ken Raeburn
1b049b519e (echo_char, parse_modifiers_uncached, parse_solitary_modifier,
Fexecute_extended_command): Use string macros instead of Lisp_String fields.
2002-07-16 17:41:12 +00:00
Ken Raeburn
943afcc71e (validate_interval_range, interval_of): Use string macros instead of
Lisp_String fields.
2002-07-16 17:37:31 +00:00
Ken Raeburn
1e5d9116cc (Fstring_to_char): Don't use XSTRING/XSETSTRING to copy a lisp value. 2002-07-16 17:35:50 +00:00
Ken Raeburn
c2d47f4b5b (Fintern_soft): Use string macros instead of Lisp_String fields. 2002-07-16 17:34:35 +00:00
Ken Raeburn
8dfba85e62 (reset_buffer_local_variables): Delete "#if 0" settings of non-existent fields. 2002-07-16 17:33:42 +00:00
Ken Raeburn
49a5f7705f comment update 2002-07-16 17:11:56 +00:00
Ken Raeburn
4e491f8d1e (Fstring_to_char): Use string macros instead of Lisp_String fields. 2002-07-16 16:58:04 +00:00
Ken Raeburn
9f5348e3c8 (FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES
instead of XSTRING()->size_byte.
2002-07-16 16:37:40 +00:00
Ken Raeburn
20cddf4e9f (Fset_fontset_font): Use SDATA instead of XSTRING()->data. 2002-07-16 16:35:27 +00:00
Ken Raeburn
7da167cde1 * xterm.c (x_catch_errors, x_clear_errors): Use SSET. 2002-07-16 15:50:57 +00:00