summaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog72
1 files changed, 72 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index cbb77fc8..32cd0c37 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,75 @@
+2017-05-04 Ulf Hermann <[email protected]>
+
+ * ar.c: Use trees rather than hashes.
+
+2017-05-04 Ulf Hermann <[email protected]>
+
+ * ar.c: Use octal numbers instead of permission macros.
+ * elfcompress.c: Likewise.
+ * ranlib.c: Likewise.
+ * strip.c: Likewise.
+
+2017-05-04 Ulf Hermann <[email protected]>
+
+ * unstrip.c: Use strndup and free instead of strndupa.
+
+2017-05-04 Ulf Hermann <[email protected]>
+
+ * stack.c: Cast pid_t to int when printing using %d.
+
+2017-05-04 Ulf Hermann <[email protected]>
+
+ * strip.c: Close and reopen file when renaming.
+
+2017-05-04 Ulf Hermann <[email protected]>
+
+ * addr2line.c: Don't assume unix file system conventions.
+ * size.c: Likewise.
+ * strip.c: Likewise.
+
+2017-05-04 Ulf Hermann <[email protected]>
+
+ * ar.c: Open files in O_BINARY.
+ * elfcmp.c: Likewise.
+ * elfcompress.c: Likewise.
+ * elflint.c: Likewise.
+ * findtextrel.c: Likewise.
+ * nm.c: Likewise.
+ * objdump.c: Likewise.
+ * ranlib.c: Likewise.
+ * readelf.c: Likewise.
+ * size.c: Likewise.
+ * stack.c: Likewise.
+ * strings.c: Likewise.
+ * strip.c: Likewise.
+ * unstrip.c: Likewise.
+
+2017-05-04 Ulf Hermann <[email protected]>
+
+ * ar.c: Don't fchmod or fchown the output file if fchmod or fchown
+ don't exist.
+ * elfcompress.c: Likewise.
+ * ranlib.c: Likewise.
+ * strip.c: Likewise.
+ * strings.c: Skip posix_fadvise if it doesn't exist.
+
+2017-05-04 Ulf Hermann <[email protected]>
+
+ * strings.c: If roundup() is not defined, define it.
+
+2017-04-28 Ulf Hermann <[email protected]>
+
+ * Makefile.am: Use the predefined names for libelf, libdw, libasm,
+ rather than hardcoding to the elf conventions.
+
+2017-04-27 Ulf Hermann <[email protected]>
+
+ * Makefile.am: Drop argp_LDADD.
+
+2017-04-21 Ulf Hermann <[email protected]>
+
+ * Makefile.am: Link tools agaist libgnu.a if requested.
+
2017-04-20 Ulf Hermann <[email protected]>
* readelf.c: Include strings.h.