aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (syms_of_emacs): Fix patching error in previous change.Richard M. Stallman1998-04-171-2/+2
* (read1): Compute NaN and infinities using 0.0 in aRichard M. Stallman1998-04-171-3/+4
* (readchar): Find the previous byte's address properlyRichard M. Stallman1998-04-171-2/+6
* (Fcall_process_region): Unbind coding-system-for-writeRichard M. Stallman1998-04-171-2/+8
* (reset_terminal_modes): Only invoke hook if defined.Geoff Voelker1998-04-171-1/+2
* * lastfile.c (_my_endbss, my_endbss_static): New variables.Geoff Voelker1998-04-171-0/+5
* (Vpath_separator): New variable.Geoff Voelker1998-04-171-0/+10
* (WM_EMACS_SETFOREGROUND, WM_EMACS_SETLOCALE):Geoff Voelker1998-04-171-1/+3
* (Vw32_recognize_altgr): New variable.Geoff Voelker1998-04-171-55/+195
* (w32_executable_type): Properly cast dos_header whenGeoff Voelker1998-04-171-8/+100
* (Vmenu_updating_frame): New variable.Geoff Voelker1998-04-171-1/+13
* (Vw32_recognize_altgr): Declare.Geoff Voelker1998-04-171-9/+29
* * w32heap.h (w32_fatal_reload_error): Declare.Geoff Voelker1998-04-171-0/+3
* (recreate_heap): Invoke w32_fatal_reload_error upon error.Geoff Voelker1998-04-171-1/+1
* (w32_msg_pump): Handle WM_EMACS_SETLOCALE.Geoff Voelker1998-04-171-0/+7
* (Qforeground_color, Qbackground_color): Declare.Geoff Voelker1998-04-171-69/+67
* (FILE_SEND_SIGCHLD): New macro.Geoff Voelker1998-04-171-6/+8
* (sys_read): Clear carriage return flag.Geoff Voelker1998-04-171-8/+68
* (my_begbss_static, my_endbss_static): Declare.Geoff Voelker1998-04-171-35/+63
* (HAVE_STRING_H, HAVE_STRFTIME): Define macros.Geoff Voelker1998-04-171-2/+3
* (LINK_TYPE): Do not include debug info in optimizedGeoff Voelker1998-04-171-3/+12
* (Fcatch): Doc fix.Richard M. Stallman1998-04-171-1/+3
* (Fml_if): Initialize val.Richard M. Stallman1998-04-171-0/+1
* (standard_args): Add --no-unibyte.Richard M. Stallman1998-04-161-12/+25
* (it_keyboard): New variable, supports Italian keyboard.Eli Zaretskii1998-04-161-0/+18
* (time): Declare it only if not HAVE_UNISTD_H.Richard M. Stallman1998-04-161-4/+7
* (Frequire): Doc fix.Richard M. Stallman1998-04-161-1/+2
* (code_convert_region): If point in the conversionKenichi Handa1998-04-151-0/+3
* (syms_of_coding): Declare and define inherit-process-coding-system.Eli Zaretskii1998-04-151-0/+9
* Declare inherit-process-coding-system.Eli Zaretskii1998-04-151-0/+4
* (Fcall_process): CallEli Zaretskii1998-04-151-1/+7
* (sys_pipe): Use binary pipe I/O unconditionally.Eli Zaretskii1998-04-151-10/+2
* Remove binary-process-{in,out}put.Eli Zaretskii1998-04-151-70/+0
* (RE_TRANSLATE_P): Define.Andreas Schwab1998-04-151-0/+1
* Use RE_TRANSLATE_P to check whether translation isAndreas Schwab1998-04-151-7/+8
* (RE_TRANSLATE_P): New macro.Andreas Schwab1998-04-151-0/+1
* (realloc) <emacs>: Define to xrealloc.Andreas Schwab1998-04-151-0/+1
* (Fccl_execute_on_string): Put \n\ at eol of docstring.Kenichi Handa1998-04-151-1/+1
* (x_set_font): Give 2nd arg nil to Fquery_fontset.Kenichi Handa1998-04-151-2/+2
* (find_ccl_program_func): New variable.Kenichi Handa1998-04-151-20/+20
* (FONT_ENCODING_NOT_DECIDED): The value is changed to 255.Kenichi Handa1998-04-151-2/+7
* Typo in comments fixed.Kenichi Handa1998-04-151-181/+405
* (Vccl_program_table, Qccl_program_idx): Extern them.Kenichi Handa1998-04-151-0/+7
* (syms_of_xfns): Initialize find_ccl_program_func.Kenichi Handa1998-04-151-0/+1
* (x_find_ccl_program): New function.Kenichi Handa1998-04-151-0/+42
* (x_find_ccl_program): Extern it.Kenichi Handa1998-04-151-0/+1
* (file_name_as_directory): For empty arg, return `./'.Karl Heuer1998-04-151-2/+3
* Revert erroneous 1998-04-08 change.Dave Love1998-04-141-2/+1
* (x_destroy_bitmap): Declare as void, not int.Karl Heuer1998-04-141-3/+4
* (try_window): Fix mixing of Lisp_Object and int.Andreas Schwab1998-04-141-1/+2