summaryrefslogtreecommitdiffstats
path: root/lib/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ChangeLog')
-rw-r--r--lib/ChangeLog66
1 files changed, 66 insertions, 0 deletions
diff --git a/lib/ChangeLog b/lib/ChangeLog
index dd3ebcab..32dda566 100644
--- a/lib/ChangeLog
+++ b/lib/ChangeLog
@@ -1,3 +1,69 @@
+2022-04-25 Mark Wielaard <[email protected]>
+
+ * printversion.c (print_version): Update copyright year.
+
+2022-03-27 Mark Wielaard <[email protected]>
+
+ * system.h: define error_exit.
+
+2021-02-14 Alexander Miller <[email protected]>
+
+ * eu-config.h (used_in_asm): New macro.
+ (NEW_INTDEF): New macro.
+ (NEW_VERSION): Mark symbol as used_in_asm. Use @@ symver and change
+ asm name instead. New variant using symver attribute if available.
+ (OLD_VERSION): Update new symbol name. Indent asm directives. New
+ variant using symver attribute.
+ (COMPAT_VERSION_NEWPROTO): Mark symbol as used_in_asm. Reorder
+ lines. Replace asm with __asm__ in declaration. New variant using
+ symver attribute.
+ (COMPAT_VERSION): Likewise.
+
+2021-09-10 Colin Cross <[email protected]>
+
+ * error.c (error): Call fflush on stdout and stderr. Setup errno and
+ call verr, verrx, vwarn or vwarnx based on status and errnum.
+
+2021-09-06 Dmitry V. Levin <[email protected]>
+
+ * color.c (parse_opt): Replace asprintf followed by error(EXIT_FAILURE)
+ with xasprintf.
+
+ * xasprintf.c: New file.
+ * Makefile.am (libeu_a_SOURCES): Add it.
+ * libeu.h (xasprintf): New prototype.
+
+ * dynamicsizehash.c (INIT(NAME)): Remove cast of calloc return value.
+ * dynamicsizehash_concurrent.c (INIT(NAME)): Remove cast of malloc
+ return value.
+
+2021-08-23 Saleem Abdulrasool <[email protected]>
+
+ * system.h: Remove inline definition for error and error_message_count
+ in the fallback path.
+ * Makefile.am (libeu_a_SOURCES): Add error.c.
+ * error.c: New file, moves the previous inline definitions to avoid
+ multiple definitions properly rather than relying on -fcommon and vague
+ linkage.
+
+2021-08-21 Saleem Abdulrasool <[email protected]>
+
+ * fixedsizehash.h: Remove unused STROF macro.
+
+2021-08-20 Saleem Abdulrasool <[email protected]>
+
+ * system.h: Check for HAVE_ERROR_H and HAVE_ERR_H and define
+ error_message_cont and error if necessary.
+
+2021-08-20 Saleem Abdulrasool <[email protected]>
+
+ * fixedsizehash.h: Remove sys/cdefs.h include. Unconditionally
+ define STROF and CONCAT macros.
+
+2021-07-28 Mark Wielaard <[email protected]>
+
+ * system.h (reallocarray): New static inline fallback function.
+
2021-04-19 Martin Liska <[email protected]>
* system.h (startswith): New function.