From: <fir...@us...> - 2010-10-26 03:15:03
|
Revision: 51777 http://firebird.svn.sourceforge.net/firebird/?rev=51777&view=rev Author: firebirds Date: 2010-10-26 03:14:56 +0000 (Tue, 26 Oct 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-10-26 03:14:29 UTC (rev 51776) +++ firebird/trunk/ChangeLog 2010-10-26 03:14:56 UTC (rev 51777) @@ -1,3 +1,82 @@ + 2010-10-25 15:48 alexpeshkoff + M builds/posix/Makefile.in + M builds/posix/Makefile.in.examples + M builds/posix/Makefile.in.plugins_examples + M builds/posix/make.defaults + M builds/posix/make.rules + M builds/posix/prefix.linux_powerpc + M builds/posix/prefix.linux_sparc32 + M src/common/classes/fb_atomic.h +Patches from Damyan Ivanov + + 2010-10-25 15:14 dimitr + D builds/win32/msvc9/Firebird2.sln + D builds/win32/msvc9/Firebird2Boot.sln + D builds/win32/msvc9/Firebird2_Examples.sln + A builds/win32/msvc9/Firebird3.sln + A builds/win32/msvc9/Firebird3Boot.sln + A builds/win32/msvc9/Firebird3_Examples.sln + M builds/win32/msvc9/alice.vcproj + M builds/win32/msvc9/btyacc.vcproj + M builds/win32/msvc9/build_msg.vcproj + M builds/win32/msvc9/burp.vcproj + M builds/win32/msvc9/codes.vcproj + M builds/win32/msvc9/common.vcproj + D builds/win32/msvc9/common_classic.vcproj + D builds/win32/msvc9/common_static.vcproj + D builds/win32/msvc9/config.vcproj + D builds/win32/msvc9/dsql_server.vcproj + D builds/win32/msvc9/dsql_server_classic.vcproj + M builds/win32/msvc9/empbuild.vcproj + M builds/win32/msvc9/engine.vcproj + D builds/win32/msvc9/engine_classic.vcproj + D builds/win32/msvc9/engine_embed.vcproj + M builds/win32/msvc9/fb2control.vcproj + D builds/win32/msvc9/fb_inet_server.vcproj + M builds/win32/msvc9/fb_lock_print.vcproj + D builds/win32/msvc9/fbclient.vcproj + D builds/win32/msvc9/fbembed.vcproj + M builds/win32/msvc9/fbguard.vcproj + M builds/win32/msvc9/fbrmclib.vcproj + M builds/win32/msvc9/fbserver.vcproj + M builds/win32/msvc9/fbsvcmgr.vcproj + M builds/win32/msvc9/fbtrace.vcproj + M builds/win32/msvc9/fbtracemgr.vcproj + M builds/win32/msvc9/fbudf.vcproj + M builds/win32/msvc9/firebird2.vsprops + M builds/win32/msvc9/gbak.vcproj + D builds/win32/msvc9/gbak_embed.vcproj + M builds/win32/msvc9/gfix.vcproj + M builds/win32/msvc9/gpre.vcproj + M builds/win32/msvc9/gpre_boot.vcproj + A builds/win32/msvc9/gpre_common.vcproj + D builds/win32/msvc9/gpre_embed.vcproj + M builds/win32/msvc9/gsec.vcproj + M builds/win32/msvc9/gsplit.vcproj + M builds/win32/msvc9/gstat.vcproj + M builds/win32/msvc9/ib_udf.vcproj + M builds/win32/msvc9/ib_util.vcproj + M builds/win32/msvc9/instclient.vcproj + M builds/win32/msvc9/instreg.vcproj + M builds/win32/msvc9/instsvc.vcproj + M builds/win32/msvc9/intl.vcproj + M builds/win32/msvc9/intlbuild.vcproj + M builds/win32/msvc9/isql.vcproj + D builds/win32/msvc9/isql_embed.vcproj + D builds/win32/msvc9/lock.vcproj + D builds/win32/msvc9/lock_classic.vcproj + M builds/win32/msvc9/nbackup.vcproj + M builds/win32/msvc9/qli.vcproj + M builds/win32/msvc9/remote.vcproj + M builds/win32/msvc9/udr_engine.vcproj + A builds/win32/msvc9/user_management.vcproj + A builds/win32/msvc9/yvalve.vcproj +Fixed MSVC9 build. + + 2010-10-25 15:07 alexpeshkoff + M builds/posix/Makefile.in.examples +misc examples build + 2010-10-24 21:35 asfernandes M src/dsql/parse.y Misc Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-10-26 03:14:29 UTC (rev 51776) +++ firebird/trunk/src/jrd/build_no.h 2010-10-26 03:14:56 UTC (rev 51777) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28823 + FORMAL BUILD NUMBER:28826 */ -#define PRODUCT_VER_STRING "3.0.0.28823" -#define FILE_VER_STRING "WI-T3.0.0.28823" -#define LICENSE_VER_STRING "WI-T3.0.0.28823" -#define FILE_VER_NUMBER 3, 0, 0, 28823 +#define PRODUCT_VER_STRING "3.0.0.28826" +#define FILE_VER_STRING "WI-T3.0.0.28826" +#define LICENSE_VER_STRING "WI-T3.0.0.28826" +#define FILE_VER_NUMBER 3, 0, 0, 28826 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28823" +#define FB_BUILD_NO "28826" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-10-26 03:14:29 UTC (rev 51776) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-10-26 03:14:56 UTC (rev 51777) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28823 +BuildNum=28826 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <asf...@us...> - 2010-10-27 00:33:04
|
Revision: 51780 http://firebird.svn.sourceforge.net/firebird/?rev=51780&view=rev Author: asfernandes Date: 2010-10-27 00:32:58 +0000 (Wed, 27 Oct 2010) Log Message: ----------- Misc Modified Paths: -------------- firebird/trunk/builds/posix/Makefile.in firebird/trunk/src/common/classes/fb_atomic.h firebird/trunk/src/dsql/ExprNodes.cpp firebird/trunk/src/dsql/pass1.cpp Modified: firebird/trunk/builds/posix/Makefile.in =================================================================== --- firebird/trunk/builds/posix/Makefile.in 2010-10-26 23:34:46 UTC (rev 51779) +++ firebird/trunk/builds/posix/Makefile.in 2010-10-27 00:32:58 UTC (rev 51780) @@ -420,7 +420,7 @@ #--------------------------------------------------------------------------- -# This target builds the include files for disttribution with the release +# This target builds the include files for distribution with the release # Some of the files differ from the ones used internally to compile the # software - mainly they are just flattened out to make the view simpler # from an external point of view. @@ -432,7 +432,7 @@ # ib_util.h actually is a marker for a number of headers -# All these files are #includes in ibase.h here we cat them all together +# All these files are #included in ibase.h. Here we cat them all together # and remove the embedded #includes to make it simpler for external usage. IBASE_ExtraFiles = include/types_pub.h include/consts_pub.h dsql/sqlda_pub.h common/dsc_pub.h jrd/ibase.h jrd/inf_pub.h jrd/blr.h include/gen/iberror.h @@ -446,12 +446,12 @@ $(MAKE_HEADER_Bin) <ibase.h >$@ $(RM) -f ibase.h -# Copy all the other headers to the distribution directory. we use +# Copy all the other headers to the distribution directory. We use # ib_util.h as the marker for all the files. OtherDistribHeaders = extlib/ib_util.h \ - yvalve/perf.h \ - include/gen/iberror.h + yvalve/perf.h \ + include/gen/iberror.h SRC_OtherDistribHeaders = $(addprefix $(SRC_ROOT)/, $(OtherDistribHeaders)) @@ -461,7 +461,7 @@ # There are also gds*f and gds*ada header files around if someone -# wants them. You might need to hunt around in the old cvs tree for them. +# wants them. You might need to hunt around in the old cvs tree for them. #___________________________________________________________________________ # track dependencies Modified: firebird/trunk/src/common/classes/fb_atomic.h =================================================================== --- firebird/trunk/src/common/classes/fb_atomic.h 2010-10-26 23:34:46 UTC (rev 51779) +++ firebird/trunk/src/common/classes/fb_atomic.h 2010-10-27 00:32:58 UTC (rev 51780) @@ -440,7 +440,7 @@ extern "C" { #define AO_REQUIRE_CAS #include <atomic_ops.h> -}; +} namespace Firebird { Modified: firebird/trunk/src/dsql/ExprNodes.cpp =================================================================== --- firebird/trunk/src/dsql/ExprNodes.cpp 2010-10-26 23:34:46 UTC (rev 51779) +++ firebird/trunk/src/dsql/ExprNodes.cpp 2010-10-27 00:32:58 UTC (rev 51780) @@ -4400,7 +4400,7 @@ if (ExprNode::is<NullNode>(dsqlArg)) { - // NULL + NULL = NULL of INT + // -NULL = NULL of INT desc->makeLong(0); desc->setNullable(true); } Modified: firebird/trunk/src/dsql/pass1.cpp =================================================================== --- firebird/trunk/src/dsql/pass1.cpp 2010-10-26 23:34:46 UTC (rev 51779) +++ firebird/trunk/src/dsql/pass1.cpp 2010-10-27 00:32:58 UTC (rev 51780) @@ -4611,7 +4611,7 @@ { const ULONG position = literal->getSlong(); - if ((position < 1) || !selectList || (position > (ULONG) selectList->nod_count)) + if (position < 1 || !selectList || position > (ULONG) selectList->nod_count) { // Invalid column position used in the GROUP BY clause ERRD_post(Arg::Gds(isc_sqlerr) << Arg::Num(-104) << This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-10-27 03:14:47
|
Revision: 51782 http://firebird.svn.sourceforge.net/firebird/?rev=51782&view=rev Author: firebirds Date: 2010-10-27 03:14:40 +0000 (Wed, 27 Oct 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-10-27 00:52:32 UTC (rev 51781) +++ firebird/trunk/ChangeLog 2010-10-27 03:14:40 UTC (rev 51782) @@ -1,3 +1,25 @@ + 2010-10-27 00:52 asfernandes + M src/jrd/exe.h +Misc + + 2010-10-27 00:32 asfernandes + M builds/posix/Makefile.in + M src/common/classes/fb_atomic.h + M src/dsql/ExprNodes.cpp + M src/dsql/pass1.cpp +Misc + + 2010-10-26 03:34 dimitr + M builds/win32/msvc9/btyacc.vcproj + M builds/win32/msvc9/codes.vcproj + M builds/win32/msvc9/empbuild.vcproj + M builds/win32/msvc9/intlbuild.vcproj +Fixed MSVC9 build. + + 2010-10-26 03:14 dimitr + M builds/win32/msvc9/build_msg.vcproj +Fixed MSVC9 build. + 2010-10-25 15:48 alexpeshkoff M builds/posix/Makefile.in M builds/posix/Makefile.in.examples Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-10-27 00:52:32 UTC (rev 51781) +++ firebird/trunk/src/jrd/build_no.h 2010-10-27 03:14:40 UTC (rev 51782) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28826 + FORMAL BUILD NUMBER:28830 */ -#define PRODUCT_VER_STRING "3.0.0.28826" -#define FILE_VER_STRING "WI-T3.0.0.28826" -#define LICENSE_VER_STRING "WI-T3.0.0.28826" -#define FILE_VER_NUMBER 3, 0, 0, 28826 +#define PRODUCT_VER_STRING "3.0.0.28830" +#define FILE_VER_STRING "WI-T3.0.0.28830" +#define LICENSE_VER_STRING "WI-T3.0.0.28830" +#define FILE_VER_NUMBER 3, 0, 0, 28830 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28826" +#define FB_BUILD_NO "28830" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-10-27 00:52:32 UTC (rev 51781) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-10-27 03:14:40 UTC (rev 51782) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28826 +BuildNum=28830 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-10-28 03:15:20
|
Revision: 51786 http://firebird.svn.sourceforge.net/firebird/?rev=51786&view=rev Author: firebirds Date: 2010-10-28 03:15:13 +0000 (Thu, 28 Oct 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-10-27 17:42:53 UTC (rev 51785) +++ firebird/trunk/ChangeLog 2010-10-28 03:15:13 UTC (rev 51786) @@ -1,3 +1,8 @@ + 2010-10-27 09:49 alexpeshkoff + M src/common/classes/alloc.cpp + M src/common/classes/alloc.h +Fixed performance issues when creating and destroying pools + 2010-10-27 00:52 asfernandes M src/jrd/exe.h Misc Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-10-27 17:42:53 UTC (rev 51785) +++ firebird/trunk/src/jrd/build_no.h 2010-10-28 03:15:13 UTC (rev 51786) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28830 + FORMAL BUILD NUMBER:28831 */ -#define PRODUCT_VER_STRING "3.0.0.28830" -#define FILE_VER_STRING "WI-T3.0.0.28830" -#define LICENSE_VER_STRING "WI-T3.0.0.28830" -#define FILE_VER_NUMBER 3, 0, 0, 28830 +#define PRODUCT_VER_STRING "3.0.0.28831" +#define FILE_VER_STRING "WI-T3.0.0.28831" +#define LICENSE_VER_STRING "WI-T3.0.0.28831" +#define FILE_VER_NUMBER 3, 0, 0, 28831 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28830" +#define FB_BUILD_NO "28831" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-10-27 17:42:53 UTC (rev 51785) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-10-28 03:15:13 UTC (rev 51786) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28830 +BuildNum=28831 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-10-29 03:15:18
|
Revision: 51795 http://firebird.svn.sourceforge.net/firebird/?rev=51795&view=rev Author: firebirds Date: 2010-10-29 03:15:11 +0000 (Fri, 29 Oct 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-10-29 00:28:35 UTC (rev 51794) +++ firebird/trunk/ChangeLog 2010-10-29 03:15:11 UTC (rev 51795) @@ -1,3 +1,44 @@ + 2010-10-29 00:28 asfernandes + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h +Misc + + 2010-10-29 00:23 asfernandes + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h +Fixed CORE-3140 - Preserve comments for parameters after altering procedures + + 2010-10-28 18:16 dimitr + M src/remote/server/server.cpp +Fixed CORE-3202: execute_immediate API call family may crash the remote server. + + 2010-10-28 08:02 alexpeshkoff + M src/auth/AuthInterface.h + M src/auth/SecurityDatabase/LegacyClient.cpp + M src/auth/SecurityDatabase/LegacyClient.h + M src/auth/SecurityDatabase/jrd_pwd.h + M src/auth/SecurityDatabase/pwd.cpp + M src/common/StatusArg.h + M src/common/StatusHolder.h + M src/common/classes/Interface.h + M src/common/fb_exception.cpp + M src/common/utils_proto.h + M src/include/ProviderInterface.h + M src/include/fb_exception.h + M src/jrd/Attachment.h + M src/jrd/blb.h + M src/jrd/extds/ExtDS.cpp + M src/jrd/extds/ExtDS.h + M src/jrd/jrd.cpp + M src/jrd/jrd.h + M src/remote/client/interface.cpp + M src/remote/remote.cpp + M src/remote/remote.h + M src/remote/server/server.cpp + M src/yvalve/gds.cpp + M src/yvalve/why.cpp +Avoid throwing C++ exceptions from authentication plugins + 2010-10-27 09:49 alexpeshkoff M src/common/classes/alloc.cpp M src/common/classes/alloc.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-10-29 00:28:35 UTC (rev 51794) +++ firebird/trunk/src/jrd/build_no.h 2010-10-29 03:15:11 UTC (rev 51795) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28831 + FORMAL BUILD NUMBER:28835 */ -#define PRODUCT_VER_STRING "3.0.0.28831" -#define FILE_VER_STRING "WI-T3.0.0.28831" -#define LICENSE_VER_STRING "WI-T3.0.0.28831" -#define FILE_VER_NUMBER 3, 0, 0, 28831 +#define PRODUCT_VER_STRING "3.0.0.28835" +#define FILE_VER_STRING "WI-T3.0.0.28835" +#define LICENSE_VER_STRING "WI-T3.0.0.28835" +#define FILE_VER_NUMBER 3, 0, 0, 28835 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28831" +#define FB_BUILD_NO "28835" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-10-29 00:28:35 UTC (rev 51794) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-10-29 03:15:11 UTC (rev 51795) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28831 +BuildNum=28835 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-10-30 03:14:11
|
Revision: 51802 http://firebird.svn.sourceforge.net/firebird/?rev=51802&view=rev Author: firebirds Date: 2010-10-30 03:14:04 +0000 (Sat, 30 Oct 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-10-29 21:40:34 UTC (rev 51801) +++ firebird/trunk/ChangeLog 2010-10-30 03:14:04 UTC (rev 51802) @@ -1,3 +1,17 @@ + 2010-10-29 21:40 hvlad + M builds/win32/msvc10/common.vcxproj + M builds/win32/msvc10/remote.vcxproj + M builds/win32/msvc10/yvalve.vcxproj +Fixed linker warnings + + 2010-10-29 21:39 hvlad + M builds/win32/msvc10/firebird2.props +Switched on multi-processor compilation + + 2010-10-29 21:38 hvlad + M builds/win32/make_boot.bat +Fixed errors about missed ib_util.dll in firebird.log during boot build + 2010-10-29 00:28 asfernandes M src/dsql/DdlNodes.epp M src/dsql/DdlNodes.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-10-29 21:40:34 UTC (rev 51801) +++ firebird/trunk/src/jrd/build_no.h 2010-10-30 03:14:04 UTC (rev 51802) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28835 + FORMAL BUILD NUMBER:28838 */ -#define PRODUCT_VER_STRING "3.0.0.28835" -#define FILE_VER_STRING "WI-T3.0.0.28835" -#define LICENSE_VER_STRING "WI-T3.0.0.28835" -#define FILE_VER_NUMBER 3, 0, 0, 28835 +#define PRODUCT_VER_STRING "3.0.0.28838" +#define FILE_VER_STRING "WI-T3.0.0.28838" +#define LICENSE_VER_STRING "WI-T3.0.0.28838" +#define FILE_VER_NUMBER 3, 0, 0, 28838 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28835" +#define FB_BUILD_NO "28838" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-10-29 21:40:34 UTC (rev 51801) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-10-30 03:14:04 UTC (rev 51802) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28835 +BuildNum=28838 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-10-31 03:14:20
|
Revision: 51805 http://firebird.svn.sourceforge.net/firebird/?rev=51805&view=rev Author: firebirds Date: 2010-10-31 03:14:14 +0000 (Sun, 31 Oct 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-10-30 18:57:53 UTC (rev 51804) +++ firebird/trunk/ChangeLog 2010-10-31 03:14:14 UTC (rev 51805) @@ -1,3 +1,14 @@ + 2010-10-30 18:57 asfernandes + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/Parser.h + M src/dsql/parse.y +Make node creation more directly + + 2010-10-30 16:51 asfernandes + M src/dsql/parse.y +Misc + 2010-10-29 21:40 hvlad M builds/win32/msvc10/common.vcxproj M builds/win32/msvc10/remote.vcxproj Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-10-30 18:57:53 UTC (rev 51804) +++ firebird/trunk/src/jrd/build_no.h 2010-10-31 03:14:14 UTC (rev 51805) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28838 + FORMAL BUILD NUMBER:28840 */ -#define PRODUCT_VER_STRING "3.0.0.28838" -#define FILE_VER_STRING "WI-T3.0.0.28838" -#define LICENSE_VER_STRING "WI-T3.0.0.28838" -#define FILE_VER_NUMBER 3, 0, 0, 28838 +#define PRODUCT_VER_STRING "3.0.0.28840" +#define FILE_VER_STRING "WI-T3.0.0.28840" +#define LICENSE_VER_STRING "WI-T3.0.0.28840" +#define FILE_VER_NUMBER 3, 0, 0, 28840 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28838" +#define FB_BUILD_NO "28840" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-10-30 18:57:53 UTC (rev 51804) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-10-31 03:14:14 UTC (rev 51805) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28838 +BuildNum=28840 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-11-01 03:14:03
|
Revision: 51815 http://firebird.svn.sourceforge.net/firebird/?rev=51815&view=rev Author: firebirds Date: 2010-11-01 03:13:57 +0000 (Mon, 01 Nov 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-11-01 00:42:12 UTC (rev 51814) +++ firebird/trunk/ChangeLog 2010-11-01 03:13:57 UTC (rev 51815) @@ -1,3 +1,46 @@ + 2010-11-01 00:42 asfernandes + M src/dsql/AggNodes.cpp + M src/dsql/AggNodes.h + M src/dsql/DdlNodes.epp + M src/dsql/ExprNodes.cpp + M src/dsql/ExprNodes.h + M src/dsql/Nodes.h + M src/dsql/StmtNodes.cpp + M src/dsql/WinNodes.cpp + M src/dsql/WinNodes.h + M src/dsql/ddl.cpp + M src/dsql/gen.cpp + M src/dsql/make.cpp + M src/dsql/make_proto.h + M src/dsql/pass1.cpp + M src/jrd/cmp.cpp +Simplify the internal "null replacement" logic + + 2010-10-31 13:51 dimitr + M src/jrd/ibase.h +Expose the fb_ping() API call to the external world. + + 2010-10-31 13:46 dimitr + M src/remote/client/interface.cpp + M src/remote/protocol.cpp + M src/remote/protocol.h + M src/remote/server/server.cpp +Basic network support for the fb_ping() API call. Untested yet. + + 2010-10-31 13:40 dimitr + M builds/win32/parse.bat +Correction. + + 2010-10-31 13:17 dimitr + M src/auth/trusted/AuthSspi.cpp + M src/auth/trusted/AuthSspi.h +Fixed Windows build. + + 2010-10-31 11:26 dimitr + M src/dsql/dsql.cpp +Fixed CORE-3205: isc_dsql_exec_immed2() doesn't return error codes isc_stream_eof and isc_sing_select_err. +Also, restore the legacy behavior for EXECUTE PROCEDURE and RETURNING queries. This is expected to fix CORE-3203. + 2010-10-30 18:57 asfernandes M src/dsql/DdlNodes.epp M src/dsql/DdlNodes.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-11-01 00:42:12 UTC (rev 51814) +++ firebird/trunk/src/jrd/build_no.h 2010-11-01 03:13:57 UTC (rev 51815) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28840 + FORMAL BUILD NUMBER:28846 */ -#define PRODUCT_VER_STRING "3.0.0.28840" -#define FILE_VER_STRING "WI-T3.0.0.28840" -#define LICENSE_VER_STRING "WI-T3.0.0.28840" -#define FILE_VER_NUMBER 3, 0, 0, 28840 +#define PRODUCT_VER_STRING "3.0.0.28846" +#define FILE_VER_STRING "WI-T3.0.0.28846" +#define LICENSE_VER_STRING "WI-T3.0.0.28846" +#define FILE_VER_NUMBER 3, 0, 0, 28846 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28840" +#define FB_BUILD_NO "28846" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-11-01 00:42:12 UTC (rev 51814) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-11-01 03:13:57 UTC (rev 51815) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28840 +BuildNum=28846 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-11-02 03:15:31
|
Revision: 51828 http://firebird.svn.sourceforge.net/firebird/?rev=51828&view=rev Author: firebirds Date: 2010-11-02 03:15:25 +0000 (Tue, 02 Nov 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-11-01 23:57:31 UTC (rev 51827) +++ firebird/trunk/ChangeLog 2010-11-02 03:15:25 UTC (rev 51828) @@ -1,3 +1,45 @@ + 2010-11-01 23:57 asfernandes + M src/dsql/ExprNodes.cpp + M src/dsql/ExprNodes.h + M src/dsql/Nodes.h + M src/dsql/Visitors.h + M src/dsql/gen.cpp + M src/dsql/make.cpp + M src/dsql/node.h + M src/dsql/parse.y + M src/dsql/pass1.cpp + M src/jrd/Optimizer.cpp + M src/jrd/cmp.cpp + M src/jrd/evl.cpp + M src/jrd/exe.h + M src/jrd/nod.h + M src/jrd/opt.cpp + M src/jrd/par.cpp + M src/misc/blrtable.cpp +1) Refactor CAST. +2) Fixed CORE-3204 - Constraint violation error of CAST is not raised inside views + + 2010-11-01 19:32 dimitr + M src/jrd/recsrc/RecordSource.h + M src/jrd/recsrc/RecursiveStream.cpp +Fixed CORE-3208: Significant memory leaks with recursive queries. + + 2010-11-01 15:09 asfernandes + M src/jrd/opt.cpp +Correction + + 2010-11-01 13:45 asfernandes + M src/dsql/pass1.cpp +Back the generic usage of nod_desc by a call to MAKE_desc + + 2010-11-01 11:55 asfernandes + M src/dsql/ExprNodes.cpp +Correction + + 2010-11-01 10:46 alexpeshkoff + M src/dsql/dsql.cpp +Fixed segfault in dsql_prepare + 2010-11-01 00:42 asfernandes M src/dsql/AggNodes.cpp M src/dsql/AggNodes.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-11-01 23:57:31 UTC (rev 51827) +++ firebird/trunk/src/jrd/build_no.h 2010-11-02 03:15:25 UTC (rev 51828) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28846 + FORMAL BUILD NUMBER:28852 */ -#define PRODUCT_VER_STRING "3.0.0.28846" -#define FILE_VER_STRING "WI-T3.0.0.28846" -#define LICENSE_VER_STRING "WI-T3.0.0.28846" -#define FILE_VER_NUMBER 3, 0, 0, 28846 +#define PRODUCT_VER_STRING "3.0.0.28852" +#define FILE_VER_STRING "WI-T3.0.0.28852" +#define LICENSE_VER_STRING "WI-T3.0.0.28852" +#define FILE_VER_NUMBER 3, 0, 0, 28852 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28846" +#define FB_BUILD_NO "28852" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-11-01 23:57:31 UTC (rev 51827) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-11-02 03:15:25 UTC (rev 51828) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28846 +BuildNum=28852 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-11-03 03:14:10
|
Revision: 51835 http://firebird.svn.sourceforge.net/firebird/?rev=51835&view=rev Author: firebirds Date: 2010-11-03 03:14:03 +0000 (Wed, 03 Nov 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-11-02 17:05:01 UTC (rev 51834) +++ firebird/trunk/ChangeLog 2010-11-03 03:14:03 UTC (rev 51835) @@ -1,3 +1,37 @@ + 2010-11-02 17:05 asfernandes + M src/dsql/DdlNodes.epp + M src/dsql/DsqlCompilerScratch.cpp + M src/dsql/DsqlCompilerScratch.h + M src/dsql/ExprNodes.cpp + M src/dsql/ExprNodes.h + M src/dsql/Nodes.h + M src/dsql/StmtNodes.cpp + M src/dsql/Visitors.h + M src/dsql/gen.cpp + M src/dsql/make.cpp + M src/dsql/make_proto.h + M src/dsql/node.h + M src/dsql/pass1.cpp + M src/jrd/blb.cpp + M src/jrd/cmp.cpp + M src/jrd/evl.cpp + M src/jrd/exe.cpp + M src/jrd/exe.h + M src/jrd/nod.h + M src/jrd/opt.cpp + M src/jrd/par.cpp + M src/jrd/trace/TraceObjects.cpp + M src/misc/blrtable.cpp +Refactor variables + + 2010-11-02 11:30 dimitr + M src/jrd/Database.h +Cleanup. + + 2010-11-02 09:35 dimitr + M src/dsql/dsql.cpp +Fixed SET TRANSACTION statement. + 2010-11-01 23:57 asfernandes M src/dsql/ExprNodes.cpp M src/dsql/ExprNodes.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-11-02 17:05:01 UTC (rev 51834) +++ firebird/trunk/src/jrd/build_no.h 2010-11-03 03:14:03 UTC (rev 51835) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28852 + FORMAL BUILD NUMBER:28855 */ -#define PRODUCT_VER_STRING "3.0.0.28852" -#define FILE_VER_STRING "WI-T3.0.0.28852" -#define LICENSE_VER_STRING "WI-T3.0.0.28852" -#define FILE_VER_NUMBER 3, 0, 0, 28852 +#define PRODUCT_VER_STRING "3.0.0.28855" +#define FILE_VER_STRING "WI-T3.0.0.28855" +#define LICENSE_VER_STRING "WI-T3.0.0.28855" +#define FILE_VER_NUMBER 3, 0, 0, 28855 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28852" +#define FB_BUILD_NO "28855" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-11-02 17:05:01 UTC (rev 51834) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-11-03 03:14:03 UTC (rev 51835) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28852 +BuildNum=28855 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-11-04 03:13:47
|
Revision: 51840 http://firebird.svn.sourceforge.net/firebird/?rev=51840&view=rev Author: firebirds Date: 2010-11-04 03:13:41 +0000 (Thu, 04 Nov 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-11-04 01:10:59 UTC (rev 51839) +++ firebird/trunk/ChangeLog 2010-11-04 03:13:41 UTC (rev 51840) @@ -1,3 +1,12 @@ + 2010-11-04 01:03 asfernandes + M src/dsql/BoolNodes.cpp + M src/jrd/RecordSourceNodes.cpp +Fixed CORE-3211 - String truncation occurs when selecting from a view containing NOT IN inside + + 2010-11-03 08:33 dimitr + M builds/win32/make_boot.bat +Fixed MSVC8 build. + 2010-11-02 17:05 asfernandes M src/dsql/DdlNodes.epp M src/dsql/DsqlCompilerScratch.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-11-04 01:10:59 UTC (rev 51839) +++ firebird/trunk/src/jrd/build_no.h 2010-11-04 03:13:41 UTC (rev 51840) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28855 + FORMAL BUILD NUMBER:28857 */ -#define PRODUCT_VER_STRING "3.0.0.28855" -#define FILE_VER_STRING "WI-T3.0.0.28855" -#define LICENSE_VER_STRING "WI-T3.0.0.28855" -#define FILE_VER_NUMBER 3, 0, 0, 28855 +#define PRODUCT_VER_STRING "3.0.0.28857" +#define FILE_VER_STRING "WI-T3.0.0.28857" +#define LICENSE_VER_STRING "WI-T3.0.0.28857" +#define FILE_VER_NUMBER 3, 0, 0, 28857 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28855" +#define FB_BUILD_NO "28857" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-11-04 01:10:59 UTC (rev 51839) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-11-04 03:13:41 UTC (rev 51840) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28855 +BuildNum=28857 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ale...@us...> - 2010-11-04 17:07:05
|
Revision: 51844 http://firebird.svn.sourceforge.net/firebird/?rev=51844&view=rev Author: alexpeshkoff Date: 2010-11-04 17:06:59 +0000 (Thu, 04 Nov 2010) Log Message: ----------- Damyan's patch for distro-untegrated posix builds Modified Paths: -------------- firebird/trunk/builds/posix/make.defaults firebird/trunk/configure.in Modified: firebird/trunk/builds/posix/make.defaults =================================================================== --- firebird/trunk/builds/posix/make.defaults 2010-11-04 16:22:42 UTC (rev 51843) +++ firebird/trunk/builds/posix/make.defaults 2010-11-04 17:06:59 UTC (rev 51844) @@ -272,10 +272,15 @@ LINK_EXEC_EXPORT=-rdynamic LIB_PLATFORM_RPATH = -Wl,-rpath,$(1) -ifeq ($(strip @BINRELOC_CFLAGS@),) -LIB_LINK_RPATH = $(call LIB_PLATFORM_RPATH,$(if $(subst intl,,$(1)),@FB_LIBDIR@,@FB_INTLDIR@)) + +ifeq (@USE_RPATH@,1) + ifeq ($(strip @BINRELOC_CFLAGS@),) + LIB_LINK_RPATH = $(call LIB_PLATFORM_RPATH,$(if $(subst intl,,$(1)),@FB_LIBDIR@,@FB_INTLDIR@)) + else + LIB_LINK_RPATH = $(call LIB_PLATFORM_RPATH,'$$ORIGIN/../$(1)') + endif else -LIB_LINK_RPATH = $(call LIB_PLATFORM_RPATH,'$$ORIGIN/../$(1)') + LIB_LINK_RPATH = endif LIB_PATH_OPTS = $(call LIB_LINK_RPATH,lib) $(call LIB_LINK_RPATH,intl) LIB_LINK_SONAME= -Wl,-soname,$(1) Modified: firebird/trunk/configure.in =================================================================== --- firebird/trunk/configure.in 2010-11-04 16:22:42 UTC (rev 51843) +++ firebird/trunk/configure.in 2010-11-04 17:06:59 UTC (rev 51844) @@ -494,6 +494,14 @@ [Define this if databases on raw devices should be supported]) fi +AC_ARG_ENABLE(rpath, + [ --enable-rpath enable linking with RPATH (default)], + [], + [enable_rpath=yes]) +if test "x$enable_rpath" != "xno" || test "x$enable_rpath" = "x" ; then + AC_SUBST(USE_RPATH, 1) +fi + AC_ARG_WITH(editline, [ --with-editline support fancy command line editing], [case "$withval" in This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-11-05 03:14:51
|
Revision: 51845 http://firebird.svn.sourceforge.net/firebird/?rev=51845&view=rev Author: firebirds Date: 2010-11-05 03:14:43 +0000 (Fri, 05 Nov 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-11-04 17:06:59 UTC (rev 51844) +++ firebird/trunk/ChangeLog 2010-11-05 03:14:43 UTC (rev 51845) @@ -1,3 +1,17 @@ + 2010-11-04 17:06 alexpeshkoff + M builds/posix/make.defaults + M configure.in +Damyan's patch for distro-untegrated posix builds + + 2010-11-04 16:22 alexpeshkoff + M src/common/classes/fb_string.cpp + M src/common/classes/fb_string.h +Make fb_string's length limit type-dependent + + 2010-11-04 15:28 alexpeshkoff + M src/common/classes/fb_string.h +Clean up usage of inline keyword in my old code + 2010-11-04 01:03 asfernandes M src/dsql/BoolNodes.cpp M src/jrd/RecordSourceNodes.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-11-04 17:06:59 UTC (rev 51844) +++ firebird/trunk/src/jrd/build_no.h 2010-11-05 03:14:43 UTC (rev 51845) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28857 + FORMAL BUILD NUMBER:28860 */ -#define PRODUCT_VER_STRING "3.0.0.28857" -#define FILE_VER_STRING "WI-T3.0.0.28857" -#define LICENSE_VER_STRING "WI-T3.0.0.28857" -#define FILE_VER_NUMBER 3, 0, 0, 28857 +#define PRODUCT_VER_STRING "3.0.0.28860" +#define FILE_VER_STRING "WI-T3.0.0.28860" +#define LICENSE_VER_STRING "WI-T3.0.0.28860" +#define FILE_VER_NUMBER 3, 0, 0, 28860 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28857" +#define FB_BUILD_NO "28860" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-11-04 17:06:59 UTC (rev 51844) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-11-05 03:14:43 UTC (rev 51845) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28857 +BuildNum=28860 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-11-06 03:14:53
|
Revision: 51848 http://firebird.svn.sourceforge.net/firebird/?rev=51848&view=rev Author: firebirds Date: 2010-11-06 03:14:46 +0000 (Sat, 06 Nov 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-11-05 15:05:50 UTC (rev 51847) +++ firebird/trunk/ChangeLog 2010-11-06 03:14:46 UTC (rev 51848) @@ -1,3 +1,13 @@ + 2010-11-05 15:05 asfernandes + M src/jrd/evl.cpp +Cleanup: nod_average2 and nod_total2 was very broken + + 2010-11-05 14:31 asfernandes + M src/dsql/ExprNodes.cpp + M src/jrd/nod.h + M src/misc/blrtable.cpp +Cleanup: nod_average2 and nod_total2 was very broken + 2010-11-04 17:06 alexpeshkoff M builds/posix/make.defaults M configure.in Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-11-05 15:05:50 UTC (rev 51847) +++ firebird/trunk/src/jrd/build_no.h 2010-11-06 03:14:46 UTC (rev 51848) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28860 + FORMAL BUILD NUMBER:28862 */ -#define PRODUCT_VER_STRING "3.0.0.28860" -#define FILE_VER_STRING "WI-T3.0.0.28860" -#define LICENSE_VER_STRING "WI-T3.0.0.28860" -#define FILE_VER_NUMBER 3, 0, 0, 28860 +#define PRODUCT_VER_STRING "3.0.0.28862" +#define FILE_VER_STRING "WI-T3.0.0.28862" +#define LICENSE_VER_STRING "WI-T3.0.0.28862" +#define FILE_VER_NUMBER 3, 0, 0, 28862 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28860" +#define FB_BUILD_NO "28862" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-11-05 15:05:50 UTC (rev 51847) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-11-06 03:14:46 UTC (rev 51848) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28860 +BuildNum=28862 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-11-07 03:14:15
|
Revision: 51854 http://firebird.svn.sourceforge.net/firebird/?rev=51854&view=rev Author: firebirds Date: 2010-11-07 03:14:08 +0000 (Sun, 07 Nov 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-11-07 03:03:41 UTC (rev 51853) +++ firebird/trunk/ChangeLog 2010-11-07 03:14:08 UTC (rev 51854) @@ -1,3 +1,39 @@ + 2010-11-07 02:18 asfernandes + M src/dsql/ExprNodes.cpp + M src/dsql/ExprNodes.h + M src/dsql/Nodes.h + M src/dsql/Visitors.h + M src/dsql/gen.cpp + M src/dsql/make.cpp + M src/dsql/node.h + M src/dsql/pass1.cpp + M src/jrd/Optimizer.cpp + M src/jrd/cmp.cpp + M src/jrd/evl.cpp + M src/jrd/exe.h + M src/jrd/nod.h + M src/jrd/opt.cpp + M src/jrd/par.cpp + M src/misc/blrtable.cpp +Refactor blr_via, blr_from, blr_maximum, blr_minimum, blr_count, blr_average and blr_total + + 2010-11-06 19:31 hvlad + M builds/win32/parse.bat +Correction + + 2010-11-06 19:05 hvlad + M builds/win32/msvc8/burp.vcproj + M builds/win32/msvc8/codes.vcproj +Correction + + 2010-11-06 18:56 asfernandes + M src/common/fb_exception.cpp + M src/dsql/ExprNodes.cpp + M src/dsql/dsql.cpp + M src/jrd/opt.cpp + M src/jrd/recsrc/RecursiveStream.cpp +Misc + 2010-11-05 15:05 asfernandes M src/jrd/evl.cpp Cleanup: nod_average2 and nod_total2 was very broken Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-11-07 03:03:41 UTC (rev 51853) +++ firebird/trunk/src/jrd/build_no.h 2010-11-07 03:14:08 UTC (rev 51854) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28862 + FORMAL BUILD NUMBER:28866 */ -#define PRODUCT_VER_STRING "3.0.0.28862" -#define FILE_VER_STRING "WI-T3.0.0.28862" -#define LICENSE_VER_STRING "WI-T3.0.0.28862" -#define FILE_VER_NUMBER 3, 0, 0, 28862 +#define PRODUCT_VER_STRING "3.0.0.28866" +#define FILE_VER_STRING "WI-T3.0.0.28866" +#define LICENSE_VER_STRING "WI-T3.0.0.28866" +#define FILE_VER_NUMBER 3, 0, 0, 28866 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28862" +#define FB_BUILD_NO "28866" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-11-07 03:03:41 UTC (rev 51853) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-11-07 03:14:08 UTC (rev 51854) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28862 +BuildNum=28866 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-11-08 03:14:41
|
Revision: 51857 http://firebird.svn.sourceforge.net/firebird/?rev=51857&view=rev Author: firebirds Date: 2010-11-08 03:14:35 +0000 (Mon, 08 Nov 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-11-07 22:12:14 UTC (rev 51856) +++ firebird/trunk/ChangeLog 2010-11-08 03:14:35 UTC (rev 51857) @@ -1,3 +1,45 @@ + 2010-11-07 22:12 asfernandes + M src/dsql/ExprNodes.cpp + M src/dsql/ExprNodes.h + M src/dsql/Nodes.h + M src/jrd/Optimizer.cpp + M src/jrd/Optimizer.h + M src/jrd/cmp.cpp + M src/jrd/cmp_proto.h + M src/jrd/evl.cpp + M src/jrd/exe.h + M src/jrd/nod.h + M src/jrd/opt.cpp + M src/jrd/par.cpp + M src/misc/blrtable.cpp +Refactor blr_derived_expr + + 2010-11-07 20:26 asfernandes + M src/dsql/ExprNodes.cpp + M src/dsql/ExprNodes.h + M src/dsql/Nodes.h + M src/dsql/gen.cpp + M src/jrd/JrdStatement.cpp + M src/jrd/cmp.cpp + M src/jrd/evl.cpp + M src/jrd/exe.h + M src/jrd/met.epp + M src/jrd/nod.h + M src/jrd/par.cpp +Refactor nod_domain_validation + + 2010-11-07 03:03 asfernandes + M src/dsql/AggNodes.cpp + M src/dsql/AggNodes.h + M src/dsql/ExprNodes.cpp + M src/dsql/ExprNodes.h + M src/dsql/Nodes.h + M src/dsql/WinNodes.cpp + M src/dsql/WinNodes.h + M src/dsql/make.cpp + M src/dsql/pass1.cpp +Cleanup: removed thisNode parameter from make and setParameterType methods + 2010-11-07 02:18 asfernandes M src/dsql/ExprNodes.cpp M src/dsql/ExprNodes.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-11-07 22:12:14 UTC (rev 51856) +++ firebird/trunk/src/jrd/build_no.h 2010-11-08 03:14:35 UTC (rev 51857) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28866 + FORMAL BUILD NUMBER:28869 */ -#define PRODUCT_VER_STRING "3.0.0.28866" -#define FILE_VER_STRING "WI-T3.0.0.28866" -#define LICENSE_VER_STRING "WI-T3.0.0.28866" -#define FILE_VER_NUMBER 3, 0, 0, 28866 +#define PRODUCT_VER_STRING "3.0.0.28869" +#define FILE_VER_STRING "WI-T3.0.0.28869" +#define LICENSE_VER_STRING "WI-T3.0.0.28869" +#define FILE_VER_NUMBER 3, 0, 0, 28869 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28866" +#define FB_BUILD_NO "28869" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-11-07 22:12:14 UTC (rev 51856) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-11-08 03:14:35 UTC (rev 51857) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28866 +BuildNum=28869 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ale...@us...> - 2010-11-08 18:12:12
|
Revision: 51877 http://firebird.svn.sourceforge.net/firebird/?rev=51877&view=rev Author: alexpeshkoff Date: 2010-11-08 18:12:03 +0000 (Mon, 08 Nov 2010) Log Message: ----------- Check for presence of ICU development package in configure, related cleanup Modified Paths: -------------- firebird/trunk/builds/posix/make.defaults firebird/trunk/builds/posix/prefix.aix_powerpc firebird/trunk/builds/posix/prefix.aix_powerpc_xlc firebird/trunk/configure.in firebird/trunk/src/common/unicode_util.cpp firebird/trunk/src/intl/cs_icu.cpp firebird/trunk/src/intl/cv_icu.cpp Modified: firebird/trunk/builds/posix/make.defaults =================================================================== --- firebird/trunk/builds/posix/make.defaults 2010-11-08 16:37:07 UTC (rev 51876) +++ firebird/trunk/builds/posix/make.defaults 2010-11-08 18:12:03 UTC (rev 51877) @@ -161,7 +161,7 @@ STATICEXE_LINK:= @CXX@ $(GLOB_OPTIONS) LINK_LIBS = @LIBS@ -ICU_LIBS = -licuuc -licudata -licui18n +ICU_LIBS = -licuuc STATICLINK_LIBS = @LIBS@ SO_LINK_LIBS = @LIBS@ @@ -307,7 +307,7 @@ LINK_TRACE = $(LIB_LINK) $(LINK_TRACE_SYMBOLS) $(LIB_LINK_OPTIONS) $(UNDEF_FLAGS)\ $(call LIB_LINK_SONAME,$(LIB_PREFIX)fbtrace.$(SHRLIB_EXT).0) $(call LIB_LINK_RPATH,lib) -LINK_TRACE_LIBS = -L$(LIB) $(SO_LINK_LIBS) -licuuc +LINK_TRACE_LIBS = -L$(LIB) $(SO_LINK_LIBS) $(ICU_LIBS) LINK_FIREBIRD = $(LIB_LINK) $(LINK_FIREBIRD_SYMBOLS) $(LIB_LINK_OPTIONS) $(LIB_FIREBIRD_OPTIONS) $(UNDEF_FLAGS)\ $(call LIB_LINK_SONAME,$(LibrarySoName)) $(call LIB_LINK_RPATH,lib) @@ -315,7 +315,7 @@ LINK_ENGINE = $(LIB_LINK) $(LINK_PLUGIN_SYMBOLS) $(LIB_LINK_OPTIONS) $(LIB_FIREBIRD_OPTIONS) $(UNDEF_FLAGS)\ $(call LIB_LINK_SONAME,$(EngineSoName)) $(call LIB_LINK_RPATH,lib) -LINK_ENGINE_LIBS = $(LINK_FIREBIRD_LIBS) $(FIREBIRD_LIBRARY_LINK) -licuuc +LINK_ENGINE_LIBS = $(LINK_FIREBIRD_LIBS) $(FIREBIRD_LIBRARY_LINK) $(ICU_LIBS) LINK_UDRENG = $(LIB_LINK) $(LINK_UDRENG_SYMBOLS) $(LIB_LINK_OPTIONS) $(call LIB_LINK_RPATH,lib) $(UNDEF_FLAGS) LINK_UDRENG_LIBS = -L$(LIB) $(SO_LINK_LIBS) Modified: firebird/trunk/builds/posix/prefix.aix_powerpc =================================================================== --- firebird/trunk/builds/posix/prefix.aix_powerpc 2010-11-08 16:37:07 UTC (rev 51876) +++ firebird/trunk/builds/posix/prefix.aix_powerpc 2010-11-08 18:12:03 UTC (rev 51877) @@ -52,7 +52,7 @@ LIB_PATH_OPTS= -Wl,-blibpath:@FB_LIBDIR@:@FB_INTLDIR@:/usr/local/lib:/usr/lib:/lib:$(GCC_RUNTIME) ifeq ($(STD_ICU),true) - ICU_LIBS= -L/usr/local/lib -licuuc -licudata -licui18n + ICU_LIBS= -L/usr/local/lib -licuuc endif # non-firebird libraries have .a extension Modified: firebird/trunk/builds/posix/prefix.aix_powerpc_xlc =================================================================== --- firebird/trunk/builds/posix/prefix.aix_powerpc_xlc 2010-11-08 16:37:07 UTC (rev 51876) +++ firebird/trunk/builds/posix/prefix.aix_powerpc_xlc 2010-11-08 18:12:03 UTC (rev 51877) @@ -58,7 +58,7 @@ LIB_PATH_OPTS= -blibpath:@FB_LIBDIR@:@FB_INTLDIR@:/usr/local/lib:/usr/lib:/lib ifeq ($(STD_ICU),true) - ICU_LIBS= -L/usr/local/lib -licuuc -licudata -licui18n + ICU_LIBS= -L/usr/local/lib -licuuc endif # non-firebird libraries have .a extension Modified: firebird/trunk/configure.in =================================================================== --- firebird/trunk/configure.in 2010-11-08 16:37:07 UTC (rev 51876) +++ firebird/trunk/configure.in 2010-11-08 18:12:03 UTC (rev 51877) @@ -52,11 +52,9 @@ dnl Use /usr/lib for library links on most platforms except some 64-bit ones libdir=/usr/lib -ICU_PLATFORM=LinuxRedHat -dnl Should system editline and/or icu be used +dnl Should system editline be used STD_EDITLINE=false -STD_ICU=false RPM64= dnl Test for special ar options? @@ -73,7 +71,6 @@ XE_APPEND(-framework CoreFoundation,LIBS) EDITLINE_FLG=Y SHRLIB_EXT=dylib - ICU_PLATFORM=MacOSX CPU_TYPE=x86_64 EXPORT_SYMBOLS_STYLE=darwin ;; @@ -88,7 +85,6 @@ XE_APPEND(-framework CoreFoundation,LIBS) EDITLINE_FLG=Y SHRLIB_EXT=dylib - ICU_PLATFORM=MacOSX dnl CPU_TYPE=ppc64 EXPORT_SYMBOLS_STYLE=darwin ;; @@ -100,10 +96,8 @@ AR_OPT_CHECK=true TLS_OPTIONS="-qtls=default" MAKEFILE_PREFIX=aix_powerpc_xlc - ICU_PLATFORM=AIX4.3VA else MAKEFILE_PREFIX=aix_powerpc - ICU_PLATFORM=AIXGCC fi MAKEFILE_POSTFIX=aix PLATFORM=AIX @@ -214,7 +208,6 @@ EDITLINE_FLG=Y SHRLIB_EXT=so STD_EDITLINE=true - STD_ICU=true ;; sparc*-*-linux* | sparc*-*-gnu* | sparc*-*-k*bsd*-gnu) @@ -318,7 +311,6 @@ comp=`echo "$CXX" | cut -c1-3` case $comp in aCC) MAKEFILE_PREFIX=hpux_aCC ; - ICU_PLATFORM=HP-UX11ACC ; PTHREAD_CFLAGS=-mt ;; *) MAKEFILE_PREFIX=hpux_ia64 ; @@ -337,7 +329,6 @@ comp=`echo "$CXX" | cut -c1-3` case $comp in aCC) MAKEFILE_PREFIX=hpux_aCC ; - ICU_PLATFORM=HP-UX11ACC ; PTHREAD_CFLAGS=-mt ;; *) MAKEFILE_PREFIX=hpux ; @@ -357,12 +348,10 @@ comp=`echo "$CXX" | cut -c1-2` case $comp in CC) MAKEFILE_PREFIX=solaris - ICU_PLATFORM=SOLARISX86 PTHREAD_CFLAGS=-mt PTHREAD_LIBS=-lpthread ;; *) MAKEFILE_PREFIX=solx86gcc ; - ICU_PLATFORM=SOLARISX86GCC ; PTHREAD_CFLAGS=-pthreads ;; esac dnl if this is amd64 system, we should install our libraries in /usr/lib/amd64 @@ -383,7 +372,6 @@ comp=`echo "$CXX" | cut -c1-3` case $comp in CC) MAKEFILE_PREFIX=solaris ; - ICU_PLATFORM=SOLARISCC dnl inline assembly for atomic operations on Solaris 9 w SSPRO PTHREAD_CFLAGS=-mt PTHREAD_LIBS=-lpthread @@ -392,7 +380,6 @@ fi ;; *) MAKEFILE_PREFIX=solaris-64gcc ; - ICU_PLATFORM=SOLARISGCC ;; esac CAS_OPTIONS=`pwd`"/src/common/classes/fb_cas.il"; INSTALL_PREFIX=solaris @@ -410,7 +397,6 @@ EDITLINE_FLG=N RAW_DEVICES_FLG=N SHRLIB_EXT=dll - ICU_PLATFORM=MinGW ;; *) @@ -428,7 +414,6 @@ AC_SUBST(AR_OPTIONS) AC_SUBST(PLATFORM) AC_SUBST(SHRLIB_EXT) -AC_SUBST(ICU_PLATFORM) AC_DEFINE(CASE_SENSITIVITY, true, [Define this if paths are case sensitive]) AC_SUBST(RPM64) @@ -535,15 +520,6 @@ AC_SUBST(STD_EDITLINE) AC_SUBST(EDITLINE_FLG) -AC_ARG_WITH(system-icu, - [ --with-system-icu use OS supplied ICU], - [case "$withval" in - yes) STD_ICU=true;; - no) STD_ICU=false;; - *) AC_MSG_ERROR(bad value '${withval}' for --with-system-icu);; - esac]) -AC_SUBST(STD_ICU) - FB_SERVICE_NAME=gds_db FB_SERVICE_PORT=3050 FB_IPC_NAME=FirebirdIPI @@ -685,6 +661,11 @@ AC_CHECK_HEADERS(atomic.h) AC_CHECK_HEADERS(atomic_ops.h) +dnl check for ICU presence +AC_CHECK_HEADER(unicode/ucnv.h,,AC_MSG_ERROR(ICU support not found - please install development ICU package)) +dnl setting ICU_OK here is done to only avoid default action +AC_CHECK_LIB(icuuc, main, ICU_OK=yes, AC_MSG_ERROR(ICU support not found - please install development ICU package)) + dnl Check for libraries AC_SEARCH_LIBS(dlopen, dl) AC_CHECK_LIB(m, main) @@ -1192,7 +1173,6 @@ solx86|SOLARIS) AC_CONFIG_FILES([gen/install/Pkginfo:builds/install/arch-specific/solaris/${ARCH_TYPE_SUFFIX}/pkginfo.in gen/install/prototype.main:builds/install/arch-specific/solaris/${ARCH_TYPE_SUFFIX}/prototype.in - gen/install/prototype.icu:builds/install/arch-specific/solaris/${ARCH_TYPE_SUFFIX}/prototype.icu.in gen/install/Preinstall:builds/install/arch-specific/solaris/${ARCH_TYPE_SUFFIX}/preinstall.in gen/install/Postinstall:builds/install/arch-specific/solaris/${ARCH_TYPE_SUFFIX}/postinstall.in gen/install/Postremove:builds/install/arch-specific/solaris/${ARCH_TYPE_SUFFIX}/postremove.in @@ -1238,15 +1218,8 @@ if test "$STD_EDITLINE" = "false"; then AC_CONFIG_FILES(gen/Makefile.extern.editline:${MAKE_SRC_DIR}/Makefile.in.extern.editline) fi -if test "$STD_ICU" = "false"; then - AC_CONFIG_FILES(gen/Makefile.extern.icu:${MAKE_SRC_DIR}/Makefile.in.extern.icu) -fi -if test "$PROD_BUILD_FLG" = N; then - DEBUG_ICU=--enable-debug -fi - case "$PLATFORM" in SOLARIS | solx86 ) AC_CONFIG_FILES( @@ -1255,14 +1228,7 @@ ;; esac -if test "$STD_ICU" = "true"; then AC_OUTPUT -else -AC_OUTPUT -(cd extern/icu/source -chmod +x runConfigureICU configure install-sh -./runConfigureICU "$ICU_PLATFORM" "$DEBUG_ICU" --prefix=`pwd`/..) -fi dnl Print out the build configuration (the most interesting thing) echo Modified: firebird/trunk/src/common/unicode_util.cpp =================================================================== --- firebird/trunk/src/common/unicode_util.cpp 2010-11-08 16:37:07 UTC (rev 51876) +++ firebird/trunk/src/common/unicode_util.cpp 2010-11-08 18:12:03 UTC (rev 51877) @@ -36,13 +36,14 @@ #include "../common/classes/init.h" #include "../common/classes/objects_array.h" #include "../common/classes/rwlock.h" -#include "unicode/ustring.h" -#include "unicode/utrans.h" -#include "unicode/uchar.h" -#include "unicode/ucnv.h" -#include "unicode/ucol.h" +#include <unicode/ustring.h> +#include <unicode/utrans.h> +#include <unicode/uchar.h> +#include <unicode/ucnv.h> +#include <unicode/ucol.h> + using namespace Firebird; Modified: firebird/trunk/src/intl/cs_icu.cpp =================================================================== --- firebird/trunk/src/intl/cs_icu.cpp 2010-11-08 16:37:07 UTC (rev 51876) +++ firebird/trunk/src/intl/cs_icu.cpp 2010-11-08 18:12:03 UTC (rev 51877) @@ -28,7 +28,7 @@ #include "../intl/ldcommon.h" #include "cs_icu.h" #include "cv_icu.h" -#include "unicode/ucnv.h" +#include <unicode/ucnv.h> static void charset_destroy(charset* cs) Modified: firebird/trunk/src/intl/cv_icu.cpp =================================================================== --- firebird/trunk/src/intl/cv_icu.cpp 2010-11-08 16:37:07 UTC (rev 51876) +++ firebird/trunk/src/intl/cv_icu.cpp 2010-11-08 18:12:03 UTC (rev 51877) @@ -28,7 +28,7 @@ #include "../intl/ldcommon.h" #include "ld_proto.h" #include "cv_icu.h" -#include "unicode/ucnv.h" +#include <unicode/ucnv.h> static UConverter* create_converter(csconvert* cv, UErrorCode* status) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-11-09 03:16:25
|
Revision: 51880 http://firebird.svn.sourceforge.net/firebird/?rev=51880&view=rev Author: firebirds Date: 2010-11-09 03:16:19 +0000 (Tue, 09 Nov 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-11-08 23:17:01 UTC (rev 51879) +++ firebird/trunk/ChangeLog 2010-11-09 03:16:19 UTC (rev 51880) @@ -1,3 +1,58 @@ + 2010-11-08 23:17 asfernandes + M src/dsql/ExprNodes.cpp + M src/dsql/ExprNodes.h + M src/dsql/Nodes.h + M src/jrd/cmp.cpp + M src/jrd/evl.cpp + M src/jrd/exe.h + M src/jrd/nod.h + M src/jrd/par.cpp + M src/misc/blrtable.cpp +Refactor blr_index (nod_scalar) + + 2010-11-08 18:12 alexpeshkoff + M builds/posix/make.defaults + M builds/posix/prefix.aix_powerpc + M builds/posix/prefix.aix_powerpc_xlc + M configure.in + M src/common/unicode_util.cpp + M src/intl/cs_icu.cpp + M src/intl/cv_icu.cpp +Check for presence of ICU development package in configure, related cleanup + + 2010-11-08 16:37 dimitr + M src/dsql/dsql.cpp +Fixed CORE-3029: Bugcheck "Too many savepoints (287)" at rollback after exception at EXECUTE BLOCK with exception handler. + + 2010-11-08 16:16 alexpeshkoff + M src/jrd/svc.cpp +Fixed CORE-3220: isc_info_svc_get_users returns error message in the result cluster + + 2010-11-08 14:43 asfernandes + M src/jrd/RecordSourceNodes.h +Warnings + + 2010-11-08 10:21 dimitr + M src/jrd/Database.cpp + M src/jrd/Database.h + M src/jrd/event.cpp + M src/jrd/event_proto.h + M src/lock/lock.cpp + M src/lock/lock_proto.h +Fixed CORE-3217: Server crashes inside the lock manager when multiple connections attaching/detaching simultaneously. + + 2010-11-08 09:23 dimitr + M src/jrd/jrd.cpp +Correction. + + 2010-11-08 09:16 dimitr + M src/jrd/jrd.cpp +Fixed CORE-3218: Statement cancellation request might be silently ignored by the currently running SQL code. + + 2010-11-08 07:23 dimitr + M src/jrd/extds/ExtDS.cpp +If we swallow the exception, let's zap it inside the status vector as well. This fixes the assertion in the debug build. + 2010-11-07 22:12 asfernandes M src/dsql/ExprNodes.cpp M src/dsql/ExprNodes.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-11-08 23:17:01 UTC (rev 51879) +++ firebird/trunk/src/jrd/build_no.h 2010-11-09 03:16:19 UTC (rev 51880) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28869 + FORMAL BUILD NUMBER:28878 */ -#define PRODUCT_VER_STRING "3.0.0.28869" -#define FILE_VER_STRING "WI-T3.0.0.28869" -#define LICENSE_VER_STRING "WI-T3.0.0.28869" -#define FILE_VER_NUMBER 3, 0, 0, 28869 +#define PRODUCT_VER_STRING "3.0.0.28878" +#define FILE_VER_STRING "WI-T3.0.0.28878" +#define LICENSE_VER_STRING "WI-T3.0.0.28878" +#define FILE_VER_NUMBER 3, 0, 0, 28878 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28869" +#define FB_BUILD_NO "28878" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-11-08 23:17:01 UTC (rev 51879) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-11-09 03:16:19 UTC (rev 51880) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28869 +BuildNum=28878 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-11-10 03:15:41
|
Revision: 51886 http://firebird.svn.sourceforge.net/firebird/?rev=51886&view=rev Author: firebirds Date: 2010-11-10 03:15:34 +0000 (Wed, 10 Nov 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-11-09 17:27:55 UTC (rev 51885) +++ firebird/trunk/ChangeLog 2010-11-10 03:15:34 UTC (rev 51886) @@ -1,3 +1,7 @@ + 2010-11-09 15:03 asfernandes + M src/dsql/make.cpp +Warnings + 2010-11-08 23:17 asfernandes M src/dsql/ExprNodes.cpp M src/dsql/ExprNodes.h Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-11-09 17:27:55 UTC (rev 51885) +++ firebird/trunk/src/jrd/build_no.h 2010-11-10 03:15:34 UTC (rev 51886) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28878 + FORMAL BUILD NUMBER:28879 */ -#define PRODUCT_VER_STRING "3.0.0.28878" -#define FILE_VER_STRING "WI-T3.0.0.28878" -#define LICENSE_VER_STRING "WI-T3.0.0.28878" -#define FILE_VER_NUMBER 3, 0, 0, 28878 +#define PRODUCT_VER_STRING "3.0.0.28879" +#define FILE_VER_STRING "WI-T3.0.0.28879" +#define LICENSE_VER_STRING "WI-T3.0.0.28879" +#define FILE_VER_NUMBER 3, 0, 0, 28879 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28878" +#define FB_BUILD_NO "28879" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-11-09 17:27:55 UTC (rev 51885) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-11-10 03:15:34 UTC (rev 51886) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28878 +BuildNum=28879 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ale...@us...> - 2010-11-10 12:44:02
|
Revision: 51888 http://firebird.svn.sourceforge.net/firebird/?rev=51888&view=rev Author: alexpeshkoff Date: 2010-11-10 12:43:56 +0000 (Wed, 10 Nov 2010) Log Message: ----------- Damyan's patch to enable changing firebird.log filename Modified Paths: -------------- firebird/trunk/configure.in firebird/trunk/src/common/file_params.h firebird/trunk/src/utilities/ibmgr/srvrmgr.cpp Modified: firebird/trunk/configure.in =================================================================== --- firebird/trunk/configure.in 2010-11-10 03:19:00 UTC (rev 51887) +++ firebird/trunk/configure.in 2010-11-10 12:43:56 UTC (rev 51888) @@ -32,6 +32,17 @@ AC_SUBST([$3]) ]) +define([XE_CONF_FILE],[ +AC_ARG_WITH([$1], + [AC_HELP_STRING([--with-$1], [$2])], + [[$3]="$withval" + AC_DEFINE_UNQUOTED([$3], "$[$3]", [$2])], + [[$3]="$4" + AC_DEFINE_UNQUOTED([$3], ["$4"], [$2])] +) +AC_SUBST([$3]) +]) + sinclude(acx_pthread.m4) sinclude(binreloc.m4) @@ -556,6 +567,7 @@ XE_CONF_DIR(fbsecure-db, [security database DIR (PREFIX)], FB_SECDBDIR) XE_CONF_DIR(fbmsg, [message files DIR (PREFIX)], FB_MSGDIR) XE_CONF_DIR(fblog, [log files DIR (PREFIX)], FB_LOGDIR) +XE_CONF_FILE(fblogfilename, [log file name within log dir (firebird.log)], FB_LOGFILENAME, firebird.log) XE_CONF_DIR(fbglock, [guardian lock DIR (PREFIX)], FB_GUARDDIR) XE_CONF_DIR(fbplugins, [plugins DIR (PREFIX)], FB_PLUGDIR, /plugins) Modified: firebird/trunk/src/common/file_params.h =================================================================== --- firebird/trunk/src/common/file_params.h 2010-11-10 03:19:00 UTC (rev 51887) +++ firebird/trunk/src/common/file_params.h 2010-11-10 12:43:56 UTC (rev 51888) @@ -68,7 +68,7 @@ #endif static const char* const LOCKDIR = "firebird"; // created in WORKFILE -static const char* const LOGFILE = "firebird.log"; +static const char* const LOGFILE = FB_LOGFILENAME; static const char* const MSG_FILE = "firebird.msg"; // Keep in sync with MSG_FILE_LANG const int LOCALE_MAX = 10; Modified: firebird/trunk/src/utilities/ibmgr/srvrmgr.cpp =================================================================== --- firebird/trunk/src/utilities/ibmgr/srvrmgr.cpp 2010-11-10 03:19:00 UTC (rev 51887) +++ firebird/trunk/src/utilities/ibmgr/srvrmgr.cpp 2010-11-10 12:43:56 UTC (rev 51888) @@ -273,7 +273,7 @@ rs = "can not quit now, use shut -ign"; break; case MSG_STARTERR: - rs = "check $FIREBIRD/firebird.log file for errors"; + rs = "check "FB_LOGFILENAME" for errors"; break; case MSG_STARTFAIL: rs = "can not start server"; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-11-11 03:16:03
|
Revision: 51890 http://firebird.svn.sourceforge.net/firebird/?rev=51890&view=rev Author: firebirds Date: 2010-11-11 03:15:55 +0000 (Thu, 11 Nov 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-11-11 00:05:49 UTC (rev 51889) +++ firebird/trunk/ChangeLog 2010-11-11 03:15:55 UTC (rev 51890) @@ -1,3 +1,15 @@ + 2010-11-11 00:05 asfernandes + M src/dsql/DdlNodes.epp + M src/dsql/ddl.cpp +1) Frontport fix for CORE-3222 - View with "WITH CHECK OPTION" doesn't like TRIM function in WHERE +2) Other related fix and cleanup + + 2010-11-10 12:43 alexpeshkoff + M configure.in + M src/common/file_params.h + M src/utilities/ibmgr/srvrmgr.cpp +Damyan's patch to enable changing firebird.log filename + 2010-11-09 15:03 asfernandes M src/dsql/make.cpp Warnings Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-11-11 00:05:49 UTC (rev 51889) +++ firebird/trunk/src/jrd/build_no.h 2010-11-11 03:15:55 UTC (rev 51890) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28879 + FORMAL BUILD NUMBER:28881 */ -#define PRODUCT_VER_STRING "3.0.0.28879" -#define FILE_VER_STRING "WI-T3.0.0.28879" -#define LICENSE_VER_STRING "WI-T3.0.0.28879" -#define FILE_VER_NUMBER 3, 0, 0, 28879 +#define PRODUCT_VER_STRING "3.0.0.28881" +#define FILE_VER_STRING "WI-T3.0.0.28881" +#define LICENSE_VER_STRING "WI-T3.0.0.28881" +#define FILE_VER_NUMBER 3, 0, 0, 28881 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28879" +#define FB_BUILD_NO "28881" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-11-11 00:05:49 UTC (rev 51889) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-11-11 03:15:55 UTC (rev 51890) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28879 +BuildNum=28881 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-11-12 03:15:41
|
Revision: 51897 http://firebird.svn.sourceforge.net/firebird/?rev=51897&view=rev Author: firebirds Date: 2010-11-12 03:15:34 +0000 (Fri, 12 Nov 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-11-11 13:56:38 UTC (rev 51896) +++ firebird/trunk/ChangeLog 2010-11-12 03:15:34 UTC (rev 51897) @@ -1,3 +1,19 @@ + 2010-11-11 13:56 alexpeshkoff + M src/common/isc_sync.cpp +Fixed CORE-3212: Error compile 2.5 for FreeBSD + + 2010-11-11 07:41 dimitr + M src/include/gen/autoconfig_msvc.h +Fixed the Windows build. + + 2010-11-11 07:41 dimitr + M src/jrd/tra.cpp +Front ported fix for CORE-3207. + + 2010-11-11 07:41 alexpeshkoff + M builds/install/arch-specific/linux/misc/firebird.init.d.debian.in +Added LSB header + 2010-11-11 00:05 asfernandes M src/dsql/DdlNodes.epp M src/dsql/ddl.cpp Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-11-11 13:56:38 UTC (rev 51896) +++ firebird/trunk/src/jrd/build_no.h 2010-11-12 03:15:34 UTC (rev 51897) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28881 + FORMAL BUILD NUMBER:28885 */ -#define PRODUCT_VER_STRING "3.0.0.28881" -#define FILE_VER_STRING "WI-T3.0.0.28881" -#define LICENSE_VER_STRING "WI-T3.0.0.28881" -#define FILE_VER_NUMBER 3, 0, 0, 28881 +#define PRODUCT_VER_STRING "3.0.0.28885" +#define FILE_VER_STRING "WI-T3.0.0.28885" +#define LICENSE_VER_STRING "WI-T3.0.0.28885" +#define FILE_VER_NUMBER 3, 0, 0, 28885 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28881" +#define FB_BUILD_NO "28885" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-11-11 13:56:38 UTC (rev 51896) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-11-12 03:15:34 UTC (rev 51897) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28881 +BuildNum=28885 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-11-13 04:08:23
|
Revision: 51904 http://firebird.svn.sourceforge.net/firebird/?rev=51904&view=rev Author: firebirds Date: 2010-11-13 03:13:43 +0000 (Sat, 13 Nov 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-11-13 01:50:12 UTC (rev 51903) +++ firebird/trunk/ChangeLog 2010-11-13 03:13:43 UTC (rev 51904) @@ -1,3 +1,11 @@ + 2010-11-13 01:50 asfernandes + M src/common/os/posix/os_utils.cpp +Misc + + 2010-11-12 12:19 alexpeshkoff + M src/common/os/posix/os_utils.cpp +Fixed CORE-3229: Records: "operating system directive open failed, Too many links" in firebird.log + 2010-11-11 13:56 alexpeshkoff M src/common/isc_sync.cpp Fixed CORE-3212: Error compile 2.5 for FreeBSD Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-11-13 01:50:12 UTC (rev 51903) +++ firebird/trunk/src/jrd/build_no.h 2010-11-13 03:13:43 UTC (rev 51904) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28885 + FORMAL BUILD NUMBER:28887 */ -#define PRODUCT_VER_STRING "3.0.0.28885" -#define FILE_VER_STRING "WI-T3.0.0.28885" -#define LICENSE_VER_STRING "WI-T3.0.0.28885" -#define FILE_VER_NUMBER 3, 0, 0, 28885 +#define PRODUCT_VER_STRING "3.0.0.28887" +#define FILE_VER_STRING "WI-T3.0.0.28887" +#define LICENSE_VER_STRING "WI-T3.0.0.28887" +#define FILE_VER_NUMBER 3, 0, 0, 28887 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28885" +#define FB_BUILD_NO "28887" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-11-13 01:50:12 UTC (rev 51903) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-11-13 03:13:43 UTC (rev 51904) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28885 +BuildNum=28887 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-11-14 03:14:56
|
Revision: 51912 http://firebird.svn.sourceforge.net/firebird/?rev=51912&view=rev Author: firebirds Date: 2010-11-14 03:14:45 +0000 (Sun, 14 Nov 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-11-13 15:04:43 UTC (rev 51911) +++ firebird/trunk/ChangeLog 2010-11-14 03:14:45 UTC (rev 51912) @@ -1,3 +1,32 @@ + 2010-11-13 15:04 dimitr + M src/dsql/parse.y +Let's clearly distinguish between deterministic and invariant functions, they're not the same thing actually. Runtime optimization usage is to be re-considered, if necessary. +Warning: this includes an ODS change, please boot-build. + + 2010-11-13 15:03 dimitr + M src/burp/backup.epp + M src/burp/burp.h + M src/burp/restore.epp + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/ExprNodes.cpp + M src/include/gen/ids.h + M src/jrd/Function.epp + M src/jrd/Function.h + M src/jrd/dyn_def.epp + M src/jrd/names.h + M src/jrd/relations.h +Let's clearly distinguish between deterministic and invariant functions, they're not the same thing actually. Runtime optimization usage is to be re-considered, if necessary. +Warning: this includes an ODS change, please boot-build. + + 2010-11-13 08:56 dimitr + M src/jrd/Function.epp +Implemented support for deterministic (invariant) functions. + + 2010-11-13 08:54 dimitr + M src/dsql/DdlNodes.epp +Fixed inability to alter the [[NOT] DETERMINISTIC] clause. + 2010-11-13 01:50 asfernandes M src/common/os/posix/os_utils.cpp Misc Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-11-13 15:04:43 UTC (rev 51911) +++ firebird/trunk/src/jrd/build_no.h 2010-11-14 03:14:45 UTC (rev 51912) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28887 + FORMAL BUILD NUMBER:28891 */ -#define PRODUCT_VER_STRING "3.0.0.28887" -#define FILE_VER_STRING "WI-T3.0.0.28887" -#define LICENSE_VER_STRING "WI-T3.0.0.28887" -#define FILE_VER_NUMBER 3, 0, 0, 28887 +#define PRODUCT_VER_STRING "3.0.0.28891" +#define FILE_VER_STRING "WI-T3.0.0.28891" +#define LICENSE_VER_STRING "WI-T3.0.0.28891" +#define FILE_VER_NUMBER 3, 0, 0, 28891 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28887" +#define FB_BUILD_NO "28891" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-11-13 15:04:43 UTC (rev 51911) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-11-14 03:14:45 UTC (rev 51912) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28887 +BuildNum=28891 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-11-15 03:15:08
|
Revision: 51918 http://firebird.svn.sourceforge.net/firebird/?rev=51918&view=rev Author: firebirds Date: 2010-11-15 03:14:56 +0000 (Mon, 15 Nov 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-11-14 22:31:42 UTC (rev 51917) +++ firebird/trunk/ChangeLog 2010-11-15 03:14:56 UTC (rev 51918) @@ -1,3 +1,59 @@ + 2010-11-14 22:31 asfernandes + M src/dsql/AggNodes.cpp + M src/dsql/BoolNodes.cpp + M src/dsql/ExprNodes.cpp + M src/dsql/ExprNodes.h + M src/dsql/Nodes.h + M src/dsql/StmtNodes.cpp + M src/dsql/WinNodes.cpp + M src/jrd/Optimizer.cpp + M src/jrd/RecordSourceNodes.cpp + M src/jrd/btr.cpp + M src/jrd/cmp.cpp + M src/jrd/evl.cpp + M src/jrd/exe.h + M src/jrd/opt.cpp + M src/jrd/recsrc/AggregatedStream.cpp + M src/jrd/trace/TraceObjects.cpp +Remove dependency of jrd_nod in ExprNode + + 2010-11-14 17:25 asfernandes + M src/dsql/BoolNodes.cpp + M src/dsql/DdlNodes.epp + M src/dsql/ExprNodes.cpp + M src/dsql/ExprNodes.h + M src/dsql/Nodes.h + M src/dsql/Visitors.h + M src/dsql/gen.cpp + M src/dsql/gen_proto.h + M src/dsql/make.cpp + M src/dsql/node.h + M src/dsql/parse.y + M src/dsql/pass1.cpp + M src/dsql/pass1_proto.h + M src/jrd/Optimizer.cpp + M src/jrd/RecordSourceNodes.cpp + M src/jrd/blb.cpp + M src/jrd/cmp.cpp + M src/jrd/cmp_proto.h + M src/jrd/constants.h + M src/jrd/evl.cpp + M src/jrd/evl_proto.h + M src/jrd/exe.cpp + M src/jrd/exe.h + M src/jrd/exe_proto.h + M src/jrd/extds/InternalDS.cpp + M src/jrd/lls.h + M src/jrd/nod.h + M src/jrd/opt.cpp + M src/jrd/par.cpp + M src/jrd/par_proto.h + M src/jrd/recsrc/AggregatedStream.cpp + M src/jrd/recsrc/SortedStream.cpp + M src/misc/blrtable.cpp +Refactored DSQL nodes: nod_derived_field, nod_map, nod_dbkey and nod_rec_version. +Refactored JRD nodes: blr_field (JRD side only), blr_dbkey, blr_record_version and blr_stmt_expr. + 2010-11-13 15:04 dimitr M src/dsql/parse.y Let's clearly distinguish between deterministic and invariant functions, they're not the same thing actually. Runtime optimization usage is to be re-considered, if necessary. Modified: firebird/trunk/src/jrd/build_no.h =================================================================== --- firebird/trunk/src/jrd/build_no.h 2010-11-14 22:31:42 UTC (rev 51917) +++ firebird/trunk/src/jrd/build_no.h 2010-11-15 03:14:56 UTC (rev 51918) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:28891 + FORMAL BUILD NUMBER:28893 */ -#define PRODUCT_VER_STRING "3.0.0.28891" -#define FILE_VER_STRING "WI-T3.0.0.28891" -#define LICENSE_VER_STRING "WI-T3.0.0.28891" -#define FILE_VER_NUMBER 3, 0, 0, 28891 +#define PRODUCT_VER_STRING "3.0.0.28893" +#define FILE_VER_STRING "WI-T3.0.0.28893" +#define LICENSE_VER_STRING "WI-T3.0.0.28893" +#define FILE_VER_NUMBER 3, 0, 0, 28893 #define FB_MAJOR_VER "3" #define FB_MINOR_VER "0" #define FB_REV_NO "0" -#define FB_BUILD_NO "28891" +#define FB_BUILD_NO "28893" #define FB_BUILD_TYPE "T" #define FB_BUILD_SUFFIX "Firebird 3.0 Unstable" Modified: firebird/trunk/src/misc/writeBuildNum.sh =================================================================== --- firebird/trunk/src/misc/writeBuildNum.sh 2010-11-14 22:31:42 UTC (rev 51917) +++ firebird/trunk/src/misc/writeBuildNum.sh 2010-11-15 03:14:56 UTC (rev 51918) @@ -9,7 +9,7 @@ MajorVer=3 MinorVer=0 RevNo=0 -BuildNum=28891 +BuildNum=28893 NowAt=`pwd` cd `dirname $0` This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |