summaryrefslogtreecommitdiff
path: root/src/callproc.c
Commit message (Expand)AuthorAge
* Avoid assertion violation in callproc.cEli Zaretskii2021-02-10
* Update copyright year to 2021Paul Eggert2021-01-01
* Make after-change-functions called from call-process get the correct BEGAlan Mackenzie2020-02-13
* ; Spelling and URL fixesPaul Eggert2020-01-27
* Make call_process call signal_after_change. This fixes bug #38691.Alan Mackenzie2020-01-22
* Update copyright year to 2020Paul Eggert2020-01-01
* Fix data-directory when executing from an out-of-source buildÓscar Fuentes2019-11-02
* Revert too-picky file-access testsPaul Eggert2019-09-21
* Fix permission-denied issue in MS-Windows startupPaul Eggert2019-09-18
* Fix initialization of shared-game-score-directory on MS-WindowsEli Zaretskii2019-09-16
* Improve directory-access diagnosticsPaul Eggert2019-09-15
* Omit duplicate test of current directoryPaul Eggert2019-09-11
* Merge from origin/emacs-26Glenn Morris2019-08-20
|\
| * * src/callproc.c (Fcall_process): Doc fix.Eli Zaretskii2019-08-10
* | Mention `call-process-region' in the `call-process' doc stringLars Ingebrigtsen2019-07-09
* | Avoid some unnecessary stdio.h includesPaul Eggert2019-07-08
* | Mark _Noreturn error functions as coldPaul Eggert2019-04-18
* | Let debugger handle process spawn errors on w32 (Bug#33016)Noam Postavsky2019-04-14
* | Merge from origin/emacs-26Glenn Morris2019-02-08
|\|
| * Minor improvements to do strings in callproc.cEli Zaretskii2019-02-08
* | Add portable dumperDaniel Colascione2019-01-15
* | Merge from origin/emacs-26Paul Eggert2018-12-31
|\|
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Dissociate controlling tty better on DarwinPaul Eggert2018-11-10
* | Merge from origin/emacs-26Glenn Morris2018-10-31
|\|
| * Improve doc string of 'call-process'Eli Zaretskii2018-10-30
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
* | Tune SAFE_FREEPaul Eggert2018-06-28
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-25
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Simplify expand_and_dir_to_filePaul Eggert2017-08-25
* Work around macOS bug with vforked childPaul Eggert2017-05-21
* Attempt to work around macOS vfork bugPaul Eggert2017-05-19
* Merge from origin/emacs-25Glenn Morris2017-04-27
|\
| * Mention that processes start in default-directory (Bug#18515)Noam Postavsky2017-04-06
* | Use vfork if possible on Darwin (bug#26397)Alan Third2017-04-18
* | Install update-game-score only on requestPaul Eggert2017-03-12
* | Use 'char *FOO' instead of 'char* FOO'Paul Eggert2017-02-18
* | Fix quitting bug when buffers are frozenPaul Eggert2017-02-01
* | Revamp quitting and fix infloopsPaul Eggert2017-02-01
* | Remove immediate_quit.Paul Eggert2017-02-01
* | Replace QUIT with maybe_quitPaul Eggert2017-01-25
* | Merge from origin/emacs-25Paul Eggert2017-01-01
|\|
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Don't define NOMINMAX on MS-WindowsEli Zaretskii2016-12-31
* | Change two _Noreturn functions to return voidPaul Eggert2016-12-06
* | Restore file descriptor limit in subprocessesPaul Eggert2016-11-06