aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * process.c (send_process): Change a size_t to EMACS_INT.Paul Eggert2011-04-151-1/+1
* * process.c (send_process): Change another size_t to EMACS_INT.Paul Eggert2011-04-151-1/+1
* Merge from mainline.Paul Eggert2011-04-151-30/+33
|\
| * * src/process.c (Qprocessp): Don't declare static.Stefan Monnier2011-04-141-2/+2
| * * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-2/+2
| * Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-4/+4
| * * process.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-14/+12
| * * editfns.c: Move a (normally-unused) function to its only use.Paul Eggert2011-04-131-1/+3
| * Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-12/+14
| * Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-6/+7
* | * process.c (send_process): Count partial writes as successes.Paul Eggert2011-04-131-1/+1
* | emacs_write: Return size_t, not ssize_t, to avoid overflow issues.Paul Eggert2011-04-121-11/+13
|/
* use ssize_t and size_t for read- and write-like emacs_gnutls_* functionsJim Meyering2011-04-101-2/+2
* Merge changes from emacs-23 branchChong Yidong2011-04-081-3/+3
|\
| * * process.c (Fformat_network_address): Doc fix.Christoph Scholtes2011-03-191-3/+3
* | Remove list-processes C function; misc fixes to last change.Chong Yidong2011-04-061-239/+0
* | * process.c (read_process_output): Simplify nbytes computation if buffered.Paul Eggert2011-04-041-7/+2
* | * process.c (read_process_output): Do adaptive read buffering even if carryover.Paul Eggert2011-04-041-20/+18
* | * process.c (Fnetwork_interface_info): Avoid possibility of int overflow.Paul Eggert2011-04-041-5/+5
* | * process.c (create_pty): Remove unnecessary "volatile"s.Paul Eggert2011-04-041-5/+3
* | * process.c (list_processes_1, create_pty, read_process_output):Paul Eggert2011-04-041-13/+11
* | Merge from mainline.Paul Eggert2011-03-261-4/+4
|\ \
| * | Remove (RET)SIGTYPE; it is identical to void on all supported systems.Glenn Morris2011-03-261-4/+4
* | | Variadic C functions now count arguments with size_t, not int.Paul Eggert2011-03-261-7/+8
|/ /
* | src/*.h: Remove unused parameters and functions.Juanma Barranquero2011-03-261-2/+2
* | Merge: Use socklen_t, not int, for socket lengths.Paul Eggert2011-03-201-6/+7
|\ \
| * | process.c: Use socklen_t, not int, for socket lengths.Paul Eggert2011-03-171-6/+7
* | | * process.c (create_process): Use 'volatile' to avoid vfork clobbering.Paul Eggert2011-03-191-4/+3
* | | * process.c (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros.Paul Eggert2011-03-191-9/+0
* | | * process.c (process_send_signal): Add cast to avoid pointer signedness problem.Paul Eggert2011-03-191-1/+1
* | | * process.c (Fnetwork_interface_info): Fix pointer signedness.Paul Eggert2011-03-191-1/+1
* | | * process.c (Fmake_network_process): Define label "retry_connect" only if nee...Paul Eggert2011-03-191-0/+2
* | | * process.c: Rename or move locals to avoid shadowing.Paul Eggert2011-03-191-20/+20
|/ /
* | * process.c (make_serial_process_unwind, send_process_trap):Paul Eggert2011-03-161-3/+4
* | * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.Paul Eggert2011-03-161-1/+1
* | * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.Paul Eggert2011-03-161-1/+1
* | Move editfns decls to lisp.h to check interfaces.Paul Eggert2011-03-151-2/+0
* | Use functions, not macros, for up- and down-casing.Paul Eggert2011-03-151-1/+1
* | * process.c (serial_open, serial_configure): Move decls from here ...Paul Eggert2011-03-141-4/+0
* | * alloc.c (make_unibyte_string): Don't SET_UNIBYTE redundantly.Stefan Monnier2011-02-181-8/+8
* | Change B_ to BVARTom Tromey2011-02-161-29/+29
* | Hide implementation of `struct buffer'Tom Tromey2011-02-141-29/+29
* | * callproc.c (Fcall_process):Jan D2011-02-131-1/+1
* | Make sure SIGPIPE is reset in child processesAndreas Schwab2011-02-121-0/+6
* | * process.c: conform to C89 pointer rulesPaul Eggert2011-02-061-14/+16
* | xstrcasecmp: conform to C89 pointer rulesPaul Eggert2011-02-051-2/+2
* | Use SSDATA when the context wants char *.Paul Eggert2011-01-301-9/+9
* | Refill some long/short copyright headers.Glenn Morris2011-01-261-1/+3
* | Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-10/+9