summaryrefslogtreecommitdiff
path: root/src/callproc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge from trunk.Paul Eggert2011-07-281-0/+2
|\ \ | |/
| * * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.Paul Eggert2011-07-271-0/+2
* | * callproc.c (child_setup): Don't assume strlen fits in int.Paul Eggert2011-07-281-1/+3
|/
* Use pthread_sigmask, not sigprocmask.Paul Eggert2011-07-061-3/+3
* * callproc.c (egetenv): Adjust to getenv_internal API change.Paul Eggert2011-06-201-1/+1
* * callproc.c (child_setup): Rewrite to avoid two strlen calls.Paul Eggert2011-06-191-2/+1
* * callproc.c: Don't assume string length fits in 'int.'Paul Eggert2011-06-191-5/+5
* Variadic C functions now count arguments with ptrdiff_t.Paul Eggert2011-06-141-6/+6
* Make it possible to run ./temacs.Dan Nicolaescu2011-05-301-14/+7
* Fix the MSDOS build as follows from 2011-05-19T06:04:16Z!rgm@gnu.org, 2011-05...Eli Zaretskii2011-05-201-1/+1
* Fix changes in 2011-05-01T00:04:17Z!larsi@gnus.org for MS-DOS.Eli Zaretskii2011-05-071-24/+36
* Do not assume EMACS_INT is the same width as a pointer.Paul Eggert2011-05-061-4/+13
|\
| * Merge from mainline.Paul Eggert2011-05-041-1/+2
| |\ | |/ |/|
| * * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.Paul Eggert2011-05-021-4/+13
* | Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero2011-05-041-1/+2
|/
* * src/callproc.c: Indentation fixup.Andreas Schwab2011-05-011-149/+149
* Extend `call-process' to take the `(:file "file")' syntax to redirectLars Magne Ingebrigtsen2011-05-011-15/+70
* * lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert2011-04-141-1/+1
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-1/+1
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-2/+2
* * callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCAPaul Eggert2011-03-271-24/+34
* Variadic C functions now count arguments with size_t, not int.Paul Eggert2011-03-261-7/+7
* * callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.Paul Eggert2011-03-171-3/+7
* * callproc.c (relocate_fd): Rename locals to avoid shadowing.Paul Eggert2011-03-171-4/+4
* * callproc.c (call_process_cleanup): Now static.Paul Eggert2011-03-171-1/+1
* Use KVAR in MS-Windows build, remove buffer-file-type.Eli Zaretskii2011-02-161-9/+0
* Change B_ to BVARTom Tromey2011-02-161-6/+6
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-6/+6
* * callproc.c (Fcall_process):Jan D2011-02-131-2/+2
* Make sure SIGPIPE is reset in child processesAndreas Schwab2011-02-121-0/+32
* * callproc.c: conform to C89 pointer rulesPaul Eggert2011-02-061-2/+2
* Use SSDATA when the context wants char *.Paul Eggert2011-01-301-11/+11
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert2011-01-221-3/+2
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-18/+10
* Merge from mainline.Paul Eggert2011-01-141-1/+1
|\
| * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-3/+0
|/ /
* | * 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