Module Name:    src
Committed By:   bouyer
Date:           Sun Nov  1 16:13:41 UTC 2009

Modified Files:
        src/doc [netbsd-5]: CHANGES-5.1

Log Message:
Tickets 1111 and 1121


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.132 -r1.1.2.133 src/doc/CHANGES-5.1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/CHANGES-5.1
diff -u src/doc/CHANGES-5.1:1.1.2.132 src/doc/CHANGES-5.1:1.1.2.133
--- src/doc/CHANGES-5.1:1.1.2.132	Sat Oct 31 13:45:59 2009
+++ src/doc/CHANGES-5.1	Sun Nov  1 16:13:41 2009
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-5.1,v 1.1.2.132 2009/10/31 13:45:59 sborrill Exp $
+# $NetBSD: CHANGES-5.1,v 1.1.2.133 2009/11/01 16:13:41 bouyer Exp $
 
 A complete list of changes from the NetBSD 5.0 release to the NetBSD 5.1
 release:
@@ -14601,3 +14601,17 @@
 	B-channel fifos.
 	[martin, ticket #1119]
 
+dist/nvi/regex/regexec.c			1.4
+
+	Fix regexp on LP64 systems.
+	By the time 'states1' was expanded, it became 'char *' so the
+	code tried to put 64 bits into an int!  Fixed PR/41924
+	[dsl, ticket #1121]
+
+sys/dev/pckbport/wskbdmap_mfii.c		patch
+sys/dev/wscons/wsksymdef.h			patch
+sys/dev/wscons/wskbdutil.c			patch
+
+	Add hungarian keyboard layout.
+	[ahoka, ticket #1111]
+

Reply via email to