2010-12-05 |
Chong Yidong |
* src/process.c: Remove checks for HAVE_SYS_IOCTL_H (Bug#7484).
|
2010-11-18 |
Dan Nicolaescu |
Move declarations from .c files to .h files.
|
2010-11-09 |
Eli Zaretskii |
Fix revno 100152.
|
2010-11-15 |
Dan Nicolaescu |
* src/process.c: Include <sys/ioctl.h> unconditionally,
|
2010-11-04 |
Chong Yidong |
Backport r99752 from trunk
|
2010-11-04 |
Chong Yidong |
Backport r99751 from trunk
|
2010-11-04 |
Chong Yidong |
Backport r99750 from trunk
|
2010-11-01 |
Jan D. |
Backport fix for Bug#6571 from trunk. NOTE: May cause merge conflicts.
|
2010-10-08 |
Juanma Barranquero |
Merge changes from emacs-23 branch.
|
2010-09-30 |
Kenichi Handa |
Complement a coding system for encoding arguments and input to a process.
|
2010-10-03 |
Dan Nicolaescu |
* src/process.c: Do not include <sys/wait.h>, syswait.h does it.
|
2010-10-03 |
Dan Nicolaescu |
Remove unused code.
|
2010-10-01 |
Dan Nicolaescu |
Do not include stdlib.h and string.h, config.h does it.
|
2010-10-01 |
Dan Nicolaescu |
Small process.c cleanups.
|
2010-09-29 |
Lars Magne Ingebrigtsen |
Make sure all reads/writes to gnutls streams go via the gnutls functions.
|
2010-09-27 |
Jan D |
* process.c (wait_reading_process_output): Add missing FD_CLR
|
2010-09-27 |
Lars Magne Ingebrigtsen |
Add gnutls logging and clean up various gnutls bits.
|
2010-09-26 |
Jan D |
Donät give write_mask to select for W32.
|
2010-09-26 |
Jan D |
Reinstate ifdef subprocesses.
|
2010-09-26 |
Jan D |
Add fd handling with callbacks to select, dbus needs it for async operation.
|
2010-09-26 |
Ted Zlatanov |
Set up GnuTLS support.
|
2010-09-25 |
Eli Zaretskii |
Fix int/EMACS_INT use in process.c and term.c.
|
2010-09-25 |
Juanma Barranquero |
Fix bug#6781: Use 127.0.0.1 for local hosts, not "localhost".
|
2010-09-17 |
Lars Magne Ingebrigtsen |
* process.c (wait_reading_process_output): Don't message about
|
2010-08-22 |
Dan Nicolaescu |
Simplify termio code.
|
2010-08-09 |
Dan Nicolaescu |
Use const char* instead of char*.
|
2010-08-06 |
Dan Nicolaescu |
* src/process.c: Simplify include logic.
|
2010-08-06 |
Dan Nicolaescu |
Remove extern declarations in .c files, .h files have them.
|
2010-08-06 |
Jan D |
Fix missing prototypes for HAVE_NS (caused crash) and vrious warnings.
|
2010-08-06 |
Dan Nicolaescu |
Cleanup process.c.
|
2010-07-27 |
Dan Nicolaescu |
* src/process.c: Move definitions earlier to minimize #ifdefs.
|
2010-07-13 |
Eli Zaretskii |
Remove more "#ifdef subprocesses".
|
2010-07-13 |
Eli Zaretskii |
Fix the MS-DOS build (fallout from revno 100807).
|
2010-07-13 |
Dan Nicolaescu |
Remove subprocesses #ifdefs from term.c.
|
2010-07-12 |
Eli Zaretskii |
(wait_reading_process_output) [!subprocesses]: Convert arg list to ANSI C.
|
2010-07-12 |
Eli Zaretskii |
Fix the MS-DOS build (fallout from revs 100791, 100794, 100795).
|
2010-07-12 |
Eli Zaretskii |
Fix the MS-DOS build (fallout from revno 100791, 100794, 100795).
|
2010-07-12 |
Andreas Schwab |
Convert old-style definitions
|
2010-07-12 |
Dan Nicolaescu |
* src/buffer.c (Fset_buffer_multibyte): Remove subprocesses conditional.
|
2010-07-11 |
Andreas Schwab |
Use offsetof instead of own definition
|
2010-07-11 |
Andreas Schwab |
* process.c: Remove obsolete comment.
|
2010-07-11 |
Eli Zaretskii |
Don't use `subprocesses' in msdos.c.
|
2010-07-10 |
Eli Zaretskii |
Unify the two branches, with and without subprocesses.
|
2010-07-08 |
Dan Nicolaescu |
Convert DEFUNs to standard C.
|
2010-07-08 |
Eli Zaretskii |
Fix MS-DOS build broken by revno 100745.
|
2010-07-07 |
Andreas Schwab |
Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
|
2010-07-07 |
Jan D |
If kbd_buffer is becoming full, stop reading until it drains (Bug#6571).
|
2010-07-07 |
Juanma Barranquero |
Fix whitespace to follow coding guidelines.
|
2010-07-05 |
Dan Nicolaescu |
Convert function definitions and declarations to standard C.
|
2010-07-05 |
Juanma Barranquero |
Convert most remaining function definitions to standard C.
|
2010-07-02 |
Jan D |
Remove __P and P_ from .c and .m files and definition of P_
|
2010-06-30 |
Andreas Schwab |
Avoid erroneous syscalls
|
2010-06-09 |
Andreas Schwab |
Merge from emacs-23
|
2010-06-03 |
Andreas Schwab |
* process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4
|
2010-05-24 |
Stefan Monnier |
* process.c (Fmake_network_process): Set :host to nil if it's not used.
|
2010-05-04 |
Dan Nicolaescu |
Remove POSIX_SIGNALS.
|
2010-04-29 |
Stefan Monnier |
Don't burp if process sentinel/filter kills the current buffer.
|
2010-04-13 |
Stefan Monnier |
Try to solve the problem of spurious EOF chars in long lines of text
|
2010-04-12 |
Stefan Monnier |
* process.c (status_notify): Remove unused var `ro'.
|
2010-04-11 |
Stefan Monnier |
* process.c (exec_sentinel): Preserve current-buffer.
|