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
2015-03-23
Generalize start-process with keyword args
Daiki Ueno
2015-01-25
Count MANY function args more reliably
Paul Eggert
2015-01-16
Tiny lisp.h cleanup
Dmitry Antipov
2015-01-16
Tune pseudovector allocation assuming Qnil == 0
Dmitry Antipov
2015-01-14
remove_slash_colon need not be inline
Paul Eggert
2015-01-14
Consolidate common path transformation code.
Dmitry Antipov
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-12-17
* src/keyboard.c (swallow_events): Don't redisplay if there's input pending.
Stefan Monnier
2014-12-15
* src/: Various fixes to use bool type and constants.
Stefan Monnier
2014-12-08
Various minor details accumulated over time
Stefan Monnier
2014-11-02
Fix incorrect assertion
Andreas Schwab
2014-10-12
Merge from emacs-24; up to 2014-07-26T11:58:24Z!schwab@linux-m68k.org
Glenn Morris
2014-10-12
Spelling fixes.
Paul Eggert
2014-10-10
Fix port to Debian GNU/kFreeBSD 7 (wheezy).
Paul Eggert
2014-09-30
Use AUTO_CONS instead of SCOPED_CONS, etc.
Paul Eggert
2014-09-29
Simplify stack-allocated Lisp objects, and make them more portable.
Paul Eggert
2014-09-29
Keep stack-allocated Lisp objects fast rather than versatile.
Dmitry Antipov
2014-09-24
Fix local_cons etc. to not exhaust the stack when in a loop.
Paul Eggert
2014-09-23
* lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.
Paul Eggert
2014-09-23
Use known length of a Lisp string to copy it faster.
Dmitry Antipov
2014-09-18
More and more stack-allocated Lisp objects if USE_LOCAL_ALLOCATORS.
Dmitry Antipov
2014-09-17
Avoid clang-specific warnings.
Dmitry Antipov
2014-09-15
If USE_LOCAL_ALLOCATORS, allocate some Lisp objects on stack.
Dmitry Antipov
2014-09-07
Use SAFE_ALLOCA etc. to avoid unbounded stack allocation.
Paul Eggert
2014-08-09
src/process.c: fix a comment typo
Reuben Thomas
2014-07-28
Fix Gnus-related issues reported by David Kastrup <dak@gnu.org> in
Dmitry Antipov
2014-07-28
On GNU/Linux, use timerfd for asynchronous timers.
Dmitry Antipov
2014-07-26
Revert previous change.
Paul Eggert
2014-07-26
Reorder conditions that are written backwards
Andreas Schwab
2014-07-08
* process.c (read_and_dispose_of_process_output): Fix typo
Paul Eggert
2014-07-07
* process.c: Add sanity checks for file descriptors.
Paul Eggert
2014-06-24
Be more consistent about the 'Qfoo' naming convention.
Paul Eggert
2014-06-13
Avoid hangs in accept-process-output.
Paul Eggert
2014-06-09
Say (accept-process-output P)'s result pertains to P if P is non-nil.
Paul Eggert
2014-06-08
If a C name must be extern on some platforms, make it extern on all.
Paul Eggert
2014-06-05
* configure.ac (POLL_FOR_INPUT): Define with HAVE_WINDOW_SYSTEM.
Dmitry Antipov
2014-06-03
If ENABLE_CHECKING, range-check args of FD_CLR, FD_ISSET, FD_SET.
Paul Eggert
2014-06-02
* process.c (wait_reading_process_output): Omit incorrect test
Paul Eggert
2014-05-26
Don't kill already-reaped process.
Paul Eggert
2014-05-04
Merge from emacs-24; up to 2014-05-04T21:18:30Z!eggert@cs.ucla.edu
Paul Eggert
2014-05-03
Handle systems without WCONTINUED consistently.
Paul Eggert
2014-04-30
Merge from emacs-24; up to 2014-05-01T10:21:17Z!rgm@gnu.org
Juanma Barranquero
2014-04-29
* src/process.c (handle_child_signal): Handle systems without WCONTINUED
Glenn Morris
2014-04-16
Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.ca
Paul Eggert
2014-04-16
Fix the MSDOS build.
Eli Zaretskii
2014-04-05
Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.
Paul Eggert
2014-03-25
Handle sigmask better with nested signal handlers.
Paul Eggert
2014-03-22
Backport memory fix (2014-03-22T03:04:53Z!dancol@dancol.org) from trunk
Daniel Colascione
2014-03-22
Backport memory fix (2014-03-23T05:15:48Z!dancol@dancol.org) from trunk
Daniel Colascione
[prev]
[next]