comparison src/ChangeLog @ 110652:056ce44cedcd

Clean up gnutls.c coding style to conform with the Emacs style. Remove some debugging messages. Cast some parameters to avoid compilation warnings.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Wed, 29 Sep 2010 16:30:45 +0200
parents 2f0d755fa21b
children 63c8e1ad7b0f
comparison
equal deleted inserted replaced
110651:a163b2dbf867 110652:056ce44cedcd
1 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org> 1 2010-09-29 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 2
3 * gnutls.c (emacs_gnutls_handshake): Made into internal function. 3 * gnutls.c (emacs_gnutls_handshake): Made into internal function.
4 (Fgnutls_boot): Start the handshake. 4 (Fgnutls_boot): Start the handshake.
5 (emacs_gnutls_read): Perform the handshake from the reader loop. 5 (emacs_gnutls_read): Perform the handshake from the reader loop.
6 (Fgnutls_boot): Remove some debugging messages.
7 Change indentation throughout to use the Emacs style.
8 (emacs_gnutls_handshake): Cast the fds to something that's
9 possibly the expected length.
10 (emacs_gnutls_write): Return -1 if we try to write before handshake.
6 11
7 * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process. 12 * process.h (Lisp_Process): Add a gnutls_p field to Lisp_Process.
8 13
9 * process.c (make_process): Set the gnutls_p field to zero by 14 * process.c (make_process): Set the gnutls_p field to zero by
10 default. 15 default.