src/oldpool_func.h
Thu, 30 Oct 2008 12:32:32 +0000 rubidium (svn r14547) -Fix: order pool seemed to look full when it was not as it only checked whether it was possible to allocate a new block of pool items instead of checking for free pool items.
Fri, 18 Jul 2008 21:01:30 +0000 smatz (svn r13733) -Fix (r13731): gcc2.95 compilation
Tue, 06 May 2008 15:11:33 +0000 rubidium (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
Wed, 23 Apr 2008 22:16:41 +0000 rubidium (svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station code.
Sun, 06 Apr 2008 23:49:45 +0000 smatz (svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify compiler's decisions about inlining