summaryrefslogtreecommitdiff
path: root/src/callproc.c
Commit message (Expand)AuthorAgeFilesLines
* Restore file descriptor limit in subprocessesPaul Eggert2016-11-061-0/+3
* Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* Merge from origin/emacs-25Paul Eggert2016-08-221-0/+7
|\
| * Some assorted documentation clarificationsPhilipp Stephani2016-08-201-0/+7
* | Fix port to glibc 2.24 (pre-release) + ppc64Paul Eggert2016-07-201-2/+2
* | ; Spelling fixPaul Eggert2016-07-191-1/+1
* | Keep w32 environment settings internal onlyNoam Postavsky2016-07-181-0/+14
* | Merge from origin/emacs-25Paul Eggert2016-06-261-1/+1
|\ \ | |/
| * Fix removal of variables from process-environmentEli Zaretskii2016-06-201-1/+1
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-2/+2
* | Simplify use of O_BINARYPaul Eggert2016-04-141-2/+1
* | Port redirect-debugging-output to non-GNU/LinuxPaul Eggert2016-04-041-55/+3
|/
* 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