Module Name: src
Committed By: lukem
Date: Wed May 24 13:09:53 UTC 2023
Modified Files:
src/doc: CHANGES
Log Message:
CHANGES: rm SHAREDSTRINGS, mkstr, xstr
To generate a diff of this commit:
cvs rdiff -u -r1.2967 -r1.2968 src/doc/CHANGES
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
diff -u src/doc/CHANGES:1.2967 src/doc/CHANGES:1.2968
--- src/doc/CHANGES:1.2967 Tue May 23 20:24:24 2023
+++ src/doc/CHANGES Wed May 24 13:09:53 2023
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2967 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2968 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -103,5 +103,7 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
[skrll 20230507]
riscv: Add Google Goldfish RTC driver. [skrll 20230508]
OpenSSL: Imported 3.0.8. [christos 20230510]
- ctfmerge: Add error handling to pthread APIs.
+ ctfmerge(1): Add error handling to pthread APIs.
Fix semaphores for macOS host tool. [lukem 20230523]
+ share/mk: Deprecate non-functional SHAREDSTRINGS. [lukem 20230524]
+ mkstr(1), xstr(1): Obsolete unused PDP-11-era tools. [lukem 20230524]