[ChangeLog]
[bpt/emacs.git] / src / process.c
2011-05-28 Paul Eggert[ChangeLog]
2011-05-27 Glenn MorrisMerge from emacs-23; up to 2010-06-12T10:58:54Z!romain...
2011-05-25 Glenn MorrisMerge from emacs-23; up to 2010-06-12T08:59:37Z!albinus...
2011-05-24 Glenn MorrisMerge from emacs-23; up to 2010-06-11T21:26:13Z!lekktu...
2011-05-21 Glenn MorrisMerge from emacs-23; up to 2010-06-11T18:51:00Z!juri...
2011-05-17 Glenn MorrisMerge from emacs-23; up to 2010-06-11T14:39:54Z!cyd...
2011-05-12 Glenn MorrisMerge from emacs-23; up to 2010-06-10T12:56:11Z!michael...
2011-05-09 Eli ZaretskiiBackport revisions 2011-04-24T05:30:24Z!eggert@cs.ucla...
2011-05-06 Paul EggertDo not assume EMACS_INT is the same width as a pointer.
2011-05-06 Paul EggertMerge from mainline.
2011-05-05 Paul EggertMerge from mainline.
2011-05-05 Glenn MorrisMerge from emacs-23; up to 2010-06-10T05:17:21Z!rgm...
2011-05-04 Juanma Barranquerosrc/gnutls.c: Remove unused parameter `fildes'.
2011-05-04 Juanma BarranqueroImplement dynamic loading of GnuTLS on Windows.
2011-05-04 Paul EggertMerge from mainline.
2011-05-04 Paul EggertMerge from mainline.
2011-05-03 Paul Eggert* process.c (Fformat_network_address): Fix typo: args2...
2011-05-03 Paul EggertMerge from mainline.
2011-05-03 Paul EggertMerge: Fixes for Bug#8600 and Bug#8601.
2011-04-30 Paul EggertMerge from mainline.
2011-04-30 Eli ZaretskiiDon't test HAVE_INTTYPES_H in process.c.
2011-04-29 Paul Eggert* lread.c, process.c: Do not include <inttypes.h>;...
2011-04-26 Paul EggertMerge from mainline.
2011-04-26 Paul EggertMerge from mainline.
2011-04-25 Paul Eggertlisp.h: Fix a problem with aliasing and vector headers.
2011-04-25 Ted ZlatanovAdd GnuTLS support for W32 and certificate and hostname...
2011-04-23 Glenn MorrisMerge from emacs-23; up to 2010-06-09T17:54:28Z!albinus...
2011-04-20 Paul EggertMerge from mainline.
2011-04-20 Paul EggertMerge: Make the Lisp reader and string-to-float more...
2011-04-19 Paul EggertMerge from mainline.
2011-04-19 Paul EggertMerge from mainline.
2011-04-19 Paul Eggert* process.c (Fnetwork_interface_info): Avoid left-shift...
2011-04-19 Paul EggertReplace pEd with more-general pI, and fix some printf...
2011-04-16 Paul EggertStatic checks with GCC 4.6.0 and non-default toolkits.
2011-04-16 Paul EggertMerge from mainline.
2011-04-16 Paul Eggert* process.c (keyboard_bit_set): Define only if SIGIO.
2011-04-15 Paul Eggertemacs_write: Accept and return EMACS_INT for sizes.
2011-04-15 Paul Eggert* process.c (send_process): Change a size_t to EMACS_INT.
2011-04-15 Paul Eggert* process.c (send_process): Change another size_t to...
2011-04-15 Paul EggertMerge from mainline.
2011-04-15 Stefan Monnier* src/process.c (Qprocessp): Don't declare static.
2011-04-14 Paul EggertMerge from mainline.
2011-04-14 Paul Eggert* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in
2011-04-14 Paul EggertUndo the DEFUN->DEFUE change.
2011-04-14 Paul Eggert* process.c: Make symbols static if they're not exported.
2011-04-13 Paul Eggert* editfns.c: Move a (normally-unused) function to its...
2011-04-13 Paul Eggert* process.c (send_process): Count partial writes as...
2011-04-13 Eli ZaretskiiFix bug #8487 with invisible text at EOB under bidi.
2011-04-13 Paul Eggertemacs_write: Return size_t, not ssize_t, to avoid overf...
2011-04-11 Eli ZaretskiiFix bug #8468 with redisplay and scroll-margin > 0.
2011-04-11 Paul EggertDeclare Lisp_Object Q* variables to be 'static' if...
2011-04-11 Paul EggertMake Emacs functions such as Fatom 'static' by default.
2011-04-10 Paul EggertMerge from mainline.
2011-04-10 Jim Meyeringuse ssize_t and size_t for read- and write-like emacs_g...
2011-04-09 Paul EggertMerge from mainline.
2011-04-09 Glenn MorrisMerge from emacs-23; up to 2010-06-08T03:06:47Z!dann...
2011-04-08 Chong YidongMerge changes from emacs-23 branch
2011-04-06 Chong YidongRemove list-processes C function; misc fixes to last...
2011-04-06 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-04-06 Paul EggertMerge from mainline.
2011-04-05 Paul EggertMerge from mainline.
2011-04-04 Paul Eggert* process.c (read_process_output): Simplify nbytes...
2011-04-04 Paul Eggert* process.c (read_process_output): Do adaptive read...
2011-04-04 Paul Eggert* process.c (Fnetwork_interface_info): Avoid possibilit...
2011-04-04 Paul Eggert* process.c (create_pty): Remove unnecessary "volatile"s.
2011-04-04 Paul Eggert* process.c (list_processes_1, create_pty, read_process...
2011-03-31 Eli ZaretskiiFix bug #6671 with recentering and other scrolling...
2011-03-31 Stefan MonnierMerge from trunk
2011-03-30 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-03-29 Paul EggertMerge from mainline.
2011-03-27 Paul EggertMerge from atest branch.
2011-03-27 Paul EggertMerge from mainline.
2011-03-27 Glenn MorrisRemove (RET)SIGTYPE; it is identical to void on all...
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 Stefan MonnierMerge from trunk
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-19 Christoph Scholtes* process.c (Fformat_network_address): Doc fix.
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...
next