aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2007-01-011-3/+4
|\
| * Fix typo in comment.Kim F. Storm2006-12-271-1/+1
| * (Qsignal): Declare here.Kim F. Storm2006-12-191-2/+3
* | Merge from emacs--devo--0Miles Bader2006-12-161-4/+4
|\ \ | |/
| * (Fsignal_process): Doc fix. Use XFLOAT_DATA to extract the process ID fromEli Zaretskii2006-12-091-2/+2
| * (parse_signal): Use xstricmp instead of strcasecmp.Kim F. Storm2006-12-071-2/+2
* | Merge from emacs--devo--0Miles Bader2006-12-071-43/+42
|\ \ | |/
| * (parse_signal): Rename macro from handle_signal.Kim F. Storm2006-12-041-40/+40
| * (Qsignal): Declare extern.Kim F. Storm2006-12-041-3/+9
* | Merge from emacs--devo--0Miles Bader2006-11-211-1/+1
|\ \ | |/
| * (syms_of_process) <delete-exited-processes>: Doc fix.Juanma Barranquero2006-11-121-1/+1
* | Merge from emacs--devo--0Miles Bader2006-10-151-2/+5
|\ \ | |/
| * (list_processes_1): Run sentinels before removing deadKim F. Storm2006-10-031-2/+5
* | Merge from emacs--devo--0Miles Bader2006-09-141-6/+15
|\ \ | |/
| * (inhibit_sentinels): New variable.Richard M. Stallman2006-09-081-6/+15
| * * process.c: Reapply 2006-08-01 change.Chong Yidong2006-08-051-6/+12
| * * process.c: Revert last change.Chong Yidong2006-08-031-12/+6
* | Merge from emacs--devo--0Miles Bader2006-08-031-4/+12
|\ \ | |/
| * (wait_reading_process_output_unwind): New function.Kim F. Storm2006-08-011-4/+12
* | Merge from emacs--devo--0Miles Bader2006-07-191-2/+2
|\ \ | |/
| * Doc fix.Chong Yidong2006-07-101-2/+2
* | Merge from emacs--devo--0Miles Bader2006-06-071-8/+76
|\ \ | |/
| * 2006-06-01 Michaƫl Cadilhac <michael.cadilhac@lrde.org>Kim F. Storm2006-06-011-8/+57
| * (select_wrapper): Add wrapper around select to work aroundKim F. Storm2006-05-311-0/+19
* | (setup_process_coding_systems): Fix synching withKenichi Handa2006-05-151-13/+5
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-60Miles Bader2006-05-101-0/+10
|\ \ | |/
| * (setup_process_coding_systems): Use system_eol_typeKenichi Handa2006-05-081-0/+12
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-56Miles Bader2006-04-171-3/+11
|\ \ | |/
| * (conv_lisp_to_sockaddr): Fix previous change.Richard M. Stallman2006-04-131-5/+8
| * (Fprocess_send_eof): Abort if fail to open null device.Richard M. Stallman2006-04-121-0/+2
| * (conv_lisp_to_sockaddr): If FAMILY unknown, just return.Richard M. Stallman2006-04-121-1/+4
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-54Miles Bader2006-04-091-46/+50
|\ \ | |/
| * * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',Stefan Monnier2006-04-081-46/+50
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-49Miles Bader2006-03-281-38/+36
|\ \ | |/
| * (Faccept_process_output): Fix to comply with lisp reference.Kim F. Storm2006-03-221-38/+36
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-43Miles Bader2006-03-131-1/+1
|\ \ | |/
| * (Vprocess_adaptive_read_buffering): Doc fix.Romain Francoise2006-03-111-1/+1
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-26Miles Bader2006-02-261-1/+7
|\ \ | |/
| * (Fmake_network_process): Init the process's mark.Stefan Monnier2006-02-251-1/+7
* | Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-13Miles Bader2006-02-081-1/+1
|\ \ | |/
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-97Miles Bader2006-01-161-52/+184
|\ \ | |/
| * [HAVE_INTTYPES_H]: Include inttypes.h.YAMAMOTO Mitsuharu2006-01-121-3/+10
| * (Fmake_network_process): Use AF_INET instead ofKim F. Storm2006-01-051-1/+1
| * [WINDOWSNT]: Undef AF_INET6 to disable IPv6 support for w32.Eli Zaretskii2006-01-041-0/+8
| * Add IPv6 support.Kim F. Storm2006-01-041-20/+134
| * (Fnetwork_interface_info): Correctly terminate theAndreas Schwab2005-12-301-1/+1
| * (Fsignal_process): Recognize signal names with andKim F. Storm2005-11-081-30/+33
* | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-88Miles Bader2005-10-071-1/+1
|\ \ | |/
| * * image.c (slurp_file, xbm_read_bitmap_data): Cast to the correctDan Nicolaescu2005-09-301-1/+1