summaryrefslogtreecommitdiff
path: root/src/callproc.c
Commit message (Expand)AuthorAge
* Mention that processes start in default-directory (Bug#18515)Noam Postavsky2017-04-06
* Update copyright year to 2017Paul Eggert2016-12-31
* Some assorted documentation clarificationsPhilipp Stephani2016-08-20
* Fix removal of variables from process-environmentEli Zaretskii2016-06-20
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* New lispref section “Security Considerations”Paul Eggert2015-10-21
* Include-file cleanup for src directoryPaul Eggert2015-10-20
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-16
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-26
* Tweak exec-path in uninstalled caseGlenn Morris2015-04-20
* Prefer 'Qfoo' to 'intern ("foo")'Paul Eggert2015-02-21
* Consolidate common path transformation code.Dmitry Antipov2015-01-14
* Avoid extra multibyteness check in ENCODE_FILE users.Dmitry Antipov2015-01-14
* Update copyright year to 2015Paul Eggert2015-01-01
* Prefer stpcpy to strcatPaul Eggert2014-12-25
* * src/: Various fixes to use bool type and constants.Stefan Monnier2014-12-15
* Merge from emacs-24; up to 117687Glenn Morris2014-11-08
|\
| * * callproc.c (encode_current_directory): Encode dir at the end.Michael Albinus2014-11-07
| * * src/callproc.c (encode_current_directory): Fix thinko in previous.Glenn Morris2014-11-07
| * * callproc.c (encode_current_directory): Support handling of fileMichael Albinus2014-11-07
* | * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert2014-09-23
* | Use known length of a Lisp string to copy it faster.Dmitry Antipov2014-09-23
* | Fix SAFE_ALLOCA to not exhaust the stack when in a loop.Paul Eggert2014-09-22
* | * callproc.c (init_callproc): Fix bug introduced at 2014-09-07.Jan Djärv2014-09-14
* | * callproc.c (exec_failed) [DOS_NT]: Define a dummy.Paul Eggert2014-09-07
* | Fix the MS-Windows build broken by SAFE_ALLOCA changes.Eli Zaretskii2014-09-07
* | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert2014-09-07
* | * callproc.c (egetenv_internal): Add arg and rename from egetenv ...Dmitry Antipov2014-09-02
* | Avoid extra calls to strlen in filesystem I/O routines.Dmitry Antipov2014-09-01
* | Use binary-io module, O_BINARY, and "b" flag.Paul Eggert2014-07-14
* | Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.eduGlenn Morris2014-06-07
|\|
| * * src/callproc.c (call_process): Don't check read-only if we don't insertStefan Monnier2014-06-02
* | Port signal-handling to DragonFly BSD.Paul Eggert2014-06-01
* | Don't let SIGINT handling block SIGCHLD indefinitely.Paul Eggert2014-05-29
* | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert2014-04-16
|\|
| * Fix the MSDOS build.Eli Zaretskii2014-04-16
* | Handle sigmask better with nested signal handlers.Paul Eggert2014-03-25
* | Make some files in etc obsoleteGlenn Morris2014-03-22
|/
* Don't ignore SIGPROF in subprocessesAndreas Schwab2014-01-30
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Shell completion for filenames from current directory, related docs.Jarek Czekalski2013-12-27
* Minor fixes for recent openp changes.Paul Eggert2013-12-18
* Add load-prefer-newer option, to load .el if newer than .elcGlenn Morris2013-12-17
* Preload leim-list.elGlenn Morris2013-11-25
* Empty elements in EMACSLOADPATH now stand for the defaultGlenn Morris2013-11-22
* * src/xdisp.c (prepare_menu_bars): Mark static.Stefan Monnier2013-11-05
* Fix bug #15148 with garbled display in Dired when cache-long-scans is ON.Eli Zaretskii2013-11-05
* Fix bug #15260 with building and installing Emacs in non-ASCII directories.Eli Zaretskii2013-11-04
* Don't let very long directory names overrun the stack.Paul Eggert2013-08-23