summaryrefslogtreecommitdiff
path: root/src/callproc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix permission-denied issue in MS-Windows startupPaul Eggert2019-09-181-5/+4
* Fix initialization of shared-game-score-directory on MS-WindowsEli Zaretskii2019-09-161-2/+13
* Improve directory-access diagnosticsPaul Eggert2019-09-151-0/+2
* Omit duplicate test of current directoryPaul Eggert2019-09-111-13/+3
* Merge from origin/emacs-26Glenn Morris2019-08-201-1/+1
|\
| * * src/callproc.c (Fcall_process): Doc fix.Eli Zaretskii2019-08-101-1/+1
* | Mention `call-process-region' in the `call-process' doc stringLars Ingebrigtsen2019-07-091-0/+3
* | Avoid some unnecessary stdio.h includesPaul Eggert2019-07-081-1/+0
* | Mark _Noreturn error functions as coldPaul Eggert2019-04-181-1/+1
* | Let debugger handle process spawn errors on w32 (Bug#33016)Noam Postavsky2019-04-141-5/+2
* | Merge from origin/emacs-26Glenn Morris2019-02-081-2/+3
|\ \ | |/
| * Minor improvements to do strings in callproc.cEli Zaretskii2019-02-081-2/+3
* | Add portable dumperDaniel Colascione2019-01-151-3/+1
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Dissociate controlling tty better on DarwinPaul Eggert2018-11-101-13/+1
* | Merge from origin/emacs-26Glenn Morris2018-10-311-8/+13
|\ \ | |/
| * Improve doc string of 'call-process'Eli Zaretskii2018-10-301-8/+13
* | More macro renamings for bignumTom Tromey2018-08-071-1/+1
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-11/+11
* | Tune SAFE_FREEPaul Eggert2018-06-281-4/+1
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-1/+1
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Simplify expand_and_dir_to_filePaul Eggert2017-08-251-1/+1
* Work around macOS bug with vforked childPaul Eggert2017-05-211-0/+8
* Attempt to work around macOS vfork bugPaul Eggert2017-05-191-4/+9
* Merge from origin/emacs-25Glenn Morris2017-04-271-0/+4
|\
| * Mention that processes start in default-directory (Bug#18515)Noam Postavsky2017-04-061-0/+4
* | Use vfork if possible on Darwin (bug#26397)Alan Third2017-04-181-0/+13
* | Install update-game-score only on requestPaul Eggert2017-03-121-12/+8
* | Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-181-1/+1
* | Fix quitting bug when buffers are frozenPaul Eggert2017-02-011-0/+3
* | Revamp quitting and fix infloopsPaul Eggert2017-02-011-7/+2
* | Remove immediate_quit.Paul Eggert2017-02-011-7/+1
* | Replace QUIT with maybe_quitPaul Eggert2017-01-251-8/+8
* | Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Don't define NOMINMAX on MS-WindowsEli Zaretskii2016-12-311-1/+0
* | Change two _Noreturn functions to return voidPaul Eggert2016-12-061-8/+8
* | Restore file descriptor limit in subprocessesPaul Eggert2016-11-061-0/+3
* | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* | Merge from origin/emacs-25Paul Eggert2016-08-221-0/+7
|\ \ | |/
| * Some assorted documentation clarificationsPhilipp Stephani2016-08-201-0/+7
* | Fix port to glibc 2.24 (pre-release) + ppc64Paul Eggert2016-07-201-2/+2
* | ; Spelling fixPaul Eggert2016-07-191-1/+1
* | Keep w32 environment settings internal onlyNoam Postavsky2016-07-181-0/+14
* | Merge from origin/emacs-25Paul Eggert2016-06-261-1/+1
|\ \ | |/
| * Fix removal of variables from process-environmentEli Zaretskii2016-06-201-1/+1