summaryrefslogtreecommitdiff
path: root/src/callproc.c
Commit message (Expand)AuthorAgeFilesLines
* * src/callproc.c (Fcall_process): Doc fix.Eli Zaretskii2019-08-101-1/+1
* Minor improvements to do strings in callproc.cEli Zaretskii2019-02-081-2/+3
* Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* Improve doc string of 'call-process'Eli Zaretskii2018-10-301-8/+13
* 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
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-2/+2
* | Simplify use of O_BINARYPaul Eggert2016-04-141-2/+1
* | Port redirect-debugging-output to non-GNU/LinuxPaul Eggert2016-04-041-55/+3
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-4/+4
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* New lispref section “Security Considerations”Paul Eggert2015-10-211-1/+1
* Include-file cleanup for src directoryPaul Eggert2015-10-201-5/+0
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-2/+2
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-60/+27
* Tweak exec-path in uninstalled caseGlenn Morris2015-04-201-2/+2
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-211-1/+1
* Consolidate common path transformation code.Dmitry Antipov2015-01-141-9/+4
* Avoid extra multibyteness check in ENCODE_FILE users.Dmitry Antipov2015-01-141-7/+5
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Prefer stpcpy to strcatPaul Eggert2014-12-251-5/+2
* * src/: Various fixes to use bool type and constants.Stefan Monnier2014-12-151-3/+3
* Merge from emacs-24; up to 117687Glenn Morris2014-11-081-0/+8
|\