[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[SCM] GNU Inetutils branch, master, updated. inetutils-1_8-161-gd08a54c
From: |
Alfred M. Szmidt |
Subject: |
[SCM] GNU Inetutils branch, master, updated. inetutils-1_8-161-gd08a54c |
Date: |
Sat, 19 Nov 2011 13:32:08 +0000 |
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 d08a54c8e67ff41b5f611e15bdbeb4a4ec6ad8d9 (commit)
from a1e37953a388d25327d3125d3e356114a1fe6c44 (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=d08a54c8e67ff41b5f611e15bdbeb4a4ec6ad8d9
commit d08a54c8e67ff41b5f611e15bdbeb4a4ec6ad8d9
Author: Alfred M. Szmidt <address@hidden>
Date: Sat Nov 19 14:32:02 2011 +0100
cfg.mk (sc_unsigned_char, sc_unsigned_long): New targets.
diff --git a/ChangeLog b/ChangeLog
index 7ec361c..ec9669a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-11-19 Alfred M. Szmidt <address@hidden>
+
+ * cfg.mk (sc_unsigned_char, sc_unsigned_long): New targets.
+
2011-11-19 Mats Erik Andersson <address@hidden>
* telnet/telnet.c [HAVE_READLINE]: Replace previous use of
diff --git a/cfg.mk b/cfg.mk
index 0fd9d7d..efb773c 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -49,3 +49,13 @@ upload-web-coverage:
cvs commit -m "Update." coverage
release-prep-hook =
+
+sc_unsigned_char:
+ @prohibit=u''_char \
+ halt='don'\''t use u''_char; instead use unsigned char' \
+ $(_sc_search_regexp)
+
+sc_unsigned_long:
+ @prohibit=u''_long \
+ halt='don'\''t use u''_long; instead use unsigned long' \
+ $(_sc_search_regexp)
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
cfg.mk | 10 ++++++++++
2 files changed, 14 insertions(+), 0 deletions(-)
hooks/post-receive
--
GNU Inetutils
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [SCM] GNU Inetutils branch, master, updated. inetutils-1_8-161-gd08a54c,
Alfred M. Szmidt <=