aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* (skip_chars): Fix test for end of string, looking for `-'.Karl Heuer1998-01-181-11/+16
* Make GDB not handle SIGINT.Karl Heuer1998-01-181-2/+7
* (compile_pattern_1): If representation of STRINGKarl Heuer1998-01-181-4/+74
* (print) <Lisp_String>: When multibyte is enabled, printKarl Heuer1998-01-181-2/+13
* (read1): Escape codes can force multibyte or single-byte.Karl Heuer1998-01-181-16/+37
* (code_convert_region): Delete duplicate local `zv_before'.Karl Heuer1998-01-181-1/+0
* (concat): Move the test for all nil in `append'Karl Heuer1998-01-181-29/+180
* (display_text_line): Set pos_byte with posKarl Heuer1998-01-181-0/+1
* (STRING_BASE_SIZE): New macro.Karl Heuer1998-01-181-7/+10
* (Fspecial_display_p): Return the right valueRichard M. Stallman1998-01-161-1/+1
* (Finsert_file_contents): When not decoding,Richard M. Stallman1998-01-161-3/+11
* (re_match_2_internal): Use SYNTAX_TABLE_BYTE_TO_CHAR.Richard M. Stallman1998-01-161-8/+8
* (SYNTAX_TABLE_BYTE_TO_CHAR): New macro.Richard M. Stallman1998-01-161-20/+53
* (Fkey_description): Remember to set i_before.Kenichi Handa1998-01-121-1/+1
* (insert_from_string_1): Decrement GAP_SIZE byKenichi Handa1998-01-121-1/+1
* (push_key_description): If C >= 128, always use octal representation.Kenichi Handa1998-01-121-2/+2
* (Fminibuffer_complete_word): Fix a bug of referingKenichi Handa1998-01-121-1/+1
* (concat): Check STRINGP before increasing result_len_byte.Kenichi Handa1998-01-121-1/+1
* (Fchar_valid_p): Fix bare newlines in doc string.Dave Love1998-01-111-2/+2
* (Fcall_interactively): Allocate string by bytes.Richard M. Stallman1998-01-091-4/+4
* (Fdirectory_files): Fix arg to compile_pattern.Richard M. Stallman1998-01-091-2/+4
* (re_search_2): Fix call to CHAR_HEAD_P.Richard M. Stallman1998-01-091-11/+26
* (x_load_font): Use string_byte.Richard M. Stallman1998-01-091-2/+2
* (lisp_data_to_selection_data): Use size_byte.Richard M. Stallman1998-01-091-2/+2
* (xmenu_show): Use size_byte of strings.Richard M. Stallman1998-01-091-6/+6
* (x_create_bitmap_from_file): Use size_byte on strings.Richard M. Stallman1998-01-091-22/+23
* (message_dolog, message2): New arg MULTIBYTE.Richard M. Stallman1998-01-091-33/+103
* (Fselect_window): Don't set OW->pointm if OW->buffer is nil.Richard M. Stallman1998-01-091-3/+13
* (skip_chars): Handle multibyte and unibyte stringsRichard M. Stallman1998-01-091-31/+57
* (STRING_MULTIBYTE): New macro.Richard M. Stallman1998-01-091-6/+25
* (describe_vector): Unconditionally handle multibyte chars.Richard M. Stallman1998-01-091-15/+25
* (echo_now): Use message2_nolog, not message1_nolog.Richard M. Stallman1998-01-091-39/+49
* (set_term_frame_name): Use size_byte.Richard M. Stallman1998-01-091-2/+3
* (Fdo_auto_save): Save and restore multibyteness of minibuffer.Richard M. Stallman1998-01-091-21/+61
* (main): Pass new arg to message_dolog.Richard M. Stallman1998-01-091-1/+1
* Include charset.h.Richard M. Stallman1998-01-091-17/+67
* (Fsend_string_to_terminal): Use size_byte.Richard M. Stallman1998-01-091-2/+3
* (Fmultibyte_string_p): New function.Richard M. Stallman1998-01-091-10/+53
* (code_convert_string): Maybe use make_unibyte_string.Richard M. Stallman1998-01-091-5/+17
* (internal_self_insert): Simplify handling of c2;Richard M. Stallman1998-01-091-9/+7
* (multibyte_chars_in_text): New function.Richard M. Stallman1998-01-091-44/+48
* (Fccl_execute_on_string): Use size_byte.Richard M. Stallman1998-01-091-2/+2
* (Fmake_category_set): Don't allow multibyte string.Richard M. Stallman1998-01-091-2/+7
* (casify_object): Scan string by bytes and chars.Richard M. Stallman1998-01-091-7/+23
* (BASE_PURESIZE): Increased.Richard M. Stallman1998-01-091-1/+1
* (read_escape): `\ ' stands for nothing at all.Richard M. Stallman1998-01-091-39/+58
* (count_size_as_multibyte): New function.Richard M. Stallman1998-01-091-58/+259
* (map_char_table): Unconditionally consider non-ASCII charsets.Richard M. Stallman1998-01-091-115/+339
* (Fformat): Do all the work directly--don't use doprnt.Richard M. Stallman1998-01-091-133/+157
* (Fcall_process): When deciding whether to encode args,Richard M. Stallman1998-01-051-9/+16