summaryrefslogtreecommitdiff
path: root/src/callproc.c
AgeCommit message (Expand)Author
2011-09-21(Fcall_process): Fix typo in volatile load/restore.Paul Eggert
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-09-09Whitespace changes.Juanma Barranquero
2011-08-04Merge from trunk.Paul Eggert
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert
2011-08-03* callproc.c (Fcall_process): Avoid vfork clobberingPaul Eggert
2011-07-28Merge from trunk.Paul Eggert
2011-07-28* callproc.c (child_setup): Don't assume strlen fits in int.Paul Eggert
2011-07-27* callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.Paul Eggert
2011-07-06Use pthread_sigmask, not sigprocmask.Paul Eggert
2011-06-20* callproc.c (egetenv): Adjust to getenv_internal API change.Paul Eggert
2011-06-19* callproc.c (child_setup): Rewrite to avoid two strlen calls.Paul Eggert
2011-06-19* callproc.c: Don't assume string length fits in 'int.'Paul Eggert
2011-06-14Variadic C functions now count arguments with ptrdiff_t.Paul Eggert
2011-05-30Make it possible to run ./temacs.Dan Nicolaescu
2011-05-20Fix the MSDOS build as follows from 2011-05-19T06:04:16Z!rgm@gnu.org, 2011-05...Eli Zaretskii
2011-05-07Fix changes in 2011-05-01T00:04:17Z!larsi@gnus.org for MS-DOS.Eli Zaretskii
2011-05-06Do not assume EMACS_INT is the same width as a pointer.Paul Eggert
2011-05-04Merge from mainline.Paul Eggert
2011-05-04Implement dynamic loading of GnuTLS on Windows.Juanma Barranquero
2011-05-02* callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.Paul Eggert
2011-05-01* src/callproc.c: Indentation fixup.Andreas Schwab
2011-05-01Extend `call-process' to take the `(:file "file")' syntax to redirectLars Magne Ingebrigtsen
2011-04-14* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu inPaul Eggert
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert
2011-03-27* callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCAPaul Eggert
2011-03-26Variadic C functions now count arguments with size_t, not int.Paul Eggert
2011-03-17* callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.Paul Eggert
2011-03-17* callproc.c (relocate_fd): Rename locals to avoid shadowing.Paul Eggert
2011-03-17* callproc.c (call_process_cleanup): Now static.Paul Eggert
2011-02-16Use KVAR in MS-Windows build, remove buffer-file-type.Eli Zaretskii
2011-02-16Change B_ to BVARTom Tromey
2011-02-14Hide implementation of `struct buffer'Tom Tromey
2011-02-13* callproc.c (Fcall_process):Jan D
2011-02-12Make sure SIGPIPE is reset in child processesAndreas Schwab
2011-02-06* callproc.c: conform to C89 pointer rulesPaul Eggert
2011-01-30Use SSDATA when the context wants char *.Paul Eggert
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-22Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.Paul Eggert
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey
2011-01-14Merge from mainline.Paul Eggert
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-09Include <unistd.h> unilaterally.Paul Eggert
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-11-18* src/callproc.c (syms_of_callproc): Use intern_c_string.Dan Nicolaescu
2010-11-15* src/callproc.c (child_setup): Fix previous change.Dan Nicolaescu
2010-11-15* src/callproc.c (child_setup): Reorder code to simplify #ifdefs.Dan Nicolaescu
2010-11-14Clean up src/systty.h macros.Dan Nicolaescu
2010-10-08Merge changes from emacs-23 branch.Juanma Barranquero