src/misc/blob.hpp
Sat, 02 Jun 2007 19:59:29 +0000 richk (svn r10027) [NewGRF_ports] -Sync: with trunk r9506-10026 NewGRF_ports
Sat, 21 Apr 2007 08:23:57 +0000 KUDr (svn r9708) [cpp_gui] -Sync with trunk (r9633:9707) cpp_gui
Sun, 15 Apr 2007 14:17:40 +0000 KUDr (svn r9635) [cpp_gui] -Codechange: use proper array item pointer arithmetics (pointer + index) instead of &pointer[index] since they can differ in C++ cpp_gui
Mon, 26 Mar 2007 20:47:18 +0000 KUDr (svn r9482) [cpp_gui] -Fix: missing return value cpp_gui
Sat, 13 Jan 2007 13:33:36 +0000 KUDr (svn r8092) -Codechange: header files with miscellaneous template classes (smart pointers, blob, array, hashtable, etc.) moved from src/yapf to src/misc as they can now be used anywhere.