| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | Include-file cleanup for src directory | Paul Eggert | 2015-10-20 | 1 | -4/+0 | |
| * | | | | | | | | | | | | | | Revert my two recent process.c changes | Tassilo Horn | 2015-10-03 | 1 | -12/+6 | |
| * | | | | | | | | | | | | | | Improve last commit to process.c | Tassilo Horn | 2015-09-22 | 1 | -7/+10 | |
| * | | | | | | | | | | | | | | Remove callback-handled channels from Available set | Tassilo Horn | 2015-09-22 | 1 | -1/+4 | |
| * | | | | | | | | | | | | | | Omit unnecessary \ before paren in C docstrings | Paul Eggert | 2015-09-16 | 1 | -10/+10 | |
| * | | | | | | | | | | | | | | Prefer NUMBERP to spelling it out | Paul Eggert | 2015-09-10 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | * src/process.c (status_notify): Avoid global redisplay (bug#11822) | Stefan Monnier | 2015-09-08 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | | Avoid read error messages from 'inotify' | Robert Pluim | 2015-09-05 | 1 | -2/+10 | |
| * | | | | | | | | | | | | | | Docstring fixes re quotes in C code | Paul Eggert | 2015-09-01 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPS | Paul Eggert | 2015-08-26 | 1 | -74/+9 | |
| * | | | | | | | | | | | | | | Avoid duplicate calls to current_timespec | Paul Eggert | 2015-07-05 | 1 | -15/+29 | |
| * | | | | | | | | | | | | | | Avoid returning early reading process output due to SIGIO | Ian Kelling | 2015-07-05 | 1 | -2/+8 | |
| * | | | | | | | | | | | | | | Don't return as fast reading any process output | Ian Kelling | 2015-07-05 | 1 | -23/+43 | |
| * | | | | | | | | | | | | | | Refactor timeouts in wait_reading_process_output | Ian Kelling | 2015-07-05 | 1 | -67/+42 | |
| * | | | | | | | | | | | | | | ; Rename local var nsecs to adaptive_nsecs | Ian Kelling | 2015-07-05 | 1 | -6/+6 | |
| * | | | | | | | | | | | | | | ; Rename local var to match function name | Ian Kelling | 2015-07-05 | 1 | -12/+13 | |
| * | | | | | | | | | | | | | | Remove ADAPTIVE_READ_BUFFERING ifdef | Ian Kelling | 2015-07-05 | 1 | -25/+0 | |
| * | | | | | | | | | | | | | | ; Minor cleanup of wait_reading_process_output | Ian Kelling | 2015-07-05 | 1 | -5/+2 | |
| * | | | | | | | | | | | | | | accept-process-output fix | Ian Kelling | 2015-07-05 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | Port to Solaris 10 sparc + Sun C 5.13 | Paul Eggert | 2015-06-11 | 1 | -41/+35 | |
| * | | | | | | | | | | | | | | Fix "not a tty" bug on Solaris 10 | Paul Eggert | 2015-06-11 | 1 | -9/+11 | |
| * | | | | | | | | | | | | | | Remove unused DEFSYMs | Paul Eggert | 2015-05-31 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | Don't misencode C-generated messages | Paul Eggert | 2015-05-30 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | Omit -Wstrict-overflow workaround in GCC 5 | Paul Eggert | 2015-04-29 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | Don't freeze with unreadable processes | Paul Eggert | 2015-04-25 | 1 | -18/+22 | |
| * | | | | | | | | | | | | | | Avoid non-nil current-load-list at startup | Glenn Morris | 2015-04-20 | 1 | -34/+35 | |
| * | | | | | | | | | | | | | | Respect more keyword args in `make-process' | Daiki Ueno | 2015-04-11 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | Fix problems found by --enable-gcc-warnings | Paul Eggert | 2015-04-10 | 1 | -6/+5 | |
| * | | | | | | | | | | | | | | Add facility to collect stderr of async subprocess | Daiki Ueno | 2015-04-11 | 1 | -15/+281 | |
| * | | | | | | | | | | | | | | Assume !BROKEN_NON_BLOCKING_CONNECT | Paul Eggert | 2015-03-27 | 1 | -18/+9 | |
| * | | | | | | | | | | | | | | Make process-running-child-p return foreground process group ID | Daniel Colascione | 2015-03-24 | 1 | -3/+6 | |
| * | | | | | | | | | | | | | | Minor refactoring of new Fmake_process code | Paul Eggert | 2015-03-23 | 1 | -36/+32 | |
| * | | | | | | | | | | | | | | Generalize start-process with keyword args | Daiki Ueno | 2015-03-23 | 1 | -43/+132 | |
| * | | | | | | | | | | | | | | Count MANY function args more reliably | Paul Eggert | 2015-01-25 | 1 | -14/+14 | |
| * | | | | | | | | | | | | | | Tiny lisp.h cleanup | Dmitry Antipov | 2015-01-16 | 1 | -0/+5 | |
| * | | | | | | | | | | | | | | Tune pseudovector allocation assuming Qnil == 0 | Dmitry Antipov | 2015-01-16 | 1 | -1/+9 | |
| * | | | | | | | | | | | | | | remove_slash_colon need not be inline | Paul Eggert | 2015-01-14 | 1 | -0/+12 | |
| * | | | | | | | | | | | | | | Consolidate common path transformation code. | Dmitry Antipov | 2015-01-14 | 1 | -5/+2 | |
| * | | | | | | | | | | | | | | Compute C decls for DEFSYMs automatically | Paul Eggert | 2015-01-05 | 1 | -31/+1 | |
| * | | | | | | | | | | | | | | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | * src/keyboard.c (swallow_events): Don't redisplay if there's input pending. | Stefan Monnier | 2014-12-17 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | * src/: Various fixes to use bool type and constants. | Stefan Monnier | 2014-12-15 | 1 | -4/+4 | |
| * | | | | | | | | | | | | | | Various minor details accumulated over time | Stefan Monnier | 2014-12-08 | 1 | -50/+50 | |
| * | | | | | | | | | | | | | | Fix incorrect assertion | Andreas Schwab | 2014-11-02 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | Merge from emacs-24; up to 2014-07-26T11:58:24Z!schwab@linux-m68k.org | Glenn Morris | 2014-10-12 | 1 | -0/+3 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | Fix port to Debian GNU/kFreeBSD 7 (wheezy). | Paul Eggert | 2014-10-10 | 1 | -0/+3 | |
| * | | | | | | | | | | | | | | | Spelling fixes. | Paul Eggert | 2014-10-12 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | Use AUTO_CONS instead of SCOPED_CONS, etc. | Paul Eggert | 2014-09-30 | 1 | -29/+37 | |
| * | | | | | | | | | | | | | | | Simplify stack-allocated Lisp objects, and make them more portable. | Paul Eggert | 2014-09-29 | 1 | -21/+24 | |
| * | | | | | | | | | | | | | | | Keep stack-allocated Lisp objects fast rather than versatile. | Dmitry Antipov | 2014-09-29 | 1 | -4/+0 | |