summaryrefslogtreecommitdiff
path: root/src/callproc.c
Commit message (Expand)AuthorAge
* Update copyright year to 2015Paul Eggert2015-01-01
* * callproc.c (encode_current_directory): Encode dir at the end.Michael Albinus2014-11-07
* * src/callproc.c (encode_current_directory): Fix thinko in previous.Glenn Morris2014-11-07
* * callproc.c (encode_current_directory): Support handling of fileMichael Albinus2014-11-07
* * src/callproc.c (call_process): Don't check read-only if we don't insertStefan Monnier2014-06-02
* Fix the MSDOS build.Eli Zaretskii2014-04-16
* Don't ignore SIGPROF in subprocessesAndreas Schwab2014-01-30
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Shell completion for filenames from current directory, related docs.Jarek Czekalski2013-12-27
* Minor fixes for recent openp changes.Paul Eggert2013-12-18
* Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris2013-12-17
* Preload leim-list.elGlenn Morris2013-11-25
* Empty elements in EMACSLOADPATH now stand for the defaultGlenn Morris2013-11-22
* * src/xdisp.c (prepare_menu_bars): Mark static.Stefan Monnier2013-11-05
* Fix bug #15148 with garbled display in Dired when cache-long-scans is ON.Eli Zaretskii2013-11-05
* Fix bug #15260 with building and installing Emacs in non-ASCII directories.Eli Zaretskii2013-11-04
* Don't let very long directory names overrun the stack.Paul Eggert2013-08-23
* * callproc.c: Fix race that killed background processes.Paul Eggert2013-08-21
* Fix some fd issues when running subprocesses.Paul Eggert2013-08-12
* Fix some minor races in hosts lacking mkostemp.Paul Eggert2013-08-04
* Fix tempfile bug on platforms lacking mkostemp and mkstemp.Paul Eggert2013-07-30
* src/callproc.c (child_setup): Silence compiler warnings.Juanma Barranquero2013-07-23
* Avoid vfork-related deadlock more cleanly.Paul Eggert2013-07-20
* A few more minor file errno-reporting bugs.Paul Eggert2013-07-16
* Fix w32 bug with call-process-region.Paul Eggert2013-07-16
* New unwind-protect flavors to better type-check C callbacks.Paul Eggert2013-07-16
* * fileio.c (report_file_errno): Fix errno reporting bug.Paul Eggert2013-07-16
* Fix porting bug to older POSIXish platforms.Paul Eggert2013-07-16
* Prefer list1 (X) to Fcons (X, Qnil) when building lists.Paul Eggert2013-07-15
* * callproc.c (Fcall_process_region): Fix minor race and tune.Paul Eggert2013-07-14
* * callproc.c (child_setup, relocate_fd) [!DOS_NT]:Paul Eggert2013-07-13
* Clean up errno reporting and fix some errno-reporting bugs.Paul Eggert2013-07-12
* Fix races with threads and file descriptors.Paul Eggert2013-07-11
* Handle errno and exit status a bit more carefully.Paul Eggert2013-07-09
* MS-Windows followup for 2013-07-07T18:00:14Z!eggert@cs.ucla.edu.Eli Zaretskii2013-07-07
* Make file descriptors close-on-exec when possible.Paul Eggert2013-07-07
* Fix openp errno handling.Paul Eggert2013-07-07
* Use emacs_open more consistently when opening files.Paul Eggert2013-07-05
* Do not tickle glib SIGCHLD handling if Cygwin.Paul Eggert2013-06-27
* A more-conservative workaround for Cygwin SIGCHLD issues.Paul Eggert2013-06-23
* Try to avoid malloc SEGVs on Cygwin.Paul Eggert2013-06-23
* * callproc.c (call_process): Refine the doc string. (Bug#14045)Xue Fuqiao2013-05-25
* Reorder conditions that are written backwardsAndreas Schwab2013-03-24
* Minor getenv-related fixes.Paul Eggert2013-02-12
* Fix bug #13661 with w32-downcase-file-names and shell-command.Eli Zaretskii2013-02-09
* Avoid encoding file names run through dostounix_filename on MS-Windows.Eli Zaretskii2013-02-02
* Merge from emacs-24; up to 2012-12-13T09:45:54Z!lekktu@gmail.comGlenn Morris2013-02-01
|\
| * Make sure program names are encoded before using them to invoke subprocesses.Eli Zaretskii2013-02-01
* | Fix bug #13079 on MS-Windows with temp files not being deleted.Eli Zaretskii2012-12-15
* | Improve and correct commentary to w32proc-related data and functions.Eli Zaretskii2012-12-15