log src/callproc.c @ 112417:a2432c16dc9f

age author description
Sun, 02 Jan 2011 15:50:46 -0800 Glenn Morris Add 2011 to FSF/AIST copyright years.
Thu, 18 Nov 2010 08:59:12 -0800 Dan Nicolaescu * src/callproc.c (syms_of_callproc): Use intern_c_string.
Mon, 15 Nov 2010 10:11:52 -0800 Dan Nicolaescu * src/callproc.c (child_setup): Fix previous change.
Mon, 15 Nov 2010 09:11:08 -0800 Dan Nicolaescu * src/callproc.c (child_setup): Reorder code to simplify #ifdefs.
Sun, 14 Nov 2010 22:10:35 -0800 Dan Nicolaescu Clean up src/systty.h macros.
Fri, 08 Oct 2010 12:14:47 +0200 Juanma Barranquero Merge changes from emacs-23 branch.
Thu, 30 Sep 2010 13:28:34 +0900 Kenichi Handa Complement a coding system for encoding arguments and input to a process.
Mon, 04 Oct 2010 10:22:57 -0700 Dan Nicolaescu Remove O_RDONLY, O_WRONLY definitions, not needed.
Sun, 03 Oct 2010 08:19:34 -0700 Dan Nicolaescu Include <fcntl.h> unconditionally.
Fri, 01 Oct 2010 06:56:33 -0700 Dan Nicolaescu Do not include stdlib.h and string.h, config.h does it.
Fri, 01 Oct 2010 06:06:44 -0700 Dan Nicolaescu * src/callproc.c (SIGCHLD): Remove conditional definition, syssignal.h defines it.
Fri, 24 Sep 2010 09:32:25 -0400 Eli Zaretskii Fix int/EMACS_INT use in callproc.c.
Sun, 22 Aug 2010 08:14:37 -0700 Dan Nicolaescu Simplify termio code.
Wed, 11 Aug 2010 14:34:46 +0200 Jan D Fix -Wwrite_strings in general and for Gtk+ specific code.
Wed, 28 Jul 2010 22:48:06 -0700 Dan Nicolaescu Remove extern declarations from .c files, and them to .h files.