2006-05-07 Vee Satayamas * configue.ac: Disable test by default * include/penknife++/fileutil.h, src/fileutil.cxx: Use (defined(__APPLE__) && defined(__GNUC__) for detecting Mac OS X since it cannot be detected by defined(unix) 2005-10-09 Theppitak Karoonboonyanan * configure.ac: Formatted configure options help strings with AC_HELP_STRING(). Used --disable/--enable help style rather than --enable with default yes or no. Also disabled debug by default. 2003-04-40 Theppitak Karoonboonyanan * include/penknife++/list.h: Reorder member initializations in list::listElm c-tor, to get rid of compiler warning. 2003-04-25 Vee Satayamas * include/penknife++/Makefile.am: Remove dependency to booltype.h and add macros.h. * include/penknife++/fileutil.h: Insert #include . 2003-04-25 Theppitak Karoonboonyanan * -include/booltype.h, include/typedefs.h: Remove booltype.h, as it's already covered in typedefs.h. * +include/macros.h, include/typedefs.h: Add macros.h to contain necessary macros. Move ASSERT/VERIFY macros from typedefs.h to macros.h. * include/*: Use common convention of macros that prevent duplicated includes. Use common convention for namespace writing style. Polish some coding style. * src/fileutil.cxx, src/hash.cxx, src/hexmanip.cxx, src/idcount.cxx, * src/porting.cxx: Polish coding style. 2003-04-24 Theppitak Karoonboonyanan * include/penknife++/typedefs.h: Move unrelated stuffs out of PenKnife namespace. 2003-04-23 Vee Satayamas * configure.ac: Clean configure.ac for enabling make distcheck 2003-04-17 Vee Satayamas * split libpanknife from midatrie