log src/lib/module-context.h @ 22664:fea53c2725c0

age author description
Sun, 19 Aug 2012 14:21:37 +0300 Timo Sirainen Array API changed: ARRAY_DEFINE(name, type) -> ARRAY(type) name
Sat, 12 Jun 2010 00:35:32 +0100 Timo Sirainen MODULE_CONTEXT() now avoids directly returning NULL to make static analyzer happier. HEAD
Tue, 11 May 2010 08:49:44 +0300 Timo Sirainen MODULE_CONTEXT() now returns NULL if the whole module hasn't been registered yet. HEAD
Sat, 06 Feb 2010 16:58:07 +0200 Timo Sirainen module-context.h: Include required array.h internally. HEAD
Sun, 16 Sep 2007 12:31:27 +0300 Timo Sirainen Renamed _array_*() to array_*_i() HEAD
Sun, 16 Sep 2007 11:31:27 +0300 Timo Sirainen Changed .h ifdef/defines to use <NAME>_H format. HEAD
Sat, 31 Mar 2007 08:01:14 +0300 Timo Sirainen Compile fix HEAD
Thu, 29 Mar 2007 14:51:09 +0300 Timo Sirainen Better type safety to module_contexts arrays. Already fixed some bugs. HEAD