Source-Changes-HG archive

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

[src/netbsd-6]: src/usr.bin/mklocale Pull up following revision(s) (requested...



details:   https://anonhg.NetBSD.org/src/rev/74d9dfe2162c
branches:  netbsd-6
changeset: 776395:74d9dfe2162c
user:      msaitoh <msaitoh%NetBSD.org@localhost>
date:      Mon Jul 29 08:15:39 2013 +0000

description:
Pull up following revision(s) (requested by joerg in ticket #914):
        usr.bin/mklocale/mklocaledb.c: revision 1.3
Swap order of _CITRUS_LC_MONETARY_SYM_INT_N_CS_PRECEDES and
_CITRUS_LC_MONETARY_SYM_INT_P_SEP_BY_SPACE to match data files.

diffstat:

 usr.bin/mklocale/mklocaledb.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r fc0b703ee0ae -r 74d9dfe2162c usr.bin/mklocale/mklocaledb.c
--- a/usr.bin/mklocale/mklocaledb.c     Mon Jul 29 08:11:53 2013 +0000
+++ b/usr.bin/mklocale/mklocaledb.c     Mon Jul 29 08:15:39 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mklocaledb.c,v 1.2 2009/01/05 02:55:34 dogcow Exp $ */
+/* $NetBSD: mklocaledb.c,v 1.2.12.1 2013/07/29 08:15:39 msaitoh Exp $ */
 
 /*-
  * Copyright (c)2008 Citrus Project,
@@ -37,7 +37,7 @@
 
 #include <sys/cdefs.h>
 #if !defined(lint)
-__RCSID("$NetBSD: mklocaledb.c,v 1.2 2009/01/05 02:55:34 dogcow Exp $");
+__RCSID("$NetBSD: mklocaledb.c,v 1.2.12.1 2013/07/29 08:15:39 msaitoh Exp $");
 #endif /* not lint */
 
 #include <assert.h>
@@ -136,8 +136,8 @@
        { _CITRUS_LC_MONETARY_SYM_P_SIGN_POSN,        &save_as_uint8    },
        { _CITRUS_LC_MONETARY_SYM_N_SIGN_POSN,        &save_as_uint8    },
        { _CITRUS_LC_MONETARY_SYM_INT_P_CS_PRECEDES,  &save_as_uint8    },
+       { _CITRUS_LC_MONETARY_SYM_INT_P_SEP_BY_SPACE, &save_as_uint8    },
        { _CITRUS_LC_MONETARY_SYM_INT_N_CS_PRECEDES,  &save_as_uint8    },
-       { _CITRUS_LC_MONETARY_SYM_INT_P_SEP_BY_SPACE, &save_as_uint8    },
        { _CITRUS_LC_MONETARY_SYM_INT_N_SEP_BY_SPACE, &save_as_uint8    },
        { _CITRUS_LC_MONETARY_SYM_INT_P_SIGN_POSN,    &save_as_uint8    },
        { _CITRUS_LC_MONETARY_SYM_INT_N_SIGN_POSN,    &save_as_uint8    },



Home | Main Index | Thread Index | Old Index