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