summaryrefslogtreecommitdiffstats
path: root/libdwfl/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'libdwfl/ChangeLog')
-rw-r--r--libdwfl/ChangeLog39
1 files changed, 38 insertions, 1 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog
index 9bce6b1e..d6aa70e5 100644
--- a/libdwfl/ChangeLog
+++ b/libdwfl/ChangeLog
@@ -1,3 +1,40 @@
+2017-05-04 Ulf Hermann <[email protected]>
+
+ * find-debuginfo.c: On windows, check various extra parameters of
+ struct stat to determine if two files are the same.
+
+2017-05-04 Ulf Hermann <[email protected]>
+
+ * dwfl_build_id_find_elf.c: Don't assume unix file system conventions.
+ * find-debuginfo.c: Likewise.
+ * linux-kernel-modules.c: Likewise.
+ * linux-proc-maps.c: Likewise.
+ * libdwflP.h: Add a windows-compatible default debuginfo path.
+
+2017-05-04 Ulf Hermann <[email protected]>
+
+ * argp-std.c: Open files in O_BINARY.
+ * dwfl_build_id_find_elf.c: Likewise.
+ * dwfl_build_id_find_elf.c: Likewise.
+ * dwfl_module_getdwarf.c: Likewise.
+ * dwfl_report_elf.c: Likewise.
+ * dwfl_segment_report_module.c: Likewise.
+ * find-debuginfo.c: Likewise.
+ * link_map.c: Likewise.
+ * linux-kernel-modules.c: Likewise.
+ * linux-pid-attach.c: Likewise.
+ * linux-proc-maps.c: Likewise.
+ * offline.c: Likewise.
+
+2017-04-27 Ulf Hermann <[email protected]>
+
+ * linux-kernel-modules.c: Don't include system.h.
+
+2017-02-22 Ulf Hermann <[email protected]>
+
+ * dwfl_error.c: If we don't have a strerror_r returning a char*,
+ output a less useful message in case of a system error.
+
2017-04-20 Ulf Hermann <[email protected]>
Mark Wielaard <[email protected]>
@@ -88,7 +125,7 @@
* linux-pid-attach.c: Include sys/ptrace.h and sys/syscall.h only on
linux.
-2017-04-20 Ulf Hermann <[email protected]>
+2017-04-20 Ulf Hermann <[email protected]>
* linux-kernel-modules.c: Include sys/types.h before fts.h