index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
callproc.c
Age
Commit message (
Expand
)
Author
2026-02-28
; * src/callproc.c (command-line-max-length): Use DEFVAR_INT.
Sean Whitton
2026-02-28
Initialize command-line-max-length with sysconf(3)
Sean Whitton
2026-01-01
; Add 2026 to copyright years.
Sean Whitton
2025-07-24
Streamline init_callproc a bit
Paul Eggert
2025-07-24
PATH defaults now act more like GNU and POSIX
Paul Eggert
2025-03-22
Remove ctags program
Paul Eggert
2025-02-01
Merge branch 'scratch/no-purespace' into 'master'
Stefan Kangas
2025-01-19
Replace call[1-8] with calln
Stefan Kangas
2025-01-01
Update copyright year to 2025
Paul Eggert
2024-12-12
Pure storage removal: Replace calls to removed functions
Pip Cet
2024-07-25
Standardize possessive apostrophe usage in manuals, docs, and comments
Stefan Kangas
2024-05-09
Replace calls to intern with a constant string with DEFSYMs
Po Lu
2024-01-02
Merge from savannah/emacs-29
Po Lu
2024-01-02
; Add 2024 to copyright years
Po Lu
2023-09-06
Properly run emacsclient under Android if DISPLAY is set
Po Lu
2023-08-24
Install rcs2log within Emacs packages for Android
Po Lu
2023-08-11
Minor adjustments to Android port
Po Lu
2023-07-27
Update Android port
Po Lu
2023-05-14
Merge remote-tracking branch 'origin/master' into feature/android
Po Lu
2023-05-01
Work around system restrictions regarding exec
Po Lu
2023-03-29
Remove labeled restrictions before calling Fwiden
Gregory Heytings
2023-03-11
Update Android port
Po Lu
2023-03-07
Update Android port
Po Lu
2023-03-01
Update Android port
Po Lu
2023-01-25
Update Android port
Po Lu
2023-01-24
Make binaries distributed with Emacs work on Android
Po Lu
2023-01-02
; Clarify doc strings of 'call-process' and 'call-process-region'
Eli Zaretskii
2023-01-01
; Add 2023 to copyright years.
Eli Zaretskii
2022-11-02
Initialize child signal handling before posix_spawn too.
Paul Eggert
2022-10-28
Fix Haiku subprocess support
Po Lu
2022-10-26
Fix Haiku build for recent changes to system headers
Po Lu
2022-08-17
Fix broken build on Solaris 10 emacs_spawn
Paul Eggert
2022-08-06
* src/callproc.c (emacs_spawn): Fix Mac OS X build.
Po Lu
2022-08-05
Allow creating processes where only one of stdin or stdout is a PTY
Jim Porter
2022-04-12
Fix some DISPLAY variable related bugs on PGTK
Po Lu
2022-04-04
Use correct signal oldset in posix_spawn implementation
Jürgen Hötzel
2022-02-12
Replace ptrdiff_t with new specpdl_ref type for specpdl references
Mattias Engdegård
2022-02-10
Silence macOS vfork deprecation warnings
Mattias Engdegård
2022-01-01
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
; Add 2022 to copyright years.
Eli Zaretskii
2021-12-12
Merge from origin/emacs-28
Stefan Kangas
2021-12-11
Fix the DJGPP port
Po Lu
2021-11-13
Fix compilation on MS-Windows
Eli Zaretskii
2021-11-13
Use posix_spawn if possible.
Philipp Stephani
2021-11-11
Fix compilation on MS-Windows
Eli Zaretskii
2021-11-11
Use posix_spawn if possible.
Philipp Stephani
2021-08-31
call-process doc string clarification
Lars Ingebrigtsen
2021-07-04
Ensure 'call-process' interprets INFILE as a local path
Jim Porter
2021-06-26
Fix NS native compilation builds
Alan Third
2021-05-03
Fix unquoting of file names in subprocesses (Bug#48177)
Michael Albinus
[next]