1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00
No description
Find a file
Geoff Voelker b2fc9f3d6b Include w32heap.h.
(Vw32_start_process_share_console, Vw32_generate_fake_inodes,
Vw32_get_true_file_attributes, Qhigh, Qlow, process_dir):
New variables.
(find_child_console, set_process_dir, Fw32_short_file_name,
Fw32_long_file_name, Fw32_set_process_priority, Fw32_get_locale_info,
Fw32_get_current_locale_id, Fw32_get_default_local_id,
Fw32_set_current_locale): New functions.
(CORRECT_DIR_SEPS): New macro.
(create_child): Create a new console if subprocs don't share parent's.
(reap_subprocess): Don't check for dos subprocesses.
Add debug support.
(sys_wait): Ignore socket child_procs.
Check for quit while waiting.
(w32_executable_type): Renamed from w32_is_dos_binary.
Check for dos and Cygnus executables.
(sys_spawnve): Always use cmdproxy if spawning a dos app.
Use quotes to quote arguments for Cygnus apps, backslashes otherwise.
Handle escape characters.  Escape quotes at start and end, too.
(sys_select): Treat null timeout as infinite.
Add handles of child processes.
Loop over handles round robin to ensure fairness.
(sys_kill): Send ctrl-break and ctrl-c keystrokes to subprocesses
on SIGINT if not sharing consoles, otherwise generate ctrl-break event.
On other termination signals, send WM_QUIT message to Win95 apps
and WM_CLOSE to NT apps.
(syms_of_ntproc): Intern new symbols.  defsubr new functions.
DEFVAR new variables.
1997-09-03 01:05:33 +00:00
etc Updated by Boris. 1997-09-02 20:00:28 +00:00
leim Add rules for cancelling accents by typing 1997-09-02 05:11:59 +00:00
lib-src (getpid): Delete function. 1997-09-03 00:19:25 +00:00
lisp Don't unset C-mouse-down bindings. 1997-09-02 23:54:07 +00:00
lispref Explain after-change-functions and chars vs bytes. 1997-08-22 05:58:17 +00:00
lwlib
man
msdos EMACS_CONFIGURATION: Set to i386-pc-msdosdjgpp. 1997-08-13 04:50:55 +00:00
nt (ALL): Build cmdproxy. 1997-08-17 01:45:59 +00:00
src Include w32heap.h. 1997-09-03 01:05:33 +00:00
build-ins.in
config.bat If src/_gdbinit doesn't exist, try using src/.gdbinit to create it (for 1997-08-27 11:44:29 +00:00
config.guess (*:Linux:*:*): Recognize alpha-linux-gnulibc1. 1997-08-26 09:21:29 +00:00
config.sub * config.sub: Recognize tx39/r3900. 1997-08-22 14:49:11 +00:00
configure.in (x_default_search_path): Corrected '${x_library}' to '${x_library}/X11'. 1997-08-24 16:21:53 +00:00
configure1.in
GETTING.GNU.SOFTWARE
INSTALL MSDOS-related changes. 1997-08-31 16:42:40 +00:00
make-dist Include leim/ChangeLog in leim distribution. 1997-08-06 17:57:31 +00:00
Makefile.in (install-arch-indep): Verify ./lisp has simple.el in it 1997-08-31 23:21:24 +00:00
PROBLEMS
tparam.c
vpath.sed