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
2014-09-07
* callproc.c (exec_failed) [DOS_NT]: Define a dummy.
Paul Eggert
2014-09-07
Fix the MS-Windows build broken by SAFE_ALLOCA changes.
Eli Zaretskii
2014-09-07
Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
Paul Eggert
2014-09-02
* callproc.c (egetenv_internal): Add arg and rename from egetenv ...
Dmitry Antipov
2014-09-01
Avoid extra calls to strlen in filesystem I/O routines.
Dmitry Antipov
2014-07-14
Use binary-io module, O_BINARY, and "b" flag.
Paul Eggert
2014-06-07
Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.edu
Glenn Morris
2014-06-02
* src/callproc.c (call_process): Don't check read-only if we don't insert
Stefan Monnier
2014-06-01
Port signal-handling to DragonFly BSD.
Paul Eggert
2014-05-29
Don't let SIGINT handling block SIGCHLD indefinitely.
Paul Eggert
2014-04-16
Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca
Paul Eggert
2014-04-16
Fix the MSDOS build.
Eli Zaretskii
2014-03-25
Handle sigmask better with nested signal handlers.
Paul Eggert
2014-03-22
Make some files in etc obsolete
Glenn Morris
2014-01-30
Don't ignore SIGPROF in subprocesses
Andreas Schwab
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-12-27
Shell completion for filenames from current directory, related docs.
Jarek Czekalski
2013-12-18
Minor fixes for recent openp changes.
Paul Eggert
2013-12-17
Add load-prefer-newer option, to load .el if newer than .elc
Glenn Morris
2013-11-25
Preload leim-list.el
Glenn Morris
2013-11-22
Empty elements in EMACSLOADPATH now stand for the default
Glenn Morris
2013-11-05
* src/xdisp.c (prepare_menu_bars): Mark static.
Stefan Monnier
2013-11-05
Fix bug #15148 with garbled display in Dired when cache-long-scans is ON.
Eli Zaretskii
2013-11-04
Fix bug #15260 with building and installing Emacs in non-ASCII directories.
Eli Zaretskii
2013-08-23
Don't let very long directory names overrun the stack.
Paul Eggert
2013-08-21
* callproc.c: Fix race that killed background processes.
Paul Eggert
2013-08-12
Fix some fd issues when running subprocesses.
Paul Eggert
2013-08-04
Fix some minor races in hosts lacking mkostemp.
Paul Eggert
2013-07-30
Fix tempfile bug on platforms lacking mkostemp and mkstemp.
Paul Eggert
2013-07-23
src/callproc.c (child_setup): Silence compiler warnings.
Juanma Barranquero
2013-07-20
Avoid vfork-related deadlock more cleanly.
Paul Eggert
2013-07-16
A few more minor file errno-reporting bugs.
Paul Eggert
2013-07-16
Fix w32 bug with call-process-region.
Paul Eggert
2013-07-16
New unwind-protect flavors to better type-check C callbacks.
Paul Eggert
2013-07-16
* fileio.c (report_file_errno): Fix errno reporting bug.
Paul Eggert
2013-07-16
Fix porting bug to older POSIXish platforms.
Paul Eggert
2013-07-15
Prefer list1 (X) to Fcons (X, Qnil) when building lists.
Paul Eggert
2013-07-14
* callproc.c (Fcall_process_region): Fix minor race and tune.
Paul Eggert
2013-07-13
* callproc.c (child_setup, relocate_fd) [!DOS_NT]:
Paul Eggert
2013-07-12
Clean up errno reporting and fix some errno-reporting bugs.
Paul Eggert
2013-07-11
Fix races with threads and file descriptors.
Paul Eggert
2013-07-09
Handle errno and exit status a bit more carefully.
Paul Eggert
2013-07-07
MS-Windows followup for 2013-07-07T18:00:14Z!eggert@cs.ucla.edu.
Eli Zaretskii
2013-07-07
Make file descriptors close-on-exec when possible.
Paul Eggert
2013-07-07
Fix openp errno handling.
Paul Eggert
2013-07-05
Use emacs_open more consistently when opening files.
Paul Eggert
2013-06-27
Do not tickle glib SIGCHLD handling if Cygwin.
Paul Eggert
2013-06-23
A more-conservative workaround for Cygwin SIGCHLD issues.
Paul Eggert
2013-06-23
Try to avoid malloc SEGVs on Cygwin.
Paul Eggert
2013-05-25
* callproc.c (call_process): Refine the doc string. (Bug#14045)
Xue Fuqiao
[prev]
[next]