From: <fir...@us...> - 2010-11-27 04:56:30
|
Revision: 51988 http://firebird.svn.sourceforge.net/firebird/?rev=51988&view=rev Author: firebirds Date: 2010-11-27 04:56:22 +0000 (Sat, 27 Nov 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2010-11-27 03:47:52 UTC (rev 51987) +++ firebird/branches/B2_5_Release/ChangeLog 2010-11-27 04:56:22 UTC (rev 51988) @@ -1,3 +1,10 @@ + 2010-11-26 16:56 alexpeshkoff + M src/burp/backup.epp + M src/burp/burp.cpp + M src/burp/burp_proto.h + M src/burp/restore.epp +Backported fix for CORE-3261: Assertion when running restore service + 2010-11-25 15:50 alexpeshkoff M configure.in M src/burp/burp.h Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-11-27 03:47:52 UTC (rev 51987) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-11-27 04:56:22 UTC (rev 51988) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26143 + FORMAL BUILD NUMBER:26144 */ -#define PRODUCT_VER_STRING "2.5.0.26143" -#define FILE_VER_STRING "WI-V2.5.0.26143" -#define LICENSE_VER_STRING "WI-V2.5.0.26143" -#define FILE_VER_NUMBER 2, 5, 0, 26143 +#define PRODUCT_VER_STRING "2.5.0.26144" +#define FILE_VER_STRING "WI-V2.5.0.26144" +#define LICENSE_VER_STRING "WI-V2.5.0.26144" +#define FILE_VER_NUMBER 2, 5, 0, 26144 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "0" -#define FB_BUILD_NO "26143" +#define FB_BUILD_NO "26144" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-11-27 03:47:52 UTC (rev 51987) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-11-27 04:56:22 UTC (rev 51988) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=0 -BuildNum=26143 +BuildNum=26144 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-11-28 04:11:24
|
Revision: 51991 http://firebird.svn.sourceforge.net/firebird/?rev=51991&view=rev Author: firebirds Date: 2010-11-28 04:11:15 +0000 (Sun, 28 Nov 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2010-11-28 03:45:52 UTC (rev 51990) +++ firebird/branches/B2_5_Release/ChangeLog 2010-11-28 04:11:15 UTC (rev 51991) @@ -48335,50322 +48335,6 @@ M extern/icu/source/common/unicode/umachine.h We can't check for U_MINGW becaise it is defined in platform.h. Let's rollback a bit - 2005-06-27 18:36 dimitr - M src/utilities/gstat/dba.epp -Fixed ODS decoding in GSTAT. - - 2005-06-27 13:54 paul_reeves - M builds/win32/make_all.bat - M builds/win32/make_icu.bat - M extern/icu/source/common/unicode/umachine.h -Minor tweaks to Win32 build system to integrate the icu code into the build. - - 2005-06-27 12:46 alexpeshkoff - M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in - M builds/install/arch-specific/linux/super/makeInstallImage.sh.in -make it compatible with solaris build - - 2005-06-27 12:43 alexpeshkoff - M builds/posix/Makefile.in.extern.icu -make icu build on both linux and solaris - - 2005-06-27 12:26 alexpeshkoff - M src/jrd/os/posix/unix.cpp -fixed posix build after ODS parser changes - - 2005-06-27 10:24 aafemt - M src/jrd/why.cpp -Cleanup - - 2005-06-27 10:22 aafemt - M extern/icu/source/tools/pkgdata/pkgtypes.h -Case - - 2005-06-27 10:20 aafemt - M builds/posix/prefix.mingw -Let's produce not so big files - - 2005-06-26 21:48 hvlad - M src/jrd/cmp.cpp - M src/jrd/dfw.epp - M src/jrd/jrd.h - M src/jrd/lck.cpp - M src/jrd/lck.h - M src/jrd/met.epp - M src/jrd/vio.cpp -1. Allow to create FK constraints without exclusive database locking -2. Fix 'partner index not found' error when one process dropped FK and another trying to delete master record -3. misc changes in vio.cpp - - 2005-06-26 16:11 dimitr - M src/include/gen/msgs.h - M src/jrd/dmp.cpp - M src/jrd/ods.h - M src/jrd/pag.cpp - M src/msgs/messages.sql - M src/utilities/gstat/dba.epp - M src/utilities/gstat/ppg.cpp -Changed the ODS encoding, messaging and protection rules. - - 2005-06-26 02:09 asfernandes - M src/jrd/evl.cpp -Better handling in substring of large blobs - - 2005-06-25 09:34 dimitr - M src/jrd/jrd.cpp -Expanded the routine comment. - - 2005-06-24 15:38 asfernandes - M src/jrd/evl.cpp -Comment - - 2005-06-24 15:06 dimitr - M src/dsql/metd.epp -Fixed SF #1012152. - - 2005-06-24 12:56 dimitr - M src/jrd/cmp.cpp - M src/jrd/evl.cpp - M src/jrd/exe.cpp - M src/jrd/req.h - M src/jrd/rse.cpp -Fixed reported issues with ROW_COUNT. - - 2005-06-24 11:14 dimitr - M src/jrd/jrd.cpp - M src/jrd/jrd_proto.h - M src/jrd/os/win32/ibinitdll.cpp - M src/jrd/svc.cpp - M src/remote/inet_server.cpp - M src/remote/os/win32/cntl.cpp - M src/remote/os/win32/srvr_w32.cpp - M src/remote/os/win32/window.cpp -Slightly changed (mostly cleaned up and fixed) the SS shutdown mechanics. - - 2005-06-23 15:12 asfernandes - M src/isql/isql.epp -Make SQLDA_DISPLAY display input SQLDA parameters of INSERTs, UPDATEs and DELETEs - - 2005-06-23 10:10 kkuznetsov - M extern/icu/source/runConfigureICU -Fix configure error on Solaris x86 - - 2005-06-23 05:25 aafemt - M src/config/AdminException.cpp - M src/config/AdminException.h -Cleanup - - 2005-06-22 23:00 asfernandes - A builds/win32/make_boot2.bat - A builds/win32/preprocess2.bat - A builds/win32/setenvvar2.bat -Use fbembed in boot-build - - 2005-06-22 22:47 asfernandes - M builds/win32/make_icu.bat -Misc. - - 2005-06-22 22:46 asfernandes - M builds/win32/msvc7/Firebird2.sln - M builds/win32/msvc7/Firebird2Boot.sln - M builds/win32/msvc7/alice.vcproj - M builds/win32/msvc7/burp.vcproj - M builds/win32/msvc7/common.vcproj - M builds/win32/msvc7/dsql_server.vcproj - M builds/win32/msvc7/engine_embed.vcproj - M builds/win32/msvc7/fbembed.vcproj - A builds/win32/msvc7/gbak_embed.vcproj - A builds/win32/msvc7/gpre_embed.vcproj - A builds/win32/msvc7/isql_embed.vcproj - M builds/win32/msvc7/lock.vcproj - A builds/win32/msvc7/utilities_embed.vcproj -MSVC7 projects for boot-build with fbembed - - 2005-06-22 22:26 asfernandes - M src/jrd/svc.cpp -Fbembed don't use security - - 2005-06-22 22:23 asfernandes - M src/gpre/gpre_meta_boot.cpp -Make gpre_boot work without -lang_internal switch - - 2005-06-22 13:48 kkuznetsov - M configure.in - M extern/icu/source/runConfigureICU -More plays with icu on Solaris x86 - - 2005-06-22 09:21 alexpeshkoff - M builds/posix/Makefile.in.examples -Fixed problem, noticed by Dimitry Sibiryakov - - 2005-06-22 05:13 aafemt - M src/config/ConfObject.cpp - M src/jrd/Optimizer.cpp - M src/jrd/intl.cpp - M src/jrd/opt.cpp - M src/jrd/unicode_util.cpp -Warnings - - 2005-06-21 10:26 aafemt - M src/config/AdminException.h - M src/config/Args.h - M src/config/ArgsException.h - M src/config/Element.h - M src/config/InputFile.h - M src/config/InputStream.h - M src/config/Lex.h - M src/config/ScanDir.h - M src/config/Stream.h - M src/config/StreamSegment.h - M src/vulcan/JString.cpp - M src/vulcan/JString.h - M src/vulcan/PathName.h - M src/vulcan/RefObject.h -Warnings - - 2005-06-21 09:16 alexpeshkoff - M builds/install/arch-specific/linux/super/makeInstallImage.sh.in - M builds/posix/Makefile.in.extern.icu -a bit better handling of intl stuff - - 2005-06-21 09:03 alexpeshkoff - M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in -a bit better handling of intl stuff while packaging - - 2005-06-21 01:44 asfernandes - M src/jrd/opt.cpp - M src/jrd/unicode_util.h -Misc. - - 2005-06-20 08:53 hvlad - M src/jrd/cmp.cpp -Fixed unregistered bug : -AV when PLAN for VIEW is specified but no table alias was given -CREATE VIEW V1 AS -SELECT D.RDB$RELATION_ID, C.RDB$CHARACTER_SET_ID - FROM RDB$DATABASE D JOIN RDB$CHARACTER_SETS C - ON D.RDB$CHARACTER_SET_NAME = C.RDB$CHARACTER_SET_NAME -SELECT * FROM V1 -PLAN (V1 NATURAL) - - 2005-06-20 05:40 aafemt - M src/jrd/intl_classes.h -Fix warning - - 2005-06-17 10:42 aafemt - M src/config/ScanDir.cpp -Overloaded operators is evil - - 2005-06-17 01:33 asfernandes - M src/dsql/make.cpp -Simplification - - 2005-06-16 12:09 aafemt - M builds/posix/prefix.mingw -Fix over-export - - 2005-06-16 12:08 aafemt - M src/jrd/why.cpp -Plain C for public API routine - - 2005-06-16 05:13 robocop - M src/isql/isql.epp - M src/jrd/utl.cpp -Fix blob dumping routines in jrd and report errors in isql. - - 2005-06-16 05:11 aafemt - D clean.sh - M doc/README.build.mingw.html -Revert to common cleaning procedure - - 2005-06-16 05:11 robocop - M src/dsql/ddl.cpp - M src/dsql/dsql.cpp - M src/dsql/dsql.tab.h - M src/dsql/gen.cpp - M src/dsql/parse.cpp - M src/dsql/parse.y - M src/dsql/pass1.cpp -Try to indicate position of incomplete commands. -Some casts because statuses are fixed 32 quantities, not natural int types. - - 2005-06-16 05:05 robocop - M src/jrd/status.cpp - M src/jrd/status.h -Const correctness. - - 2005-06-16 05:05 robocop - M src/jrd/intl.cpp -Copy/paste problem with two SET_TDBB. - - 2005-06-16 05:02 robocop - M src/dsql/metd.epp - M src/jrd/dfw.epp - M src/msgs/messages.sql -Misc. - - 2005-06-15 15:19 alexpeshkoff - M builds/install/arch-specific/linux/super/makeInstallImage.sh.in -fixed INTL issues in SS package build - - 2005-06-15 15:18 alexpeshkoff - M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in -fixed INTL issues in package build - - 2005-06-15 15:03 alexpeshkoff - M builds/posix/Makefile.in.embed.util -fixed gsec CS posix build - - 2005-06-15 09:11 dimitr - M src/jrd/shut.cpp -Fixed some shutdown issues: -- redundant attempts to get an exclusive database lock -- wrong timeout counting -- database lock is not released after bringing database online in the exclusive mode -- removed a 5 sec timeout when bringing database online in the shared mode - - 2005-06-15 05:31 aafemt - M configure.in - M extern/icu/source/aclocal.m4 - M extern/icu/source/common/putil.c - M extern/icu/source/common/unicode/brkiter.h - M extern/icu/source/common/unicode/platform.h.in - M extern/icu/source/common/unicode/putil.h - M extern/icu/source/common/unicode/umachine.h - M extern/icu/source/common/unicode/uniset.h - M extern/icu/source/common/unicode/utypes.h - A extern/icu/source/config/mh-mingw - M extern/icu/source/configure - M extern/icu/source/configure.in - M extern/icu/source/data/Makefile.in - M extern/icu/source/runConfigureICU - M extern/icu/source/tools/pkgdata/dllmode.c - M extern/icu/source/tools/pkgdata/make.c - M extern/icu/source/tools/pkgdata/makefile.h - M extern/icu/source/tools/pkgdata/pkgdata.c - M extern/icu/source/tools/pkgdata/pkgtypes.h - M extern/icu/source/tools/pkgdata/sttcmode.c - M extern/icu/source/tools/pkgdata/winmode.c -MinGW port of ICU - - 2005-06-14 05:44 dimitr - M src/jrd/inf.cpp -Code simplification. - - 2005-06-14 03:16 asfernandes - M lang_helpers/gds_codes.ftn - M lang_helpers/gds_codes.pas - M src/dsql/ddl.cpp - M src/dsql/metd.epp - M src/dsql/metd_proto.h - M src/dsql/pass1.cpp - M src/include/gen/codetext.h - M src/include/gen/iberror.h - M src/include/gen/msgs.h - M src/include/gen/rdb_codes.h - M src/include/gen/sql_code.h - M src/jrd/Optimizer.cpp - M src/jrd/cvt.cpp - M src/jrd/cvt2.cpp - M src/jrd/dfw.epp - M src/jrd/evl.cpp - M src/jrd/exe.cpp - M src/jrd/idx.cpp - M src/jrd/inf.cpp - M src/jrd/intl.cpp - M src/jrd/intl_proto.h - M src/jrd/jrd.cpp - M src/jrd/opt.cpp - M src/msgs/facilities.sql - M src/msgs/history.sql - M src/msgs/messages.sql - M src/msgs/system_errors.sql -1) Fixed SF #1016040 Missing external libraries causes engine exception -2) Use better error messages - - 2005-06-13 12:45 dimitr - M src/dsql/dsql.tab.h - M src/dsql/gen.cpp - M src/dsql/keywords.cpp - M src/dsql/node.h - M src/dsql/parse.cpp - M src/dsql/parse.y - M src/dsql/pass1.cpp -RETURNING implementation. - - 2005-06-13 03:55 asfernandes - M src/jrd/evl.cpp -Removed wrong "deletes" noticed by Claudio - - 2005-06-13 03:48 robocop - M src/jrd/evl.cpp -Misc. - - 2005-06-13 02:12 asfernandes - M src/dsql/gen.cpp - M src/dsql/make.cpp - M src/dsql/pass1.cpp - M src/jrd/inf.cpp -Removed some compiler messages - - 2005-06-12 23:47 robocop - M src/isql/isql.epp -If an error happens when we are trying to retrieve the first record, we need to print a newline or the error msg will appear padding the column headers. - - 2005-06-12 23:45 robocop - M lang_helpers/gds_codes.ftn - M lang_helpers/gds_codes.pas - M src/include/gen/codetext.h - M src/include/gen/iberror.h - M src/include/gen/msgs.h - M src/include/gen/rdb_codes.h - M src/include/gen/sql_code.h - M src/jrd/cmp.cpp - M src/jrd/evl.cpp - M src/msgs/facilities.sql - M src/msgs/history.sql - M src/msgs/messages.sql - M src/msgs/system_errors.sql -Substring evolved and the error message was never updated. Now I've done two messages, although I think we need three in the long term. - - 2005-06-12 21:20 asfernandes - M src/dsql/make.cpp - M src/jrd/evl.cpp -Fix TRIM(NULL FROM <something>) to return NULL - - 2005-06-12 06:27 dimitr - M src/jrd/blb.cpp - M src/jrd/btr.cpp - M src/jrd/exe.cpp - M src/jrd/idx.cpp - M src/jrd/jrd.cpp - M src/jrd/jrd.h - M src/jrd/rse.cpp - M src/jrd/validation.cpp - M src/jrd/vio.cpp -Removed unused thread scheduling option. - - 2005-06-12 04:00 dimitr - M src/msgs/facilities.sql -Correction. - - 2005-06-12 01:36 robocop - M src/isql/isql.epp - M src/isql/isql.h - M src/isql/show.epp -Cater for the longest possible identifiers, quoted. - - 2005-06-12 01:18 robocop - M lang_helpers/gds_codes.ftn - M lang_helpers/gds_codes.pas -Update the language helpers after the last message additions. - - 2005-06-12 00:58 robocop - M src/jrd/idx.cpp -Totally misc. - - 2005-06-12 00:38 asfernandes - A src/intl/collations/koi8r_ru.h - A src/intl/collations/koi8u_ua.h -Add collations forgetted - - 2005-06-11 21:26 hvlad - M src/include/gen/codetext.h - M src/include/gen/iberror.h - M src/include/gen/msgs.h - M src/include/gen/rdb_codes.h - M src/include/gen/sql_code.h -Regenerated error codes - - 2005-06-11 19:51 asfernandes - M builds/install/misc/fbintl.conf - M builds/win32/msvc6/intl.dsp - M builds/win32/msvc7/intl.vcproj - A src/intl/collations/win1257_ee.h - A src/intl/collations/win1257_lt.h - A src/intl/collations/win1257_lv.h - M src/intl/lc_iso8859_1.cpp - M src/intl/ld.cpp - M src/jrd/intlnames.h -Integrate collations KOI8R_RU (Russian), KOI8U_UA (Ukrainian), WIN1257_EE (Estonian), WIN1257_LT (Lithuanian) and WIN1257_LV (Latvian) ported by Dmitry from Yaffil - - 2005-06-11 11:41 hvlad - M src/msgs/facilities.sql - M src/msgs/messages.sql - M src/msgs/system_errors.sql -Added new error messages - - 2005-06-11 11:39 hvlad - M src/jrd/dfw.epp - M src/jrd/idx.cpp - M src/jrd/idx_proto.h -Fixed SF bug #1186607 (Foreign key relation VARCHAR <-> INT ??????) - - 2005-06-11 11:36 hvlad - M src/dsql/ddl.cpp -Fixed SF bug #1211325 (BLOBs in external tables) - - 2005-06-11 03:14 robocop - M src/dsql/gen.cpp -Backport Tom Cole's fix for FP numbers as strings. - - 2005-06-11 03:04 asfernandes - A src/intl/charsets/cs_koi8r.h - A src/intl/charsets/cs_koi8u.h - M src/intl/charsets.h - M src/intl/cs_narrow.cpp - M src/intl/lc_ascii.cpp - M src/intl/ld.cpp - M src/jrd/intlnames.h -Integrate character sets KOIuR (Russian) and KOI8U (Ukrainian) ported from Yaffil by Dmitry - - 2005-06-11 00:32 robocop - M src/isql/isql.epp -- Renamed function input to newinput to be in sync with newoutput. -- Implemented PASSTHROUGH command only for the debug build. Use with care. - - 2005-06-11 00:22 robocop - M src/dsql/preparse.cpp -CREATE DATABASE can tolerate single line comments (AFAIK, client-side issue). - - 2005-06-11 00:20 robocop - M lang_helpers/gds_codes.ftn - M lang_helpers/gds_codes.pas - M src/dsql/ddl.cpp - M src/dsql/dsql.cpp - M src/dsql/dsql.tab.h - M src/dsql/parse.cpp - M src/dsql/parse.y - M src/include/gen/codetext.h - M src/include/gen/iberror.h - M src/include/gen/msgs.h - M src/include/gen/rdb_codes.h - M src/include/gen/sql_code.h - M src/msgs/facilities.sql - M src/msgs/history.sql - M src/msgs/messages.sql - M src/msgs/system_errors.sql -Please Dmitry and try to report the line/column of an incomplete statement. - - 2005-06-11 00:14 robocop - M src/jrd/evl.cpp -EVL_expr grew too much. Make more functions. - - 2005-06-11 00:13 robocop - M src/common/classes/objects_array.h - M src/jrd/IntlManager.cpp -const_iterator -The code in intlmanager originally confused me. - - 2005-06-10 12:13 asfernandes - M src/intl/collations/bl88591ptbr0.h -Misc - - 2005-06-10 10:35 aafemt - M src/extlib/ib_util.c -Plain C don't know namespaces - - 2005-06-10 10:32 aafemt - M builds/posix/Makefile.in.client.util - M builds/posix/Makefile.in.codes - M builds/posix/Makefile.in.embed.util - M builds/posix/Makefile.in.examples - M builds/posix/Makefile.in.extern.icu - M builds/posix/Makefile.in.fbserver - M builds/posix/Makefile.in.firebird - M builds/posix/Makefile.in.libfbcommon - M builds/posix/Makefile.in.libfbembed - M builds/posix/Makefile.in.msgs - M builds/posix/Makefile.in.refDatabases - M builds/posix/Makefile.in.static.gbak - M builds/posix/Makefile.in.static.gpre - M builds/posix/Makefile.in.static.isql - M builds/posix/make.defaults - M builds/posix/make.rules - M builds/posix/make.shared.targets - M builds/posix/make.shared.variables - M builds/posix/prefix.mingw -ICU adaptation and some improvements - - 2005-06-10 02:03 asfernandes - M src/dsql/gen.cpp - M src/dsql/make.cpp - M src/dsql/pass1.cpp - M src/dsql/utld.cpp - M src/dsql/utld_proto.h -Fix possible problems with larger columns sizes noted by Claudio - - 2005-06-10 02:01 asfernandes - M src/jrd/ini.epp -Only initialize metadata BLOB charset for text BLOBs - - 2005-06-10 00:54 robocop - M src/msgs/facilities.sql - M src/msgs/history.sql -Totally misc. - - 2005-06-09 00:01 asfernandes - M src/jrd/cvt.cpp -Revert Claudio's change that cause crash when parameters are used - - 2005-06-08 13:42 dimitr - M src/dsql/ddl.cpp -Fixed bug with lost charset/collation in local variables, -reported by Eugene Kilin. - - 2005-06-08 11:10 asfernandes - M src/jrd/cvt2.cpp -Fix BLOB comparation problem pointed by Claudio - - 2005-06-08 11:09 asfernandes - M src/jrd/ibase.h -Use more appropriate codes - - 2005-06-08 10:21 aafemt - M extern/icu/source/configure.in -A bit better method to check for _tzname - - 2005-06-08 09:58 alexpeshkoff - M builds/posix/make.shared.variables -fixed posix build after Dmitry's change - - 2005-06-08 06:16 dimitr - M src/jrd/dyn_mod.epp -Fixed an old ALTER VIEW bug that now prevents COMMENT ON VIEW from working properly. - - 2005-06-08 05:28 aafemt - M builds/posix/Makefile.in.firebird - M builds/posix/make.defaults -ICU build with MinGW - - 2005-06-08 02:09 asfernandes - M src/jrd/dyn_def.epp - M src/jrd/intl.cpp - M src/jrd/met.epp - M src/jrd/met_proto.h -Misc. - - 2005-06-07 10:57 dimitr - M src/jrd/rpb_chain.cpp -Added a couple of more checks. - - 2005-06-07 10:52 dimitr - M src/jrd/exe.cpp -Cleanup. - - 2005-06-07 10:36 aafemt - M src/config/InputFile.cpp -Required header - - 2005-06-07 10:20 dimitr - M src/jrd/met.epp -Removed code remains from before-MetaName times. - - 2005-06-07 05:09 aafemt - M builds/posix/Makefile.in.extern.icu - M configure.in -More appropriate place to configure ICU - - 2005-06-07 02:05 asfernandes - M src/jrd/intl.cpp - M src/jrd/intl_proto.h -Misc. - - 2005-06-07 01:57 asfernandes - M lang_helpers/gds_codes.ftn - M lang_helpers/gds_codes.pas -Regenerate files - - 2005-06-06 20:52 asfernandes - M src/jrd/IntlManager.cpp -Remove wrong compiler message: it's iterating in "conflicts" and removing in "charSetCollations" - - 2005-06-06 20:44 asfernandes - M src/jrd/blp.h - M src/jrd/gds.cpp -Misc. - - 2005-06-06 20:18 asfernandes - M src/dsql/ddl.cpp - M src/dsql/make.cpp -Misc. - - 2005-06-06 18:14 asfernandes - M src/dsql/ddl.cpp - M src/dsql/dsql.cpp - M src/dsql/gen.cpp - M src/dsql/make.cpp - M src/dsql/node.h - M src/dsql/parse.cpp - M src/dsql/parse.y - M src/dsql/pass1.cpp - M src/jrd/Optimizer.cpp - M src/jrd/blr.h - M src/jrd/cmp.cpp - M src/jrd/evl.cpp - M src/jrd/exe.h - M src/jrd/intl.cpp - M src/jrd/nod.h - M src/jrd/opt.cpp - M src/jrd/par.cpp - M src/misc/blrtable.cpp -1) Replace length_ to strlen as noted by Claudio and Dmitry -2) Change USHORT to ULONG in intl.cpp - - 2005-06-06 13:37 dimitr - M src/dsql/pass1.cpp - M src/include/gen/codetext.h - M src/include/gen/iberror.h - M src/include/gen/msgs.h - M src/include/gen/rdb_codes.h - M src/include/gen/sql_code.h - M src/jrd/par.cpp -Added new error message. - - 2005-06-06 13:28 dimitr - M src/msgs/facilities.sql - M src/msgs/messages.sql - M src/msgs/system_errors.sql -Added new error message. - - 2005-06-06 11:06 dimitr - M src/dsql/ddl.cpp -Fixed charset/collation issues for view columns. - - 2005-06-06 08:32 robocop - M src/isql/extract.epp - M src/isql/show.epp -Mixed case generator names caused problems in show_generators. -Noticed by Adriano. - - 2005-06-06 08:30 robocop - M builds/install/arch-specific/solaris/CS/postremove.in - M builds/install/arch-specific/solaris/SS/postremove.in - M doc/WhatsNew - M src/config/AdminException.cpp - M src/config/ArgsException.cpp - M src/config/Stream.cpp - M src/dsql/ddl.cpp - M src/dsql/gen.cpp - M src/dsql/make.cpp - M src/dsql/parse.y - M src/dsql/pass1.cpp - M src/include/firebird.h - M src/jrd/IntlManager.cpp - M src/jrd/Optimizer.cpp - M src/jrd/cvt.cpp - M src/jrd/cvt2.cpp - M src/jrd/dyn_def.epp - M src/jrd/evl.cpp - M src/jrd/evl_proto.h - M src/jrd/idx.h - M src/jrd/inf.cpp - M src/jrd/ini.epp - M src/jrd/intl.cpp - M src/jrd/intl_builtin.cpp - M src/jrd/met.epp - M src/jrd/opt.cpp - M src/jrd/unicode_util.cpp - M src/msgs/facilities.sql - M src/msgs/history.sql - M src/msgs/messages.sql - M src/vulcan/JString.cpp - M src/vulcan/JString.h - M src/vulcan/PathName.cpp -- Corrections and changes to Adriano's commit, subject to his inspection. -- Solved an endless loop with trim and zero-length trim characters, etc. -- Some places are signaled with FB_COMPILER_MESSAGE for prompt attention. - - 2005-06-06 06:42 dimitr - M src/jrd/why.cpp -Let's perform the initial alias lookup at the Y-valve. -This solves aliases usage in XNET and other local loopbacks. - - 2005-06-06 06:37 dimitr - M src/jrd/isc_file.cpp -Fixed aliases usage in WNET. - - 2005-06-05 22:08 asfernandes - M builds/win32/msvc6/intl.dsp -Add bl88591ptbr0.h and pw1252ptbr.h to MSVC6 build - - 2005-06-04 13:39 asfernandes - M src/jrd/exe.cpp -Rollback risky change not necessary - - 2005-06-03 21:14 arnobrinkman - M src/dsql/gen.cpp -Fix unneeded evaluation of last item by COALESCE function, noted by Dmitry - - 2005-06-03 08:40 dimitr - M src/burp/restore.epp -Let's report we're creating an index before we do so, not after. - - 2005-06-03 01:26 asfernandes - M src/jrd/filters.cpp -Misc. - - 2005-06-03 01:25 asfernandes - M src/jrd/Optimizer.cpp -Apply forgotten opt.cpp changes in Optimizer.cpp - - 2005-06-02 08:00 kkuznetsov - M builds/posix/Makefile.in.extern.icu - M configure.in -First step to build icu on others then Linux -Linux should work but must be retested - - 2005-06-01 01:08 asfernandes - M src/intl/cv_jis.cpp - M src/intl/cv_narrow.cpp - M src/intl/ld.cpp - M src/intl/ldcommon.h -Replace "#ifdef 0" by "#ifdef NOT_USED_OR_REPLACED" - - 2005-05-31 16:10 dimitr - M src/remote/interface.cpp -Fixed possible event handler crashes during detach. - - 2005-05-30 15:57 asfernandes - M builds/posix/Makefile.in.intl - M src/intl/charsets.h - D src/intl/ld2.cpp -Removed inconsistences spotted by Claudio - - 2005-05-29 15:27 asfernandes - M builds/posix/Makefile.in.extern.editline - M builds/posix/Makefile.in.firebird - M src/include/gen/ids.h -Make "configure --with-editline" work - - 2005-05-29 14:38 asfernandes - M src/burp/backup.epp - M src/burp/restore.epp -Removed unsense code noticed by Claudio - - 2005-05-27 22:45 asfernandes - M autogen.sh - M builds/install/arch-specific/freebsd/install.sh.in - M builds/install/arch-specific/linux/Makefile.in - M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in - M builds/install/arch-specific/linux/classic/postinstall.sh.in - M builds/install/arch-specific/linux/classic/postuninstall.sh.in - M builds/install/arch-specific/linux/classic/preinstall.sh.in - M builds/install/arch-specific/linux/classic/preuninstall.sh.in - M builds/install/arch-specific/linux/super/makeInstallImage.sh.in - M builds/install/arch-specific/linux/super/tarMainInstall.sh.in - M builds/install/arch-specific/linux/super/tarMainUninstall.sh.in - M builds/install/arch-specific/linux/super/tarinstall.sh.in - M builds/install/arch-specific/linux/super/taruninstall.sh.in - M builds/install/arch-specific/netbsd/install.sh.in - M builds/install/arch-specific/sinixz/prototype.in - M builds/install/arch-specific/solaris/CS/postinstall.in - M builds/install/arch-specific/solaris/CS/postremove.in - M builds/install/arch-specific/solaris/CS/preinstall.in - M builds/install/arch-specific/solaris/Makefile.in - M builds/install/arch-specific/solx86gcc/CS/postinstall.in - M builds/install/arch-specific/solx86gcc/CS/postremove.in - M builds/install/arch-specific/solx86gcc/CS/preinstall.in - M builds/install/arch-specific/solx86gcc/Makefile.in - M builds/install/arch-specific/win32/FirebirdInstall_20.iss - M builds/install/misc/changeGdsLibraryCompatibleLink.sh.in - M builds/install/misc/fb_config.in - A builds/install/misc/fbintl.conf - M builds/posix/Makefile.in.boot.gpre - M builds/posix/Makefile.in.client.fbudf - M builds/posix/Makefile.in.client.gbak - M builds/posix/Makefile.in.client.gdef - M builds/posix/Makefile.in.client.gfix - M builds/posix/Makefile.in.client.gpre - M builds/posix/Makefile.in.client.gsec - M builds/posix/Makefile.in.client.isql - M builds/posix/Makefile.in.client.qli - M builds/posix/Makefile.in.client.util - M builds/posix/Makefile.in.embed.lockmgr - M builds/posix/Makefile.in.examples - A builds/posix/Makefile.in.extern.icu - M builds/posix/Makefile.in.extlib - M builds/posix/Makefile.in.fbserver - M builds/posix/Makefile.in.firebird - M builds/posix/Makefile.in.intl - M builds/posix/Makefile.in.libfbclient - M builds/posix/Makefile.in.libfbcommon - M builds/posix/Makefile.in.libfbembed - M builds/posix/Makefile.in.libfbstatic - M builds/posix/Makefile.in.refDatabases - M builds/posix/Makefile.in.static.gbak - M builds/posix/Makefile.in.static.gpre - M builds/posix/Makefile.in.static.isql - M builds/posix/fbintl.vers - M builds/posix/make.defaults - M builds/posix/make.rules - M builds/posix/make.shared.targets - M builds/posix/make.shared.variables - M builds/posix/prefix.linux_generic - M builds/posix/prefix.linux_sparc32 - M builds/posix/prefix.netbsd - M builds/posix/prefix.solx86 - M builds/posix/prefix.solx86gcc - M builds/win32/make_all.bat - A builds/win32/make_icu.bat - M builds/win32/msvc6/Firebird2.dsw - A builds/win32/msvc6/config.dsp - M builds/win32/msvc6/engine.dsp - M builds/win32/msvc6/engine_classic.dsp - M builds/win32/msvc6/engine_embed.dsp - M builds/win32/msvc6/fb_inet_server.dsp - M builds/win32/msvc6/fbembed.dsp - M builds/win32/msvc6/fbserver.dsp - M builds/win32/msvc7/Firebird2.sln - A builds/win32/msvc7/config.vcproj - M builds/win32/msvc7/engine.vcproj - M builds/win32/msvc7/engine_classic.vcproj - M builds/win32/msvc7/engine_embed.vcproj - M builds/win32/msvc7/fb_inet_server.vcproj - M builds/win32/msvc7/fbembed.vcproj - M builds/win32/msvc7/fbserver.vcproj - M builds/win32/msvc7/intl.vcproj - M builds/win32/prepare.bat - M configure.in - M doc/WhatsNew - M doc/sql.extensions/README.keywords - A doc/sql.extensions/README.length - A doc/sql.extensions/README.trim - A extern - A extern/editline - A extern/editline/CHANGES - A extern/editline/INSTALL - A extern/editline/Makefile.in - A extern/editline/PLATFORMS - A extern/editline/README - A extern/editline/TEST - A extern/editline/TEST/test.c - A extern/editline/chared.c - A extern/editline/chared.h - A extern/editline/common.c - A extern/editline/config.guess - A extern/editline/config.h.in - A extern/editline/config.sub - A extern/editline/configure - A extern/editline/configure.in - A extern/editline/editline.3 - A extern/editline/editrc.5 - A extern/editline/el.c - A extern/editline/el.h - A extern/editline/emacs.c - A extern/editline/hist.c - A extern/editline/hist.h - A extern/editline/histedit.h - A extern/editline/history.c - A extern/editline/install-sh - A extern/editline/key.c - A extern/editline/key.h - A extern/editline/makelist - A extern/editline/map.c - A extern/editline/map.h - A extern/editline/np - A extern/editline/np/fgetln.c - A extern/editline/np/strlcat.c - A extern/editline/np/strlcpy.c - A extern/editline/np/unvis.c - A extern/editline/np/vis.c - A extern/editline/np/vis.h - A extern/editline/parse.c - A extern/editline/parse.h - A extern/editline/prompt.c - A extern/editline/prompt.h - A extern/editline/read.c - A extern/editline/read.h - A extern/editline/readline - A extern/editline/readline/readline.h - A extern/editline/readline.c - A extern/editline/refresh.c - A extern/editline/refresh.h - A extern/editline/search.c - A extern/editline/search.h - A extern/editline/sig.c - A extern/editline/sig.h - A extern/editline/sys.h - A extern/editline/term.c - A extern/editline/term.h - A extern/editline/tokenizer.c - A extern/editline/tokenizer.h - A extern/editline/tty.c - A extern/editline/tty.h - A extern/editline/vi.c - A extern/icu - A extern/icu/as_is - A extern/icu/as_is/os390 - A extern/icu/as_is/os390/unpax-icu.sh - A extern/icu/as_is/os400 - A extern/icu/as_is/os400/configure - A extern/icu/as_is/os400/unpax-icu.sh - A extern/icu/debian - A extern/icu/debian/README.Debian.libicu-dev - A extern/icu/debian/changelog - A extern/icu/debian/control - A extern/icu/debian/copyright - A extern/icu/debian/icu-doc.doc-base - A extern/icu/debian/icu.conffiles.in - A extern/icu/debian/icu.postinst.in - A extern/icu/debian/icu.prerm.in - A extern/icu/debian/libicu.postinst - A extern/icu/debian/libicu.prerm.in - A extern/icu/debian/postinst.in - A extern/icu/debian/prerm.in - A extern/icu/debian/rules - A extern/icu/license.html - A extern/icu/packaging - A extern/icu/packaging/PACKAGES - A extern/icu/packaging/README - A extern/icu/packaging/debian - A extern/icu/packaging/debian/README - A extern/icu/packaging/rpm - A extern/icu/packaging/rpm/icu.spec - A extern/icu/readme.html - A extern/icu/source - A extern/icu/source/Doxyfile.in - A extern/icu/source/Makefile.in - A extern/icu/source/acconfig.h - A extern/icu/source/aclocal.m4 - A extern/icu/source/allinone - A extern/icu/source/allinone/all - A extern/icu/source/allinone/all/all.dsp - A extern/icu/source/allinone/allinone.dsw - A extern/icu/source/allinone/allinone.sln - A extern/icu/source/common - A extern/icu/source/common/Makefile.in - A extern/icu/source/common/brkdict.cpp - A extern/icu/source/common/brkdict.h - A extern/icu/source/common/brkiter.cpp - A extern/icu/source/common/caniter.cpp - A extern/icu/source/common/chariter.cpp - A extern/icu/source/common/charstr.h - A extern/icu/source/common/cmemory.c - A extern/icu/source/common/cmemory.h - A extern/icu/source/common/common.dsp - A extern/icu/source/common/common.rc - A extern/icu/source/common/common.vcproj - A extern/icu/source/common/cpputils.h - A extern/icu/source/common/cstring.c - A extern/icu/source/common/cstring.h - A extern/icu/source/common/cwchar.c - A extern/icu/source/common/cwchar.h - A extern/icu/source/common/dbbi.cpp - A extern/icu/source/common/dbbi_tbl.cpp - A extern/icu/source/common/dbbi_tbl.h - A extern/icu/source/common/filestrm.c - A extern/icu/source/common/filestrm.h - A extern/icu/source/common/hash.h - A extern/icu/source/common/icucfg.h.in - A extern/icu/source/common/iculserv.cpp - A extern/icu/source/common/iculserv.h - A extern/icu/source/common/icunotif.cpp - A extern/icu/source/common/icunotif.h - A extern/icu/source/common/icuserv.cpp - A extern/icu/source/common/icuserv.h - A extern/icu/source/common/locbased.cpp - A extern/icu/source/common/locbased.h - A extern/icu/source/common/locid.cpp - A extern/icu/source/common/locmap.c - A extern/icu/source/common/locmap.h - A extern/icu/source/common/msvcres.h - A extern/icu/source/common/mutex.h - A extern/icu/source/common/normlzr.cpp - A extern/icu/source/common/parsepos.cpp - A extern/icu/source/common/propname.cpp - A extern/icu/source/common/propname.h - A extern/icu/source/common/punycode.c - A extern/icu/source/common/punycode.h - A extern/icu/source/common/putil.c - A extern/icu/source/common/rbbi.cpp - A extern/icu/source/common/rbbicst.pl - A extern/icu/source/common/rbbidata.cpp - A extern/icu/source/common/rbbidata.h - A extern/icu/source/common/rbbinode.cpp - A extern/icu/source/common/rbbinode.h - A extern/icu/source/common/rbbirb.cpp - A extern/icu/source/common/rbbirb.h - A extern/icu/source/common/rbbirpt.h - A extern/icu/source/common/rbbirpt.txt - A extern/icu/source/common/rbbiscan.cpp - A extern/icu/source/common/rbbiscan.h - A extern/icu/source/common/rbbisetb.cpp - A extern/icu/source/common/rbbisetb.h - A extern/icu/source/common/rbbistbl.cpp - A extern/icu/source/common/rbbitblb.cpp - A extern/icu/source/common/rbbitblb.h - A extern/icu/source/common/resbund.cpp - A extern/icu/source/common/ruleiter.cpp - A extern/icu/source/common/ruleiter.h - A extern/icu/source/common/schriter.cpp - A extern/icu/source/common/sprpimpl.h - A extern/icu/source/common/uarrsort.c - A extern/icu/source/common/uarrsort.h - A extern/icu/source/common/uassert.h - A extern/icu/source/common/ubidi.c - A extern/icu/source/common/ubidiimp.h - A extern/icu/source/common/ubidiln.c - A extern/icu/source/common/ubidiwrt.c - A extern/icu/source/common/ubrk.cpp - A extern/icu/source/common/ucat.c - A extern/icu/source/common/uchar.c - A extern/icu/source/common/uchriter.cpp - A extern/icu/source/common/ucln.h - A extern/icu/source/common/ucln_cmn.c - A extern/icu/source/common/ucln_cmn.h - A extern/icu/source/common/ucmndata.c - A extern/icu/source/common/ucmndata.h - A extern/icu/source/common/ucmp8.c - A extern/icu/source/common/ucmp8.h - A extern/icu/source/common/ucnv.c - A extern/icu/source/common/ucnv2022.c - A extern/icu/source/common/ucnv_bld.c - A extern/icu/source/common/ucnv_bld.h - A extern/icu/source/common/ucnv_cb.c - A extern/icu/source/common/ucnv_cnv.c - A extern/icu/source/common/ucnv_cnv.h - A extern/icu/source/common/ucnv_err.c - A extern/icu/source/common/ucnv_ext.c - A extern/icu/source/common/ucnv_ext.h - A extern/icu/source/common/ucnv_imp.h - A extern/icu/source/common/ucnv_io.c - A extern/icu/source/common/ucnv_io.h - A extern/icu/source/common/ucnv_lmb.c - A extern/icu/source/common/ucnv_u16.c - A extern/icu/source/common/ucnv_u32.c - A extern/icu/source/common/ucnv_u7.c - A extern/icu/source/common/ucnv_u8.c - A extern/icu/source/common/ucnvbocu.c - A extern/icu/source/common/ucnvhz.c - A extern/icu/source/common/ucnvisci.c - A extern/icu/source/common/ucnvlat1.c - A extern/icu/source/common/ucnvmbcs.c - A extern/icu/source/common/ucnvmbcs.h - A extern/icu/source/common/ucnvscsu.c - A extern/icu/source/common/ucol_swp.c - A extern/icu/source/common/ucol_swp.h - A extern/icu/source/common/udata.c - A extern/icu/source/common/udatamem.c - A extern/icu/source/common/udatamem.h - A extern/icu/source/common/udataswp.c - A extern/icu/source/common/udataswp.h - A extern/icu/source/common/uenum.c - A extern/icu/source/common/uenumimp.h - A extern/icu/source/common/uhash.c - A extern/icu/source/common/uhash.h - A extern/icu/source/common/uhash_us.cpp - A extern/icu/source/common/uidna.cpp - A extern/icu/source/common/uiter.cpp - A extern/icu/source/common/uloc.c - A extern/icu/source/common/ulocimp.h - A extern/icu/source/common/umapfile.c - A extern/icu/source/common/umapfile.h - A extern/icu/source/common/umemstrm.c - A extern/icu/source/common/umemstrm.h - A extern/icu/source/common/umutex.c - A extern/icu/source/common/umutex.h - A extern/icu/source/common/unames.c - A extern/icu/source/common/unicode - A extern/icu/source/common/unicode/brkiter.h - A extern/icu/source/common/unicode/caniter.h - A extern/icu/source/common/unicode/chariter.h - A extern/icu/source/common/unicode/dbbi.h - A extern/icu/source/common/unicode/docmain.h - A extern/icu/source/common/unicode/locid.h - A extern/icu/source/common/unicode/normlzr.h - A extern/icu/source/common/unicode/parseerr.h - A extern/icu/source/common/unicode/parsepos.h - A extern/icu/source/common/unicode/platform.h.in - A extern/icu/source/common/unicode/pmacos.h - A extern/icu/source/common/unicode/pos400.h - A extern/icu/source/common/unicode/putil.h - A extern/icu/source/common/unicode/pwin32.h - A extern/icu/source/common/unicode/rbbi.h - A extern/icu/source/common/unicode/rep.h - A extern/icu/source/common/unicode/resbund.h - A extern/icu/source/common/unicode/schriter.h - A extern/icu/source/common/unicode/strenum.h - A extern/icu/source/common/unicode/symtable.h - A extern/icu/source/common/unicode/ubidi.h - A extern/icu/source/common/unicode/ubrk.h - A extern/icu/source/common/unicode/ucat.h - A extern/icu/source/common/unicode/uchar.h - A extern/icu/source/common/unicode/uchriter.h - A extern/icu/source/common/unicode/uclean.h - A extern/icu/source/common/unicode/ucnv.h - A extern/icu/source/common/unicode/ucnv_cb.h - A extern/icu/source/common/unicode/ucnv_err.h - A extern/icu/source/common/unicode/uconfig.h - A extern/icu/source/common/unicode/udata.h - A extern/icu/source/common/unicode/udeprctd.h - A extern/icu/source/common/unicode/udraft.h - A extern/icu/source/common/unicode/uenum.h - A extern/icu/source/common/unicode/uidna.h - A extern/icu/source/common/unicode/uiter.h - A extern/icu/source/common/unicode/uloc.h - A extern/icu/source/common/unicode/umachine.h - A extern/icu/source/common/unicode/umisc.h - A extern/icu/source/common/unicode/unifilt.h - A extern/icu/source/common/unicode/unifunct.h - A extern/icu/source/common/unicode/unimatch.h - A extern/icu/source/common/unicode/uniset.h - A extern/icu/source/common/unicode/unistr.h - A extern/icu/source/common/unicode/unorm.h - A extern/icu/source/common/unicode/uobject.h - A extern/icu/source/common/unicode/uobslete.h - A extern/icu/source/common/unicode/urename.h - A extern/icu/source/common/unicode/urep.h - A extern/icu/source/common/unicode/ures.h - A extern/icu/source/common/unicode/uscript.h - A extern/icu/source/common/unicode/uset.h - A extern/icu/source/common/unicode/usetiter.h - A extern/icu/source/common/unicode/ushape.h - A extern/icu/source/common/unicode/usprep.h - A extern/icu/source/common/unicode/ustring.h - A extern/icu/source/common/unicode/utf.h - A extern/icu/source/common/unicode/utf16.h - A extern/icu/source/common/unicode/utf32.h - A extern/icu/source/common/unicode/utf8.h - A extern/icu/source/common/unicode/utf_old.h - A extern/icu/source/common/unicode/utrace.h - A extern/icu/source/common/unicode/utypes.h - A extern/icu/source/common/unicode/uversion.h - A extern/icu/source/common/unifilt.cpp - A extern/icu/source/common/unifunct.cpp - A extern/icu/source/common/uniset.cpp - A extern/icu/source/common/unistr.cpp - A extern/icu/source/common/unorm.cpp - A extern/icu/source/common/unorm_it.c - A extern/icu/source/common/unorm_it.h - A extern/icu/source/common/unormimp.h - A extern/icu/source/common/uobject.cpp - A extern/icu/source/common/uprops.c - A extern/icu/source/common/uprops.h - A extern/icu/source/common/uresbund.c - A extern/icu/source/common/uresdata.c - A extern/icu/source/common/uresdata.h - A extern/icu/source/common/uresimp.h - A extern/icu/source/common/usc_impl.c - A extern/icu/source/common/usc_impl.h - A extern/icu/source/common/uscript.c - A extern/icu/source/common/uset.cpp - A extern/icu/source/common/usetiter.cpp - A extern/icu/source/common/ushape.c - A extern/icu/source/common/usprep.cpp - A extern/icu/source/common/ustack.cpp - A extern/icu/source/common/ustr_imp.h - A extern/icu/source/common/ustrcase.c - A extern/icu/source/common/ustrenum.cpp - A extern/icu/source/common/ustrenum.h - A extern/icu/source/common/ustrfmt.c - A extern/icu/source/common/ustrfmt.h - A extern/icu/source/common/ustring.c - A extern/icu/source/common/ustrtrns.c - A extern/icu/source/common/utf_impl.c - A extern/icu/source/common/util.cpp - A extern/icu/source/common/util.h - A extern/icu/source/common/utrace.c - A extern/icu/source/common/utracimp.h - A extern/icu/source/common/utrie.c - A extern/icu/source/common/utrie.h - A extern/icu/source/common/uvector.cpp - A extern/icu/source/common/uvector.h - A extern/icu/source/common/uvectr32.cpp - A extern/icu/source/common/uvectr32.h - A extern/icu/source/config - A extern/icu/source/config/Makefile.inc.in - A extern/icu/source/config/icu-config-bottom - A extern/icu/source/config/icu-config-top - A extern/icu/source/config/icu-config.1.in - A extern/icu/source/config/make2sh.sed - A extern/icu/source/config/mh-aix - A extern/icu/source/config/mh-aix-gcc - A extern/icu/source/config/mh-aix-va - A extern/icu/source/config/mh-alpha-linux-cc - A extern/icu/source/config/mh-alpha-linux-gcc - A extern/icu/source/config/mh-alpha-osf - A extern/icu/source/config/mh-beos - A extern/icu/source/config/mh-bsd-gcc - A extern/icu/source/config/mh-cygwin - A extern/icu/source/config/mh-cygwin-msvc - A extern/icu/source/config/mh-darwin - A extern/icu/source/config/mh-hpux-acc - A extern/icu/source/config/mh-hpux-cc - A extern/icu/source/config/mh-hpux-gcc - A extern/icu/source/config/mh-irix - A extern/icu/source/config/mh-linux - A extern/icu/source/config/mh-mpras - A extern/icu/source/config/mh-os390 - A extern/icu/source/config/mh-os400 - A extern/icu/source/config/mh-ptx - A extern/icu/source/config/mh-qnx - A extern/icu/source/config/mh-solaris - A extern/icu/source/config/mh-solaris-gcc - A extern/icu/source/config/mh-unknown - A extern/icu/source/config/test-icu-config.sh - A extern/icu/source/config.guess - A extern/icu/source/config.sub - A extern/icu/source/configure - A extern/icu/source/configure.in - A extern/icu/source/data - A extern/icu/source/data/Makefile.in - A extern/icu/source/data/brkitr - A extern/icu/source/data/brkitr/char.txt - A extern/icu/source/data/brkitr/line.txt - A extern/icu/source/data/brkitr/line_th.txt - A extern/icu/source/data/brkitr/sent.txt - A extern/icu/source/data/brkitr/thaidict.brk - A extern/icu/source/data/brkitr/title.txt - A extern/icu/source/data/brkitr/word.txt - A extern/icu/source/data/brkitr/word_th.txt - A extern/icu/source/data/coll - A extern/icu/source/data/coll/ar.txt - A extern/icu/source/data/coll/be.txt - A extern/icu/source/data/coll/bg.txt - A extern/icu/source/data/coll/ca.txt - A extern/icu/source/data/coll/colfiles.mk - A extern/icu/source/data/coll/cs.txt - A extern/icu/source/data/coll/da.txt - A extern/icu/source/data/coll/de.txt - A extern/icu/source/data/coll/de__PHONEBOOK.txt - A extern/icu/source/data/coll/el.txt - A extern/icu/source/data/coll/en.txt - A extern/icu/source/data/coll/en_BE.txt - A extern/icu/source/data/coll/eo.txt - A extern/icu/source/data/coll/es.txt - A extern/icu/source/data/coll/es__TRADITIONAL.txt - A extern/icu/source/data/coll/et.txt - A extern/icu/source/data/coll/fa.txt - A extern/icu/source/data/coll/fa_AF.txt - A extern/icu/source/data/coll/fi.txt - A extern/icu/source/data/coll/fo.txt - A extern/icu/source/data/coll/fr.txt - A extern/icu/source/data/coll/gu.txt - A extern/icu/source/data/coll/he.txt - A extern/icu/source/data/coll/hi.txt - A extern/icu/source/data/coll/hi__DIRECT.txt - A extern/icu/source/data/coll/hr.txt - A extern/icu/source/data/coll/hu.txt - A extern/icu/source/data/coll/is.txt - A extern/icu/source/data/coll/it.txt - A extern/icu/source/data/coll/ja.txt - A extern/icu/source/data/coll/kk.txt - A extern/icu/source/data/coll/kl.txt - A extern/icu/source/data/coll/kn.txt - A extern/icu/source/data/coll/ko.txt - A extern/icu/source/data/coll/lt.txt - A extern/icu/source/data/coll/lv.txt - A extern/icu/source/data/coll/mk.txt - A extern/icu/source/data/coll/mr.txt - A extern/icu/source/data/coll/mt.txt - A extern/icu/source/data/coll/nb.txt - A extern/icu/source/data/coll/nn.txt - A extern/icu/source/data/coll/om.txt - A extern/icu/source/data/coll/pa.txt - A extern/icu/source/data/coll/pl.txt - A extern/icu/source/data/coll/ps.txt - A extern/icu/source/data/coll/ro.txt - A extern/icu/source/data/coll/root.txt - A extern/icu/source/data/coll/ru.txt - A extern/icu/source/data/coll/sh.txt - A extern/icu/source/data/coll/sk.txt - A extern/icu/source/data/coll/sl.txt - A extern/icu/source/data/coll/sq.txt - A extern/icu/source/data/coll/sr.txt - A extern/icu/source/data/coll/sv.txt - A extern/icu/source/data/coll/ta.txt - A extern/icu/source/data/coll/te.txt - A extern/icu/source/data/coll/th.txt - A extern/icu/source/data/coll/tr.txt - A extern/icu/source/data/coll/uk.txt - A extern/icu/source/data/coll/vi.txt - A extern/icu/source/data/coll/zh.txt - A extern/icu/source/data/coll/zh_HK.txt - A extern/icu/source/data/coll/zh_Hant.txt - A extern/icu/source/data/coll/zh_MO.txt - A extern/icu/source/data/coll/zh_TW.txt - A extern/icu/source/data/coll/zh_TW_STROKE.txt - A extern/icu/source/data/coll/zh__PINYIN.txt - A extern/icu/source/data/icupkg.inc.in - A extern/icu/source/data/locales - A extern/icu/source/data/locales/af.txt - A extern/icu/source/data/locales/af_ZA.txt - A extern/icu/source/data/locales/am.txt - A extern/icu/source/data/locales/am_ET.txt - A extern/icu/source/data/locales/ar.txt - A extern/icu/source/data/locales/ar_AE.txt - A extern/icu/source/data/locales/ar_BH.txt - A extern/icu/source/data/locales/ar_DZ.txt - A extern/icu/source/data/locales/ar_EG.txt - A extern/icu/source/data/locales/ar_IN.txt - A extern/icu/source/data/locales/ar_IQ.txt - A extern/icu/source/data/locales/ar_JO.txt - A extern/icu/source/data/locales/ar_KW.txt - A extern/icu/source/data/locales/ar_LB.txt - A extern/icu/source/data/locales/ar_LY.txt - A extern/icu/source/data/locales/ar_MA.txt - A extern/icu/source/data/locales/ar_OM.txt - A extern/icu/source/data/locales/ar_QA.txt - A extern/icu/source/data/locales/ar_SA.txt - A extern/icu/source/data/locales/ar_SD.txt - A extern/icu/source/data/locales/ar_SY.txt - A extern/icu/source/data/locales/ar_TN.txt - A extern/icu/source/data/locales/ar_YE.txt - A extern/icu/source/data/locales/be.txt - A extern/icu/source/data/locales/be_BY.txt - A extern/icu/source/data/locales/bg.txt - A extern/icu/source/data/locales/bg_BG.txt - A extern/icu/source/data/locales/bn.txt - A extern/icu/source/data/locales/bn_IN.txt - A extern/icu/source/data/locales/ca.txt - A extern/icu/source/data/locales/ca_ES.txt - A extern/icu/source/data/locales/cs.txt - A extern/icu/source/data/locales/cs_CZ.txt - A extern/icu/source/data/locales/da.txt - A extern/icu/source/data/locales/da_DK.txt - A extern/icu/source/data/locales/de.txt - A extern/icu/source/data/locales/de_AT.txt - A extern/icu/source/data/locales/de_BE.txt - A extern/icu/source/data/locales/de_CH.txt - A extern/icu/source/data/locales/de_DE.txt - A extern/icu/source/data/locales/de_LU.txt - A extern/icu/source/data/locales/el.txt - A extern/icu/source/data/locales/el_GR.txt - A extern/icu/source/data/locales/en.txt - A extern/icu/source/data/locales/en_AU.txt - A extern/icu/source/data/locales/en_BE.txt - A extern/icu/source/data/locales/en_BW.txt - A extern/icu/source/data/locales/en_CA.txt - A extern/icu/source/data/locales/en_GB.txt - A extern/icu/source/data/locales/en_HK.txt - A extern/icu/source/data/locales/en_IE.txt - A extern/icu/source/data/locales/en_IN.txt - A extern/icu/source/data/locales/en_MT.txt - A extern/icu/source/data/locales/en_NZ.txt - A extern/icu/source/data/locales/en_PH.txt - A extern/icu/source/data/locales/en_SG.txt - A extern/icu/source/data/locales/en_US.txt - A extern/icu/source/data/locales/en_US_POSIX.txt - A extern/icu/source/data/locales/en_VI.txt - A extern/icu/source/data/locales/en_ZA.txt - A extern/icu/source/data/locales/en_ZW.txt - A extern/icu/source/data/locales/eo.txt - A extern/icu/source/data/locales/es.txt - A extern/icu/source/data/locales/es_AR.txt - A extern/icu/source/data/locales/es_BO.txt - A extern/icu/source/data/locales/es_CL.txt - A extern/icu/source/data/locales/es_CO.txt - A extern/icu/source/data/locales/es_CR.txt - A extern/icu/source/data/locales/es_DO.txt - A extern/icu/source/data/locales/es_EC.txt - A extern/icu/source/data/locales/es_ES.txt - A extern/icu/source/data/locales/es_GT.txt - A extern/icu/source/data/locales/es_HN.txt - A extern/icu/source/data/locales/es_MX.txt - A extern/icu/source/data/locales/es_NI.txt - A extern/icu/source/data/locales/es_PA.txt - A extern/icu/source/data/locales/es_PE.txt - A extern/icu/source/data/locales/es_PR.txt - A extern/icu/source/data/locales/es_PY.txt - A extern/icu/source/data/locales/es_SV.txt - A extern/icu/source/data/locales/es_US.txt - A extern/icu/source/data/locales/es_UY.txt - A extern/icu/source/data/locales/es_VE.txt - A extern/icu/source/data/locales/et.txt - A extern/icu/source/data/locales/et_EE.txt - A extern/icu/source/data/locales/eu.txt - A extern/icu/source/data/locales/eu_ES.txt - A extern/icu/source/data/locales/fa.txt - A extern/icu/source/data/locales/fa_AF.txt - A extern/icu/source/data/locales/fa_IR.txt - A extern/icu/source/data/locales/fi.txt - A extern/icu/source/data/locales/fi_FI.txt - A extern/icu/source/data/locales/fo.txt - A extern/icu/source/data/locales/fo_FO.txt - A extern/icu/source/data/locales/fr.txt - A extern/icu/source/data/locales/fr_BE.txt - A extern/icu/source/data/locales/fr_CA.txt - A extern/icu/source/data/locales/fr_CH.txt - A extern/icu/source/data/locales/fr_FR.txt - A extern/icu/source/data/locales/fr_LU.txt - A extern/icu/source/data/locales/ga.txt - A extern/icu/source/data/locales/ga_IE.txt - A extern/icu/source/data/locales/gl.txt - A extern/icu/source/data/locales/gl_ES.txt - A extern/icu/source/data/locales/gu.txt - A extern/icu/source/data/locales/gu_IN.txt - A extern/icu/source/data/locales/gv.txt - A extern/icu/source/data/locales/gv_GB.txt - A extern/icu/source/data/locales/he.txt - A extern/icu/source/data/locales/he_IL.txt - A extern/icu/source/data/locales/hi.txt - A extern/icu/source/data/locales/hi_IN.txt - A extern/icu/source/data/locales/hr.txt - A extern/icu/source/data/locales/hr_HR.txt - A extern/icu/source/data/locales/hu.txt - A extern/icu/source/data/locales/hu_HU.txt - A extern/icu/source/data/locales/hy.txt - A extern/icu/source/data/locales/hy_AM.txt - A extern/icu/source/data/locales/hy_AM_REVISED.txt - A extern/icu/source/data/locales/id.txt - A extern/icu/source/data/locales/id_ID.txt - A extern/icu/source/data/locales/is.txt - A extern/icu/source/data/locales/is_IS.txt - A extern/icu/source/data/locales/it.txt - A extern/icu/source/data/locales/it_CH.txt - A extern/icu/source/data/locales/it_IT.txt - A extern/icu/source/data/locales/iw.txt - A extern/icu/source/data/locales/iw_IL.txt - A extern/icu/source/data/locales/ja.txt - A extern/icu/source/data/locales/ja_JP.txt - A extern/icu/source/data/locales/ja_JP_TRADITIONAL.txt - A extern/icu/source/data/locales/kk.txt - A extern/icu/source/data/locales/kk_KZ.txt - A extern/icu/source/data/locales/kl.txt - A extern/icu/source/data/locales/kl_GL.txt - A extern/icu/source/data/locales/kn.txt - A extern/icu/source/data/locales/kn_IN.txt - A extern/icu/source/data/locales/ko.txt - A extern/icu/source/data/locales/ko_KR.txt - A extern/icu/source/data/locales/kok.txt - A extern/icu/source/data/locales/kok_IN.txt - A extern/icu/source/data/locales/kw.txt - A extern/icu/source/data/locales/kw_GB.txt - A extern/icu/source/data/locales/lt.txt - A extern/icu/source/data/locales/lt_LT.txt - A extern/icu/source/data/locales/lv.txt - A extern/icu/source/data/locales/lv_LV.txt - A extern/icu/source/data/locales/mk.txt - A extern/icu/source/data/locales/mk_MK.txt - A extern/icu/source/data/locales/mr.txt - A extern/icu/source/data/locales/mr_IN.txt - A extern/icu/source/data/locales/ms.txt - A extern/icu/source/data/locales/ms_BN.txt - A extern/icu/source/data/locales/ms_MY.txt - A extern/icu/source/data/locales/mt.txt - A extern/icu/source/data/locales/mt_MT.txt - A extern/icu/source/data/locales/nb.txt - A extern/icu/source/data/locales/nb_NO.txt - A extern/icu/source/data/locales/nl.txt - A extern/icu/source/data/locales/nl_BE.txt - A extern/icu/source/data/locales/nl_NL.txt - A extern/icu/source/data/locales/nn.txt - A extern/icu/source/data/locales/nn_NO.txt - A extern/icu/source/data/locales/no.txt - A extern/icu/source/data/locales/no_NO.txt - A extern/icu/source/data/locales/no_NO_NY.txt - A extern/icu/source/data/locales/om.txt - A extern/icu/source/data/locales/om_ET.txt - A extern/icu/source/data/locales/om_KE.txt - A extern/icu/source/data/locales/pa.txt - A extern/icu/source/data/locales/pa_IN.txt - A extern/icu/source/data/locales/pl.txt - A extern/icu/source/data/locales/pl_PL.txt - A extern/icu/source/data/locales/ps.txt - A extern/icu/source/data/locales/ps_AF.txt - A extern/icu/source/data/locales/pt.txt - A extern/icu/source/data/locales/pt_BR.txt - A extern/icu/source/data/locales/pt_PT.txt - A extern/icu/source/data/locales/resfiles.mk - A extern/icu/source/data/locales/ro.txt - A extern/icu/source/data/locales/ro_RO.txt - A extern/icu/source/data/locales/root.txt - A extern/icu/source/data/locales/ru.txt - A extern/icu/source/data/locales/ru_RU.txt - A extern/icu/source/data/locales/ru_UA.txt - A extern/icu/source/data/locales/sh.txt - A extern/icu/source/data/locales/sh_YU.txt - A extern/icu/source/data/locales/sk.txt - A extern/icu/source/data/locales/sk_SK.txt - A extern/icu/source/data/locales/sl.txt - A extern/icu/source/data/locales/sl_SI.txt - A extern/icu/source/data/locales/so.txt - A extern/icu/source/data/locales/so_DJ.txt - A extern/icu/source/data/locales/so_ET.txt - A extern/icu/source/data/locales/so_KE.txt - A extern/icu/source/data/locales/so_SO.txt - A extern/icu/source/data/locales/sq.txt - A extern/icu/source/data/locales/sq_AL.txt - A extern/icu/source/data/locales/sr.txt - A extern/icu/source/data/locales/sr_YU.txt - A extern/icu/source/data/locales/sv.txt - A extern/icu/source/data/locales/sv_FI.txt - A extern/icu/source/data/locales/sv_SE.txt - A extern/icu/source/data/locales/sw.txt - A extern/icu/source/data/locales/sw_KE.txt - A extern/icu/source/data/locales/sw_TZ.txt - A extern/icu/source/data/locales/ta.txt - A extern/icu/source/data/locales/ta_IN.txt - A extern/icu/source/data/locales/te.txt - A extern/icu/source/data/locales/te_IN.txt - A extern/icu/source/data/locales/th.txt - A extern/icu/source/data/locales/th_TH.txt - A extern/icu/source/data/locales/th_TH_TRADITIONAL.txt - A extern/icu/source/data/locales/ti.txt - A extern/icu/source/data/locales/ti_ER.txt - A extern/icu/source/data/locales/ti_ET.txt - A extern/icu/source/data/locales/tr.txt - A extern/icu/source/data/locales/tr_TR.txt - A extern/icu/source/data/locales/uk.txt - A extern/icu/source/data/locales/uk_UA.txt - A extern/icu/source/data/locales/vi.txt - A extern/icu/source/data/locales/vi_VN.txt - A extern/icu/source/data/locales/zh.txt - A extern/icu/source/data/locales/zh_CN.txt - A extern/icu/source/data/locales/zh_HK.txt - A extern/icu/source/data/locales/zh_Hans.txt - A extern/icu/source/data/locales/zh_Hans_CN.txt - A extern/icu/source/data/locales/zh_Hans_SG.txt - A extern/icu/source/data/locales/zh_Hant.txt - A extern/icu/source/data/locales/zh_Hant_HK.txt - A extern/icu/source/data/locales/zh_Hant_MO.txt - A extern/icu/source/data/locales/zh_MO.txt - A extern/icu/source/data/locales/zh_SG.txt - A extern/icu/source/data/locales/zh_TW.txt - A extern/icu/source/data/makedata.dsp - A extern/icu/source/data/makedata.mak - A extern/icu/source/data/makedata.vcproj - A extern/icu/source/data/mappings - A extern/icu/source/data/mappings/cns-11643-1992.ucm - A extern/icu/source/data/mappings/convrtrs.txt - A extern/icu/source/data/mappings/ebcdic-xml-us.ucm - A extern/icu/source/data/mappings/gb18030.ucm - A extern/icu/source/data/mappings/ibm-1006_P100-1995.ucm - A extern/icu/source/data/mappings/ibm-1025_P100-1995.ucm - A extern/icu/source/data/mappings/ibm-1026_P100-1995.ucm - A extern/icu/source/data/mappings/ibm-1047_P100-1995.ucm - A extern/icu/source/data/mappings/ibm-1051_P100-1995.ucm - A extern/icu/source/data/mappings/ibm-1089_P100-1995.ucm - A extern/icu/source/data/mappings/ibm-1097_P100-1995.ucm - A extern/icu/source/data/mappings/ibm-1098_P100-1995.ucm - A extern/icu/source/data/mappings/ibm-1112_P100-1995.ucm - A extern/icu/source/data/mappings/ibm-1122_P100-1999.ucm - A extern/icu/source/data/mappings/ibm-1123_P100-1995.ucm - A extern/icu/source/data/mappings/ibm-1124_P100-1996.ucm - A extern/icu/source/data/mappings/ibm-1125_P100-1997.ucm - A extern/icu/source/data/mappings/ibm-1129_P100-1997.ucm - A extern/icu/source/data/mappings/ibm-1130_P100-1997.ucm - A extern/icu/source/data/mappings/ibm-1131_P100-1997.ucm - A extern/icu/source/data/mappings/ibm-1132_P100-1998.ucm - A extern/icu/source/data/mappings/ibm-1133_P100-1997.ucm - A extern/icu/source/data/mappings/ibm-1137_P100-1999.ucm - A extern/icu/source/data/mappings/ibm-1140_P100-1997.ucm - A extern/icu/source/data/mappings/ibm-1141_P100-1997.ucm - A extern/icu/source/data/mappings/ibm-1142_P100-1997.ucm - A extern/icu/source/data/mappings/ibm-1143_P100-1997.ucm - A extern/icu/source/data/mappings/ibm-1144_P100-1997.ucm - A extern/icu/source/data/mappings/ibm-1145_P100-1997.ucm - A extern/icu/source/data/mappings/ibm-1146_P100-1997.ucm - A extern/icu/source/data/mappings/ibm-1147_P100-1997.ucm - A extern/icu/source/data/mappings/ibm-1148_P100-1997.ucm - A extern/icu/source/data/mappings/ibm-1149_P100-1997.ucm - A extern/icu/source/data/mappings/ibm-1153_P100-1999.ucm - A extern/icu/source/data/mappings/ibm-1154_P100-1999.ucm - A extern/icu/source/data/mappings/ibm-1155_P100-1999.ucm - A extern/icu/source/data/mappings/ibm-1156_P100-1999.ucm - A extern/icu/source/data/mappings/ibm-1157_P100-1999.ucm - A extern/icu/source/data/mappings/ibm-1158_P100-1999.ucm - A extern/icu/source/data/mappings/ibm-1160_P100-1999.ucm - A extern/icu/source/data/mappings/ibm-1162_P100-1999.ucm - A extern/icu/source/data/mappings/ibm-1164_P100-1999.ucm - A extern/icu/source/data/mappings/ibm-1250_P100-1995.ucm - A extern/icu/source/data/mappings/ibm-1251_P100-1995.ucm - A extern/icu/source/data/mappings/ibm-1252_P100-2000.ucm - A extern/icu/source/data/mappings/ibm-1253_P100-1995.ucm - A extern/icu/source/data/mappings/ibm-1254_P100-1995.ucm - A extern/icu/source/data/mappings/ibm-1255_P100-1995.ucm - A extern/icu/source/data/mappings/ibm-1256_P110-1997.ucm - A extern/icu/source/data/mappings/ibm-1257_P100-1995.ucm - A extern/icu/source/data/mappings/ibm-1258_P100-1997.ucm - A extern/icu/source/data/mappings/ibm-12712_P100-1998.ucm - A extern/icu/source/data/mappings/ibm-1276_P100-1995.ucm - A extern/icu/source/data/mappings/ibm-1277_P100-1995.ucm - A extern/icu/source/data/mappings/ibm-1363_P110-1997.ucm - A extern/icu/source/data/mappings/ibm-1363_P11B-1998.ucm - A extern/icu/source/data/mappings/ibm-1364_P110-1997.ucm - A extern/icu/source/data/mappings/ibm-1371_P100-1999.ucm - A extern/icu/source/data/mappings/ibm-1373_P100-2002.ucm - A extern/icu/source/data/mappings/ibm-1375_P100-2003.ucm - A extern/icu/source/data/mappings/ibm-1381_P110-1999.ucm - A extern/icu/source/data/mappings/ibm-1383_P110-1999.ucm - A extern/icu/source/data/mappings/ibm-1386_P100-2002.ucm - A extern/icu/source/data/mappings/ibm-1388_P103-2001.ucm - A extern/icu/source/data/map... [truncated message content] |
From: <fir...@us...> - 2010-11-29 04:41:48
|
Revision: 51997 http://firebird.svn.sourceforge.net/firebird/?rev=51997&view=rev Author: firebirds Date: 2010-11-29 04:41:39 +0000 (Mon, 29 Nov 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2010-11-29 04:01:21 UTC (rev 51996) +++ firebird/branches/B2_5_Release/ChangeLog 2010-11-29 04:41:39 UTC (rev 51997) @@ -1,3 +1,7 @@ + 2010-11-28 19:51 dimitr + M src/jrd/pag.cpp +Backport. + 2010-11-26 16:56 alexpeshkoff M src/burp/backup.epp M src/burp/burp.cpp @@ -48335,6 +48339,50322 @@ M extern/icu/source/common/unicode/umachine.h We can't check for U_MINGW becaise it is defined in platform.h. Let's rollback a bit - 2005-06-27 18:38 dimitr + 2005-06-27 18:36 dimitr + M src/utilities/gstat/dba.epp +Fixed ODS decoding in GSTAT. + + 2005-06-27 13:54 paul_reeves + M builds/win32/make_all.bat + M builds/win32/make_icu.bat + M extern/icu/source/common/unicode/umachine.h +Minor tweaks to Win32 build system to integrate the icu code into the build. + + 2005-06-27 12:46 alexpeshkoff + M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in + M builds/install/arch-specific/linux/super/makeInstallImage.sh.in +make it compatible with solaris build + + 2005-06-27 12:43 alexpeshkoff + M builds/posix/Makefile.in.extern.icu +make icu build on both linux and solaris + + 2005-06-27 12:26 alexpeshkoff + M src/jrd/os/posix/unix.cpp +fixed posix build after ODS parser changes + + 2005-06-27 10:24 aafemt + M src/jrd/why.cpp +Cleanup + + 2005-06-27 10:22 aafemt + M extern/icu/source/tools/pkgdata/pkgtypes.h +Case + + 2005-06-27 10:20 aafemt + M builds/posix/prefix.mingw +Let's produce not so big files + + 2005-06-26 21:48 hvlad + M src/jrd/cmp.cpp + M src/jrd/dfw.epp + M src/jrd/jrd.h + M src/jrd/lck.cpp + M src/jrd/lck.h + M src/jrd/met.epp + M src/jrd/vio.cpp +1. Allow to create FK constraints without exclusive database locking +2. Fix 'partner index not found' error when one process dropped FK and another trying to delete master record +3. misc changes in vio.cpp + + 2005-06-26 16:11 dimitr + M src/include/gen/msgs.h + M src/jrd/dmp.cpp + M src/jrd/ods.h + M src/jrd/pag.cpp + M src/msgs/messages.sql + M src/utilities/gstat/dba.epp + M src/utilities/gstat/ppg.cpp +Changed the ODS encoding, messaging and protection rules. + + 2005-06-26 02:09 asfernandes + M src/jrd/evl.cpp +Better handling in substring of large blobs + + 2005-06-25 09:34 dimitr + M src/jrd/jrd.cpp +Expanded the routine comment. + + 2005-06-24 15:38 asfernandes + M src/jrd/evl.cpp +Comment + + 2005-06-24 15:06 dimitr + M src/dsql/metd.epp +Fixed SF #1012152. + + 2005-06-24 12:56 dimitr + M src/jrd/cmp.cpp + M src/jrd/evl.cpp + M src/jrd/exe.cpp + M src/jrd/req.h + M src/jrd/rse.cpp +Fixed reported issues with ROW_COUNT. + + 2005-06-24 11:14 dimitr + M src/jrd/jrd.cpp + M src/jrd/jrd_proto.h + M src/jrd/os/win32/ibinitdll.cpp + M src/jrd/svc.cpp + M src/remote/inet_server.cpp + M src/remote/os/win32/cntl.cpp + M src/remote/os/win32/srvr_w32.cpp + M src/remote/os/win32/window.cpp +Slightly changed (mostly cleaned up and fixed) the SS shutdown mechanics. + + 2005-06-23 15:12 asfernandes + M src/isql/isql.epp +Make SQLDA_DISPLAY display input SQLDA parameters of INSERTs, UPDATEs and DELETEs + + 2005-06-23 10:10 kkuznetsov + M extern/icu/source/runConfigureICU +Fix configure error on Solaris x86 + + 2005-06-23 05:25 aafemt + M src/config/AdminException.cpp + M src/config/AdminException.h +Cleanup + + 2005-06-22 23:00 asfernandes + A builds/win32/make_boot2.bat + A builds/win32/preprocess2.bat + A builds/win32/setenvvar2.bat +Use fbembed in boot-build + + 2005-06-22 22:47 asfernandes + M builds/win32/make_icu.bat +Misc. + + 2005-06-22 22:46 asfernandes + M builds/win32/msvc7/Firebird2.sln + M builds/win32/msvc7/Firebird2Boot.sln + M builds/win32/msvc7/alice.vcproj + M builds/win32/msvc7/burp.vcproj + M builds/win32/msvc7/common.vcproj + M builds/win32/msvc7/dsql_server.vcproj + M builds/win32/msvc7/engine_embed.vcproj + M builds/win32/msvc7/fbembed.vcproj + A builds/win32/msvc7/gbak_embed.vcproj + A builds/win32/msvc7/gpre_embed.vcproj + A builds/win32/msvc7/isql_embed.vcproj + M builds/win32/msvc7/lock.vcproj + A builds/win32/msvc7/utilities_embed.vcproj +MSVC7 projects for boot-build with fbembed + + 2005-06-22 22:26 asfernandes + M src/jrd/svc.cpp +Fbembed don't use security + + 2005-06-22 22:23 asfernandes + M src/gpre/gpre_meta_boot.cpp +Make gpre_boot work without -lang_internal switch + + 2005-06-22 13:48 kkuznetsov + M configure.in + M extern/icu/source/runConfigureICU +More plays with icu on Solaris x86 + + 2005-06-22 09:21 alexpeshkoff + M builds/posix/Makefile.in.examples +Fixed problem, noticed by Dimitry Sibiryakov + + 2005-06-22 05:13 aafemt + M src/config/ConfObject.cpp + M src/jrd/Optimizer.cpp + M src/jrd/intl.cpp + M src/jrd/opt.cpp + M src/jrd/unicode_util.cpp +Warnings + + 2005-06-21 10:26 aafemt + M src/config/AdminException.h + M src/config/Args.h + M src/config/ArgsException.h + M src/config/Element.h + M src/config/InputFile.h + M src/config/InputStream.h + M src/config/Lex.h + M src/config/ScanDir.h + M src/config/Stream.h + M src/config/StreamSegment.h + M src/vulcan/JString.cpp + M src/vulcan/JString.h + M src/vulcan/PathName.h + M src/vulcan/RefObject.h +Warnings + + 2005-06-21 09:16 alexpeshkoff + M builds/install/arch-specific/linux/super/makeInstallImage.sh.in + M builds/posix/Makefile.in.extern.icu +a bit better handling of intl stuff + + 2005-06-21 09:03 alexpeshkoff + M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in +a bit better handling of intl stuff while packaging + + 2005-06-21 01:44 asfernandes + M src/jrd/opt.cpp + M src/jrd/unicode_util.h +Misc. + + 2005-06-20 08:53 hvlad + M src/jrd/cmp.cpp +Fixed unregistered bug : +AV when PLAN for VIEW is specified but no table alias was given +CREATE VIEW V1 AS +SELECT D.RDB$RELATION_ID, C.RDB$CHARACTER_SET_ID + FROM RDB$DATABASE D JOIN RDB$CHARACTER_SETS C + ON D.RDB$CHARACTER_SET_NAME = C.RDB$CHARACTER_SET_NAME +SELECT * FROM V1 +PLAN (V1 NATURAL) + + 2005-06-20 05:40 aafemt + M src/jrd/intl_classes.h +Fix warning + + 2005-06-17 10:42 aafemt + M src/config/ScanDir.cpp +Overloaded operators is evil + + 2005-06-17 01:33 asfernandes + M src/dsql/make.cpp +Simplification + + 2005-06-16 12:09 aafemt + M builds/posix/prefix.mingw +Fix over-export + + 2005-06-16 12:08 aafemt + M src/jrd/why.cpp +Plain C for public API routine + + 2005-06-16 05:13 robocop + M src/isql/isql.epp + M src/jrd/utl.cpp +Fix blob dumping routines in jrd and report errors in isql. + + 2005-06-16 05:11 aafemt + D clean.sh + M doc/README.build.mingw.html +Revert to common cleaning procedure + + 2005-06-16 05:11 robocop + M src/dsql/ddl.cpp + M src/dsql/dsql.cpp + M src/dsql/dsql.tab.h + M src/dsql/gen.cpp + M src/dsql/parse.cpp + M src/dsql/parse.y + M src/dsql/pass1.cpp +Try to indicate position of incomplete commands. +Some casts because statuses are fixed 32 quantities, not natural int types. + + 2005-06-16 05:05 robocop + M src/jrd/status.cpp + M src/jrd/status.h +Const correctness. + + 2005-06-16 05:05 robocop + M src/jrd/intl.cpp +Copy/paste problem with two SET_TDBB. + + 2005-06-16 05:02 robocop + M src/dsql/metd.epp + M src/jrd/dfw.epp + M src/msgs/messages.sql +Misc. + + 2005-06-15 15:19 alexpeshkoff + M builds/install/arch-specific/linux/super/makeInstallImage.sh.in +fixed INTL issues in SS package build + + 2005-06-15 15:18 alexpeshkoff + M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in +fixed INTL issues in package build + + 2005-06-15 15:03 alexpeshkoff + M builds/posix/Makefile.in.embed.util +fixed gsec CS posix build + + 2005-06-15 09:11 dimitr + M src/jrd/shut.cpp +Fixed some shutdown issues: +- redundant attempts to get an exclusive database lock +- wrong timeout counting +- database lock is not released after bringing database online in the exclusive mode +- removed a 5 sec timeout when bringing database online in the shared mode + + 2005-06-15 05:31 aafemt + M configure.in + M extern/icu/source/aclocal.m4 + M extern/icu/source/common/putil.c + M extern/icu/source/common/unicode/brkiter.h + M extern/icu/source/common/unicode/platform.h.in + M extern/icu/source/common/unicode/putil.h + M extern/icu/source/common/unicode/umachine.h + M extern/icu/source/common/unicode/uniset.h + M extern/icu/source/common/unicode/utypes.h + A extern/icu/source/config/mh-mingw + M extern/icu/source/configure + M extern/icu/source/configure.in + M extern/icu/source/data/Makefile.in + M extern/icu/source/runConfigureICU + M extern/icu/source/tools/pkgdata/dllmode.c + M extern/icu/source/tools/pkgdata/make.c + M extern/icu/source/tools/pkgdata/makefile.h + M extern/icu/source/tools/pkgdata/pkgdata.c + M extern/icu/source/tools/pkgdata/pkgtypes.h + M extern/icu/source/tools/pkgdata/sttcmode.c + M extern/icu/source/tools/pkgdata/winmode.c +MinGW port of ICU + + 2005-06-14 05:44 dimitr + M src/jrd/inf.cpp +Code simplification. + + 2005-06-14 03:16 asfernandes + M lang_helpers/gds_codes.ftn + M lang_helpers/gds_codes.pas + M src/dsql/ddl.cpp + M src/dsql/metd.epp + M src/dsql/metd_proto.h + M src/dsql/pass1.cpp + M src/include/gen/codetext.h + M src/include/gen/iberror.h + M src/include/gen/msgs.h + M src/include/gen/rdb_codes.h + M src/include/gen/sql_code.h + M src/jrd/Optimizer.cpp + M src/jrd/cvt.cpp + M src/jrd/cvt2.cpp + M src/jrd/dfw.epp + M src/jrd/evl.cpp + M src/jrd/exe.cpp + M src/jrd/idx.cpp + M src/jrd/inf.cpp + M src/jrd/intl.cpp + M src/jrd/intl_proto.h + M src/jrd/jrd.cpp + M src/jrd/opt.cpp + M src/msgs/facilities.sql + M src/msgs/history.sql + M src/msgs/messages.sql + M src/msgs/system_errors.sql +1) Fixed SF #1016040 Missing external libraries causes engine exception +2) Use better error messages + + 2005-06-13 12:45 dimitr + M src/dsql/dsql.tab.h + M src/dsql/gen.cpp + M src/dsql/keywords.cpp + M src/dsql/node.h + M src/dsql/parse.cpp + M src/dsql/parse.y + M src/dsql/pass1.cpp +RETURNING implementation. + + 2005-06-13 03:55 asfernandes + M src/jrd/evl.cpp +Removed wrong "deletes" noticed by Claudio + + 2005-06-13 03:48 robocop + M src/jrd/evl.cpp +Misc. + + 2005-06-13 02:12 asfernandes + M src/dsql/gen.cpp + M src/dsql/make.cpp + M src/dsql/pass1.cpp + M src/jrd/inf.cpp +Removed some compiler messages + + 2005-06-12 23:47 robocop + M src/isql/isql.epp +If an error happens when we are trying to retrieve the first record, we need to print a newline or the error msg will appear padding the column headers. + + 2005-06-12 23:45 robocop + M lang_helpers/gds_codes.ftn + M lang_helpers/gds_codes.pas + M src/include/gen/codetext.h + M src/include/gen/iberror.h + M src/include/gen/msgs.h + M src/include/gen/rdb_codes.h + M src/include/gen/sql_code.h + M src/jrd/cmp.cpp + M src/jrd/evl.cpp + M src/msgs/facilities.sql + M src/msgs/history.sql + M src/msgs/messages.sql + M src/msgs/system_errors.sql +Substring evolved and the error message was never updated. Now I've done two messages, although I think we need three in the long term. + + 2005-06-12 21:20 asfernandes + M src/dsql/make.cpp + M src/jrd/evl.cpp +Fix TRIM(NULL FROM <something>) to return NULL + + 2005-06-12 06:27 dimitr + M src/jrd/blb.cpp + M src/jrd/btr.cpp + M src/jrd/exe.cpp + M src/jrd/idx.cpp + M src/jrd/jrd.cpp + M src/jrd/jrd.h + M src/jrd/rse.cpp + M src/jrd/validation.cpp + M src/jrd/vio.cpp +Removed unused thread scheduling option. + + 2005-06-12 04:00 dimitr + M src/msgs/facilities.sql +Correction. + + 2005-06-12 01:36 robocop + M src/isql/isql.epp + M src/isql/isql.h + M src/isql/show.epp +Cater for the longest possible identifiers, quoted. + + 2005-06-12 01:18 robocop + M lang_helpers/gds_codes.ftn + M lang_helpers/gds_codes.pas +Update the language helpers after the last message additions. + + 2005-06-12 00:58 robocop + M src/jrd/idx.cpp +Totally misc. + + 2005-06-12 00:38 asfernandes + A src/intl/collations/koi8r_ru.h + A src/intl/collations/koi8u_ua.h +Add collations forgetted + + 2005-06-11 21:26 hvlad + M src/include/gen/codetext.h + M src/include/gen/iberror.h + M src/include/gen/msgs.h + M src/include/gen/rdb_codes.h + M src/include/gen/sql_code.h +Regenerated error codes + + 2005-06-11 19:51 asfernandes + M builds/install/misc/fbintl.conf + M builds/win32/msvc6/intl.dsp + M builds/win32/msvc7/intl.vcproj + A src/intl/collations/win1257_ee.h + A src/intl/collations/win1257_lt.h + A src/intl/collations/win1257_lv.h + M src/intl/lc_iso8859_1.cpp + M src/intl/ld.cpp + M src/jrd/intlnames.h +Integrate collations KOI8R_RU (Russian), KOI8U_UA (Ukrainian), WIN1257_EE (Estonian), WIN1257_LT (Lithuanian) and WIN1257_LV (Latvian) ported by Dmitry from Yaffil + + 2005-06-11 11:41 hvlad + M src/msgs/facilities.sql + M src/msgs/messages.sql + M src/msgs/system_errors.sql +Added new error messages + + 2005-06-11 11:39 hvlad + M src/jrd/dfw.epp + M src/jrd/idx.cpp + M src/jrd/idx_proto.h +Fixed SF bug #1186607 (Foreign key relation VARCHAR <-> INT ??????) + + 2005-06-11 11:36 hvlad + M src/dsql/ddl.cpp +Fixed SF bug #1211325 (BLOBs in external tables) + + 2005-06-11 03:14 robocop + M src/dsql/gen.cpp +Backport Tom Cole's fix for FP numbers as strings. + + 2005-06-11 03:04 asfernandes + A src/intl/charsets/cs_koi8r.h + A src/intl/charsets/cs_koi8u.h + M src/intl/charsets.h + M src/intl/cs_narrow.cpp + M src/intl/lc_ascii.cpp + M src/intl/ld.cpp + M src/jrd/intlnames.h +Integrate character sets KOIuR (Russian) and KOI8U (Ukrainian) ported from Yaffil by Dmitry + + 2005-06-11 00:32 robocop + M src/isql/isql.epp +- Renamed function input to newinput to be in sync with newoutput. +- Implemented PASSTHROUGH command only for the debug build. Use with care. + + 2005-06-11 00:22 robocop + M src/dsql/preparse.cpp +CREATE DATABASE can tolerate single line comments (AFAIK, client-side issue). + + 2005-06-11 00:20 robocop + M lang_helpers/gds_codes.ftn + M lang_helpers/gds_codes.pas + M src/dsql/ddl.cpp + M src/dsql/dsql.cpp + M src/dsql/dsql.tab.h + M src/dsql/parse.cpp + M src/dsql/parse.y + M src/include/gen/codetext.h + M src/include/gen/iberror.h + M src/include/gen/msgs.h + M src/include/gen/rdb_codes.h + M src/include/gen/sql_code.h + M src/msgs/facilities.sql + M src/msgs/history.sql + M src/msgs/messages.sql + M src/msgs/system_errors.sql +Please Dmitry and try to report the line/column of an incomplete statement. + + 2005-06-11 00:14 robocop + M src/jrd/evl.cpp +EVL_expr grew too much. Make more functions. + + 2005-06-11 00:13 robocop + M src/common/classes/objects_array.h + M src/jrd/IntlManager.cpp +const_iterator +The code in intlmanager originally confused me. + + 2005-06-10 12:13 asfernandes + M src/intl/collations/bl88591ptbr0.h +Misc + + 2005-06-10 10:35 aafemt + M src/extlib/ib_util.c +Plain C don't know namespaces + + 2005-06-10 10:32 aafemt + M builds/posix/Makefile.in.client.util + M builds/posix/Makefile.in.codes + M builds/posix/Makefile.in.embed.util + M builds/posix/Makefile.in.examples + M builds/posix/Makefile.in.extern.icu + M builds/posix/Makefile.in.fbserver + M builds/posix/Makefile.in.firebird + M builds/posix/Makefile.in.libfbcommon + M builds/posix/Makefile.in.libfbembed + M builds/posix/Makefile.in.msgs + M builds/posix/Makefile.in.refDatabases + M builds/posix/Makefile.in.static.gbak + M builds/posix/Makefile.in.static.gpre + M builds/posix/Makefile.in.static.isql + M builds/posix/make.defaults + M builds/posix/make.rules + M builds/posix/make.shared.targets + M builds/posix/make.shared.variables + M builds/posix/prefix.mingw +ICU adaptation and some improvements + + 2005-06-10 02:03 asfernandes + M src/dsql/gen.cpp + M src/dsql/make.cpp + M src/dsql/pass1.cpp + M src/dsql/utld.cpp + M src/dsql/utld_proto.h +Fix possible problems with larger columns sizes noted by Claudio + + 2005-06-10 02:01 asfernandes + M src/jrd/ini.epp +Only initialize metadata BLOB charset for text BLOBs + + 2005-06-10 00:54 robocop + M src/msgs/facilities.sql + M src/msgs/history.sql +Totally misc. + + 2005-06-09 00:01 asfernandes + M src/jrd/cvt.cpp +Revert Claudio's change that cause crash when parameters are used + + 2005-06-08 13:42 dimitr + M src/dsql/ddl.cpp +Fixed bug with lost charset/collation in local variables, +reported by Eugene Kilin. + + 2005-06-08 11:10 asfernandes + M src/jrd/cvt2.cpp +Fix BLOB comparation problem pointed by Claudio + + 2005-06-08 11:09 asfernandes + M src/jrd/ibase.h +Use more appropriate codes + + 2005-06-08 10:21 aafemt + M extern/icu/source/configure.in +A bit better method to check for _tzname + + 2005-06-08 09:58 alexpeshkoff + M builds/posix/make.shared.variables +fixed posix build after Dmitry's change + + 2005-06-08 06:16 dimitr + M src/jrd/dyn_mod.epp +Fixed an old ALTER VIEW bug that now prevents COMMENT ON VIEW from working properly. + + 2005-06-08 05:28 aafemt + M builds/posix/Makefile.in.firebird + M builds/posix/make.defaults +ICU build with MinGW + + 2005-06-08 02:09 asfernandes + M src/jrd/dyn_def.epp + M src/jrd/intl.cpp + M src/jrd/met.epp + M src/jrd/met_proto.h +Misc. + + 2005-06-07 10:57 dimitr + M src/jrd/rpb_chain.cpp +Added a couple of more checks. + + 2005-06-07 10:52 dimitr + M src/jrd/exe.cpp +Cleanup. + + 2005-06-07 10:36 aafemt + M src/config/InputFile.cpp +Required header + + 2005-06-07 10:20 dimitr + M src/jrd/met.epp +Removed code remains from before-MetaName times. + + 2005-06-07 05:09 aafemt + M builds/posix/Makefile.in.extern.icu + M configure.in +More appropriate place to configure ICU + + 2005-06-07 02:05 asfernandes + M src/jrd/intl.cpp + M src/jrd/intl_proto.h +Misc. + + 2005-06-07 01:57 asfernandes + M lang_helpers/gds_codes.ftn + M lang_helpers/gds_codes.pas +Regenerate files + + 2005-06-06 20:52 asfernandes + M src/jrd/IntlManager.cpp +Remove wrong compiler message: it's iterating in "conflicts" and removing in "charSetCollations" + + 2005-06-06 20:44 asfernandes + M src/jrd/blp.h + M src/jrd/gds.cpp +Misc. + + 2005-06-06 20:18 asfernandes + M src/dsql/ddl.cpp + M src/dsql/make.cpp +Misc. + + 2005-06-06 18:14 asfernandes + M src/dsql/ddl.cpp + M src/dsql/dsql.cpp + M src/dsql/gen.cpp + M src/dsql/make.cpp + M src/dsql/node.h + M src/dsql/parse.cpp + M src/dsql/parse.y + M src/dsql/pass1.cpp + M src/jrd/Optimizer.cpp + M src/jrd/blr.h + M src/jrd/cmp.cpp + M src/jrd/evl.cpp + M src/jrd/exe.h + M src/jrd/intl.cpp + M src/jrd/nod.h + M src/jrd/opt.cpp + M src/jrd/par.cpp + M src/misc/blrtable.cpp +1) Replace length_ to strlen as noted by Claudio and Dmitry +2) Change USHORT to ULONG in intl.cpp + + 2005-06-06 13:37 dimitr + M src/dsql/pass1.cpp + M src/include/gen/codetext.h + M src/include/gen/iberror.h + M src/include/gen/msgs.h + M src/include/gen/rdb_codes.h + M src/include/gen/sql_code.h + M src/jrd/par.cpp +Added new error message. + + 2005-06-06 13:28 dimitr + M src/msgs/facilities.sql + M src/msgs/messages.sql + M src/msgs/system_errors.sql +Added new error message. + + 2005-06-06 11:06 dimitr + M src/dsql/ddl.cpp +Fixed charset/collation issues for view columns. + + 2005-06-06 08:32 robocop + M src/isql/extract.epp + M src/isql/show.epp +Mixed case generator names caused problems in show_generators. +Noticed by Adriano. + + 2005-06-06 08:30 robocop + M builds/install/arch-specific/solaris/CS/postremove.in + M builds/install/arch-specific/solaris/SS/postremove.in + M doc/WhatsNew + M src/config/AdminException.cpp + M src/config/ArgsException.cpp + M src/config/Stream.cpp + M src/dsql/ddl.cpp + M src/dsql/gen.cpp + M src/dsql/make.cpp + M src/dsql/parse.y + M src/dsql/pass1.cpp + M src/include/firebird.h + M src/jrd/IntlManager.cpp + M src/jrd/Optimizer.cpp + M src/jrd/cvt.cpp + M src/jrd/cvt2.cpp + M src/jrd/dyn_def.epp + M src/jrd/evl.cpp + M src/jrd/evl_proto.h + M src/jrd/idx.h + M src/jrd/inf.cpp + M src/jrd/ini.epp + M src/jrd/intl.cpp + M src/jrd/intl_builtin.cpp + M src/jrd/met.epp + M src/jrd/opt.cpp + M src/jrd/unicode_util.cpp + M src/msgs/facilities.sql + M src/msgs/history.sql + M src/msgs/messages.sql + M src/vulcan/JString.cpp + M src/vulcan/JString.h + M src/vulcan/PathName.cpp +- Corrections and changes to Adriano's commit, subject to his inspection. +- Solved an endless loop with trim and zero-length trim characters, etc. +- Some places are signaled with FB_COMPILER_MESSAGE for prompt attention. + + 2005-06-06 06:42 dimitr + M src/jrd/why.cpp +Let's perform the initial alias lookup at the Y-valve. +This solves aliases usage in XNET and other local loopbacks. + + 2005-06-06 06:37 dimitr + M src/jrd/isc_file.cpp +Fixed aliases usage in WNET. + + 2005-06-05 22:08 asfernandes + M builds/win32/msvc6/intl.dsp +Add bl88591ptbr0.h and pw1252ptbr.h to MSVC6 build + + 2005-06-04 13:39 asfernandes + M src/jrd/exe.cpp +Rollback risky change not necessary + + 2005-06-03 21:14 arnobrinkman + M src/dsql/gen.cpp +Fix unneeded evaluation of last item by COALESCE function, noted by Dmitry + + 2005-06-03 08:40 dimitr + M src/burp/restore.epp +Let's report we're creating an index before we do so, not after. + + 2005-06-03 01:26 asfernandes + M src/jrd/filters.cpp +Misc. + + 2005-06-03 01:25 asfernandes + M src/jrd/Optimizer.cpp +Apply forgotten opt.cpp changes in Optimizer.cpp + + 2005-06-02 08:00 kkuznetsov + M builds/posix/Makefile.in.extern.icu + M configure.in +First step to build icu on others then Linux +Linux should work but must be retested + + 2005-06-01 01:08 asfernandes + M src/intl/cv_jis.cpp + M src/intl/cv_narrow.cpp + M src/intl/ld.cpp + M src/intl/ldcommon.h +Replace "#ifdef 0" by "#ifdef NOT_USED_OR_REPLACED" + + 2005-05-31 16:10 dimitr + M src/remote/interface.cpp +Fixed possible event handler crashes during detach. + + 2005-05-30 15:57 asfernandes + M builds/posix/Makefile.in.intl + M src/intl/charsets.h + D src/intl/ld2.cpp +Removed inconsistences spotted by Claudio + + 2005-05-29 15:27 asfernandes + M builds/posix/Makefile.in.extern.editline + M builds/posix/Makefile.in.firebird + M src/include/gen/ids.h +Make "configure --with-editline" work + + 2005-05-29 14:38 asfernandes + M src/burp/backup.epp + M src/burp/restore.epp +Removed unsense code noticed by Claudio + + 2005-05-27 22:45 asfernandes + M autogen.sh + M builds/install/arch-specific/freebsd/install.sh.in + M builds/install/arch-specific/linux/Makefile.in + M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in + M builds/install/arch-specific/linux/classic/postinstall.sh.in + M builds/install/arch-specific/linux/classic/postuninstall.sh.in + M builds/install/arch-specific/linux/classic/preinstall.sh.in + M builds/install/arch-specific/linux/classic/preuninstall.sh.in + M builds/install/arch-specific/linux/super/makeInstallImage.sh.in + M builds/install/arch-specific/linux/super/tarMainInstall.sh.in + M builds/install/arch-specific/linux/super/tarMainUninstall.sh.in + M builds/install/arch-specific/linux/super/tarinstall.sh.in + M builds/install/arch-specific/linux/super/taruninstall.sh.in + M builds/install/arch-specific/netbsd/install.sh.in + M builds/install/arch-specific/sinixz/prototype.in + M builds/install/arch-specific/solaris/CS/postinstall.in + M builds/install/arch-specific/solaris/CS/postremove.in + M builds/install/arch-specific/solaris/CS/preinstall.in + M builds/install/arch-specific/solaris/Makefile.in + M builds/install/arch-specific/solx86gcc/CS/postinstall.in + M builds/install/arch-specific/solx86gcc/CS/postremove.in + M builds/install/arch-specific/solx86gcc/CS/preinstall.in + M builds/install/arch-specific/solx86gcc/Makefile.in + M builds/install/arch-specific/win32/FirebirdInstall_20.iss + M builds/install/misc/changeGdsLibraryCompatibleLink.sh.in + M builds/install/misc/fb_config.in + A builds/install/misc/fbintl.conf + M builds/posix/Makefile.in.boot.gpre + M builds/posix/Makefile.in.client.fbudf + M builds/posix/Makefile.in.client.gbak + M builds/posix/Makefile.in.client.gdef + M builds/posix/Makefile.in.client.gfix + M builds/posix/Makefile.in.client.gpre + M builds/posix/Makefile.in.client.gsec + M builds/posix/Makefile.in.client.isql + M builds/posix/Makefile.in.client.qli + M builds/posix/Makefile.in.client.util + M builds/posix/Makefile.in.embed.lockmgr + M builds/posix/Makefile.in.examples + A builds/posix/Makefile.in.extern.icu + M builds/posix/Makefile.in.extlib + M builds/posix/Makefile.in.fbserver + M builds/posix/Makefile.in.firebird + M builds/posix/Makefile.in.intl + M builds/posix/Makefile.in.libfbclient + M builds/posix/Makefile.in.libfbcommon + M builds/posix/Makefile.in.libfbembed + M builds/posix/Makefile.in.libfbstatic + M builds/posix/Makefile.in.refDatabases + M builds/posix/Makefile.in.static.gbak + M builds/posix/Makefile.in.static.gpre + M builds/posix/Makefile.in.static.isql + M builds/posix/fbintl.vers + M builds/posix/make.defaults + M builds/posix/make.rules + M builds/posix/make.shared.targets + M builds/posix/make.shared.variables + M builds/posix/prefix.linux_generic + M builds/posix/prefix.linux_sparc32 + M builds/posix/prefix.netbsd + M builds/posix/prefix.solx86 + M builds/posix/prefix.solx86gcc + M builds/win32/make_all.bat + A builds/win32/make_icu.bat + M builds/win32/msvc6/Firebird2.dsw + A builds/win32/msvc6/config.dsp + M builds/win32/msvc6/engine.dsp + M builds/win32/msvc6/engine_classic.dsp + M builds/win32/msvc6/engine_embed.dsp + M builds/win32/msvc6/fb_inet_server.dsp + M builds/win32/msvc6/fbembed.dsp + M builds/win32/msvc6/fbserver.dsp + M builds/win32/msvc7/Firebird2.sln + A builds/win32/msvc7/config.vcproj + M builds/win32/msvc7/engine.vcproj + M builds/win32/msvc7/engine_classic.vcproj + M builds/win32/msvc7/engine_embed.vcproj + M builds/win32/msvc7/fb_inet_server.vcproj + M builds/win32/msvc7/fbembed.vcproj + M builds/win32/msvc7/fbserver.vcproj + M builds/win32/msvc7/intl.vcproj + M builds/win32/prepare.bat + M configure.in + M doc/WhatsNew + M doc/sql.extensions/README.keywords + A doc/sql.extensions/README.length + A doc/sql.extensions/README.trim + A extern + A extern/editline + A extern/editline/CHANGES + A extern/editline/INSTALL + A extern/editline/Makefile.in + A extern/editline/PLATFORMS + A extern/editline/README + A extern/editline/TEST + A extern/editline/TEST/test.c + A extern/editline/chared.c + A extern/editline/chared.h + A extern/editline/common.c + A extern/editline/config.guess + A extern/editline/config.h.in + A extern/editline/config.sub + A extern/editline/configure + A extern/editline/configure.in + A extern/editline/editline.3 + A extern/editline/editrc.5 + A extern/editline/el.c + A extern/editline/el.h + A extern/editline/emacs.c + A extern/editline/hist.c + A extern/editline/hist.h + A extern/editline/histedit.h + A extern/editline/history.c + A extern/editline/install-sh + A extern/editline/key.c + A extern/editline/key.h + A extern/editline/makelist + A extern/editline/map.c + A extern/editline/map.h + A extern/editline/np + A extern/editline/np/fgetln.c + A extern/editline/np/strlcat.c + A extern/editline/np/strlcpy.c + A extern/editline/np/unvis.c + A extern/editline/np/vis.c + A extern/editline/np/vis.h + A extern/editline/parse.c + A extern/editline/parse.h + A extern/editline/prompt.c + A extern/editline/prompt.h + A extern/editline/read.c + A extern/editline/read.h + A extern/editline/readline + A extern/editline/readline/readline.h + A extern/editline/readline.c + A extern/editline/refresh.c + A extern/editline/refresh.h + A extern/editline/search.c + A extern/editline/search.h + A extern/editline/sig.c + A extern/editline/sig.h + A extern/editline/sys.h + A extern/editline/term.c + A extern/editline/term.h + A extern/editline/tokenizer.c + A extern/editline/tokenizer.h + A extern/editline/tty.c + A extern/editline/tty.h + A extern/editline/vi.c + A extern/icu + A extern/icu/as_is + A extern/icu/as_is/os390 + A extern/icu/as_is/os390/unpax-icu.sh + A extern/icu/as_is/os400 + A extern/icu/as_is/os400/configure + A extern/icu/as_is/os400/unpax-icu.sh + A extern/icu/debian + A extern/icu/debian/README.Debian.libicu-dev + A extern/icu/debian/changelog + A extern/icu/debian/control + A extern/icu/debian/copyright + A extern/icu/debian/icu-doc.doc-base + A extern/icu/debian/icu.conffiles.in + A extern/icu/debian/icu.postinst.in + A extern/icu/debian/icu.prerm.in + A extern/icu/debian/libicu.postinst + A extern/icu/debian/libicu.prerm.in + A extern/icu/debian/postinst.in + A extern/icu/debian/prerm.in + A extern/icu/debian/rules + A extern/icu/license.html + A extern/icu/packaging + A extern/icu/packaging/PACKAGES + A extern/icu/packaging/README + A extern/icu/packaging/debian + A extern/icu/packaging/debian/README + A extern/icu/packaging/rpm + A extern/icu/packaging/rpm/icu.spec + A extern/icu/readme.html + A extern/icu/source + A extern/icu/source/Doxyfile.in + A extern/icu/source/Makefile.in + A extern/icu/source/acconfig.h + A extern/icu/source/aclocal.m4 + A extern/icu/source/allinone + A extern/icu/source/allinone/all + A extern/icu/source/allinone/all/all.dsp + A extern/icu/source/allinone/allinone.dsw + A extern/icu/source/allinone/allinone.sln + A extern/icu/source/common + A extern/icu/source/common/Makefile.in + A extern/icu/source/common/brkdict.cpp + A extern/icu/source/common/brkdict.h + A extern/icu/source/common/brkiter.cpp + A extern/icu/source/common/caniter.cpp + A extern/icu/source/common/chariter.cpp + A extern/icu/source/common/charstr.h + A extern/icu/source/common/cmemory.c + A extern/icu/source/common/cmemory.h + A extern/icu/source/common/common.dsp + A extern/icu/source/common/common.rc + A extern/icu/source/common/common.vcproj + A extern/icu/source/common/cpputils.h + A extern/icu/source/common/cstring.c + A extern/icu/source/common/cstring.h + A extern/icu/source/common/cwchar.c + A extern/icu/source/common/cwchar.h + A extern/icu/source/common/dbbi.cpp + A extern/icu/source/common/dbbi_tbl.cpp + A extern/icu/source/common/dbbi_tbl.h + A extern/icu/source/common/filestrm.c + A extern/icu/source/common/filestrm.h + A extern/icu/source/common/hash.h + A extern/icu/source/common/icucfg.h.in + A extern/icu/source/common/iculserv.cpp + A extern/icu/source/common/iculserv.h + A extern/icu/source/common/icunotif.cpp + A extern/icu/source/common/icunotif.h + A extern/icu/source/common/icuserv.cpp + A extern/icu/source/common/icuserv.h + A extern/icu/source/common/locbased.cpp + A extern/icu/source/common/locbased.h + A extern/icu/source/common/locid.cpp + A extern/icu/source/common/locmap.c + A extern/icu/source/common/locmap.h + A extern/icu/source/common/msvcres.h + A extern/icu/source/common/mutex.h + A extern/icu/source/common/normlzr.cpp + A extern/icu/source/common/parsepos.cpp + A extern/icu/source/common/propname.cpp + A extern/icu/source/common/propname.h + A extern/icu/source/common/punycode.c + A extern/icu/source/common/punycode.h + A extern/icu/source/common/putil.c + A extern/icu/source/common/rbbi.cpp + A extern/icu/source/common/rbbicst.pl + A extern/icu/source/common/rbbidata.cpp + A extern/icu/source/common/rbbidata.h + A extern/icu/source/common/rbbinode.cpp + A extern/icu/source/common/rbbinode.h + A extern/icu/source/common/rbbirb.cpp + A extern/icu/source/common/rbbirb.h + A extern/icu/source/common/rbbirpt.h + A extern/icu/source/common/rbbirpt.txt + A extern/icu/source/common/rbbiscan.cpp + A extern/icu/source/common/rbbiscan.h + A extern/icu/source/common/rbbisetb.cpp + A extern/icu/source/common/rbbisetb.h + A extern/icu/source/common/rbbistbl.cpp + A extern/icu/source/common/rbbitblb.cpp + A extern/icu/source/common/rbbitblb.h + A extern/icu/source/common/resbund.cpp + A extern/icu/source/common/ruleiter.cpp + A extern/icu/source/common/ruleiter.h + A extern/icu/source/common/schriter.cpp + A extern/icu/source/common/sprpimpl.h + A extern/icu/source/common/uarrsort.c + A extern/icu/source/common/uarrsort.h + A extern/icu/source/common/uassert.h + A extern/icu/source/common/ubidi.c + A extern/icu/source/common/ubidiimp.h + A extern/icu/source/common/ubidiln.c + A extern/icu/source/common/ubidiwrt.c + A extern/icu/source/common/ubrk.cpp + A extern/icu/source/common/ucat.c + A extern/icu/source/common/uchar.c + A extern/icu/source/common/uchriter.cpp + A extern/icu/source/common/ucln.h + A extern/icu/source/common/ucln_cmn.c + A extern/icu/source/common/ucln_cmn.h + A extern/icu/source/common/ucmndata.c + A extern/icu/source/common/ucmndata.h + A extern/icu/source/common/ucmp8.c + A extern/icu/source/common/ucmp8.h + A extern/icu/source/common/ucnv.c + A extern/icu/source/common/ucnv2022.c + A extern/icu/source/common/ucnv_bld.c + A extern/icu/source/common/ucnv_bld.h + A extern/icu/source/common/ucnv_cb.c + A extern/icu/source/common/ucnv_cnv.c + A extern/icu/source/common/ucnv_cnv.h + A extern/icu/source/common/ucnv_err.c + A extern/icu/source/common/ucnv_ext.c + A extern/icu/source/common/ucnv_ext.h + A extern/icu/source/common/ucnv_imp.h + A extern/icu/source/common/ucnv_io.c + A extern/icu/source/common/ucnv_io.h + A extern/icu/source/common/ucnv_lmb.c + A extern/icu/source/common/ucnv_u16.c + A extern/icu/source/common/ucnv_u32.c + A extern/icu/source/common/ucnv_u7.c + A extern/icu/source/common/ucnv_u8.c + A extern/icu/source/common/ucnvbocu.c + A extern/icu/source/common/ucnvhz.c + A extern/icu/source/common/ucnvisci.c + A extern/icu/source/common/ucnvlat1.c + A extern/icu/source/common/ucnvmbcs.c + A extern/icu/source/common/ucnvmbcs.h + A extern/icu/source/common/ucnvscsu.c + A extern/icu/source/common/ucol_swp.c + A extern/icu/source/common/ucol_swp.h + A extern/icu/source/common/udata.c + A extern/icu/source/common/udatamem.c + A extern/icu/source/common/udatamem.h + A extern/icu/source/common/udataswp.c + A extern/icu/source/common/udataswp.h + A extern/icu/source/common/uenum.c + A extern/icu/source/common/uenumimp.h + A extern/icu/source/common/uhash.c + A extern/icu/source/common/uhash.h + A extern/icu/source/common/uhash_us.cpp + A extern/icu/source/common/uidna.cpp + A extern/icu/source/common/uiter.cpp + A extern/icu/source/common/uloc.c + A extern/icu/source/common/ulocimp.h + A extern/icu/source/common/umapfile.c + A extern/icu/source/common/umapfile.h + A extern/icu/source/common/umemstrm.c + A extern/icu/source/common/umemstrm.h + A extern/icu/source/common/umutex.c + A extern/icu/source/common/umutex.h + A extern/icu/source/common/unames.c + A extern/icu/source/common/unicode + A extern/icu/source/common/unicode/brkiter.h + A extern/icu/source/common/unicode/caniter.h + A extern/icu/source/common/unicode/chariter.h + A extern/icu/source/common/unicode/dbbi.h + A extern/icu/source/common/unicode/docmain.h + A extern/icu/source/common/unicode/locid.h + A extern/icu/source/common/unicode/normlzr.h + A extern/icu/source/common/unicode/parseerr.h + A extern/icu/source/common/unicode/parsepos.h + A extern/icu/source/common/unicode/platform.h.in + A extern/icu/source/common/unicode/pmacos.h + A extern/icu/source/common/unicode/pos400.h + A extern/icu/source/common/unicode/putil.h + A extern/icu/source/common/unicode/pwin32.h + A extern/icu/source/common/unicode/rbbi.h + A extern/icu/source/common/unicode/rep.h + A extern/icu/source/common/unicode/resbund.h + A extern/icu/source/common/unicode/schriter.h + A extern/icu/source/common/unicode/strenum.h + A extern/icu/source/common/unicode/symtable.h + A extern/icu/source/common/unicode/ubidi.h + A extern/icu/source/common/unicode/ubrk.h + A extern/icu/source/common/unicode/ucat.h + A extern/icu/source/common/unicode/uchar.h + A extern/icu/source/common/unicode/uchriter.h + A extern/icu/source/common/unicode/uclean.h + A extern/icu/source/common/unicode/ucnv.h + A extern/icu/source/common/unicode/ucnv_cb.h + A extern/icu/source/common/unicode/ucnv_err.h + A extern/icu/source/common/unicode/uconfig.h + A extern/icu/source/common/unicode/udata.h + A extern/icu/source/common/unicode/udeprctd.h + A extern/icu/source/common/unicode/udraft.h + A extern/icu/source/common/unicode/uenum.h + A extern/icu/source/common/unicode/uidna.h + A extern/icu/source/common/unicode/uiter.h + A extern/icu/source/common/unicode/uloc.h + A extern/icu/source/common/unicode/umachine.h + A extern/icu/source/common/unicode/umisc.h + A extern/icu/source/common/unicode/unifilt.h + A extern/icu/source/common/unicode/unifunct.h + A extern/icu/source/common/unicode/unimatch.h + A extern/icu/source/common/unicode/uniset.h + A extern/icu/source/common/unicode/unistr.h + A extern/icu/source/common/unicode/unorm.h + A extern/icu/source/common/unicode/uobject.h + A extern/icu/source/common/unicode/uobslete.h + A extern/icu/source/common/unicode/urename.h + A extern/icu/source/common/unicode/urep.h + A extern/icu/source/common/unicode/ures.h + A extern/icu/source/common/unicode/uscript.h + A extern/icu/source/common/unicode/uset.h + A extern/icu/source/common/unicode/usetiter.h + A extern/icu/source/common/unicode/ushape.h + A extern/icu/source/common/unicode/usprep.h + A extern/icu/source/common/unicode/ustring.h + A extern/icu/source/common/unicode/utf.h + A extern/icu/source/common/unicode/utf16.h + A extern/icu/source/common/unicode/utf32.h + A extern/icu/source/common/unicode/utf8.h + A extern/icu/source/common/unicode/utf_old.h + A extern/icu/source/common/unicode/utrace.h + A extern/icu/source/common/unicode/utypes.h + A extern/icu/source/common/unicode/uversion.h + A extern/icu/source/common/unifilt.cpp + A extern/icu/source/common/unifunct.cpp + A extern/icu/source/common/uniset.cpp + A extern/icu/source/common/unistr.cpp + A extern/icu/source/common/unorm.cpp + A extern/icu/source/common/unorm_it.c + A extern/icu/source/common/unorm_it.h + A extern/icu/source/common/unormimp.h + A extern/icu/source/common/uobject.cpp + A extern/icu/source/common/uprops.c + A extern/icu/source/common/uprops.h + A extern/icu/source/common/uresbund.c + A extern/icu/source/common/uresdata.c + A extern/icu/source/common/uresdata.h + A extern/icu/source/common/uresimp.h + A extern/icu/source/common/usc_impl.c + A extern/icu/source/common/usc_impl.h + A extern/icu/source/common/uscript.c + A extern/icu/source/common/uset.cpp + A extern/icu/source/common/usetiter.cpp + A extern/icu/source/common/ushape.c + A extern/icu/source/common/usprep.cpp + A extern/icu/source/common/ustack.cpp + A extern/icu/source/common/ustr_imp.h + A extern/icu/source/common/ustrcase.c + A extern/icu/source/common/ustrenum.cpp + A extern/icu/source/common/ustrenum.h + A extern/icu/source/common/ustrfmt.c + A extern/icu/source/common/ustrfmt.h + A extern/icu/source/common/ustring.c + A extern/icu/source/common/ustrtrns.c + A extern/icu/source/common/utf_impl.c + A extern/icu/source/common/util.cpp + A extern/icu/source/common/util.h + A extern/icu/source/common/utrace.c + A extern/icu/source/common/utracimp.h + A extern/icu/source/common/utrie.c + A extern/icu/source/common/utrie.h + A extern/icu/source/common/uvector.cpp + A extern/icu/source/common/uvector.h + A extern/icu/source/common/uvectr32.cpp + A extern/icu/source/common/uvectr32.h + A extern/icu/source/config + A extern/icu/source/config/Makefile.inc.in + A extern/icu/source/config/icu-config-bottom + A extern/icu/source/config/icu-config-top + A extern/icu/source/config/icu-config.1.in + A extern/icu/source/config/make2sh.sed + A extern/icu/source/config/mh-aix + A extern/icu/source/config/mh-aix-gcc + A extern/icu/source/config/mh-aix-va + A extern/icu/source/config/mh-alpha-linux-cc + A extern/icu/source/config/mh-alpha-linux-gcc + A extern/icu/source/config/mh-alpha-osf + A extern/icu/source/config/mh-beos + A extern/icu/source/config/mh-bsd-gcc + A extern/icu/source/config/mh-cygwin + A extern/icu/source/config/mh-cygwin-msvc + A extern/icu/source/config/mh-darwin + A extern/icu/source/config/mh-hpux-acc + A extern/icu/source/config/mh-hpux-cc + A extern/icu/source/config/mh-hpux-gcc + A extern/icu/source/config/mh-irix + A extern/icu/source/config/mh-linux + A extern/icu/source/config/mh-mpras + A extern/icu/source/config/mh-os390 + A extern/icu/source/config/mh-os400 + A extern/icu/source/config/mh-ptx + A extern/icu/source/config/mh-qnx + A extern/icu/source/config/mh-solaris + A extern/icu/source/config/mh-solaris-gcc + A extern/icu/source/config/mh-unknown + A extern/icu/source/config/test-icu-config.sh + A extern/icu/source/config.guess + A extern/icu/source/config.sub + A extern/icu/source/configure + A extern/icu/source/configure.in + A extern/icu/source/data + A extern/icu/source/data/Makefile.in + A extern/icu/source/data/brkitr + A extern/icu/source/data/brkitr/char.txt + A extern/icu/source/data/brkitr/line.txt + A extern/icu/source/data/brkitr/line_th.txt + A extern/icu/source/data/brkitr/sent.txt + A extern/icu/source/data/brkitr/thaidict.brk + A extern/icu/source/data/brkitr/title.txt + A extern/icu/source/data/brkitr/word.txt + A extern/icu/source/data/brkitr/word_th.txt + A extern/icu/source/data/coll + A extern/icu/source/data/coll/ar.txt + A extern/icu/source/data/coll/be.txt + A extern/icu/source/data/coll/bg.txt + A extern/icu/source/data/coll/ca.txt + A extern/icu/source/data/coll/colfiles.mk + A extern/icu/source/data/coll/cs.txt + A extern/icu/source/data/coll/da.txt + A extern/icu/source/data/coll/de.txt + A extern/icu/source/data/coll/de__PHONEBOOK.txt + A extern/icu/source/data/coll/el.txt + A extern/icu/source/data/coll/en.txt + A extern/icu/source/data/coll/en_BE.txt + A extern/icu/source/data/coll/eo.txt + A extern/icu/source/data/coll/es.txt + A extern/icu/source/data/coll/es__TRADITIONAL.txt + A extern/icu/source/data/coll/et.txt + A extern/icu/source/data/coll/fa.txt + A extern/icu/source/data/coll/fa_AF.txt + A extern/icu/source/data/coll/fi.txt + A extern/icu/source/data/coll/fo.txt + A extern/icu/source/data/coll/fr.txt + A extern/icu/source/data/coll/gu.txt + A extern/icu/source/data/coll/he.txt + A extern/icu/source/data/coll/hi.txt + A extern/icu/source/data/coll/hi__DIRECT.txt + A extern/icu/source/data/coll/hr.txt + A extern/icu/source/data/coll/hu.txt + A extern/icu/source/data/coll/is.txt + A extern/icu/source/data/coll/it.txt + A extern/icu/source/data/coll/ja.txt + A extern/icu/source/data/coll/kk.txt + A extern/icu/source/data/coll/kl.txt + A extern/icu/source/data/coll/kn.txt + A extern/icu/source/data/coll/ko.txt + A extern/icu/source/data/coll/lt.txt + A extern/icu/source/data/coll/lv.txt + A extern/icu/source/data/coll/mk.txt + A extern/icu/source/data/coll/mr.txt + A extern/icu/source/data/coll/mt.txt + A extern/icu/source/data/coll/nb.txt + A extern/icu/source/data/coll/nn.txt + A extern/icu/source/data/coll/om.txt + A extern/icu/source/data/coll/pa.txt + A extern/icu/source/data/coll/pl.txt + A extern/icu/source/data/coll/ps.txt + A extern/icu/source/data/coll/ro.txt + A extern/icu/source/data/coll/root.txt + A extern/icu/source/data/coll/ru.txt + A extern/icu/source/data/coll/sh.txt + A extern/icu/source/data/coll/sk.txt + A extern/icu/source/data/coll/sl.txt + A extern/icu/source/data/coll/sq.txt + A extern/icu/source/data/coll/sr.txt + A extern/icu/source/data/coll/sv.txt + A extern/icu/source/data/coll/ta.txt + A extern/icu/source/data/coll/te.txt + A extern/icu/source/data/coll/th.txt + A extern/icu/source/data/coll/tr.txt + A extern/icu/source/data/coll/uk.txt + A extern/icu/source/data/coll/vi.txt + A extern/icu/source/data/coll/zh.txt + A extern/icu/source/data/coll/zh_HK.txt + A extern/icu/source/data/coll/zh_Hant.txt + A extern/icu/source/data/coll/zh_MO.txt + A extern/icu/source/data/coll/zh_TW.txt + A extern/icu/source/data/coll/zh_TW_STROKE.txt + A extern/icu/source/data/coll/zh__PINYIN.txt + A extern/icu/source/data/icupkg.inc.in + A extern/icu/source/data/locales + A extern/icu/source/data/locales/af.txt + A extern/icu/source/data/locales/af_ZA.txt + A extern/icu/source/data/locales/am.txt + A extern/icu/source/data/locales/am_ET.txt + A extern/icu/source/data/locales/ar.txt + A extern/icu/source/data/locales/ar_AE.txt + A extern/icu/source/data/locales/ar_BH.txt + A extern/icu/source/data/locales/ar_DZ.txt + A extern/icu/source/data/locales/ar_EG.txt + A extern/icu/source/data/locales/ar_IN.txt + A extern/icu/source/data/locales/ar_IQ.txt + A extern/icu/source/data/locales/ar_JO.txt + A extern/icu/source/data/locales/ar_KW.txt + A extern/icu/source/data/locales/ar_LB.txt + A extern/icu/source/data/locales/ar_LY.txt + A extern/icu/source/data/locales/ar_MA.txt + A extern/icu/source/data/locales/ar_OM.txt + A extern/icu/source/data/locales/ar_QA.txt + A extern/icu/source/data/locales/ar_SA.txt + A extern/icu/source/data/locales/ar_SD.txt + A extern/icu/source/data/locales/ar_SY.txt + A extern/icu/source/data/locales/ar_TN.txt + A extern/icu/source/data/locales/ar_YE.txt + A extern/icu/source/data/locales/be.txt + A extern/icu/source/data/locales/be_BY.txt + A extern/icu/source/data/locales/bg.txt + A extern/icu/source/data/locales/bg_BG.txt + A extern/icu/source/data/locales/bn.txt + A extern/icu/source/data/locales/bn_IN.txt + A extern/icu/source/data/locales/ca.txt + A extern/icu/source/data/locales/ca_ES.txt + A extern/icu/source/data/locales/cs.txt + A extern/icu/source/data/locales/cs_CZ.txt + A extern/icu/source/data/locales/da.txt + A extern/icu/source/data/locales/da_DK.txt + A extern/icu/source/data/locales/de.txt + A extern/icu/source/data/locales/de_AT.txt + A extern/icu/source/data/locales/de_BE.txt + A extern/icu/source/data/locales/de_CH.txt + A extern/icu/source/data/locales/de_DE.txt + A extern/icu/source/data/locales/de_LU.txt + A extern/icu/source/data/locales/el.txt + A extern/icu/source/data/locales/el_GR.txt + A extern/icu/source/data/locales/en.txt + A extern/icu/source/data/locales/en_AU.txt + A extern/icu/source/data/locales/en_BE.txt + A extern/icu/source/data/locales/en_BW.txt + A extern/icu/source/data/locales/en_CA.txt + A extern/icu/source/data/locales/en_GB.txt + A extern/icu/source/data/locales/en_HK.txt + A extern/icu/source/data/locales/en_IE.txt + A extern/icu/source/data/locales/en_IN.txt + A extern/icu/source/data/locales/en_MT.txt + A extern/icu/source/data/locales/en_NZ.txt + A extern/icu/source/data/locales/en_PH.txt + A extern/icu/source/data/locales/en_SG.txt + A extern/icu/source/data/locales/en_US.txt + A extern/icu/source/data/locales/en_US_POSIX.txt + A extern/icu/source/data/locales/en_VI.txt + A extern/icu/source/data/locales/en_ZA.txt + A extern/icu/source/data/locales/en_ZW.txt + A extern/icu/source/data/locales/eo.txt + A extern/icu/source/data/locales/es.txt + A extern/icu/source/data/locales/es_AR.txt + A extern/icu/source/data/locales/es_BO.txt + A extern/icu/source/data/locales/es_CL.txt + A extern/icu/source/data/locales/es_CO.txt + A extern/icu/source/data/locales/es_CR.txt + A extern/icu/source/data/locales/es_DO.txt + A extern/icu/source/data/locales/es_EC.txt + A extern/icu/source/data/locales/es_ES.txt + A extern/icu/source/data/locales/es_GT.txt + A extern/icu/source/data/locales/es_HN.txt + A extern/icu/source/data/locales/es_MX.txt + A extern/icu/source/data/locales/es_NI.txt + A extern/icu/source/data/locales/es_PA.txt + A extern/icu/source/data/locales/es_PE.txt + A extern/icu/source/data/locales/es_PR.txt + A extern/icu/source/data/locales/es_PY.txt + A extern/icu/source/data/locales/es_SV.txt + A extern/icu/source/data/locales/es_US.txt + A extern/icu/source/data/locales/es_UY.txt + A extern/icu/source/data/locales/es_VE.txt + A extern/icu/source/data/locales/et.txt + A extern/icu/source/data/locales/et_EE.txt + A extern/icu/source/data/locales/eu.txt + A extern/icu/source/data/locales/eu_ES.txt + A extern/icu/source/data/locales/fa.txt + A extern/icu/source/data/locales/fa_AF.txt + A extern/icu/source/data/locales/fa_IR.txt + A extern/icu/source/data/locales/fi.txt + A extern/icu/source/data/locales/fi_FI.txt + A extern/icu/source/data/locales/fo.txt + A extern/icu/source/data/locales/fo_FO.txt + A extern/icu/source/data/locales/fr.txt + A extern/icu/source/data/locales/fr_BE.txt + A extern/icu/source/data/locales/fr_CA.txt + A extern/icu/source/data/locales/fr_CH.txt + A extern/icu/source/data/locales/fr_FR.txt + A extern/icu/source/data/locales/fr_LU.txt + A extern/icu/source/data/locales/ga.txt + A extern/icu/source/data/locales/ga_IE.txt + A extern/icu/source/data/locales/gl.txt + A extern/icu/source/data/locales/gl_ES.txt + A extern/icu/source/data/locales/gu.txt + A extern/icu/source/data/locales/gu_IN.txt + A extern/icu/source/data/locales/gv.txt + A extern/icu/source/data/locales/gv_GB.txt + A extern/icu/source/data/locales/he.txt + A extern/icu/source/data/locales/he_IL.txt + A extern/icu/source/data/locales/hi.txt + A extern/icu/source/data/locales/hi_IN.txt + A extern/icu/source/data/locales/hr.txt + A extern/icu/source/data/locales/hr_HR.txt + A extern/icu/source/data/locales/hu.txt + A extern/icu/source/data/locales/hu_HU.txt + A extern/icu/source/data/locales/hy.txt + A extern/icu/source/data/locales/hy_AM.txt + A extern/icu/source/data/locales/hy_AM_REVISED.txt + A extern/icu/source/data/locales/id.txt + A extern/icu/source/data/locales/id_ID.txt + A extern/icu/source/data/locales/is.txt + A extern/icu/source/data/locales/is_IS.txt + A extern/icu/source/data/locales/it.txt + A extern/icu/source/data/locales/it_CH.txt + A extern/icu/source/data/locales/it_IT.txt + A extern/icu/source/data/locales/iw.txt + A extern/icu/source/data/locales/iw_IL.txt + A extern/icu/source/data/locales/ja.txt + A extern/icu/source/data/locales/ja_JP.txt + A extern/icu/source/data/locales/ja_JP_TRADITIONAL.txt + A extern/icu/source/data/locales/kk.txt + A extern/icu/source/data/locales/kk_KZ.txt + A extern/icu/source/data/locales/kl.txt + A extern/icu/source/data/locales/kl_GL.txt + A extern/icu/source/data/locales/kn.txt + A extern/icu/source/data/locales/kn_IN.txt + A extern/icu/source/data/locales/ko.txt + A extern/icu/source/data/locales/ko_KR.txt + A extern/icu/source/data/locales/kok.txt + A extern/icu/source/data/locales/kok_IN.txt + A extern/icu/source/data/locales/kw.txt + A extern/icu/source/data/locales/kw_GB.txt + A extern/icu/source/data/locales/lt.txt + A extern/icu/source/data/locales/lt_LT.txt + A extern/icu/source/data/locales/lv.txt + A extern/icu/source/data/locales/lv_LV.txt + A extern/icu/source/data/locales/mk.txt + A extern/icu/source/data/locales/mk_MK.txt + A extern/icu/source/data/locales/mr.txt + A extern/icu/source/data/locales/mr_IN.txt + A extern/icu/source/data/locales/ms.txt + A extern/icu/source/data/locales/ms_BN.txt + A extern/icu/source/data/locales/ms_MY.txt + A extern/icu/source/data/locales/mt.txt + A extern/icu/source/data/locales/mt_MT.txt + A extern/icu/source/data/locales/nb.txt + A extern/icu/source/data/locales/nb_NO.txt + A extern/icu/source/data/locales/nl.txt + A extern/icu/source/data/locales/nl_BE.txt + A extern/icu/source/data/locales/nl_NL.txt + A extern/icu/source/data/locales/nn.txt + A extern/icu/source/data/locales/nn_NO.txt + A extern/icu/source/data/locales/no.txt + A extern/icu/source/data/locales/no_NO.txt + A extern/icu/source/data/locales/no_NO_NY.txt + A extern/icu/source/data/locales/om.txt + A extern/icu/source/data/locales/om_ET.txt + A extern/icu/source/data/locales/om_KE.txt + A extern/icu/source/data/locales/pa.txt + A extern/icu/source/data/locales/pa_IN.txt + A extern/icu/source/data/locales/pl.txt + A extern/icu/source/data/locales/pl_PL.txt + A extern/icu/source/data/locales/ps.txt + A extern/icu/source/data/locales/ps_AF.txt + A extern/icu/source/data/locales/pt.txt + A extern/icu/source/data/locales/pt_BR.txt + A extern/icu/source/data/locales/pt_PT.txt + A extern/icu/source/data/locales/resfiles.mk + A extern/icu/source/data/locales/ro.txt + A extern/icu/source/data/locales/ro_RO.txt + A extern/icu/source/data/locales/root.txt + A extern/icu/source/data/locales/ru.txt + A extern/icu/source/data/locales/ru_RU.txt + A extern/icu/source/data/locales/ru_UA.txt + A extern/icu/source/data/locales/sh.txt + A extern/icu/source/data/locales/sh_YU.txt + A extern/icu/source/data/locales/sk.txt + A extern/icu/source/data/locales/sk_SK.txt + A extern/icu/source/data/locales/sl.txt + A extern/icu/source/data/locales/sl_SI.txt + A extern/icu/source/data/locales/so.txt + A extern/icu/source/data/locales/so_DJ.txt + A extern/icu/source/data/locales/so_ET.txt + A extern/icu/source/data/locales/so_KE.txt + A extern/icu/source/data/locales/so_SO.txt + A extern/icu/source/data/locales/sq.txt + A extern/icu/source/data/locales/sq_AL.txt + A extern/icu/source/data/locales/sr.txt + A extern/icu/source/data/locales/sr_YU.txt + A extern/icu/source/data/locales/sv.txt + A extern/icu/source/data/locales/sv_FI.txt + A extern/icu/source/data/locales/sv_SE.txt + A extern/icu/source/data/locales/sw.txt + A extern/icu/source/data/locales/sw_KE.txt + A extern/icu/source/data/locales/sw_TZ.txt + A extern/icu/source/data/locales/ta.txt + A extern/icu/source/data/locales/ta_IN.txt + A extern/icu/source/data/locales/te.txt + A extern/icu/source/data/locales/te_IN.txt + A extern/icu/source/data/locales/th.txt + A extern/icu/source/data/locales/th_TH.txt + A extern/icu/source/data/locales/th_TH_TRADITIONAL.txt + A extern/icu/source/data/locales/ti.txt + A extern/icu/source/data/locales/ti_ER.txt + A extern/icu/source/data/locales/ti_ET.txt + A extern/icu/source/data/locales/tr.txt + A extern/icu/source/data/locales/tr_TR.txt + A extern/icu/source/data/locales/uk.txt + A extern/icu/source/data/locales/uk_UA.txt + A extern/icu/source/data/locales/vi.txt + A extern/icu/source/data/locales/vi_VN.txt + A extern/icu/source/data/locales/zh.txt + A extern/icu/source/data/locales/zh_CN.txt + A extern/icu/source/data/locales/zh_HK.txt + A extern/icu/source/data/locales/zh_Hans.txt + A extern/icu/source/data/locales/zh_Hans_CN.txt + A extern/icu/source/data/locales/zh_Hans_SG.txt + A extern/icu/source/data/locales/zh_Hant.txt + A extern/icu/source/data/locales/zh_Hant_HK.txt + A extern/icu/source/data/locales/zh_Hant_MO.txt + A extern/icu/source/data/locales/zh_MO.txt + A extern/icu/source/data/locales/zh_SG.txt + A extern/icu/source/data/locales/zh_TW.txt + A extern/icu/source/data/makedata.dsp + A extern/icu/source/data/makedata.mak + A extern/icu/source/data/makedata.vcproj + A extern/icu/source/data/mappings + A extern/icu/source/data/mappings/cns-11643-1992.ucm + A extern/icu/source/data/mappings/convrtrs.txt + A extern/icu/source/data/mappings/ebcdic-xml-us.ucm + A extern/icu/source/data/mappings/gb18030.ucm + A extern/icu/source/data/mappings/ibm-1006_P100-1995.ucm + A extern/icu/source/data/mappings/ibm-1025_P100-1995.ucm + A extern/icu/source/data/mappings/ibm-1026_P100-1995.ucm + A extern/icu/source/data/mappings/ibm-1047_P100-1995.ucm + A extern/icu/source/data/mappings/ibm-1051_P100-1995.ucm + A extern/icu/source/data/mappings/ibm-1089_P100-1995.ucm + A extern/icu/source/data/mappings/ibm-1097_P100-1995.ucm + A extern/icu/source/data/mappings/ibm-1098_P100-1995.ucm + A extern/icu/source/data/mappings/ibm-1112_P100-1995.ucm + A extern/icu/source/data/mappings/ibm-1122_P100-1999.ucm + A extern/icu/source/data/mappings/ibm-1123_P100-1995.ucm + A extern/icu/source/data/mappings/ibm-1124_P100-1996.ucm + A extern/icu/source/data/mappings/ibm-1125_P100-1997.ucm + A extern/icu/source/data/mappings/ibm-1129_P100-1997.ucm + A extern/icu/source/data/mappings/ibm-1130_P100-1997.ucm + A extern/icu/source/data/mappings/ibm-1131_P100-1997.ucm + A extern/icu/source/data/mappings/ibm-1132_P100-1998.ucm + A extern/icu/source/data/mappings/ibm-1133_P100-1997.ucm + A extern/icu/source/data/mappings/ibm-1137_P100-1999.ucm + A extern/icu/source/data/mappings/ibm-1140_P100-1997.ucm + A extern/icu/source/data/mappings/ibm-1141_P100-1997.ucm + A extern/icu/source/data/mappings/ibm-1142_P100-1997.ucm + A extern/icu/source/data/mappings/ibm-1143_P100-1997.ucm + A extern/icu/source/data/mappings/ibm-1144_P100-1997.ucm + A extern/icu/source/data/mappings/ibm-1145_P100-1997.ucm + A extern/icu/source/data/mappings/ibm-1146_P100-1997.ucm + A extern/icu/source/data/mappings/ibm-1147_P100-1997.ucm + A extern/icu/source/data/mappings/ibm-1148_P100-1997.ucm + A extern/icu/source/data/mappings/ibm-1149_P100-1997.ucm + A extern/icu/source/data/mappings/ibm-1153_P100-1999.ucm + A extern/icu/source/data/mappings/ibm-1154_P100-1999.ucm + A extern/icu/source/data/mappings/ibm-1155_P100-1999.ucm + A extern/icu/source/data/mappings/ibm-1156_P100-1999.ucm + A extern/icu/source/data/mappings/ibm-1157_P100-1999.ucm + A extern/icu/source/data/mappings/ibm-1158_P100-1999.ucm + A extern/icu/source/data/mappings/ibm-1160_P100-1999.ucm + A extern/icu/source/data/mappings/ibm-1162_P100-1999.ucm + A extern/icu/source/data/mappings/ibm-1164_P100-1999.ucm + A extern/icu/source/data/mappings/ibm-1250_P100-1995.ucm + A extern/icu/source/data/mappings/ibm-1251_P100-1995.ucm + A extern/icu/source/data/mappings/ibm-1252_P100-2000.ucm + A extern/icu/source/data/mappings/ibm-1253_P100-1995.ucm + A extern/icu/source/data/mappings/ibm-1254_P100-1995.ucm + A extern/icu/source/data/mappings/ibm-1255_P100-1995.ucm + A extern/icu/source/data/mappings/ibm-1256_P110-1997.ucm + A extern/icu/source/data/mappings/ibm-1257_P100-1995.ucm + A extern/icu/source/data/mappings/ibm-1258_P100-1997.ucm + A extern/icu/source/data/mappings/ibm-12712_P100-1998.ucm + A extern/icu/source/data/mappings/ibm-1276_P100-1995.ucm + A extern/icu/source/data/mappings/ibm-1277_P100-1995.ucm + A extern/icu/source/data/mappings/ibm-1363_P110-1997.ucm + A extern/icu/source/data/mappings/ibm-1363_P11B-1998.ucm + A extern/icu/source/data/mappings/ibm-1364_P110-1997.ucm + A extern/icu/source/data/mappings/ibm-1371_P100-1999.ucm + A extern/icu/source/data/mappings/ibm-1373_P100-2002.ucm + A extern/icu/source/data/mappings/ibm-1375_P100-2003.ucm + A extern/icu/source/data/mappings/ibm-1381_P110-1999.ucm + A extern/icu/source/... [truncated message content] |
From: <fir...@us...> - 2010-11-30 05:12:24
|
Revision: 52005 http://firebird.svn.sourceforge.net/firebird/?rev=52005&view=rev Author: firebirds Date: 2010-11-30 05:12:18 +0000 (Tue, 30 Nov 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2010-11-30 04:06:03 UTC (rev 52004) +++ firebird/branches/B2_5_Release/ChangeLog 2010-11-30 05:12:18 UTC (rev 52005) @@ -1,3 +1,13 @@ + 2010-11-29 15:50 dimitr + M src/jrd/Optimizer.cpp + M src/jrd/Optimizer.h +Correction for one of my past commits. Also, unified the code a bit. + + 2010-11-29 15:05 hvlad + M src/remote/os/win32/srvr_w32.cpp + M src/remote/os/win32/window.cpp +Fixed bug CORE-3266 : Race condition between async service detach request and running user trace service + 2010-11-28 19:51 dimitr M src/jrd/pag.cpp Backport. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-11-30 04:06:03 UTC (rev 52004) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-11-30 05:12:18 UTC (rev 52005) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26145 + FORMAL BUILD NUMBER:26147 */ -#define PRODUCT_VER_STRING "2.5.0.26145" -#define FILE_VER_STRING "WI-V2.5.0.26145" -#define LICENSE_VER_STRING "WI-V2.5.0.26145" -#define FILE_VER_NUMBER 2, 5, 0, 26145 +#define PRODUCT_VER_STRING "2.5.0.26147" +#define FILE_VER_STRING "WI-V2.5.0.26147" +#define LICENSE_VER_STRING "WI-V2.5.0.26147" +#define FILE_VER_NUMBER 2, 5, 0, 26147 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "0" -#define FB_BUILD_NO "26145" +#define FB_BUILD_NO "26147" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-11-30 04:06:03 UTC (rev 52004) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-11-30 05:12:18 UTC (rev 52005) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=0 -BuildNum=26145 +BuildNum=26147 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-12-03 04:12:59
|
Revision: 52020 http://firebird.svn.sourceforge.net/firebird/?rev=52020&view=rev Author: firebirds Date: 2010-12-03 04:12:52 +0000 (Fri, 03 Dec 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2010-12-03 03:36:00 UTC (rev 52019) +++ firebird/branches/B2_5_Release/ChangeLog 2010-12-03 04:12:52 UTC (rev 52020) @@ -1,3 +1,28 @@ + 2010-12-02 19:52 dimitr + M src/jrd/gds.cpp +InitPrefix::init() should never throw, it leads to the infinite recursion with a stack overflow. + + 2010-12-02 11:15 dimitr + M src/dsql/keywords.cpp + M src/dsql/make.cpp + M src/dsql/misc_func.cpp + M src/dsql/parse.y + M src/include/types_pub.h + M src/jrd/cmp.cpp + M src/jrd/evl.cpp + M src/jrd/exe.cpp + M src/jrd/exe.h + M src/jrd/misc_func_ids.h +Backported CORE-2890: SQLSTATE should also be available as a PSQL context variable like GDSCODE/SQLCODE. + + 2010-12-02 10:41 dimitr + M src/misc/writeBuildNum.sh +Updated version info. + + 2010-12-02 10:38 dimitr + M doc/WhatsNew +Updated docs. + 2010-11-29 15:50 dimitr M src/jrd/Optimizer.cpp M src/jrd/Optimizer.h Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-03 03:36:00 UTC (rev 52019) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-03 04:12:52 UTC (rev 52020) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26147 + FORMAL BUILD NUMBER:26151 */ -#define PRODUCT_VER_STRING "2.5.0.26147" -#define FILE_VER_STRING "WI-V2.5.0.26147" -#define LICENSE_VER_STRING "WI-V2.5.0.26147" -#define FILE_VER_NUMBER 2, 5, 0, 26147 +#define PRODUCT_VER_STRING "2.5.1.26151" +#define FILE_VER_STRING "WI-V2.5.1.26151" +#define LICENSE_VER_STRING "WI-V2.5.1.26151" +#define FILE_VER_NUMBER 2, 5, 1, 26151 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" -#define FB_REV_NO "0" -#define FB_BUILD_NO "26147" +#define FB_REV_NO "1" +#define FB_BUILD_NO "26151" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-03 03:36:00 UTC (rev 52019) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-03 04:12:52 UTC (rev 52020) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26147 +BuildNum=26151 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-12-09 03:34:06
|
Revision: 52032 http://firebird.svn.sourceforge.net/firebird/?rev=52032&view=rev Author: firebirds Date: 2010-12-09 03:33:59 +0000 (Thu, 09 Dec 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2010-12-08 10:57:21 UTC (rev 52031) +++ firebird/branches/B2_5_Release/ChangeLog 2010-12-09 03:33:59 UTC (rev 52032) @@ -1,3 +1,7 @@ + 2010-12-08 10:57 dimitr + M src/jrd/opt.cpp +Backported CORE-1274 and CORE-1752. + 2010-12-02 19:52 dimitr M src/jrd/gds.cpp InitPrefix::init() should never throw, it leads to the infinite recursion with a stack overflow. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-08 10:57:21 UTC (rev 52031) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-09 03:33:59 UTC (rev 52032) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26151 + FORMAL BUILD NUMBER:26152 */ -#define PRODUCT_VER_STRING "2.5.1.26151" -#define FILE_VER_STRING "WI-V2.5.1.26151" -#define LICENSE_VER_STRING "WI-V2.5.1.26151" -#define FILE_VER_NUMBER 2, 5, 1, 26151 +#define PRODUCT_VER_STRING "2.5.1.26152" +#define FILE_VER_STRING "WI-V2.5.1.26152" +#define LICENSE_VER_STRING "WI-V2.5.1.26152" +#define FILE_VER_NUMBER 2, 5, 1, 26152 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26151" +#define FB_BUILD_NO "26152" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-08 10:57:21 UTC (rev 52031) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-09 03:33:59 UTC (rev 52032) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26151 +BuildNum=26152 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-12-13 03:34:41
|
Revision: 52041 http://firebird.svn.sourceforge.net/firebird/?rev=52041&view=rev Author: firebirds Date: 2010-12-13 03:34:35 +0000 (Mon, 13 Dec 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2010-12-13 03:19:34 UTC (rev 52040) +++ firebird/branches/B2_5_Release/ChangeLog 2010-12-13 03:34:35 UTC (rev 52041) @@ -1,3 +1,10 @@ + 2010-12-12 19:17 hvlad + M src/remote/inet.cpp + M src/remote/remote.cpp + M src/remote/remote.h + M src/remote/server.cpp +Fixed bug CORE-3119 : 100% CPU USAGE with Unilimited Loop & Index corrupted + 2010-12-08 10:57 dimitr M src/jrd/opt.cpp Backported CORE-1274 and CORE-1752. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-13 03:19:34 UTC (rev 52040) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-13 03:34:35 UTC (rev 52041) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26152 + FORMAL BUILD NUMBER:26153 */ -#define PRODUCT_VER_STRING "2.5.1.26152" -#define FILE_VER_STRING "WI-V2.5.1.26152" -#define LICENSE_VER_STRING "WI-V2.5.1.26152" -#define FILE_VER_NUMBER 2, 5, 1, 26152 +#define PRODUCT_VER_STRING "2.5.1.26153" +#define FILE_VER_STRING "WI-V2.5.1.26153" +#define LICENSE_VER_STRING "WI-V2.5.1.26153" +#define FILE_VER_NUMBER 2, 5, 1, 26153 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26152" +#define FB_BUILD_NO "26153" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-13 03:19:34 UTC (rev 52040) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-13 03:34:35 UTC (rev 52041) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26152 +BuildNum=26153 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-12-16 03:48:34
|
Revision: 52047 http://firebird.svn.sourceforge.net/firebird/?rev=52047&view=rev Author: firebirds Date: 2010-12-16 03:48:28 +0000 (Thu, 16 Dec 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2010-12-16 03:28:01 UTC (rev 52046) +++ firebird/branches/B2_5_Release/ChangeLog 2010-12-16 03:48:28 UTC (rev 52047) @@ -1,3 +1,7 @@ + 2010-12-16 00:14 asfernandes + M src/jrd/SysFunction.cpp +Backported fix for CORE-3277 - Wrong result for RIGHT(UTF8 varchar) + 2010-12-12 19:17 hvlad M src/remote/inet.cpp M src/remote/remote.cpp Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-16 03:28:01 UTC (rev 52046) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-16 03:48:28 UTC (rev 52047) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26153 + FORMAL BUILD NUMBER:26154 */ -#define PRODUCT_VER_STRING "2.5.1.26153" -#define FILE_VER_STRING "WI-V2.5.1.26153" -#define LICENSE_VER_STRING "WI-V2.5.1.26153" -#define FILE_VER_NUMBER 2, 5, 1, 26153 +#define PRODUCT_VER_STRING "2.5.1.26154" +#define FILE_VER_STRING "WI-V2.5.1.26154" +#define LICENSE_VER_STRING "WI-V2.5.1.26154" +#define FILE_VER_NUMBER 2, 5, 1, 26154 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26153" +#define FB_BUILD_NO "26154" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-16 03:28:01 UTC (rev 52046) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-16 03:48:28 UTC (rev 52047) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26153 +BuildNum=26154 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-12-18 03:30:57
|
Revision: 52056 http://firebird.svn.sourceforge.net/firebird/?rev=52056&view=rev Author: firebirds Date: 2010-12-18 03:30:51 +0000 (Sat, 18 Dec 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2010-12-18 03:18:07 UTC (rev 52055) +++ firebird/branches/B2_5_Release/ChangeLog 2010-12-18 03:30:51 UTC (rev 52056) @@ -1,3 +1,13 @@ + 2010-12-17 09:54 hvlad + M src/jrd/svc.cpp + M src/jrd/svc.h + M src/jrd/trace/TraceService.cpp +Better fix for bug CORE-3266 : Race condition between async service detach request and running user trace service + + 2010-12-17 05:40 robocop + M doc/WhatsNew +Misc. + 2010-12-16 00:14 asfernandes M src/jrd/SysFunction.cpp Backported fix for CORE-3277 - Wrong result for RIGHT(UTF8 varchar) Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-18 03:18:07 UTC (rev 52055) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-18 03:30:51 UTC (rev 52056) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26154 + FORMAL BUILD NUMBER:26156 */ -#define PRODUCT_VER_STRING "2.5.1.26154" -#define FILE_VER_STRING "WI-V2.5.1.26154" -#define LICENSE_VER_STRING "WI-V2.5.1.26154" -#define FILE_VER_NUMBER 2, 5, 1, 26154 +#define PRODUCT_VER_STRING "2.5.1.26156" +#define FILE_VER_STRING "WI-V2.5.1.26156" +#define LICENSE_VER_STRING "WI-V2.5.1.26156" +#define FILE_VER_NUMBER 2, 5, 1, 26156 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26154" +#define FB_BUILD_NO "26156" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-18 03:18:07 UTC (rev 52055) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-18 03:30:51 UTC (rev 52056) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26154 +BuildNum=26156 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-12-21 03:48:14
|
Revision: 52067 http://firebird.svn.sourceforge.net/firebird/?rev=52067&view=rev Author: firebirds Date: 2010-12-21 03:48:07 +0000 (Tue, 21 Dec 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2010-12-20 23:23:51 UTC (rev 52066) +++ firebird/branches/B2_5_Release/ChangeLog 2010-12-21 03:48:07 UTC (rev 52067) @@ -1,3 +1,9 @@ + 2010-12-20 07:05 dimitr + M src/jrd/Optimizer.cpp + M src/jrd/Optimizer.h + M src/jrd/opt.cpp +Fixed CORE-3283: Bad plan with using LEFT OUTER JOIN in sub-select. + 2010-12-17 09:54 hvlad M src/jrd/svc.cpp M src/jrd/svc.h Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-20 23:23:51 UTC (rev 52066) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-21 03:48:07 UTC (rev 52067) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26156 + FORMAL BUILD NUMBER:26157 */ -#define PRODUCT_VER_STRING "2.5.1.26156" -#define FILE_VER_STRING "WI-V2.5.1.26156" -#define LICENSE_VER_STRING "WI-V2.5.1.26156" -#define FILE_VER_NUMBER 2, 5, 1, 26156 +#define PRODUCT_VER_STRING "2.5.1.26157" +#define FILE_VER_STRING "WI-V2.5.1.26157" +#define LICENSE_VER_STRING "WI-V2.5.1.26157" +#define FILE_VER_NUMBER 2, 5, 1, 26157 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26156" +#define FB_BUILD_NO "26157" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-20 23:23:51 UTC (rev 52066) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-21 03:48:07 UTC (rev 52067) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26156 +BuildNum=26157 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-12-24 03:32:32
|
Revision: 52074 http://firebird.svn.sourceforge.net/firebird/?rev=52074&view=rev Author: firebirds Date: 2010-12-24 03:32:26 +0000 (Fri, 24 Dec 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2010-12-24 03:19:53 UTC (rev 52073) +++ firebird/branches/B2_5_Release/ChangeLog 2010-12-24 03:32:26 UTC (rev 52074) @@ -1,3 +1,7 @@ + 2010-12-23 11:10 hvlad + M src/jrd/exe.cpp +Fixed bug CORE-3282 : EXECUTE STATEMENT parses the SQL text using wrong charset + 2010-12-20 07:05 dimitr M src/jrd/Optimizer.cpp M src/jrd/Optimizer.h Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-24 03:19:53 UTC (rev 52073) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-24 03:32:26 UTC (rev 52074) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26157 + FORMAL BUILD NUMBER:26158 */ -#define PRODUCT_VER_STRING "2.5.1.26157" -#define FILE_VER_STRING "WI-V2.5.1.26157" -#define LICENSE_VER_STRING "WI-V2.5.1.26157" -#define FILE_VER_NUMBER 2, 5, 1, 26157 +#define PRODUCT_VER_STRING "2.5.1.26158" +#define FILE_VER_STRING "WI-V2.5.1.26158" +#define LICENSE_VER_STRING "WI-V2.5.1.26158" +#define FILE_VER_NUMBER 2, 5, 1, 26158 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26157" +#define FB_BUILD_NO "26158" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-24 03:19:53 UTC (rev 52073) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-24 03:32:26 UTC (rev 52074) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26157 +BuildNum=26158 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2010-12-27 03:28:37
|
Revision: 52077 http://firebird.svn.sourceforge.net/firebird/?rev=52077&view=rev Author: firebirds Date: 2010-12-27 03:28:27 +0000 (Mon, 27 Dec 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2010-12-27 03:17:00 UTC (rev 52076) +++ firebird/branches/B2_5_Release/ChangeLog 2010-12-27 03:28:27 UTC (rev 52077) @@ -91328,7403 +91328,5 @@ M src/remote/remote_def.h Code Cleanup, removed obsolete "UNIXWARE" port - 2002-10-28 04:44 seanleyne - M src/jrd/isc_sync.cpp -Completed removal of obsolete "M88K" port - - 2002-10-28 04:42 seanleyne - M src/gpre/cob.cpp - M src/jrd/common.h - M src/jrd/isc_sync.cpp - M src/jrd/license.h - M src/jrd/pag.cpp - M src/jrd/utl.cpp - M src/jrd/why.c - M src/jrd/y-valve.cpp - D src/makefiles/prefix.dg_x86 - M src/remote/remote_def.h -Completed removal of obsolete "DG_X86" port - - 2002-10-28 03:52 seanleyne - M src/jrd/svc.cpp - M src/lock/lock.cpp - M src/utilities/drop.cpp - M src/wal/wal.cpp -Completed removal of obsolete "IMP" port - - 2002-10-28 03:47 seanleyne - M src/jrd/llio.cpp - M src/jrd/svc.cpp - M src/jrd/unix.cpp - M src/lock/lock.cpp - M src/lock/print.cpp - M src/pipe/head.cpp - M src/utilities/drop.cpp - M src/wal/wal.cpp -Completed removal of obsolete "DELTA" port - - 2002-10-28 03:40 seanleyne - D src/makefiles/prefix.ap - D src/makefiles/prefix.ax - D src/makefiles/prefix.cray - D src/makefiles/prefix.delta - D src/makefiles/prefix.epson - D src/makefiles/prefix.hm300 - D src/makefiles/prefix.imp - D src/makefiles/prefix.m88k - D src/makefiles/prefix.nxt - D src/makefiles/prefix.os2 -Deleted 'prefix.' files for old/deleted ports - - 2002-10-27 22:17 fsg - M ChangeLog -Updated ChangeLog - - 2002-10-27 12:51 dimitr - M src/lock/lock.cpp -Rolled back my change, because it breaked unix builds. - - 2002-10-26 22:03 fsg - M ChangeLog -Updated ChangeLog - - 2002-10-26 21:16 arnobrinkman - M src/jrd/opt.cpp -AB: Added support for detecting use of index with sub-selects in aggregate selects - - 2002-10-26 13:26 dimitr - M doc/WhatsNew -Added alpha 3 changes. - - 2002-10-26 12:34 dimitr - M src/jrd/svc.h -Small correction. - - 2002-10-26 08:32 dimitr - M builds/win32/msvc6/fbclient.dsp - M builds/win32/msvc6/fbserver.dsp -Corrected project files. - - 2002-10-26 08:21 dimitr - M src/jrd/sort_mem.cpp - M src/jrd/sort_mem.h -Global usage of "size_t" data type instead of "long". - - 2002-10-25 22:03 fsg - M ChangeLog -Updated ChangeLog - - 2002-10-25 16:28 alexpeshkoff - A src/jrd/os/thd_priority.h - A src/jrd/os/win32/thd_priority.cpp - M src/jrd/sch.cpp - M src/jrd/thd_win32.cpp - M src/remote/cntl.cpp -Threads' priority scheduling in Win32 -Inactive by default -To bring to active state uncomment - //#define THREAD_PSCHED -in thd_priority.h - - 2002-10-25 14:08 dimitr - D src/misc/status.cpp - D src/misc/status.h -Removed duplicated files. Absolutely the same ones still exist in /jrd. - - 2002-10-25 08:29 dimitr - M src/dsql/pass1.cpp -Re-allowed plans in triggers. - - 2002-10-24 22:06 fsg - M ChangeLog -Updated ChangeLog - - 2002-10-24 15:41 dimitr - M src/utilities/install_svc.cpp -Cleanup. - - 2002-10-24 15:39 dimitr - M src/iscguard/iscguard_utils.cpp -ISC_STATUS_LENGTH correction. - - 2002-10-24 15:18 dimitr - M src/remote/window.cpp -Cleanup. - - 2002-10-24 14:53 dimitr - M src/jrd/isc_ipc.cpp - M src/lock/lock.cpp -Cleanup. - - 2002-10-24 14:02 dimitr - M builds/win32/msvc6/ib_udf.def -no message - - 2002-10-24 12:01 tamlin - M builds/win32/msvc6/gfix.dsp -Make gfix compile in debug mode. - - 2002-10-24 11:16 tamlin - M src/jrd/jrd.cpp -Compile without warnings on MSVC6. - - 2002-10-24 11:13 dimitr - M src/jrd/why.c - M src/jrd/y-valve.cpp -More complete implementation of my 2PC related fix. - - 2002-10-24 09:13 eku - M src/remote/inet.cpp -Removed latestr checkin (private modifications). - - 2002-10-24 09:01 eku - M src/alice/tdr.cpp - M src/burp/backup.epp - M src/burp/burp.h - M src/burp/canonical.cpp - M src/burp/restore.epp - M src/csv/csi.cpp - M src/csv/csi.h - M src/csv/csu.cpp - M src/csv/csv.cpp - M src/csv/print.cpp - M src/dsql/metd.epp - M src/dsql/movd.cpp - M src/dsql/preparse.cpp - M src/dsql/user_dsql.cpp - M src/dudley/exe.epp - M src/dudley/extract.epp - M src/dudley/lex.cpp - M src/gpre/form.cpp - M src/gpre/gpre_meta.epp - M src/gpre/gpre_meta_boot.cpp - M src/install/arch-specific/sinixz/prototype.in - M src/ipserver/ipc.h - M src/iscguard/iscguard.cpp - M src/iscguard/iscguard_utils.cpp - M src/isql/show.epp - M src/journal/archive.cpp - M src/journal/console.cpp - M src/journal/gjrn.cpp - M src/journal/journal.h - M src/journal/oldr.cpp - M src/jrd/ail.cpp - M src/jrd/all_old.cpp - M src/jrd/alt.cpp - M src/jrd/cch.cpp - M src/jrd/common.h - M src/jrd/dfw.epp - M src/jrd/dyn.epp - M src/jrd/event.cpp - M src/jrd/functions.cpp - M src/jrd/gds.cpp - M src/jrd/ibase.h - M src/jrd/iberr.cpp - M src/jrd/isc.cpp - M src/jrd/jrd.cpp - M src/jrd/jrd.h - M src/jrd/jrn.cpp - M src/jrd/map.cpp - M src/jrd/met.epp - M src/jrd/old.cpp - M src/jrd/pag.cpp - M src/jrd/perf.cpp - M src/jrd/print.cpp - M src/jrd/pwd.cpp - M src/jrd/rdb.cpp - M src/jrd/rdbgpas.cpp - M src/jrd/rdbint.cpp - M src/jrd/rng.cpp - M src/jrd/sdw.cpp - M src/jrd/svc.cpp - M src/jrd/utl.cpp - M src/jrd/why.c - M src/jrd/y-valve.cpp - M src/lock/driver.cpp - M src/lock/lock.cpp - M src/lock/manager.cpp - M src/lock/print.cpp - M src/lock/printv3.cpp - M src/pipe/foot.cpp - M src/qli/all.cpp - M src/qli/eval.cpp - M src/qli/exe.cpp - M src/qli/form.cpp - M src/qli/format.cpp - M src/qli/gener.cpp - M src/qli/lex.cpp - M src/qli/meta.epp - M src/qli/noform.cpp - M src/qli/proc.epp - M src/qli/show.epp - M src/remote/inet.cpp - M src/remote/inet_server.cpp - M src/remote/interface.cpp - M src/remote/ipc_server.cpp - M src/remote/mgr.cpp - M src/remote/nt_server.cpp - M src/remote/nwserv.cpp - M src/remote/remote.h - M src/remote/server.cpp - M src/remote/srvr_w32.cpp - M src/utilities/cache.cpp - M src/utilities/create_db.cpp - M src/utilities/dba_full.epp - M src/utilities/drop.cpp - M src/utilities/dropv3.cpp - M src/utilities/print_pool.cpp - M src/utilities/sbc_print.cpp - M src/utilities/security.epp - M src/v5_examples/api1.c - M src/v5_examples/api10.c - M src/v5_examples/api11.c - M src/v5_examples/api12.c - M src/v5_examples/api13.c - M src/v5_examples/api15.c - M src/v5_examples/api16.c - M src/v5_examples/api16t.c - M src/v5_examples/api2.c - M src/v5_examples/api3.c - M src/v5_examples/api4.c - M src/v5_examples/api5.c - M src/v5_examples/api6.c - M src/v5_examples/api7.c - M src/v5_examples/api8.c - M src/v5_examples/api9.c - M src/v5_examples/apifull.c - M src/v5_examples/empbuild.c - M src/v5_examples/winevent.c - M src/wal/driver.cpp - M src/wal/wal.cpp - M src/wal/wal_prnt.cpp - M src/wal/walc.cpp - M src/wal/walw.cpp -Code cleanup: -Since we already have the define ISC_STATUS_LENGTH for the the length of -the status vector, we should use it! Replaced 'status[20]' with -'status[ISC_STATUS_LENGTH]'. -Replaced the different symbolic names for the maximum length of a path -(MAX_PATH, MAX_PATH_LENGTH, MAXPATHLEN) with one uniq symbol MAXPATHLEN. - - 2002-10-23 22:04 fsg - M ChangeLog -Updated ChangeLog - - 2002-10-22 22:04 fsg - M ChangeLog -Updated ChangeLog - - 2002-10-22 08:05 dimitr - M src/burp/restore.epp -Commited Ignacio's fix for uninitialized variables in burp. - - 2002-10-19 22:02 fsg - M ChangeLog -Updated ChangeLog - - 2002-10-19 09:05 dimitr - M src/jrd/exe.cpp -Fixed a possible buffer overrun. - - 2002-10-19 00:56 arnobrinkman - M src/dsql/pass1.cpp -AB: "cosmetic changes" - - 2002-10-19 00:49 arnobrinkman - M src/dsql/make.cpp -AB: "cosmetic changes" - - 2002-10-19 00:32 arnobrinkman - M src/dsql/pass1.cpp -AB: bug fixed with sub-select and group by clause and cosmetic changes - - 2002-10-18 22:04 fsg - M ChangeLog -Updated ChangeLog - - 2002-10-18 14:40 dimitr - M src/jrd/jrd.cpp -Fixed one more 2PC related bug. - - 2002-10-18 13:41 dimitr - M src/jrd/vio.cpp -Rolled back my bugfix. It does solve the mentioned problem, but introduces much more additional (unexpected) pain. - - 2002-10-18 13:26 dimitr - M src/jrd/why.c - M src/jrd/y-valve.cpp -Fixed incorrect 2PC behaviour with a rollback of a distributed transaction. - - 2002-10-18 11:11 dimitr - M builds/win32/msvc6/fbclient.dsp -Added proper version information for the both client libraries. - - 2002-10-18 09:14 dimitr - M builds/win32/msvc6/gpre.dsp -Small correction. - - 2002-10-18 05:12 fsg - M ChangeLog -Updated ChangeLog - - 2002-10-18 04:55 stryqx - M src/jrd/thd.cpp -Fix preprocessor statement. - - 2002-10-16 22:03 fsg - M ChangeLog -Updated ChangeLog - - 2002-10-16 08:40 eku - M src/dsql/preparse.cpp -Eventually fixed redefinition of PAGESIZE. - - 2002-10-16 08:38 eku - M configure.in - M src/include/gen/autoconfig_msvc.h - M src/jrd/isc_sync.cpp - M src/make.new/config/config.h.in -Autoconf: check for function getpagesize. - - 2002-10-14 22:09 fsg - M ChangeLog -Updated ChangeLog - - 2002-10-14 09:21 eku - M builds/posix/Makefile.in.refDatabases -The file permissions must match the database attribute (read-only), otherwise -gpre will fail. - - 2002-10-14 05:40 fsg - M ChangeLog -Updated ChangeLog - - 2002-10-13 10:30 dimitr - M src/jrd/scl.epp - M src/jrd/winnt.cpp -Fixed one possible bug and one typo. - - 2002-10-13 10:24 dimitr - M src/jrd/ibase.h - M src/jrd/intlnames.h -Fixed a few little bugs. - - 2002-10-12 22:02 fsg - M ChangeLog -Updated ChangeLog - - 2002-10-12 20:27 skidder - M src/jrd/opt.cpp -Move nulls first/last code out of SCROLLABLE_CURSORS ifdef - - 2002-10-12 19:46 skidder - M src/jrd/opt.cpp -Fixed problem which caused complex outer joins to produce wrong results - - 2002-10-12 19:39 skidder - M src/jrd/opt.cpp -Fixed problem which caused complex outer joins to produce wrong results - - 2002-10-12 11:16 dimitr - M src/remote/cntl.cpp - M src/remote/nt_server.cpp - M src/remote/srvr_w32.cpp - M src/utilities/install_nt.h - M src/utilities/install_svc.cpp -Made the codebase ready for the win32 classic builds. - - 2002-10-12 11:07 dimitr - M src/jrd/svc.cpp -Made the codebase ready for the win32 classic builds. - - 2002-10-12 10:03 dimitr - M builds/win32/msvc6/fbclient.dsp - M builds/win32/msvc6/gds32.dsp - A src/jrd/isc_version.rc -Added proper version information for the both client libraries. - - 2002-10-12 08:13 stryqx - M src/qli/err.cpp -Implicit cast breaks FreeBSD build. - - 2002-10-12 05:21 stryqx - M src/jrd/os/mod_loader.h - M src/jrd/os/path_utils.h -Quiet newline warning - - 2002-10-12 04:59 stryqx - A builds/posix/prefix.freebsd -Add prefix.freebsd. - - 2002-10-12 04:16 stryqx - M src/common/memory/memory_pool.cpp - M src/jrd/common.h - M src/jrd/flu.cpp - M src/jrd/gds.cpp - M src/jrd/isc_file.cpp - M src/jrd/isc_sync.cpp - M src/jrd/jrd.h - M src/jrd/thd.cpp - M src/jrd/thd.h -Add FreeBSD support. -This allows me to compile CS on FreeBSD 4.7 using gcc 3.2.1. - - 2002-10-12 04:12 stryqx - M src/extlib/fbudf/fbudf.cpp - M src/extlib/fbudf/fbudf.h - M src/extlib/fbudf/fbudf.sql -Rename truncate to fbtruncate to avoid conflict with standard C/C++ library. - - 2002-10-12 04:05 stryqx - M src/qli/exe.cpp -Include string.h for memcpy definition for those systems that need it. - - 2002-10-11 22:03 fsg - M ChangeLog -Updated ChangeLog - - 2002-10-11 21:41 skywalker - M builds/posix/Makefile.in.refDatabases -Changed restore of isc4.gdb to not have read_only option - - 2002-10-11 04:40 fsg - M ChangeLog -Updated ChangeLog - - 2002-10-10 19:32 eku - M builds/posix/Makefile.in.embed.qli - M src/qli/dtr.cpp - M src/qli/err.cpp - M src/qli/exe.cpp -Fixed compilation of qli. - - 2002-10-10 18:49 fsg - M ChangeLog -Updated ChangeLog - - 2002-10-10 12:52 dimitr - M src/dsql/preparse.cpp -Commented out because MSVC doesn't understand such a preprocessor directive. - - 2002-10-10 11:44 dimitr + 2002-10-28 04:57 seanleyne M src/misc/writeBuildNum.sh -Make sure the next version is Alpha 3. - - 2002-10-10 06:48 eku - M configure.in -Compilation of the editline library depends on configure switches. - - 2002-10-10 06:47 eku - M builds/posix/Makefile.in.firebird -Compilation of the editline library depends on configure switches. -Added qli to the CS targets (needed by TCS). - - 2002-10-09 19:48 fsg - M ChangeLog -Updated ChangeLog - - 2002-10-09 12:32 skidder - M doc/WhatsNew -Added my unmentioned change - - 2002-10-09 11:28 skidder - M src/extern/editline/Makefile -Fixed to make posix build work - - 2002-10-08 11:46 dimitr - M src/jrd/db_alias.cpp -Re-read aliases config file every time any database is attached. - - 2002-10-08 09:42 eku - M builds/posix/prefix.sinixz -Updated settings with SINIX-2000 environment - - 2002-10-08 05:12 eku - M src/dsql/preparse.cpp -Added warning. One needs to rename PAGESIZE to something different. It's -already defined in 'sys/param.h'. - - 2002-10-07 15:09 fsg - M ChangeLog -ChangeLog updated - - 2002-10-07 13:33 eku - M src/jrd/svc.cpp - M src/jrd/svc.h -Service API: - o fixed SVC_TRMNTR parsing - o fixed -svc/-svc_thd argument passing - o re-enabled API on CS (SINIX-Z) - - 2002-10-07 01:29 skywalker - M builds/posix/Makefile.in.boot.gpre - M builds/posix/Makefile.in.client.gbak - M builds/posix/Makefile.in.client.gdef - M builds/posix/Makefile.in.client.gfix - M builds/posix/Makefile.in.client.gpre - M builds/posix/Makefile.in.client.isql - M builds/posix/Makefile.in.client.util - M builds/posix/Makefile.in.embed.gbak - M builds/posix/Makefile.in.embed.gdef - M builds/posix/Makefile.in.embed.gfix - M builds/posix/Makefile.in.embed.gpre - M builds/posix/Makefile.in.embed.isql - M builds/posix/Makefile.in.embed.lockmgr - M builds/posix/Makefile.in.embed.qli - M builds/posix/Makefile.in.embed.util - M builds/posix/Makefile.in.extlib - M builds/posix/Makefile.in.fbserver - M builds/posix/Makefile.in.fbutil - M builds/posix/Makefile.in.firebird - M builds/posix/Makefile.in.inet_server - M builds/posix/Makefile.in.install - M builds/posix/Makefile.in.intl - M builds/posix/Makefile.in.libfbclient - M builds/posix/Makefile.in.libfbcommon - M builds/posix/Makefile.in.libfbembed - M builds/posix/Makefile.in.libfbserver - M builds/posix/Makefile.in.libfbstatic - M builds/posix/Makefile.in.msgs - M builds/posix/Makefile.in.refDatabases - M builds/posix/Makefile.in.static.gbak - M builds/posix/Makefile.in.static.gpre - M builds/posix/Makefile.in.static.isql - M builds/posix/Makefile.in.v5_examples - M builds/posix/make.defaults - M builds/posix/make.rules - A builds/posix/make.shared.targets - M builds/posix/make.shared.variables - M configure.in - M src/dsql/parse.cpp - A src/extern - A src/extern/editline - A src/extern/editline/MANIFEST - A src/extern/editline/Make.os9 - A src/extern/editline/Makefile - A src/extern/editline/README - A src/extern/editline/complete.c - A src/extern/editline/editline.3 - A src/extern/editline/editline.c - A src/extern/editline/editline.h - A src/extern/editline/os9.h - A src/extern/editline/sysos9.c - A src/extern/editline/sysunix.c - A src/extern/editline/testit.c - A src/extern/editline/unix.h - A src/include/editline.h - M src/include/gen/autoconfig_msvc.h - M src/isql/isql.epp - M src/make.new/config/config.h.in - M src/utilities/srvrmgr.cpp -A few makefile dependancies fixed. -Started work on upgrading rpm build scripts -Fix makefiles for super build -Exchange editline for readline in isql - - 2002-10-06 13:33 dimitr - M doc/WhatsNew -Alpha 2 changes. - - 2002-10-06 10:59 dimitr - M builds/win32/msvc6/fbserver.dsp -no message - - 2002-10-06 10:55 dimitr - M builds/win32/msvc6/isql.dsp -Statically link isql with the runtime libraries. - - 2002-10-06 10:51 dimitr - M src/dsql/ddl.cpp -BLOB subtypes are no longer ignored in views (expression fields only). - - 2002-10-06 08:59 dimitr - M src/utilities/registry.cpp -Added missing guardian registry entry. - - 2002-10-04 22:08 skidder - M src/jrd/dfw.epp - M src/jrd/jrd.h - M src/jrd/met.epp - M src/jrd/met_proto.h -Fixed resource leaks in DDL recursive procedure handling which caused some DDL to fail - - 2002-10-04 21:57 skidder - M builds/posix/make.shared.variables - M builds/posix/prefix.darwin - M builds/posix/prefix.linux - M builds/posix/prefix.sinixz - M builds/posix/prefix.solx86 -Little garbage cleanup. Shouldn't break anything - - 2002-10-04 17:53 arnobrinkman - M src/dsql/pass1.cpp -AB: Fixed bug with alias and GROUP BY clause - - 2002-10-04 11:06 eku - M src/jrd/alt.cpp - M src/utilities/gsec.cpp -Fixed coredump caused by 'array out of bounds' writes. - - 2002-10-04 09:38 eku - M src/utilities/security.epp -Fixed merge error FB1->FB2. - - 2002-10-02 17:56 skidder - M src/jrd/grant.gdl - M src/jrd/trig.h -Field check constraints are now deleted automatically - - 2002-10-02 14:31 dimitr - M doc/WhatsNew -Updated. - - 2002-10-02 13:27 dimitr - M src/jrd/idx.h -Just a cosmetic change. - - 2002-10-02 13:27 dimitr - M src/jrd/dyn_def.epp -Removed problematic code related to ALTER VIEW implementation. - - 2002-10-02 13:26 fsg - M ChangeLog -ChangeLog updated - - 2002-10-02 13:24 dimitr - M src/dsql/parse.cpp - M src/dsql/parse.y -Hide ALTER VIEW functionality until it works good. - - 2002-10-02 13:24 dimitr - M src/dsql/ddl.cpp -Made it in-sync with the FB1 tree. - - 2002-10-02 12:43 eku - M builds/posix/Makefile.in.firebird - M src/install/arch-specific/sinixz/prototype.in -Build and distribute 'gdef'. - - 2002-10-02 09:41 eku - M src/remote/inet.cpp -Found a last occurance of NOINITGROUPS :-( - - 2002-10-02 09:40 eku - M src/intl/ld.h -Fixed compiler warning 'No newline at end of file'. - - 2002-10-01 12:03 dimitr - M src/include/gen/autoconfig_msvc.h - M src/make.new/config/config.h.in -Fixed wrong alignment of double for i386. - - 2002-10-01 10:38 eku - M configure.in -Autoconf: the usage of the readline library can be turned off with - '--without-readline'. - - 2002-10-01 07:56 dimitr - M doc/WhatsNew -no message - - 2002-10-01 05:48 eku - M configure.in - M src/include/gen/autoconfig_msvc.h - M src/install/arch-specific/sinixz/prototype.in - M src/jrd/jrd.cpp - M src/jrd/unix.cpp - M src/make.new/config/config.h.in -Merged the support for databases on raw devices from FB1 into FB2. -Added switch '--enable-raw-devices' to configure to enable this feature -(default=off). Currently only supported on UNIX platforms. - - 2002-10-01 00:34 arnobrinkman - M src/dsql/pass1.cpp -AB: Fix error-message bug with aggregate only in sub-select - - 2002-09-30 20:32 dimitr - M doc/WhatsNew -Oops. - - 2002-09-30 20:27 dimitr - M doc/WhatsNew -Mentioned the invisible work that's done by our heroes ;-) -Most of these things cannot be seen by our users but its importance cannot be overstressed. - - 2002-09-30 20:25 dimitr - M doc/WhatsNew -Mentioned the invisible work that's done by our heroes ;-) -Most of these things cannot be seen by our users but its importance cannot be overstressed. - - 2002-09-30 20:22 dimitr - M doc/WhatsNew -Mentioned the invisible work that's done by our heroes ;-) -Most of these things cannot be seen by our users but its importance cannot be overstressed. - - 2002-09-30 19:19 skidder - M src/jrd/met.epp -Fixed my own dropped procedure handling error - - 2002-09-30 19:13 dimitr - M doc/WhatsNew -Removed unfinished stuff and added credits. - - 2002-09-30 18:24 skidder - M src/jrd/met.epp -Fixed possible coredump while dropping procedure and in some other cases - - 2002-09-30 15:21 skidder - M src/jrd/dyn_def.epp -Fixed resource leaks which caused recursive definition error - - 2002-09-30 15:18 dimitr - A doc/WhatsNew -Added new file which describes all changes that are visible for end-users. - - 2002-09-30 14:21 skidder - M src/jrd/dfw.epp - M src/jrd/met.epp - M src/jrd/met_proto.h -Fixed FB1/FB2/IB6 possibility of deferred database corruption (just reported or rarely real) when deleting foreign constraint - - 2002-09-30 07:41 eku - M src/intl/langdrv.h -Avoid compiler warning 'No newline at end of file'. - - 2002-09-30 06:00 eku - M src/jrd/arg.h - M src/jrd/pwd.h - M src/lock/fparamv3.h -Don't hard-code the installation path. Use ISC_PREFIX whereever possible. - - 2002-09-29 15:44 dimitr - M src/jrd/vio.cpp -Fixed one reason of the well-known "decompression overran buffer" error. - - 2002-09-28 23:52 arnobrinkman - M src/dsql/pass1.cpp -AB: Adding better error-handeling and support for subqueries with group_by clause - - 2002-09-28 22:42 skidder - M src/jrd/dfw.epp -Fixed resource/memory leak which caused some DDL to fail - - 2002-09-28 22:37 skidder - M src/jrd/dfw.epp -Fixed resource/memory leak which caused some DDL to fail - - 2002-09-28 20:58 skidder - M src/jrd/met.epp -Fixed one more DDL coredump - - 2002-09-28 20:56 skidder - M builds/posix/make.shared.variables -Make it build on posix again - - 2002-09-28 14:08 dimitr - M builds/win32/msvc6/dsql_server.dsp - M builds/win32/msvc6/fbserver.dsp -Added new files to the projects. - - 2002-09-28 14:04 dimitr - M src/dsql/dsql.cpp - M src/dsql/dsql.tab.h - M src/dsql/gen.cpp - M src/dsql/keywords.cpp - M src/dsql/make.cpp - A src/dsql/misc_func.cpp - A src/dsql/misc_func.h - M src/dsql/node.h - M src/dsql/parse.cpp - M src/dsql/parse.y - M src/dsql/pass1.cpp - M src/jrd/blr.h - M src/jrd/cmp.cpp - M src/jrd/evl.cpp - M src/jrd/exe.cpp - M src/jrd/exe.h - A src/jrd/misc_func_ids.h - M src/jrd/par.cpp - M src/jrd/req.h -1. Reworked internal_info implementation in both DSQL and JRD. -New helper class created to serve it properly. -2. Added exception re-raise semantics. -Syntax: EXCEPTION; -If there was handled exception, re-initiate it, otherwise evaluate to no-op. -3. Implemented run-time exception messages. -Syntax: EXCEPTION <exception_name> [<value>]; -If <value> is specified, evaluate it and use instead of RDB$EXCEPTION_MESSAGE. -4. Added new SQLCODE and GDSCODE system variables. -Available in procedures/triggers only. -If there wasn't any exception raised, return zero (success), otherwise return an error code. -5. Implemented ROWS_AFFECTED system variable. -Available in procedures/triggers only. -Count rows affected by the last INSERT/UPDATE/DELETE statement. -For any other statement, result is always zero. - - 2002-09-27 22:59 skidder - M src/jrd/cmp.cpp - M src/jrd/dfw.epp - M src/jrd/jrd.cpp - M src/jrd/jrd.h - M src/jrd/met.epp - M src/jrd/met_proto.h -Fix several mostly DDL-related coredumps and locking failures - - 2002-09-27 15:21 alexpeshkoff - M builds/win32/msvc6/alice.dsp -Missed DEV_BUILD in Debug configuration - - 2002-09-27 13:12 kkuznetsov - M src/include/firebird.h - M src/jrd/common.h -*** empty log message *** - - 2002-09-27 09:05 eku - M src/dsql/dsql.h -Fixed compiler warning about redefinition of 'assert'. - - 2002-09-27 01:31 bellardo - A src/jrd/jrd_math.h -Finished header file renaming cleanup. - - 2002-09-27 01:29 bellardo - M src/isql/isql.epp -Cleaned up include directives after renaming math.h to jrd_math.h. - - 2002-09-27 01:28 bellardo - M src/jrd/cvt.cpp - M src/jrd/evl.cpp - M src/jrd/exe.cpp - M src/jrd/gds.cpp - A src/jrd/jrd_time.h -Cleaned up some include directives after renaming jrd_time.h. - - 2002-09-27 00:20 bellardo - M src/burp/burp.cpp - M src/isql/isql.epp - M src/jrd/cvt.cpp - M src/jrd/evl.cpp - M src/jrd/gds.cpp - M src/jrd/isc_sync.cpp - M src/jrd/jrd.cpp - M src/jrd/jrn.cpp - M src/jrd/math.cpp - M src/jrd/mov.cpp - M src/jrd/perf.cpp - M src/jrd/svc.cpp - M src/jrd/utl.cpp - M src/lock/lock.cpp - M src/qli/format.cpp - M src/qli/mov.cpp - M src/qli/picstr.cpp - M src/remote/inet.cpp - M src/wal/wal.cpp - M src/wal/walc.cpp - M src/wal/walw.cpp -renamed header files jrd/math.h and jrd/time.h to jrd/jrd_math.h and -jrd/jrd_time.h. - - 2002-09-26 18:14 skidder - M src/jrd/vio.cpp -Fixed nasty memory corruption problem which caused server to crash quasi-randomly under high load (seems to be very old bug) - - 2002-09-26 18:13 skidder - M src/jrd/cmp.cpp - M src/jrd/dfw.epp - M src/jrd/jrd.cpp - M src/jrd/met.epp -Fixed some memory leaks - - 2002-09-26 13:32 kkuznetsov - M builds/posix/prefix.solx86 -*** empty log message *** - - 2002-09-26 09:53 kkuznetsov - M builds/posix/prefix.solx86 -*** empty log message *** - - 2002-09-26 09:26 eku - M src/isql/isql.epp - M src/jrd/blb.cpp - M src/jrd/dls.cpp - M src/jrd/dpm.epp - M src/jrd/isc_file.cpp - M src/jrd/isc_sync.cpp - M src/jrd/jrd.cpp - M src/jrd/svc.cpp -Fixed compiler warnings. - - 2002-09-25 17:12 skidder - M src/alice/alice_meta.epp - M src/alice/all.cpp - M src/alice/tdr.cpp - M src/common/memory/allocators.cpp - M src/common/memory/allocators.h - M src/common/memory/memory_pool.h - M src/dsql/alld.cpp - M src/dsql/ddl.cpp - M src/dsql/dsql.cpp - M src/dsql/gen.cpp - M src/dsql/make.cpp - M src/dsql/metd.epp - M src/dsql/parse.cpp - M src/dsql/parse.y - M src/dsql/pass1.cpp - M src/include/fb_blk.h - M src/jrd/ail.cpp - M src/jrd/all.cpp - M src/jrd/blb.cpp - M src/jrd/blob_filter.epp - M src/jrd/block_cache.h - M src/jrd/bookmark.cpp - M src/jrd/btr.cpp - M src/jrd/cch.cpp - M src/jrd/cmp.cpp - M src/jrd/cvt2.cpp - M src/jrd/dfw.epp - M src/jrd/dyn_def.epp - M src/jrd/dyn_del.epp - M src/jrd/evl.cpp - M src/jrd/exe.cpp - M src/jrd/exe.h - M src/jrd/ext.cpp - M src/jrd/extvms.cpp - M src/jrd/fun.epp - M src/jrd/grant.epp - M src/jrd/idx.cpp - M src/jrd/ini.epp - M src/jrd/intl.cpp - M src/jrd/intl_builtin.cpp - M src/jrd/jrd.cpp - M src/jrd/jrd.h - M src/jrd/log.cpp - M src/jrd/met.epp - M src/jrd/netware.cpp - M src/jrd/opt.cpp - M src/jrd/os/darwin/mod_loader.cpp - M src/jrd/os/posix/mod_loader.cpp - M src/jrd/os/posix/path_utils.cpp - M src/jrd/os/win32/mod_loader.cpp - M src/jrd/os/win32/path_utils.cpp - M src/jrd/os2.cpp - M src/jrd/pag.cpp - M src/jrd/par.cpp - M src/jrd/plugin_manager.cpp - M src/jrd/rec.cpp - M src/jrd/rlck.cpp - M src/jrd/rng.cpp - M src/jrd/rse.cpp - M src/jrd/sbm.cpp - M src/jrd/scl.epp - M src/jrd/sdw.cpp - M src/jrd/sort.cpp - M src/jrd/sort_mem.cpp - M src/jrd/sqz.cpp - M src/jrd/svc.cpp - M src/jrd/tpc.cpp - M src/jrd/tra.cpp - M src/jrd/unix.cpp - M src/jrd/val.cpp - M src/jrd/val.h - M src/jrd/vio.cpp - M src/jrd/vms.cpp - M src/jrd/windows.cpp - M src/jrd/winnt.cpp - M src/utilities/dba.epp -Changed engine to store source file name/line number information for EVERY allocation when DEBUG_GDS_ALLOC is defined. All allocation should be done using FB_NEW or FB_NEW_RPT macros instead of keyword new since now - - 2002-09-25 13:08 eku - M src/burp/burp.h - M src/msgs/build_file.epp - M src/msgs/modify_msgs.epp -Fixed compiler warnings. - - 2002-09-25 11:20 kkuznetsov - M builds/posix/make.rules - M builds/posix/prefix.solx86 -*** empty log message *** - - 2002-09-25 11:12 kkuznetsov - M src/common/memory/memory_pool.cpp -fixed some compile errors - - 2002-09-25 07:18 eku - M src/jrd/intl_builtin.cpp -Undone previous changes. - - 2002-09-25 06:41 eku - M src/jrd/intl_builtin.cpp -Fixed compiler warnings about nested comments. - - 2002-09-25 06:22 kkuznetsov - M src/jrd/common.h - M src/jrd/ib_stdio.h - M src/jrd/thd.h -Some work on Solaris port - - 2002-09-25 05:56 dimitr - M src/jrd/plugin_manager.cpp -Commited John's fix for PluginManager::Module class destructor. - - 2002-09-24 19:53 skidder - M src/jrd/isc_i_proto.h - M src/jrd/isc_ipc.cpp - M src/jrd/isc_sync.cpp - M src/remote/inet.cpp -Make engine compileable on Linux again after Erik's signal cleanup - - 2002-09-24 17:53 bellardo - M src/jrd/jrd.h -Fixed the "typename" error message. The fix involved adding the typename -keyname to a declaration. It is possible that older compilers don't support -typename, so in the future we may have to use autoconf to detect compiler -support. - - 2002-09-24 14:17 dimitr - M src/include/gen/autoconfig_msvc.h -DEBUG_GDS_ALLOC macro is now defined by autoconf. - - 2002-09-24 13:01 eku - M builds/posix/Makefile.in.boot.gpre - M builds/posix/Makefile.in.client.gbak - M builds/posix/Makefile.in.client.gdef - M builds/posix/Makefile.in.client.gfix - M builds/posix/Makefile.in.client.gpre - M builds/posix/Makefile.in.client.isql - M builds/posix/Makefile.in.client.util - M builds/posix/Makefile.in.embed.gbak - M builds/posix/Makefile.in.embed.gdef - M builds/posix/Makefile.in.embed.gfix - M builds/posix/Makefile.in.embed.gpre - M builds/posix/Makefile.in.embed.isql - M builds/posix/Makefile.in.embed.qli - M builds/posix/Makefile.in.embed.util - M builds/posix/Makefile.in.example5 - M builds/posix/Makefile.in.extlib - M builds/posix/Makefile.in.fbserver - M builds/posix/Makefile.in.inet_server - M builds/posix/Makefile.in.intl - M builds/posix/Makefile.in.jrd - M builds/posix/Makefile.in.libfbclient - M builds/posix/Makefile.in.libfbembed - M builds/posix/Makefile.in.msgs - M builds/posix/Makefile.in.static.gpre - M builds/posix/Makefile.in.static.isql - M builds/posix/make.defaults - M builds/posix/make.rules -Call linker with $(LD) (and not $(CC) to link C++ programs. -Don't hard-code linker path (rpath option). - - 2002-09-24 12:59 eku - M builds/posix/prefix.sinixz -Activate memory debugging and a few more compiler warnings. - - 2002-09-24 12:58 eku - M src/install/arch-specific/sinixz/postinstall.in - M src/install/arch-specific/sinixz/prototype.in -Fixed installation issues. - - 2002-09-24 12:57 eku - M src/alice/alice.cpp - M src/burp/burp.cpp - M src/common/memory/memory_pool.cpp - M src/gpre/c_cxx.cpp - M src/gpre/cmp.cpp - M src/gpre/cob.cpp - M src/gpre/int.cpp - M src/jrd/btr.cpp - M src/jrd/cch.cpp - M src/jrd/fil.h - M src/jrd/gds.cpp - M src/jrd/isc_cray.cpp - M src/jrd/isc_i_proto.h - M src/jrd/isc_ipc.cpp - M src/jrd/isc_sync.cpp - M src/remote/inet.cpp -Removed compiler warnings. Fixed more SIG_FPTR issues. Use GNU C to check -format strings against arguments. - - 2002-09-24 08:05 dimitr - M src/jrd/met.epp -Fixed lack of member variable initialization. - - 2002-09-24 00:27 bellardo - M src/jrd/jrd.cpp - M src/jrd/plugin_manager.cpp - M src/jrd/plugin_manager.h -Added support for a single, generic "plugins" directory. Where possible, this -new plugins directory should be used for engine modules. Note the old separate -directories intl and UDF still exist and have the same usage as before. - - 2002-09-23 23:19 bellardo - M src/jrd/plugin_manager.cpp - M src/jrd/plugin_manager.h -Added some class documentation and move module cleanup to PluginManager -destructor, including verifing reference counts in the debug build. - - 2002-09-23 18:02 skidder - M src/common/memory/allocators.cpp - M src/common/memory/allocators.h -Added FB_NEW macro - - 2002-09-23 17:58 skidder - M src/jrd/plugin_manager.h -Fixed memory corruption problem which forbad build with DEBUG_GDS_ALLOC turned on - - 2002-09-23 17:18 bellardo - M src/jrd/jrd.cpp - M src/jrd/jrd.h -Fixed an infinite recursion problem with the new compilation delayed triggers. - - 2002-09-23 15:08 skidder - M src/common/memory/allocators.cpp -gds__alloc_debug stores line number information in the memory pool - - 2002-09-23 10:41 dimitr - M src/jrd/common.h - M src/jrd/isc_ipc.cpp -Fixed wrong SIG_FPTR definition for win32. - - 2002-09-23 07:49 eku - M configure.in -Fixed syntax error introduced with previous check-in. - - 2002-09-22 20:41 skidder - M builds/posix/prefix.linux - M src/common/memory/memory_pool.cpp - M src/common/memory/memory_pool.h - M src/jrd/common.h - M src/remote/inet_server.cpp -Added file name/line number information to debug memory manager. Dumps memory state to memdebug.log on exit - - 2002-09-22 19:08 bellardo - M src/jrd/jrd.cpp - M src/jrd/jrd.h -Fixed an order of operations error in the first dbb destructor implementation. - - 2002-09-22 17:25 bellardo - M src/jrd/jrd.cpp - M src/jrd/jrd.h -Patch a rather large dbb memory leak created during the c++ porting. - - 2002-09-22 13:29 dimitr - M src/jrd/scl.epp -Added initialization of the local variable. - - 2002-09-22 12:52 dimitr - M src/jrd/intl_classes.h -Don't know why, but it fixes the current linking problem. - - 2002-09-21 09:53 dimitr - M src/include/gen/autoconfig_msvc.h -We definitely don't need extra tons of warnings regarding unrecognized preprocessor directive. - - 2002-09-21 08:00 dimitr - M src/jrd/isc_ipc.cpp -Fixed wrong (at least for win32) function pointer cast. - - 2002-09-20 20:59 bellardo - D builds/mac_os_x/CS/CS.pbproj/bellardo.pbxuser - D builds/mac_os_x/CS/CS.pbproj/john.pbxuser -Removed two personal IDE settings files that should have never been committed. - - 2002-09-20 19:01 skidder - M src/install/classic/install.sh.in -Fixed to make install work after interbase.msg->firebird.msg change - - 2002-09-20 18:58 skidder - M configure.in -Fixed to make build work w/o config file - - 2002-09-20 10:23 eku - M builds/posix/Makefile.in.firebird - M builds/posix/Makefile.in.msgs - M builds/posix/make.defaults - M builds/posix/prefix.sinixz - M src/install/arch-specific/sinixz/prototype.in - M src/jrd/cch.cpp - M src/jrd/err.cpp - M src/jrd/isc_ipc.cpp - M src/remote/interface.cpp - M src/utilities/srvrmgr.cpp -Fixed the naming of some files: - interbase.msg => firebird.msg - interbase.log => firebird.log -SINIX-Z: don't distribute build programms - - 2002-09-20 10:13 dimitr - M builds/win32/msvc6/fbclient.dsp - M builds/win32/msvc6/fbserver.dsp - M src/iscguard/iscguard.rc - D src/jrd/jrd_ver.h - D src/jrd/jrd_ver.rc - M src/jrd/version.rc - D src/jrd/version_95.rc - D src/remote/window.aps - M src/remote/window.rc -Get rid of unnecessary files. - - 2002-09-20 08:31 eku - M src/install/arch-specific/sinixz/postinstall.in -Fixed typo. - - 2002-09-20 08:28 eku - M configure.in - M src/jrd/file_params.h - M src/make.new/config/config.h.in -Do not hard-code the value of ISC_PREFIX, but set it to installation -prefix (--prefix option). - - 2002-09-19 16:02 skidder - M src/jrd/cmp.cpp - M src/jrd/dfw.epp - M src/jrd/exe.cpp - M src/jrd/jrd.cpp - M src/jrd/jrd.h - M src/jrd/met.epp - M src/jrd/met_proto.h -Deferred user trigger compilation added. Solves some, but not all DDL issues and speeds things up - - 2002-09-19 15:25 skidder - M builds/posix/Makefile.in.boot.gpre - M builds/posix/Makefile.in.client.gbak - M builds/posix/Makefile.in.client.gdef - M builds/posix/Makefile.in.client.gfix - M builds/posix/Makefile.in.client.gpre - M builds/posix/Makefile.in.client.isql - M builds/posix/Makefile.in.client.util - M builds/posix/Makefile.in.embed.gbak - M builds/posix/Makefile.in.embed.gdef - M builds/posix/Makefile.in.embed.gfix - M builds/posix/Makefile.in.embed.gpre - M builds/posix/Makefile.in.embed.isql - M builds/posix/Makefile.in.embed.lockmgr - M builds/posix/Makefile.in.embed.qli - M builds/posix/Makefile.in.embed.util - M builds/posix/Makefile.in.example5 - M builds/posix/Makefile.in.extlib - M builds/posix/Makefile.in.fbserver - M builds/posix/Makefile.in.fbutil - M builds/posix/Makefile.in.firebird - M builds/posix/Makefile.in.gpre - M builds/posix/Makefile.in.inet_server - M builds/posix/Makefile.in.install - M builds/posix/Makefile.in.intl - M builds/posix/Makefile.in.jrd - M builds/posix/Makefile.in.libfbclient - M builds/posix/Makefile.in.libfbcommon - M builds/posix/Makefile.in.libfbembed - M builds/posix/Makefile.in.libfbserver - M builds/posix/Makefile.in.libfbstatic - M builds/posix/Makefile.in.msgs - M builds/posix/Makefile.in.refDatabases - M builds/posix/Makefile.in.static.gbak - M builds/posix/Makefile.in.static.gpre - M builds/posix/Makefile.in.static.isql - M builds/posix/Makefile.in.v5_examples - M builds/posix/make.rules - M builds/posix/prefix.linux - M builds/posix/prefix.sinixz - D src/install/super/SSTarInstall.sh - D src/install/super/SSinstall.sh - D src/install/super/SSpostinstall.sh - D src/install/super/SSpostuninstall.sh - D src/install/super/SSpreinstall.sh - D src/install/super/SSpreuninstall.sh - D src/install/super/SSrpmfiles.txt - D src/install/super/SSrpmheader.txt - A src/install/super/install.sh.in - A src/install/super/postinstall.sh.in - A src/install/super/postuninstall.sh.in - A src/install/super/preinstall.sh.in - A src/install/super/preuninstall.sh.in - A src/install/super/rpmfiles.txt.in - A src/install/super/rpmheader.txt.in - A src/install/super/tarInstall.sh.in -Fix build engine to make PROD_BUILD compile - - 2002-09-19 10:51 eku - M configure.in - M src/include/gen/autoconfig_msvc.h - M src/jrd/common.h - M src/make.new/config/config.h.in -Autoconf: - o check for the function initgroups (replaces NOINITGROUPS define) - o the define INTL (common.h) has been removed, since it is only set but not - used anywhere - - 2002-09-19 09:35 eku - M src/install/arch-specific/sinixz/postinstall.in -gds_inet_server is now called fb_inet_server - - 2002-09-18 14:47 fsg - M ChangeLog -ChangeLog updated - - 2002-09-18 12:50 eku - M configure.in - M src/burp/mvol.cpp - M src/burp/spit.cpp - M src/extlib/fbudf/stdafx.h - M src/extlib/ib_udf.c - M src/include/gen/autoconfig_msvc.h - M src/iscguard/iscguard.cpp - M src/isql/isql_win.cpp - M src/journal/misc.cpp - M src/jrd/common.h - M src/jrd/cvt.cpp - M src/jrd/exe.cpp - M src/jrd/gds.cpp - M src/jrd/memtest.cpp - M src/jrd/pcsleep.cpp - M src/jrd/perf.cpp - M src/jrd/perf.h - M src/jrd/pwd.cpp - M src/jrd/svc.cpp - M src/jrd/time.h - M src/jrd/unix.cpp - M src/lock/lock.cpp - M src/make.new/config/config.h.in - M src/msgs/check_msgs.epp - M src/remote/inet.cpp - M src/remote/inet_server.cpp - M src/remote/netwcon.cpp - M src/utilities/analyse.cpp - M src/utilities/drop.cpp - M src/utilities/srvrmgr.cpp - M src/utilities/util.cpp - M src/v5_examples/apifull.c - M src/v5_examples/udflib.c - M src/wal/driver.cpp - M src/wal/wal.cpp -Autoconf cleanup: - o use predefined macros to test for sys/wait.h, time.h and sys/time.h - o search strcasecmp in libresolv only if strcasecmp and stricmp are not in libc - o use predefined macro AC_SYS_LARGEFILE to determine 64Bit I/O - o determine the alignment of long and double (ALIGNMENT,DOUBLE_ALIGN), - still need to write a test for FB_ALIGN! - - 2002-09-17 05:58 eku - M configure.in - M src/burp/canonical.cpp - M src/dsql/dsql.cpp - M src/include/gen/autoconfig_msvc.h - M src/install/arch-specific/sinixz/prototype.in - M src/jrd/align.cpp - M src/jrd/atom.h - M src/jrd/bookmark.cpp - M src/jrd/btr.cpp - M src/jrd/common.h - M src/jrd/cvt.cpp - M src/jrd/cvt2.cpp - M src/jrd/evl.cpp - M src/jrd/exe.cpp - M src/jrd/ib_stdio.cpp - M src/jrd/inf.cpp - M src/jrd/opt.cpp - M src/jrd/quad.cpp - M src/jrd/sort.cpp - M src/jrd/vmsthread.cpp - M src/make.new/config/config.h.in - M src/remote/merge.cpp - M src/remote/protocol.cpp - M src/utilities/rebuild.cpp -Autoconf cleanup: - o since the define 'VAX' was only used to tell that the byte order is - LITTLE_ENDIAN (it have nothing else to do with the VAX computer family) - it can safely replaced with '!WORDS_BIGENDIAN'. - o check if pointers are 64 bit - o replaced HAS_64BIT_POINTERS with 'SIZEOF_VOID_P == 8' - - 2002-09-16 16:31 skidder - M builds/posix/prefix.linux - M src/jrd/dyn.epp - M src/jrd/dyn_def.epp - M src/jrd/dyn_del.epp - M src/jrd/dyn_df_proto.h - M src/jrd/idx.h - M src/jrd/ods101.gdl -Roll back my previos DDL optimization changes. Add index RDB(RDB) instead. Testing revealed that it works faster - - 2002-09-13 11:13 skidder - M src/jrd/dyn_def.epp -Fixed wrong comment placement - - 2002-09-13 10:50 fsg - M ChangeLog -ChangeLog updated - - 2002-09-13 10:32 fsg - M ChangeLog -ChangeLog updated - - 2002-09-13 07:15 eku - M src/journal/journal.h -Changed indent. - - 2002-09-13 07:15 eku - M src/install/arch-specific/sinixz/Makefile.in -SINIX-Z: changed location of the produced package - - 2002-09-13 07:14 eku - M builds/posix/prefix.sinixz -SINIX-Z: turn on compiler warnings only in debug builds - - 2002-09-12 19:53 skidder - M src/dsql/ddl.cpp -Fixed cached metadata error which caused many DDL/DML statements to fail - - 2002-09-12 19:51 skidder - M src/dsql/ddl.cpp -Fixed cached metadata error which caused many DDL/DML statements to fail - - 2002-09-12 16:17 skidder - M src/jrd/dyn_def.epp -Fixed my own bug with index creation - - 2002-09-12 13:14 eku - M src/journal/journal.h -Fixed unterminated comment. - - 2002-09-11 19:37 skidder - M src/common/memory/memory_pool.cpp - M src/jrd/common.h - M src/jrd/gds.cpp - M src/jrd/gdsassert.h - M src/jrd/intl.cpp - M src/jrd/jrd.h - M src/jrd/lck.cpp -resoled some linux build issues, warnings - - 2002-09-11 19:32 skidder - M src/jrd/dyn.epp - M src/jrd/dyn_def.epp - M src/jrd/dyn_del.epp - M src/jrd/dyn_df_proto.h -DDL GDML query optimization - - 2002-09-11 11:30 eku - M autogen.sh - M configure.in - M src/alice/alice.cpp - M src/burp/burp.cpp - M src/include/fb_types.h - M src/include/gen/autoconfig_msvc.h - M src/jrd/common.h - M src/jrd/divorce.cpp - M src/jrd/dyn.epp - M src/jrd/dyn_def.epp - M src/jrd/dyn_del.epp - M src/jrd/dyn_mod.epp - M src/jrd/dyn_util.epp - M src/jrd/exe.cpp - M src/jrd/gds.cpp - M src/jrd/isc_ipc.cpp - M src/jrd/isc_sync.cpp - M src/jrd/jrd.cpp - M src/jrd/met.epp - M src/jrd/scl.epp - M src/jrd/sdw.cpp - M src/jrd/svc.cpp - M src/jrd/unix.cpp - M src/lock/lock.cpp - M src/make.new/config/config.h.in - M src/pipe/foot.cpp - M src/pipe/head.cpp - M src/qli/exe.cpp - M src/remote/divorce.cpp - M src/remote/server.cpp - M src/utilities/cache.cpp - M src/utilities/relay.cpp - M src/utilities/util.cpp -Autoconf enhancements: - o autoconf v2.53 and later is now required to generate configure - (sorry, but it makes many tasks easier) - o improved tests for mmap, socklen_t and offt_64 - o added tests for atexit, on_exit, (v)fork, set(p)grp, setpgid and flock - o added test for the keyword 'volatile' - o fixed errors in configure.in - o updated config.h.in and autoconfig_msvc.h (the latter may be incorrect) - o replaced VOLATILE by volatile - o removed SETPGRP and ATEXIT - o replaced NO_FLOCK by HAVE_FLOCK - o SIG_FPTR cleanup - o vfork cleanup - - 2002-09-11 07:49 eku - M builds/posix/prefix.sinixz -New version. - - 2002-09-10 18:38 skidder - M src/fbutil/FirebirdConfigFile.cpp -Fix compiler warning - - 2002-09-10 18:35 skidder - M builds/posix/Makefile.in.intl - M src/intl/ld.c -Make INTL work on Linux - - 2002-09-10 18:34 skidder - M src/msgs/load.epp -Added nulls first/last support load.epp - - 2002-09-10 18:34 skidder - M src/jrd/blr.h - M src/jrd/build_no.h - M src/jrd/opt.cpp - M src/jrd/par.cpp -Added nulls first/last support - - 2002-09-10 18:31 skidder - M src/install/classic/install.sh.in - M src/install/misc/firebird.xinetd - M src/install/misc/firebird.xinetd.in -Make make install work - - 2002-09-10 18:30 skidder - M src/dsql/metd.epp - M src/gpre/gpre_meta.epp -Optimize it a little - - 2002-09-10 18:28 skidder - M src/dsql/dsql.tab.h - M src/dsql/gen.cpp - M src/dsql/keywords.cpp - M src/dsql/node.h - M src/dsql/parse.cpp - M src/dsql/parse.y - M src/dsql/pass1.cpp -added nulls first/last syntax support - - 2002-09-10 18:24 skidder - M src/common/memory/memory_pool.cpp -Fix compiler warning - - 2002-09-10 18:22 skidder - M builds/posix/Makefile.in.firebird - M builds/posix/Makefile.in.v5_examples -Makefile for examples is broken. Do not compile it - - 2002-09-10 13:40 dimitr - M src/jrd/cch.cpp - M src/jrd/sdw.cpp - M src/jrd/tra.cpp -Fixed wrong initialization of the stack variables. - - 2002-09-10 13:38 dimitr - M src/utilities/dba.epp -Fixed wrong size of the local variable. -Thanks to Dmitry Kuzmenko. - - 2002-09-10 08:07 dimitr - M src/dsql/metd.epp - M src/gpre/gpre_meta.epp -Fixed error in GDML statement. - - 2002-09-10 07:56 eku - M configure.in -Fixed problems with '--with-lock-manager'. - - 2002-09-10 06:08 eku - M builds/posix/make.rules - M builds/posix/prefix.darwin - M builds/posix/prefix.linux - M builds/posix/prefix.solx86 -Control build type (production/development) by configure (--enable-debug). - - 2002-09-09 13:24 fsg - M ChangeLog -ChangeLog updated - - 2002-09-09 11:40 dimitr - M src/jrd/dyn.epp -Fixed memory handling bug. - - 2002-09-09 05:51 eku - M builds/posix/Makefile.in.fbutil -Always use '$(MAKE)' instead of 'make' to call make, because it could have been -redefined. - - 2002-09-09 05:48 eku - M builds/posix/Makefile.in.firebird -Fixed C&P error that prevented ISQL from beeing compiled. - - 2002-09-08 16:33 dimitr - M src/jrd/tra.cpp -Don't allow sweeper to start if the database is shutdown. - - 2002-09-08 16:32 dimitr - M src/msgs/load.epp -no message - - 2002-09-08 07:56 dimitr - M src/iscguard/iscguard.cpp - M src/iscguard/iscguard.h - M src/jrd/jrd.cpp - M src/remote/ibconfig.h - M src/remote/inet_server.cpp - M src/remote/window.h - M src/utilities/guard.cpp - M src/utilities/util.cpp - M src/v5_examples/makefile.old -fbserver instead of ibserver. - - 2002-09-06 13:05 alexpeshkoff - M src/jrd/fun.epp -Corrected bug with UDF's returning floating point by value - - 2002-09-06 08:57 dimitr - M src/jrd/db_alias.cpp -Proper location of the aliases config file. - - 2002-09-06 08:45 eku - A src/install/arch-specific/sinixz - A src/install/arch-specific/sinixz/Makefile.in - A src/install/arch-specific/sinixz/pkginfo.in - A src/install/arch-specific/sinixz/postinstall.in - A src/install/arch-specific/sinixz/postremove.in - A src/install/arch-specific/sinixz/preinstall.in - A src/install/arch-specific/sinixz/prototype.in -SINIX-Z package files - - 2002-09-06 07:51 dimitr - M src/dsql/ddl.cpp - M src/dsql/parse.cpp - M src/dsql/parse.y -More complete implementation of the INDEX subclause of a constraint declaration. - - 2002-09-06 07:13 eku - M configure.in -SINIX-Z packaging - - 2002-09-06 04:49 fsg - M src/misc/writeBuildNum.sh -First step to get build_no.h updated at commit-time - - 2002-09-05 11:48 dimitr - M src/dsql/ddl.cpp -Fixed bug with wrong RDB$SYSTEM_FLAG values for the relation constraint triggers. - - 2002-09-05 09:00 dimitr - M src/jrd/isc_sync_win32.cpp -Corrected the exception handling logic: - - check asynchronous (hardware) exceptions first - - proper memory management - - 2002-09-04 18:17 dimitr - M src/jrd/isc_sync_win32.cpp -Fixed wrong exception handling logic. -Hope it's done correctly and won't cause more errors. - - 2002-09-04 14:37 dimitr - M src/jrd/isc_sync_win32.cpp -a) we're Firebird, not InterBase -b) we shouldn't have such ugly string handling bugs - - 2002-09-04 13:34 eku - M src/jrd/svc.cpp - M src/utilities/security.epp -Fixed a typo that was introduced with the strcasecmp/stricmp changes. - - 2002-09-04 12:09 dimitr - M src/dsql/ddl.cpp - M src/dsql/dsql.tab.h - M src/dsql/keywords.cpp - M src/dsql/node.h - M src/dsql/parse.cpp - M src/dsql/parse.y -Changed syntax of the INDEX subclause of a constraint declaration, -now it looks as: -[USING [ASC[ENDING] | DESC[ENDING]] INDEX index] - - 2002-09-04 10:22 dimitr - M builds/win32/msvc6/intl.dsp - M src/jrd/intl.cpp -Renamed gdsintl.dll to fbintl.dll. - - 2002-09-04 09:12 dimitr - M src/jrd/file_params.h - M src/msgs/build_file.epp - M src/utilities/install_nt.h - M src/utilities/install_svc.cpp -Make sure we're Firebird, both interbase.msg and interbase.log are renamed. - - 2002-09-04 08:18 dimitr - M src/utilities/registry.h -Changed the default registry key to the native Firebird one. - - 2002-09-03 17:31 dimitr - A builds/win32/msvc6/ib_udf.def - A builds/win32/msvc6/ib_udf.dsp -Added ib_udf project. - - 2002-09-03 17:29 dimitr - M src/include/gen/autoconfig_msvc.h -Minor build changes in the UDF libraries. - - 2002-09-03 17:25 dimitr - M builds/win32/msvc6/Firebird2.dsw -Added ib_udf project. - - 2002-09-03 17:23 dimitr - M src/extlib/fbudf/fbudf.cpp - M src/extlib/fbudf/stdafx.h - M src/extlib/ib_udf.h -Minor build changes in the UDF libraries. - - 2002-09-03 13:35 eku - M builds/posix/Makefile.in.refDatabases -Fixed more make problems. -Why do we touch the result here??? - - 2002-09-03 13:25 eku - M configure.in -Added the new configure option '--with-lock-manager' that controlls the build of the manager binary. This option is only valid for CS architecture. -Replaced '#' with the correct M4 macro for comments 'dnl'. - - 2002-09-03 13:24 eku - M builds/posix/Makefile.in.firebird - M src/include/gen/autoconfig_msvc.h - M src/lock/lock.h - M src/make.new/config/config.h.in -Added the new configure option '--with-lock-manager' that controlls the build of the manager binary. This option is only valid for CS architecture. - - 2002-09-02 15:01 fsg - M ChangeLog -ChangeLog updated - - 2002-09-01 15:49 dimitr - M src/dsql/parse.y - M src/dsql/pass1.cpp - M src/gpre/gpre_meta.epp - M src/jrd/dfw.epp - M src/jrd/dyn_def.epp - M src/jrd/met.epp -- allowed user-defined index names for PK/FK/UK constraints -- fixed ugly hardcoded name checks for primary/foreign keys -- implemented RECREATE VIEW statement - - 2002-09-01 15:44 dimitr - M src/dsql/ddl.cpp - M src/dsql/dsql.cpp - M src/dsql/metd.epp - M src/dsql/node.h - M src/dsql/parse.cpp - M src/dsql/parse.y -- allowed user-defined index names for PK/FK/UK constraints -- fixed ugly hardcoded name checks for primary/foreign keys -- implemented RECREATE VIEW statement - - 2002-08-31 13:13 dimitr - A src/jrd/ods101.gdl -Minor ODS change (version 10.1). New indices on system tables: - - define index RDB$INDEX_41 - for RDB$INDICES - RDB$FOREIGN_KEY; - - define index RDB$INDEX_42 - for RDB$RELATION_CONSTRAINTS - RDB$RELATION_NAME, RDB$CONSTRAINT_TYPE; - - 2002-08-31 09:25 fsg - A builds/posix/Makefile.in.example5 - M builds/posix/Makefile.in.firebird - M builds/posix/Makefile.in.refDatabases - M src/jrd/common.h -Some minor fixes to get it compiled under linux again, -some of them submitted by Nickolay Samofatov - - 2002-08-28 15:50 dimitr - M src/jrd/grant.gdl - M src/jrd/trig.h -Fixed bug, when nobody could alter or drop a trigger which name contains 'RDB$'. - - 2002-08-28 15:48 dimitr - M src/utilities/install_svc.cpp - M src/utilities/regis_proto.h - M src/utilities/registry.cpp - M src/utilities/servi_proto.h - M src/utilities/services.cpp -Some changes to make gdef, instreg and instsvc compilable. - - 2002-08-28 09:20 dimitr - M builds/win32/msvc6/Firebird2.dsw - M builds/win32/msvc6/fbclient.dsp - A builds/win32/msvc6/gdef.dsp - A builds/win32/msvc6/instreg.dsp - A builds/win32/msvc6/instsvc.dsp -Added new projects to the workspace: - - gdef.exe - - instreg.exe - - instsvc.exe - - 2002-08-28 09:05 eku - M builds/posix/Makefile.in.install -make.XXX files are now under $ROOT/gen and not $ROOT/src. - - 2002-08-28 08:25 fsg - M ChangeLog -ChangeLog updated - - 2002-08-28 08:02 eku - M configure.in -Another C&P error. - - 2002-08-28 07:51 eku - M configure.in -Fixed C&P error. - - 2002-08-28 07:11 eku - M src/extlib/fbudf/stdafx.h -Needs include file common.h to compile. - - 2002-08-28 07:10 eku - M src/remote/inet_server.cpp -Use SIG_FPTR from common.h. - - 2002-08-28 07:03 eku - M configure.in -Check which network libraries (socket, nsl, resolv) are needed. configure -will set the variable LIBS to the correct value. Setting this in prefix.XXX -should no longer be neccessary. If it doesn't work for you, please extend -the tests in configure.in, rather than defining this in prefix.your_system. -Another autoconf cleanup: - o check for the existence of the function strcasecmp and stricmp - o replaced STRICMP - - 2002-08-28 06:50 eku - M src/include/gen/autoconfig_msvc.h - M src/jrd/common.h - M src/jrd/svc.cpp - M src/make.new/config/config.h.in - M src/utilities/security.epp -Another autoconf cleanup: - o check for the existence of the function strcasecmp and stricmp - o replaced STRICMP - - 2002-08-28 06:12 dimitr - M builds/win32/msvc6/fbclient.dsp -Cleaned up fbclient.dll contents. - - 2002-08-27 19:26 dimitr - M src/ipserver/ipclient.cpp - M src/remote/serve_proto.h - M src/remote/srvr_w32.cpp - M src/remote/window.cpp - M src/remote/xnet.cpp - M src/remote/xnet_proto.h -Finilized Borland's implementation of XNET (win32 only). Seems to work ;-) - - 2002-08-27 11:58 dimitr - M src/jrd/idx.h - M src/jrd/ods.h -Minor ODS change (version 10.1). New indices on system tables: - - define index RDB$INDEX_41 - for RDB$INDICES - RDB$FOREIGN_KEY; - - define index RDB$INDEX_42 - for RDB$RELATION_CONSTRAINTS - RDB$RELATION_NAME, RDB$CONSTRAINT_TYPE; - - 2002-08-27 11:47 dimitr - M src/include/fb_types.h - M src/jrd/common.h -Moved SIG_FPTR type declaration from fb_types.h to common.h. -Hence we've got the codebase compiled on win32 again, and -it shouldn't break other builds, IMHO. - - 2002-08-27 11:23 dimitr - M src/misc/writeBuildNum.sh -Updated FB version. - - 2002-08-27 11:07 dimitr - M src/jrd/isc_proto.h - M src/jrd/isc_win32.cpp -Removed duplicated registry path constants. - - 2002-08-27 11:01 dimitr - M builds/win32/msvc6/intl.dsp -Small correction. - - 2002-08-27 07:48 dimitr - M src/dsql/ddl.cpp - M src/dsql/dsql.cpp - M src/dsql/node.h - M src/dsql/parse.cpp - M src/dsql/parse.y - M src/dsql/pass1.cpp -Implemented CREATE OR ALTER statement for procedures/triggers/views. - - 2002-08-26 19:40 arnobrinkman - M src/dsql/pass1.cpp -Added code in pass1_simple_case for handeling parameters in case_operand together with when_operands. -The method used to get the derciber for parameters is taken from MAKE_desc_from_list in make.cpp -Example : SELECT CASE FieldA WHEN :param1 THEN 1 WHEN 2 THEN 2 ELSE NULL END FROM TableA -Note : At least one "know describer" must be in the list else no describer could be guested (logic but...) ! - - 2002-08-26 13:50 dimitr - M builds/win32/msvc6/Firebird2.dsw - A builds/win32/msvc6/fbclient.def - A builds/win32/msvc6/fbclient.dsp - A builds/win32/msvc6/fbclient_debug.def - M builds/win32/msvc6/gds32.def - M builds/win32/msvc6/gds32.dsp - M builds/win32/msvc6/gds32_debug.def -Renamed the win32 client library. - - 2002-08-26 13:20 eku - M src/utilities/drop.cpp -Fixed GCC 3.1 compile problem with missing cast operator. - - 2002-08-26 12:18 eku - M src/burp/mvol.cpp - M src/jrd/isc_file.cpp - M src/jrd/jrd.cpp - M src/jrd/llio.cpp - M src/jrd/os/posix/mod_loader.cpp - M src/jrd/thd.cpp - M src/jrd/y-valve.cpp - M src/remote/xnet.cpp - M src/utilities/srvrmgr.cpp - M src/wal/walw.cpp -Added / replaced ifdef's around unistd.h with the define HAVE_UNISTD_H -generated by autoconf. - - 2002-08-26 12:14 eku - M src/jrd/isc_sync.cpp -Another autoconf cleanup: - o check for the existence of the function mmap - o replaced MMAP_SUPPORTED by HAVE_MMAP -Moved the (multiple) definition of SIG_FPTR to fb_types.h. - - 2002-08-26 12:13 eku - M src/include/fb_types.h - M src/jrd/isc_cray.cpp - M src/jrd/isc_ipc.cpp - M src/remote/inet.cpp -Moved the (multiple) definition of SIG_FPTR to fb_types.h. - - 2002-08-26 12:10 eku - M src/jrd/common.h - M src/jrd/event.cpp - M src/jrd/isc_s_proto.h - M src/lock/lock.cpp - M src/lock/print.cpp - M src/utilities/drop.cpp - M src/utilities/dropv3.cpp - M src/wal/walc.cpp -Another autoconf cleanup: - o check for the existence of the function mmap - o replaced MMAP_SUPPORTED by HAVE_MMAP - - 2002-08-26 11:59 eku - M configure.in - M src/include/gen/autoconfig_msvc.h - M src/make.new/config/config.h.in -Another autoconf cleanup: - o check for the existence of the function mmap - o replaced MMAP_SUPPORTED by HAVE_MMAP - - 2002-08-26 08:51 eku - M src/qli/help.epp -Fixed format string (GCC 3.2 won't compile this file). - - 2002-08-26 07:51 dimitr - M src/jrd/db_alias.cpp -Learnt the alias management code to handle both possible path separators correctly. - - 2002-08-24 10:53 dimitr - M src/include/gen/autoconfig_msvc.h -Corrected MSVC related autoconf stuff. - - 2002-08-24 09:40 dimitr - M src/jrd/svc.cpp -Added missing #endif. - - 2002-08-22 13:11 fsg - M ChangeLog -ChangeLog updated - - 2002-08-22 11:30 eku - M configure.in - M src/include/gen/autoconfig_msvc.h - M src/jrd/intl.cpp - M src/make.new/config/config.h.in -Check for the existence of the function snprintf. Added a work-around -for systems like SINIX-Z, that do not have snprintf. We really need -a plug-in replacement for those systems. - - 2002-08-22 11:22 dimitr - M src/remote/inet.cpp - M src/remote/remote.cpp - M src/remote/spxnet.cpp -Make sure a length of string being allocated is always initialized. - - 2002-08-22 10:57 dimitr - M src/pipe/head.cpp -Corrected the GATEWAY cleanup. - - 2002-08-22 10:48 eku - M configure.in - M src/include/gen/autoconfig_msvc.h - M src/jrd/common.h - M src/jrd/isc_ipc.cpp - M src/jrd/isc_sync.cpp - M src/jrd/svc.cpp - M src/make.new/config/config.h.in - M src/remote/inet.cpp - M src/remote/inet_server.cpp -Another autoconf cleanup: - o check for the existence of the function sigaction - o replaced SIGACTION_SUPPORTED with HAVE_SIGACTION - - 2002-08-22 10:16 dimitr - M src/jrd/vio.cpp -Fixed a typing error in my bugfix <g>. - - 2002-08-22 09:07 eku - M configure.in -Unset a cached variable before rerunning a test. - - 2002-08-22 08:34 dimitr - M src/jrd/mov.cpp - M src/jrd/mov_proto.h - M src/jrd/vio.cpp -More careful (and proper) implementation of my yesterday's bugfix. - - 2002-08-22 08:20 dimitr - M src/csv/csi.cpp - M src/csv/csi.h - M src/csv/css.cpp - M src/csv/css_proto.h - M src/csv/csv.cpp - M src/jrd/all.cpp - M src/jrd/all_old.cpp - M src/jrd/blb.h - M src/jrd/cmp.cpp - M src/jrd/common.h - M src/jrd/dsc.h - M src/jrd/err.cpp - M src/jrd/evl.cpp - M src/jrd/exe.cpp - M src/jrd/exe.h - M src/jrd/fun.epp - M src/jrd/inf.cpp - M src/jrd/isc.cpp - M src/jrd/isc_sync.cpp - M src/jrd/jrd.h - M src/jrd/jrd_blks.cpp - M src/jrd/jrd_blks.h - M src/jrd/lck.cpp - M src/jrd/lck.h - M src/jrd/met.h - M src/jrd/par.cpp - M src/jrd/req.h - M src/jrd/rse.cpp - M src/jrd/rse.h - M src/jrd/scl.h - M src/jrd/thd.h - M src/jrd/tra.cpp - M src/jrd/val.h - M src/pipe/foot.cpp - M src/pi... [truncated message content] |
From: <fir...@us...> - 2010-12-28 03:30:32
|
Revision: 52079 http://firebird.svn.sourceforge.net/firebird/?rev=52079&view=rev Author: firebirds Date: 2010-12-28 03:30:23 +0000 (Tue, 28 Dec 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2010-12-27 22:03:04 UTC (rev 52078) +++ firebird/branches/B2_5_Release/ChangeLog 2010-12-28 03:30:23 UTC (rev 52079) @@ -1,3 +1,7 @@ + 2010-12-27 22:03 hvlad + M src/jrd/svc.cpp +Fixed typo at my recent commit for CORE-3266 + 2010-12-23 11:10 hvlad M src/jrd/exe.cpp Fixed bug CORE-3282 : EXECUTE STATEMENT parses the SQL text using wrong charset @@ -91328,5 +91332,7403 @@ M src/remote/remote_def.h Code Cleanup, removed obsolete "UNIXWARE" port - 2002-10-28 04:57 seanleyne + 2002-10-28 04:44 seanleyne + M src/jrd/isc_sync.cpp +Completed removal of obsolete "M88K" port + + 2002-10-28 04:42 seanleyne + M src/gpre/cob.cpp + M src/jrd/common.h + M src/jrd/isc_sync.cpp + M src/jrd/license.h + M src/jrd/pag.cpp + M src/jrd/utl.cpp + M src/jrd/why.c + M src/jrd/y-valve.cpp + D src/makefiles/prefix.dg_x86 + M src/remote/remote_def.h +Completed removal of obsolete "DG_X86" port + + 2002-10-28 03:52 seanleyne + M src/jrd/svc.cpp + M src/lock/lock.cpp + M src/utilities/drop.cpp + M src/wal/wal.cpp +Completed removal of obsolete "IMP" port + + 2002-10-28 03:47 seanleyne + M src/jrd/llio.cpp + M src/jrd/svc.cpp + M src/jrd/unix.cpp + M src/lock/lock.cpp + M src/lock/print.cpp + M src/pipe/head.cpp + M src/utilities/drop.cpp + M src/wal/wal.cpp +Completed removal of obsolete "DELTA" port + + 2002-10-28 03:40 seanleyne + D src/makefiles/prefix.ap + D src/makefiles/prefix.ax + D src/makefiles/prefix.cray + D src/makefiles/prefix.delta + D src/makefiles/prefix.epson + D src/makefiles/prefix.hm300 + D src/makefiles/prefix.imp + D src/makefiles/prefix.m88k + D src/makefiles/prefix.nxt + D src/makefiles/prefix.os2 +Deleted 'prefix.' files for old/deleted ports + + 2002-10-27 22:17 fsg + M ChangeLog +Updated ChangeLog + + 2002-10-27 12:51 dimitr + M src/lock/lock.cpp +Rolled back my change, because it breaked unix builds. + + 2002-10-26 22:03 fsg + M ChangeLog +Updated ChangeLog + + 2002-10-26 21:16 arnobrinkman + M src/jrd/opt.cpp +AB: Added support for detecting use of index with sub-selects in aggregate selects + + 2002-10-26 13:26 dimitr + M doc/WhatsNew +Added alpha 3 changes. + + 2002-10-26 12:34 dimitr + M src/jrd/svc.h +Small correction. + + 2002-10-26 08:32 dimitr + M builds/win32/msvc6/fbclient.dsp + M builds/win32/msvc6/fbserver.dsp +Corrected project files. + + 2002-10-26 08:21 dimitr + M src/jrd/sort_mem.cpp + M src/jrd/sort_mem.h +Global usage of "size_t" data type instead of "long". + + 2002-10-25 22:03 fsg + M ChangeLog +Updated ChangeLog + + 2002-10-25 16:28 alexpeshkoff + A src/jrd/os/thd_priority.h + A src/jrd/os/win32/thd_priority.cpp + M src/jrd/sch.cpp + M src/jrd/thd_win32.cpp + M src/remote/cntl.cpp +Threads' priority scheduling in Win32 +Inactive by default +To bring to active state uncomment + //#define THREAD_PSCHED +in thd_priority.h + + 2002-10-25 14:08 dimitr + D src/misc/status.cpp + D src/misc/status.h +Removed duplicated files. Absolutely the same ones still exist in /jrd. + + 2002-10-25 08:29 dimitr + M src/dsql/pass1.cpp +Re-allowed plans in triggers. + + 2002-10-24 22:06 fsg + M ChangeLog +Updated ChangeLog + + 2002-10-24 15:41 dimitr + M src/utilities/install_svc.cpp +Cleanup. + + 2002-10-24 15:39 dimitr + M src/iscguard/iscguard_utils.cpp +ISC_STATUS_LENGTH correction. + + 2002-10-24 15:18 dimitr + M src/remote/window.cpp +Cleanup. + + 2002-10-24 14:53 dimitr + M src/jrd/isc_ipc.cpp + M src/lock/lock.cpp +Cleanup. + + 2002-10-24 14:02 dimitr + M builds/win32/msvc6/ib_udf.def +no message + + 2002-10-24 12:01 tamlin + M builds/win32/msvc6/gfix.dsp +Make gfix compile in debug mode. + + 2002-10-24 11:16 tamlin + M src/jrd/jrd.cpp +Compile without warnings on MSVC6. + + 2002-10-24 11:13 dimitr + M src/jrd/why.c + M src/jrd/y-valve.cpp +More complete implementation of my 2PC related fix. + + 2002-10-24 09:13 eku + M src/remote/inet.cpp +Removed latestr checkin (private modifications). + + 2002-10-24 09:01 eku + M src/alice/tdr.cpp + M src/burp/backup.epp + M src/burp/burp.h + M src/burp/canonical.cpp + M src/burp/restore.epp + M src/csv/csi.cpp + M src/csv/csi.h + M src/csv/csu.cpp + M src/csv/csv.cpp + M src/csv/print.cpp + M src/dsql/metd.epp + M src/dsql/movd.cpp + M src/dsql/preparse.cpp + M src/dsql/user_dsql.cpp + M src/dudley/exe.epp + M src/dudley/extract.epp + M src/dudley/lex.cpp + M src/gpre/form.cpp + M src/gpre/gpre_meta.epp + M src/gpre/gpre_meta_boot.cpp + M src/install/arch-specific/sinixz/prototype.in + M src/ipserver/ipc.h + M src/iscguard/iscguard.cpp + M src/iscguard/iscguard_utils.cpp + M src/isql/show.epp + M src/journal/archive.cpp + M src/journal/console.cpp + M src/journal/gjrn.cpp + M src/journal/journal.h + M src/journal/oldr.cpp + M src/jrd/ail.cpp + M src/jrd/all_old.cpp + M src/jrd/alt.cpp + M src/jrd/cch.cpp + M src/jrd/common.h + M src/jrd/dfw.epp + M src/jrd/dyn.epp + M src/jrd/event.cpp + M src/jrd/functions.cpp + M src/jrd/gds.cpp + M src/jrd/ibase.h + M src/jrd/iberr.cpp + M src/jrd/isc.cpp + M src/jrd/jrd.cpp + M src/jrd/jrd.h + M src/jrd/jrn.cpp + M src/jrd/map.cpp + M src/jrd/met.epp + M src/jrd/old.cpp + M src/jrd/pag.cpp + M src/jrd/perf.cpp + M src/jrd/print.cpp + M src/jrd/pwd.cpp + M src/jrd/rdb.cpp + M src/jrd/rdbgpas.cpp + M src/jrd/rdbint.cpp + M src/jrd/rng.cpp + M src/jrd/sdw.cpp + M src/jrd/svc.cpp + M src/jrd/utl.cpp + M src/jrd/why.c + M src/jrd/y-valve.cpp + M src/lock/driver.cpp + M src/lock/lock.cpp + M src/lock/manager.cpp + M src/lock/print.cpp + M src/lock/printv3.cpp + M src/pipe/foot.cpp + M src/qli/all.cpp + M src/qli/eval.cpp + M src/qli/exe.cpp + M src/qli/form.cpp + M src/qli/format.cpp + M src/qli/gener.cpp + M src/qli/lex.cpp + M src/qli/meta.epp + M src/qli/noform.cpp + M src/qli/proc.epp + M src/qli/show.epp + M src/remote/inet.cpp + M src/remote/inet_server.cpp + M src/remote/interface.cpp + M src/remote/ipc_server.cpp + M src/remote/mgr.cpp + M src/remote/nt_server.cpp + M src/remote/nwserv.cpp + M src/remote/remote.h + M src/remote/server.cpp + M src/remote/srvr_w32.cpp + M src/utilities/cache.cpp + M src/utilities/create_db.cpp + M src/utilities/dba_full.epp + M src/utilities/drop.cpp + M src/utilities/dropv3.cpp + M src/utilities/print_pool.cpp + M src/utilities/sbc_print.cpp + M src/utilities/security.epp + M src/v5_examples/api1.c + M src/v5_examples/api10.c + M src/v5_examples/api11.c + M src/v5_examples/api12.c + M src/v5_examples/api13.c + M src/v5_examples/api15.c + M src/v5_examples/api16.c + M src/v5_examples/api16t.c + M src/v5_examples/api2.c + M src/v5_examples/api3.c + M src/v5_examples/api4.c + M src/v5_examples/api5.c + M src/v5_examples/api6.c + M src/v5_examples/api7.c + M src/v5_examples/api8.c + M src/v5_examples/api9.c + M src/v5_examples/apifull.c + M src/v5_examples/empbuild.c + M src/v5_examples/winevent.c + M src/wal/driver.cpp + M src/wal/wal.cpp + M src/wal/wal_prnt.cpp + M src/wal/walc.cpp + M src/wal/walw.cpp +Code cleanup: +Since we already have the define ISC_STATUS_LENGTH for the the length of +the status vector, we should use it! Replaced 'status[20]' with +'status[ISC_STATUS_LENGTH]'. +Replaced the different symbolic names for the maximum length of a path +(MAX_PATH, MAX_PATH_LENGTH, MAXPATHLEN) with one uniq symbol MAXPATHLEN. + + 2002-10-23 22:04 fsg + M ChangeLog +Updated ChangeLog + + 2002-10-22 22:04 fsg + M ChangeLog +Updated ChangeLog + + 2002-10-22 08:05 dimitr + M src/burp/restore.epp +Commited Ignacio's fix for uninitialized variables in burp. + + 2002-10-19 22:02 fsg + M ChangeLog +Updated ChangeLog + + 2002-10-19 09:05 dimitr + M src/jrd/exe.cpp +Fixed a possible buffer overrun. + + 2002-10-19 00:56 arnobrinkman + M src/dsql/pass1.cpp +AB: "cosmetic changes" + + 2002-10-19 00:49 arnobrinkman + M src/dsql/make.cpp +AB: "cosmetic changes" + + 2002-10-19 00:32 arnobrinkman + M src/dsql/pass1.cpp +AB: bug fixed with sub-select and group by clause and cosmetic changes + + 2002-10-18 22:04 fsg + M ChangeLog +Updated ChangeLog + + 2002-10-18 14:40 dimitr + M src/jrd/jrd.cpp +Fixed one more 2PC related bug. + + 2002-10-18 13:41 dimitr + M src/jrd/vio.cpp +Rolled back my bugfix. It does solve the mentioned problem, but introduces much more additional (unexpected) pain. + + 2002-10-18 13:26 dimitr + M src/jrd/why.c + M src/jrd/y-valve.cpp +Fixed incorrect 2PC behaviour with a rollback of a distributed transaction. + + 2002-10-18 11:11 dimitr + M builds/win32/msvc6/fbclient.dsp +Added proper version information for the both client libraries. + + 2002-10-18 09:14 dimitr + M builds/win32/msvc6/gpre.dsp +Small correction. + + 2002-10-18 05:12 fsg + M ChangeLog +Updated ChangeLog + + 2002-10-18 04:55 stryqx + M src/jrd/thd.cpp +Fix preprocessor statement. + + 2002-10-16 22:03 fsg + M ChangeLog +Updated ChangeLog + + 2002-10-16 08:40 eku + M src/dsql/preparse.cpp +Eventually fixed redefinition of PAGESIZE. + + 2002-10-16 08:38 eku + M configure.in + M src/include/gen/autoconfig_msvc.h + M src/jrd/isc_sync.cpp + M src/make.new/config/config.h.in +Autoconf: check for function getpagesize. + + 2002-10-14 22:09 fsg + M ChangeLog +Updated ChangeLog + + 2002-10-14 09:21 eku + M builds/posix/Makefile.in.refDatabases +The file permissions must match the database attribute (read-only), otherwise +gpre will fail. + + 2002-10-14 05:40 fsg + M ChangeLog +Updated ChangeLog + + 2002-10-13 10:30 dimitr + M src/jrd/scl.epp + M src/jrd/winnt.cpp +Fixed one possible bug and one typo. + + 2002-10-13 10:24 dimitr + M src/jrd/ibase.h + M src/jrd/intlnames.h +Fixed a few little bugs. + + 2002-10-12 22:02 fsg + M ChangeLog +Updated ChangeLog + + 2002-10-12 20:27 skidder + M src/jrd/opt.cpp +Move nulls first/last code out of SCROLLABLE_CURSORS ifdef + + 2002-10-12 19:46 skidder + M src/jrd/opt.cpp +Fixed problem which caused complex outer joins to produce wrong results + + 2002-10-12 19:39 skidder + M src/jrd/opt.cpp +Fixed problem which caused complex outer joins to produce wrong results + + 2002-10-12 11:16 dimitr + M src/remote/cntl.cpp + M src/remote/nt_server.cpp + M src/remote/srvr_w32.cpp + M src/utilities/install_nt.h + M src/utilities/install_svc.cpp +Made the codebase ready for the win32 classic builds. + + 2002-10-12 11:07 dimitr + M src/jrd/svc.cpp +Made the codebase ready for the win32 classic builds. + + 2002-10-12 10:03 dimitr + M builds/win32/msvc6/fbclient.dsp + M builds/win32/msvc6/gds32.dsp + A src/jrd/isc_version.rc +Added proper version information for the both client libraries. + + 2002-10-12 08:13 stryqx + M src/qli/err.cpp +Implicit cast breaks FreeBSD build. + + 2002-10-12 05:21 stryqx + M src/jrd/os/mod_loader.h + M src/jrd/os/path_utils.h +Quiet newline warning + + 2002-10-12 04:59 stryqx + A builds/posix/prefix.freebsd +Add prefix.freebsd. + + 2002-10-12 04:16 stryqx + M src/common/memory/memory_pool.cpp + M src/jrd/common.h + M src/jrd/flu.cpp + M src/jrd/gds.cpp + M src/jrd/isc_file.cpp + M src/jrd/isc_sync.cpp + M src/jrd/jrd.h + M src/jrd/thd.cpp + M src/jrd/thd.h +Add FreeBSD support. +This allows me to compile CS on FreeBSD 4.7 using gcc 3.2.1. + + 2002-10-12 04:12 stryqx + M src/extlib/fbudf/fbudf.cpp + M src/extlib/fbudf/fbudf.h + M src/extlib/fbudf/fbudf.sql +Rename truncate to fbtruncate to avoid conflict with standard C/C++ library. + + 2002-10-12 04:05 stryqx + M src/qli/exe.cpp +Include string.h for memcpy definition for those systems that need it. + + 2002-10-11 22:03 fsg + M ChangeLog +Updated ChangeLog + + 2002-10-11 21:41 skywalker + M builds/posix/Makefile.in.refDatabases +Changed restore of isc4.gdb to not have read_only option + + 2002-10-11 04:40 fsg + M ChangeLog +Updated ChangeLog + + 2002-10-10 19:32 eku + M builds/posix/Makefile.in.embed.qli + M src/qli/dtr.cpp + M src/qli/err.cpp + M src/qli/exe.cpp +Fixed compilation of qli. + + 2002-10-10 18:49 fsg + M ChangeLog +Updated ChangeLog + + 2002-10-10 12:52 dimitr + M src/dsql/preparse.cpp +Commented out because MSVC doesn't understand such a preprocessor directive. + + 2002-10-10 11:44 dimitr M src/misc/writeBuildNum.sh +Make sure the next version is Alpha 3. + + 2002-10-10 06:48 eku + M configure.in +Compilation of the editline library depends on configure switches. + + 2002-10-10 06:47 eku + M builds/posix/Makefile.in.firebird +Compilation of the editline library depends on configure switches. +Added qli to the CS targets (needed by TCS). + + 2002-10-09 19:48 fsg + M ChangeLog +Updated ChangeLog + + 2002-10-09 12:32 skidder + M doc/WhatsNew +Added my unmentioned change + + 2002-10-09 11:28 skidder + M src/extern/editline/Makefile +Fixed to make posix build work + + 2002-10-08 11:46 dimitr + M src/jrd/db_alias.cpp +Re-read aliases config file every time any database is attached. + + 2002-10-08 09:42 eku + M builds/posix/prefix.sinixz +Updated settings with SINIX-2000 environment + + 2002-10-08 05:12 eku + M src/dsql/preparse.cpp +Added warning. One needs to rename PAGESIZE to something different. It's +already defined in 'sys/param.h'. + + 2002-10-07 15:09 fsg + M ChangeLog +ChangeLog updated + + 2002-10-07 13:33 eku + M src/jrd/svc.cpp + M src/jrd/svc.h +Service API: + o fixed SVC_TRMNTR parsing + o fixed -svc/-svc_thd argument passing + o re-enabled API on CS (SINIX-Z) + + 2002-10-07 01:29 skywalker + M builds/posix/Makefile.in.boot.gpre + M builds/posix/Makefile.in.client.gbak + M builds/posix/Makefile.in.client.gdef + M builds/posix/Makefile.in.client.gfix + M builds/posix/Makefile.in.client.gpre + M builds/posix/Makefile.in.client.isql + M builds/posix/Makefile.in.client.util + M builds/posix/Makefile.in.embed.gbak + M builds/posix/Makefile.in.embed.gdef + M builds/posix/Makefile.in.embed.gfix + M builds/posix/Makefile.in.embed.gpre + M builds/posix/Makefile.in.embed.isql + M builds/posix/Makefile.in.embed.lockmgr + M builds/posix/Makefile.in.embed.qli + M builds/posix/Makefile.in.embed.util + M builds/posix/Makefile.in.extlib + M builds/posix/Makefile.in.fbserver + M builds/posix/Makefile.in.fbutil + M builds/posix/Makefile.in.firebird + M builds/posix/Makefile.in.inet_server + M builds/posix/Makefile.in.install + M builds/posix/Makefile.in.intl + M builds/posix/Makefile.in.libfbclient + M builds/posix/Makefile.in.libfbcommon + M builds/posix/Makefile.in.libfbembed + M builds/posix/Makefile.in.libfbserver + M builds/posix/Makefile.in.libfbstatic + M builds/posix/Makefile.in.msgs + M builds/posix/Makefile.in.refDatabases + M builds/posix/Makefile.in.static.gbak + M builds/posix/Makefile.in.static.gpre + M builds/posix/Makefile.in.static.isql + M builds/posix/Makefile.in.v5_examples + M builds/posix/make.defaults + M builds/posix/make.rules + A builds/posix/make.shared.targets + M builds/posix/make.shared.variables + M configure.in + M src/dsql/parse.cpp + A src/extern + A src/extern/editline + A src/extern/editline/MANIFEST + A src/extern/editline/Make.os9 + A src/extern/editline/Makefile + A src/extern/editline/README + A src/extern/editline/complete.c + A src/extern/editline/editline.3 + A src/extern/editline/editline.c + A src/extern/editline/editline.h + A src/extern/editline/os9.h + A src/extern/editline/sysos9.c + A src/extern/editline/sysunix.c + A src/extern/editline/testit.c + A src/extern/editline/unix.h + A src/include/editline.h + M src/include/gen/autoconfig_msvc.h + M src/isql/isql.epp + M src/make.new/config/config.h.in + M src/utilities/srvrmgr.cpp +A few makefile dependancies fixed. +Started work on upgrading rpm build scripts +Fix makefiles for super build +Exchange editline for readline in isql + + 2002-10-06 13:33 dimitr + M doc/WhatsNew +Alpha 2 changes. + + 2002-10-06 10:59 dimitr + M builds/win32/msvc6/fbserver.dsp +no message + + 2002-10-06 10:55 dimitr + M builds/win32/msvc6/isql.dsp +Statically link isql with the runtime libraries. + + 2002-10-06 10:51 dimitr + M src/dsql/ddl.cpp +BLOB subtypes are no longer ignored in views (expression fields only). + + 2002-10-06 08:59 dimitr + M src/utilities/registry.cpp +Added missing guardian registry entry. + + 2002-10-04 22:08 skidder + M src/jrd/dfw.epp + M src/jrd/jrd.h + M src/jrd/met.epp + M src/jrd/met_proto.h +Fixed resource leaks in DDL recursive procedure handling which caused some DDL to fail + + 2002-10-04 21:57 skidder + M builds/posix/make.shared.variables + M builds/posix/prefix.darwin + M builds/posix/prefix.linux + M builds/posix/prefix.sinixz + M builds/posix/prefix.solx86 +Little garbage cleanup. Shouldn't break anything + + 2002-10-04 17:53 arnobrinkman + M src/dsql/pass1.cpp +AB: Fixed bug with alias and GROUP BY clause + + 2002-10-04 11:06 eku + M src/jrd/alt.cpp + M src/utilities/gsec.cpp +Fixed coredump caused by 'array out of bounds' writes. + + 2002-10-04 09:38 eku + M src/utilities/security.epp +Fixed merge error FB1->FB2. + + 2002-10-02 17:56 skidder + M src/jrd/grant.gdl + M src/jrd/trig.h +Field check constraints are now deleted automatically + + 2002-10-02 14:31 dimitr + M doc/WhatsNew +Updated. + + 2002-10-02 13:27 dimitr + M src/jrd/idx.h +Just a cosmetic change. + + 2002-10-02 13:27 dimitr + M src/jrd/dyn_def.epp +Removed problematic code related to ALTER VIEW implementation. + + 2002-10-02 13:26 fsg + M ChangeLog +ChangeLog updated + + 2002-10-02 13:24 dimitr + M src/dsql/parse.cpp + M src/dsql/parse.y +Hide ALTER VIEW functionality until it works good. + + 2002-10-02 13:24 dimitr + M src/dsql/ddl.cpp +Made it in-sync with the FB1 tree. + + 2002-10-02 12:43 eku + M builds/posix/Makefile.in.firebird + M src/install/arch-specific/sinixz/prototype.in +Build and distribute 'gdef'. + + 2002-10-02 09:41 eku + M src/remote/inet.cpp +Found a last occurance of NOINITGROUPS :-( + + 2002-10-02 09:40 eku + M src/intl/ld.h +Fixed compiler warning 'No newline at end of file'. + + 2002-10-01 12:03 dimitr + M src/include/gen/autoconfig_msvc.h + M src/make.new/config/config.h.in +Fixed wrong alignment of double for i386. + + 2002-10-01 10:38 eku + M configure.in +Autoconf: the usage of the readline library can be turned off with + '--without-readline'. + + 2002-10-01 07:56 dimitr + M doc/WhatsNew +no message + + 2002-10-01 05:48 eku + M configure.in + M src/include/gen/autoconfig_msvc.h + M src/install/arch-specific/sinixz/prototype.in + M src/jrd/jrd.cpp + M src/jrd/unix.cpp + M src/make.new/config/config.h.in +Merged the support for databases on raw devices from FB1 into FB2. +Added switch '--enable-raw-devices' to configure to enable this feature +(default=off). Currently only supported on UNIX platforms. + + 2002-10-01 00:34 arnobrinkman + M src/dsql/pass1.cpp +AB: Fix error-message bug with aggregate only in sub-select + + 2002-09-30 20:32 dimitr + M doc/WhatsNew +Oops. + + 2002-09-30 20:27 dimitr + M doc/WhatsNew +Mentioned the invisible work that's done by our heroes ;-) +Most of these things cannot be seen by our users but its importance cannot be overstressed. + + 2002-09-30 20:25 dimitr + M doc/WhatsNew +Mentioned the invisible work that's done by our heroes ;-) +Most of these things cannot be seen by our users but its importance cannot be overstressed. + + 2002-09-30 20:22 dimitr + M doc/WhatsNew +Mentioned the invisible work that's done by our heroes ;-) +Most of these things cannot be seen by our users but its importance cannot be overstressed. + + 2002-09-30 19:19 skidder + M src/jrd/met.epp +Fixed my own dropped procedure handling error + + 2002-09-30 19:13 dimitr + M doc/WhatsNew +Removed unfinished stuff and added credits. + + 2002-09-30 18:24 skidder + M src/jrd/met.epp +Fixed possible coredump while dropping procedure and in some other cases + + 2002-09-30 15:21 skidder + M src/jrd/dyn_def.epp +Fixed resource leaks which caused recursive definition error + + 2002-09-30 15:18 dimitr + A doc/WhatsNew +Added new file which describes all changes that are visible for end-users. + + 2002-09-30 14:21 skidder + M src/jrd/dfw.epp + M src/jrd/met.epp + M src/jrd/met_proto.h +Fixed FB1/FB2/IB6 possibility of deferred database corruption (just reported or rarely real) when deleting foreign constraint + + 2002-09-30 07:41 eku + M src/intl/langdrv.h +Avoid compiler warning 'No newline at end of file'. + + 2002-09-30 06:00 eku + M src/jrd/arg.h + M src/jrd/pwd.h + M src/lock/fparamv3.h +Don't hard-code the installation path. Use ISC_PREFIX whereever possible. + + 2002-09-29 15:44 dimitr + M src/jrd/vio.cpp +Fixed one reason of the well-known "decompression overran buffer" error. + + 2002-09-28 23:52 arnobrinkman + M src/dsql/pass1.cpp +AB: Adding better error-handeling and support for subqueries with group_by clause + + 2002-09-28 22:42 skidder + M src/jrd/dfw.epp +Fixed resource/memory leak which caused some DDL to fail + + 2002-09-28 22:37 skidder + M src/jrd/dfw.epp +Fixed resource/memory leak which caused some DDL to fail + + 2002-09-28 20:58 skidder + M src/jrd/met.epp +Fixed one more DDL coredump + + 2002-09-28 20:56 skidder + M builds/posix/make.shared.variables +Make it build on posix again + + 2002-09-28 14:08 dimitr + M builds/win32/msvc6/dsql_server.dsp + M builds/win32/msvc6/fbserver.dsp +Added new files to the projects. + + 2002-09-28 14:04 dimitr + M src/dsql/dsql.cpp + M src/dsql/dsql.tab.h + M src/dsql/gen.cpp + M src/dsql/keywords.cpp + M src/dsql/make.cpp + A src/dsql/misc_func.cpp + A src/dsql/misc_func.h + M src/dsql/node.h + M src/dsql/parse.cpp + M src/dsql/parse.y + M src/dsql/pass1.cpp + M src/jrd/blr.h + M src/jrd/cmp.cpp + M src/jrd/evl.cpp + M src/jrd/exe.cpp + M src/jrd/exe.h + A src/jrd/misc_func_ids.h + M src/jrd/par.cpp + M src/jrd/req.h +1. Reworked internal_info implementation in both DSQL and JRD. +New helper class created to serve it properly. +2. Added exception re-raise semantics. +Syntax: EXCEPTION; +If there was handled exception, re-initiate it, otherwise evaluate to no-op. +3. Implemented run-time exception messages. +Syntax: EXCEPTION <exception_name> [<value>]; +If <value> is specified, evaluate it and use instead of RDB$EXCEPTION_MESSAGE. +4. Added new SQLCODE and GDSCODE system variables. +Available in procedures/triggers only. +If there wasn't any exception raised, return zero (success), otherwise return an error code. +5. Implemented ROWS_AFFECTED system variable. +Available in procedures/triggers only. +Count rows affected by the last INSERT/UPDATE/DELETE statement. +For any other statement, result is always zero. + + 2002-09-27 22:59 skidder + M src/jrd/cmp.cpp + M src/jrd/dfw.epp + M src/jrd/jrd.cpp + M src/jrd/jrd.h + M src/jrd/met.epp + M src/jrd/met_proto.h +Fix several mostly DDL-related coredumps and locking failures + + 2002-09-27 15:21 alexpeshkoff + M builds/win32/msvc6/alice.dsp +Missed DEV_BUILD in Debug configuration + + 2002-09-27 13:12 kkuznetsov + M src/include/firebird.h + M src/jrd/common.h +*** empty log message *** + + 2002-09-27 09:05 eku + M src/dsql/dsql.h +Fixed compiler warning about redefinition of 'assert'. + + 2002-09-27 01:31 bellardo + A src/jrd/jrd_math.h +Finished header file renaming cleanup. + + 2002-09-27 01:29 bellardo + M src/isql/isql.epp +Cleaned up include directives after renaming math.h to jrd_math.h. + + 2002-09-27 01:28 bellardo + M src/jrd/cvt.cpp + M src/jrd/evl.cpp + M src/jrd/exe.cpp + M src/jrd/gds.cpp + A src/jrd/jrd_time.h +Cleaned up some include directives after renaming jrd_time.h. + + 2002-09-27 00:20 bellardo + M src/burp/burp.cpp + M src/isql/isql.epp + M src/jrd/cvt.cpp + M src/jrd/evl.cpp + M src/jrd/gds.cpp + M src/jrd/isc_sync.cpp + M src/jrd/jrd.cpp + M src/jrd/jrn.cpp + M src/jrd/math.cpp + M src/jrd/mov.cpp + M src/jrd/perf.cpp + M src/jrd/svc.cpp + M src/jrd/utl.cpp + M src/lock/lock.cpp + M src/qli/format.cpp + M src/qli/mov.cpp + M src/qli/picstr.cpp + M src/remote/inet.cpp + M src/wal/wal.cpp + M src/wal/walc.cpp + M src/wal/walw.cpp +renamed header files jrd/math.h and jrd/time.h to jrd/jrd_math.h and +jrd/jrd_time.h. + + 2002-09-26 18:14 skidder + M src/jrd/vio.cpp +Fixed nasty memory corruption problem which caused server to crash quasi-randomly under high load (seems to be very old bug) + + 2002-09-26 18:13 skidder + M src/jrd/cmp.cpp + M src/jrd/dfw.epp + M src/jrd/jrd.cpp + M src/jrd/met.epp +Fixed some memory leaks + + 2002-09-26 13:32 kkuznetsov + M builds/posix/prefix.solx86 +*** empty log message *** + + 2002-09-26 09:53 kkuznetsov + M builds/posix/prefix.solx86 +*** empty log message *** + + 2002-09-26 09:26 eku + M src/isql/isql.epp + M src/jrd/blb.cpp + M src/jrd/dls.cpp + M src/jrd/dpm.epp + M src/jrd/isc_file.cpp + M src/jrd/isc_sync.cpp + M src/jrd/jrd.cpp + M src/jrd/svc.cpp +Fixed compiler warnings. + + 2002-09-25 17:12 skidder + M src/alice/alice_meta.epp + M src/alice/all.cpp + M src/alice/tdr.cpp + M src/common/memory/allocators.cpp + M src/common/memory/allocators.h + M src/common/memory/memory_pool.h + M src/dsql/alld.cpp + M src/dsql/ddl.cpp + M src/dsql/dsql.cpp + M src/dsql/gen.cpp + M src/dsql/make.cpp + M src/dsql/metd.epp + M src/dsql/parse.cpp + M src/dsql/parse.y + M src/dsql/pass1.cpp + M src/include/fb_blk.h + M src/jrd/ail.cpp + M src/jrd/all.cpp + M src/jrd/blb.cpp + M src/jrd/blob_filter.epp + M src/jrd/block_cache.h + M src/jrd/bookmark.cpp + M src/jrd/btr.cpp + M src/jrd/cch.cpp + M src/jrd/cmp.cpp + M src/jrd/cvt2.cpp + M src/jrd/dfw.epp + M src/jrd/dyn_def.epp + M src/jrd/dyn_del.epp + M src/jrd/evl.cpp + M src/jrd/exe.cpp + M src/jrd/exe.h + M src/jrd/ext.cpp + M src/jrd/extvms.cpp + M src/jrd/fun.epp + M src/jrd/grant.epp + M src/jrd/idx.cpp + M src/jrd/ini.epp + M src/jrd/intl.cpp + M src/jrd/intl_builtin.cpp + M src/jrd/jrd.cpp + M src/jrd/jrd.h + M src/jrd/log.cpp + M src/jrd/met.epp + M src/jrd/netware.cpp + M src/jrd/opt.cpp + M src/jrd/os/darwin/mod_loader.cpp + M src/jrd/os/posix/mod_loader.cpp + M src/jrd/os/posix/path_utils.cpp + M src/jrd/os/win32/mod_loader.cpp + M src/jrd/os/win32/path_utils.cpp + M src/jrd/os2.cpp + M src/jrd/pag.cpp + M src/jrd/par.cpp + M src/jrd/plugin_manager.cpp + M src/jrd/rec.cpp + M src/jrd/rlck.cpp + M src/jrd/rng.cpp + M src/jrd/rse.cpp + M src/jrd/sbm.cpp + M src/jrd/scl.epp + M src/jrd/sdw.cpp + M src/jrd/sort.cpp + M src/jrd/sort_mem.cpp + M src/jrd/sqz.cpp + M src/jrd/svc.cpp + M src/jrd/tpc.cpp + M src/jrd/tra.cpp + M src/jrd/unix.cpp + M src/jrd/val.cpp + M src/jrd/val.h + M src/jrd/vio.cpp + M src/jrd/vms.cpp + M src/jrd/windows.cpp + M src/jrd/winnt.cpp + M src/utilities/dba.epp +Changed engine to store source file name/line number information for EVERY allocation when DEBUG_GDS_ALLOC is defined. All allocation should be done using FB_NEW or FB_NEW_RPT macros instead of keyword new since now + + 2002-09-25 13:08 eku + M src/burp/burp.h + M src/msgs/build_file.epp + M src/msgs/modify_msgs.epp +Fixed compiler warnings. + + 2002-09-25 11:20 kkuznetsov + M builds/posix/make.rules + M builds/posix/prefix.solx86 +*** empty log message *** + + 2002-09-25 11:12 kkuznetsov + M src/common/memory/memory_pool.cpp +fixed some compile errors + + 2002-09-25 07:18 eku + M src/jrd/intl_builtin.cpp +Undone previous changes. + + 2002-09-25 06:41 eku + M src/jrd/intl_builtin.cpp +Fixed compiler warnings about nested comments. + + 2002-09-25 06:22 kkuznetsov + M src/jrd/common.h + M src/jrd/ib_stdio.h + M src/jrd/thd.h +Some work on Solaris port + + 2002-09-25 05:56 dimitr + M src/jrd/plugin_manager.cpp +Commited John's fix for PluginManager::Module class destructor. + + 2002-09-24 19:53 skidder + M src/jrd/isc_i_proto.h + M src/jrd/isc_ipc.cpp + M src/jrd/isc_sync.cpp + M src/remote/inet.cpp +Make engine compileable on Linux again after Erik's signal cleanup + + 2002-09-24 17:53 bellardo + M src/jrd/jrd.h +Fixed the "typename" error message. The fix involved adding the typename +keyname to a declaration. It is possible that older compilers don't support +typename, so in the future we may have to use autoconf to detect compiler +support. + + 2002-09-24 14:17 dimitr + M src/include/gen/autoconfig_msvc.h +DEBUG_GDS_ALLOC macro is now defined by autoconf. + + 2002-09-24 13:01 eku + M builds/posix/Makefile.in.boot.gpre + M builds/posix/Makefile.in.client.gbak + M builds/posix/Makefile.in.client.gdef + M builds/posix/Makefile.in.client.gfix + M builds/posix/Makefile.in.client.gpre + M builds/posix/Makefile.in.client.isql + M builds/posix/Makefile.in.client.util + M builds/posix/Makefile.in.embed.gbak + M builds/posix/Makefile.in.embed.gdef + M builds/posix/Makefile.in.embed.gfix + M builds/posix/Makefile.in.embed.gpre + M builds/posix/Makefile.in.embed.isql + M builds/posix/Makefile.in.embed.qli + M builds/posix/Makefile.in.embed.util + M builds/posix/Makefile.in.example5 + M builds/posix/Makefile.in.extlib + M builds/posix/Makefile.in.fbserver + M builds/posix/Makefile.in.inet_server + M builds/posix/Makefile.in.intl + M builds/posix/Makefile.in.jrd + M builds/posix/Makefile.in.libfbclient + M builds/posix/Makefile.in.libfbembed + M builds/posix/Makefile.in.msgs + M builds/posix/Makefile.in.static.gpre + M builds/posix/Makefile.in.static.isql + M builds/posix/make.defaults + M builds/posix/make.rules +Call linker with $(LD) (and not $(CC) to link C++ programs. +Don't hard-code linker path (rpath option). + + 2002-09-24 12:59 eku + M builds/posix/prefix.sinixz +Activate memory debugging and a few more compiler warnings. + + 2002-09-24 12:58 eku + M src/install/arch-specific/sinixz/postinstall.in + M src/install/arch-specific/sinixz/prototype.in +Fixed installation issues. + + 2002-09-24 12:57 eku + M src/alice/alice.cpp + M src/burp/burp.cpp + M src/common/memory/memory_pool.cpp + M src/gpre/c_cxx.cpp + M src/gpre/cmp.cpp + M src/gpre/cob.cpp + M src/gpre/int.cpp + M src/jrd/btr.cpp + M src/jrd/cch.cpp + M src/jrd/fil.h + M src/jrd/gds.cpp + M src/jrd/isc_cray.cpp + M src/jrd/isc_i_proto.h + M src/jrd/isc_ipc.cpp + M src/jrd/isc_sync.cpp + M src/remote/inet.cpp +Removed compiler warnings. Fixed more SIG_FPTR issues. Use GNU C to check +format strings against arguments. + + 2002-09-24 08:05 dimitr + M src/jrd/met.epp +Fixed lack of member variable initialization. + + 2002-09-24 00:27 bellardo + M src/jrd/jrd.cpp + M src/jrd/plugin_manager.cpp + M src/jrd/plugin_manager.h +Added support for a single, generic "plugins" directory. Where possible, this +new plugins directory should be used for engine modules. Note the old separate +directories intl and UDF still exist and have the same usage as before. + + 2002-09-23 23:19 bellardo + M src/jrd/plugin_manager.cpp + M src/jrd/plugin_manager.h +Added some class documentation and move module cleanup to PluginManager +destructor, including verifing reference counts in the debug build. + + 2002-09-23 18:02 skidder + M src/common/memory/allocators.cpp + M src/common/memory/allocators.h +Added FB_NEW macro + + 2002-09-23 17:58 skidder + M src/jrd/plugin_manager.h +Fixed memory corruption problem which forbad build with DEBUG_GDS_ALLOC turned on + + 2002-09-23 17:18 bellardo + M src/jrd/jrd.cpp + M src/jrd/jrd.h +Fixed an infinite recursion problem with the new compilation delayed triggers. + + 2002-09-23 15:08 skidder + M src/common/memory/allocators.cpp +gds__alloc_debug stores line number information in the memory pool + + 2002-09-23 10:41 dimitr + M src/jrd/common.h + M src/jrd/isc_ipc.cpp +Fixed wrong SIG_FPTR definition for win32. + + 2002-09-23 07:49 eku + M configure.in +Fixed syntax error introduced with previous check-in. + + 2002-09-22 20:41 skidder + M builds/posix/prefix.linux + M src/common/memory/memory_pool.cpp + M src/common/memory/memory_pool.h + M src/jrd/common.h + M src/remote/inet_server.cpp +Added file name/line number information to debug memory manager. Dumps memory state to memdebug.log on exit + + 2002-09-22 19:08 bellardo + M src/jrd/jrd.cpp + M src/jrd/jrd.h +Fixed an order of operations error in the first dbb destructor implementation. + + 2002-09-22 17:25 bellardo + M src/jrd/jrd.cpp + M src/jrd/jrd.h +Patch a rather large dbb memory leak created during the c++ porting. + + 2002-09-22 13:29 dimitr + M src/jrd/scl.epp +Added initialization of the local variable. + + 2002-09-22 12:52 dimitr + M src/jrd/intl_classes.h +Don't know why, but it fixes the current linking problem. + + 2002-09-21 09:53 dimitr + M src/include/gen/autoconfig_msvc.h +We definitely don't need extra tons of warnings regarding unrecognized preprocessor directive. + + 2002-09-21 08:00 dimitr + M src/jrd/isc_ipc.cpp +Fixed wrong (at least for win32) function pointer cast. + + 2002-09-20 20:59 bellardo + D builds/mac_os_x/CS/CS.pbproj/bellardo.pbxuser + D builds/mac_os_x/CS/CS.pbproj/john.pbxuser +Removed two personal IDE settings files that should have never been committed. + + 2002-09-20 19:01 skidder + M src/install/classic/install.sh.in +Fixed to make install work after interbase.msg->firebird.msg change + + 2002-09-20 18:58 skidder + M configure.in +Fixed to make build work w/o config file + + 2002-09-20 10:23 eku + M builds/posix/Makefile.in.firebird + M builds/posix/Makefile.in.msgs + M builds/posix/make.defaults + M builds/posix/prefix.sinixz + M src/install/arch-specific/sinixz/prototype.in + M src/jrd/cch.cpp + M src/jrd/err.cpp + M src/jrd/isc_ipc.cpp + M src/remote/interface.cpp + M src/utilities/srvrmgr.cpp +Fixed the naming of some files: + interbase.msg => firebird.msg + interbase.log => firebird.log +SINIX-Z: don't distribute build programms + + 2002-09-20 10:13 dimitr + M builds/win32/msvc6/fbclient.dsp + M builds/win32/msvc6/fbserver.dsp + M src/iscguard/iscguard.rc + D src/jrd/jrd_ver.h + D src/jrd/jrd_ver.rc + M src/jrd/version.rc + D src/jrd/version_95.rc + D src/remote/window.aps + M src/remote/window.rc +Get rid of unnecessary files. + + 2002-09-20 08:31 eku + M src/install/arch-specific/sinixz/postinstall.in +Fixed typo. + + 2002-09-20 08:28 eku + M configure.in + M src/jrd/file_params.h + M src/make.new/config/config.h.in +Do not hard-code the value of ISC_PREFIX, but set it to installation +prefix (--prefix option). + + 2002-09-19 16:02 skidder + M src/jrd/cmp.cpp + M src/jrd/dfw.epp + M src/jrd/exe.cpp + M src/jrd/jrd.cpp + M src/jrd/jrd.h + M src/jrd/met.epp + M src/jrd/met_proto.h +Deferred user trigger compilation added. Solves some, but not all DDL issues and speeds things up + + 2002-09-19 15:25 skidder + M builds/posix/Makefile.in.boot.gpre + M builds/posix/Makefile.in.client.gbak + M builds/posix/Makefile.in.client.gdef + M builds/posix/Makefile.in.client.gfix + M builds/posix/Makefile.in.client.gpre + M builds/posix/Makefile.in.client.isql + M builds/posix/Makefile.in.client.util + M builds/posix/Makefile.in.embed.gbak + M builds/posix/Makefile.in.embed.gdef + M builds/posix/Makefile.in.embed.gfix + M builds/posix/Makefile.in.embed.gpre + M builds/posix/Makefile.in.embed.isql + M builds/posix/Makefile.in.embed.lockmgr + M builds/posix/Makefile.in.embed.qli + M builds/posix/Makefile.in.embed.util + M builds/posix/Makefile.in.example5 + M builds/posix/Makefile.in.extlib + M builds/posix/Makefile.in.fbserver + M builds/posix/Makefile.in.fbutil + M builds/posix/Makefile.in.firebird + M builds/posix/Makefile.in.gpre + M builds/posix/Makefile.in.inet_server + M builds/posix/Makefile.in.install + M builds/posix/Makefile.in.intl + M builds/posix/Makefile.in.jrd + M builds/posix/Makefile.in.libfbclient + M builds/posix/Makefile.in.libfbcommon + M builds/posix/Makefile.in.libfbembed + M builds/posix/Makefile.in.libfbserver + M builds/posix/Makefile.in.libfbstatic + M builds/posix/Makefile.in.msgs + M builds/posix/Makefile.in.refDatabases + M builds/posix/Makefile.in.static.gbak + M builds/posix/Makefile.in.static.gpre + M builds/posix/Makefile.in.static.isql + M builds/posix/Makefile.in.v5_examples + M builds/posix/make.rules + M builds/posix/prefix.linux + M builds/posix/prefix.sinixz + D src/install/super/SSTarInstall.sh + D src/install/super/SSinstall.sh + D src/install/super/SSpostinstall.sh + D src/install/super/SSpostuninstall.sh + D src/install/super/SSpreinstall.sh + D src/install/super/SSpreuninstall.sh + D src/install/super/SSrpmfiles.txt + D src/install/super/SSrpmheader.txt + A src/install/super/install.sh.in + A src/install/super/postinstall.sh.in + A src/install/super/postuninstall.sh.in + A src/install/super/preinstall.sh.in + A src/install/super/preuninstall.sh.in + A src/install/super/rpmfiles.txt.in + A src/install/super/rpmheader.txt.in + A src/install/super/tarInstall.sh.in +Fix build engine to make PROD_BUILD compile + + 2002-09-19 10:51 eku + M configure.in + M src/include/gen/autoconfig_msvc.h + M src/jrd/common.h + M src/make.new/config/config.h.in +Autoconf: + o check for the function initgroups (replaces NOINITGROUPS define) + o the define INTL (common.h) has been removed, since it is only set but not + used anywhere + + 2002-09-19 09:35 eku + M src/install/arch-specific/sinixz/postinstall.in +gds_inet_server is now called fb_inet_server + + 2002-09-18 14:47 fsg + M ChangeLog +ChangeLog updated + + 2002-09-18 12:50 eku + M configure.in + M src/burp/mvol.cpp + M src/burp/spit.cpp + M src/extlib/fbudf/stdafx.h + M src/extlib/ib_udf.c + M src/include/gen/autoconfig_msvc.h + M src/iscguard/iscguard.cpp + M src/isql/isql_win.cpp + M src/journal/misc.cpp + M src/jrd/common.h + M src/jrd/cvt.cpp + M src/jrd/exe.cpp + M src/jrd/gds.cpp + M src/jrd/memtest.cpp + M src/jrd/pcsleep.cpp + M src/jrd/perf.cpp + M src/jrd/perf.h + M src/jrd/pwd.cpp + M src/jrd/svc.cpp + M src/jrd/time.h + M src/jrd/unix.cpp + M src/lock/lock.cpp + M src/make.new/config/config.h.in + M src/msgs/check_msgs.epp + M src/remote/inet.cpp + M src/remote/inet_server.cpp + M src/remote/netwcon.cpp + M src/utilities/analyse.cpp + M src/utilities/drop.cpp + M src/utilities/srvrmgr.cpp + M src/utilities/util.cpp + M src/v5_examples/apifull.c + M src/v5_examples/udflib.c + M src/wal/driver.cpp + M src/wal/wal.cpp +Autoconf cleanup: + o use predefined macros to test for sys/wait.h, time.h and sys/time.h + o search strcasecmp in libresolv only if strcasecmp and stricmp are not in libc + o use predefined macro AC_SYS_LARGEFILE to determine 64Bit I/O + o determine the alignment of long and double (ALIGNMENT,DOUBLE_ALIGN), + still need to write a test for FB_ALIGN! + + 2002-09-17 05:58 eku + M configure.in + M src/burp/canonical.cpp + M src/dsql/dsql.cpp + M src/include/gen/autoconfig_msvc.h + M src/install/arch-specific/sinixz/prototype.in + M src/jrd/align.cpp + M src/jrd/atom.h + M src/jrd/bookmark.cpp + M src/jrd/btr.cpp + M src/jrd/common.h + M src/jrd/cvt.cpp + M src/jrd/cvt2.cpp + M src/jrd/evl.cpp + M src/jrd/exe.cpp + M src/jrd/ib_stdio.cpp + M src/jrd/inf.cpp + M src/jrd/opt.cpp + M src/jrd/quad.cpp + M src/jrd/sort.cpp + M src/jrd/vmsthread.cpp + M src/make.new/config/config.h.in + M src/remote/merge.cpp + M src/remote/protocol.cpp + M src/utilities/rebuild.cpp +Autoconf cleanup: + o since the define 'VAX' was only used to tell that the byte order is + LITTLE_ENDIAN (it have nothing else to do with the VAX computer family) + it can safely replaced with '!WORDS_BIGENDIAN'. + o check if pointers are 64 bit + o replaced HAS_64BIT_POINTERS with 'SIZEOF_VOID_P == 8' + + 2002-09-16 16:31 skidder + M builds/posix/prefix.linux + M src/jrd/dyn.epp + M src/jrd/dyn_def.epp + M src/jrd/dyn_del.epp + M src/jrd/dyn_df_proto.h + M src/jrd/idx.h + M src/jrd/ods101.gdl +Roll back my previos DDL optimization changes. Add index RDB(RDB) instead. Testing revealed that it works faster + + 2002-09-13 11:13 skidder + M src/jrd/dyn_def.epp +Fixed wrong comment placement + + 2002-09-13 10:50 fsg + M ChangeLog +ChangeLog updated + + 2002-09-13 10:32 fsg + M ChangeLog +ChangeLog updated + + 2002-09-13 07:15 eku + M src/journal/journal.h +Changed indent. + + 2002-09-13 07:15 eku + M src/install/arch-specific/sinixz/Makefile.in +SINIX-Z: changed location of the produced package + + 2002-09-13 07:14 eku + M builds/posix/prefix.sinixz +SINIX-Z: turn on compiler warnings only in debug builds + + 2002-09-12 19:53 skidder + M src/dsql/ddl.cpp +Fixed cached metadata error which caused many DDL/DML statements to fail + + 2002-09-12 19:51 skidder + M src/dsql/ddl.cpp +Fixed cached metadata error which caused many DDL/DML statements to fail + + 2002-09-12 16:17 skidder + M src/jrd/dyn_def.epp +Fixed my own bug with index creation + + 2002-09-12 13:14 eku + M src/journal/journal.h +Fixed unterminated comment. + + 2002-09-11 19:37 skidder + M src/common/memory/memory_pool.cpp + M src/jrd/common.h + M src/jrd/gds.cpp + M src/jrd/gdsassert.h + M src/jrd/intl.cpp + M src/jrd/jrd.h + M src/jrd/lck.cpp +resoled some linux build issues, warnings + + 2002-09-11 19:32 skidder + M src/jrd/dyn.epp + M src/jrd/dyn_def.epp + M src/jrd/dyn_del.epp + M src/jrd/dyn_df_proto.h +DDL GDML query optimization + + 2002-09-11 11:30 eku + M autogen.sh + M configure.in + M src/alice/alice.cpp + M src/burp/burp.cpp + M src/include/fb_types.h + M src/include/gen/autoconfig_msvc.h + M src/jrd/common.h + M src/jrd/divorce.cpp + M src/jrd/dyn.epp + M src/jrd/dyn_def.epp + M src/jrd/dyn_del.epp + M src/jrd/dyn_mod.epp + M src/jrd/dyn_util.epp + M src/jrd/exe.cpp + M src/jrd/gds.cpp + M src/jrd/isc_ipc.cpp + M src/jrd/isc_sync.cpp + M src/jrd/jrd.cpp + M src/jrd/met.epp + M src/jrd/scl.epp + M src/jrd/sdw.cpp + M src/jrd/svc.cpp + M src/jrd/unix.cpp + M src/lock/lock.cpp + M src/make.new/config/config.h.in + M src/pipe/foot.cpp + M src/pipe/head.cpp + M src/qli/exe.cpp + M src/remote/divorce.cpp + M src/remote/server.cpp + M src/utilities/cache.cpp + M src/utilities/relay.cpp + M src/utilities/util.cpp +Autoconf enhancements: + o autoconf v2.53 and later is now required to generate configure + (sorry, but it makes many tasks easier) + o improved tests for mmap, socklen_t and offt_64 + o added tests for atexit, on_exit, (v)fork, set(p)grp, setpgid and flock + o added test for the keyword 'volatile' + o fixed errors in configure.in + o updated config.h.in and autoconfig_msvc.h (the latter may be incorrect) + o replaced VOLATILE by volatile + o removed SETPGRP and ATEXIT + o replaced NO_FLOCK by HAVE_FLOCK + o SIG_FPTR cleanup + o vfork cleanup + + 2002-09-11 07:49 eku + M builds/posix/prefix.sinixz +New version. + + 2002-09-10 18:38 skidder + M src/fbutil/FirebirdConfigFile.cpp +Fix compiler warning + + 2002-09-10 18:35 skidder + M builds/posix/Makefile.in.intl + M src/intl/ld.c +Make INTL work on Linux + + 2002-09-10 18:34 skidder + M src/msgs/load.epp +Added nulls first/last support load.epp + + 2002-09-10 18:34 skidder + M src/jrd/blr.h + M src/jrd/build_no.h + M src/jrd/opt.cpp + M src/jrd/par.cpp +Added nulls first/last support + + 2002-09-10 18:31 skidder + M src/install/classic/install.sh.in + M src/install/misc/firebird.xinetd + M src/install/misc/firebird.xinetd.in +Make make install work + + 2002-09-10 18:30 skidder + M src/dsql/metd.epp + M src/gpre/gpre_meta.epp +Optimize it a little + + 2002-09-10 18:28 skidder + M src/dsql/dsql.tab.h + M src/dsql/gen.cpp + M src/dsql/keywords.cpp + M src/dsql/node.h + M src/dsql/parse.cpp + M src/dsql/parse.y + M src/dsql/pass1.cpp +added nulls first/last syntax support + + 2002-09-10 18:24 skidder + M src/common/memory/memory_pool.cpp +Fix compiler warning + + 2002-09-10 18:22 skidder + M builds/posix/Makefile.in.firebird + M builds/posix/Makefile.in.v5_examples +Makefile for examples is broken. Do not compile it + + 2002-09-10 13:40 dimitr + M src/jrd/cch.cpp + M src/jrd/sdw.cpp + M src/jrd/tra.cpp +Fixed wrong initialization of the stack variables. + + 2002-09-10 13:38 dimitr + M src/utilities/dba.epp +Fixed wrong size of the local variable. +Thanks to Dmitry Kuzmenko. + + 2002-09-10 08:07 dimitr + M src/dsql/metd.epp + M src/gpre/gpre_meta.epp +Fixed error in GDML statement. + + 2002-09-10 07:56 eku + M configure.in +Fixed problems with '--with-lock-manager'. + + 2002-09-10 06:08 eku + M builds/posix/make.rules + M builds/posix/prefix.darwin + M builds/posix/prefix.linux + M builds/posix/prefix.solx86 +Control build type (production/development) by configure (--enable-debug). + + 2002-09-09 13:24 fsg + M ChangeLog +ChangeLog updated + + 2002-09-09 11:40 dimitr + M src/jrd/dyn.epp +Fixed memory handling bug. + + 2002-09-09 05:51 eku + M builds/posix/Makefile.in.fbutil +Always use '$(MAKE)' instead of 'make' to call make, because it could have been +redefined. + + 2002-09-09 05:48 eku + M builds/posix/Makefile.in.firebird +Fixed C&P error that prevented ISQL from beeing compiled. + + 2002-09-08 16:33 dimitr + M src/jrd/tra.cpp +Don't allow sweeper to start if the database is shutdown. + + 2002-09-08 16:32 dimitr + M src/msgs/load.epp +no message + + 2002-09-08 07:56 dimitr + M src/iscguard/iscguard.cpp + M src/iscguard/iscguard.h + M src/jrd/jrd.cpp + M src/remote/ibconfig.h + M src/remote/inet_server.cpp + M src/remote/window.h + M src/utilities/guard.cpp + M src/utilities/util.cpp + M src/v5_examples/makefile.old +fbserver instead of ibserver. + + 2002-09-06 13:05 alexpeshkoff + M src/jrd/fun.epp +Corrected bug with UDF's returning floating point by value + + 2002-09-06 08:57 dimitr + M src/jrd/db_alias.cpp +Proper location of the aliases config file. + + 2002-09-06 08:45 eku + A src/install/arch-specific/sinixz + A src/install/arch-specific/sinixz/Makefile.in + A src/install/arch-specific/sinixz/pkginfo.in + A src/install/arch-specific/sinixz/postinstall.in + A src/install/arch-specific/sinixz/postremove.in + A src/install/arch-specific/sinixz/preinstall.in + A src/install/arch-specific/sinixz/prototype.in +SINIX-Z package files + + 2002-09-06 07:51 dimitr + M src/dsql/ddl.cpp + M src/dsql/parse.cpp + M src/dsql/parse.y +More complete implementation of the INDEX subclause of a constraint declaration. + + 2002-09-06 07:13 eku + M configure.in +SINIX-Z packaging + + 2002-09-06 04:49 fsg + M src/misc/writeBuildNum.sh +First step to get build_no.h updated at commit-time + + 2002-09-05 11:48 dimitr + M src/dsql/ddl.cpp +Fixed bug with wrong RDB$SYSTEM_FLAG values for the relation constraint triggers. + + 2002-09-05 09:00 dimitr + M src/jrd/isc_sync_win32.cpp +Corrected the exception handling logic: + - check asynchronous (hardware) exceptions first + - proper memory management + + 2002-09-04 18:17 dimitr + M src/jrd/isc_sync_win32.cpp +Fixed wrong exception handling logic. +Hope it's done correctly and won't cause more errors. + + 2002-09-04 14:37 dimitr + M src/jrd/isc_sync_win32.cpp +a) we're Firebird, not InterBase +b) we shouldn't have such ugly string handling bugs + + 2002-09-04 13:34 eku + M src/jrd/svc.cpp + M src/utilities/security.epp +Fixed a typo that was introduced with the strcasecmp/stricmp changes. + + 2002-09-04 12:09 dimitr + M src/dsql/ddl.cpp + M src/dsql/dsql.tab.h + M src/dsql/keywords.cpp + M src/dsql/node.h + M src/dsql/parse.cpp + M src/dsql/parse.y +Changed syntax of the INDEX subclause of a constraint declaration, +now it looks as: +[USING [ASC[ENDING] | DESC[ENDING]] INDEX index] + + 2002-09-04 10:22 dimitr + M builds/win32/msvc6/intl.dsp + M src/jrd/intl.cpp +Renamed gdsintl.dll to fbintl.dll. + + 2002-09-04 09:12 dimitr + M src/jrd/file_params.h + M src/msgs/build_file.epp + M src/utilities/install_nt.h + M src/utilities/install_svc.cpp +Make sure we're Firebird, both interbase.msg and interbase.log are renamed. + + 2002-09-04 08:18 dimitr + M src/utilities/registry.h +Changed the default registry key to the native Firebird one. + + 2002-09-03 17:31 dimitr + A builds/win32/msvc6/ib_udf.def + A builds/win32/msvc6/ib_udf.dsp +Added ib_udf project. + + 2002-09-03 17:29 dimitr + M src/include/gen/autoconfig_msvc.h +Minor build changes in the UDF libraries. + + 2002-09-03 17:25 dimitr + M builds/win32/msvc6/Firebird2.dsw +Added ib_udf project. + + 2002-09-03 17:23 dimitr + M src/extlib/fbudf/fbudf.cpp + M src/extlib/fbudf/stdafx.h + M src/extlib/ib_udf.h +Minor build changes in the UDF libraries. + + 2002-09-03 13:35 eku + M builds/posix/Makefile.in.refDatabases +Fixed more make problems. +Why do we touch the result here??? + + 2002-09-03 13:25 eku + M configure.in +Added the new configure option '--with-lock-manager' that controlls the build of the manager binary. This option is only valid for CS architecture. +Replaced '#' with the correct M4 macro for comments 'dnl'. + + 2002-09-03 13:24 eku + M builds/posix/Makefile.in.firebird + M src/include/gen/autoconfig_msvc.h + M src/lock/lock.h + M src/make.new/config/config.h.in +Added the new configure option '--with-lock-manager' that controlls the build of the manager binary. This option is only valid for CS architecture. + + 2002-09-02 15:01 fsg + M ChangeLog +ChangeLog updated + + 2002-09-01 15:49 dimitr + M src/dsql/parse.y + M src/dsql/pass1.cpp + M src/gpre/gpre_meta.epp + M src/jrd/dfw.epp + M src/jrd/dyn_def.epp + M src/jrd/met.epp +- allowed user-defined index names for PK/FK/UK constraints +- fixed ugly hardcoded name checks for primary/foreign keys +- implemented RECREATE VIEW statement + + 2002-09-01 15:44 dimitr + M src/dsql/ddl.cpp + M src/dsql/dsql.cpp + M src/dsql/metd.epp + M src/dsql/node.h + M src/dsql/parse.cpp + M src/dsql/parse.y +- allowed user-defined index names for PK/FK/UK constraints +- fixed ugly hardcoded name checks for primary/foreign keys +- implemented RECREATE VIEW statement + + 2002-08-31 13:13 dimitr + A src/jrd/ods101.gdl +Minor ODS change (version 10.1). New indices on system tables: + - define index RDB$INDEX_41 + for RDB$INDICES + RDB$FOREIGN_KEY; + - define index RDB$INDEX_42 + for RDB$RELATION_CONSTRAINTS + RDB$RELATION_NAME, RDB$CONSTRAINT_TYPE; + + 2002-08-31 09:25 fsg + A builds/posix/Makefile.in.example5 + M builds/posix/Makefile.in.firebird + M builds/posix/Makefile.in.refDatabases + M src/jrd/common.h +Some minor fixes to get it compiled under linux again, +some of them submitted by Nickolay Samofatov + + 2002-08-28 15:50 dimitr + M src/jrd/grant.gdl + M src/jrd/trig.h +Fixed bug, when nobody could alter or drop a trigger which name contains 'RDB$'. + + 2002-08-28 15:48 dimitr + M src/utilities/install_svc.cpp + M src/utilities/regis_proto.h + M src/utilities/registry.cpp + M src/utilities/servi_proto.h + M src/utilities/services.cpp +Some changes to make gdef, instreg and instsvc compilable. + + 2002-08-28 09:20 dimitr + M builds/win32/msvc6/Firebird2.dsw + M builds/win32/msvc6/fbclient.dsp + A builds/win32/msvc6/gdef.dsp + A builds/win32/msvc6/instreg.dsp + A builds/win32/msvc6/instsvc.dsp +Added new projects to the workspace: + - gdef.exe + - instreg.exe + - instsvc.exe + + 2002-08-28 09:05 eku + M builds/posix/Makefile.in.install +make.XXX files are now under $ROOT/gen and not $ROOT/src. + + 2002-08-28 08:25 fsg + M ChangeLog +ChangeLog updated + + 2002-08-28 08:02 eku + M configure.in +Another C&P error. + + 2002-08-28 07:51 eku + M configure.in +Fixed C&P error. + + 2002-08-28 07:11 eku + M src/extlib/fbudf/stdafx.h +Needs include file common.h to compile. + + 2002-08-28 07:10 eku + M src/remote/inet_server.cpp +Use SIG_FPTR from common.h. + + 2002-08-28 07:03 eku + M configure.in +Check which network libraries (socket, nsl, resolv) are needed. configure +will set the variable LIBS to the correct value. Setting this in prefix.XXX +should no longer be neccessary. If it doesn't work for you, please extend +the tests in configure.in, rather than defining this in prefix.your_system. +Another autoconf cleanup: + o check for the existence of the function strcasecmp and stricmp + o replaced STRICMP + + 2002-08-28 06:50 eku + M src/include/gen/autoconfig_msvc.h + M src/jrd/common.h + M src/jrd/svc.cpp + M src/make.new/config/config.h.in + M src/utilities/security.epp +Another autoconf cleanup: + o check for the existence of the function strcasecmp and stricmp + o replaced STRICMP + + 2002-08-28 06:12 dimitr + M builds/win32/msvc6/fbclient.dsp +Cleaned up fbclient.dll contents. + + 2002-08-27 19:26 dimitr + M src/ipserver/ipclient.cpp + M src/remote/serve_proto.h + M src/remote/srvr_w32.cpp + M src/remote/window.cpp + M src/remote/xnet.cpp + M src/remote/xnet_proto.h +Finilized Borland's implementation of XNET (win32 only). Seems to work ;-) + + 2002-08-27 11:58 dimitr + M src/jrd/idx.h + M src/jrd/ods.h +Minor ODS change (version 10.1). New indices on system tables: + - define index RDB$INDEX_41 + for RDB$INDICES + RDB$FOREIGN_KEY; + - define index RDB$INDEX_42 + for RDB$RELATION_CONSTRAINTS + RDB$RELATION_NAME, RDB$CONSTRAINT_TYPE; + + 2002-08-27 11:47 dimitr + M src/include/fb_types.h + M src/jrd/common.h +Moved SIG_FPTR type declaration from fb_types.h to common.h. +Hence we've got the codebase compiled on win32 again, and +it shouldn't break other builds, IMHO. + + 2002-08-27 11:23 dimitr + M src/misc/writeBuildNum.sh +Updated FB version. + + 2002-08-27 11:07 dimitr + M src/jrd/isc_proto.h + M src/jrd/isc_win32.cpp +Removed duplicated registry path constants. + + 2002-08-27 11:01 dimitr + M builds/win32/msvc6/intl.dsp +Small correction. + + 2002-08-27 07:48 dimitr + M src/dsql/ddl.cpp + M src/dsql/dsql.cpp + M src/dsql/node.h + M src/dsql/parse.cpp + M src/dsql/parse.y + M src/dsql/pass1.cpp +Implemented CREATE OR ALTER statement for procedures/triggers/views. + + 2002-08-26 19:40 arnobrinkman + M src/dsql/pass1.cpp +Added code in pass1_simple_case for handeling parameters in case_operand together with when_operands. +The method used to get the derciber for parameters is taken from MAKE_desc_from_list in make.cpp +Example : SELECT CASE FieldA WHEN :param1 THEN 1 WHEN 2 THEN 2 ELSE NULL END FROM TableA +Note : At least one "know describer" must be in the list else no describer could be guested (logic but...) ! + + 2002-08-26 13:50 dimitr + M builds/win32/msvc6/Firebird2.dsw + A builds/win32/msvc6/fbclient.def + A builds/win32/msvc6/fbclient.dsp + A builds/win32/msvc6/fbclient_debug.def + M builds/win32/msvc6/gds32.def + M builds/win32/msvc6/gds32.dsp + M builds/win32/msvc6/gds32_debug.def +Renamed the win32 client library. + + 2002-08-26 13:20 eku + M src/utilities/drop.cpp +Fixed GCC 3.1 compile problem with missing cast operator. + + 2002-08-26 12:18 eku + M src/burp/mvol.cpp + M src/jrd/isc_file.cpp + M src/jrd/jrd.cpp + M src/jrd/llio.cpp + M src/jrd/os/posix/mod_loader.cpp + M src/jrd/thd.cpp + M src/jrd/y-valve.cpp + M src/remote/xnet.cpp + M src/utilities/srvrmgr.cpp + M src/wal/walw.cpp +Added / replaced ifdef's around unistd.h with the define HAVE_UNISTD_H +generated by autoconf. + + 2002-08-26 12:14 eku + M src/jrd/isc_sync.cpp +Another autoconf cleanup: + o check for the existence of the function mmap + o replaced MMAP_SUPPORTED by HAVE_MMAP +Moved the (multiple) definition of SIG_FPTR to fb_types.h. + + 2002-08-26 12:13 eku + M src/include/fb_types.h + M src/jrd/isc_cray.cpp + M src/jrd/isc_ipc.cpp + M src/remote/inet.cpp +Moved the (multiple) definition of SIG_FPTR to fb_types.h. + + 2002-08-26 12:10 eku + M src/jrd/common.h + M src/jrd/event.cpp + M src/jrd/isc_s_proto.h + M src/lock/lock.cpp + M src/lock/print.cpp + M src/utilities/drop.cpp + M src/utilities/dropv3.cpp + M src/wal/walc.cpp +Another autoconf cleanup: + o check for the existence of the function mmap + o replaced MMAP_SUPPORTED by HAVE_MMAP + + 2002-08-26 11:59 eku + M configure.in + M src/include/gen/autoconfig_msvc.h + M src/make.new/config/config.h.in +Another autoconf cleanup: + o check for the existence of the function mmap + o replaced MMAP_SUPPORTED by HAVE_MMAP + + 2002-08-26 08:51 eku + M src/qli/help.epp +Fixed format string (GCC 3.2 won't compile this file). + + 2002-08-26 07:51 dimitr + M src/jrd/db_alias.cpp +Learnt the alias management code to handle both possible path separators correctly. + + 2002-08-24 10:53 dimitr + M src/include/gen/autoconfig_msvc.h +Corrected MSVC related autoconf stuff. + + 2002-08-24 09:40 dimitr + M src/jrd/svc.cpp +Added missing #endif. + + 2002-08-22 13:11 fsg + M ChangeLog +ChangeLog updated + + 2002-08-22 11:30 eku + M configure.in + M src/include/gen/autoconfig_msvc.h + M src/jrd/intl.cpp + M src/make.new/config/config.h.in +Check for the existence of the function snprintf. Added a work-around +for systems like SINIX-Z, that do not have snprintf. We really need +a plug-in replacement for those systems. + + 2002-08-22 11:22 dimitr + M src/remote/inet.cpp + M src/remote/remote.cpp + M src/remote/spxnet.cpp +Make sure a length of string being allocated is always initialized. + + 2002-08-22 10:57 dimitr + M src/pipe/head.cpp +Corrected the GATEWAY cleanup. + + 2002-08-22 10:48 eku + M configure.in + M src/include/gen/autoconfig_msvc.h + M src/jrd/common.h + M src/jrd/isc_ipc.cpp + M src/jrd/isc_sync.cpp + M src/jrd/svc.cpp + M src/make.new/config/config.h.in + M src/remote/inet.cpp + M src/remote/inet_server.cpp +Another autoconf cleanup: + o check for the existence of the function sigaction + o replaced SIGACTION_SUPPORTED with HAVE_SIGACTION + + 2002-08-22 10:16 dimitr + M src/jrd/vio.cpp +Fixed a typing error in my bugfix <g>. + + 2002-08-22 09:07 eku + M configure.in +Unset a cached variable before rerunning a test. + + 2002-08-22 08:34 dimitr + M src/jrd/mov.cpp + M src/jrd/mov_proto.h + M src/jrd/vio.cpp +More careful (and proper) implementation of my yesterday's bugfix. + + 2002-08-22 08:20 dimitr + M src/csv/csi.cpp + M src/csv/csi.h + M src/csv/css.cpp + M src/csv/css_proto.h + M src/csv/csv.cpp + M src/jrd/all.cpp + M src/jrd/all_old.cpp + M src/jrd/blb.h + M src/jrd/cmp.cpp + M src/jrd/common.h + M src/jrd/dsc.h + M src/jrd/err.cpp + M src/jrd/evl.cpp + M src/jrd/exe.cpp + M src/jrd/exe.h + M src/jrd/fun.epp + M src/jrd/inf.cpp + M src/jrd/isc.cpp + M src/jrd/isc_sync.cpp + M src/jrd/jrd.h + M src/jrd/jrd_blks.cpp + M src/jrd/jrd_blks.h + M src/jrd/lck.cpp... [truncated message content] |
From: <fir...@us...> - 2010-12-29 03:34:15
|
Revision: 52084 http://firebird.svn.sourceforge.net/firebird/?rev=52084&view=rev Author: firebirds Date: 2010-12-29 03:34:09 +0000 (Wed, 29 Dec 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2010-12-29 03:20:33 UTC (rev 52083) +++ firebird/branches/B2_5_Release/ChangeLog 2010-12-29 03:34:09 UTC (rev 52084) @@ -1,3 +1,7 @@ + 2010-12-28 12:01 dimitr + M src/jrd/dpm.epp +CORE-3295: Estimate the actual record compression ratio in the optimizer. + 2010-12-27 22:03 hvlad M src/jrd/svc.cpp Fixed typo at my recent commit for CORE-3266 Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-29 03:20:33 UTC (rev 52083) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2010-12-29 03:34:09 UTC (rev 52084) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26159 + FORMAL BUILD NUMBER:26160 */ -#define PRODUCT_VER_STRING "2.5.1.26159" -#define FILE_VER_STRING "WI-V2.5.1.26159" -#define LICENSE_VER_STRING "WI-V2.5.1.26159" -#define FILE_VER_NUMBER 2, 5, 1, 26159 +#define PRODUCT_VER_STRING "2.5.1.26160" +#define FILE_VER_STRING "WI-V2.5.1.26160" +#define LICENSE_VER_STRING "WI-V2.5.1.26160" +#define FILE_VER_NUMBER 2, 5, 1, 26160 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26159" +#define FB_BUILD_NO "26160" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-29 03:20:33 UTC (rev 52083) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2010-12-29 03:34:09 UTC (rev 52084) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26159 +BuildNum=26160 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2011-01-03 03:30:32
|
Revision: 52090 http://firebird.svn.sourceforge.net/firebird/?rev=52090&view=rev Author: firebirds Date: 2011-01-03 03:30:25 +0000 (Mon, 03 Jan 2011) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2011-01-02 22:15:33 UTC (rev 52089) +++ firebird/branches/B2_5_Release/ChangeLog 2011-01-03 03:30:25 UTC (rev 52090) @@ -1,3 +1,8 @@ + 2011-01-02 22:15 hvlad + M src/jrd/exe.cpp +More conservative fix for CORE-3282 : EXECUTE STATEMENT parses the SQL text using wrong charset. +Convert into attachment charset query text only + 2010-12-28 12:01 dimitr M src/jrd/dpm.epp CORE-3295: Estimate the actual record compression ratio in the optimizer. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-02 22:15:33 UTC (rev 52089) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-03 03:30:25 UTC (rev 52090) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26160 + FORMAL BUILD NUMBER:26161 */ -#define PRODUCT_VER_STRING "2.5.1.26160" -#define FILE_VER_STRING "WI-V2.5.1.26160" -#define LICENSE_VER_STRING "WI-V2.5.1.26160" -#define FILE_VER_NUMBER 2, 5, 1, 26160 +#define PRODUCT_VER_STRING "2.5.1.26161" +#define FILE_VER_STRING "WI-V2.5.1.26161" +#define LICENSE_VER_STRING "WI-V2.5.1.26161" +#define FILE_VER_NUMBER 2, 5, 1, 26161 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26160" +#define FB_BUILD_NO "26161" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-02 22:15:33 UTC (rev 52089) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-03 03:30:25 UTC (rev 52090) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26160 +BuildNum=26161 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2011-01-05 03:34:17
|
Revision: 52092 http://firebird.svn.sourceforge.net/firebird/?rev=52092&view=rev Author: firebirds Date: 2011-01-05 03:34:11 +0000 (Wed, 05 Jan 2011) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2011-01-04 12:49:59 UTC (rev 52091) +++ firebird/branches/B2_5_Release/ChangeLog 2011-01-05 03:34:11 UTC (rev 52092) @@ -1,3 +1,7 @@ + 2011-01-04 12:49 dimitr + M src/jrd/dpm.epp +Fixed my stupid mistake. + 2011-01-02 22:15 hvlad M src/jrd/exe.cpp More conservative fix for CORE-3282 : EXECUTE STATEMENT parses the SQL text using wrong charset. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-04 12:49:59 UTC (rev 52091) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-05 03:34:11 UTC (rev 52092) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26161 + FORMAL BUILD NUMBER:26162 */ -#define PRODUCT_VER_STRING "2.5.1.26161" -#define FILE_VER_STRING "WI-V2.5.1.26161" -#define LICENSE_VER_STRING "WI-V2.5.1.26161" -#define FILE_VER_NUMBER 2, 5, 1, 26161 +#define PRODUCT_VER_STRING "2.5.1.26162" +#define FILE_VER_STRING "WI-V2.5.1.26162" +#define LICENSE_VER_STRING "WI-V2.5.1.26162" +#define FILE_VER_NUMBER 2, 5, 1, 26162 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26161" +#define FB_BUILD_NO "26162" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-04 12:49:59 UTC (rev 52091) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-05 03:34:11 UTC (rev 52092) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26161 +BuildNum=26162 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2011-01-08 03:37:47
|
Revision: 52097 http://firebird.svn.sourceforge.net/firebird/?rev=52097&view=rev Author: firebirds Date: 2011-01-08 03:37:40 +0000 (Sat, 08 Jan 2011) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2011-01-08 03:23:07 UTC (rev 52096) +++ firebird/branches/B2_5_Release/ChangeLog 2011-01-08 03:37:40 UTC (rev 52097) @@ -1,3 +1,8 @@ + 2011-01-07 11:24 dimitr + M src/jrd/evl.cpp + M src/jrd/opt.cpp +Fixed CORE-3302: Distinct aggregates return wrong (duplicated) data. + 2011-01-04 12:49 dimitr M src/jrd/dpm.epp Fixed my stupid mistake. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-08 03:23:07 UTC (rev 52096) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-08 03:37:40 UTC (rev 52097) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26162 + FORMAL BUILD NUMBER:26163 */ -#define PRODUCT_VER_STRING "2.5.1.26162" -#define FILE_VER_STRING "WI-V2.5.1.26162" -#define LICENSE_VER_STRING "WI-V2.5.1.26162" -#define FILE_VER_NUMBER 2, 5, 1, 26162 +#define PRODUCT_VER_STRING "2.5.1.26163" +#define FILE_VER_STRING "WI-V2.5.1.26163" +#define LICENSE_VER_STRING "WI-V2.5.1.26163" +#define FILE_VER_NUMBER 2, 5, 1, 26163 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26162" +#define FB_BUILD_NO "26163" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-08 03:23:07 UTC (rev 52096) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-08 03:37:40 UTC (rev 52097) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26162 +BuildNum=26163 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2011-01-12 03:32:59
|
Revision: 52109 http://firebird.svn.sourceforge.net/firebird/?rev=52109&view=rev Author: firebirds Date: 2011-01-12 03:32:52 +0000 (Wed, 12 Jan 2011) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2011-01-12 03:17:17 UTC (rev 52108) +++ firebird/branches/B2_5_Release/ChangeLog 2011-01-12 03:32:52 UTC (rev 52109) @@ -1,3 +1,15 @@ + 2011-01-12 00:15 asfernandes + M src/jrd/cmp.cpp +Backported fix for CORE-3306 - Invariant sub-query is treated as variant thus causing multiple invokations of a nested stored procedure + + 2011-01-11 15:55 dimitr + M src/jrd/cmp.cpp +Better fix for CORE-3211. It avoids a crash due to a not initialized rse_relation[] array which is used inside ignore_dbkey(). + + 2011-01-11 07:48 alexpeshkoff + M doc/README.fb_shutdown +fixed to make it match actual code + 2011-01-07 11:24 dimitr M src/jrd/evl.cpp M src/jrd/opt.cpp Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-12 03:17:17 UTC (rev 52108) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-12 03:32:52 UTC (rev 52109) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26163 + FORMAL BUILD NUMBER:26166 */ -#define PRODUCT_VER_STRING "2.5.1.26163" -#define FILE_VER_STRING "WI-V2.5.1.26163" -#define LICENSE_VER_STRING "WI-V2.5.1.26163" -#define FILE_VER_NUMBER 2, 5, 1, 26163 +#define PRODUCT_VER_STRING "2.5.1.26166" +#define FILE_VER_STRING "WI-V2.5.1.26166" +#define LICENSE_VER_STRING "WI-V2.5.1.26166" +#define FILE_VER_NUMBER 2, 5, 1, 26166 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26163" +#define FB_BUILD_NO "26166" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-12 03:17:17 UTC (rev 52108) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-12 03:32:52 UTC (rev 52109) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26163 +BuildNum=26166 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2011-01-13 03:30:30
|
Revision: 52114 http://firebird.svn.sourceforge.net/firebird/?rev=52114&view=rev Author: firebirds Date: 2011-01-13 03:30:24 +0000 (Thu, 13 Jan 2011) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2011-01-13 03:17:35 UTC (rev 52113) +++ firebird/branches/B2_5_Release/ChangeLog 2011-01-13 03:30:24 UTC (rev 52114) @@ -1,3 +1,7 @@ + 2011-01-12 10:56 dimitr + M doc/license/README.license.usage.txt +Corrected the license URLs. + 2011-01-12 00:15 asfernandes M src/jrd/cmp.cpp Backported fix for CORE-3306 - Invariant sub-query is treated as variant thus causing multiple invokations of a nested stored procedure Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-13 03:17:35 UTC (rev 52113) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-13 03:30:24 UTC (rev 52114) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26166 + FORMAL BUILD NUMBER:26167 */ -#define PRODUCT_VER_STRING "2.5.1.26166" -#define FILE_VER_STRING "WI-V2.5.1.26166" -#define LICENSE_VER_STRING "WI-V2.5.1.26166" -#define FILE_VER_NUMBER 2, 5, 1, 26166 +#define PRODUCT_VER_STRING "2.5.1.26167" +#define FILE_VER_STRING "WI-V2.5.1.26167" +#define LICENSE_VER_STRING "WI-V2.5.1.26167" +#define FILE_VER_NUMBER 2, 5, 1, 26167 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26166" +#define FB_BUILD_NO "26167" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-13 03:17:35 UTC (rev 52113) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-13 03:30:24 UTC (rev 52114) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26166 +BuildNum=26167 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2011-01-15 03:32:09
|
Revision: 52123 http://firebird.svn.sourceforge.net/firebird/?rev=52123&view=rev Author: firebirds Date: 2011-01-15 03:32:02 +0000 (Sat, 15 Jan 2011) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2011-01-15 03:18:57 UTC (rev 52122) +++ firebird/branches/B2_5_Release/ChangeLog 2011-01-15 03:32:02 UTC (rev 52123) @@ -1,3 +1,11 @@ + 2011-01-14 06:47 dimitr + M src/jrd/met.epp +Correction. + + 2011-01-14 06:19 dimitr + M src/jrd/met.epp +Tuned the code a little in order to avoid redundant retrievals. As a side effect, it downgrades three-way joins to two-way ones, thus helping the optimizer to choose a good plan in the worst (zero selectivity) cases. This should resolve CORE-2933 (Very slow execution of a script that creates a lot of metadata) and CORE-3237 (Slow compilation of stored procedures) without tweaking the optimizer constants. + 2011-01-12 10:56 dimitr M doc/license/README.license.usage.txt Corrected the license URLs. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-15 03:18:57 UTC (rev 52122) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-15 03:32:02 UTC (rev 52123) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26167 + FORMAL BUILD NUMBER:26169 */ -#define PRODUCT_VER_STRING "2.5.1.26167" -#define FILE_VER_STRING "WI-V2.5.1.26167" -#define LICENSE_VER_STRING "WI-V2.5.1.26167" -#define FILE_VER_NUMBER 2, 5, 1, 26167 +#define PRODUCT_VER_STRING "2.5.1.26169" +#define FILE_VER_STRING "WI-V2.5.1.26169" +#define LICENSE_VER_STRING "WI-V2.5.1.26169" +#define FILE_VER_NUMBER 2, 5, 1, 26169 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26167" +#define FB_BUILD_NO "26169" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-15 03:18:57 UTC (rev 52122) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-15 03:32:02 UTC (rev 52123) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26167 +BuildNum=26169 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2011-01-16 03:30:00
|
Revision: 52136 http://firebird.svn.sourceforge.net/firebird/?rev=52136&view=rev Author: firebirds Date: 2011-01-16 03:29:53 +0000 (Sun, 16 Jan 2011) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2011-01-16 03:17:11 UTC (rev 52135) +++ firebird/branches/B2_5_Release/ChangeLog 2011-01-16 03:29:53 UTC (rev 52136) @@ -1,3 +1,27 @@ + 2011-01-15 09:22 robocop + M src/jrd/cvt_proto.h +Misc. + + 2011-01-15 09:18 robocop + M src/remote/inet.cpp +Misc. + + 2011-01-15 09:09 robocop + M src/remote/remote.h +Misc. + + 2011-01-15 09:07 robocop + M src/remote/os/win32/srvr_w32.cpp +Misc. + + 2011-01-15 09:07 robocop + M src/remote/server.cpp +Avoid variable shadowing. + + 2011-01-15 09:04 robocop + M doc/README.fb_shutdown +Misc. + 2011-01-14 06:47 dimitr M src/jrd/met.epp Correction. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-16 03:17:11 UTC (rev 52135) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-16 03:29:53 UTC (rev 52136) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26169 + FORMAL BUILD NUMBER:26175 */ -#define PRODUCT_VER_STRING "2.5.1.26169" -#define FILE_VER_STRING "WI-V2.5.1.26169" -#define LICENSE_VER_STRING "WI-V2.5.1.26169" -#define FILE_VER_NUMBER 2, 5, 1, 26169 +#define PRODUCT_VER_STRING "2.5.1.26175" +#define FILE_VER_STRING "WI-V2.5.1.26175" +#define LICENSE_VER_STRING "WI-V2.5.1.26175" +#define FILE_VER_NUMBER 2, 5, 1, 26175 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26169" +#define FB_BUILD_NO "26175" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-16 03:17:11 UTC (rev 52135) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-16 03:29:53 UTC (rev 52136) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26169 +BuildNum=26175 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2011-01-17 03:29:52
|
Revision: 52148 http://firebird.svn.sourceforge.net/firebird/?rev=52148&view=rev Author: firebirds Date: 2011-01-17 03:29:45 +0000 (Mon, 17 Jan 2011) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2011-01-17 03:17:16 UTC (rev 52147) +++ firebird/branches/B2_5_Release/ChangeLog 2011-01-17 03:29:45 UTC (rev 52148) @@ -1,3 +1,24 @@ + 2011-01-16 14:05 alexpeshkoff + M builds/posix/prefix.linux_s390x +Damyan's patch fixing list of targets for linux/s390 + + 2011-01-16 13:19 alexpeshkoff + M src/common/cvt.cpp + M src/common/cvt.h + M src/jrd/SysFunction.cpp + M src/jrd/cvt2.cpp + M src/jrd/cvt_proto.h + M src/jrd/mov.cpp +Fixed CORE-2756: substring from timestamp - unexpected result + + 2011-01-16 09:59 robocop + M doc/README.fb_shutdown +Misc. + + 2011-01-16 09:58 robocop + M src/jrd/svc.cpp +Style. + 2011-01-15 09:22 robocop M src/jrd/cvt_proto.h Misc. Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-17 03:17:16 UTC (rev 52147) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-17 03:29:45 UTC (rev 52148) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26175 + FORMAL BUILD NUMBER:26179 */ -#define PRODUCT_VER_STRING "2.5.1.26175" -#define FILE_VER_STRING "WI-V2.5.1.26175" -#define LICENSE_VER_STRING "WI-V2.5.1.26175" -#define FILE_VER_NUMBER 2, 5, 1, 26175 +#define PRODUCT_VER_STRING "2.5.1.26179" +#define FILE_VER_STRING "WI-V2.5.1.26179" +#define LICENSE_VER_STRING "WI-V2.5.1.26179" +#define FILE_VER_NUMBER 2, 5, 1, 26179 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26175" +#define FB_BUILD_NO "26179" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-17 03:17:16 UTC (rev 52147) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-17 03:29:45 UTC (rev 52148) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26175 +BuildNum=26179 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2011-01-20 03:36:44
|
Revision: 52165 http://firebird.svn.sourceforge.net/firebird/?rev=52165&view=rev Author: firebirds Date: 2011-01-20 03:36:37 +0000 (Thu, 20 Jan 2011) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2011-01-20 03:20:31 UTC (rev 52164) +++ firebird/branches/B2_5_Release/ChangeLog 2011-01-20 03:36:37 UTC (rev 52165) @@ -1,3 +1,15 @@ + 2011-01-19 12:58 alexpeshkoff + M src/common/config/config.cpp + M src/common/config/config.h + M src/common/config/config_file.cpp + M src/common/config/config_file.h + M src/common/config/config_impl.h + M src/jrd/db_alias.cpp + M src/jrd/os/posix/fbsyslog.cpp + M src/remote/server.cpp + M src/utilities/nbackup.cpp +Fixed CORE-3297: nbackup exits without info when firebird.conf is missing. Make all utilities run without firebird.conf - only server requires it's presence. + 2011-01-16 14:05 alexpeshkoff M builds/posix/prefix.linux_s390x Damyan's patch fixing list of targets for linux/s390 Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-20 03:20:31 UTC (rev 52164) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-20 03:36:37 UTC (rev 52165) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26179 + FORMAL BUILD NUMBER:26180 */ -#define PRODUCT_VER_STRING "2.5.1.26179" -#define FILE_VER_STRING "WI-V2.5.1.26179" -#define LICENSE_VER_STRING "WI-V2.5.1.26179" -#define FILE_VER_NUMBER 2, 5, 1, 26179 +#define PRODUCT_VER_STRING "2.5.1.26180" +#define FILE_VER_STRING "WI-V2.5.1.26180" +#define LICENSE_VER_STRING "WI-V2.5.1.26180" +#define FILE_VER_NUMBER 2, 5, 1, 26180 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26179" +#define FB_BUILD_NO "26180" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-20 03:20:31 UTC (rev 52164) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-20 03:36:37 UTC (rev 52165) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26179 +BuildNum=26180 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <fir...@us...> - 2011-01-21 03:49:54
|
Revision: 52171 http://firebird.svn.sourceforge.net/firebird/?rev=52171&view=rev Author: firebirds Date: 2011-01-21 03:49:47 +0000 (Fri, 21 Jan 2011) Log Message: ----------- nightly update Modified Paths: -------------- firebird/branches/B2_5_Release/ChangeLog firebird/branches/B2_5_Release/src/jrd/build_no.h firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh Modified: firebird/branches/B2_5_Release/ChangeLog =================================================================== --- firebird/branches/B2_5_Release/ChangeLog 2011-01-21 03:28:15 UTC (rev 52170) +++ firebird/branches/B2_5_Release/ChangeLog 2011-01-21 03:49:47 UTC (rev 52171) @@ -1,3 +1,11 @@ + 2011-01-20 07:00 dimitr + M src/jrd/Optimizer.cpp +Fixed CORE-3312: Sub-optimal join plan when the slave table depends on the master one via the OR predicate. + + 2011-01-20 04:39 dimitr + M src/dsql/pass1.cpp +Fixed CORE-3311: Error "data type unknown" while preparing UPDATE/DELETE statements with the parameterized ROWS clause. + 2011-01-19 12:58 alexpeshkoff M src/common/config/config.cpp M src/common/config/config.h Modified: firebird/branches/B2_5_Release/src/jrd/build_no.h =================================================================== --- firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-21 03:28:15 UTC (rev 52170) +++ firebird/branches/B2_5_Release/src/jrd/build_no.h 2011-01-21 03:49:47 UTC (rev 52171) @@ -3,16 +3,16 @@ *** DO NOT EDIT *** TO CHANGE ANY INFORMATION IN HERE PLEASE EDIT src/misc/writeBuildNum.sh - FORMAL BUILD NUMBER:26180 + FORMAL BUILD NUMBER:26182 */ -#define PRODUCT_VER_STRING "2.5.1.26180" -#define FILE_VER_STRING "WI-V2.5.1.26180" -#define LICENSE_VER_STRING "WI-V2.5.1.26180" -#define FILE_VER_NUMBER 2, 5, 1, 26180 +#define PRODUCT_VER_STRING "2.5.1.26182" +#define FILE_VER_STRING "WI-V2.5.1.26182" +#define LICENSE_VER_STRING "WI-V2.5.1.26182" +#define FILE_VER_NUMBER 2, 5, 1, 26182 #define FB_MAJOR_VER "2" #define FB_MINOR_VER "5" #define FB_REV_NO "1" -#define FB_BUILD_NO "26180" +#define FB_BUILD_NO "26182" #define FB_BUILD_TYPE "V" #define FB_BUILD_SUFFIX "Firebird 2.5" Modified: firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh =================================================================== --- firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-21 03:28:15 UTC (rev 52170) +++ firebird/branches/B2_5_Release/src/misc/writeBuildNum.sh 2011-01-21 03:49:47 UTC (rev 52171) @@ -9,7 +9,7 @@ MajorVer=2 MinorVer=5 RevNo=1 -BuildNum=26180 +BuildNum=26182 if [ "$SPECIAL_BUILD_SUFFIX" = "" ]; then # Normal builds This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ale...@us...> - 2011-01-28 16:52:12
|
Revision: 52217 http://firebird.svn.sourceforge.net/firebird/?rev=52217&view=rev Author: alexpeshkoff Date: 2011-01-28 16:52:06 +0000 (Fri, 28 Jan 2011) Log Message: ----------- Fixed CORE-3194: Number of connections to linux superclassic has limit equal 508 Modified Paths: -------------- firebird/branches/B2_5_Release/configure.in firebird/branches/B2_5_Release/src/remote/inet.cpp Modified: firebird/branches/B2_5_Release/configure.in =================================================================== --- firebird/branches/B2_5_Release/configure.in 2011-01-28 16:07:08 UTC (rev 52216) +++ firebird/branches/B2_5_Release/configure.in 2011-01-28 16:52:06 UTC (rev 52217) @@ -669,6 +669,7 @@ AC_CHECK_HEADERS(atomic.h) AC_CHECK_HEADERS(atomic_ops.h) AC_CHECK_HEADERS(utime.h) +AC_CHECK_HEADERS(poll.h) dnl Check for libraries AC_SEARCH_LIBS(dlopen, dl) @@ -786,6 +787,7 @@ AC_CHECK_FUNCS(fegetenv) AC_CHECK_FUNCS(strerror_r) AC_CHECK_FUNCS(fdatasync fsync) +AC_CHECK_FUNCS(poll) dnl AC_CHECK_FUNCS(AO_compare_and_swap_full) AC_COMPILE_IFELSE( [AC_LANG_PROGRAM([[#include <atomic_ops.h>]], [[AO_T x; AO_compare_and_swap_full(&x, 0, 0); return 0;]])], Modified: firebird/branches/B2_5_Release/src/remote/inet.cpp =================================================================== --- firebird/branches/B2_5_Release/src/remote/inet.cpp 2011-01-28 16:07:08 UTC (rev 52216) +++ firebird/branches/B2_5_Release/src/remote/inet.cpp 2011-01-28 16:52:06 UTC (rev 52217) @@ -88,9 +88,13 @@ #include <netdb.h> #include <arpa/inet.h> #include <sys/wait.h> -#ifdef HAVE_SYS_SELECT_H + +#if defined(HAVE_POLL_H) +#include <poll.h> +#elif defined(HAVE_SYS_SELECT_H) #include <sys/select.h> #endif + #endif // !WIN_NT const int INET_RETRY_CALL = 5; @@ -230,12 +234,175 @@ const int SELECT_TIMEOUT = 60; // Dispatch thread select timeout (sec) -struct slct_t +class Select { +#ifdef HAVE_POLL +private: + static const int SEL_INIT_EVENTS = POLLIN; + static const int SEL_CHECK_MASK = POLLIN; + + pollfd* getPollFd(int n) + { + pollfd* const end = slct_poll.end(); + for (pollfd* pf = slct_poll.begin(); pf < end; ++pf) + { + if (n == pf->fd) + { + return pf; + } + } + + return NULL; + } + + static int compare(const void* a, const void* b) + { + // use C-cast here to be for sure compatible with libc + return ((pollfd*)a)->fd - ((pollfd*)b)->fd; + } +#endif + +public: +#ifdef HAVE_POLL + Select() + : slct_time(0), slct_count(0), slct_poll(*getDefaultMemoryPool()) + { } +#else + Select() + : slct_time(0), slct_count(0), slct_width(0) + { + memset(&slct_fdset, 0, sizeof slct_fdset); + } +#endif + + enum HandleState {SEL_BAD, SEL_DISCONNECTED, SEL_NO_DATA, SEL_READY}; + + HandleState ok(const rem_port* port) + { + SOCKET n = port->port_handle; +#if defined(WIN_NT) + return FD_ISSET(n, &slct_fdset) ? SEL_READY : SEL_NO_DATA; +#elif defined(HAVE_POLL) + const pollfd* pf = getPollFd(n); + if (pf) + { + return pf->events & SEL_CHECK_MASK ? SEL_READY : SEL_NO_DATA; + } + return (n < 0) ? (port->port_flags & PORT_disconnect ? SEL_DISCONNECTED : SEL_BAD) : SEL_NO_DATA; +#else + if (n < 0 || n >= FD_SETSIZE) + { + return port->port_flags & PORT_disconnect ? SEL_DISCONNECTED : SEL_BAD; + } + return (n < slct_width && FD_ISSET(n, &slct_fdset)) ? SEL_READY : SEL_NO_DATA; +#endif + } + + void unset(SOCKET handle) + { +#if defined(HAVE_POLL) + pollfd* pf = getPollFd(handle); + if (pf) + { + pf->events = 0; + } +#else + FD_CLR(handle, &slct_fdset); + --slct_count; +#endif + } + + void set(SOCKET handle) + { +#ifdef HAVE_POLL + pollfd* pf = getPollFd(handle); + if (pf) + { + pf->events = SEL_INIT_EVENTS; + return; + } + pollfd f; + f.fd = handle; + f.events = SEL_INIT_EVENTS; + slct_poll.push(f); +#else + FD_SET(handle, &slct_fdset); +#ifdef WIN_NT + ++slct_width; +#else + slct_width = MAX(slct_width, handle + 1); +#endif // WIN_NT +#endif // HAVE_POLL + } + + void clear() + { + slct_count = 0; +#if defined(HAVE_POLL) + slct_poll.clear(); +#else + slct_width = 0; + FD_ZERO(&slct_fdset); +#endif + } + + int select(timeval* timeout) + { + bool hasRequest = false; + +#ifdef HAVE_POLL + pollfd* const end = slct_poll.end(); + for (pollfd* pf = slct_poll.begin(); pf < end; ++pf) + { + pf->revents = pf->events; + if (pf->events & SEL_CHECK_MASK) + { + hasRequest = true; + } + } + + if (!hasRequest) + { + errno = NOTASOCKET; + return -1; + } + + int milliseconds = timeout ? timeout->tv_sec * 1000 + timeout->tv_usec / 1000 : -1; + slct_count = ::poll(slct_poll.begin(), slct_poll.getCount(), milliseconds); + + for (pollfd* pf = slct_poll.begin(); pf < end; ++pf) + { + pf->events = pf->revents; + } +#else +#ifdef WIN_NT + slct_count = ::select(FD_SETSIZE, &slct_fdset, NULL, NULL, timeout); +#else + + + slct_count = ::select(slct_width, &slct_fdset, NULL, NULL, timeout); +#endif // WIN_NT +#endif // HAVE_POLL + + + return slct_count; + } + + int getCount() + { + return slct_count; + } + + time_t slct_time; + +private: + int slct_count; +#ifdef HAVE_POLL + Firebird::HalfStaticArray<pollfd, 8> slct_poll; +#else int slct_width; - int slct_count; - time_t slct_time; fd_set slct_fdset; +#endif }; static bool accept_connection(rem_port*, const P_CNCT*); @@ -311,9 +478,9 @@ static rem_port* receive(rem_port*, PACKET *); static rem_port* select_accept(rem_port*); -static void select_port(rem_port*, slct_t*, RemPortPtr&); +static void select_port(rem_port*, Select*, RemPortPtr&); static bool select_multi(rem_port*, UCHAR* buffer, SSHORT bufsize, SSHORT* length, RemPortPtr&); -static bool select_wait(rem_port*, slct_t*); +static bool select_wait(rem_port*, Select*); static int send_full(rem_port*, PACKET *); static int send_partial(rem_port*, PACKET *); @@ -367,7 +534,7 @@ static Firebird::GlobalPtr<Firebird::Mutex> init_mutex; static volatile bool INET_initialized = false; static volatile bool INET_shutting_down = false; -static slct_t INET_select = { 0, 0, 0 }; +static Select INET_select; static int INET_max_clients; static rem_port* inet_async_receive = NULL; @@ -1266,20 +1433,15 @@ timeout.tv_sec = port->port_connect_timeout; timeout.tv_usec = 0; - fd_set slct_fdset; - FD_ZERO(&slct_fdset); - FD_SET(port->port_channel, &slct_fdset); + Select slct; + slct.set(port->port_channel); int inetErrNo = 0; while (true) { - const int count = -#ifdef WIN_NT - select(FD_SETSIZE, &slct_fdset, NULL, NULL, &timeout); -#else - select(port->port_channel + 1, &slct_fdset, NULL, NULL, &timeout); -#endif + slct.select(&timeout); + const int count = slct.getCount(); inetErrNo = INET_ERRNO; if (count != -1 || !INTERRUPT_ERROR(inetErrNo)) @@ -1565,10 +1727,10 @@ #ifdef DEBUG if (INET_trace & TRACE_summary) { - fprintf(stdout, "INET_count_send = %lu packets\n", INET_count_send); - fprintf(stdout, "INET_bytes_send = %lu bytes\n", INET_bytes_send); - fprintf(stdout, "INET_count_recv = %lu packets\n", INET_count_recv); - fprintf(stdout, "INET_bytes_recv = %lu bytes\n", INET_bytes_recv); + fprintf(stdout, "INET_count_send = %u packets\n", INET_count_send); + fprintf(stdout, "INET_bytes_send = %u bytes\n", INET_bytes_send); + fprintf(stdout, "INET_count_recv = %u packets\n", INET_count_recv); + fprintf(stdout, "INET_bytes_recv = %u bytes\n", INET_bytes_recv); fflush(stdout); } #endif @@ -1927,7 +2089,7 @@ op_rec_count++; if (INET_trace & TRACE_operations) { - fprintf(stdout, "%04lu: OP Recd %5lu opcode %d\n", + fprintf(stdout, "%04u: OP Recd %5u opcode %d\n", inet_debug_timer(), op_rec_count, packet->p_operation); fflush(stdout); @@ -2052,7 +2214,7 @@ return 0; } -static void select_port(rem_port* main_port, slct_t* selct, RemPortPtr& port) +static void select_port(rem_port* main_port, Select* selct, RemPortPtr& port) { /************************************** * @@ -2074,33 +2236,32 @@ for (port = main_port; port; port = port->port_next) { - const SOCKET n = port->port_handle; -#ifdef WIN_NT - const int ok = FD_ISSET(n, &selct->slct_fdset); -#else - if (n < 0 || n >= FD_SETSIZE) + Select::HandleState result = selct->ok(port); + selct->unset(port->port_handle); + switch (result) { - if (port->port_flags & PORT_disconnect) - continue; + case Select::SEL_BAD: + return; + case Select::SEL_DISCONNECTED: + continue; + + case Select::SEL_READY: + port->port_dummy_timeout = port->port_dummy_packet_interval; return; + + default: + break; } - const int ok = n < selct->slct_width && FD_ISSET(n, &selct->slct_fdset); -#endif - if (ok) + + if (port->port_dummy_timeout < 0) { - port->port_dummy_timeout = port->port_dummy_packet_interval; - FD_CLR(n, &selct->slct_fdset); - --selct->slct_count; return; } - if (port->port_dummy_timeout < 0) { - return; - } } } -static bool select_wait( rem_port* main_port, slct_t* selct) +static bool select_wait( rem_port* main_port, Select* selct) { /************************************** * @@ -2119,8 +2280,7 @@ for (;;) { - selct->slct_count = selct->slct_width = 0; - FD_ZERO(&selct->slct_fdset); + selct->clear(); bool found = false; // Use the time interval between select() calls to expire @@ -2178,16 +2338,10 @@ port->port_handle); // this will lead to receive() which will break bad connection - selct->slct_count = selct->slct_width = 0; - FD_ZERO(&selct->slct_fdset); + selct->clear(); if (!badSocket) { - FD_SET(port->port_handle, &selct->slct_fdset); -#ifdef WIN_NT - ++selct->slct_width; -#else - selct->slct_width = port->port_handle + 1; -#endif + selct->set(port->port_handle); } return true; } @@ -2197,12 +2351,7 @@ // if process is shuting down - don't listen on main port if (!INET_shutting_down || port != main_port) { - FD_SET(port->port_handle, &selct->slct_fdset); -#ifdef WIN_NT - ++selct->slct_width; -#else - selct->slct_width = MAX(selct->slct_width, port->port_handle + 1); -#endif + selct->set(port->port_handle); found = true; } } @@ -2233,30 +2382,26 @@ timeout.tv_sec = SELECT_TIMEOUT; timeout.tv_usec = 0; -#ifdef WIN_NT - selct->slct_count = select(FD_SETSIZE, &selct->slct_fdset, NULL, NULL, &timeout); -#else - selct->slct_count = select(selct->slct_width, &selct->slct_fdset, NULL, NULL, &timeout); -#endif + selct->select(&timeout); const int inetErrNo = INET_ERRNO; //if (INET_shutting_down) { // return false; //} - if (selct->slct_count != -1) + if (selct->getCount() != -1) { // if selct->slct_count is zero it means that we timed out of // select with nothing to read or accept, so clear the fd_set // bit as this value is undefined on some platforms (eg. HP-UX), // when the select call times out. Once these bits are cleared // they can be used in select_port() - if (selct->slct_count == 0) + if (selct->getCount() == 0) { Firebird::MutexLockGuard guard(port_mutex); for (rem_port* port = main_port; port; port = port->port_next) { - FD_CLR(port->port_handle, &selct->slct_fdset); + selct->unset(port->port_handle); } } return true; @@ -2297,7 +2442,7 @@ op_sent_count++; if (INET_trace & TRACE_operations) { - fprintf(stdout, "%05lu: OP Sent %5lu opcode %d\n", inet_debug_timer(), + fprintf(stdout, "%05u: OP Sent %5u opcode %d\n", inet_debug_timer(), op_sent_count, packet->p_operation); fflush(stdout); } @@ -2326,7 +2471,7 @@ op_sentp_count++; if (INET_trace & TRACE_operations) { - fprintf(stdout, "%05lu: OP Sent %5lu opcode %d (partial)\n", inet_debug_timer(), + fprintf(stdout, "%05u: OP Sent %5u opcode %d (partial)\n", inet_debug_timer(), op_sentp_count, packet->p_operation); fflush(stdout); } @@ -2905,7 +3050,7 @@ for (int l = length; l > 0; --l) sum += *packet++; - fprintf(stdout, "%05lu: PKT %s\t(%lu): length = %4d, checksum = %d\n", + fprintf(stdout, "%05u: PKT %s\t(%u): length = %4d, checksum = %d\n", inet_debug_timer(), string, counter, length, sum); fflush(stdout); } @@ -2978,18 +3123,14 @@ if ( !(port->port_flags & PORT_async) ) { - fd_set slct_fdset; - FD_ZERO(&slct_fdset); - FD_SET(ph, &slct_fdset); + Select slct; + slct.set(ph); int slct_count; for (;;) { -#if (defined WIN_NT) - slct_count = select(FD_SETSIZE, &slct_fdset, NULL, NULL, time_ptr); -#else - slct_count = select(port->port_handle + 1, &slct_fdset, NULL, NULL, time_ptr); -#endif + slct.select(time_ptr); + slct_count = slct.getCount(); inetErrNo = INET_ERRNO; // restore original timeout value FSG 3 MAY 2001 @@ -3014,7 +3155,7 @@ #ifdef DEBUG if (INET_trace & TRACE_operations) { - fprintf(stdout, "%05lu: OP Sent: op_dummy\n", inet_debug_timer()); + fprintf(stdout, "%05u: OP Sent: op_dummy\n", inet_debug_timer()); fflush(stdout); } #endif This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |