summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2018-03-23* src/process.c (Fsignal_process): Simplify.Paul Eggert
2018-03-12Revert overenthusiastic procfs fixupPaul Eggert
2018-03-10Merge from origin/emacs-26Paul Eggert
2018-03-10Fix create_process bug breaking eudc-expand-inlinePaul Eggert
2018-02-17Merge from origin/emacs-26Glenn Morris
2018-02-16; Fix doc typos related to indefinite articlesGlenn Morris
2018-02-16Fix wait_reading_process_output wait_proc hangMatthias Dahl
2018-02-12Finish renaming to internal--daemon-socknamePaul Eggert
2018-02-12Rename internal--external-sockname and document (Bug#24218)Matthew Leach
2018-02-12Minor cleanups for server-name fix (Bug#24218)Paul Eggert
2018-02-12Fix `server-name' and `server-socket-dir' for (Bug#24218)Matthew Leach
2018-02-09Merge from origin/emacs-26Glenn Morris
2018-02-07Doc fixes for process functions (Bug#30349)Noam Postavsky
2018-01-26Merge from emacs-26Noam Postavsky
2018-01-26; * src/process.c (Fprocess_contact): Fix docstring typo.Noam Postavsky
2018-01-25Replace (default-value 'enable-multibyte-characters) with tStefan Monnier
2018-01-15Merge from origin/emacs-26Glenn Morris
2018-01-10Inherit query-on-exit flag to stderr process (Bug#30031)Philipp Stephani
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-11-26Pacify --enable-gcc-warnings on Ubuntu 17.10 x86-64Paul Eggert
2017-11-26* src/process.c (wait_reading_process_output): Deduplicate check.Charles A. Roelli
2017-10-18Fix the MSDOS build.Eli Zaretskii
2017-10-15Avoid compilation warnings in optimized buildsEli Zaretskii
2017-10-06* src/process.c (syms_of_process): Remove duplicated call to DEFSYM.Piotr Trojanek
2017-09-15Avoid crashes due to invalid error forms from sentinels/filtersEli Zaretskii
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-08-28Simplify remove_slash_colonPaul Eggert
2017-08-24Minor improvements for tramp-interrupt-process, documentationMichael Albinus
2017-08-21Implement `interrupt-process-functions'Michael Albinus
2017-07-11Add an optional testfn parameter to assocNicolas Petton
2017-07-01Fix threads on NS (bug#25265)Alan Third
2017-05-21Work around macOS bug in create_process, tooPaul Eggert
2017-05-17Avoid undefined behavior in struct sockaddrPaul Eggert
2017-05-17Catch IPv4/IPv6 issues at compile timePaul Eggert
2017-05-17Remove redundant code in connect_network_socketEli Zaretskii
2017-05-16Simplify procname code to avoid GCC bugPaul Eggert
2017-05-14Fix address violation found by AddressSanitizerPaul Eggert
2017-04-18Use vfork if possible on Darwin (bug#26397)Alan Third
2017-04-17Fix assertion violations when displaying thread-related errorEli Zaretskii
2017-02-18Use 'char *FOO' instead of 'char* FOO'Paul 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-30Don't call xg_select for a NextStep build.Ken Raeburn
2016-12-30Attempt to fix crashes with threads in GTK buildsEli Zaretskii
2016-12-22; Spelling fixesPaul Eggert
2016-12-17Fix commentsEli Zaretskii
2016-12-10Support concurrency in Emacs LispEli Zaretskii