| Age | Commit message (Expand) | Author |
| 2011-04-25 | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert |
| 2011-04-24 | Add GnuTLS support for W32 and certificate and hostname verification in GnuTLS. | Ted Zlatanov |
| 2011-04-18 | * process.c (Fnetwork_interface_info): Avoid left-shift undefined | Paul Eggert |
| 2011-04-18 | Replace 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-15 | Merge 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 in | Paul Eggert |
| 2011-04-13 | Undo 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-12 | emacs_write: Return size_t, not ssize_t, to avoid overflow issues. | Paul Eggert |
| 2011-04-10 | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert |
| 2011-04-10 | Make Emacs functions such as Fatom 'static' by default. | Paul Eggert |
| 2011-04-10 | use ssize_t and size_t for read- and write-like emacs_gnutls_* functions | Jim Meyering |
| 2011-04-08 | Merge changes from emacs-23 branch | Chong Yidong |
| 2011-04-06 | Remove 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-26 | Merge from mainline. | Paul Eggert |
| 2011-03-26 | Remove (RET)SIGTYPE; it is identical to void on all supported systems. | Glenn Morris |
| 2011-03-26 | Variadic C functions now count arguments with size_t, not int. | Paul Eggert |
| 2011-03-26 | src/*.h: Remove unused parameters and functions. | Juanma Barranquero |
| 2011-03-20 | Merge: 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-17 | process.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-15 | Move editfns decls to lisp.h to check interfaces. | Paul Eggert |
| 2011-03-15 | Use 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-16 | Change B_ to BVAR | Tom Tromey |
| 2011-02-14 | Hide implementation of `struct buffer' | Tom Tromey |
| 2011-02-13 | * callproc.c (Fcall_process): | Jan D |
| 2011-02-12 | Make sure SIGPIPE is reset in child processes | Andreas Schwab |
| 2011-02-06 | * process.c: conform to C89 pointer rules | Paul Eggert |