summaryrefslogtreecommitdiff
path: root/src/callproc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * * callproc.c (encode_current_directory): Encode dir at the end.Michael Albinus2014-11-071-2/+3
| * * src/callproc.c (encode_current_directory): Fix thinko in previous.Glenn Morris2014-11-071-1/+1
| * * callproc.c (encode_current_directory): Support handling of fileMichael Albinus2014-11-071-1/+5
* | * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert2014-09-231-1/+1
* | Use known length of a Lisp string to copy it faster.Dmitry Antipov2014-09-231-1/+1
* | Fix SAFE_ALLOCA to not exhaust the stack when in a loop.Paul Eggert2014-09-221-0/+2
* | * callproc.c (init_callproc): Fix bug introduced at 2014-09-07.Jan Djärv2014-09-141-1/+1
* | * callproc.c (exec_failed) [DOS_NT]: Define a dummy.Paul Eggert2014-09-071-10/+14
* | Fix the MS-Windows build broken by SAFE_ALLOCA changes.Eli Zaretskii2014-09-071-1/+13
* | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-071-23/+30
* | * callproc.c (egetenv_internal): Add arg and rename from egetenv ...Dmitry Antipov2014-09-021-3/+3
* | Avoid extra calls to strlen in filesystem I/O routines.Dmitry Antipov2014-09-011-3/+3
* | Use binary-io module, O_BINARY, and "b" flag.Paul Eggert2014-07-141-1/+1
* | Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.eduGlenn Morris2014-06-071-2/+5
|\ \ | |/