aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (Fdirectory_files): In FULL case, compute number of charactersRichard M. Stallman1998-03-211-0/+6
* (substring_both, Fsubstring): Use make_specified_string.Richard M. Stallman1998-03-211-5/+9
* (syms_of_sunfns): Pass new arg to make_pure_string.Richard M. Stallman1998-03-211-1/+1
* (make_specified_string): New function.Richard M. Stallman1998-03-211-14/+64
* (Fchar_to_string): Use make_string_from_bytes.Richard M. Stallman1998-03-211-4/+7
* (casify_object): Use make_specified_string.Richard M. Stallman1998-03-211-1/+2
* (Fstring): Use make_string_from_bytes.Richard M. Stallman1998-03-211-2/+2
* (internal_self_insert): Use make_string_from_bytes.Richard M. Stallman1998-03-211-1/+1
* (code_convert_string): Use make_string_from_bytes.Richard M. Stallman1998-03-211-2/+2
* (Fsubstitute_command_keys): Use make_string_from_bytes.Richard M. Stallman1998-03-211-1/+1
* (read1): Pass new arg to make_pure_string.Richard M. Stallman1998-03-211-5/+9
* (PRINTPREPARE): Use make_string_from_bytes.Richard M. Stallman1998-03-211-4/+5
* (read_process_output): Use make_string_from_bytes.Richard M. Stallman1998-03-211-1/+1
* (Fregexp_quote): Use make_specified_string.Richard M. Stallman1998-03-211-2/+3
* (selection_data_to_lisp_data): Use make_string_from_bytes.Richard M. Stallman1998-03-211-2/+2
* (insert_from_string_1, replace_range):Richard M. Stallman1998-03-211-12/+4
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-211-20/+78
* Use STRING_BYTES and SET_STRING_BYTES.Richard M. Stallman1998-03-2131-201/+210
* Don't include puresize.h any more as code that needs itRichard M. Stallman1998-03-211-288/+162
* (fix_submap_inheritance, get_keyelt, store_in_keymap,Richard M. Stallman1998-03-211-47/+117
* Include puresize.h for CHECK_IMPURE.Richard M. Stallman1998-03-211-71/+370
* (replace_range): New arg NOMARKERS.Richard M. Stallman1998-03-211-10/+12
* (internal_self_insert): Pass new arg to replace_range.Richard M. Stallman1998-03-211-1/+1
* (record_delete): Replace LENGTH arg with STRING.Richard M. Stallman1998-03-211-11/+9
* (insert_1_both, insert_from_string_1, insert_from_buffer_1):Richard M. Stallman1998-03-211-19/+68
* (make_buffer_string_both): New function.Richard M. Stallman1998-03-211-1/+25
* (keymap.o): Depend on puresize.h.Richard M. Stallman1998-03-201-2/+2
* (del_range_2): Use adjust_markers_for_record_delete.Richard M. Stallman1998-03-201-16/+111
* (window_display_table): Don't look inside buffer if its nil.Richard M. Stallman1998-03-201-0/+3
* (Fgoto_char): If POSITION is a marker pointing aRichard M. Stallman1998-03-201-1/+2
* (Fformat): Handle padding before or after, for %s etc.Richard M. Stallman1998-03-201-11/+23
* (get_boot_time): Conditionalize on BOOT_TIME.Richard M. Stallman1998-03-191-2/+12
* (read1): Call multibyte_chars_in_textKenichi Handa1998-03-191-1/+1
* (byte_char_debug_check): Call multibyte_chars_in_textKenichi Handa1998-03-191-5/+6
* (Fstring_as_multibyte): Call multibyte_chars_in_textKenichi Handa1998-03-191-2/+2
* (current_lock_owner): If lock file data doesn't includeRichard M. Stallman1998-03-191-12/+47
* (read0): Swap args to Fmake_string.Richard M. Stallman1998-03-181-2/+2
* (syms_of_callproc): Doc fixes.Richard M. Stallman1998-03-181-4/+5
* (Fbackward_prefix_chars): Set point properly while scanning.Richard M. Stallman1998-03-181-17/+26
* (SYNTAX_FLAGS_COMSTART_FIRST): New macro.Richard M. Stallman1998-03-171-1/+17
* (Fformat): Properly print floats.Richard M. Stallman1998-03-171-1/+4
* (Fchar_after, Fchar_before): Properly check arg typeRichard M. Stallman1998-03-171-11/+24
* Fstore_match_data => Fset_match_data.Richard M. Stallman1998-03-171-1/+1
* (Frecenter): Operate on window's buffer even if some other was current.Richard M. Stallman1998-03-171-22/+40
* (ADJUST_CHAR_POS): New macro.Kenichi Handa1998-03-161-15/+40
* (code_convert_region): The 6th arg name is changed toKenichi Handa1998-03-161-15/+23
* (Finsert_file_contents): Comment modified. GiveKenichi Handa1998-03-161-4/+9
* (insert_1_both, insert_from_string_1, insert_from_buffer_1)Richard M. Stallman1998-03-141-12/+21
* (message_dolog): Save and restore Vdeactivate_mark.Richard M. Stallman1998-03-141-2/+5
* (set_frame_menubar): Fstore_match_data => Fset_match_data.Richard M. Stallman1998-03-141-1/+1