log error.c @ 819:616a36d39703

age author description
Sun, 06 Sep 2020 23:28:12 -0400 Josef 'Jeff' Sipek error: add EEOF errno
Mon, 05 Nov 2018 18:36:30 -0500 Josef 'Jeff' Sipek error: allow hooking xstrerror errno mapping
Thu, 08 Nov 2018 22:52:40 -0500 Josef 'Jeff' Sipek error: make xstrerror(0) always return "Success"
Sat, 03 Nov 2018 08:39:11 -0400 Josef 'Jeff' Sipek config: ensure ECKSUM exists
Sat, 03 Nov 2018 08:38:53 -0400 Josef 'Jeff' Sipek config: ensure ENOTUNIQ exists
Sat, 03 Nov 2018 07:50:18 -0400 Josef 'Jeff' Sipek config: prefix all config defines with JEFFPC_
Sat, 03 Nov 2018 07:34:57 -0400 Josef 'Jeff' Sipek error: turn xstrerror into a full fledged function
Wed, 17 Oct 2018 21:28:05 -0400 Josef 'Jeff' Sipek config: detect & use proper arguments to __assert on FreeBSD
Wed, 17 Oct 2018 21:27:21 -0400 Josef 'Jeff' Sipek config: determine which __assert is on the system
Wed, 17 Oct 2018 13:04:23 -0400 Josef 'Jeff' Sipek error: propagate the assertion failing function name to the assfail wrapper
Wed, 17 Oct 2018 13:03:31 -0400 Josef 'Jeff' Sipek error: propagate the assertion failing function name to the assfail op
Wed, 17 Oct 2018 13:00:05 -0400 Josef 'Jeff' Sipek error: assertion failures should grab the function name
Wed, 17 Oct 2018 12:56:56 -0400 Josef 'Jeff' Sipek error: wrap assfail/__assert in a helper function
Fri, 01 Sep 2017 16:16:38 +0300 Josef 'Jeff' Sipek error: print the session information after the message level
Wed, 30 Aug 2017 14:53:46 +0300 Josef 'Jeff' Sipek init: add a way to print session information
Sat, 29 Jul 2017 13:16:24 +0300 Josef 'Jeff' Sipek error: flush stdout after each cmn_err invocation
Mon, 25 Apr 2016 18:01:50 -0400 Josef 'Jeff' Sipek error: print pointers as %p
Thu, 14 Apr 2016 00:10:25 -0400 Josef 'Jeff' Sipek error: provide a fallback implementation of addrtosymstr for internal use
Thu, 14 Apr 2016 00:06:53 -0400 Josef 'Jeff' Sipek error: stack trace saving and printing
Wed, 30 Mar 2016 17:36:17 -0400 Josef 'Jeff' Sipek error: stop including the non-POSIX sys/debug.h
Wed, 30 Mar 2016 16:56:32 -0400 Josef 'Jeff' Sipek error: not all systems have assfail
Tue, 29 Mar 2016 17:55:40 -0400 Josef 'Jeff' Sipek init & error: allow users to provide logging infrastructure
Mon, 28 Mar 2016 17:57:29 -0400 Josef 'Jeff' Sipek error: introduce cmn_err, cmn_verr, and panic
Sat, 26 Mar 2016 16:58:18 -0400 Josef 'Jeff' Sipek error: define assertion macros and a syslogging mechanism