summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (Faref, Faset): Allow indexing a char-tableRichard M. Stallman1998-02-031-2/+2
* (Fformat): If MULTIBYTE is changed to 1Richard M. Stallman1998-02-031-6/+25
* (Fmodify_category_entry): Doc fix.Richard M. Stallman1998-02-031-23/+25
* (search_buffer): New args pos_byte and lim_byte.Richard M. Stallman1998-02-031-11/+16
* (Fcall_process): Allow creating a new buffer for the output.Richard M. Stallman1998-02-031-1/+1
* (float_to_string): Handle infinities and NaN specially.Richard M. Stallman1998-02-021-0/+20
* (read1): Handle infinities, NaN and -0.0 specially.Richard M. Stallman1998-02-021-1/+28
* (concat): Handle bool-vectors correctly.Richard M. Stallman1998-02-021-30/+34
* (concat): If making a string, a nonempty bool-vector is error.Richard M. Stallman1998-02-021-5/+69
* (CONVERTED_BYTE_SIZE): Fix the logic.Kenichi Handa1998-01-301-4/+11
* (ENCODE_ISO_CHARACTER): Pay attention toKenichi Handa1998-01-301-48/+46
* (Fsubstitute_command_keys): Declare length_byte out ofKenichi Handa1998-01-301-3/+1
* (DECODE_SJIS_BIG5_CHARACTER): Don't have to increaseKenichi Handa1998-01-281-2/+1
* (syms_of_data): Register multibyte-string-p as a LispKenichi Handa1998-01-281-0/+1
* (fast_string_match): Give re_search byte size ofKenichi Handa1998-01-281-6/+10
* (file_name_as_directory): For an empty name, return "/".Richard M. Stallman1998-01-271-3/+7
* (Fcall_process): Test only args past args[4] for multibyteness.Richard M. Stallman1998-01-271-1/+1
* (message_dolog): Cast M to unsigned char * to access bytes.Richard M. Stallman1998-01-271-1/+2
* (command_loop_1): Run post-command-hook before,Richard M. Stallman1998-01-271-16/+16
* (compare_window_configurations): New function.Richard M. Stallman1998-01-261-4/+99
* (internal_equal): Use compare_window_configurations.Richard M. Stallman1998-01-261-0/+2
* (standard_args): Add "-unibyte" aka "--unibyte".Richard M. Stallman1998-01-261-0/+13
* (Funintern): Clear the symbol's obarray field.Richard M. Stallman1998-01-261-0/+2
* Comment change.Richard M. Stallman1998-01-251-0/+3
* (back_comment): Move the find_defun_start callRichard M. Stallman1998-01-251-4/+19
* Delete garbage line "int use_dialog_box".Kenichi Handa1998-01-231-4/+0
* (Fread-string): Doc fix.Stephen Eglen1998-01-221-2/+5
* (SYSTEM_MALLOC): Defined.Richard M. Stallman1998-01-221-0/+5
* (Finsert_file_contents): Fix previous change.Kenichi Handa1998-01-221-2/+2
* (adjust_before_replace, adjust_after_replace): NewKenichi Handa1998-01-221-0/+28
* (Fcall_process): Use raw-text instead of emacs-muleKenichi Handa1998-01-221-29/+36
* (detect_coding_system): Extern it.Kenichi Handa1998-01-221-0/+1
* (Vccl_translation_table_vector, Qccl_program,Kenichi Handa1998-01-221-50/+638
* Definition of macros CCL_STAT_XXX are moved from ccl.c to here.Kenichi Handa1998-01-221-0/+13
* (min_composite_char): New variable.Kenichi Handa1998-01-221-7/+18
* (BCOPY_SHORT): New macro.Kenichi Handa1998-01-221-1/+19
* Vselect_safe_coding_system_function): New variable.Kenichi Handa1998-01-221-960/+1771
* (CODING_FLAG_ISO_DESIGNATION): New macro.Kenichi Handa1998-01-221-50/+101
* (Faset): Allow setting a multibyte character in aKenichi Handa1998-01-221-8/+11
* (Fstart_process): Use raw-text instead of emacs-muleKenichi Handa1998-01-221-51/+56
* (struct Lisp_Process): New members decoding_carryoverKenichi Handa1998-01-221-0/+4
* (Finsert_file_contents): Even ifKenichi Handa1998-01-221-137/+105
* (mapcar1): Keep `i' in `i_before' before `i' isKenichi Handa1998-01-221-2/+4
* (encode_terminal_code): Adjusted for the change ofKenichi Handa1998-01-221-24/+22
* (selection_data_to_lisp_data): Adjusted for the changeKenichi Handa1998-01-221-11/+12
* Update copyright year.Richard M. Stallman1998-01-2119-19/+22
* (Fsubstitute_in_file_name): Use unibyte_char_to_multibyte.Richard M. Stallman1998-01-211-4/+3
* Update copyright year.Richard M. Stallman1998-01-219-9/+9
* (nonascii_insert_offset): Variable moved from cmds.c.Richard M. Stallman1998-01-211-1/+31
* (skip_chars): Use unibyte_char_to_multibyte,Richard M. Stallman1998-01-211-5/+2