From: <fir...@us...> - 2010-09-15 03:18:32
|
Revision: 51558 http://firebird.svn.sourceforge.net/firebird/?rev=51558&view=rev Author: firebirds Date: 2010-09-15 03:18:23 +0000 (Wed, 15 Sep 2010) Log Message: ----------- nightly update Modified Paths: -------------- firebird/trunk/ChangeLog firebird/trunk/src/jrd/build_no.h firebird/trunk/src/misc/writeBuildNum.sh Modified: firebird/trunk/ChangeLog =================================================================== --- firebird/trunk/ChangeLog 2010-09-14 08:11:55 UTC (rev 51557) +++ firebird/trunk/ChangeLog 2010-09-15 03:18:23 UTC (rev 51558) @@ -0,0 +1,106605 @@ + 2010-09-14 07:06 alexpeshkoff + M doc/README.UserSql +Fixed documentation + + 2010-09-13 14:58 dimitr + M src/intl/collations/win1257_lv.h +Fixed CORE-3131: WIN1257_LV (Latvian) collation is wrong for 4 letters: A E I U. + + 2010-09-10 01:59 asfernandes + M doc/sql.extensions/README.update_or_insert +Fixed doc. mismatch reported by Paul Vinkenoog + + 2010-09-09 10:52 alexpeshkoff + M src/misc/src_bundle.sh +Make it cvs/svn independent + + 2010-09-09 10:16 alexpeshkoff + M src/misc/writeBuildNum.sh +Fixed package version generation for release builds + + 2010-09-08 18:05 dimitr + M src/jrd/recsrc/HashJoin.cpp +Corrections to the multi-key hashing. Thanks to Adriano. + + 2010-09-07 16:17 asfernandes + M src/dsql/ExprNodes.cpp +Misc + + 2010-09-04 21:36 asfernandes + M builds/posix/make.shared.variables + M builds/win32/msvc10/dsql_server.vcxproj + M builds/win32/msvc10/dsql_server.vcxproj.filters + M builds/win32/msvc10/dsql_server_classic.vcxproj + M builds/win32/msvc10/dsql_server_classic.vcxproj.filters + M builds/win32/msvc10/engine.vcxproj + M builds/win32/msvc10/engine.vcxproj.filters + M builds/win32/msvc10/engine_classic.vcxproj + M builds/win32/msvc10/engine_classic.vcxproj.filters + M builds/win32/msvc10/engine_embed.vcxproj + M builds/win32/msvc10/engine_embed.vcxproj.filters + M builds/win32/msvc9/dsql_server.vcproj + M builds/win32/msvc9/dsql_server_classic.vcproj + M builds/win32/msvc9/engine.vcproj + M builds/win32/msvc9/engine_classic.vcproj + M builds/win32/msvc9/engine_embed.vcproj + M src/dsql/AggNodes.cpp + M src/dsql/ExprNodes.cpp + M src/dsql/ExprNodes.h + M src/dsql/Nodes.h + M src/dsql/Visitors.h + M src/dsql/gen.cpp + M src/dsql/gen_proto.h + M src/dsql/make.cpp + D src/dsql/misc_func.cpp + D src/dsql/misc_func.h + M src/dsql/node.h + M src/dsql/parse.y + M src/dsql/pass1.cpp + M src/gpre/cme.cpp + M src/jrd/Optimizer.cpp + M src/jrd/cmp.cpp + M src/jrd/evl.cpp + M src/jrd/evl_proto.h + M src/jrd/exe.h + D src/jrd/misc_func_ids.h + M src/jrd/nod.h + M src/jrd/opt.cpp + M src/jrd/par.cpp + M src/misc/blrtable.cpp +Refactor a number of expression nodes: nod_add, nod_divide, nod_multiply, nod_negate, nod_user_name, nod_subtract, nod_current_date, nod_current_time, nod_current_timestamp, nod_add2, nod_subtract2, nod_multiply2, nod_divide2, nod_current_role, nod_internal_info + + 2010-09-01 15:55 asfernandes + M src/jrd/trig.h +Fixed CORE-3101 - Cannot alter the domain after migrating from older versions + + 2010-09-01 15:54 asfernandes + M src/jrd/jrd.h +Fix warning + + 2010-08-31 11:17 dimitr + M builds/win32/msvc9/dsql_server.vcproj + M builds/win32/msvc9/dsql_server_classic.vcproj +Fixed MSVC9 build. + + 2010-08-31 00:20 asfernandes + M src/jrd/Optimizer.cpp + M src/jrd/Optimizer.h + M src/jrd/RecordSourceNodes.h + M src/jrd/evl.cpp + M src/jrd/evl_proto.h + M src/jrd/exe.h + M src/jrd/nod.h + M src/jrd/opt.cpp + M src/jrd/recsrc/BitmapTableScan.cpp + M src/jrd/recsrc/IndexTableScan.cpp + M src/jrd/recsrc/RecordSource.cpp + M src/jrd/recsrc/RecordSource.h +Refactor nod_index and nod_bit_* to InversionNode + + 2010-08-31 00:12 asfernandes + M doc/README.build.msvc.html + M src/jrd/RecordSourceNodes.cpp +Misc + + 2010-08-30 15:39 asfernandes + M src/jrd/nod.h +Small cleanup + + 2010-08-29 20:20 asfernandes + M src/jrd/Optimizer.cpp + M src/jrd/Optimizer.h + M src/jrd/RecordSourceNodes.cpp + M src/jrd/RecordSourceNodes.h + M src/jrd/exe.h + M src/jrd/nod.h + M src/jrd/opt.cpp + M src/jrd/par.cpp + M src/misc/blrtable.cpp +Refactor plan nodes to PlanNode + + 2010-08-29 18:25 asfernandes + M src/jrd/exe.cpp + M src/jrd/exe.h + M src/jrd/nod.h +Cleanup + + 2010-08-29 18:20 asfernandes + M src/dsql/Visitors.h + M src/jrd/Optimizer.cpp + M src/jrd/Optimizer.h + M src/jrd/RecordSourceNodes.cpp + M src/jrd/RecordSourceNodes.h + M src/jrd/cmp.cpp + M src/jrd/exe.h + M src/jrd/nod.h + M src/jrd/opt.cpp + M src/jrd/opt_proto.h + M src/jrd/par.cpp + M src/jrd/par_proto.h + M src/jrd/recsrc/AggregatedStream.cpp + M src/jrd/recsrc/HashJoin.cpp + M src/jrd/recsrc/MergeJoin.cpp + M src/jrd/recsrc/RecordSource.h + M src/jrd/recsrc/RecursiveStream.cpp + M src/jrd/recsrc/Union.cpp + M src/jrd/recsrc/WindowedStream.cpp + M src/misc/blrtable.cpp +Refactor nod_map and nod_sort to type-safe MapNode and SortNode + + 2010-08-28 12:41 dimitr + M src/jrd/opt.cpp +Fixed CORE-2155: Join of SP with view or table may fail with 'No current record for fetch operation'. + + 2010-08-28 08:52 dimitr + M src/jrd/cmp.cpp +Fixed the engine crash caused by the recent refactoring. + + 2010-08-27 15:14 asfernandes + M builds/win32/msvc10/dsql_server.vcxproj + M builds/win32/msvc10/dsql_server.vcxproj.filters + M builds/win32/msvc10/dsql_server_classic.vcxproj + M builds/win32/msvc10/dsql_server_classic.vcxproj.filters +Fix MSVC10 build + + 2010-08-27 02:55 asfernandes + M src/jrd/dyn.epp +Fixed CORE-3109 - [Crash] isc_dql_exec_immed3_m for "create database ..." and NULL transaction + + 2010-08-27 02:18 asfernandes + M builds/posix/make.shared.variables + M src/dsql/DSqlDataTypeUtil.cpp + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + A src/dsql/DsqlCompilerScratch.cpp + A src/dsql/DsqlCompilerScratch.h + M src/dsql/Nodes.h + M src/dsql/StmtNodes.cpp + M src/dsql/StmtNodes.h + M src/dsql/dsql.h + M src/dsql/gen.cpp + M src/dsql/misc_func.cpp + M src/dsql/pass1.cpp + M src/dsql/pass1_proto.h +1) Separate DsqlCompilerScratch in its own files. +2) Move BlockNode functionality to it. +3) Move some related CTE functions to it. + + 2010-08-26 15:40 asfernandes + M src/jrd/Function.epp + M src/jrd/Function.h + M src/jrd/fun.epp +Misc + + 2010-08-25 15:52 asfernandes + M src/jrd/RecordSourceNodes.cpp + M src/jrd/RecordSourceNodes.h + M src/jrd/exe.h + M src/jrd/recsrc/RecordSource.h + M src/jrd/recsrc/WindowedStream.cpp +Rework WindowSourceNode to use type-safe partitions + + 2010-08-25 13:36 mapopa + M doc/README.build.msvc.html +Added links to visual c++ studio 2008 + + 2010-08-25 13:25 mapopa + M doc/README.build.msvc.html +Added unicode/classic innosetup note (we are not using unicode version for the moment , only for 3.0 maybe in the future) + + 2010-08-25 12:00 mapopa + M doc/README.build.msvc.html +added innosetup 5 to the build instructions + + 2010-08-25 10:16 mapopa + M doc/README.build.msvc.html +added sed instructions + + 2010-08-25 08:02 dimitr + M src/jrd/cmp.cpp +Fixed a few suspicious places related to the variable cloning. + + 2010-08-25 03:10 asfernandes + M src/jrd/RecordSourceNodes.cpp + M src/jrd/RecordSourceNodes.h + M src/jrd/exe.h + M src/jrd/opt.cpp + M src/jrd/rse.h +Move dozen of parameters of virtual/overriden function to OptimizerBlk + + 2010-08-25 01:35 asfernandes + M src/jrd/RecordSourceNodes.cpp + M src/jrd/RecordSourceNodes.h + M src/jrd/opt.cpp +Misc + + 2010-08-25 01:01 asfernandes + M src/jrd/RecordSourceNodes.cpp +Remove do-nothing checks from the new file + + 2010-08-25 00:42 asfernandes + M src/jrd/cmp.cpp + M src/jrd/met.epp +Misc + + 2010-08-24 17:49 dimitr + M src/jrd/opt.cpp +Refactored the rivers management a bit. + + 2010-08-24 16:26 asfernandes + M src/jrd/cmp.cpp +Correction + + 2010-08-24 11:58 dimitr + M src/dsql/ExprNodes.cpp +Fixed incomplete processing of UDF arguments, causing server crashes. + + 2010-08-24 08:27 firebirds + M mkChangeLog.sh +Fixed correct buildno in 2.5 + + 2010-08-24 03:25 asfernandes + M builds/posix/make.shared.variables + M builds/win32/msvc10/engine.vcxproj + M builds/win32/msvc10/engine.vcxproj.filters + M builds/win32/msvc10/engine_classic.vcxproj + M builds/win32/msvc10/engine_classic.vcxproj.filters + M builds/win32/msvc10/engine_embed.vcxproj + M builds/win32/msvc10/engine_embed.vcxproj.filters + M builds/win32/msvc9/engine.vcproj + M builds/win32/msvc9/engine_classic.vcproj + M builds/win32/msvc9/engine_embed.vcproj + M src/dsql/ExprNodes.cpp + M src/dsql/Nodes.h + M src/dsql/StmtNodes.cpp + M src/dsql/StmtNodes.h + M src/dsql/Visitors.h + M src/jrd/Attachment.h + M src/jrd/Optimizer.cpp + M src/jrd/Optimizer.h + A src/jrd/RecordSourceNodes.cpp + A src/jrd/RecordSourceNodes.h + M src/jrd/Relation.h + M src/jrd/cmp.cpp + M src/jrd/cmp_proto.h + M src/jrd/exe.cpp + M src/jrd/exe.h + M src/jrd/jrd.h + M src/jrd/lls.h + M src/jrd/met.epp + M src/jrd/nod.h + M src/jrd/opt.cpp + M src/jrd/opt_proto.h + M src/jrd/par.cpp + M src/jrd/par_proto.h + M src/jrd/recsrc/RecordSource.h + M src/jrd/recsrc/Union.cpp + M src/misc/blrtable.cpp +Refactor nod_rse, nod_relation, nod_procedure, nod_union, nod_aggregate and nod_window. + + 2010-08-16 01:47 asfernandes + M src/misc/blrtable.cpp +Fix wrong nod_type of scrollable cursors + + 2010-08-13 15:22 asfernandes + M src/common/classes/NestConst.h + M src/jrd/ExtEngineManager.cpp + M src/jrd/ExtEngineManager.h + M src/jrd/Function.h + M src/jrd/ValuesImpl.h + M src/jrd/cmp.cpp + M src/jrd/cmp_proto.h + M src/jrd/exe.h + M src/jrd/jrd.h + M src/jrd/met.epp + M src/jrd/par.cpp + M src/jrd/recsrc/ProcedureScan.cpp + M src/jrd/recsrc/RecordSource.cpp + M src/jrd/recsrc/RecordSource.h +More consts + + 2010-08-13 09:37 firebirds + M mkChangeLog.sh +per-branch consts + + 2010-08-13 08:41 firebirds + M src/misc/smallog.cpp +Better handling of commits to be skipped + + 2010-08-12 10:32 robocop + M src/jrd/exe.h + M src/jrd/par.cpp +Misc. + + 2010-08-12 00:59 asfernandes + M src/dsql/ExprNodes.cpp + M src/jrd/JrdStatement.cpp + M src/jrd/JrdStatement.h + M src/jrd/exe.cpp + M src/jrd/exe.h +More consts + + 2010-08-11 15:33 asfernandes + M src/common/classes/NestConst.h + M src/dsql/StmtNodes.h +Misc + + 2010-08-11 15:22 firebirds + M src/misc/smallog.cpp +make output in brnches better + + 2010-08-11 02:59 asfernandes + M src/dsql/ExprNodes.cpp + M src/dsql/ExprNodes.h + M src/dsql/StmtNodes.cpp + M src/jrd/exe.h + M src/jrd/met.epp + M src/jrd/nod.h + M src/jrd/par.cpp +Better internal handling of dependencies + + 2010-08-10 15:20 asfernandes + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/StmtNodes.h + M src/dsql/parse.y +Misc + + 2010-08-10 11:08 alexpeshkoff + A mkChangeLog.sh +BuildNum and ChangeLog generator + + 2010-08-10 10:42 alexpeshkoff + M src/misc/writeBuildNum.sh +misc + + 2010-08-10 07:49 alexpeshkoff + M ChangeLog +rolled back test change + + 2010-08-10 00:37 asfernandes + M src/dsql/DdlNodes.epp + M src/jrd/btr.cpp + M src/jrd/exe.h +Misc + + 2010-08-09 16:06 asfernandes + M src/dsql/ExprNodes.cpp + M src/dsql/Nodes.h + M src/dsql/WinNodes.cpp + M src/jrd/Optimizer.cpp +Correct double indirection (jrd_nod**) so const cascades to every dereference + + 2010-08-09 15:48 asfernandes + M builds/win32/msvc10/common.vcxproj + M builds/win32/msvc10/common.vcxproj.filters + M builds/win32/msvc10/common_classic.vcxproj + M builds/win32/msvc10/common_classic.vcxproj.filters + M builds/win32/msvc10/common_static.vcxproj + M builds/win32/msvc10/common_static.vcxproj.filters + M builds/win32/msvc8/common.vcproj + M builds/win32/msvc8/common_classic.vcproj + M builds/win32/msvc8/common_static.vcproj + M builds/win32/msvc9/common.vcproj + M builds/win32/msvc9/common_classic.vcproj + M builds/win32/msvc9/common_static.vcproj + A src/common/classes/NestConst.h + M src/dsql/AggNodes.cpp + M src/dsql/AggNodes.h + M src/dsql/ExprNodes.cpp + M src/dsql/ExprNodes.h + M src/dsql/Nodes.h + M src/dsql/StmtNodes.cpp + M src/dsql/StmtNodes.h + M src/dsql/WinNodes.cpp + M src/dsql/WinNodes.h + M src/jrd/ExtEngineManager.cpp + M src/jrd/ExtEngineManager.h + M src/jrd/Function.epp + M src/jrd/Function.h + M src/jrd/Optimizer.cpp + M src/jrd/Optimizer.h + M src/jrd/SysFunction.cpp + M src/jrd/SysFunction.h + M src/jrd/blb.cpp + M src/jrd/blb_proto.h + M src/jrd/btr.cpp + M src/jrd/btr_proto.h + M src/jrd/cmp.cpp + M src/jrd/evl.cpp + M src/jrd/evl_proto.h + M src/jrd/exe.cpp + M src/jrd/exe.h + M src/jrd/exe_proto.h + M src/jrd/execute_statement.cpp + M src/jrd/execute_statement.h + M src/jrd/extds/ExtDS.cpp + M src/jrd/extds/ExtDS.h + M src/jrd/fun.epp + M src/jrd/fun_proto.h + M src/jrd/met.epp + M src/jrd/opt.cpp + M src/jrd/par.cpp + M src/jrd/recsrc/AggregatedStream.cpp + M src/jrd/recsrc/Cursor.cpp + M src/jrd/recsrc/Cursor.h + M src/jrd/recsrc/FilteredStream.cpp + M src/jrd/recsrc/HashJoin.cpp + M src/jrd/recsrc/MergeJoin.cpp + M src/jrd/recsrc/ProcedureScan.cpp + M src/jrd/recsrc/RecordSource.h + M src/jrd/recsrc/RecursiveStream.cpp + M src/jrd/recsrc/SortedStream.cpp + M src/jrd/recsrc/Union.cpp + M src/jrd/recsrc/WindowedStream.cpp + M src/jrd/req.h + M src/jrd/trace/TraceJrdHelpers.h +Const correction for EVL, EXE and they subsystems. Adjustments to CMP and OPT. + + 2010-08-09 14:50 dimitr + M doc/sql.extensions/README.builtin_functions.txt +CORE-3102 (minor documentation mistake) + + 2010-08-09 13:56 alexpeshkoff + M configure.in + M src/common/classes/DbImplementation.cpp + M src/jrd/common.h +Damian's patch for additional CPUs under linux + + 2010-08-09 11:50 robocop + M src/common/classes/Nullable.h + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/Nodes.h + M src/msgs/facilities2.sql +Misc. + + 2010-08-07 21:18 hvlad + M src/common/classes/ClumpletReader.cpp + M src/jrd/extds/ExtDS.cpp +Fixed bug CORE-3100 : Wait mode and lock timeout of external transaction of EXECUTE STATEMENT not matched to corresponding parameters of local transaction + + 2010-08-07 15:49 asfernandes + M src/jrd/exe.cpp +Hope this assumption to be correct + + 2010-08-07 02:44 asfernandes + M src/jrd/dyn.epp + M src/jrd/dyn_def.epp + M src/jrd/dyn_df_proto.h +Misc + + 2010-08-07 02:43 asfernandes + M src/dsql/pass1.cpp +Correction for CORE-3090 + + 2010-08-07 02:38 asfernandes + M src/jrd/extds/IscDS.cpp +Misc + + 2010-08-07 02:10 asfernandes + M src/dsql/pass1.cpp + M src/jrd/Optimizer.cpp +Frontport fix for CORE-3090 - Incorrect LEFT JOIN result using table and derived constant subquery + + 2010-08-06 15:16 alexpeshkoff + M builds/posix/Makefile.in.fbserver +Mistyped - thanks to Adriano + + 2010-08-06 15:16 hvlad + M src/jrd/extds/IscDS.cpp +Fixed bug CORE-3089 : Attempt of execute statement on external datasource failed when datasource is interbase 4.1 + + 2010-08-05 15:55 asfernandes + M src/dsql/dsql.cpp + M src/jrd/DatabaseSnapshot.cpp + M src/jrd/JrdStatement.cpp + M src/jrd/JrdStatement.h + M src/jrd/SysFunction.cpp + M src/jrd/evl.cpp + M src/jrd/exe.cpp + M src/jrd/exe.h + M src/jrd/jrd.cpp + M src/jrd/opt.cpp + M src/jrd/req.h +1) Better organization between request and statement. 2) Consts. + + 2010-08-05 00:47 asfernandes + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/Nodes.h + M src/dsql/PackageNodes.epp + M src/dsql/PackageNodes.h + M src/dsql/parse.y +Simplification + + 2010-08-05 00:44 asfernandes + M src/jrd/SysFunction.cpp + M src/jrd/exe.cpp +Fix DDL triggers + + 2010-08-04 15:50 asfernandes + M src/jrd/cmp.cpp +Frontport fix for CORE-3094 - Parameters doesn't work with NOT IN from a selectable procedure + + 2010-08-04 02:22 asfernandes + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/PackageNodes.h +Misc: "explicit" with more than one parameter is unnecessary + + 2010-08-04 01:48 asfernandes + M src/dsql/PackageNodes.epp +Correction for ALTER PACKAGE source code storage + + 2010-08-04 01:41 asfernandes + M src/dsql/PackageNodes.epp + M src/dsql/PackageNodes.h +Use RecreateNode in package commands + + 2010-08-03 01:09 asfernandes + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h +Corrections + + 2010-08-02 23:13 asfernandes + M src/dsql/DdlNodes.h +Fix GCC build + + 2010-08-02 15:58 asfernandes + M src/dsql/BlrWriter.h + M src/dsql/DdlNodes.epp +Suggestions of Claudio + + 2010-08-02 15:47 asfernandes + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/parse.y +Create template for RECREATE commands + + 2010-08-02 02:22 asfernandes + M lang_helpers/gds_codes.ftn + M lang_helpers/gds_codes.pas + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/ddl.cpp + M src/dsql/dsql.h + M src/dsql/metd.epp + M src/dsql/metd_proto.h + M src/dsql/node.h + M src/dsql/parse.y + 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/sql_code.h + M src/include/gen/sql_state.h + M src/jrd/drq.h + 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/dyn_dl_proto.h + M src/jrd/dyn_md_proto.h + M src/jrd/dyn_mod.epp + M src/jrd/dyn_ut_proto.h + M src/jrd/dyn_util.epp + M src/msgs/facilities2.sql + M src/msgs/messages2.sql + M src/msgs/system_errors2.sql +Refactor CREATE/ALTER/CREATE OR ALTER/RECREATE VIEW and cleanup related to previously refactors + + 2010-07-31 18:40 asfernandes + M src/jrd/SysFunction.cpp +Fixed CORE-3091 - Built-in function POWER(X, Y) does not work when the X argument is negative and the Y value is scaled numeric but integral + + 2010-07-30 14:13 asfernandes + M src/dsql/DdlNodes.epp +Fix problem noticed by Claudio + + 2010-07-29 00:36 asfernandes + M src/include/gen/msgs.h + M src/jrd/dfw.epp + M src/jrd/tra.h + M src/jrd/vio.cpp + M src/msgs/messages2.sql +Better error reporting and adjustments + + 2010-07-29 00:20 asfernandes + A src/common/classes/Nullable.h + M src/common/classes/TriState.h + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/PackageNodes.epp + M src/dsql/Parser.h + M src/dsql/btyacc_fb.ske + M src/dsql/keywords.cpp + M src/dsql/parse.y + M src/jrd/PreparedStatement.h +Rename misleading TriStateType class name to Nullable + + 2010-07-28 16:14 asfernandes + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/Parser.h + M src/dsql/parse.y + M src/jrd/dfw.epp + M src/jrd/tra.h + M src/jrd/vio.cpp +Improvement CORE-3085 - Add clause ALTER DOMAIN <name> [NOT] NULL + + 2010-07-27 09:27 dimitr + M builds/win32/msvc9/fb_inet_server.vcproj + M builds/win32/msvc9/fbserver.vcproj + M builds/win32/msvc9/gsec.vcproj +Fixed MSVC9 build. + + 2010-07-26 23:05 asfernandes + M builds/win32/msvc10/fb_inet_server.vcxproj + M builds/win32/msvc10/fb_inet_server.vcxproj.filters + M builds/win32/msvc10/fbserver.vcxproj + M builds/win32/msvc10/fbserver.vcxproj.filters + M builds/win32/msvc10/gsec.vcxproj + M builds/win32/msvc10/gsec.vcxproj.filters +Fix MSVC10 build + + 2010-07-26 10:51 hvlad + M src/jrd/dfw.epp +Fixed bug CORE-3079 : Strong slowing down inserts with EVENT-s in a single transaction + + 2010-07-26 02:37 asfernandes + M lang_helpers/gds_codes.ftn + M lang_helpers/gds_codes.pas + M src/common/classes/ByteChunk.h + M src/common/classes/objects_array.h + M src/dsql/BlrWriter.h + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/Nodes.h + M src/dsql/PackageNodes.epp + M src/dsql/PackageNodes.h + M src/dsql/ddl.cpp + M src/dsql/ddl_proto.h + M src/dsql/dsql.h + M src/dsql/node.h + M src/dsql/parse.y + M src/dsql/pass1.cpp + M src/gpre/gpre.h + M src/include/gen/codetext.h + M src/include/gen/iberror.h + M src/include/gen/msgs.h + M src/include/gen/sql_code.h + M src/include/gen/sql_state.h + M src/jrd/constants.h + M src/jrd/drq.h + 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/dyn_dl_proto.h + M src/jrd/dyn_md_proto.h + M src/jrd/dyn_mod.epp + M src/jrd/dyn_ut_proto.h + M src/jrd/dyn_util.epp + M src/msgs/facilities2.sql + M src/msgs/messages2.sql + M src/msgs/system_errors2.sql +Refactor CREATE/ALTER/DROP/RECREATE TABLE and DROP VIEW commands + + 2010-07-26 02:14 asfernandes + M src/burp/backup.epp + M src/jrd/ini.epp +Create system constraints for better error reporting. Change to GBAK must be backported to avoid future problems. + + 2010-07-24 11:22 hvlad + M src/common/classes/Interface.h +Correction. + + 2010-07-24 08:33 hvlad + M builds/win32/msvc8/utilities.vcproj +Correction. Thanks to Adriano. + + 2010-07-24 02:43 asfernandes + M src/auth/AuthDbg.cpp + M src/auth/AuthInterface.h + M src/auth/SecurityDatabase/LegacyManagement.epp + M src/auth/SecurityDatabase/LegacyManagement.h + M src/auth/trusted/AuthSspi.cpp + M src/common/classes/ImplementHelper.h + M src/common/classes/Interface.h + M src/dbs/security.sql + M src/jrd/gds.cpp + M src/jrd/os/posix/mod_loader.cpp + M src/remote/server.cpp + M src/utilities/gsec/security.cpp +Misc + + 2010-07-23 14:39 hvlad + M src/auth/SecurityDatabase/LegacyManagement.epp + M src/remote/interface.cpp +Forgotten changes + + 2010-07-23 14:31 hvlad + M src/remote/interface.cpp + M src/remote/os/win32/srvr_w32.cpp +Make trusted auth works + + 2010-07-23 14:06 hvlad + M builds/win32/defs/fbclient.def + M builds/win32/make_boot.bat + M builds/win32/msvc8/gsec.vcproj + M builds/win32/msvc8/utilities.vcproj + M builds/win32/preprocess.bat + M src/auth/SecurityDatabase/LegacyClient.cpp + M src/auth/trusted/AuthSspi.cpp + M src/auth/trusted/AuthSspi.h + M src/jrd/pwd.cpp + M src/remote/os/win32/srvr_w32.cpp +Make Windows build work (MSVC8 only) after Alex changes. +Some corrections is still required. + + 2010-07-23 14:01 alexpeshkoff + M src/jrd/svc.cpp +gsec always worked only with SYSDBA - thx to Vlad + + 2010-07-23 12:04 alexpeshkoff + M builds/posix/Makefile.in.client.gsec + M builds/posix/Makefile.in.embed.util + M builds/posix/Makefile.in.fbserver + M builds/posix/Makefile.in.firebird + M builds/posix/Makefile.in.smp_server + A builds/posix/Makefile.in.user.management + M builds/posix/firebird.vers + M builds/posix/make.defaults + M builds/posix/make.rules + M builds/posix/make.shared.variables + M configure.in + M src/auth/Auth.cpp + M src/auth/Auth.h + A src/auth/AuthDbg.cpp + A src/auth/AuthDbg.h + M src/auth/AuthInterface.h + M src/auth/SecurityDatabase/LegacyClient.cpp + M src/auth/SecurityDatabase/LegacyClient.h + A src/auth/SecurityDatabase/LegacyManagement.epp (from /firebird/trunk/src/utilities/gsec/security.epp:51339) + A src/auth/SecurityDatabase/LegacyManagement.h + A src/common/classes/ImplementHelper.h + M src/common/classes/Interface.h + M src/dbs/security.sql + M src/include/FirebirdPluginApi.h + M src/include/gen/ids.h + M src/jrd/PluginManager.h + M src/jrd/fields.h + M src/jrd/gds.cpp + M src/jrd/idx.h + M src/jrd/ini.epp + M src/jrd/jrd_pwd.h + M src/jrd/names.h + M src/jrd/os/posix/mod_loader.cpp + M src/jrd/pwd.cpp + M src/jrd/relations.h + A src/misc/smallog.cpp + M src/plugins/udr_engine/UdrEngine.cpp + M src/remote/interface.cpp + M src/remote/server.cpp + A src/utilities/gsec/security.cpp (from /firebird/trunk/src/utilities/gsec/security.epp:51354) + D src/utilities/gsec/security.epp +Implemented self-registering plugins format (same plugin can be easily linked statically +or as dynamic library, depending upon platform requirements). Self-registering plugins +need not export any functions, instead they call fb_register_plugin() on startup. +Reworked all user management to use self-registering plugins. +Removed system table RDB$USERS. PLG$USERS is not created automatically by plugin, but +will be later (work in progress). + + 2010-07-22 09:36 alexpeshkoff + M src/utilities/ntrace/TracePluginImpl.h + M src/utilities/ntrace/TraceUnicodeUtils.h +Fixed gcc warning - No newline at end of file + + 2010-07-15 00:47 asfernandes + M builds/posix/Makefile.in.firebird + M src/jrd/UserManagement.cpp + M src/jrd/svc.cpp + M src/utilities/gsec/gsec.cpp + M src/utilities/gsec/secur_proto.h + M src/utilities/gsec/security.epp +Misc + + 2010-07-13 12:33 dimitr + D src/jrd/recsrc/UsersTableScan.cpp +Reworked the SEC$USERS implementation so that no new physical table type and data access method would be required. More changes are likely to follow soon. + + 2010-07-13 12:32 dimitr + M builds/posix/make.shared.variables +Reworked the SEC$USERS implementation so that no new physical table type and data access method would be required. More changes are likely to follow soon. + + 2010-07-13 12:31 dimitr + M builds/win32/msvc10/engine.vcxproj + M builds/win32/msvc10/engine.vcxproj.filters + M builds/win32/msvc10/engine_classic.vcxproj + M builds/win32/msvc10/engine_classic.vcxproj.filters + M builds/win32/msvc10/engine_embed.vcxproj + M builds/win32/msvc10/engine_embed.vcxproj.filters + M builds/win32/msvc9/engine.vcproj + M builds/win32/msvc9/engine_classic.vcproj + M builds/win32/msvc9/engine_embed.vcproj + M src/jrd/Database.h + M src/jrd/DatabaseSnapshot.cpp + M src/jrd/DatabaseSnapshot.h + M src/jrd/Relation.h + M src/jrd/UserManagement.cpp + M src/jrd/UserManagement.h + M src/jrd/constants.h + M src/jrd/met.epp + M src/jrd/opt.cpp + M src/jrd/recsrc/RecordSource.h + M src/jrd/recsrc/VirtualTableScan.cpp + M src/jrd/relations.h + M src/jrd/types.h +Reworked the SEC$USERS implementation so that no new physical table type and data access method would be required. More changes are likely to follow soon. + + 2010-07-13 11:03 dimitr + M src/dsql/BlrWriter.h +Get rid of the annoying warnings. + + 2010-07-13 10:31 dimitr + M src/utilities/gsec/gsec.h +Misc. + + 2010-07-13 07:05 dimitr + M src/jrd/isc_sync.cpp +Mirror the recent Alex's change for Windows. It doesn't seem being strictly required, but let's be safe. + + 2010-07-12 15:51 asfernandes + M builds/win32/msvc10/engine.vcxproj + M builds/win32/msvc10/engine.vcxproj.filters + M builds/win32/msvc10/engine_classic.vcxproj + M builds/win32/msvc10/engine_classic.vcxproj.filters + M builds/win32/msvc10/engine_embed.vcxproj + M builds/win32/msvc10/engine_embed.vcxproj.filters +Fix MSVC10 build + + 2010-07-12 08:09 hvlad + M src/jrd/extds/ExtDS.cpp +Fixed unregistered bug in EXECUTE STATEMENT : make internal cache of prepared statements work properly. + + 2010-07-11 18:21 asfernandes + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/Nodes.h + M src/dsql/ddl.cpp + M src/dsql/metd.epp + M src/dsql/metd_proto.h + M src/dsql/node.h + M src/dsql/parse.y + M src/dsql/pass1.cpp + 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/dyn_dl_proto.h + M src/jrd/dyn_md_proto.h + M src/jrd/dyn_mod.epp +Refactor CREATE/ALTER/CREATE OR ALTER/RECREATE/DROP EXCEPTION commands + + 2010-07-10 08:35 robocop + M builds/win32/msvc9/engine.vcproj + M builds/win32/msvc9/engine_classic.vcproj + M builds/win32/msvc9/engine_embed.vcproj +Fix project files. + + 2010-07-10 08:33 robocop + M src/jrd/DatabaseSnapshot.h + M src/jrd/svc.cpp + M src/msgs/facilities2.sql +Misc. + + 2010-07-10 08:32 robocop + M src/jrd/UserManagement.cpp +Fix compilation error. + + 2010-07-09 12:51 alexpeshkoff + M builds/posix/Makefile.in.firebird + M builds/posix/make.shared.variables + M src/dbs/security.sql + M src/include/gen/ids.h + M src/jrd/DatabaseSnapshot.cpp + M src/jrd/DatabaseSnapshot.h + M src/jrd/Relation.h + M src/jrd/UserManagement.cpp + M src/jrd/UserManagement.h + M src/jrd/constants.h + M src/jrd/fields.h + M src/jrd/idx.h + M src/jrd/ini.epp + M src/jrd/met.epp + M src/jrd/names.h + M src/jrd/opt.cpp + M src/jrd/recsrc/RecordSource.h + A src/jrd/recsrc/UsersTableScan.cpp + M src/jrd/relations.h + M src/jrd/svc.cpp + M src/jrd/types.h + M src/msgs/facilities2.sql + M src/msgs/messages2.sql + M src/utilities/gsec/gsec.cpp + M src/utilities/gsec/gsec.h + M src/utilities/gsec/gsecswi.h + M src/utilities/gsec/secur_proto.h + M src/utilities/gsec/security.epp +ODS change: made RDB$USERS system table, added virtual table SEC$USERS + + 2010-07-09 11:04 alexpeshkoff + M src/jrd/isc_sync.cpp +Fixed CORE-3067: Objects not unmapped when shared memory is closed + + 2010-07-08 10:44 dimitr + M src/common/classes/fb_pair.h +Fixed the old bug which was left unnoticed until RC3 where Pair<MetaName, MetaName> was used as a key for a b-tree. +At the first glance, it promises only wrong ordering of items, but in fact it trashes the b-tree internals and crashes the server :-( +It's unregistered and undocumented, but being a very recent RC3 only regression, let's leave it this way. +I suppose the intended code should be !(v.first < this->first), but we have the operator == defined, so I used a simpler form. + + 2010-07-06 11:09 asfernandes + M src/jrd/recsrc/AggregatedStream.cpp + M src/jrd/recsrc/BufferedStream.cpp + M src/jrd/recsrc/NestedLoopJoin.cpp + M src/jrd/recsrc/ProcedureScan.cpp + M src/jrd/recsrc/RecordSource.h + M src/jrd/recsrc/SortedStream.cpp + M src/jrd/recsrc/WindowedStream.cpp +More const correctness + + 2010-07-06 09:10 robocop + M src/dsql/DdlNodes.epp +Misc. + + 2010-07-06 00:49 asfernandes + M builds/win32/msvc10/common.vcxproj + M builds/win32/msvc10/common_classic.vcxproj + M builds/win32/msvc10/common_static.vcxproj + M builds/win32/msvc8/common.vcproj + M builds/win32/msvc8/common_classic.vcproj + M builds/win32/msvc8/common_static.vcproj + M builds/win32/msvc9/common.vcproj + M builds/win32/msvc9/common_classic.vcproj + M builds/win32/msvc9/common_static.vcproj + A src/common/classes/ByteChunk.h + M src/dsql/BlrWriter.h + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/Nodes.h + M src/dsql/Parser.h + M src/dsql/ddl.cpp + M src/dsql/dsql.h + M src/dsql/node.h + M src/dsql/parse.y + M src/dsql/pass1.cpp + M src/jrd/Attachment.cpp + M src/jrd/Attachment.h + M src/jrd/drq.h + 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/dyn_dl_proto.h + M src/jrd/dyn_md_proto.h + M src/jrd/dyn_mod.epp + M src/jrd/ini.epp +Refactor CREATE/ALTER/DROP DOMAIN + + 2010-07-05 18:37 asfernandes + M src/jrd/recsrc/AggregatedStream.cpp + M src/jrd/recsrc/BitmapTableScan.cpp + M src/jrd/recsrc/BufferedStream.cpp + M src/jrd/recsrc/Cursor.cpp + M src/jrd/recsrc/Cursor.h + M src/jrd/recsrc/ExternalTableScan.cpp + M src/jrd/recsrc/FilteredStream.cpp + M src/jrd/recsrc/FirstRowsStream.cpp + M src/jrd/recsrc/FullOuterJoin.cpp + M src/jrd/recsrc/FullTableScan.cpp + M src/jrd/recsrc/HashJoin.cpp + M src/jrd/recsrc/IndexTableScan.cpp + M src/jrd/recsrc/LockedStream.cpp + M src/jrd/recsrc/MergeJoin.cpp + M src/jrd/recsrc/NestedLoopJoin.cpp + M src/jrd/recsrc/ProcedureScan.cpp + M src/jrd/recsrc/RecordSource.cpp + M src/jrd/recsrc/RecordSource.h + M src/jrd/recsrc/RecursiveStream.cpp + M src/jrd/recsrc/SingularStream.cpp + M src/jrd/recsrc/SkipRowsStream.cpp + M src/jrd/recsrc/SortedStream.cpp + M src/jrd/recsrc/Union.cpp + M src/jrd/recsrc/VirtualTableScan.cpp + M src/jrd/recsrc/WindowedStream.cpp +Constify RecordSource methods - these classes are shared pieces of a (shared) statement + + 2010-07-02 10:43 dimitr + M src/dsql/pass1.cpp +Fixed CORE-3064: Using the procedure alias inside an explicit plan crashes the server. + + 2010-06-30 21:29 hvlad + M builds/win32/msvc10/build_msg.vcxproj + M builds/win32/msvc10/codes.vcxproj +VC10 build: leave build_msg.exe and codes.exe at intermediate build folder else make_boot failed + + 2010-06-30 21:27 hvlad + M builds/win32/msvc10/firebird2.props +VC10 build: don't put .bsc files into target build folder + + 2010-06-30 08:55 robocop + M src/dsql/StmtNodes.cpp + M src/dsql/gen.cpp + M src/jrd/event.h + M src/jrd/isc_file.cpp + M src/jrd/isc_sync.cpp + M src/lock/lock_proto.h + M src/lock/print.cpp + M src/msgs/facilities2.sql +Misc. + + 2010-06-30 08:54 robocop + M src/jrd/gds.cpp +Correction. + + 2010-06-29 16:22 asfernandes + M builds/win32/msvc10/btyacc.vcxproj + M builds/win32/msvc10/build_msg.vcxproj + M builds/win32/msvc10/codes.vcxproj + M builds/win32/msvc10/fb2control.vcxproj + M builds/win32/msvc10/fb_inet_server.vcxproj + M builds/win32/msvc10/fb_lock_print.vcxproj + M builds/win32/msvc10/fbclient.vcxproj + M builds/win32/msvc10/fbembed.vcxproj + M builds/win32/msvc10/fbguard.vcxproj + M builds/win32/msvc10/fbrmclib.vcxproj + M builds/win32/msvc10/fbserver.vcxproj + M builds/win32/msvc10/fbsvcmgr.vcxproj + M builds/win32/msvc10/fbtrace.vcxproj + M builds/win32/msvc10/fbtracemgr.vcxproj + M builds/win32/msvc10/fbudf.vcxproj + M builds/win32/msvc10/gbak.vcxproj + M builds/win32/msvc10/gbak_embed.vcxproj + M builds/win32/msvc10/gfix.vcxproj + M builds/win32/msvc10/gpre.vcxproj + M builds/win32/msvc10/gpre_boot.vcxproj + M builds/win32/msvc10/gpre_embed.vcxproj + M builds/win32/msvc10/gsec.vcxproj + M builds/win32/msvc10/gsplit.vcxproj + M builds/win32/msvc10/gstat.vcxproj + M builds/win32/msvc10/ib_udf.vcxproj + M builds/win32/msvc10/ib_util.vcxproj + M builds/win32/msvc10/instclient.vcxproj + M builds/win32/msvc10/instreg.vcxproj + M builds/win32/msvc10/instsvc.vcxproj + M builds/win32/msvc10/intl.vcxproj + M builds/win32/msvc10/isql.vcxproj + M builds/win32/msvc10/isql_embed.vcxproj + M builds/win32/msvc10/nbackup.vcxproj + M builds/win32/msvc10/qli.vcxproj + M builds/win32/msvc10/udr_engine.vcxproj +Fix run from MSVC10 IDE + + 2010-06-29 16:19 asfernandes + M src/jrd/dyn_def.epp +Misc + + 2010-06-28 16:49 asfernandes + M builds/win32/msvc10/Firebird2Boot.sln +Fixed MSVC10 boot build + + 2010-06-28 09:46 alexpeshkoff + M src/jrd/event_proto.h +cleanup + + 2010-06-28 09:38 alexpeshkoff + M src/jrd/event.cpp +Fixed some bugs, related with remapping fo events shared memory - thanks to Adriano + + 2010-06-27 03:47 asfernandes + A builds/win32/msvc10 + A builds/win32/msvc10/DllNoEmbedManifest.props + A builds/win32/msvc10/Firebird2.sln + A builds/win32/msvc10/Firebird2Boot.sln + A builds/win32/msvc10/Firebird2_Examples.sln + A builds/win32/msvc10/alice.vcxproj + A builds/win32/msvc10/alice.vcxproj.filters + A builds/win32/msvc10/btyacc.vcxproj + A builds/win32/msvc10/btyacc.vcxproj.filters + A builds/win32/msvc10/build_msg.vcxproj + A builds/win32/msvc10/build_msg.vcxproj.filters + A builds/win32/msvc10/burp.vcxproj + A builds/win32/msvc10/burp.vcxproj.filters + A builds/win32/msvc10/codes.vcxproj + A builds/win32/msvc10/codes.vcxproj.filters + A builds/win32/msvc10/common.vcxproj + A builds/win32/msvc10/common.vcxproj.filters + A builds/win32/msvc10/common_classic.vcxproj + A builds/win32/msvc10/common_classic.vcxproj.filters + A builds/win32/msvc10/common_static.vcxproj + A builds/win32/msvc10/common_static.vcxproj.filters + A builds/win32/msvc10/config.vcxproj + A builds/win32/msvc10/config.vcxproj.filters + A builds/win32/msvc10/dsql_server.vcxproj + A builds/win32/msvc10/dsql_server.vcxproj.filters + A builds/win32/msvc10/dsql_server_classic.vcxproj + A builds/win32/msvc10/dsql_server_classic.vcxproj.filters + A builds/win32/msvc10/empbuild.vcxproj + A builds/win32/msvc10/empbuild.vcxproj.filters + A builds/win32/msvc10/engine.vcxproj + A builds/win32/msvc10/engine.vcxproj.filters + A builds/win32/msvc10/engine_classic.vcxproj + A builds/win32/msvc10/engine_classic.vcxproj.filters + A builds/win32/msvc10/engine_embed.vcxproj + A builds/win32/msvc10/engine_embed.vcxproj.filters + A builds/win32/msvc10/fb2control.vcxproj + A builds/win32/msvc10/fb2control.vcxproj.filters + A builds/win32/msvc10/fb_inet_server.vcxproj + A builds/win32/msvc10/fb_inet_server.vcxproj.filters + A builds/win32/msvc10/fb_lock_print.vcxproj + A builds/win32/msvc10/fb_lock_print.vcxproj.filters + A builds/win32/msvc10/fbclient.vcxproj + A builds/win32/msvc10/fbclient.vcxproj.filters + A builds/win32/msvc10/fbembed.vcxproj + A builds/win32/msvc10/fbembed.vcxproj.filters + A builds/win32/msvc10/fbguard.vcxproj + A builds/win32/msvc10/fbguard.vcxproj.filters + A builds/win32/msvc10/fbrmclib.vcxproj + A builds/win32/msvc10/fbrmclib.vcxproj.filters + A builds/win32/msvc10/fbserver.vcxproj + A builds/win32/msvc10/fbserver.vcxproj.filters + A builds/win32/msvc10/fbsvcmgr.vcxproj + A builds/win32/msvc10/fbsvcmgr.vcxproj.filters + A builds/win32/msvc10/fbtrace.vcxproj + A builds/win32/msvc10/fbtrace.vcxproj.filters + A builds/win32/msvc10/fbtracemgr.vcxproj + A builds/win32/msvc10/fbtracemgr.vcxproj.filters + A builds/win32/msvc10/fbudf.vcxproj + A builds/win32/msvc10/fbudf.vcxproj.filters + A builds/win32/msvc10/firebird2.props + A builds/win32/msvc10/firebird2debug.props + A builds/win32/msvc10/firebird2release.props + A builds/win32/msvc10/gbak.vcxproj + A builds/win32/msvc10/gbak.vcxproj.filters + A builds/win32/msvc10/gbak_embed.vcxproj + A builds/win32/msvc10/gbak_embed.vcxproj.filters + A builds/win32/msvc10/gfix.vcxproj + A builds/win32/msvc10/gfix.vcxproj.filters + A builds/win32/msvc10/gpre.vcxproj + A builds/win32/msvc10/gpre.vcxproj.filters + A builds/win32/msvc10/gpre_boot.vcxproj + A builds/win32/msvc10/gpre_boot.vcxproj.filters + A builds/win32/msvc10/gpre_embed.vcxproj + A builds/win32/msvc10/gpre_embed.vcxproj.filters + A builds/win32/msvc10/gsec.vcxproj + A builds/win32/msvc10/gsec.vcxproj.filters + A builds/win32/msvc10/gsplit.vcxproj + A builds/win32/msvc10/gsplit.vcxproj.filters + A builds/win32/msvc10/gstat.vcxproj + A builds/win32/msvc10/gstat.vcxproj.filters + A builds/win32/msvc10/ib_udf.vcxproj + A builds/win32/msvc10/ib_udf.vcxproj.filters + A builds/win32/msvc10/ib_util.vcxproj + A builds/win32/msvc10/ib_util.vcxproj.filters + A builds/win32/msvc10/instclient.vcxproj + A builds/win32/msvc10/instclient.vcxproj.filters + A builds/win32/msvc10/instreg.vcxproj + A builds/win32/msvc10/instreg.vcxproj.filters + A builds/win32/msvc10/instsvc.vcxproj + A builds/win32/msvc10/instsvc.vcxproj.filters + A builds/win32/msvc10/intl.vcxproj + A builds/win32/msvc10/intl.vcxproj.filters + A builds/win32/msvc10/intlbuild.vcxproj + A builds/win32/msvc10/intlbuild.vcxproj.filters + A builds/win32/msvc10/isql.vcxproj + A builds/win32/msvc10/isql.vcxproj.filters + A builds/win32/msvc10/isql_embed.vcxproj + A builds/win32/msvc10/isql_embed.vcxproj.filters + A builds/win32/msvc10/lock.vcxproj + A builds/win32/msvc10/lock.vcxproj.filters + A builds/win32/msvc10/lock_classic.vcxproj + A builds/win32/msvc10/lock_classic.vcxproj.filters + A builds/win32/msvc10/nbackup.vcxproj + A builds/win32/msvc10/nbackup.vcxproj.filters + A builds/win32/msvc10/qli.vcxproj + A builds/win32/msvc10/qli.vcxproj.filters + A builds/win32/msvc10/remote.vcxproj + A builds/win32/msvc10/remote.vcxproj.filters + A builds/win32/msvc10/udr_engine.vcxproj + A builds/win32/msvc10/udr_engine.vcxproj.filters + A builds/win32/msvc10/udrcpp_example.vcxproj + A builds/win32/msvc10/udrcpp_example.vcxproj.filters + M builds/win32/setenvvar.bat + A extern/icu/source/allinone/allinone_10.sln + A extern/icu/source/allinone/firebird2debug.props + A extern/icu/source/allinone/firebird2intl.props + A extern/icu/source/allinone/firebird2release.props + A extern/icu/source/common/common_10.vcxproj + A extern/icu/source/common/common_10.vcxproj.filters + A extern/icu/source/data/makedata_10.vcxproj + A extern/icu/source/data/makedata_10.vcxproj.filters + A extern/icu/source/extra/uconv/uconv_10.vcxproj + A extern/icu/source/extra/uconv/uconv_10.vcxproj.filters + A extern/icu/source/i18n/i18n_10.vcxproj + A extern/icu/source/i18n/i18n_10.vcxproj.filters + A extern/icu/source/io/io_10.vcxproj + A extern/icu/source/io/io_10.vcxproj.filters + A extern/icu/source/layout/layout_10.vcxproj + A extern/icu/source/layout/layout_10.vcxproj.filters + A extern/icu/source/layoutex/layoutex_10.vcxproj + A extern/icu/source/layoutex/layoutex_10.vcxproj.filters + A extern/icu/source/stubdata/stubdata_10.vcxproj + A extern/icu/source/stubdata/stubdata_10.vcxproj.filters + A extern/icu/source/test/cintltst/cintltst_10.vcxproj + A extern/icu/source/test/cintltst/cintltst_10.vcxproj.filters + A extern/icu/source/test/intltest/intltest_10.vcxproj + A extern/icu/source/test/intltest/intltest_10.vcxproj.filters + A extern/icu/source/test/iotest/iotest_10.vcxproj + A extern/icu/source/test/iotest/iotest_10.vcxproj.filters + A extern/icu/source/tools/ctestfw/ctestfw_10.vcxproj + A extern/icu/source/tools/ctestfw/ctestfw_10.vcxproj.filters + A extern/icu/source/tools/genbrk/genbrk_10.vcxproj + A extern/icu/source/tools/genbrk/genbrk_10.vcxproj.filters + A extern/icu/source/tools/genccode/genccode_10.vcxproj + A extern/icu/source/tools/genccode/genccode_10.vcxproj.filters + A extern/icu/source/tools/gencmn/decmn_10.vcxproj + A extern/icu/source/tools/gencmn/decmn_10.vcxproj.filters + A extern/icu/source/tools/gencmn/gencmn_10.vcxproj + A extern/icu/source/tools/gencmn/gencmn_10.vcxproj.filters + A extern/icu/source/tools/gencnval/gencnval_10.vcxproj + A extern/icu/source/tools/gencnval/gencnval_10.vcxproj.filters + A extern/icu/source/tools/gennames/gennames_10.vcxproj + A extern/icu/source/tools/gennames/gennames_10.vcxproj.filters + A extern/icu/source/tools/gennorm/gennorm_10.vcxproj + A extern/icu/source/tools/gennorm/gennorm_10.vcxproj.filters + A extern/icu/source/tools/genpname/genpname_10.vcxproj + A extern/icu/source/tools/genpname/genpname_10.vcxproj.filters + A extern/icu/source/tools/genprops/genprops_10.vcxproj + A extern/icu/source/tools/genprops/genprops_10.vcxproj.filters + A extern/icu/source/tools/genrb/derb_10.vcxproj + A extern/icu/source/tools/genrb/derb_10.vcxproj.filters + A extern/icu/source/tools/genrb/genrb_10.vcxproj + A extern/icu/source/tools/genrb/genrb_10.vcxproj.filters + A extern/icu/source/tools/gensprep/gensprep_10.vcxproj + A extern/icu/source/tools/gensprep/gensprep_10.vcxproj.filters + A extern/icu/source/tools/gentest/gentest_10.vcxproj + A extern/icu/source/tools/gentest/gentest_10.vcxproj.filters + A extern/icu/source/tools/genuca/genuca_10.vcxproj + A extern/icu/source/tools/genuca/genuca_10.vcxproj.filters + A extern/icu/source/tools/icuswap/icuswap_10.vcxproj + A extern/icu/source/tools/icuswap/icuswap_10.vcxproj.filters + A extern/icu/source/tools/makeconv/makeconv_10.vcxproj + A extern/icu/source/tools/makeconv/makeconv_10.vcxproj.filters + A extern/icu/source/tools/pkgdata/pkgdata_10.vcxproj + A extern/icu/source/tools/pkgdata/pkgdata_10.vcxproj.filters + A extern/icu/source/tools/toolutil/toolutil_10.vcxproj + A extern/icu/source/tools/toolutil/toolutil_10.vcxproj.filters + M src/jrd/gds.cpp + M src/jrd/os/win32/mod_loader.cpp +MSVC10 support + + 2010-06-26 02:50 asfernandes + M src/dsql/DdlNodes.epp + M src/dsql/ddl.cpp + M src/dsql/metd.epp + M src/dsql/metd_proto.h + M src/jrd/irq.h +Cleanup + + 2010-06-26 02:30 asfernandes + M src/dsql/DdlNodes.epp + M src/dsql/ddl.cpp + M src/dsql/metd.epp + M src/dsql/metd_proto.h +Misc + + 2010-06-26 01:52 asfernandes + M lang_helpers/gds_codes.ftn + M lang_helpers/gds_codes.pas + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/ddl.cpp + M src/dsql/node.h + M src/dsql/parse.y + 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/sql_code.h + M src/include/gen/sql_state.h + M src/jrd/Attachment.cpp + M src/jrd/Attachment.h + M src/jrd/drq.h + M src/jrd/dyn.epp + M src/jrd/dyn.h + M src/jrd/dyn_def.epp + M src/jrd/dyn_del.epp + M src/jrd/dyn_df_proto.h + M src/jrd/dyn_dl_proto.h + M src/msgs/messages2.sql + M src/msgs/system_errors2.sql +Refactor CREATE/DROP COLLATION + + 2010-06-26 01:18 asfernandes + M src/jrd/event_proto.h + M src/jrd/isc_s_proto.h + M src/jrd/isc_sync.cpp + M src/jrd/trace/TraceConfigStorage.h + M src/lock/lock.cpp + M src/lock/lock_proto.h + M src/lock/print.cpp +Misc + + 2010-06-25 12:16 hvlad + M src/jrd/isc_sync.cpp +Cleanup + + 2010-06-25 11:55 alexpeshkoff + M src/jrd/DatabaseSnapshot.cpp + M src/jrd/DatabaseSnapshot.h + M src/jrd/cch.h + M src/jrd/dbt.cpp + M src/jrd/event.cpp + M src/jrd/event.h + M src/jrd/event_proto.h + D src/jrd/isc.h + M src/jrd/isc_s_proto.h + M src/jrd/isc_sync.cpp + M src/jrd/os/win32/isc_ipc.cpp + M src/jrd/trace/TraceConfigStorage.cpp + M src/jrd/trace/TraceConfigStorage.h + M src/jrd/trace/TraceLog.cpp + M src/jrd/trace/TraceLog.h + M src/jrd/trace/TraceObjects.h + M src/lock/driver.cpp + M src/lock/lock.cpp + M src/lock/lock_proto.h + M src/lock/print.cpp + M src/remote/os/win32/property.cpp + M src/remote/os/win32/window.cpp + M src/utilities/drop.cpp +Introduced class SharedMemory - base class for everything, using IPC. Related to CORE-3035. + + 2010-06-25 06:45 hvlad + M builds/win32/msvc8/dsql_server.vcproj + M builds/win32/msvc8/dsql_server_classic.vcproj +Update MSVC8 build + + 2010-06-23 13:36 hvlad + M src/remote/server.cpp +Disable hard limit on number of worker threads. Something more smart should be implemented instead. + + 2010-06-22 00:56 asfernandes + M src/dsql/dsql.h +Misc + + 2010-06-22 00:53 asfernandes + M src/dsql/AggNodes.cpp + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/ExprNodes.cpp + M src/dsql/StmtNodes.cpp + M src/dsql/ddl.cpp + M src/dsql/dsql.h + M src/dsql/gen.cpp + M src/dsql/pass1.cpp + M src/jrd/DatabaseSnapshot.h + M src/jrd/isc_sync.cpp + M src/jrd/met.epp + M src/lock/lock.cpp +Misc/cleanup + + 2010-06-20 23:11 asfernandes + M src/dsql/parse.y +Misc + + 2010-06-20 14:49 asfernandes + M src/dsql/ExprNodes.cpp + M src/dsql/ExprNodes.h + M src/dsql/Nodes.h + M src/dsql/ddl.cpp + M src/dsql/ddl_proto.h +Improvement CORE-3057 - Allow the usage of blobs in COMPUTED BY expressions + + 2010-06-20 03:11 asfernandes + M src/dsql/StmtNodes.cpp +Fixed CORE-3047 - Wrong logic is used to resolve EXECUTE BLOCK parameters collations + + 2010-06-20 03:09 asfernandes + M src/dsql/ddl.cpp + M src/dsql/dsql.cpp +Fixed CORE-3047 - Wrong logic is used to resolve EXECUTE BLOCK parameters collations + + 2010-06-18 16:48 asfernandes + M src/dsql/node.h + M src/dsql/pass1.cpp +Cleanup + + 2010-06-18 13:13 asfernandes + M doc/sql.extensions/README.builtin_functions.txt +Misc + + 2010-06-18 12:49 asfernandes + M src/jrd/dfw.epp + M src/jrd/drq.h + M src/jrd/dyn_def.epp + M src/jrd/irq.h +Fixed CORE-3056 - Problems may happen when issuing DDL commands in the same transaction after CREATE COLLATION was issued + + 2010-06-18 12:41 asfernandes + M doc/sql.extensions/README.update_or_insert +Misc + + 2010-06-18 11:15 asfernandes + M src/jrd/unicode_util.cpp +Fix problem seen by Vlad where crash happens when our older ICU is found + + 2010-06-17 16:06 asfernandes + M src/dsql/ddl.cpp + M src/dsql/dsql.h + M src/dsql/gen.cpp +Change suggested by Claudio + + 2010-06-17 15:32 asfernandes + M src/jrd/DebugInterface.cpp +Fixed CORE-3055 - Variable/argument name could be absent or be wrong in error messages when more than 256 variables are used + + 2010-06-17 14:27 dimitr + M src/remote/xnet.cpp +Fixed a lock-up when connecting locally to the missing database file. The issue is old, but it could never fire prior to v3.0. + + 2010-06-17 07:34 alexpeshkoff + M src/jrd/DatabaseSnapshot.cpp + M src/jrd/DatabaseSnapshot.h + M src/jrd/event.cpp + M src/jrd/event_proto.h + M src/jrd/isc_s_proto.h + M src/jrd/isc_sync.cpp + M src/jrd/trace/TraceConfigStorage.cpp + M src/jrd/trace/TraceConfigStorage.h + M src/jrd/trace/TraceLog.cpp + M src/jrd/trace/TraceLog.h + M src/lock/lock.cpp + M src/lock/lock_proto.h +frontported fix for CORE-3021: Segfault in DEV_BUILD + + 2010-06-17 01:18 asfernandes + M builds/posix/make.shared.variables + M builds/win32/msvc9/dsql_server.vcproj + M builds/win32/msvc9/dsql_server_classic.vcproj + M src/dsql/AggNodes.cpp + A src/dsql/BlrWriter.cpp + A src/dsql/BlrWriter.h + M src/dsql/DdlNodes.epp + M src/dsql/ExprNodes.cpp + M src/dsql/Nodes.h + M src/dsql/StmtNodes.cpp + M src/dsql/ddl.cpp + M src/dsql/dsql.cpp + M src/dsql/dsql.h + M src/dsql/gen.cpp + M src/dsql/gen_proto.h + M src/dsql/pass1.cpp +Created class BlrWriter and reorganization (move BLR generation from statement to scratch) + + 2010-06-16 16:28 dimitr + M src/jrd/gds.cpp +Fixed unregistered error in the BLR printer output. + + 2010-06-16 12:44 alexpeshkoff + M src/dsql/StmtNodes.cpp +Fixed segfault during DEV_BUILD + + 2010-06-15 16:07 asfernandes + M src/dsql/DdlNodes.epp + M src/dsql/DdlNodes.h + M src/dsql/Nodes.h + M src/dsql/StmtNodes.cpp + M src/dsql/StmtNodes.h + M src/dsql/ddl.cpp + M src/dsql/ddl_proto.h + M src/dsql/dsql.cpp + M src/dsql/gen.cpp + M src/dsql/gen_proto.h + M src/dsql/parse.y + M src/dsql/pass1.cpp + M src/dsql/pass1_proto.h +1) Refactor PSQL support in DSQL. This started as subprocedure implementation, but I'm now separating things. +2) Fix thrown of isc_bad_default_value + + 2010-06-15 15:20 asfernandes + M builds/posix/make.rules +Do not remove cpp files generated from epp ones + + 2010-06-15 12:27 alexpeshkoff + M src/jrd/Relation.h + M src/jrd/cmp.cpp + M src/jrd/dfw.epp + M src/jrd/lck.cpp + M src/jrd/lck.h + M src/jrd/met.epp +Fixed CORE-3024: Error "no current record for fetch operation" after ALTER VIEW (and a lot of other possible inconsistencies) + + 2010-06-15 11:57 alexpeshkoff + M src/jrd/evl.cpp +Fixed CORE-3046: Assertion after ALTER TABLE + + 2010-06-12 16:32 asfernandes + M src/jrd/met.epp +Misc + + 2010-06-12 16:28 asfernandes + M src/common/classes/MetaName.h + M src/dsql/metd_proto.h + M src/jrd/exe.h + M src/jrd/par.cpp +Fixed CORE-3038 - The insert failed because a column definition includes validation + + 2010-06-10 16:08 asfernandes + M src/jrd/common.h + M src/jrd/gds.cpp +Fix debug code + + 2010-06-10 08:41 alexpeshkoff + M src/gpre/c_cxx.cpp +frontported fix for CORE-3022: gpre C++ compiler warnings with GCC 4.4.1 + + 2010-06-10 02:03 asfernandes + M src/dsql/StmtNodes.cpp + M src/dsql/StmtNodes.h + M src/dsql/dsql.h + M src/dsql/gen.cpp + M src/dsql/node.h + M src/dsql/parse.y + M src/dsql/pass1.cpp +Improvement CORE-3020 - Add clause RETURNING ... INTO ... to MERGE statement + + 2010-06-09 11:53 alexpeshkoff + M builds/install/arch-specific/linux/misc/firebird.init.d.gentoo.in +frontported fix for CORE-3019: Startup failure of SS and SC on linux gentoo + + 2010-06-08 14:44 paulbeach + M builds/posix/postfix.darwin + M builds/posix/prefix.darwin_i386 + M builds/posix/prefix.darwin_x86_64 + M extern/icu/source/config/mh-darwin +Grand Central Dispatch - 10.6 Darwin only + + 2010-06-08 13:35 alexpeshkoff + M src/common/classes/semaphore.cpp + M src/common/classes/semaphore.h +Mac port - use dispatch semaphores + + 2010-06-08 13:35 alexpeshkoff + M builds/make.new/config/install-sh +misc + + 2010-06-06 22:24 hvlad + M ChangeLog +Update ChangeLog from latest CVS version + + 2010-06-05 00:48 asfernandes + M src/jrd/build_no.h + M src/misc/writeBuildNum.sh +Current build no (ported from CVS) + + 2010-06-05 00:48 asfernandes + M src/jrd/DatabaseSnapshot.cpp + M src/jrd/cch.cpp + M src/jrd/isc.h + M src/jrd/isc_s_proto.h + M src/jrd/isc_sync.cpp + M src/jrd/trace/TraceConfigStorage.cpp +Port from CVS Vlad's fixes for CORE-3015, CORE-3016 and CORE-3017 + + 2010-06-04 23:14 asfernandes + M ChangeLog + M Makefile.in + M acx_pthread.m4 + M autogen.sh + M binreloc.m4 + M builds/install/arch-specific/aix/Makefile.in + M builds/install/arch-specific/aix/classic/makeInstallImage.sh.in + M builds/install/arch-specific/aix/classic/rpmfiles.txt.in + M builds/install/arch-specific/aix/classic/rpmheader.txt.in + M builds/install/arch-specific/aix/misc/aixLibrary.sh.in + M builds/install/arch-specific/aix/misc/firebird.init.d.aix.in + M builds/install/arch-specific/aix/misc/postinstall.sh.in + M builds/install/arch-specific/aix/misc/postuninstall.sh.in + M builds/install/arch-specific/aix/misc/preinstall.sh.in + M builds/install/arch-specific/aix/misc/preuninstall.sh.in + M builds/install/arch-specific/aix/misc/rc.config.firebird.aix.in + M builds/install/arch-specific/aix/misc/tarinstall.sh.in + M builds/install/arch-specific/aix/misc/tarmaininstall.sh.in + M builds/install/arch-specific/aix/misc/tarmainuninstall.sh.in + M builds/install/arch-specific/aix/misc/taruninstall.sh.in + M builds/install/arch-specific/darwin/Description.plist + M builds/install/arch-specific/darwin/FB.info + M builds/install/arch-specific/darwin/Firebird.startupitem/Firebird + M builds/install/arch-specific/darwin/Firebird.startupitem/Resources/English.lproj/Localizable.strings + M builds/install/arch-specific/darwin/Firebird.startupitem/StartupParameters.plist + M builds/install/arch-specific/darwin/FrameworkInfo.plist + M builds/install/arch-specific/darwin/Info.plist + M builds/install/arch-specific/darwin/License.txt + M builds/install/arch-specific/darwin/Makefile.in + M builds/install/arch-specific/darwin/PkgInfo + M builds/install/arch-specific/darwin/Readme.txt + M builds/install/arch-specific/darwin/Welcome.txt + M builds/install/arch-specific/darwin/aliases.conf.in + M builds/install/arch-specific/darwin/buildno.c + M builds/install/arch-specific/darwin/buildsuffix.c + M builds/install/arch-specific/darwin/changeMultiConnectMode + M builds/install/arch-specific/darwin/fullvers.c + M builds/install/arch-specific/darwin/install-script + M builds/install/arch-specific/darwin/launchd.org.firebird.gds.plist + M builds/install/arch-specific/darwin/majorvers.c + M builds/install/arch-specific/darwin/minorvers.c + M builds/install/arch-specific/darwin/preinstall-script + M builds/install/arch-specific/darwin/preupgrade-script + M builds/install/arch-specific/darwin/revno.c + M builds/install/arch-specific/freebsd/Makefile.in + M builds/install/arch-specific/freebsd/freebsdLibrary.sh.in + M builds/install/arch-specific/freebsd/install.sh.in + M builds/install/arch-specific/hpux/Makefile.in + M builds/install/arch-specific/hpux/classic/firebirdCS.psf.in + M builds/install/arch-specific/hpux/classic/makeinstallImage.sh.in + M builds/install/arch-specific/hpux/classic/postInstall.sh.in + M builds/install/arch-specific/hpux/classic/postUninstall.sh.in + M builds/install/arch-specific/hpux/classic/preInstall.sh.in + M builds/install/arch-specific/hpux/classic/preUninstall.sh.in + M builds/install/arch-specific/hpux/classic/tarInstall.sh.in + M builds/install/arch-specific/hpux/classic/tarUninstall.sh.in + M builds/install/arch-specific/hpux/classic/tarmainInstall.sh.in + M builds/install/arch-specific/hpux/classic/tarmainUninstall.sh.in + M builds/install/arch-specific/hpux/misc/changedbaPassword.sh.in + M builds/install/arch-specific/hpux/misc/changegdslibrarycompatibleLink.sh.in + M builds/install/arch-specific/hpux/misc/createaliasDB.sh.in + M builds/install/arch-specific/hpux/misc/firebird.init.d.hpux.in + M builds/install/arch-specific/hpux/misc/hpuxLibrary.sh.in + M builds/install/arch-specific/hpux/misc/rc.config.firebird.hpux.in + M builds/install/arch-specific/hpux/super/makeinstallImage.sh.in + M builds/install/arch-specific/hpux/super/postInstall.sh.in + M builds/install/arch-specific/hpux/super/postUninstall.sh.in + M builds/install/arch-specific/hpux/super/preInstall.sh.in + M builds/install/arch-specific/hpux/super/preUninstall.sh.in + M builds/install/arch-specific/hpux/super/tarInstall.sh.in + M builds/install/arch-specific/hpux/super/tarUninstall.sh.in + M builds/install/arch-specific/hpux/super/tarmainInstall.sh.in + M builds/install/arch-specific/hpux/super/tarmainUninstall.sh.in + M builds/install/arch-specific/linux/Makefile.in + M builds/install/arch-specific/linux/classic/rpmfiles.txt.in + M builds/install/arch-specific/linux/classic/rpmheader.txt.in + M builds/install/arch-specific/linux/misc/README + M builds/install/arch-specific/linux/misc/firebird.init.d.debian.in + M builds/install/arch-specific/linux/misc/firebird.init.d.generic.in + M builds/install/arch-specific/linux/misc/firebird.init.d.gentoo.in + M builds/install/arch-specific/linux/misc/firebird.init.d.mandrake.in + M builds/install/arch-specific/linux/misc/firebird.init.d.slackware.in + M builds/install/arch-specific/linux/misc/firebird.init.d.suse.in + M builds/install/arch-specific/linux/misc/firebird.xinetd.in + M builds/install/arch-specific/linux/misc/linuxLibrary.sh.in + M builds/install/arch-specific/linux/misc/makeInstallImage.sh.in + M builds/install/arch-specific/linux/misc/postinstall.sh.in + M builds/install/arch-specific/linux/misc/postuninstall.sh.in + M builds/install/arch-specific/linux/misc/preinstall.sh.in + M builds/install/arch-specific/linux/misc/preuninstall.sh.in + M builds/install/arch-specific/linux/misc/rc.config.firebird.in + M builds/install/arch-specific/linux/misc/tarMainInstall.sh.in + M builds/install/arch-specific/linux/misc/tarMainUninstall.sh.in + M builds/install/arch-specific/linux/misc/tarinstall.sh.in + M builds/install/arch-specific/linux/misc/taruninstall.sh.in + M builds/install/arch-specific/linux/super/rpmfiles.txt.in + M builds/install/arch-specific/linux/super/rpmheader.txt.in + M builds/install/arch-specific/mingw/Makefile.in + M builds/install/arch-specific/mingw/super/Readme.txt + M builds/install/arch-specific/netbsd/Makefile.in + M builds/install/arch-specific/netbsd/install.sh.in + M builds/install/arch-specific/solaris/CS/gds_db-tcp.xml + M builds/install/arch-specific/solaris/CS/pkginfo.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/CS/prototype.icu.in + M builds/install/arch-specific/solaris/CS/prototype.in + M builds/install/arch-specific/solaris/Makefile.in + M builds/install/arch-specific/solaris/SS/gds_db-tcp.xml + M builds/install/arch-specific/solaris/SS/pkginfo.in + M builds/install/arch-specific/solaris/SS/postinstall.in + M builds/install/arch-specific/solaris/SS/postremove.in + M builds/install/arch-specific/solaris/SS/preinstall.in + M builds/install/arch-specific/solaris/SS/prototype.icu.in + M builds/install/arch-specific/solaris/SS/prototype.in + M builds/install/arch-specific/solaris/libgcc/pkginfolg.in + M builds/install/arch-specific/solaris/libgcc/prototypelg.in + M builds/install/arch-specific/solx86/Makefile.in + M builds/install/arch-specific/win32/After_Installation.url + M builds/install/arch... [truncated message content] |