src/tar_type.h
Thu, 24 Jul 2008 08:46:34 +0000 rubidium (svn r13814) -Fix (r13810): MSVC (as usual) does stupid things. This time it is copying around a struct it created itself, causing bad things to happen if you don't explicitly set all variables to something remotely sane in the constructor.
Wed, 23 Jul 2008 21:42:55 +0000 rubidium (svn r13810) -Fix: small memory leak when tar files would be found.
Wed, 25 Jun 2008 17:45:05 +0000 smatz (svn r13631) -Fix (r13618): forgot #define avoiding multiple inclusions
Tue, 24 Jun 2008 09:05:24 +0000 smatz (svn r13618) -Codechange: move tar-specific declarations to separate file