| Commit message (Expand) | Author | Age | Files | Lines |
* | Undo the DEFUN->DEFUE change. | Paul Eggert | 2011-04-13 | 1 | -4/+4 |
* | * process.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-13 | 1 | -14/+12 |
* | * editfns.c: Move a (normally-unused) function to its only use. | Paul Eggert | 2011-04-13 | 1 | -1/+3 |
* | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -12/+14 |
* | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert | 2011-04-10 | 1 | -6/+7 |
* | use ssize_t and size_t for read- and write-like emacs_gnutls_* functions | Jim Meyering | 2011-04-10 | 1 | -2/+2 |
* | Merge changes from emacs-23 branch | Chong Yidong | 2011-04-08 | 1 | -3/+3 |
|\ |
|
| * | * process.c (Fformat_network_address): Doc fix. | Christoph Scholtes | 2011-03-19 | 1 | -3/+3 |
* | | Remove list-processes C function; misc fixes to last change. | Chong Yidong | 2011-04-06 | 1 | -239/+0 |
* | | * process.c (read_process_output): Simplify nbytes computation if buffered. | Paul Eggert | 2011-04-04 | 1 | -7/+2 |
* | | * process.c (read_process_output): Do adaptive read buffering even if carryover. | Paul Eggert | 2011-04-04 | 1 | -20/+18 |
* | | * process.c (Fnetwork_interface_info): Avoid possibility of int overflow. | Paul Eggert | 2011-04-04 | 1 | -5/+5 |
* | | * process.c (create_pty): Remove unnecessary "volatile"s. | Paul Eggert | 2011-04-04 | 1 | -5/+3 |
* | | * process.c (list_processes_1, create_pty, read_process_output): | Paul Eggert | 2011-04-04 | 1 | -13/+11 |
* | | Merge from mainline. | Paul Eggert | 2011-03-26 | 1 | -4/+4 |
|\ \ |
|
| * | | Remove (RET)SIGTYPE; it is identical to void on all supported systems. | Glenn Morris | 2011-03-26 | 1 | -4/+4 |
* | | | Variadic C functions now count arguments with size_t, not int. | Paul Eggert | 2011-03-26 | 1 | -7/+8 |
|/ / |
|
* | | src/*.h: Remove unused parameters and functions. | Juanma Barranquero | 2011-03-26 | 1 | -2/+2 |
* | | Merge: Use socklen_t, not int, for socket lengths. | Paul Eggert | 2011-03-20 | 1 | -6/+7 |
|\ \ |
|
| * | | process.c: Use socklen_t, not int, for socket lengths. | Paul Eggert | 2011-03-17 | 1 | -6/+7 |
* | | | * process.c (create_process): Use 'volatile' to avoid vfork clobbering. | Paul Eggert | 2011-03-19 | 1 | -4/+3 |
* | | | * process.c (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT): Remove unused macros. | Paul Eggert | 2011-03-19 | 1 | -9/+0 |
* | | | * process.c (process_send_signal): Add cast to avoid pointer signedness problem. | Paul Eggert | 2011-03-19 | 1 | -1/+1 |
* | | | * process.c (Fnetwork_interface_info): Fix pointer signedness. | Paul Eggert | 2011-03-19 | 1 | -1/+1 |
* | | | * process.c (Fmake_network_process): Define label "retry_connect" only if nee... | Paul Eggert | 2011-03-19 | 1 | -0/+2 |
* | | | * process.c: Rename or move locals to avoid shadowing. | Paul Eggert | 2011-03-19 | 1 | -20/+20 |
|/ / |
|
* | | * process.c (make_serial_process_unwind, send_process_trap): | Paul Eggert | 2011-03-16 | 1 | -3/+4 |
* | | * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars. | Paul Eggert | 2011-03-16 | 1 | -1/+1 |
* | | * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling. | Paul Eggert | 2011-03-16 | 1 | -1/+1 |
* | | Move editfns decls to lisp.h to check interfaces. | Paul Eggert | 2011-03-15 | 1 | -2/+0 |
* | | Use functions, not macros, for up- and down-casing. | Paul Eggert | 2011-03-15 | 1 | -1/+1 |
* | | * process.c (serial_open, serial_configure): Move decls from here ... | Paul Eggert | 2011-03-14 | 1 | -4/+0 |
* | | * alloc.c (make_unibyte_string): Don't SET_UNIBYTE redundantly. | Stefan Monnier | 2011-02-18 | 1 | -8/+8 |
* | | Change B_ to BVAR | Tom Tromey | 2011-02-16 | 1 | -29/+29 |
* | | Hide implementation of `struct buffer' | Tom Tromey | 2011-02-14 | 1 | -29/+29 |
* | | * callproc.c (Fcall_process): | Jan D | 2011-02-13 | 1 | -1/+1 |
* | | Make sure SIGPIPE is reset in child processes | Andreas Schwab | 2011-02-12 | 1 | -0/+6 |
* | | * process.c: conform to C89 pointer rules | Paul Eggert | 2011-02-06 | 1 | -14/+16 |
* | | xstrcasecmp: conform to C89 pointer rules | Paul Eggert | 2011-02-05 | 1 | -2/+2 |
* | | Use SSDATA when the context wants char *. | Paul Eggert | 2011-01-30 | 1 | -9/+9 |
* | | Refill some long/short copyright headers. | Glenn Morris | 2011-01-26 | 1 | -1/+3 |
* | | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -3/+1 |
* | | Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h. | Paul Eggert | 2011-01-22 | 1 | -10/+9 |
* | | Move all DEFVAR'd globals into a structure -- threading infrastructure | Tom Tromey | 2011-01-18 | 1 | -15/+3 |
* | | Merge from mainline. | Paul Eggert | 2011-01-14 | 1 | -1/+1 |
|\ \ |
|
| * \ | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| | * | Fix 2010-05-05T22:14:15Z!lekktu@gmail.com. | Eli Zaretskii | 2010-11-09 | 1 | -1/+1 |
| | * | Backport 2010-03-27T00:45:32Z!cyd@stupidchicken.com from trunk | Chong Yidong | 2010-11-04 | 1 | -13/+22 |
| | * | Backport 2010-03-25T08:56:15Z!mituharu@math.s.chiba-u.ac.jp from trunk | YAMAMOTO Mitsuharu | 2010-11-04 | 1 | -14/+0 |