| Commit message (Expand) | Author | Age | Files | Lines |
* | (fast_c_string_match_ignore_case): String pointer args | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
* | (temp_echo_area_glyphs): String pointer args now | Ken Raeburn | 2002-07-16 | 1 | -2/+2 |
* | (intern, oblookup, hash_string): String pointer args | Ken Raeburn | 2002-07-16 | 1 | -8/+7 |
* | (chars_in_text, multibyte_chars_in_text, copy_text): | Ken Raeburn | 2002-07-16 | 1 | -28/+28 |
* | (Fdescribe_buffer_bindings): Use const for pointer to | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
* | (cmd_error_internal): Use const for pointer to lisp | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
* | (copy_text, count_size_as_multibyte, insert_1): | Ken Raeburn | 2002-07-16 | 1 | -12/+12 |
* | (Fframe_parameter): Use const for pointer to lisp | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
* | (font_family_registry, fs_query_fontset): | Ken Raeburn | 2002-07-16 | 1 | -4/+4 |
* | (report_file_error): String pointer args now point to | Ken Raeburn | 2002-07-16 | 1 | -9/+10 |
* | (general_insert_function): Insertion function now | Ken Raeburn | 2002-07-16 | 1 | -2/+2 |
* | (xstricmp): Declaration updated. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
* | (Ffind_coding_systems_region_interval): Use const for | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
* | (find_charset_in_text, c_string_width): | Ken Raeburn | 2002-07-16 | 1 | -5/+6 |
* | (find_charset_in_text, c_string_width): | Ken Raeburn | 2002-07-16 | 1 | -9/+9 |
* | (xstrdup, make_string, make_unibyte_string) | Ken Raeburn | 2002-07-16 | 1 | -5/+5 |
* | (echo_char, parse_modifiers_uncached, parse_solitary_modifier, | Ken Raeburn | 2002-07-16 | 2 | -21/+21 |
* | (validate_interval_range, interval_of): Use string macros instead of | Ken Raeburn | 2002-07-16 | 2 | -8/+16 |
* | (Fstring_to_char): Don't use XSTRING/XSETSTRING to copy a lisp value. | Ken Raeburn | 2002-07-16 | 1 | -4/+1 |
* | (Fintern_soft): Use string macros instead of Lisp_String fields. | Ken Raeburn | 2002-07-16 | 1 | -5/+4 |
* | (reset_buffer_local_variables): Delete "#if 0" settings of non-existent fields. | Ken Raeburn | 2002-07-16 | 1 | -5/+0 |
* | comment update | Ken Raeburn | 2002-07-16 | 1 | -3/+3 |
* | (Fstring_to_char): Use string macros instead of Lisp_String fields. | Ken Raeburn | 2002-07-16 | 1 | -5/+3 |
* | (FETCH_STRING_CHAR_ADVANCE, FETCH_STRING_CHAR_ADVANCE_NO_CHECK): Use SBYTES | Ken Raeburn | 2002-07-16 | 2 | -2/+9 |
* | (Fset_fontset_font): Use SDATA instead of XSTRING()->data. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
* | * xterm.c (x_catch_errors, x_clear_errors): Use SSET. | Ken Raeburn | 2002-07-16 | 2 | -3/+28 |
* | * xfns.c (validate_x_resource_name): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
* | * w32fns.c (validate_x_resource_name): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
* | * search.c (wordify): Use SDATA. | Ken Raeburn | 2002-07-16 | 1 | -2/+2 |
* | * process.c (status_message): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
* | * macfns.c (validate_x_resource_name): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
* | * lread.c (Fload): Use SDATA, SSET. | Ken Raeburn | 2002-07-16 | 1 | -3/+3 |
* | * lisp.h (SREF): Produce rvalue. | Ken Raeburn | 2002-07-16 | 1 | -1/+2 |
* | * keyboard.c (Fevent_convert_list): Use SREF. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
* | * insdel.c (insert_from_string_1): Use SDATA. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
* | * fns.c (concat): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -6/+6 |
* | * fileio.c (Fmake_symbolic_link, Fexpand_file_name): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -7/+7 |
* | * dired.c (directory_files_internal): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
* | * data.c (Faref): Use SDATA. | Ken Raeburn | 2002-07-16 | 1 | -3/+3 |
* | * charset.h (FETCH_STRING_CHAR_ADVANCE, | Ken Raeburn | 2002-07-16 | 1 | -2/+2 |
* | * casefiddle.c (casify_object): Use SSET. | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
* | * buffer.c (Fother_buffer): Use SREF when retrieving a byte from | Ken Raeburn | 2002-07-16 | 1 | -1/+1 |
* | * alloc.c (make_event_array): Use SSET for storing into a string. | Ken Raeburn | 2002-07-16 | 1 | -2/+2 |
* | (SDATA): Produce rvalue. | Ken Raeburn | 2002-07-16 | 2 | -1/+5 |
* | *** empty log message *** | Richard M. Stallman | 2002-07-16 | 1 | -0/+20 |
* | (USG_SUBTTY_WORKS): Defined. | Richard M. Stallman | 2002-07-16 | 1 | -0/+4 |
* | (reconsider_clip_changes): Don't test prevent_redisplay_optimizations_p. | Richard M. Stallman | 2002-07-16 | 1 | -12/+22 |
* | (cmd_error) [HAVE_X_WINDOWS]: Maybe call cancel_houglass. | Richard M. Stallman | 2002-07-16 | 1 | -0/+5 |
* | (create_process): Test USG_SUBTTY_WORKS. | Richard M. Stallman | 2002-07-16 | 1 | -16/+19 |
* | (temp_output_buffer_show): Don't set prevent_redisplay_optimizations_p. | Richard M. Stallman | 2002-07-16 | 1 | -0/+2 |