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