aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* * src/process.c (Fget_buffer_process): Improve docstringArtur Malabarba2015-10-281-2/+4
* Include-file cleanup for src directoryPaul Eggert2015-10-201-4/+0
* Revert my two recent process.c changesTassilo Horn2015-10-031-12/+6
* Improve last commit to process.cTassilo Horn2015-09-221-7/+10
* Remove callback-handled channels from Available setTassilo Horn2015-09-221-1/+4
* Omit unnecessary \ before paren in C docstringsPaul Eggert2015-09-161-10/+10
* Prefer NUMBERP to spelling it outPaul Eggert2015-09-101-1/+1
* * src/process.c (status_notify): Avoid global redisplay (bug#11822)Stefan Monnier2015-09-081-1/+3
* Avoid read error messages from 'inotify'Robert Pluim2015-09-051-2/+10
* Docstring fixes re quotes in C codePaul Eggert2015-09-011-2/+2
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-74/+9
* Avoid duplicate calls to current_timespecPaul Eggert2015-07-051-15/+29
* Avoid returning early reading process output due to SIGIOIan Kelling2015-07-051-2/+8
* Don't return as fast reading any process outputIan Kelling2015-07-051-23/+43
* Refactor timeouts in wait_reading_process_outputIan Kelling2015-07-051-67/+42
* ; Rename local var nsecs to adaptive_nsecsIan Kelling2015-07-051-6/+6
* ; Rename local var to match function nameIan Kelling2015-07-051-12/+13
* Remove ADAPTIVE_READ_BUFFERING ifdefIan Kelling2015-07-051-25/+0
* ; Minor cleanup of wait_reading_process_outputIan Kelling2015-07-051-5/+2
* accept-process-output fixIan Kelling2015-07-051-1/+2
* Port to Solaris 10 sparc + Sun C 5.13Paul Eggert2015-06-111-41/+35
* Fix "not a tty" bug on Solaris 10Paul Eggert2015-06-111-9/+11
* Remove unused DEFSYMsPaul Eggert2015-05-311-1/+0
* Don't misencode C-generated messagesPaul Eggert2015-05-301-2/+1
* Omit -Wstrict-overflow workaround in GCC 5Paul Eggert2015-04-291-2/+2
* Don't freeze with unreadable processesPaul Eggert2015-04-251-18/+22
* Avoid non-nil current-load-list at startupGlenn Morris2015-04-201-34/+35
* Respect more keyword args in `make-process'Daiki Ueno2015-04-111-2/+2
* Fix problems found by --enable-gcc-warningsPaul Eggert2015-04-101-6/+5
* Add facility to collect stderr of async subprocessDaiki Ueno2015-04-111-15/+281
* Assume !BROKEN_NON_BLOCKING_CONNECTPaul Eggert2015-03-271-18/+9
* Make process-running-child-p return foreground process group IDDaniel Colascione2015-03-241-3/+6
* Minor refactoring of new Fmake_process codePaul Eggert2015-03-231-36/+32
* Generalize start-process with keyword argsDaiki Ueno2015-03-231-43/+132
* Count MANY function args more reliablyPaul Eggert2015-01-251-14/+14
* Tiny lisp.h cleanupDmitry Antipov2015-01-161-0/+5
* Tune pseudovector allocation assuming Qnil == 0Dmitry Antipov2015-01-161-1/+9
* remove_slash_colon need not be inlinePaul Eggert2015-01-141-0/+12
* Consolidate common path transformation code.Dmitry Antipov2015-01-141-5/+2
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-31/+1
* Update copyright year to 2015Paul Eggert2015-01-011-2/+2
* * src/keyboard.c (swallow_events): Don't redisplay if there's input pending.Stefan Monnier2014-12-171-3/+3
* * src/: Various fixes to use bool type and constants.Stefan Monnier2014-12-151-4/+4
* Various minor details accumulated over timeStefan Monnier2014-12-081-50/+50
* Fix incorrect assertionAndreas Schwab2014-11-021-1/+2
* Merge from emacs-24; up to 2014-07-26T11:58:24Z!schwab@linux-m68k.orgGlenn Morris2014-10-121-0/+3
|\
| * Fix port to Debian GNU/kFreeBSD 7 (wheezy).Paul Eggert2014-10-101-0/+3
* | Spelling fixes.Paul Eggert2014-10-121-3/+3
* | Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert2014-09-301-29/+37
* | Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert2014-09-291-21/+24