Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/citrus rune.h is not public, so merge with rune_loc...



details:   https://anonhg.NetBSD.org/src/rev/9b5b6ceac0b0
branches:  trunk
changeset: 755080:9b5b6ceac0b0
user:      tnozaki <tnozaki%NetBSD.org@localhost>
date:      Sat May 22 08:13:18 2010 +0000

description:
rune.h is not public, so merge with rune_local.h.

diffstat:

 lib/libc/citrus/citrus_lc_ctype.c    |  5 ++---
 lib/libc/citrus/citrus_lc_messages.c |  6 +++---
 lib/libc/citrus/citrus_lc_monetary.c |  6 +++---
 lib/libc/citrus/citrus_lc_numeric.c  |  6 +++---
 lib/libc/citrus/citrus_lc_time.c     |  6 +++---
 5 files changed, 14 insertions(+), 15 deletions(-)

diffs (134 lines):

diff -r 363c1c1fe35b -r 9b5b6ceac0b0 lib/libc/citrus/citrus_lc_ctype.c
--- a/lib/libc/citrus/citrus_lc_ctype.c Sat May 22 07:26:18 2010 +0000
+++ b/lib/libc/citrus/citrus_lc_ctype.c Sat May 22 08:13:18 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: citrus_lc_ctype.c,v 1.4 2010/03/27 15:25:21 tnozaki Exp $ */
+/* $NetBSD: citrus_lc_ctype.c,v 1.5 2010/05/22 08:13:18 tnozaki Exp $ */
 
 /*-
  * Copyright (c)2008 Citrus Project,
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: citrus_lc_ctype.c,v 1.4 2010/03/27 15:25:21 tnozaki Exp $");
+__RCSID("$NetBSD: citrus_lc_ctype.c,v 1.5 2010/05/22 08:13:18 tnozaki Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "reentrant.h"
@@ -57,7 +57,6 @@
 #include "citrus_module.h"
 #include "citrus_ctype.h"
 
-#include "rune.h"
 #include "rune_local.h"
 #include "multibyte.h"
 
diff -r 363c1c1fe35b -r 9b5b6ceac0b0 lib/libc/citrus/citrus_lc_messages.c
--- a/lib/libc/citrus/citrus_lc_messages.c      Sat May 22 07:26:18 2010 +0000
+++ b/lib/libc/citrus/citrus_lc_messages.c      Sat May 22 08:13:18 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: citrus_lc_messages.c,v 1.2 2009/01/11 02:46:24 christos Exp $ */
+/* $NetBSD: citrus_lc_messages.c,v 1.3 2010/05/22 08:13:18 tnozaki Exp $ */
 
 /*-
  * Copyright (c)2008 Citrus Project,
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: citrus_lc_messages.c,v 1.2 2009/01/11 02:46:24 christos Exp $");
+__RCSID("$NetBSD: citrus_lc_messages.c,v 1.3 2010/05/22 08:13:18 tnozaki Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
@@ -61,7 +61,7 @@
 #include "citrus_db.h"
 #include "citrus_db_hash.h"
 #include "citrus_memstream.h"
-#include "rune.h"
+#include "rune_local.h"
 
 /*
  * macro required by all template headers
diff -r 363c1c1fe35b -r 9b5b6ceac0b0 lib/libc/citrus/citrus_lc_monetary.c
--- a/lib/libc/citrus/citrus_lc_monetary.c      Sat May 22 07:26:18 2010 +0000
+++ b/lib/libc/citrus/citrus_lc_monetary.c      Sat May 22 08:13:18 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: citrus_lc_monetary.c,v 1.2 2009/01/11 02:46:24 christos Exp $ */
+/* $NetBSD: citrus_lc_monetary.c,v 1.3 2010/05/22 08:13:18 tnozaki Exp $ */
 
 /*-
  * Copyright (c)2008 Citrus Project,
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: citrus_lc_monetary.c,v 1.2 2009/01/11 02:46:24 christos Exp $");
+__RCSID("$NetBSD: citrus_lc_monetary.c,v 1.3 2010/05/22 08:13:18 tnozaki Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
@@ -61,7 +61,7 @@
 #include "citrus_db.h"
 #include "citrus_db_hash.h"
 #include "citrus_memstream.h"
-#include "rune.h"
+#include "rune_local.h"
 
 #include "fix_grouping.h"
 #include "citrus_fix_grouping.h"
diff -r 363c1c1fe35b -r 9b5b6ceac0b0 lib/libc/citrus/citrus_lc_numeric.c
--- a/lib/libc/citrus/citrus_lc_numeric.c       Sat May 22 07:26:18 2010 +0000
+++ b/lib/libc/citrus/citrus_lc_numeric.c       Sat May 22 08:13:18 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: citrus_lc_numeric.c,v 1.2 2009/01/11 02:46:24 christos Exp $ */
+/* $NetBSD: citrus_lc_numeric.c,v 1.3 2010/05/22 08:13:18 tnozaki Exp $ */
 
 /*-
  * Copyright (c)2008 Citrus Project,
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: citrus_lc_numeric.c,v 1.2 2009/01/11 02:46:24 christos Exp $");
+__RCSID("$NetBSD: citrus_lc_numeric.c,v 1.3 2010/05/22 08:13:18 tnozaki Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
@@ -61,7 +61,7 @@
 #include "citrus_db.h"
 #include "citrus_db_hash.h"
 #include "citrus_memstream.h"
-#include "rune.h"
+#include "rune_local.h"
 
 #include "fix_grouping.h"
 #include "citrus_fix_grouping.h"
diff -r 363c1c1fe35b -r 9b5b6ceac0b0 lib/libc/citrus/citrus_lc_time.c
--- a/lib/libc/citrus/citrus_lc_time.c  Sat May 22 07:26:18 2010 +0000
+++ b/lib/libc/citrus/citrus_lc_time.c  Sat May 22 08:13:18 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: citrus_lc_time.c,v 1.3 2009/02/09 14:39:48 tnozaki Exp $ */
+/* $NetBSD: citrus_lc_time.c,v 1.4 2010/05/22 08:13:18 tnozaki Exp $ */
 
 /*-
  * Copyright (c)2008 Citrus Project,
@@ -28,7 +28,7 @@
 
 #include <sys/cdefs.h>
 #if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: citrus_lc_time.c,v 1.3 2009/02/09 14:39:48 tnozaki Exp $");
+__RCSID("$NetBSD: citrus_lc_time.c,v 1.4 2010/05/22 08:13:18 tnozaki Exp $");
 #endif /* LIBC_SCCS and not lint */
 
 #include "namespace.h"
@@ -61,7 +61,7 @@
 #include "citrus_db.h"
 #include "citrus_db_hash.h"
 #include "citrus_memstream.h"
-#include "rune.h"
+#include "rune_local.h"
 
 /*
  * macro required by all template headers



Home | Main Index | Thread Index | Old Index