log src/lib/macros.h @ 4891:6ab2712f1a93 HEAD

age author description
Sat, 18 Nov 2006 16:05:14 +0200 Timo Sirainen Define __attrs_used__ if the compiler actually supports attributes. HEAD
Wed, 01 Nov 2006 21:19:35 +0200 Timo Sirainen Use malloc attribute for the most commonly used memory and string allocation HEAD
Wed, 01 Nov 2006 20:47:37 +0200 Timo Sirainen Added sentinel GCC attribute to *_strconcat() functions. Added HEAD
Sat, 16 Oct 2004 17:59:32 +0300 Timo Sirainen i_unreached(): show also file and line number in error message HEAD
Tue, 27 Apr 2004 23:25:52 +0300 Timo Sirainen importing new index code. mbox still broken. HEAD
Mon, 28 Apr 2003 19:32:20 +0300 Timo Sirainen Added __attr_scanf__ HEAD
Thu, 30 Jan 2003 19:51:32 +0200 Timo Sirainen Removed STRUCT_OFFSET, offsetof() is ANSI-C for the same purpose. Added HEAD
Tue, 28 Jan 2003 21:32:18 +0200 Timo Sirainen No i_memmove here, just memmove. HEAD
Sun, 05 Jan 2003 15:09:51 +0200 Timo Sirainen Naming style changes, finally got tired of most of the typedefs. Also the HEAD
Sat, 04 Jan 2003 19:46:34 +0200 Timo Sirainen If PEDANTIC is defined, don't use (void)(..) with STMT_START/END. HEAD
Fri, 27 Dec 2002 18:02:25 +0200 Timo Sirainen We weren't using va_list properly, especially gcc/PowerPC didn't like it. HEAD
Mon, 04 Nov 2002 09:11:32 +0200 Timo Sirainen Several minor fixes: signess, casting away const, missing static, etc. HEAD
Mon, 28 Oct 2002 11:46:02 +0200 Timo Sirainen Added --enable-asserts (default) and fixed some warnings when building HEAD
Sun, 08 Sep 2002 18:34:27 +0300 Timo Sirainen Replaced INT_TO_POINTER and POINTER_TO_INT macros with POINTER_CAST and HEAD
Sun, 08 Sep 2002 18:19:39 +0300 Timo Sirainen more size_t fixes. HEAD
Sun, 08 Sep 2002 17:58:30 +0300 Timo Sirainen nearest_power() uses now size_t. HEAD
Sun, 08 Sep 2002 13:25:02 +0300 Timo Sirainen Better fix for POINTER_TO_UINT HEAD
Sun, 08 Sep 2002 13:17:01 +0300 Timo Sirainen POINTER_TO_UINT() fixed to not give warnings with 64bit pointers. HEAD
Fri, 09 Aug 2002 12:15:38 +0300 Timo Sirainen Initial revision HEAD