Remove unused code.
[bpt/emacs.git] / src / process.c
2010-10-03 Dan NicolaescuRemove unused code.
2010-10-01 Dan NicolaescuDo not include stdlib.h and string.h, config.h does it.
2010-10-01 Dan NicolaescuSmall process.c cleanups.
2010-09-29 Lars Magne Ingebri... Make sure all reads/writes to gnutls streams go via...
2010-09-27 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-09-27 Jan D* process.c (wait_reading_process_output): Add missing...
2010-09-27 Lars Magne Ingebri... Add gnutls logging and clean up various gnutls bits.
2010-09-27 Kenichi Handamerge trunk
2010-09-26 Jan DDonät give write_mask to select for W32.
2010-09-26 Jan DReinstate ifdef subprocesses.
2010-09-26 Jan DAdd fd handling with callbacks to select, dbus needs...
2010-09-26 Ted ZlatanovSet up GnuTLS support.
2010-09-25 Chong YidongMerge changes from emacs-23 branch.
2010-09-25 Eli ZaretskiiFix int/EMACS_INT use in process.c and term.c.
2010-09-25 Juanma BarranqueroFix bug#6781: Use 127.0.0.1 for local hosts, not "local...
2010-09-23 Chong YidongMerge changes from emacs-23 branch
2010-09-18 Eli ZaretskiiFix MSDOS build broken by 2010-09-10T16:44:35Z!larsi...
2010-09-17 Lars Magne Ingebri... * process.c (wait_reading_process_output): Don't messag...
2010-09-14 Juanma BarranqueroMerge changes from emacs-23 branch.
2010-09-06 Chong YidongMerge changes from emacs-23 branch.
2010-09-01 Kenichi Handamerge changes in emacs-23 branch
2010-08-25 Kenichi Handamerge trunk
2010-08-25 Kenichi Handamerge trunk
2010-08-22 Chong YidongMerge changes from emacs-23 branch.
2010-08-22 Eli ZaretskiiClean up and ANSIfy unexcoff.c.
2010-08-22 Dan NicolaescuSimplify termio code.
2010-08-17 Joakim Veronamerge from trunk
2010-08-09 Kenichi Handamerge trunk
2010-08-09 Dan NicolaescuUse const char* instead of char*.
2010-08-08 Chong YidongMerge changes from emacs-23 branch
2010-08-06 Dan Nicolaescu* src/process.c: Simplify include logic.
2010-08-06 Dan NicolaescuRemove extern declarations in .c files, .h files have...
2010-08-06 Eli ZaretskiiFix redisplay bugs due to uninitialized glyphs.
2010-08-06 Jan DFix missing prototypes for HAVE_NS (caused crash) and...
2010-08-06 Dan NicolaescuCleanup process.c.
2010-07-27 Dan Nicolaescu* src/process.c: Move definitions earlier to minimize...
2010-07-27 Juanma BarranqueroMerge from emacs-23
2010-07-17 Chong YidongMerge latest fix to xg_event_is_for_menubar.
2010-07-16 Chong YidongMerge changes from emacs-23 branch.
2010-07-14 Kenichi Handamerge trunk
2010-07-13 Eli ZaretskiiFix the MS-DOS build; remove more "#ifdef subprocesses".
2010-07-13 Eli ZaretskiiRemove more "#ifdef subprocesses".
2010-07-13 Eli ZaretskiiFix the MS-DOS build (fallout from 2010-07-13T04:54...
2010-07-13 Dan NicolaescuRemove subprocesses #ifdefs from term.c.
2010-07-12 Eli Zaretskii(wait_reading_process_output) [!subprocesses]: Convert...
2010-07-12 Eli ZaretskiiFix the MS-DOS build (fallout from 2010-07-12T14:16...
2010-07-12 Eli ZaretskiiFix the MS-DOS build (fallout from 2010-07-12T14:16...
2010-07-12 Andreas SchwabConvert old-style definitions
2010-07-12 Dan Nicolaescu* src/buffer.c (Fset_buffer_multibyte): Remove subproce...
2010-07-12 Kenichi Handamerge trunk
2010-07-11 Andreas SchwabUse offsetof instead of own definition
2010-07-11 Andreas Schwab* process.c: Remove obsolete comment.
2010-07-11 Eli ZaretskiiDon't use `subprocesses' in msdos.c.
2010-07-10 Chong YidongMerge changes from emacs-23 branch.
2010-07-10 Eli ZaretskiiUnify the two branches, with and without subprocesses.
2010-07-09 Kenichi Handamerge trunk
2010-07-08 Dan NicolaescuConvert DEFUNs to standard C.
2010-07-08 Eli ZaretskiiFix MS-DOS build broken by 2010-07-07T17:39:49Z!jan...
2010-07-08 Kenichi Handamerge trunk
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-14 Joakim Veronamerged from trunk
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-13 Joakim Veronamerge and fixes
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-15 Joakim Veronamerge from trunk
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 Joakim Veronamerge from trunk
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).
next