aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge from emacs--devo--0Miles Bader2007-08-131-6/+6
|\
| * Merge from emacs--rel--22Miles Bader2007-08-131-6/+6
| |\
| | * Replace `iff' in comments.Glenn Morris2007-08-081-6/+6
* | | Merge from emacs--devo--0Miles Bader2007-07-271-1/+1
|\ \ \ | |/ /
| * | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
| |\ \ | | |/
| | * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
| | * Undo May 3 change.Richard M. Stallman2007-05-061-6/+6
| | * (Faccept_process_output): Revert 2006-03-22 change soRichard M. Stallman2007-05-051-6/+6
* | | Merge from emacs--devo--0Miles Bader2007-07-181-3/+3
|\ \ \ | |/ /
| * | (Fstart_process, Fmake_network_process, read_process_output):Stefan Monnier2007-07-171-3/+3
* | | Merge from emacs--devo--0Miles Bader2007-07-151-155/+144
|\ \ \ | |/ /
| * | Don't undefine AF_INET6.Jason Rumney2007-07-141-8/+0
| * | (struct Lisp_Process): Turn slots infd, outfd, kill_without_query, pty_flag,Stefan Monnier2007-07-121-153/+150
* | | Replace uses of GC_* macros with the non-GC_ versions.Stefan Monnier2007-06-291-10/+10
* | | Merge from emacs--devo--0Miles Bader2007-05-241-5/+48
|\ \ \ | |/ /
| * | (gpm_wait_mask, max_gpm_desc): New variables.Nick Roberts2007-05-201-5/+48
| |/
* | Merge from emacs--devo--0Miles Bader2007-04-241-4/+10
|\ \ | |/
| * (Fstart_process): Doc fix.Richard M. Stallman2007-04-231-3/+4
| * (Fstart_process): Doc fix.Eli Zaretskii2007-04-231-6/+11
* | Merge from emacs--devo--0Miles Bader2007-04-111-17/+29
|\ \ | |/
| * (wait_reading_process_output) [HAVE_PTYS]:Kim F. Storm2007-03-291-10/+11
| * (Fformat_network_address): Return nil when theJuanma Barranquero2007-03-291-2/+14
| * (Fformat_network_address): Make room in args array to format IPv6 addresses.Juanma Barranquero2007-03-271-2/+1
| * (sigchld_handler): Delay by 1ms instead of 1s toSam Steingold2007-03-261-1/+1
| * revert the last patch to the original fix: sleep BEFORE the first waitSam Steingold2007-03-251-8/+8
* | Merge from emacs--devo--0Miles Bader2007-03-211-21/+32
|\ \ | |/
| * (Fmake_network_process) [HAVE_GETADDRINFO]: ClearYAMAMOTO Mitsuharu2007-03-201-3/+7
| * (Fdelete_process): Properly handle deletion of first element ofChong Yidong2007-03-171-13/+16
| * (sigchld_handler): Change type of pid to pid_t. Scan deleted_pid_listChong Yidong2007-03-171-5/+9
* | Merge from emacs--devo--0Miles Bader2007-03-181-6/+10
|\ \ | |/
* | Changes from arch/CVS synchronizationMiles Bader2007-03-181-10/+6
* | Merge from emacs--devo--0Miles Bader2007-03-121-6/+10
|\ \ | |/
| * tweak last patch: add comment and avoid the first sleepSam Steingold2007-03-111-7/+10
| * (sigchld_handler): Sleep before wait3 to avoid a busyloop.Sam Steingold2007-03-111-0/+1
| * (send_process_object): Check the process status andKenichi Handa2007-03-011-1/+9
* | Cancel the change done by sync with HEAD.Kenichi Handa2007-02-271-79/+12
* | Merge from emacs--devo--0Miles Bader2007-02-261-12/+79
|\ \ | |/
| * (send_process_object_unwind): New function.Kenichi Handa2007-02-231-12/+79
* | Merge from emacs--devo--0Miles Bader2007-01-261-7/+13
|\ \ | |/
| * Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
| * (Fdelete_process, Fprocess_id, sigchld_handler): Copy PID into EMACS_INTEli Zaretskii2007-01-131-6/+12
* | 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