summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2012-08-13Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov
2012-08-07Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.Dmitry Antipov
2012-08-06Separate read and write access to Lisp_Object slots of Lisp_Process.Dmitry Antipov
2012-08-01Port to Solaris 8.Paul Eggert
2012-08-01Use INTERNAL_FIELD for processes.Dmitry Antipov
2012-07-20Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov
2012-07-12Remove macro MIN_PTY_KERNEL_VERSION, only used in one placeGlenn Morris
2012-07-12Rename init_process rather than working around it on DarwinGlenn Morris
2012-07-10EMACS_TIME simplification (Bug#11875).Paul Eggert
2012-07-10Simplify by avoiding confusing use of strncpy etc.Paul Eggert
2012-07-09* process.c (wait_reading_process_output): 'waitchannels' was unsetPaul Eggert
2012-07-09Use make_formatted_string to avoid double length calculation.Dmitry Antipov
2012-07-06* process.c: Avoid unnecessary calls to gettime.Paul Eggert
2012-07-05More xmalloc and related cleanup.Paul Eggert
2012-07-05Cleanup xmalloc.Dmitry Antipov
2012-07-03Auto-generate EXFUN using make-docfileTom Tromey
2012-06-30Adapt the MS-DOS build to the latest changes.Eli Zaretskii
2012-06-30Adapt the MS-DOS build to the latest changes.Eli Zaretskii
2012-06-30* lisp.h (CHECK_RANGED_INTEGER): Make value to check the firstAndreas Schwab
2012-06-28Generalize run-time debugging checks.Dmitry Antipov
2012-06-26* alloc.c (allocate_window): Zero out non-Lisp part of newlyDmitry Antipov
2012-06-24* process.c: Fix spelling and caps in comments.Paul Eggert
2012-06-24Switch from NO_RETURN to C11's _Noreturn.Paul Eggert
2012-06-23Fix bug when time_t is unsigned and as wide as intmax_t.Paul Eggert
2012-06-23Avoid compiler warnings in comparing time_t.Eli Zaretskii
2012-06-22Support higher-resolution time stamps.Paul Eggert
2012-06-17Fix recently-introduced process.c problems found by static checking.Paul Eggert
2012-06-17Ensure correct ordering of process writes.Troels Nielsen
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab
2012-04-21* process.h (struct Lisp_Process): Members tick and update_tickPaul Eggert
2012-04-21Merge from trunk.Paul Eggert
2012-04-20Merge from emacs-24 branchChong Yidong
2012-04-20Fixes for pty handling in gdb-mi.el and process.c.Chong Yidong
2012-04-18More small doc and lispref edits related to processesGlenn Morris
2012-04-17More process-related doc and manual small editsGlenn Morris
2012-04-10Merge 2012-04-09 GnuTLS fix from trunkChong Yidong
2012-04-09Merge from trunk.Paul Eggert
2012-04-09Merge from trunk; add Bug#.Paul Eggert
2012-04-09Remove * characters from the front of variable docstrings.Chong Yidong
2012-04-09Limit number of GnuTLS handshakes per connection.Ted Zlatanov
2012-04-09configure: new option --enable-gcc-warningsPaul Eggert
2012-03-23* src/process.c (wait_reading_process_output): Handle pty disconnectTroels Nielsen
2012-02-10Merge from trunk.Paul Eggert
2012-01-21* process.c (read_process_output): Use p instead of XPROCESS (proc).Andreas Schwab
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-12-29Spelling fixes.Paul Eggert
2011-12-10Merge from trunk.Paul Eggert
2011-12-06* src/process.c (start_process_unwind): Treat any pid <= 0, except -2,Glenn Morris
2011-11-28Remove GCPRO-related macros that exist only to avoid shadowing locals.Paul Eggert