summaryrefslogtreecommitdiff
path: root/src/callproc.c
Commit message (Expand)AuthorAgeFilesLines
* Use KVAR in MS-Windows build, remove buffer-file-type.Eli Zaretskii2011-02-161-9/+0
* Change B_ to BVARTom Tromey2011-02-161-6/+6
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-6/+6
* * callproc.c (Fcall_process):Jan D2011-02-131-2/+2
* Make sure SIGPIPE is reset in child processesAndreas Schwab2011-02-121-0/+32
* * callproc.c: conform to C89 pointer rulesPaul Eggert2011-02-061-2/+2
* Use SSDATA when the context wants char *.Paul Eggert2011-01-301-11/+11
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-3/+2
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-18/+10
* 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
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-3/+0
|/ /
* | * src/callproc.c (syms_of_callproc): Use intern_c_string.Dan Nicolaescu2010-11-181-1/+1
* | * src/callproc.c (child_setup): Fix previous change.Dan Nicolaescu2010-11-151-0/+1
* | * src/callproc.c (child_setup): Reorder code to simplify #ifdefs.Dan Nicolaescu2010-11-151-23/+19
* | Clean up src/systty.h macros.Dan Nicolaescu2010-11-141-3/+1
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-10-081-15/+6
|\ \ | |/
| * Complement a coding system for encoding arguments and input to a process.Kenichi Handa2010-09-301-15/+6
* | Remove O_RDONLY, O_WRONLY definitions, not needed.Dan Nicolaescu2010-10-041-8/+0
* | Include <fcntl.h> unconditionally.Dan Nicolaescu2010-10-031-4/+0
* | Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu2010-10-011-1/+0
* | * src/callproc.c (SIGCHLD): Remove conditional definition, syssignal.h define...Dan Nicolaescu2010-10-011-7/+0
* | Fix int/EMACS_INT use in callproc.c.Eli Zaretskii2010-09-241-2/+2
* | Simplify termio code.Dan Nicolaescu2010-08-221-2/+3
* | Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D2010-08-111-2/+2
* | Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu2010-07-281-2/+0
* | * callproc.c (set_initial_environment): Avoid unbalanced braces.Andreas Schwab2010-07-251-5/+4
* | Make building under stricter warning flags somewhat cleaner.Juanma Barranquero2010-07-251-3/+7
* | Remove more "#ifdef subprocesses".Eli Zaretskii2010-07-131-6/+2
* | Cleanups for src/callproc.c.Dan Nicolaescu2010-07-121-11/+1
* | * callproc.c (relocate_fd): Use F_DUPFD if defined.Andreas Schwab2010-07-111-4/+10
* | Constify functions taking char *Andreas Schwab2010-07-111-6/+8
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-8/+3
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-081-8/+6
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-32/+13
* | Avoid erroneous syscallsAndreas Schwab2010-07-011-2/+4
* | Remove INCLUDED_FCNTL.Dan Nicolaescu2010-06-071-2/+0
* | Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.Chong Yidong2010-05-271-1/+1
* | Remove BSD_PGRPS.Dan Nicolaescu2010-05-041-3/+3
* | Add optional arg to delete-file to force deletion (Bug#6070).Chong Yidong2010-05-031-1/+1
* | Remove extern errno declarations.Dan Nicolaescu2010-04-011-5/+0
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (Fcall_process): Remove always true #if.Dan Nicolaescu2009-08-261-2/+0
* * sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.Dan Nicolaescu2009-07-031-4/+2
* (Fcall_process): Fix GC protection. Make sureAndreas Schwab2009-04-291-14/+22
* (Fcall_process): Bind inhibit-modification-hooks to t when decodingEli Zaretskii2009-03-021-0/+8
* (Vtemp_file_name_pattern): Remove DEFVAR_LISP.Chong Yidong2009-01-301-40/+34