summaryrefslogtreecommitdiff
path: root/src/callproc.c
Commit message (Expand)AuthorAge
* Tiny doc tweaks for call-process's :file spec.Glenn Morris2012-02-01
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* callproc.c (Fcall_process): Set the member dst_multibyte of process_coding.Kenichi Handa2011-11-11
* Set members of the struct coding_system before accessing them (bug#9910,9911,...Kenichi Handa2011-11-07
* Whitespace changes.Juanma Barranquero2011-09-09
* Merge from trunk.Paul Eggert2011-08-04
|\
| * * callproc.c (Fcall_process): Avoid vfork clobberingPaul Eggert2011-08-03
* | Adjust in response to jan.h.d's comments.Paul Eggert2011-08-04
* | Merge from trunk.Paul Eggert2011-07-28
|\|
| * * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.Paul Eggert2011-07-27
* | * callproc.c (child_setup): Don't assume strlen fits in int.Paul Eggert2011-07-28
|/
* Use pthread_sigmask, not sigprocmask.Paul Eggert2011-07-06
* * callproc.c (egetenv): Adjust to getenv_internal API change.Paul Eggert2011-06-20
* * callproc.c (child_setup): Rewrite to avoid two strlen calls.Paul Eggert2011-06-19
* * callproc.c: Don't assume string length fits in 'int.'Paul Eggert2011-06-19
* Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-14
* Make it possible to run ./temacs.Dan Nicolaescu2011-05-30
* Fix the MSDOS build as follows from 2011-05-19T06:04:16Z!rgm@gnu.org, 2011-05...Eli Zaretskii2011-05-20
* Fix changes in 2011-05-01T00:04:17Z!larsi@gnus.org for MS-DOS.Eli Zaretskii2011-05-07
* Do not assume EMACS_INT is the same width as a pointer.Paul Eggert2011-05-06
|\
| * Merge from mainline.Paul Eggert2011-05-04
| |\ | |/ |/|
| * * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.Paul Eggert2011-05-02
* | Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero2011-05-04
|/
* * src/callproc.c: Indentation fixup.Andreas Schwab2011-05-01
* Extend `call-process' to take the `(:file "file")' syntax to redirectLars Magne Ingebrigtsen2011-05-01
* * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-14
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-13
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-10
* * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCAPaul Eggert2011-03-27
* Variadic C functions now count arguments with size_t, not int.Paul Eggert2011-03-26
* * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.Paul Eggert2011-03-17
* * callproc.c (relocate_fd): Rename locals to avoid shadowing.Paul Eggert2011-03-17
* * callproc.c (call_process_cleanup): Now static.Paul Eggert2011-03-17
* Use KVAR in MS-Windows build, remove buffer-file-type.Eli Zaretskii2011-02-16
* Change B_ to BVARTom Tromey2011-02-16
* Hide implementation of `struct buffer'Tom Tromey2011-02-14
* * callproc.c (Fcall_process):Jan D2011-02-13
* Make sure SIGPIPE is reset in child processesAndreas Schwab2011-02-12
* * callproc.c: conform to C89 pointer rulesPaul Eggert2011-02-06
* Use SSDATA when the context wants char *.Paul Eggert2011-01-30
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-22
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-18
* Merge from mainline.Paul Eggert2011-01-14
|\
| * Merge from emacs-23Stefan Monnier2011-01-14
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-09
|/ /
* | * src/callproc.c (syms_of_callproc): Use intern_c_string.Dan Nicolaescu2010-11-18
* | * src/callproc.c (child_setup): Fix previous change.Dan Nicolaescu2010-11-15
* | * src/callproc.c (child_setup): Reorder code to simplify #ifdefs.Dan Nicolaescu2010-11-15