aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/keyboard.c (requeued_events_pending_p): Improve name and fix commentTim Ruffing2024-03-101-4/+4
* Implement Lisp threading on AndroidPo Lu2024-02-061-3/+30
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; Fix typosStefan Kangas2023-12-101-1/+1
* | Merge from origin/emacs-29Eli Zaretskii2023-12-021-0/+2
|\ \ | |/
| * Document, that PROCESS of signal-process can be a stringMichael Albinus2023-11-301-0/+2
* | Merge from origin/emacs-29Michael Albinus2023-10-131-1/+2
|\ \ | |/
| * Fix updating process-mark position in 'set-process-buffer'Eli Zaretskii2023-10-071-1/+2
* | Merge from origin/emacs-29Eli Zaretskii2023-10-071-4/+9
|\ \ | |/
| * Fix setting the pipe capacity for subprocessesEli Zaretskii2023-10-061-2/+8
* | ; * src/process.c (child_signal_notify): Avoid compiler warning (bug#65919).Eli Zaretskii2023-09-151-6/+12
* | Correct bug#65919Po Lu2023-09-151-1/+18
* | Port Proced to AndroidPo Lu2023-09-071-2/+3
* | Better error for missing or bad :name arg in make-process etcMattias Engdegård2023-08-081-9/+18
* | ; Last-minute updates to Android portPo Lu2023-08-041-1/+1
* | Update Android portPo Lu2023-07-271-0/+10
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-07-141-1/+2
|\ \
| * | Port NaN, infinity handling better to VAXPaul Eggert2023-07-131-1/+2
| |/
* | Update Android portPo Lu2023-03-071-1/+1
* | Fix build and running on Android 2.2Po Lu2023-02-171-1/+1
* | Update Android portPo Lu2023-02-151-0/+1
* | Update Android portPo Lu2023-01-261-1/+2
* | Update Android portPo Lu2023-01-171-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2023-01-021-1/+1
|\ \ | |/
| * ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* | Merge remote-tracking branch 'origin/master' into feature/androidPo Lu2022-12-311-4/+7
|\ \ | |/
| * ; * src/process.c (Fprocess_running_child_p): Doc fix.Eli Zaretskii2022-12-251-4/+7
* | Bring up the Android operating system and its window systemPo Lu2022-12-311-1/+16
|/
* Initialize child signal handling before posix_spawn too.Paul Eggert2022-11-021-2/+1
* Fix problem with Glib 2.73.2+ and SIGCHLD handlerPaul Eggert2022-09-091-14/+24
* Delete two functions obsolete since Emacs 23Stefan Kangas2022-08-191-42/+0
* Copy-edit doc strings and comments wrt bignum and fixnumMattias Engdegård2022-08-181-2/+2
* Add STREAM argument to 'process-tty-name'Jim Porter2022-08-051-4/+21
* Allow creating processes where only one of stdin or stdout is a PTYJim Porter2022-08-051-49/+80
* Fix the bytecode incompatibility due to the change to 'narrow-to-region'.Gregory Heytings2022-08-011-1/+1
* Merge branch 'feature/long-lines-and-font-locking'Gregory Heytings2022-07-291-1/+1
|\
| * Add an optional 'lock' parameter to 'narrow-to-region'Gregory Heytings2022-07-281-1/+1
* | Teach 'network-lookup-address-info' to validate numeric addressesRobert Pluim2022-07-261-8/+19
|/
* Fix the MS-DOS buildPo Lu2022-07-061-1/+8
* Allow plist-get/plist-put/plist-member to take a comparison functionLars Ingebrigtsen2022-06-271-82/+82
* Fix off-by-one error in Fsignal_namesLars Ingebrigtsen2022-06-271-1/+1
* Minor clean up of previous Fsignal_names patchLars Ingebrigtsen2022-06-261-3/+1
* Make `signal-process' allow completing over signal namesLars Ingebrigtsen2022-06-261-1/+18
* ; * src/process.c (wait_reading_process_output): Fix typo.Eli Zaretskii2022-06-201-1/+1
* Fix x-selection-timeout if some keyboard input arrives while waitingPo Lu2022-06-201-1/+11
* Use BASE_EQ instead of EQ where obviously safeMattias Engdegård2022-06-161-1/+1
* Use `read-process-output-max' when creating pipes on GNU/LinuxFrédéric Giquel2022-06-021-1/+8
* Add OVERRIDES argument to prin1/prin1-to-stringLars Ingebrigtsen2022-05-151-1/+1
* Make 'delete-process' into a commandLars Ingebrigtsen2022-05-071-2/+16