Module Name: src
Committed By: christos
Date: Sat May 26 22:15:58 UTC 2012
Modified Files:
src/doc: CHANGES
Log Message:
Add libexecinfo
To generate a diff of this commit:
cvs rdiff -u -r1.1702 -r1.1703 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.1702 src/doc/CHANGES:1.1703
--- src/doc/CHANGES:1.1702 Fri May 18 11:24:45 2012
+++ src/doc/CHANGES Sat May 26 18:15:57 2012
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1702 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1703 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -58,3 +58,5 @@ Changes from NetBSD 6.0 to NetBSD 7.0:
bzip2: Imported 1.0.6 [wiz 20120507]
amiga: Rework X-Surf driver as xsurf(4). Add support for clockport(4)
on top of xsurf(4). [rkujawa 20120515]
+ backtrace(3): Add <execinfo.h> and the backtrace family of functions
+ [christos 20120526]