Class File + fixes in _free methods.
commit426ec7487f45d010d231341325334079ba978607
authorDaniel Fiser <danfis@danfis.cz>
Thu, 13 Sep 2007 15:34:38 +0000 (13 17:34 +0200)
committerDaniel Fiser <danfis@danfis.cz>
Thu, 13 Sep 2007 15:34:38 +0000 (13 17:34 +0200)
tree585ccf367fd25ea2a6b4361f3c10be8074308ece
parent8f9682743028cd64d7e478c5349173f7e7473ae7
Class File + fixes in _free methods.

Added File class without testsuite.
Fixed bugs in _free methods where is deleting vector of pointers. There was
freed all allocated memory, but was not cleared vector from pointers.
Makefile
file.cpp [new file with mode: 0644]
file.h [new file with mode: 0644]
hunk.cpp
text.cpp