aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* (printchar): Declare `work' as unsigned char.Andreas Schwab1997-11-211-3/+7
* (read_minibuf_unwind): Fix return type and return nil.Andreas Schwab1997-11-211-2/+8
* (unchain_marker): Define as returning nothing.Andreas Schwab1997-11-211-0/+2
* Declare finalize_kbd_macro_chars andAndreas Schwab1997-11-211-0/+9
* (store_kbd_macro_char): Define as returning nothing.Andreas Schwab1997-11-211-0/+5
* (read1): Declare `workbuf' as unsigned char.Andreas Schwab1997-11-211-3/+6
* Add more prototypes and declarations. Forward declareAndreas Schwab1997-11-211-25/+171
* (init_system_name): Don't use sysinfo.Karl Heuer1997-11-201-2/+5
* (skip_chars): Check type of `string' before using it.Karl Heuer1997-11-201-2/+2
* (LIBS_SYSTEM): Define this.Karl Heuer1997-11-201-0/+1
* Treat DGUX the same as USG.Karl Heuer1997-11-201-2/+2
* (frame_name_fnn_p, set_term_frame_name): New functions.Eli Zaretskii1997-11-201-2/+67
* automatically generated from GPLed versionUlrich Drepper1997-11-182-0/+10
* (Fexecute_extended_command): Fix message wording.Karl Heuer1997-11-171-2/+3
* (minibuffer_scroll_overlap): New variable.Karl Heuer1997-11-151-1/+24
* (display_text_line): Make decision about which windowsKarl Heuer1997-11-151-5/+6
* (ASCII_BYTE_P): New macro.Karl Heuer1997-11-151-0/+3
* (position_indentation): Detect non-breaking space,Karl Heuer1997-11-151-1/+19
* (x_handle_selection_request): Use xfree, not free.Karl Heuer1997-11-151-18/+18
* automatically generated from GPLed versionUlrich Drepper1997-11-132-43/+127
* automatically generated from GPLed versionUlrich Drepper1997-11-122-1/+7
* Support for Japanese display on DOS/V systems.Eli Zaretskii1997-11-101-7/+97
* (Fcall_process): GCPRO infile, buffer, andKenichi Handa1997-11-081-25/+36
* (Fsref): If IDX points an 8-bit code which is not partKenichi Handa1997-11-081-4/+20
* (find_charset_in_str): Handle the case that STRKenichi Handa1997-11-081-35/+39
* (setup_coding_system): Initialize common_flags memberKenichi Handa1997-11-081-9/+38
* (struct coding_system): Add member common_flags, deleteKenichi Handa1997-11-081-18/+28
* (create_process): Encode arguments for the process.Kenichi Handa1997-11-081-2/+32
* (Finsert_file_contents): Use new macros defined inKenichi Handa1997-11-081-9/+11
* (encode_terminal_code): Use new macros defined inKenichi Handa1997-11-081-2/+2
* automatically generated from GPLed versionUlrich Drepper1997-11-061-4/+10
* automatically generated from GPLed versionUlrich Drepper1997-11-041-23/+117
* (init_system_name): If gethostname gives a properKarl Heuer1997-10-311-41/+42
* (DBL_MIN_REPLACEMENT): New macro.Paul Eggert1997-10-291-1/+7
* (DBL_MIN): Use workaround if DBL_MIN_REPLACEMENT is defined.Paul Eggert1997-10-291-1/+9
* (copy_category_table): Copy also the first extra slotKenichi Handa1997-10-271-3/+9
* (Fchars_in_string): Pay attention toKenichi Handa1997-10-271-2/+8
* (Fkill_buffer): Don't assume buffer is current.Karl Heuer1997-10-271-1/+1
* (XTread_socket): Check for bogus (0,0) location.Karl Heuer1997-10-251-0/+10
* (XTmouse_position): Handle INSIST < 0.Karl Heuer1997-10-241-2/+2
* (w32_mouse_position): Handle INSIST < 0.Karl Heuer1997-10-241-2/+2
* (Fmouse_pixel_position, Fmouse_position):Karl Heuer1997-10-241-2/+2
* Indicate in messages if source code is being loaded.Simon Marshall1997-10-231-8/+8
* (char_valid_p): New functionKenichi Handa1997-10-231-0/+39
* (CHAR_VALID_P): Renamed from VALID_CHAR_P, newKenichi Handa1997-10-231-9/+6
* (encode_designation_at_bol): Fix bug of finding graphicKenichi Handa1997-10-231-20/+67
* (struct iso2022_spec): New memberKenichi Handa1997-10-231-8/+13
* (map_char_table): Do not operate on invalid characters.Kenichi Handa1997-10-231-1/+3
* (unlock_all_files): Don't call unlock_file;Karl Heuer1997-10-231-1/+8
* (redisplay_window): If clip_changed, always runKarl Heuer1997-10-231-0/+11