index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
callproc.c
Age
Commit 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-09
Whitespace changes.
Juanma Barranquero
2011-08-04
Merge from trunk.
Paul Eggert
2011-08-04
Adjust in response to jan.h.d's comments.
Paul Eggert
2011-08-03
* callproc.c (Fcall_process): Avoid vfork clobbering
Paul Eggert
2011-07-28
Merge 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-06
Use 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-14
Variadic C functions now count arguments with ptrdiff_t.
Paul Eggert
2011-05-30
Make it possible to run ./temacs.
Dan Nicolaescu
2011-05-20
Fix the MSDOS build as follows from 2011-05-19T06:04:16Z!rgm@gnu.org, 2011-05...
Eli Zaretskii
2011-05-07
Fix changes in 2011-05-01T00:04:17Z!larsi@gnus.org for MS-DOS.
Eli Zaretskii
2011-05-06
Do not assume EMACS_INT is the same width as a pointer.
Paul Eggert
2011-05-04
Merge from mainline.
Paul Eggert
2011-05-04
Implement 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-01
Extend `call-process' to take the `(:file "file")' syntax to redirect
Lars Magne Ingebrigtsen
2011-04-14
* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in
Paul Eggert
2011-04-13
Undo the DEFUN->DEFUE change.
Paul Eggert
2011-04-10
Make Emacs functions such as Fatom 'static' by default.
Paul Eggert
2011-03-27
* callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA
Paul Eggert
2011-03-26
Variadic 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-16
Use KVAR in MS-Windows build, remove buffer-file-type.
Eli Zaretskii
2011-02-16
Change B_ to BVAR
Tom Tromey
2011-02-14
Hide implementation of `struct buffer'
Tom Tromey
2011-02-13
* callproc.c (Fcall_process):
Jan D
2011-02-12
Make sure SIGPIPE is reset in child processes
Andreas Schwab
2011-02-06
* callproc.c: conform to C89 pointer rules
Paul Eggert
2011-01-30
Use SSDATA when the context wants char *.
Paul Eggert
2011-01-24
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-22
Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
Paul Eggert
2011-01-18
Move all DEFVAR'd globals into a structure -- threading infrastructure
Tom Tromey
2011-01-14
Merge from mainline.
Paul Eggert
2011-01-14
Merge from emacs-23
Stefan Monnier
2011-01-09
Include <unistd.h> unilaterally.
Paul Eggert
2011-01-02
Add 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-14
Clean up src/systty.h macros.
Dan Nicolaescu
2010-10-08
Merge changes from emacs-23 branch.
Juanma Barranquero
[prev]
[next]