aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Signal-handler cleanup.Paul Eggert2012-09-061-16/+17
* Fix bug #12327 with SIGCHLD handling on Windows and some other systems.Eli Zaretskii2012-09-061-2/+2
* Fix race conditions with signal handlers and errno.Paul Eggert2012-09-051-127/+129
* Simplify redefinition of 'abort' (Bug#12316).Paul Eggert2012-09-041-7/+7
* Be more systematic about _setjmp vs setjmp.Paul Eggert2012-09-031-2/+2
* * emacs.c, eval.c: Use bool for boolean.Paul Eggert2012-09-021-3/+3
* Clean up some extern decls.Paul Eggert2012-09-021-10/+0
* Refactor window-system configurationDaniel Colascione2012-08-311-3/+4
* Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-281-2/+2
* * composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.Paul Eggert2012-08-271-9/+7
* Rely on <unistd.h> to declare 'environ',Paul Eggert2012-08-191-3/+0
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-4/+4
* * process.h (PSET): Remove.Paul Eggert2012-08-171-100/+184
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-4/+4
* Drop PGET and revert read access to Lisp_Objects slots of Lisp_Process.Dmitry Antipov2012-08-071-144/+143
* Separate read and write access to Lisp_Object slots of Lisp_Process.Dmitry Antipov2012-08-061-228/+228
* Port to Solaris 8.Paul Eggert2012-08-011-7/+7
* Use INTERNAL_FIELD for processes.Dmitry Antipov2012-08-011-220/+226
* Simple wrapper for make_unibyte_string, adjust font_open_by_name.Dmitry Antipov2012-07-201-1/+1
* Remove macro MIN_PTY_KERNEL_VERSION, only used in one placeGlenn Morris2012-07-121-2/+1
* Rename init_process rather than working around it on DarwinGlenn Morris2012-07-121-1/+3
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-101-22/+19
* Simplify by avoiding confusing use of strncpy etc.Paul Eggert2012-07-101-3/+6
* * process.c (wait_reading_process_output): 'waitchannels' was unsetPaul Eggert2012-07-091-15/+11
* Use make_formatted_string to avoid double length calculation.Dmitry Antipov2012-07-091-2/+1
* * process.c: Avoid unnecessary calls to gettime.Paul Eggert2012-07-061-8/+8
* More xmalloc and related cleanup.Paul Eggert2012-07-051-8/+6
* Cleanup xmalloc.Dmitry Antipov2012-07-051-4/+4
* Auto-generate EXFUN using make-docfileTom Tromey2012-07-031-5/+0
* Adapt the MS-DOS build to the latest changes.Eli Zaretskii2012-06-301-1/+1
|\
| * Adapt the MS-DOS build to the latest changes.Eli Zaretskii2012-06-301-1/+1
* | * lisp.h (CHECK_RANGED_INTEGER): Make value to check the firstAndreas Schwab2012-06-301-2/+2
|/
* Generalize run-time debugging checks.Dmitry Antipov2012-06-281-4/+4
* * alloc.c (allocate_window): Zero out non-Lisp part of newlyDmitry Antipov2012-06-261-23/+6
* * process.c: Fix spelling and caps in comments.Paul Eggert2012-06-241-7/+7
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-1/+1
* Fix bug when time_t is unsigned and as wide as intmax_t.Paul Eggert2012-06-231-3/+1
* Avoid compiler warnings in comparing time_t.Eli Zaretskii2012-06-231-1/+3
* Support higher-resolution time stamps.Paul Eggert2012-06-221-101/+121
* Fix recently-introduced process.c problems found by static checking.Paul Eggert2012-06-171-11/+8
* Ensure correct ordering of process writes.Troels Nielsen2012-06-171-30/+104
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-1/+1
* * process.h (struct Lisp_Process): Members tick and update_tickPaul Eggert2012-04-211-2/+2
* Merge from trunk.Paul Eggert2012-04-211-17/+33
|\
| * Merge from emacs-24 branchChong Yidong2012-04-201-17/+26
| |\
| | * Fixes for pty handling in gdb-mi.el and process.c.Chong Yidong2012-04-201-10/+17
| | * More small doc and lispref edits related to processesGlenn Morris2012-04-181-4/+3
| | * More process-related doc and manual small editsGlenn Morris2012-04-171-3/+6
| | * Merge 2012-04-09 GnuTLS fix from trunkChong Yidong2012-04-101-0/+3
| * | Merge from trunk; add Bug#.Paul Eggert2012-04-091-1/+4
| |\ \