aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-04-21* process.h (struct Lisp_Process): Members tick and update_tickPaul Eggert1-2/+2
2012-04-20Fixes for pty handling in gdb-mi.el and process.c.Chong Yidong1-10/+17
2012-04-18More small doc and lispref edits related to processesGlenn Morris1-4/+3
2012-04-17More process-related doc and manual small editsGlenn Morris1-3/+6
2012-04-09Remove * characters from the front of variable docstrings.Chong Yidong1-1/+1
2012-04-09Limit number of GnuTLS handshakes per connection.Ted Zlatanov1-0/+3
2012-04-09configure: new option --enable-gcc-warningsPaul Eggert1-0/+7
2012-03-23* src/process.c (wait_reading_process_output): Handle pty disconnectTroels Nielsen1-7/+12
2012-01-21* process.c (read_process_output): Use p instead of XPROCESS (proc).Andreas Schwab1-6/+4
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-12-29Spelling fixes.Paul Eggert1-1/+1
2011-12-06* src/process.c (start_process_unwind): Treat any pid <= 0, except -2,Glenn Morris1-2/+3
2011-11-28Remove GCPRO-related macros that exist only to avoid shadowing locals.Paul Eggert1-5/+5
2011-11-25Rename locals to avoid shadowing.Paul Eggert1-14/+17
2011-11-24Spelling fixes.Paul Eggert1-1/+1
2011-11-21(wait_reading_process_output): Add comment and URL.Lars Magne Ingebrigtsen1-1/+5
2011-11-21Fix asynchrounous GnuTLS socket handling on some versions of the GnuTLS library.Lars Magne Ingebrigtsen1-9/+33
2011-11-19Spelling fixes.Paul Eggert1-1/+1
2011-11-17Spelling fixes.Paul Eggert1-1/+1
2011-11-14Spelling fixes.Paul Eggert1-2/+2
2011-11-07Set members of the struct coding_system before accessing them (bug#9910,9911,...Kenichi Handa1-0/+1
2011-10-28Revert problematic change to wait_reading_process_output.Glenn Morris1-9/+4
2011-10-27* process.c: (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_sign...Paul Eggert1-4/+4
2011-10-27More gnutls memory fixes.Chong Yidong1-0/+1
2011-10-27Fix a memory leak in the built-in GnuTLS support.Chong Yidong1-0/+7
2011-10-13* process.c (Fsignal_process): Check for process-ids out of pid_t range rathe...Paul Eggert1-16/+2
2011-10-10* process.c (Fsignal_process): Simplify by avoiding a goto.Paul Eggert1-31/+28
2011-09-21* process.c (Faccept_process_output): Fix typo in duration.Paul Eggert1-1/+1
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-68/+63
2011-09-09Whitespace changes.Juanma Barranquero1-20/+20
2011-08-29* process.c (make_process): Use printmax_t, not int, to formatPaul Eggert1-3/+3
2011-08-23* lisp/mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signalsStefan Monnier1-0/+3
2011-08-18* src/process.c (Fnetwork_interface_list): Correctly determine bufferAndreas Schwab1-22/+41
2011-08-14Avoid crash with invalid default-process-coding-system.Kenichi Handa1-1/+4
2011-08-13* process.c (Fnetwork_interface_info): Declare local only if needed.Paul Eggert1-1/+2
2011-08-13Fix network-interface-list|info on newer BSD derived OS:es.Jan Djärv1-12/+82
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert1-15/+3
2011-07-28* process.c (Fnetwork_interface_list): Check for overflowPaul Eggert1-0/+6
2011-07-16Use the same condition for POLL_FOR_INPUT in both keyboard.c and process.cLars Magne Ingebrigtsen1-1/+1
2011-07-06Use pthread_sigmask, not sigprocmask.Paul Eggert1-3/+3
2011-07-01* process.c: Add defined (HAVE_GSETTINGS) for xgselect.hJan Djärv1-3/+3
2011-06-25Fix handling of pending signals in wait_reading_process_output (Bug#8869).Chong Yidong1-3/+9
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero1-160/+83
2011-06-20* src/process.c (Fset_process_buffer): Clarify return value in docstring.Deniz Dogan1-1/+2
2011-06-19* process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT.Paul Eggert1-1/+1
2011-06-14Variadic C functions now count arguments with ptrdiff_t.Paul Eggert1-6/+6
2011-06-11* buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert1-0/+4
2011-05-28[ChangeLog]Paul Eggert1-1/+1
2011-05-09Backport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla.edu..2011-04-25T19:40:...Eli Zaretskii1-7/+8