summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkx <kx@radix-linux.su>2026-09-02 15:58:27 +0300
committerkx <kx@radix-linux.su>2026-09-02 15:58:27 +0300
commit1202bb8bf07678fa6fa54085fc72b8e9bd383e04 (patch)
treeb9a91d91c9f249e485e535b40e3af16c2ea58402
parentc7897f63a7e253a603f3a7eb636477babdc46501 (diff)
downloadlibmpu-1202bb8bf07678fa6fa54085fc72b8e9bd383e04.tar.xz
Bump version to 1.0.171.0.17
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--libmpu.m48
-rw-r--r--mpu/mpu-context.c1
-rw-r--r--po/libmpu.pot2
-rw-r--r--po/ru.po2
6 files changed, 13 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index d70874c..588736b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,10 @@
+libmpu-1.0.17
+=============
+
+ Removed: setlocale( LC_ALL, "" ) at __mpu_init().
+
+
libmpu-1.0.16
=============
diff --git a/configure.ac b/configure.ac
index 0644132..6e57331 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6,7 +6,7 @@ AC_LIBMPU_HEADLINE([libmpu], [MPU Emulation Library],dnl
[Copyright (c) 1999-2024 Andrey V.Kosteltsev])dnl
-AC_INIT([MPU Library],[1.0.16],[Andrey V.Kosteltsev <support@radix-linux.su>],[libmpu],[https://radix-linux.su])
+AC_INIT([MPU Library],[1.0.17],[Andrey V.Kosteltsev <support@radix-linux.su>],[libmpu],[https://radix-linux.su])
AC_MSG_CFG_PART(Getting the canonical system type)
dnl
diff --git a/libmpu.m4 b/libmpu.m4
index ccdffde..4ad72d9 100644
--- a/libmpu.m4
+++ b/libmpu.m4
@@ -7,15 +7,15 @@ dnl # Andrey V.Kosteltsev
dnl ============================================================
dnl
dnl Synopsis:
-dnl AC_CHECK_LIBMPU([MIN-VERSION [, # minimum libmpu version, e.g. 1.0.16
+dnl AC_CHECK_LIBMPU([MIN-VERSION [, # minimum libmpu version, e.g. 1.0.17
dnl DEFAULT-WITH-LIBMPU [, # default value for --with-libmpu option
dnl ACTION-IF-FOUND [, # action to perform if libmpu was found
dnl ACTION-IF-NOT-FOUND # action to perform if libmpu was not found
dnl ]]]])
dnl Examples:
-dnl AC_CHECK_LIBMPU(1.0.16)
-dnl AC_CHECK_LIBMPU(1.0.16,,,CFLAGS="$CFLAGS -DHAVE_LIBMPU $LIBMPU_CFLAGS")
-dnl AC_CHECK_LIBMPU(1.0.16,yes,CFLAGS="$CFLAGS -DHAVE_LIBMPU")
+dnl AC_CHECK_LIBMPU(1.0.17)
+dnl AC_CHECK_LIBMPU(1.0.17,,,CFLAGS="$CFLAGS -DHAVE_LIBMPU $LIBMPU_CFLAGS")
+dnl AC_CHECK_LIBMPU(1.0.17,yes,CFLAGS="$CFLAGS -DHAVE_LIBMPU")
dnl
dnl
dnl If you have to change prefix returned by mpu-config script or change
diff --git a/mpu/mpu-context.c b/mpu/mpu-context.c
index 8e89eb8..0736d28 100644
--- a/mpu/mpu-context.c
+++ b/mpu/mpu-context.c
@@ -34,7 +34,6 @@ void __mpu_init( void )
pmctx->_cur_brk = (__mpu_void_t *)&((pmctx->_mem)[0]);
#if ENABLE_NLS == 1
- setlocale( LC_ALL, "" );
bind_textdomain_codeset( PACKAGE, "UTF-8" );
textdomain( PACKAGE );
#endif
diff --git a/po/libmpu.pot b/po/libmpu.pot
index 138a5d7..472f00d 100644
--- a/po/libmpu.pot
+++ b/po/libmpu.pot
@@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
-"Project-Id-Version: libmpu 1.0.16\n"
+"Project-Id-Version: libmpu 1.0.17\n"
"Report-Msgid-Bugs-To: Andrey V.Kosteltsev <support@radix-linux.su>\n"
"POT-Creation-Date: 2024-12-28 23:52+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
diff --git a/po/ru.po b/po/ru.po
index ce12f68..4b8d94c 100644
--- a/po/ru.po
+++ b/po/ru.po
@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
-"Project-Id-Version: libmpu 1.0.16\n"
+"Project-Id-Version: libmpu 1.0.17\n"
"Report-Msgid-Bugs-To: Andrey V.Kosteltsev <support@radix-linux.su>\n"
"POT-Creation-Date: 2024-12-28 23:52+0300\n"
"PO-Revision-Date: 2024-02-24 17:34+0300\n"