summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2015-03-23Generalize start-process with keyword argsDaiki Ueno
2015-01-25Count MANY function args more reliablyPaul Eggert
2015-01-16Tiny lisp.h cleanupDmitry Antipov
2015-01-16Tune pseudovector allocation assuming Qnil == 0Dmitry Antipov
2015-01-14remove_slash_colon need not be inlinePaul Eggert
2015-01-14Consolidate common path transformation code.Dmitry Antipov
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-17* src/keyboard.c (swallow_events): Don't redisplay if there's input pending.Stefan Monnier
2014-12-15* src/: Various fixes to use bool type and constants.Stefan Monnier
2014-12-08Various minor details accumulated over timeStefan Monnier
2014-11-02Fix incorrect assertionAndreas Schwab
2014-10-12Merge from emacs-24; up to 2014-07-26T11:58:24Z!schwab@linux-m68k.orgGlenn Morris
2014-10-12Spelling fixes.Paul Eggert
2014-10-10Fix port to Debian GNU/kFreeBSD 7 (wheezy).Paul Eggert
2014-09-30Use AUTO_CONS instead of SCOPED_CONS, etc.Paul Eggert
2014-09-29Simplify stack-allocated Lisp objects, and make them more portable.Paul Eggert
2014-09-29Keep stack-allocated Lisp objects fast rather than versatile.Dmitry Antipov
2014-09-24Fix local_cons etc. to not exhaust the stack when in a loop.Paul Eggert
2014-09-23* lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert
2014-09-23Use known length of a Lisp string to copy it faster.Dmitry Antipov
2014-09-18More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.Dmitry Antipov
2014-09-17Avoid clang-specific warnings.Dmitry Antipov
2014-09-15If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.Dmitry Antipov
2014-09-07Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.Paul Eggert
2014-08-09src/process.c: fix a comment typoReuben Thomas
2014-07-28Fix Gnus-related issues reported by David Kastrup <dak@gnu.org> inDmitry Antipov
2014-07-28On GNU/Linux, use timerfd for asynchronous timers.Dmitry Antipov
2014-07-26Revert previous change.Paul Eggert
2014-07-26Reorder conditions that are written backwardsAndreas Schwab
2014-07-08* process.c (read_and_dispose_of_process_output): Fix typoPaul Eggert
2014-07-07* process.c: Add sanity checks for file descriptors.Paul Eggert
2014-06-24Be more consistent about the 'Qfoo' naming convention.Paul Eggert
2014-06-13Avoid hangs in accept-process-output.Paul Eggert
2014-06-09Say (accept-process-output P)'s result pertains to P if P is non-nil.Paul Eggert
2014-06-08If a C name must be extern on some platforms, make it extern on all.Paul Eggert
2014-06-05* configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.Dmitry Antipov
2014-06-03If ENABLE_CHECKING, range-check args of FD_CLR, FD_ISSET, FD_SET.Paul Eggert
2014-06-02* process.c (wait_reading_process_output): Omit incorrect testPaul Eggert
2014-05-26Don't kill already-reaped process.Paul Eggert
2014-05-04Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.eduPaul Eggert
2014-05-03Handle systems without WCONTINUED consistently.Paul Eggert
2014-04-30Merge from emacs-24; up to 2014-05-01T10:21:17Z!rgm@gnu.orgJuanma Barranquero
2014-04-29* src/process.c (handle_child_signal): Handle systems without WCONTINUEDGlenn Morris
2014-04-16Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert
2014-04-16Fix the MSDOS build.Eli Zaretskii
2014-04-05Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert
2014-03-25Handle sigmask better with nested signal handlers.Paul Eggert
2014-03-22Backport memory fix (2014-03-22T03:04:53Z!dancol@dancol.org) from trunkDaniel Colascione
2014-03-22Backport memory fix (2014-03-23T05:15:48Z!dancol@dancol.org) from trunkDaniel Colascione