aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* * alloc.c (make_unibyte_string): Don't SET_UNIBYTE redundantly.Stefan Monnier2011-02-181-8/+8
* Change B_ to BVARTom Tromey2011-02-161-29/+29
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-29/+29
* * callproc.c (Fcall_process):Jan D2011-02-131-1/+1
* Make sure SIGPIPE is reset in child processesAndreas Schwab2011-02-121-0/+6
* * process.c: conform to C89 pointer rulesPaul Eggert2011-02-061-14/+16
* xstrcasecmp: conform to C89 pointer rulesPaul Eggert2011-02-051-2/+2
* Use SSDATA when the context wants char *.Paul Eggert2011-01-301-9/+9
* Refill some long/short copyright headers.Glenn Morris2011-01-261-1/+3
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-3/+1
* Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-10/+9
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-15/+3
* Merge from mainline.Paul Eggert2011-01-141-1/+1
|\
| * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| | * Fix 2010-05-05T22:14:[email protected].Eli Zaretskii2010-11-091-1/+1
| | * Backport 2010-03-27T00:45:[email protected] from trunkChong Yidong2010-11-041-13/+22
| | * Backport 2010-03-25T08:56:[email protected] from trunkYAMAMOTO Mitsuharu2010-11-041-14/+0
| | * Backport 2010-03-25T08:48:[email protected] from trunkHelmut Eller2010-11-041-5/+32
| | * Backport fix for Bug#6571 from trunk. NOTE: May cause merge conflicts.Jan Djärv2010-11-011-1/+34
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-2/+0
|/ /
* | * src/process.c: Remove checks for HAVE_SYS_IOCTL_H (Bug#7484).Chong Yidong2010-12-041-4/+4
* | Move declarations from .c files to .h files.Dan Nicolaescu2010-11-181-4/+0
* | * src/process.c: Include <sys/ioctl.h> unconditionally,Dan Nicolaescu2010-11-141-2/+0
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-081-8/+28
|\|
| * Complement a coding system for encoding arguments and input to a process.Kenichi Handa2010-09-301-8/+28
* | * src/process.c: Do not include <sys/wait.h>, syswait.h does it.Dan Nicolaescu2010-10-031-4/+0
* | Remove unused code.Dan Nicolaescu2010-10-031-6/+1
* | Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-1/+0
* | Small process.c cleanups.Dan Nicolaescu2010-10-011-15/+7
* | Make sure all reads/writes to gnutls streams go via the gnutls functions.Lars Magne Ingebrigtsen2010-09-291-6/+7
* | * process.c (wait_reading_process_output): Add missing FD_CLRJan D2010-09-271-0/+1
* | Add gnutls logging and clean up various gnutls bits.Lars Magne Ingebrigtsen2010-09-271-0/+1
* | Donät give write_mask to select for W32.Jan D2010-09-261-0/+6
* | Reinstate ifdef subprocesses.Jan D2010-09-261-0/+4
* | Add fd handling with callbacks to select, dbus needs it for async operation.Jan D2010-09-261-72/+131
* | Set up GnuTLS support.Ted Zlatanov2010-09-261-3/+35
* | Fix int/EMACS_INT use in process.c and term.c.Eli Zaretskii2010-09-251-13/+13
* | Fix bug#6781: Use 127.0.0.1 for local hosts, not "localhost".Juanma Barranquero2010-09-251-1/+3
* | * process.c (wait_reading_process_output): Don't message aboutLars Magne Ingebrigtsen2010-09-171-1/+1
* | Simplify termio code.Dan Nicolaescu2010-08-221-84/+5
* | Use const char* instead of char*.Dan Nicolaescu2010-08-091-4/+5
* | * src/process.c: Simplify include logic.Dan Nicolaescu2010-08-061-9/+3
* | Remove extern declarations in .c files, .h files have them.Dan Nicolaescu2010-08-061-2/+1
* | Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.Jan D2010-08-061-1/+7
* | Cleanup process.c.Dan Nicolaescu2010-08-051-52/+5
* | * src/process.c: Move definitions earlier to minimize #ifdefs.Dan Nicolaescu2010-07-261-23/+19
* | Remove more "#ifdef subprocesses".Eli Zaretskii2010-07-131-13/+17
* | Fix the MS-DOS build (fallout from 2010-07-13T04:54:[email protected]).Eli Zaretskii2010-07-131-0/+2
* | Remove subprocesses #ifdefs from term.c.Dan Nicolaescu2010-07-121-30/+32