| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | automatically generated from GPLed version | Ulrich Drepper | 1998-02-16 | 1 | -10/+23 |
| * | (simple_search): Call set_search_regs. | Richard M. Stallman | 1998-02-14 | 1 | -27/+54 |
| * | (Fread_file_name): Alter the history | Richard M. Stallman | 1998-02-14 | 1 | -65/+34 |
| * | (display_text_line): Use INC_BOTH for unibyte buffers too. | Richard M. Stallman | 1998-02-14 | 1 | -4/+1 |
| * | (Fsubst_char_in_region): Don't increment pos twice. | Richard M. Stallman | 1998-02-14 | 1 | -2/+0 |
| * | (Vnonascii_translate_table): New variable. | Richard M. Stallman | 1998-02-12 | 1 | -7/+26 |
| * | (copy_text, count_size_as_multibyte): Use Vnonascii_translate_table. | Richard M. Stallman | 1998-02-12 | 1 | -2/+6 |
| * | (printchar): When outputting to echo area, | Richard M. Stallman | 1998-02-12 | 1 | -0/+19 |
| * | (describe_map_tree): Add the maps we have already | Richard M. Stallman | 1998-02-11 | 1 | -3/+12 |
| * | (Fstring_bytes): Declare arg STRING as Lisp_Object. | Kenichi Handa | 1998-02-10 | 1 | -0/+1 |
| * | (concat): Use Vnonascii_translate_table. | Kenichi Handa | 1998-02-10 | 1 | -1/+5 |
| * | (Fposition_bytes): Declare arg POSITION as Lips_Object. | Kenichi Handa | 1998-02-10 | 1 | -0/+1 |
| * | (Fposition_bytes): Allow marker as arg POSITION. Use | Kenichi Handa | 1998-02-10 | 1 | -2/+2 |
| * | (compute_motion): If right margin is reached and we are | Andreas Schwab | 1998-02-09 | 1 | -10/+11 |
| * | (search_command): Fix call to search_buffer. | Richard M. Stallman | 1998-02-09 | 1 | -2/+2 |
| * | (byte_char_debug_check): New function. | Richard M. Stallman | 1998-02-08 | 1 | -4/+66 |
| * | (RE_TRANSLATE_TYPE): Define as Lisp_Object. | Richard M. Stallman | 1998-02-08 | 1 | -2/+2 |
| * | (Fdirectory_files): Call compile_pattern the new way. | Richard M. Stallman | 1998-02-08 | 1 | -2/+2 |
| * | (boyer_moore, simple_search): New subroutines. | Richard M. Stallman | 1998-02-08 | 1 | -283/+704 |
| * | (advance_to_char_boundary): New function. | Richard M. Stallman | 1998-02-08 | 1 | -4/+49 |
| * | (Fdisplay_buffer): New arg FRAME. | Richard M. Stallman | 1998-02-08 | 1 | -8/+20 |
| * | (read_minibuf): If input is empty, return empty string. | Richard M. Stallman | 1998-02-08 | 1 | -9/+14 |
| * | (Fstring_bytes): New function. | Richard M. Stallman | 1998-02-08 | 1 | -0/+10 |
| * | (print): Declare local variable C as `int' instead of | Richard M. Stallman | 1998-02-08 | 1 | -1/+1 |
| * | (Fformat): Handle a symbol of which name contains | Richard M. Stallman | 1998-02-08 | 1 | -4/+26 |
| * | Change argument number of Fdisplay_buffer to 3. | Kenichi Handa | 1998-02-06 | 1 | -1/+1 |
| * | (GENERIC_FONT_PTR): Commented-out definition deleted. | Richard M. Stallman | 1998-02-06 | 1 | -4/+0 |
| * | (Fpop_to_buffer): Pass new arg to Fdisplay_buffer. | Richard M. Stallman | 1998-02-06 | 1 | -1/+1 |
| * | (Fdescribe_bindings_internal): | Richard M. Stallman | 1998-02-05 | 1 | -17/+25 |
| * | (list2, list3, list4, list5): New functions. | Richard M. Stallman | 1998-02-05 | 1 | -0/+31 |
| * | (copy_text): When copying from multibyte to unibyte, do | Kenichi Handa | 1998-02-04 | 1 | -1/+1 |
| * | (Fsubst_char_in_region): Handle character-base | Kenichi Handa | 1998-02-04 | 1 | -13/+13 |
| * | (Fiso_charset): Doc-string modified. | Kenichi Handa | 1998-02-04 | 1 | -1/+7 |
| * | (Faref, Faset): Allow indexing a char-table | Richard M. Stallman | 1998-02-03 | 1 | -2/+2 |
| * | (Fformat): If MULTIBYTE is changed to 1 | Richard M. Stallman | 1998-02-03 | 1 | -6/+25 |
| * | (Fmodify_category_entry): Doc fix. | Richard M. Stallman | 1998-02-03 | 1 | -23/+25 |
| * | (search_buffer): New args pos_byte and lim_byte. | Richard M. Stallman | 1998-02-03 | 1 | -11/+16 |
| * | (Fcall_process): Allow creating a new buffer for the output. | Richard M. Stallman | 1998-02-03 | 1 | -1/+1 |
| * | (float_to_string): Handle infinities and NaN specially. | Richard M. Stallman | 1998-02-02 | 1 | -0/+20 |
| * | (read1): Handle infinities, NaN and -0.0 specially. | Richard M. Stallman | 1998-02-02 | 1 | -1/+28 |
| * | (concat): Handle bool-vectors correctly. | Richard M. Stallman | 1998-02-02 | 1 | -30/+34 |
| * | (concat): If making a string, a nonempty bool-vector is error. | Richard M. Stallman | 1998-02-02 | 1 | -5/+69 |
| * | (CONVERTED_BYTE_SIZE): Fix the logic. | Kenichi Handa | 1998-01-30 | 1 | -4/+11 |
| * | (ENCODE_ISO_CHARACTER): Pay attention to | Kenichi Handa | 1998-01-30 | 1 | -48/+46 |
| * | (Fsubstitute_command_keys): Declare length_byte out of | Kenichi Handa | 1998-01-30 | 1 | -3/+1 |
| * | (DECODE_SJIS_BIG5_CHARACTER): Don't have to increase | Kenichi Handa | 1998-01-28 | 1 | -2/+1 |
| * | (syms_of_data): Register multibyte-string-p as a Lisp | Kenichi Handa | 1998-01-28 | 1 | -0/+1 |
| * | (fast_string_match): Give re_search byte size of | Kenichi Handa | 1998-01-28 | 1 | -6/+10 |
| * | (file_name_as_directory): For an empty name, return "/". | Richard M. Stallman | 1998-01-27 | 1 | -3/+7 |
| * | (Fcall_process): Test only args past args[4] for multibyteness. | Richard M. Stallman | 1998-01-27 | 1 | -1/+1 |