aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* process changesTom Tromey2012-08-151-28/+147
* Prepare process.c for threads by not having global select masks.Tom Tromey2012-08-151-130/+165
* fix a latent bug in process.cTom Tromey2012-08-151-1/+1
* 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
| |\ \
| * | | configure: new option --enable-gcc-warningsPaul Eggert2012-04-091-0/+7
| | |/ | |/|
* | | Merge from trunk.Paul Eggert2012-04-091-8/+16
|\ \ \ | | |/ | |/|
| * | Remove * characters from the front of variable docstrings.Chong Yidong2012-04-091-1/+1
| * | Limit number of GnuTLS handshakes per connection.Ted Zlatanov2012-04-091-0/+3
| |/
| * * src/process.c (wait_reading_process_output): Handle pty disconnectTroels Nielsen2012-03-231-7/+12
* | Merge from trunk.Paul Eggert2012-02-101-6/+4
|\ \ | |/
| * * process.c (read_process_output): Use p instead of XPROCESS (proc).Andreas Schwab2012-01-211-6/+4
* | Merge from trunk.Paul Eggert2012-01-091-2/+2
|\ \ | |/
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
| * Spelling fixes.Paul Eggert2011-12-291-1/+1