summaryrefslogtreecommitdiff
path: root/src/process.c
Commit message (Expand)AuthorAge
* Use pthread_sigmask, not sigprocmask.Paul Eggert2011-07-06
* * process.c: Add defined (HAVE_GSETTINGS) for xgselect.hJan Djärv2011-07-01
* Fix handling of pending signals in wait_reading_process_output (Bug#8869).Chong Yidong2011-06-25
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-24
* Merge from trunk.Paul Eggert2011-06-20
|\
| * * src/process.c (Fset_process_buffer): Clarify return value in docstring.Deniz Dogan2011-06-20
* | * process.c (Fformat_network_address): Use EMACS_INT, not EMACS_UINT.Paul Eggert2011-06-19
|/
* Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-14
* * buffer.c (Qclone_number): Remove for now, as it's unused.Paul Eggert2011-06-11
* [ChangeLog]Paul Eggert2011-05-28
* Merge from mainline.Paul Eggert2011-05-04
|\
| * src/gnutls.c: Remove unused parameter `fildes'.Juanma Barranquero2011-05-05
| * Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero2011-05-04
| * Don't test HAVE_INTTYPES_H in process.c.Eli Zaretskii2011-04-30
* | * process.c (Fformat_network_address): Fix typo: args2 -> *args2.Paul Eggert2011-05-02
* | * lread.c, process.c: Do not include <inttypes.h>; lisp.h does it now.Paul Eggert2011-04-29
|/
* Merge from mainline.Paul Eggert2011-04-25
|\
| * Add GnuTLS support for W32 and certificate and hostname verification in GnuTLS.Ted Zlatanov2011-04-24
* | lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-25
* | * process.c (Fnetwork_interface_info): Avoid left-shift undefinedPaul Eggert2011-04-18
* | Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-18
|/
* * process.c (keyboard_bit_set): Define only if SIGIO.Paul Eggert2011-04-16
* * process.c (send_process): Change a size_t to EMACS_INT.Paul Eggert2011-04-15
* * process.c (send_process): Change another size_t to EMACS_INT.Paul Eggert2011-04-15
* Merge from mainline.Paul Eggert2011-04-15
|\
| * * src/process.c (Qprocessp): Don't declare static.Stefan Monnier2011-04-14
| * * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-14
| * Undo the DEFUN->DEFUE change.Paul Eggert2011-04-13
| * * process.c: Make symbols static if they're not exported.Paul Eggert2011-04-13
| * * editfns.c: Move a (normally-unused) function to its only use.Paul Eggert2011-04-13
| * Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-10
| * Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-10
* | * process.c (send_process): Count partial writes as successes.Paul Eggert2011-04-13
* | emacs_write: Return size_t, not ssize_t, to avoid overflow issues.Paul Eggert2011-04-12
|/
* use ssize_t and size_t for read- and write-like emacs_gnutls_* functionsJim Meyering2011-04-10
* Merge changes from emacs-23 branchChong Yidong2011-04-08
|\
| * * process.c (Fformat_network_address): Doc fix.Christoph Scholtes2011-03-19
* | Remove list-processes C function; misc fixes to last change.Chong Yidong2011-04-06
* | * process.c (read_process_output): Simplify nbytes computation if buffered.Paul Eggert2011-04-04
* | * process.c (read_process_output): Do adaptive read buffering even if carryover.Paul Eggert2011-04-04
* | * process.c (Fnetwork_interface_info): Avoid possibility of int overflow.Paul Eggert2011-04-04
* | * process.c (create_pty): Remove unnecessary "volatile"s.Paul Eggert2011-04-04
* | * process.c (list_processes_1, create_pty, read_process_output):Paul Eggert2011-04-04
* | Merge from mainline.Paul Eggert2011-03-26
|\ \
| * | Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris2011-03-26
* | | Variadic C functions now count arguments with size_t, not int.Paul Eggert2011-03-26
|/ /
* | src/*.h: Remove unused parameters and functions.Juanma Barranquero2011-03-26
* | Merge: Use socklen_t, not int, for socket lengths.Paul Eggert2011-03-20
|\ \
| * | process.c: Use socklen_t, not int, for socket lengths.Paul Eggert2011-03-17
* | | * process.c (create_process): Use 'volatile' to avoid vfork clobbering.Paul Eggert2011-03-19