aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* * process.h (struct Lisp_Process): Members tick and update_tickPaul Eggert2012-04-211-2/+2
* Merge from trunk.Paul Eggert2012-04-211-17/+33
|\
| * Merge from emacs-24 branchChong Yidong2012-04-201-17/+26
| |\
| | * Fixes for pty handling in gdb-mi.el and process.c.Chong Yidong2012-04-201-10/+17
| | * More small doc and lispref edits related to processesGlenn Morris2012-04-181-4/+3
| | * More process-related doc and manual small editsGlenn Morris2012-04-171-3/+6
| | * Merge 2012-04-09 GnuTLS fix from trunkChong Yidong2012-04-101-0/+3
| * | Merge from trunk; add Bug#.Paul Eggert2012-04-091-1/+4
| |\ \
| * | | configure: new option --enable-gcc-warningsPaul Eggert2012-04-091-0/+7
| | |/ | |/|
* | | Merge from trunk.Paul Eggert2012-04-091-8/+16
|\ \ \ | | |/ | |/|
| * | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
| * | Limit number of GnuTLS handshakes per connection.Ted Zlatanov2012-04-091-0/+3
| |/
| * * src/process.c (wait_reading_process_output): Handle pty disconnectTroels Nielsen2012-03-231-7/+12
* | Merge from trunk.Paul Eggert2012-02-101-6/+4
|\|
| * * process.c (read_process_output): Use p instead of XPROCESS (proc).Andreas Schwab2012-01-211-6/+4
* | Merge from trunk.Paul Eggert2012-01-091-2/+2
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Spelling fixes.Paul Eggert2011-12-291-1/+1
* | Merge from trunk.Paul Eggert2011-12-101-18/+50
|\|
| * * src/process.c (start_process_unwind): Treat any pid <= 0, except -2,Glenn Morris2011-12-061-2/+3
| * Remove GCPRO-related macros that exist only to avoid shadowing locals.Paul Eggert2011-11-281-5/+5
| * Rename locals to avoid shadowing.Paul Eggert2011-11-251-14/+17
| * Spelling fixes.Paul Eggert2011-11-241-1/+1
| * (wait_reading_process_output): Add comment and URL.Lars Magne Ingebrigtsen2011-11-211-1/+5
| * Fix asynchrounous GnuTLS socket handling on some versions of the GnuTLS library.Lars Magne Ingebrigtsen2011-11-211-9/+33
| * Spelling fixes.Paul Eggert2011-11-191-1/+1
* | Merge from trunk.Paul Eggert2011-11-181-3/+4
|\|
| * Spelling fixes.Paul Eggert2011-11-171-1/+1
| * Spelling fixes.Paul Eggert2011-11-141-2/+2
| * Set members of the struct coding_system before accessing them (bug#9910,9911,...Kenichi Handa2011-11-071-0/+1
* | Merge from trunk.Paul Eggert2011-10-291-9/+4
|\|
| * Revert problematic change to wait_reading_process_output.Glenn Morris2011-10-281-9/+4
* | Merge from trunk.Paul Eggert2011-10-271-0/+8
|\|
| * More gnutls memory fixes.Chong Yidong2011-10-271-0/+1
| * Fix a memory leak in the built-in GnuTLS support.Chong Yidong2011-10-271-0/+7
* | * process.c: (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_sign...Paul Eggert2011-10-271-4/+4
* | * process.c (Fsignal_process): Check for process-ids out of pid_t range rathe...Paul Eggert2011-10-131-16/+2
* | * process.c (Fsignal_process): Simplify by avoiding a goto.Paul Eggert2011-10-101-31/+28
* | * process.c (Faccept_process_output): Fix typo in duration.Paul Eggert2011-09-211-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-68/+63
|/
* Whitespace changes.Juanma Barranquero2011-09-091-20/+20
* * process.c (make_process): Use printmax_t, not int, to formatPaul Eggert2011-08-291-3/+3
* Merge from trunk.Paul Eggert2011-08-241-0/+3
|\
| * * lisp/mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signalsStefan Monnier2011-08-231-0/+3
* | Merge from trunk.Paul Eggert2011-08-181-19/+17
|\|
| * * src/process.c (Fnetwork_interface_list): Correctly determine bufferAndreas Schwab2011-08-181-22/+41
* | Merge from trunk.Paul Eggert2011-08-141-1/+4
|\|
| * Avoid crash with invalid default-process-coding-system.Kenichi Handa2011-08-141-1/+4
| |
| \
*-. | Merge from trunk.Paul Eggert2011-08-131-10/+83
|\ \|
| | * * process.c (Fnetwork_interface_info): Declare local only if needed.Paul Eggert2011-08-131-1/+2