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