Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp
[bpt/emacs.git] / src / process.c
2010-07-07 Andreas SchwabReplace bcopy, bzero, bcmp by memcpy, memmove, memset...
2010-07-07 Jan DIf kbd_buffer is becoming full, stop reading until...
2010-07-07 Juanma BarranqueroFix whitespace to follow coding guidelines.
2010-07-05 Dan NicolaescuConvert function definitions and declarations to standa...
2010-07-05 Juanma BarranqueroConvert most remaining function definitions to standard C.
2010-07-02 Eli ZaretskiiFix MS-DOS configury.
2010-07-02 Jan DRemove __P and P_ from .c and .m files and definition...
2010-06-30 Andreas SchwabAvoid erroneous syscalls
2010-06-26 Eli Zaretskiiw32-fns.el (w32-convert-standard-filename): Doc fix.
2010-06-16 Stefan MonnierMerge from emacs-23
2010-06-09 Andreas SchwabMerge from emacs-23
2010-06-03 Andreas Schwab* process.c (conv_lisp_to_sockaddr): Fix conversion...
2010-06-01 Stefan MonnierMerge from emacs-23
2010-05-25 Stefan MonnierMerge from emacs-23
2010-05-25 Kenichi Handamerge trunk
2010-05-24 Stefan Monnier* process.c (Fmake_network_process): Set :host to nil...
2010-05-18 Chong YidongFix stack overflow in string creation (Bug#6214).
2010-05-11 Stefan MonnierMerge from emacs-23
2010-05-08 Stefan MonnierMerge from emacs-23
2010-05-04 Dan NicolaescuRemove POSIX_SIGNALS.
2010-05-01 Eli ZaretskiiEmulate POSIX_SIGNALS on MS-Windows.
2010-05-01 Eli ZaretskiiFix display of R2L lines and cursor motion in bidi...
2010-04-29 Stefan MonnierDon't burp if process sentinel/filter kills the current...
2010-04-20 Eli ZaretskiiImplement GUI display of R2L lines, fix TTY display...
2010-04-19 Stefan MonnierMerge from emacs-23
2010-04-13 Stefan MonnierTry to solve the problem of spurious EOF chars in long...
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.
2010-04-11 Stefan Monnier(read_process_output): Move the save-current-buffer to
2010-04-03 Stefan MonnierMerge from emacs-23
2010-04-02 Jan DjärvMerge from trunk
2010-04-02 Dan NicolaescuRemove extern errno declarations.
2010-03-31 Dan NicolaescuClean up BSD_SYSTEM use.
2010-03-31 Stefan MonnierMerge from emacs-23 branch
2010-03-28 Eli ZaretskiiMerge from mainline.
2010-03-27 Chong Yidong* process.c (Fmake_network_process): Don't apply Bug...
2010-03-25 YAMAMOTO MitsuharuDon't call turn_on_atimers around `connect' (Bug#5723).
2010-03-25 Helmut EllerCall `select' for interrupted `connect' rather than...
2010-03-24 Stefan MonnierMerge from `emacs-23'.
2010-03-22 Dan NicolaescuRemove dead code dealing with POSIX_SIGNALS.
2010-01-19 Alan MackenzieSuppress spurious second invocation of before-change...
2010-01-16 Eli ZaretskiiMerge from mainline.
2010-01-14 Kenichi Handafrom trunk
2010-01-13 Glenn MorrisAdd 2010 to copyright years.
2009-12-29 Juanma Barranqueroprocess.c: Fix typo in comment.
2009-12-03 Stefan Monnier(Fmake_network_process): Fix up the tests for
2009-12-03 Stefan Monnier(Qseqpacket): New symbol.
2009-11-21 Jan DjärvUse a select wrapper around the GLib event loop, thus...
2009-11-21 Andreas Schwab* character.h (STRING_CHAR, STRING_CHAR_AND_LENGTH...
2009-11-11 Dan Nicolaescu* process.c (ifflag_def): Make flag_sym constant.
2009-11-10 Jan DjärvBug #4574. Common code for file/font dialog. Handle...
2009-11-06 Dan Nicolaescu* xterm.c (syms_of_xterm):
2009-11-06 Dan Nicolaescu* process.c (socket_options): Make it const.
2009-10-19 Dan Nicolaescu* process.c (create_pty): Remove conditionals for no...
2009-10-19 Dan Nicolaescu* alloc.c: Do not define struct catchtag.
2009-10-13 Adrian Robert(list_processes_1): Use long format in printf, and...
2009-09-28 Chong YidongCEDET (development tools) package merged.
2009-08-30 Nick Roberts*** empty log message ***
2009-08-30 Nick Roberts(wait_reading_process_output): Keep the descriptor
2009-08-27 Kenichi Handa(send_process): Use encode_coding_object instead of
2009-08-17 Chong Yidong* process.c (status_notify): Don't perform redisplay.
2009-08-14 Eli Zaretskii(create_pty): Fix last change.
2009-08-13 Nick Roberts(create_pty): New function.
2009-07-18 Juri Linkov(Fset_process_query_on_exit_flag): Mention killing
2009-06-28 Andreas SchwabSimplify last change.
2009-06-28 Andreas Schwab(send_process): Keep decoded string in a local
2009-06-20 Ken Raeburn(status_message): Pass Faset index argument as a lisp...
2009-06-15 Kenichi Handa(status_message): Fix previous change. Be sure to
2009-06-09 Chong Yidong* process.c (status_message): Fix handling of multibyte...
2009-05-02 Andreas Schwab(read_process_output): Make sure the current buffer is
2009-04-29 YAMAMOTO Mitsuharu(create_process): Clean up merger residues of 2008...
2009-04-28 Andreas Schwab* fns.c (Flocale_info): Protect vector from GC during...
2009-02-23 Miles BaderRename `system-process-attributes' to `process-attributes'
2009-02-10 Andreas Schwab(send_process): Properly relocate pointer into data
2009-01-29 Chong Yidong(wait_reading_process_output): Use process_pending_signals.
2009-01-18 Juanma Barranquero* dbusbind.c (Fdbus_register_signal):
2009-01-03 Eli Zaretskii(Qeuid, Qegid, Qcomm, Qstate, Qppid, Qpgrp, Qsess)
2009-01-02 Eli Zaretskii(top level) <Qtime, Qctime>: New variables.
2009-01-01 Andreas Schwab(conv_sockaddr_to_lisp): Add workaround for
2008-12-19 Dan Nicolaescu* process.c: (Flist_system_processes):
2008-12-19 Dan Nicolaescu* process.c: (Flist_system_processes):
2008-12-19 Dan NicolaescuReorganize implementation of Flist_system_processes and
2008-12-16 Dan NicolaescuInclude <limits.h>.
2008-12-11 Juanma Barranquero* process.c (Fsystem_process_attributes, syms_of_process):
2008-12-05 Eli Zaretskii(procfs_system_process_attributes): If `nread' has...
2008-12-05 Eli Zaretskii(procfs_system_process_attributes): Don't use cmd,...
2008-10-02 Eli Zaretskii(procfs_system_process_attributes): Multiply `pcpu...
2008-10-02 Martin Rudalics(Faccept_process_output): Fix doc-string.
2008-09-30 Miles BaderMerge from emacs--rel--22
2008-09-19 Eli Zaretskii(procfs_system_process_attributes): Fix last change.
2008-09-19 Eli Zaretskii(procfs_system_process_attributes): Fix cmdline in...
2008-09-07 Roland Winkler(Fsystem_process_attributes): Doc fix.
2008-09-06 Roland Winkler(Fsystem_process_attributes): Doc fix.
2008-09-05 Miles BaderMerge from emacs--rel--22
2008-09-02 Miles BaderMerge from emacs--rel--22
2008-08-23 Andreas Schwab(procfs_system_process_attributes): Fix portability
2008-08-23 Eli Zaretskii[!subprocesses]: Define QCname.
2008-08-18 Miles BaderMerge from emacs--rel--22
2008-08-15 Chong Yidong(make_process): Initialize kill_without_query struct...
2008-08-15 Chong Yidong(make_process): Initialize kill_without_query struct...
next