From df29e21306ffbfded10ab8b40dbcaa7b04f71dca Mon Sep 17 00:00:00 2001 From: Octavian Procopiuc Date: Fri, 30 Aug 2002 03:09:59 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: http://svn.daimi.au.dk/svn/tpie/trunk@866 669acd26-ddd2-4139-9e68-486997aa639d --- tpie/lib/src/ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/tpie/lib/src/ChangeLog b/tpie/lib/src/ChangeLog index a0985eca4..4768d1304 100644 --- a/tpie/lib/src/ChangeLog +++ b/tpie/lib/src/ChangeLog @@ -1,3 +1,22 @@ +Thu Aug 29 23:01:23 2002 + * bte_coll_base.cpp, bte_coll_mmap.cpp, bte_coll_ufs.cpp: Use bid_t to + represent the bid type at the bte collection level. + + * bte_coll_mmap.cpp: Added the BTE_COLLECTION_MMAP_LAZY_WRITE + constant to specify the writing policy. + + * tpie_log.cpp: Using tpie_tempnam instead of tempnam, to avoid warnings. + Changed prefix of log file name from "TPLOG" to "tpielog". + + * tpie_tempnam.cpp: Added include string.h to make it compile on + Linux. + + * tpie_tempnam.cpp: Added tpie_mktemp to replace mktemp, since it + was giving warnings on FreeBSD and Linux. Added a parameter to + tpie_tempnam to optionally specify the directory. When missing, it + defaults to NULL and tpie_tempnam uses the environment variable + etc. + Mon Jan 14 12:09:41 2002 * this file is now ChangeLog instead of Changelog.