summaryrefslogtreecommitdiff
path: root/src/callproc.c
AgeCommit message (Expand)Author
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-08-25Simplify expand_and_dir_to_filePaul Eggert
2017-05-21Work around macOS bug with vforked childPaul Eggert
2017-05-19Attempt to work around macOS vfork bugPaul Eggert
2017-04-27Merge from origin/emacs-25Glenn Morris
2017-04-18Use vfork if possible on Darwin (bug#26397)Alan Third
2017-04-06Mention that processes start in default-directory (Bug#18515)Noam Postavsky
2017-03-12Install update-game-score only on requestPaul Eggert
2017-02-18Use 'char *FOO' instead of 'char* FOO'Paul Eggert
2017-02-01Fix quitting bug when buffers are frozenPaul Eggert
2017-02-01Revamp quitting and fix infloopsPaul Eggert
2017-02-01Remove immediate_quit.Paul Eggert
2017-01-25Replace QUIT with maybe_quitPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-12-31Don't define NOMINMAX on MS-WindowsEli Zaretskii
2016-12-06Change two _Noreturn functions to return voidPaul Eggert
2016-11-06Restore file descriptor limit in subprocessesPaul Eggert
2016-09-30Limit <config.h>’s includesPaul Eggert
2016-08-22Merge from origin/emacs-25Paul Eggert
2016-08-20Some assorted documentation clarificationsPhilipp Stephani
2016-07-20Fix port to glibc 2.24 (pre-release) + ppc64Paul Eggert
2016-07-19; Spelling fixPaul Eggert
2016-07-18Keep w32 environment settings internal onlyNoam Postavsky
2016-06-26Merge from origin/emacs-25Paul Eggert
2016-06-20Fix removal of variables from process-environmentEli Zaretskii
2016-05-21Fix compiler warnings in the MinGW buildEli Zaretskii
2016-04-14Simplify use of O_BINARYPaul Eggert
2016-04-04Port redirect-debugging-output to non-GNU/LinuxPaul Eggert
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-10-21New lispref section “Security Considerations”Paul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-09-16Omit unnecessary \ before paren in C docstringsPaul Eggert
2015-08-26Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert
2015-04-20Tweak exec-path in uninstalled caseGlenn Morris
2015-02-21Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert
2015-01-14Consolidate common path transformation code.Dmitry Antipov
2015-01-14Avoid extra multibyteness check in ENCODE_FILE users.Dmitry Antipov
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-25Prefer stpcpy to strcatPaul Eggert
2014-12-15* src/: Various fixes to use bool type and constants.Stefan Monnier
2014-11-08Merge from emacs-24; up to 117687Glenn Morris
2014-11-07* callproc.c (encode_current_directory): Encode dir at the end.Michael Albinus
2014-11-07* src/callproc.c (encode_current_directory): Fix thinko in previous.Glenn Morris
2014-11-07* callproc.c (encode_current_directory): Support handling of fileMichael Albinus
2014-09-23* lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert
2014-09-23Use known length of a Lisp string to copy it faster.Dmitry Antipov
2014-09-22Fix SAFE_ALLOCA to not exhaust the stack when in a loop.Paul Eggert
2014-09-14* callproc.c (init_callproc): Fix bug introduced at 2014-09-07.Jan Djärv