index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
callproc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
callproc.c (Fcall_process): Set the member dst_multibyte of process_coding.
Kenichi Handa
2011-11-11
1
-0
/
+3
*
Set members of the struct coding_system before accessing them (bug#9910,9911,...
Kenichi Handa
2011-11-07
1
-0
/
+1
*
Whitespace changes.
Juanma Barranquero
2011-09-09
1
-2
/
+2
*
Merge from trunk.
Paul Eggert
2011-08-04
1
-0
/
+6
|
\
|
*
* callproc.c (Fcall_process): Avoid vfork clobbering
Paul Eggert
2011-08-03
1
-0
/
+6
*
|
Adjust in response to jan.h.d's comments.
Paul Eggert
2011-08-04
1
-6
/
+4
*
|
Merge from trunk.
Paul Eggert
2011-07-28
1
-0
/
+2
|
\
|
|
*
* callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
Paul Eggert
2011-07-27
1
-0
/
+2
*
|
* callproc.c (child_setup): Don't assume strlen fits in int.
Paul Eggert
2011-07-28
1
-1
/
+3
|
/
*
Use pthread_sigmask, not sigprocmask.
Paul Eggert
2011-07-06
1
-3
/
+3
*
* callproc.c (egetenv): Adjust to getenv_internal API change.
Paul Eggert
2011-06-20
1
-1
/
+1
*
* callproc.c (child_setup): Rewrite to avoid two strlen calls.
Paul Eggert
2011-06-19
1
-2
/
+1
*
* callproc.c: Don't assume string length fits in 'int.'
Paul Eggert
2011-06-19
1
-5
/
+5
*
Variadic C functions now count arguments with ptrdiff_t.
Paul Eggert
2011-06-14
1
-6
/
+6
*
Make it possible to run ./temacs.
Dan Nicolaescu
2011-05-30
1
-14
/
+7
*
Fix the MSDOS build as follows from 2011-05-19T06:04:16Z!rgm@gnu.org, 2011-05...
Eli Zaretskii
2011-05-20
1
-1
/
+1
*
Fix changes in 2011-05-01T00:04:17Z!larsi@gnus.org for MS-DOS.
Eli Zaretskii
2011-05-07
1
-24
/
+36
*
Do not assume EMACS_INT is the same width as a pointer.
Paul Eggert
2011-05-06
1
-4
/
+13
|
\
|
*
Merge from mainline.
Paul Eggert
2011-05-04
1
-1
/
+2
|
|
\
|
|
/
|
/
|
|
*
* callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
Paul Eggert
2011-05-02
1
-4
/
+13
*
|
Implement dynamic loading of GnuTLS on Windows.
Juanma Barranquero
2011-05-04
1
-1
/
+2
|
/
*
* src/callproc.c: Indentation fixup.
Andreas Schwab
2011-05-01
1
-149
/
+149
*
Extend `call-process' to take the `(:file "file")' syntax to redirect
Lars Magne Ingebrigtsen
2011-05-01
1
-15
/
+70
*
* lisp.h (INFUN): Remove. Suggested by Dan Nicolaescu in
Paul Eggert
2011-04-14
1
-1
/
+1
*
Undo the DEFUN->DEFUE change.
Paul Eggert
2011-04-13
1
-1
/
+1
*
Make Emacs functions such as Fatom 'static' by default.
Paul Eggert
2011-04-10
1
-2
/
+2
*
* callproc.c (Fcall_process, Fcall_process_region): Use SAFE_ALLOCA
Paul Eggert
2011-03-27
1
-24
/
+34
*
Variadic C functions now count arguments with size_t, not int.
Paul Eggert
2011-03-26
1
-7
/
+7
*
* callproc.c (Fcall_process): Use 'volatile' to avoid vfork clobbering.
Paul Eggert
2011-03-17
1
-3
/
+7
*
* callproc.c (relocate_fd): Rename locals to avoid shadowing.
Paul Eggert
2011-03-17
1
-4
/
+4
*
* callproc.c (call_process_cleanup): Now static.
Paul Eggert
2011-03-17
1
-1
/
+1
*
Use KVAR in MS-Windows build, remove buffer-file-type.
Eli Zaretskii
2011-02-16
1
-9
/
+0
*
Change B_ to BVAR
Tom Tromey
2011-02-16
1
-6
/
+6
*
Hide implementation of `struct buffer'
Tom Tromey
2011-02-14
1
-6
/
+6
*
* callproc.c (Fcall_process):
Jan D
2011-02-13
1
-2
/
+2
*
Make sure SIGPIPE is reset in child processes
Andreas Schwab
2011-02-12
1
-0
/
+32
*
* callproc.c: conform to C89 pointer rules
Paul Eggert
2011-02-06
1
-2
/
+2
*
Use SSDATA when the context wants char *.
Paul Eggert
2011-01-30
1
-11
/
+11
*
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-24
1
-2
/
+1
*
Promote SSDATA macro from gtkutil.c and xsmfns.c to lisp.h.
Paul Eggert
2011-01-22
1
-3
/
+2
*
Move all DEFVAR'd globals into a structure -- threading infrastructure
Tom Tromey
2011-01-18
1
-18
/
+10
*
Merge from mainline.
Paul Eggert
2011-01-14
1
-1
/
+1
|
\
|
*
Merge from emacs-23
Stefan Monnier
2011-01-14
1
-1
/
+1
|
|
\
|
|
*
Add 2011 to FSF/AIST copyright years.
Glenn Morris
2011-01-02
1
-1
/
+1
*
|
|
Include <unistd.h> unilaterally.
Paul Eggert
2011-01-09
1
-3
/
+0
|
/
/
*
|
* src/callproc.c (syms_of_callproc): Use intern_c_string.
Dan Nicolaescu
2010-11-18
1
-1
/
+1
*
|
* src/callproc.c (child_setup): Fix previous change.
Dan Nicolaescu
2010-11-15
1
-0
/
+1
*
|
* src/callproc.c (child_setup): Reorder code to simplify #ifdefs.
Dan Nicolaescu
2010-11-15
1
-23
/
+19
*
|
Clean up src/systty.h macros.
Dan Nicolaescu
2010-11-14
1
-3
/
+1
*
|
Merge changes from emacs-23 branch.
Juanma Barranquero
2010-10-08
1
-15
/
+6
|
\
|
[next]