| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | 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 | |
| * | | | | | | | | | | | | | | | Fix local_cons etc. to not exhaust the stack when in a loop. | Paul Eggert | 2014-09-24 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | * lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy. | Paul Eggert | 2014-09-23 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | Use known length of a Lisp string to copy it faster. | Dmitry Antipov | 2014-09-23 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS. | Dmitry Antipov | 2014-09-18 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Avoid clang-specific warnings. | Dmitry Antipov | 2014-09-17 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | | If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack. | Dmitry Antipov | 2014-09-15 | 1 | -41/+30 | |
| * | | | | | | | | | | | | | | | Use SAFE_ALLOCA etc. to avoid unbounded stack allocation. | Paul Eggert | 2014-09-07 | 1 | -12/+15 | |
| * | | | | | | | | | | | | | | | src/process.c: fix a comment typo | Reuben Thomas | 2014-08-09 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | Fix Gnus-related issues reported by David Kastrup <dak@gnu.org> in | Dmitry Antipov | 2014-07-28 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | On GNU/Linux, use timerfd for asynchronous timers. | Dmitry Antipov | 2014-07-28 | 1 | -0/+18 | |
| * | | | | | | | | | | | | | | | Revert previous change. | Paul Eggert | 2014-07-26 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | Reorder conditions that are written backwards | Andreas Schwab | 2014-07-26 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | * process.c (read_and_dispose_of_process_output): Fix typo | Paul Eggert | 2014-07-08 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | * process.c: Add sanity checks for file descriptors. | Paul Eggert | 2014-07-07 | 1 | -5/+10 | |
| * | | | | | | | | | | | | | | | Be more consistent about the 'Qfoo' naming convention. | Paul Eggert | 2014-06-24 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | | | Avoid hangs in accept-process-output. | Paul Eggert | 2014-06-13 | 1 | -58/+64 | |