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] |