aboutsummaryrefslogtreecommitdiffstats
path: root/src/callproc.c (unfollow)
Commit message (Expand)AuthorFilesLines
2012-05-30Improve call-process-region error message.Jim Meyering1-1/+1
2012-05-24* src/callproc.c (Fcall_process): Restore a line that was accidentally commen...Ken Brown1-1/+1
2012-04-09Remove * characters from the front of variable docstrings.Chong Yidong1-3/+3
2012-02-01Tiny doc tweaks for call-process's :file spec.Glenn Morris1-2/+3
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-11-11callproc.c (Fcall_process): Set the member dst_multibyte of process_coding.Kenichi Handa1-0/+3
2011-11-07Set members of the struct coding_system before accessing them (bug#9910,9911,...Kenichi Handa1-0/+1
2011-09-21(Fcall_process): Fix typo in volatile load/restore.Paul Eggert1-1/+1
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-29/+38
2011-09-09Whitespace changes.Juanma Barranquero1-2/+2
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert1-6/+4
2011-08-03* callproc.c (Fcall_process): Avoid vfork clobberingPaul Eggert1-0/+6
2011-07-28* callproc.c (child_setup): Don't assume strlen fits in int.Paul Eggert1-1/+3
2011-07-27* callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.Paul Eggert1-0/+2
2011-07-06Use pthread_sigmask, not sigprocmask.Paul Eggert1-3/+3
2011-06-20* callproc.c (egetenv): Adjust to getenv_internal API change.Paul Eggert1-1/+1
2011-06-19* callproc.c (child_setup): Rewrite to avoid two strlen calls.Paul Eggert1-2/+1
2011-06-19* callproc.c: Don't assume string length fits in 'int.'Paul Eggert1-5/+5
2011-06-14Variadic C functions now count arguments with ptrdiff_t.Paul Eggert1-6/+6
2011-05-30Make it possible to run ./temacs.Dan Nicolaescu1-14/+7
2011-05-20Fix the MSDOS build as follows from 2011-05-19T06:04:16Z!rgm@gnu.org, 2011-05...Eli Zaretskii1-1/+1
2011-05-07Fix changes in 2011-05-01T00:04:17Z!larsi@gnus.org for MS-DOS.Eli Zaretskii1-24/+36
2011-05-04Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero1-1/+2
2011-05-02* callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.Paul Eggert1-4/+13
2011-05-01* src/callproc.c: Indentation fixup.Andreas Schwab1-149/+149
2011-05-01Extend `call-process' to take the `(:file "file")' syntax to redirectLars Magne Ingebrigtsen1-15/+70
2011-04-14* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert1-1/+1
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert1-1/+1
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert1-2/+2
2011-03-27* callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCAPaul Eggert1-24/+34
2011-03-26Variadic C functions now count arguments with size_t, not int.Paul Eggert1-7/+7
2011-03-17* callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.Paul Eggert1-3/+7
2011-03-17* callproc.c (relocate_fd): Rename locals to avoid shadowing.Paul Eggert1-4/+4
2011-03-17* callproc.c (call_process_cleanup): Now static.Paul Eggert1-1/+1
2011-02-16Use KVAR in MS-Windows build, remove buffer-file-type.Eli Zaretskii1-9/+0
2011-02-16Change B_ to BVARTom Tromey1-6/+6
2011-02-14Hide implementation of `struct buffer'Tom Tromey1-6/+6
2011-02-13* callproc.c (Fcall_process):Jan D1-2/+2
2011-02-12Make sure SIGPIPE is reset in child processesAndreas Schwab1-0/+32
2011-02-06* callproc.c: conform to C89 pointer rulesPaul Eggert1-2/+2
2011-01-30Use SSDATA when the context wants char *.Paul Eggert1-11/+11
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-22Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert1-3/+2
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey1-18/+10
2011-01-09Include <unistd.h> unilaterally.Paul Eggert1-3/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-11-18* src/callproc.c (syms_of_callproc): Use intern_c_string.Dan Nicolaescu1-1/+1
2010-11-15* src/callproc.c (child_setup): Fix previous change.Dan Nicolaescu1-0/+1
2010-11-15* src/callproc.c (child_setup): Reorder code to simplify #ifdefs.Dan Nicolaescu1-23/+19