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
2017-09-13
Prefer HTTPS to FTP and HTTP in documentation
Paul Eggert
2017-08-25
Simplify expand_and_dir_to_file
Paul Eggert
2017-05-21
Work around macOS bug with vforked child
Paul Eggert
2017-05-19
Attempt to work around macOS vfork bug
Paul Eggert
2017-04-27
Merge from origin/emacs-25
Glenn Morris
2017-04-18
Use vfork if possible on Darwin (bug#26397)
Alan Third
2017-04-06
Mention that processes start in default-directory (Bug#18515)
Noam Postavsky
2017-03-12
Install update-game-score only on request
Paul Eggert
2017-02-18
Use 'char *FOO' instead of 'char* FOO'
Paul Eggert
2017-02-01
Fix quitting bug when buffers are frozen
Paul Eggert
2017-02-01
Revamp quitting and fix infloops
Paul Eggert
2017-02-01
Remove immediate_quit.
Paul Eggert
2017-01-25
Replace QUIT with maybe_quit
Paul Eggert
2017-01-01
Merge from origin/emacs-25
Paul Eggert
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-12-31
Don't define NOMINMAX on MS-Windows
Eli Zaretskii
2016-12-06
Change two _Noreturn functions to return void
Paul Eggert
2016-11-06
Restore file descriptor limit in subprocesses
Paul Eggert
2016-09-30
Limit <config.h>’s includes
Paul Eggert
2016-08-22
Merge from origin/emacs-25
Paul Eggert
2016-08-20
Some assorted documentation clarifications
Philipp Stephani
2016-07-20
Fix port to glibc 2.24 (pre-release) + ppc64
Paul Eggert
2016-07-19
; Spelling fix
Paul Eggert
2016-07-18
Keep w32 environment settings internal only
Noam Postavsky
2016-06-26
Merge from origin/emacs-25
Paul Eggert
2016-06-20
Fix removal of variables from process-environment
Eli Zaretskii
2016-05-21
Fix compiler warnings in the MinGW build
Eli Zaretskii
2016-04-14
Simplify use of O_BINARY
Paul Eggert
2016-04-04
Port redirect-debugging-output to non-GNU/Linux
Paul Eggert
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-10-21
New lispref section “Security Considerations”
Paul Eggert
2015-10-20
Include-file cleanup for src directory
Paul Eggert
2015-09-16
Omit unnecessary \ before paren in C docstrings
Paul Eggert
2015-08-26
Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS
Paul Eggert
2015-04-20
Tweak exec-path in uninstalled case
Glenn Morris
2015-02-21
Prefer 'Qfoo' to 'intern ("foo")'
Paul Eggert
2015-01-14
Consolidate common path transformation code.
Dmitry Antipov
2015-01-14
Avoid extra multibyteness check in ENCODE_FILE users.
Dmitry Antipov
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-12-25
Prefer stpcpy to strcat
Paul Eggert
2014-12-15
* src/: Various fixes to use bool type and constants.
Stefan Monnier
2014-11-08
Merge from emacs-24; up to 117687
Glenn 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 file
Michael Albinus
2014-09-23
* lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.
Paul Eggert
2014-09-23
Use known length of a Lisp string to copy it faster.
Dmitry Antipov
2014-09-22
Fix 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
[prev]
[next]