Geoff Voelker
ead2be985a
(FILE_SEND_SIGCHLD): New macro.
1998-04-17 05:07:51 +00:00
Geoff Voelker
f52eb3efc4
(sys_read): Clear carriage return flag.
...
Report normal EOF when read fails if nothing in buffer.
Only read more if more remaining.
(check_windows_init_file): New function.
(term_ntproc): Invoke check_windows_init_file.
1998-04-17 05:07:15 +00:00
Geoff Voelker
9c8056fe19
(my_begbss_static, my_endbss_static): Declare.
...
(get_bss_info_from_map_file): Only define if SEPARATE_BSS_SECTION.
(get_section_info): Use my_begbss_static, my_endbss_static to
determine bounds of bss.
(w32_fatal_reload_error): New function.
(read_in_bss, map_in_heap): Invoke w32_fatal_reload_error upon error.
1998-04-17 05:06:37 +00:00
Geoff Voelker
b2140d4b79
(HAVE_STRING_H, HAVE_STRFTIME): Define macros.
...
(SYSTEM_PURESIZE_EXTRA): Increase to handle more dumped lisp files.
1998-04-17 05:06:20 +00:00
Geoff Voelker
032f460725
(LINK_TYPE): Do not include debug info in optimized
...
binary.
(LIBS): Include mpr.lib.
(clean): Delete patch generated files, optimized build directory.
1998-04-17 05:05:40 +00:00
Richard M. Stallman
4e30630835
(Fcatch): Doc fix.
1998-04-17 01:53:31 +00:00
Richard M. Stallman
00df1bdfb3
(Fml_if): Initialize val.
1998-04-17 01:49:33 +00:00
Richard M. Stallman
002ae4f99c
(standard_args): Add --no-unibyte.
...
(main): Recognize --no-unibyte to inhibit EMACS_UNIBYTE.
(main): Fix typo, add --multibyte and --no-multibyte.
(standard_args): Add --multibyte and --no-multibyte.
1998-04-16 21:24:37 +00:00
Eli Zaretskii
03c747598f
(it_keyboard): New variable, supports Italian keyboard.
...
(keyboard_layout_list): Add Italian keyboard.
1998-04-16 09:06:25 +00:00
Richard M. Stallman
49bdcd3e96
(time): Declare it only if not HAVE_UNISTD_H.
1998-04-16 06:21:56 +00:00
Richard M. Stallman
f0c030b36d
(Frequire): Doc fix.
1998-04-16 05:38:51 +00:00
Kenichi Handa
83fa074f8d
(code_convert_region): If point in the conversion
...
region, move it to FROM in advance.
1998-04-15 23:49:52 +00:00
Eli Zaretskii
ed29121d27
(syms_of_coding): Declare and define inherit-process-coding-system.
1998-04-15 15:52:41 +00:00
Eli Zaretskii
77a9bc9a3f
Declare inherit-process-coding-system.
1998-04-15 15:48:45 +00:00
Eli Zaretskii
3b440bb591
(Fcall_process): Call
...
after-insert-file-set-buffer-file-coding-system if
inherit-process-coding-system is non-nil.
1998-04-15 15:44:16 +00:00
Eli Zaretskii
7664e30672
(sys_pipe): Use binary pipe I/O unconditionally.
1998-04-15 14:40:43 +00:00
Eli Zaretskii
208a446aa5
Remove binary-process-{in,out}put.
...
(syms_of_callproc): Likewise.
(Fcall_process, Fcall_process_region): Don't use binary-process-{in,out}put.
1998-04-15 14:36:16 +00:00
Andreas Schwab
7874f8a695
(RE_TRANSLATE_P): Define.
1998-04-15 10:35:44 +00:00
Andreas Schwab
28703c16f3
Use RE_TRANSLATE_P to check whether translation is
...
needed.
1998-04-15 10:33:18 +00:00
Andreas Schwab
4da4775f0d
(RE_TRANSLATE_P): New macro.
1998-04-15 10:32:29 +00:00
Andreas Schwab
64e3c718c6
(realloc) <emacs>: Define to xrealloc.
1998-04-15 09:39:40 +00:00
Kenichi Handa
db6089c5e9
(Fccl_execute_on_string): Put \n\ at eol of docstring.
1998-04-15 07:49:16 +00:00
Kenichi Handa
49965a2998
(x_set_font): Give 2nd arg nil to Fquery_fontset.
...
(Fx_create_frame): Likewise.
1998-04-15 07:38:29 +00:00
Kenichi Handa
727fb7903d
(find_ccl_program_func): New variable.
...
(fs_load_font): Call a function pointed by find_ccl_program_func
instead of finding CCL program to encode a character by itself.
(Fquery_fontset): New optional 2nd arg REGEXPP. Callers changed.
1998-04-15 07:12:49 +00:00
Kenichi Handa
c2c8997eb3
(FONT_ENCODING_NOT_DECIDED): The value is changed to 255.
...
(find_ccl_program_func): Extern it.
(Fquery_fontset): Args number changed to 2.
1998-04-15 07:12:49 +00:00
Kenichi Handa
6ae21908b0
Typo in comments fixed.
...
(Qccl_program_idx, Qunification_table, Qunification_table_id): New
variables.
(syms_of_ccl): Initialize and staticpro them.
(CCL_ReadMultibyteChar2): Macro name changed from
CCL_ReadMultibyteCharacter.
(CCL_WriteMultibyteChar2): Macro name changed from
CCL_WriteMultibyteChar2.
(CCL_
(MAX_TABLE_SET_LEVEL): New macro.
(tr_stack): New type.
(translate_stack, translate_stack_pointer): New variables.
(PUSH_TRANSLATE_STACK, POP_TRANSLATE_STACK): New macros.
(ccl_driver): Adjusted for the above changes.
(resolve_symbol_ccl_program): New function.
(Fccl_execute): The arg CCL-PROGRAM can be a symbol of CCL
program. If CCL-PRGRAM is a vector, convert symbols in it to ID
numbers by resolve_symbol_ccl_program.
(Fccl_execute_on_string): Likewise.
(Fregister_ccl_program): If the arg CCL-PRGRAM is a vector,
convert symbols in it to ID numbers by resolve_symbol_ccl_program.
1998-04-15 07:12:49 +00:00
Kenichi Handa
1cfae2bf37
(Vccl_program_table, Qccl_program_idx): Extern them.
1998-04-15 07:12:49 +00:00
Kenichi Handa
bc1958c4cb
(syms_of_xfns): Initialize find_ccl_program_func.
1998-04-15 07:12:49 +00:00
Kenichi Handa
a65826769e
(x_find_ccl_program): New function.
1998-04-15 07:12:49 +00:00
Kenichi Handa
d7fcdd913e
(x_find_ccl_program): Extern it.
1998-04-15 07:12:49 +00:00
Karl Heuer
154a307db3
(file_name_as_directory): For empty arg, return `./'.
1998-04-15 06:12:48 +00:00
Dave Love
055234ef11
Revert erroneous 1998-04-08 change.
1998-04-14 21:02:17 +00:00
Karl Heuer
968b123401
(x_destroy_bitmap): Declare as void, not int.
...
(x_report_frame_params, x_set_border_pixel): Likewise.
(x_set_internal_border_width): widget_store_internal_border takes
just one arg, not two.
1998-04-14 18:59:48 +00:00
Andreas Schwab
975d21ea0c
(try_window): Fix mixing of Lisp_Object and int.
1998-04-14 13:12:18 +00:00
Andreas Schwab
f8ad443a57
(Fset_window_configuration): Fix mixing of Lisp_Object
...
and int.
1998-04-14 13:11:34 +00:00
Andreas Schwab
a61e51f0d2
(init_sys_modes): Fix mixing of Lisp_Object and int
1998-04-14 13:10:35 +00:00
Andreas Schwab
59fab36902
(compile_pattern, compile_pattern_1): Fix mixing of
...
Lisp_Object and int.
1998-04-14 13:09:08 +00:00
Andreas Schwab
e6d6dff2d0
(read_process_output): Fix mixing of Lisp_Object and
...
int.
1998-04-14 13:05:38 +00:00
Andreas Schwab
dab3ab3ce5
(Fself_insert_and_exit): Fix mixing of Lisp_Object and
...
int.
1998-04-14 13:03:30 +00:00
Andreas Schwab
6acce4eaa2
(set_marker_both): Remove bogus checks on charpos.
1998-04-14 13:02:50 +00:00
Andreas Schwab
d52a7a9263
(parse_menu_item): Don't GCPRO non-lisp variables.
1998-04-14 13:01:59 +00:00
Andreas Schwab
d6b81c0f2f
(signal_after_change): Fix mixing of Lisp_Object and
...
int.
1998-04-14 13:01:05 +00:00
Andreas Schwab
d5d6f7060f
(indented_beyond_p): Fix mixing of Lisp_Object and int.
1998-04-14 13:00:27 +00:00
Andreas Schwab
d4d76014dc
(Fset_mouse_position, Fset_mouse_pixel_position): Fix
...
mixing of Lisp_Object and int.
1998-04-14 13:00:00 +00:00
Andreas Schwab
21ab867fb9
(Fsubstring, substring_both, Fchar_table_range,
...
Fset_char_table_range): Fix mixing of Lisp_Object and int.
1998-04-14 12:59:32 +00:00
Andreas Schwab
b266ae04d7
(Fwrite_region): Fix mixing of Lisp_Object and int.
1998-04-14 12:58:24 +00:00
Andreas Schwab
b98ef0dcdb
(Fchar_after, Fchar_before): Fix mixing of Lisp_Object
...
and int
1998-04-14 12:56:53 +00:00
Andreas Schwab
b39f748c48
(code_convert_region): Fix mixing of Lisp_Object and
...
int.
1998-04-14 12:55:11 +00:00
Andreas Schwab
a8c21066b7
(Fchars_in_region): Fix mixing of Lisp_Object and int.
1998-04-14 12:53:36 +00:00
Andreas Schwab
d387866ae5
(ccl_driver, syms_of_ccl): Fix mixing of Lisp_Object and
...
int.
1998-04-14 12:52:08 +00:00