From 261de38d11e396a7fb52d8e0e0209eadbcaa296e Mon Sep 17 00:00:00 2001 From: fsg Date: Thu, 4 Nov 2004 02:10:32 +0000 Subject: [PATCH] nightly update --- ChangeLog | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/ChangeLog b/ChangeLog index deae69f049..3e3db63e31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +2004-11-04 02:57 asfernandes + + * firebird2/src/jrd/unicode_util.h (1.1): + + file unicode_util.h was initially added on branch B2_0_intl. + +2004-11-04 02:57 asfernandes + + * firebird2/src/jrd/unicode_util.cpp (1.1): + + file unicode_util.cpp was initially added on branch B2_0_intl. + +2004-11-04 02:35 robocop + + * firebird2/builds/win32/preprocess.bat (1.32): + + Misc typo + +2004-11-04 01:25 skidder + + * firebird2/builds/win32/preprocess.bat (1.31): + + Enable Claudio's workaround of using boot gpre for a few files in + build process to permit using Firebird 1.5 or 1.0 as a build host + engine. Medium-term solution would probably be to replicate boot + build process for POSIX on Windows, it is not difficult + +2004-11-04 00:47 skidder + + * firebird2/builds/posix/make.shared.variables (1.41): + + Fix POSIX build + +2004-11-03 18:26 dimitr + + * firebird2/src/: common/classes/timestamp.cpp (1.1), + common/classes/timestamp.h (1.5), jrd/req.h (1.44): + + Improved TimeStamp slightly to suit non-engine needs. + +2004-11-03 15:16 fsg + + * firebird2/src/extlib/: ib_udf.cpp (1.5), ib_udf2.sql (1.3): + + Renamed old rand udf to srand added new rand function without seed + FSG + +2004-11-03 13:06 paulbeach + + * firebird2/builds/install/misc/firebird.conf (1.11): + + Fix minor typo + +2004-11-03 09:38 skidder + + * firebird2/src/common/classes/: ClumpletReader.cpp (1.3), + ClumpletReader.h (1.3), ClumpletWriter.cpp (1.3), ClumpletWriter.h + (1.3): + + Bunch of fixes in clumplet readers and writers + +2004-11-03 09:36 skidder + + * firebird2/src/common/classes/sparse_bitmap.h (1.11): + + Remove comment which is no longer pertinent + 2004-11-03 00:07 arnobrinkman * firebird2/src/dsql/pass1.cpp (1.167):