Module Name: src
Committed By: nia
Date: Fri Dec 6 09:43:55 UTC 2024
Modified Files:
src/doc: CHANGES
Log Message:
doc: Changes leading up to 1st week of december
To generate a diff of this commit:
cvs rdiff -u -r1.3116 -r1.3117 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.3116 src/doc/CHANGES:1.3117
--- src/doc/CHANGES:1.3116 Mon Dec 2 13:52:20 2024
+++ src/doc/CHANGES Fri Dec 6 09:43:55 2024
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3116 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3117 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -601,4 +601,17 @@ Changes from NetBSD 10.0 to NetBSD 11.0:
lint(1): Handle _Noreturn attributes. [rillig 20241113]
hppa: Initial summitfb driver for Visualize FX video cards.
[macallan 20241119]
+ printf(1): Improve detection and diagnosis of invalid values for
+ conversions. [kre 20241124]
+ lib: Add expected symbols lists to many libraries.
+ [riastradh 20241124]
+ riscv: Support the crash(8) kernel debugger. [skrll 20241125]
+ lint(1): Add queries for typedefs to struct/union and their pointers.
+ [rillig 20241128]
+ build.sh: Experimental new target pkg=CATEGORY/PACKAGE, cross-builds
+ CATEGORY/PACKAGE from pkgsrc, bootstrapping pkgsrc.
+ [riastradh 20241129]
amd64: add support for non-Xen PVH guests. [bouyer 20241202]
+ curses(3): Implement the ncurses extension wgetscrreg which returns
+ the scrolling region of the given window. [blymn 20241205]
+ editline(3): Print 0 width characters. [christos 20241205]