Source-Changes-HG archive

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

[src/trunk]: src/lib/libc MB_LEN_MAX should moved from MD to MI.



details:   https://anonhg.NetBSD.org/src/rev/f181dff5b653
branches:  trunk
changeset: 753432:f181dff5b653
user:      tnozaki <tnozaki%NetBSD.org@localhost>
date:      Sun Mar 28 14:08:22 2010 +0000

description:
MB_LEN_MAX should moved from MD to MI.

diffstat:

 lib/libc/shlib_version |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 27437f6c323a -r f181dff5b653 lib/libc/shlib_version
--- a/lib/libc/shlib_version    Sun Mar 28 14:05:09 2010 +0000
+++ b/lib/libc/shlib_version    Sun Mar 28 14:08:22 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: shlib_version,v 1.215 2009/10/02 02:45:29 tsarna Exp $
+#      $NetBSD: shlib_version,v 1.216 2010/03/28 14:08:22 tnozaki Exp $
 #      Remember to update distrib/sets/lists/base/shl.* when changing
 #
 # things we wish to do on next major version bump:
@@ -34,5 +34,7 @@
 # - change _ctype_ table in ctype.h and gen/ctype_.c 8bit -> 16 or 32bit.
 #   it's insufficient bitwidth to implement all ctype class.
 #   see isblank's comment in ctype.h.
+# - increase MB_LEN_MAX 6 -> 32 sys/arch/hppa/include/limits.h
+#   and make it's definition MD -> MI.
 major=12
 minor=171



Home | Main Index | Thread Index | Old Index