This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  d7659abcbcd416b1370385a9bf08a2a91b08b25a (commit)
      from  497c55aceec5b50f2406cf4407ca697e7528dc95 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=d7659abcbcd416b1370385a9bf08a2a91b08b25a


commit d7659abcbcd416b1370385a9bf08a2a91b08b25a
Author: Alfred M. Szmidt <[email protected]>
Date:   Thu Aug 19 21:07:40 2010 +0200

    Clean up ChangeLog.  (silent change)

diff --git a/ChangeLog b/ChangeLog
index 47231c9..f682763 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -136,7 +136,8 @@
 
        Use fseeko instead of fseek.
 
-       * libinetutils/tftpsubs.c (write_behind): Use fseeko instead of fseek.
+       * libinetutils/tftpsubs.c (write_behind): Use fseeko instead of
+       fseek.
        * libinetutils/tftpsubs.c (write_behind): Likewise.
        * ftpd/ftpd.c (store): Likewise.
        * ftp/ftp.c (recvrequest): Likewise.
@@ -144,13 +145,15 @@
 
 2010-08-19  Alfred M. Szmidt  <[email protected]>
 
-       * cfg.mk (local-checks-to-skip): Removed sc_makefile_check from list.
+       * cfg.mk (local-checks-to-skip): Removed sc_makefile_check from
+       list.
 
 2010-08-19  Alfred M. Szmidt  <[email protected]>
 
        Removed useless C preprocessor parentehsis.
 
-       * cfg.mk (local-checks-to-skip): Removed sc_useless_cpp_parens from 
list.
+       * cfg.mk (local-checks-to-skip): Removed sc_useless_cpp_parens
+       from list.
 
        * ftp/cmds.c: Removed useless C preprocessor parentehsis.
        * ftp/ftp.c: Likewise.
@@ -206,9 +209,11 @@
 
        Use EXIT_SUCCESS and EXIT_FAILURE macros through out.
 
-       * cfg.mk (local-checks-to-skip): Removed sc_prohibit_magic_number_exit 
from list.
+       * cfg.mk (local-checks-to-skip): Removed
+       sc_prohibit_magic_number_exit from list.
 
-       * whois/whois.c (main, err_sys, err_quit): Don't use magical exit 
numbers.
+       * whois/whois.c (main, err_sys, err_quit): Don't use magical exit
+       numbers.
        * telnetd/utility.c (io_drain, fatal): Likewise.
        * telnetd/telnetd.c (main, telnetd_setup): Likewise.
        * telnetd/state.c (telrcv): Likewise.
@@ -269,7 +274,8 @@
 
 2010-08-19  Alfred M. Szmidt  <[email protected]>
 
-       * cfg.mk (local-checks-to-skip): Removed sc_trailing_blank from list.
+       * cfg.mk (local-checks-to-skip): Removed sc_trailing_blank from
+       list.
 
 2010-08-19  Alfred M. Szmidt  <[email protected]>
 
@@ -387,15 +393,18 @@
 
 2010-08-19  Alfred M. Szmidt  <[email protected]>
 
-       * cfg.mk (local-checks-to-skip): Removed sc_prohibit_assert_without_use 
from list.
+       * cfg.mk (local-checks-to-skip): Removed
+       sc_prohibit_assert_without_use from list.
 
 2010-08-19  Alfred M. Szmidt  <[email protected]>
 
-       * cfg.mk (local-checks-to-skip): Removed sc_obsolete_symbols from list.
+       * cfg.mk (local-checks-to-skip): Removed sc_obsolete_symbols from
+       list.
 
 2010-08-18  Giuseppe Scrivano  <[email protected]>
 
-       Under GNU/Linux print interfaces without an address with ifconfig -a.
+       Under GNU/Linux print interfaces without an address with ifconfig
+       -a.
 
        * bootstrap.conf (gnulib_modules): Add module `read-file'.
 
@@ -406,7 +415,6 @@
 
        * ifconfig/system.h: Include <if_index.h>.
 
-       * ifconfig/system/generic.c (system_if_nameindex): New variable.
        * ifconfig/system/hpux.c (system_if_nameindex): New variable.
        * ifconfig/system/osf.c (system_if_nameindex): Likewise.
        * ifconfig/system/qnc.c (system_if_nameindex): Likewise.
@@ -417,8 +425,8 @@
 
 2010-08-16  Sergey Poznyakoff  <[email protected]>
 
-       * ifconfig/flags.c (flag_char_tab): Protect the
-       uses of IFF_SLAVE and IFF_MASTER by #ifdefs.
+       * ifconfig/flags.c (flag_char_tab): Protect the uses of IFF_SLAVE
+       and IFF_MASTER by #ifdefs.
 
 2010-08-16  Alfred M. Szmidt  <[email protected]>
 
@@ -436,7 +444,8 @@
 
 2010-07-10  Giuseppe Scrivano  <[email protected]>
 
-       * ifconfig/if_index.h (if_indextoname): Remove function declaration.
+       * ifconfig/if_index.h (if_indextoname): Remove function
+       declaration.
 
        * ifconfig/if_index.c (if_indextoname): Remove unused function.
 
@@ -444,7 +453,8 @@
 
        * configure.ac: Do not check if `bcmp', `bcopy' and `bzero' exist.
 
-       * libinetutils/des_rw.c (des_read): Use `memcpy' instead of `bcopy'.
+       * libinetutils/des_rw.c (des_read): Use `memcpy' instead of
+       `bcopy'.
        (des_write): Likewise.
        (des_clear_key): Use `memset' instead of `bzero'.
 
@@ -452,14 +462,13 @@
 
        * libinetutils/kcmd.c (kcmd): Use `memcpy' instead of `bcopy'.
 
-       * libinetutils/logwtmp.c (logwtmp_keep_open): Use `memset' instead of
-       `bzero'.
+       * libinetutils/logwtmp.c (logwtmp_keep_open): Use `memset' instead
+       of `bzero'.
        * ftp/ftp.c (initconn): Likewise.
        * src/uucpd.c (main): Likewise.
 
        * talk/get_addrs.c (get_addrs): Use `memmove' instead of `bcopy'.
 
-
 2010-06-21  Giuseppe Scrivano  <[email protected]>
 
        * ifconfig/if_index.c (if_indextoname): Return NULL on errors.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |   43 ++++++++++++++++++++++++++-----------------
 1 files changed, 26 insertions(+), 17 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 

_______________________________________________
Commit-inetutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-inetutils

Reply via email to