summaryrefslogtreecommitdiff
path: root/src/process.c
AgeCommit message (Expand)Author
2010-07-11* process.c: Remove obsolete comment.Andreas Schwab
2010-07-11Don't use `subprocesses' in msdos.c.Eli Zaretskii
2010-07-10Unify the two branches, with and without subprocesses.Eli Zaretskii
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu
2010-07-08Fix MS-DOS build broken by 2010-07-07T17:39:49Z!jan.h.d@swipnet.se.Eli Zaretskii
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab
2010-07-07If kbd_buffer is becoming full, stop reading until it drains (Bug#6571).Jan D
2010-07-07Fix whitespace to follow coding guidelines.Juanma Barranquero
2010-07-05Convert function definitions and declarations to standard C.Dan Nicolaescu
2010-07-05Convert most remaining function definitions to standard C.Juanma Barranquero
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D
2010-07-01Avoid erroneous syscallsAndreas Schwab
2010-06-10Merge from emacs-23Andreas Schwab
2010-06-04* process.c (conv_lisp_to_sockaddr): Fix conversion of IPv4Andreas Schwab
2010-05-24* process.c (Fmake_network_process): Set :host to nil if it's not used.Stefan Monnier
2010-05-03Remove POSIX_SIGNALS.Dan Nicolaescu
2010-04-29Don't burp if process sentinel/filter kills the current buffer.Stefan Monnier
2010-04-12Try to solve the problem of spurious EOF chars in long lines of textStefan Monnier
2010-04-12* process.c (status_notify): Remove unused var `ro'.Stefan Monnier
2010-04-11* process.c (exec_sentinel): Preserve current-buffer.Stefan Monnier
2010-04-11(read_process_output): Move the save-current-buffer toStefan Monnier
2010-04-01Remove extern errno declarations.Dan Nicolaescu
2010-03-31Clean up BSD_SYSTEM use.Dan Nicolaescu
2010-03-26* process.c (Fmake_network_process): Don't apply Bug#5173 fix for Windows.Chong Yidong
2010-03-25Don't call turn_on_atimers around `connect' (Bug#5723).YAMAMOTO Mitsuharu
2010-03-25Call `select' for interrupted `connect' rather than creating new socket (Bug#...Helmut Eller
2010-03-22Remove dead code dealing with POSIX_SIGNALS.Dan Nicolaescu
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-12-29process.c: Fix typo in comment.Juanma Barranquero
2009-12-03(Fmake_network_process): Fix up the tests forStefan Monnier
2009-12-03(Qseqpacket): New symbol.Stefan Monnier
2009-11-21Use a select wrapper around the GLib event loop, thus taking into account GLibJan Djärv
2009-11-21* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH): RemoveAndreas Schwab
2009-11-11* process.c (ifflag_def): Make flag_sym constant.Dan Nicolaescu
2009-11-10Bug #4574. Common code for file/font dialog. Handle timers with glib-timers.Jan Djärv
2009-11-06* xterm.c (syms_of_xterm):Dan Nicolaescu
2009-11-06* process.c (socket_options): Make it const.Dan Nicolaescu
2009-10-19* process.c (create_pty): Remove conditionals for no longerDan Nicolaescu
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu
2009-10-13(list_processes_1): Use long format in printf, and cast argument.Adrian Robert
2009-08-30*** empty log message ***Nick Roberts
2009-08-30(wait_reading_process_output): Keep the descriptorNick Roberts
2009-08-27(send_process): Use encode_coding_object instead ofKenichi Handa
2009-08-17* process.c (status_notify): Don't perform redisplay.Chong Yidong
2009-08-14(create_pty): Fix last change.Eli Zaretskii
2009-08-13(create_pty): New function.Nick Roberts
2009-07-18(Fset_process_query_on_exit_flag): Mention killingJuri Linkov
2009-06-28Simplify last change.Andreas Schwab
2009-06-28(send_process): Keep decoded string in a localAndreas Schwab
2009-06-20(status_message): Pass Faset index argument as a lisp object, so as to workKen Raeburn