summaryrefslogtreecommitdiff
path: root/src/callproc.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * callproc.c (Fgetenv_internal): Doc fix.Juanma Barranquero2009-01-181-7/+3
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (Fcall_process): Don't hold references to string dataAndreas Schwab2008-09-071-5/+7
* (Fcall_process): Canonicalize current directory name.Chong Yidong2008-09-071-7/+2
* * bitmaps/README:Dan Nicolaescu2008-07-311-20/+0
* merging Emacs.app (NeXTstep port)Adrian Robert2008-07-151-1/+4
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* * process.c (Fstart_process):Stefan Monnier2008-02-061-3/+6
* Merge from emacs--devo--0Miles Bader2008-01-301-77/+4
|\
| * (Fcall_process): Fix previous change.Dan Nicolaescu2008-01-131-0/+6
| * * movemail.c:Dan Nicolaescu2008-01-131-83/+4
* | Merge from emacs--devo--0Miles Bader2008-01-091-1/+2
|\ \ | |/
| * Merge from emacs--rel--22Miles Bader2008-01-081-1/+2
| |\
| | * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+2