summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2011-04-25lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert
2011-04-24Add GnuTLS support for W32 and certificate and hostname verification in GnuTLS.Ted Zlatanov
2011-04-18* process.c (Fnetwork_interface_info): Avoid left-shift undefinedPaul Eggert
2011-04-18Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert
2011-04-16* process.c (keyboard_bit_set): Define only if SIGIO.Paul Eggert
2011-04-15* process.c (send_process): Change a size_t to EMACS_INT.Paul Eggert
2011-04-15* process.c (send_process): Change another size_t to EMACS_INT.Paul Eggert
2011-04-15Merge from mainline.Paul Eggert
2011-04-14* src/process.c (Qprocessp): Don't declare static.Stefan Monnier
2011-04-14* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert
2011-04-13* process.c: Make symbols static if they're not exported.Paul Eggert
2011-04-13* editfns.c: Move a (normally-unused) function to its only use.Paul Eggert
2011-04-13* process.c (send_process): Count partial writes as successes.Paul Eggert
2011-04-12emacs_write: Return size_t, not ssize_t, to avoid overflow issues.Paul Eggert
2011-04-10Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert
2011-04-10use ssize_t and size_t for read- and write-like emacs_gnutls_* functionsJim Meyering
2011-04-08Merge changes from emacs-23 branchChong Yidong
2011-04-06Remove list-processes C function; misc fixes to last change.Chong Yidong
2011-04-04* process.c (read_process_output): Simplify nbytes computation if buffered.Paul Eggert
2011-04-04* process.c (read_process_output): Do adaptive read buffering even if carryover.Paul Eggert
2011-04-04* process.c (Fnetwork_interface_info): Avoid possibility of int overflow.Paul Eggert
2011-04-04* process.c (create_pty): Remove unnecessary "volatile"s.Paul Eggert
2011-04-04* process.c (list_processes_1, create_pty, read_process_output):Paul Eggert
2011-03-26Merge from mainline.Paul Eggert
2011-03-26Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris
2011-03-26Variadic C functions now count arguments with size_t, not int.Paul Eggert
2011-03-26src/*.h: Remove unused parameters and functions.Juanma Barranquero
2011-03-20Merge: Use socklen_t, not int, for socket lengths.Paul Eggert
2011-03-19* process.c (create_process): Use 'volatile' to avoid vfork clobbering.Paul Eggert
2011-03-19* process.c (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.Paul Eggert
2011-03-19* process.c (process_send_signal): Add cast to avoid pointer signedness problem.Paul Eggert
2011-03-19* process.c (Fnetwork_interface_info): Fix pointer signedness.Paul Eggert
2011-03-19* process.c (Fmake_network_process): Define label "retry_connect" only if nee...Paul Eggert
2011-03-19* process.c: Rename or move locals to avoid shadowing.Paul Eggert
2011-03-19* process.c (Fformat_network_address): Doc fix.Christoph Scholtes
2011-03-17process.c: Use socklen_t, not int, for socket lengths.Paul Eggert
2011-03-16* process.c (make_serial_process_unwind, send_process_trap):Paul Eggert
2011-03-16* process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.Paul Eggert
2011-03-16* s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.Paul Eggert
2011-03-15Move editfns decls to lisp.h to check interfaces.Paul Eggert
2011-03-15Use functions, not macros, for up- and down-casing.Paul Eggert
2011-03-14* process.c (serial_open, serial_configure): Move decls from here ...Paul Eggert
2011-02-18* alloc.c (make_unibyte_string): Don't SET_UNIBYTE redundantly.Stefan Monnier
2011-02-16Change B_ to BVARTom Tromey
2011-02-14Hide implementation of `struct buffer'Tom Tromey
2011-02-13* callproc.c (Fcall_process):Jan D
2011-02-12Make sure SIGPIPE is reset in child processesAndreas Schwab
2011-02-06* process.c: conform to C89 pointer rulesPaul Eggert