summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2011-02-05xstrcasecmp: conform to C89 pointer rulesPaul Eggert
2011-01-30Use SSDATA when the context wants char *.Paul Eggert
2011-01-26Refill some long/short copyright headers.Glenn Morris
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-22Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey
2011-01-14Merge from mainline.Paul Eggert
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-09Include <unistd.h> unilaterally.Paul Eggert
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-12-04* src/process.c: Remove checks for HAVE_SYS_IOCTL_H (Bug#7484).Chong Yidong
2010-11-18Move declarations from .c files to .h files.Dan Nicolaescu
2010-11-14* src/process.c: Include <sys/ioctl.h> unconditionally,Dan Nicolaescu
2010-11-09Fix 2010-05-05T22:14:15Z!lekktu@gmail.com.Eli Zaretskii
2010-11-04Backport 2010-03-27T00:45:32Z!cyd@stupidchicken.com from trunkChong Yidong
2010-11-04Backport 2010-03-25T08:56:15Z!mituharu@math.s.chiba-u.ac.jp from trunkYAMAMOTO Mitsuharu
2010-11-04Backport 2010-03-25T08:48:52Z!mituharu@math.s.chiba-u.ac.jp from trunkHelmut Eller
2010-11-01Backport fix for Bug#6571 from trunk. NOTE: May cause merge conflicts.Jan Djärv
2010-10-08Merge changes from emacs-23 branch.Juanma Barranquero
2010-10-03* src/process.c: Do not include <sys/wait.h>, syswait.h does it.Dan Nicolaescu
2010-10-03Remove unused code.Dan Nicolaescu
2010-10-01Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu
2010-10-01Small process.c cleanups.Dan Nicolaescu
2010-09-30Complement a coding system for encoding arguments and input to a process.Kenichi Handa
2010-09-29Make sure all reads/writes to gnutls streams go via the gnutls functions.Lars Magne Ingebrigtsen
2010-09-27* process.c (wait_reading_process_output): Add missing FD_CLRJan D
2010-09-27Add gnutls logging and clean up various gnutls bits.Lars Magne Ingebrigtsen
2010-09-26Donät give write_mask to select for W32.Jan D
2010-09-26Reinstate ifdef subprocesses.Jan D
2010-09-26Add fd handling with callbacks to select, dbus needs it for async operation.Jan D
2010-09-26Set up GnuTLS support.Ted Zlatanov
2010-09-25Fix int/EMACS_INT use in process.c and term.c.Eli Zaretskii
2010-09-25Fix bug#6781: Use 127.0.0.1 for local hosts, not "localhost".Juanma Barranquero
2010-09-17* process.c (wait_reading_process_output): Don't message aboutLars Magne Ingebrigtsen
2010-08-22Simplify termio code.Dan Nicolaescu
2010-08-09Use const char* instead of char*.Dan Nicolaescu
2010-08-06* src/process.c: Simplify include logic.Dan Nicolaescu
2010-08-06Remove extern declarations in .c files, .h files have them.Dan Nicolaescu
2010-08-06Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D
2010-08-05Cleanup process.c.Dan Nicolaescu
2010-07-26* src/process.c: Move definitions earlier to minimize #ifdefs.Dan Nicolaescu
2010-07-13Remove more "#ifdef subprocesses".Eli Zaretskii
2010-07-13Fix the MS-DOS build (fallout from 2010-07-13T04:54:28Z!dann@ics.uci.edu).Eli Zaretskii
2010-07-12Remove subprocesses #ifdefs from term.c.Dan Nicolaescu
2010-07-12(wait_reading_process_output) [!subprocesses]: Convert arg list to ANSI C.Eli Zaretskii
2010-07-12Fix the MS-DOS build (fallout from 2010-07-12T14:16:38Z!schwab@linux-m68k.org...Eli Zaretskii
2010-07-12Fix the MS-DOS build (fallout from 2010-07-12T14:16:38Z!schwab@linux-m68k.org...Eli Zaretskii
2010-07-12Convert old-style definitionsAndreas Schwab
2010-07-12* src/buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.Dan Nicolaescu
2010-07-11Use offsetof instead of own definitionAndreas Schwab