Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-09 | (svn r14935) -Fix [FS#2498]: the new operator may not return NULL, so don't. | rubidium | |
2009-01-09 | (svn r14934) -Fix: in (extreme) cases CanAllocateItem could return true when ↵ | rubidium | |
there's not enough space. | |||
2008-10-30 | (svn r14547) -Fix: order pool seemed to look full when it was not as it only ↵ | rubidium | |
checked whether it was possible to allocate a new block of pool items instead of checking for free pool items. | |||
2008-07-18 | (svn r13733) -Fix (r13731): gcc2.95 compilation | smatz | |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add ↵ | rubidium | |
something more than whitespace as description of files that don't have a description. | |||
2008-04-23 | (svn r12857) -Fix [FS#1948]: remove the last uses of AutoPtr in the station ↵ | rubidium | |
code. | |||
2008-04-06 | (svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify ↵ | smatz | |
compiler's decisions about inlining |