summaryrefslogtreecommitdiff
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | * process.c (Fnetwork_interface_info): Fix pointer signedness.Paul Eggert2011-03-191-1/+1
* | | * process.c (Fmake_network_process): Define label "retry_connect" only if nee...Paul Eggert2011-03-191-0/+2
* | | * process.c: Rename or move locals to avoid shadowing.Paul Eggert2011-03-191-20/+20
|/ /
* | * process.c (make_serial_process_unwind, send_process_trap):Paul Eggert2011-03-161-3/+4
* | * process.c (allocate_pty): Let PTY_ITERATION declare iteration vars.Paul Eggert2011-03-161-1/+1
* | * s/irix6-5.h (PTY_OPEN): Declare stb, to loosen coupling.Paul Eggert2011-03-161-1/+1
* | Move editfns decls to lisp.h to check interfaces.Paul Eggert2011-03-151-2/+0
* | Use functions, not macros, for up- and down-casing.Paul Eggert2011-03-151-1/+1
* | * process.c (serial_open, serial_configure): Move decls from here ...Paul Eggert2011-03-141-4/+0
* | * 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:15Z!lekktu@gmail.com.Eli Zaretskii2010-11-091-1/+1
| | * Backport 2010-03-27T00:45:32Z!cyd@stupidchicken.com from trunkChong Yidong2010-11-041-13/+22
| | * Backport 2010-03-25T08:56:15Z!mituharu@math.s.chiba-u.ac.jp from trunkYAMAMOTO Mitsuharu2010-11-041-14/+0
| | * Backport 2010-03-25T08:48:52Z!mituharu@math.s.chiba-u.ac.jp 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