aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (encode_coding_iso_2022): If coding requires safeKenichi Handa2002-05-201-7/+37
* *** empty log message ***Kenichi Handa2002-05-201-0/+9
* *** empty log message ***Dave Love2002-05-172-0/+40
* (XSetIMValues): Declare.Dave Love2002-05-171-1/+5
* (print_object): Fix print format for 64-bitDave Love2002-05-171-1/+6
* (modify_event_symbol): Fix print format for 64-bitDave Love2002-05-171-4/+11
* (emacs_strerror): Declare.Dave Love2002-05-171-9/+23
* (Fclear_face_cache): Declare.Dave Love2002-05-171-8/+5
* (string_escape_byte8): Declare.Dave Love2002-05-171-0/+2
* (Vchar_coding_system_table, Qchar_coding_system):Dave Love2002-05-171-17/+4
* (load_charset_map, load_charset_map_from_file): RemoveDave Love2002-05-171-17/+16
* *** empty log message ***Dave Love2002-05-161-2/+6
* (C_SWITCH_SYSTEM) [!__GNUC__]: Remove -nointrinsics.Dave Love2002-05-161-5/+1
* *** empty log message ***Kenichi Handa2002-05-161-1/+4
* (string_escape_byte8): Make multibyte string with correct size.Kenichi Handa2002-05-161-1/+1
* (Fmake_char): Delete unnecessary code.Kenichi Handa2002-05-151-3/+0
* *** empty log message ***Kenichi Handa2002-05-151-0/+4
* (encode_coding_object): Give correct arguments otKenichi Handa2002-05-142-6/+15
* (x_encode_text): Allocate coding.destination here, andKenichi Handa2002-05-141-2/+4
* (Fset_buffer_multibyte): Convert 8-bit bytes toKenichi Handa2002-05-142-1/+7
* (decode_coding_object): Move point to coding->dst_pos beforeKenichi Handa2002-05-141-0/+1
* (fs_load_font): Check fontp->full_name (not fontname)Kenichi Handa2002-05-142-1/+5
* (JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).Kenichi Handa2002-05-142-1/+8
* (Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix theKenichi Handa2002-05-141-3/+6
* (Fmap_charset_chars): Fix docstring.Kenichi Handa2002-05-141-3/+4
* (Fmake_char): Make it more backward compatible.Kenichi Handa2002-05-142-29/+67
* *** empty log message ***Dave Love2002-05-131-1/+7
* Doc fixes.Dave Love2002-05-131-13/+14
* *** empty log message ***Kenichi Handa2002-05-131-0/+5
* (free_realized_fontsets): Call Fclear_face_cache insteadKenichi Handa2002-05-131-0/+8
* (coding_set_source): Delete the local variable beg_byte.Kenichi Handa2002-05-102-6/+34
* (struct charset): New member `code_space_mask'.Kenichi Handa2002-05-101-1/+12
* (load_charset_map): Fix previous change.Kenichi Handa2002-05-101-21/+48
* (coding_inherit_eol_type)Dave Love2002-05-092-1/+15
* (generate_ascii_font): Fix return type.Dave Love2002-05-091-1/+1
* (syntax_temp) [!__GNUC__]: Declare.Dave Love2002-05-091-1/+2
* (generate_ascii_font): Fix arg declaration.Dave Love2002-05-091-2/+2
* (decode_coding_charset, encode_coding_charset): HandleKenichi Handa2002-05-081-14/+48
* *** empty log message ***Kenichi Handa2002-05-081-0/+5
* (boyer_moore): Fix handling of mulitbyte character translation.Kenichi Handa2002-05-071-4/+5
* *** empty log message ***Kenichi Handa2002-05-071-69/+72
* *** empty log message ***Kenichi Handa2002-05-071-0/+6
* (display_mode_element): When the variable `elt' isKenichi Handa2002-05-071-0/+2
* (try_font_list): Give higher priority to fontset'sKenichi Handa2002-05-072-4/+49
* (Finsert_file_contents): Set coding_system instead ofKenichi Handa2002-05-071-2/+3
* (coding_alloc_by_making_gap): Check the case that theKenichi Handa2002-05-071-53/+68
* (struct charset_map_entries): New struct.Kenichi Handa2002-05-071-91/+185
* (Fcall_process): Be sure to give the current bufferKenichi Handa2002-05-071-1/+6
* (Fset_buffer_multibyte): Fix 8-bit char handling.Kenichi Handa2002-05-071-1/+2
* (display_mode_element): Fix calculation of `bytepos'.Kenichi Handa2002-04-091-1/+1