summaryrefslogtreecommitdiff
path: root/src/process.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* | Merge from trunk.Paul Eggert2011-12-101-18/+50
|\ \ | |/
| * * src/process.c (start_process_unwind): Treat any pid <= 0, except -2,Glenn Morris2011-12-061-2/+3
| * Remove GCPRO-related macros that exist only to avoid shadowing locals.Paul Eggert2011-11-281-5/+5
| * Rename locals to avoid shadowing.Paul Eggert2011-11-251-14/+17
| * Spelling fixes.Paul Eggert2011-11-241-1/+1
| * (wait_reading_process_output): Add comment and URL.Lars Magne Ingebrigtsen2011-11-211-1/+5
| * Fix asynchrounous GnuTLS socket handling on some versions of the GnuTLS library.Lars Magne Ingebrigtsen2011-11-211-9/+33
| * Spelling fixes.Paul Eggert2011-11-191-1/+1
* | Merge from trunk.Paul Eggert2011-11-181-3/+4
|\ \ | |/
| * Spelling fixes.Paul Eggert2011-11-171-1/+1
| * Spelling fixes.Paul Eggert2011-11-141-2/+2
| * Set members of the struct coding_system before accessing them (bug#9910,9911,...Kenichi Handa2011-11-071-0/+1
* | Merge from trunk.Paul Eggert2011-10-291-9/+4
|\ \ | |/
| * Revert problematic change to wait_reading_process_output.Glenn Morris2011-10-281-9/+4
* | Merge from trunk.Paul Eggert2011-10-271-0/+8
|\ \ | |/