aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Pacify gcc -Og -WuninitializedPaul Eggert2018-08-121-1/+1
* Merge remote-tracking branch 'origin/master' into feature/bignumTom Tromey2018-08-091-14/+19
|\
| * Make async :family 'local failures fail correctly againLars Ingebrigtsen2018-07-221-5/+11
| * Prefer NILP (x) to EQ (x, Qnil)Paul Eggert2018-07-191-2/+2
| * Merge from origin/emacs-26Glenn Morris2018-07-131-7/+6
| |\
| | * Fix format error in Faccept_process_outputMichael Albinus2018-07-131-6/+5
| | * Fix previous make-network-process changeNoam Postavsky2018-07-121-1/+1
* | | More macro renamings for bignumTom Tromey2018-08-071-32/+32
* | | Make the reader accept bignumsTom Tromey2018-07-121-1/+1
* | | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-64/+64
|/ /
* | Merge from emacs-26Noam Postavsky2018-07-091-15/+11
|\ \ | |/
| * Explicitly reject :server and :nowait (Bug#31903)Noam Postavsky2018-07-091-15/+11
| * Fix wait_reading_process_output wait_proc hangMatthias Dahl2018-06-021-1/+18
* | Tune SAFE_FREEPaul Eggert2018-06-281-2/+1
* | Merge from origin/emacs-26Glenn Morris2018-04-141-0/+4
|\ \ | |/
| * Avoid segfault in processes of type 'pipe'Eli Zaretskii2018-04-131-0/+4
* | Document that 'make-process' mixes the output streamsPhilipp Stephani2018-04-071-1/+2
* | Lisp reader now checks for integer overflowPaul Eggert2018-03-291-1/+1
* | * src/process.c (Fsignal_process): Simplify.Paul Eggert2018-03-231-6/+1
* | Revert overenthusiastic procfs fixupPaul Eggert2018-03-121-1/+1
* | Merge from origin/emacs-26Paul Eggert2018-03-101-3/+3
|\ \ | |/
| * Fix create_process bug breaking eudc-expand-inlinePaul Eggert2018-03-101-3/+3
* | Merge from origin/emacs-26Glenn Morris2018-02-171-1/+1
|\ \ | |/
| * ; Fix doc typos related to indefinite articlesGlenn Morris2018-02-161-1/+1
* | Fix wait_reading_process_output wait_proc hangMatthias Dahl2018-02-161-1/+18
* | Finish renaming to internal--daemon-socknamePaul Eggert2018-02-121-3/+3
* | Rename internal--external-sockname and document (Bug#24218)Matthew Leach2018-02-121-3/+3
* | Minor cleanups for server-name fix (Bug#24218)Paul Eggert2018-02-121-28/+30
* | Fix `server-name' and `server-socket-dir' for (Bug#24218)Matthew Leach2018-02-121-1/+18
* | Merge from origin/emacs-26Glenn Morris2018-02-091-10/+8
|\ \ | |/
| * Doc fixes for process functions (Bug#30349)Noam Postavsky2018-02-071-10/+8
* | Merge from emacs-26Noam Postavsky2018-01-261-1/+1
|\ \ | |/
| * ; * src/process.c (Fprocess_contact): Fix docstring typo.Noam Postavsky2018-01-261-1/+1
* | Replace (default-value 'enable-multibyte-characters) with tStefan Monnier2018-01-251-6/+2
* | Merge from origin/emacs-26Glenn Morris2018-01-151-2/+6
|\ \ | |/
| * Inherit query-on-exit flag to stderr process (Bug#30031)Philipp Stephani2018-01-101-2/+6
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Pacify --enable-gcc-warnings on Ubuntu 17.10 x86-64Paul Eggert2017-11-261-29/+31
* | * src/process.c (wait_reading_process_output): Deduplicate check.Charles A. Roelli2017-11-261-10/+0
|/
* Fix the MSDOS build.Eli Zaretskii2017-10-181-0/+11
* Avoid compilation warnings in optimized buildsEli Zaretskii2017-10-151-1/+1
* * src/process.c (syms_of_process): Remove duplicated call to DEFSYM.Piotr Trojanek2017-10-061-1/+0
* Avoid crashes due to invalid error forms from sentinels/filtersEli Zaretskii2017-09-151-0/+4
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-2/+2
* Simplify remove_slash_colonPaul Eggert2017-08-281-1/+1
* Minor improvements for tramp-interrupt-process, documentationMichael Albinus2017-08-241-2/+2
* Implement `interrupt-process-functions'Michael Albinus2017-08-211-3/+30
* Add an optional testfn parameter to assocNicolas Petton2017-07-111-1/+1
* Fix threads on NS (bug#25265)Alan Third2017-07-011-7/+6