summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2011-11-25Rename locals to avoid shadowing.Paul Eggert
2011-11-24Spelling fixes.Paul Eggert
2011-11-21(wait_reading_process_output): Add comment and URL.Lars Magne Ingebrigtsen
2011-11-21Fix asynchrounous GnuTLS socket handling on some versions of the GnuTLS library.Lars Magne Ingebrigtsen
2011-11-19Spelling fixes.Paul Eggert
2011-11-18Merge from trunk.Paul Eggert
2011-11-17Spelling fixes.Paul Eggert
2011-11-14Spelling fixes.Paul Eggert
2011-11-07Set members of the struct coding_system before accessing them (bug#9910,9911,...Kenichi Handa
2011-10-29Merge from trunk.Paul Eggert
2011-10-28Revert problematic change to wait_reading_process_output.Glenn Morris
2011-10-27Merge from trunk.Paul Eggert
2011-10-27* process.c: (emacs_get_tty_pgrp, Fprocess_running_child_p, process_send_sign...Paul Eggert
2011-10-27More gnutls memory fixes.Chong Yidong
2011-10-27Fix a memory leak in the built-in GnuTLS support.Chong Yidong
2011-10-13* process.c (Fsignal_process): Check for process-ids out of pid_t range rathe...Paul Eggert
2011-10-10* process.c (Fsignal_process): Simplify by avoiding a goto.Paul Eggert
2011-09-21* process.c (Faccept_process_output): Fix typo in duration.Paul Eggert
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-09-09Whitespace changes.Juanma Barranquero
2011-08-29* process.c (make_process): Use printmax_t, not int, to formatPaul Eggert
2011-08-24Merge from trunk.Paul Eggert
2011-08-23* lisp/mpc.el (mpc--proc-filter): Don't signal mpc-proc-error since signalsStefan Monnier
2011-08-18Merge from trunk.Paul Eggert
2011-08-18* src/process.c (Fnetwork_interface_list): Correctly determine bufferAndreas Schwab
2011-08-14Merge from trunk.Paul Eggert
2011-08-14Avoid crash with invalid default-process-coding-system.Kenichi Handa
2011-08-13Merge from trunk.Paul Eggert
2011-08-13* process.c (Fnetwork_interface_info): Declare local only if needed.Paul Eggert
2011-08-13Fix network-interface-list|info on newer BSD derived OS:es.Jan Djärv
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert
2011-07-28* process.c (Fnetwork_interface_list): Check for overflowPaul Eggert
2011-07-16Use the same condition for POLL_FOR_INPUT in both keyboard.c and process.cLars Magne Ingebrigtsen
2011-07-06Use pthread_sigmask, not sigprocmask.Paul Eggert
2011-07-01* process.c: Add defined (HAVE_GSETTINGS) for xgselect.hJan Djärv
2011-06-25Fix handling of pending signals in wait_reading_process_output (Bug#8869).Chong Yidong
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero
2011-06-20Merge from trunk.Paul Eggert
2011-06-20* src/process.c (Fset_process_buffer): Clarify return value in docstring.Deniz Dogan
2011-06-19* process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT.Paul Eggert
2011-06-14Variadic C functions now count arguments with ptrdiff_t.Paul Eggert
2011-06-11* buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert
2011-05-28[ChangeLog]Paul Eggert
2011-05-04Merge from mainline.Paul Eggert
2011-05-05src/gnutls.c: Remove unused parameter `fildes'.Juanma Barranquero
2011-05-04Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero
2011-05-02* process.c (Fformat_network_address): Fix typo: args2 -> *args2.Paul Eggert
2011-04-30Don't test HAVE_INTTYPES_H in process.c.Eli Zaretskii
2011-04-29* lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.Paul Eggert
2011-04-25Merge from mainline.Paul Eggert