index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
process.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
(Fformat_network_address): Make room in args array to format IPv6 addresses.
Juanma Barranquero
2007-03-27
1
-2
/
+1
*
(sigchld_handler): Delay by 1ms instead of 1s to
Sam Steingold
2007-03-26
1
-1
/
+1
*
revert the last patch to the original fix: sleep BEFORE the first wait
Sam Steingold
2007-03-25
1
-8
/
+8
*
(Fmake_network_process) [HAVE_GETADDRINFO]: Clear
YAMAMOTO Mitsuharu
2007-03-20
1
-3
/
+7
*
(Fdelete_process): Properly handle deletion of first element of
Chong Yidong
2007-03-17
1
-13
/
+16
*
(sigchld_handler): Change type of pid to pid_t. Scan deleted_pid_list
Chong Yidong
2007-03-17
1
-5
/
+9
*
tweak last patch: add comment and avoid the first sleep
Sam Steingold
2007-03-11
1
-7
/
+10
*
(sigchld_handler): Sleep before wait3 to avoid a busyloop.
Sam Steingold
2007-03-11
1
-0
/
+1
*
(send_process_object): Check the process status and
Kenichi Handa
2007-03-01
1
-1
/
+9
*
(send_process_object_unwind): New function.
Kenichi Handa
2007-02-23
1
-12
/
+79
*
Add 2007 to copyright years.
Glenn Morris
2007-01-21
1
-1
/
+1
*
(Fdelete_process, Fprocess_id, sigchld_handler): Copy PID into EMACS_INT
Eli Zaretskii
2007-01-13
1
-6
/
+12
*
Fix typo in comment.
Kim F. Storm
2006-12-27
1
-1
/
+1
*
(Qsignal): Declare here.
Kim F. Storm
2006-12-19
1
-2
/
+3
*
(Fsignal_process): Doc fix. Use XFLOAT_DATA to extract the process ID from
Eli Zaretskii
2006-12-09
1
-2
/
+2
*
(parse_signal): Use xstricmp instead of strcasecmp.
Kim F. Storm
2006-12-07
1
-2
/
+2
*
(parse_signal): Rename macro from handle_signal.
Kim F. Storm
2006-12-04
1
-40
/
+40
*
(Qsignal): Declare extern.
Kim F. Storm
2006-12-04
1
-3
/
+9
*
(syms_of_process) <delete-exited-processes>: Doc fix.
Juanma Barranquero
2006-11-12
1
-1
/
+1
*
(list_processes_1): Run sentinels before removing dead
Kim F. Storm
2006-10-03
1
-2
/
+5
*
(inhibit_sentinels): New variable.
Richard M. Stallman
2006-09-08
1
-6
/
+15
*
* process.c: Reapply 2006-08-01 change.
Chong Yidong
2006-08-05
1
-6
/
+12
*
* process.c: Revert last change.
Chong Yidong
2006-08-03
1
-12
/
+6
*
(wait_reading_process_output_unwind): New function.
Kim F. Storm
2006-08-01
1
-4
/
+12
*
Doc fix.
Chong Yidong
2006-07-10
1
-2
/
+2
*
2006-06-01 Michaƫl Cadilhac <michael.cadilhac@lrde.org>
Kim F. Storm
2006-06-01
1
-8
/
+57
*
(select_wrapper): Add wrapper around select to work around
Kim F. Storm
2006-05-31
1
-0
/
+19
*
(setup_process_coding_systems): Use system_eol_type
Kenichi Handa
2006-05-08
1
-0
/
+12
*
(conv_lisp_to_sockaddr): Fix previous change.
Richard M. Stallman
2006-04-13
1
-5
/
+8
*
(Fprocess_send_eof): Abort if fail to open null device.
Richard M. Stallman
2006-04-12
1
-0
/
+2
*
(conv_lisp_to_sockaddr): If FAMILY unknown, just return.
Richard M. Stallman
2006-04-12
1
-1
/
+4
*
* process.h (struct Lisp_Process): Replace Lisp_Objects `pid',
Stefan Monnier
2006-04-08
1
-46
/
+50
*
(Faccept_process_output): Fix to comply with lisp reference.
Kim F. Storm
2006-03-22
1
-38
/
+36
*
(Vprocess_adaptive_read_buffering): Doc fix.
Romain Francoise
2006-03-11
1
-1
/
+1
*
(Fmake_network_process): Init the process's mark.
Stefan Monnier
2006-02-25
1
-1
/
+7
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2006-02-06
1
-1
/
+1
*
[HAVE_INTTYPES_H]: Include inttypes.h.
YAMAMOTO Mitsuharu
2006-01-12
1
-3
/
+10
*
(Fmake_network_process): Use AF_INET instead of
Kim F. Storm
2006-01-05
1
-1
/
+1
*
[WINDOWSNT]: Undef AF_INET6 to disable IPv6 support for w32.
Eli Zaretskii
2006-01-04
1
-0
/
+8
*
Add IPv6 support.
Kim F. Storm
2006-01-04
1
-20
/
+134
*
(Fnetwork_interface_info): Correctly terminate the
Andreas Schwab
2005-12-30
1
-1
/
+1
*
(Fsignal_process): Recognize signal names with and
Kim F. Storm
2005-11-08
1
-30
/
+33
*
* image.c (slurp_file, xbm_read_bitmap_data): Cast to the correct
Dan Nicolaescu
2005-09-30
1
-1
/
+1
*
* xlwmenu.c (find_next_selectable):
Dan Nicolaescu
2005-09-27
1
-1
/
+0
*
(create_process) [RTU || UNIPLUS || DONT_REOPEN_PTY]:
YAMAMOTO Mitsuharu
2005-09-21
1
-0
/
+8
*
(deactivate_process, status_notify, read_process_output)
Kim F. Storm
2005-08-15
1
-28
/
+37
*
Update years in copyright notice; nfc.
Thien-Thi Nguyen
2005-08-07
1
-2
/
+3
*
Update FSF's address.
Lute Kamstra
2005-07-04
1
-2
/
+2
*
(Fstop_process, Fcontinue_process): Follow error conventions.
Juanma Barranquero
2005-06-23
1
-2
/
+2
*
(Fmake_network_process): Fix spellings.
Juanma Barranquero
2005-06-21
1
-1
/
+1
[next]