summaryrefslogtreecommitdiff
path: root/src/callproc.c
AgeCommit message (Expand)Author
2010-10-04Remove O_RDONLY, O_WRONLY definitions, not needed.Dan Nicolaescu
2010-10-03Include <fcntl.h> unconditionally.Dan Nicolaescu
2010-10-01Do not include stdlib.h and string.h, config.h does it.Dan Nicolaescu
2010-10-01* src/callproc.c (SIGCHLD): Remove conditional definition, syssignal.h define...Dan Nicolaescu
2010-09-30Complement a coding system for encoding arguments and input to a process.Kenichi Handa
2010-09-24Fix int/EMACS_INT use in callproc.c.Eli Zaretskii
2010-08-22Simplify termio code.Dan Nicolaescu
2010-08-11Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D
2010-07-28Remove extern declarations from .c files, and them to .h files.Dan Nicolaescu
2010-07-25* callproc.c (set_initial_environment): Avoid unbalanced braces.Andreas Schwab
2010-07-25Make building under stricter warning flags somewhat cleaner.Juanma Barranquero
2010-07-13Remove more "#ifdef subprocesses".Eli Zaretskii
2010-07-12Cleanups for src/callproc.c.Dan Nicolaescu
2010-07-11* callproc.c (relocate_fd): Use F_DUPFD if defined.Andreas Schwab
2010-07-11Constify functions taking char *Andreas Schwab
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu
2010-07-01Avoid erroneous syscallsAndreas Schwab
2010-06-07Remove INCLUDED_FCNTL.Dan Nicolaescu
2010-05-27Change delete-by-moving-to-trash so Lisp calls explicitly request trashing.Chong Yidong
2010-05-04Remove BSD_PGRPS.Dan Nicolaescu
2010-05-03Add optional arg to delete-file to force deletion (Bug#6070).Chong Yidong
2010-04-01Remove extern errno declarations.Dan Nicolaescu
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu
2009-08-26(Fcall_process): Remove always true #if.Dan Nicolaescu
2009-07-03* sysdep.c (sys_suspend): Remove USG_JOBCTRL #ifdef, unused.Dan Nicolaescu
2009-04-29(Fcall_process): Fix GC protection. Make sureAndreas Schwab
2009-03-02(Fcall_process): Bind inhibit-modification-hooks to t when decodingEli Zaretskii
2009-01-30(Vtemp_file_name_pattern): Remove DEFVAR_LISP.Chong Yidong
2009-01-18* callproc.c (Fgetenv_internal): Doc fix.Juanma Barranquero
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-09-07(Fcall_process): Don't hold references to string dataAndreas Schwab
2008-09-07(Fcall_process): Canonicalize current directory name.Chong Yidong
2008-07-31* bitmaps/README:Dan Nicolaescu
2008-07-15merging Emacs.app (NeXTstep port)Adrian Robert
2008-05-14Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-02-06* process.c (Fstart_process):Stefan Monnier
2008-01-30Merge from emacs--devo--0Miles Bader
2008-01-13(Fcall_process): Fix previous change.Dan Nicolaescu
2008-01-13* movemail.c:Dan Nicolaescu
2008-01-09Merge from emacs--devo--0Miles Bader
2008-01-08Merge from emacs--rel--22Miles Bader
2008-01-08Add 2008 to copyright years.Glenn Morris
2007-10-27Merge from emacs--devo--0Miles Bader
2007-10-23(child_setup): Remove spurious *.Stefan Monnier
2007-10-13Merge from emacs--devo--0Miles Bader
2007-10-11Merge from emacs--devo--0Miles Bader
2007-10-10* frame.c (Qenvironment): Remove.Stefan Monnier