Variadic C functions now count arguments with size_t, not int.
[bpt/emacs.git] / src / process.c
2011-03-27 Paul EggertVariadic C functions now count arguments with size_t...
2011-03-26 Juanma Barranquerosrc/*.h: Remove unused parameters and functions.
2011-03-23 Paul EggertFix more problems found by GCC 4.5.2's static checks.
2011-03-23 Paul EggertMerge from mainline.
2011-03-22 Paul EggertMerge from mainline.
2011-03-21 Paul EggertMerge from trunk and from gnulib stdio.
2011-03-20 Paul EggertMerge: Use socklen_t, not int, for socket lengths.
2011-03-20 Paul Eggert* process.c (create_process): Use 'volatile' to avoid...
2011-03-20 Paul Eggert* process.c (FIRST_PROC_DESC, IF_NON_BLOCKING_CONNECT...
2011-03-20 Paul Eggert* process.c (process_send_signal): Add cast to avoid...
2011-03-20 Paul Eggert* process.c (Fnetwork_interface_info): Fix pointer...
2011-03-20 Paul Eggert* process.c (Fmake_network_process): Define label ...
2011-03-20 Paul Eggert* process.c: Rename or move locals to avoid shadowing.
2011-03-19 Chong YidongMerge changes from emacs-23 branch
2011-03-18 Paul Eggertprocess.c: Use socklen_t, not int, for socket lengths.
2011-03-17 Paul EggertMerge: Fix more problems found by GCC 4.5.2's static...
2011-03-17 Paul EggertMerge from mainline.
2011-03-17 Paul Eggert* process.c (make_serial_process_unwind, send_process_t...
2011-03-17 Paul Eggert* process.c (allocate_pty): Let PTY_ITERATION declare...
2011-03-17 Paul Eggert* s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.
2011-03-16 Paul EggertMove editfns decls to lisp.h to check interfaces.
2011-03-15 Paul EggertUse functions, not macros, for up- and down-casing.
2011-03-14 Paul Eggert* process.c (serial_open, serial_configure): Move decls...
2011-03-12 Glenn MorrisMerge from emacs-23; up to 2010-06-03T22:16:02Z!dann...
2011-02-28 Glenn MorrisMerge from emacs-23; up to 2010-06-03T05:41:49Z!rgm...
2011-02-23 Glenn MorrisMerge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka...
2011-02-19 Glenn MorrisMerge from emacs-23; up to 2010-06-01T01:49:15Z!monnier...
2011-02-19 Paul EggertMerge from mainline.
2011-02-18 Stefan Monnier* alloc.c (make_unibyte_string): Don't SET_UNIBYTE...
2011-02-18 Paul EggertMerge from mainline.
2011-02-16 Tom TromeyChange B_ to BVAR
2011-02-16 Glenn MorrisMerge from emacs-23; up to 2010-05-28T19:18:47Z!juri...
2011-02-15 Paul EggertMerge from mainline.
2011-02-14 Tom TromeyHide implementation of `struct buffer'
2011-02-13 Jan D* callproc.c (Fcall_process):
2011-02-12 Chong YidongMerge changes from emacs-23 branch
2011-02-12 Paul EggertMerge from mainline.
2011-02-12 Andreas SchwabMake sure SIGPIPE is reset in child processes
2011-02-07 Paul Eggert* process.c: conform to C89 pointer rules
2011-02-05 Glenn MorrisMerge from emacs-23; up to 2010-05-26T14:19:15Z!monnier...
2011-02-05 Paul EggertMerge: xstrcasecmp: conform to C89 pointer rules
2011-02-05 Paul Eggertxstrcasecmp: conform to C89 pointer rules
2011-01-31 Chong YidongMerge changes from emacs-23 branch
2011-01-30 Paul EggertUse SSDATA when the context wants char *.
2011-01-30 Paul EggertUse SSDATA when the context wants char *.
2011-01-26 Glenn MorrisRefill some long/short copyright headers.
2011-01-25 Glenn MorrisConvert consecutive FSF copyright years to ranges.
2011-01-25 Glenn MorrisMerge from emacs-23.
2011-01-23 Paul EggertPromote SSDATA macro from gtkutil.c and xsmfns.c to...
2011-01-22 Glenn MorrisMerge from emacs-23
2011-01-18 Tom TromeyMove all DEFVAR'd globals into a structure -- threading...
2011-01-18 Glenn MorrisMerge from emacs-23 branch, up to 2010-05-20T22:16...
2011-01-17 Paul EggertMerge from mainline.
2011-01-17 Paul EggertMerge from mainline.
2011-01-15 Glenn MorrisMerge from emacs-23 branch, up to 2010-05-20T21:33...
2011-01-15 Glenn MorrisMerge from emacs-23 branch.
2011-01-14 Paul EggertMerge from mainline.
2011-01-14 Paul EggertMerge from mainline.
2011-01-14 Stefan MonnierMerge from emacs-23
2011-01-14 Paul EggertMerge from mainline.
2011-01-14 Paul EggertMerge from mainline.
2011-01-13 Paul EggertMerge from mainline.
2011-01-12 Paul EggertMerge from mainline.
2011-01-09 Paul EggertInclude <unistd.h> unilaterally.
2011-01-02 Glenn MorrisAdd 2011 to FSF/AIST copyright years.
2011-01-02 Chong YidongMerge changes from emacs-23 branch
2010-12-16 Ken ManheimerSynopsis: Migrate allout encryption provisions from...
2010-12-13 Stefan MonnierMerge from emacs-23
2010-12-05 Chong Yidong* src/process.c: Remove checks for HAVE_SYS_IOCTL_H...
2010-11-27 Chong YidongMerge changes from emacs-23 branch
2010-11-25 Kenichi Handamerge emacs-23
2010-11-20 Eli Zaretskiifaces.el (glyphless-char): Define value for `pc'.
2010-11-20 Eli Zaretskiimsdos.c (dos_rawgetc): Use gen_help_event, instead...
2010-11-18 Dan NicolaescuMove declarations from .c files to .h files.
2010-11-18 Stefan MonnierMerge from emacs-23
2010-11-15 Dan Nicolaescu* src/process.c: Include <sys/ioctl.h> unconditionally,
2010-11-09 Stefan MonnierMerge from emacs-23
2010-11-09 Eli ZaretskiiFix 2010-05-05T22:14:15Z!lekktu@gmail.com.
2010-11-04 Chong YidongBackport fix for Bug#5723 from trunk.
2010-11-04 Chong YidongBackport 2010-03-27T00:45:32Z!cyd@stupidchicken.com...
2010-11-04 YAMAMOTO MitsuharuBackport 2010-03-25T08:56:15Z!mituharu@math.s.chiba...
2010-11-04 Helmut EllerBackport 2010-03-25T08:48:52Z!mituharu@math.s.chiba...
2010-11-01 Jan DjärvBackport fix for Bug#6571 from trunk. NOTE: May cause...
2010-10-31 Chong YidongMerge changes from emacs-23 branch
2010-10-24 Chong YidongMerge changes from emacs-23
2010-10-23 Eli ZaretskiiImplement mouse highlight for bidi-reordered lines.
2010-10-19 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-14 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-11 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-08 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-10-03 Dan Nicolaescu* src/process.c: Do not include <sys/wait.h>, syswait...
2010-10-03 Dan NicolaescuRemove unused code.
2010-10-01 Dan NicolaescuDo not include stdlib.h and string.h, config.h does it.
2010-10-01 Dan NicolaescuSmall process.c cleanups.
2010-09-30 Kenichi Handamerge emacs-23
2010-09-30 Kenichi HandaComplement a coding system for encoding arguments and...
2010-09-29 Lars Magne Ingebri... Make sure all reads/writes to gnutls streams go via...
2010-09-27 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-09-27 Jan D* process.c (wait_reading_process_output): Add missing...
2010-09-27 Lars Magne Ingebri... Add gnutls logging and clean up various gnutls bits.
next