8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:43:02 +01:00
firebird-mirror/ChangeLog
2010-11-26 04:35:10 +00:00

63123 lines
1.8 MiB

2010-11-24 15:20 dimitr
M src/jrd/dyn_def.epp
Fixed another incarnation of the "request depth exceeded" error, this time it prevents more than 128 expression indices from being created. Reported privately by Timo Partanen.
2010-11-11 07:50 alexpeshkoff
M builds/install/arch-specific/linux/misc/firebird.init.d.debian.in
Added LSB header
2010-11-08 16:17 alexpeshkoff
M src/jrd/svc.cpp
Backported fix for CORE-3220: isc_info_svc_get_users returns error message in the result cluster
2010-11-08 10:30 dimitr
M src/jrd/opt.cpp
Fixed an old error which handles aggregates wrongly. So far it seems harmless for versions prior to v3.0 where it has been fixed, but let's be on the safe side.
2010-10-31 08:54 dimitr
M src/dsql/dsql.cpp
Fixed CORE-3205: isc_dsql_exec_immed2() doesn't return error codes isc_stream_eof and isc_sing_select_err.
2010-10-28 18:14 dimitr
M src/remote/server.cpp
Fixed CORE-3202: execute_immediate API call family may crash the remote server.
2010-10-19 13:28 alexpeshkoff
M src/jrd/sqz.cpp
Backported fix for CORE-3148: possible segfault in SQZ_apply_differences
2010-10-15 07:52 alexpeshkoff
M src/jrd/sqz.cpp
Backported fix for CORE-3115: Bugs in the internal record compression routines
2010-09-24 11:33 dimitr
M src/jrd/gds.cpp
Fixed unregistered error in the BLR printer output.
2010-09-18 06:52 dimitr
M src/jrd/vio.cpp
Fixed CORE-3137: Partial rollback is possible for a selectable procedure modifying data.
2010-08-26 10:52 alexpeshkoff
M src/jrd/why.cpp
Fixed CORE-3117: After an error in GDS_CLOSE_BLOB() blob handle becomes invalid
2010-07-09 11:33 alexpeshkoff
M src/jrd/isc_sync.cpp
Backported fix for 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-02 10:43 dimitr
M src/dsql/pass1.cpp
Fixed CORE-3064: Using the procedure alias inside an explicit plan crashes the server.
2010-07-01 14:28 hvlad
M src/jrd/LocksCache.h
M src/jrd/btr.cpp
Fixed bug CORE-3050 : Race condition in LocksCache::get() could lead to AV in the engine
2010-06-17 01:52 asfernandes
M src/jrd/evl.cpp
Backport fix for CORE-2900 - "AV - The code attempted to access a virtual address without privilege to do so" using aggregate distinct
2010-06-13 10:20 hvlad
M src/jrd/pag.cpp
Backport fix for bug CORE-3041 : Engine could hang when working with read-only database
2010-06-10 08:47 alexpeshkoff
M src/gpre/c_cxx.cpp
backported fix for CORE-3022: gpre C++ compiler warnings with GCC 4.4.1
2010-06-09 11:51 alexpeshkoff
M builds/install/arch-specific/linux/misc/firebird.init.d.gentoo.in
backported fix for CORE-3019: Startup failure of SS on linux gentoo
2010-06-09 11:16 alexpeshkoff
M autogen.sh
M builds/make.new/config/install-sh
M configure.in
backported fixes, required to build using new autotools
2010-06-05 00:26 asfernandes
M ChangeLog
M Makefile.in
M acx_pthread.m4
M autogen.sh
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/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/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/README
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/classic/rpmfiles.txt.in
M builds/install/arch-specific/linux/classic/rpmheader.txt.in
M builds/install/arch-specific/linux/classic/tarMainInstall.sh.in
M builds/install/arch-specific/linux/classic/tarMainUninstall.sh.in
M builds/install/arch-specific/linux/classic/tarinstall.sh.in
M builds/install/arch-specific/linux/classic/taruninstall.sh.in
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/rc.config.firebird.in
M builds/install/arch-specific/linux/misc/superLinux.sh.in
M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
M builds/install/arch-specific/linux/super/postinstall.sh.in
M builds/install/arch-specific/linux/super/postuninstall.sh.in
M builds/install/arch-specific/linux/super/preinstall.sh.in
M builds/install/arch-specific/linux/super/preuninstall.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/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/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.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.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-specific/win32/BuildExecutableInstall.bat
M builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc
M builds/install/arch-specific/win32/FirebirdInstallSupportFunctions.inc
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
M builds/install/arch-specific/win32/Readme.txt
M builds/install/arch-specific/win32/ba/Instalacija_ProcitajMe.txt
M builds/install/arch-specific/win32/ba/ProcitajMe.txt
M builds/install/arch-specific/win32/ba/custom_messages_ba.inc
M builds/install/arch-specific/win32/custom_messages.inc
M builds/install/arch-specific/win32/cz/custom_messages_cz.inc
M builds/install/arch-specific/win32/de/custom_messages_de.inc
M builds/install/arch-specific/win32/de/installation_liesmich.txt
M builds/install/arch-specific/win32/de/liesmich.txt
M builds/install/arch-specific/win32/es/custom_messages_es.inc
M builds/install/arch-specific/win32/es/leame.txt
M builds/install/arch-specific/win32/es/leame_instalacion.txt
M builds/install/arch-specific/win32/firebirdsql.org.url
M builds/install/arch-specific/win32/fr/custom_messages_fr.inc
M builds/install/arch-specific/win32/fr/documents-en-francais.txt
M builds/install/arch-specific/win32/fr/installation_lisezmoi.txt
M builds/install/arch-specific/win32/fr/lisezmoi.txt
M builds/install/arch-specific/win32/hu/custom_messages_hu.inc
M builds/install/arch-specific/win32/hu/olvass_el.txt
M builds/install/arch-specific/win32/hu/telepitesi_segedlet.txt
M builds/install/arch-specific/win32/i18n_readme.txt
M builds/install/arch-specific/win32/installation_readme.txt
M builds/install/arch-specific/win32/installation_scripted.txt
M builds/install/arch-specific/win32/it/custom_messages_it.inc
M builds/install/arch-specific/win32/it/leggimi.txt
M builds/install/arch-specific/win32/it/leggimi_installazione.txt
M builds/install/arch-specific/win32/pl/custom_messages_pl.inc
M builds/install/arch-specific/win32/pl/czytajto.txt
M builds/install/arch-specific/win32/pl/instalacja_czytajto.txt
M builds/install/arch-specific/win32/pt/custom_messages_pt.inc
M builds/install/arch-specific/win32/pt/instalacao_leia-me.txt
M builds/install/arch-specific/win32/pt/leia-me.txt
M builds/install/arch-specific/win32/readme_snapshot.txt
M builds/install/arch-specific/win32/ru/Readme.txt
M builds/install/arch-specific/win32/ru/custom_messages_ru.inc
M builds/install/arch-specific/win32/ru/installation_readme.txt
M builds/install/arch-specific/win32/si/custom_messages_si.inc
M builds/install/arch-specific/win32/si/instalacija_precitajMe.txt
M builds/install/arch-specific/win32/sk/custom_messages_sk.inc
M builds/install/arch-specific/win32/strip_comments.sed
M builds/install/misc/IDPLicense.txt
M builds/install/misc/IPLicense.txt
M builds/install/misc/aliases.conf.in
M builds/install/misc/changeDBAPassword.sh.in
M builds/install/misc/changeGdsLibraryCompatibleLink.sh.in
M builds/install/misc/changeRunUser.sh.in
M builds/install/misc/classicLibrary.sh.in
M builds/install/misc/createAliasDB.sh.in
M builds/install/misc/fb_config.in
M builds/install/misc/fbintl.conf
M builds/install/misc/firebird.conf
M builds/install/misc/firebird.init.d.Solaris.in
M builds/install/misc/firebird.init.d.generic.in
M builds/install/misc/firebird.init.d.mandrake.in
M builds/install/misc/posixLibrary.sh.in
M builds/install/misc/restoreRootRunUser.sh.in
M builds/install/misc/superLibrary.sh.in
M builds/mac_os_x/CS/CS.pbproj/project.pbxproj
M builds/mac_os_x/CS/Helpers.make
M builds/mac_os_x/CS/gpre_wrapper.sh
M builds/mac_os_x/CS/make_wrapper.sh
M builds/mac_os_x/CS/stlport_vars.cpp
M builds/mac_os_x/CS/stub.c
M builds/make.new/config/install-sh
M builds/old_prefixes/README.txt
M builds/old_prefixes/prefix.aix
M builds/old_prefixes/prefix.aix_ppc
M builds/old_prefixes/prefix.darwin
M builds/old_prefixes/prefix.freebsd
M builds/old_prefixes/prefix.hp10
M builds/old_prefixes/prefix.hp9.0
M builds/old_prefixes/prefix.linux
M builds/old_prefixes/prefix.mu
M builds/old_prefixes/prefix.ncr3000
M builds/old_prefixes/prefix.netbsd
M builds/old_prefixes/prefix.sco
M builds/old_prefixes/prefix.sco_ev
M builds/old_prefixes/prefix.solaris
M builds/old_prefixes/prefix.solaris_mt
M builds/old_prefixes/prefix.solx86
M builds/old_prefixes/prefix.sun4
M builds/old_prefixes/prefix.sun4_acc
M builds/old_prefixes/prefix.win_nt
M builds/old_prefixes/prefix.win_nts
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.codes
M builds/posix/Makefile.in.embed.fbudf
M builds/posix/Makefile.in.embed.gbak
M builds/posix/Makefile.in.embed.gdef
M builds/posix/Makefile.in.embed.gfix
M builds/posix/Makefile.in.embed.gpre
M builds/posix/Makefile.in.embed.isql
M builds/posix/Makefile.in.embed.lockmgr
M builds/posix/Makefile.in.embed.qli
M builds/posix/Makefile.in.embed.util
M builds/posix/Makefile.in.examples
M builds/posix/Makefile.in.extern.editline
M builds/posix/Makefile.in.extern.icu
M builds/posix/Makefile.in.extlib
M builds/posix/Makefile.in.fbserver
M builds/posix/Makefile.in.fbutil
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.inet_server
M builds/posix/Makefile.in.intl
M builds/posix/Makefile.in.libfbclient
M builds/posix/Makefile.in.libfbembed
M builds/posix/Makefile.in.libfbstatic
M builds/posix/Makefile.in.msgs
M builds/posix/Makefile.in.refDatabases
M builds/posix/Makefile.in.static.gbak
M builds/posix/Makefile.in.static.gfix
M builds/posix/Makefile.in.static.gpre
M builds/posix/Makefile.in.static.isql
M builds/posix/fbintl.darwin.vers
M builds/posix/fbintl.hpux.vers
M builds/posix/fbintl.vers
M builds/posix/firebird.darwin.client.vers
M builds/posix/firebird.darwin.embed.vers
M builds/posix/firebird.hpux.vers
M builds/posix/firebird.vers
M builds/posix/make.defaults
M builds/posix/make.platform.solaris.examples
M builds/posix/make.rules
M builds/posix/make.shared.targets
M builds/posix/make.shared.variables
M builds/posix/postfix.darwin
M builds/posix/prefix.darwin_i386
M builds/posix/prefix.darwin_powerpc
M builds/posix/prefix.example
M builds/posix/prefix.freebsd
M builds/posix/prefix.hpux
M builds/posix/prefix.linux
M builds/posix/prefix.linux_amd64
M builds/posix/prefix.linux_generic
M builds/posix/prefix.linux_ppc
M builds/posix/prefix.linux_sparc32
M builds/posix/prefix.mingw
M builds/posix/prefix.netbsd
M builds/posix/prefix.solaris
M builds/posix/prefix.solaris-64SCC
M builds/posix/prefix.solaris-64gcc
M builds/posix/prefix.solx86
M builds/posix/prefix.solx86gcc
M builds/posix/prefix.solx86gcc_64
M builds/win32/blrtable.bat
M builds/win32/clean_all.bat
M builds/win32/defs/build.def
M builds/win32/defs/burp.def
M builds/win32/defs/burp32.def
M builds/win32/defs/dsql.def
M builds/win32/defs/fbclient.def
M builds/win32/defs/fbclient_s.def
M builds/win32/defs/gds32.def
M builds/win32/defs/ib_udf.def
M builds/win32/defs/ib_util.def
M builds/win32/defs/intl.def
M builds/win32/defs/isql.def
M builds/win32/defs/iutls.def
M builds/win32/defs/jrd.def
M builds/win32/defs/remote.def
M builds/win32/defs/utls.def
M builds/win32/install_classic.bat
M builds/win32/install_super.bat
M builds/win32/make_all.bat
M builds/win32/make_boot.bat
M builds/win32/make_examples.bat
M builds/win32/make_icu.bat
M builds/win32/msvc6/Firebird2.dsw
M builds/win32/msvc6/Firebird2Boot.dsw
M builds/win32/msvc6/Firebird2Boot2.dsw
M builds/win32/msvc6/README_MSVC6.txt
M builds/win32/msvc6/alice.dsp
M builds/win32/msvc6/alice_classic.dsp
M builds/win32/msvc6/build_msg.dsp
M builds/win32/msvc6/burp.dsp
M builds/win32/msvc6/burp_classic.dsp
M builds/win32/msvc6/codes.dsp
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
M builds/win32/msvc6/common_static.dsp
M builds/win32/msvc6/config.dsp
M builds/win32/msvc6/dsql_server.dsp
M builds/win32/msvc6/dsql_server_classic.dsp
M builds/win32/msvc6/empbuild.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/fb2control.dsp
M builds/win32/msvc6/fb_inet_server.dsp
M builds/win32/msvc6/fb_lock_print.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbclient_static.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbguard.dsp
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc6/fbudf.dsp
M builds/win32/msvc6/gbak.dsp
M builds/win32/msvc6/gbak_embed.dsp
M builds/win32/msvc6/gdef.dsp
M builds/win32/msvc6/gds32.dsp
M builds/win32/msvc6/gfix.dsp
M builds/win32/msvc6/gpre.dsp
M builds/win32/msvc6/gpre_boot.dsp
M builds/win32/msvc6/gpre_embed.dsp
M builds/win32/msvc6/gpre_static.dsp
M builds/win32/msvc6/gsec.dsp
M builds/win32/msvc6/gsplit.dsp
M builds/win32/msvc6/gstat.dsp
M builds/win32/msvc6/ib_udf.dsp
M builds/win32/msvc6/ib_util.dsp
M builds/win32/msvc6/instclient.dsp
M builds/win32/msvc6/instreg.dsp
M builds/win32/msvc6/instsvc.dsp
M builds/win32/msvc6/intl.dsp
M builds/win32/msvc6/intlbld.dsp
M builds/win32/msvc6/isql.dsp
M builds/win32/msvc6/isql_embed.dsp
M builds/win32/msvc6/lock.dsp
M builds/win32/msvc6/lock_classic.dsp
M builds/win32/msvc6/nbackup.dsp
M builds/win32/msvc6/qli.dsp
M builds/win32/msvc6/remote.dsp
M builds/win32/msvc6/remote_classic.dsp
M builds/win32/msvc6/utilities.dsp
M builds/win32/msvc6/utilities_classic.dsp
M builds/win32/msvc6/utilities_embed.dsp
M builds/win32/msvc7/Firebird2.sln
M builds/win32/msvc7/Firebird2Boot.sln
M builds/win32/msvc7/Firebird2Boot2.sln
M builds/win32/msvc7/Firebird2_Examples.sln
M builds/win32/msvc7/alice.vcproj
M builds/win32/msvc7/alice_classic.vcproj
M builds/win32/msvc7/build_msg.vcproj
M builds/win32/msvc7/burp.vcproj
M builds/win32/msvc7/burp_classic.vcproj
M builds/win32/msvc7/codes.vcproj
M builds/win32/msvc7/common.vcproj
M builds/win32/msvc7/common_classic.vcproj
M builds/win32/msvc7/common_static.vcproj
M builds/win32/msvc7/config.vcproj
M builds/win32/msvc7/dsql_server.vcproj
M builds/win32/msvc7/dsql_server_classic.vcproj
M builds/win32/msvc7/empbuild.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/fb2control.vcproj
M builds/win32/msvc7/fb_inet_server.vcproj
M builds/win32/msvc7/fb_lock_print.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbclient_static.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbguard.vcproj
M builds/win32/msvc7/fbserver.vcproj
M builds/win32/msvc7/fbudf.vcproj
M builds/win32/msvc7/gbak.vcproj
M builds/win32/msvc7/gbak_embed.vcproj
M builds/win32/msvc7/gdef.vcproj
M builds/win32/msvc7/gds32.vcproj
M builds/win32/msvc7/gfix.vcproj
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
M builds/win32/msvc7/gpre_embed.vcproj
M builds/win32/msvc7/gpre_static.vcproj
M builds/win32/msvc7/gsec.vcproj
M builds/win32/msvc7/gsplit.vcproj
M builds/win32/msvc7/gstat.vcproj
M builds/win32/msvc7/ib_udf.vcproj
M builds/win32/msvc7/ib_util.vcproj
M builds/win32/msvc7/instclient.vcproj
M builds/win32/msvc7/instreg.vcproj
M builds/win32/msvc7/instsvc.vcproj
M builds/win32/msvc7/intl.vcproj
M builds/win32/msvc7/intlbuild.vcproj
M builds/win32/msvc7/isql.vcproj
M builds/win32/msvc7/isql_embed.vcproj
M builds/win32/msvc7/lock.vcproj
M builds/win32/msvc7/lock_classic.vcproj
M builds/win32/msvc7/nbackup.vcproj
M builds/win32/msvc7/qli.vcproj
M builds/win32/msvc7/remote.vcproj
M builds/win32/msvc7/remote_classic.vcproj
M builds/win32/msvc7/utilities.vcproj
M builds/win32/msvc7/utilities_classic.vcproj
M builds/win32/msvc7/utilities_embed.vcproj
M builds/win32/msvc7/v5_examples.vcproj
M builds/win32/msvc8/Firebird2.sln
M builds/win32/msvc8/Firebird2Boot.sln
M builds/win32/msvc8/Firebird2Boot2.sln
M builds/win32/msvc8/Firebird2_Examples.sln
M builds/win32/msvc8/alice.vcproj
M builds/win32/msvc8/alice_classic.vcproj
M builds/win32/msvc8/build_msg.vcproj
M builds/win32/msvc8/burp.vcproj
M builds/win32/msvc8/burp_classic.vcproj
M builds/win32/msvc8/codes.vcproj
M builds/win32/msvc8/common.vcproj
M builds/win32/msvc8/common_classic.vcproj
M builds/win32/msvc8/common_static.vcproj
M builds/win32/msvc8/config.vcproj
M builds/win32/msvc8/dsql_server.vcproj
M builds/win32/msvc8/dsql_server_classic.vcproj
M builds/win32/msvc8/empbuild.vcproj
M builds/win32/msvc8/engine.vcproj
M builds/win32/msvc8/engine_classic.vcproj
M builds/win32/msvc8/engine_embed.vcproj
M builds/win32/msvc8/fb2control.vcproj
M builds/win32/msvc8/fb_inet_server.vcproj
M builds/win32/msvc8/fb_lock_print.vcproj
M builds/win32/msvc8/fbclient.vcproj
M builds/win32/msvc8/fbclient_static.vcproj
M builds/win32/msvc8/fbembed.vcproj
M builds/win32/msvc8/fbguard.vcproj
M builds/win32/msvc8/fbserver.vcproj
M builds/win32/msvc8/fbudf.vcproj
M builds/win32/msvc8/gbak.vcproj
M builds/win32/msvc8/gbak_embed.vcproj
M builds/win32/msvc8/gdef.vcproj
M builds/win32/msvc8/gds32.vcproj
M builds/win32/msvc8/gfix.vcproj
M builds/win32/msvc8/gpre.vcproj
M builds/win32/msvc8/gpre_boot.vcproj
M builds/win32/msvc8/gpre_embed.vcproj
M builds/win32/msvc8/gpre_static.vcproj
M builds/win32/msvc8/gsec.vcproj
M builds/win32/msvc8/gsplit.vcproj
M builds/win32/msvc8/gstat.vcproj
M builds/win32/msvc8/ib_udf.vcproj
M builds/win32/msvc8/ib_util.vcproj
M builds/win32/msvc8/instclient.vcproj
M builds/win32/msvc8/instreg.vcproj
M builds/win32/msvc8/instsvc.vcproj
M builds/win32/msvc8/intl.vcproj
M builds/win32/msvc8/intlbuild.vcproj
M builds/win32/msvc8/isql.vcproj
M builds/win32/msvc8/isql_embed.vcproj
M builds/win32/msvc8/lock.vcproj
M builds/win32/msvc8/lock_classic.vcproj
M builds/win32/msvc8/nbackup.vcproj
M builds/win32/msvc8/qli.vcproj
M builds/win32/msvc8/remote.vcproj
M builds/win32/msvc8/remote_classic.vcproj
M builds/win32/msvc8/utilities.vcproj
M builds/win32/msvc8/utilities_classic.vcproj
M builds/win32/msvc8/utilities_embed.vcproj
M builds/win32/msvc8/v5_examples.vcproj
M builds/win32/old_makes/burp.mak
M builds/win32/old_makes/dsql.mak
M builds/win32/old_makes/extlib.mak
M builds/win32/old_makes/intl.mak
M builds/win32/old_makes/jrd.mak
M builds/win32/old_makes/msgs.mak
M builds/win32/old_makes/remote.mak
M builds/win32/old_makes/v5_examples.mak
M builds/win32/parse.bat
M builds/win32/prepare.bat
M builds/win32/preprocess.bat
M builds/win32/run_all.bat
M builds/win32/setenvvar.bat
M builds/win32/uninstall.bat
M configure.in
M doc/Firebird_conf.txt
M doc/README.NTSecurity
M doc/README.Optimizer.txt
M doc/README.Win32LibraryInstallation.txt
M doc/README.build.mingw.html
M doc/README.build.msvc.html
M doc/README.coding.style
M doc/README.garbage_collector
M doc/README.incompatibilities.txt
M doc/README.instsvc
M doc/README.intl
M doc/README.isql_enhancements.txt
M doc/README.makefiles
M doc/README.sha1
M doc/README.user
M doc/README.user.embedded
M doc/README.user.troubleshooting
M doc/README.xnet
M doc/WhatsNew
M doc/ambiguity.txt
M doc/cleaning-todo.txt
M doc/emacros-cross_ref.html
M doc/fb2-todo.txt
M doc/install_win32.txt
M doc/license/IDPL.txt
M doc/license/LGPL_w_exception.txt
M doc/license/README.license.usage.txt
M doc/ods11-index-structure.html
M doc/sql.extensions/README.PSQL_stack_trace.txt
M doc/sql.extensions/README.aggregate_tracking
M doc/sql.extensions/README.case
M doc/sql.extensions/README.coalesce
M doc/sql.extensions/README.context_variables
M doc/sql.extensions/README.context_variables2
M doc/sql.extensions/README.current_time
M doc/sql.extensions/README.cursors
M doc/sql.extensions/README.data_type_results_of_aggregations.txt
M doc/sql.extensions/README.data_types
M doc/sql.extensions/README.ddl.txt
M doc/sql.extensions/README.default_parameters
M doc/sql.extensions/README.derived_tables.txt
M doc/sql.extensions/README.distinct
M doc/sql.extensions/README.exception_handling
M doc/sql.extensions/README.execute_block
M doc/sql.extensions/README.execute_statement
M doc/sql.extensions/README.explicit_locks
M doc/sql.extensions/README.expression_indices
M doc/sql.extensions/README.iif
M doc/sql.extensions/README.isc_info_xxx
M doc/sql.extensions/README.keywords
M doc/sql.extensions/README.leave_labels
M doc/sql.extensions/README.length
M doc/sql.extensions/README.null_value
M doc/sql.extensions/README.nullif
M doc/sql.extensions/README.order_by_expressions_nulls
M doc/sql.extensions/README.plan
M doc/sql.extensions/README.returning
M doc/sql.extensions/README.rows
M doc/sql.extensions/README.savepoints
M doc/sql.extensions/README.select_expressions
M doc/sql.extensions/README.sequence_generators
M doc/sql.extensions/README.set_transaction.txt
M doc/sql.extensions/README.trim
M doc/sql.extensions/README.universal_triggers
M doc/sql.extensions/README.view_updates
M examples/api/api1.c
M examples/api/api10.c
M examples/api/api11.c
M examples/api/api12.c
M examples/api/api13.c
M examples/api/api14.e
M examples/api/api15.c
M examples/api/api16.c
M examples/api/api16t.c
M examples/api/api2.c
M examples/api/api3.c
M examples/api/api4.c
M examples/api/api5.c
M examples/api/api6.c
M examples/api/api7.c
M examples/api/api8.c
M examples/api/api9.c
M examples/api/api9f.c
M examples/api/api9f.def
M examples/api/api9f.sql
M examples/api/apifull.c
M examples/api/example.def
M examples/api/winevent.c
M examples/api/winevent.def
M examples/api/winevent.rc
M examples/build_unix/Makefile.in.example5
M examples/build_unix/Makefile.in.v5_examples
M examples/build_unix/old/makefile.old
M examples/build_unix/old/prefix.hp10
M examples/build_unix/old/prefix.linux
M examples/build_unix/old/prefix.sco_ev
M examples/build_unix/old/prefix.solaris
M examples/build_unix/old/sfx.unix_makefile
M examples/build_win32/clean_all.bat
M examples/build_win32/clean_api.bat
M examples/build_win32/clean_dyn.bat
M examples/build_win32/clean_stat.bat
M examples/build_win32/clean_udf.bat
M examples/build_win32/make_all.bat
M examples/build_win32/make_api.bat
M examples/build_win32/make_dyn.bat
M examples/build_win32/make_stat.bat
M examples/build_win32/make_udf.bat
M examples/build_win32/old/example.mak
M examples/build_win32/old/prefix.win32_bc
M examples/build_win32/old/prefix.win32_msc
M examples/build_win32/old/sfx.win32_makefile
M examples/build_win32/setenvvar.bat
M examples/dyn/dyn1.e
M examples/dyn/dyn2.e
M examples/dyn/dyn3.e
M examples/dyn/dyn4.e
M examples/dyn/dyn5.e
M examples/dyn/dynfull.e
M examples/empbuild/empbld.sql
M examples/empbuild/empbuild.e
M examples/empbuild/empddl.sql
M examples/empbuild/empdml.sql
M examples/empbuild/employe2.sql
M examples/empbuild/indexoff.sql
M examples/empbuild/indexon.sql
M examples/empbuild/intlbld.e
M examples/empbuild/intlbld.sql
M examples/empbuild/intlddl.sql
M examples/empbuild/intldml.sql
M examples/empbuild/job.inp
M examples/empbuild/lang.inp
M examples/empbuild/proj.inp
M examples/empbuild/qtr.inp
M examples/functions.c
M examples/include/align.h
M examples/include/example.h
M examples/readme
M examples/stat/stat1.e
M examples/stat/stat10.e
M examples/stat/stat11.e
M examples/stat/stat12.e
M examples/stat/stat12t.e
M examples/stat/stat2.e
M examples/stat/stat3.e
M examples/stat/stat4.e
M examples/stat/stat5.e
M examples/stat/stat6.e
M examples/stat/stat7.e
M examples/stat/stat8.e
M examples/stat/stat9.e
M examples/udf/udf.sql
M examples/udf/udflib.c
M examples/udf/udflib.def
M extern/SfIO/include/sfstrtof.h
M extern/SfIO/include/sfvprintf.c
M extern/SfIO/include/stdio.h
M extern/SfIO/read.me
M extern/editline/CHANGES
M extern/editline/INSTALL
M extern/editline/Makefile.in
M extern/editline/PLATFORMS
M extern/editline/README
M extern/editline/TEST/test.c
M extern/editline/chared.c
M extern/editline/chared.h
M extern/editline/common.c
M extern/editline/config.guess
M extern/editline/config.h.in
M extern/editline/config.sub
M extern/editline/configure
M extern/editline/configure.in
M extern/editline/editline.3
M extern/editline/editrc.5
M extern/editline/el.c
M extern/editline/el.h
M extern/editline/emacs.c
M extern/editline/hist.c
M extern/editline/hist.h
M extern/editline/histedit.h
M extern/editline/history.c
M extern/editline/install-sh
M extern/editline/key.c
M extern/editline/key.h
M extern/editline/makelist
M extern/editline/map.c
M extern/editline/map.h
M extern/editline/np/fgetln.c
M extern/editline/np/strlcat.c
M extern/editline/np/strlcpy.c
M extern/editline/np/unvis.c
M extern/editline/np/vis.c
M extern/editline/np/vis.h
M extern/editline/parse.c
M extern/editline/parse.h
M extern/editline/prompt.c
M extern/editline/prompt.h
M extern/editline/read.c
M extern/editline/read.h
M extern/editline/readline/readline.h
M extern/editline/readline.c
M extern/editline/refresh.c
M extern/editline/refresh.h
M extern/editline/search.c
M extern/editline/search.h
M extern/editline/sig.c
M extern/editline/sig.h
M extern/editline/sys.h
M extern/editline/term.c
M extern/editline/term.h
M extern/editline/tokenizer.c
M extern/editline/tokenizer.h
M extern/editline/tty.c
M extern/editline/tty.h
M extern/editline/vi.c
M extern/icu/as_is/os390/unpax-icu.sh
M extern/icu/as_is/os400/configure
M extern/icu/as_is/os400/unpax-icu.sh
M extern/icu/debian/README.Debian.libicu-dev
M extern/icu/debian/changelog
M extern/icu/debian/control
M extern/icu/debian/copyright
M extern/icu/debian/icu-doc.doc-base
M extern/icu/debian/icu.conffiles.in
M extern/icu/debian/icu.postinst.in
M extern/icu/debian/icu.prerm.in
M extern/icu/debian/libicu.postinst
M extern/icu/debian/libicu.prerm.in
M extern/icu/debian/postinst.in
M extern/icu/debian/prerm.in
M extern/icu/debian/rules
M extern/icu/license.html
M extern/icu/packaging/PACKAGES
M extern/icu/packaging/README
M extern/icu/packaging/debian/README
M extern/icu/packaging/rpm/icu.spec
M extern/icu/readme.html
M extern/icu/source/Doxyfile.in
M extern/icu/source/Makefile.in
M extern/icu/source/acconfig.h
M extern/icu/source/aclocal.m4
M extern/icu/source/allinone/all/all.dsp
M extern/icu/source/allinone/allinone.dsw
M extern/icu/source/allinone/allinone.sln
M extern/icu/source/common/Makefile.in
M extern/icu/source/common/brkdict.cpp
M extern/icu/source/common/brkdict.h
M extern/icu/source/common/brkiter.cpp
M extern/icu/source/common/caniter.cpp
M extern/icu/source/common/chariter.cpp
M extern/icu/source/common/charstr.h
M extern/icu/source/common/cmemory.c
M extern/icu/source/common/cmemory.h
M extern/icu/source/common/common.dsp
M extern/icu/source/common/common.rc
M extern/icu/source/common/common.vcproj
M extern/icu/source/common/cpputils.h
M extern/icu/source/common/cstring.c
M extern/icu/source/common/cstring.h
M extern/icu/source/common/cwchar.c
M extern/icu/source/common/cwchar.h
M extern/icu/source/common/dbbi.cpp
M extern/icu/source/common/dbbi_tbl.cpp
M extern/icu/source/common/dbbi_tbl.h
M extern/icu/source/common/filestrm.c
M extern/icu/source/common/filestrm.h
M extern/icu/source/common/hash.h
M extern/icu/source/common/icucfg.h.in
M extern/icu/source/common/iculserv.cpp
M extern/icu/source/common/iculserv.h
M extern/icu/source/common/icunotif.cpp
M extern/icu/source/common/icunotif.h
M extern/icu/source/common/icuserv.cpp
M extern/icu/source/common/icuserv.h
M extern/icu/source/common/locbased.cpp
M extern/icu/source/common/locbased.h
M extern/icu/source/common/locid.cpp
M extern/icu/source/common/locmap.c
M extern/icu/source/common/locmap.h
M extern/icu/source/common/msvcres.h
M extern/icu/source/common/mutex.h
M extern/icu/source/common/normlzr.cpp
M extern/icu/source/common/parsepos.cpp
M extern/icu/source/common/propname.cpp
M extern/icu/source/common/propname.h
M extern/icu/source/common/punycode.c
M extern/icu/source/common/punycode.h
M extern/icu/source/common/putil.c
M extern/icu/source/common/rbbi.cpp
M extern/icu/source/common/rbbicst.pl
M extern/icu/source/common/rbbidata.cpp
M extern/icu/source/common/rbbidata.h
M extern/icu/source/common/rbbinode.cpp
M extern/icu/source/common/rbbinode.h
M extern/icu/source/common/rbbirb.cpp
M extern/icu/source/common/rbbirb.h
M extern/icu/source/common/rbbirpt.h
M extern/icu/source/common/rbbirpt.txt
M extern/icu/source/common/rbbiscan.cpp
M extern/icu/source/common/rbbiscan.h
M extern/icu/source/common/rbbisetb.cpp
M extern/icu/source/common/rbbisetb.h
M extern/icu/source/common/rbbistbl.cpp
M extern/icu/source/common/rbbitblb.cpp
M extern/icu/source/common/rbbitblb.h
M extern/icu/source/common/resbund.cpp
M extern/icu/source/common/ruleiter.cpp
M extern/icu/source/common/ruleiter.h
M extern/icu/source/common/schriter.cpp
M extern/icu/source/common/sprpimpl.h
M extern/icu/source/common/uarrsort.c
M extern/icu/source/common/uarrsort.h
M extern/icu/source/common/uassert.h
M extern/icu/source/common/ubidi.c
M extern/icu/source/common/ubidiimp.h
M extern/icu/source/common/ubidiln.c
M extern/icu/source/common/ubidiwrt.c
M extern/icu/source/common/ubrk.cpp
M extern/icu/source/common/ucat.c
M extern/icu/source/common/uchar.c
M extern/icu/source/common/uchriter.cpp
M extern/icu/source/common/ucln.h
M extern/icu/source/common/ucln_cmn.c
M extern/icu/source/common/ucln_cmn.h
M extern/icu/source/common/ucmndata.c
M extern/icu/source/common/ucmndata.h
M extern/icu/source/common/ucmp8.c
M extern/icu/source/common/ucmp8.h
M extern/icu/source/common/ucnv.c
M extern/icu/source/common/ucnv2022.c
M extern/icu/source/common/ucnv_bld.c
M extern/icu/source/common/ucnv_bld.h
M extern/icu/source/common/ucnv_cb.c
M extern/icu/source/common/ucnv_cnv.c
M extern/icu/source/common/ucnv_cnv.h
M extern/icu/source/common/ucnv_err.c
M extern/icu/source/common/ucnv_ext.c
M extern/icu/source/common/ucnv_ext.h
M extern/icu/source/common/ucnv_imp.h
M extern/icu/source/common/ucnv_io.c
M extern/icu/source/common/ucnv_io.h
M extern/icu/source/common/ucnv_lmb.c
M extern/icu/source/common/ucnv_u16.c
M extern/icu/source/common/ucnv_u32.c
M extern/icu/source/common/ucnv_u7.c
M extern/icu/source/common/ucnv_u8.c
M extern/icu/source/common/ucnvbocu.c
M extern/icu/source/common/ucnvhz.c
M extern/icu/source/common/ucnvisci.c
M extern/icu/source/common/ucnvlat1.c
M extern/icu/source/common/ucnvmbcs.c
M extern/icu/source/common/ucnvmbcs.h
M extern/icu/source/common/ucnvscsu.c
M extern/icu/source/common/ucol_swp.c
M extern/icu/source/common/ucol_swp.h
M extern/icu/source/common/udata.c
M extern/icu/source/common/udatamem.c
M extern/icu/source/common/udatamem.h
M extern/icu/source/common/udataswp.c
M extern/icu/source/common/udataswp.h
M extern/icu/source/common/uenum.c
M extern/icu/source/common/uenumimp.h
M extern/icu/source/common/uhash.c
M extern/icu/source/common/uhash.h
M extern/icu/source/common/uhash_us.cpp
M extern/icu/source/common/uidna.cpp
M extern/icu/source/common/uiter.cpp
M extern/icu/source/common/uloc.c
M extern/icu/source/common/ulocimp.h
M extern/icu/source/common/umapfile.c
M extern/icu/source/common/umapfile.h
M extern/icu/source/common/umemstrm.c
M extern/icu/source/common/umemstrm.h
M extern/icu/source/common/umutex.c
M extern/icu/source/common/umutex.h
M extern/icu/source/common/unames.c
M extern/icu/source/common/unicode/brkiter.h
M extern/icu/source/common/unicode/caniter.h
M extern/icu/source/common/unicode/chariter.h
M extern/icu/source/common/unicode/dbbi.h
M extern/icu/source/common/unicode/docmain.h
M extern/icu/source/common/unicode/locid.h
M extern/icu/source/common/unicode/normlzr.h
M extern/icu/source/common/unicode/parseerr.h
M extern/icu/source/common/unicode/parsepos.h
M extern/icu/source/common/unicode/platform.h.in
M extern/icu/source/common/unicode/pmacos.h
M extern/icu/source/common/unicode/pos400.h
M extern/icu/source/common/unicode/putil.h
M extern/icu/source/common/unicode/pwin32.h
M extern/icu/source/common/unicode/rbbi.h
M extern/icu/source/common/unicode/rep.h
M extern/icu/source/common/unicode/resbund.h
M extern/icu/source/common/unicode/schriter.h
M extern/icu/source/common/unicode/strenum.h
M extern/icu/source/common/unicode/symtable.h
M extern/icu/source/common/unicode/ubidi.h
M extern/icu/source/common/unicode/ubrk.h
M extern/icu/source/common/unicode/ucat.h
M extern/icu/source/common/unicode/uchar.h
M extern/icu/source/common/unicode/uchriter.h
M extern/icu/source/common/unicode/uclean.h
M extern/icu/source/common/unicode/ucnv.h
M extern/icu/source/common/unicode/ucnv_cb.h
M extern/icu/source/common/unicode/ucnv_err.h
M extern/icu/source/common/unicode/uconfig.h
M extern/icu/source/common/unicode/udata.h
M extern/icu/source/common/unicode/udeprctd.h
M extern/icu/source/common/unicode/udraft.h
M extern/icu/source/common/unicode/uenum.h
M extern/icu/source/common/unicode/uidna.h
M extern/icu/source/common/unicode/uiter.h
M extern/icu/source/common/unicode/uloc.h
M extern/icu/source/common/unicode/umachine.h
M extern/icu/source/common/unicode/umisc.h
M extern/icu/source/common/unicode/unifilt.h
M extern/icu/source/common/unicode/unifunct.h
M extern/icu/source/common/unicode/unimatch.h
M extern/icu/source/common/unicode/uniset.h
M extern/icu/source/common/unicode/unistr.h
M extern/icu/source/common/unicode/unorm.h
M extern/icu/source/common/unicode/uobject.h
M extern/icu/source/common/unicode/uobslete.h
M extern/icu/source/common/unicode/urename.h
M extern/icu/source/common/unicode/urep.h
M extern/icu/source/common/unicode/ures.h
M extern/icu/source/common/unicode/uscript.h
M extern/icu/source/common/unicode/uset.h
M extern/icu/source/common/unicode/usetiter.h
M extern/icu/source/common/unicode/ushape.h
M extern/icu/source/common/unicode/usprep.h
M extern/icu/source/common/unicode/ustring.h
M extern/icu/source/common/unicode/utf.h
M extern/icu/source/common/unicode/utf16.h
M extern/icu/source/common/unicode/utf32.h
M extern/icu/source/common/unicode/utf8.h
M extern/icu/source/common/unicode/utf_old.h
M extern/icu/source/common/unicode/utrace.h
M extern/icu/source/common/unicode/utypes.h
M extern/icu/source/common/unicode/uversion.h
M extern/icu/source/common/unifilt.cpp
M extern/icu/source/common/unifunct.cpp
M extern/icu/source/common/uniset.cpp
M extern/icu/source/common/unistr.cpp
M extern/icu/source/common/unorm.cpp
M extern/icu/source/common/unorm_it.c
M extern/icu/source/common/unorm_it.h
M extern/icu/source/common/unormimp.h
M extern/icu/source/common/uobject.cpp
M extern/icu/source/common/uprops.c
M extern/icu/source/common/uprops.h
M extern/icu/source/common/uresbund.c
M extern/icu/source/common/uresdata.c
M extern/icu/source/common/uresdata.h
M extern/icu/source/common/uresimp.h
M extern/icu/source/common/usc_impl.c
M extern/icu/source/common/usc_impl.h
M extern/icu/source/common/uscript.c
M extern/icu/source/common/uset.cpp
M extern/icu/source/common/usetiter.cpp
M extern/icu/source/common/ushape.c
M extern/icu/source/common/usprep.cpp
M extern/icu/source/common/ustack.cpp
M extern/icu/source/common/ustr_imp.h
M extern/icu/source/common/ustrcase.c
M extern/icu/source/common/ustrenum.cpp
M extern/icu/source/common/ustrenum.h
M extern/icu/source/common/ustrfmt.c
M extern/icu/source/common/ustrfmt.h
M extern/icu/source/common/ustring.c
M extern/icu/source/common/ustrtrns.c
M extern/icu/source/common/utf_impl.c
M extern/icu/source/common/util.cpp
M extern/icu/source/common/util.h
M extern/icu/source/common/utrace.c
M extern/icu/source/common/utracimp.h
M extern/icu/source/common/utrie.c
M extern/icu/source/common/utrie.h
M extern/icu/source/common/uvector.cpp
M extern/icu/source/common/uvector.h
M extern/icu/source/common/uvectr32.cpp
M extern/icu/source/common/uvectr32.h
M extern/icu/source/config/Makefile.inc.in
M extern/icu/source/config/icu-config-bottom
M extern/icu/source/config/icu-config-top
M extern/icu/source/config/icu-config.1.in
M extern/icu/source/config/make2sh.sed
M extern/icu/source/config/mh-aix
M extern/icu/source/config/mh-aix-gcc
M extern/icu/source/config/mh-aix-va
M extern/icu/source/config/mh-alpha-linux-cc
M extern/icu/source/config/mh-alpha-linux-gcc
M extern/icu/source/config/mh-alpha-osf
M extern/icu/source/config/mh-beos
M extern/icu/source/config/mh-bsd-gcc
M extern/icu/source/config/mh-cygwin
M extern/icu/source/config/mh-cygwin-msvc
M extern/icu/source/config/mh-darwin
M extern/icu/source/config/mh-hpux-acc
M extern/icu/source/config/mh-hpux-cc
M extern/icu/source/config/mh-hpux-gcc
M extern/icu/source/config/mh-irix
M extern/icu/source/config/mh-linux
M extern/icu/source/config/mh-mingw
M extern/icu/source/config/mh-mpras
M extern/icu/source/config/mh-os390
M extern/icu/source/config/mh-os400
M extern/icu/source/config/mh-ptx
M extern/icu/source/config/mh-qnx
M extern/icu/source/config/mh-solaris
M extern/icu/source/config/mh-solaris-gcc
M extern/icu/source/config/mh-unknown
M extern/icu/source/config/test-icu-config.sh
M extern/icu/source/config.guess
M extern/icu/source/config.sub
M extern/icu/source/configure
M extern/icu/source/configure.in
M extern/icu/source/data/Makefile.in
M extern/icu/source/data/brkitr/char.txt
M extern/icu/source/data/brkitr/line.txt
M extern/icu/source/data/brkitr/line_th.txt
M extern/icu/source/data/brkitr/sent.txt
M extern/icu/source/data/brkitr/title.txt
M extern/icu/source/data/brkitr/word.txt
M extern/icu/source/data/brkitr/word_th.txt
M extern/icu/source/data/coll/ar.txt
M extern/icu/source/data/coll/be.txt
M extern/icu/source/data/coll/bg.txt
M extern/icu/source/data/coll/ca.txt
M extern/icu/source/data/coll/colfiles.mk
M extern/icu/source/data/coll/cs.txt
M extern/icu/source/data/coll/da.txt
M extern/icu/source/data/coll/de.txt
M extern/icu/source/data/coll/de__PHONEBOOK.txt
M extern/icu/source/data/coll/el.txt
M extern/icu/source/data/coll/en.txt
M extern/icu/source/data/coll/en_BE.txt
M extern/icu/source/data/coll/eo.txt
M extern/icu/source/data/coll/es.txt
M extern/icu/source/data/coll/es__TRADITIONAL.txt
M extern/icu/source/data/coll/et.txt
M extern/icu/source/data/coll/fa.txt
M extern/icu/source/data/coll/fa_AF.txt
M extern/icu/source/data/coll/fi.txt
M extern/icu/source/data/coll/fo.txt
M extern/icu/source/data/coll/fr.txt
M extern/icu/source/data/coll/gu.txt
M extern/icu/source/data/coll/he.txt
M extern/icu/source/data/coll/hi.txt
M extern/icu/source/data/coll/hi__DIRECT.txt
M extern/icu/source/data/coll/hr.txt
M extern/icu/source/data/coll/hu.txt
M extern/icu/source/data/coll/is.txt
M extern/icu/source/data/coll/it.txt
M extern/icu/source/data/coll/ja.txt
M extern/icu/source/data/coll/kk.txt
M extern/icu/source/data/coll/kl.txt
M extern/icu/source/data/coll/kn.txt
M extern/icu/source/data/coll/ko.txt
M extern/icu/source/data/coll/lt.txt
M extern/icu/source/data/coll/lv.txt
M extern/icu/source/data/coll/mk.txt
M extern/icu/source/data/coll/mr.txt
M extern/icu/source/data/coll/mt.txt
M extern/icu/source/data/coll/nb.txt
M extern/icu/source/data/coll/nn.txt
M extern/icu/source/data/coll/om.txt
M extern/icu/source/data/coll/pa.txt
M extern/icu/source/data/coll/pl.txt
M extern/icu/source/data/coll/ps.txt
M extern/icu/source/data/coll/ro.txt
M extern/icu/source/data/coll/root.txt
M extern/icu/source/data/coll/ru.txt
M extern/icu/source/data/coll/sh.txt
M extern/icu/source/data/coll/sk.txt
M extern/icu/source/data/coll/sl.txt
M extern/icu/source/data/coll/sq.txt
M extern/icu/source/data/coll/sr.txt
M extern/icu/source/data/coll/sv.txt
M extern/icu/source/data/coll/ta.txt
M extern/icu/source/data/coll/te.txt
M extern/icu/source/data/coll/th.txt
M extern/icu/source/data/coll/tr.txt
M extern/icu/source/data/coll/uk.txt
M extern/icu/source/data/coll/vi.txt
M extern/icu/source/data/coll/zh.txt
M extern/icu/source/data/coll/zh_HK.txt
M extern/icu/source/data/coll/zh_Hant.txt
M extern/icu/source/data/coll/zh_MO.txt
M extern/icu/source/data/coll/zh_TW.txt
M extern/icu/source/data/coll/zh_TW_STROKE.txt
M extern/icu/source/data/coll/zh__PINYIN.txt
M extern/icu/source/data/icupkg.inc.in
M extern/icu/source/data/locales/af.txt
M extern/icu/source/data/locales/af_ZA.txt
M extern/icu/source/data/locales/am.txt
M extern/icu/source/data/locales/am_ET.txt
M extern/icu/source/data/locales/ar.txt
M extern/icu/source/data/locales/ar_AE.txt
M extern/icu/source/data/locales/ar_BH.txt
M extern/icu/source/data/locales/ar_DZ.txt
M extern/icu/source/data/locales/ar_EG.txt
M extern/icu/source/data/locales/ar_IN.txt
M extern/icu/source/data/locales/ar_IQ.txt
M extern/icu/source/data/locales/ar_JO.txt
M extern/icu/source/data/locales/ar_KW.txt
M extern/icu/source/data/locales/ar_LB.txt
M extern/icu/source/data/locales/ar_LY.txt
M extern/icu/source/data/locales/ar_MA.txt
M extern/icu/source/data/locales/ar_OM.txt
M extern/icu/source/data/locales/ar_QA.txt
M extern/icu/source/data/locales/ar_SA.txt
M extern/icu/source/data/locales/ar_SD.txt
M extern/icu/source/data/locales/ar_SY.txt
M extern/icu/source/data/locales/ar_TN.txt
M extern/icu/source/data/locales/ar_YE.txt
M extern/icu/source/data/locales/be.txt
M extern/icu/source/data/locales/be_BY.txt
M extern/icu/source/data/locales/bg.txt
M extern/icu/source/data/locales/bg_BG.txt
M extern/icu/source/data/locales/bn.txt
M extern/icu/source/data/locales/bn_IN.txt
M extern/icu/source/data/locales/ca.txt
M extern/icu/source/data/locales/ca_ES.txt
M extern/icu/source/data/locales/cs.txt
M extern/icu/source/data/locales/cs_CZ.txt
M extern/icu/source/data/locales/da.txt
M extern/icu/source/data/locales/da_DK.txt
M extern/icu/source/data/locales/de.txt
M extern/icu/source/data/locales/de_AT.txt
M extern/icu/source/data/locales/de_BE.txt
M extern/icu/source/data/locales/de_CH.txt
M extern/icu/source/data/locales/de_DE.txt
M extern/icu/source/data/locales/de_LU.txt
M extern/icu/source/data/locales/el.txt
M extern/icu/source/data/locales/el_GR.txt
M extern/icu/source/data/locales/en.txt
M extern/icu/source/data/locales/en_AU.txt
M extern/icu/source/data/locales/en_BE.txt
M extern/icu/source/data/locales/en_BW.txt
M extern/icu/source/data/locales/en_CA.txt
M extern/icu/source/data/locales/en_GB.txt
M extern/icu/source/data/locales/en_HK.txt
M extern/icu/source/data/locales/en_IE.txt
M extern/icu/source/data/locales/en_IN.txt
M extern/icu/source/data/locales/en_MT.txt
M extern/icu/source/data/locales/en_NZ.txt
M extern/icu/source/data/locales/en_PH.txt
M extern/icu/source/data/locales/en_SG.txt
M extern/icu/source/data/locales/en_US.txt
M extern/icu/source/data/locales/en_US_POSIX.txt
M extern/icu/source/data/locales/en_VI.txt
M extern/icu/source/data/locales/en_ZA.txt
M extern/icu/source/data/locales/en_ZW.txt
M extern/icu/source/data/locales/eo.txt
M extern/icu/source/data/locales/es.txt
M extern/icu/source/data/locales/es_AR.txt
M extern/icu/source/data/locales/es_BO.txt
M extern/icu/source/data/locales/es_CL.txt
M extern/icu/source/data/locales/es_CO.txt
M extern/icu/source/data/locales/es_CR.txt
M extern/icu/source/data/locales/es_DO.txt
M extern/icu/source/data/locales/es_EC.txt
M extern/icu/source/data/locales/es_ES.txt
M extern/icu/source/data/locales/es_GT.txt
M extern/icu/source/data/locales/es_HN.txt
M extern/icu/source/data/locales/es_MX.txt
M extern/icu/source/data/locales/es_NI.txt
M extern/icu/source/data/locales/es_PA.txt
M extern/icu/source/data/locales/es_PE.txt
M extern/icu/source/data/locales/es_PR.txt
M extern/icu/source/data/locales/es_PY.txt
M extern/icu/source/data/locales/es_SV.txt
M extern/icu/source/data/locales/es_US.txt
M extern/icu/source/data/locales/es_UY.txt
M extern/icu/source/data/locales/es_VE.txt
M extern/icu/source/data/locales/et.txt
M extern/icu/source/data/locales/et_EE.txt
M extern/icu/source/data/locales/eu.txt
M extern/icu/source/data/locales/eu_ES.txt
M extern/icu/source/data/locales/fa.txt
M extern/icu/source/data/locales/fa_AF.txt
M extern/icu/source/data/locales/fa_IR.txt
M extern/icu/source/data/locales/fi.txt
M extern/icu/source/data/locales/fi_FI.txt
M extern/icu/source/data/locales/fo.txt
M extern/icu/source/data/locales/fo_FO.txt
M extern/icu/source/data/locales/fr.txt
M extern/icu/source/data/locales/fr_BE.txt
M extern/icu/source/data/locales/fr_CA.txt
M extern/icu/source/data/locales/fr_CH.txt
M extern/icu/source/data/locales/fr_FR.txt
M extern/icu/source/data/locales/fr_LU.txt
M extern/icu/source/data/locales/ga.txt
M extern/icu/source/data/locales/ga_IE.txt
M extern/icu/source/data/locales/gl.txt
M extern/icu/source/data/locales/gl_ES.txt
M extern/icu/source/data/locales/gu.txt
M extern/icu/source/data/locales/gu_IN.txt
M extern/icu/source/data/locales/gv.txt
M extern/icu/source/data/locales/gv_GB.txt
M extern/icu/source/data/locales/he.txt
M extern/icu/source/data/locales/he_IL.txt
M extern/icu/source/data/locales/hi.txt
M extern/icu/source/data/locales/hi_IN.txt
M extern/icu/source/data/locales/hr.txt
M extern/icu/source/data/locales/hr_HR.txt
M extern/icu/source/data/locales/hu.txt
M extern/icu/source/data/locales/hu_HU.txt
M extern/icu/source/data/locales/hy.txt
M extern/icu/source/data/locales/hy_AM.txt
M extern/icu/source/data/locales/hy_AM_REVISED.txt
M extern/icu/source/data/locales/id.txt
M extern/icu/source/data/locales/id_ID.txt
M extern/icu/source/data/locales/is.txt
M extern/icu/source/data/locales/is_IS.txt
M extern/icu/source/data/locales/it.txt
M extern/icu/source/data/locales/it_CH.txt
M extern/icu/source/data/locales/it_IT.txt
M extern/icu/source/data/locales/iw.txt
M extern/icu/source/data/locales/iw_IL.txt
M extern/icu/source/data/locales/ja.txt
M extern/icu/source/data/locales/ja_JP.txt
M extern/icu/source/data/locales/ja_JP_TRADITIONAL.txt
M extern/icu/source/data/locales/kk.txt
M extern/icu/source/data/locales/kk_KZ.txt
M extern/icu/source/data/locales/kl.txt
M extern/icu/source/data/locales/kl_GL.txt
M extern/icu/source/data/locales/kn.txt
M extern/icu/source/data/locales/kn_IN.txt
M extern/icu/source/data/locales/ko.txt
M extern/icu/source/data/locales/ko_KR.txt
M extern/icu/source/data/locales/kok.txt
M extern/icu/source/data/locales/kok_IN.txt
M extern/icu/source/data/locales/kw.txt
M extern/icu/source/data/locales/kw_GB.txt
M extern/icu/source/data/locales/lt.txt
M extern/icu/source/data/locales/lt_LT.txt
M extern/icu/source/data/locales/lv.txt
M extern/icu/source/data/locales/lv_LV.txt
M extern/icu/source/data/locales/mk.txt
M extern/icu/source/data/locales/mk_MK.txt
M extern/icu/source/data/locales/mr.txt
M extern/icu/source/data/locales/mr_IN.txt
M extern/icu/source/data/locales/ms.txt
M extern/icu/source/data/locales/ms_BN.txt
M extern/icu/source/data/locales/ms_MY.txt
M extern/icu/source/data/locales/mt.txt
M extern/icu/source/data/locales/mt_MT.txt
M extern/icu/source/data/locales/nb.txt
M extern/icu/source/data/locales/nb_NO.txt
M extern/icu/source/data/locales/nl.txt
M extern/icu/source/data/locales/nl_BE.txt
M extern/icu/source/data/locales/nl_NL.txt
M extern/icu/source/data/locales/nn.txt
M extern/icu/source/data/locales/nn_NO.txt
M extern/icu/source/data/locales/no.txt
M extern/icu/source/data/locales/no_NO.txt
M extern/icu/source/data/locales/no_NO_NY.txt
M extern/icu/source/data/locales/om.txt
M extern/icu/source/data/locales/om_ET.txt
M extern/icu/source/data/locales/om_KE.txt
M extern/icu/source/data/locales/pa.txt
M extern/icu/source/data/locales/pa_IN.txt
M extern/icu/source/data/locales/pl.txt
M extern/icu/source/data/locales/pl_PL.txt
M extern/icu/source/data/locales/ps.txt
M extern/icu/source/data/locales/ps_AF.txt
M extern/icu/source/data/locales/pt.txt
M extern/icu/source/data/locales/pt_BR.txt
M extern/icu/source/data/locales/pt_PT.txt
M extern/icu/source/data/locales/resfiles.mk
M extern/icu/source/data/locales/ro.txt
M extern/icu/source/data/locales/ro_RO.txt
M extern/icu/source/data/locales/root.txt
M extern/icu/source/data/locales/ru.txt
M extern/icu/source/data/locales/ru_RU.txt
M extern/icu/source/data/locales/ru_UA.txt
M extern/icu/source/data/locales/sh.txt
M extern/icu/source/data/locales/sh_YU.txt
M extern/icu/source/data/locales/sk.txt
M extern/icu/source/data/locales/sk_SK.txt
M extern/icu/source/data/locales/sl.txt
M extern/icu/source/data/locales/sl_SI.txt
M extern/icu/source/data/locales/so.txt
M extern/icu/source/data/locales/so_DJ.txt
M extern/icu/source/data/locales/so_ET.txt
M extern/icu/source/data/locales/so_KE.txt
M extern/icu/source/data/locales/so_SO.txt
M extern/icu/source/data/locales/sq.txt
M extern/icu/source/data/locales/sq_AL.txt
M extern/icu/source/data/locales/sr.txt
M extern/icu/source/data/locales/sr_YU.txt
M extern/icu/source/data/locales/sv.txt
M extern/icu/source/data/locales/sv_FI.txt
M extern/icu/source/data/locales/sv_SE.txt
M extern/icu/source/data/locales/sw.txt
M extern/icu/source/data/locales/sw_KE.txt
M extern/icu/source/data/locales/sw_TZ.txt
M extern/icu/source/data/locales/ta.txt
M extern/icu/source/data/locales/ta_IN.txt
M extern/icu/source/data/locales/te.txt
M extern/icu/source/data/locales/te_IN.txt
M extern/icu/source/data/locales/th.txt
M extern/icu/source/data/locales/th_TH.txt
M extern/icu/source/data/locales/th_TH_TRADITIONAL.txt
M extern/icu/source/data/locales/ti.txt
M extern/icu/source/data/locales/ti_ER.txt
M extern/icu/source/data/locales/ti_ET.txt
M extern/icu/source/data/locales/tr.txt
M extern/icu/source/data/locales/tr_TR.txt
M extern/icu/source/data/locales/uk.txt
M extern/icu/source/data/locales/uk_UA.txt
M extern/icu/source/data/locales/vi.txt
M extern/icu/source/data/locales/vi_VN.txt
M extern/icu/source/data/locales/zh.txt
M extern/icu/source/data/locales/zh_CN.txt
M extern/icu/source/data/locales/zh_HK.txt
M extern/icu/source/data/locales/zh_Hans.txt
M extern/icu/source/data/locales/zh_Hans_CN.txt
M extern/icu/source/data/locales/zh_Hans_SG.txt
M extern/icu/source/data/locales/zh_Hant.txt
M extern/icu/source/data/locales/zh_Hant_HK.txt
M extern/icu/source/data/locales/zh_Hant_MO.txt
M extern/icu/source/data/locales/zh_MO.txt
M extern/icu/source/data/locales/zh_SG.txt
M extern/icu/source/data/locales/zh_TW.txt
M extern/icu/source/data/makedata.dsp
M extern/icu/source/data/makedata.mak
M extern/icu/source/data/makedata.vcproj
M extern/icu/source/data/mappings/cns-11643-1992.ucm
M extern/icu/source/data/mappings/convrtrs.txt
M extern/icu/source/data/mappings/ebcdic-xml-us.ucm
M extern/icu/source/data/mappings/gb18030.ucm
M extern/icu/source/data/mappings/ibm-1006_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-1025_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-1026_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-1047_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-1051_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-1089_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-1097_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-1098_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-1112_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-1122_P100-1999.ucm
M extern/icu/source/data/mappings/ibm-1123_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-1124_P100-1996.ucm
M extern/icu/source/data/mappings/ibm-1125_P100-1997.ucm
M extern/icu/source/data/mappings/ibm-1129_P100-1997.ucm
M extern/icu/source/data/mappings/ibm-1130_P100-1997.ucm
M extern/icu/source/data/mappings/ibm-1131_P100-1997.ucm
M extern/icu/source/data/mappings/ibm-1132_P100-1998.ucm
M extern/icu/source/data/mappings/ibm-1133_P100-1997.ucm
M extern/icu/source/data/mappings/ibm-1137_P100-1999.ucm
M extern/icu/source/data/mappings/ibm-1140_P100-1997.ucm
M extern/icu/source/data/mappings/ibm-1141_P100-1997.ucm
M extern/icu/source/data/mappings/ibm-1142_P100-1997.ucm
M extern/icu/source/data/mappings/ibm-1143_P100-1997.ucm
M extern/icu/source/data/mappings/ibm-1144_P100-1997.ucm
M extern/icu/source/data/mappings/ibm-1145_P100-1997.ucm
M extern/icu/source/data/mappings/ibm-1146_P100-1997.ucm
M extern/icu/source/data/mappings/ibm-1147_P100-1997.ucm
M extern/icu/source/data/mappings/ibm-1148_P100-1997.ucm
M extern/icu/source/data/mappings/ibm-1149_P100-1997.ucm
M extern/icu/source/data/mappings/ibm-1153_P100-1999.ucm
M extern/icu/source/data/mappings/ibm-1154_P100-1999.ucm
M extern/icu/source/data/mappings/ibm-1155_P100-1999.ucm
M extern/icu/source/data/mappings/ibm-1156_P100-1999.ucm
M extern/icu/source/data/mappings/ibm-1157_P100-1999.ucm
M extern/icu/source/data/mappings/ibm-1158_P100-1999.ucm
M extern/icu/source/data/mappings/ibm-1160_P100-1999.ucm
M extern/icu/source/data/mappings/ibm-1162_P100-1999.ucm
M extern/icu/source/data/mappings/ibm-1164_P100-1999.ucm
M extern/icu/source/data/mappings/ibm-1250_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-1251_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-1252_P100-2000.ucm
M extern/icu/source/data/mappings/ibm-1253_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-1254_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-1255_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-1256_P110-1997.ucm
M extern/icu/source/data/mappings/ibm-1257_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-1258_P100-1997.ucm
M extern/icu/source/data/mappings/ibm-12712_P100-1998.ucm
M extern/icu/source/data/mappings/ibm-1276_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-1277_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-1363_P110-1997.ucm
M extern/icu/source/data/mappings/ibm-1363_P11B-1998.ucm
M extern/icu/source/data/mappings/ibm-1364_P110-1997.ucm
M extern/icu/source/data/mappings/ibm-1371_P100-1999.ucm
M extern/icu/source/data/mappings/ibm-1373_P100-2002.ucm
M extern/icu/source/data/mappings/ibm-1375_P100-2003.ucm
M extern/icu/source/data/mappings/ibm-1381_P110-1999.ucm
M extern/icu/source/data/mappings/ibm-1383_P110-1999.ucm
M extern/icu/source/data/mappings/ibm-1386_P100-2002.ucm
M extern/icu/source/data/mappings/ibm-1388_P103-2001.ucm
M extern/icu/source/data/mappings/ibm-1390_P110-2003.ucm
M extern/icu/source/data/mappings/ibm-1399_P110-2003.ucm
M extern/icu/source/data/mappings/ibm-16684_P110-2003.ucm
M extern/icu/source/data/mappings/ibm-16804_X110-1999.ucm
M extern/icu/source/data/mappings/ibm-273_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-277_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-278_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-280_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-284_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-285_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-290_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-297_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-33722_P120-1999.ucm
M extern/icu/source/data/mappings/ibm-33722_P12A-1999.ucm
M extern/icu/source/data/mappings/ibm-367_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-37_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-420_X120-1999.ucm
M extern/icu/source/data/mappings/ibm-424_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-437_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-4899_P100-1998.ucm
M extern/icu/source/data/mappings/ibm-4909_P100-1999.ucm
M extern/icu/source/data/mappings/ibm-4971_P100-1999.ucm
M extern/icu/source/data/mappings/ibm-500_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-5123_P100-1999.ucm
M extern/icu/source/data/mappings/ibm-5346_P100-1998.ucm
M extern/icu/source/data/mappings/ibm-5347_P100-1998.ucm
M extern/icu/source/data/mappings/ibm-5348_P100-1997.ucm
M extern/icu/source/data/mappings/ibm-5349_P100-1998.ucm
M extern/icu/source/data/mappings/ibm-5350_P100-1998.ucm
M extern/icu/source/data/mappings/ibm-5351_P100-1998.ucm
M extern/icu/source/data/mappings/ibm-5352_P100-1998.ucm
M extern/icu/source/data/mappings/ibm-5353_P100-1998.ucm
M extern/icu/source/data/mappings/ibm-5354_P100-1998.ucm
M extern/icu/source/data/mappings/ibm-5478_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-803_P100-1999.ucm
M extern/icu/source/data/mappings/ibm-813_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-838_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-8482_P100-1999.ucm
M extern/icu/source/data/mappings/ibm-850_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-851_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-852_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-855_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-856_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-857_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-858_P100-1997.ucm
M extern/icu/source/data/mappings/ibm-860_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-861_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-862_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-863_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-864_X110-1999.ucm
M extern/icu/source/data/mappings/ibm-865_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-866_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-867_P100-1998.ucm
M extern/icu/source/data/mappings/ibm-868_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-869_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-870_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-871_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-874_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-875_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-878_P100-1996.ucm
M extern/icu/source/data/mappings/ibm-901_P100-1999.ucm
M extern/icu/source/data/mappings/ibm-902_P100-1999.ucm
M extern/icu/source/data/mappings/ibm-912_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-913_P100-2000.ucm
M extern/icu/source/data/mappings/ibm-914_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-915_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-916_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-918_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-920_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-921_P100-1995.ucm
M extern/icu/source/data/mappings/ibm-922_P100-1999.ucm
M extern/icu/source/data/mappings/ibm-923_P100-1998.ucm
M extern/icu/source/data/mappings/ibm-930_P120-1999.ucm
M extern/icu/source/data/mappings/ibm-933_P110-1995.ucm
M extern/icu/source/data/mappings/ibm-935_P110-1999.ucm
M extern/icu/source/data/mappings/ibm-937_P110-1999.ucm
M extern/icu/source/data/mappings/ibm-939_P120-1999.ucm
M extern/icu/source/data/mappings/ibm-942_P12A-1999.ucm
M extern/icu/source/data/mappings/ibm-943_P130-1999.ucm
M extern/icu/source/data/mappings/ibm-943_P15A-2003.ucm
M extern/icu/source/data/mappings/ibm-9447_P100-2002.ucm
M extern/icu/source/data/mappings/ibm-9449_P100-2002.ucm
M extern/icu/source/data/mappings/ibm-949_P110-1999.ucm
M extern/icu/source/data/mappings/ibm-949_P11A-1999.ucm
M extern/icu/source/data/mappings/ibm-950_P110-1999.ucm
M extern/icu/source/data/mappings/ibm-954_P101-2000.ucm
M extern/icu/source/data/mappings/ibm-964_P110-1999.ucm
M extern/icu/source/data/mappings/ibm-970_P110-1995.ucm
M extern/icu/source/data/mappings/ibm-971_P100-1995.ucm
M extern/icu/source/data/mappings/icu-internal-25546.ucm
M extern/icu/source/data/mappings/iso-ir-165.ucm
M extern/icu/source/data/mappings/jisx-201.ucm
M extern/icu/source/data/mappings/jisx-208.ucm
M extern/icu/source/data/mappings/jisx-212.ucm
M extern/icu/source/data/mappings/lmb-excp.ucm
M extern/icu/source/data/mappings/macos-0_2-10.2.ucm
M extern/icu/source/data/mappings/macos-2566-10.2.ucm
M extern/icu/source/data/mappings/macos-29-10.2.ucm
M extern/icu/source/data/mappings/macos-35-10.2.ucm
M extern/icu/source/data/mappings/macos-6-10.2.ucm
M extern/icu/source/data/mappings/macos-7_3-10.2.ucm
M extern/icu/source/data/mappings/ucmcore.mk
M extern/icu/source/data/mappings/ucmebcdic.mk
M extern/icu/source/data/mappings/ucmfiles.mk
M extern/icu/source/data/mappings/windows-1256-2000.ucm
M extern/icu/source/data/mappings/windows-874-2000.ucm
M extern/icu/source/data/mappings/windows-936-2000.ucm
M extern/icu/source/data/mappings/windows-949-2000.ucm
M extern/icu/source/data/mappings/windows-950-2000.ucm
M extern/icu/source/data/misc/NamePrepProfile.txt
M extern/icu/source/data/misc/icudata.rc
M extern/icu/source/data/misc/miscfiles.mk
M extern/icu/source/data/misc/zoneinfo.txt
M extern/icu/source/data/translit/t_Any_Accents.txt
M extern/icu/source/data/translit/t_Any_Publishing.txt
M extern/icu/source/data/translit/t_Arab_Latn.txt
M extern/icu/source/data/translit/t_Beng_InterIndic.txt
M extern/icu/source/data/translit/t_Cyrl_Latn.txt
M extern/icu/source/data/translit/t_Deva_InterIndic.txt
M extern/icu/source/data/translit/t_FWidth_HWidth.txt
M extern/icu/source/data/translit/t_Grek_Latn.txt
M extern/icu/source/data/translit/t_Grek_Latn_UNGEGN.txt
M extern/icu/source/data/translit/t_Gujr_InterIndic.txt
M extern/icu/source/data/translit/t_Guru_InterIndic.txt
M extern/icu/source/data/translit/t_Hani_Latn.txt
M extern/icu/source/data/translit/t_Hani_SpHan.txt
M extern/icu/source/data/translit/t_Hebr_Latn.txt
M extern/icu/source/data/translit/t_Hira_Kana.txt
M extern/icu/source/data/translit/t_Hira_Latn.txt
M extern/icu/source/data/translit/t_InterIndic_Beng.txt
M extern/icu/source/data/translit/t_InterIndic_Deva.txt
M extern/icu/source/data/translit/t_InterIndic_Gujr.txt
M extern/icu/source/data/translit/t_InterIndic_Guru.txt
M extern/icu/source/data/translit/t_InterIndic_Knda.txt
M extern/icu/source/data/translit/t_InterIndic_Latn.txt
M extern/icu/source/data/translit/t_InterIndic_Mlym.txt
M extern/icu/source/data/translit/t_InterIndic_Orya.txt
M extern/icu/source/data/translit/t_InterIndic_Taml.txt
M extern/icu/source/data/translit/t_InterIndic_Telu.txt
M extern/icu/source/data/translit/t_Knda_InterIndic.txt
M extern/icu/source/data/translit/t_Latn_InterIndic.txt
M extern/icu/source/data/translit/t_Latn_Jamo.txt
M extern/icu/source/data/translit/t_Latn_Kana.txt
M extern/icu/source/data/translit/t_Latn_NPinyn.txt
M extern/icu/source/data/translit/t_Mlym_InterIndic.txt
M extern/icu/source/data/translit/t_Orya_InterIndic.txt
M extern/icu/source/data/translit/t_Taml_InterIndic.txt
M extern/icu/source/data/translit/t_Telu_InterIndic.txt
M extern/icu/source/data/translit/t_Tone_Digit.txt
M extern/icu/source/data/translit/translit_index.txt
M extern/icu/source/data/translit/trnsfiles.mk
M extern/icu/source/data/unidata/BidiMirroring.txt
M extern/icu/source/data/unidata/Blocks.txt
M extern/icu/source/data/unidata/CaseFolding.txt
M extern/icu/source/data/unidata/DerivedAge.txt
M extern/icu/source/data/unidata/DerivedBidiClass.txt
M extern/icu/source/data/unidata/DerivedCoreProperties.txt
M extern/icu/source/data/unidata/DerivedJoiningGroup.txt
M extern/icu/source/data/unidata/DerivedJoiningType.txt
M extern/icu/source/data/unidata/DerivedNormalizationProps.txt
M extern/icu/source/data/unidata/DerivedNumericValues.txt
M extern/icu/source/data/unidata/EastAsianWidth.txt
M extern/icu/source/data/unidata/FractionalUCA.txt
M extern/icu/source/data/unidata/LineBreak.txt
M extern/icu/source/data/unidata/NormalizationCorrections.txt
M extern/icu/source/data/unidata/NormalizationTest.txt
M extern/icu/source/data/unidata/PropList.txt
M extern/icu/source/data/unidata/PropertyAliases.txt
M extern/icu/source/data/unidata/PropertyValueAliases.txt
M extern/icu/source/data/unidata/Scripts.txt
M extern/icu/source/data/unidata/SpecialCasing.txt
M extern/icu/source/data/unidata/UCARules.txt
M extern/icu/source/data/unidata/UnicodeData.txt
M extern/icu/source/data/unidata/changes.txt
M extern/icu/source/data/unidata/ucdterms.txt
M extern/icu/source/extra/Makefile.in
M extern/icu/source/extra/scrptrun/Makefile.in
M extern/icu/source/extra/scrptrun/readme.html
M extern/icu/source/extra/scrptrun/scrptrun.cpp
M extern/icu/source/extra/scrptrun/scrptrun.h
M extern/icu/source/extra/scrptrun/srtest.cpp
M extern/icu/source/extra/scrptrun/srtest.dsp
M extern/icu/source/extra/scrptrun/srtest.dsw
M extern/icu/source/extra/uconv/Makefile.in
M extern/icu/source/extra/uconv/README
M extern/icu/source/extra/uconv/makedata.mak
M extern/icu/source/extra/uconv/pkgdata.inc.in
M extern/icu/source/extra/uconv/resfiles.mk
M extern/icu/source/extra/uconv/resources/fr.txt
M extern/icu/source/extra/uconv/resources/root.txt
M extern/icu/source/extra/uconv/samples/ISO-8859-2.txt
M extern/icu/source/extra/uconv/samples/ISO-8859-3.txt
M extern/icu/source/extra/uconv/samples/danish-ISO-8859-1.txt
M extern/icu/source/extra/uconv/samples/eucJP.txt
M extern/icu/source/extra/uconv/samples/hangul-eucKR.txt
M extern/icu/source/extra/uconv/samples/hania-eucKR.txt
M extern/icu/source/extra/uconv/samples/iso8859-1.txt
M extern/icu/source/extra/uconv/samples/koi8r.txt
M extern/icu/source/extra/uconv/samples/utf8/armenian.txt
M extern/icu/source/extra/uconv/samples/utf8/banviet.txt
M extern/icu/source/extra/uconv/samples/utf8/chinese-ulysses.txt
M extern/icu/source/extra/uconv/samples/utf8/croat.txt
M extern/icu/source/extra/uconv/samples/utf8/danish.txt
M extern/icu/source/extra/uconv/samples/utf8/greek.txt
M extern/icu/source/extra/uconv/samples/utf8/hangul.txt
M extern/icu/source/extra/uconv/samples/utf8/hania.txt
M extern/icu/source/extra/uconv/samples/utf8/jap.txt
M extern/icu/source/extra/uconv/samples/utf8/korean.txt
M extern/icu/source/extra/uconv/samples/utf8/linji.txt
M extern/icu/source/extra/uconv/samples/utf8/many.txt
M extern/icu/source/extra/uconv/samples/utf8/maopoem.txt
M extern/icu/source/extra/uconv/samples/utf8/russian.txt
M extern/icu/source/extra/uconv/samples/utf8/simplechinese.txt
M extern/icu/source/extra/uconv/samples/utf8/turkish.txt
M extern/icu/source/extra/uconv/samples/utf8/utf-8-demo.txt
M extern/icu/source/extra/uconv/uconv.1.in
M extern/icu/source/extra/uconv/uconv.cpp
M extern/icu/source/extra/uconv/uconv.dsp
M extern/icu/source/extra/uconv/uconv.vcproj
M extern/icu/source/extra/uconv/unicode/uwmsg.h
M extern/icu/source/extra/uconv/uwmsg.c
M extern/icu/source/i18n/Makefile.in
M extern/icu/source/i18n/anytrans.cpp
M extern/icu/source/i18n/anytrans.h
M extern/icu/source/i18n/astro.cpp
M extern/icu/source/i18n/astro.h
M extern/icu/source/i18n/bocsu.c
M extern/icu/source/i18n/bocsu.h
M extern/icu/source/i18n/buddhcal.cpp
M extern/icu/source/i18n/buddhcal.h
M extern/icu/source/i18n/calendar.cpp
M extern/icu/source/i18n/chnsecal.cpp
M extern/icu/source/i18n/chnsecal.h
M extern/icu/source/i18n/choicfmt.cpp
M extern/icu/source/i18n/coleitr.cpp
M extern/icu/source/i18n/coll.cpp
M extern/icu/source/i18n/cpdtrans.cpp
M extern/icu/source/i18n/cpdtrans.h
M extern/icu/source/i18n/curramt.cpp
M extern/icu/source/i18n/currfmt.cpp
M extern/icu/source/i18n/currfmt.h
M extern/icu/source/i18n/currunit.cpp
M extern/icu/source/i18n/datefmt.cpp
M extern/icu/source/i18n/dcfmtsym.cpp
M extern/icu/source/i18n/decimfmt.cpp
M extern/icu/source/i18n/digitlst.cpp
M extern/icu/source/i18n/digitlst.h
M extern/icu/source/i18n/dtfmtsym.cpp
M extern/icu/source/i18n/esctrn.cpp
M extern/icu/source/i18n/esctrn.h
M extern/icu/source/i18n/fmtable.cpp
M extern/icu/source/i18n/format.cpp
M extern/icu/source/i18n/funcrepl.cpp
M extern/icu/source/i18n/funcrepl.h
M extern/icu/source/i18n/gregocal.cpp
M extern/icu/source/i18n/gregoimp.cpp
M extern/icu/source/i18n/gregoimp.h
M extern/icu/source/i18n/hebrwcal.cpp
M extern/icu/source/i18n/hebrwcal.h
M extern/icu/source/i18n/i18n.dsp
M extern/icu/source/i18n/i18n.rc
M extern/icu/source/i18n/i18n.vcproj
M extern/icu/source/i18n/islamcal.cpp
M extern/icu/source/i18n/islamcal.h
M extern/icu/source/i18n/japancal.cpp
M extern/icu/source/i18n/japancal.h
M extern/icu/source/i18n/measfmt.cpp
M extern/icu/source/i18n/measure.cpp
M extern/icu/source/i18n/msgfmt.cpp
M extern/icu/source/i18n/name2uni.cpp
M extern/icu/source/i18n/name2uni.h
M extern/icu/source/i18n/nfrlist.h
M extern/icu/source/i18n/nfrs.cpp
M extern/icu/source/i18n/nfrs.h
M extern/icu/source/i18n/nfrule.cpp
M extern/icu/source/i18n/nfrule.h
M extern/icu/source/i18n/nfsubs.cpp
M extern/icu/source/i18n/nfsubs.h
M extern/icu/source/i18n/nortrans.cpp
M extern/icu/source/i18n/nortrans.h
M extern/icu/source/i18n/nultrans.cpp
M extern/icu/source/i18n/nultrans.h
M extern/icu/source/i18n/numfmt.cpp
M extern/icu/source/i18n/olsontz.cpp
M extern/icu/source/i18n/olsontz.h
M extern/icu/source/i18n/quant.cpp
M extern/icu/source/i18n/quant.h
M extern/icu/source/i18n/rbnf.cpp
M extern/icu/source/i18n/rbt.cpp
M extern/icu/source/i18n/rbt.h
M extern/icu/source/i18n/rbt_data.cpp
M extern/icu/source/i18n/rbt_data.h
M extern/icu/source/i18n/rbt_pars.cpp
M extern/icu/source/i18n/rbt_pars.h
M extern/icu/source/i18n/rbt_rule.cpp
M extern/icu/source/i18n/rbt_rule.h
M extern/icu/source/i18n/rbt_set.cpp
M extern/icu/source/i18n/rbt_set.h
M extern/icu/source/i18n/regexcmp.cpp
M extern/icu/source/i18n/regexcmp.h
M extern/icu/source/i18n/regexcst.h
M extern/icu/source/i18n/regexcst.pl
M extern/icu/source/i18n/regexcst.txt
M extern/icu/source/i18n/regeximp.h
M extern/icu/source/i18n/regexst.cpp
M extern/icu/source/i18n/regexst.h
M extern/icu/source/i18n/rematch.cpp
M extern/icu/source/i18n/remtrans.cpp
M extern/icu/source/i18n/remtrans.h
M extern/icu/source/i18n/repattrn.cpp
M extern/icu/source/i18n/search.cpp
M extern/icu/source/i18n/simpletz.cpp
M extern/icu/source/i18n/smpdtfmt.cpp
M extern/icu/source/i18n/sortkey.cpp
M extern/icu/source/i18n/strmatch.cpp
M extern/icu/source/i18n/strmatch.h
M extern/icu/source/i18n/strrepl.cpp
M extern/icu/source/i18n/strrepl.h
M extern/icu/source/i18n/stsearch.cpp
M extern/icu/source/i18n/tblcoll.cpp
M extern/icu/source/i18n/timezone.cpp
M extern/icu/source/i18n/titletrn.cpp
M extern/icu/source/i18n/titletrn.h
M extern/icu/source/i18n/tolowtrn.cpp
M extern/icu/source/i18n/tolowtrn.h
M extern/icu/source/i18n/toupptrn.cpp
M extern/icu/source/i18n/toupptrn.h
M extern/icu/source/i18n/translit.cpp
M extern/icu/source/i18n/transreg.cpp
M extern/icu/source/i18n/transreg.h
M extern/icu/source/i18n/tridpars.cpp
M extern/icu/source/i18n/tridpars.h
M extern/icu/source/i18n/ucal.cpp
M extern/icu/source/i18n/ucln_in.c
M extern/icu/source/i18n/ucln_in.h
M extern/icu/source/i18n/ucol.cpp
M extern/icu/source/i18n/ucol_bld.cpp
M extern/icu/source/i18n/ucol_bld.h
M extern/icu/source/i18n/ucol_cnt.cpp
M extern/icu/source/i18n/ucol_cnt.h
M extern/icu/source/i18n/ucol_elm.cpp
M extern/icu/source/i18n/ucol_elm.h
M extern/icu/source/i18n/ucol_imp.h
M extern/icu/source/i18n/ucol_sit.cpp
M extern/icu/source/i18n/ucol_tok.cpp
M extern/icu/source/i18n/ucol_tok.h
M extern/icu/source/i18n/ucol_wgt.c
M extern/icu/source/i18n/ucol_wgt.h
M extern/icu/source/i18n/ucoleitr.cpp
M extern/icu/source/i18n/ucurr.cpp
M extern/icu/source/i18n/ucurrimp.h
M extern/icu/source/i18n/udat.cpp
M extern/icu/source/i18n/ulocdata.c
M extern/icu/source/i18n/umsg.cpp
M extern/icu/source/i18n/umsg_imp.h
M extern/icu/source/i18n/unesctrn.cpp
M extern/icu/source/i18n/unesctrn.h
M extern/icu/source/i18n/uni2name.cpp
M extern/icu/source/i18n/uni2name.h
M extern/icu/source/i18n/unicode/calendar.h
M extern/icu/source/i18n/unicode/choicfmt.h
M extern/icu/source/i18n/unicode/coleitr.h
M extern/icu/source/i18n/unicode/coll.h
M extern/icu/source/i18n/unicode/curramt.h
M extern/icu/source/i18n/unicode/currunit.h
M extern/icu/source/i18n/unicode/datefmt.h
M extern/icu/source/i18n/unicode/dcfmtsym.h
M extern/icu/source/i18n/unicode/decimfmt.h
M extern/icu/source/i18n/unicode/dtfmtsym.h
M extern/icu/source/i18n/unicode/fieldpos.h
M extern/icu/source/i18n/unicode/fmtable.h
M extern/icu/source/i18n/unicode/format.h
M extern/icu/source/i18n/unicode/gregocal.h
M extern/icu/source/i18n/unicode/measfmt.h
M extern/icu/source/i18n/unicode/measunit.h
M extern/icu/source/i18n/unicode/measure.h
M extern/icu/source/i18n/unicode/msgfmt.h
M extern/icu/source/i18n/unicode/numfmt.h
M extern/icu/source/i18n/unicode/rbnf.h
M extern/icu/source/i18n/unicode/regex.h
M extern/icu/source/i18n/unicode/search.h
M extern/icu/source/i18n/unicode/simpletz.h
M extern/icu/source/i18n/unicode/smpdtfmt.h
M extern/icu/source/i18n/unicode/sortkey.h
M extern/icu/source/i18n/unicode/stsearch.h
M extern/icu/source/i18n/unicode/tblcoll.h
M extern/icu/source/i18n/unicode/timezone.h
M extern/icu/source/i18n/unicode/translit.h
M extern/icu/source/i18n/unicode/ucal.h
M extern/icu/source/i18n/unicode/ucol.h
M extern/icu/source/i18n/unicode/ucoleitr.h
M extern/icu/source/i18n/unicode/ucurr.h
M extern/icu/source/i18n/unicode/udat.h
M extern/icu/source/i18n/unicode/ulocdata.h
M extern/icu/source/i18n/unicode/umsg.h
M extern/icu/source/i18n/unicode/unirepl.h
M extern/icu/source/i18n/unicode/unum.h
M extern/icu/source/i18n/unicode/uregex.h
M extern/icu/source/i18n/unicode/usearch.h
M extern/icu/source/i18n/unicode/utrans.h
M extern/icu/source/i18n/unum.cpp
M extern/icu/source/i18n/uregex.cpp
M extern/icu/source/i18n/usearch.cpp
M extern/icu/source/i18n/usrchimp.h
M extern/icu/source/i18n/utrans.cpp
M extern/icu/source/icudefs.mk.in
M extern/icu/source/install-sh
M extern/icu/source/io/Makefile.in
M extern/icu/source/io/io.dsp
M extern/icu/source/io/io.rc
M extern/icu/source/io/io.vcproj
M extern/icu/source/io/locbund.c
M extern/icu/source/io/locbund.h
M extern/icu/source/io/sprintf.c
M extern/icu/source/io/sscanf.c
M extern/icu/source/io/ufile.c
M extern/icu/source/io/ufile.h
M extern/icu/source/io/ufmt_cmn.c
M extern/icu/source/io/ufmt_cmn.h
M extern/icu/source/io/unicode/ustdio.h
M extern/icu/source/io/unicode/ustream.h
M extern/icu/source/io/uprintf.c
M extern/icu/source/io/uprintf.h
M extern/icu/source/io/uprntf_p.c
M extern/icu/source/io/uscanf.c
M extern/icu/source/io/uscanf.h
M extern/icu/source/io/uscanf_p.c
M extern/icu/source/io/ustdio.c
M extern/icu/source/io/ustream.cpp
M extern/icu/source/layout/AlternateSubstSubtables.cpp
M extern/icu/source/layout/AlternateSubstSubtables.h
M extern/icu/source/layout/AnchorTables.cpp
M extern/icu/source/layout/AnchorTables.h
M extern/icu/source/layout/ArabicLayoutEngine.cpp
M extern/icu/source/layout/ArabicLayoutEngine.h
M extern/icu/source/layout/ArabicLigatureData.cpp
M extern/icu/source/layout/ArabicShaping.cpp
M extern/icu/source/layout/ArabicShaping.h
M extern/icu/source/layout/AttachmentPosnSubtables.h
M extern/icu/source/layout/CanonData.cpp
M extern/icu/source/layout/CanonShaping.h
M extern/icu/source/layout/CharSubstitutionFilter.h
M extern/icu/source/layout/ClassDefinitionTables.cpp
M extern/icu/source/layout/ClassDefinitionTables.h
M extern/icu/source/layout/ContextualGlyphInsertion.h
M extern/icu/source/layout/ContextualGlyphSubstProc.cpp
M extern/icu/source/layout/ContextualGlyphSubstProc.h
M extern/icu/source/layout/ContextualGlyphSubstitution.h
M extern/icu/source/layout/ContextualSubstSubtables.cpp
M extern/icu/source/layout/ContextualSubstSubtables.h
M extern/icu/source/layout/CoverageTables.cpp
M extern/icu/source/layout/CoverageTables.h
M extern/icu/source/layout/CursiveAttachmentSubtables.cpp
M extern/icu/source/layout/CursiveAttachmentSubtables.h
M extern/icu/source/layout/DefaultCharMapper.h
M extern/icu/source/layout/DeviceTables.cpp
M extern/icu/source/layout/DeviceTables.h
M extern/icu/source/layout/ExtensionSubtables.cpp
M extern/icu/source/layout/ExtensionSubtables.h
M extern/icu/source/layout/Features.cpp
M extern/icu/source/layout/Features.h
M extern/icu/source/layout/GDEFMarkFilter.cpp
M extern/icu/source/layout/GDEFMarkFilter.h
M extern/icu/source/layout/GXLayoutEngine.cpp
M extern/icu/source/layout/GXLayoutEngine.h
M extern/icu/source/layout/GlyphDefinitionTables.cpp
M extern/icu/source/layout/GlyphDefinitionTables.h
M extern/icu/source/layout/GlyphIterator.cpp
M extern/icu/source/layout/GlyphIterator.h
M extern/icu/source/layout/GlyphLookupTables.cpp
M extern/icu/source/layout/GlyphLookupTables.h
M extern/icu/source/layout/GlyphPositionAdjustments.h
M extern/icu/source/layout/GlyphPositioningTables.cpp
M extern/icu/source/layout/GlyphPositioningTables.h
M extern/icu/source/layout/GlyphPosnLookupProc.cpp
M extern/icu/source/layout/GlyphPosnLookupProc.h
M extern/icu/source/layout/GlyphSubstLookupProc.cpp
M extern/icu/source/layout/GlyphSubstLookupProc.h
M extern/icu/source/layout/GlyphSubstitutionTables.cpp
M extern/icu/source/layout/GlyphSubstitutionTables.h
M extern/icu/source/layout/HanLayoutEngine.cpp
M extern/icu/source/layout/HanLayoutEngine.h
M extern/icu/source/layout/HebrewLigatureData.cpp
M extern/icu/source/layout/HebrewShaping.cpp
M extern/icu/source/layout/HebrewShaping.h
M extern/icu/source/layout/HindiFeatureTags.h
M extern/icu/source/layout/IndicClassTables.cpp
M extern/icu/source/layout/IndicLayoutEngine.cpp
M extern/icu/source/layout/IndicLayoutEngine.h
M extern/icu/source/layout/IndicRearrangement.h
M extern/icu/source/layout/IndicRearrangementProcessor.cpp
M extern/icu/source/layout/IndicRearrangementProcessor.h
M extern/icu/source/layout/IndicReordering.cpp
M extern/icu/source/layout/IndicReordering.h
M extern/icu/source/layout/LEFontInstance.cpp
M extern/icu/source/layout/LEFontInstance.h
M extern/icu/source/layout/LEGlyphFilter.h
M extern/icu/source/layout/LEGlyphStorage.cpp
M extern/icu/source/layout/LEGlyphStorage.h
M extern/icu/source/layout/LEInsertionList.cpp
M extern/icu/source/layout/LEInsertionList.h
M extern/icu/source/layout/LELanguages.h
M extern/icu/source/layout/LEScripts.h
M extern/icu/source/layout/LESwaps.h
M extern/icu/source/layout/LETypes.h
M extern/icu/source/layout/LayoutEngine.cpp
M extern/icu/source/layout/LayoutEngine.h
M extern/icu/source/layout/LayoutTables.h
M extern/icu/source/layout/LigatureSubstProc.cpp
M extern/icu/source/layout/LigatureSubstProc.h
M extern/icu/source/layout/LigatureSubstSubtables.cpp
M extern/icu/source/layout/LigatureSubstSubtables.h
M extern/icu/source/layout/LigatureSubstitution.h
M extern/icu/source/layout/LookupProcessor.cpp
M extern/icu/source/layout/LookupProcessor.h
M extern/icu/source/layout/LookupTables.cpp
M extern/icu/source/layout/LookupTables.h
M extern/icu/source/layout/Lookups.cpp
M extern/icu/source/layout/Lookups.h
M extern/icu/source/layout/MPreFixups.cpp
M extern/icu/source/layout/MPreFixups.h
M extern/icu/source/layout/Makefile.in
M extern/icu/source/layout/MarkArrays.cpp
M extern/icu/source/layout/MarkArrays.h
M extern/icu/source/layout/MarkToBasePosnSubtables.cpp
M extern/icu/source/layout/MarkToBasePosnSubtables.h
M extern/icu/source/layout/MarkToLigaturePosnSubtables.cpp
M extern/icu/source/layout/MarkToLigaturePosnSubtables.h
M extern/icu/source/layout/MarkToMarkPosnSubtables.cpp
M extern/icu/source/layout/MarkToMarkPosnSubtables.h
M extern/icu/source/layout/MorphStateTables.h
M extern/icu/source/layout/MorphTables.cpp
M extern/icu/source/layout/MorphTables.h
M extern/icu/source/layout/MultipleSubstSubtables.cpp
M extern/icu/source/layout/MultipleSubstSubtables.h
M extern/icu/source/layout/NonContextualGlyphSubst.h
M extern/icu/source/layout/NonContextualGlyphSubstProc.cpp
M extern/icu/source/layout/NonContextualGlyphSubstProc.h
M extern/icu/source/layout/OpenTypeLayoutEngine.cpp
M extern/icu/source/layout/OpenTypeLayoutEngine.h
M extern/icu/source/layout/OpenTypeTables.h
M extern/icu/source/layout/OpenTypeUtilities.cpp
M extern/icu/source/layout/OpenTypeUtilities.h
M extern/icu/source/layout/PairPositioningSubtables.cpp
M extern/icu/source/layout/PairPositioningSubtables.h
M extern/icu/source/layout/ScriptAndLanguage.cpp
M extern/icu/source/layout/ScriptAndLanguage.h
M extern/icu/source/layout/ScriptAndLanguageTags.cpp
M extern/icu/source/layout/ScriptAndLanguageTags.h
M extern/icu/source/layout/SegmentArrayProcessor.cpp
M extern/icu/source/layout/SegmentArrayProcessor.h
M extern/icu/source/layout/SegmentSingleProcessor.cpp
M extern/icu/source/layout/SegmentSingleProcessor.h
M extern/icu/source/layout/SimpleArrayProcessor.cpp
M extern/icu/source/layout/SimpleArrayProcessor.h
M extern/icu/source/layout/SinglePositioningSubtables.cpp
M extern/icu/source/layout/SinglePositioningSubtables.h
M extern/icu/source/layout/SingleSubstitutionSubtables.cpp
M extern/icu/source/layout/SingleSubstitutionSubtables.h
M extern/icu/source/layout/SingleTableProcessor.cpp
M extern/icu/source/layout/SingleTableProcessor.h
M extern/icu/source/layout/StateTableProcessor.cpp
M extern/icu/source/layout/StateTableProcessor.h
M extern/icu/source/layout/StateTables.h
M extern/icu/source/layout/SubstitutionLookups.cpp
M extern/icu/source/layout/SubstitutionLookups.h
M extern/icu/source/layout/SubtableProcessor.cpp
M extern/icu/source/layout/SubtableProcessor.h
M extern/icu/source/layout/ThaiLayoutEngine.cpp
M extern/icu/source/layout/ThaiLayoutEngine.h
M extern/icu/source/layout/ThaiShaping.cpp
M extern/icu/source/layout/ThaiShaping.h
M extern/icu/source/layout/ThaiStateTables.cpp
M extern/icu/source/layout/TrimmedArrayProcessor.cpp
M extern/icu/source/layout/TrimmedArrayProcessor.h
M extern/icu/source/layout/ValueRecords.cpp
M extern/icu/source/layout/ValueRecords.h
M extern/icu/source/layout/layout.dsp
M extern/icu/source/layout/layout.rc
M extern/icu/source/layout/layout.vcproj
M extern/icu/source/layout/loengine.cpp
M extern/icu/source/layout/unicode/loengine.h
M extern/icu/source/layoutex/LXUtilities.cpp
M extern/icu/source/layoutex/LXUtilities.h
M extern/icu/source/layoutex/Makefile.in
M extern/icu/source/layoutex/ParagraphLayout.cpp
M extern/icu/source/layoutex/RunArrays.cpp
M extern/icu/source/layoutex/layout/ParagraphLayout.h
M extern/icu/source/layoutex/layout/RunArrays.h
M extern/icu/source/layoutex/layoutex.dsp
M extern/icu/source/layoutex/layoutex.rc
M extern/icu/source/layoutex/layoutex.vcproj
M extern/icu/source/mkinstalldirs
M extern/icu/source/runConfigureICU
M extern/icu/source/samples/Makefile.in
M extern/icu/source/samples/all/all.dsp
M extern/icu/source/samples/all/all.dsw
M extern/icu/source/samples/all/all.sln
M extern/icu/source/samples/break/Makefile
M extern/icu/source/samples/break/break.cpp
M extern/icu/source/samples/break/break.dsp
M extern/icu/source/samples/break/break.dsw
M extern/icu/source/samples/break/break.sln
M extern/icu/source/samples/break/break.vcproj
M extern/icu/source/samples/break/readme.txt
M extern/icu/source/samples/break/ubreak.c
M extern/icu/source/samples/cal/Makefile.in
M extern/icu/source/samples/cal/cal.c
M extern/icu/source/samples/cal/cal.dsp
M extern/icu/source/samples/cal/cal.dsw
M extern/icu/source/samples/cal/cal.sln
M extern/icu/source/samples/cal/cal.vcproj
M extern/icu/source/samples/cal/readme.txt
M extern/icu/source/samples/cal/uprint.c
M extern/icu/source/samples/cal/uprint.h
M extern/icu/source/samples/case/Makefile
M extern/icu/source/samples/case/case.cpp
M extern/icu/source/samples/case/case.dsp
M extern/icu/source/samples/case/case.dsw
M extern/icu/source/samples/case/case.sln
M extern/icu/source/samples/case/case.vcproj
M extern/icu/source/samples/case/readme.txt
M extern/icu/source/samples/case/ucase.c
M extern/icu/source/samples/citer/citer.cpp
M extern/icu/source/samples/citer/readme.txt
M extern/icu/source/samples/coll/Makefile
M extern/icu/source/samples/coll/coll.cpp
M extern/icu/source/samples/coll/coll.dsp
M extern/icu/source/samples/coll/coll.dsw
M extern/icu/source/samples/coll/coll.sln
M extern/icu/source/samples/coll/coll.vcproj
M extern/icu/source/samples/coll/readme.txt
M extern/icu/source/samples/date/Makefile.in
M extern/icu/source/samples/date/date.c
M extern/icu/source/samples/date/date.dsp
M extern/icu/source/samples/date/date.dsw
M extern/icu/source/samples/date/date.sln
M extern/icu/source/samples/date/date.vcproj
M extern/icu/source/samples/date/readme.txt
M extern/icu/source/samples/date/uprint.c
M extern/icu/source/samples/date/uprint.h
M extern/icu/source/samples/datecal/Makefile
M extern/icu/source/samples/datecal/cal.cpp
M extern/icu/source/samples/datecal/ccal.c
M extern/icu/source/samples/datefmt/Makefile
M extern/icu/source/samples/datefmt/README.TXT
M extern/icu/source/samples/datefmt/answers/main_0.cpp
M extern/icu/source/samples/datefmt/answers/main_1.cpp
M extern/icu/source/samples/datefmt/answers/main_2.cpp
M extern/icu/source/samples/datefmt/answers/main_3.cpp
M extern/icu/source/samples/datefmt/datefmt.dsp
M extern/icu/source/samples/datefmt/datefmt.dsw
M extern/icu/source/samples/datefmt/datefmt.sln
M extern/icu/source/samples/datefmt/datefmt.vcproj
M extern/icu/source/samples/datefmt/main.cpp
M extern/icu/source/samples/datefmt/util.cpp
M extern/icu/source/samples/datefmt/util.h
M extern/icu/source/samples/defs.mk
M extern/icu/source/samples/layout/FontMap.GDI
M extern/icu/source/samples/layout/FontMap.Gnome
M extern/icu/source/samples/layout/FontMap.cpp
M extern/icu/source/samples/layout/FontMap.h
M extern/icu/source/samples/layout/FontTableCache.cpp
M extern/icu/source/samples/layout/FontTableCache.h
M extern/icu/source/samples/layout/GDIFontInstance.cpp
M extern/icu/source/samples/layout/GDIFontInstance.h
M extern/icu/source/samples/layout/GDIFontMap.cpp
M extern/icu/source/samples/layout/GDIFontMap.h
M extern/icu/source/samples/layout/GDIGUISupport.cpp
M extern/icu/source/samples/layout/GDIGUISupport.h
M extern/icu/source/samples/layout/GUISupport.h
M extern/icu/source/samples/layout/GnomeFontInstance.cpp
M extern/icu/source/samples/layout/GnomeFontInstance.h
M extern/icu/source/samples/layout/GnomeFontMap.cpp
M extern/icu/source/samples/layout/GnomeFontMap.h
M extern/icu/source/samples/layout/GnomeGUISupport.cpp
M extern/icu/source/samples/layout/GnomeGUISupport.h
M extern/icu/source/samples/layout/LayoutSample.rc
M extern/icu/source/samples/layout/Makefile.in
M extern/icu/source/samples/layout/RenderingSurface.h
M extern/icu/source/samples/layout/Sample.txt
M extern/icu/source/samples/layout/ScriptCompositeFontInstance.cpp
M extern/icu/source/samples/layout/ScriptCompositeFontInstance.h
M extern/icu/source/samples/layout/Surface.cpp
M extern/icu/source/samples/layout/Surface.h
M extern/icu/source/samples/layout/UnicodeReader.cpp
M extern/icu/source/samples/layout/UnicodeReader.h
M extern/icu/source/samples/layout/cmaps.cpp
M extern/icu/source/samples/layout/cmaps.h
M extern/icu/source/samples/layout/gnomelayout.cpp
M extern/icu/source/samples/layout/layout.cpp
M extern/icu/source/samples/layout/layout.dsp
M extern/icu/source/samples/layout/layout.dsw
M extern/icu/source/samples/layout/layout.sln
M extern/icu/source/samples/layout/layout.vcproj
M extern/icu/source/samples/layout/paragraph.cpp
M extern/icu/source/samples/layout/paragraph.h
M extern/icu/source/samples/layout/readme.html
M extern/icu/source/samples/layout/resource.h
M extern/icu/source/samples/layout/sfnt.h
M extern/icu/source/samples/legacy/Makefile
M extern/icu/source/samples/legacy/README
M extern/icu/source/samples/legacy/legacy.cpp
M extern/icu/source/samples/legacy/legacy.dsp
M extern/icu/source/samples/legacy/legacy.dsw
M extern/icu/source/samples/legacy/legacy.sln
M extern/icu/source/samples/legacy/legacy.vcproj
M extern/icu/source/samples/legacy/newcol.cpp
M extern/icu/source/samples/legacy/oldcol.cpp
M extern/icu/source/samples/msgfmt/Makefile
M extern/icu/source/samples/msgfmt/README.TXT
M extern/icu/source/samples/msgfmt/answers/main_0.cpp
M extern/icu/source/samples/msgfmt/answers/main_1.cpp
M extern/icu/source/samples/msgfmt/answers/main_2.cpp
M extern/icu/source/samples/msgfmt/answers/main_3.cpp
M extern/icu/source/samples/msgfmt/main.cpp
M extern/icu/source/samples/msgfmt/msgfmt.dsp
M extern/icu/source/samples/msgfmt/msgfmt.dsw
M extern/icu/source/samples/msgfmt/msgfmt.sln
M extern/icu/source/samples/msgfmt/msgfmt.vcproj
M extern/icu/source/samples/msgfmt/util.cpp
M extern/icu/source/samples/msgfmt/util.h
M extern/icu/source/samples/numfmt/Makefile
M extern/icu/source/samples/numfmt/capi.c
M extern/icu/source/samples/numfmt/main.cpp
M extern/icu/source/samples/numfmt/numfmt.dsp
M extern/icu/source/samples/numfmt/numfmt.dsw
M extern/icu/source/samples/numfmt/numfmt.sln
M extern/icu/source/samples/numfmt/numfmt.vcproj
M extern/icu/source/samples/numfmt/readme.txt
M extern/icu/source/samples/numfmt/util.cpp
M extern/icu/source/samples/numfmt/util.h
M extern/icu/source/samples/props/Makefile
M extern/icu/source/samples/props/props.cpp
M extern/icu/source/samples/props/props.dsp
M extern/icu/source/samples/props/props.dsw
M extern/icu/source/samples/props/props.sln
M extern/icu/source/samples/props/props.vcproj
M extern/icu/source/samples/props/readme.txt
M extern/icu/source/samples/readme.txt
M extern/icu/source/samples/rules.mk
M extern/icu/source/samples/strsrch/Makefile
M extern/icu/source/samples/strsrch/readme.txt
M extern/icu/source/samples/strsrch/strsrch.cpp
M extern/icu/source/samples/strsrch/strsrch.dsp
M extern/icu/source/samples/strsrch/strsrch.dsw
M extern/icu/source/samples/strsrch/strsrch.sln
M extern/icu/source/samples/strsrch/strsrch.vcproj
M extern/icu/source/samples/translit/Makefile
M extern/icu/source/samples/translit/README.TXT
M extern/icu/source/samples/translit/answers/main_1.cpp
M extern/icu/source/samples/translit/answers/main_2.cpp
M extern/icu/source/samples/translit/answers/main_3.cpp
M extern/icu/source/samples/translit/answers/main_4.cpp
M extern/icu/source/samples/translit/answers/unaccent.cpp
M extern/icu/source/samples/translit/answers/unaccent.h
M extern/icu/source/samples/translit/main.cpp
M extern/icu/source/samples/translit/translit.dsp
M extern/icu/source/samples/translit/translit.dsw
M extern/icu/source/samples/translit/translit.sln
M extern/icu/source/samples/translit/translit.vcproj
M extern/icu/source/samples/translit/unaccent.cpp
M extern/icu/source/samples/translit/unaccent.h
M extern/icu/source/samples/translit/util.cpp
M extern/icu/source/samples/translit/util.h
M extern/icu/source/samples/uciter8/Makefile
M extern/icu/source/samples/uciter8/readme.txt
M extern/icu/source/samples/uciter8/uciter8.c
M extern/icu/source/samples/uciter8/uciter8.dsp
M extern/icu/source/samples/uciter8/uciter8.dsw
M extern/icu/source/samples/uciter8/uciter8.sln
M extern/icu/source/samples/uciter8/uciter8.vcproj
M extern/icu/source/samples/uciter8/uit_len8.c
M extern/icu/source/samples/uciter8/uit_len8.h
M extern/icu/source/samples/ucnv/Makefile
M extern/icu/source/samples/ucnv/convsamp.cpp
M extern/icu/source/samples/ucnv/data01.txt
M extern/icu/source/samples/ucnv/data06.txt
M extern/icu/source/samples/ucnv/flagcb.c
M extern/icu/source/samples/ucnv/flagcb.h
M extern/icu/source/samples/ucnv/readme.txt
M extern/icu/source/samples/ucnv/ucnv.dsp
M extern/icu/source/samples/ucnv/ucnv.dsw
M extern/icu/source/samples/ucnv/ucnv.sln
M extern/icu/source/samples/ucnv/ucnv.vcproj
M extern/icu/source/samples/udata/Makefile
M extern/icu/source/samples/udata/reader.c
M extern/icu/source/samples/udata/reader.dsp
M extern/icu/source/samples/udata/reader.vcproj
M extern/icu/source/samples/udata/readme.txt
M extern/icu/source/samples/udata/udata.dsw
M extern/icu/source/samples/udata/udata.sln
M extern/icu/source/samples/udata/writer.c
M extern/icu/source/samples/udata/writer.dsp
M extern/icu/source/samples/udata/writer.vcproj
M extern/icu/source/samples/ufortune/Makefile
M extern/icu/source/samples/ufortune/fortunedefs.mk
M extern/icu/source/samples/ufortune/readme.txt
M extern/icu/source/samples/ufortune/resources/Makefile
M extern/icu/source/samples/ufortune/resources/es.txt
M extern/icu/source/samples/ufortune/resources/fortune_resources.mak
M extern/icu/source/samples/ufortune/resources/res-file-list.txt
M extern/icu/source/samples/ufortune/resources/root.txt
M extern/icu/source/samples/ufortune/ufortune.c
M extern/icu/source/samples/ufortune/ufortune.dsp
M extern/icu/source/samples/ufortune/ufortune.dsw
M extern/icu/source/samples/ufortune/ufortune.sln
M extern/icu/source/samples/ufortune/ufortune.vcproj
M extern/icu/source/samples/ugrep/Makefile
M extern/icu/source/samples/ugrep/readme.txt
M extern/icu/source/samples/ugrep/ugrep.cpp
M extern/icu/source/samples/ugrep/ugrep.dsp
M extern/icu/source/samples/ugrep/ugrep.dsw
M extern/icu/source/samples/ugrep/ugrep.sln
M extern/icu/source/samples/ugrep/ugrep.vcproj
M extern/icu/source/samples/uresb/Makefile
M extern/icu/source/samples/uresb/en.txt
M extern/icu/source/samples/uresb/readme.txt
M extern/icu/source/samples/uresb/resources.dsp
M extern/icu/source/samples/uresb/resources.mak
M extern/icu/source/samples/uresb/resources.vcproj
M extern/icu/source/samples/uresb/root.txt
M extern/icu/source/samples/uresb/sr.txt
M extern/icu/source/samples/uresb/uresb.c
M extern/icu/source/samples/uresb/uresb.dsp
M extern/icu/source/samples/uresb/uresb.dsw
M extern/icu/source/samples/uresb/uresb.sln
M extern/icu/source/samples/uresb/uresb.vcproj
M extern/icu/source/samples/ustring/Makefile
M extern/icu/source/samples/ustring/readme.txt
M extern/icu/source/samples/ustring/ustring.cpp
M extern/icu/source/samples/ustring/ustring.dsp
M extern/icu/source/samples/ustring/ustring.dsw
M extern/icu/source/samples/ustring/ustring.sln
M extern/icu/source/samples/ustring/ustring.vcproj
M extern/icu/source/samples/xml2txt/readme.txt
M extern/icu/source/stubdata/Makefile.in
M extern/icu/source/stubdata/stubdata.c
M extern/icu/source/stubdata/stubdata.dsp
M extern/icu/source/stubdata/stubdata.vcproj
M extern/icu/source/test/Makefile.in
M extern/icu/source/test/cintltst/Makefile.in
M extern/icu/source/test/cintltst/bocu1tst.c
M extern/icu/source/test/cintltst/callcoll.c
M extern/icu/source/test/cintltst/callcoll.h
M extern/icu/source/test/cintltst/calldata.h
M extern/icu/source/test/cintltst/calltest.c
M extern/icu/source/test/cintltst/capitst.c
M extern/icu/source/test/cintltst/capitst.h
M extern/icu/source/test/cintltst/cbiapts.c
M extern/icu/source/test/cintltst/cbiapts.h
M extern/icu/source/test/cintltst/cbididat.c
M extern/icu/source/test/cintltst/cbiditst.c
M extern/icu/source/test/cintltst/cbiditst.h
M extern/icu/source/test/cintltst/cbkittst.c
M extern/icu/source/test/cintltst/ccaltst.c
M extern/icu/source/test/cintltst/ccaltst.h
M extern/icu/source/test/cintltst/ccapitst.c
M extern/icu/source/test/cintltst/ccapitst.h
M extern/icu/source/test/cintltst/ccolltst.c
M extern/icu/source/test/cintltst/ccolltst.h
M extern/icu/source/test/cintltst/cconvtst.c
M extern/icu/source/test/cintltst/cctest.c
M extern/icu/source/test/cintltst/ccurrtst.c
M extern/icu/source/test/cintltst/ccurrtst.h
M extern/icu/source/test/cintltst/cdantst.c
M extern/icu/source/test/cintltst/cdantst.h
M extern/icu/source/test/cintltst/cdattst.c
M extern/icu/source/test/cintltst/cdattst.h
M extern/icu/source/test/cintltst/cdetst.c
M extern/icu/source/test/cintltst/cdetst.h
M extern/icu/source/test/cintltst/cdtdptst.c
M extern/icu/source/test/cintltst/cdtdptst.h
M extern/icu/source/test/cintltst/cdtrgtst.c
M extern/icu/source/test/cintltst/cdtrgtst.h
M extern/icu/source/test/cintltst/cestst.c
M extern/icu/source/test/cintltst/cestst.h
M extern/icu/source/test/cintltst/cfintst.c
M extern/icu/source/test/cintltst/cfintst.h
M extern/icu/source/test/cintltst/cformtst.c
M extern/icu/source/test/cintltst/cformtst.h
M extern/icu/source/test/cintltst/cfrtst.c
M extern/icu/source/test/cintltst/cfrtst.h
M extern/icu/source/test/cintltst/cg7coll.c
M extern/icu/source/test/cintltst/cg7coll.h
M extern/icu/source/test/cintltst/chashtst.c
M extern/icu/source/test/cintltst/cintltst.c
M extern/icu/source/test/cintltst/cintltst.dsp
M extern/icu/source/test/cintltst/cintltst.h
M extern/icu/source/test/cintltst/cintltst.vcproj
M extern/icu/source/test/cintltst/citertst.c
M extern/icu/source/test/cintltst/citertst.h
M extern/icu/source/test/cintltst/cjaptst.c
M extern/icu/source/test/cintltst/cjaptst.h
M extern/icu/source/test/cintltst/cloctst.c
M extern/icu/source/test/cintltst/cloctst.h
M extern/icu/source/test/cintltst/cmsccoll.c
M extern/icu/source/test/cintltst/cmsgtst.c
M extern/icu/source/test/cintltst/cmsgtst.h
M extern/icu/source/test/cintltst/cnmdptst.c
M extern/icu/source/test/cintltst/cnmdptst.h
M extern/icu/source/test/cintltst/cnormtst.c
M extern/icu/source/test/cintltst/cnormtst.h
M extern/icu/source/test/cintltst/cnumtst.c
M extern/icu/source/test/cintltst/cnumtst.h
M extern/icu/source/test/cintltst/colutil.c
M extern/icu/source/test/cintltst/cposxtst.c
M extern/icu/source/test/cintltst/cregrtst.c
M extern/icu/source/test/cintltst/cregrtst.h
M extern/icu/source/test/cintltst/crestst.c
M extern/icu/source/test/cintltst/crestst.h
M extern/icu/source/test/cintltst/creststn.c
M extern/icu/source/test/cintltst/creststn.h
M extern/icu/source/test/cintltst/cstrcase.c
M extern/icu/source/test/cintltst/cstrtest.c
M extern/icu/source/test/cintltst/ctstdep.c
M extern/icu/source/test/cintltst/cturtst.c
M extern/icu/source/test/cintltst/cturtst.h
M extern/icu/source/test/cintltst/cucdapi.c
M extern/icu/source/test/cintltst/cucdapi.h
M extern/icu/source/test/cintltst/cucdtst.c
M extern/icu/source/test/cintltst/cucdtst.h
M extern/icu/source/test/cintltst/custrtrn.c
M extern/icu/source/test/cintltst/custrtst.c
M extern/icu/source/test/cintltst/cutiltst.c
M extern/icu/source/test/cintltst/encoll.c
M extern/icu/source/test/cintltst/encoll.h
M extern/icu/source/test/cintltst/eurocreg.c
M extern/icu/source/test/cintltst/hpmufn.c
M extern/icu/source/test/cintltst/idnatest.c
M extern/icu/source/test/cintltst/mstrmtst.c
M extern/icu/source/test/cintltst/nccbtst.c
M extern/icu/source/test/cintltst/nccbtst.h
M extern/icu/source/test/cintltst/ncnvfbts.c
M extern/icu/source/test/cintltst/ncnvfbts.h
M extern/icu/source/test/cintltst/ncnvtst.c
M extern/icu/source/test/cintltst/nfsprep.c
M extern/icu/source/test/cintltst/nfsprep.h
M extern/icu/source/test/cintltst/nucnvtst.c
M extern/icu/source/test/cintltst/nucnvtst.h
M extern/icu/source/test/cintltst/putiltst.c
M extern/icu/source/test/cintltst/reapits.c
M extern/icu/source/test/cintltst/sorttest.c
M extern/icu/source/test/cintltst/spreptst.c
M extern/icu/source/test/cintltst/sprpdata.c
M extern/icu/source/test/cintltst/stdnmtst.c
M extern/icu/source/test/cintltst/tracetst.c
M extern/icu/source/test/cintltst/trietest.c
M extern/icu/source/test/cintltst/ucmptst.c
M extern/icu/source/test/cintltst/udatatst.c
M extern/icu/source/test/cintltst/uenumtst.c
M extern/icu/source/test/cintltst/usettest.c
M extern/icu/source/test/cintltst/usrchdat.c
M extern/icu/source/test/cintltst/usrchtst.c
M extern/icu/source/test/cintltst/utf16tst.c
M extern/icu/source/test/cintltst/utf8tst.c
M extern/icu/source/test/cintltst/utransts.c
M extern/icu/source/test/collperf/Makefile.in
M extern/icu/source/test/collperf/collperf.cpp
M extern/icu/source/test/collperf/collperf.dsp
M extern/icu/source/test/collperf/readme.html
M extern/icu/source/test/hdrtst/Makefile.in
M extern/icu/source/test/hdrtst/cxxfiles.txt
M extern/icu/source/test/hdrtst/dfiles.txt
M extern/icu/source/test/hdrtst/pfiles.txt
M extern/icu/source/test/intltest/Makefile.in
M extern/icu/source/test/intltest/allcoll.cpp
M extern/icu/source/test/intltest/allcoll.h
M extern/icu/source/test/intltest/apicoll.cpp
M extern/icu/source/test/intltest/apicoll.h
M extern/icu/source/test/intltest/astrotst.cpp
M extern/icu/source/test/intltest/astrotst.h
M extern/icu/source/test/intltest/calcasts.cpp
M extern/icu/source/test/intltest/calcasts.h
M extern/icu/source/test/intltest/callimts.cpp
M extern/icu/source/test/intltest/callimts.h
M extern/icu/source/test/intltest/calregts.cpp
M extern/icu/source/test/intltest/calregts.h
M extern/icu/source/test/intltest/caltest.cpp
M extern/icu/source/test/intltest/caltest.h
M extern/icu/source/test/intltest/caltztst.cpp
M extern/icu/source/test/intltest/caltztst.h
M extern/icu/source/test/intltest/canittst.cpp
M extern/icu/source/test/intltest/canittst.h
M extern/icu/source/test/intltest/citrtest.cpp
M extern/icu/source/test/intltest/citrtest.h
M extern/icu/source/test/intltest/cntabcol.cpp
M extern/icu/source/test/intltest/cntabcol.h
M extern/icu/source/test/intltest/convtest.cpp
M extern/icu/source/test/intltest/convtest.h
M extern/icu/source/test/intltest/cpdtrtst.cpp
M extern/icu/source/test/intltest/cpdtrtst.h
M extern/icu/source/test/intltest/currcoll.cpp
M extern/icu/source/test/intltest/currcoll.h
M extern/icu/source/test/intltest/dacoll.cpp
M extern/icu/source/test/intltest/dacoll.h
M extern/icu/source/test/intltest/dadrcoll.cpp
M extern/icu/source/test/intltest/dadrcoll.h
M extern/icu/source/test/intltest/dcfmapts.cpp
M extern/icu/source/test/intltest/dcfmapts.h
M extern/icu/source/test/intltest/decoll.cpp
M extern/icu/source/test/intltest/decoll.h
M extern/icu/source/test/intltest/dtfmapts.cpp
M extern/icu/source/test/intltest/dtfmapts.h
M extern/icu/source/test/intltest/dtfmrgts.cpp
M extern/icu/source/test/intltest/dtfmrgts.h
M extern/icu/source/test/intltest/dtfmtrtts.cpp
M extern/icu/source/test/intltest/dtfmtrtts.h
M extern/icu/source/test/intltest/dtfmttst.cpp
M extern/icu/source/test/intltest/dtfmttst.h
M extern/icu/source/test/intltest/encoll.cpp
M extern/icu/source/test/intltest/encoll.h
M extern/icu/source/test/intltest/escoll.cpp
M extern/icu/source/test/intltest/escoll.h
M extern/icu/source/test/intltest/ficoll.cpp
M extern/icu/source/test/intltest/ficoll.h
M extern/icu/source/test/intltest/frcoll.cpp
M extern/icu/source/test/intltest/frcoll.h
M extern/icu/source/test/intltest/g7coll.cpp
M extern/icu/source/test/intltest/g7coll.h
M extern/icu/source/test/intltest/icusvtst.cpp
M extern/icu/source/test/intltest/icusvtst.h
M extern/icu/source/test/intltest/idnaref.cpp
M extern/icu/source/test/intltest/idnaref.h
M extern/icu/source/test/intltest/incaltst.cpp
M extern/icu/source/test/intltest/incaltst.h
M extern/icu/source/test/intltest/intltest.cpp
M extern/icu/source/test/intltest/intltest.dsp
M extern/icu/source/test/intltest/intltest.h
M extern/icu/source/test/intltest/intltest.vcproj
M extern/icu/source/test/intltest/itercoll.cpp
M extern/icu/source/test/intltest/itercoll.h
M extern/icu/source/test/intltest/itformat.cpp
M extern/icu/source/test/intltest/itformat.h
M extern/icu/source/test/intltest/itmajor.cpp
M extern/icu/source/test/intltest/itmajor.h
M extern/icu/source/test/intltest/itrbbi.cpp
M extern/icu/source/test/intltest/itrbbi.h
M extern/icu/source/test/intltest/itrbnf.cpp
M extern/icu/source/test/intltest/itrbnf.h
M extern/icu/source/test/intltest/itrbnfp.cpp
M extern/icu/source/test/intltest/itrbnfp.h
M extern/icu/source/test/intltest/itrbnfrt.cpp
M extern/icu/source/test/intltest/itrbnfrt.h
M extern/icu/source/test/intltest/ittrans.cpp
M extern/icu/source/test/intltest/ittrans.h
M extern/icu/source/test/intltest/itutil.cpp
M extern/icu/source/test/intltest/itutil.h
M extern/icu/source/test/intltest/jacoll.cpp
M extern/icu/source/test/intltest/jacoll.h
M extern/icu/source/test/intltest/jamotest.cpp
M extern/icu/source/test/intltest/jamotest.h
M extern/icu/source/test/intltest/lcukocol.cpp
M extern/icu/source/test/intltest/lcukocol.h
M extern/icu/source/test/intltest/loctest.cpp
M extern/icu/source/test/intltest/loctest.h
M extern/icu/source/test/intltest/miscdtfm.cpp
M extern/icu/source/test/intltest/miscdtfm.h
M extern/icu/source/test/intltest/mnkytst.cpp
M extern/icu/source/test/intltest/mnkytst.h
M extern/icu/source/test/intltest/msfmrgts.cpp
M extern/icu/source/test/intltest/msfmrgts.h
M extern/icu/source/test/intltest/nmfmapts.cpp
M extern/icu/source/test/intltest/nmfmapts.h
M extern/icu/source/test/intltest/nmfmtrt.cpp
M extern/icu/source/test/intltest/nmfmtrt.h
M extern/icu/source/test/intltest/normconf.cpp
M extern/icu/source/test/intltest/normconf.h
M extern/icu/source/test/intltest/nptrans.cpp
M extern/icu/source/test/intltest/nptrans.h
M extern/icu/source/test/intltest/numfmtst.cpp
M extern/icu/source/test/intltest/numfmtst.h
M extern/icu/source/test/intltest/numrgts.cpp
M extern/icu/source/test/intltest/numrgts.h
M extern/icu/source/test/intltest/pptest.cpp
M extern/icu/source/test/intltest/pptest.h
M extern/icu/source/test/intltest/punyref.c
M extern/icu/source/test/intltest/punyref.h
M extern/icu/source/test/intltest/rbbiapts.cpp
M extern/icu/source/test/intltest/rbbiapts.h
M extern/icu/source/test/intltest/rbbitst.cpp
M extern/icu/source/test/intltest/rbbitst.h
M extern/icu/source/test/intltest/regcoll.cpp
M extern/icu/source/test/intltest/regcoll.h
M extern/icu/source/test/intltest/regextst.cpp
M extern/icu/source/test/intltest/regextst.h
M extern/icu/source/test/intltest/reptest.cpp
M extern/icu/source/test/intltest/reptest.h
M extern/icu/source/test/intltest/restest.cpp
M extern/icu/source/test/intltest/restest.h
M extern/icu/source/test/intltest/restsnew.cpp
M extern/icu/source/test/intltest/restsnew.h
M extern/icu/source/test/intltest/sdtfmtts.cpp
M extern/icu/source/test/intltest/sdtfmtts.h
M extern/icu/source/test/intltest/sfwdchit.cpp
M extern/icu/source/test/intltest/sfwdchit.h
M extern/icu/source/test/intltest/srchtest.cpp
M extern/icu/source/test/intltest/srchtest.h
M extern/icu/source/test/intltest/strcase.cpp
M extern/icu/source/test/intltest/strtest.cpp
M extern/icu/source/test/intltest/strtest.h
M extern/icu/source/test/intltest/svccoll.cpp
M extern/icu/source/test/intltest/svccoll.h
M extern/icu/source/test/intltest/tchcfmt.cpp
M extern/icu/source/test/intltest/tchcfmt.h
M extern/icu/source/test/intltest/testidn.cpp
M extern/icu/source/test/intltest/testidna.cpp
M extern/icu/source/test/intltest/testidna.h
M extern/icu/source/test/intltest/testutil.cpp
M extern/icu/source/test/intltest/testutil.h
M extern/icu/source/test/intltest/textfile.cpp
M extern/icu/source/test/intltest/textfile.h
M extern/icu/source/test/intltest/tfsmalls.cpp
M extern/icu/source/test/intltest/tfsmalls.h
M extern/icu/source/test/intltest/thcoll.cpp
M extern/icu/source/test/intltest/thcoll.h
M extern/icu/source/test/intltest/tmsgfmt.cpp
M extern/icu/source/test/intltest/tmsgfmt.h
M extern/icu/source/test/intltest/tokiter.cpp
M extern/icu/source/test/intltest/tokiter.h
M extern/icu/source/test/intltest/transapi.cpp
M extern/icu/source/test/intltest/transapi.h
M extern/icu/source/test/intltest/transrt.cpp
M extern/icu/source/test/intltest/transrt.h
M extern/icu/source/test/intltest/transtst.cpp
M extern/icu/source/test/intltest/transtst.h
M extern/icu/source/test/intltest/trcoll.cpp
M extern/icu/source/test/intltest/trcoll.h
M extern/icu/source/test/intltest/trnserr.cpp
M extern/icu/source/test/intltest/trnserr.h
M extern/icu/source/test/intltest/tscoll.cpp
M extern/icu/source/test/intltest/tscoll.h
M extern/icu/source/test/intltest/tsdate.cpp
M extern/icu/source/test/intltest/tsdate.h
M extern/icu/source/test/intltest/tsdcfmsy.cpp
M extern/icu/source/test/intltest/tsdcfmsy.h
M extern/icu/source/test/intltest/tsdtfmsy.cpp
M extern/icu/source/test/intltest/tsdtfmsy.h
M extern/icu/source/test/intltest/tsmthred.cpp
M extern/icu/source/test/intltest/tsmthred.h
M extern/icu/source/test/intltest/tsnmfmt.cpp
M extern/icu/source/test/intltest/tsnmfmt.h
M extern/icu/source/test/intltest/tsputil.cpp
M extern/icu/source/test/intltest/tsputil.h
M extern/icu/source/test/intltest/tstnorm.cpp
M extern/icu/source/test/intltest/tstnorm.h
M extern/icu/source/test/intltest/tstnrapi.cpp
M extern/icu/source/test/intltest/tzbdtest.cpp
M extern/icu/source/test/intltest/tzbdtest.h
M extern/icu/source/test/intltest/tzregts.cpp
M extern/icu/source/test/intltest/tzregts.h
M extern/icu/source/test/intltest/tztest.cpp
M extern/icu/source/test/intltest/tztest.h
M extern/icu/source/test/intltest/ucaconf.cpp
M extern/icu/source/test/intltest/ucaconf.h
M extern/icu/source/test/intltest/ucdtest.cpp
M extern/icu/source/test/intltest/ucdtest.h
M extern/icu/source/test/intltest/uobjtest.cpp
M extern/icu/source/test/intltest/uobjtest.h
M extern/icu/source/test/intltest/usettest.cpp
M extern/icu/source/test/intltest/usettest.h
M extern/icu/source/test/intltest/ustrtest.cpp
M extern/icu/source/test/intltest/ustrtest.h
M extern/icu/source/test/intltest/v32test.cpp
M extern/icu/source/test/intltest/v32test.h
M extern/icu/source/test/iotest/Makefile.in
M extern/icu/source/test/iotest/filetst.c
M extern/icu/source/test/iotest/iotest.cpp
M extern/icu/source/test/iotest/iotest.dsp
M extern/icu/source/test/iotest/iotest.h
M extern/icu/source/test/iotest/iotest.vcproj
M extern/icu/source/test/iotest/strtst.c
M extern/icu/source/test/letest/FontObject.cpp
M extern/icu/source/test/letest/FontObject.h
M extern/icu/source/test/letest/FontTableCache.cpp
M extern/icu/source/test/letest/FontTableCache.h
M extern/icu/source/test/letest/Makefile.in
M extern/icu/source/test/letest/PortableFontInstance.cpp
M extern/icu/source/test/letest/PortableFontInstance.h
M extern/icu/source/test/letest/cmaps.cpp
M extern/icu/source/test/letest/cmaps.h
M extern/icu/source/test/letest/gendata.cpp
M extern/icu/source/test/letest/gendata.dsp
M extern/icu/source/test/letest/gendata.dsw
M extern/icu/source/test/letest/gendata.sln
M extern/icu/source/test/letest/gendata.vcproj
M extern/icu/source/test/letest/letest.cpp
M extern/icu/source/test/letest/letest.dsp
M extern/icu/source/test/letest/letest.dsw
M extern/icu/source/test/letest/letest.h
M extern/icu/source/test/letest/letest.sln
M extern/icu/source/test/letest/letest.vcproj
M extern/icu/source/test/letest/readme.html
M extern/icu/source/test/letest/sfnt.h
M extern/icu/source/test/letest/testdata.cpp
M extern/icu/source/test/perf/all/all.dsp
M extern/icu/source/test/perf/charperf/CharPerf.pl
M extern/icu/source/test/perf/charperf/Makefile.in
M extern/icu/source/test/perf/charperf/charperf.cpp
M extern/icu/source/test/perf/charperf/charperf.dsp
M extern/icu/source/test/perf/charperf/charperf.h
M extern/icu/source/test/perf/convperf/convperf.cpp
M extern/icu/source/test/perf/convperf/convperf.dsp
M extern/icu/source/test/perf/convperf/convperf.h
M extern/icu/source/test/perf/convperf/convperf_ansi.pl
M extern/icu/source/test/perf/convperf/convperf_iml.pl
M extern/icu/source/test/perf/convperf/data.h
M extern/icu/source/test/perf/normperf/Makefile.in
M extern/icu/source/test/perf/normperf/NormPerf.pl
M extern/icu/source/test/perf/normperf/normperf.cpp
M extern/icu/source/test/perf/normperf/normperf.dsp
M extern/icu/source/test/perf/normperf/normperf.h
M extern/icu/source/test/perf/perf.dsw
M extern/icu/source/test/perf/perldriver/Dataset.pm
M extern/icu/source/test/perf/perldriver/Format.pm
M extern/icu/source/test/perf/perldriver/Output.pm
M extern/icu/source/test/perf/perldriver/PerfFramework.pm
M extern/icu/source/test/perf/ubrkperf/Makefile.in
M extern/icu/source/test/perf/ubrkperf/UBrkPerf.pl
M extern/icu/source/test/perf/ubrkperf/ubrkperf.cpp
M extern/icu/source/test/perf/ubrkperf/ubrkperf.dsp
M extern/icu/source/test/perf/ubrkperf/ubrkperf.h
M extern/icu/source/test/perf/ubrkperf/ubrkperf20.dsp
M extern/icu/source/test/perf/ubrkperf/ubrkperfold.cpp
M extern/icu/source/test/perf/ubrkperf/ubrkperfold.dsp
M extern/icu/source/test/perf/ustrperf/StringPerf.pl
M extern/icu/source/test/perf/ustrperf/stringperf.cpp
M extern/icu/source/test/perf/ustrperf/stringperf.h
M extern/icu/source/test/perf/ustrperf/stringperf.vcproj
M extern/icu/source/test/testdata/CollationTest_NON_IGNORABLE_STUB.txt
M extern/icu/source/test/testdata/CollationTest_SHIFTED_STUB.txt
M extern/icu/source/test/testdata/DataDrivenCollationTest.txt
M extern/icu/source/test/testdata/Makefile.in
M extern/icu/source/test/testdata/NormalizationTest-3.2.0.txt
M extern/icu/source/test/testdata/NumberFormatTestCases.txt
M extern/icu/source/test/testdata/casing.txt
M extern/icu/source/test/testdata/conversion.txt
M extern/icu/source/test/testdata/default.goo
M extern/icu/source/test/testdata/default.txt
M extern/icu/source/test/testdata/ibm9027.ucm
M extern/icu/source/test/testdata/icuio.txt
M extern/icu/source/test/testdata/idna_rules.txt
M extern/icu/source/test/testdata/mc.txt
M extern/icu/source/test/testdata/nfs4_cis_prep.txt
M extern/icu/source/test/testdata/nfs4_cs_prep_ci.txt
M extern/icu/source/test/testdata/nfs4_cs_prep_cs.txt
M extern/icu/source/test/testdata/nfs4_mixed_prep_p.txt
M extern/icu/source/test/testdata/nfs4_mixed_prep_s.txt
M extern/icu/source/test/testdata/ra.txt
M extern/icu/source/test/testdata/rbbitst.txt
M extern/icu/source/test/testdata/re_tests.txt
M extern/icu/source/test/testdata/readme.txt
M extern/icu/source/test/testdata/regextst.txt
M extern/icu/source/test/testdata/riwords.txt
M extern/icu/source/test/testdata/root.txt
M extern/icu/source/test/testdata/te.txt
M extern/icu/source/test/testdata/te_IN.goo
M extern/icu/source/test/testdata/te_IN.txt
M extern/icu/source/test/testdata/test1.ucm
M extern/icu/source/test/testdata/test3.ucm
M extern/icu/source/test/testdata/test4.ucm
M extern/icu/source/test/testdata/test4x.ucm
M extern/icu/source/test/testdata/testaliases.txt
M extern/icu/source/test/testdata/testdata.mk
M extern/icu/source/test/testdata/testempty.txt
M extern/icu/source/test/testdata/testtypes.txt
M extern/icu/source/test/testdata/translit_rules.txt
M extern/icu/source/test/testmap/Makefile.in
M extern/icu/source/test/testmap/testmap.c
M extern/icu/source/test/testmap/testmap.dsp
M extern/icu/source/test/thaitest/Makefile.in
M extern/icu/source/test/thaitest/space.txt
M extern/icu/source/test/thaitest/thaitest.cpp
M extern/icu/source/test/thaitest/thaitest.dsp
M extern/icu/source/test/threadtest/Makefile.in
M extern/icu/source/test/threadtest/converttest.cpp
M extern/icu/source/test/threadtest/stringtest.cpp
M extern/icu/source/test/threadtest/threadtest.cpp
M extern/icu/source/test/threadtest/threadtest.dsp
M extern/icu/source/test/threadtest/threadtest.dsw
M extern/icu/source/test/threadtest/threadtest.h
M extern/icu/source/test/unalignedtest/Makefile.in
M extern/icu/source/test/unalignedtest/readme
M extern/icu/source/test/unalignedtest/unaligned.c
M extern/icu/source/test/usetperf/bitset.cpp
M extern/icu/source/test/usetperf/bitset.h
M extern/icu/source/test/usetperf/timer.h
M extern/icu/source/test/usetperf/usetperf.cpp
M extern/icu/source/test/usetperf/usetperf.dsp
M extern/icu/source/test/utfperf/utfperf.c
M extern/icu/source/test/utfperf/utfperf.dsp
M extern/icu/source/tools/Makefile.in
M extern/icu/source/tools/cpysearch/cpysearch.pl
M extern/icu/source/tools/cpysearch/readme.txt
M extern/icu/source/tools/ctestfw/Makefile.in
M extern/icu/source/tools/ctestfw/ctest.c
M extern/icu/source/tools/ctestfw/ctestfw.dsp
M extern/icu/source/tools/ctestfw/ctestfw.vcproj
M extern/icu/source/tools/ctestfw/datamap.cpp
M extern/icu/source/tools/ctestfw/testdata.cpp
M extern/icu/source/tools/ctestfw/tstdtmod.cpp
M extern/icu/source/tools/ctestfw/unicode/ctest.h
M extern/icu/source/tools/ctestfw/unicode/datamap.h
M extern/icu/source/tools/ctestfw/unicode/testdata.h
M extern/icu/source/tools/ctestfw/unicode/testlog.h
M extern/icu/source/tools/ctestfw/unicode/testtype.h
M extern/icu/source/tools/ctestfw/unicode/tstdtmod.h
M extern/icu/source/tools/dumpce/Makefile.in
M extern/icu/source/tools/dumpce/dumpce.cpp
M extern/icu/source/tools/dumpce/dumpce.dsp
M extern/icu/source/tools/dumpce/dumpce.dsw
M extern/icu/source/tools/genbrk/Makefile.in
M extern/icu/source/tools/genbrk/genbrk.cpp
M extern/icu/source/tools/genbrk/genbrk.dsp
M extern/icu/source/tools/genbrk/genbrk.vcproj
M extern/icu/source/tools/genccode/Makefile.in
M extern/icu/source/tools/genccode/genccode.8.in
M extern/icu/source/tools/genccode/genccode.c
M extern/icu/source/tools/genccode/genccode.dsp
M extern/icu/source/tools/genccode/genccode.vcproj
M extern/icu/source/tools/gencmn/Makefile.in
M extern/icu/source/tools/gencmn/decmn.8.in
M extern/icu/source/tools/gencmn/decmn.c
M extern/icu/source/tools/gencmn/decmn.dsp
M extern/icu/source/tools/gencmn/decmn.vcproj
M extern/icu/source/tools/gencmn/gencmn.8.in
M extern/icu/source/tools/gencmn/gencmn.c
M extern/icu/source/tools/gencmn/gencmn.dsp
M extern/icu/source/tools/gencmn/gencmn.vcproj
M extern/icu/source/tools/gencnval/Makefile.in
M extern/icu/source/tools/gencnval/gencnval.1.in
M extern/icu/source/tools/gencnval/gencnval.c
M extern/icu/source/tools/gencnval/gencnval.dsp
M extern/icu/source/tools/gencnval/gencnval.vcproj
M extern/icu/source/tools/gendraft/gendraft.pl
M extern/icu/source/tools/gennames/Makefile.in
M extern/icu/source/tools/gennames/gennames.8.in
M extern/icu/source/tools/gennames/gennames.c
M extern/icu/source/tools/gennames/gennames.dsp
M extern/icu/source/tools/gennames/gennames.vcproj
M extern/icu/source/tools/gennorm/Makefile.in
M extern/icu/source/tools/gennorm/gennorm.8.in
M extern/icu/source/tools/gennorm/gennorm.c
M extern/icu/source/tools/gennorm/gennorm.dsp
M extern/icu/source/tools/gennorm/gennorm.h
M extern/icu/source/tools/gennorm/gennorm.vcproj
M extern/icu/source/tools/gennorm/store.c
M extern/icu/source/tools/genpname/Makefile.in
M extern/icu/source/tools/genpname/SyntheticPropertyAliases.txt
M extern/icu/source/tools/genpname/data.h
M extern/icu/source/tools/genpname/genpname.cpp
M extern/icu/source/tools/genpname/genpname.dsp
M extern/icu/source/tools/genpname/genpname.vcproj
M extern/icu/source/tools/genpname/preparse.pl
M extern/icu/source/tools/genprops/Makefile.in
M extern/icu/source/tools/genprops/genprops.8.in
M extern/icu/source/tools/genprops/genprops.c
M extern/icu/source/tools/genprops/genprops.dsp
M extern/icu/source/tools/genprops/genprops.h
M extern/icu/source/tools/genprops/genprops.vcproj
M extern/icu/source/tools/genprops/misc/ucdmerge.c
M extern/icu/source/tools/genprops/misc/ucdstrip.c
M extern/icu/source/tools/genprops/misc/ucdstrip.pl
M extern/icu/source/tools/genprops/props2.c
M extern/icu/source/tools/genprops/propsvec.c
M extern/icu/source/tools/genprops/propsvec.h
M extern/icu/source/tools/genprops/store.c
M extern/icu/source/tools/genrb/Makefile.in
M extern/icu/source/tools/genrb/derb.1.in
M extern/icu/source/tools/genrb/derb.c
M extern/icu/source/tools/genrb/derb.dsp
M extern/icu/source/tools/genrb/derb.vcproj
M extern/icu/source/tools/genrb/errmsg.c
M extern/icu/source/tools/genrb/errmsg.h
M extern/icu/source/tools/genrb/gendtjar.pl
M extern/icu/source/tools/genrb/genrb.1.in
M extern/icu/source/tools/genrb/genrb.c
M extern/icu/source/tools/genrb/genrb.dsp
M extern/icu/source/tools/genrb/genrb.h
M extern/icu/source/tools/genrb/genrb.vcproj
M extern/icu/source/tools/genrb/genrbjar.pl
M extern/icu/source/tools/genrb/parse.c
M extern/icu/source/tools/genrb/parse.h
M extern/icu/source/tools/genrb/prscmnts.cpp
M extern/icu/source/tools/genrb/prscmnts.h
M extern/icu/source/tools/genrb/read.c
M extern/icu/source/tools/genrb/read.h
M extern/icu/source/tools/genrb/reslist.c
M extern/icu/source/tools/genrb/reslist.h
M extern/icu/source/tools/genrb/rle.c
M extern/icu/source/tools/genrb/rle.h
M extern/icu/source/tools/genrb/ustr.c
M extern/icu/source/tools/genrb/ustr.h
M extern/icu/source/tools/genrb/util.c
M extern/icu/source/tools/genrb/util.h
M extern/icu/source/tools/genrb/wrtjava.c
M extern/icu/source/tools/genrb/wrtxml.c
M extern/icu/source/tools/genren/Makefile
M extern/icu/source/tools/genren/README
M extern/icu/source/tools/genren/genren.pl
M extern/icu/source/tools/gensprep/Makefile.in
M extern/icu/source/tools/gensprep/filterRFC3454.pl
M extern/icu/source/tools/gensprep/gensprep.8.in
M extern/icu/source/tools/gensprep/gensprep.c
M extern/icu/source/tools/gensprep/gensprep.dsp
M extern/icu/source/tools/gensprep/gensprep.h
M extern/icu/source/tools/gensprep/gensprep.vcproj
M extern/icu/source/tools/gensprep/store.c
M extern/icu/source/tools/gentest/Makefile.in
M extern/icu/source/tools/gentest/genres32.c
M extern/icu/source/tools/gentest/gentest.c
M extern/icu/source/tools/gentest/gentest.dsp
M extern/icu/source/tools/gentest/gentest.h
M extern/icu/source/tools/gentest/gentest.vcproj
M extern/icu/source/tools/genuca/Makefile.in
M extern/icu/source/tools/genuca/genuca.8.in
M extern/icu/source/tools/genuca/genuca.cpp
M extern/icu/source/tools/genuca/genuca.dsp
M extern/icu/source/tools/genuca/genuca.h
M extern/icu/source/tools/genuca/genuca.vcproj
M extern/icu/source/tools/icuswap/Makefile.in
M extern/icu/source/tools/icuswap/icuswap.cpp
M extern/icu/source/tools/icuswap/icuswap.dsp
M extern/icu/source/tools/icuswap/icuswap.vcproj
M extern/icu/source/tools/makeconv/Makefile.in
M extern/icu/source/tools/makeconv/gencnvex.c
M extern/icu/source/tools/makeconv/genmbcs.c
M extern/icu/source/tools/makeconv/genmbcs.h
M extern/icu/source/tools/makeconv/makeconv.1.in
M extern/icu/source/tools/makeconv/makeconv.c
M extern/icu/source/tools/makeconv/makeconv.dsp
M extern/icu/source/tools/makeconv/makeconv.h
M extern/icu/source/tools/makeconv/makeconv.vcproj
M extern/icu/source/tools/makeconv/misc/canonucm.c
M extern/icu/source/tools/makeconv/misc/rptp2ucm.c
M extern/icu/source/tools/makeconv/misc/ucmmerge.c
M extern/icu/source/tools/makeconv/misc/ucmstrip.c
M extern/icu/source/tools/makeconv/ucnvstat.c
M extern/icu/source/tools/pkgdata/Makefile.in
M extern/icu/source/tools/pkgdata/cmnmode.c
M extern/icu/source/tools/pkgdata/dllmode.c
M extern/icu/source/tools/pkgdata/filemode.c
M extern/icu/source/tools/pkgdata/make.c
M extern/icu/source/tools/pkgdata/makefile.h
M extern/icu/source/tools/pkgdata/pkgdata.1.in
M extern/icu/source/tools/pkgdata/pkgdata.c
M extern/icu/source/tools/pkgdata/pkgdata.dsp
M extern/icu/source/tools/pkgdata/pkgdata.vcproj
M extern/icu/source/tools/pkgdata/pkgtypes.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
M extern/icu/source/tools/toolutil/Makefile.in
M extern/icu/source/tools/toolutil/toolutil.c
M extern/icu/source/tools/toolutil/toolutil.dsp
M extern/icu/source/tools/toolutil/toolutil.h
M extern/icu/source/tools/toolutil/toolutil.vcproj
M extern/icu/source/tools/toolutil/ucbuf.c
M extern/icu/source/tools/toolutil/ucbuf.h
M extern/icu/source/tools/toolutil/ucm.c
M extern/icu/source/tools/toolutil/ucm.h
M extern/icu/source/tools/toolutil/ucmpwrit.c
M extern/icu/source/tools/toolutil/ucmpwrit.h
M extern/icu/source/tools/toolutil/ucmstate.c
M extern/icu/source/tools/toolutil/unewdata.c
M extern/icu/source/tools/toolutil/unewdata.h
M extern/icu/source/tools/toolutil/uoptions.c
M extern/icu/source/tools/toolutil/uoptions.h
M extern/icu/source/tools/toolutil/uparse.c
M extern/icu/source/tools/toolutil/uparse.h
M extern/icu/source/tools/toolutil/uperf.cpp
M extern/icu/source/tools/toolutil/uperf.h
M extern/icu/source/tools/toolutil/utimer.h
M extern/icu/source/tools/tzcode/patch-icu-tzcode
M extern/icu/source/tools/tzcode/readme.txt
M extern/icu/source/tools/tzcode/tz.alias
M extern/icu/source/tools/tzcode/tz2icu.cpp
M extern/icu/source/tools/tzcode/tz2icu.h
M extern/regex/COPYRIGHT
M extern/regex/INSTALL
M extern/regex/Makefile.am
M extern/regex/Makefile.in
M extern/regex/Makefile.orig
M extern/regex/README
M extern/regex/WHATSNEW
M extern/regex/aclocal.m4
M extern/regex/autogen.sh
M extern/regex/cclass.h
M extern/regex/cname.h
M extern/regex/config.guess
M extern/regex/config.sub
M extern/regex/configure
M extern/regex/configure.in
M extern/regex/debug.c
M extern/regex/debug.ih
M extern/regex/engine.c
M extern/regex/engine.ih
M extern/regex/fake/limits.h
M extern/regex/fake/memmove.c
M extern/regex/fake/stdlib.h
M extern/regex/install-sh
M extern/regex/ltmain.sh
M extern/regex/main.c
M extern/regex/missing
M extern/regex/mkh
M extern/regex/mkinstalldirs
M extern/regex/regcomp.c
M extern/regex/regcomp.ih
M extern/regex/regerror.c
M extern/regex/regerror.ih
M extern/regex/regex.h
M extern/regex/regex2.h
M extern/regex/regexec.c
M extern/regex/regfree.c
M extern/regex/rxspencer.3
M extern/regex/rxspencer.7
M extern/regex/split.c
M extern/regex/test1.sh
M extern/regex/test2.sh
M extern/regex/test3.sh
M extern/regex/tests
M extern/regex/utils.h
M lang_helpers/README.txt
M lang_helpers/gds.bas
M lang_helpers/gds.h
M lang_helpers/gds.hxx
M lang_helpers/gds.pas
M lang_helpers/gds.pli
M lang_helpers/gds.vpas
M lang_helpers/gds_aix.f
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
M lang_helpers/gds_hp.f
M lang_helpers/gds_sun.f
M lang_helpers/gds_vms.f
M lang_helpers/gdsold.h
M lang_helpers/ib_util.pas
M lang_helpers/perf.pas
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/alice_meta.h
M src/alice/alice_proto.h
M src/alice/aliceswi.h
M src/alice/all.cpp
M src/alice/all.h
M src/alice/all_proto.h
M src/alice/blk.h
M src/alice/exe.cpp
M src/alice/exe_proto.h
M src/alice/tdr.cpp
M src/alice/tdr_proto.h
M src/burp/backu_proto.h
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/burp_proto.h
M src/burp/burpswi.h
M src/burp/canon_proto.h
M src/burp/canonical.cpp
M src/burp/misc.cpp
M src/burp/misc_proto.h
M src/burp/mvol.cpp
M src/burp/mvol_proto.h
M src/burp/resto_proto.h
M src/burp/restore.epp
M src/burp/spit.cpp
M src/burp/spit.h
M src/burp/std_desc.h
M src/common/classes/Aligner.h
M src/common/classes/ClumpletReader.cpp
M src/common/classes/ClumpletReader.h
M src/common/classes/ClumpletWriter.cpp
M src/common/classes/ClumpletWriter.h
M src/common/classes/GenericMap.h
M src/common/classes/MetaName.cpp
M src/common/classes/MetaName.h
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/classes/array.h
M src/common/classes/auto.h
M src/common/classes/class_perf.cpp
M src/common/classes/class_test.cpp
M src/common/classes/fb_atomic.h
M src/common/classes/fb_pair.h
M src/common/classes/fb_string.cpp
M src/common/classes/fb_string.h
M src/common/classes/fb_tls.h
M src/common/classes/init.h
M src/common/classes/locks.cpp
M src/common/classes/locks.h
M src/common/classes/objects_array.h
M src/common/classes/rwlock.h
M src/common/classes/semaphore.cpp
M src/common/classes/semaphore.h
M src/common/classes/sparse_bitmap.h
M src/common/classes/stack.h
M src/common/classes/string_test.cmd
M src/common/classes/string_test.cpp
M src/common/classes/test.sh
M src/common/classes/timestamp.cpp
M src/common/classes/timestamp.h
M src/common/classes/tree.h
M src/common/classes/vector.h
M src/common/config/config.cpp
M src/common/config/config.h
M src/common/config/config_file.cpp
M src/common/config/config_file.h
M src/common/config/config_impl.h
M src/common/config/dir_list.cpp
M src/common/config/dir_list.h
M src/common/fb_exception.cpp
M src/common/mp/AtomicCounter.h
M src/common/mp/crit_section_guard.h
M src/common/mp/crit_section_lock.h
M src/common/mp/mutex.h
M src/common/mp/semaphore.h
M src/common/mp/thread.h
M src/common/stuff.h
M src/common/utils.cpp
M src/common/utils_proto.h
M src/config/AdminException.cpp
M src/config/AdminException.h
M src/config/Args.cpp
M src/config/Args.h
M src/config/ArgsException.cpp
M src/config/ArgsException.h
M src/config/ConfObj.cpp
M src/config/ConfObj.h
M src/config/ConfObject.cpp
M src/config/ConfObject.h
M src/config/ConfigFile.cpp
M src/config/ConfigFile.h
M src/config/Configuration.cpp
M src/config/Configuration.h
M src/config/Element.cpp
M src/config/Element.h
M src/config/FileName.cpp
M src/config/FileName.h
M src/config/InputFile.cpp
M src/config/InputFile.h
M src/config/InputStream.cpp
M src/config/InputStream.h
M src/config/Lex.cpp
M src/config/Lex.h
M src/config/Parameters.h
M src/config/ScanDir.cpp
M src/config/ScanDir.h
M src/config/Stream.cpp
M src/config/Stream.h
M src/config/StreamSegment.cpp
M src/config/StreamSegment.h
M src/dbs/dflt.gdl
M src/dbs/grant.gdl
M src/dbs/isc.gdl
M src/dbs/metadata.sql
M src/dbs/ods10.gdl
M src/dbs/ods101.gdl
M src/dbs/ods72.gdl
M src/dbs/ods80.gdl
M src/dbs/ods80dif.gdl
M src/dbs/ods81.gdl
M src/dbs/ods91.gdl
M src/dbs/procs2.gdl
M src/dbs/scrty_unix.gdl
M src/dbs/scrty_vms.gdl
M src/dbs/security.gdl
M src/dbs/security.sql
M src/dbs/stored_proc.gdl
M src/dbs/v2_triggers.gdl
M src/dsql/all.h
M src/dsql/alld.cpp
M src/dsql/alld_proto.h
M src/dsql/array.epp
M src/dsql/array_proto.h
M src/dsql/blk.h
M src/dsql/blob.epp
M src/dsql/blob_proto.h
M src/dsql/chars.h
M src/dsql/ddl.cpp
M src/dsql/ddl_proto.h
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/dsql.tab.h
M src/dsql/dsql_proto.h
M src/dsql/errd.cpp
M src/dsql/errd_proto.h
M src/dsql/gen.cpp
M src/dsql/gen_proto.h
M src/dsql/hsh.cpp
M src/dsql/hsh_proto.h
M src/dsql/keywords.cpp
M src/dsql/keywords.h
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/metd.epp
M src/dsql/metd_proto.h
M src/dsql/misc_func.cpp
M src/dsql/misc_func.h
M src/dsql/movd.cpp
M src/dsql/movd_proto.h
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.sed
M src/dsql/parse.y
M src/dsql/parse_proto.h
M src/dsql/pass1.cpp
M src/dsql/pass1_proto.h
M src/dsql/prepa_proto.h
M src/dsql/preparse.cpp
M src/dsql/sqlda.h
M src/dsql/sqlda_pub.h
M src/dsql/sym.h
M src/dsql/user__proto.h
M src/dsql/user_dsql.cpp
M src/dsql/utld.cpp
M src/dsql/utld_proto.h
M src/dudley/ddl.cpp
M src/dudley/ddl.h
M src/dudley/ddl_proto.h
M src/dudley/exe.epp
M src/dudley/exe_proto.h
M src/dudley/expan_proto.h
M src/dudley/expand.cpp
M src/dudley/expr.cpp
M src/dudley/expr_proto.h
M src/dudley/extra_proto.h
M src/dudley/extract.epp
M src/dudley/gener_proto.h
M src/dudley/generate.cpp
M src/dudley/hsh.cpp
M src/dudley/hsh_proto.h
M src/dudley/lex.cpp
M src/dudley/lex_proto.h
M src/dudley/parse.cpp
M src/dudley/parse.h
M src/dudley/parse_proto.h
M src/dudley/trn.cpp
M src/dudley/trn_proto.h
M src/extlib/fbudf/MSReadMe.txt
M src/extlib/fbudf/fbudf.cpp
M src/extlib/fbudf/fbudf.h
M src/extlib/fbudf/fbudf.sql
M src/extlib/fbudf/fbudf.txt
M src/extlib/fbudf/stdafx.cpp
M src/extlib/fbudf/stdafx.h
M src/extlib/ib_udf.cpp
M src/extlib/ib_udf.h
M src/extlib/ib_udf.sql
M src/extlib/ib_udf2.sql
M src/extlib/ib_util.c
M src/extlib/ib_util.h
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cdbtable.h
M src/gpre/cmd.cpp
M src/gpre/cmd_proto.h
M src/gpre/cme.cpp
M src/gpre/cme_proto.h
M src/gpre/cmp.cpp
M src/gpre/cmp_proto.h
M src/gpre/cob.cpp
M src/gpre/dyntable.cpp
M src/gpre/dyntable.h
M src/gpre/exp.cpp
M src/gpre/exp_proto.h
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta.h
M src/gpre/gpre_meta_boot.cpp
M src/gpre/gpre_proto.h
M src/gpre/gpreswi.h
M src/gpre/hsh.cpp
M src/gpre/hsh.h
M src/gpre/hsh_proto.h
M src/gpre/int_cxx.cpp
M src/gpre/jrdme_proto.h
M src/gpre/jrdmet.cpp
M src/gpre/lang_proto.h
M src/gpre/movg.cpp
M src/gpre/movg_proto.h
M src/gpre/msc.cpp
M src/gpre/msc_proto.h
M src/gpre/par.cpp
M src/gpre/par_proto.h
M src/gpre/parse.h
M src/gpre/pas.cpp
M src/gpre/pat.cpp
M src/gpre/pat.h
M src/gpre/pat_proto.h
M src/gpre/prett_proto.h
M src/gpre/pretty.cpp
M src/gpre/sdltable.h
M src/gpre/sqe.cpp
M src/gpre/sqe_proto.h
M src/gpre/sql.cpp
M src/gpre/sql_proto.h
M src/gpre/words.h
M src/include/editline.h
M src/include/fb_blk.h
M src/include/fb_exception.h
M src/include/fb_list.h
M src/include/fb_macros.h
M src/include/fb_map.h
M src/include/fb_types.h
M src/include/fb_vector.h
M src/include/firebird.h
M src/include/gen/README.txt
M src/include/gen/autoconfig_msvc.h
M src/include/gen/codetext.h
M src/include/gen/files.txt
M src/include/gen/iberror.h
M src/include/gen/ids.h
M src/include/gen/msg_facs.h
M src/include/gen/msgs.h
M src/include/gen/rdb_codes.h
M src/include/gen/sql_code.h
M src/include/memory_routines.h
M src/include/old_fb_blk.h
M src/include/types_pub.h
M src/install/arch-specific/solx86gcc/CS/pkginfo.in
M src/install/arch-specific/solx86gcc/CS/postinstall.in
M src/install/arch-specific/solx86gcc/CS/postremove.in
M src/install/arch-specific/solx86gcc/CS/preinstall.in
M src/install/arch-specific/solx86gcc/CS/prototype.in
M src/install/arch-specific/solx86gcc/LIBGCC/pkginfolg.in
M src/install/arch-specific/solx86gcc/LIBGCC/prototypelg.in
M src/install/arch-specific/solx86gcc/Makefile.in
M src/intl/charsets/cs_437.h
M src/intl/charsets/cs_737.h
M src/intl/charsets/cs_775.h
M src/intl/charsets/cs_850.h
M src/intl/charsets/cs_852.h
M src/intl/charsets/cs_857.h
M src/intl/charsets/cs_858.h
M src/intl/charsets/cs_860.h
M src/intl/charsets/cs_861.h
M src/intl/charsets/cs_862.h
M src/intl/charsets/cs_863.h
M src/intl/charsets/cs_864.h
M src/intl/charsets/cs_865.h
M src/intl/charsets/cs_866.h
M src/intl/charsets/cs_869.h
M src/intl/charsets/cs_big5.h
M src/intl/charsets/cs_cyrl.h
M src/intl/charsets/cs_gb2312.h
M src/intl/charsets/cs_iso8859_1.h
M src/intl/charsets/cs_iso8859_13.h
M src/intl/charsets/cs_iso8859_2.h
M src/intl/charsets/cs_iso8859_3.h
M src/intl/charsets/cs_iso8859_4.h
M src/intl/charsets/cs_iso8859_5.h
M src/intl/charsets/cs_iso8859_6.h
M src/intl/charsets/cs_iso8859_7.h
M src/intl/charsets/cs_iso8859_8.h
M src/intl/charsets/cs_iso8859_9.h
M src/intl/charsets/cs_jis_0208_1990.h
M src/intl/charsets/cs_koi8r.h
M src/intl/charsets/cs_koi8u.h
M src/intl/charsets/cs_ksc5601.h
M src/intl/charsets/cs_next.h
M src/intl/charsets/cs_sjis.h
M src/intl/charsets/cs_w1250.h
M src/intl/charsets/cs_w1251.h
M src/intl/charsets/cs_w1252.h
M src/intl/charsets/cs_w1253.h
M src/intl/charsets/cs_w1254.h
M src/intl/charsets/cs_w1255.h
M src/intl/charsets/cs_w1256.h
M src/intl/charsets/cs_w1257.h
M src/intl/charsets/cs_w1258.h
M src/intl/charsets.h
M src/intl/collations/bl88591ca0.h
M src/intl/collations/bl88591da0.h
M src/intl/collations/bl88591de0.h
M src/intl/collations/bl88591es0.h
M src/intl/collations/bl88591fi0.h
M src/intl/collations/bl88591fr0.h
M src/intl/collations/bl88591is0.h
M src/intl/collations/bl88591it0.h
M src/intl/collations/bl88591nl0.h
M src/intl/collations/bl88591no0.h
M src/intl/collations/bl88591pt0.h
M src/intl/collations/bl88591ptbr0.h
M src/intl/collations/bl88591sv0.h
M src/intl/collations/bl88591uk0.h
M src/intl/collations/bl88591us0.h
M src/intl/collations/blNEXTde0.h
M src/intl/collations/blNEXTes0.h
M src/intl/collations/blNEXTfr0.h
M src/intl/collations/blNEXTit0.h
M src/intl/collations/blNEXTus0.h
M src/intl/collations/db437de0.h
M src/intl/collations/db437es1.h
M src/intl/collations/db437fi0.h
M src/intl/collations/db437fr0.h
M src/intl/collations/db437it0.h
M src/intl/collations/db437nl0.h
M src/intl/collations/db437sv0.h
M src/intl/collations/db437uk0.h
M src/intl/collations/db437us0.h
M src/intl/collations/db850cf0.h
M src/intl/collations/db850de0.h
M src/intl/collations/db850es0.h
M src/intl/collations/db850fr0.h
M src/intl/collations/db850it1.h
M src/intl/collations/db850nl0.h
M src/intl/collations/db850pt0.h
M src/intl/collations/db850sv1.h
M src/intl/collations/db850uk0.h
M src/intl/collations/db850us0.h
M src/intl/collations/db852cz0.h
M src/intl/collations/db852po0.h
M src/intl/collations/db852sl0.h
M src/intl/collations/db857tr0.h
M src/intl/collations/db860pt0.h
M src/intl/collations/db863cf1.h
M src/intl/collations/db865da0.h
M src/intl/collations/db865no0.h
M src/intl/collations/db866ru0.h
M src/intl/collations/koi8r_ru.h
M src/intl/collations/koi8u_ua.h
M src/intl/collations/pd437intl.h
M src/intl/collations/pd437swedfin.h
M src/intl/collations/pd852czech.h
M src/intl/collations/pd852hundc.h
M src/intl/collations/pd852polish.h
M src/intl/collations/pd852slovene.h
M src/intl/collations/pd861iceland.h
M src/intl/collations/pd865nordan40.h
M src/intl/collations/pd866cyrr.h
M src/intl/collations/pw1250czech.h
M src/intl/collations/pw1250hun.h
M src/intl/collations/pw1250hundc.h
M src/intl/collations/pw1250polish.h
M src/intl/collations/pw1250slov.h
M src/intl/collations/pw1251cyrr.h
M src/intl/collations/pw1252i850.h
M src/intl/collations/pw1252intl.h
M src/intl/collations/pw1252nor4.h
M src/intl/collations/pw1252ptbr.h
M src/intl/collations/pw1252span.h
M src/intl/collations/pw1252swfn.h
M src/intl/collations/pw1253greek1.h
M src/intl/collations/pw1254turk.h
M src/intl/collations/win1250bsba.h
M src/intl/collations/win1257_ee.h
M src/intl/collations/win1257_lt.h
M src/intl/collations/win1257_lv.h
M src/intl/collations/win_cz.h
M src/intl/collations/win_cz_ci_ai.h
M src/intl/collations/xx1251_ua.h
M src/intl/collations/xx885913lt.h
M src/intl/collations/xx88592czech.h
M src/intl/collations/xx88592hun.h
M src/intl/collations/xx88592plk.h
M src/intl/conversions/tx437_865.h
M src/intl/conversions/tx437_lat1.h
M src/intl/conversions/tx865_lat1.h
M src/intl/country_codes.h
M src/intl/cs_big5.cpp
M src/intl/cs_gb2312.cpp
M src/intl/cs_jis.cpp
M src/intl/cs_ksc.cpp
M src/intl/cs_narrow.cpp
M src/intl/cs_unicode_fss.cpp
M src/intl/cs_unicode_ucs2.cpp
M src/intl/cv_big5.cpp
M src/intl/cv_big5.h
M src/intl/cv_gb2312.cpp
M src/intl/cv_gb2312.h
M src/intl/cv_jis.cpp
M src/intl/cv_jis.h
M src/intl/cv_ksc.cpp
M src/intl/cv_ksc.h
M src/intl/cv_narrow.cpp
M src/intl/cv_narrow.h
M src/intl/cv_unicode_fss.cpp
M src/intl/cv_unicode_fss.h
M src/intl/kanji.cpp
M src/intl/kanji.h
M src/intl/kanji_proto.h
M src/intl/lc_ascii.cpp
M src/intl/lc_ascii.h
M src/intl/lc_big5.cpp
M src/intl/lc_big5.h
M src/intl/lc_dos.cpp
M src/intl/lc_dos.h
M src/intl/lc_gb2312.cpp
M src/intl/lc_iso8859_1.cpp
M src/intl/lc_iso8859_13.cpp
M src/intl/lc_iso8859_2.cpp
M src/intl/lc_jis.cpp
M src/intl/lc_ksc.cpp
M src/intl/lc_narrow.cpp
M src/intl/lc_narrow.h
M src/intl/lc_unicode_ucs2.cpp
M src/intl/ld.cpp
M src/intl/ld.h
M src/intl/ld_proto.h
M src/intl/ldcommon.h
M src/intl/moved_files.txt
M src/intl/utils/dtest.c
M src/intl/utils/dtest2.c
M src/intl/utils/make.maps
M src/intl/utils/mapdump.c
M src/intl/utils/mapgen4.c
M src/intl/utils/maptest.cpp
M src/intl/utils/maptest2.c
M src/iscguard/cntl_guard.cpp
M src/iscguard/cntlg_proto.h
M src/iscguard/iscguard.cpp
M src/iscguard/iscguard.h
M src/iscguard/iscguard.rc
M src/iscguard/iscguard.rh
M src/isql/extra_proto.h
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/isql.rc
M src/isql/isql.rh
M src/isql/isql_proto.h
M src/isql/isql_win.cpp
M src/isql/isql_win.h
M src/isql/isqlw_proto.h
M src/isql/show.epp
M src/isql/show_proto.h
M src/jrd/GlobalRWLock.cpp
M src/jrd/GlobalRWLock.h
M src/jrd/IntlManager.cpp
M src/jrd/IntlManager.h
M src/jrd/LocksCache.h
M src/jrd/Optimizer.cpp
M src/jrd/Optimizer.h
M src/jrd/RecordNumber.h
M src/jrd/ThreadData.cpp
M src/jrd/acl.h
M src/jrd/align.h
M src/jrd/all.cpp
M src/jrd/all.h
M src/jrd/all_proto.h
M src/jrd/alt.cpp
M src/jrd/alt_proto.h
M src/jrd/blb.cpp
M src/jrd/blb.h
M src/jrd/blb_proto.h
M src/jrd/blf_proto.h
M src/jrd/blk.h
M src/jrd/blob_filter.cpp
M src/jrd/blob_filter.h
M src/jrd/block_cache.h
M src/jrd/blp.h
M src/jrd/blr.h
M src/jrd/btn.cpp
M src/jrd/btn.h
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/btr_proto.h
M src/jrd/build_no.h
M src/jrd/builtin.cpp
M src/jrd/cch.cpp
M src/jrd/cch.h
M src/jrd/cch_proto.h
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/common.h
M src/jrd/constants.h
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/cvt2_proto.h
M src/jrd/cvt_proto.h
M src/jrd/db_alias.cpp
M src/jrd/db_alias.h
M src/jrd/dbg.cpp
M src/jrd/dbg.h
M src/jrd/dbg_proto.h
M src/jrd/dbt.cpp
M src/jrd/dflt.h
M src/jrd/dfw.epp
M src/jrd/dfw_proto.h
M src/jrd/divorce.cpp
M src/jrd/divorce.h
M src/jrd/dls.cpp
M src/jrd/dls_proto.h
M src/jrd/dmp.cpp
M src/jrd/dmp_proto.h
M src/jrd/dpm.epp
M src/jrd/dpm_proto.h
M src/jrd/drq.h
M src/jrd/dsc.cpp
M src/jrd/dsc.h
M src/jrd/dsc2.h
M src/jrd/dsc_proto.h
M src/jrd/dsc_pub.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/jrd/dyn_md_proto.h
M src/jrd/dyn_mod.epp
M src/jrd/dyn_proto.h
M src/jrd/dyn_ut_proto.h
M src/jrd/dyn_util.epp
M src/jrd/enc.cpp
M src/jrd/enc_proto.h
M src/jrd/entry.h
M src/jrd/err.cpp
M src/jrd/err_proto.h
M src/jrd/event.cpp
M src/jrd/event.h
M src/jrd/event_proto.h
M src/jrd/evl.cpp
M src/jrd/evl_like.h
M src/jrd/evl_proto.h
M src/jrd/evl_string.h
M src/jrd/evl_string_test.cpp
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/ext.cpp
M src/jrd/ext.h
M src/jrd/ext_proto.h
M src/jrd/fields.h
M src/jrd/fil.h
M src/jrd/file_params.h
M src/jrd/filte_proto.h
M src/jrd/filters.cpp
M src/jrd/flags.h
M src/jrd/flu.cpp
M src/jrd/flu.h
M src/jrd/flu_proto.h
M src/jrd/fun.epp
M src/jrd/fun_proto.h
M src/jrd/functions.cpp
M src/jrd/functions.h
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/gdsassert.h
M src/jrd/grammar.cpp
M src/jrd/grammar.y
M src/jrd/grant.epp
M src/jrd/grant_proto.h
M src/jrd/ibase.h
M src/jrd/iberr.cpp
M src/jrd/iberr.h
M src/jrd/iberr_proto.h
M src/jrd/ibsetjmp.h
M src/jrd/idx.cpp
M src/jrd/idx.h
M src/jrd/idx_proto.h
M src/jrd/inf.cpp
M src/jrd/inf_proto.h
M src/jrd/inf_pub.h
M src/jrd/ini.epp
M src/jrd/ini.h
M src/jrd/ini_proto.h
M src/jrd/intl.cpp
M src/jrd/intl.h
M src/jrd/intl_builtin.cpp
M src/jrd/intl_classes.h
M src/jrd/intl_proto.h
M src/jrd/intlnames.h
M src/jrd/intlobj_new.h
M src/jrd/inuse.cpp
M src/jrd/inuse_proto.h
M src/jrd/irq.h
M src/jrd/isc.cpp
M src/jrd/isc.h
M src/jrd/isc_f_proto.h
M src/jrd/isc_file.cpp
M src/jrd/isc_proto.h
M src/jrd/isc_s_proto.h
M src/jrd/isc_signal.h
M src/jrd/isc_sync.cpp
M src/jrd/isc_version.h
M src/jrd/isc_version.rc
M src/jrd/jlx.c
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/jrd_blks.h
M src/jrd/jrd_proto.h
M src/jrd/jrd_pwd.h
M src/jrd/lck.cpp
M src/jrd/lck.h
M src/jrd/lck_proto.h
M src/jrd/license.h
M src/jrd/lls.h
M src/jrd/log.cpp
M src/jrd/log.h
M src/jrd/log2.h
M src/jrd/log_proto.h
M src/jrd/met.epp
M src/jrd/met.h
M src/jrd/met_proto.h
M src/jrd/misc_func_ids.h
M src/jrd/mov.cpp
M src/jrd/mov_proto.h
M src/jrd/msg.h
M src/jrd/msg_encode.h
M src/jrd/names.h
M src/jrd/nav.cpp
M src/jrd/nav_proto.h
M src/jrd/nbak.cpp
M src/jrd/nbak.h
M src/jrd/nod.h
M src/jrd/nodebug.cpp
M src/jrd/ntrace.h
M src/jrd/obj.h
M src/jrd/ods.cpp
M src/jrd/ods.h
M src/jrd/ods_proto.h
M src/jrd/opt.cpp
M src/jrd/opt_proto.h
M src/jrd/os/config_root.h
M src/jrd/os/darwin/config_root.cpp
M src/jrd/os/darwin/mod_loader.cpp
M src/jrd/os/fbsyslog.h
M src/jrd/os/guid.h
M src/jrd/os/isc_i_proto.h
M src/jrd/os/mod_loader.h
M src/jrd/os/path_utils.h
M src/jrd/os/pio.h
M src/jrd/os/pio_proto.h
M src/jrd/os/posix/config_root.cpp
M src/jrd/os/posix/fbsyslog.cpp
M src/jrd/os/posix/guid.cpp
M src/jrd/os/posix/isc_ipc.cpp
M src/jrd/os/posix/mod_loader.cpp
M src/jrd/os/posix/path_utils.cpp
M src/jrd/os/posix/unix.cpp
M src/jrd/os/thd_priority.h
M src/jrd/os/vms/dfloat_stub.cpp
M src/jrd/os/vms/extvms.cpp
M src/jrd/os/vms/lnmdef.h
M src/jrd/os/vms/map.cpp
M src/jrd/os/vms/map_proto.h
M src/jrd/os/vms/mblr.cpp
M src/jrd/os/vms/mblr.h
M src/jrd/os/vms/mblr_proto.h
M src/jrd/os/vms/prv_m_bypass.h
M src/jrd/os/vms/rdb.cpp
M src/jrd/os/vms/rdb.h
M src/jrd/os/vms/rdbcodes.h
M src/jrd/os/vms/rdbgpas.cpp
M src/jrd/os/vms/rdbint.cpp
M src/jrd/os/vms/syidef.h
M src/jrd/os/vms/vms.cpp
M src/jrd/os/vms/vms.h
M src/jrd/os/vms/vms_command.cpp
M src/jrd/os/vms/vmsevent.cpp
M src/jrd/os/vms/vmslo_proto.h
M src/jrd/os/vms/vmslock.cpp
M src/jrd/os/vms/vmsthread.cpp
M src/jrd/os/win32/config_root.cpp
M src/jrd/os/win32/fbsyslog.cpp
M src/jrd/os/win32/guid.cpp
M src/jrd/os/win32/ibinitdll.cpp
M src/jrd/os/win32/isc_ipc.cpp
M src/jrd/os/win32/mod_loader.cpp
M src/jrd/os/win32/path_utils.cpp
M src/jrd/os/win32/thd_priority.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/pag.cpp
M src/jrd/pag.h
M src/jrd/pag_proto.h
M src/jrd/par.cpp
M src/jrd/par_proto.h
M src/jrd/pcmet.epp
M src/jrd/pcmet_proto.h
M src/jrd/perf.cpp
M src/jrd/perf.h
M src/jrd/perf_proto.h
M src/jrd/plugin_manager.cpp
M src/jrd/plugin_manager.h
M src/jrd/pwd.cpp
M src/jrd/qatest.cpp
M src/jrd/quad.cpp
M src/jrd/quad.h
M src/jrd/quad_proto.h
M src/jrd/que.h
M src/jrd/relations.h
M src/jrd/req.h
M src/jrd/rlck.cpp
M src/jrd/rlck_proto.h
M src/jrd/rpb_chain.cpp
M src/jrd/rpb_chain.h
M src/jrd/rse.cpp
M src/jrd/rse.h
M src/jrd/rse_proto.h
M src/jrd/sbm.h
M src/jrd/sch.cpp
M src/jrd/sch_proto.h
M src/jrd/scl.epp
M src/jrd/scl.h
M src/jrd/scl_proto.h
M src/jrd/scroll_cursors.h
M src/jrd/sdl.cpp
M src/jrd/sdl.h
M src/jrd/sdl_proto.h
M src/jrd/sdw.cpp
M src/jrd/sdw.h
M src/jrd/sdw_proto.h
M src/jrd/sha.cpp
M src/jrd/sha.h
M src/jrd/shut.cpp
M src/jrd/shut_proto.h
M src/jrd/smp.h
M src/jrd/smp_impl.h
M src/jrd/sort.cpp
M src/jrd/sort.h
M src/jrd/sort_mem.cpp
M src/jrd/sort_mem.h
M src/jrd/sort_proto.h
M src/jrd/sqz.cpp
M src/jrd/sqz.h
M src/jrd/sqz_proto.h
M src/jrd/status.cpp
M src/jrd/status.h
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/svc_proto.h
M src/jrd/svc_undoc.h
M src/jrd/sym.cpp
M src/jrd/sym.h
M src/jrd/thd.cpp
M src/jrd/thd.h
M src/jrd/thread_proto.h
M src/jrd/tpc.cpp
M src/jrd/tpc.h
M src/jrd/tpc_proto.h
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/tra_proto.h
M src/jrd/trig.h
M src/jrd/types.h
M src/jrd/unicode_util.cpp
M src/jrd/unicode_util.h
M src/jrd/utl.cpp
M src/jrd/utl_proto.h
M src/jrd/val.h
M src/jrd/val_proto.h
M src/jrd/validation.cpp
M src/jrd/version.rc
M src/jrd/vio.cpp
M src/jrd/vio_debug.h
M src/jrd/vio_proto.h
M src/jrd/why.cpp
M src/jrd/why_proto.h
M src/jrd/y_handle.h
M src/lock/config_params
M src/lock/driver.cpp
M src/lock/lock.cpp
M src/lock/lock.h
M src/lock/lock_header_mmap
M src/lock/lock_header_shmem
M src/lock/lock_proto.h
M src/lock/manager.cpp
M src/lock/print.cpp
M src/lock/reset.cpp
M src/lock/ulimit.cpp
M src/misc/align.cpp
M src/misc/blrtable.cpp
M src/misc/codes.epp
M src/misc/fb_boilerplate.h
M src/misc/gds_header.txt
M src/misc/headers.sed
M src/misc/ibase_header.txt
M src/misc/ids.m
M src/misc/intl.sql
M src/misc/makeHeader.cpp
M src/misc/memtest.cpp
M src/misc/src_bundle.sh
M src/misc/upgrade/recovering_build.txt
M src/misc/upgrade/v2/ib_udf2_params.txt
M src/misc/upgrade/v2/ib_udf_params.txt
M src/misc/upgrade/v2/ib_udf_upgrade.sql
M src/misc/upgrade/v2/security_database.sql
M src/misc/upgrade/v2/security_database.txt
M src/misc/writeBuildNum.sh
M src/msgs/build_file.epp
M src/msgs/change_msgs.epp
M src/msgs/check_msgs.epp
M src/msgs/enter_msgs.epp
M src/msgs/facilities.sql
M src/msgs/history.sql
M src/msgs/include.epp
M src/msgs/load.epp
M src/msgs/locales.sql
M src/msgs/messages.sql
M src/msgs/modify_msgs.epp
M src/msgs/msg.gdl
M src/msgs/msg.sql
M src/msgs/symbols.sql
M src/msgs/system_errors.sql
M src/msgs/templates.sql
M src/msgs/transmsgs.de_DE.sql
M src/msgs/transmsgs.fr_FR.sql
M src/qli/all.cpp
M src/qli/all_proto.h
M src/qli/blk.h
M src/qli/comma_proto.h
M src/qli/command.cpp
M src/qli/compi_proto.h
M src/qli/compile.cpp
M src/qli/compile.h
M src/qli/dtr.cpp
M src/qli/dtr.h
M src/qli/err.cpp
M src/qli/err_proto.h
M src/qli/eval.cpp
M src/qli/eval_proto.h
M src/qli/exe.cpp
M src/qli/exe.h
M src/qli/exe_proto.h
M src/qli/expan_proto.h
M src/qli/expand.cpp
M src/qli/forma_proto.h
M src/qli/format.cpp
M src/qli/format.h
M src/qli/gener.cpp
M src/qli/gener_proto.h
M src/qli/help.epp
M src/qli/help_proto.h
M src/qli/hsh.cpp
M src/qli/hsh_proto.h
M src/qli/lex.cpp
M src/qli/lex_proto.h
M src/qli/meta.epp
M src/qli/meta_proto.h
M src/qli/mov.cpp
M src/qli/mov_proto.h
M src/qli/nounix.cpp
M src/qli/parse.cpp
M src/qli/parse.h
M src/qli/parse_proto.h
M src/qli/picst_proto.h
M src/qli/picstr.cpp
M src/qli/proc.epp
M src/qli/proc_ddl.h
M src/qli/proc_proto.h
M src/qli/procddl1.h
M src/qli/procddl2.h
M src/qli/procddl3.h
M src/qli/procddl4.h
M src/qli/repor_proto.h
M src/qli/report.cpp
M src/qli/report.h
M src/qli/reqs.h
M src/qli/show.epp
M src/qli/show_proto.h
M src/qli/symbols.h
M src/qli/words.h
M src/remote/allr.cpp
M src/remote/allr_proto.h
M src/remote/inet.cpp
M src/remote/inet_proto.h
M src/remote/inet_server.cpp
M src/remote/inter_proto.h
M src/remote/interface.cpp
M src/remote/merge.cpp
M src/remote/merge_proto.h
M src/remote/os/sun/server_main_dummy.cpp
M src/remote/os/vms/chuser.cpp
M src/remote/os/win32/chop.cpp
M src/remote/os/win32/chop_proto.h
M src/remote/os/win32/cntl.cpp
M src/remote/os/win32/cntl_proto.h
M src/remote/os/win32/ibconfig.cpp
M src/remote/os/win32/ibconfig.h
M src/remote/os/win32/ibconfig.rc
M src/remote/os/win32/ibsvrhlp.h
M src/remote/os/win32/property.cpp
M src/remote/os/win32/property.rc
M src/remote/os/win32/property.rh
M src/remote/os/win32/propty_proto.h
M src/remote/os/win32/srvr_w32.cpp
M src/remote/os/win32/window.cpp
M src/remote/os/win32/window.h
M src/remote/os/win32/window.rc
M src/remote/os/win32/window.rh
M src/remote/os/win32/window_proto.h
M src/remote/os/win32/wnet.cpp
M src/remote/os/win32/wnet_proto.h
M src/remote/parse_proto.h
M src/remote/parser.cpp
M src/remote/proto_proto.h
M src/remote/protocol.cpp
M src/remote/protocol.h
M src/remote/remot_proto.h
M src/remote/remote.cpp
M src/remote/remote.h
M src/remote/remote_def.h
M src/remote/serve_proto.h
M src/remote/server.cpp
M src/remote/server_stub.cpp
M src/remote/xdr.cpp
M src/remote/xdr.h
M src/remote/xdr_proto.h
M src/remote/xnet.cpp
M src/remote/xnet.h
M src/remote/xnet_proto.h
M src/utilities/analyse.cpp
M src/utilities/cache.cpp
M src/utilities/common/cmd_util.cpp
M src/utilities/common/cmd_util_proto.h
M src/utilities/create_db.cpp
M src/utilities/drop.cpp
M src/utilities/fbcpl/FBControl.rc
M src/utilities/fbcpl/ctrlpan.cpp
M src/utilities/fbcpl/ctrlpan.h
M src/utilities/fbcpl/fbcontrol.clw
M src/utilities/fbcpl/fbcontrol.cpp
M src/utilities/fbcpl/fbcontrol.def
M src/utilities/fbcpl/fbcontrol.h
M src/utilities/fbcpl/fbdialog.cpp
M src/utilities/fbcpl/fbdialog.h
M src/utilities/fbcpl/fbpanel.cpp
M src/utilities/fbcpl/fbpanel.h
M src/utilities/fbcpl/res/fbcontrol.rc2
M src/utilities/fbcpl/resource.h
M src/utilities/fbcpl/stdafx.cpp
M src/utilities/fbcpl/stdafx.h
M src/utilities/gsec/call_service.cpp
M src/utilities/gsec/call_service.h
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec.h
M src/utilities/gsec/gsec_proto.h
M src/utilities/gsec/gsecswi.h
M src/utilities/gsec/secur_proto.h
M src/utilities/gsec/security.epp
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dbaswi.h
M src/utilities/gstat/ppg.cpp
M src/utilities/gstat/ppg_proto.h
M src/utilities/guard/guard.cpp
M src/utilities/guard/util.cpp
M src/utilities/guard/util_proto.h
M src/utilities/ibmgr/ibmgr.cpp
M src/utilities/ibmgr/ibmgr.h
M src/utilities/ibmgr/ibmgrswi.h
M src/utilities/ibmgr/srvrmgr.cpp
M src/utilities/ibmgr/srvrmgr_proto.h
M src/utilities/install/install.cpp
M src/utilities/install/install_client.cpp
M src/utilities/install/install_nt.h
M src/utilities/install/install_proto.h
M src/utilities/install/install_reg.cpp
M src/utilities/install/install_svc.cpp
M src/utilities/install/regis_proto.h
M src/utilities/install/registry.cpp
M src/utilities/install/registry.h
M src/utilities/install/servi_proto.h
M src/utilities/install/services.cpp
M src/utilities/nbackup.cpp
M src/utilities/print_event.cpp
M src/utilities/print_pool.cpp
M src/utilities/rebuild/rebui_proto.h
M src/utilities/rebuild/rebuild.cpp
M src/utilities/rebuild/rebuild.gdl
M src/utilities/rebuild/rebuild.h
M src/utilities/rebuild/rmet.epp
M src/utilities/rebuild/rmet_proto.h
M src/utilities/rebuild/rstor_proto.h
M src/utilities/rebuild/rstore.epp
M src/utilities/relay.cpp
M src/utilities/run_service.cpp
M src/utilities/stats.epp
M src/vulcan/JString.cpp
M src/vulcan/JString.h
M src/vulcan/PathName.cpp
M src/vulcan/PathName.h
M src/vulcan/RefObject.cpp
M src/vulcan/RefObject.h
Set svn:eol-style to native
2010-05-11 12:08 alexpeshkoff
M builds/install/misc/posixLibrary.sh.in
Bacpported fix for CORE-3001: Install fails to create user & group "firebird"
2010-03-29 12:06 alexpeshkoff
M builds/posix/Makefile.in.examples
M builds/posix/Makefile.in.firebird
Fixed build using relatively-old gmake
2010-03-29 06:32 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
use correct version string to locate docs
2010-03-26 16:22 paul_reeves
M builds/install/arch-specific/win32/Readme.txt
M builds/install/arch-specific/win32/ba/Instalacija_ProcitajMe.txt
M builds/install/arch-specific/win32/ba/ProcitajMe.txt
M builds/install/arch-specific/win32/de/installation_liesmich.txt
M builds/install/arch-specific/win32/de/liesmich.txt
M builds/install/arch-specific/win32/es/leame.txt
M builds/install/arch-specific/win32/es/leame_instalacion.txt
M builds/install/arch-specific/win32/fr/installation_lisezmoi.txt
M builds/install/arch-specific/win32/fr/lisezmoi.txt
M builds/install/arch-specific/win32/hu/olvass_el.txt
M builds/install/arch-specific/win32/hu/telepitesi_segedlet.txt
M builds/install/arch-specific/win32/installation_readme.txt
M builds/install/arch-specific/win32/it/leggimi.txt
M builds/install/arch-specific/win32/it/leggimi_installazione.txt
M builds/install/arch-specific/win32/pl/czytajto.txt
M builds/install/arch-specific/win32/pl/instalacja_czytajto.txt
M builds/install/arch-specific/win32/pt/instalacao_leia-me.txt
M builds/install/arch-specific/win32/pt/leia-me.txt
M builds/install/arch-specific/win32/ru/Readme.txt
M builds/install/arch-specific/win32/ru/installation_readme.txt
update version strings to 2.0.6
2010-03-23 14:10 dimitr
M doc/WhatsNew
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Update.
2010-03-22 22:33 hvlad
M src/jrd/btr.cpp
M src/jrd/ods.h
Fixed bug CORE-2936 : Wrong page type (expected 7 found N) error
2010-03-17 10:14 alexpeshkoff
M src/utilities/gsec/security.epp
Backported fix for CORE-2928: Buffer overflow in gsec
2010-03-12 10:57 alexpeshkoff
M builds/install/arch-specific/hpux/super/postInstall.sh.in
M builds/install/arch-specific/linux/classic/postinstall.sh.in
M builds/install/arch-specific/linux/misc/firebird.xinetd.in
M builds/install/arch-specific/linux/super/postinstall.sh.in
M builds/install/arch-specific/netbsd/install.sh.in
M builds/install/misc/classicLibrary.sh.in
M builds/install/misc/posixLibrary.sh.in
Backported fix for CORE-2919: Installation script ignores non-standard ports
2010-03-12 10:56 alexpeshkoff
M builds/posix/Makefile.in.examples
M builds/posix/Makefile.in.firebird
Backported fix for building on the box with LD_LIBRARY_PATH preset
2010-02-22 14:10 dimitr
M doc/WhatsNew
Update.
2010-02-22 14:00 dimitr
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Update.
2010-02-16 14:42 dimitr
M src/jrd/opt.cpp
Fixed CORE-1089: Wrong ordering with views, distinct, left join and order by
and CORE-2871: Outer ORDER BY clause has no effect.
2010-02-10 14:59 hvlad
M src/jrd/btr.cpp
Backport fix for bug CORE-2586 : Non-NULL key in unique index could be not found when key is removed
2010-02-05 12:44 alexpeshkoff
M src/jrd/RecordNumber.h
M src/jrd/dpm.epp
M src/jrd/dpm_proto.h
M src/jrd/idx.cpp
M src/jrd/rpb_chain.cpp
M src/jrd/rse.cpp
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
Backported fix for CORE-195: Bugcheck 291
2010-02-04 15:35 dimitr
M doc/WhatsNew
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Update.
2010-02-04 14:13 alexpeshkoff
M src/utilities/nbackup.cpp
Fixed build on old linux versions
2010-02-04 10:38 dimitr
M src/jrd/shut.cpp
Fixed CORE-2846: Cannot connect to the database if GFIX -shut <mode> -attach <timeout> fails after the specified timeout (because of connections being still active).
2010-02-03 11:01 alexpeshkoff
M builds/install/arch-specific/linux/classic/rpmheader.txt.in
M builds/install/arch-specific/linux/super/rpmheader.txt.in
Backported fix from 2.1 to make new rpm versions happy
2010-01-28 08:05 robocop
M src/isql/isql.epp
Backport CORE-2831: isql shouldn't display db and user name when extracting a script.
2010-01-27 10:32 robocop
M src/jrd/dfw.epp
M src/jrd/exe.h
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/pcmet.epp
Backport: fix misinterpretation of MET_get_dependencies's parameters done years ago with conversion to MetaName class.
2010-01-27 10:14 hvlad
M src/jrd/rse.cpp
Fix for bug CORE-2631 : Backport fix for bug CORE-2291 (BUGCHECK 284) into v2.0.6
2010-01-26 18:10 dimitr
M doc/WhatsNew
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Update.
2010-01-22 14:07 dimitr
M src/jrd/Optimizer.cpp
Fixed CORE-2822: Error "no current row for fetch operation" when subquery includes a non-trivial derived table.
2010-01-20 10:33 hvlad
M src/jrd/LocksCache.h
Backported fix for bug CORE-2698 : Infinite wait in LocksCache::get
2010-01-20 10:30 hvlad
M src/jrd/rse.cpp
Fixed bug CORE-2820 : Small memory leak in query with PLAN ORDER
2009-11-28 12:36 dimitr
M src/remote/xnet.cpp
Make the timeout static.
2009-11-27 10:04 dimitr
M src/remote/xnet.cpp
M src/remote/xnet.h
Fixed CORE-2769: Make XNET_CONNECT_TIMEOUT in xnet.h user configurable.
2009-11-09 07:23 robocop
M src/isql/isql.epp
CORE-2741
2009-11-09 06:21 robocop
M src/isql/isql.epp
Adriano says we shouldn't assume argv[argc] is null.
2009-10-31 20:05 hvlad
M src/dsql/parse.y
Backport fix for bug CORE-2720 : Wrong evaluation result with divide and unary plus\minus operations
2009-10-22 08:12 hvlad
M src/jrd/btr.cpp
Backport fix for bug CORE-2684 : Error page NNN is of wrong type (expected 7, found N)
2009-10-05 15:39 paulbeach
M builds/install/arch-specific/darwin/Makefile.in
A builds/install/arch-specific/darwin/installer_background.jpg
D builds/install/arch-specific/darwin/installer_background.pdf
D builds/install/arch-specific/darwin/installer_background.psd
Correct the corrupt background installer image problem on Mac OSX 10.6 while I remember
2009-10-05 07:50 dimitr
M doc/WhatsNew
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Update.
2009-09-29 10:34 hvlad
M src/jrd/nbak.cpp
Backport fix for bug CORE-2648 : Nbackup's delta file ignored Forced Writes database setting
2009-09-25 20:57 hvlad
M src/jrd/btr.cpp
Backport fix for bug CORE-2635 : Unique index with a lot of NULL keys can be corrupted at level 1
2009-09-25 20:49 hvlad
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/nav.cpp
M src/jrd/rse.cpp
M src/jrd/rse.h
Backport fix for bug CORE-2616 : page 1530262 is of wrong type (expected 7, found 5)
2009-09-25 18:57 hvlad
M src/lock/lock.cpp
Backport fix for bug CORE-2640 : A regular deadlock may not be detected by the lock manager under some conditions, thus resulting in a hang
2009-09-23 13:38 paulbeach
M src/jrd/scl.epp
_string will not compile on Darwin using gcc 4.2.1
2009-08-13 14:56 dimitr
M src/lock/lock.cpp
Backported CORE-2591: High mutex wait ratio and degraded performance after some time of performing normally.
The allocation granularity remains the same there.
2009-07-21 09:45 robocop
M src/jrd/jrd.cpp
Misc.
2009-07-21 07:19 dimitr
M src/jrd/jrd.cpp
M src/jrd/jrd.h
Backport the old Alex's bugfix.
2009-07-20 14:07 dimitr
M src/remote/server.cpp
Fixed two issues for the case of non-authorized op_connect_request:
1) Missing error reporting which makes the client to stall forever
2) CORE-2563: Possible DoS attack using the malformed packet sent into the connection port
2009-07-06 07:44 dimitr
M doc/WhatsNew
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Just an early update.
2009-06-28 07:25 dimitr
M src/jrd/btr.cpp
Backported CORE-2449: Unexpected "lock conflict" error can be thrown instead of other (expected) exception.
2009-06-20 20:40 hvlad
M src/jrd/isc_sync.cpp
Fixed bug CORE-2507 : Intermittent CreateFile failure
2009-05-30 14:17 robocop
M src/jrd/event.cpp
Misc.
2009-05-30 09:10 hvlad
M src/jrd/event.cpp
M src/jrd/event.h
More fixes for bug CORE-2444 : make remapping of shared memory work correctly
2009-05-25 06:10 dimitr
M src/burp/restore.epp
Fixed the logic.
2009-05-14 15:48 dimitr
M src/jrd/Optimizer.cpp
Slightly changed a bugfix for CORE-2078 to avoid affecting indexed retrievals.
It's a compromise targeted to resolve any regressions in v2.1.2 (like CORE-2411).
2009-05-08 11:57 alexpeshkoff
M src/jrd/event.cpp
M src/remote/interface.cpp
M src/remote/remote.h
Backported fix for CORE-2437: Buffer overflow on client when delivering events
2009-04-29 12:32 hvlad
M src/jrd/event.cpp
More fixes for bug CORE-2444 : When more than one attachment register interests in events simultaneously and free space in events table is exhausted engine could hung
2009-04-29 09:02 hvlad
M src/jrd/event.cpp
Fixed bug CORE-2444 : When more than one attachment register interests in events simultaneously and free space in events table is exhausted engine could hung
2009-04-24 15:57 alexpeshkoff
M src/jrd/ThreadData.cpp
M src/remote/server.cpp
Backported fix for CORE-2306: fbserver terminated abnormally when thread start failed
2009-04-22 07:14 alexpeshkoff
M src/utilities/nbackup.cpp
posix_fadvise() does not return error code in errno
2009-04-17 15:00 alexpeshkoff
M builds/install/arch-specific/solaris/CS/postremove.in
M builds/install/arch-specific/solaris/CS/preinstall.in
Patch by Tsutomu Hayashi
2009-04-11 17:13 asfernandes
M src/jrd/unicode_util.cpp
Fixed CORE-2395 - Lost the supplementary characters(UTF-8 4byte) at immediate API handling.
2009-03-23 17:15 hvlad
M src/remote/server.cpp
More complete fix for bug CORE-2368 : AV after isc_cancel_events if event was not found
2009-03-12 08:08 hvlad
M src/remote/server.cpp
Backport fix for bug CORE-2368 : AV after isc_cancel_events if event was not found
2009-03-10 12:49 alexpeshkoff
M src/lock/print.cpp
Backported fix for CORE-2354: "fb_lock_print -ia" output is not flushed to a file between iterations
2009-03-07 18:00 asfernandes
M src/jrd/evl.cpp
M src/jrd/intl.cpp
Backport fix for CORE-2355 - Incorrect handling of LOWER/UPPER when result string shrinks in terms of byte length.
2009-03-06 18:27 alexpeshkoff
M configure.in
M src/utilities/nbackup.cpp
Backported fix for CORE-2316: Throttling Nbackup on large databases
2009-03-05 06:41 robocop
M builds/win32/defs/ib_udf.def
M src/extlib/ib_udf.sql
Expose frac() in ib_udf but only as udf_frac to not clash with a possible native implementation.
2009-02-18 08:31 dimitr
M src/jrd/exe.cpp
Backported CORE-2326: AV when committing a new view while trigger on rdb$relations is in place.
2009-02-10 08:58 alexpeshkoff
M src/burp/restore.epp
Removed code, meaningless in 2.0
2009-02-09 13:10 alexpeshkoff
M src/burp/restore.epp
Fixed compile errors
2009-02-09 10:15 dimitr
M src/utilities/install/install_svc.cpp
Backported CORE-1923: "instsvc remove" returns 1 when succefully executed.
2009-02-09 09:52 robocop
M src/jrd/svc.cpp
Backport Vlad's fix.
2009-02-09 09:50 robocop
M src/burp/backup.epp
M src/burp/mvol.cpp
M src/burp/restore.epp
M src/msgs/facilities.sql
M src/msgs/messages.sql
Backport fix for CORE-2245. I can't compile to verify it and alas, this backport requires adjusting to the old error reporting functions before SafeArg.
2009-01-29 15:29 alexpeshkoff
M configure.in
Backported fix for CORE-2157: fbclient does not have libpthread dependency
2009-01-21 10:10 robocop
M src/extlib/fbudf/fbudf.cpp
Backport CORE-2281 and CORE-2282.
2009-01-11 16:27 alexpeshkoff
M extern/editline/readline.c
M extern/editline/term.c
Backported fix for CORE-2270: isql consumes all memory and crashes when run in zlogin console
2009-01-11 12:30 alexpeshkoff
M src/jrd/jrd.cpp
Backported fix for CORE-2271: gfix reports db ownership error way too late
2009-01-04 13:59 hvlad
M src/jrd/btr.cpp
Backport fix for bug CORE-2241 : Wrong number of records fetched when using index
2009-01-02 06:48 robocop
M src/qli/meta.epp
Fix logic error in qli message introduced with the conversion to C++ many years ago.
2008-12-22 17:35 dimitr
M src/jrd/validation.cpp
Backported CORE-1961: Bugcheck 210 (page in use during flush) is thrown during database validation.
2008-12-18 14:52 alexpeshkoff
M src/qli/compile.cpp
M src/qli/dtr.cpp
M src/qli/dtr.h
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/expand.cpp
M src/qli/format.cpp
M src/qli/gener.cpp
M src/qli/meta.epp
M src/qli/mov.cpp
M src/qli/parse.cpp
M src/qli/picstr.cpp
Backported fix for CORE-2247: Message and descriptor buffers are not aligned properly in QLI
2008-12-14 10:30 robocop
M src/jrd/sdw.cpp
Backport fix for random failure when shadowing is started.
2008-12-10 09:17 dimitr
M doc/WhatsNew
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Update.
2008-12-09 08:27 dimitr
M doc/WhatsNew
Update.
2008-12-09 07:29 paul_reeves
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Manually bump the build number
2008-12-07 17:49 hvlad
M src/burp/restore.epp
Correct typo in fix for CORE-2223
2008-12-05 18:13 alexpeshkoff
M src/burp/burp.h
M src/burp/restore.epp
M src/jrd/scl.h
Backported fix for CORE-2223: Multiple bugs in gbak when working with ACLs
2008-12-03 14:33 paulbeach
A builds/install/arch-specific/darwin/aliases.conf.in
M builds/posix/postfix.darwin
Fix @prefix@ issue for aliases.conf - Reported by Adriano
2008-12-01 14:42 paulbeach
M src/common/classes/semaphore.h
M src/utilities/drop.cpp
Small mods for HPUX to support 2.0.5
2008-12-01 12:33 alexpeshkoff
M src/jrd/isc_sync.cpp
Fixed CORE-2221: Attach to any DB fails after modification of access rights of security2.fdb
2008-11-28 09:44 paulbeach
M builds/posix/prefix.hpux
Small mod for HPUX
2008-11-23 12:52 dimitr
M src/jrd/Optimizer.cpp
Misc.
2008-11-23 12:48 dimitr
M src/jrd/Optimizer.cpp
A better solution for CORE-2200 (Extremely slow executing a cross join of 3 tables in Firebird 2.X).
This time an optimizer level one.
2008-11-23 12:43 dimitr
M src/jrd/Optimizer.cpp
A better solution for CORE-2200 (Extremely slow executing a cross join of 3 tables in Firebird 2.X).
This time an optimizer level one.
2008-11-21 18:44 dimitr
M src/jrd/rse.cpp
Rolled back my yesterday's fix as totally wrong. Solution is to be re-considered.
2008-11-20 12:17 dimitr
M src/jrd/rse.cpp
Fixed CORE-2200: Extremely slow executing a cross join of 3 tables in Firebird 2.x.
2008-11-10 10:14 alexpeshkoff
M src/jrd/execute_statement.cpp
Backported fix for CORE-2173: Server crash after ubnormal disconnect with open ExecuteStatement
2008-11-04 13:52 paul_reeves
M builds/install/arch-specific/win32/i18n_readme.txt
Bring guidelines for i18n of installer up to date.
2008-11-04 13:51 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
M builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc
M builds/install/arch-specific/win32/FirebirdInstallSupportFunctions.inc
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
M builds/install/arch-specific/win32/installation_scripted.txt
Backport improved product detection code from 2.1
Upgrade install script to InnoSetup 5.2.3 to take
a) advantage of improved vista support
b) make ongoing maintenance eaisier.
2008-11-04 13:49 paul_reeves
M builds/install/arch-specific/win32/Readme.txt
M builds/install/arch-specific/win32/ba/Instalacija_ProcitajMe.txt
M builds/install/arch-specific/win32/ba/ProcitajMe.txt
M builds/install/arch-specific/win32/ba/custom_messages_ba.inc
M builds/install/arch-specific/win32/custom_messages.inc
A builds/install/arch-specific/win32/cz
A builds/install/arch-specific/win32/cz/custom_messages_cz.inc
M builds/install/arch-specific/win32/de/custom_messages_de.inc
M builds/install/arch-specific/win32/de/installation_liesmich.txt
M builds/install/arch-specific/win32/de/liesmich.txt
M builds/install/arch-specific/win32/es/custom_messages_es.inc
M builds/install/arch-specific/win32/es/leame.txt
M builds/install/arch-specific/win32/es/leame_instalacion.txt
M builds/install/arch-specific/win32/fr/custom_messages_fr.inc
M builds/install/arch-specific/win32/fr/installation_lisezmoi.txt
M builds/install/arch-specific/win32/fr/lisezmoi.txt
M builds/install/arch-specific/win32/hu/custom_messages_hu.inc
M builds/install/arch-specific/win32/hu/olvass_el.txt
M builds/install/arch-specific/win32/hu/telepitesi_segedlet.txt
M builds/install/arch-specific/win32/installation_readme.txt
M builds/install/arch-specific/win32/it/custom_messages_it.inc
M builds/install/arch-specific/win32/it/leggimi.txt
M builds/install/arch-specific/win32/it/leggimi_installazione.txt
M builds/install/arch-specific/win32/pl/custom_messages_pl.inc
M builds/install/arch-specific/win32/pl/czytajto.txt
M builds/install/arch-specific/win32/pl/instalacja_czytajto.txt
M builds/install/arch-specific/win32/pt/custom_messages_pt.inc
M builds/install/arch-specific/win32/pt/instalacao_leia-me.txt
M builds/install/arch-specific/win32/pt/leia-me.txt
M builds/install/arch-specific/win32/ru/Readme.txt
M builds/install/arch-specific/win32/ru/custom_messages_ru.inc
M builds/install/arch-specific/win32/ru/installation_readme.txt
M builds/install/arch-specific/win32/si/custom_messages_si.inc
A builds/install/arch-specific/win32/sk
A builds/install/arch-specific/win32/sk/custom_messages_sk.inc
Add czech and slovak i18n for windows installer
update version strings to 2.0.5
2008-10-22 15:39 dimitr
M src/remote/server.cpp
Fixed CORE-2137: Database restore may crash the server when DummyPacketInterval is set.
2008-10-14 11:14 alexpeshkoff
M src/intl/lc_iso8859_1.cpp
Fix for Solaris-SPARC build suggested by Tsutomu Hayashi
2008-10-14 11:04 alexpeshkoff
M src/lock/lock.cpp
Fix races in Solaris - tested by Tsutomu Hayashi
2008-10-12 10:19 alexpeshkoff
M autogen.sh
misc
2008-10-09 14:44 dimitr
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Update.
2008-10-09 14:12 hvlad
M src/remote/xnet.cpp
Backport fix for bug CORE-2108 : "get_free_slot() failed" error
2008-10-08 12:59 dimitr
M doc/WhatsNew
Update.
2008-10-08 11:47 dimitr
M src/common/classes/array.h
M src/jrd/Optimizer.cpp
M src/jrd/Optimizer.h
Backported CORE-2078: Suboptimal join plan if there are selective non-indexed predicates involved.
2008-09-24 09:19 robocop
M src/jrd/jrd.cpp
M src/jrd/why.cpp
Misc.
2008-09-24 09:18 robocop
M src/jrd/grant.epp
Delete useless vars.
2008-09-16 09:23 robocop
M builds/posix/prefix.solx86gcc
M src/utilities/gsec/gsec.cpp
Misc.
2008-09-16 08:49 dimitr
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Update.
2008-09-16 07:00 alexpeshkoff
M src/utilities/gsec/gsec.cpp
Backported fix for CORE-1810: Usernames with '.' character
2008-09-15 15:18 alexpeshkoff
M src/common/classes/array.h
M src/jrd/grant.epp
M src/jrd/grant_proto.h
M src/jrd/scl.epp
M src/jrd/scl.h
M src/jrd/scl_proto.h
Backported fix for CORE-1957: Long ACLs truncated
2008-09-15 14:25 alexpeshkoff
M src/common/fb_exception.cpp
M src/include/fb_exception.h
Backported fix for CORE-2055: BOF in fbclient
2008-09-15 13:53 alexpeshkoff
M src/remote/remote.cpp
Backported fix for CORE-2055: BOF in fbclient
2008-09-15 11:46 alexpeshkoff
M src/jrd/why.cpp
Backported fix for CORE-2077: Signal TERM in CS 2.1 for Linux
2008-09-15 11:25 alexpeshkoff
M src/dsql/dsql.cpp
M src/jrd/alt.cpp
M src/jrd/alt_proto.h
M src/jrd/blb.cpp
M src/jrd/btr.cpp
M src/jrd/common.h
M src/jrd/exe.cpp
M src/jrd/execute_statement.cpp
M src/jrd/idx.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd_proto.h
M src/jrd/os/isc_i_proto.h
M src/jrd/os/posix/isc_ipc.cpp
M src/jrd/rse.cpp
M src/jrd/validation.cpp
M src/jrd/vio.cpp
M src/jrd/why.cpp
M src/jrd/why_proto.h
M src/jrd/y_handle.h
M src/remote/server.cpp
Backported fix for CORE-1439: DB corruption when killing posix CS
2008-09-12 09:19 paulbeach
M builds/posix/prefix.solx86gcc
Solaris 10 Modifications
2008-09-12 09:06 paulbeach
M builds/posix/prefix.solx86gcc
Solaris 10 Modifications
2008-09-09 09:28 alexpeshkoff
M src/dsql/dsql.cpp
Backported fix for CORE-1506: Server crash with isc_dsql_execute_immediate and zero length string
2008-09-09 08:21 dimitr
M src/jrd/Optimizer.cpp
Fixed CORE-2073.
2008-09-05 10:59 paulbeach
M builds/install/arch-specific/darwin/install-script
Fix CORE-2065 Add (ln -s) libfbclient.dylib to the default dynamic loader search path /usr/local/lib for Classic
2008-09-04 11:50 paulbeach
M builds/posix/make.defaults
Solaris 10
2008-09-03 10:10 paulbeach
M builds/install/arch-specific/solaris/SS/prototype.in
Update permissions for security database
2008-09-03 10:04 paulbeach
M builds/install/arch-specific/hpux/classic/firebirdCS.psf.in
M builds/install/arch-specific/hpux/classic/postInstall.sh.in
Update permissions for security database
2008-09-03 09:43 paulbeach
M builds/install/arch-specific/darwin/install-script
Update permissions for security database
2008-09-02 22:04 hvlad
M src/jrd/GlobalRWLock.h
A src/jrd/LocksCache.h
M src/jrd/btr.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
FIxed bug CORE-2050 : Performance regression - too many semop() system calls
2008-09-02 13:22 paulbeach
A builds/install/arch-specific/solaris/SS/gds_db-tcp.xml
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/prototype.in
M builds/posix/Makefile.in.examples
M builds/posix/make.defaults
A builds/posix/make.platform.solaris.examples
M builds/posix/prefix.solx86gcc
M configure.in
Solaris 10 SuperServer with Sfio support
2008-08-28 06:37 alexpeshkoff
M src/jrd/os/posix/isc_ipc.cpp
added QUADCONST()
2008-08-22 13:17 alexpeshkoff
M src/jrd/os/isc_i_proto.h
M src/jrd/os/posix/isc_ipc.cpp
Backported fix for CORE-2049: Performance regression - too many sigprocmask() system calls
2008-08-20 06:41 alexpeshkoff
M src/remote/os/win32/wnet.cpp
M src/remote/xnet.cpp
fixing CORE-1964: Use of 0 instead of isc_arg_end to terminate list of ERR_post's (and cousines) arguments is invalid
2008-08-04 21:07 hvlad
M src/jrd/cch.cpp
M src/jrd/cch_proto.h
M src/jrd/vio.cpp
Backported fix for bug CORE-1970 : Lock conversion denied (215) error may occurs
2008-08-04 21:05 hvlad
M src/lock/lock.cpp
M src/lock/lock.h
M src/lock/print.cpp
Backported fixes for bugs :
CORE-1984 : Lock manager reported false deadlocks if one of deadlock participants waits with permitted timeout
CORE-2000 : Lock manager reported false deadlocks under high load
2008-08-02 16:04 asfernandes
M src/gpre/hsh.h
M src/gpre/par.cpp
M src/gpre/words.h
Backport fix for CORE-1982 - Simultaneous backups or restores could interfere each with other using the services API
2008-07-08 09:03 alexpeshkoff
M src/common/classes/alloc.cpp
Backported fix for CORE-1983: Out of memory condition in OS causes AV
2008-07-07 13:35 alexpeshkoff
M src/jrd/jrd.cpp
Renamed function
2008-07-07 11:09 alexpeshkoff
M src/jrd/jrd.cpp
Backported fix for CORE-1972: Non-SYSDBA user can change FW mode of database
2008-07-07 10:57 paulbeach
A builds/install/arch-specific/solaris/CS/gds_db-tcp.xml
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.in
M builds/install/arch-specific/solaris/Makefile.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.in
M builds/install/arch-specific/solaris/libgcc/pkginfolg.in
M builds/install/arch-specific/solaris/libgcc/prototypelg.in
M configure.in
A extern/SfIO/include/sfstrtof.h
A extern/SfIO/include/sfvprintf.c
M extern/SfIO/include/stdio.h
M extern/SfIO/read.me
M src/jrd/common.h
Bring the Solaris installation upto Firebird 2.0. Make it compatible with Solaris 10.
Start to document and add changes for supporting the latest version of Sfio, so
this will support gcc 4.x
2008-07-03 13:43 alexpeshkoff
M builds/posix/Makefile.in.refDatabases
Fixed solaris build
2008-06-27 17:14 robocop
M src/remote/inet_server.cpp
Misc.
2008-06-27 11:47 robocop
M src/remote/inet.cpp
Cleanup.
2008-06-27 11:28 alexpeshkoff
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dsql/user_dsql.cpp
M src/jrd/blb.cpp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/dfw.epp
M src/jrd/dpm.epp
M src/jrd/dyn.epp
M src/jrd/err.cpp
M src/jrd/evl.cpp
M src/jrd/evl_string.h
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/execute_statement.cpp
M src/jrd/ext.cpp
M src/jrd/fun.epp
M src/jrd/functions.cpp
M src/jrd/iberr.cpp
M src/jrd/idx.cpp
M src/jrd/intl.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/lck.cpp
M src/jrd/met.epp
M src/jrd/nbak.cpp
M src/jrd/opt.cpp
M src/jrd/os/posix/isc_ipc.cpp
M src/jrd/os/posix/unix.cpp
M src/jrd/pag.cpp
M src/jrd/par.cpp
M src/jrd/pcmet.epp
M src/jrd/pwd.cpp
M src/jrd/qatest.cpp
M src/jrd/quad.cpp
M src/jrd/rlck.cpp
M src/jrd/rse.cpp
M src/jrd/scl.epp
M src/jrd/sdl.cpp
M src/jrd/sdw.cpp
M src/jrd/shut.cpp
M src/jrd/svc.cpp
M src/jrd/tra.cpp
M src/jrd/vio.cpp
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/remote/interface.cpp
M src/remote/server.cpp
Fixed CORE-1964: Use of 0 instead of isc_arg_end to terminate list of ERR_post's (and cousines) arguments is invalid.
Also cleaned up use of gds__log() in a few places.
2008-06-24 18:29 dimitr
M src/jrd/vio.cpp
Fixed CORE-1958: Bugcheck 179 (decompression overran buffer) when attempting to update the same record multiple times.
2008-06-11 12:12 paulbeach
M builds/install/arch-specific/darwin/Makefile.in
Time to tidy up some old stuff
2008-06-10 10:37 hvlad
M src/jrd/par.cpp
Backport fix for bug CORE-1930 : Possible AV in engine if procedure was altered to have no outputs and dependent procedures was not recompiled
2008-06-01 01:20 asfernandes
M src/dsql/parse.y
Fixed CORE-1919 - Memory corruptions in EXECUTE STATEMENT may crash the server
2008-05-30 08:33 alexpeshkoff
M src/jrd/svc.cpp
Backported fix from 2.1
2008-05-29 11:37 robocop
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
M builds/win32/msvc7/qli.vcproj
Get rid of references to useless header files.
2008-05-23 10:51 paulbeach
M builds/posix/prefix.darwin_i386
M builds/posix/prefix.darwin_powerpc
Make the version numbers automatic
2008-05-22 12:25 alexpeshkoff
M src/jrd/validation.cpp
Backported fix for CORE-1909: Garbage in firebird.log on linux/amd64
2008-05-22 12:16 alexpeshkoff
M src/lock/lock.cpp
Rolled back accidentially committed experimental code
2008-05-22 12:12 alexpeshkoff
M src/include/gen/iberror.h
M src/lock/lock.cpp
M src/misc/codes.epp
Backported fix for CORE-1844: Valgrind often reports "Conditional jump or move depends on uninitialised value(s)" in check_status_vector()
2008-05-22 09:08 paulbeach
M builds/posix/prefix.darwin_i386
M builds/posix/prefix.darwin_powerpc
Fix small problem with version numbers
2008-05-13 08:29 hvlad
M src/jrd/vio.cpp
Backport fix for bug CORE-1830
2008-05-11 12:25 robocop
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc6/qli.dsp
M builds/win32/msvc8/engine.vcproj
M builds/win32/msvc8/engine_classic.vcproj
M builds/win32/msvc8/engine_embed.vcproj
M builds/win32/msvc8/qli.vcproj
- Delete references to header files that only existed in FB1 or until FB1.5.
- Fix references to files that are in another location.
- Delete references to files that don't belong to Windows (the VMS files).
2008-05-10 10:54 robocop
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
M builds/win32/msvc8/engine.vcproj
M builds/win32/msvc8/engine_classic.vcproj
M builds/win32/msvc8/engine_embed.vcproj
Delete explicit references to headers that only existed on FB1 (MSVC doesn't complain unless the missing header is in an #include clause).
Fix reference to header files that existed in another location in FB1.
2008-05-10 08:56 robocop
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
M builds/win32/msvc8/engine.vcproj
M builds/win32/msvc8/engine_classic.vcproj
M builds/win32/msvc8/engine_embed.vcproj
Fix reference to header file that existed in another location in FB1.
2008-05-10 05:02 robocop
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
M builds/win32/msvc8/engine.vcproj
M builds/win32/msvc8/engine_classic.vcproj
M builds/win32/msvc8/engine_embed.vcproj
Delete explicit references to headers that only existed on FB1 (MSVC doesn't complain unless the missing header is in an #include clause).
2008-05-08 13:11 alexpeshkoff
M builds/posix/Makefile.in.refDatabases
A builds/posix/Makefile.in.static.gfix
M builds/posix/make.defaults
Bacported fix for CORE-1889: Security database has FW mode OFF, making it corrupted under some circumstances
2008-05-08 12:46 alexpeshkoff
M configure.in
Bacported fix for CORE-1889: Security database has FW mode OFF, making it corrupted under some circumstances
2008-05-08 07:54 robocop
M src/jrd/btr.cpp
Misc.
2008-05-08 07:52 robocop
M src/common/utils.cpp
Fix indentation.
2008-05-07 12:50 alexpeshkoff
M configure.in
M src/jrd/os/posix/unix.cpp
Bacported fix for CORE-1887: New created databases have wrong access rights
2008-05-07 12:26 hvlad
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/lck.cpp
M src/jrd/lck.h
Backported fix sub-task CORE-1819 : More efficient solution for CORE-1300 (Lower level index pages is missed from parent page).
A bit of (disabled) tracing code added.
2008-05-07 11:30 makowski
M builds/install/misc/firebird.conf
Add comment about Classic on Posix for RemoteBindAddress parameter
2008-05-07 08:04 hvlad
M src/common/config/config.cpp
M src/common/utils.cpp
Backported fix for bug CORE-1886 : Server doesn't start as an application under restricted user accounts on Vista.
Note : i can't verify it as i have no Vista.
2008-05-06 13:10 hvlad
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/opt.cpp
M src/jrd/par.cpp
Backport fix for bug CORE-1884 : Random AVs using stored procedures with expressions as default values of input parameters
2008-05-02 15:23 hvlad
M src/dsql/pass1.cpp
Backport fixes for
a) CORE-1817 : The RelaxedAliasChecking parameter has no effect concerning RDB$DB_KE
b) CORE-1313 : RDB$DB_KEY not supported in derived tables
c) CORE-1451 : Using RDB$DB_KEY in where section while selecting from a procedure crashes the server
Its all in the same part of code so i commit them together
2008-05-02 07:36 hvlad
M src/dsql/ddl.cpp
Fixed bug CORE-1841 : If some VIEW used derived tables and long table names\aliases, It is possible to overflow RDB$VIEW_RELATIONS.RDB$CONTEXT_NAME
2008-05-01 11:33 robocop
M builds/posix/make.shared.variables
M builds/win32/msvc6/config.dsp
M builds/win32/msvc7/config.vcproj
M builds/win32/msvc8/config.vcproj
D src/config/DirectoryList.cpp
D src/config/DirectoryList.h
Delete useless file.
2008-04-29 14:11 alexpeshkoff
M src/jrd/jrd.cpp
Backported fix for CORE-1854: Value of CURRENT_USER may be not in upper case when using unix OS auth.
2008-04-23 08:40 alexpeshkoff
M builds/install/arch-specific/linux/misc/linuxLibrary.sh.in
M builds/install/misc/changeRunUser.sh.in
M builds/install/misc/posixLibrary.sh.in
M builds/install/misc/restoreRootRunUser.sh.in
Backported fix for CORE-1826: changeRunUser.sh and restoreRootRunUser.sh scripts do not change run user in init.d script
2008-04-21 09:07 dimitr
M src/jrd/os/win32/ibinitdll.cpp
Cleaned up the inactive code from prior versions.
2008-04-20 13:55 dimitr
M src/remote/inet.cpp
M src/remote/remote.cpp
M src/remote/remote.h
M src/remote/server.cpp
Fixed CORE-1357.
2008-04-17 14:54 dimitr
M doc/WhatsNew
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Update.
2008-04-17 14:31 dimitr
M builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc
Restored the original mutex test code.
2008-04-17 09:08 dimitr
M src/jrd/dyn.epp
Backported CORE-1840.
2008-04-16 15:17 roman-simakov
M src/jrd/cch.cpp
M src/jrd/nbak.cpp
1. Fixed unlocking header page while CCH_release. Thanks to Vlad.
2. Fixed writing page while nbackup merge state is stalled.
2008-04-14 13:32 paulbeach
A builds/posix/fbintl.hpux.vers
A builds/posix/firebird.hpux.vers
Just noticed these HPUX symbol files were missing in 2.0.x
2008-04-14 13:17 paulbeach
A builds/posix/prefix.solx86gcc_64
M configure.in
M src/jrd/common.h
M src/jrd/inf_pub.h
M src/jrd/license.h
M src/jrd/pag.cpp
M src/jrd/utl.cpp
M src/remote/protocol.h
M src/remote/remote_def.h
Solaris AMD 64bit port
2008-04-07 13:03 paulbeach
M builds/install/arch-specific/solaris/CS/prototype.in
M builds/install/arch-specific/solaris/SS/prototype.in
Wrongly named libfbclient.so
2008-04-04 09:04 dimitr
M src/remote/os/win32/srvr_w32.cpp
M src/utilities/install/install_nt.h
Server-side fix for CORE-1820.
2008-04-03 15:55 alexpeshkoff
M src/remote/inet.cpp
Backported fix for CORE-1807: fbserver assigned to non-canonical port
2008-04-03 13:46 paul_reeves
M builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc
Testing for a real mutex is good. But testing for a mutex that also exists in the client library is not good. :-(
2008-04-03 13:20 paul_reeves
M builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc
Test for a real mutex, rather than an imaginary one.
2008-04-02 10:43 robocop
M src/common/config/config.cpp
M src/config/Parameters.h
M src/gpre/cob.cpp
M src/gpre/ftn.cpp
M src/include/gen/autoconfig_msvc.h
M src/jrd/common.h
M src/jrd/flu.cpp
M src/jrd/isc_file.cpp
M src/jrd/license.h
M src/jrd/pag.cpp
M src/lock/lock.h
M src/remote/inet.cpp
M src/utilities/drop.cpp
Remove SINIX-Z from FB2.
2008-04-02 10:22 paulbeach
M builds/posix/prefix.hpux
No header for prefix.hpux
2008-03-30 12:07 robocop
D builds/install/arch-specific/sinixz
D builds/posix/prefix.sinixz
Remove obsolete SINIX-Z files.
2008-03-29 11:28 robocop
M src/jrd/nbak.cpp
Fix the chaotic indentation.
2008-03-29 11:22 robocop
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/nbak.h
const.
2008-03-29 11:20 robocop
M src/jrd/GlobalRWLock.cpp
M src/jrd/GlobalRWLock.h
M src/jrd/cch.cpp
Style.
2008-03-29 11:14 robocop
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
Adjust VC6 files.
2008-03-28 13:58 paul_reeves
M builds/install/arch-specific/win32/installation_scripted.txt
enhance documentation of scripted installs.
2008-03-28 13:46 paul_reeves
A builds/install/arch-specific/win32/After_Installation.url
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
M builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc
M builds/install/arch-specific/win32/FirebirdInstallSupportFunctions.inc
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
M builds/install/arch-specific/win32/Readme.txt
M builds/install/arch-specific/win32/ba/Instalacija_ProcitajMe.txt
M builds/install/arch-specific/win32/ba/ProcitajMe.txt
M builds/install/arch-specific/win32/ba/custom_messages_ba.inc
M builds/install/arch-specific/win32/custom_messages.inc
M builds/install/arch-specific/win32/de/custom_messages_de.inc
M builds/install/arch-specific/win32/de/installation_liesmich.txt
M builds/install/arch-specific/win32/de/liesmich.txt
M builds/install/arch-specific/win32/es/custom_messages_es.inc
M builds/install/arch-specific/win32/es/leame.txt
M builds/install/arch-specific/win32/es/leame_instalacion.txt
A builds/install/arch-specific/win32/firebirdsql.org.url
M builds/install/arch-specific/win32/fr/custom_messages_fr.inc
M builds/install/arch-specific/win32/fr/installation_lisezmoi.txt
M builds/install/arch-specific/win32/fr/lisezmoi.txt
M builds/install/arch-specific/win32/hu/custom_messages_hu.inc
M builds/install/arch-specific/win32/hu/olvass_el.txt
M builds/install/arch-specific/win32/hu/telepitesi_segedlet.txt
M builds/install/arch-specific/win32/i18n_readme.txt
M builds/install/arch-specific/win32/installation_readme.txt
M builds/install/arch-specific/win32/it/custom_messages_it.inc
M builds/install/arch-specific/win32/it/leggimi.txt
M builds/install/arch-specific/win32/it/leggimi_installazione.txt
M builds/install/arch-specific/win32/pl/custom_messages_pl.inc
M builds/install/arch-specific/win32/pl/czytajto.txt
M builds/install/arch-specific/win32/pl/instalacja_czytajto.txt
M builds/install/arch-specific/win32/pt/custom_messages_pt.inc
M builds/install/arch-specific/win32/pt/instalacao_leia-me.txt
M builds/install/arch-specific/win32/pt/leia-me.txt
M builds/install/arch-specific/win32/ru/Readme.txt
M builds/install/arch-specific/win32/ru/custom_messages_ru.inc
M builds/install/arch-specific/win32/ru/installation_readme.txt
M builds/install/arch-specific/win32/si/custom_messages_si.inc
sync windows installation kits with Fb 2.1
update version strings for 2.0.4
2008-03-28 10:56 paulbeach
M builds/posix/postfix.darwin
typo
2008-03-25 09:08 paulbeach
M builds/install/arch-specific/darwin/install-script
This line - be not needed
2008-03-24 13:55 paulbeach
M builds/install/arch-specific/darwin/install-script
Typo
2008-03-21 21:52 asfernandes
M src/jrd/cch.cpp
M src/jrd/pwd.cpp
Misc
2008-03-21 21:50 asfernandes
M src/jrd/cch.cpp
Misc
2008-03-21 09:28 alexpeshkoff
M src/jrd/os/posix/unix.cpp
Fixed posix build
2008-03-21 08:19 dimitr
A src/jrd/GlobalRWLock.cpp
A src/jrd/GlobalRWLock.h
Commit the forgotten files.
2008-03-20 18:45 dimitr
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Update.
2008-03-20 18:42 dimitr
M builds/posix/make.shared.variables
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
M builds/win32/msvc8/engine.vcproj
M builds/win32/msvc8/engine_classic.vcproj
M builds/win32/msvc8/engine_embed.vcproj
M src/common/classes/array.h
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cch.h
M src/jrd/cch_proto.h
M src/jrd/dfw.epp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/lck.cpp
M src/jrd/lck.h
M src/jrd/lck_proto.h
M src/jrd/nbak.cpp
M src/jrd/nbak.h
M src/jrd/os/pio_proto.h
M src/jrd/os/posix/unix.cpp
M src/jrd/shut.cpp
M src/lock/lock.cpp
M src/lock/lock.h
M src/lock/lock_proto.h
Applied the NBAK patch. I've decided to skip the new error code and use isc_random instead. Raw devices are not officially supported in v2.0 anyway.
2008-03-17 12:30 dimitr
M doc/WhatsNew
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Update.
2008-03-17 12:04 paulbeach
M builds/posix/postfix.darwin
Include aliases.conf in the install
2008-03-17 10:50 hvlad
M src/jrd/cch.cpp
M src/jrd/cch.h
Backport fix for bug CORE-1731 : Sometimes engine may "hang" using 100% CPU load and no IO activity for the few minutes
2008-03-14 10:51 paul_reeves
M src/intl/lc_iso8859_1.cpp
Be sure to include limits.h if we are using INT_MAX
2008-03-09 16:02 asfernandes
M src/intl/lc_iso8859_1.cpp
M src/intl/lc_narrow.cpp
M src/intl/lc_narrow.h
Fixed CORE-1774 - Problem with collate ES_ES_CI_AI
2008-03-06 19:06 hvlad
M src/jrd/scl.epp
Simpified fix for CORE-1775 : Improve performance of security checking
2008-03-04 06:37 robocop
M src/jrd/jrd.cpp
M src/jrd/jrd_pwd.h
M src/jrd/pwd.cpp
Misc.
2008-03-02 15:37 alexpeshkoff
M src/utilities/gsec/call_service.cpp
Fixed problem, noticed by Philippe with CORE-1680
2008-02-29 15:28 paulbeach
M src/jrd/os/darwin/config_root.cpp
Correct include for MacTypes.h
2008-02-29 13:57 paulbeach
M builds/posix/prefix.darwin_i386
Minor typo
2008-02-29 13:33 paulbeach
M src/common/classes/semaphore.h
MacOSX 10.4 and previous semaphore declaration for all Darwin builds
2008-02-29 13:29 paulbeach
M builds/posix/prefix.darwin_i386
Get rid of the really annoying $UNIX2003 symbols that get pulled into libfbclient.dylib that prevent kinterbasdb running on MacOSX 10.4
2008-02-27 12:56 alexpeshkoff
M src/jrd/jrd.cpp
M src/jrd/jrd_pwd.h
M src/jrd/pwd.cpp
backported fix for CORE-1421: SuperServer can't shutdown immediately after shutdown request after failed login attempt
2008-02-27 12:00 alexpeshkoff
M src/jrd/os/pio.h
forgotten yesterday file - CORE-1476
2008-02-26 15:12 dimitr
M doc/WhatsNew
Update.
2008-02-26 13:09 alexpeshkoff
M src/jrd/os/posix/unix.cpp
Backported fix for CORE-1476: Forced writes do not work on Linux
2008-02-25 09:26 paul_reeves
M builds/win32/install_classic.bat
Dont run the guardian service if using the classic server.
2008-02-24 10:31 hvlad
M src/jrd/dfw.epp
M src/jrd/dfw_proto.h
M src/jrd/pcmet.epp
Backport fix for CORE-1746 : Expression index can be created while doing inserts into table
2008-02-20 15:06 paulbeach
M builds/install/arch-specific/solaris/CS/prototype.in
Installation of Firebird 2.0.x SuperServer on Solaris
2008-02-20 14:38 paulbeach
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/prototype.in
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/prototype.in
Installation of Firebird 2.0.x SuperServer on Solaris
2008-02-20 14:34 dimitr
M doc/WhatsNew
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Update.
2008-02-18 11:58 paulbeach
M builds/install/arch-specific/darwin/Readme.txt
M builds/install/arch-specific/darwin/install-script
M builds/install/arch-specific/darwin/preupgrade-script
M builds/posix/postfix.darwin
Add the Readme.txt, allow package upgrade of aliases.conf and UDF files, so existing installations get upgraded properly.
2008-02-17 13:59 dimitr
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Update.
2008-02-13 12:47 alexpeshkoff
M src/jrd/svc.cpp
M src/jrd/svc.h
Backported fix for CORE-1726: isc_service_start failed
2008-02-12 16:10 paulbeach
M builds/install/arch-specific/darwin/launchd.org.firebird.gds.plist
update the launchdaemon plist file with the correct dtd url
2008-02-06 16:20 paulbeach
M builds/install/arch-specific/darwin/install-script
Oops - there should be a comment here
2008-01-30 10:21 paulbeach
M builds/posix/prefix.darwin_powerpc
Minor MacOS ppc changes
2008-01-22 09:37 paulbeach
M builds/install/arch-specific/darwin/install-script
Minor Mods
2008-01-18 19:00 hvlad
M src/jrd/vio.cpp
Backport fix for bug CORE-1702 : Wrong record number calculation in garbage collector thread
2008-01-17 17:06 alexpeshkoff
M configure.in
M src/common/classes/fb_string.cpp
Backported fix for CORE-1692: Firebird::string::vprintf() fails with long resulting string
2008-01-17 16:19 alexpeshkoff
M src/jrd/gds.cpp
rolled back my bad attempt to fix CORE 1671
2008-01-17 11:15 paulbeach
M builds/posix/prefix.darwin_i386
M builds/posix/prefix.darwin_powerpc
Minor mod for international symbols
2008-01-16 11:04 paulbeach
M src/jrd/svc.cpp
Make the service api work on MacOS
2008-01-11 12:55 alexpeshkoff
M src/jrd/gds.cpp
Backported fix for CORE-1671: atexit() calls in client libraries cause segfaults if the libraries are used in dlopen()ed modules
2008-01-10 14:18 paulbeach
M builds/install/arch-specific/hpux/misc/hpuxLibrary.sh.in
No -M for useradd on HPUX
2008-01-10 11:19 paulbeach
M builds/install/arch-specific/hpux/classic/postUninstall.sh.in
HPUX Depot install
2008-01-10 09:49 paulbeach
M builds/install/arch-specific/hpux/Makefile.in
A builds/install/arch-specific/hpux/classic/firebirdCS.psf.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/misc/hpuxLibrary.sh.in
M configure.in
HPUX Depot install
2008-01-09 17:06 alexpeshkoff
M builds/install/arch-specific/linux/Makefile.in
M builds/install/arch-specific/linux/classic/rpmheader.txt.in
M builds/install/arch-specific/linux/super/rpmheader.txt.in
M configure.in
Backported fix for CORE-1421: RPM libstdc++ version dependency
2008-01-09 11:06 paulbeach
M builds/install/arch-specific/linux/misc/linuxLibrary.sh.in
M builds/install/misc/posixLibrary.sh.in
Move generateNewDBAPassword function from posixLibrary to linuxLibrary. This function makes no sense on HPUX.
2008-01-09 09:56 alexpeshkoff
M src/utilities/gsec/call_service.cpp
Backported fix for CORE-1680: gsec display only shows some first users when there are many users (>50) in security database
2008-01-09 09:54 alexpeshkoff
M src/jrd/svc.cpp
Backported fix for CORE-1679: Garbage bytes in isc_service_query() output
2008-01-09 09:44 dimitr
M src/remote/protocol.cpp
M src/remote/server.cpp
Fixed CORE-1681.
2008-01-07 12:03 paulbeach
M builds/install/arch-specific/hpux/classic/postInstall.sh.in
HPUX Port
2008-01-07 11:29 paulbeach
A builds/install/arch-specific/hpux
A builds/install/arch-specific/hpux/Makefile.in
A builds/install/arch-specific/hpux/classic
A builds/install/arch-specific/hpux/classic/makeinstallImage.sh.in
A builds/install/arch-specific/hpux/classic/postInstall.sh.in
A builds/install/arch-specific/hpux/classic/postUninstall.sh.in
A builds/install/arch-specific/hpux/classic/preInstall.sh.in
A builds/install/arch-specific/hpux/classic/preUninstall.sh.in
A builds/install/arch-specific/hpux/classic/tarInstall.sh.in
A builds/install/arch-specific/hpux/classic/tarUninstall.sh.in
A builds/install/arch-specific/hpux/classic/tarmainInstall.sh.in
A builds/install/arch-specific/hpux/classic/tarmainUninstall.sh.in
A builds/install/arch-specific/hpux/misc
A builds/install/arch-specific/hpux/misc/changedbaPassword.sh.in
A builds/install/arch-specific/hpux/misc/changegdslibrarycompatibleLink.sh.in
A builds/install/arch-specific/hpux/misc/createaliasDB.sh.in
A builds/install/arch-specific/hpux/misc/firebird.init.d.hpux.in
A builds/install/arch-specific/hpux/misc/hpuxLibrary.sh.in
A builds/install/arch-specific/hpux/misc/rc.config.firebird.hpux.in
A builds/install/arch-specific/hpux/super
A builds/install/arch-specific/hpux/super/makeinstallImage.sh.in
A builds/install/arch-specific/hpux/super/postInstall.sh.in
A builds/install/arch-specific/hpux/super/postUninstall.sh.in
A builds/install/arch-specific/hpux/super/preInstall.sh.in
A builds/install/arch-specific/hpux/super/preUninstall.sh.in
A builds/install/arch-specific/hpux/super/tarInstall.sh.in
A builds/install/arch-specific/hpux/super/tarUninstall.sh.in
A builds/install/arch-specific/hpux/super/tarmainInstall.sh.in
A builds/install/arch-specific/hpux/super/tarmainUninstall.sh.in
HPUX Port
2008-01-07 11:21 paulbeach
M builds/install/misc/posixLibrary.sh.in
M builds/posix/prefix.hpux
HPUX Port
2008-01-07 11:11 paulbeach
M configure.in
HPUX Installer - Configure should be working now
2008-01-04 15:11 alexpeshkoff
M builds/install/misc/classicLibrary.sh.in
M builds/install/misc/posixLibrary.sh.in
M builds/install/misc/superLibrary.sh.in
Fixed CORE-1674: Wrong access rights in doc subdirectory
2008-01-04 13:31 alexpeshkoff
M builds/posix/make.rules
misc
2008-01-04 13:06 alexpeshkoff
M builds/install/arch-specific/darwin/install-script
misc
2008-01-02 16:08 paulbeach
M configure.in
HPUX Installer - Configure should be working now
2008-01-02 13:54 paulbeach
M configure.in
HPUX
2008-01-02 13:20 paulbeach
M configure.in
HPUX
2008-01-02 12:47 paulbeach
M configure.in
HPUX
2007-12-29 00:59 asfernandes
M builds/install/arch-specific/darwin/install-script
M src/misc/src_bundle.sh
Misc
2007-12-27 13:05 paulbeach
M builds/posix/prefix.darwin_powerpc
Minor Mods MacOS
2007-12-22 09:14 robocop
M src/common/classes/semaphore.h
I don't see the point in using the class name to qualify a method declaration inside the class definition.
2007-12-20 10:37 paulbeach
M builds/install/arch-specific/darwin/install-script
Minor corrections
2007-12-20 10:17 paulbeach
M builds/install/arch-specific/darwin/install-script
M builds/install/arch-specific/darwin/launchd.org.firebird.gds.plist
Minor corrections
2007-12-20 09:37 alexpeshkoff
M src/jrd/err.cpp
Backported Dmitry's fix for unregistered AV
2007-12-19 13:46 paulbeach
M configure.in
YATypo
2007-12-19 13:22 alexpeshkoff
M src/jrd/tpc.cpp
Backported fix for CORE-1657: AV with long inactive read-only read-commited transaction
2007-12-19 13:20 alexpeshkoff
M src/common/classes/semaphore.h
misc
2007-12-19 13:15 paulbeach
M configure.in
typo
2007-12-19 12:50 paulbeach
D builds/posix/prefix.darwin
A builds/posix/prefix.darwin_i386
A builds/posix/prefix.darwin_powerpc
M configure.in
Differentiate between ppc and i386 for MacOS
2007-12-19 11:43 paulbeach
M src/common/classes/semaphore.h
Support oldver versions of MacOS header file semaphore.h
2007-12-19 11:11 paulbeach
M builds/posix/prefix.darwin
Set the deployment target as a compile option as well - just to make sure
2007-12-19 10:43 paulbeach
M extern/icu/source/config/mh-darwin
Correction
2007-12-19 10:03 paulbeach
M builds/posix/prefix.darwin
Correction
2007-12-19 09:35 paulbeach
M extern/icu/source/common/putil.c
Updated to support MacOS 10.5 and backwards compatibility with 10.4
2007-12-19 09:21 paulbeach
M extern/icu/source/common/putil.c
M extern/icu/source/config/mh-darwin
Updated to support MacOS 10.5 and backwards compatibility with 10.4
2007-12-19 09:01 paulbeach
M builds/install/arch-specific/darwin/install-script
M builds/posix/make.shared.variables
M builds/posix/prefix.darwin
M configure.in
A src/common/classes/semaphore.cpp
M src/common/classes/semaphore.h
M src/jrd/common.h
M src/jrd/divorce.cpp
M src/remote/inet_server.cpp
M src/remote/remote_def.h
SuperServer support for MacOS
2007-12-18 09:15 paulbeach
M builds/install/arch-specific/darwin/Makefile.in
Correct typos
2007-12-17 19:43 hvlad
M src/jrd/btr.cpp
Backported fix for bug CORE-1199 : Firebird SS: internal gds software consistency check (CCH_precedence: block marked (212), file: cch.cpp line: 3640)
2007-12-13 16:37 alexpeshkoff
M builds/posix/make.defaults
There is a bug in alt-linux - it's sensitive to order of libraries in command line.
Taking into an account, that others are not sensitive, place editline in the beginning
of libraries list.
2007-12-10 11:14 paulbeach
M builds/install/arch-specific/darwin/install-script
M src/common/classes/semaphore.h
Fix MacOS typo's
2007-12-10 07:42 robocop
M src/jrd/jrd.cpp
Undo the indentation for the preprocessor directives.
2007-12-10 07:21 dimitr
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/vio.cpp
Fixed CORE-1610 and its subtask CORE-1615.
2007-12-08 07:04 robocop
M configure.in
Misc.
2007-12-07 10:05 paulbeach
M builds/install/arch-specific/darwin/FB.info
M builds/install/arch-specific/darwin/install-script
A builds/install/arch-specific/darwin/launchd.org.firebird.gds.plist
M builds/install/arch-specific/darwin/preupgrade-script
M builds/posix/make.rules
M builds/posix/postfix.darwin
M builds/posix/prefix.darwin
M configure.in
M src/common/classes/semaphore.h
MacOS 10.5 (Leopard) updates
2007-12-05 09:32 robocop
M src/dsql/pass1.cpp
Totally misc.
2007-12-03 20:58 hvlad
M builds/install/misc/firebird.conf
M src/common/config/config.cpp
M src/common/config/config.h
M src/dsql/pass1.cpp
Backport CORE-1625 : Implement new setting to relax strict SQL standard's alias checking rules
2007-12-03 20:48 hvlad
M src/common/classes/fb_string.h
Backported missed method from HEAD
2007-11-28 13:12 alexpeshkoff
M src/alice/alice.h
Fixed gcc warning
2007-11-22 12:30 alexpeshkoff
M src/jrd/constants.h
M src/jrd/isc.cpp
M src/jrd/isc_proto.h
M src/jrd/jrd.cpp
M src/jrd/jrd_pwd.h
M src/jrd/pwd.cpp
M src/jrd/svc.cpp
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/xnet.cpp
M src/utilities/guard/guard.cpp
Backported fix for CORE-1603: Possible buffer overflow with long user name
2007-11-19 10:14 alexpeshkoff
M src/common/classes/semaphore.h
Fixed wrong return - thanks to Adriano
2007-11-17 17:43 asfernandes
M src/jrd/fun.epp
Misc
2007-11-17 10:31 robocop
M src/include/gen/autoconfig_msvc.h
M src/jrd/common.h
M src/jrd/isc_file.cpp
No more hpux (lowercase). To be reviewed by Paul Beach.
2007-11-17 07:53 robocop
M src/jrd/sort.cpp
Strange warnings.
2007-11-17 05:47 robocop
M src/jrd/inf.cpp
Backport CORE-1447 as requested by Pavel.
2007-11-17 05:45 robocop
M src/jrd/pag.cpp
Backport CORE-1470 as requested by Pavel.
2007-11-17 04:57 robocop
M builds/win32/msvc8/gstat.vcproj
Misc.
2007-11-16 13:18 robocop
M src/common/config/config.cpp
Paranoid check.
2007-11-16 13:11 robocop
M builds/win32/msvc7/gstat.vcproj
M src/jrd/cch.cpp
M src/jrd/isc_file.cpp
M src/jrd/scl.epp
M src/utilities/drop.cpp
Misc.
2007-11-16 13:09 robocop
M builds/win32/msvc6/gsec.dsp
M builds/win32/msvc6/gstat.dsp
M src/common/classes/tree.h
M src/jrd/execute_statement.cpp
Fixing compilation for VC6.
2007-11-16 12:33 alexpeshkoff
M src/jrd/fun.epp
Backported fix for CORE-1579: Corrupt BLOB in UDF if followed by a char* that is a timestamp
2007-11-15 11:48 alexpeshkoff
M configure.in
Fixed posix build
2007-11-15 11:40 alexpeshkoff
M src/common/classes/semaphore.h
Fixed posix build
2007-11-13 10:50 dimitr
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Update.
2007-11-13 01:50 asfernandes
M src/jrd/cmp.cpp
Fixed CORE-1572 - Multiple Rows in Singleton Select not reported in a View - backporting CORE-881 - Singleton isn't respected in
COMPUTED BY expressions
2007-11-12 12:17 paulbeach
M src/utilities/drop.cpp
HPUX Port - correct drop.cpp
2007-11-11 18:59 asfernandes
M src/burp/burp.h
M src/burp/canonical.cpp
M src/burp/mvol_proto.h
M src/jrd/RecordNumber.h
M src/jrd/dsc.cpp
M src/jrd/dsc2.h
M src/jrd/license.h
M src/misc/src_bundle.sh
M src/utilities/analyse.cpp
M src/utilities/drop.cpp
M src/utilities/gstat/dba.epp
Misc
2007-11-09 11:02 alexpeshkoff
M src/dsql/parse.y
one more FB_UINT64
2007-11-09 09:47 paulbeach
M src/dsql/make.cpp
M src/dsql/parse.cpp
M src/jrd/opt.cpp
M src/jrd/os/posix/unix.cpp
HPUX Port - correct missing FB_UINT64's
2007-11-08 15:43 hvlad
M src/jrd/pag.cpp
Backport fix for bug CORE-1577 : Forced Writes setting is not applied to the secondary database files
2007-11-08 15:28 paulbeach
A builds/posix/prefix.hpux
M configure.in
M src/burp/backup.epp
M src/burp/burp.h
M src/burp/canonical.cpp
M src/burp/mvol.cpp
M src/burp/mvol_proto.h
M src/burp/restore.epp
M src/common/classes/semaphore.h
M src/common/classes/sparse_bitmap.h
M src/config/ScanDir.cpp
M src/gpre/cme.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/include/firebird.h
M src/jrd/RecordNumber.h
M src/jrd/blb.cpp
M src/jrd/btn.cpp
M src/jrd/btr.cpp
M src/jrd/common.h
M src/jrd/cvt.cpp
M src/jrd/dsc.cpp
M src/jrd/dsc2.h
M src/jrd/evl.cpp
M src/jrd/flu.cpp
M src/jrd/isc_file.cpp
M src/jrd/isc_sync.cpp
M src/jrd/license.h
M src/jrd/opt.cpp
M src/jrd/pag.cpp
M src/jrd/rse.cpp
M src/jrd/sbm.h
M src/jrd/sort.cpp
M src/jrd/sort.h
M src/jrd/sort_proto.h
M src/lock/lock.h
M src/lock/print.cpp
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/remote/remote_def.h
M src/remote/xdr.cpp
M src/utilities/analyse.cpp
M src/utilities/drop.cpp
M src/utilities/gstat/dba.epp
M src/utilities/rebuild/rebuild.cpp
HPUX Port
2007-11-06 08:19 alexpeshkoff
M src/dsql/dsql.cpp
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
Some more places, where getSlong() is useful.
Removed accidentially committed commented printfs.
2007-11-05 15:03 alexpeshkoff
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/pass1.cpp
Backported function name change
2007-11-05 13:20 alexpeshkoff
M src/jrd/err.cpp
M src/remote/inet_server.cpp
Backported proper fix for CORE-1558
2007-11-02 15:49 alexpeshkoff
M configure.in
M src/jrd/err.cpp
M src/remote/inet_server.cpp
Backported fix for CORE-1558: Help people get core files in case of abort() on BUGCHECK
2007-11-02 11:41 alexpeshkoff
A src/common/classes/Aligner.h
M src/intl/cs_big5.cpp
M src/intl/cs_gb2312.cpp
M src/intl/cs_jis.cpp
M src/intl/cs_ksc.cpp
M src/intl/cs_narrow.cpp
M src/intl/cs_unicode_fss.cpp
M src/intl/cs_unicode_ucs2.cpp
M src/intl/cv_big5.cpp
M src/intl/cv_big5.h
M src/intl/cv_gb2312.cpp
M src/intl/cv_gb2312.h
M src/intl/cv_jis.cpp
M src/intl/cv_jis.h
M src/intl/cv_ksc.cpp
M src/intl/cv_ksc.h
M src/intl/cv_narrow.cpp
M src/intl/cv_narrow.h
M src/intl/cv_unicode_fss.cpp
M src/intl/cv_unicode_fss.h
M src/intl/lc_narrow.cpp
M src/intl/ldcommon.h
M src/jrd/common.h
M src/jrd/intl.cpp
M src/jrd/intl_builtin.cpp
M src/jrd/intl_classes.h
M src/jrd/unicode_util.cpp
Backported fix for CORE-1499: Wrong alignment of data, used in INTL converters
2007-11-02 11:40 alexpeshkoff
M src/jrd/opt.cpp
avoid cast
2007-11-01 10:33 dimitr
M src/jrd/rse.cpp
Backported CORE-1419.
2007-10-29 17:55 dimitr
M src/jrd/opt.cpp
Fixed CORE-1533.
2007-10-29 17:53 dimitr
M src/jrd/Optimizer.cpp
M src/jrd/exe.h
Fixed CORE-1549.
2007-10-24 15:36 paulbeach
M builds/install/arch-specific/solaris/CS/postinstall.in
Solaris Port
2007-10-24 13:53 alexpeshkoff
M src/jrd/why_proto.h
backported API function declaration
2007-10-24 13:22 paulbeach
M builds/posix/prefix.solaris
Solaris Port
2007-10-22 07:43 alexpeshkoff
M src/jrd/why.cpp
Cleanup
2007-10-18 11:59 alexpeshkoff
M src/jrd/intl.cpp
misc
2007-10-18 11:29 alexpeshkoff
M src/include/fb_exception.h
M src/jrd/alt.cpp
Backported fix for CORE-1455: Crash in fbclient after unsuccessful user management API call
2007-10-18 11:16 alexpeshkoff
M src/common/fb_exception.cpp
Backported fix for CORE-1455: Crash in fbclient after unsuccessful user management API call
2007-10-17 14:36 alexpeshkoff
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.tab.h
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
Backported fix for CORE-1501: Wrong access to SLONG data in dsql_nod
2007-10-10 11:18 alexpeshkoff
M src/jrd/os/posix/unix.cpp
cleaned old unused hpux's union fcntlun
2007-10-08 14:00 alexpeshkoff
M src/jrd/event.cpp
fixed posix CS build
2007-10-05 14:54 alexpeshkoff
M src/jrd/execute_statement.cpp
Backported fix for CORE-1500: Data in EXECUTE STATEMENT internal buffer is not aligned correctly
2007-09-30 10:55 hvlad
M src/jrd/validation.cpp
Backport fix for bug CORE-1481 : gfix may report false errors when using in-memory metadata
2007-09-28 11:54 alexpeshkoff
M src/intl/kanji.cpp
M src/intl/ldcommon.h
Backported fix for CORE-1484: AV in fbintl
2007-09-28 11:47 alexpeshkoff
M src/isql/isql.epp
Backported fix for CORE-1485: AV when loading messages in msg.fdb
2007-09-24 07:36 paul_reeves
M builds/install/arch-specific/win32/pl/custom_messages_pl.inc
M builds/install/arch-specific/win32/pl/czytajto.txt
M builds/install/arch-specific/win32/pl/instalacja_czytajto.txt
Update Polish i18n for Windows installer.
2007-09-14 18:29 dimitr
M src/jrd/par.cpp
Fixed CORE-1462.
2007-09-14 06:53 dimitr
M src/remote/server.cpp
Fixed CORE-1459.
2007-09-14 05:48 dimitr
M src/remote/server.cpp
Fixed CORE-1460.
2007-09-13 14:30 hvlad
M src/jrd/event.cpp
M src/jrd/event.h
Backported fix for bug CORE-1457: Server crashes attempting to deliver events for the just disconnected session.
Subtask CORE-1458 : Implement defered session cleanup in event.cpp
2007-09-13 14:28 hvlad
M src/remote/xnet.cpp
Backport fix for bug CORE-1456: Wrong events delivery in the case of concurrent XNET connections
2007-09-12 08:16 dimitr
M src/remote/interface.cpp
Fixed CORE-1452.
2007-09-06 06:35 dimitr
M src/jrd/pag.cpp
Fixed CORE-1442.
2007-09-03 14:07 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
M builds/install/arch-specific/win32/Readme.txt
M builds/install/arch-specific/win32/ba/Instalacija_ProcitajMe.txt
M builds/install/arch-specific/win32/ba/ProcitajMe.txt
M builds/install/arch-specific/win32/de/installation_liesmich.txt
M builds/install/arch-specific/win32/de/liesmich.txt
M builds/install/arch-specific/win32/es/leame.txt
M builds/install/arch-specific/win32/es/leame_instalacion.txt
M builds/install/arch-specific/win32/fr/installation_lisezmoi.txt
M builds/install/arch-specific/win32/fr/lisezmoi.txt
M builds/install/arch-specific/win32/hu/olvass_el.txt
M builds/install/arch-specific/win32/hu/telepitesi_segedlet.txt
M builds/install/arch-specific/win32/installation_readme.txt
M builds/install/arch-specific/win32/it/leggimi.txt
M builds/install/arch-specific/win32/it/leggimi_installazione.txt
M builds/install/arch-specific/win32/pl/czytajto.txt
M builds/install/arch-specific/win32/pl/instalacja_czytajto.txt
M builds/install/arch-specific/win32/pt/instalacao_leia-me.txt
M builds/install/arch-specific/win32/pt/leia-me.txt
M builds/install/arch-specific/win32/ru/Readme.txt
M builds/install/arch-specific/win32/ru/installation_readme.txt
Update hard-coded version number strings from 2.0.2 to 2.0.3
2007-09-02 14:00 dimitr
M doc/WhatsNew
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Update.
2007-08-31 15:29 paulbeach
M builds/install/arch-specific/solaris/CS/prototype.in
Solaris Port
2007-08-31 12:28 paulbeach
M builds/install/arch-specific/solaris/CS/prototype.in
Solaris Port
2007-08-31 12:09 alexpeshkoff
M src/jrd/execute_statement.cpp
Backported fix for CORE-1435
2007-08-31 10:49 paulbeach
M builds/posix/prefix.solx86gcc
Solaris Port
2007-08-31 09:11 paulbeach
M builds/install/arch-specific/solaris/libgcc/pkginfolg.in
Solaris Port
2007-08-31 09:00 paulbeach
A builds/install/arch-specific/solaris/libgcc
A builds/install/arch-specific/solaris/libgcc/pkginfolg.in
A builds/install/arch-specific/solaris/libgcc/prototypelg.in
Solaris Port
2007-08-30 15:37 alexpeshkoff
M configure.in
No need to manually add libstdc++ when using correct linker.
Also created problems with ./configure on HPUX.
2007-08-30 15:15 alexpeshkoff
M src/jrd/os/posix/unix.cpp
Backported fix for 64-bit I/O on Solaris
2007-08-30 09:47 paulbeach
M builds/install/arch-specific/solx86/Makefile.in
Solaris Port
2007-08-30 09:26 paulbeach
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/preinstall.in
M builds/install/arch-specific/solaris/CS/prototype.in
M builds/install/arch-specific/solaris/Makefile.in
M builds/install/arch-specific/solx86/Makefile.in
Solaris Port
2007-08-30 09:16 paulbeach
D builds/install/arch-specific/solx86gcc
M builds/posix/prefix.solx86gcc
M configure.in
M extern/icu/source/config/mh-solaris-gcc
Solaris Port
2007-08-22 06:53 alexpeshkoff
M src/config/ScanDir.cpp
M src/config/ScanDir.h
Backported fix from HEAD
2007-08-20 13:41 alexpeshkoff
M configure.in
M src/common/classes/semaphore.h
M src/lock/lock.cpp
Bacported fix for CORE-1418: Races when starting and quickly shutting down blocking AST thread
2007-08-16 09:02 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
M builds/install/arch-specific/win32/Readme.txt
M builds/install/arch-specific/win32/ba/Instalacija_ProcitajMe.txt
M builds/install/arch-specific/win32/ba/ProcitajMe.txt
M builds/install/arch-specific/win32/de/installation_liesmich.txt
M builds/install/arch-specific/win32/de/liesmich.txt
M builds/install/arch-specific/win32/es/leame.txt
M builds/install/arch-specific/win32/es/leame_instalacion.txt
M builds/install/arch-specific/win32/fr/installation_lisezmoi.txt
M builds/install/arch-specific/win32/fr/lisezmoi.txt
M builds/install/arch-specific/win32/hu/olvass_el.txt
M builds/install/arch-specific/win32/hu/telepitesi_segedlet.txt
M builds/install/arch-specific/win32/installation_readme.txt
M builds/install/arch-specific/win32/it/leggimi.txt
M builds/install/arch-specific/win32/it/leggimi_installazione.txt
M builds/install/arch-specific/win32/pl/czytajto.txt
M builds/install/arch-specific/win32/pl/instalacja_czytajto.txt
M builds/install/arch-specific/win32/pt/instalacao_leia-me.txt
M builds/install/arch-specific/win32/pt/leia-me.txt
M builds/install/arch-specific/win32/ru/Readme.txt
M builds/install/arch-specific/win32/ru/installation_readme.txt
Update hard-coded version number strings from 2.0.1 to 2.0.2
2007-08-15 13:49 alexpeshkoff
M builds/posix/Makefile.in.extlib
M builds/posix/make.defaults
M builds/posix/make.rules
Fixed build on Solaris 10 x86.
2007-08-13 03:47 dimitr
M src/common/classes/vector.h
Removed the unconditional debugging info, moved the tag.
2007-08-07 16:17 dimitr
M doc/WhatsNew
Updated docs.
2007-08-07 15:48 dimitr
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Updated buildno.
2007-08-07 10:13 dimitr
M builds/win32/msvc8/Firebird2.sln
Fixed the incomplete solution configuration.
2007-08-06 12:16 dimitr
A builds/win32/msvc8
A builds/win32/msvc8/Firebird2.sln
A builds/win32/msvc8/Firebird2Boot.sln
A builds/win32/msvc8/Firebird2Boot2.sln
A builds/win32/msvc8/Firebird2_Examples.sln
A builds/win32/msvc8/alice.vcproj
A builds/win32/msvc8/alice_classic.vcproj
A builds/win32/msvc8/build_msg.vcproj
A builds/win32/msvc8/burp.vcproj
A builds/win32/msvc8/burp_classic.vcproj
A builds/win32/msvc8/codes.vcproj
A builds/win32/msvc8/common.vcproj
A builds/win32/msvc8/common_classic.vcproj
A builds/win32/msvc8/common_static.vcproj
A builds/win32/msvc8/config.vcproj
A builds/win32/msvc8/dsql_server.vcproj
A builds/win32/msvc8/dsql_server_classic.vcproj
A builds/win32/msvc8/empbuild.vcproj
A builds/win32/msvc8/engine.vcproj
A builds/win32/msvc8/engine_classic.vcproj
A builds/win32/msvc8/engine_embed.vcproj
A builds/win32/msvc8/fb2control.vcproj
A builds/win32/msvc8/fb_inet_server.vcproj
A builds/win32/msvc8/fb_lock_print.vcproj
A builds/win32/msvc8/fbclient.vcproj
A builds/win32/msvc8/fbclient_static.vcproj
A builds/win32/msvc8/fbembed.vcproj
A builds/win32/msvc8/fbguard.vcproj
A builds/win32/msvc8/fbserver.vcproj
A builds/win32/msvc8/fbudf.vcproj
A builds/win32/msvc8/gbak.vcproj
A builds/win32/msvc8/gbak_embed.vcproj
A builds/win32/msvc8/gdef.vcproj
A builds/win32/msvc8/gds32.vcproj
A builds/win32/msvc8/gfix.vcproj
A builds/win32/msvc8/gpre.vcproj
A builds/win32/msvc8/gpre_boot.vcproj
A builds/win32/msvc8/gpre_embed.vcproj
A builds/win32/msvc8/gpre_static.vcproj
A builds/win32/msvc8/gsec.vcproj
A builds/win32/msvc8/gsplit.vcproj
A builds/win32/msvc8/gstat.vcproj
A builds/win32/msvc8/ib_udf.vcproj
A builds/win32/msvc8/ib_util.vcproj
A builds/win32/msvc8/instclient.vcproj
A builds/win32/msvc8/instreg.vcproj
A builds/win32/msvc8/instsvc.vcproj
A builds/win32/msvc8/intl.vcproj
A builds/win32/msvc8/intlbuild.vcproj
A builds/win32/msvc8/isql.vcproj
A builds/win32/msvc8/isql_embed.vcproj
A builds/win32/msvc8/lock.vcproj
A builds/win32/msvc8/lock_classic.vcproj
A builds/win32/msvc8/nbackup.vcproj
A builds/win32/msvc8/qli.vcproj
A builds/win32/msvc8/remote.vcproj
A builds/win32/msvc8/remote_classic.vcproj
A builds/win32/msvc8/utilities.vcproj
A builds/win32/msvc8/utilities_classic.vcproj
A builds/win32/msvc8/utilities_embed.vcproj
A builds/win32/msvc8/v5_examples.vcproj
M builds/win32/setenvvar.bat
M src/include/gen/autoconfig_msvc.h
Makefiles for MSVC8.
2007-08-03 09:09 alexpeshkoff
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.embed.util
fixed posix build
2007-08-03 08:34 dimitr
M src/remote/server.cpp
M src/remote/xnet.cpp
Fixed CORE-1403.
2007-08-03 05:22 dimitr
M builds/win32/msvc7/gstat.vcproj
Fixed CORE-1398, CORE-1399, CORE-1400.
2007-08-03 05:13 dimitr
M src/utilities/gstat/dba.epp
Fixed CORE-1398, CORE-1399, CORE-1400.
2007-08-02 16:19 hvlad
M src/remote/inet.cpp
M src/remote/server.cpp
Fixed bug CORE-1397 : Possible vulnerability in remote server
2007-08-01 10:55 alexpeshkoff
M src/jrd/utl.cpp
M src/jrd/utl_proto.h
M src/jrd/why.cpp
Fixed unregistered bug:
vulnerability in attach/create database when filename exceeds MAX_PATH_LEN.
2007-07-30 09:59 dimitr
M src/remote/xnet.cpp
Backported a bit simplified fix for CORE-1194.
2007-07-27 13:31 alexpeshkoff
M src/common/classes/alloc.cpp
M src/common/classes/fb_tls.h
M src/common/classes/vector.h
Backported fix for spare space in MemoryPool
2007-07-26 09:49 dimitr
M src/remote/inet.cpp
Fixed 2.0.2 after incomplete security backport that affected connections using non-default TCP ports.
2007-07-25 17:40 hvlad
M src/jrd/os/win32/winnt.cpp
Fixed bug CORE-1380 : IO errors after changing FW on already attached database
2007-07-20 09:43 alexpeshkoff
M src/dsql/dsql.cpp
Backported fix for CORE-1371: Execute block fails within execute statement
2007-07-17 10:12 dchri
M src/jrd/gds.cpp
Backported fix for CORE-1223.
2007-07-12 09:47 hvlad
M src/jrd/btr.cpp
Backported fix for CORE-1300 : Lower level index pages is missed from parent page
2007-07-12 09:17 hvlad
M src/jrd/btr.cpp
Backported fix for CORE-1298 : BTR\garbage_collect code can make a deadlock in a page cache
2007-07-12 09:06 hvlad
M src/jrd/btr.cpp
Backported fix for CORE-1299 : Wrong index entries order at non-leaf b-tree pages
2007-07-12 01:42 asfernandes
M src/dsql/pass1.cpp
Backported fix for CORE-1156 - Prepare fails when having a parameter in a DSQL statement before a sub query.
2007-07-12 00:44 asfernandes
M src/dsql/ddl.cpp
M src/jrd/dyn_def.epp
Backported fixes for:
1) CORE-1286 - Bug with COMPUTED BY fields.
2) CORE-1292 - Can't create table using long username and UTF8 as attachment charset.
2007-07-10 17:42 hvlad
M src/jrd/isc.cpp
Backported fix for CORE-984 (and its duplicate CORE-1301) : fbclient.dll changes the security descriptor of the calling process
2007-07-10 17:34 hvlad
M src/jrd/evl.cpp
Backported fix for CORE-1248 : Incorrect timestamp arithmetic when one of operands is negative number
2007-07-10 17:29 hvlad
M src/remote/interface.cpp
Backported fix for CORE-1349 : Remote interface not checked in REM_receive and REM_fetch client supplied message length against length of format of message
2007-07-10 17:20 hvlad
M src/remote/inet.cpp
Backported fixes for
CORE-1276 : Sometime INET error reported as 0 in firebird.log instead of real error code, and
CORE-1303 : Infinite loop in SS remote listener
2007-07-08 14:27 asfernandes
M src/jrd/Optimizer.cpp
Backported fix for CORE-1153 - Activating index change "STARTING" working as "LIKE" in join condition
2007-07-06 01:32 asfernandes
M src/jrd/evl.cpp
Backported fix for CORE-1347 - Unexpected "cannot transliterate" error
2007-06-28 12:24 alexpeshkoff
M src/jrd/os/posix/isc_ipc.cpp
fixed bug done by me when backporting fix from HEAD
2007-06-27 01:49 asfernandes
M src/common/classes/fb_pair.h
M src/jrd/exe.cpp
M src/jrd/exe_proto.h
M src/jrd/execute_statement.cpp
Backport fix for CORE-1331 - Charset transliterations don't work with EXECUTE STATEMENT
2007-06-21 12:06 alexpeshkoff
M src/remote/inet.cpp
M src/remote/interface.cpp
M src/remote/server.cpp
M src/remote/xnet.cpp
backported security fix
2007-06-19 07:37 alexpeshkoff
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_proto.h
M src/alice/tdr.cpp
Backported fix for CORE-1328: unexpected end of input when running gfix in dialog
2007-06-13 14:14 alexpeshkoff
M src/jrd/scl.epp
Backported fix for buffer overflow
2007-06-13 13:23 alexpeshkoff
M src/jrd/jrd.cpp
Backported fix for role uppercasing
2007-06-09 09:36 alexpeshkoff
M src/jrd/jrd.cpp
M src/jrd/scl.epp
Restored old (SYSDBA) value of CURRENT_USER during BOOT_BUILD in 2_0_Release too
2007-06-08 11:37 alexpeshkoff
M src/jrd/dyn.epp
M src/jrd/evl.cpp
M src/jrd/functions.cpp
M src/jrd/inf.cpp
M src/jrd/jrd.cpp
M src/jrd/scl.epp
M src/jrd/scl.h
M src/jrd/scl_proto.h
M src/jrd/vio.cpp
backported fix for CORE-1312: A remote attacker can check, if a file is present in the system, running firebird server
2007-06-08 11:33 alexpeshkoff
M src/jrd/os/pio.h
M src/jrd/os/posix/unix.cpp
Fixed bug in my previous commit
2007-06-06 13:12 alexpeshkoff
M src/jrd/os/posix/unix.cpp
Make it compilable when no PREAD_PWRITE present
2007-06-06 08:41 alexpeshkoff
M src/common/classes/semaphore.h
misc
2007-06-06 08:38 alexpeshkoff
M src/common/classes/semaphore.h
M src/jrd/svc.cpp
M src/jrd/svc.h
Backported fix for CORE-1302: Races during service startup
2007-05-23 02:32 asfernandes
M src/jrd/jrd.cpp
Backport fix for CORE-1279 - Incorrect initialization of the engine with many simultaneous attachments at first time.
2007-05-21 19:31 hvlad
M src/jrd/cch.cpp
Add missed THREAD_ENTER calls
2007-05-21 07:30 dimitr
M src/jrd/jrd.h
M src/jrd/os/posix/unix.cpp
M src/jrd/os/win32/winnt.cpp
A better fix for the previous issue. This time it doesn't crash on DROP DATABASE :-)
2007-05-16 14:02 dimitr
M src/jrd/os/win32/winnt.cpp
Ooops, it wasn't intended for public :-)
2007-05-16 13:32 dimitr
M src/jrd/os/posix/unix.cpp
M src/jrd/os/win32/winnt.cpp
Fixed CORE-1265.
2007-05-16 04:19 dimitr
M doc/WhatsNew
Misc.
2007-05-15 08:13 dimitr
M doc/WhatsNew
Update.
2007-05-08 15:23 alexpeshkoff
M src/burp/mvol.cpp
Backported fix of incomplete backups when out of space
2007-05-08 13:57 dimitr
M src/common/classes/tree.h
Fixed the MSVC build. Claudio, feel free to restore that conditionally for VC6, if required.
2007-05-08 12:50 alexpeshkoff
M src/common/classes/sparse_bitmap.h
M src/common/classes/tree.h
backported Vlad's optimization for SparseBitmap::set
2007-05-08 12:35 dimitr
M src/jrd/shut.cpp
Fixed wrongly backported code. Thanks to Alex.
2007-05-08 09:05 alexpeshkoff
M src/common/classes/alloc.cpp
misc
2007-05-08 08:24 dimitr
M src/jrd/cch.cpp
M src/jrd/shut.cpp
Fixed CORE-1249 plus minor corrections for the single-user shutdown mode.
The change in CCH allows to report isc_shutdown instead of the LM error code in Classic (GFIX depends on this behaviour).
2007-05-07 09:46 hvlad
M src/jrd/blb.cpp
Fixed CORE-1247 : Blobs garbage collector removed wrong blob if going blob descriptor contains 0:0 (NULL value) but field's NULL flag is not set
2007-05-03 13:44 alexpeshkoff
M src/common/classes/alloc.cpp
fixed alignment issue in my previous commit - thanks to Adriano
2007-05-03 12:50 alexpeshkoff
M src/alice/all.h
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/jrd/inf.cpp
M src/jrd/jrd.cpp
Fixed CORE-1240 - any task, using libfbclient, hangs on exit on Darwin/PPC
2007-05-02 13:46 paulbeach
M src/common/classes/semaphore.h
M src/jrd/common.h
M src/jrd/flu.cpp
M src/jrd/license.h
M src/jrd/pag.cpp
M src/remote/xdr.cpp
MacOS Port
2007-05-02 13:30 paulbeach
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.libfbclient
M builds/posix/Makefile.in.libfbembed
A builds/posix/firebird.darwin.client.vers
A builds/posix/firebird.darwin.embed.vers
D builds/posix/firebird.darwin.vers
M builds/posix/make.defaults
M builds/posix/postfix.darwin
M builds/posix/prefix.darwin
MacOS Port
2007-05-02 13:23 paulbeach
M builds/install/arch-specific/darwin/Makefile.in
A builds/install/arch-specific/darwin/buildno.c
M builds/install/arch-specific/darwin/fullvers.c
M builds/install/arch-specific/darwin/install-script
M builds/install/arch-specific/darwin/preupgrade-script
A builds/install/arch-specific/darwin/revno.c
MacOS Port
2007-04-27 15:21 dimitr
M src/jrd/vio.cpp
Fixed the issue reported by grostoon in fb-devel.
2007-04-26 14:13 dimitr
M doc/WhatsNew
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Update.
2007-04-26 14:00 dimitr
M doc/WhatsNew
Update.
2007-04-26 10:12 dimitr
M src/jrd/Optimizer.cpp
M src/jrd/opt.cpp
Backported ANY/ALL related logic from HEAD.
2007-04-18 08:22 hvlad
M src/jrd/isc_sync.cpp
Fixed CORE-1207 : FB embedded requires extra OS privileges
This is simplest fix we can do for 2.0.x version
2007-04-17 09:03 alexpeshkoff
M src/jrd/cch.cpp
M src/jrd/isc.h
M src/jrd/jrd.cpp
M src/jrd/lck.cpp
M src/jrd/lck_proto.h
M src/jrd/nbak.cpp
M src/jrd/nbak.h
M src/jrd/os/isc_i_proto.h
M src/jrd/os/posix/isc_ipc.cpp
M src/jrd/os/posix/unix.cpp
M src/lock/lock.cpp
M src/lock/lock_proto.h
backported fix for CORE-968
2007-04-13 12:21 dimitr
M src/jrd/par.cpp
Misc.
2007-04-13 12:21 dimitr
M src/jrd/evl.cpp
Backported Claudio's fix for corrupted dbs. It also fixes CORE-1205 (on the server side).
2007-04-11 16:39 dchri
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
Renamed struct small to mbk_small
2007-04-05 11:30 paulbeach
A builds/posix/fbintl.darwin.vers
A builds/posix/firebird.darwin.vers
M builds/posix/make.defaults
M builds/posix/prefix.darwin
Export symbols on Darwin properly.
2007-04-05 10:11 paulbeach
M builds/posix/Makefile.in.static.gbak
Darwin stuff not needed anymore
2007-04-05 08:55 alexpeshkoff
M src/common/classes/alloc.cpp
avoid static variable in inline function - thanks to Claudio
2007-04-04 12:17 alexpeshkoff
M src/common/classes/alloc.cpp
sorry, debugging code in previous commit
2007-04-04 12:15 alexpeshkoff
M src/common/classes/alloc.cpp
fixed races on Darwin/386 during init
2007-03-30 15:06 alexpeshkoff
M src/jrd/common.h
no need to have incompatible ODS on sparc
2007-03-28 09:42 dimitr
M src/dsql/pass1.cpp
Fixed CORE-1183.
2007-03-28 02:25 asfernandes
M src/jrd/os/darwin/mod_loader.cpp
Misc
2007-03-27 11:42 alexpeshkoff
M src/jrd/sort.cpp
M src/jrd/sort.h
Fixed problems with windows build and database restore - thanks to Dmitry and Vlad
2007-03-27 09:39 paulbeach
M builds/install/arch-specific/darwin/Makefile.in
M builds/posix/Makefile.in.firebird
M builds/posix/postfix.darwin
Firebird 2.0 MacOS Classic Intel Build - Missed 1st time round
2007-03-26 15:53 paulbeach
A builds/install/arch-specific/darwin/Firebird.startupitem
A builds/install/arch-specific/darwin/Firebird.startupitem/Firebird
A builds/install/arch-specific/darwin/Firebird.startupitem/Resources
A builds/install/arch-specific/darwin/Firebird.startupitem/Resources/English.lproj
A builds/install/arch-specific/darwin/Firebird.startupitem/Resources/English.lproj/Localizable.strings
A builds/install/arch-specific/darwin/Firebird.startupitem/StartupParameters.plist
Firebird 2.0 MacOS Classic Intel Build - Missed 1st time round
2007-03-26 15:10 paulbeach
M src/jrd/os/darwin/config_root.cpp
M src/jrd/os/darwin/mod_loader.cpp
Firebird 2.0 MacOS Classic Intel Build - Missed 1st time round
2007-03-26 13:51 paulbeach
M configure.in
M src/jrd/common.h
Firebird 2.0 MacOS Classic Intel Build - Missed 1st time round
2007-03-26 11:36 paulbeach
M src/jrd/os/darwin/config_root.cpp
M src/jrd/os/darwin/mod_loader.cpp
Firebird 2.0 MacOS Classic Intel Build - Missed 1st time round
2007-03-25 10:12 alexpeshkoff
M src/jrd/RecordNumber.h
M src/jrd/blb.h
M src/jrd/evl.cpp
M src/jrd/rse.cpp
last fixes for sparc
2007-03-23 11:35 dimitr
M src/jrd/blb.cpp
M src/jrd/blb.h
An alternative attempt to fix the alignment issue. We don't need to track the entire blob_id, the record number part is enough. Hence there's no need to read the whole blob_id as int64.
Discussed with Vlad and Alex, tested on SPARC.
2007-03-22 09:26 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
Include examples in fb2.0 zip pack
2007-03-21 10:51 alexpeshkoff
M src/remote/protocol.cpp
M src/remote/xdr.cpp
M src/remote/xdr_proto.h
Fixed alignment issue in remote on sparc
2007-03-20 13:28 alexpeshkoff
M src/jrd/RecordNumber.h
M src/jrd/blb.cpp
M src/jrd/blb.h
M src/jrd/evl_string.h
M src/jrd/rse.cpp
Second part of sparc-related changes.
It solves most of problems, detected by FbTcs,
except remote protocol and may be compatibility with ODS10.
2007-03-19 17:26 alexpeshkoff
M builds/posix/prefix.linux_generic
M builds/posix/prefix.linux_ppc
let this platforms also have correct debug info
2007-03-19 15:39 paul_reeves
M builds/install/arch-specific/win32/Readme.txt
M builds/install/arch-specific/win32/ba/Instalacija_ProcitajMe.txt
M builds/install/arch-specific/win32/ba/ProcitajMe.txt
M builds/install/arch-specific/win32/de/installation_liesmich.txt
M builds/install/arch-specific/win32/de/liesmich.txt
M builds/install/arch-specific/win32/es/leame.txt
M builds/install/arch-specific/win32/es/leame_instalacion.txt
M builds/install/arch-specific/win32/fr/installation_lisezmoi.txt
M builds/install/arch-specific/win32/fr/lisezmoi.txt
M builds/install/arch-specific/win32/hu/olvass_el.txt
M builds/install/arch-specific/win32/hu/telepitesi_segedlet.txt
M builds/install/arch-specific/win32/installation_readme.txt
M builds/install/arch-specific/win32/it/leggimi.txt
M builds/install/arch-specific/win32/it/leggimi_installazione.txt
M builds/install/arch-specific/win32/pl/czytajto.txt
M builds/install/arch-specific/win32/pl/instalacja_czytajto.txt
M builds/install/arch-specific/win32/pt/instalacao_leia-me.txt
M builds/install/arch-specific/win32/pt/leia-me.txt
Remove references to RC2
2007-03-18 17:16 alexpeshkoff
M src/jrd/sort.cpp
M src/jrd/sort.h
Fixes to make firebird2 work on Sparc
2007-03-16 10:24 dimitr
M src/jrd/opt.cpp
One more RISC-related adjustment (ported from HEAD).
2007-03-16 05:06 dimitr
M src/common/classes/alloc.cpp
Backported fix for bugcheck reported by Damyan.
2007-03-08 09:19 paulbeach
M builds/posix/prefix.darwin
Firebird 2.0 MacOS Classic Intel Build
2007-03-08 08:28 paulbeach
M builds/install/arch-specific/darwin/FB.info
Firebird 2.0 MacOS Classic Intel Build
2007-03-08 02:08 asfernandes
M src/jrd/jrd.cpp
M src/remote/xdr.cpp
Misc
2007-03-07 16:33 alexpeshkoff
M builds/posix/Makefile.in.embed.util
M builds/posix/make.defaults
M src/jrd/pag.cpp
misc fixes after MacOS port
2007-03-07 15:04 paulbeach
A builds/install/arch-specific/darwin/Description.plist
A builds/install/arch-specific/darwin/FB.info
A builds/install/arch-specific/darwin/Info.plist
A builds/install/arch-specific/darwin/License.txt
M builds/install/arch-specific/darwin/Makefile.in
A builds/install/arch-specific/darwin/PkgInfo
A builds/install/arch-specific/darwin/Readme.txt
A builds/install/arch-specific/darwin/Welcome.txt
A builds/install/arch-specific/darwin/buildsuffix.c
A builds/install/arch-specific/darwin/fullvers.c
A builds/install/arch-specific/darwin/install-script
A builds/install/arch-specific/darwin/installer_background.pdf
A builds/install/arch-specific/darwin/installer_background.psd
A builds/install/arch-specific/darwin/majorvers.c
A builds/install/arch-specific/darwin/minorvers.c
A builds/install/arch-specific/darwin/preinstall-script
A builds/install/arch-specific/darwin/preupgrade-script
M builds/posix/Makefile.in.client.fbudf
M builds/posix/Makefile.in.embed.fbudf
M builds/posix/Makefile.in.embed.gbak
M builds/posix/Makefile.in.embed.gdef
M builds/posix/Makefile.in.embed.gfix
M builds/posix/Makefile.in.embed.gpre
M builds/posix/Makefile.in.embed.isql
M builds/posix/Makefile.in.embed.qli
M builds/posix/Makefile.in.embed.util
M builds/posix/Makefile.in.examples
M builds/posix/Makefile.in.extlib
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.inet_server
M builds/posix/Makefile.in.intl
M builds/posix/Makefile.in.libfbclient
M builds/posix/Makefile.in.libfbembed
M builds/posix/Makefile.in.refDatabases
M builds/posix/make.defaults
M builds/posix/make.rules
A builds/posix/postfix.darwin
M builds/posix/prefix.darwin
M configure.in
M doc/WhatsNew
M extern/icu/source/config/mh-darwin
M src/include/firebird.h
M src/jrd/common.h
M src/jrd/inf_pub.h
M src/jrd/isc_file.cpp
M src/jrd/license.h
M src/jrd/pag.cpp
M src/jrd/utl.cpp
M src/remote/xdr.cpp
Firebird 2.0 MacOS Classic Intel Build
2007-03-06 08:21 paul_reeves
M builds/install/misc/firebird.conf
Document Vista requirement.
2007-03-05 11:07 paul_reeves
M builds/install/arch-specific/win32/installation_readme.txt
Catch the incorrect release number. Bah!
2007-03-05 09:50 dimitr
M src/jrd/vio.cpp
Backported fix for CORE-1142.
2007-03-02 14:06 alexpeshkoff
M src/jrd/svc.cpp
Backported fix for CORE-1148 and CORE-1149
2007-03-02 11:48 paul_reeves
M builds/install/arch-specific/win32/it/leggimi.txt
Typo
2007-03-02 11:02 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
M builds/install/arch-specific/win32/Readme.txt
M builds/install/arch-specific/win32/ba/Instalacija_ProcitajMe.txt
M builds/install/arch-specific/win32/ba/ProcitajMe.txt
M builds/install/arch-specific/win32/de/installation_liesmich.txt
M builds/install/arch-specific/win32/de/liesmich.txt
M builds/install/arch-specific/win32/es/leame.txt
M builds/install/arch-specific/win32/es/leame_instalacion.txt
M builds/install/arch-specific/win32/fr/lisezmoi.txt
M builds/install/arch-specific/win32/hu/custom_messages_hu.inc
M builds/install/arch-specific/win32/hu/olvass_el.txt
M builds/install/arch-specific/win32/hu/telepitesi_segedlet.txt
M builds/install/arch-specific/win32/installation_readme.txt
M builds/install/arch-specific/win32/it/leggimi.txt
M builds/install/arch-specific/win32/it/leggimi_installazione.txt
M builds/install/arch-specific/win32/pl/czytajto.txt
M builds/install/arch-specific/win32/pl/instalacja_czytajto.txt
M builds/install/arch-specific/win32/pt/instalacao_leia-me.txt
M builds/install/arch-specific/win32/pt/leia-me.txt
M builds/install/arch-specific/win32/ru/Readme.txt
M builds/install/arch-specific/win32/ru/installation_readme.txt
Update windows readme docs to 2.0.1 and RC2
2007-02-28 14:31 dimitr
M src/jrd/idx.cpp
Fixed CORE-1145.
2007-02-28 09:26 alexpeshkoff
M src/jrd/jrd.cpp
Backported fix for CORE-900: Deadlock when attaching simultaneously with services and standard APIs
2007-02-27 08:34 dimitr
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Updated buildno.
2007-02-27 08:07 dimitr
M doc/WhatsNew
Updated docs.
2007-02-26 16:57 alexpeshkoff
M src/jrd/flu.cpp
Backported fix for CORE-1016
2007-02-26 08:55 hvlad
M src/common/config/config.cpp
M src/common/utils.cpp
M src/common/utils_proto.h
M src/jrd/isc_sync.cpp
Fixed CORE-1133 : XNET (IPC) communication protocol does not work across sessions
2007-02-26 07:06 dimitr
M src/gpre/cob.cpp
Frontported GCC4 fixes from HEAD.
2007-02-25 09:49 alexpeshkoff
M src/common/classes/ClumpletReader.cpp
Backported fix from HEAD - make DEV_BUILD compilable with gcc 3.4.x
2007-02-25 08:54 alexpeshkoff
M src/jrd/execute_statement.cpp
backport: make error message SQL-traditions compliant
2007-02-22 15:37 dimitr
M src/jrd/nbak.cpp
Fixed CORE-1136.
2007-02-21 12:52 dimitr
M src/extlib/ib_udf.cpp
Make ib_udf library 64-bit friendly.
2007-02-21 12:41 dimitr
M src/jrd/opt.cpp
Backported fix for CORE-1130.
2007-02-21 12:39 dimitr
M src/jrd/exe.cpp
M src/jrd/jrd.cpp
Fixed CORE-1140.
2007-02-21 12:10 dimitr
M src/jrd/jrd.cpp
M src/jrd/nbak.cpp
M src/jrd/os/pio_proto.h
M src/jrd/os/posix/unix.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/pag.cpp
M src/jrd/sdw.cpp
Fixed CORE-1139. An ugly solution, but nbackup supposes that the delta file can be deleted by other processes. Sigh.
2007-02-21 11:55 dimitr
M src/utilities/nbackup.cpp
Fixed CORE-943. Part 3: Change nbackup to perform LOCK and UNLOCK in different attachments.
2007-02-21 11:50 dimitr
M src/jrd/shut.cpp
Fixed CORE-943. Part 2: reject EXCL and SINGLE shutdown attempts for a locked database.
2007-02-21 11:34 dimitr
M src/jrd/inf.cpp
M src/jrd/jrd.cpp
M src/jrd/pag.cpp
M src/jrd/pag_proto.h
Fixed CORE-943. Part 1: initialize dbb through CCH (thus making it nbackup-aware).
2007-02-21 11:16 dimitr
M src/jrd/jrd.cpp
Backported partial bugfix for CORE-1105.
2007-02-15 14:44 asfernandes
M src/jrd/cmp.cpp
Misc
2007-02-15 09:30 hvlad
M src/jrd/vio.cpp
Fixed CS compilation, broken by my recent commit
2007-02-15 00:09 asfernandes
M src/jrd/cmp.cpp
Backport fix for CORE-1126 - UNION vs UTF8 literals : arithmetic exception is thrown
2007-02-14 09:20 hvlad
M doc/WhatsNew
Update WhatsNew
2007-02-14 09:00 hvlad
M src/jrd/inf.cpp
Missed file for CORE-1127, sorry
2007-02-14 08:58 hvlad
M src/jrd/jrd.h
M src/jrd/validation.cpp
M src/jrd/vio.cpp
Fixed CORE-1127 : Circular index references in corrupt database causes fbserver to loop infinitely.
Thanks to Diane Downie
2007-02-13 10:16 alexpeshkoff
M src/jrd/tra.cpp
backported fix for security database sweep
2007-02-13 08:24 makowski
M builds/install/arch-specific/win32/fr/installation_lisezmoi.txt
M builds/install/arch-specific/win32/fr/lisezmoi.txt
updated for 2.0.1
2007-02-12 17:23 dimitr
M builds/install/arch-specific/win32/ru/Readme.txt
M builds/install/arch-specific/win32/ru/custom_messages_ru.inc
M builds/install/arch-specific/win32/ru/installation_readme.txt
Fixes to the Russian installer stuff.
2007-02-12 15:00 dimitr
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
Fixes to the Russian installer stuff.
2007-02-09 08:42 dchri
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
Changed sed "discovery" switch to a compatible but more widely used switch.
2007-02-08 17:27 dimitr
M src/utilities/nbackup.cpp
Fixed bugs in the interactive mode on Windows.
2007-02-08 14:33 dimitr
M src/jrd/nbak.cpp
M src/jrd/nbak.h
Fixed possibly trashed memory plus small cleanup.
2007-02-08 13:42 dimitr
M src/jrd/cch.cpp
Optimization. Removed redundant NBAK calls (they are pretty expensive).
2007-02-06 13:28 dimitr
M src/jrd/idx.cpp
Fixed yet another alignment issue for RISC machines.
2007-02-06 13:15 alexpeshkoff
M builds/install/arch-specific/linux/misc/linuxLibrary.sh.in
M builds/install/misc/posixLibrary.sh.in
fixed CORE-1104: Linux install fails when x0rfbserver program is running
2007-02-06 13:07 alexpeshkoff
M builds/install/arch-specific/linux/misc/firebird.init.d.generic.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
fix restart command for service firebird
2007-02-06 12:56 dimitr
M src/jrd/opt.cpp
M src/jrd/rse.cpp
Fixed origin of the alignment issue that caused our Solaris guys to use ugly templates.
2007-02-06 07:45 dimitr
M src/jrd/nbak.cpp
Restored some of the old logic. The change was experimental and it doesn't look safe to me anymore.
2007-02-06 07:06 dimitr
M src/jrd/cch.cpp
M src/jrd/nbak.cpp
M src/jrd/nbak.h
Fixed CORE-1121, plus some cleanup.
2007-02-01 10:56 alexpeshkoff
M src/jrd/utl.cpp
Misc
2007-02-01 10:32 alexpeshkoff
M src/jrd/pag.cpp
M src/jrd/utl.cpp
patch for PPC
2007-01-28 07:04 dimitr
M src/jrd/dfw.epp
Fixed bug in the ported code.
2007-01-27 15:28 hvlad
M src/jrd/utl.cpp
Fixed CORE-1110 : isc_get_client_xxx_version not fully compatible with IB's gds32.dll
2007-01-24 10:02 paul_reeves
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
More misc. version number changes to bring installer up-to-date for v2.0.1
2007-01-23 15:19 paul_reeves
M builds/install/arch-specific/win32/installation_scripted.txt
Document the correct usage of the Win32 installer /COMPONENT flag
(As reported in CORE-1103)
2007-01-22 16:13 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
M builds/install/arch-specific/win32/Readme.txt
M builds/install/arch-specific/win32/custom_messages.inc
M builds/install/arch-specific/win32/installation_readme.txt
M builds/install/arch-specific/win32/installation_scripted.txt
Misc. version number changes to bring installer up-to-date for v2.0.1
2007-01-20 14:35 asfernandes
M ChangeLog
Restore the lost ChangeLog
2007-01-18 15:47 alexpeshkoff
M src/jrd/cch.h
fix for CORE-1098
2007-01-18 14:59 alexpeshkoff
M src/jrd/cch.cpp
much better fix for CORE-1098
2007-01-18 11:23 alexpeshkoff
M src/jrd/cch.cpp
fox for CORE-1098
2007-01-17 14:27 dimitr
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Updated buildno.
2007-01-17 14:25 dimitr
M doc/WhatsNew
Updated docs.
2007-01-17 14:17 dimitr
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/make.cpp
Fixed CORE-1094.
2007-01-16 19:31 hvlad
M doc/WhatsNew
Update WhatsNew
2007-01-16 19:28 hvlad
M src/jrd/jrd.cpp
Fixed CORE-1080 : Bugcheck 167 (invalid SEND request) in SS when many parallel attachments begin to execute trigger not loaded into metadata cache
2007-01-15 17:28 alexpeshkoff
M src/remote/inet_server.cpp
override ulimit setting for DEV_BUILD
2007-01-05 16:46 dimitr
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Updated buildno.
2007-01-05 16:41 dimitr
M doc/WhatsNew
Updated docs.
2006-12-27 00:11 asfernandes
M src/burp/backup.epp
Backport fix for CORE-1064 - Wrong backup order for character sets and collations
2006-12-25 09:59 hvlad
M src/jrd/filters.cpp
Fixed CORE-1063: Server hangs eating CPU and performs huge I/O copying different codepage fields
2006-12-23 17:30 asfernandes
M src/isql/isql.epp
Backport fix for not-nullable blobs being not printed
2006-12-22 00:52 asfernandes
M src/jrd/os/win32/guid.cpp
Backport workaround for unkown Windows configuration preventing security to work
2006-12-21 12:19 dimitr
M builds/install/arch-specific/win32/ru/custom_messages_ru.inc
Misc.
2006-12-20 12:14 paul_reeves
M builds/install/arch-specific/win32/installation_scripted.txt
Update documentation (and as a by product fix CORE-1037)
2006-12-20 09:24 alexpeshkoff
M src/utilities/gsec/gsec.cpp
bacported fix for threaded services
2006-12-18 10:13 alexpeshkoff
M src/utilities/gsec/gsec.cpp
Fixed CORE-1057
2006-12-15 16:05 dimitr
M src/dsql/metd.epp
Fixed CORE-1055.
2006-12-15 14:36 alexpeshkoff
M src/jrd/btr.cpp
optimized bitmap retrieval for speed
2006-12-15 12:36 dimitr
M src/jrd/dfw.epp
M src/jrd/jrd.h
Restored the old alter-in-use logic upon customer requests.
This fixes CORE-888.
2006-12-15 00:06 arnobrinkman
M src/jrd/btr.cpp
New fix for CORE-1053 found by Alex
Fix to be reviewed by Vlad
2006-12-14 17:11 alexpeshkoff
M src/jrd/btr.cpp
backported fix for CORE-1053
2006-12-13 14:35 paul_reeves
M builds/install/arch-specific/win32/i18n_readme.txt
Bring notes up-to-date
2006-12-12 15:51 dimitr
M src/jrd/exe.h
M src/jrd/par.cpp
Dumb fix for CORE-1004. No better ideas at the moment. To be reconsidered in v3.0.
2006-12-12 15:10 dimitr
M src/utilities/gstat/dba.epp
Backported fix for CORE-959.
2006-12-12 15:08 dimitr
M src/jrd/dyn.epp
Backported fix for CORE-1010.
2006-12-12 15:06 dimitr
M src/jrd/jrd.h
A simplified attempt to fix the STL iterators out-of-range issue in v2.0.
2006-12-12 15:05 dimitr
M src/jrd/val.h
Backported fix for CORE-1046.
2006-12-12 14:39 dimitr
M src/dsql/gen.cpp
Backported fix for CORE-1046.
2006-12-12 09:17 hvlad
M src/jrd/dfw.epp
M src/jrd/obj.h
Fix for CORE-1051: Possible stack corruption in DFW\check_dependencies
2006-12-11 15:38 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
Not all cmd shells seem to like the %VAR% EQU N syntax, so revert to string comparisons.
2006-12-08 18:26 alexpeshkoff
M configure.in
Diego Petteno patch for Gentoo/FreBSD
2006-12-08 15:41 alexpeshkoff
M configure.in
M src/jrd/common.h
M src/jrd/inf_pub.h
M src/jrd/pag.cpp
M src/remote/xdr.cpp
Linux PowerPC port
2006-12-08 15:22 alexpeshkoff
A builds/posix/prefix.linux_ppc
Linux PowerPC port
2006-12-06 15:31 dimitr
M src/remote/inet.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/xnet.cpp
Backport for CORE-1017.
2006-12-06 09:27 hvlad
M src/jrd/btr.cpp
M src/jrd/idx.cpp
Fixed CORE-1040: Wrong single-segment ascending index on character field with NULL and empty string values
2006-12-05 15:26 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
Incorporate Russian i18n strings into Windows install script.
Clean up white space.
2006-12-03 17:52 asfernandes
M src/dsql/make.cpp
Backport fix for CORE-1012 - IBO problems with FB >= 1.5.3 "Error with joins and auto-generated search query"
2006-12-02 00:50 asfernandes
M src/intl/lc_narrow.cpp
Simplified fix for CORE-997 - Database-Update 1.5 to 2.0 fails
2006-12-02 00:46 asfernandes
M src/jrd/evl.cpp
Fixed CORE-1033 - like doesn't work for computed values (at least in a view)
2006-11-30 09:21 alexpeshkoff
M src/jrd/evl.cpp
removed old hack for AIX, no idea what it was for (frontport)
2006-11-29 17:57 dimitr
M src/jrd/opt.cpp
Fixed CORE-1029.
2006-11-28 14:09 dimitr
M src/remote/inet.cpp
Ported CORE-966 into v2.0.1 + minor style changes.
2006-11-28 13:28 dimitr
M src/jrd/opt.cpp
Fixed CORE-1025.
2006-11-23 00:41 asfernandes
M src/jrd/opt.cpp
M src/jrd/vio.cpp
Misc
2006-11-23 00:40 asfernandes
M src/jrd/ods.h
Rollback residue of Alex incorrect commit
2006-11-22 10:16 dimitr
A builds/install/arch-specific/win32/ru
A builds/install/arch-specific/win32/ru/Readme.txt
A builds/install/arch-specific/win32/ru/custom_messages_ru.inc
A builds/install/arch-specific/win32/ru/installation_readme.txt
Added Russian support to the installer. Thanks to Sergey Kovalev.
2006-11-21 21:02 hvlad
M src/jrd/vio.cpp
Fix for CORE-1006 : AV at rollback and \ or garbage collection if updated table have expression index with SELECT in it
2006-11-21 21:00 hvlad
M src/jrd/btr.cpp
Backport fix for CORE-952: AV when blob is used in expression index
It is also related to CORE-1006
2006-11-21 13:38 alexpeshkoff
M src/jrd/flu.cpp
M src/jrd/flu.h
backported
2006-11-21 07:48 dimitr
M src/jrd/opt.cpp
Fixed CORE-1005.
2006-11-19 15:45 alexpeshkoff
M configure.in
Backported patch by Michal Kubecek
2006-11-17 09:09 alexpeshkoff
M src/jrd/dmp.cpp
M src/jrd/ibase.h
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/pag.cpp
M src/jrd/pag_proto.h
rolled back my bad commit
2006-11-17 08:45 alexpeshkoff
M src/jrd/dmp.cpp
M src/jrd/ibase.h
M src/jrd/inf.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/ods.h
M src/jrd/pag.cpp
M src/jrd/pag_proto.h
backported
2006-11-13 15:42 alexpeshkoff
M src/jrd/flu.h
typo in comment
2006-11-13 15:38 alexpeshkoff
M src/jrd/flu.cpp
M src/jrd/flu.h
Fix CVS: ----------------------------------------------------------------------
Fix CORE-982
2006-11-12 15:25 alexpeshkoff
M builds/install/arch-specific/linux/misc/firebird.init.d.suse.in
misc
2006-11-12 15:25 alexpeshkoff
M builds/install/arch-specific/linux/misc/firebird.init.d.gentoo.in
Fix problems with restart on gentoo - start-stop-daemon does not actually
wait for a process to terminate, therefore restart fails sometimes.
2006-11-12 14:25 alexpeshkoff
M src/remote/protocol.cpp
backported fix for AV related with too many protocol versions in connect packet
2006-11-12 13:59 alexpeshkoff
M src/common/classes/semaphore.h
Backported fix for CORE-988
2006-11-10 17:27 umasotti
M builds/install/arch-specific/win32/it/leggimi.txt
Clarified sentence.
2006-11-09 09:37 paul_reeves
M builds/win32/make_icu.bat
Backport exit point from :MAIN
2006-11-09 09:24 paul_reeves
M builds/win32/make_icu.bat
Add missing quotes
2006-11-09 07:44 paulbeach
M configure.in
Correct typo
2006-11-08 13:20 paulbeach
M configure.in
Configure.in should work out alignment correctly for non X86 platforms
2006-11-06 06:27 paul_reeves
M builds/install/arch-specific/win32/es/leame.txt
M builds/install/arch-specific/win32/es/leame_instalacion.txt
more corrections to the spanish section of the windows installer
2006-11-05 15:27 makowski
M builds/install/arch-specific/win32/fr/custom_messages_fr.inc
M builds/install/arch-specific/win32/fr/installation_lisezmoi.txt
M builds/install/arch-specific/win32/fr/lisezmoi.txt
B2_0_Release
2006-11-03 14:59 paul_reeves
M builds/install/arch-specific/win32/pt/instalacao_leia-me.txt
minor correction
2006-11-03 14:58 paul_reeves
M builds/install/arch-specific/win32/pt/custom_messages_pt.inc
M builds/install/arch-specific/win32/pt/instalacao_leia-me.txt
M builds/install/arch-specific/win32/pt/leia-me.txt
Update portuguese i18n Windows installation files.
2006-11-03 14:02 paul_reeves
M builds/install/arch-specific/win32/pl/czytajto.txt
M builds/install/arch-specific/win32/pl/instalacja_czytajto.txt
Update polish readmes for the windows installer
2006-11-03 10:51 paul_reeves
M builds/install/arch-specific/win32/es/custom_messages_es.inc
M builds/install/arch-specific/win32/es/leame.txt
M builds/install/arch-specific/win32/pl/czytajto.txt
M builds/install/arch-specific/win32/pl/instalacja_czytajto.txt
Add i18n updates for Windows installer for spanish and polish.
2006-11-02 14:01 paul_reeves
M builds/install/arch-specific/win32/it/custom_messages_it.inc
M builds/install/arch-specific/win32/it/leggimi.txt
M builds/install/arch-specific/win32/it/leggimi_installazione.txt
Add italian i18n stuff for the Windows installer.
2006-11-01 11:12 paul_reeves
M builds/install/arch-specific/win32/hu/custom_messages_hu.inc
M builds/install/arch-specific/win32/hu/olvass_el.txt
M builds/install/arch-specific/win32/hu/telepitesi_segedlet.txt
More refinements to the hungarian i18n strings for the windows installer
2006-11-01 08:51 paul_reeves
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
M builds/install/arch-specific/win32/custom_messages.inc
M builds/install/arch-specific/win32/hu/custom_messages_hu.inc
M builds/install/arch-specific/win32/hu/olvass_el.txt
Add the overlooked hungarian strings for the Windows installer.
Remove whitespace from custom_messages.inc
2006-10-31 14:28 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
Minor Windows packaging changes
2006-10-31 10:32 dimitr
M doc/WhatsNew
Update
2006-10-30 19:07 dimitr
M src/jrd/tra.cpp
Simplified fix for CORE-980.
2006-10-30 13:54 paul_reeves
M builds/install/arch-specific/win32/ba/Instalacija_ProcitajMe.txt
M builds/install/arch-specific/win32/ba/ProcitajMe.txt
M builds/install/arch-specific/win32/ba/custom_messages_ba.inc
M builds/install/arch-specific/win32/custom_messages.inc
M builds/install/arch-specific/win32/fr/custom_messages_fr.inc
M builds/install/arch-specific/win32/hu/telepitesi_segedlet.txt
Update some i18n Windows installation files.
2006-10-30 08:29 dimitr
M src/extlib/ib_udf2.sql
A more detailed description (upon Helen's request).
2006-10-29 14:37 tsteinmaurer
M builds/install/arch-specific/win32/de/custom_messages_de.inc
M builds/install/arch-specific/win32/de/installation_liesmich.txt
M builds/install/arch-specific/win32/de/liesmich.txt
Updated German version for 2.0 release.
2006-10-28 15:34 asfernandes
M builds/install/arch-specific/win32/installation_readme.txt
Correction for final version
2006-10-27 10:31 paul_reeves
M builds/install/arch-specific/win32/Readme.txt
M builds/install/arch-specific/win32/installation_readme.txt
Bring Win32 readme docs up to date.
2006-10-27 08:41 dimitr
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Update.
2006-10-27 08:31 dimitr
M doc/WhatsNew
Update.
2006-10-24 13:25 dimitr
M doc/WhatsNew
Added the missing bugfix. Arno, sorry.
2006-10-24 08:10 dimitr
M src/remote/protocol.cpp
Removed incorrect fix that caused a server crash. As this rollback cannot cause any regressions, RC6 is not required.
A proper solution is already committed into HEAD and could be backported into v2.0.1, if necessary.
2006-09-22 02:34 asfernandes
M doc/WhatsNew
Misc
2006-09-21 12:35 paul_reeves
M doc/WhatsNew
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Update WhatsNew
Bump build number
2006-09-21 10:59 paul_reeves
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
Fix unregistered bug. Win32 installer was trying to upgrade an existing Fb 1.5 install.
This was the underlying cause of CORE-934
2006-09-20 06:52 dimitr
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Updated buildno.
2006-09-15 06:46 dimitr
M doc/WhatsNew
Updated WhatsNew.
2006-09-12 08:53 dimitr
M src/dsql/make.cpp
Fixed CORE-924.
2006-09-12 06:49 dimitr
M src/remote/xnet.cpp
Fixed CORE-923.
2006-09-11 14:55 alexpeshkoff
M src/jrd/execute_statement.cpp
Fixed CORE-921
2006-09-09 08:25 hvlad
M src/jrd/tpc.cpp
Backport fix for CORE-911: AV in Classic server after long idle period when using long running read committed readonly transaction
2006-09-05 12:28 alexpeshkoff
M src/jrd/jrd.cpp
Rolled back my attempt to fix races in services - doesn't work on WINNT
2006-09-04 11:16 arnobrinkman
M src/jrd/opt.cpp
Fix bug CORE-897
2006-08-30 16:59 hvlad
M src/jrd/vio.cpp
Backport fix for CORE-902
2006-08-26 11:25 hvlad
M src/jrd/Optimizer.cpp
Backport fix for CORE-904: new ODS11 optimizer used unnecessary huge amount of memory while processing IN list with large number of items
2006-08-22 11:11 alexpeshkoff
M src/jrd/jrd.cpp
Backported fix for CORE-900
2006-08-21 15:23 hvlad
M src/jrd/btr.cpp
Corrected fix for CORE-895
2006-08-17 06:46 hvlad
M src/alice/alice.cpp
M src/alice/alice.h
Backport fix for CORE-898: uininitialized variables cause a crash in alice.cpp / common_main
2006-08-16 10:08 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
Make sure that embedded kits really do contain the msvc* libraries they depend on.
2006-08-15 20:01 hvlad
M doc/WhatsNew
Update WhatsNew by Helen request
2006-08-13 18:02 hvlad
M doc/WhatsNew
Update WhatsNew
2006-08-13 17:57 hvlad
M src/jrd/btr.cpp
Fix for CORE-895: possible unique index violation
2006-08-10 13:08 paul_reeves
M src/jrd/build_no.h
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Bump the build number for the RC4 rebuild
2006-08-10 12:02 alexpeshkoff
M src/jrd/cmp.cpp
M src/jrd/exe.h
M src/jrd/par.cpp
Fixed unregistered bug - identifier too long error was
thrown for correct (but long) alias.
2006-08-04 13:02 paul_reeves
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
M builds/install/arch-specific/win32/Readme.txt
M builds/install/arch-specific/win32/installation_readme.txt
Spelling.
Change references from RC3 to RC4
2006-08-04 11:22 dimitr
M src/misc/writeBuildNum.sh
Oops, one change was forgotten.
2006-08-03 07:00 dimitr
M src/jrd/build_no.h
M src/misc/writeBuildNum.sh
Updated buildno.
2006-08-03 06:53 dimitr
M doc/WhatsNew
Misc.
2006-08-03 06:04 paul_reeves
M doc/WhatsNew
Update
2006-08-03 05:58 paul_reeves
M src/utilities/install/install.cpp
Use more refined test to compare existing gds32 installed with candidate version. [CORE-839]
2006-07-31 19:08 hvlad
M src/jrd/gds.cpp
Updated the BLR printer to handle all FB2 features.
2006-07-31 13:34 alexpeshkoff
M doc/WhatsNew
misc
2006-07-31 13:22 alexpeshkoff
M builds/install/arch-specific/linux/misc/firebird.init.d.suse.in
minimal fix for SUSE problems with restart
2006-07-31 10:06 dimitr
M doc/WhatsNew
Updated docs.
2006-07-31 09:38 arnobrinkman
M src/dsql/pass1.cpp
Fix JIRA bug CORE-855
Aggregates on derived fields where allowed in where clause
2006-07-31 08:15 dimitr
M doc/WhatsNew
Updated docs.
2006-07-31 08:00 dimitr
M src/jrd/blp.h
M src/jrd/gds.cpp
Updated the BLR printer to handle all FB2 features.
2006-07-31 07:43 alexpeshkoff
M doc/WhatsNew
update info
2006-07-31 07:43 alexpeshkoff
M src/jrd/svc.cpp
Fixed bug CORE-841
2006-07-29 07:49 dimitr
M doc/WhatsNew
Misc.
2006-07-29 07:43 hvlad
M doc/WhatsNew
Update WhatsNew
2006-07-29 07:39 hvlad
M src/jrd/pcmet.epp
Backported fix for CORE-879 :
Dependencies are not cleared when creation of expression index fails
2006-07-25 06:34 dimitr
M doc/WhatsNew
Updated docs.
2006-07-25 04:24 dimitr
M src/extlib/fbudf/fbudf.cpp
Backported the simplified fix for CORE-858.
2006-07-21 11:47 dimitr
M src/jrd/build_no.h
M src/misc/writeBuildNum.sh
Incremented buildno.
2006-07-20 16:36 asfernandes
M src/dsql/make.cpp
M src/jrd/constants.h
M src/jrd/evl.cpp
M src/jrd/unicode_util.cpp
Backport:
1) Fix for CORE-852 - substring(current_user from 4) without for fails
2) Fix for CORE-857 - Containing not working correctly
3) Correction for problem with CURRENT_USER/ROLE and client charset
2006-07-19 16:45 dimitr
M src/jrd/why.cpp
Backport one of the GCC4 fixes. Now I could compile the tree.
2006-07-19 11:51 dimitr
M src/jrd/cmp.cpp
Fixed crash when compiling old (wrongly generated) BLR.
2006-07-12 13:20 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
Include cpl applet in the zip pack (CORE-849)
2006-07-12 12:47 paul_reeves
M builds/win32/msvc7/fb2control.vcproj
Statically link cplapplet to MFC (CORE-844)
2006-06-29 12:25 paul_reeves
M builds/install/arch-specific/win32/Readme.txt
M builds/install/arch-specific/win32/installation_readme.txt
Change rc2 -> rc3
2006-06-29 12:11 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
Fix typo
2006-06-28 08:31 dimitr
M src/jrd/build_no.h
M src/misc/writeBuildNum.sh
Updated buildno.
2006-06-27 09:23 alexpeshkoff
M src/jrd/svc.cpp
rolled back Dmitry's changes in order to keep 1.5 behaviour for well formed SPB
2006-06-27 08:53 alexpeshkoff
M src/common/classes/ClumpletReader.cpp
slightly better way to validate string length, passed by user
2006-06-27 06:42 dimitr
M src/common/classes/ClumpletReader.cpp
M src/jrd/svc.cpp
Solution for CORE-1. Alex, it's up to you to agree or implement a better fix.
2006-06-27 06:39 dimitr
M src/jrd/Optimizer.h
More optimistic selectivity estimations. In the worst case, it's much easier to disable index usage rather then enable it.
2006-06-22 06:05 dimitr
M src/jrd/build_no.h
M src/misc/writeBuildNum.sh
Updated buildno.
2006-06-21 12:59 alexpeshkoff
M src/jrd/why.cpp
Handle exceptions in attach & create calls
2006-06-19 13:04 alexpeshkoff
M builds/install/arch-specific/linux/misc/linuxLibrary.sh.in
fix for SF#1508397
2006-06-16 13:59 paul_reeves
M builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
Update shared file list for fb2.0 win32 installs
2006-06-16 13:51 alexpeshkoff
M src/utilities/gsec/gsec.cpp
restored warning about too long password
2006-06-15 14:17 paul_reeves
M builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
M builds/install/arch-specific/win32/ba/custom_messages_ba.inc
M builds/install/arch-specific/win32/custom_messages.inc
M builds/install/arch-specific/win32/de/custom_messages_de.inc
M builds/install/arch-specific/win32/es/custom_messages_es.inc
M builds/install/arch-specific/win32/fr/custom_messages_fr.inc
M builds/install/arch-specific/win32/hu/custom_messages_hu.inc
M builds/install/arch-specific/win32/it/custom_messages_it.inc
M builds/install/arch-specific/win32/pl/custom_messages_pl.inc
M builds/install/arch-specific/win32/pt/custom_messages_pt.inc
M builds/install/arch-specific/win32/si/custom_messages_si.inc
Remove guardian from Windows classic server installs.
Fix bug in client only install - server binary was being included.
Clean up innosetup debugging support.
2006-06-14 14:42 dimitr
M src/utilities/nbackup.cpp
I see no explicit need to emulate POSIX semantics and allow shared deletes.
2006-06-13 08:38 dimitr
M src/misc/writeBuildNum.sh
Oops, sorry :-)
2006-06-13 08:38 dimitr
M src/jrd/build_no.h
M src/misc/writeBuildNum.sh
Updated buildno.
2006-06-13 08:32 dimitr
M doc/WhatsNew
Updated docs.
2006-06-07 08:20 dimitr
M src/dsql/blob.epp
Claudio's follow-up to the Alex's fix.
2006-06-06 17:28 dimitr
M src/jrd/build_no.h
M src/misc/writeBuildNum.sh
Updated buildno.
2006-06-06 10:22 dimitr
M src/jrd/dfw.epp
Report "feature not supported" for nbak operations on ODS10.
2006-06-05 17:45 asfernandes
A builds/win32/msvc6/Firebird2Boot2.dsw
A builds/win32/msvc6/gbak_embed.dsp
A builds/win32/msvc6/gpre_embed.dsp
A builds/win32/msvc6/isql_embed.dsp
A builds/win32/msvc6/utilities_embed.dsp
Seems nobody is building V2.0 in MSVC6 :-)
2006-06-05 12:53 dimitr
M builds/win32/msvc7/gstat.vcproj
M builds/win32/msvc7/nbackup.vcproj
Let's do not require firebird.conf in utilities. In the long term (starting with HEAD?), the project "common" must die.
2006-06-05 01:17 asfernandes
M builds/install/misc/fbintl.conf
M src/intl/lc_iso8859_1.cpp
M src/intl/ld.cpp
M src/jrd/intlnames.h
Backport Spanish case-/accent-insensitive collation ES_ES_CI_AI for ISO8859_1
2006-06-02 13:20 paul_reeves
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
M builds/install/arch-specific/win32/Readme.txt
M builds/install/arch-specific/win32/installation_readme.txt
Misc
2006-06-02 13:18 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
Make sure that the zip kit contain the files in misc.
Other Minor updates.
2006-06-02 08:59 dimitr
M src/jrd/rse.cpp
Backport George's bugfix into HEAD.
2006-06-02 07:08 alexpeshkoff
M src/remote/inet.cpp
Fixed setsockopt() level - thanks to Fred
2006-06-02 06:58 hvlad
M src/jrd/btr.cpp
Fixed unregistered FB2 bug:
endless loop when exception during index's expression evaluation occured
2006-06-02 06:53 dimitr
M builds/install/misc/firebird.conf
Provided some self-docs about the possible XNET issues.
2006-06-01 09:19 dimitr
M src/jrd/pag.cpp
Fixed bug in the ODS architecture checking logic.
2006-05-30 14:53 alexpeshkoff
M src/dsql/array.epp
bacport: fixed RC2 regression in diagnostics
2006-05-30 12:20 asfernandes
M src/jrd/unicode_util.cpp
M src/jrd/unicode_util.h
Backport fix of problem "STARTS WITH not working properly on an indexed column with charset UTF8" reported by Michael Weissenbacher in fb-devel
2006-05-29 16:57 alexpeshkoff
M src/remote/protocol.cpp
backport: Report failure instead of having AV in case of too many suggested protocol versions
2006-05-29 16:56 alexpeshkoff
M builds/install/misc/firebird.conf
M src/common/config/config.cpp
backport: Limit packet size which we can process correctly
2006-05-28 01:12 asfernandes
M builds/win32/make_all.bat
M builds/win32/make_boot.bat
D builds/win32/make_boot2.bat
M builds/win32/make_examples.bat
M builds/win32/make_icu.bat
M builds/win32/preprocess.bat
D builds/win32/preprocess2.bat
M builds/win32/run_all.bat
D builds/win32/setenvvar2.bat
M doc/README.build.mingw.html
M doc/README.build.msvc.html
Remove the old build system. Make the new one as: make_icu.bat, make_boot.bat, make_all.bat.
2006-05-25 11:38 alexpeshkoff
M src/remote/inet.cpp
backported fix from HEAD - avoid unneeded log entries
2006-05-24 13:28 dimitr
M src/jrd/build_no.h
M src/misc/writeBuildNum.sh
Update buildno.
2006-05-24 13:15 dimitr
M src/dsql/pass1.cpp
M src/jrd/cmp.cpp
M src/jrd/rse.cpp
Restored my previous solution. The final decision is that NOT IN cannot be index-optimized reliably.
2006-05-23 13:11 alexpeshkoff
M builds/install/arch-specific/linux/misc/firebird.init.d.suse.in
backported fix
2006-05-23 07:51 dimitr
M src/jrd/par.cpp
Removed one of the Nickolay's protections in order to be able to restore databases containing views with check option.
2006-05-23 03:52 dimitr
M src/jrd/cmp.cpp
Restored the old plan distribution rules in v2.0. The new ones are neither complete nor reliable. To be revisited in HEAD.
2006-05-22 13:02 dimitr
M src/jrd/build_no.h
M src/misc/writeBuildNum.sh
Update buildno.
2006-05-19 12:19 alexpeshkoff
M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
backported - added nbackup to SS binary packages
2006-05-19 11:10 dimitr
M src/jrd/opt.cpp
Fixed bug with explicit plans and dependent vs free streams.
2006-05-18 13:28 asfernandes
M src/jrd/evl_string.h
Fix FB2 regression - '' CONTAINING '' should return true - thanks to Arno
2006-05-17 18:48 dimitr
M src/jrd/Optimizer.cpp
Fixed wrong ALL results in the ODS11 optimizer.
2006-05-16 15:36 alexpeshkoff
M src/jrd/svc.cpp
fixed regression, introduced by me in RC2
2006-05-03 09:26 dimitr
M src/jrd/build_no.h
M src/misc/writeBuildNum.sh
Update buildno.
2006-05-03 09:21 dimitr
M doc/WhatsNew
More docs.
2006-05-03 08:26 alexpeshkoff
M src/misc/writeBuildNum.sh
fixed buildnum
2006-05-03 07:02 dimitr
M src/common/classes/locks.cpp
Disabled spinlocks.
2006-05-02 13:55 dimitr
M doc/WhatsNew
More docs.
2006-05-02 13:51 dimitr
M src/jrd/exe.cpp
Fixed the CHECK bug reported by Ivan Prenosil.
2006-05-02 10:57 dimitr
M doc/WhatsNew
More docs.
2006-05-02 09:54 hvlad
M src/remote/inet.cpp
Fixed RC1 bug : embedded can't connect to remote server via TCP\IP (connection rejected by remote interface)
2006-04-30 10:03 dimitr
M src/jrd/build_no.h
M src/misc/writeBuildNum.sh
Update buildno.
2006-04-30 09:52 dimitr
M doc/WhatsNew
More docs.
2006-04-30 04:52 dimitr
M src/common/classes/rwlock.h
Sync with HEAD.
2006-04-25 17:07 alexpeshkoff
M configure.in
added slackware support to configure.in in 2.0.release
2006-04-25 12:50 dimitr
M src/jrd/IntlManager.cpp
Fixed fbintl loading on some Windows distribs.
2006-04-25 11:06 dimitr
M src/remote/os/win32/srvr_w32.cpp
Removed the unnessesary config option.
2006-04-25 10:47 dimitr
M builds/install/misc/firebird.conf
M src/common/config/config.cpp
M src/common/config/config.h
Removed the unnessesary config option.
2006-04-25 07:03 alexpeshkoff
M doc/WhatsNew
one more fix was forgotten
2006-04-24 16:11 alexpeshkoff
M builds/install/misc/classicLibrary.sh.in
1. Fixed access to files in include directory
2. gds_drop is too 'strong' utility to be root SUID - let it
better be usable only by root
2006-04-24 08:23 alexpeshkoff
M doc/WhatsNew
added my latest changes
2006-04-24 02:09 asfernandes
M builds/install/misc/posixLibrary.sh.in
Misc
2006-04-23 13:28 alexpeshkoff
M builds/install/arch-specific/linux/classic/rpmheader.txt.in
A builds/install/arch-specific/linux/misc/firebird.init.d.slackware.in
M builds/install/arch-specific/linux/misc/linuxLibrary.sh.in
M builds/install/arch-specific/linux/misc/superLinux.sh.in
M builds/install/arch-specific/linux/super/rpmheader.txt.in
M builds/install/misc/classicLibrary.sh.in
M builds/install/misc/posixLibrary.sh.in
M builds/install/misc/superLibrary.sh.in
1. fixed some linux install scripts problems
2. added slackware support
2006-04-23 13:26 alexpeshkoff
M src/utilities/gsec/gsec.cpp
fixed illegal error reporting - warning about too long password is a victim
2006-04-22 23:25 arnobrinkman
M src/jrd/opt.cpp
Fix "no current record .." bug when an undependent stream A is dependent on stream B and B is dependent on stream C.
Stream A was merged with the stream C and only B was correctly joined.
2006-04-20 10:22 dimitr
M src/jrd/build_no.h
M src/misc/writeBuildNum.sh
Updated buildno.
2006-04-20 09:55 hvlad
M src/jrd/btr.cpp
Bug fix: don't use page buffer after page was released - it can be replaced
by another page and may lead to serious corruptions
2006-04-18 09:57 alexpeshkoff
M builds/install/misc/posixLibrary.sh.in
fixed SF#1459368 - bad access rights after install
2006-04-18 09:52 alexpeshkoff
M builds/install/arch-specific/linux/misc/firebird.init.d.debian.in
removed obsolete comment
2006-04-18 08:56 alexpeshkoff
M src/utilities/guard/guard.cpp
Better way to delete pidfile, thanks to Claudio
2006-04-17 10:33 alexpeshkoff
M src/remote/server.cpp
removed unneeded h-file
2006-04-16 19:56 kkuznetsov
M src/common/classes/semaphore.h
Backported from HEAD solaris changes
2006-04-16 17:10 asfernandes
M src/remote/server.cpp
Use THREAD_SLEEP as sleep don't exist in WIN32
2006-04-16 17:01 alexpeshkoff
M src/jrd/execute_statement.cpp
Fixed bug in VC7.1 builds, reported by Ivan Prenosil
2006-04-16 16:08 alexpeshkoff
M src/common/classes/ClumpletReader.cpp
fixed undocumented use of isc_spb_command_line in db_stat
2006-04-16 15:29 asfernandes
M src/utilities/guard/guard.cpp
Correction
2006-04-16 14:35 alexpeshkoff
M src/common/classes/ClumpletReader.cpp
fixed bug, noticed by Roman Rokytskyy with commit/rollback in repair
2006-04-16 12:28 alexpeshkoff
M src/burp/restore.epp
make it possible to restore files, created by gbak 1.5.3 and server 2.0
2006-04-16 11:55 alexpeshkoff
M builds/install/arch-specific/linux/classic/postinstall.sh.in
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.suse.in
M builds/install/arch-specific/linux/misc/linuxLibrary.sh.in
M builds/install/arch-specific/linux/misc/superLinux.sh.in
M builds/install/arch-specific/linux/super/postuninstall.sh.in
M builds/install/misc/classicLibrary.sh.in
M builds/install/misc/posixLibrary.sh.in
M builds/install/misc/superLibrary.sh.in
M builds/posix/Makefile.in.client.util
M src/remote/inet_server.cpp
M src/remote/serve_proto.h
M src/remote/server.cpp
M src/utilities/guard/guard.cpp
M src/utilities/ibmgr/ibmgr.cpp
M src/utilities/ibmgr/ibmgr.h
M src/utilities/ibmgr/ibmgrswi.h
M src/utilities/ibmgr/srvrmgr.cpp
fixed a couple of issues with firebird SS install/startup/shutdown/uninstall
2006-04-14 15:43 alexpeshkoff
M src/include/old_fb_blk.h
backported recommended by Claudio fix
2006-04-13 11:00 alexpeshkoff
M src/remote/allr.cpp
removed 16-bit support, breaking big-blocks allocation
2006-04-13 03:29 asfernandes
M builds/install/misc/fbintl.conf
M builds/win32/msvc6/intl.dsp
M builds/win32/msvc7/intl.vcproj
A src/intl/collations/xx88592plk.h
M src/intl/lc_iso8859_2.cpp
M src/intl/ld.cpp
M src/jrd/intlnames.h
Backport Polish collation ISO_PLK for ISO8859_2 charset - contributed by Jaroslaw Glowacki
2006-04-13 03:28 asfernandes
M src/isql/show.epp
Backport fix for SHOW GENERATOR
2006-04-12 07:36 alexpeshkoff
M src/common/classes/ClumpletReader.h
turn of debugging in release
2006-04-09 15:47 (no author)
A /firebird/branches/B2_0_Release (from /firebird/trunk:22170)
This commit was manufactured by cvs2svn to create branch 'B2_0_Release'.
2006-04-09 15:46 alexpeshkoff
M src/jrd/isc_sync.cpp
make CS lock manager semaphores have correct access rights
2006-04-09 12:47 alexpeshkoff
M src/dsql/hsh.cpp
fixed AV during massive addition of relations to DSQL hash
2006-04-09 10:59 alexpeshkoff
M src/jrd/nbak.cpp
fixed access rights to delta file
2006-04-09 06:53 robocop
M src/remote/server.cpp
Handle zero-length strings even if we have our buffer full.
2006-04-09 06:50 robocop
M src/remote/merge.cpp
We can't handle more than 255 bytes for some items when merging information. Let's be consistent between the length indicator and the bytes we put in the buffer.
2006-04-09 06:46 robocop
M src/remote/inet.cpp
M src/remote/protocol.cpp
M src/remote/remote.cpp
M src/remote/xdr.cpp
Style.
2006-04-09 00:53 robocop
M src/remote/server.cpp
Refactor this damn unreadable code and take into account the problem Adriano found with zero length file names in my previous commit.
2006-04-08 03:29 robocop
M src/lock/print.cpp
Misc.
2006-04-08 03:28 robocop
M src/msgs/messages.sql
Correction.
2006-04-08 03:09 asfernandes
M src/dsql/gen.cpp
Fix problem which occur when select a field with NONE charset when using another connection charset - second part of problem reported by Michal Kubecek
2006-04-08 00:03 robocop
M src/isql/isql.epp
M src/msgs/facilities.sql
M src/msgs/history.sql
M src/msgs/messages.sql
Adjust isql to the full words stated in the IB5 docs for the command line options.
2006-04-07 09:16 dimitr
M src/dsql/array.epp
M src/dsql/blob.epp
More threading related fixes. As a side effect, it disables a primitive client-side caching of a few predefined queries, but it doesn't show any performance difference.
2006-04-07 04:51 robocop
M src/remote/server.cpp
I think I'm fixing a potential buffer overrun here.
2006-04-07 02:58 asfernandes
M builds/posix/Makefile.in.client.fbudf
M src/common/classes/class_test.cpp
M src/common/classes/sparse_bitmap.h
M src/jrd/rse.cpp
Misc
2006-04-07 02:55 asfernandes
M src/remote/server.cpp
Correction
2006-04-06 14:43 alexpeshkoff
M src/isql/isql.epp
fixed regression in switch
2006-04-06 13:34 alexpeshkoff
M src/remote/server.cpp
validate port_context before use to avoid AV in remote
2006-04-06 13:30 alexpeshkoff
M src/jrd/svc.cpp
make service output look the same for both CS and SS
2006-04-06 08:18 robocop
M src/common/classes/ClumpletReader.cpp
M src/common/classes/ClumpletWriter.cpp
M src/common/classes/alloc.cpp
M src/common/classes/class_perf.cpp
M src/common/classes/class_test.cpp
M src/common/classes/fb_string.cpp
M src/common/classes/fb_string.h
M src/common/classes/semaphore.h
M src/common/classes/sparse_bitmap.h
M src/common/classes/tree.h
M src/common/fb_exception.cpp
M src/config/Lex.cpp
M src/config/Lex.h
M src/intl/lc_narrow.cpp
M src/intl/utils/dtest2.c
M src/intl/utils/mapgen4.c
M src/isql/isql.epp
M src/jrd/blb.cpp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/dfw.epp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/functions.cpp
M src/jrd/met.epp
M src/jrd/nbak.cpp
M src/jrd/opt.cpp
M src/jrd/rse.cpp
M src/jrd/tra.cpp
M src/jrd/validation.cpp
M src/jrd/vio.cpp
M src/misc/makeHeader.cpp
M src/remote/server.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/rebuild/rebuild.cpp
M src/vulcan/RefObject.h
Style.
2006-04-06 06:32 robocop
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/ibase.h
Stop complainers related to the argument types of fb_interpret.
2006-04-06 04:19 aafemt
M builds/posix/Makefile.in.client.fbudf
Since timestamp routines are compiled-in directly, no need to link against fbclient.
2006-04-05 16:34 asfernandes
M src/jrd/jrd.cpp
M src/jrd/met.epp
M src/jrd/met_proto.h
Allow collation IDs greater than 127
2006-04-05 16:24 asfernandes
M src/burp/backup.epp
Remove obsolete comment
2006-04-05 07:08 dimitr
M src/remote/inet.cpp
Nagle algorithm is now disabled by default, so there's no need to print an appropriate message in the server log.
2006-04-05 06:25 kkuznetsov
M src/common/classes/alloc.cpp
Add check for result of mmap() on Solaris platforms
2006-04-05 05:04 dimitr
M src/remote/inet.cpp
1) Set NoNagle depending on config only.
2) Set socket options for Win32 CS.
2006-04-05 04:38 dimitr
M src/dsql/make.cpp
Fixed the regression caused by my changes re. Dialect 1.
2006-04-05 04:36 dimitr
M src/jrd/cch.cpp
gds_alloc() no longer throws exceptions. Let's handle it properly.
2006-04-04 22:48 robocop
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/tdr.cpp
Misc.
2006-03-30 05:59 kkuznetsov
A extern/SfIO/read.me
Add readme
2006-03-29 17:47 dimitr
M src/jrd/cmp.cpp
M src/jrd/exe.h
M src/misc/blrtable.cpp
Fixed yet another bug in cursors. Will this ever end? :-)
2006-03-29 15:26 dimitr
M src/jrd/btr.cpp
Fixed the bug that caused unexpected bugcheck(205) in big databases.
2006-03-29 15:20 asfernandes
M builds/install/arch-specific/win32/pt/instalacao_leia-me.txt
Misc
2006-03-29 13:44 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
M builds/install/arch-specific/win32/Readme.txt
M builds/install/arch-specific/win32/installation_readme.txt
M builds/win32/make_examples.bat
Minor tweaks to the Win32 build/install stuff. Updated readme and install_readme.
2006-03-29 13:43 paul_reeves
M builds/install/arch-specific/win32/pt/custom_messages_pt.inc
M builds/install/arch-specific/win32/pt/instalacao_leia-me.txt
M builds/install/arch-specific/win32/pt/leia-me.txt
Win32 installer - latest portuguese translations
2006-03-29 13:41 paul_reeves
A builds/install/arch-specific/win32/it
A builds/install/arch-specific/win32/it/custom_messages_it.inc
A builds/install/arch-specific/win32/it/leggimi.txt
A builds/install/arch-specific/win32/it/leggimi_installazione.txt
Add italian translations of install strings for Windows installs
2006-03-29 09:41 hvlad
M src/dsql/pass1.cpp
Make input parameters of EXECUTE BLOCK statement nullable
2006-03-29 09:39 kkuznetsov
A extern/SfIO
A extern/SfIO/include
A extern/SfIO/include/stdio.h
Add modifyed SFIO include file to public CVS
2006-03-28 10:16 dimitr
M src/jrd/dyn_mod.epp
Misc.
2006-03-28 09:55 dimitr
M src/jrd/evl.cpp
Protected from assignments to not existing fields.
2006-03-28 09:54 dimitr
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/msgs/facilities.sql
M src/msgs/messages.sql
M src/msgs/system_errors.sql
Added new error message.
2006-03-28 09:36 dimitr
M src/jrd/exe.h
Fixed a minor regression in the permission checking logic.
Let's first check the relation privileges and only then the column ones.
2006-03-28 04:31 mkubecek
M src/isql/isql.epp
M src/isql/isql.h
M src/msgs/facilities.sql
M src/msgs/history.sql
M src/msgs/messages.sql
Fix of isql command line parser: check for repeated switches or database name.
2006-03-28 04:04 robocop
M doc/README.garbage_collector
Misc.
2006-03-26 20:51 hvlad
A doc/README.garbage_collector
Documentation for garbage collector
2006-03-26 05:58 robocop
M src/isql/isql.epp
- Misc.
- Style
- Avoiding one indentation level.
2006-03-26 04:58 robocop
M src/msgs/history.sql
Misc.
2006-03-26 03:34 asfernandes
M src/isql/isql.epp
Correction
2006-03-25 23:41 mkubecek
M src/isql/isql.epp
M src/isql/isql.h
M src/msgs/facilities.sql
M src/msgs/messages.sql
Fix of isql command line parser: allow only abbreviations of standard switch names, check integer arguments to be integers.
2006-03-25 07:08 robocop
M configure.in
M src/common/utils_proto.h
M src/include/gen/autoconfig_msvc.h
M src/jrd/common.h
M src/jrd/svc.cpp
M src/utilities/gsec/security.epp
Only strcmp and strncmp have common names across all plartforms. Cater for differences in strcasecmp/stricmp and strncasecmp/strnicmp.
2006-03-25 07:01 robocop
M src/isql/show.epp
M src/jrd/thd.cpp
Misc.
2006-03-21 01:55 asfernandes
M builds/posix/Makefile.in.client.qli
Misc
2006-03-20 16:29 alexpeshkoff
M src/remote/inet.cpp
fixed server hang in case of broken client
2006-03-20 14:17 alexpeshkoff
M src/misc/writeBuildNum.sh
fixed bugs building release candidate 1
2006-03-19 15:37 alexpeshkoff
M configure.in
Let FreeBSD use editline by default
2006-03-19 15:32 alexpeshkoff
M builds/posix/Makefile.in.client.qli
M builds/posix/Makefile.in.embed.qli
removed absolutely unneeded setuid - thanks to Sergey Skvortsov
2006-03-19 13:56 alexpeshkoff
M configure.in
fixing build on FreeBSD/amd64
2006-03-18 06:22 robocop
M src/jrd/blb.cpp
Totally misc.
2006-03-18 01:57 asfernandes
M src/jrd/blb.cpp
Misc
2006-03-18 01:47 asfernandes
M doc/WhatsNew
Misc
2006-03-17 16:08 dimitr
M src/remote/os/win32/window.cpp
Let's not duplicate things.
2006-03-17 15:18 dimitr
M src/misc/writeBuildNum.sh
Misc.
2006-03-17 14:25 dimitr
M src/misc/writeBuildNum.sh
Updated the version number.
2006-03-17 13:36 alexpeshkoff
M doc/WhatsNew
Misc
2006-03-17 10:41 robocop
M doc/WhatsNew
Document isql's command line arguments explanation.
2006-03-17 09:39 hvlad
M doc/WhatsNew
Update WhatsNew
2006-03-17 09:28 hvlad
M src/jrd/blb.cpp
M src/jrd/blb.h
Fixed SF #1446987
2006-03-17 08:15 dimitr
M doc/WhatsNew
Updated docs.
2006-03-17 07:56 hvlad
M src/jrd/vio.cpp
Fixed Beta2 bug reported in Russian newsgroup : AV when dropping FK
with inactive index. Style
2006-03-16 13:45 alexpeshkoff
M src/jrd/utl.cpp
misc
2006-03-16 09:07 robocop
M src/isql/isql.epp
M src/isql/isql.h
M src/msgs/facilities.sql
M src/msgs/history.sql
M src/msgs/messages.sql
Give isql a more useful help when receiving incorrect command line arguments, in sync with other utilities. Courtesy of Michal Kubecek.
Example: isql -?
2006-03-16 08:55 robocop
M src/jrd/sch.cpp
1.- Style.
2.- Don't overflow in case of long error message.
2006-03-16 08:53 robocop
M builds/install/misc/firebird.conf
Misc.
2006-03-16 02:26 asfernandes
M src/jrd/pag.cpp
Misc
2006-03-15 17:34 alexpeshkoff
M src/jrd/sch.cpp
M src/jrd/thd.cpp
M src/jrd/thd.h
fixed bugcheck in case of OS error in mutex
2006-03-15 17:32 alexpeshkoff
M src/jrd/common.h
M src/jrd/inf_pub.h
M src/jrd/pag.cpp
M src/jrd/utl.cpp
applied patch of Sergey Skvortsov - port for FreeBSD AMD64
2006-03-15 17:29 alexpeshkoff
M src/common/fb_exception.cpp
M src/include/fb_exception.h
better support for OS error code in system_call_failed
2006-03-15 17:27 alexpeshkoff
M src/alice/alice.h
M src/burp/burp.cpp
M src/burp/burp.h
return error in case of unexpected status_exception
2006-03-15 17:25 alexpeshkoff
M src/jrd/vio.cpp
M src/remote/server.cpp
we should not loose status vector held in status_exception
2006-03-15 17:23 alexpeshkoff
M builds/install/misc/firebird.conf
M src/common/config/config.cpp
M src/misc/upgrade/v2/security_database.txt
change default value of LegacyHash
2006-03-15 14:03 paul_reeves
M src/jrd/isc_version.h
Use different release number in ISC_FILE_VER_XXXX to distinguish between Fb 1.5 and Fb 2.0. Bump the build number at the same time.
2006-03-15 04:22 robocop
M src/remote/os/win32/wnet.cpp
Commit Alex' fix for a buffer overrun.
2006-03-15 04:21 robocop
M src/burp/restore.epp
Get rid of unused handle.
2006-03-14 10:57 arnobrinkman
M src/dsql/pass1.cpp
Fix node compare function for derived fields.
Fixes field test-item #1449377.
2006-03-13 14:39 hvlad
M src/burp/restore.epp
Update statistics for system indices after restore
2006-03-13 14:32 hvlad
M src/jrd/sort.cpp
Fix SF #1434147 : Bugs with COUNT (DISTINCT XXX) when XXXX is a high integer
2006-03-10 17:46 alexpeshkoff
M src/jrd/cmp.cpp
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/req.h
fixed memory leak - SF#1422471
2006-03-10 08:23 robocop
M src/jrd/alt.cpp
M src/jrd/alt_proto.h
M src/jrd/dfw.epp
M src/jrd/ibase.h
M src/jrd/os/vms/vmsevent.cpp
M src/jrd/utl.cpp
M src/jrd/utl_proto.h
M src/jrd/why.cpp
M src/jrd/why_proto.h
M src/remote/server.cpp
Commit correct signature for events-related calls.
2006-03-10 02:05 asfernandes
M builds/posix/Makefile.in.libfbembed
Misc
2006-03-10 00:26 asfernandes
M src/jrd/req.h
M src/jrd/vio.cpp
Fix SF Field-test #1439268 - Sequence of commands crash FB server - second part - thanks to Claudio
2006-03-10 00:08 asfernandes
M src/dsql/pass1.cpp
Fix incorrect malformed string error, reported by Richard Wesley
2006-03-09 17:52 dimitr
M src/remote/xnet.cpp
Fixed an exception during events shutdown, reported in fb-devel.
2006-03-09 15:24 kkuznetsov
M builds/install/arch-specific/solx86gcc/CS/prototype.in
Update solaris packaging
2006-03-09 13:26 kkuznetsov
M configure.in
Fix packaging on SOLARIS sparc port
2006-03-09 10:27 alexpeshkoff
M src/utilities/gsec/call_service.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec.h
always fill internal_user_data with 0's on creation
2006-03-09 09:42 kkuznetsov
M src/jrd/common.h
Set ODS aligment to 8 on Solaris sparc 32 bits port to avoid a lot of aligment problems.
2006-03-09 09:34 kkuznetsov
M builds/posix/Makefile.in.libfbembed
M builds/posix/prefix.solaris
Minor cleanup
2006-03-09 09:23 kkuznetsov
M builds/posix/prefix.solaris
Fix Solaris sparc 32 bit gcc port
2006-03-08 03:12 robocop
M src/include/gen/msgs.h
M src/msgs/facilities.sql
M src/msgs/history.sql
Sync after Dmitry's changes.
2006-03-08 03:10 robocop
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
Misc.
2006-03-08 02:06 asfernandes
M builds/posix/Makefile.in.libfbembed
Use tab instead of spaces
2006-03-07 17:52 dimitr
M src/dsql/gen.cpp
M src/jrd/cmp.cpp
M src/jrd/exe.h
M src/jrd/par.cpp
Fixed yet another bug in explicit cursors.
Unfortunately, BLR compatibility is not provided, so users have to recompile their SPs/triggers.
2006-03-07 14:43 dimitr
M src/jrd/Optimizer.cpp
More precise calculation of index cardinalities.
2006-03-07 14:42 dimitr
M src/dsql/pass1.cpp
Fixed bug in RETURNING INTO code.
2006-03-07 14:39 dimitr
M src/msgs/messages.sql
Fixed the error message.
2006-03-07 13:01 kkuznetsov
M builds/posix/Makefile.in.libfbembed
Temporally comment out my previous commit
2006-03-07 11:21 kkuznetsov
M builds/posix/Makefile.in.libfbembed
Fix make process on Solaris OSes
2006-03-07 10:20 dimitr
M src/dsql/gen.cpp
Added a context overflow check to DSQL as well.
Based on a bugreport by Volker Rehn.
2006-03-07 09:23 dimitr
M src/jrd/why.cpp
Fixed SF #1435997.
2006-03-07 05:44 robocop
M src/jrd/validation.cpp
M src/remote/inet.cpp
M src/remote/interface.cpp
Style.
2006-03-07 03:12 asfernandes
M src/remote/server.cpp
Formatting
2006-03-07 03:11 asfernandes
M src/include/fb_types.h
M src/include/types_pub.h
Move ISC_STATUS_LENGTH and ISC_STATUS_ARRAY to public
2006-03-06 17:49 alexpeshkoff
M builds/posix/Makefile.in.client.fbudf
M builds/posix/Makefile.in.embed.fbudf
fixed FBUDF build on posix
2006-03-06 13:51 alexpeshkoff
M src/remote/server.cpp
Use named constant for buffer size
2006-03-06 13:36 alexpeshkoff
M src/remote/protocol.cpp
no need to check '<0' for unsigned variables - thanks to Adriano
2006-03-06 11:03 alexpeshkoff
M src/remote/protocol.cpp
M src/remote/server.cpp
1. Fixed win32 classic build.
2. Attempt to fix SF#1260310.
2006-03-06 10:53 alexpeshkoff
M src/misc/upgrade/v2/security_database.txt
added requirement to convert security database to ods11
2006-03-06 10:40 alexpeshkoff
M src/jrd/os/posix/fbsyslog.cpp
make syslog messages visible on terminal
2006-03-06 01:00 asfernandes
M doc/README.user.embedded
Document files required for fbembed.dll
2006-03-05 10:26 alexpeshkoff
M src/remote/server.cpp
fixed debugging code - thanks to Claudio
2006-03-04 18:24 asfernandes
M src/jrd/req.h
M src/jrd/vio.cpp
Fix SF field-test #1439268 - Sequence of commands crash FB server
2006-03-03 16:20 alexpeshkoff
M src/remote/inet.cpp
M src/remote/protocol.h
M src/remote/remot_proto.h
M src/remote/remote.cpp
M src/remote/remote.h
M src/remote/server.cpp
Fixed SF bug 1385092
2006-03-03 16:08 alexpeshkoff
M src/jrd/why.cpp
don't let printf() damage sockets in debug build
2006-03-03 16:06 alexpeshkoff
M src/jrd/err.cpp
slightly better diagnostic in log
2006-03-03 16:03 alexpeshkoff
M src/common/classes/alloc.h
let's try to make gcc4 happy
2006-03-03 10:56 kkuznetsov
M builds/posix/prefix.solaris
M builds/posix/prefix.solaris-64gcc
Removed profile gcc flag
2006-03-01 22:58 asfernandes
M src/jrd/evl_string.h
Fix AV in Knuth-Morris-Pratt algorithm implementation
2006-02-24 09:21 robocop
M src/isql/isql.h
M src/isql/show.epp
M src/msgs/facilities.sql
M src/msgs/messages.sql
Fix misleading error message reported by Michal Kubecek.
2006-02-24 01:33 asfernandes
M src/jrd/unicode_util.cpp
M src/jrd/unicode_util.h
Constify
2006-02-24 01:04 robocop
M src/jrd/isc.h
Fix compile-time error reported by Michal Kubecek.
2006-02-23 07:36 robocop
M src/jrd/cvt.cpp
Better play safe with int.
2006-02-23 07:30 robocop
M src/jrd/cvt.cpp
Try to put the correct pad character.
2006-02-23 07:22 robocop
M src/jrd/nbak.h
Misc.
2006-02-23 07:13 hvlad
M doc/WhatsNew
Misc
2006-02-23 06:52 robocop
M src/jrd/btr.cpp
M src/jrd/dyn_proto.h
M src/jrd/filters.cpp
M src/jrd/idx.cpp
M src/jrd/met_proto.h
M src/jrd/nav.cpp
M src/jrd/nbak.h
M src/jrd/os/pio_proto.h
M src/jrd/os/posix/unix.cpp
M src/jrd/os/vms/map.cpp
M src/jrd/os/vms/vms.cpp
M src/jrd/os/vms/vmslock.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/par.cpp
M src/jrd/sdw.h
M src/jrd/why.cpp
M src/remote/allr.cpp
M src/remote/inet.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/remote.cpp
More cleanup.
2006-02-23 05:22 robocop
M doc/WhatsNew
M src/jrd/isc.cpp
Misc.
2006-02-23 05:08 robocop
M src/burp/burp.cpp
M src/burp/burp.h
M src/common/config/config_impl.h
M src/jrd/blb.cpp
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/cch.cpp
M src/jrd/cch.h
M src/jrd/cch_proto.h
M src/jrd/cvt.cpp
M src/jrd/dbt.cpp
M src/jrd/dfw.epp
M src/jrd/dpm.epp
M src/jrd/entry.h
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/ext.cpp
M src/jrd/ext.h
M src/jrd/fil.h
M src/jrd/filters.cpp
M src/jrd/fun.epp
M src/jrd/gds.cpp
M src/jrd/ibase.h
M src/jrd/ibsetjmp.h
M src/jrd/idx.cpp
M src/jrd/inf.cpp
M src/jrd/ini.epp
M src/jrd/inuse.cpp
M src/jrd/inuse_proto.h
M src/jrd/isc.cpp
M src/jrd/isc.h
M src/jrd/isc_proto.h
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/jrd_proto.h
M src/jrd/lck.cpp
M src/jrd/lck.h
M src/jrd/log.h
M src/jrd/met.epp
M src/jrd/mov.cpp
M src/jrd/nav.cpp
M src/jrd/os/posix/unix.cpp
M src/jrd/os/vms/extvms.cpp
M src/jrd/os/vms/map.cpp
M src/jrd/os/vms/rdbint.cpp
M src/jrd/os/vms/vms.cpp
M src/jrd/os/vms/vmsevent.cpp
M src/jrd/os/vms/vmslock.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/par.cpp
M src/jrd/perf.cpp
M src/jrd/plugin_manager.h
M src/jrd/req.h
M src/jrd/rlck.cpp
M src/jrd/rse.cpp
M src/jrd/rse.h
M src/jrd/scl.h
M src/jrd/sdl.cpp
M src/jrd/sdl.h
M src/jrd/sdl_proto.h
M src/jrd/sdw.cpp
M src/jrd/sdw_proto.h
M src/jrd/shut.cpp
M src/jrd/smp_impl.h
M src/jrd/sort.cpp
M src/jrd/sort.h
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/svc_proto.h
M src/jrd/sym.h
M src/jrd/thd.cpp
M src/jrd/thd.h
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/utl.cpp
M src/jrd/validation.cpp
M src/jrd/vio.cpp
M src/jrd/why.cpp
M src/lock/driver.cpp
M src/misc/align.cpp
M src/remote/inet.cpp
M src/remote/inter_proto.h
M src/remote/interface.cpp
M src/remote/os/win32/ibconfig.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/remote.h
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec.h
M src/utilities/gstat/dba.epp
M src/utilities/gstat/ppg.cpp
M src/utilities/gstat/ppg_proto.h
Mark unused data members, discover more code associated to conditional compilation, clean some places, replace custom loops by memcpy and memset when possible, etc.
2006-02-23 05:03 robocop
M src/jrd/cmp.cpp
We better do not have loop variables with the same name in nested loops.
:-)
2006-02-22 15:25 hvlad
M doc/WhatsNew
Update WhatsNew
2006-02-22 14:55 hvlad
M src/jrd/dfw.epp
Fixed SF #1436066 : Adding index during DB activity causes GFIX errors
2006-02-22 13:55 dimitr
M doc/WhatsNew
An update.
2006-02-22 07:22 robocop
D src/jrd/mem.cpp
Remove obsolete file.
2006-02-22 07:21 robocop
M builds/mac_os_x/CS/CS.pbproj/project.pbxproj
This was the only project file referencing legacy mem.cpp.
2006-02-22 07:19 robocop
M src/jrd/sha.cpp
This file lacked indentation.
2006-02-22 07:11 dimitr
M src/jrd/cmp.cpp
Sorry, the unused code has been committed.
2006-02-22 05:30 dimitr
M src/jrd/cmp.cpp
Fixed imcomplete invariants tracking for subqueries.
Views are still a problem, so more to follow.
2006-02-22 02:50 asfernandes
M src/jrd/unicode_util.cpp
Fixed SF field-test $1433583 - key size exceeds implementation restriction
2006-02-21 04:29 robocop
M src/common/classes/fb_tls.h
M src/common/classes/tree.h
The whole indentation was screwed in those files.
2006-02-20 13:20 kkuznetsov
M src/jrd/sdl.cpp
Quick fix compile error: inline function has prototype
2006-02-20 08:25 kkuznetsov
M src/common/config/config_impl.h
Fix Sun C++ compiler visibility error
2006-02-20 08:00 kkuznetsov
M src/common/classes/fb_tls.h
misc
2006-02-20 07:59 kkuznetsov
M src/common/classes/fb_tls.h
misc
2006-02-20 07:46 kkuznetsov
M src/common/classes/tree.h
Support Sun C++ compiller in Bee+tree though conditional compilation.
2006-02-20 07:45 kkuznetsov
M builds/posix/prefix.solaris-64SCC
Add defines to support Sun C++ compiller
in FB Code.
2006-02-19 21:16 asfernandes
M src/jrd/dfw.epp
M src/jrd/vio.cpp
Don't allow to drop indices used in explicit plans inside SPs/triggers
2006-02-18 23:39 robocop
M src/jrd/opt.cpp
Misc.
2006-02-15 13:35 dimitr
M src/dsql/pass1.cpp
There's no need to transform NOT ANY to ALL, as NOT ANY effectively uses indices.
2006-02-15 13:34 dimitr
M src/jrd/cmp.cpp
M src/jrd/rse.cpp
More clever solution for bug #459059.
Deoptimization of NOT ANY is no longer necessary.
2006-02-10 19:40 dimitr
M builds/win32/preprocess.bat
M builds/win32/preprocess2.bat
Committed changes for the win32 build process.
2006-02-10 03:35 robocop
M src/jrd/rse.cpp
This is why we put {} around if/else always: to avoid errors like this one, where indentation is not what the compiler follows.
2006-02-10 03:28 robocop
M src/include/memory_routines.h
M src/jrd/blb.cpp
M src/jrd/cmp.cpp
M src/jrd/dfw.epp
M src/jrd/exe.cpp
M src/jrd/ext.cpp
M src/jrd/ini.epp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/jrd/rse.cpp
M src/jrd/tra.cpp
M src/jrd/validation.cpp
Misc.
2006-02-09 15:50 kkuznetsov
M src/jrd/rse.cpp
Fix aligment issues on Solaris sparc V9 (64 bits)
2006-02-09 11:00 kkuznetsov
M src/include/memory_routines.h
Minor fixes big thanks to Alex and Dmitry
2006-02-09 07:48 hvlad
M doc/sql.extensions/README.isc_info_xxx
Correct documentation for isc_info_creation_date
2006-02-09 07:42 hvlad
M src/jrd/inf.cpp
Correct way to work on big-endian systems
2006-02-08 21:21 hvlad
M doc/sql.extensions/README.isc_info_xxx
Document isc_info_creation_date
2006-02-08 21:20 hvlad
M src/jrd/inf.cpp
M src/jrd/inf_pub.h
Implemented new isc_info_creation_date
2006-02-08 10:11 hvlad
M src/jrd/btr.cpp
bugfix
2006-02-08 09:25 kkuznetsov
M builds/posix/prefix.solaris
M builds/posix/prefix.solaris-64SCC
M builds/posix/prefix.solaris-64gcc
Minor updates to Solaris sparc 64 prefixes
2006-02-07 18:41 dimitr
M src/remote/xnet.cpp
Fixed broken XNET logic. In fact, this affects all types of connections as the security database is accessed locally.
2006-02-07 17:21 hvlad
M src/jrd/isc_sync.cpp
Fixed unregistered bug: fb_lock_print fails with message:
The requested operation cannot be performed on a file with a user-mapped section open.
2006-02-07 08:08 robocop
M src/jrd/Optimizer.cpp
M src/jrd/blp.h
M src/jrd/blr.h
M src/jrd/cmp.cpp
M src/jrd/evl.cpp
M src/jrd/exe.h
M src/jrd/gds.cpp
M src/jrd/nav.cpp
M src/jrd/nod.h
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/jrd/rse.h
M src/misc/blrtable.cpp
The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Tenth step: some code was tagged PC_ENGINE but was for SCROLLABLE_CURSORS instead, hence restore it. Also, clean unused data members, obsolete BLR verbs and the like.
2006-02-06 16:13 kkuznetsov
M extern/icu/source/config/mh-solaris
minor fixes
2006-02-06 16:12 kkuznetsov
M builds/posix/prefix.solaris-64SCC
More fixes to SCC port
2006-02-06 14:27 dimitr
M builds/win32/msvc7/fbudf.vcproj
Fixed MSVC7 build.
2006-02-06 13:01 kkuznetsov
M extern/icu/source/config/mh-solaris
misc
2006-02-06 08:13 kkuznetsov
M src/include/memory_routines.h
Add 2 aligment fixes templates
2006-02-05 18:03 dimitr
M src/remote/os/win32/srvr_w32.cpp
M src/remote/xnet.cpp
M src/remote/xnet_proto.h
Fixed XNET to follow the common call architecture for the remote subsystem. Just hope I didn't break the logic.
2006-02-05 12:39 hvlad
M doc/sql.extensions/README.isc_info_xxx
Typo's
2006-02-05 12:33 hvlad
A doc/sql.extensions/README.isc_info_xxx
Documentation for new isc_info_xxx calls
2006-02-05 11:36 hvlad
M src/jrd/inf.cpp
M src/jrd/inf_pub.h
Implemented SF #1315814 (isc_info_active_transactions_count) and
#1089646 (isc_transaction_info - get isolation level)
2006-02-05 11:06 hvlad
M src/jrd/tra.cpp
1. Let SUPERSERVER_V2 also check for transactions numbers overflow
2. Correction
2006-02-05 11:04 hvlad
M src/jrd/pag.cpp
Make code some simpler. Thanks to Claudio
2006-02-04 16:10 dimitr
M src/remote/xnet.cpp
Implemented SRVR_debug for XNet connections on win32.
2006-02-04 11:32 dimitr
M src/remote/os/win32/srvr_w32.cpp
Fixed SRVR_debug for INet connections on win32.
2006-02-04 10:37 dimitr
M src/remote/inet.cpp
M src/remote/interface.cpp
M src/remote/protocol.h
M src/remote/remote.h
M src/remote/server.cpp
Minor cleanup.
2006-02-04 04:39 robocop
M builds/win32/msvc6/fbudf.dsp
M src/common/classes/timestamp.cpp
Use SUPERCLIENT for fbudf for avoiding exception-related code.
2006-02-04 04:20 robocop
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
M src/include/gen/msgs.h
Sync after Vlad's changes.
2006-02-04 04:19 robocop
M src/msgs/facilities.sql
M src/msgs/history.sql
Misc.
2006-02-04 02:40 robocop
M src/extlib/fbudf/fbudf.cpp
M src/jrd/gds.cpp
I misread the logic: it's true (not false) that tells Timestamp to not call the operating system to get the current time. Thanks to D. Sibiryakov.
2006-02-03 23:47 asfernandes
M doc/WhatsNew
Fixed typo
2006-02-03 22:05 hvlad
M src/jrd/blb.cpp
M src/jrd/lck.h
Correction
2006-02-03 17:45 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
New error message
2006-02-03 17:44 hvlad
M src/jrd/tra.cpp
M src/msgs/facilities.sql
M src/msgs/messages.sql
M src/msgs/system_errors.sql
Prevent transaction numbers from overflow MAX_SLONG boundary
2006-02-03 16:57 hvlad
M src/jrd/blb.cpp
M src/msgs/facilities.sql
M src/msgs/messages.sql
Replace one fb_assert with BUGCHECK as Claudio suggested some time ago
2006-02-03 16:22 hvlad
M src/msgs/messages.sql
Fixed isql's statistics output
2006-02-03 13:49 hvlad
M src/jrd/tra.cpp
Prevent unnecessary blocking of garbage collection by read-committed transactions
2006-02-03 13:23 hvlad
M src/jrd/inf.cpp
M src/jrd/jrd.cpp
M src/jrd/pag.cpp
M src/jrd/pag_proto.h
Don't overwrite dbb_oldest_snapshot and another transaction numbers with
oldest values from header page after user call to isc_info_oldest_snapshot etc
2006-02-03 13:13 hvlad
M src/burp/burp.cpp
M src/isql/isql.epp
M src/lock/lock.cpp
M src/qli/format.cpp
M src/qli/mov.cpp
M src/qli/picstr.cpp
M src/remote/inet.cpp
M src/remote/server.cpp
M src/utilities/gstat/dba.epp
M src/utilities/gstat/ppg.cpp
Replace "../jrd/jrd_time.h" with "../common/classes/timestamp.h"
2006-02-03 12:24 kkuznetsov
M builds/posix/prefix.solaris-64SCC
Fix 64 switches
2006-02-03 12:23 kkuznetsov
M extern/icu/source/config/mh-solaris
Add 64 bit swithes to solaris port of icu
2006-02-03 08:41 robocop
D src/jrd/jrd_time.h
Bye, bye jrd_time.h.
2006-02-03 08:39 robocop
M src/common/classes/timestamp.h
M src/jrd/cch.cpp
M src/jrd/cvt.cpp
M src/jrd/dmp.cpp
M src/jrd/evl.cpp
M src/jrd/gds.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/perf.cpp
M src/jrd/svc.cpp
M src/jrd/utl.cpp
M src/lock/print.cpp
Replace jrd_time.h by our timestamp.h, but I left timestamp.h's #includes commented where it *seemed* not necessary.
2006-02-03 08:37 robocop
M src/jrd/exe.h
More scrollable cursors related code.
2006-02-03 08:19 kkuznetsov
A builds/posix/prefix.solaris-64SCC
Prepare for use Sun CC compiler on Solaris sparc platform
2006-02-03 02:28 robocop
M src/jrd/jrd.h
M src/jrd/log.cpp
M src/jrd/opt.cpp
M src/jrd/pag.cpp
M src/jrd/rse.h
The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Ninth step: while doing cleanup, I discovered some data members that aren't used anymore or that should be inside conditional code. This is the result.
2006-02-02 13:17 dimitr
M builds/win32/msvc7/Firebird2.sln
M builds/win32/msvc7/fbudf.vcproj
Fixed the win32 build.
2006-02-02 12:56 dimitr
M src/jrd/opt.cpp
Fixed a bug with NOT ANY/ALL reported by Alex.
2006-02-02 07:57 robocop
M src/jrd/cch.cpp
M src/jrd/jrd.h
The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Eighth step: dbb_refresh_ranges belongs to the obsolete functionality and since it's never set but tested in cch.cpp with two AND, the whole condition will be always false, hence remove the code.
2006-02-02 07:40 robocop
M src/jrd/exe.h
M src/jrd/sort.cpp
M src/misc/blrtable.cpp
Misc.
2006-02-02 07:37 robocop
M src/jrd/nav.cpp
M src/jrd/rse_proto.h
The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Seventh step: since RSE_MARK_CRACK became a no-op, remove it from the sources.
2006-02-02 07:32 robocop
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/exe_proto.h
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/nav.cpp
M src/jrd/nav_proto.h
M src/jrd/opt.cpp
M src/jrd/opt_proto.h
M src/jrd/par.cpp
M src/jrd/req.h
M src/jrd/rlck.cpp
M src/jrd/rlck_proto.h
M src/jrd/rse.cpp
M src/jrd/rse_proto.h
M src/jrd/shut.cpp
M src/jrd/sort.cpp
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Sixth step: remove the places protected by the macro PC_ENGINE. More to come. (I guess all of you who have pending functional changes to post will love this commit. <g>)
2006-02-02 00:39 robocop
M src/extlib/fbudf/fbudf.cpp
fbudf wasn't really thread safe (despite the Mutex) when dealing with the non-reentrant functions localtime and gmtime because we need to copy the contents of the result pointer to a local variable before releasing the Mutex.
2006-02-02 00:28 robocop
M builds/win32/msvc6/Firebird2.dsw
M builds/win32/msvc6/fbudf.dsp
M src/common/classes/timestamp.cpp
M src/common/classes/timestamp.h
M src/extlib/fbudf/fbudf.cpp
Declare independence day from client library for fbudf . For builds other than MSVC6, the following has to be done:
- add to fbudf project the files timestamp.cpp and timestamp.h
- for the same project, define FBUDF_EXPORTS as preprocessor macro
- for the firebird2 workspace/solution/make/etc get rid of the dependency of fbudf on fbclient. Build files that I indentified that need fixes are:
builds\posix\Makefile.in.client.fbudf
builds\posix\Makefile.in.embed.fbudf
builds\win32\msvc7\fbudf.vcproj
builds\win32\msvc7\Firebird2.sln
MacOs build files ignore fbudf completely.
This change eliminates the problem with the client library having different names depending on the build type (SS, CS, embedded).
2006-02-02 00:03 robocop
M src/jrd/gds.cpp
Do not lose time getting the accurate timestamp from the operating system if we are going to override it imediately with the user supplied value in isc_encode_date and isc_encode_timestamp. Also, this avoids an exception escaping from the API functions if the system call fails.
2006-02-01 22:50 robocop
D src/jrd/bookmark.cpp
D src/jrd/bookmark.h
D src/jrd/rng.cpp
D src/jrd/rng.h
D src/jrd/rng_proto.h
The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Fifth step: remove the aforementioned files. More to come.
2006-02-01 22:45 robocop
M src/jrd/jrd.h
M src/jrd/nav_proto.h
M src/jrd/req.h
M src/jrd/rse_proto.h
The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Fourth step: remove forward declarations of classes Bookmark and RefreshRange. More to come.
2006-02-01 09:21 robocop
M src/jrd/blk.h
M src/jrd/dbt.cpp
M src/jrd/rse.h
The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Third step: remove references to the deleted objects Bookmark and RefreshRange in blk.h and dbt.cpp (debug). Remove definition of Bookmark from rse.h. More to come.
2006-02-01 08:55 robocop
M src/jrd/cmp.cpp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/nav.cpp
M src/jrd/rse.cpp
M src/jrd/shut.cpp
M src/jrd/vio.cpp
The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
Second step: remove them from #include clauses in other files. More to come.
2006-02-01 08:51 robocop
M builds/mac_os_x/CS/CS.pbproj/project.pbxproj
M builds/posix/make.shared.variables
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality.
First step: remove them from the build configurations. More to come.
2006-01-31 07:18 robocop
M src/jrd/pcmet.epp
Change misleading comment: the file is used for expression indices, cannot be deprecated as it was part of the PC_ENGINE feature.
2006-01-29 03:23 robocop
M src/burp/backup.epp
Skip system objects: exceptions, blob filters and procedures.
2006-01-29 01:52 robocop
M src/jrd/btn.cpp
Totally misc.
2006-01-28 14:43 asfernandes
M src/intl/lc_iso8859_2.cpp
M src/intl/lc_narrow.h
Fixed problem "key size exceeds implementation restriction for index ..." reported by Michal Kubecek in fb-devel
2006-01-28 07:37 dimitr
M src/jrd/btn.cpp
More fixes, thanks to Claudio.
2006-01-28 04:12 robocop
M src/iscguard/iscguard.cpp
M src/jrd/jrd.cpp
M src/jrd/nav.cpp
M src/jrd/opt.cpp
M src/jrd/tra.cpp
Misc.
2006-01-27 07:59 dimitr
M src/jrd/cmp.cpp
Fixed bug reported in fb-support - wrong permission checks for view columns.
2006-01-27 07:36 hvlad
M src/dsql/dsql.cpp
Fixed unregistered bug: AV in request driven by freed cursor
(when request is dropped flag REQ_orphan is set for child requests but
this flag is never checked)
2006-01-26 12:23 dimitr
M src/iscguard/iscguard.cpp
M src/iscguard/iscguard.rh
M src/remote/os/win32/window.cpp
M src/remote/os/win32/window.rh
Reduced dependencies upon window messages + cleanup.
2006-01-26 11:21 dimitr
M src/dsql/ddl.cpp
CREATE VIEW should be aware that a column alias doesn't necessarily mean an expression.
2006-01-26 11:17 dimitr
M src/jrd/dfw.epp
M src/jrd/irq.h
Hopefully, this should fix SF #1404157.
2006-01-26 10:45 dimitr
M src/include/memory_routines.h
M src/jrd/btn.cpp
1) An attempt to fix the endianess/alignment issues in the b-tree code.
2) Some adjustments in the pointers management.
2006-01-26 08:00 robocop
M src/qli/show.epp
Beware of PC_ENGINE in qli: it's used to protect code meant to be marked with EXPRESSION_INDICES instead, therefore probably all places should be enabled unconditionally. At least with one change (this one) it now shows expression indices correctly.
2006-01-26 07:21 robocop
M src/include/gen/msgs.h
M src/msgs/history.sql
Sync after Dmitry Yemanov's changes.
2006-01-25 12:20 dimitr
M src/jrd/tra.cpp
Fixed a number of inconsistencies in the rollback code.
2006-01-25 12:11 dimitr
M src/jrd/exe.cpp
Fixed the issue with ROW_COUNT being cleared after SUSPEND.
2006-01-25 09:48 dimitr
M src/msgs/messages.sql
A small correction.
2006-01-25 08:40 robocop
M src/dsql/parse.cpp
M src/dsql/parse.y
Fix SF Bug# 1408079 and also the same problem with unterminated comment blocks /* ...
2006-01-25 07:04 robocop
M src/utilities/gstat/dba.epp
I want to continue compiling FB2 successfully with my tools, if you don't object.
:-)
2006-01-22 19:14 arnobrinkman
M src/dsql/pass1.cpp
Fix incorrect "Ambiguous field name error" reported by Ivan Prenosil:
SELECT
(SELECT RDB$FIELD_NAME FROM RDB$RELATION_FIELDS
WHERE RDB$FIELD_SOURCE = RDB$FIELDS.RDB$FIELD_NAME)
FROM RDB$FIELDS
WHERE RDB$FIELD_NAME NOT IN
(SELECT RDB$FIELD_SOURCE FROM RDB$RELATION_FIELDS)
2006-01-21 15:30 hvlad
M src/utilities/gstat/dba.epp
1. Add isc_dpb_no_garbage_collect to gfix attachment to not force a sweep
2. Fix unregistered bug - wrong statistics if relation\index data is longer than 2^32 bytes length
3. Fix unregistered bug - average index key length rounded to integer value
2006-01-21 15:29 hvlad
M src/jrd/tra.cpp
Attachment with isc_dpb_no_garbage_collect option will not force a sweep
2006-01-21 14:55 asfernandes
M src/dsql/dsql.h
M src/dsql/make.cpp
M src/dsql/metd.epp
Fixed problem caused by usage of UNICODE_FSS system domains in users views and tables - thanks to Dmitry
2006-01-20 13:34 hvlad
M src/dsql/dsql.tab.h
M src/dsql/parse.cpp
Regenerated parser files after parse.y change
By bison 2.1 now
2006-01-20 13:31 hvlad
M src/dsql/parse.y
Again fix issue with parser and not correctly stored source for
CURRENT_TIME\CURRENT_TIMESTAMP in procedure parameters
default values. Reported by Martijn Tonies
2006-01-19 16:53 dimitr
M src/jrd/Optimizer.cpp
Temporary rolled back one one of my previous fixes due to discovered issues.
2006-01-19 14:32 alexpeshkoff
M builds/posix/Makefile.in.client.fbudf
applied patch from Michal Kubecek
2006-01-18 11:54 alexpeshkoff
M src/gpre/int_cxx.cpp
fixed gcc warning(s)
2006-01-18 10:43 alexpeshkoff
M src/jrd/alt.cpp
M src/jrd/dpm.epp
M src/jrd/dsc.cpp
M src/jrd/dsc2.h
M src/jrd/dsc_pub.h
M src/jrd/filters.cpp
M src/jrd/intl_builtin.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.h
M src/jrd/perf.cpp
fixed gcc warning(s)
2006-01-17 09:20 robocop
M doc/WhatsNew
Restore missing WhatsNew entries that I deleted on bad merge.
2006-01-17 07:52 robocop
M src/intl/lc_big5.h
M src/jrd/dsc.h
M src/qli/exe.cpp
Misc.
2006-01-17 07:39 robocop
M src/jrd/Optimizer.h
Disable the debug info for the optimizer in the public repository as it might produce release builds that create an output file with that information.
2006-01-17 07:37 robocop
M doc/WhatsNew
Fix my previous entry in the WhatsNew.
2006-01-17 04:40 paul_reeves
M builds/install/misc/firebird.conf
M doc/WhatsNew
M src/common/config/config.cpp
M src/common/config/config.h
M src/dsql/make.cpp
Forward port OldColumnNaming from Fb 1.5.3
2006-01-16 17:17 dimitr
M doc/WhatsNew
Updated the docs.
2006-01-16 16:49 alexpeshkoff
M src/intl/lc_big5.cpp
M src/intl/lc_big5.h
M src/intl/lc_jis.cpp
M src/intl/lc_unicode_ucs2.cpp
M src/isql/show.epp
M src/lock/lock.cpp
M src/qli/exe.cpp
M src/qli/format.cpp
M src/qli/show.epp
M src/remote/inet_server.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gstat/dba.epp
M src/utilities/nbackup.cpp
fixed gcc warning(s)
2006-01-16 16:46 alexpeshkoff
M src/qli/meta.epp
ported fix from vulcan
2006-01-16 16:31 alexpeshkoff
M src/dsql/dsql.cpp
M src/dsql/metd.epp
M src/dsql/pass1.cpp
fixed gcc warning(s)
2006-01-16 15:39 alexpeshkoff
M src/alice/alice.cpp
M src/burp/burp.cpp
M src/common/classes/ClumpletReader.h
M src/common/classes/semaphore.h
fixed gcc warning(s)
2006-01-16 15:21 paul_reeves
M builds/install/arch-specific/win32/Readme.txt
M builds/install/arch-specific/win32/ba/Instalacija_ProcitajMe.txt
M builds/install/arch-specific/win32/de/installation_liesmich.txt
M builds/install/arch-specific/win32/de/liesmich.txt
M builds/install/arch-specific/win32/installation_readme.txt
M builds/install/arch-specific/win32/pl/instalacja_czytajto.txt
Catch up with commit of some win32 install docs that were part of beta 1
2006-01-16 10:01 alexpeshkoff
M src/qli/meta.epp
ported fix from vulcan
2006-01-16 08:47 alexpeshkoff
M src/remote/inet.cpp
fixed posix build
2006-01-15 18:11 asfernandes
M src/dsql/gen.cpp
M src/dsql/pass1.cpp
Fixed problem causing collation lost in sqlsubtype when using dynamic charset - reported by Ivan Prenosil
2006-01-15 16:04 dimitr
M src/jrd/Optimizer.cpp
M src/jrd/cvt.cpp
M src/jrd/dsc.h
M src/jrd/exe.cpp
M src/jrd/rse.cpp
M src/qli/mov.cpp
Fixed bug related to expression indices vs. collates, reported by Ivan.
2006-01-15 13:39 alexpeshkoff
M builds/posix/Makefile.in.client.util
fixed posix build
2006-01-15 13:34 alexpeshkoff
M src/utilities/ibmgr/ibmgr.cpp
M src/utilities/ibmgr/srvrmgr.cpp
fixed posix build and warnings
2006-01-15 13:19 arnobrinkman
M src/jrd/Optimizer.cpp
M src/jrd/Optimizer.h
Fix bug with lower/upper -exlude flag for indexes
2006-01-15 12:48 alexpeshkoff
M src/jrd/req.h
fixed gcc warning
2006-01-14 18:04 asfernandes
M builds/install/misc/fbintl.conf
M builds/win32/msvc6/intl.dsp
M builds/win32/msvc7/intl.vcproj
A src/intl/collations/win_cz.h
A src/intl/collations/win_cz_ci_ai.h
M src/intl/lc_iso8859_1.cpp
M src/intl/ld.cpp
M src/jrd/intlnames.h
Add Czech collations - contributed by Ivan Prenosil:
- WIN_CZ (case-insensitive, accent-sensitive)
- WIN_CZ_CI_AI (case-insensitive, accent-insensitive)
2006-01-14 07:00 robocop
M src/dsql/ddl.cpp
M src/isql/extract.epp
M src/isql/show.epp
M src/jrd/Optimizer.cpp
M src/jrd/Optimizer.h
M src/jrd/btr.cpp
M src/jrd/common.h
M src/jrd/dfw.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/opt.cpp
M src/jrd/pcmet.epp
M src/jrd/validation.cpp
EXPRESSION_INDICES code is considered stable and therefore there's no need to keep it protected by macros. Please do a full rebuild.
2006-01-14 04:56 robocop
M src/remote/os/win32/srvr_w32.cpp
Detect if some undocumented startup option failed (Windows).
2006-01-14 04:54 robocop
M src/utilities/ibmgr/ibmgr.cpp
Totally misc.
2006-01-14 04:48 robocop
M src/burp/burp.cpp
M src/common/utils.cpp
M src/common/utils_proto.h
M src/jrd/gds.cpp
M src/jrd/os/config_root.h
M src/jrd/os/darwin/config_root.cpp
M src/jrd/os/vms/extvms.cpp
M src/jrd/sch.cpp
M src/jrd/utl.cpp
M src/qli/dtr.cpp
M src/qli/lex.cpp
M src/remote/inet.cpp
M src/remote/remote.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/ibmgr/ibmgr.cpp
Change from getenv to readenv. This is still getenv in Linux/UNIX but GetEnvironmentVariable in Windows.
2006-01-13 22:25 robocop
M src/burp/spit.h
M src/burp/std_desc.h
Totally misc.
2006-01-13 09:33 dimitr
M src/jrd/met.epp
M src/jrd/par.cpp
Fixed SF #1404215.
2006-01-13 07:36 dimitr
M src/burp/burp.h
M src/burp/spit.cpp
M src/burp/spit.h
M src/burp/std_desc.h
1) Fixed stdin/stdout redirection in win32 gsplit
2) Make the code more GCC4 friendly
2006-01-12 13:21 dimitr
M src/remote/interface.cpp
Fixed the wrong local connection.
2006-01-10 22:20 robocop
M doc/WhatsNew
Misc.
2006-01-10 15:01 kkuznetsov
M src/common/classes/fb_string.h
M src/jrd/status.h
Fix compile error on Solaris - udefined va_list
2006-01-10 08:31 dimitr
M src/burp/std_desc.h
Correction.
2006-01-10 07:59 dimitr
M doc/sql.extensions/README.select_expressions
Corrections, thanks to Claudio.
2006-01-09 19:57 dimitr
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/std_desc.h
Minor cleanup + solved one of the GCC4 compile issues.
2006-01-09 14:17 dimitr
M doc/WhatsNew
More docs.
2006-01-09 12:45 dimitr
M doc/sql.extensions/README.select_expressions
More docs.
2006-01-09 10:13 dimitr
M doc/README.xnet
Added description of XNET.
2006-01-08 08:21 dimitr
M src/jrd/btr.cpp
Fixed BUGCHECK(205) related to ODS11 index changes.
2006-01-08 01:11 robocop
M src/common/fb_exception.cpp
M src/include/fb_exception.h
Avoid a crash.
2006-01-07 16:58 alexpeshkoff
M src/common/classes/MetaName.cpp
M src/common/classes/fb_string.cpp
M src/common/utils.cpp
M src/isql/isql.epp
M src/jrd/dfw.epp
fixed compilation after changes in exception
2006-01-07 16:55 alexpeshkoff
M src/common/fb_exception.cpp
avoid vararg constructors in status_exception
2006-01-07 16:53 alexpeshkoff
M src/remote/interface.cpp
rollback temporary fix after fixing status_exception
2006-01-07 16:50 alexpeshkoff
M src/include/fb_exception.h
avoid vararg constructors in status_exception
2006-01-07 01:32 robocop
M src/alice/alice_meta.epp
M src/gpre/gpre_meta_boot.cpp
Misc.
2006-01-07 00:34 robocop
M src/common/fb_exception.cpp
Complete Alex fix.
2006-01-07 00:33 robocop
M src/jrd/os/config_root.h
Totally misc.
2006-01-07 00:31 robocop
M src/alice/alice_meta.epp
M src/dudley/exe.epp
M src/dudley/trn.cpp
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/jrd/cmp.cpp
M src/jrd/dyn.epp
M src/jrd/intl.cpp
M src/jrd/jrd.cpp
M src/jrd/pag.cpp
M src/qli/command.cpp
M src/qli/meta.epp
M src/remote/os/win32/srvr_w32.cpp
M src/utilities/install/install.cpp
M src/utilities/install/registry.cpp
M src/utilities/install/services.cpp
Comment excessive dependencies on license.h.
2006-01-06 22:42 robocop
D src/remote/mgr.cpp
Remove leftover from Apollo.
2006-01-06 12:29 alexpeshkoff
M src/jrd/ibase.h
M src/remote/interface.cpp
M src/remote/server.cpp
simpler way to detect redirection attempt
2006-01-06 11:21 alexpeshkoff
M src/common/fb_exception.cpp
M src/remote/interface.cpp
fixed "invalid database handle" error
2006-01-05 17:30 alexpeshkoff
M src/jrd/ibase.h
don't use internal type in public file
2006-01-05 17:13 dimitr
M src/jrd/opt.cpp
Allowed expression indices to be used for navigation on outer streams.
2006-01-05 10:10 dimitr
M src/jrd/cch.cpp
Little cleanup.
2006-01-04 05:55 robocop
M src/dsql/metd.epp
Misc.
2006-01-03 15:47 dimitr
M src/jrd/cmp.cpp
M src/jrd/scl.epp
M src/jrd/scl_proto.h
M src/jrd/vio.cpp
1) Replaced TEXT* with MetaName& in SCL.
2) Fixed SF #1396017.
2006-01-03 15:07 alexpeshkoff
M src/common/classes/MetaName.cpp
M src/common/classes/MetaName.h
MetaName can now handle NULL in constructors and assignments
2006-01-03 11:28 dimitr
M src/jrd/cmp.cpp
M src/jrd/exe.cpp
M src/jrd/jrd.cpp
M src/jrd/req.h
Fixed the garbage trigger name (reported by Alex).
2005-12-31 05:58 robocop
M src/jrd/nav.cpp
M src/jrd/rse.cpp
M src/jrd/rse.h
Isolate scrollable cursors (checked by Dmitry Y.)
2005-12-31 03:49 robocop
M src/utilities/ibmgr/ibmgr.h
M src/utilities/ibmgr/srvrmgr.cpp
Misc.
2005-12-30 16:08 alexpeshkoff
M src/dbs/security.sql
fixed SF bug 229237
2005-12-30 15:59 alexpeshkoff
M src/utilities/ibmgr/ibmgr.cpp
M src/utilities/ibmgr/ibmgr.h
M src/utilities/ibmgr/srvrmgr.cpp
front-ported one forgotten 1.5 commit to 2.0
2005-12-30 15:13 alexpeshkoff
M builds/install/arch-specific/linux/misc/firebird.init.d.debian.in
fixed runuser problem on Debian
2005-12-30 06:57 robocop
M src/isql/isql.epp
M src/isql/show.epp
Parse the server version output (that can be large with redirection) correctly when isql -z is used.
2005-12-29 09:32 alexpeshkoff
M src/isql/isql.epp
make server-version output a bit more readable
2005-12-29 08:06 alexpeshkoff
M src/isql/isql.epp
M src/remote/merge.cpp
fixed bugs in server version reporting
2005-12-28 10:07 dimitr
M src/jrd/gds.cpp
Fixed POSIX builds.
2005-12-28 07:11 aafemt
M doc/README.build.mingw.html
Misc
2005-12-28 06:58 aafemt
M builds/posix/make.defaults
M builds/posix/make.rules
M builds/posix/prefix.mingw
Strip executables in prod build
2005-12-28 06:42 robocop
M src/jrd/evl.cpp
Misc.
2005-12-28 06:09 aafemt
M builds/posix/Makefile.in.client.util
Redundant objects
2005-12-28 06:08 aafemt
M builds/posix/prefix.mingw
Adapted for GCC 3.4
2005-12-28 06:07 aafemt
M doc/README.build.mingw.html
Update
2005-12-28 06:06 aafemt
M doc/README.incompatibilities.txt
More info
2005-12-28 02:21 robocop
M doc/README.incompatibilities.txt
Misc.
2005-12-27 10:57 dimitr
M doc/README.incompatibilities.txt
More info.
2005-12-27 09:42 dimitr
M src/isql/show.epp
Fixed stack buffer overrun.
2005-12-27 08:10 robocop
M doc/README.incompatibilities.txt
M src/include/gen/iberror.h
M src/misc/codes.epp
Misc.
2005-12-26 21:18 hvlad
M src/common/classes/stack.h
Avoid frequent (unneeded and inefficient) allocation\deallocation of stack entryes
2005-12-26 21:17 hvlad
M src/jrd/cch.cpp
Restored accidentally committed wrong file
2005-12-26 21:13 hvlad
M src/jrd/cch.cpp
Avoid frequent (unneeded and inefficient) allocation \ deallocation of stack entryes
2005-12-26 16:10 alexpeshkoff
M src/isql/isql.epp
Fixed buffer overrun in case of bad data returned by isc_database_info()
2005-12-26 11:59 alexpeshkoff
M doc/README.incompatibilities.txt
Misc
2005-12-26 10:31 dimitr
M src/include/gen/iberror.h
M src/misc/codes.epp
Continued fixing public headers.
2005-12-26 09:47 dimitr
M src/jrd/nav.cpp
Never rely on eof/bof markers for non-scrollable-cursors code.
This fixes the newly introduced bug as well as the original issue.
2005-12-25 23:12 hvlad
M src/jrd/cmp.cpp
Missing assignment
2005-12-25 07:43 robocop
M src/jrd/gds.cpp
Do not use the harcoded c:\Program Files path while possible: it doesn't have to live in the C: partition and it's localized in non-English Windows versions.
2005-12-25 07:40 robocop
M src/remote/os/win32/srvr_w32.cpp
- Handle gracefully the exceptions that happen at startup in Windows.
- Show the version string if asked explicitly.
- Some minor cleanup.
2005-12-25 04:42 robocop
M src/jrd/gds.cpp
Solve chicken and egg problem: when we can't locate the config file, we throw an exception but if we try to trap and decode the failure in another place, it tries to know the location of the messages file (to interpret the status vector), which in turn requires to locate the config file. Therefore, we crash mysteriously.
2005-12-25 04:38 robocop
M src/jrd/os/fbsyslog.h
M src/jrd/os/posix/fbsyslog.cpp
M src/jrd/os/win32/fbsyslog.cpp
Agreed with Dmitry: when we are reporting an error, we don't know how critical it is. No need to copy/clone the string and risk more failures, since we don't need to change it to send it to the operating system.
2005-12-25 04:36 robocop
M src/jrd/os/darwin/config_root.cpp
Mark this Darwin-specific file as out of sync WRT the platform-neutral header file config_root.h: has a duplicate function and the constructor doesn't match.
2005-12-25 04:29 robocop
M src/jrd/os/config_root.h
[s|g]etConfigFile renamed [s|g]setConfigFilePath. Clearer, since we have a class named ConfigFile but the function only returns a string with the path, not an object.
2005-12-25 04:01 robocop
M src/common/fb_exception.cpp
M src/remote/os/win32/property.cpp
Misc.
2005-12-25 03:59 robocop
M src/common/config/config.cpp
M src/common/config/config_file.h
M src/config/Configuration.cpp
M src/config/Configuration.h
M src/jrd/db_alias.cpp
[s|g]etConfigFile renamed [s|g]setConfigFilePath. Clearer, since we have a class named ConfigFile but the function only returns a string with the path, not an object.
2005-12-24 17:05 alexpeshkoff
M src/extlib/fbudf/fbudf.cpp
make fbudf use fb2 class Mutex, when needed
2005-12-24 17:03 alexpeshkoff
M builds/posix/Makefile.in.client.fbudf
fixed fbudf
2005-12-24 07:29 robocop
M src/iscguard/iscguard.cpp
Misc.
2005-12-24 07:28 robocop
M src/common/classes/alloc.cpp
Don't crash the debug build if the allocations report file cannot be opened.
2005-12-23 23:32 robocop
M src/include/gen/autoconfig_msvc.h
Make sure gmtime_r is marked as missing in Win32.
2005-12-23 23:11 robocop
M src/jrd/gds.cpp
Fix the non-VMS version of gds__validate_lib_path:
We shouldn't modify the result from getenv().
Also, fix some null terminator issues.
2005-12-23 23:08 robocop
M src/extlib/fbudf/fbudf.cpp
M src/extlib/fbudf/fbudf.h
M src/extlib/fbudf/fbudf.sql
Add getExactTimestampUTC and put some indications. Alex will fix my stub code.
It seems gmtime doesn't work as expected at least with VC6.
2005-12-23 15:39 dimitr
A doc/README.incompatibilities.txt
Added some docs.
2005-12-23 11:42 alexpeshkoff
M builds/install/arch-specific/linux/super/postinstall.sh.in
M builds/install/misc/posixLibrary.sh.in
fix fbmgr operation
2005-12-23 09:40 alexpeshkoff
M src/vulcan/JString.h
fixed posix build
2005-12-23 09:21 alexpeshkoff
M configure.in
test presence of gmtime_r()
2005-12-23 08:52 alexpeshkoff
M src/remote/inet.cpp
M src/remote/interface.cpp
Misc
2005-12-23 08:24 alexpeshkoff
M src/common/classes/ClumpletWriter.cpp
fixed problems with empty SPB
2005-12-23 01:42 robocop
M src/include/fb_exception.h
M src/jrd/IntlManager.cpp
M src/vulcan/JString.cpp
M src/vulcan/JString.h
M src/vulcan/PathName.cpp
M src/vulcan/PathName.h
Const correctness and the like.
2005-12-22 15:26 dimitr
M src/misc/writeBuildNum.sh
Incremented version number.
2005-12-22 06:22 robocop
M src/include/fb_exception.h
This alternative constructor shouldn't be public, but MSVC6 doesn't obey the private clause if there's another constructor made public. Maybe no compiler does.
2005-12-22 06:02 robocop
M src/remote/interface.cpp
Fix for crash in Alex' disable multi-hop config param.
2005-12-21 21:59 dimitr
M src/jrd/exe.cpp
Simplify PSQL cursor handling a bit.
2005-12-21 21:58 dimitr
M src/jrd/nav.cpp
Fixed bug with infinite circular retrievals.
2005-12-21 17:49 dimitr
M src/dsql/dsql.h
More realistic BLR buffer. We don't need redundant allocations.
2005-12-21 10:15 alexpeshkoff
M doc/WhatsNew
my changes
2005-12-21 10:12 alexpeshkoff
M src/jrd/ibase.h
added dpb/spb tags to support redirection control
2005-12-21 10:10 alexpeshkoff
M builds/install/misc/firebird.conf
M src/common/config/config.cpp
M src/common/config/config.h
M src/remote/interface.cpp
M src/remote/server.cpp
added Redirection parameter to firebird.conf
2005-12-20 20:36 kkuznetsov
M extern/icu/source/configure
reflect changes to configure.in for sun threading
2005-12-20 13:24 dimitr
M doc/WhatsNew
Updated.
2005-12-20 12:14 alexpeshkoff
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
fix non-nptl SS build
2005-12-20 11:12 dimitr
M src/jrd/os/win32/mod_loader.cpp
Fixed win32 implementation of ModuleLoader::Module.
2005-12-20 08:18 aafemt
M configure.in
deleted libfbcommon as was suggested by Jim
2005-12-19 16:24 alexpeshkoff
M src/jrd/svc.cpp
fixed server properties info using ibExpert
2005-12-19 13:59 dimitr
M src/jrd/Optimizer.cpp
M src/jrd/Optimizer.h
Fixed the issue related to non-indexed relationships (reported in fb-devel).
2005-12-19 10:02 alexpeshkoff
M src/dudley/extract.epp
fixed warning
2005-12-18 17:56 alexpeshkoff
M builds/posix/Makefile.in.boot.gpre
M builds/posix/Makefile.in.client.gbak
M builds/posix/Makefile.in.client.gdef
M builds/posix/Makefile.in.client.gfix
M builds/posix/Makefile.in.client.gpre
M builds/posix/Makefile.in.client.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.codes
M builds/posix/Makefile.in.embed.gbak
M builds/posix/Makefile.in.embed.gdef
M builds/posix/Makefile.in.embed.gfix
M builds/posix/Makefile.in.embed.gpre
M builds/posix/Makefile.in.embed.isql
M builds/posix/Makefile.in.embed.lockmgr
M builds/posix/Makefile.in.embed.qli
M builds/posix/Makefile.in.embed.util
M builds/posix/Makefile.in.examples
M builds/posix/Makefile.in.fbserver
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.shared.targets
M builds/posix/make.shared.variables
deleted libfbcommon as was suggested by Jim
2005-12-18 17:56 alexpeshkoff
M builds/posix/Makefile.in.firebird
correctly build public ibase.h
2005-12-18 17:49 alexpeshkoff
D builds/posix/Makefile.in.libfbcommon
deleted libfbcommon as was suggested by Jim
2005-12-18 17:47 alexpeshkoff
A src/misc/makeHeader.cpp
simple utility to build public ibase.h
2005-12-18 16:10 alexpeshkoff
M src/common/classes/locks.h
use mutex instead of spin lock
2005-12-18 16:08 alexpeshkoff
M src/lock/lock.h
avoid overflows in UCHAR lhb_version
2005-12-18 15:23 alexpeshkoff
M builds/install/misc/classicLibrary.sh.in
let all users run applications
2005-12-17 12:59 aafemt
M builds/win32/defs/fbclient_s.def
Some more mangled exports
2005-12-17 12:55 aafemt
M src/include/types_pub.h
M src/jrd/ibase.h
Move type declarations to appropriate header
2005-12-17 12:48 aafemt
M src/jrd/val.h
Fix warning
2005-12-17 10:37 dimitr
M src/jrd/Optimizer.cpp
Fixed optimizer. Some adjustments may follow.
2005-12-17 07:09 dimitr
M doc/WhatsNew
Correction.
2005-12-17 04:31 robocop
M doc/WhatsNew
Misc.
2005-12-17 02:26 robocop
M src/utilities/gstat/dba.epp
Gstat should display the Win32 error text, not the error code in English versions.
2005-12-14 02:20 robocop
M doc/WhatsNew
M src/msgs/history.sql
Misc.
2005-12-14 00:06 arnobrinkman
M src/jrd/validation.cpp
Fix incorrect report of corrupt-message on primary/unique index validation. Reported by Vlad.
2005-12-13 23:19 arnobrinkman
M src/jrd/Optimizer.cpp
Another "workaround" for prepared statements on empty tables.
To be reviewed by Dmitry Yemanov.
2005-12-13 15:41 dimitr
M doc/WhatsNew
Misc.
2005-12-13 14:20 dimitr
M doc/WhatsNew
Described changes for Beta 2.
2005-12-12 18:39 dimitr
M src/jrd/blb.cpp
Fixed one more compatibility issue with arrays.
2005-12-12 17:36 dimitr
M src/dsql/make.cpp
Fixed a few wrong error messages + minor cleanup.
2005-12-12 17:27 dimitr
M src/dsql/pass1.cpp
Ported solution for SF #1371274 from Yaffil + minor cleanup.
2005-12-12 13:58 dimitr
M src/jrd/dfw.epp
M src/jrd/met.epp
M src/jrd/trig.h
Fixed SF #1191206.
2005-12-12 13:56 dimitr
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/msgs/facilities.sql
M src/msgs/messages.sql
M src/msgs/system_errors.sql
More error messages.
2005-12-12 10:57 dimitr
M src/msgs/facilities.sql
M src/msgs/messages.sql
M src/msgs/system_errors.sql
Added new error messages.
2005-12-12 10:55 dimitr
M src/jrd/blb.cpp
Better error reporting.
2005-12-12 10:52 dimitr
M src/jrd/rse.cpp
Fixed SF #1292106.
2005-12-12 10:51 dimitr
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
Added new error messages.
2005-12-12 10:01 dimitr
M src/jrd/trig.h
Fixed SF #609538.
2005-12-11 13:42 alexpeshkoff
M src/jrd/svc.cpp
report error when user requested unknown info
2005-12-11 08:32 robocop
M src/gpre/cmp.cpp
Misc.
2005-12-10 10:25 dimitr
M src/jrd/blb.cpp
Rolled back one of my previous commits.
We cannot forbid array->array assignments.
2005-12-10 10:15 dimitr
M src/jrd/svc.cpp
Fixed regressions with SAPI.
2005-12-10 10:15 dimitr
M src/common/classes/ClumpletReader.cpp
Undone my changes in clumplets to follow Alex's solution.
2005-12-10 10:05 dimitr
M src/common/classes/ClumpletReader.cpp
Fixed regressions with SAPI.
2005-12-09 21:50 asfernandes
M builds/install/misc/fbintl.conf
A src/intl/charsets/cs_w1258.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
Add Vietnamese charset WIN1258 - contributed by Nguyen The Phuong
2005-12-09 10:17 dimitr
M examples/empbuild/empbuild.e
Fixed compilation of empbuild.
2005-12-09 05:07 robocop
M src/gpre/c_cxx.cpp
M src/gpre/cmp.cpp
M src/gpre/cmp_proto.h
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/pat.cpp
Forward-port Ann's enhancement to gpre to allow more range for identifiers (more changes may be needed in the future to complete the feature).
2005-12-09 05:00 robocop
M src/jrd/pwd.cpp
M src/jrd/svc.cpp
Misc.
2005-12-08 15:33 alexpeshkoff
M src/jrd/svc.cpp
fixed problem with isc_spb_res_access_mode
2005-12-08 15:20 alexpeshkoff
M src/jrd/ibase.h
rolled back my last change - was done due to bug in ib6.0 documentation
2005-12-08 15:16 alexpeshkoff
M src/jrd/ibase.h
fixed comment
2005-12-08 13:52 dimitr
M src/jrd/ini.epp
M src/jrd/trig.h
An attempt to fix the regression with allowed updates of index-constrained columns.
No guarantees that it won't cause some MET/DFW conflicts, but I'm out of better ideas.
2005-12-06 12:30 dimitr
M src/jrd/exe.cpp
Misc.
2005-12-06 10:11 dimitr
M src/jrd/blb.cpp
More changes re. blobs handling.
2005-12-06 01:02 asfernandes
M src/jrd/evl.cpp
Fixed problem "STARTING WITH and subselect CASE bug" reported by Mustafa WILMAZ on fb-devel
2005-12-05 22:13 hvlad
M src/jrd/Optimizer.cpp
Use EXE_find_request in optimizer at index expression comparison to avoid AV in case of using index simultaneously in some connections
2005-12-05 13:42 dimitr
M src/include/fb_types.h
M src/include/types_pub.h
M src/jrd/ibase.h
Fixed 64bit builds.
2005-12-05 13:25 dimitr
M src/jrd/exe.cpp
Fixed crash caused by my recent commit.
2005-12-05 12:57 dimitr
M builds/posix/Makefile.in.firebird
Changed location of some defines in order to avoid internals inside ibase.h.
2005-12-05 12:45 dimitr
M src/jrd/blb.cpp
Oops.
2005-12-05 12:40 dimitr
M src/jrd/blb.cpp
M src/jrd/blb_proto.h
M src/jrd/exe.cpp
1. Cleanup.
2. Made array->blob assignments possible.
2005-12-05 11:45 alexpeshkoff
M src/burp/burp.cpp
let use services to backup security database
2005-12-05 11:44 dimitr
M builds/win32/make_all.bat
Changed location of some defines in order to avoid internals inside ibase.h.
2005-12-05 11:39 dimitr
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
Changed location of some defines in order to avoid internals inside ibase.h.
2005-12-05 11:31 dimitr
M src/dsql/sqlda_pub.h
M src/include/fb_types.h
A src/include/types_pub.h
M src/jrd/ibase.h
M src/misc/headers.sed
Changed location of some defines in order to avoid internals inside ibase.h.
2005-12-05 11:06 dimitr
M src/jrd/exe.cpp
Let's explicitly initialize unavailable trigger contexts with NULLs instead of relying on EVL_field.
This solves wrong error reporting in universal triggers vs req_warning.
2005-12-04 21:23 asfernandes
M src/intl/collations/xx885913lt.h
Fixed SF field-test $1368741 - wrong result for UPPER()
2005-12-04 12:30 dimitr
M src/jrd/svc.cpp
Restored the old code as Alex has already fixed the issue.
2005-12-04 12:21 hvlad
M src/dsql/dsql.tab.h
M src/dsql/parse.cpp
Regenerate parser files
2005-12-04 12:18 hvlad
M src/dsql/parse.y
1. Correct end_default_opt rule
2. Fix wrong error reporting found by Claudio
2005-12-04 12:08 alexpeshkoff
M src/common/classes/string_test.cpp
added test to trim characters >= 128
2005-12-04 12:06 alexpeshkoff
M src/common/classes/fb_string.cpp
fixed trim of characters >= 128
2005-12-04 05:32 robocop
M src/jrd/met.epp
M src/jrd/par.cpp
I think I solved the code that puzzled John three years ago: procedure parameters ids start at zero, but we were allocating num_of_params plus one for both input an output params. This explains why when iterating we ignored the last element of the vector containing them. Crap that we inherited from IB.
2005-12-03 11:09 dimitr
M doc/sql.extensions/README.universal_triggers
Fixed typos.
2005-12-03 10:22 dimitr
M src/jrd/svc.cpp
Fixed restore process.
2005-12-03 10:22 dimitr
M src/common/classes/ClumpletReader.cpp
More missing stuff.
2005-12-03 09:48 dimitr
M src/common/classes/ClumpletReader.cpp
Fixed backup.
2005-12-03 07:01 robocop
M src/isql/isql.epp
Avoid the intermediate buffer.
2005-12-03 06:43 robocop
M src/jrd/cmp.cpp
M src/jrd/dfw.epp
M src/jrd/ini.epp
M src/jrd/met.epp
M src/jrd/par.cpp
M src/jrd/val.h
Finish Mike work after 3 years. :-)
2005-12-03 06:39 robocop
M src/intl/lc_narrow.cpp
Misc.
2005-12-02 22:19 hvlad
M src/jrd/svc.cpp
M src/jrd/svc.h
Allocate strings members of Service from the same pool as Service itself
2005-12-02 16:54 alexpeshkoff
M src/common/classes/ClumpletReader.cpp
M src/common/classes/ClumpletReader.h
M src/jrd/svc.cpp
M src/jrd/svc.h
fixed problems, caused by my previous commit
2005-12-02 16:49 alexpeshkoff
M src/qli/lex.cpp
fixed a warning
2005-12-02 16:48 alexpeshkoff
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/opt.cpp
fixed some warnings
2005-12-02 16:34 alexpeshkoff
M src/dudley/extract.epp
mark wal_info() NOT_USED_OR_REPLACED
2005-12-02 07:35 robocop
M src/jrd/blb.cpp
M src/jrd/blk.h
M src/jrd/bookmark.cpp
M src/jrd/bookmark.h
M src/jrd/btr.h
M src/jrd/cmp.cpp
M src/jrd/dbg.cpp
M src/jrd/dbt.cpp
M src/jrd/dfw.epp
M src/jrd/dpm.epp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/ext.cpp
M src/jrd/gds.cpp
M src/jrd/idx.cpp
M src/jrd/ini.epp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/lck.cpp
M src/jrd/met.epp
M src/jrd/nav_proto.h
M src/jrd/os/vms/extvms.cpp
M src/jrd/par.cpp
M src/jrd/req.h
M src/jrd/rlck.cpp
M src/jrd/rlck_proto.h
M src/jrd/rng.cpp
M src/jrd/rng.h
M src/jrd/rse.cpp
M src/jrd/rse.h
M src/jrd/rse_proto.h
M src/jrd/shut.cpp
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/validation.cpp
M src/jrd/vio.cpp
1.- Make "vec" type safe and get rid of several code contortions. Fix some small bugs meanwhile.
2.- Put inside PC_ENGINE several data members that belong to that feature.
3.- Put inside PC_ENGINE the code that does cleanup on those unused data members.
2005-12-02 00:28 asfernandes
M src/dsql/blob.epp
Lookup for procedure parameters in isc_blob_lookup_desc
2005-12-01 17:39 alexpeshkoff
M src/jrd/svc.cpp
removed unneeded assertion
2005-12-01 17:32 alexpeshkoff
M src/remote/interface.cpp
removed unneeded any more function
2005-12-01 07:12 robocop
M doc/sql.extensions/README.ddl.txt
Document the blob filter restriction in FB2.
2005-12-01 05:46 robocop
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbembed.dsp
Add alloc.cpp to the "common" section in fbclient and fbembed projects as Dmitry did in MSVC7.
2005-12-01 05:34 robocop
M src/jrd/svc.cpp
Finish incomplete change and comment an assertion that doesn't compile with the new code.
2005-12-01 05:33 robocop
M src/jrd/dsc.cpp
Fix assertion with wrong operator precedence and a few misc changes.
2005-12-01 03:00 robocop
M src/common/classes/ClumpletReader.cpp
Totally misc.
2005-12-01 02:34 robocop
A doc/sql.extensions/README.set_transaction.txt
Add documentation for the extra options exposed through the DSQL's SET TRANSACTION command. This functionality exists already using TPB's.
2005-11-30 17:32 alexpeshkoff
M src/jrd/svc.cpp
use ClumpletReader in SVC_start
2005-11-30 17:30 alexpeshkoff
M src/jrd/dsc.cpp
Use better type in declaration - thanks to Claudio
2005-11-30 17:11 alexpeshkoff
M src/common/classes/ClumpletReader.cpp
M src/common/classes/ClumpletReader.h
M src/common/classes/ClumpletWriter.cpp
Clumplet's improvements
2005-11-30 12:37 dimitr
M src/remote/inet.cpp
M src/remote/os/win32/wnet.cpp
Fixed lost PORT_async flag for WNET + misc.
2005-11-30 09:03 dimitr
M src/dsql/pass1.cpp
Simplified code a bit. Fixed the crash with the usage of TRIM in aggregation.
2005-11-30 07:45 robocop
M src/remote/interface.cpp
Misc.
2005-11-30 06:12 robocop
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cob.cpp
M src/gpre/ftn.cpp
M src/gpre/pas.cpp
Misc.
2005-11-29 16:13 hvlad
M src/dsql/parse.cpp
Regenerated parser files after parse.y change
2005-11-29 16:09 hvlad
M src/dsql/parse.y
Second attempt to fix issue with parser and not correctly stored source
for DEFAULT CURRENT_TIME\DEFAULT CURRENT_TIMESTAMP
2005-11-29 14:25 dimitr
M src/jrd/os/win32/config_root.cpp
Fixed broken (again by myself) root lookup for fbclient.
2005-11-29 11:36 dimitr
M src/jrd/gds.cpp
Fixed the bug I introduced with my GDS changes.
2005-11-29 06:39 robocop
M src/msgs/messages.sql
Undo Alex mistake with the facility number.
2005-11-29 06:24 robocop
M src/dsql/dsql.h
Misc.
2005-11-29 06:18 robocop
M src/jrd/btr.cpp
Misc.
2005-11-28 23:06 arnobrinkman
M src/dsql/pass1.cpp
Fix column-name problem with UNION and derived fields.
Problem found by Volker Rehn.
2005-11-28 21:43 hvlad
M src/jrd/btr.cpp
M src/jrd/btr_proto.h
M src/jrd/idx.cpp
1. Move IDX\eval_expr_idx into BTR_eval_expression
2. Replace similar code in BTR_key by new BTR_eval_expression
3. Use EXE_find_request in index expression evaluation to avoid AV in case of using index simultaneously in some connections
2005-11-28 13:58 hvlad
M src/jrd/pcmet.epp
Correct previous fix
2005-11-28 10:27 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
A builds/install/arch-specific/win32/readme_snapshot.txt
Update win32 build installer script for snapshot builds.
2005-11-27 20:53 alexpeshkoff
M src/alice/exe.cpp
M src/alice/tdr.cpp
M src/burp/burp.cpp
M src/burp/restore.epp
M src/common/classes/ClumpletReader.cpp
M src/common/classes/ClumpletReader.h
M src/common/classes/ClumpletWriter.cpp
M src/common/classes/ClumpletWriter.h
M src/dsql/preparse.cpp
M src/dudley/exe.epp
M src/gpre/gpre_meta.epp
M src/isql/isql.epp
M src/jrd/blb.cpp
M src/jrd/blb_proto.h
M src/jrd/blk.h
M src/jrd/cvt2.cpp
M src/jrd/dfw.epp
M src/jrd/dsc.cpp
M src/jrd/dsc.h
M src/jrd/fun.epp
M src/jrd/ibase.h
M src/jrd/jrd.cpp
M src/jrd/met.epp
M src/jrd/ods.h
M src/jrd/pwd.cpp
M src/jrd/sdl.cpp
M src/jrd/sdl_proto.h
M src/jrd/svc.cpp
M src/jrd/tra.cpp
M src/jrd/val.h
M src/jrd/why.cpp
M src/msgs/messages.sql
M src/qli/meta.epp
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/remote/interface.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/server.cpp
M src/remote/xnet.cpp
M src/utilities/create_db.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gstat/dba.epp
M src/utilities/nbackup.cpp
1. Moved data structures, written to database file, into ods.h.
2. Added new types of clumplets to ClumpletReader and ClupmletWriter.
3. Applied modified ClumpletReader and ClupmletWriter to /remote and partially /jrd.
4. Added active protection from remote brute-force attack to services API.
2005-11-27 15:04 alexpeshkoff
M builds/posix/Makefile.in.firebird
rebuild libraries not only during boot_phase1
2005-11-27 12:05 hvlad
M src/jrd/sch.cpp
Fixed SF bug 1175157
2005-11-27 06:42 robocop
M src/isql/extract.epp
M src/isql/show.epp
Fix for problems with triggers v/s checks (some triggers not extracted, other automatically generated triggers belonging to CHECK, view's CHECK OPTION and CASCADE being extracted).
2005-11-26 16:15 arnobrinkman
M src/dsql/pass1.cpp
Add missing nodes to sub-select detection
2005-11-26 09:10 robocop
M src/jrd/Optimizer.cpp
Misc.
2005-11-25 15:39 hvlad
M src/jrd/pcmet.epp
Fixed AV after incorrect expression index metadata loading in case of not scanned relation
2005-11-25 15:20 dimitr
M src/jrd/blb.cpp
M src/jrd/evl.cpp
1) Prepare the blobs mover to be ready for dtype_blob variables.
2) Fix the string routines to work with PSQL blobs.
2005-11-25 14:58 dimitr
M src/dsql/ddl.cpp
Let's generate blr_blob2 for PSQL blobs instead of blr_quad.
This allow PSQL blobs to carry the charset/collation attributes.
2005-11-25 14:23 dimitr
M src/jrd/ini.epp
M src/jrd/trig.h
Fixed corrupted IDs of system generators caused by my changes re. system triggers loading.
2005-11-25 12:49 arnobrinkman
M src/jrd/Optimizer.cpp
Fix explicit PLAN issue with ODS11 optimizer
2005-11-25 09:31 dimitr
M src/jrd/os/win32/config_root.cpp
Disable usage of the registry to locate the root.
2005-11-25 06:30 robocop
M src/jrd/nav.cpp
Totally misc.
2005-11-25 05:54 dimitr
M src/include/gen/msgs.h
M src/include/gen/sql_code.h
Damn, I'm much sorry.
2005-11-24 14:03 dimitr
M src/remote/inet.cpp
Fixed cleanup of the broken port in classic. Let's always close the connection properly.
2005-11-24 12:15 dimitr
M src/remote/server.cpp
Fixed a couple of issues in the port cleanup logic:
- improper thread data operations
- no rollback for a broken INET port
2005-11-24 11:53 dimitr
M src/jrd/gds.cpp
Fixed builtin lookups for error messages and SQLCODEs.
IMPORTANT!!! You have to rebuild the tree from scratch!
2005-11-24 11:51 dimitr
M src/misc/codes.epp
Fixed builtin lookups for error messages and SQLCODEs.
2005-11-24 08:43 dimitr
M src/jrd/par.cpp
Misc.
2005-11-24 08:34 dimitr
M src/jrd/gds.cpp
Reworked the BLR printer to use Firebird::string as its buffer.
2005-11-24 04:03 robocop
M src/remote/interface.cpp
Misc.
2005-11-23 20:18 dimitr
M src/jrd/filters.cpp
M src/jrd/gds.cpp
1. Fixed memory corruption in filters.cpp
2. Increased internal buffer in gds.cpp to avoid overflows
3. Made this buffer dynamically allocated to avoid stack corruptions
4. Minor cleanup
2005-11-23 14:22 dimitr
M src/jrd/Optimizer.cpp
Fixed wrong optimization of join orders.
2005-11-23 09:23 kkuznetsov
M builds/install/arch-specific/solx86gcc/CS/prototype.in
Some more updates
2005-11-21 23:52 hvlad
M src/dsql/hsh.cpp
M src/jrd/jrd.h
Enlarged dsql and jrd hash tables sizes
2005-11-21 23:33 hvlad
M src/jrd/cch.cpp
M src/jrd/dfw.epp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/nbak.cpp
M src/jrd/nbak.h
M src/jrd/shut.cpp
Eliminate unnecessary JRD_get_thread_data call in nbak.
Checked against B2_0_BV_Stable3 branch
2005-11-21 17:58 hvlad
M src/dsql/parse.cpp
Regenerated parser files after parse.y change
2005-11-21 17:57 hvlad
M src/dsql/parse.y
Fixed issue with parser and not correctly stored source
for DEFAULT CURRENT_TIME\DEFAULT CURRENT_TIMESTAMP
2005-11-21 17:55 hvlad
M src/jrd/met.epp
Fixed unregistered bug with DROP DEFAULT reported in fb-devel by "Robert"
2005-11-20 17:02 alexpeshkoff
M src/remote/interface.cpp
fixed redirection issues
2005-11-20 15:40 alexpeshkoff
M src/jrd/svc.cpp
fixed work with embedded service manager
2005-11-19 18:45 arnobrinkman
M src/jrd/Optimizer.cpp
no message
2005-11-18 05:31 robocop
M src/common/classes/array.h
Fix for Alex's removeRange & removeCount methods in Array class.
2005-11-18 04:39 robocop
M src/dsql/dsql.tab.h
M src/dsql/keywords.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/remote/interface.cpp
Fix clash with winbase.h on IGNORE.
2005-11-17 14:24 kkuznetsov
M builds/install/arch-specific/solx86gcc/CS/prototype.in
Start update Solaris packaging for FB2
2005-11-17 11:32 asfernandes
M src/burp/burp.cpp
1) Make "total" to Claudio taste :-)
2) Fix error found by Vlad
2005-11-17 06:55 kkuznetsov
M builds/posix/prefix.solaris
M builds/posix/prefix.solaris-64gcc
M builds/posix/prefix.solx86gcc
Sync solaris prefixes
2005-11-17 04:22 robocop
M src/dsql/dsql.cpp
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
Let Ivan Prenosil test his beloved transaction options.
2005-11-16 07:49 hvlad
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/metd.epp
Cached charsets by id (not only by name) in dsql. Removed irq_cs_bpc request as unneeded anymore
2005-11-16 05:41 robocop
M src/jrd/dyn_def.epp
Fix crash caused by ODS < 11 and rdb$system_flag in rdb$roles, found by Dmitry.
2005-11-16 01:27 skidder
M src/jrd/blb.cpp
Fix the issue with bad incremental backups created when large blobs were changed.
Direct thanks to Hui Wang of BroadView QA team who chased down the problem.
2005-11-15 08:48 dimitr
M src/burp/canonical.cpp
Avoid buffer overruns when restoring corrupted data (always check for the declared length).
Look at remote/xdr.cpp for example.
TODO: print a warning during backup in this case.
2005-11-13 10:01 hvlad
M src/jrd/dfw.epp
Fixed bug in DFW reported by Claudio in fb-devel (lost status-vector during phase 0 execution)
2005-11-12 23:36 robocop
M src/dsql/dsql.cpp
What about putting the nodes you added in node.h also in the DSQL debugging facilility, folks?
:-)
2005-11-12 18:48 dimitr
M src/dsql/metd.epp
Globals must die, epysode III.
2005-11-11 05:42 robocop
M src/jrd/tra.cpp
Totally misc.
2005-11-11 00:43 asfernandes
M src/burp/burp.cpp
Fix problem of empty arguments passing garbage in SPB
2005-11-08 23:57 robocop
M src/isql/isql.epp
Let isql yell always, irregardless of the switches.
2005-11-08 23:54 robocop
M src/msgs/messages.sql
Correct messages.
2005-11-08 23:49 arnobrinkman
M src/dsql/pass1.cpp
Fix problem with sub-queries/derived tables in the HAVING clause
2005-11-08 15:24 dimitr
M src/jrd/evl.cpp
Fixed division when compile-time and runtime scales don't match.
Look at multiply2() for example.
2005-11-08 12:49 dimitr
M src/jrd/cmp.cpp
Fixed corruption of the impure area introduced by myself a few months ago.
2005-11-08 05:59 robocop
M src/jrd/cvt2.cpp
M src/jrd/exe.cpp
Solved SF Bug# 1184099.
To be reviewed by Adriano.
2005-11-06 06:23 robocop
M src/jrd/rse.cpp
Totally misc.
2005-11-06 03:31 robocop
M src/jrd/rse.cpp
M src/jrd/rse.h
Get rid of some redundant or unused stuff.
2005-11-06 03:29 robocop
M src/jrd/dyn_del.epp
M src/jrd/evl_string.h
Misc.
2005-11-06 03:20 robocop
M src/jrd/tra.cpp
M src/jrd/tra.h
Backport Ann's fix for the system txn.
2005-11-06 01:56 robocop
M src/jrd/Optimizer.cpp
M src/jrd/Optimizer.h
M src/jrd/ext.cpp
M src/jrd/opt.cpp
Non-member functions that are used in other modules should have a prefix.
Created a couple of temporary vars for code simplification.
2005-11-05 14:50 arnobrinkman
M src/jrd/Optimizer.cpp
M src/jrd/Optimizer.h
Use candidate cost for decision which candidate to use.
Stop using indexes when total cost is greater as the previous used total cost.
Fix excludeLower/exludeUpper problem with using more operators to the same field.
2005-11-04 05:20 robocop
M src/burp/restore.epp
Gbak must write always the system flag when creating objects.
This is the first step before we are able to make rdb$system_flag field mandatory in the future.
2005-11-04 05:19 robocop
M src/jrd/dyn_mod.epp
DYN must write always the system flag when creating objects.
This is the first step before we are able to make rdb$system_flag field mandatory in the future.
2005-11-04 04:46 robocop
M src/jrd/dyn_mod.epp
M src/msgs/facilities.sql
M src/msgs/messages.sql
Fixing SET DEFAULT so it operates on rdb$relation_fields only and raises an error if DROP DEFAULT finds the default belonging to an explicit domain. Thanks to Ann for committing the messages to the central db.
2005-11-02 00:11 robocop
M src/jrd/dyn.epp
Misc.
2005-10-31 07:28 hvlad
M src/jrd/vio.cpp
Fixed FB2 regression
2005-10-30 08:15 robocop
M src/dsql/ddl.cpp
Fix SF-bug field-test #1192225.
2005-10-30 07:44 robocop
M src/jrd/dyn_def.epp
DYN must write always the system flag when creating objects.
This is the first step before we are able to make rdb$system_flag field mandatory in the future.
2005-10-30 02:29 robocop
M src/jrd/os/posix/guid.cpp
Totally misc.
2005-10-29 14:57 asfernandes
M src/burp/burp.cpp
Fixed problem of GBAK adding a garbage byte to SPB, when called with -SE. Reproducable with:
gbak -C -SE service_mgr c:\t.fbk localhost:c:\t.fdb
2005-10-29 09:15 dimitr
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
Implemented RECREATE TRIGGER.
2005-10-29 03:46 robocop
M src/jrd/os/posix/guid.cpp
Totally misc.
2005-10-28 16:34 alexpeshkoff
M src/dsql/metd.epp
Fixed SS deadlock in DSQL
2005-10-28 15:25 alexpeshkoff
M src/common/classes/semaphore.h
Retry when system call is interrupted
2005-10-28 15:18 alexpeshkoff
M src/jrd/os/posix/guid.cpp
Retry when system call is interrupted
2005-10-28 08:11 dimitr
M src/jrd/evl.cpp
Fixed the bug reported by Jim.
2005-10-28 07:39 dimitr
M src/jrd/grant.epp
Forgot one more fix.
2005-10-28 06:18 dimitr
M src/jrd/grant.epp
Misc.
2005-10-28 05:37 dimitr
M src/dsql/ddl.cpp
Fixed the bug noticed by Claudio.
2005-10-28 04:15 robocop
M src/remote/os/win32/window.rc
Fix funny message in a resource.
2005-10-28 04:15 robocop
M src/jrd/btr.cpp
Misc.
2005-10-27 21:52 hvlad
M src/jrd/Optimizer.cpp
M src/jrd/Optimizer.h
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/opt.cpp
Fixed SF #223060
Slow processing of GREATER-THEN operator
2005-10-27 13:51 alexpeshkoff
M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
added new stuff to the packages
2005-10-26 18:21 dimitr
M src/dsql/ddl.cpp
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
1) Fixed check constraints
2) A bit simplified generation of check option triggers
3) Cleanup of unused parser stuff
2005-10-26 15:11 hvlad
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/idx.cpp
Don't allow to create primary key constraint on non-null fields with null values.
For example:
create table buggg (f1 int not null, f2 int not null);
commit;
insert into buggg values (1, 1)
commit;
alter table buggg add pk int not null primary key;
or
alter table buggg add constraint pk_buggg primary key (pk)
or
alter table buggg add constraint pk_buggg primary key (f1, f2, pk)
2005-10-26 14:03 alexpeshkoff
M builds/install/misc/classicLibrary.sh.in
fixed bug with access to QLI's help
2005-10-25 20:42 arnobrinkman
M src/dsql/pass1.cpp
Fix NEW/OLD context problem found by Dmitry
2005-10-24 12:30 alexpeshkoff
M src/dbs/security.sql
M src/jrd/pwd.cpp
M src/misc/upgrade/v2/security_database.sql
finished rdb$users to match vulcan
2005-10-24 11:56 dimitr
M src/jrd/grant.epp
Bugfix (workaround) for #1334034.
2005-10-22 12:35 aafemt
M builds/posix/Makefile.in.client.gbak
M builds/posix/Makefile.in.client.gfix
M builds/posix/Makefile.in.client.gsec
M builds/posix/Makefile.in.client.util
M src/jrd/svc.cpp
Fix MinGW SS build
2005-10-22 11:51 dimitr
M doc/WhatsNew
More docs.
2005-10-22 11:09 dimitr
M src/include/gen/msgs.h
M src/jrd/exe.cpp
M src/msgs/messages.sql
Restored the XCPCODE reporting to be compatible with 1.5.
A temporary solution.
2005-10-22 05:58 robocop
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
Generate lang-helpers after Dmitry's changes.
2005-10-21 09:49 dimitr
M doc/sql.extensions/README.current_time
Typo.
2005-10-21 09:47 dimitr
M src/jrd/evl.cpp
Oops, committed unfinished work by accident. Restored.
2005-10-21 09:43 dimitr
M src/dsql/pass1.cpp
M src/jrd/constants.h
M src/jrd/evl.cpp
M src/jrd/exe.h
M src/jrd/par.cpp
Better (and more honest) diagnostics.
2005-10-21 09:37 dimitr
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/messages.sql
M src/msgs/system_errors.sql
Added new error message.
2005-10-21 08:47 dimitr
M src/dsql/ddl.cpp
Change the visibility rules for uncommitted relations.
The goal is to simplify them and fix known issues with ALTER TABLE.
Hopefully, this won't cause any side effects.
2005-10-20 13:03 hvlad
M src/jrd/tra.cpp
M src/jrd/vio.cpp
Fixed AV in notify_garbage_collector
2005-10-20 04:09 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/msgs/facilities.sql
M src/msgs/messages.sql
M src/msgs/system_errors.sql
Try to please the team leader before it's too late.
:-)
We have definitely serious problems with firebird.msg mismatches.
2005-10-19 09:02 dimitr
M src/dbs/security.sql
Cleanup.
2005-10-17 17:15 alexpeshkoff
M src/dbs/security.sql
M src/jrd/pwd.cpp
let user_name be in unicode_fss in table rdb$users
2005-10-16 11:36 hvlad
M src/jrd/vio.cpp
1. Proper fix to "can't find record fragment" bug occured when user
transaction back out record modified by system transaction
2. Restore gc_thread's ability to collect garbage in system tables
2005-10-16 11:19 hvlad
M src/jrd/blb.cpp
Fixed FB2 regression with blobs
2005-10-15 13:02 alexpeshkoff
M src/jrd/dsc.h
M src/jrd/val.h
Fixed ODS problem with arrays
2005-10-14 04:51 robocop
M src/msgs/facilities.sql
M src/msgs/history.sql
M src/msgs/messages.sql
Changed the command-line help in isql when you type
isql -?
2005-10-14 04:12 robocop
M src/jrd/jrd.cpp
Misc.
2005-10-14 04:10 robocop
M doc/README.isql_enhancements.txt
Explain other isql options.
2005-10-13 19:11 asfernandes
M builds/install/misc/fbintl.conf
M src/intl/lc_iso8859_1.cpp
M src/jrd/idx.h
M src/jrd/intlnames.h
1) Remove feature that allow one collation name to be used with more than one charset.
2) Remove PT_BR for WIN1252, let's live with WIN_PTBR only.
2005-10-13 19:09 asfernandes
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
Regenerate files
2005-10-13 13:39 dimitr
M src/jrd/blb.cpp
Fixed SF #1211328.
2005-10-13 13:36 dimitr
M src/msgs/facilities.sql
M src/msgs/messages.sql
M src/msgs/system_errors.sql
Added new error message.
2005-10-13 08:11 dimitr
M src/jrd/ini.epp
M src/jrd/ini_proto.h
M src/jrd/met.epp
Let's load real system triggers from the database, not the ones hardcoded in trigs.h.
Otherwise weird things happen when we access a database with older ODS.
2005-10-13 08:03 dimitr
M src/jrd/idx.cpp
Temporary fix for the issue found by Tom Cole.
2005-10-12 06:47 dimitr
M src/utilities/gsec/gsec.cpp
Misc.
2005-10-12 06:01 dimitr
M src/misc/writeBuildNum.sh
Updated version string.
2005-10-12 05:57 dimitr
M doc/WhatsNew
Updated docs.
2005-10-08 09:56 robocop
M doc/sql.extensions/README.ddl.txt
Misc: missing double quote in readme.
2005-10-08 07:02 robocop
M src/isql/isql.epp
Fix display alignment problem with CHAR type and small binary fields.
2005-10-08 06:52 robocop
M src/dsql/ddl.cpp
M src/dsql/dsql.h
M src/dsql/make.cpp
Close the remaining, third item in SF Bug #217042. Now the four items are solved.
However, this third item was the tip of the iceberg: computed fields silently dropped implicit or explicit charset/collation/sub_type specification, whether it was derived from the expression or dictated by an explicit cast.
Also, had to invent a new flag to deal with relations being just created now and whose db_key_length obviously doesn't exist. Still looking for better solution.
2005-10-08 06:47 robocop
M src/dsql/pass1.cpp
Totally misc.
2005-10-07 15:38 asfernandes
M src/intl/lc_ascii.cpp
Remove ugly WIN1251 upper/lower - use default
2005-10-07 08:52 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/sql_code.h
M src/jrd/dfw.epp
M src/msgs/facilities.sql
M src/msgs/history.sql
M src/msgs/messages.sql
M src/msgs/system_errors.sql
Moved another hardcoded error string to the msg database.
2005-10-06 10:26 dimitr
M src/jrd/flu.cpp
Restored the v1.5 diagnostics logic.
Don't report the access error immediately as other suffix attempts could succeed.
2005-10-06 07:02 robocop
M src/isql/isql.epp
M src/isql/isql.h
M src/msgs/facilities.sql
M src/msgs/history.sql
M src/msgs/messages.sql
Update isql accordingly to my previous Fix SF Bug #1292007
Move more hardcoded error strings to the msg database.
2005-10-06 06:08 robocop
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
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/msgs/facilities.sql
M src/msgs/messages.sql
M src/msgs/system_errors.sql
Fix SF Bug #1292007
Move some hardcoded error texts to the msg database.
2005-10-05 08:54 dimitr
M src/jrd/dpm.epp
Restored the fragmentation logic I removed one year ago.
I cannot reproduce the old bug anymore and this code allows smaller version stubs.
2005-10-05 08:39 robocop
M src/remote/xnet.cpp
Fix allocation bug.
2005-10-05 06:23 robocop
M builds/win32/msvc6/intl.dsp
Fix MSVC6 "intl" project file that Adriano invalidated accidentally by manual editing.
2005-10-04 14:15 alexpeshkoff
M src/jrd/isc_file.cpp
mark AIX case as untested in this file
2005-10-04 08:00 robocop
M src/qli/parse.cpp
Solve problem with QLI and SQL quoted identifiers created previously.
2005-10-04 05:15 robocop
M src/extlib/ib_udf2.sql
Declare UDF lower as "LOWER" in ib_udf2.sql and go on with life.
2005-10-03 13:46 dimitr
M src/jrd/dyn.epp
Fixed bug SF #223128.
2005-10-03 12:41 dimitr
M doc/WhatsNew
Updated docs.
2005-10-03 12:34 dimitr
M doc/README.instsvc
A doc/sql.extensions/README.current_time
Updated docs.
2005-10-03 12:26 dimitr
M doc/sql.extensions/README.returning
Updated docs.
2005-10-03 08:53 alexpeshkoff
M src/utilities/gsec/call_service.cpp
fixed a bug querying service state - thanks to Claudio
2005-10-01 07:16 robocop
M src/jrd/isc_file.cpp
M src/msgs/history.sql
Misc.
2005-09-30 17:49 dimitr
M builds/win32/msvc6/Firebird2.dsw
M builds/win32/msvc6/gsec.dsp
Fixed MSVC6 build.
2005-09-30 17:45 dimitr
M builds/win32/msvc7/Firebird2.sln
M builds/win32/msvc7/gsec.vcproj
Fixed MSVC7 build.
2005-09-30 16:25 alexpeshkoff
M builds/posix/Makefile.in.client.gsec
M builds/posix/Makefile.in.embed.gbak
M builds/posix/Makefile.in.embed.gfix
M builds/posix/Makefile.in.embed.util
Reanimated -database switch in gsec. Also fixed linux CS build after solaris-related changes.
2005-09-30 16:21 alexpeshkoff
M src/msgs/messages.sql
reanimated -database switch in gsec
2005-09-30 16:16 alexpeshkoff
M src/jrd/err_proto.h
M src/jrd/isc_f_proto.h
M src/jrd/isc_file.cpp
M src/jrd/jrd.cpp
M src/jrd/svc.cpp
1. reanimated -database switch in gsec\n 2. isc_file.cpp should now compile at AIX\n 3.Use PathName to store database name in jrd.cpp during attach/create
2005-09-30 16:10 alexpeshkoff
M src/utilities/gsec/call_service.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec.h
M src/utilities/gsec/gsecswi.h
reanimated -database switch in gsec
2005-09-30 12:06 asfernandes
M src/intl/lc_iso8859_13.cpp
Fix problem reported by Konstantin
2005-09-30 11:40 dimitr
M src/jrd/cmp.cpp
Fixed two bugs with PSQL cursors.
2005-09-30 10:34 paul_reeves
M builds/win32/setenvvar.bat
M builds/win32/setenvvar2.bat
Evaluate available compilers in correct order.
2005-09-30 08:48 dimitr
M src/jrd/btr.cpp
M src/jrd/btr_proto.h
Fixed server crashes caused by buffer overruns if too big index key was used.
2005-09-30 08:43 robocop
M src/isql/show.epp
SHOW command should also show procedure parameters defaults.
2005-09-30 07:52 robocop
M src/isql/extract.epp
Update isql to extract procedure parameters defaults in a script as a tribute to Vlad.
Note: Vlad is still alive.
2005-09-30 07:50 robocop
M src/dsql/ddl.cpp
Trim unneeded blanks and some control characters between DEFAULT clause and the default value itself in procedure parameters, too.
Trim unneded blanks and some control characters before the BEGIN or DECLARE clauses in a procedure body.
2005-09-29 09:22 aafemt
M configure.in
MinGW also can do threaded CS
2005-09-28 14:03 kkuznetsov
M extern/icu/source/runConfigureICU
Fix my previos commit
2005-09-28 13:23 dimitr
M src/dsql/parse.cpp
M src/dsql/parse.y
Temporarely rolled back to the previous end_trigger logic due to found issues.
Still looking for a proper solution.
2005-09-28 09:27 kkuznetsov
M extern/icu/source/config/mh-solaris-gcc
M extern/icu/source/runConfigureICU
Maked Solaris gcc ICU build unified
2005-09-27 20:41 arnobrinkman
M src/dsql/ddl.cpp
Fix another "with check option" issue <sigh>
2005-09-27 19:23 hvlad
M src/dsql/dsql.cpp
Make code more robust. Reported privately by Tom Cole
2005-09-27 11:17 dimitr
M src/dsql/parse.cpp
M src/dsql/parse.y
Significant changes in the DDL source parsing (begin_*, end_* rules):
1) store WITH CHECK OPTION instead of WITH CHECK (views)
2) store DEFAULT <value> instead of <value> (procedure parameters)
3) attempt to fix the bug in end_trigger causing longer string to be stored (try e.g. DEFAULT CURRENT_TIME NOT NULL)
4) major cleanup of begin_trigger and indentation, simplified some parser rules
Now awaiting for the Claudio's attack :-)
2005-09-27 07:47 robocop
M src/common/utils.cpp
M src/jrd/dfw.epp
Source code comments.
2005-09-27 07:46 robocop
M src/jrd/vio.cpp
Putting, deleting or changing the comment on an index shouldn't cause the index to be rebuilt. The logic was applied previously to user generators only. To be reviewed by Dmitry.
2005-09-26 08:43 robocop
M src/utilities/gstat/dba.epp
Gstat will have problems if it has to seek to a db page beyond 4GB from BOF, because we detect a problem that didn't happen. I put the check that appears in my old VC6 MSDN examples and that matches Vulcan's logic.
2005-09-24 22:50 asfernandes
M builds/install/misc/fbintl.conf
M builds/posix/Makefile.in.intl
M builds/win32/msvc6/intl.dsp
M builds/win32/msvc7/intl.vcproj
A src/intl/collations/xx885913lt.h
M src/intl/country_codes.h
A src/intl/lc_iso8859_13.cpp
M src/intl/ld.cpp
M src/jrd/intlnames.h
Forward-port collation LT_LT from 1.5 branch
2005-09-24 05:11 robocop
M src/utilities/fbcpl/fbdialog.cpp
Set interactive to false for now to be able to compile. To be reviewed by Paul Reeves.
2005-09-24 05:11 robocop
M src/jrd/dfw.epp
M src/jrd/dsc.cpp
M src/jrd/dsc_proto.h
It shouldn't be possible to write BLR to create tables with fields using unknown data types.
2005-09-24 05:09 robocop
M src/isql/extract.epp
Better check for isql ignoring implicit rdb$<number> domains.
2005-09-24 05:09 robocop
M src/jrd/gds.cpp
Let's hope this fixes the incompatibilities between safe_interpret and the old gds_interprete.
2005-09-22 07:09 robocop
M src/include/firebird.h
Totally misc.
2005-09-22 06:14 robocop
M src/jrd/os/posix/unix.cpp
Misc.
2005-09-21 08:31 kkuznetsov
M src/include/firebird.h
Adding ability to build CS server with threaded services (can be controled throught configure platform varyable
service_thread_CS):
1)Add new define STD_UTIL
Build tested Solaris x86 and Linux x86
2005-09-21 08:30 kkuznetsov
M builds/posix/Makefile.in.embed.gbak
M builds/posix/Makefile.in.embed.gfix
M builds/posix/Makefile.in.embed.util
M builds/posix/firebird.vers
Adding ability to build CS server with threaded services (can be controled throught configure platform varyable
service_thread_CS):
1)Moving object files of utils to superclient temp directory
2)Add new define STD_UTIL
3) Hide utils functions to local scope of libfbembed
Build tested Solaris x86 and Linux x86
2005-09-19 14:48 dimitr
M src/dsql/ddl.cpp
Let's recognize an attempt to alter a not existing table earlier than in DYN.
In particular, this prevents a server crash introduced by some recent DDL checks.
2005-09-19 10:43 dimitr
M src/utilities/install/install_svc.cpp
M src/utilities/install/servi_proto.h
M src/utilities/install/services.cpp
Added -i switch to instsvc, as agreed with Olivier and Alex times ago.
2005-09-16 10:50 dimitr
M src/dsql/make.cpp
Fixed dialect 1 regression caused by my recent changes.
2005-09-16 10:24 dimitr
M src/jrd/intl.cpp
Fixed bugs with nod_sleuth implementation. Exists since v1.5.0.
2005-09-15 16:42 alexpeshkoff
M src/jrd/os/posix/isc_ipc.cpp
slightly better diagnostics
2005-09-14 19:06 dimitr
M src/dsql/gen.cpp
M src/dsql/pass1.cpp
Fixed the issue with zero-initialized status vector during prepare.
2005-09-14 18:53 dimitr
M src/jrd/isc_sync.cpp
Cleanup.
2005-09-14 18:09 asfernandes
M src/dsql/make.cpp
M src/jrd/jrd.cpp
M src/jrd/why_proto.h
Fix issue of SQLVAR.sqllen from non-system MBCS fields, thanks to Roman
2005-09-14 12:02 dimitr
M src/jrd/met.epp
More checks for uncommitted DDL.
2005-09-14 11:42 dimitr
M src/dsql/dsql.h
M src/dsql/metd.epp
Another attempt to fix the issue with uncommitted DDL.
2005-09-14 05:58 alexpeshkoff
M src/burp/burp.h
M src/burp/restore.epp
fixed restore of database with broken foreign keys
2005-09-12 11:14 alexpeshkoff
M src/jrd/os/posix/unix.cpp
M src/jrd/utl.cpp
M src/jrd/utl_proto.h
M src/jrd/why.cpp
removed marker file related code
2005-09-10 07:15 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.h
M src/dsql/gen.cpp
M src/dsql/metd.epp
M src/dsql/pass1.cpp
M src/include/gen/codetext.h
M src/include/gen/iberror.h
M src/include/gen/msg_facs.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
- Get rid of DBB_v3 in DSQL and put a message just in case we find ODS<=7 (impossible in theory, since FB wouldn't open such db).
- Put mnemonics for two hardcoded error msgs I hijacked from DYN years ago. Now they are defined for the SQLERR facility.
2005-09-09 10:15 dimitr
M src/dsql/dsql.h
Cleanup.
2005-09-09 09:07 dimitr
M src/dsql/ddl.cpp
Small correction.
2005-09-09 06:40 dimitr
M src/dsql/ddl.cpp
Clear the DSQL metadata cache after ALTER EXTERNAL FUNCTION statement.
2005-09-08 16:41 alexpeshkoff
M src/jrd/err_proto.h
M src/jrd/jrd.cpp
M src/jrd/nbak.cpp
M src/jrd/os/pio_proto.h
M src/jrd/os/posix/unix.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/pag.cpp
M src/jrd/sdw.cpp
fixed BOFs in PIO functions
2005-09-08 10:22 dimitr
M src/jrd/Optimizer.cpp
1) Commented code that doesn't work properly (until Arno is back).
2) Fixed some optimization issues in the new logic.
3) Small cleanup.
2005-09-08 10:08 dimitr
M src/jrd/exe.h
1) Fixed csb_validation which was defined in a wrong flags group.
2) Renumbering and cleanup.
2005-09-04 21:39 hvlad
M src/dsql/dsql.h
Removed unused member
2005-09-04 21:33 hvlad
M src/dsql/sym.h
Correction
2005-09-04 21:32 hvlad
M src/dsql/metd.epp
Add error handlers
2005-09-04 21:31 hvlad
M src/dsql/array.epp
M src/dsql/blob.epp
M src/dsql/errd.cpp
M src/dsql/errd_proto.h
M src/dsql/utld.cpp
M src/dsql/utld_proto.h
Small code reorganisation:
1. move two identical 'copy_status' functions from array.epp and blob.epp into utld.cpp
2. allow ERRD_punt use local instance of status-vector
2005-09-04 15:28 asfernandes
M src/jrd/cvt2.cpp
Use the same comparation rules of VARCHAR/NONE in text BLOB/NONE
2005-09-03 08:03 robocop
M src/dsql/make.cpp
M src/dsql/pass1.cpp
Get rid of my old hack to solve a problem between John/Mark's FIRST/SKIP parameters type and dialect detection. The dialect is in the request.
2005-09-03 07:47 robocop
M src/dsql/pass1.cpp
- Misc.
- Detect a limit case with params and containing or starting.
2005-09-03 05:56 robocop
M src/qli/all.cpp
Misc.
2005-09-03 05:54 robocop
M src/isql/isql.epp
Fix premature EOF while reading a script file when using the SHELL command inside it, found by Paul Reeves. Trying to find a compromise between MS requirements for system() call and its bad side effects on our isql.
2005-09-03 05:52 robocop
M src/msgs/facilities.sql
M src/msgs/messages.sql
M src/qli/all.cpp
M src/qli/dtr.cpp
M src/qli/dtr.h
M src/qli/err.cpp
M src/qli/meta.epp
M src/qli/parse.cpp
M src/qli/words.h
Archeology: enable QLI to handle NUMERIC, DECIMAL and BIGINT in definitions. No dialect check made.
2005-09-02 05:30 dimitr
M src/dsql/ddl.cpp
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
1) Made output parameter naming a common procedure instead of select-list private code.
2) Allowed value expressions in the RETURNING clause.
2005-09-02 04:59 robocop
M src/jrd/status.cpp
M src/jrd/status.h
Please the Furies and change Mike's license with his permission.
2005-08-31 16:08 dimitr
M src/iscguard/cntl_guard.cpp
M src/jrd/os/win32/fbsyslog.cpp
M src/remote/os/win32/cntl.cpp
Cleanup.
2005-08-31 14:55 dimitr
M src/remote/os/win32/property.cpp
M src/remote/os/win32/window.h
Cleanup.
2005-08-31 13:19 dimitr
D src/remote/os/win32/winmain.cpp
Removed the unused file.
2005-08-29 18:41 asfernandes
M src/dsql/ddl.cpp
Fixed problem of implict NOT NULL (in PRIMARY KEY constraint) being generated with the same constraint name of the PK.
Thanks to my brother Adilson for the test case.
2005-08-29 15:00 alexpeshkoff
M src/remote/inet_server.cpp
Fixed signal safety problems in SS shutdown
2005-08-29 14:57 alexpeshkoff
M src/jrd/gds.cpp
avoid unpredictable behaviour of gds__log() on posix in signal handlers
2005-08-25 12:37 dimitr
M src/dsql/pass1.cpp
Fixed SEGV reported by Konstantin.
2005-08-24 12:12 kkuznetsov
M builds/posix/firebird.vers
M builds/posix/make.shared.variables
M builds/posix/prefix.solaris
M configure.in
M src/jrd/svc_proto.h
M src/utilities/common/cmd_util.cpp
M src/utilities/common/cmd_util_proto.h
Allowing using SERVICE_THREAD in CLASSIC server as platform option
2005-08-24 09:42 dimitr
M src/dsql/pass1.cpp
Added optional seconds precision to CURRENT_TIME and CURRENT_TIMESTAMP
as agreed with Ann and others times ago.
2005-08-24 09:22 dimitr
M src/dsql/gen.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
Added optional seconds precision to CURRENT_TIME and CURRENT_TIMESTAMP
as agreed with Ann and others times ago.
2005-08-24 09:16 dimitr
M src/jrd/blr.h
M src/jrd/cmp.cpp
M src/jrd/evl.cpp
M src/jrd/exe.h
M src/jrd/mov.cpp
M src/jrd/par.cpp
M src/misc/blrtable.cpp
Added optional seconds precision to CURRENT_TIME and CURRENT_TIMESTAMP
as agreed with Ann and others times ago.
2005-08-24 09:09 dimitr
M src/common/classes/timestamp.cpp
M src/common/classes/timestamp.h
Slightly change the round function.
2005-08-24 06:21 dimitr
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
Rolled back my commit as a performance looser.
More precise savepoints handling is being investigated.
2005-08-23 14:25 dimitr
M src/jrd/isc.cpp
Fixed inability to establish an IPC channel between processes with custom security descriptors.
Appeared as "unavailable database" while connecting from the service running under special account.
2005-08-23 06:52 alexpeshkoff
M src/jrd/jrd_pwd.h
M src/jrd/pwd.cpp
M src/jrd/scl.epp
M src/jrd/svc.cpp
Security fix - temporary disable logins for clients, making too many wrong attempts to login
2005-08-22 13:39 dimitr
M src/dsql/keywords.cpp
Fixed wrong keyword version.
2005-08-22 13:08 dimitr
M src/jrd/intl.cpp
Allowed NONE->charset conversions if called during a comparison.
2005-08-22 13:02 dimitr
M src/jrd/flu.cpp
Fixed another UDF access issue.
2005-08-22 10:12 dimitr
M src/dsql/dsql.tab.h
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
Fixed PSQL exception handling which never worked consistently.
2005-08-22 09:16 dimitr
M src/common/config/dir_list.cpp
Fixed one of the UDF access issues.
2005-08-22 08:34 dimitr
M src/jrd/Optimizer.cpp
Fixed server crash in the optimizer.
2005-08-22 07:25 alexpeshkoff
M src/jrd/isc.cpp
Front-ported security fix - always require login/pass in IP connections.
2005-08-21 15:52 asfernandes
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/pass1.cpp
M src/jrd/entry.h
M src/jrd/inf.cpp
M src/jrd/inf_proto.h
M src/jrd/inf_pub.h
M src/jrd/jrd.cpp
M src/jrd/jrd_proto.h
M src/jrd/why.cpp
M src/jrd/why_proto.h
Fixed SF field-test #1249187 - 2.0a3: String literals dest. for large CHAR fields truncated
2005-08-19 10:41 alexpeshkoff
M src/jrd/isc.cpp
Front-ported fix from 1.5.
2005-08-19 10:08 dimitr
M src/include/firebird.h
Fixed the win32 build.
2005-08-19 06:56 kkuznetsov
M src/include/firebird.h
Disabled service threads at boot time for all platform except of WIN_NT
2005-08-19 06:07 robocop
M src/qli/expand.cpp
M src/qli/hsh.cpp
M src/qli/hsh_proto.h
M src/qli/meta.epp
M src/qli/parse.cpp
Try to convince QLI to handle quoted identifiers.
It acts for now as if dialect 3 is the only one available WRT names enclosed in double quotes.
2005-08-19 06:04 kkuznetsov
M src/common/classes/semaphore.h
Comment correction thanks to Claudio
2005-08-19 00:53 robocop
M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
M builds/install/misc/posixLibrary.sh.in
M builds/win32/setenvvar.bat
M builds/win32/setenvvar2.bat
Nitpicking.
2005-08-18 13:56 dimitr
M src/jrd/exe.cpp
Fixed one of the PSQL exception handling bugs. More to follow.
2005-08-18 12:33 kkuznetsov
M src/jrd/svc.cpp
This patch from Dimitry Sibiryakov disables services at boot time.
This let me compile on Solaris
2005-08-18 09:33 kkuznetsov
M src/common/classes/semaphore.h
Some comments added
2005-08-17 14:07 alexpeshkoff
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.embed.util
M builds/posix/Makefile.in.fbserver
M builds/posix/make.shared.variables
Added ods.cpp to posix. Also fixes for SS build.
2005-08-16 21:19 arnobrinkman
M src/dsql/node.h
M src/dsql/pass1.cpp
Allow outer reference in derived table to higher scope-levels
2005-08-16 13:39 dimitr
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc6/gstat.dsp
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
M builds/win32/msvc7/gstat.vcproj
A src/jrd/ods.cpp
M src/jrd/ods.h
A src/jrd/ods_proto.h
M src/jrd/os/posix/unix.cpp
M src/jrd/pag.cpp
M src/utilities/gstat/dba.epp
Moved the ODS checking routine from ods.h to a separate module.
2005-08-16 10:04 alexpeshkoff
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/classic/tarMainInstall.sh.in
M builds/install/arch-specific/linux/classic/tarMainUninstall.sh.in
M builds/install/arch-specific/linux/classic/tarinstall.sh.in
M builds/install/arch-specific/linux/classic/taruninstall.sh.in
M builds/install/arch-specific/linux/misc/linuxLibrary.sh.in
M builds/install/arch-specific/linux/misc/superLinux.sh.in
M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
M builds/install/arch-specific/linux/super/postinstall.sh.in
M builds/install/arch-specific/linux/super/preinstall.sh.in
M builds/install/arch-specific/linux/super/taruninstall.sh.in
M builds/install/misc/changeGdsLibraryCompatibleLink.sh.in
M builds/install/misc/classicLibrary.sh.in
M builds/install/misc/createAliasDB.sh.in
M builds/install/misc/posixLibrary.sh.in
new way to build linux scripts
2005-08-16 06:22 robocop
M doc/sql.extensions/README.ddl.txt
Update DDL documentation for setting/dropping default values in table fields.
2005-08-15 11:30 kkuznetsov
M extern/icu/source/runConfigureICU
revert my previos commit
2005-08-14 20:46 hvlad
M src/jrd/dfw.epp
Fix SF #1256675
2005-08-14 12:41 dimitr
M src/jrd/exe.cpp
Some string handling changes + fixed Alpha 3 bug + misc.
2005-08-14 06:56 robocop
M src/include/gen/msgs.h
M src/jrd/exe.cpp
M src/msgs/facilities.sql
M src/msgs/history.sql
M src/msgs/messages.sql
Solve Dmitry's compatibility concerns about my solution for SF Bug #494981. Remember to rebuild the messages db from the scripts in src/msgs.
2005-08-14 05:48 robocop
M src/dsql/ddl.cpp
M src/dsql/dsql.h
M src/dsql/dsql.tab.h
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/jrd/drq.h
M src/jrd/dyn.h
M src/jrd/dyn_def.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_ut_proto.h
M src/jrd/dyn_util.epp
M src/msgs/facilities.sql
M src/msgs/history.sql
M src/msgs/messages.sql
Tweak DYN to solve several issues:
- Allow to set and drop defaults for table's fields (as it has been possible with domains).
- Stop people from setting a default value for array types.
- Close checking holes that allowed people to change from scalar types to array types and vice/versa.
- Improve some error messages.
2005-08-13 20:24 hvlad
M src/jrd/dfw.epp
Temporary disable procedure parameters dependency check until proper solution (something like dyn_mod_parameter) will be implemented.
This check was never worked properly so no harm is done
2005-08-13 08:19 dimitr
M src/burp/burp_proto.h
M src/utilities/gsec/gsec_proto.h
Fixed wrong defines, thanks to Claudio.
2005-08-12 12:47 kkuznetsov
M extern/icu/source/configure.in
M extern/icu/source/runConfigureICU
Second part of making icu using Solaris threads on Solaris platforms
Others platforms should be retested
2005-08-12 08:05 robocop
M extern/icu/source/common/umutex.c
M src/jrd/Optimizer.cpp
M src/jrd/Optimizer.h
Misc.
2005-08-10 14:47 dimitr
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_proto.h
M src/alice/tdr.cpp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/burp_proto.h
M src/burp/misc.cpp
M src/include/firebird.h
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec.h
M src/utilities/gsec/gsec_proto.h
M src/utilities/gstat/dba.epp
M src/utilities/gstat/ppg.cpp
M src/utilities/gstat/ppg_proto.h
Moved the Services API into the engine on threadable platforms.
2005-08-10 13:36 hvlad
M src/jrd/btr.h
Correction
2005-08-10 04:42 aafemt
M builds/posix/prefix.mingw
M builds/posix/prefix.solx86gcc
Remove isc_ipc from platform files after it was added to main list
2005-08-09 06:51 alexpeshkoff
M builds/posix/prefix.freebsd
applied Renato's patch - makes it successfully buildable on freebsd
2005-08-09 06:51 kkuznetsov
M configure.in
Making icu debug build of icu when building debug FB
2005-08-09 06:46 alexpeshkoff
M builds/posix/Makefile.in.embed.util
fixed posix CS build
2005-08-09 06:38 alexpeshkoff
M src/jrd/ods.h
avoid g++ warning
2005-08-08 22:17 arnobrinkman
M src/jrd/Optimizer.cpp
M src/jrd/Optimizer.h
M src/jrd/opt.cpp
Some more cost based calculation. Fine-tunning will follow
2005-08-08 13:47 alexpeshkoff
M builds/posix/Makefile.in.boot.gpre
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.embed.util
M builds/posix/make.shared.variables
Applied suggested by Dmitry changes with some additions, this should be OK for both linux and MinGW
2005-08-08 13:22 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
Don't include embeddable client tools in Win32 distribution packs.
2005-08-08 11:20 alexpeshkoff
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.embed.util
fixed utils build - such way of adding isc_ipc to lockprint anyway bad
2005-08-08 09:56 alexpeshkoff
M builds/posix/make.shared.variables
fixed posix build
2005-08-06 05:36 dimitr
M src/gpre/cme.cpp
Fixed a number of issues for Dialect 1 and Dialect 3 (string arithmetics) + some cleanup.
The issues are:
1) '1.5' / '0.5' doesn't work in Dialect 1
2) avg ('1.5') doesn't work in Dialect 1
3) 5 * '1.5' produces INT result instead of DOUBLE PRECISION in Dialect 1
4) sum ('1.5') produces NUMERIC(15, 2) result instead of DOUBLE PRECISION in Dialect 1
5) - '1.5' doesn't work in Dialect 1
6) '1.5' * '0.5' and '1.5' / '0.5' are not forbidden in Dialect 3
2005-08-06 05:29 dimitr
M src/dsql/make.cpp
M src/jrd/cmp.cpp
M src/jrd/dsc.cpp
M src/jrd/dsc.h
Fixed a number of issues for Dialect 1 and Dialect 3 (string arithmetics) + some cleanup.
The issues are:
1) '1.5' / '0.5' doesn't work in Dialect 1
2) avg ('1.5') doesn't work in Dialect 1
3) 5 * '1.5' produces INT result instead of DOUBLE PRECISION in Dialect 1
4) sum ('1.5') produces NUMERIC(15, 2) result instead of DOUBLE PRECISION in Dialect 1
5) - '1.5' doesn't work in Dialect 1
6) '1.5' * '0.5' and '1.5' / '0.5' are not forbidden in Dialect 3
2005-08-05 01:53 asfernandes
M builds/install/misc/fbintl.conf
D src/intl/collations/win1250bo.h
A src/intl/collations/win1250bsba.h
M src/intl/lc_iso8859_1.cpp
M src/jrd/intlnames.h
Rename collation BO_BO to BS_BA - per Fikret request
2005-08-04 12:33 alexpeshkoff
M configure.in
Set default for x86 linux to build with editline
2005-08-04 11:40 kkuznetsov
M extern/icu/source/common/umutex.c
M extern/icu/source/config/mh-solaris-gcc
First step switching to sun threading of icu
2005-08-04 10:36 alexpeshkoff
M configure.in
Make output better understandable on 64-bit native platforms
2005-08-04 06:21 hvlad
M src/jrd/dfw.epp
Lost part of my previous commit. Thanks to Claudio
2005-08-04 04:03 robocop
M src/dsql/pass1.cpp
M src/jrd/dfw.epp
Totally misc.
2005-08-02 11:41 hvlad
M src/jrd/dfw.epp
M src/jrd/dfw_proto.h
M src/jrd/tra.h
M src/jrd/vio.cpp
Fixed two DFW bugs
1. Unregistered FB2 bug - expression index dependencies was tracked not correctly.
2. SF #1250150
2005-08-02 08:36 arnobrinkman
M src/dsql/pass1.cpp
Sigh, if i change something then i must do it right
2005-08-01 19:05 arnobrinkman
M src/dsql/pass1.cpp
Fix unreleased contexts problem with derived tables, found by Vlad.
2005-07-31 14:13 arnobrinkman
M src/dsql/make.cpp
Fix mistake, noticed by Claudio
2005-07-31 03:45 robocop
M src/jrd/pag.cpp
Fix SF Bug #1238104.
2005-07-31 03:34 robocop
M src/dsql/dsql.h
M src/jrd/blb.cpp
Totally misc.
2005-07-31 01:06 robocop
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
M src/alice/alice.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/msgs/facilities.sql
M src/msgs/messages.sql
M src/msgs/system_errors.sql
Fixed misplaced error messages in gfix. For example, if you do
gfix - housekeeping
you were getting "dialect number required".
2005-07-31 00:45 robocop
M src/jrd/blb.cpp
M src/jrd/btr.cpp
M src/utilities/gstat/ppg.cpp
Totally misc.
2005-07-30 18:00 asfernandes
M src/intl/lc_narrow.cpp
Fix problem reported by Arno
2005-07-30 01:48 asfernandes
M builds/win32/defs/ib_udf.def
Export IB_UDF_srand function
2005-07-29 10:42 arnobrinkman
M src/jrd/btr.cpp
Fix scope problem reported by Konstantin
2005-07-29 09:24 kkuznetsov
M builds/posix/prefix.solx86gcc
Fix solaris x86 build
2005-07-28 19:59 asfernandes
M builds/install/misc/fbintl.conf
A src/intl/collations/win1250bo.h
M src/intl/lc_iso8859_1.cpp
M src/intl/ld.cpp
M src/jrd/intlnames.h
Bosnian collation BO_BO for WIN1250 - contributed by Fikret Hasovic
2005-07-28 19:57 asfernandes
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
Regenerate files
2005-07-28 13:35 arnobrinkman
M src/dsql/make.cpp
Fix nullable flag for descriptor generated by MAKE_desc_from_list()
2005-07-27 18:57 arnobrinkman
M src/dsql/ddl.cpp
Fix "WITH CHECK OPTION" bug introduced with tighter alias handling.
In fact the tighter alias handling was showing a hidden "bug".
2005-07-27 07:36 dimitr
M src/dsql/make.cpp
Fixed the GEN_ID(<name>, NULL) issue (reported by Claudio).
2005-07-27 05:36 dimitr
M src/dsql/parse.cpp
M src/dsql/parse.y
Fixed the NEXT VALUE FOR bug for dialect 3. Thanks to Claudio.
2005-07-26 22:52 arnobrinkman
M src/jrd/idx.cpp
Fix bug with foreign-key checks that failed due new INTL changes (found with an unrestorable backup)
2005-07-26 18:13 skidder
M src/jrd/nbak.cpp
Port a little cleanliness fix to HEAD too
2005-07-26 12:16 dimitr
M src/dsql/array.epp
Fixed the arrays bug introduced by myself.
2005-07-26 11:54 arnobrinkman
M src/dsql/pass1.cpp
Fix and simplify PLAN alias lookup
2005-07-26 11:48 arnobrinkman
M src/dsql/dsql.h
Fix and simplify PLAN alias lookup
2005-07-26 11:43 arnobrinkman
M src/jrd/cmp.cpp
Fix PLAN parsing inside VIEWs
2005-07-25 14:43 arnobrinkman
M src/dsql/ddl.cpp
M src/dsql/dsql.h
M src/dsql/node.h
M src/dsql/pass1.cpp
Fix derived table issues with NEW/OLD contexts (Triggers/check-constraints)
Also adjust IN predicate behaviour to derived table.
PLAN parsing for derived tables will be fixed later.
2005-07-25 12:01 asfernandes
M src/jrd/blb.cpp
Fixed field-test #1244126 - Update text BLOBs when connected with NONE charset
2005-07-25 11:59 asfernandes
M src/jrd/ini.h
M src/jrd/intl_builtin.cpp
Misc.
2005-07-25 05:13 dimitr
M src/jrd/exe.cpp
Avoid recovery to a not existent savepoint.
2005-07-25 05:03 dimitr
M src/jrd/jrd.cpp
M src/jrd/tra.cpp
M src/jrd/tra_proto.h
Fixed a bugcheck (and possibly an engine crash) during server shutdown.
Force a TIP based rollback instead of using a transaction-level savepoint in this case.
2005-07-24 18:48 dimitr
M src/jrd/jrd.cpp
M src/jrd/jrd.h
Fixed one of the server shutdown bugs. More to come.
2005-07-24 18:45 dimitr
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/messages.sql
M src/msgs/system_errors.sql
Added new error message.
2005-07-24 18:32 arnobrinkman
M src/jrd/btr.cpp
Fix bug SF #1242982
Equality search on first segment (integer) in compound indexes resulted
in more scans on specific values (2^n, f.e. 131072) then needed.
2005-07-24 15:53 hvlad
M src/alice/tdr.cpp
Fixed unregistered bug - crash occured in service gfix code when it tried to
reattach to currently unavailable database. Since service can't interact with
end user an endless loop leads to overflow service buffer and crash as result.
2005-07-24 15:32 hvlad
M src/alice/alice.h
Fixed SF bug #1242106 (FB 2.0 Alpha 3: In-Limbo transaction Services API broken)
2005-07-23 12:48 dimitr
M doc/WhatsNew
no message
2005-07-22 10:26 aafemt
M builds/posix/Makefile.in.client.gbak
M builds/posix/Makefile.in.client.gdef
M builds/posix/Makefile.in.client.gfix
M builds/posix/Makefile.in.client.gpre
M builds/posix/Makefile.in.client.isql
M builds/posix/Makefile.in.client.qli
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.embed.gbak
M builds/posix/Makefile.in.embed.gdef
M builds/posix/Makefile.in.embed.gfix
M builds/posix/Makefile.in.embed.gpre
M builds/posix/Makefile.in.embed.isql
M builds/posix/Makefile.in.embed.qli
M builds/posix/Makefile.in.embed.util
M builds/posix/Makefile.in.fbserver
M builds/posix/make.defaults
M builds/posix/make.rules
M builds/posix/make.shared.variables
M builds/posix/prefix.mingw
M builds/win32/defs/fbclient_s.def
Use libfbcommon wherever possible and drop ancient workaround for dependencies (use -MMD switch instead)
2005-07-22 02:08 asfernandes
M src/dsql/pass1.cpp
Fixed SF #1242379 - Collation changes VARCHAR's length
2005-07-21 05:44 robocop
M doc/README.intl
Misc.
2005-07-21 00:44 skidder
M src/jrd/gds.cpp
Oops, committed some debugging code which was not supposed to be exposed to public :-)
2005-07-21 00:42 skidder
M src/jrd/gds.cpp
Global handles need to be closed or we have the leak during client/engine DLL unload.
The cleanest solution would be to port FileObject from BV3 branch here and use it,
but this hack will do either.
2005-07-20 12:49 dimitr
M src/dsql/dsql.cpp
Correction.
2005-07-20 10:05 dimitr
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/dsql.tab.h
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
Added DSQL support for ROLLBACK RETAIN.
2005-07-19 23:27 skidder
M src/jrd/cch.cpp
M src/jrd/gds.cpp
little debug logging improvements
2005-07-19 23:24 skidder
M src/jrd/nbak.cpp
Fix the bug which results in corrupted backups being created by NBACKUP
2005-07-19 23:23 skidder
M src/utilities/nbackup.cpp
do not overwrite destination during nbackup restore
2005-07-19 13:17 paul_reeves
M builds/win32/clean_all.bat
When we say clean lets make sure to include the icu tree as well.
2005-07-19 13:09 paul_reeves
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
Make sure we ship instructions on scripted installs with the binary installer.
2005-07-19 12:36 paul_reeves
M builds/install/arch-specific/win32/pl/czytajto.txt
M builds/install/arch-specific/win32/pl/instalacja_czytajto.txt
Update Polish text of Win32 install notes.
2005-07-18 14:05 paul_reeves
M builds/install/arch-specific/win32/Readme.txt
M builds/install/arch-specific/win32/ba/Instalacija_ProcitajMe.txt
M builds/install/arch-specific/win32/ba/ProcitajMe.txt
Add updated bosnian Win32 install notes.
2005-07-18 14:00 paul_reeves
M src/jrd/build_no.h
M src/jrd/isc_version.h
Sync build numbers for Win32.
2005-07-17 07:00 dimitr
M src/dsql/array.epp
M src/dsql/blob.epp
M src/dsql/dsql.h
M src/dsql/metd.epp
1) Fixed threading issues in DSQL (they always existed, but were hidden until recently).
2) Cached all METD requests.
2005-07-16 06:46 dimitr
M src/dsql/metd.epp
Temporarily rolled back my fix.
2005-07-13 20:07 arnobrinkman
M src/dsql/dsql.h
M src/dsql/pass1.cpp
Send annoying unemployed code out of the door
2005-07-12 12:36 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
M builds/install/arch-specific/win32/Readme.txt
M builds/install/arch-specific/win32/installation_readme.txt
M builds/win32/make_all.bat
M builds/win32/make_examples.bat
M builds/win32/make_icu.bat
M src/jrd/isc_version.h
M src/misc/writeBuildNum.sh
Minor updates to the Win32 build scripts. Disable intlbuild in make_examples. Update Win32 readmes.
2005-07-10 17:57 asfernandes
M builds/win32/make_boot2.bat
M builds/win32/make_icu.bat
M builds/win32/msvc7/Firebird2Boot.sln
A builds/win32/msvc7/Firebird2Boot2.sln
M builds/win32/msvc7/gpre_static.vcproj
Fix normal build for MSVC7
2005-07-08 04:10 robocop
M src/isql/isql.epp
Fix display bug found by Adriano, caused by missing %s and try to make isql output more consistent. QA Tools that check for strict result may complain.
2005-07-08 03:43 robocop
M builds/win32/make_all.bat
Prevent confusing error msg "1 was unexpected at this time."
2005-07-08 03:27 robocop
M src/jrd/evl.cpp
No need to call SET_TDBB if we do nothing.
2005-07-08 03:25 robocop
M extern/icu/source/common/putil.c
M src/config/AdminException.cpp
M src/jrd/dfw.epp
M src/jrd/met.epp
Misc.
2005-07-05 22:39 asfernandes
M src/misc/intl.sql
Misc.
2005-07-05 15:25 asfernandes
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
M doc/README.intl
A src/misc/intl.sql
INTL script
2005-07-05 08:07 dimitr
M doc/sql.extensions/README.keywords
Added some docs.
2005-07-05 08:02 dimitr
A doc/sql.extensions/README.returning
Added some docs.
2005-07-05 01:19 asfernandes
A doc/README.intl
Doc.
2005-07-04 05:54 aafemt
M builds/posix/prefix.mingw
A builds/win32/defs/fbclient_s.def
Mangled stdcall export
2005-07-02 13:32 hvlad
M doc/WhatsNew
Added some Alpha 3 changes
2005-07-02 08:52 dimitr
M doc/WhatsNew
Added all Alpha 3 changes.
2005-06-30 15:06 kkuznetsov
M extern/icu/source/config/mh-solaris-gcc
Still working on icu on Solaris x86: compiling it with threads
2005-06-29 12:12 dimitr
M src/misc/writeBuildNum.sh
Prepared for Alpha 3.
2005-06-29 09:17 kkuznetsov
M extern/editline/configure
M extern/editline/configure.in
Sun asm do not eat pipes. Fixed.
2005-06-29 09:07 kkuznetsov
M extern/icu/source/config/mh-solaris-gcc
Make icu happy on Solaris x86
2005-06-29 06:17 alexpeshkoff
M builds/posix/Makefile.in.extern.icu
one more attempt to make it build on all platforms
2005-06-29 05:22 aafemt
M extern/icu/source/common/unicode/umachine.h
We can't check for U_MINGW becaise it is defined in platform.h. Let's rollback a bit
2005-06-27 18:36 dimitr
M src/utilities/gstat/dba.epp
Fixed ODS decoding in GSTAT.
2005-06-27 13:54 paul_reeves
M builds/win32/make_all.bat
M builds/win32/make_icu.bat
M extern/icu/source/common/unicode/umachine.h
Minor tweaks to Win32 build system to integrate the icu code into the build.
2005-06-27 12:46 alexpeshkoff
M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
make it compatible with solaris build
2005-06-27 12:43 alexpeshkoff
M builds/posix/Makefile.in.extern.icu
make icu build on both linux and solaris
2005-06-27 12:26 alexpeshkoff
M src/jrd/os/posix/unix.cpp
fixed posix build after ODS parser changes
2005-06-27 10:24 aafemt
M src/jrd/why.cpp
Cleanup
2005-06-27 10:22 aafemt
M extern/icu/source/tools/pkgdata/pkgtypes.h
Case
2005-06-27 10:20 aafemt
M builds/posix/prefix.mingw
Let's produce not so big files
2005-06-26 21:48 hvlad
M src/jrd/cmp.cpp
M src/jrd/dfw.epp
M src/jrd/jrd.h
M src/jrd/lck.cpp
M src/jrd/lck.h
M src/jrd/met.epp
M src/jrd/vio.cpp
1. Allow to create FK constraints without exclusive database locking
2. Fix 'partner index not found' error when one process dropped FK and another trying to delete master record
3. misc changes in vio.cpp
2005-06-26 16:11 dimitr
M src/include/gen/msgs.h
M src/jrd/dmp.cpp
M src/jrd/ods.h
M src/jrd/pag.cpp
M src/msgs/messages.sql
M src/utilities/gstat/dba.epp
M src/utilities/gstat/ppg.cpp
Changed the ODS encoding, messaging and protection rules.
2005-06-26 02:09 asfernandes
M src/jrd/evl.cpp
Better handling in substring of large blobs
2005-06-25 09:34 dimitr
M src/jrd/jrd.cpp
Expanded the routine comment.
2005-06-24 15:38 asfernandes
M src/jrd/evl.cpp
Comment
2005-06-24 15:06 dimitr
M src/dsql/metd.epp
Fixed SF #1012152.
2005-06-24 12:56 dimitr
M src/jrd/cmp.cpp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/req.h
M src/jrd/rse.cpp
Fixed reported issues with ROW_COUNT.
2005-06-24 11:14 dimitr
M src/jrd/jrd.cpp
M src/jrd/jrd_proto.h
M src/jrd/os/win32/ibinitdll.cpp
M src/jrd/svc.cpp
M src/remote/inet_server.cpp
M src/remote/os/win32/cntl.cpp
M src/remote/os/win32/srvr_w32.cpp
M src/remote/os/win32/window.cpp
Slightly changed (mostly cleaned up and fixed) the SS shutdown mechanics.
2005-06-23 15:12 asfernandes
M src/isql/isql.epp
Make SQLDA_DISPLAY display input SQLDA parameters of INSERTs, UPDATEs and DELETEs
2005-06-23 10:10 kkuznetsov
M extern/icu/source/runConfigureICU
Fix configure error on Solaris x86
2005-06-23 05:25 aafemt
M src/config/AdminException.cpp
M src/config/AdminException.h
Cleanup
2005-06-22 23:00 asfernandes
A builds/win32/make_boot2.bat
A builds/win32/preprocess2.bat
A builds/win32/setenvvar2.bat
Use fbembed in boot-build
2005-06-22 22:47 asfernandes
M builds/win32/make_icu.bat
Misc.
2005-06-22 22:46 asfernandes
M builds/win32/msvc7/Firebird2.sln
M builds/win32/msvc7/Firebird2Boot.sln
M builds/win32/msvc7/alice.vcproj
M builds/win32/msvc7/burp.vcproj
M builds/win32/msvc7/common.vcproj
M builds/win32/msvc7/dsql_server.vcproj
M builds/win32/msvc7/engine_embed.vcproj
M builds/win32/msvc7/fbembed.vcproj
A builds/win32/msvc7/gbak_embed.vcproj
A builds/win32/msvc7/gpre_embed.vcproj
A builds/win32/msvc7/isql_embed.vcproj
M builds/win32/msvc7/lock.vcproj
A builds/win32/msvc7/utilities_embed.vcproj
MSVC7 projects for boot-build with fbembed
2005-06-22 22:26 asfernandes
M src/jrd/svc.cpp
Fbembed don't use security
2005-06-22 22:23 asfernandes
M src/gpre/gpre_meta_boot.cpp
Make gpre_boot work without -lang_internal switch
2005-06-22 13:48 kkuznetsov
M configure.in
M extern/icu/source/runConfigureICU
More plays with icu on Solaris x86
2005-06-22 09:21 alexpeshkoff
M builds/posix/Makefile.in.examples
Fixed problem, noticed by Dimitry Sibiryakov
2005-06-22 05:13 aafemt
M src/config/ConfObject.cpp
M src/jrd/Optimizer.cpp
M src/jrd/intl.cpp
M src/jrd/opt.cpp
M src/jrd/unicode_util.cpp
Warnings
2005-06-21 10:26 aafemt
M src/config/AdminException.h
M src/config/Args.h
M src/config/ArgsException.h
M src/config/Element.h
M src/config/InputFile.h
M src/config/InputStream.h
M src/config/Lex.h
M src/config/ScanDir.h
M src/config/Stream.h
M src/config/StreamSegment.h
M src/vulcan/JString.cpp
M src/vulcan/JString.h
M src/vulcan/PathName.h
M src/vulcan/RefObject.h
Warnings
2005-06-21 09:16 alexpeshkoff
M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
M builds/posix/Makefile.in.extern.icu
a bit better handling of intl stuff
2005-06-21 09:03 alexpeshkoff
M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
a bit better handling of intl stuff while packaging
2005-06-21 01:44 asfernandes
M src/jrd/opt.cpp
M src/jrd/unicode_util.h
Misc.
2005-06-20 08:53 hvlad
M src/jrd/cmp.cpp
Fixed unregistered bug :
AV when PLAN for VIEW is specified but no table alias was given
CREATE VIEW V1 AS
SELECT D.RDB$RELATION_ID, C.RDB$CHARACTER_SET_ID
FROM RDB$DATABASE D JOIN RDB$CHARACTER_SETS C
ON D.RDB$CHARACTER_SET_NAME = C.RDB$CHARACTER_SET_NAME
SELECT * FROM V1
PLAN (V1 NATURAL)
2005-06-20 05:40 aafemt
M src/jrd/intl_classes.h
Fix warning
2005-06-17 10:42 aafemt
M src/config/ScanDir.cpp
Overloaded operators is evil
2005-06-17 01:33 asfernandes
M src/dsql/make.cpp
Simplification
2005-06-16 12:09 aafemt
M builds/posix/prefix.mingw
Fix over-export
2005-06-16 12:08 aafemt
M src/jrd/why.cpp
Plain C for public API routine
2005-06-16 05:13 robocop
M src/isql/isql.epp
M src/jrd/utl.cpp
Fix blob dumping routines in jrd and report errors in isql.
2005-06-16 05:11 aafemt
D clean.sh
M doc/README.build.mingw.html
Revert to common cleaning procedure
2005-06-16 05:11 robocop
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.tab.h
M src/dsql/gen.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
Try to indicate position of incomplete commands.
Some casts because statuses are fixed 32 quantities, not natural int types.
2005-06-16 05:05 robocop
M src/jrd/status.cpp
M src/jrd/status.h
Const correctness.
2005-06-16 05:05 robocop
M src/jrd/intl.cpp
Copy/paste problem with two SET_TDBB.
2005-06-16 05:02 robocop
M src/dsql/metd.epp
M src/jrd/dfw.epp
M src/msgs/messages.sql
Misc.
2005-06-15 15:19 alexpeshkoff
M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
fixed INTL issues in SS package build
2005-06-15 15:18 alexpeshkoff
M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
fixed INTL issues in package build
2005-06-15 15:03 alexpeshkoff
M builds/posix/Makefile.in.embed.util
fixed gsec CS posix build
2005-06-15 09:11 dimitr
M src/jrd/shut.cpp
Fixed some shutdown issues:
- redundant attempts to get an exclusive database lock
- wrong timeout counting
- database lock is not released after bringing database online in the exclusive mode
- removed a 5 sec timeout when bringing database online in the shared mode
2005-06-15 05:31 aafemt
M configure.in
M extern/icu/source/aclocal.m4
M extern/icu/source/common/putil.c
M extern/icu/source/common/unicode/brkiter.h
M extern/icu/source/common/unicode/platform.h.in
M extern/icu/source/common/unicode/putil.h
M extern/icu/source/common/unicode/umachine.h
M extern/icu/source/common/unicode/uniset.h
M extern/icu/source/common/unicode/utypes.h
A extern/icu/source/config/mh-mingw
M extern/icu/source/configure
M extern/icu/source/configure.in
M extern/icu/source/data/Makefile.in
M extern/icu/source/runConfigureICU
M extern/icu/source/tools/pkgdata/dllmode.c
M extern/icu/source/tools/pkgdata/make.c
M extern/icu/source/tools/pkgdata/makefile.h
M extern/icu/source/tools/pkgdata/pkgdata.c
M extern/icu/source/tools/pkgdata/pkgtypes.h
M extern/icu/source/tools/pkgdata/sttcmode.c
M extern/icu/source/tools/pkgdata/winmode.c
MinGW port of ICU
2005-06-14 05:44 dimitr
M src/jrd/inf.cpp
Code simplification.
2005-06-14 03:16 asfernandes
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
M src/dsql/ddl.cpp
M src/dsql/metd.epp
M src/dsql/metd_proto.h
M src/dsql/pass1.cpp
M src/include/gen/codetext.h
M src/include/gen/iberror.h
M src/include/gen/msgs.h
M src/include/gen/rdb_codes.h
M src/include/gen/sql_code.h
M src/jrd/Optimizer.cpp
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/dfw.epp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/idx.cpp
M src/jrd/inf.cpp
M src/jrd/intl.cpp
M src/jrd/intl_proto.h
M src/jrd/jrd.cpp
M src/jrd/opt.cpp
M src/msgs/facilities.sql
M src/msgs/history.sql
M src/msgs/messages.sql
M src/msgs/system_errors.sql
1) Fixed SF #1016040 Missing external libraries causes engine exception
2) Use better error messages
2005-06-13 12:45 dimitr
M src/dsql/dsql.tab.h
M src/dsql/gen.cpp
M src/dsql/keywords.cpp
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
RETURNING implementation.
2005-06-13 03:55 asfernandes
M src/jrd/evl.cpp
Removed wrong "deletes" noticed by Claudio
2005-06-13 03:48 robocop
M src/jrd/evl.cpp
Misc.
2005-06-13 02:12 asfernandes
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/pass1.cpp
M src/jrd/inf.cpp
Removed some compiler messages
2005-06-12 23:47 robocop
M src/isql/isql.epp
If an error happens when we are trying to retrieve the first record, we need to print a newline or the error msg will appear padding the column headers.
2005-06-12 23:45 robocop
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
M src/include/gen/codetext.h
M src/include/gen/iberror.h
M src/include/gen/msgs.h
M src/include/gen/rdb_codes.h
M src/include/gen/sql_code.h
M src/jrd/cmp.cpp
M src/jrd/evl.cpp
M src/msgs/facilities.sql
M src/msgs/history.sql
M src/msgs/messages.sql
M src/msgs/system_errors.sql
Substring evolved and the error message was never updated. Now I've done two messages, although I think we need three in the long term.
2005-06-12 21:20 asfernandes
M src/dsql/make.cpp
M src/jrd/evl.cpp
Fix TRIM(NULL FROM <something>) to return NULL
2005-06-12 06:27 dimitr
M src/jrd/blb.cpp
M src/jrd/btr.cpp
M src/jrd/exe.cpp
M src/jrd/idx.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/rse.cpp
M src/jrd/validation.cpp
M src/jrd/vio.cpp
Removed unused thread scheduling option.
2005-06-12 04:00 dimitr
M src/msgs/facilities.sql
Correction.
2005-06-12 01:36 robocop
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/show.epp
Cater for the longest possible identifiers, quoted.
2005-06-12 01:18 robocop
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
Update the language helpers after the last message additions.
2005-06-12 00:58 robocop
M src/jrd/idx.cpp
Totally misc.
2005-06-12 00:38 asfernandes
A src/intl/collations/koi8r_ru.h
A src/intl/collations/koi8u_ua.h
Add collations forgetted
2005-06-11 21:26 hvlad
M src/include/gen/codetext.h
M src/include/gen/iberror.h
M src/include/gen/msgs.h
M src/include/gen/rdb_codes.h
M src/include/gen/sql_code.h
Regenerated error codes
2005-06-11 19:51 asfernandes
M builds/install/misc/fbintl.conf
M builds/win32/msvc6/intl.dsp
M builds/win32/msvc7/intl.vcproj
A src/intl/collations/win1257_ee.h
A src/intl/collations/win1257_lt.h
A src/intl/collations/win1257_lv.h
M src/intl/lc_iso8859_1.cpp
M src/intl/ld.cpp
M src/jrd/intlnames.h
Integrate collations KOI8R_RU (Russian), KOI8U_UA (Ukrainian), WIN1257_EE (Estonian), WIN1257_LT (Lithuanian) and WIN1257_LV (Latvian) ported by Dmitry from Yaffil
2005-06-11 11:41 hvlad
M src/msgs/facilities.sql
M src/msgs/messages.sql
M src/msgs/system_errors.sql
Added new error messages
2005-06-11 11:39 hvlad
M src/jrd/dfw.epp
M src/jrd/idx.cpp
M src/jrd/idx_proto.h
Fixed SF bug #1186607 (Foreign key relation VARCHAR <-> INT ??????)
2005-06-11 11:36 hvlad
M src/dsql/ddl.cpp
Fixed SF bug #1211325 (BLOBs in external tables)
2005-06-11 03:14 robocop
M src/dsql/gen.cpp
Backport Tom Cole's fix for FP numbers as strings.
2005-06-11 03:04 asfernandes
A src/intl/charsets/cs_koi8r.h
A src/intl/charsets/cs_koi8u.h
M src/intl/charsets.h
M src/intl/cs_narrow.cpp
M src/intl/lc_ascii.cpp
M src/intl/ld.cpp
M src/jrd/intlnames.h
Integrate character sets KOIuR (Russian) and KOI8U (Ukrainian) ported from Yaffil by Dmitry
2005-06-11 00:32 robocop
M src/isql/isql.epp
- Renamed function input to newinput to be in sync with newoutput.
- Implemented PASSTHROUGH command only for the debug build. Use with care.
2005-06-11 00:22 robocop
M src/dsql/preparse.cpp
CREATE DATABASE can tolerate single line comments (AFAIK, client-side issue).
2005-06-11 00:20 robocop
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.tab.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/include/gen/codetext.h
M src/include/gen/iberror.h
M src/include/gen/msgs.h
M src/include/gen/rdb_codes.h
M src/include/gen/sql_code.h
M src/msgs/facilities.sql
M src/msgs/history.sql
M src/msgs/messages.sql
M src/msgs/system_errors.sql
Please Dmitry and try to report the line/column of an incomplete statement.
2005-06-11 00:14 robocop
M src/jrd/evl.cpp
EVL_expr grew too much. Make more functions.
2005-06-11 00:13 robocop
M src/common/classes/objects_array.h
M src/jrd/IntlManager.cpp
const_iterator
The code in intlmanager originally confused me.
2005-06-10 12:13 asfernandes
M src/intl/collations/bl88591ptbr0.h
Misc
2005-06-10 10:35 aafemt
M src/extlib/ib_util.c
Plain C don't know namespaces
2005-06-10 10:32 aafemt
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.codes
M builds/posix/Makefile.in.embed.util
M builds/posix/Makefile.in.examples
M builds/posix/Makefile.in.extern.icu
M builds/posix/Makefile.in.fbserver
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.libfbcommon
M builds/posix/Makefile.in.libfbembed
M builds/posix/Makefile.in.msgs
M builds/posix/Makefile.in.refDatabases
M builds/posix/Makefile.in.static.gbak
M builds/posix/Makefile.in.static.gpre
M builds/posix/Makefile.in.static.isql
M builds/posix/make.defaults
M builds/posix/make.rules
M builds/posix/make.shared.targets
M builds/posix/make.shared.variables
M builds/posix/prefix.mingw
ICU adaptation and some improvements
2005-06-10 02:03 asfernandes
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/pass1.cpp
M src/dsql/utld.cpp
M src/dsql/utld_proto.h
Fix possible problems with larger columns sizes noted by Claudio
2005-06-10 02:01 asfernandes
M src/jrd/ini.epp
Only initialize metadata BLOB charset for text BLOBs
2005-06-10 00:54 robocop
M src/msgs/facilities.sql
M src/msgs/history.sql
Totally misc.
2005-06-09 00:01 asfernandes
M src/jrd/cvt.cpp
Revert Claudio's change that cause crash when parameters are used
2005-06-08 13:42 dimitr
M src/dsql/ddl.cpp
Fixed bug with lost charset/collation in local variables,
reported by Eugene Kilin.
2005-06-08 11:10 asfernandes
M src/jrd/cvt2.cpp
Fix BLOB comparation problem pointed by Claudio
2005-06-08 11:09 asfernandes
M src/jrd/ibase.h
Use more appropriate codes
2005-06-08 10:21 aafemt
M extern/icu/source/configure.in
A bit better method to check for _tzname
2005-06-08 09:58 alexpeshkoff
M builds/posix/make.shared.variables
fixed posix build after Dmitry's change
2005-06-08 06:16 dimitr
M src/jrd/dyn_mod.epp
Fixed an old ALTER VIEW bug that now prevents COMMENT ON VIEW from working properly.
2005-06-08 05:28 aafemt
M builds/posix/Makefile.in.firebird
M builds/posix/make.defaults
ICU build with MinGW
2005-06-08 02:09 asfernandes
M src/jrd/dyn_def.epp
M src/jrd/intl.cpp
M src/jrd/met.epp
M src/jrd/met_proto.h
Misc.
2005-06-07 10:57 dimitr
M src/jrd/rpb_chain.cpp
Added a couple of more checks.
2005-06-07 10:52 dimitr
M src/jrd/exe.cpp
Cleanup.
2005-06-07 10:36 aafemt
M src/config/InputFile.cpp
Required header
2005-06-07 10:20 dimitr
M src/jrd/met.epp
Removed code remains from before-MetaName times.
2005-06-07 05:09 aafemt
M builds/posix/Makefile.in.extern.icu
M configure.in
More appropriate place to configure ICU
2005-06-07 02:05 asfernandes
M src/jrd/intl.cpp
M src/jrd/intl_proto.h
Misc.
2005-06-07 01:57 asfernandes
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
Regenerate files
2005-06-06 20:52 asfernandes
M src/jrd/IntlManager.cpp
Remove wrong compiler message: it's iterating in "conflicts" and removing in "charSetCollations"
2005-06-06 20:44 asfernandes
M src/jrd/blp.h
M src/jrd/gds.cpp
Misc.
2005-06-06 20:18 asfernandes
M src/dsql/ddl.cpp
M src/dsql/make.cpp
Misc.
2005-06-06 18:14 asfernandes
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/jrd/Optimizer.cpp
M src/jrd/blr.h
M src/jrd/cmp.cpp
M src/jrd/evl.cpp
M src/jrd/exe.h
M src/jrd/intl.cpp
M src/jrd/nod.h
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/misc/blrtable.cpp
1) Replace length_ to strlen as noted by Claudio and Dmitry
2) Change USHORT to ULONG in intl.cpp
2005-06-06 13:37 dimitr
M src/dsql/pass1.cpp
M src/include/gen/codetext.h
M src/include/gen/iberror.h
M src/include/gen/msgs.h
M src/include/gen/rdb_codes.h
M src/include/gen/sql_code.h
M src/jrd/par.cpp
Added new error message.
2005-06-06 13:28 dimitr
M src/msgs/facilities.sql
M src/msgs/messages.sql
M src/msgs/system_errors.sql
Added new error message.
2005-06-06 11:06 dimitr
M src/dsql/ddl.cpp
Fixed charset/collation issues for view columns.
2005-06-06 08:32 robocop
M src/isql/extract.epp
M src/isql/show.epp
Mixed case generator names caused problems in show_generators.
Noticed by Adriano.
2005-06-06 08:30 robocop
M builds/install/arch-specific/solaris/CS/postremove.in
M builds/install/arch-specific/solaris/SS/postremove.in
M doc/WhatsNew
M src/config/AdminException.cpp
M src/config/ArgsException.cpp
M src/config/Stream.cpp
M src/dsql/ddl.cpp
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/include/firebird.h
M src/jrd/IntlManager.cpp
M src/jrd/Optimizer.cpp
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/dyn_def.epp
M src/jrd/evl.cpp
M src/jrd/evl_proto.h
M src/jrd/idx.h
M src/jrd/inf.cpp
M src/jrd/ini.epp
M src/jrd/intl.cpp
M src/jrd/intl_builtin.cpp
M src/jrd/met.epp
M src/jrd/opt.cpp
M src/jrd/unicode_util.cpp
M src/msgs/facilities.sql
M src/msgs/history.sql
M src/msgs/messages.sql
M src/vulcan/JString.cpp
M src/vulcan/JString.h
M src/vulcan/PathName.cpp
- Corrections and changes to Adriano's commit, subject to his inspection.
- Solved an endless loop with trim and zero-length trim characters, etc.
- Some places are signaled with FB_COMPILER_MESSAGE for prompt attention.
2005-06-06 06:42 dimitr
M src/jrd/why.cpp
Let's perform the initial alias lookup at the Y-valve.
This solves aliases usage in XNET and other local loopbacks.
2005-06-06 06:37 dimitr
M src/jrd/isc_file.cpp
Fixed aliases usage in WNET.
2005-06-05 22:08 asfernandes
M builds/win32/msvc6/intl.dsp
Add bl88591ptbr0.h and pw1252ptbr.h to MSVC6 build
2005-06-04 13:39 asfernandes
M src/jrd/exe.cpp
Rollback risky change not necessary
2005-06-03 21:14 arnobrinkman
M src/dsql/gen.cpp
Fix unneeded evaluation of last item by COALESCE function, noted by Dmitry
2005-06-03 08:40 dimitr
M src/burp/restore.epp
Let's report we're creating an index before we do so, not after.
2005-06-03 01:26 asfernandes
M src/jrd/filters.cpp
Misc.
2005-06-03 01:25 asfernandes
M src/jrd/Optimizer.cpp
Apply forgotten opt.cpp changes in Optimizer.cpp
2005-06-02 08:00 kkuznetsov
M builds/posix/Makefile.in.extern.icu
M configure.in
First step to build icu on others then Linux
Linux should work but must be retested
2005-06-01 01:08 asfernandes
M src/intl/cv_jis.cpp
M src/intl/cv_narrow.cpp
M src/intl/ld.cpp
M src/intl/ldcommon.h
Replace "#ifdef 0" by "#ifdef NOT_USED_OR_REPLACED"
2005-05-31 16:10 dimitr
M src/remote/interface.cpp
Fixed possible event handler crashes during detach.
2005-05-30 15:57 asfernandes
M builds/posix/Makefile.in.intl
M src/intl/charsets.h
D src/intl/ld2.cpp
Removed inconsistences spotted by Claudio
2005-05-29 15:27 asfernandes
M builds/posix/Makefile.in.extern.editline
M builds/posix/Makefile.in.firebird
M src/include/gen/ids.h
Make "configure --with-editline" work
2005-05-29 14:38 asfernandes
M src/burp/backup.epp
M src/burp/restore.epp
Removed unsense code noticed by Claudio
2005-05-27 22:45 asfernandes
M autogen.sh
M builds/install/arch-specific/freebsd/install.sh.in
M builds/install/arch-specific/linux/Makefile.in
M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
M builds/install/arch-specific/linux/classic/postinstall.sh.in
M builds/install/arch-specific/linux/classic/postuninstall.sh.in
M builds/install/arch-specific/linux/classic/preinstall.sh.in
M builds/install/arch-specific/linux/classic/preuninstall.sh.in
M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
M builds/install/arch-specific/linux/super/tarMainInstall.sh.in
M builds/install/arch-specific/linux/super/tarMainUninstall.sh.in
M builds/install/arch-specific/linux/super/tarinstall.sh.in
M builds/install/arch-specific/linux/super/taruninstall.sh.in
M builds/install/arch-specific/netbsd/install.sh.in
M builds/install/arch-specific/sinixz/prototype.in
M builds/install/arch-specific/solaris/CS/postinstall.in
M builds/install/arch-specific/solaris/CS/postremove.in
M builds/install/arch-specific/solaris/CS/preinstall.in
M builds/install/arch-specific/solaris/Makefile.in
M builds/install/arch-specific/solx86gcc/CS/postinstall.in
M builds/install/arch-specific/solx86gcc/CS/postremove.in
M builds/install/arch-specific/solx86gcc/CS/preinstall.in
M builds/install/arch-specific/solx86gcc/Makefile.in
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
M builds/install/misc/changeGdsLibraryCompatibleLink.sh.in
M builds/install/misc/fb_config.in
A builds/install/misc/fbintl.conf
M builds/posix/Makefile.in.boot.gpre
M builds/posix/Makefile.in.client.fbudf
M builds/posix/Makefile.in.client.gbak
M builds/posix/Makefile.in.client.gdef
M builds/posix/Makefile.in.client.gfix
M builds/posix/Makefile.in.client.gpre
M builds/posix/Makefile.in.client.gsec
M builds/posix/Makefile.in.client.isql
M builds/posix/Makefile.in.client.qli
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.embed.lockmgr
M builds/posix/Makefile.in.examples
A builds/posix/Makefile.in.extern.icu
M builds/posix/Makefile.in.extlib
M builds/posix/Makefile.in.fbserver
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.intl
M builds/posix/Makefile.in.libfbclient
M builds/posix/Makefile.in.libfbcommon
M builds/posix/Makefile.in.libfbembed
M builds/posix/Makefile.in.libfbstatic
M builds/posix/Makefile.in.refDatabases
M builds/posix/Makefile.in.static.gbak
M builds/posix/Makefile.in.static.gpre
M builds/posix/Makefile.in.static.isql
M builds/posix/fbintl.vers
M builds/posix/make.defaults
M builds/posix/make.rules
M builds/posix/make.shared.targets
M builds/posix/make.shared.variables
M builds/posix/prefix.linux_generic
M builds/posix/prefix.linux_sparc32
M builds/posix/prefix.netbsd
M builds/posix/prefix.solx86
M builds/posix/prefix.solx86gcc
M builds/win32/make_all.bat
A builds/win32/make_icu.bat
M builds/win32/msvc6/Firebird2.dsw
A builds/win32/msvc6/config.dsp
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc6/fb_inet_server.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc7/Firebird2.sln
A builds/win32/msvc7/config.vcproj
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
M builds/win32/msvc7/fb_inet_server.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbserver.vcproj
M builds/win32/msvc7/intl.vcproj
M builds/win32/prepare.bat
M configure.in
M doc/WhatsNew
M doc/sql.extensions/README.keywords
A doc/sql.extensions/README.length
A doc/sql.extensions/README.trim
A extern
A extern/editline
A extern/editline/CHANGES
A extern/editline/INSTALL
A extern/editline/Makefile.in
A extern/editline/PLATFORMS
A extern/editline/README
A extern/editline/TEST
A extern/editline/TEST/test.c
A extern/editline/chared.c
A extern/editline/chared.h
A extern/editline/common.c
A extern/editline/config.guess
A extern/editline/config.h.in
A extern/editline/config.sub
A extern/editline/configure
A extern/editline/configure.in
A extern/editline/editline.3
A extern/editline/editrc.5
A extern/editline/el.c
A extern/editline/el.h
A extern/editline/emacs.c
A extern/editline/hist.c
A extern/editline/hist.h
A extern/editline/histedit.h
A extern/editline/history.c
A extern/editline/install-sh
A extern/editline/key.c
A extern/editline/key.h
A extern/editline/makelist
A extern/editline/map.c
A extern/editline/map.h
A extern/editline/np
A extern/editline/np/fgetln.c
A extern/editline/np/strlcat.c
A extern/editline/np/strlcpy.c
A extern/editline/np/unvis.c
A extern/editline/np/vis.c
A extern/editline/np/vis.h
A extern/editline/parse.c
A extern/editline/parse.h
A extern/editline/prompt.c
A extern/editline/prompt.h
A extern/editline/read.c
A extern/editline/read.h
A extern/editline/readline
A extern/editline/readline/readline.h
A extern/editline/readline.c
A extern/editline/refresh.c
A extern/editline/refresh.h
A extern/editline/search.c
A extern/editline/search.h
A extern/editline/sig.c
A extern/editline/sig.h
A extern/editline/sys.h
A extern/editline/term.c
A extern/editline/term.h
A extern/editline/tokenizer.c
A extern/editline/tokenizer.h
A extern/editline/tty.c
A extern/editline/tty.h
A extern/editline/vi.c
A extern/icu
A extern/icu/as_is
A extern/icu/as_is/os390
A extern/icu/as_is/os390/unpax-icu.sh
A extern/icu/as_is/os400
A extern/icu/as_is/os400/configure
A extern/icu/as_is/os400/unpax-icu.sh
A extern/icu/debian
A extern/icu/debian/README.Debian.libicu-dev
A extern/icu/debian/changelog
A extern/icu/debian/control
A extern/icu/debian/copyright
A extern/icu/debian/icu-doc.doc-base
A extern/icu/debian/icu.conffiles.in
A extern/icu/debian/icu.postinst.in
A extern/icu/debian/icu.prerm.in
A extern/icu/debian/libicu.postinst
A extern/icu/debian/libicu.prerm.in
A extern/icu/debian/postinst.in
A extern/icu/debian/prerm.in
A extern/icu/debian/rules
A extern/icu/license.html
A extern/icu/packaging
A extern/icu/packaging/PACKAGES
A extern/icu/packaging/README
A extern/icu/packaging/debian
A extern/icu/packaging/debian/README
A extern/icu/packaging/rpm
A extern/icu/packaging/rpm/icu.spec
A extern/icu/readme.html
A extern/icu/source
A extern/icu/source/Doxyfile.in
A extern/icu/source/Makefile.in
A extern/icu/source/acconfig.h
A extern/icu/source/aclocal.m4
A extern/icu/source/allinone
A extern/icu/source/allinone/all
A extern/icu/source/allinone/all/all.dsp
A extern/icu/source/allinone/allinone.dsw
A extern/icu/source/allinone/allinone.sln
A extern/icu/source/common
A extern/icu/source/common/Makefile.in
A extern/icu/source/common/brkdict.cpp
A extern/icu/source/common/brkdict.h
A extern/icu/source/common/brkiter.cpp
A extern/icu/source/common/caniter.cpp
A extern/icu/source/common/chariter.cpp
A extern/icu/source/common/charstr.h
A extern/icu/source/common/cmemory.c
A extern/icu/source/common/cmemory.h
A extern/icu/source/common/common.dsp
A extern/icu/source/common/common.rc
A extern/icu/source/common/common.vcproj
A extern/icu/source/common/cpputils.h
A extern/icu/source/common/cstring.c
A extern/icu/source/common/cstring.h
A extern/icu/source/common/cwchar.c
A extern/icu/source/common/cwchar.h
A extern/icu/source/common/dbbi.cpp
A extern/icu/source/common/dbbi_tbl.cpp
A extern/icu/source/common/dbbi_tbl.h
A extern/icu/source/common/filestrm.c
A extern/icu/source/common/filestrm.h
A extern/icu/source/common/hash.h
A extern/icu/source/common/icucfg.h.in
A extern/icu/source/common/iculserv.cpp
A extern/icu/source/common/iculserv.h
A extern/icu/source/common/icunotif.cpp
A extern/icu/source/common/icunotif.h
A extern/icu/source/common/icuserv.cpp
A extern/icu/source/common/icuserv.h
A extern/icu/source/common/locbased.cpp
A extern/icu/source/common/locbased.h
A extern/icu/source/common/locid.cpp
A extern/icu/source/common/locmap.c
A extern/icu/source/common/locmap.h
A extern/icu/source/common/msvcres.h
A extern/icu/source/common/mutex.h
A extern/icu/source/common/normlzr.cpp
A extern/icu/source/common/parsepos.cpp
A extern/icu/source/common/propname.cpp
A extern/icu/source/common/propname.h
A extern/icu/source/common/punycode.c
A extern/icu/source/common/punycode.h
A extern/icu/source/common/putil.c
A extern/icu/source/common/rbbi.cpp
A extern/icu/source/common/rbbicst.pl
A extern/icu/source/common/rbbidata.cpp
A extern/icu/source/common/rbbidata.h
A extern/icu/source/common/rbbinode.cpp
A extern/icu/source/common/rbbinode.h
A extern/icu/source/common/rbbirb.cpp
A extern/icu/source/common/rbbirb.h
A extern/icu/source/common/rbbirpt.h
A extern/icu/source/common/rbbirpt.txt
A extern/icu/source/common/rbbiscan.cpp
A extern/icu/source/common/rbbiscan.h
A extern/icu/source/common/rbbisetb.cpp
A extern/icu/source/common/rbbisetb.h
A extern/icu/source/common/rbbistbl.cpp
A extern/icu/source/common/rbbitblb.cpp
A extern/icu/source/common/rbbitblb.h
A extern/icu/source/common/resbund.cpp
A extern/icu/source/common/ruleiter.cpp
A extern/icu/source/common/ruleiter.h
A extern/icu/source/common/schriter.cpp
A extern/icu/source/common/sprpimpl.h
A extern/icu/source/common/uarrsort.c
A extern/icu/source/common/uarrsort.h
A extern/icu/source/common/uassert.h
A extern/icu/source/common/ubidi.c
A extern/icu/source/common/ubidiimp.h
A extern/icu/source/common/ubidiln.c
A extern/icu/source/common/ubidiwrt.c
A extern/icu/source/common/ubrk.cpp
A extern/icu/source/common/ucat.c
A extern/icu/source/common/uchar.c
A extern/icu/source/common/uchriter.cpp
A extern/icu/source/common/ucln.h
A extern/icu/source/common/ucln_cmn.c
A extern/icu/source/common/ucln_cmn.h
A extern/icu/source/common/ucmndata.c
A extern/icu/source/common/ucmndata.h
A extern/icu/source/common/ucmp8.c
A extern/icu/source/common/ucmp8.h
A extern/icu/source/common/ucnv.c
A extern/icu/source/common/ucnv2022.c
A extern/icu/source/common/ucnv_bld.c
A extern/icu/source/common/ucnv_bld.h
A extern/icu/source/common/ucnv_cb.c
A extern/icu/source/common/ucnv_cnv.c
A extern/icu/source/common/ucnv_cnv.h
A extern/icu/source/common/ucnv_err.c
A extern/icu/source/common/ucnv_ext.c
A extern/icu/source/common/ucnv_ext.h
A extern/icu/source/common/ucnv_imp.h
A extern/icu/source/common/ucnv_io.c
A extern/icu/source/common/ucnv_io.h
A extern/icu/source/common/ucnv_lmb.c
A extern/icu/source/common/ucnv_u16.c
A extern/icu/source/common/ucnv_u32.c
A extern/icu/source/common/ucnv_u7.c
A extern/icu/source/common/ucnv_u8.c
A extern/icu/source/common/ucnvbocu.c
A extern/icu/source/common/ucnvhz.c
A extern/icu/source/common/ucnvisci.c
A extern/icu/source/common/ucnvlat1.c
A extern/icu/source/common/ucnvmbcs.c
A extern/icu/source/common/ucnvmbcs.h
A extern/icu/source/common/ucnvscsu.c
A extern/icu/source/common/ucol_swp.c
A extern/icu/source/common/ucol_swp.h
A extern/icu/source/common/udata.c
A extern/icu/source/common/udatamem.c
A extern/icu/source/common/udatamem.h
A extern/icu/source/common/udataswp.c
A extern/icu/source/common/udataswp.h
A extern/icu/source/common/uenum.c
A extern/icu/source/common/uenumimp.h
A extern/icu/source/common/uhash.c
A extern/icu/source/common/uhash.h
A extern/icu/source/common/uhash_us.cpp
A extern/icu/source/common/uidna.cpp
A extern/icu/source/common/uiter.cpp
A extern/icu/source/common/uloc.c
A extern/icu/source/common/ulocimp.h
A extern/icu/source/common/umapfile.c
A extern/icu/source/common/umapfile.h
A extern/icu/source/common/umemstrm.c
A extern/icu/source/common/umemstrm.h
A extern/icu/source/common/umutex.c
A extern/icu/source/common/umutex.h
A extern/icu/source/common/unames.c
A extern/icu/source/common/unicode
A extern/icu/source/common/unicode/brkiter.h
A extern/icu/source/common/unicode/caniter.h
A extern/icu/source/common/unicode/chariter.h
A extern/icu/source/common/unicode/dbbi.h
A extern/icu/source/common/unicode/docmain.h
A extern/icu/source/common/unicode/locid.h
A extern/icu/source/common/unicode/normlzr.h
A extern/icu/source/common/unicode/parseerr.h
A extern/icu/source/common/unicode/parsepos.h
A extern/icu/source/common/unicode/platform.h.in
A extern/icu/source/common/unicode/pmacos.h
A extern/icu/source/common/unicode/pos400.h
A extern/icu/source/common/unicode/putil.h
A extern/icu/source/common/unicode/pwin32.h
A extern/icu/source/common/unicode/rbbi.h
A extern/icu/source/common/unicode/rep.h
A extern/icu/source/common/unicode/resbund.h
A extern/icu/source/common/unicode/schriter.h
A extern/icu/source/common/unicode/strenum.h
A extern/icu/source/common/unicode/symtable.h
A extern/icu/source/common/unicode/ubidi.h
A extern/icu/source/common/unicode/ubrk.h
A extern/icu/source/common/unicode/ucat.h
A extern/icu/source/common/unicode/uchar.h
A extern/icu/source/common/unicode/uchriter.h
A extern/icu/source/common/unicode/uclean.h
A extern/icu/source/common/unicode/ucnv.h
A extern/icu/source/common/unicode/ucnv_cb.h
A extern/icu/source/common/unicode/ucnv_err.h
A extern/icu/source/common/unicode/uconfig.h
A extern/icu/source/common/unicode/udata.h
A extern/icu/source/common/unicode/udeprctd.h
A extern/icu/source/common/unicode/udraft.h
A extern/icu/source/common/unicode/uenum.h
A extern/icu/source/common/unicode/uidna.h
A extern/icu/source/common/unicode/uiter.h
A extern/icu/source/common/unicode/uloc.h
A extern/icu/source/common/unicode/umachine.h
A extern/icu/source/common/unicode/umisc.h
A extern/icu/source/common/unicode/unifilt.h
A extern/icu/source/common/unicode/unifunct.h
A extern/icu/source/common/unicode/unimatch.h
A extern/icu/source/common/unicode/uniset.h
A extern/icu/source/common/unicode/unistr.h
A extern/icu/source/common/unicode/unorm.h
A extern/icu/source/common/unicode/uobject.h
A extern/icu/source/common/unicode/uobslete.h
A extern/icu/source/common/unicode/urename.h
A extern/icu/source/common/unicode/urep.h
A extern/icu/source/common/unicode/ures.h
A extern/icu/source/common/unicode/uscript.h
A extern/icu/source/common/unicode/uset.h
A extern/icu/source/common/unicode/usetiter.h
A extern/icu/source/common/unicode/ushape.h
A extern/icu/source/common/unicode/usprep.h
A extern/icu/source/common/unicode/ustring.h
A extern/icu/source/common/unicode/utf.h
A extern/icu/source/common/unicode/utf16.h
A extern/icu/source/common/unicode/utf32.h
A extern/icu/source/common/unicode/utf8.h
A extern/icu/source/common/unicode/utf_old.h
A extern/icu/source/common/unicode/utrace.h
A extern/icu/source/common/unicode/utypes.h
A extern/icu/source/common/unicode/uversion.h
A extern/icu/source/common/unifilt.cpp
A extern/icu/source/common/unifunct.cpp
A extern/icu/source/common/uniset.cpp
A extern/icu/source/common/unistr.cpp
A extern/icu/source/common/unorm.cpp
A extern/icu/source/common/unorm_it.c
A extern/icu/source/common/unorm_it.h
A extern/icu/source/common/unormimp.h
A extern/icu/source/common/uobject.cpp
A extern/icu/source/common/uprops.c
A extern/icu/source/common/uprops.h
A extern/icu/source/common/uresbund.c
A extern/icu/source/common/uresdata.c
A extern/icu/source/common/uresdata.h
A extern/icu/source/common/uresimp.h
A extern/icu/source/common/usc_impl.c
A extern/icu/source/common/usc_impl.h
A extern/icu/source/common/uscript.c
A extern/icu/source/common/uset.cpp
A extern/icu/source/common/usetiter.cpp
A extern/icu/source/common/ushape.c
A extern/icu/source/common/usprep.cpp
A extern/icu/source/common/ustack.cpp
A extern/icu/source/common/ustr_imp.h
A extern/icu/source/common/ustrcase.c
A extern/icu/source/common/ustrenum.cpp
A extern/icu/source/common/ustrenum.h
A extern/icu/source/common/ustrfmt.c
A extern/icu/source/common/ustrfmt.h
A extern/icu/source/common/ustring.c
A extern/icu/source/common/ustrtrns.c
A extern/icu/source/common/utf_impl.c
A extern/icu/source/common/util.cpp
A extern/icu/source/common/util.h
A extern/icu/source/common/utrace.c
A extern/icu/source/common/utracimp.h
A extern/icu/source/common/utrie.c
A extern/icu/source/common/utrie.h
A extern/icu/source/common/uvector.cpp
A extern/icu/source/common/uvector.h
A extern/icu/source/common/uvectr32.cpp
A extern/icu/source/common/uvectr32.h
A extern/icu/source/config
A extern/icu/source/config/Makefile.inc.in
A extern/icu/source/config/icu-config-bottom
A extern/icu/source/config/icu-config-top
A extern/icu/source/config/icu-config.1.in
A extern/icu/source/config/make2sh.sed
A extern/icu/source/config/mh-aix
A extern/icu/source/config/mh-aix-gcc
A extern/icu/source/config/mh-aix-va
A extern/icu/source/config/mh-alpha-linux-cc
A extern/icu/source/config/mh-alpha-linux-gcc
A extern/icu/source/config/mh-alpha-osf
A extern/icu/source/config/mh-beos
A extern/icu/source/config/mh-bsd-gcc
A extern/icu/source/config/mh-cygwin
A extern/icu/source/config/mh-cygwin-msvc
A extern/icu/source/config/mh-darwin
A extern/icu/source/config/mh-hpux-acc
A extern/icu/source/config/mh-hpux-cc
A extern/icu/source/config/mh-hpux-gcc
A extern/icu/source/config/mh-irix
A extern/icu/source/config/mh-linux
A extern/icu/source/config/mh-mpras
A extern/icu/source/config/mh-os390
A extern/icu/source/config/mh-os400
A extern/icu/source/config/mh-ptx
A extern/icu/source/config/mh-qnx
A extern/icu/source/config/mh-solaris
A extern/icu/source/config/mh-solaris-gcc
A extern/icu/source/config/mh-unknown
A extern/icu/source/config/test-icu-config.sh
A extern/icu/source/config.guess
A extern/icu/source/config.sub
A extern/icu/source/configure
A extern/icu/source/configure.in
A extern/icu/source/data
A extern/icu/source/data/Makefile.in
A extern/icu/source/data/brkitr
A extern/icu/source/data/brkitr/char.txt
A extern/icu/source/data/brkitr/line.txt
A extern/icu/source/data/brkitr/line_th.txt
A extern/icu/source/data/brkitr/sent.txt
A extern/icu/source/data/brkitr/thaidict.brk
A extern/icu/source/data/brkitr/title.txt
A extern/icu/source/data/brkitr/word.txt
A extern/icu/source/data/brkitr/word_th.txt
A extern/icu/source/data/coll
A extern/icu/source/data/coll/ar.txt
A extern/icu/source/data/coll/be.txt
A extern/icu/source/data/coll/bg.txt
A extern/icu/source/data/coll/ca.txt
A extern/icu/source/data/coll/colfiles.mk
A extern/icu/source/data/coll/cs.txt
A extern/icu/source/data/coll/da.txt
A extern/icu/source/data/coll/de.txt
A extern/icu/source/data/coll/de__PHONEBOOK.txt
A extern/icu/source/data/coll/el.txt
A extern/icu/source/data/coll/en.txt
A extern/icu/source/data/coll/en_BE.txt
A extern/icu/source/data/coll/eo.txt
A extern/icu/source/data/coll/es.txt
A extern/icu/source/data/coll/es__TRADITIONAL.txt
A extern/icu/source/data/coll/et.txt
A extern/icu/source/data/coll/fa.txt
A extern/icu/source/data/coll/fa_AF.txt
A extern/icu/source/data/coll/fi.txt
A extern/icu/source/data/coll/fo.txt
A extern/icu/source/data/coll/fr.txt
A extern/icu/source/data/coll/gu.txt
A extern/icu/source/data/coll/he.txt
A extern/icu/source/data/coll/hi.txt
A extern/icu/source/data/coll/hi__DIRECT.txt
A extern/icu/source/data/coll/hr.txt
A extern/icu/source/data/coll/hu.txt
A extern/icu/source/data/coll/is.txt
A extern/icu/source/data/coll/it.txt
A extern/icu/source/data/coll/ja.txt
A extern/icu/source/data/coll/kk.txt
A extern/icu/source/data/coll/kl.txt
A extern/icu/source/data/coll/kn.txt
A extern/icu/source/data/coll/ko.txt
A extern/icu/source/data/coll/lt.txt
A extern/icu/source/data/coll/lv.txt
A extern/icu/source/data/coll/mk.txt
A extern/icu/source/data/coll/mr.txt
A extern/icu/source/data/coll/mt.txt
A extern/icu/source/data/coll/nb.txt
A extern/icu/source/data/coll/nn.txt
A extern/icu/source/data/coll/om.txt
A extern/icu/source/data/coll/pa.txt
A extern/icu/source/data/coll/pl.txt
A extern/icu/source/data/coll/ps.txt
A extern/icu/source/data/coll/ro.txt
A extern/icu/source/data/coll/root.txt
A extern/icu/source/data/coll/ru.txt
A extern/icu/source/data/coll/sh.txt
A extern/icu/source/data/coll/sk.txt
A extern/icu/source/data/coll/sl.txt
A extern/icu/source/data/coll/sq.txt
A extern/icu/source/data/coll/sr.txt
A extern/icu/source/data/coll/sv.txt
A extern/icu/source/data/coll/ta.txt
A extern/icu/source/data/coll/te.txt
A extern/icu/source/data/coll/th.txt
A extern/icu/source/data/coll/tr.txt
A extern/icu/source/data/coll/uk.txt
A extern/icu/source/data/coll/vi.txt
A extern/icu/source/data/coll/zh.txt
A extern/icu/source/data/coll/zh_HK.txt
A extern/icu/source/data/coll/zh_Hant.txt
A extern/icu/source/data/coll/zh_MO.txt
A extern/icu/source/data/coll/zh_TW.txt
A extern/icu/source/data/coll/zh_TW_STROKE.txt
A extern/icu/source/data/coll/zh__PINYIN.txt
A extern/icu/source/data/icupkg.inc.in
A extern/icu/source/data/locales
A extern/icu/source/data/locales/af.txt
A extern/icu/source/data/locales/af_ZA.txt
A extern/icu/source/data/locales/am.txt
A extern/icu/source/data/locales/am_ET.txt
A extern/icu/source/data/locales/ar.txt
A extern/icu/source/data/locales/ar_AE.txt
A extern/icu/source/data/locales/ar_BH.txt
A extern/icu/source/data/locales/ar_DZ.txt
A extern/icu/source/data/locales/ar_EG.txt
A extern/icu/source/data/locales/ar_IN.txt
A extern/icu/source/data/locales/ar_IQ.txt
A extern/icu/source/data/locales/ar_JO.txt
A extern/icu/source/data/locales/ar_KW.txt
A extern/icu/source/data/locales/ar_LB.txt
A extern/icu/source/data/locales/ar_LY.txt
A extern/icu/source/data/locales/ar_MA.txt
A extern/icu/source/data/locales/ar_OM.txt
A extern/icu/source/data/locales/ar_QA.txt
A extern/icu/source/data/locales/ar_SA.txt
A extern/icu/source/data/locales/ar_SD.txt
A extern/icu/source/data/locales/ar_SY.txt
A extern/icu/source/data/locales/ar_TN.txt
A extern/icu/source/data/locales/ar_YE.txt
A extern/icu/source/data/locales/be.txt
A extern/icu/source/data/locales/be_BY.txt
A extern/icu/source/data/locales/bg.txt
A extern/icu/source/data/locales/bg_BG.txt
A extern/icu/source/data/locales/bn.txt
A extern/icu/source/data/locales/bn_IN.txt
A extern/icu/source/data/locales/ca.txt
A extern/icu/source/data/locales/ca_ES.txt
A extern/icu/source/data/locales/cs.txt
A extern/icu/source/data/locales/cs_CZ.txt
A extern/icu/source/data/locales/da.txt
A extern/icu/source/data/locales/da_DK.txt
A extern/icu/source/data/locales/de.txt
A extern/icu/source/data/locales/de_AT.txt
A extern/icu/source/data/locales/de_BE.txt
A extern/icu/source/data/locales/de_CH.txt
A extern/icu/source/data/locales/de_DE.txt
A extern/icu/source/data/locales/de_LU.txt
A extern/icu/source/data/locales/el.txt
A extern/icu/source/data/locales/el_GR.txt
A extern/icu/source/data/locales/en.txt
A extern/icu/source/data/locales/en_AU.txt
A extern/icu/source/data/locales/en_BE.txt
A extern/icu/source/data/locales/en_BW.txt
A extern/icu/source/data/locales/en_CA.txt
A extern/icu/source/data/locales/en_GB.txt
A extern/icu/source/data/locales/en_HK.txt
A extern/icu/source/data/locales/en_IE.txt
A extern/icu/source/data/locales/en_IN.txt
A extern/icu/source/data/locales/en_MT.txt
A extern/icu/source/data/locales/en_NZ.txt
A extern/icu/source/data/locales/en_PH.txt
A extern/icu/source/data/locales/en_SG.txt
A extern/icu/source/data/locales/en_US.txt
A extern/icu/source/data/locales/en_US_POSIX.txt
A extern/icu/source/data/locales/en_VI.txt
A extern/icu/source/data/locales/en_ZA.txt
A extern/icu/source/data/locales/en_ZW.txt
A extern/icu/source/data/locales/eo.txt
A extern/icu/source/data/locales/es.txt
A extern/icu/source/data/locales/es_AR.txt
A extern/icu/source/data/locales/es_BO.txt
A extern/icu/source/data/locales/es_CL.txt
A extern/icu/source/data/locales/es_CO.txt
A extern/icu/source/data/locales/es_CR.txt
A extern/icu/source/data/locales/es_DO.txt
A extern/icu/source/data/locales/es_EC.txt
A extern/icu/source/data/locales/es_ES.txt
A extern/icu/source/data/locales/es_GT.txt
A extern/icu/source/data/locales/es_HN.txt
A extern/icu/source/data/locales/es_MX.txt
A extern/icu/source/data/locales/es_NI.txt
A extern/icu/source/data/locales/es_PA.txt
A extern/icu/source/data/locales/es_PE.txt
A extern/icu/source/data/locales/es_PR.txt
A extern/icu/source/data/locales/es_PY.txt
A extern/icu/source/data/locales/es_SV.txt
A extern/icu/source/data/locales/es_US.txt
A extern/icu/source/data/locales/es_UY.txt
A extern/icu/source/data/locales/es_VE.txt
A extern/icu/source/data/locales/et.txt
A extern/icu/source/data/locales/et_EE.txt
A extern/icu/source/data/locales/eu.txt
A extern/icu/source/data/locales/eu_ES.txt
A extern/icu/source/data/locales/fa.txt
A extern/icu/source/data/locales/fa_AF.txt
A extern/icu/source/data/locales/fa_IR.txt
A extern/icu/source/data/locales/fi.txt
A extern/icu/source/data/locales/fi_FI.txt
A extern/icu/source/data/locales/fo.txt
A extern/icu/source/data/locales/fo_FO.txt
A extern/icu/source/data/locales/fr.txt
A extern/icu/source/data/locales/fr_BE.txt
A extern/icu/source/data/locales/fr_CA.txt
A extern/icu/source/data/locales/fr_CH.txt
A extern/icu/source/data/locales/fr_FR.txt
A extern/icu/source/data/locales/fr_LU.txt
A extern/icu/source/data/locales/ga.txt
A extern/icu/source/data/locales/ga_IE.txt
A extern/icu/source/data/locales/gl.txt
A extern/icu/source/data/locales/gl_ES.txt
A extern/icu/source/data/locales/gu.txt
A extern/icu/source/data/locales/gu_IN.txt
A extern/icu/source/data/locales/gv.txt
A extern/icu/source/data/locales/gv_GB.txt
A extern/icu/source/data/locales/he.txt
A extern/icu/source/data/locales/he_IL.txt
A extern/icu/source/data/locales/hi.txt
A extern/icu/source/data/locales/hi_IN.txt
A extern/icu/source/data/locales/hr.txt
A extern/icu/source/data/locales/hr_HR.txt
A extern/icu/source/data/locales/hu.txt
A extern/icu/source/data/locales/hu_HU.txt
A extern/icu/source/data/locales/hy.txt
A extern/icu/source/data/locales/hy_AM.txt
A extern/icu/source/data/locales/hy_AM_REVISED.txt
A extern/icu/source/data/locales/id.txt
A extern/icu/source/data/locales/id_ID.txt
A extern/icu/source/data/locales/is.txt
A extern/icu/source/data/locales/is_IS.txt
A extern/icu/source/data/locales/it.txt
A extern/icu/source/data/locales/it_CH.txt
A extern/icu/source/data/locales/it_IT.txt
A extern/icu/source/data/locales/iw.txt
A extern/icu/source/data/locales/iw_IL.txt
A extern/icu/source/data/locales/ja.txt
A extern/icu/source/data/locales/ja_JP.txt
A extern/icu/source/data/locales/ja_JP_TRADITIONAL.txt
A extern/icu/source/data/locales/kk.txt
A extern/icu/source/data/locales/kk_KZ.txt
A extern/icu/source/data/locales/kl.txt
A extern/icu/source/data/locales/kl_GL.txt
A extern/icu/source/data/locales/kn.txt
A extern/icu/source/data/locales/kn_IN.txt
A extern/icu/source/data/locales/ko.txt
A extern/icu/source/data/locales/ko_KR.txt
A extern/icu/source/data/locales/kok.txt
A extern/icu/source/data/locales/kok_IN.txt
A extern/icu/source/data/locales/kw.txt
A extern/icu/source/data/locales/kw_GB.txt
A extern/icu/source/data/locales/lt.txt
A extern/icu/source/data/locales/lt_LT.txt
A extern/icu/source/data/locales/lv.txt
A extern/icu/source/data/locales/lv_LV.txt
A extern/icu/source/data/locales/mk.txt
A extern/icu/source/data/locales/mk_MK.txt
A extern/icu/source/data/locales/mr.txt
A extern/icu/source/data/locales/mr_IN.txt
A extern/icu/source/data/locales/ms.txt
A extern/icu/source/data/locales/ms_BN.txt
A extern/icu/source/data/locales/ms_MY.txt
A extern/icu/source/data/locales/mt.txt
A extern/icu/source/data/locales/mt_MT.txt
A extern/icu/source/data/locales/nb.txt
A extern/icu/source/data/locales/nb_NO.txt
A extern/icu/source/data/locales/nl.txt
A extern/icu/source/data/locales/nl_BE.txt
A extern/icu/source/data/locales/nl_NL.txt
A extern/icu/source/data/locales/nn.txt
A extern/icu/source/data/locales/nn_NO.txt
A extern/icu/source/data/locales/no.txt
A extern/icu/source/data/locales/no_NO.txt
A extern/icu/source/data/locales/no_NO_NY.txt
A extern/icu/source/data/locales/om.txt
A extern/icu/source/data/locales/om_ET.txt
A extern/icu/source/data/locales/om_KE.txt
A extern/icu/source/data/locales/pa.txt
A extern/icu/source/data/locales/pa_IN.txt
A extern/icu/source/data/locales/pl.txt
A extern/icu/source/data/locales/pl_PL.txt
A extern/icu/source/data/locales/ps.txt
A extern/icu/source/data/locales/ps_AF.txt
A extern/icu/source/data/locales/pt.txt
A extern/icu/source/data/locales/pt_BR.txt
A extern/icu/source/data/locales/pt_PT.txt
A extern/icu/source/data/locales/resfiles.mk
A extern/icu/source/data/locales/ro.txt
A extern/icu/source/data/locales/ro_RO.txt
A extern/icu/source/data/locales/root.txt
A extern/icu/source/data/locales/ru.txt
A extern/icu/source/data/locales/ru_RU.txt
A extern/icu/source/data/locales/ru_UA.txt
A extern/icu/source/data/locales/sh.txt
A extern/icu/source/data/locales/sh_YU.txt
A extern/icu/source/data/locales/sk.txt
A extern/icu/source/data/locales/sk_SK.txt
A extern/icu/source/data/locales/sl.txt
A extern/icu/source/data/locales/sl_SI.txt
A extern/icu/source/data/locales/so.txt
A extern/icu/source/data/locales/so_DJ.txt
A extern/icu/source/data/locales/so_ET.txt
A extern/icu/source/data/locales/so_KE.txt
A extern/icu/source/data/locales/so_SO.txt
A extern/icu/source/data/locales/sq.txt
A extern/icu/source/data/locales/sq_AL.txt
A extern/icu/source/data/locales/sr.txt
A extern/icu/source/data/locales/sr_YU.txt
A extern/icu/source/data/locales/sv.txt
A extern/icu/source/data/locales/sv_FI.txt
A extern/icu/source/data/locales/sv_SE.txt
A extern/icu/source/data/locales/sw.txt
A extern/icu/source/data/locales/sw_KE.txt
A extern/icu/source/data/locales/sw_TZ.txt
A extern/icu/source/data/locales/ta.txt
A extern/icu/source/data/locales/ta_IN.txt
A extern/icu/source/data/locales/te.txt
A extern/icu/source/data/locales/te_IN.txt
A extern/icu/source/data/locales/th.txt
A extern/icu/source/data/locales/th_TH.txt
A extern/icu/source/data/locales/th_TH_TRADITIONAL.txt
A extern/icu/source/data/locales/ti.txt
A extern/icu/source/data/locales/ti_ER.txt
A extern/icu/source/data/locales/ti_ET.txt
A extern/icu/source/data/locales/tr.txt
A extern/icu/source/data/locales/tr_TR.txt
A extern/icu/source/data/locales/uk.txt
A extern/icu/source/data/locales/uk_UA.txt
A extern/icu/source/data/locales/vi.txt
A extern/icu/source/data/locales/vi_VN.txt
A extern/icu/source/data/locales/zh.txt
A extern/icu/source/data/locales/zh_CN.txt
A extern/icu/source/data/locales/zh_HK.txt
A extern/icu/source/data/locales/zh_Hans.txt
A extern/icu/source/data/locales/zh_Hans_CN.txt
A extern/icu/source/data/locales/zh_Hans_SG.txt
A extern/icu/source/data/locales/zh_Hant.txt
A extern/icu/source/data/locales/zh_Hant_HK.txt
A extern/icu/source/data/locales/zh_Hant_MO.txt
A extern/icu/source/data/locales/zh_MO.txt
A extern/icu/source/data/locales/zh_SG.txt
A extern/icu/source/data/locales/zh_TW.txt
A extern/icu/source/data/makedata.dsp
A extern/icu/source/data/makedata.mak
A extern/icu/source/data/makedata.vcproj
A extern/icu/source/data/mappings
A extern/icu/source/data/mappings/cns-11643-1992.ucm
A extern/icu/source/data/mappings/convrtrs.txt
A extern/icu/source/data/mappings/ebcdic-xml-us.ucm
A extern/icu/source/data/mappings/gb18030.ucm
A extern/icu/source/data/mappings/ibm-1006_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-1025_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-1026_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-1047_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-1051_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-1089_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-1097_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-1098_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-1112_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-1122_P100-1999.ucm
A extern/icu/source/data/mappings/ibm-1123_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-1124_P100-1996.ucm
A extern/icu/source/data/mappings/ibm-1125_P100-1997.ucm
A extern/icu/source/data/mappings/ibm-1129_P100-1997.ucm
A extern/icu/source/data/mappings/ibm-1130_P100-1997.ucm
A extern/icu/source/data/mappings/ibm-1131_P100-1997.ucm
A extern/icu/source/data/mappings/ibm-1132_P100-1998.ucm
A extern/icu/source/data/mappings/ibm-1133_P100-1997.ucm
A extern/icu/source/data/mappings/ibm-1137_P100-1999.ucm
A extern/icu/source/data/mappings/ibm-1140_P100-1997.ucm
A extern/icu/source/data/mappings/ibm-1141_P100-1997.ucm
A extern/icu/source/data/mappings/ibm-1142_P100-1997.ucm
A extern/icu/source/data/mappings/ibm-1143_P100-1997.ucm
A extern/icu/source/data/mappings/ibm-1144_P100-1997.ucm
A extern/icu/source/data/mappings/ibm-1145_P100-1997.ucm
A extern/icu/source/data/mappings/ibm-1146_P100-1997.ucm
A extern/icu/source/data/mappings/ibm-1147_P100-1997.ucm
A extern/icu/source/data/mappings/ibm-1148_P100-1997.ucm
A extern/icu/source/data/mappings/ibm-1149_P100-1997.ucm
A extern/icu/source/data/mappings/ibm-1153_P100-1999.ucm
A extern/icu/source/data/mappings/ibm-1154_P100-1999.ucm
A extern/icu/source/data/mappings/ibm-1155_P100-1999.ucm
A extern/icu/source/data/mappings/ibm-1156_P100-1999.ucm
A extern/icu/source/data/mappings/ibm-1157_P100-1999.ucm
A extern/icu/source/data/mappings/ibm-1158_P100-1999.ucm
A extern/icu/source/data/mappings/ibm-1160_P100-1999.ucm
A extern/icu/source/data/mappings/ibm-1162_P100-1999.ucm
A extern/icu/source/data/mappings/ibm-1164_P100-1999.ucm
A extern/icu/source/data/mappings/ibm-1250_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-1251_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-1252_P100-2000.ucm
A extern/icu/source/data/mappings/ibm-1253_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-1254_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-1255_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-1256_P110-1997.ucm
A extern/icu/source/data/mappings/ibm-1257_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-1258_P100-1997.ucm
A extern/icu/source/data/mappings/ibm-12712_P100-1998.ucm
A extern/icu/source/data/mappings/ibm-1276_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-1277_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-1363_P110-1997.ucm
A extern/icu/source/data/mappings/ibm-1363_P11B-1998.ucm
A extern/icu/source/data/mappings/ibm-1364_P110-1997.ucm
A extern/icu/source/data/mappings/ibm-1371_P100-1999.ucm
A extern/icu/source/data/mappings/ibm-1373_P100-2002.ucm
A extern/icu/source/data/mappings/ibm-1375_P100-2003.ucm
A extern/icu/source/data/mappings/ibm-1381_P110-1999.ucm
A extern/icu/source/data/mappings/ibm-1383_P110-1999.ucm
A extern/icu/source/data/mappings/ibm-1386_P100-2002.ucm
A extern/icu/source/data/mappings/ibm-1388_P103-2001.ucm
A extern/icu/source/data/mappings/ibm-1390_P110-2003.ucm
A extern/icu/source/data/mappings/ibm-1399_P110-2003.ucm
A extern/icu/source/data/mappings/ibm-16684_P110-2003.ucm
A extern/icu/source/data/mappings/ibm-16804_X110-1999.ucm
A extern/icu/source/data/mappings/ibm-273_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-277_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-278_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-280_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-284_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-285_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-290_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-297_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-33722_P120-1999.ucm
A extern/icu/source/data/mappings/ibm-33722_P12A-1999.ucm
A extern/icu/source/data/mappings/ibm-367_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-37_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-420_X120-1999.ucm
A extern/icu/source/data/mappings/ibm-424_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-437_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-4899_P100-1998.ucm
A extern/icu/source/data/mappings/ibm-4909_P100-1999.ucm
A extern/icu/source/data/mappings/ibm-4971_P100-1999.ucm
A extern/icu/source/data/mappings/ibm-500_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-5123_P100-1999.ucm
A extern/icu/source/data/mappings/ibm-5346_P100-1998.ucm
A extern/icu/source/data/mappings/ibm-5347_P100-1998.ucm
A extern/icu/source/data/mappings/ibm-5348_P100-1997.ucm
A extern/icu/source/data/mappings/ibm-5349_P100-1998.ucm
A extern/icu/source/data/mappings/ibm-5350_P100-1998.ucm
A extern/icu/source/data/mappings/ibm-5351_P100-1998.ucm
A extern/icu/source/data/mappings/ibm-5352_P100-1998.ucm
A extern/icu/source/data/mappings/ibm-5353_P100-1998.ucm
A extern/icu/source/data/mappings/ibm-5354_P100-1998.ucm
A extern/icu/source/data/mappings/ibm-5478_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-803_P100-1999.ucm
A extern/icu/source/data/mappings/ibm-813_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-838_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-8482_P100-1999.ucm
A extern/icu/source/data/mappings/ibm-850_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-851_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-852_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-855_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-856_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-857_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-858_P100-1997.ucm
A extern/icu/source/data/mappings/ibm-860_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-861_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-862_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-863_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-864_X110-1999.ucm
A extern/icu/source/data/mappings/ibm-865_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-866_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-867_P100-1998.ucm
A extern/icu/source/data/mappings/ibm-868_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-869_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-870_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-871_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-874_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-875_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-878_P100-1996.ucm
A extern/icu/source/data/mappings/ibm-901_P100-1999.ucm
A extern/icu/source/data/mappings/ibm-902_P100-1999.ucm
A extern/icu/source/data/mappings/ibm-912_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-913_P100-2000.ucm
A extern/icu/source/data/mappings/ibm-914_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-915_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-916_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-918_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-920_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-921_P100-1995.ucm
A extern/icu/source/data/mappings/ibm-922_P100-1999.ucm
A extern/icu/source/data/mappings/ibm-923_P100-1998.ucm
A extern/icu/source/data/mappings/ibm-930_P120-1999.ucm
A extern/icu/source/data/mappings/ibm-933_P110-1995.ucm
A extern/icu/source/data/mappings/ibm-935_P110-1999.ucm
A extern/icu/source/data/mappings/ibm-937_P110-1999.ucm
A extern/icu/source/data/mappings/ibm-939_P120-1999.ucm
A extern/icu/source/data/mappings/ibm-942_P12A-1999.ucm
A extern/icu/source/data/mappings/ibm-943_P130-1999.ucm
A extern/icu/source/data/mappings/ibm-943_P15A-2003.ucm
A extern/icu/source/data/mappings/ibm-9447_P100-2002.ucm
A extern/icu/source/data/mappings/ibm-9449_P100-2002.ucm
A extern/icu/source/data/mappings/ibm-949_P110-1999.ucm
A extern/icu/source/data/mappings/ibm-949_P11A-1999.ucm
A extern/icu/source/data/mappings/ibm-950_P110-1999.ucm
A extern/icu/source/data/mappings/ibm-954_P101-2000.ucm
A extern/icu/source/data/mappings/ibm-964_P110-1999.ucm
A extern/icu/source/data/mappings/ibm-970_P110-1995.ucm
A extern/icu/source/data/mappings/ibm-971_P100-1995.ucm
A extern/icu/source/data/mappings/icu-internal-25546.ucm
A extern/icu/source/data/mappings/iso-ir-165.ucm
A extern/icu/source/data/mappings/jisx-201.ucm
A extern/icu/source/data/mappings/jisx-208.ucm
A extern/icu/source/data/mappings/jisx-212.ucm
A extern/icu/source/data/mappings/lmb-excp.ucm
A extern/icu/source/data/mappings/macos-0_2-10.2.ucm
A extern/icu/source/data/mappings/macos-2566-10.2.ucm
A extern/icu/source/data/mappings/macos-29-10.2.ucm
A extern/icu/source/data/mappings/macos-35-10.2.ucm
A extern/icu/source/data/mappings/macos-6-10.2.ucm
A extern/icu/source/data/mappings/macos-7_3-10.2.ucm
A extern/icu/source/data/mappings/ucmcore.mk
A extern/icu/source/data/mappings/ucmebcdic.mk
A extern/icu/source/data/mappings/ucmfiles.mk
A extern/icu/source/data/mappings/windows-1256-2000.ucm
A extern/icu/source/data/mappings/windows-874-2000.ucm
A extern/icu/source/data/mappings/windows-936-2000.ucm
A extern/icu/source/data/mappings/windows-949-2000.ucm
A extern/icu/source/data/mappings/windows-950-2000.ucm
A extern/icu/source/data/misc
A extern/icu/source/data/misc/NamePrepProfile.txt
A extern/icu/source/data/misc/icudata.rc
A extern/icu/source/data/misc/miscfiles.mk
A extern/icu/source/data/misc/zoneinfo.txt
A extern/icu/source/data/translit
A extern/icu/source/data/translit/t_Any_Accents.txt
A extern/icu/source/data/translit/t_Any_Publishing.txt
A extern/icu/source/data/translit/t_Arab_Latn.txt
A extern/icu/source/data/translit/t_Beng_InterIndic.txt
A extern/icu/source/data/translit/t_Cyrl_Latn.txt
A extern/icu/source/data/translit/t_Deva_InterIndic.txt
A extern/icu/source/data/translit/t_FWidth_HWidth.txt
A extern/icu/source/data/translit/t_Grek_Latn.txt
A extern/icu/source/data/translit/t_Grek_Latn_UNGEGN.txt
A extern/icu/source/data/translit/t_Gujr_InterIndic.txt
A extern/icu/source/data/translit/t_Guru_InterIndic.txt
A extern/icu/source/data/translit/t_Hani_Latn.txt
A extern/icu/source/data/translit/t_Hani_SpHan.txt
A extern/icu/source/data/translit/t_Hebr_Latn.txt
A extern/icu/source/data/translit/t_Hira_Kana.txt
A extern/icu/source/data/translit/t_Hira_Latn.txt
A extern/icu/source/data/translit/t_InterIndic_Beng.txt
A extern/icu/source/data/translit/t_InterIndic_Deva.txt
A extern/icu/source/data/translit/t_InterIndic_Gujr.txt
A extern/icu/source/data/translit/t_InterIndic_Guru.txt
A extern/icu/source/data/translit/t_InterIndic_Knda.txt
A extern/icu/source/data/translit/t_InterIndic_Latn.txt
A extern/icu/source/data/translit/t_InterIndic_Mlym.txt
A extern/icu/source/data/translit/t_InterIndic_Orya.txt
A extern/icu/source/data/translit/t_InterIndic_Taml.txt
A extern/icu/source/data/translit/t_InterIndic_Telu.txt
A extern/icu/source/data/translit/t_Knda_InterIndic.txt
A extern/icu/source/data/translit/t_Latn_InterIndic.txt
A extern/icu/source/data/translit/t_Latn_Jamo.txt
A extern/icu/source/data/translit/t_Latn_Kana.txt
A extern/icu/source/data/translit/t_Latn_NPinyn.txt
A extern/icu/source/data/translit/t_Mlym_InterIndic.txt
A extern/icu/source/data/translit/t_Orya_InterIndic.txt
A extern/icu/source/data/translit/t_Taml_InterIndic.txt
A extern/icu/source/data/translit/t_Telu_InterIndic.txt
A extern/icu/source/data/translit/t_Tone_Digit.txt
A extern/icu/source/data/translit/translit_index.txt
A extern/icu/source/data/translit/trnsfiles.mk
A extern/icu/source/data/unidata
A extern/icu/source/data/unidata/BidiMirroring.txt
A extern/icu/source/data/unidata/Blocks.txt
A extern/icu/source/data/unidata/CaseFolding.txt
A extern/icu/source/data/unidata/DerivedAge.txt
A extern/icu/source/data/unidata/DerivedBidiClass.txt
A extern/icu/source/data/unidata/DerivedCoreProperties.txt
A extern/icu/source/data/unidata/DerivedJoiningGroup.txt
A extern/icu/source/data/unidata/DerivedJoiningType.txt
A extern/icu/source/data/unidata/DerivedNormalizationProps.txt
A extern/icu/source/data/unidata/DerivedNumericValues.txt
A extern/icu/source/data/unidata/EastAsianWidth.txt
A extern/icu/source/data/unidata/FractionalUCA.txt
A extern/icu/source/data/unidata/LineBreak.txt
A extern/icu/source/data/unidata/NormalizationCorrections.txt
A extern/icu/source/data/unidata/NormalizationTest.txt
A extern/icu/source/data/unidata/PropList.txt
A extern/icu/source/data/unidata/PropertyAliases.txt
A extern/icu/source/data/unidata/PropertyValueAliases.txt
A extern/icu/source/data/unidata/Scripts.txt
A extern/icu/source/data/unidata/SpecialCasing.txt
A extern/icu/source/data/unidata/UCARules.txt
A extern/icu/source/data/unidata/UnicodeData.txt
A extern/icu/source/data/unidata/changes.txt
A extern/icu/source/data/unidata/ucdterms.txt
A extern/icu/source/extra
A extern/icu/source/extra/Makefile.in
A extern/icu/source/extra/scrptrun
A extern/icu/source/extra/scrptrun/Makefile.in
A extern/icu/source/extra/scrptrun/readme.html
A extern/icu/source/extra/scrptrun/scrptrun.cpp
A extern/icu/source/extra/scrptrun/scrptrun.h
A extern/icu/source/extra/scrptrun/srtest.cpp
A extern/icu/source/extra/scrptrun/srtest.dsp
A extern/icu/source/extra/scrptrun/srtest.dsw
A extern/icu/source/extra/uconv
A extern/icu/source/extra/uconv/Makefile.in
A extern/icu/source/extra/uconv/README
A extern/icu/source/extra/uconv/makedata.mak
A extern/icu/source/extra/uconv/pkgdata.inc.in
A extern/icu/source/extra/uconv/resfiles.mk
A extern/icu/source/extra/uconv/resources
A extern/icu/source/extra/uconv/resources/fr.txt
A extern/icu/source/extra/uconv/resources/root.txt
A extern/icu/source/extra/uconv/samples
A extern/icu/source/extra/uconv/samples/ISO-8859-2.txt
A extern/icu/source/extra/uconv/samples/ISO-8859-3.txt
A extern/icu/source/extra/uconv/samples/danish-ISO-8859-1.txt
A extern/icu/source/extra/uconv/samples/eucJP.txt
A extern/icu/source/extra/uconv/samples/hangul-eucKR.txt
A extern/icu/source/extra/uconv/samples/hania-eucKR.txt
A extern/icu/source/extra/uconv/samples/iso8859-1.txt
A extern/icu/source/extra/uconv/samples/koi8r.txt
A extern/icu/source/extra/uconv/samples/utf8
A extern/icu/source/extra/uconv/samples/utf8/armenian.txt
A extern/icu/source/extra/uconv/samples/utf8/banviet.txt
A extern/icu/source/extra/uconv/samples/utf8/chinese-ulysses.txt
A extern/icu/source/extra/uconv/samples/utf8/croat.txt
A extern/icu/source/extra/uconv/samples/utf8/danish.txt
A extern/icu/source/extra/uconv/samples/utf8/greek.txt
A extern/icu/source/extra/uconv/samples/utf8/hangul.txt
A extern/icu/source/extra/uconv/samples/utf8/hania.txt
A extern/icu/source/extra/uconv/samples/utf8/jap.txt
A extern/icu/source/extra/uconv/samples/utf8/korean.txt
A extern/icu/source/extra/uconv/samples/utf8/linji.txt
A extern/icu/source/extra/uconv/samples/utf8/many.txt
A extern/icu/source/extra/uconv/samples/utf8/maopoem.txt
A extern/icu/source/extra/uconv/samples/utf8/russian.txt
A extern/icu/source/extra/uconv/samples/utf8/simplechinese.txt
A extern/icu/source/extra/uconv/samples/utf8/turkish.txt
A extern/icu/source/extra/uconv/samples/utf8/utf-8-demo.txt
A extern/icu/source/extra/uconv/uconv.1.in
A extern/icu/source/extra/uconv/uconv.cpp
A extern/icu/source/extra/uconv/uconv.dsp
A extern/icu/source/extra/uconv/uconv.vcproj
A extern/icu/source/extra/uconv/unicode
A extern/icu/source/extra/uconv/unicode/uwmsg.h
A extern/icu/source/extra/uconv/uwmsg.c
A extern/icu/source/i18n
A extern/icu/source/i18n/Makefile.in
A extern/icu/source/i18n/anytrans.cpp
A extern/icu/source/i18n/anytrans.h
A extern/icu/source/i18n/astro.cpp
A extern/icu/source/i18n/astro.h
A extern/icu/source/i18n/bocsu.c
A extern/icu/source/i18n/bocsu.h
A extern/icu/source/i18n/buddhcal.cpp
A extern/icu/source/i18n/buddhcal.h
A extern/icu/source/i18n/calendar.cpp
A extern/icu/source/i18n/chnsecal.cpp
A extern/icu/source/i18n/chnsecal.h
A extern/icu/source/i18n/choicfmt.cpp
A extern/icu/source/i18n/coleitr.cpp
A extern/icu/source/i18n/coll.cpp
A extern/icu/source/i18n/cpdtrans.cpp
A extern/icu/source/i18n/cpdtrans.h
A extern/icu/source/i18n/curramt.cpp
A extern/icu/source/i18n/currfmt.cpp
A extern/icu/source/i18n/currfmt.h
A extern/icu/source/i18n/currunit.cpp
A extern/icu/source/i18n/datefmt.cpp
A extern/icu/source/i18n/dcfmtsym.cpp
A extern/icu/source/i18n/decimfmt.cpp
A extern/icu/source/i18n/digitlst.cpp
A extern/icu/source/i18n/digitlst.h
A extern/icu/source/i18n/dtfmtsym.cpp
A extern/icu/source/i18n/esctrn.cpp
A extern/icu/source/i18n/esctrn.h
A extern/icu/source/i18n/fmtable.cpp
A extern/icu/source/i18n/format.cpp
A extern/icu/source/i18n/funcrepl.cpp
A extern/icu/source/i18n/funcrepl.h
A extern/icu/source/i18n/gregocal.cpp
A extern/icu/source/i18n/gregoimp.cpp
A extern/icu/source/i18n/gregoimp.h
A extern/icu/source/i18n/hebrwcal.cpp
A extern/icu/source/i18n/hebrwcal.h
A extern/icu/source/i18n/i18n.dsp
A extern/icu/source/i18n/i18n.rc
A extern/icu/source/i18n/i18n.vcproj
A extern/icu/source/i18n/islamcal.cpp
A extern/icu/source/i18n/islamcal.h
A extern/icu/source/i18n/japancal.cpp
A extern/icu/source/i18n/japancal.h
A extern/icu/source/i18n/measfmt.cpp
A extern/icu/source/i18n/measure.cpp
A extern/icu/source/i18n/msgfmt.cpp
A extern/icu/source/i18n/name2uni.cpp
A extern/icu/source/i18n/name2uni.h
A extern/icu/source/i18n/nfrlist.h
A extern/icu/source/i18n/nfrs.cpp
A extern/icu/source/i18n/nfrs.h
A extern/icu/source/i18n/nfrule.cpp
A extern/icu/source/i18n/nfrule.h
A extern/icu/source/i18n/nfsubs.cpp
A extern/icu/source/i18n/nfsubs.h
A extern/icu/source/i18n/nortrans.cpp
A extern/icu/source/i18n/nortrans.h
A extern/icu/source/i18n/nultrans.cpp
A extern/icu/source/i18n/nultrans.h
A extern/icu/source/i18n/numfmt.cpp
A extern/icu/source/i18n/olsontz.cpp
A extern/icu/source/i18n/olsontz.h
A extern/icu/source/i18n/quant.cpp
A extern/icu/source/i18n/quant.h
A extern/icu/source/i18n/rbnf.cpp
A extern/icu/source/i18n/rbt.cpp
A extern/icu/source/i18n/rbt.h
A extern/icu/source/i18n/rbt_data.cpp
A extern/icu/source/i18n/rbt_data.h
A extern/icu/source/i18n/rbt_pars.cpp
A extern/icu/source/i18n/rbt_pars.h
A extern/icu/source/i18n/rbt_rule.cpp
A extern/icu/source/i18n/rbt_rule.h
A extern/icu/source/i18n/rbt_set.cpp
A extern/icu/source/i18n/rbt_set.h
A extern/icu/source/i18n/regexcmp.cpp
A extern/icu/source/i18n/regexcmp.h
A extern/icu/source/i18n/regexcst.h
A extern/icu/source/i18n/regexcst.pl
A extern/icu/source/i18n/regexcst.txt
A extern/icu/source/i18n/regeximp.h
A extern/icu/source/i18n/regexst.cpp
A extern/icu/source/i18n/regexst.h
A extern/icu/source/i18n/rematch.cpp
A extern/icu/source/i18n/remtrans.cpp
A extern/icu/source/i18n/remtrans.h
A extern/icu/source/i18n/repattrn.cpp
A extern/icu/source/i18n/search.cpp
A extern/icu/source/i18n/simpletz.cpp
A extern/icu/source/i18n/smpdtfmt.cpp
A extern/icu/source/i18n/sortkey.cpp
A extern/icu/source/i18n/strmatch.cpp
A extern/icu/source/i18n/strmatch.h
A extern/icu/source/i18n/strrepl.cpp
A extern/icu/source/i18n/strrepl.h
A extern/icu/source/i18n/stsearch.cpp
A extern/icu/source/i18n/tblcoll.cpp
A extern/icu/source/i18n/timezone.cpp
A extern/icu/source/i18n/titletrn.cpp
A extern/icu/source/i18n/titletrn.h
A extern/icu/source/i18n/tolowtrn.cpp
A extern/icu/source/i18n/tolowtrn.h
A extern/icu/source/i18n/toupptrn.cpp
A extern/icu/source/i18n/toupptrn.h
A extern/icu/source/i18n/translit.cpp
A extern/icu/source/i18n/transreg.cpp
A extern/icu/source/i18n/transreg.h
A extern/icu/source/i18n/tridpars.cpp
A extern/icu/source/i18n/tridpars.h
A extern/icu/source/i18n/ucal.cpp
A extern/icu/source/i18n/ucln_in.c
A extern/icu/source/i18n/ucln_in.h
A extern/icu/source/i18n/ucol.cpp
A extern/icu/source/i18n/ucol_bld.cpp
A extern/icu/source/i18n/ucol_bld.h
A extern/icu/source/i18n/ucol_cnt.cpp
A extern/icu/source/i18n/ucol_cnt.h
A extern/icu/source/i18n/ucol_elm.cpp
A extern/icu/source/i18n/ucol_elm.h
A extern/icu/source/i18n/ucol_imp.h
A extern/icu/source/i18n/ucol_sit.cpp
A extern/icu/source/i18n/ucol_tok.cpp
A extern/icu/source/i18n/ucol_tok.h
A extern/icu/source/i18n/ucol_wgt.c
A extern/icu/source/i18n/ucol_wgt.h
A extern/icu/source/i18n/ucoleitr.cpp
A extern/icu/source/i18n/ucurr.cpp
A extern/icu/source/i18n/ucurrimp.h
A extern/icu/source/i18n/udat.cpp
A extern/icu/source/i18n/ulocdata.c
A extern/icu/source/i18n/umsg.cpp
A extern/icu/source/i18n/umsg_imp.h
A extern/icu/source/i18n/unesctrn.cpp
A extern/icu/source/i18n/unesctrn.h
A extern/icu/source/i18n/uni2name.cpp
A extern/icu/source/i18n/uni2name.h
A extern/icu/source/i18n/unicode
A extern/icu/source/i18n/unicode/calendar.h
A extern/icu/source/i18n/unicode/choicfmt.h
A extern/icu/source/i18n/unicode/coleitr.h
A extern/icu/source/i18n/unicode/coll.h
A extern/icu/source/i18n/unicode/curramt.h
A extern/icu/source/i18n/unicode/currunit.h
A extern/icu/source/i18n/unicode/datefmt.h
A extern/icu/source/i18n/unicode/dcfmtsym.h
A extern/icu/source/i18n/unicode/decimfmt.h
A extern/icu/source/i18n/unicode/dtfmtsym.h
A extern/icu/source/i18n/unicode/fieldpos.h
A extern/icu/source/i18n/unicode/fmtable.h
A extern/icu/source/i18n/unicode/format.h
A extern/icu/source/i18n/unicode/gregocal.h
A extern/icu/source/i18n/unicode/measfmt.h
A extern/icu/source/i18n/unicode/measunit.h
A extern/icu/source/i18n/unicode/measure.h
A extern/icu/source/i18n/unicode/msgfmt.h
A extern/icu/source/i18n/unicode/numfmt.h
A extern/icu/source/i18n/unicode/rbnf.h
A extern/icu/source/i18n/unicode/regex.h
A extern/icu/source/i18n/unicode/search.h
A extern/icu/source/i18n/unicode/simpletz.h
A extern/icu/source/i18n/unicode/smpdtfmt.h
A extern/icu/source/i18n/unicode/sortkey.h
A extern/icu/source/i18n/unicode/stsearch.h
A extern/icu/source/i18n/unicode/tblcoll.h
A extern/icu/source/i18n/unicode/timezone.h
A extern/icu/source/i18n/unicode/translit.h
A extern/icu/source/i18n/unicode/ucal.h
A extern/icu/source/i18n/unicode/ucol.h
A extern/icu/source/i18n/unicode/ucoleitr.h
A extern/icu/source/i18n/unicode/ucurr.h
A extern/icu/source/i18n/unicode/udat.h
A extern/icu/source/i18n/unicode/ulocdata.h
A extern/icu/source/i18n/unicode/umsg.h
A extern/icu/source/i18n/unicode/unirepl.h
A extern/icu/source/i18n/unicode/unum.h
A extern/icu/source/i18n/unicode/uregex.h
A extern/icu/source/i18n/unicode/usearch.h
A extern/icu/source/i18n/unicode/utrans.h
A extern/icu/source/i18n/unum.cpp
A extern/icu/source/i18n/uregex.cpp
A extern/icu/source/i18n/usearch.cpp
A extern/icu/source/i18n/usrchimp.h
A extern/icu/source/i18n/utrans.cpp
A extern/icu/source/icudefs.mk.in
A extern/icu/source/install-sh
A extern/icu/source/io
A extern/icu/source/io/Makefile.in
A extern/icu/source/io/io.dsp
A extern/icu/source/io/io.rc
A extern/icu/source/io/io.vcproj
A extern/icu/source/io/locbund.c
A extern/icu/source/io/locbund.h
A extern/icu/source/io/sprintf.c
A extern/icu/source/io/sscanf.c
A extern/icu/source/io/ufile.c
A extern/icu/source/io/ufile.h
A extern/icu/source/io/ufmt_cmn.c
A extern/icu/source/io/ufmt_cmn.h
A extern/icu/source/io/unicode
A extern/icu/source/io/unicode/ustdio.h
A extern/icu/source/io/unicode/ustream.h
A extern/icu/source/io/uprintf.c
A extern/icu/source/io/uprintf.h
A extern/icu/source/io/uprntf_p.c
A extern/icu/source/io/uscanf.c
A extern/icu/source/io/uscanf.h
A extern/icu/source/io/uscanf_p.c
A extern/icu/source/io/ustdio.c
A extern/icu/source/io/ustream.cpp
A extern/icu/source/layout
A extern/icu/source/layout/AlternateSubstSubtables.cpp
A extern/icu/source/layout/AlternateSubstSubtables.h
A extern/icu/source/layout/AnchorTables.cpp
A extern/icu/source/layout/AnchorTables.h
A extern/icu/source/layout/ArabicLayoutEngine.cpp
A extern/icu/source/layout/ArabicLayoutEngine.h
A extern/icu/source/layout/ArabicLigatureData.cpp
A extern/icu/source/layout/ArabicShaping.cpp
A extern/icu/source/layout/ArabicShaping.h
A extern/icu/source/layout/AttachmentPosnSubtables.h
A extern/icu/source/layout/CanonData.cpp
A extern/icu/source/layout/CanonShaping.h
A extern/icu/source/layout/CharSubstitutionFilter.h
A extern/icu/source/layout/ClassDefinitionTables.cpp
A extern/icu/source/layout/ClassDefinitionTables.h
A extern/icu/source/layout/ContextualGlyphInsertion.h
A extern/icu/source/layout/ContextualGlyphSubstProc.cpp
A extern/icu/source/layout/ContextualGlyphSubstProc.h
A extern/icu/source/layout/ContextualGlyphSubstitution.h
A extern/icu/source/layout/ContextualSubstSubtables.cpp
A extern/icu/source/layout/ContextualSubstSubtables.h
A extern/icu/source/layout/CoverageTables.cpp
A extern/icu/source/layout/CoverageTables.h
A extern/icu/source/layout/CursiveAttachmentSubtables.cpp
A extern/icu/source/layout/CursiveAttachmentSubtables.h
A extern/icu/source/layout/DefaultCharMapper.h
A extern/icu/source/layout/DeviceTables.cpp
A extern/icu/source/layout/DeviceTables.h
A extern/icu/source/layout/ExtensionSubtables.cpp
A extern/icu/source/layout/ExtensionSubtables.h
A extern/icu/source/layout/Features.cpp
A extern/icu/source/layout/Features.h
A extern/icu/source/layout/GDEFMarkFilter.cpp
A extern/icu/source/layout/GDEFMarkFilter.h
A extern/icu/source/layout/GXLayoutEngine.cpp
A extern/icu/source/layout/GXLayoutEngine.h
A extern/icu/source/layout/GlyphDefinitionTables.cpp
A extern/icu/source/layout/GlyphDefinitionTables.h
A extern/icu/source/layout/GlyphIterator.cpp
A extern/icu/source/layout/GlyphIterator.h
A extern/icu/source/layout/GlyphLookupTables.cpp
A extern/icu/source/layout/GlyphLookupTables.h
A extern/icu/source/layout/GlyphPositionAdjustments.h
A extern/icu/source/layout/GlyphPositioningTables.cpp
A extern/icu/source/layout/GlyphPositioningTables.h
A extern/icu/source/layout/GlyphPosnLookupProc.cpp
A extern/icu/source/layout/GlyphPosnLookupProc.h
A extern/icu/source/layout/GlyphSubstLookupProc.cpp
A extern/icu/source/layout/GlyphSubstLookupProc.h
A extern/icu/source/layout/GlyphSubstitutionTables.cpp
A extern/icu/source/layout/GlyphSubstitutionTables.h
A extern/icu/source/layout/HanLayoutEngine.cpp
A extern/icu/source/layout/HanLayoutEngine.h
A extern/icu/source/layout/HebrewLigatureData.cpp
A extern/icu/source/layout/HebrewShaping.cpp
A extern/icu/source/layout/HebrewShaping.h
A extern/icu/source/layout/HindiFeatureTags.h
A extern/icu/source/layout/IndicClassTables.cpp
A extern/icu/source/layout/IndicLayoutEngine.cpp
A extern/icu/source/layout/IndicLayoutEngine.h
A extern/icu/source/layout/IndicRearrangement.h
A extern/icu/source/layout/IndicRearrangementProcessor.cpp
A extern/icu/source/layout/IndicRearrangementProcessor.h
A extern/icu/source/layout/IndicReordering.cpp
A extern/icu/source/layout/IndicReordering.h
A extern/icu/source/layout/LEFontInstance.cpp
A extern/icu/source/layout/LEFontInstance.h
A extern/icu/source/layout/LEGlyphFilter.h
A extern/icu/source/layout/LEGlyphStorage.cpp
A extern/icu/source/layout/LEGlyphStorage.h
A extern/icu/source/layout/LEInsertionList.cpp
A extern/icu/source/layout/LEInsertionList.h
A extern/icu/source/layout/LELanguages.h
A extern/icu/source/layout/LEScripts.h
A extern/icu/source/layout/LESwaps.h
A extern/icu/source/layout/LETypes.h
A extern/icu/source/layout/LayoutEngine.cpp
A extern/icu/source/layout/LayoutEngine.h
A extern/icu/source/layout/LayoutTables.h
A extern/icu/source/layout/LigatureSubstProc.cpp
A extern/icu/source/layout/LigatureSubstProc.h
A extern/icu/source/layout/LigatureSubstSubtables.cpp
A extern/icu/source/layout/LigatureSubstSubtables.h
A extern/icu/source/layout/LigatureSubstitution.h
A extern/icu/source/layout/LookupProcessor.cpp
A extern/icu/source/layout/LookupProcessor.h
A extern/icu/source/layout/LookupTables.cpp
A extern/icu/source/layout/LookupTables.h
A extern/icu/source/layout/Lookups.cpp
A extern/icu/source/layout/Lookups.h
A extern/icu/source/layout/MPreFixups.cpp
A extern/icu/source/layout/MPreFixups.h
A extern/icu/source/layout/Makefile.in
A extern/icu/source/layout/MarkArrays.cpp
A extern/icu/source/layout/MarkArrays.h
A extern/icu/source/layout/MarkToBasePosnSubtables.cpp
A extern/icu/source/layout/MarkToBasePosnSubtables.h
A extern/icu/source/layout/MarkToLigaturePosnSubtables.cpp
A extern/icu/source/layout/MarkToLigaturePosnSubtables.h
A extern/icu/source/layout/MarkToMarkPosnSubtables.cpp
A extern/icu/source/layout/MarkToMarkPosnSubtables.h
A extern/icu/source/layout/MorphStateTables.h
A extern/icu/source/layout/MorphTables.cpp
A extern/icu/source/layout/MorphTables.h
A extern/icu/source/layout/MultipleSubstSubtables.cpp
A extern/icu/source/layout/MultipleSubstSubtables.h
A extern/icu/source/layout/NonContextualGlyphSubst.h
A extern/icu/source/layout/NonContextualGlyphSubstProc.cpp
A extern/icu/source/layout/NonContextualGlyphSubstProc.h
A extern/icu/source/layout/OpenTypeLayoutEngine.cpp
A extern/icu/source/layout/OpenTypeLayoutEngine.h
A extern/icu/source/layout/OpenTypeTables.h
A extern/icu/source/layout/OpenTypeUtilities.cpp
A extern/icu/source/layout/OpenTypeUtilities.h
A extern/icu/source/layout/PairPositioningSubtables.cpp
A extern/icu/source/layout/PairPositioningSubtables.h
A extern/icu/source/layout/ScriptAndLanguage.cpp
A extern/icu/source/layout/ScriptAndLanguage.h
A extern/icu/source/layout/ScriptAndLanguageTags.cpp
A extern/icu/source/layout/ScriptAndLanguageTags.h
A extern/icu/source/layout/SegmentArrayProcessor.cpp
A extern/icu/source/layout/SegmentArrayProcessor.h
A extern/icu/source/layout/SegmentSingleProcessor.cpp
A extern/icu/source/layout/SegmentSingleProcessor.h
A extern/icu/source/layout/SimpleArrayProcessor.cpp
A extern/icu/source/layout/SimpleArrayProcessor.h
A extern/icu/source/layout/SinglePositioningSubtables.cpp
A extern/icu/source/layout/SinglePositioningSubtables.h
A extern/icu/source/layout/SingleSubstitutionSubtables.cpp
A extern/icu/source/layout/SingleSubstitutionSubtables.h
A extern/icu/source/layout/SingleTableProcessor.cpp
A extern/icu/source/layout/SingleTableProcessor.h
A extern/icu/source/layout/StateTableProcessor.cpp
A extern/icu/source/layout/StateTableProcessor.h
A extern/icu/source/layout/StateTables.h
A extern/icu/source/layout/SubstitutionLookups.cpp
A extern/icu/source/layout/SubstitutionLookups.h
A extern/icu/source/layout/SubtableProcessor.cpp
A extern/icu/source/layout/SubtableProcessor.h
A extern/icu/source/layout/ThaiLayoutEngine.cpp
A extern/icu/source/layout/ThaiLayoutEngine.h
A extern/icu/source/layout/ThaiShaping.cpp
A extern/icu/source/layout/ThaiShaping.h
A extern/icu/source/layout/ThaiStateTables.cpp
A extern/icu/source/layout/TrimmedArrayProcessor.cpp
A extern/icu/source/layout/TrimmedArrayProcessor.h
A extern/icu/source/layout/ValueRecords.cpp
A extern/icu/source/layout/ValueRecords.h
A extern/icu/source/layout/layout.dsp
A extern/icu/source/layout/layout.rc
A extern/icu/source/layout/layout.vcproj
A extern/icu/source/layout/loengine.cpp
A extern/icu/source/layout/unicode
A extern/icu/source/layout/unicode/loengine.h
A extern/icu/source/layoutex
A extern/icu/source/layoutex/LXUtilities.cpp
A extern/icu/source/layoutex/LXUtilities.h
A extern/icu/source/layoutex/Makefile.in
A extern/icu/source/layoutex/ParagraphLayout.cpp
A extern/icu/source/layoutex/RunArrays.cpp
A extern/icu/source/layoutex/layout
A extern/icu/source/layoutex/layout/ParagraphLayout.h
A extern/icu/source/layoutex/layout/RunArrays.h
A extern/icu/source/layoutex/layoutex.dsp
A extern/icu/source/layoutex/layoutex.rc
A extern/icu/source/layoutex/layoutex.vcproj
A extern/icu/source/mkinstalldirs
A extern/icu/source/runConfigureICU
A extern/icu/source/samples
A extern/icu/source/samples/Makefile.in
A extern/icu/source/samples/all
A extern/icu/source/samples/all/all.dsp
A extern/icu/source/samples/all/all.dsw
A extern/icu/source/samples/all/all.sln
A extern/icu/source/samples/break
A extern/icu/source/samples/break/Makefile
A extern/icu/source/samples/break/break.cpp
A extern/icu/source/samples/break/break.dsp
A extern/icu/source/samples/break/break.dsw
A extern/icu/source/samples/break/break.sln
A extern/icu/source/samples/break/break.vcproj
A extern/icu/source/samples/break/readme.txt
A extern/icu/source/samples/break/ubreak.c
A extern/icu/source/samples/cal
A extern/icu/source/samples/cal/Makefile.in
A extern/icu/source/samples/cal/cal.c
A extern/icu/source/samples/cal/cal.dsp
A extern/icu/source/samples/cal/cal.dsw
A extern/icu/source/samples/cal/cal.sln
A extern/icu/source/samples/cal/cal.vcproj
A extern/icu/source/samples/cal/readme.txt
A extern/icu/source/samples/cal/uprint.c
A extern/icu/source/samples/cal/uprint.h
A extern/icu/source/samples/case
A extern/icu/source/samples/case/Makefile
A extern/icu/source/samples/case/case.cpp
A extern/icu/source/samples/case/case.dsp
A extern/icu/source/samples/case/case.dsw
A extern/icu/source/samples/case/case.sln
A extern/icu/source/samples/case/case.vcproj
A extern/icu/source/samples/case/readme.txt
A extern/icu/source/samples/case/ucase.c
A extern/icu/source/samples/citer
A extern/icu/source/samples/citer/citer.cpp
A extern/icu/source/samples/citer/readme.txt
A extern/icu/source/samples/coll
A extern/icu/source/samples/coll/Makefile
A extern/icu/source/samples/coll/coll.cpp
A extern/icu/source/samples/coll/coll.dsp
A extern/icu/source/samples/coll/coll.dsw
A extern/icu/source/samples/coll/coll.sln
A extern/icu/source/samples/coll/coll.vcproj
A extern/icu/source/samples/coll/readme.txt
A extern/icu/source/samples/date
A extern/icu/source/samples/date/Makefile.in
A extern/icu/source/samples/date/date.c
A extern/icu/source/samples/date/date.dsp
A extern/icu/source/samples/date/date.dsw
A extern/icu/source/samples/date/date.sln
A extern/icu/source/samples/date/date.vcproj
A extern/icu/source/samples/date/readme.txt
A extern/icu/source/samples/date/uprint.c
A extern/icu/source/samples/date/uprint.h
A extern/icu/source/samples/datecal
A extern/icu/source/samples/datecal/Makefile
A extern/icu/source/samples/datecal/cal.cpp
A extern/icu/source/samples/datecal/ccal.c
A extern/icu/source/samples/datefmt
A extern/icu/source/samples/datefmt/Makefile
A extern/icu/source/samples/datefmt/README.TXT
A extern/icu/source/samples/datefmt/answers
A extern/icu/source/samples/datefmt/answers/main_0.cpp
A extern/icu/source/samples/datefmt/answers/main_1.cpp
A extern/icu/source/samples/datefmt/answers/main_2.cpp
A extern/icu/source/samples/datefmt/answers/main_3.cpp
A extern/icu/source/samples/datefmt/datefmt.dsp
A extern/icu/source/samples/datefmt/datefmt.dsw
A extern/icu/source/samples/datefmt/datefmt.sln
A extern/icu/source/samples/datefmt/datefmt.vcproj
A extern/icu/source/samples/datefmt/main.cpp
A extern/icu/source/samples/datefmt/util.cpp
A extern/icu/source/samples/datefmt/util.h
A extern/icu/source/samples/defs.mk
A extern/icu/source/samples/layout
A extern/icu/source/samples/layout/FontMap.GDI
A extern/icu/source/samples/layout/FontMap.Gnome
A extern/icu/source/samples/layout/FontMap.cpp
A extern/icu/source/samples/layout/FontMap.h
A extern/icu/source/samples/layout/FontTableCache.cpp
A extern/icu/source/samples/layout/FontTableCache.h
A extern/icu/source/samples/layout/GDIFontInstance.cpp
A extern/icu/source/samples/layout/GDIFontInstance.h
A extern/icu/source/samples/layout/GDIFontMap.cpp
A extern/icu/source/samples/layout/GDIFontMap.h
A extern/icu/source/samples/layout/GDIGUISupport.cpp
A extern/icu/source/samples/layout/GDIGUISupport.h
A extern/icu/source/samples/layout/GUISupport.h
A extern/icu/source/samples/layout/GnomeFontInstance.cpp
A extern/icu/source/samples/layout/GnomeFontInstance.h
A extern/icu/source/samples/layout/GnomeFontMap.cpp
A extern/icu/source/samples/layout/GnomeFontMap.h
A extern/icu/source/samples/layout/GnomeGUISupport.cpp
A extern/icu/source/samples/layout/GnomeGUISupport.h
A extern/icu/source/samples/layout/LayoutSample.rc
A extern/icu/source/samples/layout/Makefile.in
A extern/icu/source/samples/layout/RenderingSurface.h
A extern/icu/source/samples/layout/Sample.txt
A extern/icu/source/samples/layout/ScriptCompositeFontInstance.cpp
A extern/icu/source/samples/layout/ScriptCompositeFontInstance.h
A extern/icu/source/samples/layout/Surface.cpp
A extern/icu/source/samples/layout/Surface.h
A extern/icu/source/samples/layout/UnicodeReader.cpp
A extern/icu/source/samples/layout/UnicodeReader.h
A extern/icu/source/samples/layout/cmaps.cpp
A extern/icu/source/samples/layout/cmaps.h
A extern/icu/source/samples/layout/gnomelayout.cpp
A extern/icu/source/samples/layout/layout.cpp
A extern/icu/source/samples/layout/layout.dsp
A extern/icu/source/samples/layout/layout.dsw
A extern/icu/source/samples/layout/layout.sln
A extern/icu/source/samples/layout/layout.vcproj
A extern/icu/source/samples/layout/paragraph.cpp
A extern/icu/source/samples/layout/paragraph.h
A extern/icu/source/samples/layout/readme.html
A extern/icu/source/samples/layout/resource.h
A extern/icu/source/samples/layout/sfnt.h
A extern/icu/source/samples/legacy
A extern/icu/source/samples/legacy/Makefile
A extern/icu/source/samples/legacy/README
A extern/icu/source/samples/legacy/legacy.cpp
A extern/icu/source/samples/legacy/legacy.dsp
A extern/icu/source/samples/legacy/legacy.dsw
A extern/icu/source/samples/legacy/legacy.sln
A extern/icu/source/samples/legacy/legacy.vcproj
A extern/icu/source/samples/legacy/newcol.cpp
A extern/icu/source/samples/legacy/oldcol.cpp
A extern/icu/source/samples/msgfmt
A extern/icu/source/samples/msgfmt/Makefile
A extern/icu/source/samples/msgfmt/README.TXT
A extern/icu/source/samples/msgfmt/answers
A extern/icu/source/samples/msgfmt/answers/main_0.cpp
A extern/icu/source/samples/msgfmt/answers/main_1.cpp
A extern/icu/source/samples/msgfmt/answers/main_2.cpp
A extern/icu/source/samples/msgfmt/answers/main_3.cpp
A extern/icu/source/samples/msgfmt/main.cpp
A extern/icu/source/samples/msgfmt/msgfmt.dsp
A extern/icu/source/samples/msgfmt/msgfmt.dsw
A extern/icu/source/samples/msgfmt/msgfmt.sln
A extern/icu/source/samples/msgfmt/msgfmt.vcproj
A extern/icu/source/samples/msgfmt/util.cpp
A extern/icu/source/samples/msgfmt/util.h
A extern/icu/source/samples/numfmt
A extern/icu/source/samples/numfmt/Makefile
A extern/icu/source/samples/numfmt/capi.c
A extern/icu/source/samples/numfmt/main.cpp
A extern/icu/source/samples/numfmt/numfmt.dsp
A extern/icu/source/samples/numfmt/numfmt.dsw
A extern/icu/source/samples/numfmt/numfmt.sln
A extern/icu/source/samples/numfmt/numfmt.vcproj
A extern/icu/source/samples/numfmt/readme.txt
A extern/icu/source/samples/numfmt/util.cpp
A extern/icu/source/samples/numfmt/util.h
A extern/icu/source/samples/props
A extern/icu/source/samples/props/Makefile
A extern/icu/source/samples/props/props.cpp
A extern/icu/source/samples/props/props.dsp
A extern/icu/source/samples/props/props.dsw
A extern/icu/source/samples/props/props.sln
A extern/icu/source/samples/props/props.vcproj
A extern/icu/source/samples/props/readme.txt
A extern/icu/source/samples/readme.txt
A extern/icu/source/samples/rules.mk
A extern/icu/source/samples/strsrch
A extern/icu/source/samples/strsrch/Makefile
A extern/icu/source/samples/strsrch/readme.txt
A extern/icu/source/samples/strsrch/strsrch.cpp
A extern/icu/source/samples/strsrch/strsrch.dsp
A extern/icu/source/samples/strsrch/strsrch.dsw
A extern/icu/source/samples/strsrch/strsrch.sln
A extern/icu/source/samples/strsrch/strsrch.vcproj
A extern/icu/source/samples/translit
A extern/icu/source/samples/translit/Makefile
A extern/icu/source/samples/translit/README.TXT
A extern/icu/source/samples/translit/answers
A extern/icu/source/samples/translit/answers/main_1.cpp
A extern/icu/source/samples/translit/answers/main_2.cpp
A extern/icu/source/samples/translit/answers/main_3.cpp
A extern/icu/source/samples/translit/answers/main_4.cpp
A extern/icu/source/samples/translit/answers/unaccent.cpp
A extern/icu/source/samples/translit/answers/unaccent.h
A extern/icu/source/samples/translit/main.cpp
A extern/icu/source/samples/translit/translit.dsp
A extern/icu/source/samples/translit/translit.dsw
A extern/icu/source/samples/translit/translit.sln
A extern/icu/source/samples/translit/translit.vcproj
A extern/icu/source/samples/translit/unaccent.cpp
A extern/icu/source/samples/translit/unaccent.h
A extern/icu/source/samples/translit/util.cpp
A extern/icu/source/samples/translit/util.h
A extern/icu/source/samples/uciter8
A extern/icu/source/samples/uciter8/Makefile
A extern/icu/source/samples/uciter8/readme.txt
A extern/icu/source/samples/uciter8/uciter8.c
A extern/icu/source/samples/uciter8/uciter8.dsp
A extern/icu/source/samples/uciter8/uciter8.dsw
A extern/icu/source/samples/uciter8/uciter8.sln
A extern/icu/source/samples/uciter8/uciter8.vcproj
A extern/icu/source/samples/uciter8/uit_len8.c
A extern/icu/source/samples/uciter8/uit_len8.h
A extern/icu/source/samples/ucnv
A extern/icu/source/samples/ucnv/Makefile
A extern/icu/source/samples/ucnv/convsamp.cpp
A extern/icu/source/samples/ucnv/data01.txt
A extern/icu/source/samples/ucnv/data02.bin
A extern/icu/source/samples/ucnv/data06.txt
A extern/icu/source/samples/ucnv/flagcb.c
A extern/icu/source/samples/ucnv/flagcb.h
A extern/icu/source/samples/ucnv/readme.txt
A extern/icu/source/samples/ucnv/ucnv.dsp
A extern/icu/source/samples/ucnv/ucnv.dsw
A extern/icu/source/samples/ucnv/ucnv.sln
A extern/icu/source/samples/ucnv/ucnv.vcproj
A extern/icu/source/samples/udata
A extern/icu/source/samples/udata/Makefile
A extern/icu/source/samples/udata/reader.c
A extern/icu/source/samples/udata/reader.dsp
A extern/icu/source/samples/udata/reader.vcproj
A extern/icu/source/samples/udata/readme.txt
A extern/icu/source/samples/udata/udata.dsw
A extern/icu/source/samples/udata/udata.sln
A extern/icu/source/samples/udata/writer.c
A extern/icu/source/samples/udata/writer.dsp
A extern/icu/source/samples/udata/writer.vcproj
A extern/icu/source/samples/ufortune
A extern/icu/source/samples/ufortune/Makefile
A extern/icu/source/samples/ufortune/fortunedefs.mk
A extern/icu/source/samples/ufortune/readme.txt
A extern/icu/source/samples/ufortune/resources
A extern/icu/source/samples/ufortune/resources/Makefile
A extern/icu/source/samples/ufortune/resources/es.txt
A extern/icu/source/samples/ufortune/resources/fortune_resources.mak
A extern/icu/source/samples/ufortune/resources/res-file-list.txt
A extern/icu/source/samples/ufortune/resources/root.txt
A extern/icu/source/samples/ufortune/ufortune.c
A extern/icu/source/samples/ufortune/ufortune.dsp
A extern/icu/source/samples/ufortune/ufortune.dsw
A extern/icu/source/samples/ufortune/ufortune.sln
A extern/icu/source/samples/ufortune/ufortune.vcproj
A extern/icu/source/samples/ugrep
A extern/icu/source/samples/ugrep/Makefile
A extern/icu/source/samples/ugrep/readme.txt
A extern/icu/source/samples/ugrep/ugrep.cpp
A extern/icu/source/samples/ugrep/ugrep.dsp
A extern/icu/source/samples/ugrep/ugrep.dsw
A extern/icu/source/samples/ugrep/ugrep.sln
A extern/icu/source/samples/ugrep/ugrep.vcproj
A extern/icu/source/samples/uresb
A extern/icu/source/samples/uresb/Makefile
A extern/icu/source/samples/uresb/en.txt
A extern/icu/source/samples/uresb/readme.txt
A extern/icu/source/samples/uresb/resources.dsp
A extern/icu/source/samples/uresb/resources.mak
A extern/icu/source/samples/uresb/resources.vcproj
A extern/icu/source/samples/uresb/root.txt
A extern/icu/source/samples/uresb/sr.txt
A extern/icu/source/samples/uresb/uresb.c
A extern/icu/source/samples/uresb/uresb.dsp
A extern/icu/source/samples/uresb/uresb.dsw
A extern/icu/source/samples/uresb/uresb.sln
A extern/icu/source/samples/uresb/uresb.vcproj
A extern/icu/source/samples/ustring
A extern/icu/source/samples/ustring/Makefile
A extern/icu/source/samples/ustring/readme.txt
A extern/icu/source/samples/ustring/ustring.cpp
A extern/icu/source/samples/ustring/ustring.dsp
A extern/icu/source/samples/ustring/ustring.dsw
A extern/icu/source/samples/ustring/ustring.sln
A extern/icu/source/samples/ustring/ustring.vcproj
A extern/icu/source/samples/xml2txt
A extern/icu/source/samples/xml2txt/readme.txt
A extern/icu/source/stubdata
A extern/icu/source/stubdata/Makefile.in
A extern/icu/source/stubdata/stubdata.c
A extern/icu/source/stubdata/stubdata.dsp
A extern/icu/source/stubdata/stubdata.vcproj
A extern/icu/source/test
A extern/icu/source/test/Makefile.in
A extern/icu/source/test/cintltst
A extern/icu/source/test/cintltst/Makefile.in
A extern/icu/source/test/cintltst/bocu1tst.c
A extern/icu/source/test/cintltst/callcoll.c
A extern/icu/source/test/cintltst/callcoll.h
A extern/icu/source/test/cintltst/calldata.h
A extern/icu/source/test/cintltst/calltest.c
A extern/icu/source/test/cintltst/capitst.c
A extern/icu/source/test/cintltst/capitst.h
A extern/icu/source/test/cintltst/cbiapts.c
A extern/icu/source/test/cintltst/cbiapts.h
A extern/icu/source/test/cintltst/cbididat.c
A extern/icu/source/test/cintltst/cbiditst.c
A extern/icu/source/test/cintltst/cbiditst.h
A extern/icu/source/test/cintltst/cbkittst.c
A extern/icu/source/test/cintltst/ccaltst.c
A extern/icu/source/test/cintltst/ccaltst.h
A extern/icu/source/test/cintltst/ccapitst.c
A extern/icu/source/test/cintltst/ccapitst.h
A extern/icu/source/test/cintltst/ccolltst.c
A extern/icu/source/test/cintltst/ccolltst.h
A extern/icu/source/test/cintltst/cconvtst.c
A extern/icu/source/test/cintltst/cctest.c
A extern/icu/source/test/cintltst/ccurrtst.c
A extern/icu/source/test/cintltst/ccurrtst.h
A extern/icu/source/test/cintltst/cdantst.c
A extern/icu/source/test/cintltst/cdantst.h
A extern/icu/source/test/cintltst/cdattst.c
A extern/icu/source/test/cintltst/cdattst.h
A extern/icu/source/test/cintltst/cdetst.c
A extern/icu/source/test/cintltst/cdetst.h
A extern/icu/source/test/cintltst/cdtdptst.c
A extern/icu/source/test/cintltst/cdtdptst.h
A extern/icu/source/test/cintltst/cdtrgtst.c
A extern/icu/source/test/cintltst/cdtrgtst.h
A extern/icu/source/test/cintltst/cestst.c
A extern/icu/source/test/cintltst/cestst.h
A extern/icu/source/test/cintltst/cfintst.c
A extern/icu/source/test/cintltst/cfintst.h
A extern/icu/source/test/cintltst/cformtst.c
A extern/icu/source/test/cintltst/cformtst.h
A extern/icu/source/test/cintltst/cfrtst.c
A extern/icu/source/test/cintltst/cfrtst.h
A extern/icu/source/test/cintltst/cg7coll.c
A extern/icu/source/test/cintltst/cg7coll.h
A extern/icu/source/test/cintltst/chashtst.c
A extern/icu/source/test/cintltst/cintltst.c
A extern/icu/source/test/cintltst/cintltst.dsp
A extern/icu/source/test/cintltst/cintltst.h
A extern/icu/source/test/cintltst/cintltst.vcproj
A extern/icu/source/test/cintltst/citertst.c
A extern/icu/source/test/cintltst/citertst.h
A extern/icu/source/test/cintltst/cjaptst.c
A extern/icu/source/test/cintltst/cjaptst.h
A extern/icu/source/test/cintltst/cloctst.c
A extern/icu/source/test/cintltst/cloctst.h
A extern/icu/source/test/cintltst/cmsccoll.c
A extern/icu/source/test/cintltst/cmsgtst.c
A extern/icu/source/test/cintltst/cmsgtst.h
A extern/icu/source/test/cintltst/cnmdptst.c
A extern/icu/source/test/cintltst/cnmdptst.h
A extern/icu/source/test/cintltst/cnormtst.c
A extern/icu/source/test/cintltst/cnormtst.h
A extern/icu/source/test/cintltst/cnumtst.c
A extern/icu/source/test/cintltst/cnumtst.h
A extern/icu/source/test/cintltst/colutil.c
A extern/icu/source/test/cintltst/cposxtst.c
A extern/icu/source/test/cintltst/cregrtst.c
A extern/icu/source/test/cintltst/cregrtst.h
A extern/icu/source/test/cintltst/crestst.c
A extern/icu/source/test/cintltst/crestst.h
A extern/icu/source/test/cintltst/creststn.c
A extern/icu/source/test/cintltst/creststn.h
A extern/icu/source/test/cintltst/cstrcase.c
A extern/icu/source/test/cintltst/cstrtest.c
A extern/icu/source/test/cintltst/ctstdep.c
A extern/icu/source/test/cintltst/cturtst.c
A extern/icu/source/test/cintltst/cturtst.h
A extern/icu/source/test/cintltst/cucdapi.c
A extern/icu/source/test/cintltst/cucdapi.h
A extern/icu/source/test/cintltst/cucdtst.c
A extern/icu/source/test/cintltst/cucdtst.h
A extern/icu/source/test/cintltst/custrtrn.c
A extern/icu/source/test/cintltst/custrtst.c
A extern/icu/source/test/cintltst/cutiltst.c
A extern/icu/source/test/cintltst/encoll.c
A extern/icu/source/test/cintltst/encoll.h
A extern/icu/source/test/cintltst/eurocreg.c
A extern/icu/source/test/cintltst/hpmufn.c
A extern/icu/source/test/cintltst/idnatest.c
A extern/icu/source/test/cintltst/mstrmtst.c
A extern/icu/source/test/cintltst/nccbtst.c
A extern/icu/source/test/cintltst/nccbtst.h
A extern/icu/source/test/cintltst/ncnvfbts.c
A extern/icu/source/test/cintltst/ncnvfbts.h
A extern/icu/source/test/cintltst/ncnvtst.c
A extern/icu/source/test/cintltst/nfsprep.c
A extern/icu/source/test/cintltst/nfsprep.h
A extern/icu/source/test/cintltst/nucnvtst.c
A extern/icu/source/test/cintltst/nucnvtst.h
A extern/icu/source/test/cintltst/putiltst.c
A extern/icu/source/test/cintltst/reapits.c
A extern/icu/source/test/cintltst/sorttest.c
A extern/icu/source/test/cintltst/spreptst.c
A extern/icu/source/test/cintltst/sprpdata.c
A extern/icu/source/test/cintltst/stdnmtst.c
A extern/icu/source/test/cintltst/tracetst.c
A extern/icu/source/test/cintltst/trietest.c
A extern/icu/source/test/cintltst/ucmptst.c
A extern/icu/source/test/cintltst/udatatst.c
A extern/icu/source/test/cintltst/uenumtst.c
A extern/icu/source/test/cintltst/usettest.c
A extern/icu/source/test/cintltst/usrchdat.c
A extern/icu/source/test/cintltst/usrchtst.c
A extern/icu/source/test/cintltst/utf16tst.c
A extern/icu/source/test/cintltst/utf8tst.c
A extern/icu/source/test/cintltst/utransts.c
A extern/icu/source/test/collperf
A extern/icu/source/test/collperf/Makefile.in
A extern/icu/source/test/collperf/collperf.cpp
A extern/icu/source/test/collperf/collperf.dsp
A extern/icu/source/test/collperf/readme.html
A extern/icu/source/test/hdrtst
A extern/icu/source/test/hdrtst/Makefile.in
A extern/icu/source/test/hdrtst/cxxfiles.txt
A extern/icu/source/test/hdrtst/dfiles.txt
A extern/icu/source/test/hdrtst/pfiles.txt
A extern/icu/source/test/intltest
A extern/icu/source/test/intltest/Makefile.in
A extern/icu/source/test/intltest/allcoll.cpp
A extern/icu/source/test/intltest/allcoll.h
A extern/icu/source/test/intltest/apicoll.cpp
A extern/icu/source/test/intltest/apicoll.h
A extern/icu/source/test/intltest/astrotst.cpp
A extern/icu/source/test/intltest/astrotst.h
A extern/icu/source/test/intltest/calcasts.cpp
A extern/icu/source/test/intltest/calcasts.h
A extern/icu/source/test/intltest/callimts.cpp
A extern/icu/source/test/intltest/callimts.h
A extern/icu/source/test/intltest/calregts.cpp
A extern/icu/source/test/intltest/calregts.h
A extern/icu/source/test/intltest/caltest.cpp
A extern/icu/source/test/intltest/caltest.h
A extern/icu/source/test/intltest/caltztst.cpp
A extern/icu/source/test/intltest/caltztst.h
A extern/icu/source/test/intltest/canittst.cpp
A extern/icu/source/test/intltest/canittst.h
A extern/icu/source/test/intltest/citrtest.cpp
A extern/icu/source/test/intltest/citrtest.h
A extern/icu/source/test/intltest/cntabcol.cpp
A extern/icu/source/test/intltest/cntabcol.h
A extern/icu/source/test/intltest/convtest.cpp
A extern/icu/source/test/intltest/convtest.h
A extern/icu/source/test/intltest/cpdtrtst.cpp
A extern/icu/source/test/intltest/cpdtrtst.h
A extern/icu/source/test/intltest/currcoll.cpp
A extern/icu/source/test/intltest/currcoll.h
A extern/icu/source/test/intltest/dacoll.cpp
A extern/icu/source/test/intltest/dacoll.h
A extern/icu/source/test/intltest/dadrcoll.cpp
A extern/icu/source/test/intltest/dadrcoll.h
A extern/icu/source/test/intltest/dcfmapts.cpp
A extern/icu/source/test/intltest/dcfmapts.h
A extern/icu/source/test/intltest/decoll.cpp
A extern/icu/source/test/intltest/decoll.h
A extern/icu/source/test/intltest/dtfmapts.cpp
A extern/icu/source/test/intltest/dtfmapts.h
A extern/icu/source/test/intltest/dtfmrgts.cpp
A extern/icu/source/test/intltest/dtfmrgts.h
A extern/icu/source/test/intltest/dtfmtrtts.cpp
A extern/icu/source/test/intltest/dtfmtrtts.h
A extern/icu/source/test/intltest/dtfmttst.cpp
A extern/icu/source/test/intltest/dtfmttst.h
A extern/icu/source/test/intltest/encoll.cpp
A extern/icu/source/test/intltest/encoll.h
A extern/icu/source/test/intltest/escoll.cpp
A extern/icu/source/test/intltest/escoll.h
A extern/icu/source/test/intltest/ficoll.cpp
A extern/icu/source/test/intltest/ficoll.h
A extern/icu/source/test/intltest/frcoll.cpp
A extern/icu/source/test/intltest/frcoll.h
A extern/icu/source/test/intltest/g7coll.cpp
A extern/icu/source/test/intltest/g7coll.h
A extern/icu/source/test/intltest/icusvtst.cpp
A extern/icu/source/test/intltest/icusvtst.h
A extern/icu/source/test/intltest/idnaref.cpp
A extern/icu/source/test/intltest/idnaref.h
A extern/icu/source/test/intltest/incaltst.cpp
A extern/icu/source/test/intltest/incaltst.h
A extern/icu/source/test/intltest/intltest.cpp
A extern/icu/source/test/intltest/intltest.dsp
A extern/icu/source/test/intltest/intltest.h
A extern/icu/source/test/intltest/intltest.vcproj
A extern/icu/source/test/intltest/itercoll.cpp
A extern/icu/source/test/intltest/itercoll.h
A extern/icu/source/test/intltest/itformat.cpp
A extern/icu/source/test/intltest/itformat.h
A extern/icu/source/test/intltest/itmajor.cpp
A extern/icu/source/test/intltest/itmajor.h
A extern/icu/source/test/intltest/itrbbi.cpp
A extern/icu/source/test/intltest/itrbbi.h
A extern/icu/source/test/intltest/itrbnf.cpp
A extern/icu/source/test/intltest/itrbnf.h
A extern/icu/source/test/intltest/itrbnfp.cpp
A extern/icu/source/test/intltest/itrbnfp.h
A extern/icu/source/test/intltest/itrbnfrt.cpp
A extern/icu/source/test/intltest/itrbnfrt.h
A extern/icu/source/test/intltest/ittrans.cpp
A extern/icu/source/test/intltest/ittrans.h
A extern/icu/source/test/intltest/itutil.cpp
A extern/icu/source/test/intltest/itutil.h
A extern/icu/source/test/intltest/jacoll.cpp
A extern/icu/source/test/intltest/jacoll.h
A extern/icu/source/test/intltest/jamotest.cpp
A extern/icu/source/test/intltest/jamotest.h
A extern/icu/source/test/intltest/lcukocol.cpp
A extern/icu/source/test/intltest/lcukocol.h
A extern/icu/source/test/intltest/loctest.cpp
A extern/icu/source/test/intltest/loctest.h
A extern/icu/source/test/intltest/miscdtfm.cpp
A extern/icu/source/test/intltest/miscdtfm.h
A extern/icu/source/test/intltest/mnkytst.cpp
A extern/icu/source/test/intltest/mnkytst.h
A extern/icu/source/test/intltest/msfmrgts.cpp
A extern/icu/source/test/intltest/msfmrgts.h
A extern/icu/source/test/intltest/nmfmapts.cpp
A extern/icu/source/test/intltest/nmfmapts.h
A extern/icu/source/test/intltest/nmfmtrt.cpp
A extern/icu/source/test/intltest/nmfmtrt.h
A extern/icu/source/test/intltest/normconf.cpp
A extern/icu/source/test/intltest/normconf.h
A extern/icu/source/test/intltest/nptrans.cpp
A extern/icu/source/test/intltest/nptrans.h
A extern/icu/source/test/intltest/numfmtst.cpp
A extern/icu/source/test/intltest/numfmtst.h
A extern/icu/source/test/intltest/numrgts.cpp
A extern/icu/source/test/intltest/numrgts.h
A extern/icu/source/test/intltest/pptest.cpp
A extern/icu/source/test/intltest/pptest.h
A extern/icu/source/test/intltest/punyref.c
A extern/icu/source/test/intltest/punyref.h
A extern/icu/source/test/intltest/rbbiapts.cpp
A extern/icu/source/test/intltest/rbbiapts.h
A extern/icu/source/test/intltest/rbbitst.cpp
A extern/icu/source/test/intltest/rbbitst.h
A extern/icu/source/test/intltest/regcoll.cpp
A extern/icu/source/test/intltest/regcoll.h
A extern/icu/source/test/intltest/regextst.cpp
A extern/icu/source/test/intltest/regextst.h
A extern/icu/source/test/intltest/reptest.cpp
A extern/icu/source/test/intltest/reptest.h
A extern/icu/source/test/intltest/restest.cpp
A extern/icu/source/test/intltest/restest.h
A extern/icu/source/test/intltest/restsnew.cpp
A extern/icu/source/test/intltest/restsnew.h
A extern/icu/source/test/intltest/sdtfmtts.cpp
A extern/icu/source/test/intltest/sdtfmtts.h
A extern/icu/source/test/intltest/sfwdchit.cpp
A extern/icu/source/test/intltest/sfwdchit.h
A extern/icu/source/test/intltest/srchtest.cpp
A extern/icu/source/test/intltest/srchtest.h
A extern/icu/source/test/intltest/strcase.cpp
A extern/icu/source/test/intltest/strtest.cpp
A extern/icu/source/test/intltest/strtest.h
A extern/icu/source/test/intltest/svccoll.cpp
A extern/icu/source/test/intltest/svccoll.h
A extern/icu/source/test/intltest/tchcfmt.cpp
A extern/icu/source/test/intltest/tchcfmt.h
A extern/icu/source/test/intltest/testidn.cpp
A extern/icu/source/test/intltest/testidna.cpp
A extern/icu/source/test/intltest/testidna.h
A extern/icu/source/test/intltest/testutil.cpp
A extern/icu/source/test/intltest/testutil.h
A extern/icu/source/test/intltest/textfile.cpp
A extern/icu/source/test/intltest/textfile.h
A extern/icu/source/test/intltest/tfsmalls.cpp
A extern/icu/source/test/intltest/tfsmalls.h
A extern/icu/source/test/intltest/thcoll.cpp
A extern/icu/source/test/intltest/thcoll.h
A extern/icu/source/test/intltest/tmsgfmt.cpp
A extern/icu/source/test/intltest/tmsgfmt.h
A extern/icu/source/test/intltest/tokiter.cpp
A extern/icu/source/test/intltest/tokiter.h
A extern/icu/source/test/intltest/transapi.cpp
A extern/icu/source/test/intltest/transapi.h
A extern/icu/source/test/intltest/transrt.cpp
A extern/icu/source/test/intltest/transrt.h
A extern/icu/source/test/intltest/transtst.cpp
A extern/icu/source/test/intltest/transtst.h
A extern/icu/source/test/intltest/trcoll.cpp
A extern/icu/source/test/intltest/trcoll.h
A extern/icu/source/test/intltest/trnserr.cpp
A extern/icu/source/test/intltest/trnserr.h
A extern/icu/source/test/intltest/tscoll.cpp
A extern/icu/source/test/intltest/tscoll.h
A extern/icu/source/test/intltest/tsdate.cpp
A extern/icu/source/test/intltest/tsdate.h
A extern/icu/source/test/intltest/tsdcfmsy.cpp
A extern/icu/source/test/intltest/tsdcfmsy.h
A extern/icu/source/test/intltest/tsdtfmsy.cpp
A extern/icu/source/test/intltest/tsdtfmsy.h
A extern/icu/source/test/intltest/tsmthred.cpp
A extern/icu/source/test/intltest/tsmthred.h
A extern/icu/source/test/intltest/tsnmfmt.cpp
A extern/icu/source/test/intltest/tsnmfmt.h
A extern/icu/source/test/intltest/tsputil.cpp
A extern/icu/source/test/intltest/tsputil.h
A extern/icu/source/test/intltest/tstnorm.cpp
A extern/icu/source/test/intltest/tstnorm.h
A extern/icu/source/test/intltest/tstnrapi.cpp
A extern/icu/source/test/intltest/tzbdtest.cpp
A extern/icu/source/test/intltest/tzbdtest.h
A extern/icu/source/test/intltest/tzregts.cpp
A extern/icu/source/test/intltest/tzregts.h
A extern/icu/source/test/intltest/tztest.cpp
A extern/icu/source/test/intltest/tztest.h
A extern/icu/source/test/intltest/ucaconf.cpp
A extern/icu/source/test/intltest/ucaconf.h
A extern/icu/source/test/intltest/ucdtest.cpp
A extern/icu/source/test/intltest/ucdtest.h
A extern/icu/source/test/intltest/uobjtest.cpp
A extern/icu/source/test/intltest/uobjtest.h
A extern/icu/source/test/intltest/usettest.cpp
A extern/icu/source/test/intltest/usettest.h
A extern/icu/source/test/intltest/ustrtest.cpp
A extern/icu/source/test/intltest/ustrtest.h
A extern/icu/source/test/intltest/v32test.cpp
A extern/icu/source/test/intltest/v32test.h
A extern/icu/source/test/iotest
A extern/icu/source/test/iotest/Makefile.in
A extern/icu/source/test/iotest/filetst.c
A extern/icu/source/test/iotest/iotest.cpp
A extern/icu/source/test/iotest/iotest.dsp
A extern/icu/source/test/iotest/iotest.h
A extern/icu/source/test/iotest/iotest.vcproj
A extern/icu/source/test/iotest/strtst.c
A extern/icu/source/test/letest
A extern/icu/source/test/letest/FontObject.cpp
A extern/icu/source/test/letest/FontObject.h
A extern/icu/source/test/letest/FontTableCache.cpp
A extern/icu/source/test/letest/FontTableCache.h
A extern/icu/source/test/letest/Makefile.in
A extern/icu/source/test/letest/PortableFontInstance.cpp
A extern/icu/source/test/letest/PortableFontInstance.h
A extern/icu/source/test/letest/cmaps.cpp
A extern/icu/source/test/letest/cmaps.h
A extern/icu/source/test/letest/gendata.cpp
A extern/icu/source/test/letest/gendata.dsp
A extern/icu/source/test/letest/gendata.dsw
A extern/icu/source/test/letest/gendata.sln
A extern/icu/source/test/letest/gendata.vcproj
A extern/icu/source/test/letest/letest.cpp
A extern/icu/source/test/letest/letest.dsp
A extern/icu/source/test/letest/letest.dsw
A extern/icu/source/test/letest/letest.h
A extern/icu/source/test/letest/letest.sln
A extern/icu/source/test/letest/letest.vcproj
A extern/icu/source/test/letest/readme.html
A extern/icu/source/test/letest/sfnt.h
A extern/icu/source/test/letest/testdata.cpp
A extern/icu/source/test/perf
A extern/icu/source/test/perf/all
A extern/icu/source/test/perf/all/all.dsp
A extern/icu/source/test/perf/charperf
A extern/icu/source/test/perf/charperf/CharPerf.pl
A extern/icu/source/test/perf/charperf/Makefile.in
A extern/icu/source/test/perf/charperf/charperf.cpp
A extern/icu/source/test/perf/charperf/charperf.dsp
A extern/icu/source/test/perf/charperf/charperf.h
A extern/icu/source/test/perf/convperf
A extern/icu/source/test/perf/convperf/convperf.cpp
A extern/icu/source/test/perf/convperf/convperf.dsp
A extern/icu/source/test/perf/convperf/convperf.h
A extern/icu/source/test/perf/convperf/convperf_ansi.pl
A extern/icu/source/test/perf/convperf/convperf_iml.pl
A extern/icu/source/test/perf/convperf/data.h
A extern/icu/source/test/perf/normperf
A extern/icu/source/test/perf/normperf/Makefile.in
A extern/icu/source/test/perf/normperf/NormPerf.pl
A extern/icu/source/test/perf/normperf/normperf.cpp
A extern/icu/source/test/perf/normperf/normperf.dsp
A extern/icu/source/test/perf/normperf/normperf.h
A extern/icu/source/test/perf/perf.dsw
A extern/icu/source/test/perf/perldriver
A extern/icu/source/test/perf/perldriver/Dataset.pm
A extern/icu/source/test/perf/perldriver/Format.pm
A extern/icu/source/test/perf/perldriver/Output.pm
A extern/icu/source/test/perf/perldriver/PerfFramework.pm
A extern/icu/source/test/perf/ubrkperf
A extern/icu/source/test/perf/ubrkperf/Makefile.in
A extern/icu/source/test/perf/ubrkperf/UBrkPerf.pl
A extern/icu/source/test/perf/ubrkperf/ubrkperf.cpp
A extern/icu/source/test/perf/ubrkperf/ubrkperf.dsp
A extern/icu/source/test/perf/ubrkperf/ubrkperf.h
A extern/icu/source/test/perf/ubrkperf/ubrkperf20.dsp
A extern/icu/source/test/perf/ubrkperf/ubrkperfold.cpp
A extern/icu/source/test/perf/ubrkperf/ubrkperfold.dsp
A extern/icu/source/test/perf/ustrperf
A extern/icu/source/test/perf/ustrperf/StringPerf.pl
A extern/icu/source/test/perf/ustrperf/stringperf.cpp
A extern/icu/source/test/perf/ustrperf/stringperf.h
A extern/icu/source/test/perf/ustrperf/stringperf.vcproj
A extern/icu/source/test/testdata
A extern/icu/source/test/testdata/CollationTest_NON_IGNORABLE_STUB.txt
A extern/icu/source/test/testdata/CollationTest_SHIFTED_STUB.txt
A extern/icu/source/test/testdata/DataDrivenCollationTest.txt
A extern/icu/source/test/testdata/Makefile.in
A extern/icu/source/test/testdata/NormalizationTest-3.2.0.txt
A extern/icu/source/test/testdata/NumberFormatTestCases.txt
A extern/icu/source/test/testdata/casing.txt
A extern/icu/source/test/testdata/conversion.txt
A extern/icu/source/test/testdata/default.goo
A extern/icu/source/test/testdata/default.txt
A extern/icu/source/test/testdata/ibm9027.ucm
A extern/icu/source/test/testdata/icuio.txt
A extern/icu/source/test/testdata/idna_rules.txt
A extern/icu/source/test/testdata/importtest.bin
A extern/icu/source/test/testdata/iscii.bin
A extern/icu/source/test/testdata/mc.txt
A extern/icu/source/test/testdata/nfs4_cis_prep.txt
A extern/icu/source/test/testdata/nfs4_cs_prep_ci.txt
A extern/icu/source/test/testdata/nfs4_cs_prep_cs.txt
A extern/icu/source/test/testdata/nfs4_mixed_prep_p.txt
A extern/icu/source/test/testdata/nfs4_mixed_prep_s.txt
A extern/icu/source/test/testdata/ra.txt
A extern/icu/source/test/testdata/rbbitst.txt
A extern/icu/source/test/testdata/re_tests.txt
A extern/icu/source/test/testdata/readme.txt
A extern/icu/source/test/testdata/regextst.txt
A extern/icu/source/test/testdata/riwords.txt
A extern/icu/source/test/testdata/root.txt
A extern/icu/source/test/testdata/te.txt
A extern/icu/source/test/testdata/te_IN.goo
A extern/icu/source/test/testdata/te_IN.txt
A extern/icu/source/test/testdata/test1.ucm
A extern/icu/source/test/testdata/test3.ucm
A extern/icu/source/test/testdata/test4.ucm
A extern/icu/source/test/testdata/test4x.ucm
A extern/icu/source/test/testdata/testaliases.txt
A extern/icu/source/test/testdata/testdata.mk
A extern/icu/source/test/testdata/testdata_icu26_testtypes.res
A extern/icu/source/test/testdata/testdata_icu26e_testtypes.res
A extern/icu/source/test/testdata/testempty.txt
A extern/icu/source/test/testdata/testtypes.txt
A extern/icu/source/test/testdata/translit_rules.txt
A extern/icu/source/test/testdata/uni-text.bin
A extern/icu/source/test/testmap
A extern/icu/source/test/testmap/Makefile.in
A extern/icu/source/test/testmap/testmap.c
A extern/icu/source/test/testmap/testmap.dsp
A extern/icu/source/test/thaitest
A extern/icu/source/test/thaitest/Makefile.in
A extern/icu/source/test/thaitest/space.txt
A extern/icu/source/test/thaitest/thaitest.cpp
A extern/icu/source/test/thaitest/thaitest.dsp
A extern/icu/source/test/threadtest
A extern/icu/source/test/threadtest/Makefile.in
A extern/icu/source/test/threadtest/converttest.cpp
A extern/icu/source/test/threadtest/stringtest.cpp
A extern/icu/source/test/threadtest/threadtest.cpp
A extern/icu/source/test/threadtest/threadtest.dsp
A extern/icu/source/test/threadtest/threadtest.dsw
A extern/icu/source/test/threadtest/threadtest.h
A extern/icu/source/test/unalignedtest
A extern/icu/source/test/unalignedtest/Makefile.in
A extern/icu/source/test/unalignedtest/readme
A extern/icu/source/test/unalignedtest/unaligned.c
A extern/icu/source/test/usetperf
A extern/icu/source/test/usetperf/bitset.cpp
A extern/icu/source/test/usetperf/bitset.h
A extern/icu/source/test/usetperf/timer.h
A extern/icu/source/test/usetperf/usetperf.cpp
A extern/icu/source/test/usetperf/usetperf.dsp
A extern/icu/source/test/utfperf
A extern/icu/source/test/utfperf/utfperf.c
A extern/icu/source/test/utfperf/utfperf.dsp
A extern/icu/source/tools
A extern/icu/source/tools/Makefile.in
A extern/icu/source/tools/cpysearch
A extern/icu/source/tools/cpysearch/cpysearch.pl
A extern/icu/source/tools/cpysearch/readme.txt
A extern/icu/source/tools/ctestfw
A extern/icu/source/tools/ctestfw/Makefile.in
A extern/icu/source/tools/ctestfw/ctest.c
A extern/icu/source/tools/ctestfw/ctestfw.dsp
A extern/icu/source/tools/ctestfw/ctestfw.vcproj
A extern/icu/source/tools/ctestfw/datamap.cpp
A extern/icu/source/tools/ctestfw/testdata.cpp
A extern/icu/source/tools/ctestfw/tstdtmod.cpp
A extern/icu/source/tools/ctestfw/unicode
A extern/icu/source/tools/ctestfw/unicode/ctest.h
A extern/icu/source/tools/ctestfw/unicode/datamap.h
A extern/icu/source/tools/ctestfw/unicode/testdata.h
A extern/icu/source/tools/ctestfw/unicode/testlog.h
A extern/icu/source/tools/ctestfw/unicode/testtype.h
A extern/icu/source/tools/ctestfw/unicode/tstdtmod.h
A extern/icu/source/tools/dumpce
A extern/icu/source/tools/dumpce/Makefile.in
A extern/icu/source/tools/dumpce/dumpce.cpp
A extern/icu/source/tools/dumpce/dumpce.dsp
A extern/icu/source/tools/dumpce/dumpce.dsw
A extern/icu/source/tools/genbrk
A extern/icu/source/tools/genbrk/Makefile.in
A extern/icu/source/tools/genbrk/genbrk.cpp
A extern/icu/source/tools/genbrk/genbrk.dsp
A extern/icu/source/tools/genbrk/genbrk.vcproj
A extern/icu/source/tools/genccode
A extern/icu/source/tools/genccode/Makefile.in
A extern/icu/source/tools/genccode/genccode.8.in
A extern/icu/source/tools/genccode/genccode.c
A extern/icu/source/tools/genccode/genccode.dsp
A extern/icu/source/tools/genccode/genccode.vcproj
A extern/icu/source/tools/gencmn
A extern/icu/source/tools/gencmn/Makefile.in
A extern/icu/source/tools/gencmn/decmn.8.in
A extern/icu/source/tools/gencmn/decmn.c
A extern/icu/source/tools/gencmn/decmn.dsp
A extern/icu/source/tools/gencmn/decmn.vcproj
A extern/icu/source/tools/gencmn/gencmn.8.in
A extern/icu/source/tools/gencmn/gencmn.c
A extern/icu/source/tools/gencmn/gencmn.dsp
A extern/icu/source/tools/gencmn/gencmn.vcproj
A extern/icu/source/tools/gencnval
A extern/icu/source/tools/gencnval/Makefile.in
A extern/icu/source/tools/gencnval/gencnval.1.in
A extern/icu/source/tools/gencnval/gencnval.c
A extern/icu/source/tools/gencnval/gencnval.dsp
A extern/icu/source/tools/gencnval/gencnval.vcproj
A extern/icu/source/tools/gendraft
A extern/icu/source/tools/gendraft/gendraft.pl
A extern/icu/source/tools/gennames
A extern/icu/source/tools/gennames/Makefile.in
A extern/icu/source/tools/gennames/gennames.8.in
A extern/icu/source/tools/gennames/gennames.c
A extern/icu/source/tools/gennames/gennames.dsp
A extern/icu/source/tools/gennames/gennames.vcproj
A extern/icu/source/tools/gennorm
A extern/icu/source/tools/gennorm/Makefile.in
A extern/icu/source/tools/gennorm/gennorm.8.in
A extern/icu/source/tools/gennorm/gennorm.c
A extern/icu/source/tools/gennorm/gennorm.dsp
A extern/icu/source/tools/gennorm/gennorm.h
A extern/icu/source/tools/gennorm/gennorm.vcproj
A extern/icu/source/tools/gennorm/store.c
A extern/icu/source/tools/genpname
A extern/icu/source/tools/genpname/Makefile.in
A extern/icu/source/tools/genpname/SyntheticPropertyAliases.txt
A extern/icu/source/tools/genpname/data.h
A extern/icu/source/tools/genpname/genpname.cpp
A extern/icu/source/tools/genpname/genpname.dsp
A extern/icu/source/tools/genpname/genpname.vcproj
A extern/icu/source/tools/genpname/preparse.pl
A extern/icu/source/tools/genprops
A extern/icu/source/tools/genprops/Makefile.in
A extern/icu/source/tools/genprops/genprops.8.in
A extern/icu/source/tools/genprops/genprops.c
A extern/icu/source/tools/genprops/genprops.dsp
A extern/icu/source/tools/genprops/genprops.h
A extern/icu/source/tools/genprops/genprops.vcproj
A extern/icu/source/tools/genprops/misc
A extern/icu/source/tools/genprops/misc/ucdmerge.c
A extern/icu/source/tools/genprops/misc/ucdstrip.c
A extern/icu/source/tools/genprops/misc/ucdstrip.pl
A extern/icu/source/tools/genprops/props2.c
A extern/icu/source/tools/genprops/propsvec.c
A extern/icu/source/tools/genprops/propsvec.h
A extern/icu/source/tools/genprops/store.c
A extern/icu/source/tools/genrb
A extern/icu/source/tools/genrb/Makefile.in
A extern/icu/source/tools/genrb/derb.1.in
A extern/icu/source/tools/genrb/derb.c
A extern/icu/source/tools/genrb/derb.dsp
A extern/icu/source/tools/genrb/derb.vcproj
A extern/icu/source/tools/genrb/errmsg.c
A extern/icu/source/tools/genrb/errmsg.h
A extern/icu/source/tools/genrb/gendtjar.pl
A extern/icu/source/tools/genrb/genrb.1.in
A extern/icu/source/tools/genrb/genrb.c
A extern/icu/source/tools/genrb/genrb.dsp
A extern/icu/source/tools/genrb/genrb.h
A extern/icu/source/tools/genrb/genrb.vcproj
A extern/icu/source/tools/genrb/genrbjar.pl
A extern/icu/source/tools/genrb/parse.c
A extern/icu/source/tools/genrb/parse.h
A extern/icu/source/tools/genrb/prscmnts.cpp
A extern/icu/source/tools/genrb/prscmnts.h
A extern/icu/source/tools/genrb/read.c
A extern/icu/source/tools/genrb/read.h
A extern/icu/source/tools/genrb/reslist.c
A extern/icu/source/tools/genrb/reslist.h
A extern/icu/source/tools/genrb/rle.c
A extern/icu/source/tools/genrb/rle.h
A extern/icu/source/tools/genrb/ustr.c
A extern/icu/source/tools/genrb/ustr.h
A extern/icu/source/tools/genrb/util.c
A extern/icu/source/tools/genrb/util.h
A extern/icu/source/tools/genrb/wrtjava.c
A extern/icu/source/tools/genrb/wrtxml.c
A extern/icu/source/tools/genren
A extern/icu/source/tools/genren/Makefile
A extern/icu/source/tools/genren/README
A extern/icu/source/tools/genren/genren.pl
A extern/icu/source/tools/gensprep
A extern/icu/source/tools/gensprep/Makefile.in
A extern/icu/source/tools/gensprep/filterRFC3454.pl
A extern/icu/source/tools/gensprep/gensprep.8.in
A extern/icu/source/tools/gensprep/gensprep.c
A extern/icu/source/tools/gensprep/gensprep.dsp
A extern/icu/source/tools/gensprep/gensprep.h
A extern/icu/source/tools/gensprep/gensprep.vcproj
A extern/icu/source/tools/gensprep/store.c
A extern/icu/source/tools/gentest
A extern/icu/source/tools/gentest/Makefile.in
A extern/icu/source/tools/gentest/genres32.c
A extern/icu/source/tools/gentest/gentest.c
A extern/icu/source/tools/gentest/gentest.dsp
A extern/icu/source/tools/gentest/gentest.h
A extern/icu/source/tools/gentest/gentest.vcproj
A extern/icu/source/tools/genuca
A extern/icu/source/tools/genuca/Makefile.in
A extern/icu/source/tools/genuca/genuca.8.in
A extern/icu/source/tools/genuca/genuca.cpp
A extern/icu/source/tools/genuca/genuca.dsp
A extern/icu/source/tools/genuca/genuca.h
A extern/icu/source/tools/genuca/genuca.vcproj
A extern/icu/source/tools/icuswap
A extern/icu/source/tools/icuswap/Makefile.in
A extern/icu/source/tools/icuswap/icuswap.cpp
A extern/icu/source/tools/icuswap/icuswap.dsp
A extern/icu/source/tools/icuswap/icuswap.vcproj
A extern/icu/source/tools/makeconv
A extern/icu/source/tools/makeconv/Makefile.in
A extern/icu/source/tools/makeconv/gencnvex.c
A extern/icu/source/tools/makeconv/genmbcs.c
A extern/icu/source/tools/makeconv/genmbcs.h
A extern/icu/source/tools/makeconv/makeconv.1.in
A extern/icu/source/tools/makeconv/makeconv.c
A extern/icu/source/tools/makeconv/makeconv.dsp
A extern/icu/source/tools/makeconv/makeconv.h
A extern/icu/source/tools/makeconv/makeconv.vcproj
A extern/icu/source/tools/makeconv/misc
A extern/icu/source/tools/makeconv/misc/canonucm.c
A extern/icu/source/tools/makeconv/misc/rptp2ucm.c
A extern/icu/source/tools/makeconv/misc/ucmmerge.c
A extern/icu/source/tools/makeconv/misc/ucmstrip.c
A extern/icu/source/tools/makeconv/ucnvstat.c
A extern/icu/source/tools/pkgdata
A extern/icu/source/tools/pkgdata/Makefile.in
A extern/icu/source/tools/pkgdata/cmnmode.c
A extern/icu/source/tools/pkgdata/dllmode.c
A extern/icu/source/tools/pkgdata/filemode.c
A extern/icu/source/tools/pkgdata/make.c
A extern/icu/source/tools/pkgdata/makefile.h
A extern/icu/source/tools/pkgdata/pkgdata.1.in
A extern/icu/source/tools/pkgdata/pkgdata.c
A extern/icu/source/tools/pkgdata/pkgdata.dsp
A extern/icu/source/tools/pkgdata/pkgdata.vcproj
A extern/icu/source/tools/pkgdata/pkgtypes.c
A extern/icu/source/tools/pkgdata/pkgtypes.h
A extern/icu/source/tools/pkgdata/sttcmode.c
A extern/icu/source/tools/pkgdata/winmode.c
A extern/icu/source/tools/toolutil
A extern/icu/source/tools/toolutil/Makefile.in
A extern/icu/source/tools/toolutil/toolutil.c
A extern/icu/source/tools/toolutil/toolutil.dsp
A extern/icu/source/tools/toolutil/toolutil.h
A extern/icu/source/tools/toolutil/toolutil.vcproj
A extern/icu/source/tools/toolutil/ucbuf.c
A extern/icu/source/tools/toolutil/ucbuf.h
A extern/icu/source/tools/toolutil/ucm.c
A extern/icu/source/tools/toolutil/ucm.h
A extern/icu/source/tools/toolutil/ucmpwrit.c
A extern/icu/source/tools/toolutil/ucmpwrit.h
A extern/icu/source/tools/toolutil/ucmstate.c
A extern/icu/source/tools/toolutil/unewdata.c
A extern/icu/source/tools/toolutil/unewdata.h
A extern/icu/source/tools/toolutil/uoptions.c
A extern/icu/source/tools/toolutil/uoptions.h
A extern/icu/source/tools/toolutil/uparse.c
A extern/icu/source/tools/toolutil/uparse.h
A extern/icu/source/tools/toolutil/uperf.cpp
A extern/icu/source/tools/toolutil/uperf.h
A extern/icu/source/tools/toolutil/utimer.h
A extern/icu/source/tools/tzcode
A extern/icu/source/tools/tzcode/patch-icu-tzcode
A extern/icu/source/tools/tzcode/readme.txt
A extern/icu/source/tools/tzcode/tz.alias
A extern/icu/source/tools/tzcode/tz2icu.cpp
A extern/icu/source/tools/tzcode/tz2icu.h
A extern/regex
A extern/regex/COPYRIGHT
A extern/regex/INSTALL
A extern/regex/Makefile.am
A extern/regex/Makefile.in
A extern/regex/Makefile.orig
A extern/regex/README
A extern/regex/WHATSNEW
A extern/regex/aclocal.m4
A extern/regex/autogen.sh
A extern/regex/cclass.h
A extern/regex/cname.h
A extern/regex/config.guess
A extern/regex/config.sub
A extern/regex/configure
A extern/regex/configure.in
A extern/regex/debug.c
A extern/regex/debug.ih
A extern/regex/engine.c
A extern/regex/engine.ih
A extern/regex/fake
A extern/regex/fake/limits.h
A extern/regex/fake/memmove.c
A extern/regex/fake/stdlib.h
A extern/regex/install-sh
A extern/regex/ltmain.sh
A extern/regex/main.c
A extern/regex/missing
A extern/regex/mkh
A extern/regex/mkinstalldirs
A extern/regex/regcomp.c
A extern/regex/regcomp.ih
A extern/regex/regerror.c
A extern/regex/regerror.ih
A extern/regex/regex.h
A extern/regex/regex2.h
A extern/regex/regexec.c
A extern/regex/regfree.c
A extern/regex/rxspencer.3
A extern/regex/rxspencer.7
A extern/regex/split.c
A extern/regex/test1.sh
A extern/regex/test2.sh
A extern/regex/test3.sh
A extern/regex/tests
A extern/regex/utils.h
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
M src/alice/alice.cpp
M src/alice/alice_meta.epp
M src/burp/backup.epp
M src/burp/burp.h
M src/burp/restore.epp
M src/common/classes/ClumpletWriter.cpp
M src/common/classes/GenericMap.h
M src/common/classes/class_test.cpp
M src/common/classes/sparse_bitmap.h
M src/common/classes/vector.h
M src/common/config/config.cpp
M src/common/config/config.h
A src/config
A src/config/AdminException.cpp
A src/config/AdminException.h
A src/config/Args.cpp
A src/config/Args.h
A src/config/ArgsException.cpp
A src/config/ArgsException.h
A src/config/ConfObj.cpp
A src/config/ConfObj.h
A src/config/ConfObject.cpp
A src/config/ConfObject.h
A src/config/ConfigFile.cpp
A src/config/ConfigFile.h
A src/config/Configuration.cpp
A src/config/Configuration.h
A src/config/DirectoryList.cpp
A src/config/DirectoryList.h
A src/config/Element.cpp
A src/config/Element.h
A src/config/FileName.cpp
A src/config/FileName.h
A src/config/InputFile.cpp
A src/config/InputFile.h
A src/config/InputStream.cpp
A src/config/InputStream.h
A src/config/Lex.cpp
A src/config/Lex.h
A src/config/Parameters.h
A src/config/ScanDir.cpp
A src/config/ScanDir.h
A src/config/Stream.cpp
A src/config/Stream.h
A src/config/StreamSegment.cpp
A src/config/StreamSegment.h
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.tab.h
M src/dsql/gen.cpp
M src/dsql/keywords.cpp
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/metd.epp
M src/dsql/metd_proto.h
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dudley/ddl.h
M src/dudley/generate.cpp
D src/extern
M src/gpre/cmd.cpp
M src/gpre/cme.cpp
M src/gpre/dyntable.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta_boot.cpp
M src/gpre/gpreswi.h
M src/gpre/hsh.cpp
M src/gpre/sqe.cpp
M src/gpre/words.h
M src/include/firebird.h
M src/include/gen/codetext.h
M src/include/gen/iberror.h
M src/include/gen/ids.h
M src/include/gen/msgs.h
M src/include/gen/rdb_codes.h
M src/include/gen/sql_code.h
M src/intl/charsets.h
A src/intl/collations/bl88591ptbr0.h
A src/intl/collations/pw1252ptbr.h
M src/intl/cs_big5.cpp
M src/intl/cs_gb2312.cpp
M src/intl/cs_jis.cpp
M src/intl/cs_ksc.cpp
M src/intl/cs_narrow.cpp
M src/intl/cs_unicode_fss.cpp
M src/intl/cs_unicode_ucs2.cpp
M src/intl/cv_big5.cpp
M src/intl/cv_big5.h
M src/intl/cv_gb2312.cpp
M src/intl/cv_gb2312.h
M src/intl/cv_jis.cpp
M src/intl/cv_jis.h
M src/intl/cv_ksc.cpp
M src/intl/cv_ksc.h
M src/intl/cv_narrow.cpp
M src/intl/cv_narrow.h
M src/intl/cv_unicode_fss.cpp
M src/intl/cv_unicode_fss.h
M src/intl/lc_ascii.cpp
M src/intl/lc_ascii.h
M src/intl/lc_big5.cpp
M src/intl/lc_big5.h
M src/intl/lc_dos.cpp
M src/intl/lc_dos.h
M src/intl/lc_gb2312.cpp
M src/intl/lc_iso8859_1.cpp
M src/intl/lc_iso8859_2.cpp
M src/intl/lc_jis.cpp
M src/intl/lc_ksc.cpp
M src/intl/lc_narrow.cpp
M src/intl/lc_narrow.h
M src/intl/lc_unicode_ucs2.cpp
M src/intl/ld.cpp
M src/intl/ld2.cpp
M src/intl/ld_proto.h
M src/intl/ldcommon.h
A src/jrd/IntlManager.cpp
A src/jrd/IntlManager.h
M src/jrd/Optimizer.cpp
M src/jrd/RecordNumber.h
M src/jrd/blb.cpp
M src/jrd/blb_proto.h
M src/jrd/blp.h
M src/jrd/blr.h
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/btr_proto.h
M src/jrd/cmp.cpp
M src/jrd/constants.h
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/dfw.epp
M src/jrd/drq.h
M src/jrd/dsc.cpp
M src/jrd/dsc.h
M src/jrd/dsc2.h
M src/jrd/dyn.epp
M src/jrd/dyn.h
M src/jrd/dyn_def.epp
M src/jrd/dyn_df_proto.h
M src/jrd/evl.cpp
M src/jrd/evl_like.h
M src/jrd/evl_proto.h
M src/jrd/evl_string.h
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/fields.h
M src/jrd/filters.cpp
M src/jrd/gds.cpp
M src/jrd/ibase.h
M src/jrd/idx.cpp
M src/jrd/idx.h
M src/jrd/inf.cpp
M src/jrd/inf_proto.h
M src/jrd/inf_pub.h
M src/jrd/ini.epp
M src/jrd/ini.h
M src/jrd/intl.cpp
M src/jrd/intl.h
M src/jrd/intl_builtin.cpp
M src/jrd/intl_classes.h
M src/jrd/intl_proto.h
M src/jrd/intlnames.h
D src/jrd/intlobj.h
M src/jrd/intlobj_new.h
M src/jrd/irq.h
M src/jrd/isc.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/msg.h
M src/jrd/names.h
M src/jrd/nav.cpp
M src/jrd/nod.h
M src/jrd/ods.h
M src/jrd/opt.cpp
M src/jrd/os/config_root.h
M src/jrd/os/guid.h
M src/jrd/os/posix/guid.cpp
M src/jrd/par.cpp
M src/jrd/pcmet.epp
M src/jrd/relations.h
M src/jrd/rse.cpp
M src/jrd/sort.cpp
A src/jrd/unicode_util.cpp
A src/jrd/unicode_util.h
M src/misc/align.cpp
M src/misc/blrtable.cpp
M src/misc/writeBuildNum.sh
M src/msgs/facilities.sql
M src/msgs/load.epp
M src/msgs/messages.sql
M src/msgs/system_errors.sql
M src/qli/compile.cpp
M src/qli/dtr.h
M src/qli/expand.cpp
M src/qli/gener.cpp
M src/qli/meta.epp
M src/utilities/drop.cpp
M src/utilities/ibmgr/ibmgr.h
A src/vulcan
A src/vulcan/JString.cpp
A src/vulcan/JString.h
A src/vulcan/PathName.cpp
A src/vulcan/PathName.h
A src/vulcan/RefObject.cpp
A src/vulcan/RefObject.h
Merge INTL branch into HEAD
2005-05-27 22:44 asfernandes
M src/jrd/build_no.h
Merge INTL branch into HEAD
2005-05-26 08:26 robocop
M src/isql/show.epp
I didn't test a case, but I'm pretty sure that long quoted identifiers could lead to a buffer overrun while extracting grants here.
2005-05-26 07:35 robocop
M src/isql/show.epp
Fix SF Bug #1208932 reported by Ivan Prenosil an hour ago approx.
2005-05-26 06:45 robocop
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/show.epp
M src/msgs/facilities.sql
M src/msgs/messages.sql
- Cleanup.
- A bit better handling of SHOW EXCEPTION.
2005-05-26 04:00 robocop
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/par.cpp
- Solve char/UCHAR mismatch.
- Track dependencies on indices mentioned in explicit plans for procedures and vierws.
2005-05-24 04:42 robocop
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/show.epp
Lower the clutter.
2005-05-24 03:54 robocop
M src/jrd/pwd.cpp
Fix fb_interpret misuse done by Alex.
2005-05-23 23:19 arnobrinkman
M src/jrd/Optimizer.cpp
more realistic cost value for unique retrieval
2005-05-23 23:16 arnobrinkman
M src/dsql/pass1.cpp
fixed missed return, thanks to Claudio
2005-05-22 06:18 robocop
M src/jrd/cmp.cpp
Fix crash with views in expand_view_nodes caused by Alex' recent cleanup: unlike VaryingString (aka str) that inherits from pool_alloc_rpt, plain dynamic allocation of UCHAR[n] isn't memset to zero by our allocator, causing us to walk random garbage.
2005-05-22 06:13 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/exe.cpp
M src/msgs/facilities.sql
M src/msgs/messages.sql
M src/msgs/system_errors.sql
Fix SF Bug #494981.
If we can print the name of the exception, we do.
2005-05-22 03:11 robocop
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/pass1.cpp
M src/extlib/ib_udf2.sql
M src/jrd/met.epp
M src/jrd/vio.cpp
Misc.
2005-05-22 03:10 robocop
M src/jrd/dyn_mod.epp
ALTER EXTERNAL FUNCTION: be able to change the entry_point or the module_name when the UDF cannot be dropped to correct the declaration because it's used in some view, procedure, trigger or check.
2005-05-22 02:42 robocop
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
ALTER EXTERNAL FUNCTION: be able to change the entry_point or the module_name when the UDF cannot be dropped to correct the declaration because it's used in some view, procedure, trigger or check.
2005-05-20 08:34 robocop
M src/isql/show.epp
Escape single quotes in comment's text and double quotes in identifiers that have metadata comments not when we are doing SHOW COMMENT[S] but only when we are extracting a script, as Martijn suggested.
2005-05-20 00:23 robocop
M src/jrd/dyn_def.epp
M src/jrd/dyn_mod.epp
M src/msgs/facilities.sql
M src/msgs/history.sql
M src/msgs/messages.sql
- Adjust error messages.
- Correct way to stop automatically generated triggers from being altered.
2005-05-19 23:41 robocop
M src/dsql/pass1.cpp
M src/jrd/dyn.epp
Misc.
2005-05-19 08:26 robocop
M src/jrd/dyn_def.epp
M src/jrd/dyn_df_proto.h
M src/jrd/dyn_mod.epp
Getting rid of commented code that belonged to the dead shared cache and/or WAL.
2005-05-19 08:03 robocop
M src/isql/extra_proto.h
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/isql_proto.h
M src/isql/show.epp
M src/isql/show_proto.h
- Implement the SHOW COMMENT(S) command.
- Integrate it into metadata extraction, too.
- A couple of minor improvements to isql.
See explanation in show_comments() function.
2005-05-19 07:43 robocop
M src/msgs/facilities.sql
M src/msgs/messages.sql
New message for isql.
2005-05-19 07:41 robocop
M src/dsql/parse.cpp
M src/dsql/parse.y
Getting rid of commented code that belonged to the dead shared cache and/or WAL plus making COLLATION non-reserved word and having trivial special handling for COMMENT so it's recognized as token only if it's the first token.
2005-05-19 07:38 robocop
M src/dsql/keywords.cpp
M src/dsql/keywords.h
Getting rid of commented code that belonged to the dead shared cache and/or WAL plus identifying the keywords that have special handling as non-keyword, so isql and others future clients of KEYWORD_stringIsAToken() won't treat these as if they need double quotes.
2005-05-19 07:34 robocop
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
Getting rid of commented code that belonged to the dead shared cache and/or WAL plus fixing some indentation.
2005-05-19 05:09 aafemt
M builds/posix/Makefile.in.boot.gpre
M builds/posix/Makefile.in.libfbcommon
Config classes are not part of common library because of ifdefs inside
2005-05-19 03:28 dimitr
M builds/win32/msvc7/fbembed.vcproj
Correction.
2005-05-18 19:26 dimitr
M builds/win32/msvc7/fbembed.vcproj
Fixed the threading issues in fbembed.
2005-05-18 18:55 arnobrinkman
M src/dsql/pass1.cpp
Fix mapping problem when derived table was used as sub-query.
This was only possible since pass1_any() behaviour has been changed.
Normally a derived table cannot access fields outside the derived table context.
2005-05-18 15:53 dimitr
M src/isql/extract.epp
Implemented metadata extract for expression indices.
2005-05-18 14:43 dimitr
M src/jrd/Optimizer.cpp
1. Fixed bug with selectivity of non-equality comparisons.
2. A bit changed the invertions selection code to help in both MERGE and JOIN paths.
2005-05-18 11:06 alexpeshkoff
M src/common/classes/MetaName.cpp
M src/jrd/constants.h
misc
2005-05-18 08:41 robocop
M src/jrd/dyn_mod.epp
Corrections to the COMMENT ON facility.
2005-05-18 07:29 robocop
M src/common/classes/MetaName.h
Get rid of redundant definition: already in constants.h.
2005-05-18 07:27 robocop
M src/jrd/dyn_def.epp
Correcting myself.
2005-05-17 18:20 alexpeshkoff
M src/common/classes/MetaName.cpp
M src/common/classes/MetaName.h
M src/jrd/dfw.epp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/mov.cpp
M src/jrd/par.cpp
M src/jrd/tra.cpp
M src/jrd/validation.cpp
fixed issues, reported by Claudio
2005-05-17 07:21 robocop
M doc/sql.extensions/README.ddl.txt
Explain how metadata comments syntax works.
2005-05-17 07:17 robocop
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/dsql.tab.h
M src/dsql/keywords.cpp
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
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_md_proto.h
M src/jrd/dyn_mod.epp
M src/jrd/dyn_ut_proto.h
M src/jrd/dyn_util.epp
M src/jrd/ibase.h
M src/msgs/facilities.sql
M src/msgs/history.sql
M src/msgs/messages.sql
- Implement the proposed COMMENT keyword to allow descriptions in database objects. Subject to change or withdrawal.
- Enhance some messages. Reuse some msg numbers that were duplicate.
- Fix some issues found in Alex recent MetaName-related commits.
2005-05-16 11:08 alexpeshkoff
M src/jrd/gds.cpp
fixed embedded build
2005-05-16 09:15 robocop
M src/alice/alice.cpp
M src/jrd/evl.cpp
M src/jrd/idx.cpp
M src/jrd/opt.cpp
M src/jrd/rse.h
M src/jrd/sym.h
Misc.
2005-05-16 09:13 robocop
M src/jrd/met.epp
- The trigger type is UCHAR in the range 1..6; don't change it to bool.
- Restored what seemed a check "just in case": test relation with empty name.
2005-05-16 09:04 robocop
M src/jrd/dfw.epp
Let's go back to the old more robust code after Alex change: one argument is not null terminated.
2005-05-16 09:00 robocop
M src/alice/alice.cpp
Misc.
2005-05-15 12:44 dimitr
M src/jrd/Optimizer.cpp
Fixed a small OR handling bug.
2005-05-14 14:50 kkuznetsov
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/show.epp
Renamed ERR to ps_ERR in the enum processing_state {...} to fix compile error on Solaris
2005-05-14 13:45 hvlad
M src/alice/alice.cpp
M src/burp/burp.cpp
1. Fixed bug #908319 2. Fixed inability to restore into nonexisting file with -se switch used
2005-05-14 10:45 alexpeshkoff
M src/jrd/gds.cpp
fixed a couple of buffer overflows in gds__prefix*() functions family
2005-05-14 10:42 alexpeshkoff
M src/dudley/lex.cpp
M src/gpre/gpre.cpp
M src/jrd/rse.cpp
M src/jrd/sort.cpp
fixed declarations of gds__temp_file() parameter -
buffer overflows were possible
2005-05-14 07:00 aafemt
M src/jrd/dyn_del.epp
Fix Alex overwork
2005-05-14 05:21 alexpeshkoff
M src/common/classes/MetaName.cpp
fixed bug noticed by Vlad
2005-05-14 04:39 aafemt
M src/jrd/dyn.h
M src/jrd/jrd.h
Fix warnings
2005-05-13 14:42 alexpeshkoff
M src/jrd/met.epp
fixed unregistered bug - after attempt to
create view v(c1) as select 1 from v;
all clones of system request remained active forever
2005-05-13 13:52 alexpeshkoff
M src/jrd/pcmet.epp
fixed bug in my resent commit - thanks to Claudio
2005-05-13 13:50 alexpeshkoff
M src/jrd/dyn.h
perform initialization of dyn_fld in constructor - thanks to Claudio
2005-05-13 07:03 hvlad
M builds/win32/msvc6/common_static.dsp
Update project files after Alex changes
2005-05-13 06:54 hvlad
M builds/win32/msvc7/common.vcproj
M builds/win32/msvc7/common_classic.vcproj
M builds/win32/msvc7/common_static.vcproj
Update project files after Alex changes
2005-05-12 18:28 alexpeshkoff
M builds/posix/Makefile.in.client.gbak
M builds/posix/Makefile.in.embed.gbak
M builds/posix/make.shared.variables
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
Applied class MetaName
2005-05-12 18:28 alexpeshkoff
M src/jrd/Optimizer.cpp
M src/jrd/Optimizer.h
M src/jrd/blb.cpp
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/cvt2.cpp
M src/jrd/cvt2_proto.h
M src/jrd/dbg.cpp
M src/jrd/dbt.cpp
M src/jrd/dfw.epp
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/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/jrd/err.cpp
M src/jrd/err_proto.h
M src/jrd/event.cpp
M src/jrd/event_proto.h
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/fun.epp
M src/jrd/fun_proto.h
M src/jrd/grant.epp
M src/jrd/idx.cpp
M src/jrd/ini.epp
M src/jrd/ini_proto.h
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/mov.cpp
M src/jrd/mov_proto.h
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/jrd/par_proto.h
M src/jrd/pcmet.epp
M src/jrd/pwd.cpp
M src/jrd/rlck.cpp
M src/jrd/rse.cpp
M src/jrd/rse.h
M src/jrd/scl.epp
M src/jrd/scl.h
M src/jrd/scl_proto.h
M src/jrd/sdl.cpp
M src/jrd/sdl.h
M src/jrd/sym.cpp
M src/jrd/sym.h
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/utl.cpp
M src/jrd/validation.cpp
1. Applied class MetaName
2. Small generic cleanup
2005-05-12 18:26 alexpeshkoff
A src/common/classes/MetaName.cpp
A src/common/classes/MetaName.h
Added class to handle metadata names
2005-05-12 18:24 alexpeshkoff
M src/common/classes/vector.h
make Firebird::vector const-friendly
2005-05-12 18:23 alexpeshkoff
M src/dsql/ddl.cpp
front-ported my fix from 1.5.2 - fixed AV in ALTER TABLE
2005-05-12 17:46 hvlad
M src/dsql/make.cpp
Fixed unregistered bug - AV in incorrect written EXECUTE BLOCK statement. For example :
EXECUTE BLOCK AS
BEGIN
INSERT INTO DUMMY (ID) VALUES(?);
END
Thanks to Arno
2005-05-12 13:51 hvlad
M src/jrd/Optimizer.cpp
Correction. Thanks to Claudio
2005-05-12 07:00 robocop
M src/isql/isql.epp
Apply Miroslav Penchev fix for ISQL_disconnect_database overwriting the Quiet flag permanently.
2005-05-12 06:51 robocop
M src/jrd/opt.cpp
Totally misc.
2005-05-12 05:32 robocop
M src/isql/isql.epp
Simplify array bounds printing for canonic case.
2005-05-11 07:43 dimitr
M src/jrd/met.epp
Fixed memory corruption reported privately by Sean.
2005-05-08 09:43 hvlad
M src/jrd/btr.cpp
Correct previous fix for multisegment descending indexes
2005-05-07 19:45 hvlad
M src/jrd/Optimizer.cpp
M src/jrd/btr.cpp
M src/jrd/btr_proto.h
M src/jrd/idx.cpp
M src/jrd/opt.cpp
Fixed unregistered bug - "index key too big" when creating descending index
2005-05-06 18:09 dimitr
M src/dsql/ddl.cpp
Fix for the bug reported by Bill Oliver.
2005-05-06 13:15 dimitr
M src/remote/interface.cpp
Fixed bug introduced 1.5 years ago.
2005-05-06 02:09 robocop
M doc/WhatsNew
Delete mention of enhancement that was undone.
2005-05-05 08:39 robocop
M builds/install/arch-specific/linux/misc/firebird.init.d.generic.in
M builds/install/arch-specific/linux/misc/firebird.init.d.mandrake.in
M builds/install/arch-specific/linux/misc/firebird.init.d.suse.in
M builds/install/arch-specific/linux/misc/linuxLibrary.sh.in
Totally misc.
2005-05-04 19:38 arnobrinkman
M src/dsql/node.h
M src/dsql/pass1.cpp
Fix errors generated by IN-predicate due pass1_any() change
2005-05-04 14:50 alexpeshkoff
M src/misc/writeBuildNum.sh
centralized BuildSuffix and PackageVersion control
2005-05-04 10:47 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
M builds/install/arch-specific/win32/Readme.txt
M builds/install/arch-specific/win32/ba/Instalacija_ProcitajMe.txt
M builds/install/arch-specific/win32/ba/custom_messages_ba.inc
A builds/install/arch-specific/win32/es
A builds/install/arch-specific/win32/es/custom_messages_es.inc
A builds/install/arch-specific/win32/es/leame.txt
A builds/install/arch-specific/win32/es/leame_instalacion.txt
M builds/install/arch-specific/win32/installation_readme.txt
M src/jrd/isc_version.h
Add Spanish translations for Win32 installer. Fix problem with Bosnian translation. Update readmes for Alpha2.
2005-05-04 10:36 alexpeshkoff
M src/misc/writeBuildNum.sh
fixed package version
2005-05-04 09:53 arnobrinkman
M src/dsql/pass1.cpp
Fix bug SF #1191006 Using where params in SUM return incorrect results
parameters weren't checked on equality in node_match()
2005-05-04 08:56 arnobrinkman
M src/jrd/opt.cpp
Fix problem with distributing sort to deeper RSE, query example:
SELECT
RDB$RELATION_NAME
FROM
(SELECT FIRST 10 * FROM RDB$RELATIONS ORDER BY RDB$RELATION_NAME DESC)
ORDER BY
RDB$RELATION_NAME
2005-05-04 08:44 dimitr
M src/dsql/pass1.cpp
Fixed bug found by Arno.
2005-05-03 15:45 hvlad
M src/jrd/btr.cpp
M src/jrd/btr_proto.h
M src/jrd/validation.cpp
Correct index validation code. Big thanks to Arno
2005-05-03 05:41 robocop
M src/jrd/vio.cpp
Indentation.
2005-05-03 04:11 robocop
M src/utilities/gstat/ppg.cpp
M src/utilities/rebuild/rebuild.cpp
Replace legacy isc_(encode/decode)_date by isc_(encode/decode)_timestamp.
2005-05-03 04:09 robocop
M src/burp/restore.epp
M src/msgs/facilities.sql
M src/msgs/messages.sql
Better fixes related to field-test bug #1173988, first part.
Also, a new, more accurate message has been added to the restoration process.
2005-05-02 19:30 dimitr
M src/jrd/sdw.cpp
A bit better fix for shadow shutdown issues.
2005-05-02 17:22 dimitr
M src/jrd/vio.cpp
Fixed GBAK -kill dropping existing shadow.
2005-05-02 13:47 dimitr
M src/jrd/idx.h
Enforced uniqueness of blob filter name and in/out types pair.
This fixes SF #750662. A couple of new error messages would also be nice.
2005-05-02 12:41 dimitr
M src/dsql/pass1.cpp
1) Fixed buggy behaviour of IN vs FIRST/SKIP.
2) Allowed UNIONs in ANY/ALL/IN subqueries.
Subject of Arno's review.
2005-05-02 09:47 dimitr
M src/dsql/pass1.cpp
Optimized NOT conditions when possible.
2005-05-02 09:10 robocop
M src/jrd/jrd.cpp
Change misleading comment.
2005-05-02 07:11 robocop
M src/isql/isql.epp
Workaround for SF Bug #450404. (Isql can't guess what the user intended.)
2005-05-02 07:01 dimitr
M src/jrd/jrd.cpp
M src/jrd/sdw.cpp
Fixed origin of the 100% CPU load when an I/O error causes a rollover to non-existing shadow.
Also fixed attempt to wait for the attachment-owned lock for the already purged attachment.
2005-05-02 06:44 dimitr
M src/misc/writeBuildNum.sh
Updated for Alpha 2.
2005-05-01 19:23 hvlad
M src/jrd/btr.cpp
Undo my previous commit. Duplicate chains in not null keys in unique indexes not sorted by design. Changes must be done in index validation code
2005-05-01 14:58 asfernandes
M src/jrd/jrd.cpp
Apply Vlad's patch reverting to legacy behavior about overwrite of non-database files
2005-05-01 11:45 dimitr
M doc/sql.extensions/README.context_variables2
no message
2005-04-30 11:09 hvlad
M src/jrd/validation.cpp
Correction to previous commit
2005-04-30 10:40 hvlad
M src/jrd/validation.cpp
Added page level, source file name and line number info to the output of index validation code
2005-04-30 10:10 hvlad
M src/jrd/btr.cpp
Duplicate chains not sorted by record number in unique indices
2005-04-29 18:24 alexpeshkoff
M builds/install/arch-specific/linux/classic/README
M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
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.suse.in
A builds/install/arch-specific/linux/misc/linuxLibrary.sh.in
A builds/install/arch-specific/linux/misc/superLinux.sh.in
M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
M builds/install/arch-specific/linux/super/postinstall.sh.in
M builds/install/arch-specific/linux/super/postuninstall.sh.in
M builds/install/arch-specific/linux/super/preinstall.sh.in
M builds/install/arch-specific/linux/super/preuninstall.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/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 configure.in
New scripts for linux
2005-04-29 18:18 alexpeshkoff
D builds/install/arch-specific/linux/misc/changeDBAPassword.sh.in
D builds/install/arch-specific/linux/misc/changeGdsLibraryCompatibleLink.sh.in
D builds/install/arch-specific/linux/misc/createAliasDB.sh.in
removed obsolete scripts - moving to new scripting style
2005-04-29 18:16 alexpeshkoff
M builds/install/misc/changeDBAPassword.sh.in
A builds/install/misc/changeGdsLibraryCompatibleLink.sh.in
A builds/install/misc/changeRunUser.sh.in
A builds/install/misc/classicLibrary.sh.in
A builds/install/misc/createAliasDB.sh.in
A builds/install/misc/posixLibrary.sh.in
A builds/install/misc/restoreRootRunUser.sh.in
A builds/install/misc/superLibrary.sh.in
New scripts for posix
2005-04-29 18:12 alexpeshkoff
D builds/install/misc/CSchangeRunUser.sh.in
D builds/install/misc/CSrestoreRootRunUser.sh.in
D builds/install/misc/SSchangeRunUser.sh.in
D builds/install/misc/SSrestoreRootRunUser.sh.in
removed obsolete scripts - moving to new scripting style
2005-04-29 17:03 alexpeshkoff
M src/remote/inet.cpp
Make EACCES non-fatal when setting TCP_NODELAY
2005-04-29 05:36 robocop
M src/burp/backup.epp
M src/burp/misc.cpp
M src/burp/misc_proto.h
M src/burp/restore.epp
M src/include/gen/msgs.h
M src/msgs/facilities.sql
M src/msgs/history.sql
M src/msgs/messages.sql
Fix for first part of field test bug #1173988.
Also, fix for misleading message, use -R switch tal must be use -REP switch.
2005-04-28 06:26 robocop
M src/isql/isql.epp
Another fix for the -b (Bail On Error) option when SQL commands are issued and no db connection exists yet.
Apply Miroslav Penchev's patch for bug with -Q always returning 1 to the operating system, discovered by Ivan Prenosil.
2005-04-28 06:12 robocop
M src/jrd/met.epp
Misc.
2005-04-28 05:28 robocop
M src/jrd/ThreadData.cpp
Misc.
2005-04-28 05:27 robocop
M src/include/gen/msgs.h
M src/msgs/facilities.sql
M src/msgs/history.sql
Updating messages and history after Dmitry's changes.
2005-04-27 18:06 dimitr
M src/jrd/dyn_def.epp
Minor corrections.
2005-04-27 17:56 dimitr
M src/msgs/messages.sql
Minor corrections.
2005-04-26 13:51 arnobrinkman
M doc/WhatsNew
no message
2005-04-26 13:32 arnobrinkman
M src/dsql/pass1.cpp
Remove non-sense comment
2005-04-26 11:46 arnobrinkman
M src/dsql/pass1.cpp
Fix SF bug #1016969
-804 Data type unknown with searched CASE and parameters in results
2005-04-25 20:33 dimitr
M doc/WhatsNew
Updated docs.
2005-04-25 20:31 dimitr
M src/jrd/exe.cpp
Check whether a row we perform positioned update/delete against is actually fetched.
2005-04-25 19:45 dimitr
M src/jrd/vio.cpp
Corrected the returned error code.
2005-04-25 17:19 dimitr
M doc/WhatsNew
Updated docs.
2005-04-25 06:54 arnobrinkman
M src/jrd/met.epp
Add comment
2005-04-25 05:23 robocop
M src/isql/isql.epp
Fix indentation.
2005-04-24 18:32 arnobrinkman
M src/jrd/met.epp
Fix bug #1168898
With sub-select in CHECK constraint and CHECK constraint is part of domain.
A table T with single column C who uses this domain.
Then no VIEW could be created on Table T which uses simple column C.
2005-04-24 18:26 arnobrinkman
M src/dsql/pass1.cpp
Fix bug with VALUE keyword in check constraint and
bug Found by Tom Cole with VALUE keyword where VALUE represents a column
2005-04-23 12:16 dimitr
M src/jrd/Optimizer.cpp
M src/jrd/Optimizer.h
Tuned reduce factors again.
2005-04-21 17:35 arnobrinkman
M src/jrd/opt.cpp
Fix bug with ORDER BY and DISTINCT on OUTER JOIN where the ORDER BY clause was given to a deeper rse, but shouldn't because the distinct should be applied first.
Reproducable query:
SELECT
DISTINCT r.rdb$relation_name, r.rdb$relation_id
FROM
rdb$relations r
LEFT JOIN rdb$relation_fields f ON (f.rdb$relation_name = r.rdb$relation_name)
ORDER BY
r.rdb$relation_id
2005-04-20 14:30 kkuznetsov
M builds/install/arch-specific/solx86gcc/CS/pkginfo.in
M builds/install/arch-specific/solx86gcc/LIBGCC/pkginfolg.in
M builds/install/arch-specific/solx86gcc/Makefile.in
M builds/install/arch-specific/solx86gcc/SS/pkginfo.in
M configure.in
Make Solaris install scripts "unified" for sparc and x86
2005-04-20 13:06 arnobrinkman
M src/dsql/make.cpp
M src/dsql/pass1.cpp
Second fix for items-list where NULLs default descriptor shouldn't be used to determine the final output descriptor.
Only UNIONs were affected by this bug.
2005-04-20 07:47 kkuznetsov
M configure.in
Revert my previos commit as autoconf fails with 2 equally filenames beetween case
2005-04-19 09:55 arnobrinkman
M src/dsql/make.cpp
Fix bug with alias hiding datatype by datatype-list coercion
2005-04-19 08:23 kkuznetsov
M builds/posix/prefix.solaris
misc cleanup
2005-04-19 08:05 kkuznetsov
M configure.in
misc
2005-04-18 16:06 kkuznetsov
A builds/install/arch-specific/solaris/CS
A builds/install/arch-specific/solaris/CS/pkginfo.in
A builds/install/arch-specific/solaris/CS/postinstall.in
A builds/install/arch-specific/solaris/CS/postremove.in
A builds/install/arch-specific/solaris/CS/preinstall.in
A builds/install/arch-specific/solaris/CS/prototype.in
M builds/install/arch-specific/solaris/Makefile.in
A builds/install/arch-specific/solaris/SS
A builds/install/arch-specific/solaris/SS/pkginfo.in
A builds/install/arch-specific/solaris/SS/postinstall.in
A builds/install/arch-specific/solaris/SS/postremove.in
A builds/install/arch-specific/solaris/SS/preinstall.in
A builds/install/arch-specific/solaris/SS/prototype.in
M configure.in
Try to pick-up Ray Holme Solaris spark32 port into FB2 (not tested yet)
2005-04-18 03:36 robocop
M src/common/classes/tree.h
Misc.
2005-04-18 03:32 robocop
M src/jrd/ThreadData.cpp
M src/jrd/jrd.cpp
We can live with static_cast for these cases.
2005-04-18 03:26 robocop
M src/common/classes/tree.h
Be in sync with our header protection convention.
2005-04-18 03:25 robocop
M src/burp/restore.epp
Cleanup. No need to test if sizeof() is bigger than zero.
2005-04-18 03:24 robocop
M src/burp/burp.cpp
M src/dsql/parse.y
M src/remote/inet_server.cpp
Misc.
2005-04-18 03:22 robocop
M src/jrd/exe.cpp
Fix recently committed strange indentation.
2005-04-18 03:21 robocop
M src/msgs/history.sql
Keeping the history manually.
2005-04-16 18:21 dimitr
M src/dsql/ddl.cpp
Fixed issue reported by Adriano.
2005-04-16 17:28 dimitr
M src/jrd/Optimizer.cpp
Third attempt to apply reduced selectivity properly.
2005-04-16 16:57 dimitr
M src/jrd/Optimizer.cpp
Code simplification and some style corrections.
2005-04-15 14:54 dimitr
M src/jrd/Optimizer.cpp
M src/jrd/Optimizer.h
1) Fixed wrong index usage for nested loop joins (indexed relationship must be a requirement).
2) Better optimizaton for tables with zero selectivities.
3) Fixed wrong choice of index in the case of the same selectivity and number of indices.
4) Fixed wrong total selectivity calculated for compound non-equality comparisons.
5) Some constants tuning based on two weeks of the extreme testing.
Subject of Arno's review, although all my tests show much better results without any regressions.
2005-04-15 14:33 dimitr
M src/jrd/exe.cpp
Fixed yet another case of database corruption due to pre-triggers.
More to come.
2005-04-15 06:25 dimitr
M src/jrd/validation.cpp
Fixed SEGV when a broken index was being validated.
2005-04-14 17:06 alexpeshkoff
M src/jrd/jrd.cpp
M src/jrd/jrd_proto.h
M src/jrd/svc.cpp
M src/remote/inet_server.cpp
fixed windows build
2005-04-13 13:02 kkuznetsov
M builds/posix/prefix.solaris-64gcc
Some more moving from solx86 to sol-sparc-64
2005-04-13 11:46 dimitr
M src/burp/restore.epp
Fixed bug when a computed column of blob/array type zeroes the first column of the table being restored.
In short words, some data were lost during restore.
2005-04-13 07:46 kkuznetsov
M builds/posix/prefix.solaris-64gcc
Some workarounds
2005-04-13 01:06 asfernandes
M src/jrd/jrd.cpp
Fixed SF #1155520 - Any user can replace databases created by others
2005-04-11 15:33 alexpeshkoff
M src/jrd/jrd.cpp
M src/jrd/jrd_proto.h
M src/jrd/svc.cpp
M src/remote/inet_server.cpp
Shutdown SS without SYSDBA password
2005-04-09 18:48 hvlad
M src/jrd/svc.cpp
Cleanup
2005-04-09 18:44 hvlad
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/burpswi.h
M src/burp/restore.epp
M src/jrd/jrd.cpp
M src/msgs/facilities.sql
M src/msgs/messages.sql
1. New switch for gbak -RECREATE_DATABASE [OVERWRITE].
Simple RECREATE_DATABASE is equal to CREATE_DATABASE,
RECREATE_DATABASE OVERWRITE is equal to REPLACE_DATABASE.
2. gbak uses isc_dpb_overwrite to create database over existing files
3. engine overwrite existing files only if asked explicitly by
user by setting isc_dpb_overwrite to 1
4. fixed unregistered bug - when gbak uses service manager and passed
command line contains invalid switch. Service reports error and
finish but not call Service::svc_started therefore response is not
send and gbak is stalled forever
2005-04-07 14:59 kkuznetsov
A builds/posix/prefix.solaris-64gcc
Starting work to port FB2 to Solaris sparc 64 using gcc (incomplete)
2005-04-06 15:39 alexpeshkoff
M clean.sh
Force clean.sh to exit successfully
2005-04-06 13:02 kkuznetsov
M src/remote/inet.cpp
Fix my error which breaking non posix things
2005-04-06 08:46 alexpeshkoff
D builds/misc/security.gbak
removed due to new method to create security database
2005-04-05 07:08 kkuznetsov
M builds/install/misc/firebird.conf
Changed commented value of TCPNONAGLE to default 1
2005-04-05 06:47 robocop
M src/remote/inet.cpp
Style.
2005-04-04 12:57 kkuznetsov
M src/remote/protocol.cpp
Temporally block assertion on Solaris platform to go testing
2005-04-04 12:54 kkuznetsov
M builds/install/misc/firebird.conf
M src/common/config/config.cpp
M src/remote/inet.cpp
Allow setting TCP_NODELAY socket option in Classic Server
and make if default true on both arhitecture.
2005-04-04 08:33 robocop
M src/isql/extract.epp
M src/isql/show.epp
This is my first attempt in four years to fix the nonsense code I wrote for grants extraction in FB1.
2005-04-04 08:31 robocop
M src/isql/isql.epp
Isql shouldn't try to connect twice when extracting metadata, since the second attempt may produce a confusing message (the db name has been made null at this time).
2005-04-04 08:29 robocop
M src/jrd/isc_file.cpp
A better fix.
2005-04-03 10:09 robocop
M src/jrd/isc_file.cpp
The client library shouldn't throw exceptions. The loader program may be written in any language and thus C++ exceptions don't make sense.
Beware of old code that accesses strings out of bounds: Firebird::string throws an exception.
2005-04-03 07:06 robocop
M doc/README.isql_enhancements.txt
Another little change I forgot to document.
2005-04-03 06:59 robocop
M doc/README.isql_enhancements.txt
M doc/cleaning-todo.txt
M doc/sql.extensions/README.ddl.txt
Update some docos.
2005-04-03 06:58 robocop
M src/isql/isql.epp
M src/isql/show.epp
Fix chaotic output.
2005-04-02 07:07 robocop
M src/isql/isql.epp
- Temporary fix for Pavel's firebird-Field-test-1173948.
- Some little tweaks.
2005-04-02 03:51 robocop
M src/isql/extra_proto.h
M src/isql/extract.epp
M src/isql/isql.epp
I find hard to work with functions that span 800 or more lines. Therefore, I modularized process_statement. I took the opportunity to get rid of some local variables and fix performance info printing.
2005-04-02 03:10 robocop
M src/jrd/block_cache.h
M src/jrd/flu.cpp
M src/jrd/flu.h
M src/jrd/plugin_manager.cpp
M src/jrd/plugin_manager.h
M src/jrd/pwd.cpp
M src/jrd/smp.h
M src/jrd/smp_impl.h
I hope nobody will take offense because I decided to do the right spelling.
2005-04-02 02:57 robocop
M builds/win32/msvc6/instclient.dsp
M src/utilities/install/install_client.cpp
M src/utilities/install/install_nt.h
M src/utilities/install/install_reg.cpp
M src/utilities/install/install_svc.cpp
M src/utilities/install/services.cpp
Misc.
2005-04-01 10:26 dimitr
M src/jrd/pwd.cpp
Fixed lockups spotted by Claudio.
2005-03-31 15:34 dimitr
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
Let's see whether VC71 produces better code than VC60.
Previously, these modules couldn't be globally optimized (causing to server crashes).
2005-03-31 15:27 dimitr
M src/dsql/pass1.cpp
Removed the feature that was never used for the last years.
An intention was to disallow batch fetches from procedures,
but this code never worked due to recursion in PASS1_rse().
Accidentally, I've fixed the reason in FB2 and now users
observe noticable performance degradation. To keep the
performance, let's do batch fetches again. Those who are
not sure what their procedures do between suspends may
use a FOR UPDATE clause anyway.
2005-03-31 07:50 robocop
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql_proto.h
M src/isql/show.epp
1.- Replacing raw call to gds__msg_format by ISQL_msg_get; the routine was there for years and almost unused.
2.- UDFs are still created by sys_flag being NULL, so show_functions() should acknowledge that fact.
3.- Implement naive code to show an approximate script-related line number when a failure happens. (Unlike my private FB1's isql, it doesn't rely on strings subject to localization.)
4.- With SET PLANONLY ON, PLAN was activated, but with SET PLAN OFF, PLANONLY wasn't deactivated.
5.- Include isc_info_sql_stmt_get_segment among statements that are like SELECT.
6.- Solve a bad interaction between PLANONLY and SQLDA_DISPLAY, where the first being activated didn't allow to see the output XSQLDA.
7.- More error detection.
2005-03-31 06:21 robocop
M src/dsql/dsql.cpp
Misc.
2005-03-31 06:20 robocop
M src/dsql/dsql.tab.h
M src/dsql/parse.cpp
M src/dsql/parse.y
1.- Disambiguate rules between READ BLOB/INSERT BLOB and metadata definitions involving blob fields.
2.- Fix the source of DSQL crash with READ BLOB.
3.- Fix (1) has the side effect of stopping invalid DDL like
create table t(b blob 0);
2005-03-30 18:10 arnobrinkman
A doc/ods11-index-structure.html
ODS11 index structure description
2005-03-30 17:55 dimitr
M src/dsql/gen.cpp
Solved issues with EXEC PROC and input message (related to my previous changes).
2005-03-30 05:18 robocop
M src/jrd/dyn_del.epp
Fix problems caused by recent privileges-cleanup commit (mainly assigning wrong request to the requests array), spotted in source code. I guess this causes "message length error" the next time DYN_delete_relation is invoked.
2005-03-30 05:12 robocop
M src/dsql/dsql.cpp
Variables in context.
2005-03-29 17:29 dimitr
M src/jrd/drq.h
M src/jrd/dyn_del.epp
Fixed issue with remaining privileges for non-existing objects.
2005-03-29 09:48 paul_reeves
M builds/win32/msvc6/fb2control.dsp
Fix msvc6 project file for cpl applet.
2005-03-29 09:43 dimitr
M src/jrd/Optimizer.cpp
M src/jrd/dpm.epp
M src/jrd/dpm_proto.h
Moved page-level code to DPM.
2005-03-29 09:07 dimitr
M src/jrd/Optimizer.cpp
Second attempt to fix "divide by zero" issues in the optimizer.
2005-03-29 06:09 dimitr
M src/dsql/dsql.cpp
Removed short-curcuit prepare for EXEC PROC requests.
2005-03-29 05:54 dimitr
M src/jrd/dfw.epp
Correction.
2005-03-28 21:52 dimitr
M src/jrd/cmp.cpp
M src/jrd/dfw.epp
M src/jrd/exe.h
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/pcmet.epp
1) Deliver trigger type to the compiler level
2) Disallow NEW context assignments for POST-triggers
2005-03-28 19:36 dimitr
M src/jrd/dfw.epp
Solved restore issues with recent (and future) compiler changes.
2005-03-28 15:39 dimitr
M src/jrd/opt.cpp
Oops.
2005-03-28 15:29 dimitr
M src/jrd/Optimizer.cpp
Oops.
2005-03-28 15:24 dimitr
M src/jrd/Optimizer.cpp
M src/jrd/opt.cpp
Corrected previous commit + ODS11 branch.
2005-03-28 15:07 dimitr
M src/jrd/opt.cpp
Allowed navigation using an expression index.
2005-03-27 15:01 dimitr
M src/jrd/exe.cpp
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
1) Made RefetchRecord a public routine
2) Use it in EXE to avoid code duplication
3) Some alphabetical code movement
2005-03-27 04:51 robocop
M src/dsql/ddl.cpp
Fix DY's copy/paste bug.
2005-03-26 16:11 dimitr
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/dsql.tab.h
M src/dsql/metd.epp
M src/dsql/metd_proto.h
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/jrd/dyn_del.epp
Implemented RECREATE EXCEPTION and CREATE OR ALTER EXCEPTION.
2005-03-26 14:05 dimitr
M src/dsql/pass1.cpp
More parameter checks in the PSQL case.
2005-03-26 13:32 dimitr
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
Parser simplification and minor cleanup.
2005-03-26 11:43 hvlad
M src/jrd/vio.cpp
Attempt to fix bug "cannot find record fragment"
2005-03-26 11:41 hvlad
M src/jrd/tpc.cpp
Always report system transaction state as tra_commited - missing part. Thanks to Oleg LOA
2005-03-26 05:50 robocop
M src/isql/isql.h
More WAL deletion.
2005-03-26 05:40 robocop
M src/qli/picstr.cpp
Little simplification.
2005-03-26 05:39 robocop
M src/jrd/gds.cpp
Use static_cast when converting from void*, not reinterpret_cast.
2005-03-26 05:37 robocop
M src/jrd/ext.cpp
M src/jrd/ext.h
Avoid some casts and unused data members.
2005-03-26 05:33 robocop
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/isql_proto.h
M src/isql/show.epp
1.- Some small buffers with predefined lengths don't need to be allocated dynamically.
2.- ISQL_get_index_segments shouldn't overflow in extreme cases. Better print an indication that the extraction wasn't completed (ellipsis).
3.- Fix bug with EXTRACT_list table that was printing ); if it didn't find the required table. This in turn caused bugs in other functions.
4.- STDERROUT is used in all places with second argument set to true. Simplify it.
5.- Delete the code previously commented for WAL.
6.- Fix add_row and copy_table. These features were requested to be made available in release mode at v1 time by Paul Beach. They should now be able to cope with quoted identifiers, too.
7.- Complement usage of readNextInputLine when called directly to avoid reading garbage or causing memory errors.
8.- Fix several strings that should have been declared with MAXPATHLEN since the first moment.
9.- Misc bug fixes and B.O. closed.
2005-03-26 05:05 robocop
M src/msgs/facilities.sql
M src/msgs/history.sql
M src/msgs/messages.sql
Fixed one msg for isql and added others to support add_row (ADD command).
2005-03-26 05:02 robocop
M src/remote/inet_server.cpp
Simplify B.O. protection.
2005-03-26 05:01 robocop
M src/extlib/fbudf/fbudf.cpp
M src/extlib/fbudf/fbudf.h
M src/extlib/fbudf/fbudf.sql
Solve bug with AddMonth when facing January.
Include little IsLeapYear function.
2005-03-25 08:05 dimitr
M src/jrd/opt.cpp
Minor RSB tree output change.
2005-03-25 07:54 dimitr
M src/jrd/Optimizer.cpp
Fixed "wrong page type" bugcheck.
2005-03-24 21:49 arnobrinkman
M src/jrd/Optimizer.cpp
Fix bug #1169728 with explicit navigational PLAN no comparisons in the WHERE clause were matched against the navigational index
2005-03-24 21:45 arnobrinkman
M src/jrd/nav.cpp
Fix bug #1169884 with IS NULL on segments in compound index and using navigational index
2005-03-24 11:16 aafemt
M builds/posix/Makefile.in.examples
M configure.in
Comment out dirs with broken files
2005-03-23 20:35 hvlad
M src/jrd/tra.cpp
Mark system transaction state as tra_commited in TIP (it was wrongly marked as tra_dead)
2005-03-23 20:28 hvlad
M src/jrd/tpc.cpp
Patch by Adriano dos Santos Fernandes : always report system transaction state as tra_commited (it can be wrongly marked as tra_dead in the TIP)
2005-03-23 10:32 alexpeshkoff
M src/remote/inet_server.cpp
fixed 2 BOFs, cleanup
2005-03-23 10:24 aafemt
M configure.in
Missed directories
2005-03-23 10:10 aafemt
M src/isql/isql.epp
Fix for Field-test item #1168910
2005-03-23 08:20 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
Install msvc runtimes in <sys>; ship msvc runtimes with embedded; Assume MSVC 7 is default compiler.
2005-03-23 07:14 dimitr
M src/dsql/dsql.cpp
Fixed server crashes related to some plan buffer overflows.
2005-03-22 13:36 tsteinmaurer
M builds/install/arch-specific/win32/de/installation_liesmich.txt
M builds/install/arch-specific/win32/de/liesmich.txt
German translation for the Firebird 2.0 Alpha 1 installer added
2005-03-20 13:55 alexpeshkoff
M src/remote/interface.cpp
fix gcc warning
2005-03-20 13:52 alexpeshkoff
M src/jrd/opt.cpp
fix gcc warnings
2005-03-20 12:48 alexpeshkoff
M builds/install/arch-specific/linux/classic/postinstall.sh.in
fix examples in package
2005-03-20 11:11 alexpeshkoff
M builds/install/misc/aliases.conf.in
fix examples in package
2005-03-20 11:00 alexpeshkoff
M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
M configure.in
fix examples in package
2005-03-20 10:06 alexpeshkoff
M src/misc/writeBuildNum.sh
Updated package version
2005-03-20 04:35 robocop
M src/utilities/fbcpl/ctrlpan.h
M src/utilities/fbcpl/fbdialog.cpp
M src/utilities/fbcpl/fbdialog.h
M src/utilities/fbcpl/fbpanel.cpp
M src/utilities/fbcpl/fbpanel.h
Solve several issues in the recently posted Control Panel applet:
- Cleanup.
- Adjust the #ifdef protecting headers to our style.
- Correct some C++ misuses like redundant casts and switch-case without break.
- Correct some CString and Win32 API misuses that lead either to random failures or memory leaks.
- Be consistent with bool and constness.
2005-03-20 04:26 robocop
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
M src/jrd/opt.cpp
M src/utilities/gsec/gsec.h
M src/utilities/install/install_svc.cpp
Misc.
2005-03-20 04:21 robocop
M builds/win32/msvc6/fb2control.dsp
Fixing the MSVC6 build after Paul Reeves' changes, second part.
2005-03-19 16:55 dimitr
M src/jrd/Optimizer.cpp
M src/jrd/opt.cpp
1) Fixed bug with the lost sort node that caused unordered data to be returned.
2) Fixed badly optimized join orders in triggers.
2005-03-19 07:51 robocop
M builds/win32/msvc6/fb2control.dsp
Fixing the MSVC6 build after Paul Reeves' changes.
2005-03-18 11:25 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
M builds/win32/make_all.bat
M builds/win32/msvc7/Firebird2.sln
M builds/win32/msvc7/fb2control.vcproj
M src/jrd/isc_version.h
Final tweaks for Win32 Alpha1 builds.
2005-03-18 09:23 paul_reeves
M src/iscguard/iscguard.h
M src/utilities/fbcpl/FBControl.rc
M src/utilities/fbcpl/fbcontrol.def
M src/utilities/fbcpl/fbdialog.cpp
M src/utilities/fbcpl/fbdialog.h
M src/utilities/fbcpl/fbpanel.cpp
M src/utilities/fbcpl/fbpanel.h
Minor fixes to make cpl applet compatible with fb2 codebase.
2005-03-18 09:20 paul_reeves
M src/utilities/install/install_nt.h
M src/utilities/install/install_svc.cpp
M src/utilities/install/servi_proto.h
M src/utilities/install/services.cpp
forward port service descriptions from fb 1.5
2005-03-18 05:13 aafemt
D builds/install/arch-specific/mingw/super/FirebirdInstall_15.iss
M builds/install/arch-specific/mingw/super/Readme.txt
D builds/install/arch-specific/mingw/super/firebird_install_logo1.bmp
D builds/install/arch-specific/mingw/super/installation_readme.txt
Drop outdated duplicates
2005-03-16 14:46 paul_reeves
M builds/install/arch-specific/win32/installation_readme.txt
Bring installation_readme.txt up-to-date.
2005-03-16 13:16 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
M src/jrd/isc_version.h
Minor fix to Win32 build script. Sync isc_version.h.
2005-03-16 10:53 paul_reeves
M builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc
M builds/install/arch-specific/win32/FirebirdInstallSupportFunctions.inc
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
Improve detection of previous Windows installs.
2005-03-16 10:51 paul_reeves
A builds/install/arch-specific/win32/pl
A builds/install/arch-specific/win32/pl/custom_messages_pl.inc
A builds/install/arch-specific/win32/pl/czytajto.txt
A builds/install/arch-specific/win32/pl/instalacja_czytajto.txt
Add Polish translation of Win32 installer.
2005-03-16 01:08 robocop
M builds/install/arch-specific/win32/Readme.txt
We renamed the list to become firebird-support a lot of time ago.
2005-03-16 01:04 robocop
M builds/install/arch-specific/linux/classic/postinstall.sh.in
M builds/install/arch-specific/linux/misc/changeDBAPassword.sh.in
M builds/install/arch-specific/linux/misc/changeGdsLibraryCompatibleLink.sh.in
Fixing typos
2005-03-15 11:46 alexpeshkoff
M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
removed unused link /usr/include/gds.h
2005-03-15 09:27 paul_reeves
A builds/install/arch-specific/win32/ba
A builds/install/arch-specific/win32/ba/Instalacija_ProcitajMe.txt
A builds/install/arch-specific/win32/ba/ProcitajMe.txt
A builds/install/arch-specific/win32/ba/custom_messages_ba.inc
Add Bosnian translation of Win32 installer.
2005-03-15 07:33 kkuznetsov
M src/jrd/isc_s_proto.h
Cleanup unneeded extern "C"
2005-03-15 02:09 robocop
M src/jrd/jrd.cpp
Fix role parsing bug. I warned the committer five months ago, but it got lost among his duties, so I'm fixing it now with the same suggestion I gave then.
Demonstration:
SQL> connect isqltest.fdb role "your bug""""is here";
and see what you get inside options.dpb_role_name in jrd.cpp at line 946.
2005-03-14 18:08 dimitr
M doc/README.user.embedded
Minor corrections
2005-03-14 14:55 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
M builds/install/arch-specific/win32/Readme.txt
M builds/install/arch-specific/win32/installation_readme.txt
Update Win32 install scripts, and readme's.
2005-03-14 14:50 kkuznetsov
M builds/install/arch-specific/solx86gcc/CS/prototype.in
Solaris install system: classic
2005-03-14 14:48 paul_reeves
M builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc
M builds/install/arch-specific/win32/custom_messages.inc
M builds/install/arch-specific/win32/de/custom_messages_de.inc
M builds/install/arch-specific/win32/fr/custom_messages_fr.inc
M builds/install/arch-specific/win32/hu/custom_messages_hu.inc
M builds/install/arch-specific/win32/pt/custom_messages_pt.inc
M builds/install/arch-specific/win32/si/custom_messages_si.inc
make custom_messages.inc more version agnostic.
2005-03-14 14:41 paul_reeves
M builds/win32/msvc6/Firebird2.dsw
A builds/win32/msvc6/fb2control.dsp
Add fb2control.dsp
2005-03-14 14:36 paul_reeves
M builds/win32/msvc7/Firebird2.sln
A builds/win32/msvc7/fb2control.vcproj
M builds/win32/msvc7/instclient.vcproj
Add fbcontrol.vcproj. Bring instclient.vcproj file into line with 7.1
2005-03-14 14:29 paul_reeves
M src/jrd/isc_version.h
Update isc_version.h to keep installers, o/s versioning and ibx happy.
2005-03-14 14:17 paul_reeves
A src/utilities/fbcpl
A src/utilities/fbcpl/FBControl.rc
A src/utilities/fbcpl/ctrlpan.cpp
A src/utilities/fbcpl/ctrlpan.h
A src/utilities/fbcpl/fbcontrol.clw
A src/utilities/fbcpl/fbcontrol.cpp
A src/utilities/fbcpl/fbcontrol.def
A src/utilities/fbcpl/fbcontrol.h
A src/utilities/fbcpl/fbdialog.cpp
A src/utilities/fbcpl/fbdialog.h
A src/utilities/fbcpl/fbpanel.cpp
A src/utilities/fbcpl/fbpanel.h
A src/utilities/fbcpl/res
A src/utilities/fbcpl/res/fbcontrol.rc2
A src/utilities/fbcpl/res/server.ico
A src/utilities/fbcpl/res/server_stop.ico
A src/utilities/fbcpl/resource.h
A src/utilities/fbcpl/stdafx.cpp
A src/utilities/fbcpl/stdafx.h
forward port the source for the cpl applet.
2005-03-13 16:12 alexpeshkoff
M configure.in
merge 1.5 install files to 2.0
2005-03-13 16:04 alexpeshkoff
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/classic/rpmheader.txt.in
M builds/install/arch-specific/linux/misc/changeDBAPassword.sh.in
A builds/install/arch-specific/linux/misc/changeGdsLibraryCompatibleLink.sh.in
A builds/install/arch-specific/linux/misc/createAliasDB.sh.in
M builds/install/arch-specific/linux/misc/firebird.init.d.debian.in
M builds/install/arch-specific/linux/misc/firebird.init.d.mandrake.in
M builds/install/arch-specific/linux/misc/firebird.init.d.suse.in
M builds/install/misc/changeDBAPassword.sh.in
A builds/install/misc/fb_config.in
merge 1.5 install files to 2.0
2005-03-13 12:17 arnobrinkman
M src/dsql/make.cpp
Fix typos found by Tom Cole
2005-03-13 05:36 robocop
M src/jrd/isc_file.cpp
After Dmitry fixed improper loopback connection via XNET on 2005-03-09, I can no longer connect locally on Win32. Here's the fix.
2005-03-12 02:46 robocop
M src/jrd/functions.cpp
Little correction.
2005-03-11 15:20 kkuznetsov
A builds/install/arch-specific/solx86gcc/CS
A builds/install/arch-specific/solx86gcc/CS/pkginfo.in
A builds/install/arch-specific/solx86gcc/CS/postinstall.in
A builds/install/arch-specific/solx86gcc/CS/postremove.in
A builds/install/arch-specific/solx86gcc/CS/preinstall.in
A builds/install/arch-specific/solx86gcc/CS/prototype.in
A builds/install/arch-specific/solx86gcc/LIBGCC
A builds/install/arch-specific/solx86gcc/LIBGCC/pkginfolg.in
A builds/install/arch-specific/solx86gcc/LIBGCC/prototypelg.in
A builds/install/arch-specific/solx86gcc/SS
A builds/install/arch-specific/solx86gcc/SS/pkginfo.in
A builds/install/arch-specific/solx86gcc/SS/postinstall.in
A builds/install/arch-specific/solx86gcc/SS/postremove.in
A builds/install/arch-specific/solx86gcc/SS/preinstall.in
A builds/install/arch-specific/solx86gcc/SS/prototype.in
Solaris packaging system next parts (incomplete)
2005-03-11 15:00 kkuznetsov
M configure.in
Solaris install system
2005-03-11 14:54 kkuznetsov
M builds/install/arch-specific/solx86gcc/Makefile.in
A builds/install/misc/aliases.conf.in
A builds/install/misc/firebird.init.d.Solaris.in
Solaris install system parts incomplete
2005-03-11 08:34 dimitr
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/req.h
Removed unused crap.
2005-03-11 00:34 robocop
M doc/WhatsNew
Misc.
2005-03-10 10:27 aafemt
M src/jrd/Optimizer.cpp
There is no need for MSVC hacks if MSVC is not used
2005-03-10 10:23 aafemt
M src/remote/inet.cpp
no more THD_* stuff in client
2005-03-10 02:35 robocop
M doc/README.isql_enhancements.txt
M doc/sql.extensions/README.ddl.txt
Write my pending documentation.
2005-03-09 16:26 dimitr
M src/remote/interface.cpp
Fixed improper loopback connection via XNET.
2005-03-09 10:24 hvlad
M builds/win32/make_boot.bat
M builds/win32/run_all.bat
1. Take in account CLEAN parameter when builded build_msg and codes. This decreased build time
2. run_all now produced RELEASE builds
2005-03-09 10:17 hvlad
M builds/win32/msvc7/build_msg.vcproj
Direct DEBUG build to debug directory
2005-03-09 06:53 skidder
M src/isql/isql.epp
Calling clear_history like that breaks the builds. But even when build is fixed, call like that causes SIGSEGV due to editline history not being initalized when ISQL is used in non-interactive mode. Since clear_history doesn't free all the editline memory there is no big point in using it here anyways...
2005-03-07 22:59 arnobrinkman
M src/jrd/Optimizer.cpp
fix divide by zero issues and add some comments
2005-03-07 15:14 dimitr
M doc/WhatsNew
Decribed recent changes.
2005-03-07 07:37 robocop
M builds/win32/make_all.bat
Include fbembed in MSVC6 build.
2005-03-05 01:44 robocop
M builds/install/arch-specific/freebsd/install.sh.in
M builds/install/arch-specific/netbsd/install.sh.in
M builds/install/arch-specific/sinixz/prototype.in
M builds/install/arch-specific/win32/installation_readme.txt
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.libfbclient
M builds/posix/Makefile.in.libfbembed
M builds/posix/Makefile.in.refDatabases
M doc/README.NTSecurity
M doc/README.instsvc
M doc/README.sha1
M doc/README.user.embedded
M doc/WhatsNew
M src/dbs/security.gdl
Correct some files to refer to FB2 and security2.fdb
2005-03-04 10:08 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
M builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc
M builds/install/arch-specific/win32/FirebirdInstall_20.iss
A builds/install/arch-specific/win32/strip_comments.sed
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbclient_static.vcproj
Update Win32 MSVC7 project files. Fix some Win32 packaging issues.
2005-03-04 09:21 robocop
M src/isql/isql.h
Totally misc.
2005-03-04 09:17 robocop
M src/isql/isql.epp
M src/isql/isql.h
1.- Stop possible crash with long terminators. Pending other checks for the future.
2.- Complete Damyan Ivanov's patch to allow BAIL detect really most error conditions.
3.- Create two functions to handle part of the bulky processing of isql's built-in commands.
4.- Make SET SQLDA_DISPLAY work in release versions and derive functionality to two new functions.
5.- Change Borland's moronic usage of a FIFO implemented in a linked list to handle the needs of a LIFO, simplying code and avoiding the associated logic pain.
6.- Avoid several SQL> prompts when using the INPUT command interactively.
7.- Free several resources on exit. Stop some additional memory leaks.
8.- Signal we are processing the INPUT command only when the file can be opened.
9.- Put the cursor declaration inside the code protected for scrollable cursors, in case it's needed there, since isql doesn't do positioned updates.
Remember to report random behavior, crashes, segmentation faults, core dumps and BSOD's.
2005-03-04 01:01 robocop
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbclient_static.dsp
Make FB2 buildable with MSVC6 again after Konstantin's changes.
2005-03-04 00:01 robocop
M builds/posix/firebird.vers
M src/dsql/ddl.cpp
M src/jrd/ThreadData.cpp
M src/jrd/btn.cpp
M src/utilities/guard/util.cpp
Totally misc.
2005-03-04 00:00 robocop
M src/jrd/isc_s_proto.h
Please be more careful with the nesting of macros v/s extern "C".
2005-03-01 17:53 dimitr
M src/jrd/svc.cpp
M src/jrd/svc.h
Apply forgotten patch from v1.5.x which allows "gbak -se" to work again.
2005-03-01 15:49 kkuznetsov
M builds/posix/Makefile.in.client.gfix
M builds/posix/Makefile.in.embed.gfix
M builds/posix/firebird.vers
M builds/posix/make.shared.variables
M builds/posix/prefix.mingw
M builds/posix/prefix.solaris
M builds/posix/prefix.solx86
M builds/posix/prefix.solx86gcc
A src/jrd/ThreadData.cpp
M src/jrd/isc_s_proto.h
M src/jrd/sch_proto.h
M src/jrd/thd.cpp
Splitting thd.cpp into 2 files
ThreadData.cpp - thread control class to use in Client
thd.cpp - thread control class to use in Server
To avoid making global visibility of a lot of THD_* ISC_event and so functions in libfbclient.so
(Can be breakable but needed)
2005-03-01 15:24 kkuznetsov
M src/utilities/guard/util.cpp
M src/utilities/ibmgr/srvrmgr.cpp
Make util's compilable on Solaris_mt
2005-03-01 15:10 kkuznetsov
M builds/posix/Makefile.in.client.util
Fix error in makefile
2005-03-01 14:53 paul_reeves
M builds/win32/make_examples.bat
Append .txt to readme when generating Win32 examples kit.
2005-03-01 14:42 paul_reeves
M examples/readme
Bring the instructions up to date
2005-02-27 22:29 arnobrinkman
M src/jrd/btn.cpp
Very little optimization
2005-02-26 18:54 hvlad
M builds/win32/make_all.bat
output\security.fbk renamed to security2.fbk
2005-02-26 18:22 hvlad
M builds/win32/prepare.bat
Correction
2005-02-25 14:17 paul_reeves
M builds/win32/prepare.bat
Remove misplaced CR/LF
2005-02-24 17:56 alexpeshkoff
M src/jrd/execute_statement.cpp
Fixed SF bug #1124720
2005-02-24 17:09 alexpeshkoff
M configure.in
removed dependency from libssl
2005-02-24 12:24 alexpeshkoff
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/preuninstall.sh.in
M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
M builds/install/arch-specific/linux/super/postinstall.sh.in
M builds/install/arch-specific/linux/super/preuninstall.sh.in
M builds/install/misc/CSchangeRunUser.sh.in
M builds/install/misc/CSrestoreRootRunUser.sh.in
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.refDatabases
M builds/posix/make.defaults
M builds/posix/make.shared.targets
M builds/win32/make_all.bat
M builds/win32/prepare.bat
M src/dbs/security.sql
M src/dsql/dsql.tab.h
M src/dsql/parse.cpp
M src/include/gen/ids.h
M src/install/arch-specific/solx86gcc/CS/prototype.in
M src/jrd/jrd.cpp
M src/jrd/jrd_pwd.h
M src/jrd/svc.cpp
M src/misc/upgrade/v2/security_database.txt
M src/remote/inet_server.cpp
M src/utilities/gsec/security.epp
Changed name to security2.fdb
2005-02-24 06:27 robocop
M builds/install/arch-specific/win32/i18n_readme.txt
Totally misc.
2005-02-22 22:12 arnobrinkman
M src/jrd/opt.cpp
Fix bug with index navigation were both dependent streams and free streams are performed in a inner join list
2005-02-22 21:04 arnobrinkman
M src/jrd/opt.cpp
Fix, aggregate functions were also delivered from HAVING to the WHERE clause
2005-02-22 06:32 dimitr
M src/jrd/btr.cpp
More complete fix for DESC indices.
2005-02-22 05:51 dimitr
M src/jrd/Optimizer.cpp
Fixed more issues with explicit plans.
2005-02-21 20:32 dimitr
M src/jrd/opt.cpp
Fixed SEGV related to explicit plans.
2005-02-21 20:07 arnobrinkman
M src/jrd/btr.cpp
Fix segment-selectivity values for descending indexes, reported by Dmitry Yemanov
2005-02-21 13:18 dimitr
M src/dsql/ddl.cpp
M src/dsql/pass1.cpp
Simplify code paths a bit.
2005-02-21 12:48 dimitr
M src/dsql/dsql.tab.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
Simplify code paths a bit.
2005-02-21 06:01 robocop
M doc/README.Optimizer.txt
M src/jrd/Optimizer.cpp
M src/jrd/isc_file.cpp
M src/jrd/opt.cpp
Misc.
2005-02-20 08:35 dimitr
M src/common/classes/timestamp.cpp
no message
2005-02-19 10:37 dimitr
M src/common/classes/timestamp.cpp
Fixed bug with WEEKDAY.
2005-02-17 15:04 paul_reeves
A builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc
A builds/install/arch-specific/win32/FirebirdInstallSupportFunctions.inc
D builds/install/arch-specific/win32/FirebirdInstall_15.iss
A builds/install/arch-specific/win32/FirebirdInstall_20.iss
A builds/install/arch-specific/win32/custom_messages.inc
A builds/install/arch-specific/win32/i18n_readme.txt
A builds/install/arch-specific/win32/installation_scripted.txt
D builds/install/arch-specific/win32/setenvvar.bat
Add supporting files to build Win32 packages
2005-02-17 14:53 paul_reeves
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
M builds/install/arch-specific/win32/Readme.txt
M builds/install/arch-specific/win32/installation_readme.txt
Major overhaul of Win32 package building script. Update win32 readme and install readme.
2005-02-17 14:49 paul_reeves
A builds/install/arch-specific/win32/de
A builds/install/arch-specific/win32/de/custom_messages_de.inc
A builds/install/arch-specific/win32/de/installation_liesmich.txt
A builds/install/arch-specific/win32/de/liesmich.txt
A builds/install/arch-specific/win32/fr
A builds/install/arch-specific/win32/fr/custom_messages_fr.inc
A builds/install/arch-specific/win32/fr/documents-en-francais.txt
A builds/install/arch-specific/win32/fr/installation_lisezmoi.txt
A builds/install/arch-specific/win32/fr/lisezmoi.txt
A builds/install/arch-specific/win32/hu
A builds/install/arch-specific/win32/hu/custom_messages_hu.inc
A builds/install/arch-specific/win32/hu/olvass_el.txt
A builds/install/arch-specific/win32/hu/telepitesi_segedlet.txt
A builds/install/arch-specific/win32/pt
A builds/install/arch-specific/win32/pt/custom_messages_pt.inc
A builds/install/arch-specific/win32/pt/instalacao_leia-me.txt
A builds/install/arch-specific/win32/pt/leia-me.txt
A builds/install/arch-specific/win32/si
A builds/install/arch-specific/win32/si/custom_messages_si.inc
A builds/install/arch-specific/win32/si/instalacija_precitajMe.txt
Forward port i18n strings for Win32 installer from Fb 1.5
2005-02-17 13:07 kkuznetsov
M src/jrd/svc.cpp
More cleaning
2005-02-17 12:51 kkuznetsov
M src/extern/editline/configure
M src/extern/editline/configure.in
M src/gpre/cob.cpp
M src/include/firebird.h
SOLARIS cleanup
2005-02-17 12:42 kkuznetsov
M src/common/classes/locks.h
M src/common/classes/semaphore.h
Comments cleanup
2005-02-17 10:46 paul_reeves
M builds/win32/make_all.bat
Tidy up error handling in make_all.bat.
2005-02-17 10:45 paul_reeves
M builds/win32/msvc7/Firebird2.sln
M builds/win32/msvc7/instclient.vcproj
Add instclient to MSVC7 solution.
2005-02-17 07:29 hvlad
M src/jrd/cch.cpp
Temporary fix to prevent 100% cpu load in case of write failure
2005-02-17 07:28 hvlad
M src/jrd/os/win32/winnt.cpp
Fix wrong error (write failure) detection
2005-02-17 00:19 arnobrinkman
A doc/README.Optimizer.txt
First draft optimizer enhancements doc
2005-02-17 00:17 arnobrinkman
M src/jrd/Optimizer.cpp
M src/jrd/Optimizer.h
cosmetic changes
2005-02-16 10:29 kkuznetsov
M configure.in
FW fixes from 1.5.2
2005-02-16 08:46 dimitr
M builds/win32/msvc7/fbclient.vcproj
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
Fixed the default memory management in fbclient.
Avoid crashing the server when fbclient is used in its address space.
2005-02-15 12:17 arnobrinkman
M src/jrd/opt.cpp
Allow some more complex expressions to be unmapped
2005-02-15 11:52 dimitr
M src/jrd/Optimizer.cpp
M src/jrd/opt.cpp
Minor stuff.
2005-02-15 10:03 fsg
M src/jrd/Optimizer.cpp
Fix Claudio's fix.
FSG
2005-02-15 06:39 robocop
M src/jrd/Optimizer.cpp
Temporary fix for problems reported by Alex and Frank.
Since this is Arno's new file, I didn't want to touch more.
Folks may prefer to use the ugly MIN/MAX macros (which I abhor) instead of the template versions in xutility, but I digress.
2005-02-14 21:02 fsg
M builds/posix/make.shared.variables
Add Optimizer.cpp to posix build.
FSG
2005-02-14 18:51 arnobrinkman
M src/jrd/Optimizer.cpp
M src/jrd/opt.cpp
simplify code and some cosmetic changes
2005-02-14 13:27 kkuznetsov
M src/jrd/isc_file.cpp
Add Solaris coge for Mnt::get
2005-02-14 06:05 robocop
M src/jrd/Optimizer.cpp
M src/jrd/Optimizer.h
Don't know if gcc is going to accept the const member functions. There's a MemoryPool in the middle.
2005-02-14 05:56 robocop
M src/jrd/cmp.cpp
M src/jrd/opt.cpp
M src/jrd/pag.cpp
Misc.
2005-02-14 05:54 robocop
M src/dsql/pass1.cpp
Do not make a new branch if the code is the same but with a different variable.
2005-02-14 05:51 robocop
M src/dsql/make.cpp
Put common code into functions.
2005-02-13 18:03 alexpeshkoff
M src/common/classes/fb_string.h
add constness
2005-02-13 11:38 arnobrinkman
M src/jrd/opt.cpp
Fix wrong commit, thanks to Claudio!
2005-02-13 00:37 asfernandes
M src/dsql/make.cpp
NULL literals should have DSC_nullable in dsc_flags
2005-02-12 17:06 arnobrinkman
M src/jrd/Optimizer.cpp
M src/jrd/Optimizer.h
Remove some temp-code that was still left
2005-02-11 09:09 robocop
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
Misc.
2005-02-11 07:06 robocop
M builds/win32/make_examples.bat
M builds/win32/prepare.bat
M doc/sql.extensions/README.context_variables2
Misc.
2005-02-10 23:05 arnobrinkman
M src/jrd/opt.cpp
Remove unneeded comment-blocks
2005-02-10 22:54 arnobrinkman
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
A src/jrd/Optimizer.cpp
A src/jrd/Optimizer.h
M src/jrd/opt.cpp
Add new optimizer logic for handling :
ODS11:
- segment-selectivity
- better support for IS NULL
- better support for STARTING WITH
- matching both OR and AND nodes to indexes
- pick better JOIN order based on cost rules
ODSx:
- Indexed order on OUTER JOIN queries
2005-02-10 21:14 arnobrinkman
M src/dsql/pass1.cpp
1) Make ordinal working on select list which contain an asterisk
Examples:
SELECT * FROM RDB$RELATIONS ORDER BY 9
SELECT R.* FROM RDB$RELATIONS R ORDER BY 9
2) Add ORDER BY <alias> and GROUP BY <alias>
Examples:
SELECT RDB$RELATION_ID AS ID
FROM RDB$RELATIONS ORDER BY ID
SELECT
RDB$RELATION_NAME AS ID,
Count(*)
FROM
RDB$RELATION_FIELDS
GROUP BY
ID
2005-02-10 13:37 hvlad
M src/jrd/btr.cpp
Fix AV when expression index is created
2005-02-10 10:21 kkuznetsov
M src/gpre/gpre.h
Fix including FTN_fini refences into gpre_boot while configured with fortran
2005-02-09 23:48 skidder
M doc/WhatsNew
Improve English
2005-02-09 23:21 skidder
M src/jrd/pag.cpp
Please GCC
2005-02-09 23:03 skidder
M src/jrd/ods.h
M src/jrd/pag.cpp
Re-enable the ODS architecture compatibility check disabled by Deej 10 years ago
2005-02-08 21:23 hvlad
M src/jrd/btr.cpp
M src/jrd/idx.cpp
Fix bug SF #1076858
2005-02-08 14:59 paul_reeves
M builds/win32/make_all.bat
M builds/win32/make_boot.bat
M builds/win32/make_examples.bat
M builds/win32/prepare.bat
M builds/win32/setenvvar.bat
Some enhancements and fixes for the Win32 build scripts.
2005-02-08 14:55 paul_reeves
M examples/empbuild/empbld.sql
M examples/empbuild/empbuild.e
M examples/empbuild/empddl.sql
M examples/empbuild/intlbld.e
Bring employee database up to dialect 3
2005-02-07 09:00 robocop
M src/isql/isql.epp
sqldaid and sqldabc are unused crap borrowed from IBM 15 years ago.
Don't show them as they contain garbage.
2005-02-06 14:08 dimitr
M src/jrd/cmp.cpp
1) Reworked logic of view updates (never apply validation code to views)
2) Cleanup and code refactoring
My tests didn't notice any failures yet, but some issues should be expected anyway.
2005-02-06 13:15 asfernandes
M doc/WhatsNew
M src/dsql/pass1.cpp
Fixed SF #1116809 - Incorrect data type conversion
2005-02-05 12:48 dimitr
M src/dsql/ddl.cpp
Fixed some metadata issues with views.
2005-02-05 10:30 fsg
M builds/posix/Makefile.in.client.gbak
M builds/posix/Makefile.in.client.gdef
M builds/posix/Makefile.in.client.gfix
M builds/posix/Makefile.in.client.gpre
M builds/posix/Makefile.in.client.isql
M builds/posix/Makefile.in.client.qli
M builds/posix/Makefile.in.client.util
Fixed posix superserver build.
FSG
2005-02-04 09:58 robocop
A doc/README.isql_enhancements.txt
A doc/sql.extensions/README.ddl.txt
To do's.
2005-02-03 14:26 dimitr
M doc/WhatsNew
no message
2005-02-03 14:07 dimitr
M src/remote/xnet.cpp
Allow XNET connections from the same process (e.g. from UDFs).
2005-02-03 13:57 paul_reeves
A builds/win32/msvc7/Firebird2_Examples.sln
A builds/win32/msvc7/empbuild.vcproj
A builds/win32/msvc7/intlbuild.vcproj
Add Firebird2_examples solution. Note that this is for VS 7.1, not 7.0
2005-02-02 11:57 paul_reeves
M builds/win32/msvc7/alice_classic.vcproj
M builds/win32/msvc7/burp_classic.vcproj
M builds/win32/msvc7/dsql_server_classic.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/fb_lock_print.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbguard.vcproj
M builds/win32/msvc7/fbserver.vcproj
M builds/win32/msvc7/fbudf.vcproj
M builds/win32/msvc7/gbak.vcproj
M builds/win32/msvc7/gdef.vcproj
M builds/win32/msvc7/gds32.vcproj
M builds/win32/msvc7/gfix.vcproj
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gsec.vcproj
M builds/win32/msvc7/gsplit.vcproj
M builds/win32/msvc7/gstat.vcproj
M builds/win32/msvc7/ib_udf.vcproj
M builds/win32/msvc7/ib_util.vcproj
M builds/win32/msvc7/instclient.vcproj
M builds/win32/msvc7/instreg.vcproj
M builds/win32/msvc7/instsvc.vcproj
M builds/win32/msvc7/intl.vcproj
M builds/win32/msvc7/isql.vcproj
M builds/win32/msvc7/lock_classic.vcproj
M builds/win32/msvc7/nbackup.vcproj
M builds/win32/msvc7/qli.vcproj
M builds/win32/msvc7/remote_classic.vcproj
M builds/win32/msvc7/utilities_classic.vcproj
Set all VS 7.1 project files to output binaries into the same directory.
2005-02-02 11:22 alexpeshkoff
M src/common/classes/string_test.cmd
misc
2005-02-02 03:59 skidder
M doc/sql.extensions/README.context_variables2
Update documentation for context variables
2005-02-01 23:55 arnobrinkman
M doc/sql.extensions/README.case
M doc/sql.extensions/README.coalesce
A doc/sql.extensions/README.data_type_results_of_aggregations.txt
M doc/sql.extensions/README.derived_tables.txt
M doc/sql.extensions/README.nullif
update readme's with method used for determing result data type
2005-02-01 21:12 dimitr
M src/misc/writeBuildNum.sh
Dummy commit
2005-02-01 20:05 dimitr
M src/jrd/exe.h
Cleanup.
2005-02-01 19:36 dimitr
M src/misc/writeBuildNum.sh
Updated the version string.
2005-02-01 15:02 hvlad
M src/jrd/idx.cpp
M src/jrd/vio.cpp
Temporary disable precise PK\FK constraints checking logic
2005-02-01 14:39 arnobrinkman
M src/jrd/opt.cpp
fix some dependency issues
2005-01-31 07:28 robocop
M src/jrd/dyn_del.epp
Fix SF Bug #1111570 by changing the deletion order in sys tables.
2005-01-30 11:44 alexpeshkoff
M src/common/classes/string_test.cmd
M src/common/classes/string_test.cpp
license + misc
2005-01-30 02:14 robocop
M src/dsql/parse.cpp
Regenerate parse.cpp after Nickolay's changes.
2005-01-30 02:13 robocop
M src/dsql/pass1.cpp
Misc.
2005-01-29 09:22 robocop
M src/remote/inet.cpp
Fix recent commit by Frank. I cannot compile to verify.
2005-01-28 14:07 dimitr
M doc/sql.extensions/README.expression_indices
M doc/sql.extensions/README.rows
More docs.
2005-01-28 06:52 robocop
M doc/ambiguity.txt
M doc/sql.extensions/README.PSQL_stack_trace.txt
M doc/sql.extensions/README.derived_tables.txt
Little corrections.
2005-01-27 15:02 arnobrinkman
M src/jrd/evl.cpp
M src/jrd/idx.cpp
little optimalization
2005-01-27 14:33 arnobrinkman
M src/jrd/btr.cpp
Fix duplicate checking for unique indexes
2005-01-27 13:19 fsg
M src/remote/inet.cpp
get it built again
2005-01-27 03:10 robocop
M examples/api/api1.c
M examples/api/api10.c
M examples/api/api11.c
M examples/api/api12.c
M examples/api/api13.c
M examples/api/api14.e
M examples/api/api15.c
M examples/api/api16.c
M examples/api/api16t.c
M examples/api/api2.c
M examples/api/api3.c
M examples/api/api4.c
M examples/api/api5.c
M examples/api/api6.c
M examples/api/api7.c
M examples/api/api8.c
M examples/api/api9.c
M examples/api/api9f.c
M examples/api/api9f.def
M examples/api/apifull.c
M examples/api/example.def
M examples/api/winevent.c
M examples/api/winevent.def
M examples/api/winevent.rc
M examples/dyn/dyn1.e
M examples/dyn/dyn2.e
M examples/dyn/dyn3.e
M examples/dyn/dyn4.e
M examples/dyn/dyn5.e
M examples/dyn/dynfull.e
M examples/include/align.h
M examples/include/example.h
M examples/stat/stat1.e
M examples/stat/stat10.e
M examples/stat/stat11.e
M examples/stat/stat12.e
M examples/stat/stat12t.e
M examples/stat/stat2.e
M examples/stat/stat3.e
M examples/stat/stat4.e
M examples/stat/stat6.e
M examples/stat/stat7.e
M examples/stat/stat8.e
M examples/stat/stat9.e
Clean the examples.
When the build scripts are revised, it will be able to check the changes.
2005-01-26 23:31 arnobrinkman
A doc/sql.extensions/README.derived_tables.txt
no message
2005-01-26 23:30 arnobrinkman
A doc/ambiguity.txt
FB2.0 changes regarding ambiguity and aliases
2005-01-26 18:04 skidder
M src/jrd/exe.cpp
Fix possible engine lock-up/crash when 'RELEASE SAVEPOINT xxx ONLY' syntax is used or when existing savepoint name is reused in transaction context (when old savepoint with the save name is implicitly released)
2005-01-26 18:02 alexpeshkoff
M src/common/config/dir_list.cpp
M src/common/config/dir_list.h
M src/jrd/ext.cpp
added feature (requested by Dmitry) - first path in ExternalFilesAccess
is used as default when external file is to be initially created
2005-01-26 14:52 hvlad
M src/dsql/parse.y
Allow EXECUTE BLOCK to work with blob parameters.
2005-01-26 14:49 hvlad
A doc/sql.extensions/README.PSQL_stack_trace.txt
New readme
2005-01-26 10:37 aafemt
M src/isql/isql.epp
LF already have been killed in readNextInputLine()
2005-01-26 08:04 robocop
M src/jrd/dyn_def.epp
Fix the error message for SF Bug #1108909
We want to say we don't have rights to the base table/view, not to the view we are creating, of course.
2005-01-26 08:03 robocop
M src/jrd/cvt2.cpp
Fix one cause of SF Bug #1108909
We should honor embedded spaces in quoted identifiers.
2005-01-26 07:33 hvlad
M doc/WhatsNew
Correction
2005-01-26 04:44 robocop
M src/jrd/met.epp
Solve metadata bug with MET_lookup_relation not finding the already loaded relation and hence not locking rel_existence_lock when required.
2005-01-26 04:21 robocop
M src/misc/headers.sed
Our public ibase.h contains references to internal files. Fix the build process.
2005-01-26 03:33 robocop
M builds/win32/make_examples.bat
Hide error message if there's nothing to delete.
2005-01-26 01:27 robocop
M doc/README.sha1
Minor corrections.
2005-01-25 16:57 alexpeshkoff
A doc/README.sha1
readme for security review
2005-01-25 06:46 robocop
M src/jrd/dfw.epp
Fix items 1 & 2 from SF Bug #217042.
A table should have at least one "physical" field. A table with only computed fields cannot accept data, same than a table with only a check constraint.
2005-01-25 06:41 robocop
M src/jrd/met.epp
1.- More variables in context.
2.- Close the blob.
2005-01-25 06:40 robocop
M src/jrd/inf.cpp
M src/jrd/jrd.h
We are only asking for information, so use const.
2005-01-25 06:38 robocop
M src/jrd/cvt2.cpp
M src/jrd/opt.cpp
Misc.
2005-01-25 06:33 robocop
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/idx.cpp
M src/jrd/jrd.cpp
M src/jrd/vio.cpp
Welcome to paranoid programming.
2005-01-25 06:24 robocop
M doc/sql.extensions/README.plan
M doc/sql.extensions/README.sequence_generators
Minor fixes.
2005-01-25 06:23 robocop
M src/jrd/tra.cpp
Misc.
2005-01-25 06:22 robocop
M doc/WhatsNew
Assigned more documents to myself and others. Did little corrections. Please review.
2005-01-24 23:12 arnobrinkman
M src/jrd/opt.cpp
fix problems with explicit given PLAN and MERGE
2005-01-24 23:02 arnobrinkman
M src/dsql/pass1.cpp
fix derived table issue with derived column list and columnname from sub-select
2005-01-24 09:35 dimitr
M src/jrd/btr.cpp
M src/jrd/idx.cpp
M src/jrd/pcmet.epp
Fixed expression indices bugs.
2005-01-24 07:58 dimitr
M src/jrd/cch.cpp
M src/jrd/cch.h
Cleanup.
2005-01-24 02:15 stryqx
M builds/posix/prefix.netbsd
Fix final instance of gds_delay to gds_relay.
2005-01-23 15:53 dimitr
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/jrd/inf_pub.h
Return relation alias via API. SQLDA stays untouched for the time being.
2005-01-22 21:21 dimitr
M doc/WhatsNew
More docs.
2005-01-22 21:18 dimitr
A doc/README.xnet
A doc/sql.extensions/README.expression_indices
A doc/sql.extensions/README.null_value
A doc/sql.extensions/README.rows
A doc/sql.extensions/README.select_expressions
A doc/sql.extensions/README.view_updates
Placeholders for further docs.
2005-01-22 21:13 dimitr
A doc/sql.extensions/README.iif
More docs.
2005-01-22 21:03 dimitr
A doc/sql.extensions/README.distinct
A doc/sql.extensions/README.sequence_generators
More docs.
2005-01-22 20:26 dimitr
M doc/sql.extensions/README.context_variables
M doc/sql.extensions/README.cursors
A doc/sql.extensions/README.plan
More docs.
2005-01-22 04:23 robocop
M src/jrd/idx.cpp
Misc.
2005-01-22 04:16 robocop
M src/jrd/btr.cpp
Misc.
2005-01-21 14:09 arnobrinkman
M src/dsql/pass1.cpp
Fix alias usage in explicit PLAN
2005-01-21 13:49 alexpeshkoff
M src/jrd/btr.cpp
M src/jrd/btr_proto.h
M src/jrd/idx.cpp
fixed my bug with descending indices in referential constraints
2005-01-21 10:45 robocop
M src/jrd/exe.cpp
Misc.
2005-01-21 08:54 robocop
M src/dsql/parse.cpp
Regenerate parse.cpp after Dmitry's changes.
2005-01-21 08:39 robocop
M src/jrd/opt.cpp
1.- Fix unregistered bug where an attempt to use an invalid index in an explicit plan causes garbage to be shown in the error message instead of the rejected index name.
2.- Use constants instead of hardcoded positions in node's arguments.
2005-01-21 08:36 robocop
M src/jrd/dfw.epp
M src/jrd/exe.h
M src/jrd/met.epp
M src/jrd/par.cpp
1.- Misc.
2.- Use constants instead of harcoded positions in node's arguments.
2005-01-20 12:35 dimitr
A doc/sql.extensions/README.keywords
Some docs.
2005-01-20 12:33 dimitr
M src/dsql/parse.y
More compatibility modes for the parser.
2005-01-20 11:29 dimitr
M src/burp/restore.epp
More correct fix for restore.
2005-01-19 09:00 robocop
M src/utilities/nbackup.cpp
We don't seem to be modifying the program arguments, so make them const for now.
2005-01-19 08:59 robocop
M src/gpre/cob.cpp
Fix SF Bug #527677 for gpre and the ANSI85 switch.
2005-01-19 08:54 robocop
M src/remote/xnet.cpp
Misc.
2005-01-19 08:52 robocop
M doc/WhatsNew
Requested item in the whatsnew. Added another minor change.
2005-01-18 21:45 dimitr
M src/remote/interface.cpp
Disable XNET for the embedded server.
2005-01-18 15:04 dimitr
M src/dsql/utld.cpp
Always zero blr/message memory before usage.
Otherwise a reused message may cause garbage to be copied to XDR
which in turn may cause asynchronous exceptions in the asymmetric protocol code.
2005-01-17 15:59 kkuznetsov
M src/utilities/ibmgr/srvrmgr.cpp
Some cleanup
2005-01-17 10:05 kkuznetsov
M src/utilities/ibmgr/srvrmgr.cpp
Minor fix
2005-01-17 09:16 robocop
M src/dsql/ddl.cpp
M src/dsql/dsql.tab.h
M src/dsql/parse.cpp
M src/dsql/parse.y
First attempt to fix SF Bug #512975.
Please let me know if the problem disappears or there's a bad side effect that I didn't detect.
2005-01-17 08:55 robocop
M src/gpre/sql.cpp
Fix SF Bug #1103740
Both quoted and non-quoted cursors should be checked for duplication.
Now, duplicate quoted identifiers used for cursors will get something like:
(E) gpretest.e:29: symbol a_nice_long_long_long_cusor_name_for_customer is alrea
dy in use
2005-01-17 06:48 robocop
M src/gpre/par.cpp
M src/gpre/sql.cpp
Fix SF Bug #1103683 for gpre.
Now, database aliases can't be longer than 31 bytes. Example:
EXEC SQL
SET DATABASE "DB0" = COMPILETIME "G:\\DB\\Firebird\\examples\\EMPLOYEE.GDB"
Here DB0 can be longer provided that it doesn't go beyond 31 bytes. As pointed out by Paul Beach, it makes little sense to have a reference that's longer than the physical path of the db.
2005-01-17 06:43 robocop
M src/gpre/c_cxx.cpp
Fix SF Bug #1103670.
Now, quoted cursor names can be opened, closed and reopened in gpre without losing their names.
2005-01-17 05:41 robocop
M src/gpre/sql.cpp
Fix error message.
2005-01-17 05:39 robocop
M src/gpre/sqe.cpp
M src/gpre/sql.cpp
Fix more inconsistencies in gpre related to SF Bug #1103666, supposedly caused by the starfishes.
2005-01-17 05:31 robocop
M src/gpre/par.cpp
M src/gpre/sql.cpp
Fix more inconsistencies in gpre related to SF Bug #1103666.
The others were fixed as part of fixing SF Bug #504978 about truncation of variables.
2005-01-17 05:22 robocop
M src/gpre/cme.cpp
M src/gpre/exp.cpp
Misc.
2005-01-17 05:02 robocop
M src/gpre/cme.cpp
M src/gpre/exp.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/par.cpp
M src/gpre/parse.h
M src/gpre/sqe.cpp
M src/gpre/sql.cpp
M src/gpre/sql_proto.h
Fix SF Bug #504978. Restore gpre ability to work with variables up to 63 bytes in length. Now that the lengths are expressed by constants instead of random values in each place, the limit may be increased further. The problem happened between IB5 and IB6 at Borland.
2005-01-16 12:35 dimitr
M builds/install/misc/firebird.conf
M src/common/config/config.cpp
M src/common/config/config.h
M src/remote/os/win32/ibconfig.cpp
M src/remote/os/win32/property.cpp
M src/remote/os/win32/srvr_w32.cpp
M src/remote/os/win32/window.cpp
M src/remote/os/win32/wnet.cpp
Changes and cleanup regarding XNET vs old-style IPC.
2005-01-16 12:20 dimitr
M src/remote/xnet.cpp
M src/remote/xnet.h
M src/remote/xnet_proto.h
Changes and cleanup regarding XNET vs old-style IPC.
2005-01-16 11:25 dimitr
M src/remote/inet.cpp
M src/remote/remote_def.h
Changes and cleanup regarding XNET vs old-style IPC.
2005-01-16 10:21 dimitr
M src/include/gen/autoconfig_msvc.h
Changes and cleanup regarding XNET vs old-style IPC.
2005-01-14 23:52 skidder
M src/utilities/nbackup.cpp
Fix a couple parameter parse errors in NBACKUP utility noted by Vlad
2005-01-14 09:56 alexpeshkoff
M src/common/classes/alloc.h
fixed multi-threaded client and Win32 embedded problems
after introducing context memory pools
2005-01-13 07:31 aafemt
M src/remote/inet.cpp
Fix fearful warning
2005-01-13 07:28 aafemt
M builds/posix/Makefile.in.libfbclient
Missed objects
2005-01-12 12:19 alexpeshkoff
M src/jrd/os/win32/thd_priority.cpp
fixed AV during SS shutdown on NT
2005-01-12 08:30 robocop
M src/common/config/config.cpp
M src/common/config/config_file.cpp
Misc.
2005-01-12 05:50 robocop
M src/gpre/pat.cpp
Misc.
2005-01-12 05:09 robocop
M src/dsql/ddl.cpp
Fix irrelevant SF Bug #512975.
CR-LF => blank. No trimming is made.
2005-01-12 04:34 robocop
M src/common/classes/locks.cpp
M src/jrd/os/thd_priority.h
M src/jrd/os/win32/thd_priority.cpp
M src/jrd/y_handle.h
Correct the year in Alex' changed licenses.
2005-01-12 04:24 robocop
M src/common/config/config_file.cpp
M src/common/config/config_file.h
Change the license.
Also, these two files were done by Dmitry Yemanov, not Mark, according to viewCVS.
2005-01-12 04:22 robocop
M src/dsql/keywords.cpp
M src/include/editline.h
M src/jrd/os/posix/config_root.cpp
Change the license with Mark's permission.
2005-01-12 04:20 robocop
M src/dsql/dsql.cpp
M src/dsql/keywords.h
M src/dsql/pass1.cpp
Misc.
2005-01-11 10:08 alexpeshkoff
M src/remote/inet.cpp
1. fixed AV during SS shutdown on NT
2. removed duplicated WSACleanup() call
2005-01-10 18:06 alexpeshkoff
M src/common/classes/locks.cpp
M src/jrd/os/thd_priority.h
M src/jrd/os/win32/thd_priority.cpp
M src/jrd/y_handle.h
applied correct license to files, added by me to the project
2005-01-07 12:17 dimitr
M doc/WhatsNew
no message
2005-01-07 09:29 dimitr
M doc/WhatsNew
no message
2005-01-07 04:00 robocop
M src/gpre/c_cxx.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/par.cpp
M src/gpre/pat.cpp
M src/gpre/sqe.cpp
M src/gpre/sql.cpp
Fixing more inconsistencies.
2005-01-07 03:56 robocop
M doc/sql.extensions/README.cursors
Misc.
2005-01-07 02:56 robocop
M doc/WhatsNew
Maybe it's just me, but I prefer my name well spelled.
:-)
2005-01-06 18:32 dimitr
A doc/sql.extensions/README.cursors
A doc/sql.extensions/README.leave_labels
Added some docs.
2005-01-06 18:17 arnobrinkman
M src/dsql/pass1.cpp
Fix another check constraint and ambigous field problem.
Are there any more options left?, sigh: tablename, NEW, OLD, TEMP
2005-01-06 16:58 dimitr
M doc/WhatsNew
A couple of corrections.
2005-01-06 15:06 dimitr
M doc/WhatsNew
Added all changes up-to-date.
2005-01-06 13:14 arnobrinkman
M src/dsql/pass1.cpp
Fix sub-select in derived table issue (context already in used error)
2005-01-05 12:15 dimitr
M src/dsql/make.cpp
Minor corrections.
2005-01-05 12:13 dimitr
M src/jrd/cmp.cpp
Fixed concatenation desciptor usage (e.g. GROUP BY failures) + minor corrections.
2005-01-05 08:25 robocop
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cob.cpp
M src/gpre/ftn.cpp
M src/gpre/int_cxx.cpp
M src/gpre/pas.cpp
Let's prevent accidental modification of some params.
2005-01-05 04:02 robocop
M src/gpre/par.cpp
Misc.
2005-01-05 04:00 robocop
M src/gpre/par.cpp
1.- More constants.
2.- Support for BASIC language was dropped a lot of time ago.
2005-01-05 03:58 robocop
M src/gpre/gpre.cpp
More constants.
2005-01-05 02:06 robocop
M src/gpre/gpre.cpp
M src/gpre/gpre.h
More constants.
2005-01-04 13:37 dimitr
M src/jrd/tra.cpp
Don't forget to remove user savepoints in the no-op part of the commit-retaining implementation.
2005-01-04 13:17 dimitr
M src/dsql/ddl.cpp
1. Allowed implicit NOT NULL declaration for a PRIMARY KEY constraint (per SQL-99)
2. Minor fixes and cleanup
2005-01-04 13:09 dimitr
M src/jrd/exe.cpp
Looper fixes:
1. Slightly changed the error handling to exactly correspond the FB1 logic
2. Added code to always cleanup the active savepoints, even after nested error handlers
3. Fixed one little debug-time issue
4. Replaced VERB_CLEANUP macro with an inline function
2005-01-04 10:53 dimitr
M src/gpre/sql.cpp
Fixed the build.
2005-01-04 05:42 robocop
M src/isql/show.epp
Show system UDF's. According to Ann, she seems to remember that
"there hasn't been a missing RDB$SYSTEM_FLAG since V2 except
objects created with direct system table inserts."
but if there are problems, I will have to do two loops.
2005-01-04 05:19 robocop
M src/gpre/sql.cpp
More constants.
2005-01-04 01:16 stryqx
M src/extern/editline/makelist
Using tr to map a-z to A-Z doesn't always work as expected on all platforms,
especially when a locale is set where the number of lower case characters is
different to the number of upper case characters. Using the lower and upper
case character classes fixes this problem.
2005-01-04 00:18 robocop
M builds/install/misc/CSchangeRunUser.sh.in
M builds/install/misc/CSrestoreRootRunUser.sh.in
M builds/install/misc/SSchangeRunUser.sh.in
M builds/install/misc/SSrestoreRootRunUser.sh.in
Fix typo reported by Kristof Petr.
2005-01-03 19:24 arnobrinkman
M src/jrd/btr.cpp
Fix index bug when a single NULL with recordnumber 0 was 2 times removed.
Due this the LevelNode was removed, which of course may never happen.
2005-01-03 08:16 robocop
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dbaswi.h
M src/utilities/gstat/ppg.cpp
M src/utilities/gstat/ppg_proto.h
Forget the log: it belongs to one of the merry friends WAL and JOURNAL that we deprecated and deleted for v2.
2005-01-03 08:11 robocop
M src/gpre/sqe.cpp
Misc.
2005-01-03 08:08 robocop
M src/jrd/utl.cpp
Avoid possible buffer overflow.
2005-01-03 08:07 robocop
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cob.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.h
M src/gpre/int_cxx.cpp
M src/gpre/parse.h
M src/gpre/pas.cpp
M src/gpre/sqe.cpp
M src/gpre/sql.cpp
Bring some order to the gpre insanity that was using custom, disparate lengths for variables that should have the same length.
2005-01-01 01:54 robocop
M src/extlib/ib_udf2.sql
M src/jrd/os/path_utils.h
M src/jrd/y_handle.h
M src/misc/gds_header.txt
M src/misc/ibase_header.txt
Totally misc.
2004-12-31 10:41 robocop
M src/dsql/parse.y
Totally misc.
2004-12-28 21:12 skidder
M builds/posix/Makefile.in.boot.gpre
M builds/posix/Makefile.in.client.fbudf
M builds/posix/Makefile.in.client.gsec
M builds/posix/Makefile.in.embed.lockmgr
M builds/posix/Makefile.in.extlib
M builds/posix/Makefile.in.fbserver
M builds/posix/Makefile.in.intl
M builds/posix/Makefile.in.libfbclient
M builds/posix/Makefile.in.libfbstatic
M builds/posix/Makefile.in.static.gbak
M builds/posix/Makefile.in.static.gpre
M builds/posix/Makefile.in.static.isql
Honor CFLAGS given by the user in POSIX builds
2004-12-28 21:07 skidder
M configure.in
Add support for generic Linux builds (misc platforms)
2004-12-28 21:00 skidder
A builds/posix/prefix.linux_generic
Add support for generic Linux builds (misc platforms)
2004-12-28 20:57 skidder
M builds/posix/prefix.linux_sparc32
Update Linux/Sparc build
2004-12-28 05:21 robocop
M src/iscguard/iscguard.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/protocol.h
M src/remote/xnet.cpp
Misc.
2004-12-26 15:32 alexpeshkoff
M src/dsql/dsql.cpp
dsql_set_cursor_name cleanup
2004-12-26 13:48 alexpeshkoff
M src/remote/inet.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/protocol.h
M src/remote/xnet.cpp
user_id clumplet cleanup
2004-12-26 12:36 alexpeshkoff
M src/iscguard/iscguard.cpp
restored cleanup, accidentially erased by my previous commit
2004-12-26 12:11 alexpeshkoff
M src/iscguard/iscguard.cpp
fixed assertion in guardian
2004-12-26 04:09 robocop
M src/burp/burp.cpp
M src/burp/mvol.cpp
M src/iscguard/iscguard.cpp
M src/jrd/nbak.cpp
M src/jrd/pwd.cpp
M src/jrd/sdw.cpp
M src/jrd/utl.cpp
M src/jrd/vio.cpp
M src/remote/inet.cpp
M src/utilities/ibmgr/srvrmgr.cpp
Misc.
2004-12-25 09:44 robocop
M configure.in
M src/common/classes/locks.h
M src/common/classes/rwlock.h
M src/common/classes/semaphore.h
M src/isql/isql.epp
M src/jrd/btr.cpp
M src/jrd/common.h
M src/jrd/exe.h
M src/jrd/filters.cpp
M src/jrd/nbak.cpp
M src/jrd/thd.h
M src/remote/inet.cpp
M src/utilities/guard/util.cpp
M src/utilities/ibmgr/srvrmgr.cpp
Misc.
2004-12-24 09:35 kkuznetsov
M configure.in
M src/common/classes/fb_tls.h
M src/common/classes/locks.h
M src/common/classes/rwlock.h
M src/common/classes/semaphore.h
M src/jrd/isc.h
M src/jrd/thd.cpp
M src/jrd/thd.h
M src/utilities/guard/util.cpp
M src/utilities/ibmgr/srvrmgr.cpp
Some things is moved from R1.5.1.
Starting separating of defines accoding
SOLARIS -- any threading modes
SOLARIS_MT - solaris with Sun threading model
current nothing - solaris with posix threading model
2004-12-24 08:52 robocop
M src/burp/burp.cpp
M src/common/classes/auto.h
M src/common/classes/fb_string.h
M src/dsql/ddl.cpp
M src/dsql/pass1.cpp
M src/dudley/expand.cpp
M src/dudley/hsh.cpp
M src/gpre/pas.cpp
M src/intl/utils/maptest2.c
M src/iscguard/iscguard.cpp
M src/isql/isql.epp
M src/jrd/btr.cpp
M src/jrd/dsc.cpp
M src/jrd/dyn.epp
M src/jrd/grammar.cpp
M src/jrd/met.epp
M src/jrd/opt.cpp
M src/jrd/os/vms/vmsevent.cpp
M src/jrd/sch.cpp
M src/jrd/svc.cpp
M src/jrd/tra.cpp
M src/jrd/validation.cpp
M src/jrd/why.cpp
M src/qli/format.cpp
M src/remote/os/win32/property.cpp
M src/remote/os/win32/srvr_w32.cpp
M src/utilities/common/cmd_util.cpp
Style.
2004-12-23 10:15 aafemt
M src/isql/isql.epp
Fix extra EOLN in interactive mode without editline
2004-12-23 06:42 robocop
M src/jrd/utl.cpp
Fix a small bug introduced by Borland's copy/paste at unknown date before year 2000 and that we inherited when Mark created the Firebird tree.
2004-12-23 06:28 robocop
M src/jrd/utl.cpp
1.- Misc.
2.- Fix possible buffer overrun.
2004-12-23 03:03 robocop
M src/remote/inet_server.cpp
Misc.
2004-12-23 02:59 robocop
M src/jrd/grant.epp
Avoid some extra casts.
2004-12-22 18:34 skidder
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/par.cpp
M src/msgs/facilities.sql
M src/msgs/messages.sql
M src/msgs/system_errors.sql
Add check for overly long identifiers when pasing BLR. This helps with savepoints problem reported by Vlad and other similar issues as well
2004-12-22 17:26 skidder
M builds/win32/msvc7/Firebird2.sln
Fix MSVC7 build
2004-12-22 08:50 robocop
M src/jrd/opt.cpp
M src/utilities/gsec/gsec.cpp
Fixing comments.
2004-12-22 08:49 robocop
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
Misc.
2004-12-21 19:30 dimitr
M src/jrd/drq.h
M src/jrd/dyn_del.epp
Fixed DROP TABLE bug.
2004-12-20 17:44 alexpeshkoff
M src/jrd/jrd.cpp
verify DatabaseAccess in the same style&place for both attach and create
2004-12-20 17:36 alexpeshkoff
M src/jrd/thd.cpp
removed unneeded {} block - destructors order not important for ContextPoolHolder
2004-12-19 16:29 alexpeshkoff
M src/remote/os/win32/srvr_w32.cpp
front-ported one of the latest changes of 1.5.0
2004-12-19 16:19 alexpeshkoff
M builds/install/misc/firebird.conf
Added new parameter
2004-12-19 16:16 alexpeshkoff
A src/misc/upgrade/v2/security_database.sql
A src/misc/upgrade/v2/security_database.txt
Security database upgrade from pre-2.0 format.
2004-12-19 15:24 alexpeshkoff
M src/dbs/security.sql
M src/jrd/jrd.cpp
M src/jrd/jrd_proto.h
M src/jrd/pwd.cpp
M src/jrd/scl.epp
M src/jrd/scl_proto.h
Better way for server to authenticate itself in security database.
2004-12-19 12:26 alexpeshkoff
M src/jrd/thd.cpp
fixed inconsistencies, noticed by Claudio
2004-12-17 11:13 alexpeshkoff
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/jrd/thd.cpp
use context pool in AutoStorage class
2004-12-17 06:22 robocop
M src/remote/inet.cpp
Misc.
2004-12-17 06:21 robocop
M builds/mac_os_x/CS/CS.pbproj/project.pbxproj
M builds/posix/make.shared.variables
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
D src/jrd/val.cpp
A src/jrd/validation.cpp
val.h and val.cpp are unrelated.
Change was agreed a year ago in the list.
2004-12-17 05:57 robocop
M src/isql/isql.epp
Misc.
2004-12-17 05:56 robocop
M src/remote/inet.cpp
Minimize forced casts.
2004-12-17 05:41 robocop
M src/common/classes/ClumpletReader.h
M src/common/classes/GenericMap.h
M src/common/classes/fb_string.cpp
A src/common/classes/fb_string.h
M src/common/classes/string_test.cpp
M src/common/config/config.h
M src/common/config/config_file.h
M src/common/config/config_impl.h
M src/common/config/dir_list.h
M src/common/utils_proto.h
M src/dsql/dsql_proto.h
D src/include/fb_string.h
M src/jrd/all.h
M src/jrd/db_alias.h
M src/jrd/dfw.epp
M src/jrd/dyn_def.epp
M src/jrd/err_proto.h
M src/jrd/isc_f_proto.h
M src/jrd/jrd.h
M src/jrd/jrd_proto.h
M src/jrd/os/config_root.h
M src/jrd/os/darwin/config_root.cpp
M src/jrd/os/fbsyslog.h
M src/jrd/os/mod_loader.h
M src/jrd/os/path_utils.h
M src/jrd/os/posix/config_root.cpp
M src/jrd/os/win32/config_root.cpp
M src/jrd/plugin_manager.h
M src/jrd/sha.h
M src/remote/inet_proto.h
M src/remote/os/win32/wnet_proto.h
M src/remote/xnet.cpp
M src/remote/xnet_proto.h
M src/utilities/gsec/security.epp
M src/utilities/gstat/dba.epp
fb_string.h is moved to common/classes.
2004-12-17 05:40 robocop
M src/common/classes/ClumpletWriter.h
Misc.
2004-12-16 12:45 aafemt
M src/isql/isql.epp
Fix for AV on EOF in interactive mode
2004-12-16 10:23 aafemt
M src/isql/isql.epp
Parser must parse, not input routine
2004-12-16 10:13 aafemt
M src/isql/isql.epp
Redundant comment
2004-12-16 03:10 robocop
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/ftn.cpp
M src/gpre/pas.cpp
M src/gpre/pretty.cpp
M src/gpre/sql.cpp
M src/jrd/opt.cpp
Misc.
2004-12-16 03:05 robocop
M src/utilities/gstat/dba.epp
Local variable overrode global, useless variable.
2004-12-16 03:03 robocop
M src/dudley/extract.epp
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cob.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre_meta.epp
M src/gpre/pas.cpp
M src/gpre/pretty.cpp
M src/gpre/sql.cpp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/dyn_mod.epp
M src/jrd/par.cpp
M src/jrd/qatest.cpp
M src/jrd/svc.cpp
M src/lock/lock.cpp
M src/lock/print.cpp
M src/qli/mov.cpp
M src/qli/show.epp
M src/remote/interface.cpp
M src/remote/protocol.cpp
M src/remote/server.cpp
M src/utilities/install/install_svc.cpp
M src/utilities/rebuild/rebuild.cpp
Misc.
2004-12-15 20:15 arnobrinkman
M src/dsql/pass1.cpp
remove optimization in DSQL, this is now done in the optimizer (the place where it belongs)
2004-12-15 20:12 arnobrinkman
M src/jrd/opt.cpp
fix wrong join order with parameters/variables/constants after my last commits
2004-12-13 19:43 dimitr
M src/jrd/dyn_del.epp
Let's remove security class & privileges when a column is dropped.
2004-12-13 15:49 alexpeshkoff
M src/common/classes/ClumpletWriter.cpp
fixed bug, noticed by Adriano dos Santos Fernandes
2004-12-13 12:09 alexpeshkoff
M src/jrd/utl.cpp
misc.
2004-12-13 12:06 alexpeshkoff
M src/burp/burp.cpp
fixed bug in my last commit, noticed by Claudio
2004-12-13 12:05 alexpeshkoff
A src/common/classes/string_test.cmd
A src/common/classes/string_test.cpp
test for Firebird::string
2004-12-12 06:50 robocop
M src/common/classes/ClumpletReader.cpp
M src/common/classes/ClumpletReader.h
I can revert the constness if it becomes too restrictive in the future.
2004-12-12 02:03 robocop
M src/dsql/utld.cpp
Misc.
2004-12-12 02:01 robocop
M src/isql/isql.epp
Restore output if copy_table fails.
2004-12-12 01:58 robocop
M src/dsql/utld.cpp
Put some variables in context.
2004-12-12 01:57 robocop
M src/dsql/preparse.cpp
Restore checks for length. We don't need tokens bigger than 1KB.
2004-12-12 01:55 robocop
M src/include/fb_exception.h
Change the license with Mike's permission.
2004-12-12 01:55 robocop
M src/common/classes/ClumpletWriter.cpp
M src/common/classes/ClumpletWriter.h
Misc.
2004-12-11 00:08 robocop
M src/dsql/preparse.cpp
Misc.
2004-12-10 22:54 robocop
M src/alice/exe.cpp
M src/alice/tdr.cpp
M src/burp/restore.epp
M src/common/classes/ClumpletReader.cpp
M src/common/classes/ClumpletReader.h
M src/common/classes/ClumpletWriter.cpp
M src/common/classes/ClumpletWriter.h
M src/dudley/exe.epp
M src/gpre/gpre_meta.epp
M src/jrd/utl_proto.h
Misc.
2004-12-10 20:50 robocop
M src/include/fb_types.h
M src/include/firebird.h
Changing the license with permission from Mark, Mike and John.
2004-12-10 14:51 robocop
M builds/posix/Makefile.in.embed.gbak
M builds/posix/Makefile.in.embed.gdef
M builds/posix/Makefile.in.embed.gfix
M builds/posix/Makefile.in.embed.gpre
M builds/posix/Makefile.in.embed.isql
M builds/posix/Makefile.in.embed.qli
M builds/posix/Makefile.in.embed.util
Misc.
2004-12-09 19:19 alexpeshkoff
M builds/posix/Makefile.in.embed.gbak
M builds/posix/Makefile.in.embed.gdef
M builds/posix/Makefile.in.embed.gfix
M builds/posix/Makefile.in.embed.gpre
M builds/posix/Makefile.in.embed.isql
M builds/posix/Makefile.in.embed.qli
M builds/posix/Makefile.in.embed.util
M builds/win32/msvc6/Firebird2.dsw
M builds/win32/msvc6/build_msg.dsp
M builds/win32/msvc6/common_static.dsp
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc6/isql.dsp
M src/alice/exe.cpp
M src/alice/tdr.cpp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/restore.epp
M src/common/classes/ClumpletReader.cpp
M src/common/classes/ClumpletReader.h
M src/common/classes/ClumpletWriter.cpp
M src/common/classes/ClumpletWriter.h
M src/common/classes/array.h
M src/dsql/preparse.cpp
M src/dudley/exe.epp
M src/gpre/gpre_meta.epp
M src/isql/isql.epp
M src/jrd/pwd.cpp
M src/jrd/tra.cpp
M src/jrd/utl.cpp
M src/jrd/utl_proto.h
M src/jrd/why.cpp
M src/qli/meta.epp
M src/utilities/create_db.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gstat/dba.epp
M src/utilities/nbackup.cpp
applied Clumplet* classes to dpb where possible
2004-12-09 07:53 skidder
D src/jrd/PerformanceView.cpp
D src/jrd/PerformanceView.h
D src/jrd/TraceManager.cpp
D src/jrd/TraceManager.h
Correction of last commit
2004-12-09 07:20 skidder
A src/jrd/PerformanceView.cpp
A src/jrd/PerformanceView.h
A src/jrd/TraceManager.cpp
A src/jrd/TraceManager.h
Server-side SQL Trace functionality. Also clean up NBACKUP code a little bit
2004-12-09 06:53 skidder
M src/jrd/par.cpp
Fix the mistake in error message. The third time.
2004-12-09 02:53 robocop
M src/gpre/gpre.cpp
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/os/posix/path_utils.cpp
M src/jrd/os/thd_priority.h
M src/jrd/os/win32/thd_priority.cpp
M src/qli/dtr.cpp
M src/remote/merge.cpp
Misc.
2004-12-09 02:50 robocop
M src/burp/backup.epp
M src/dsql/dsql.cpp
M src/gpre/gpre.cpp
M src/iscguard/cntl_guard.cpp
M src/isql/isql.epp
M src/jrd/enc.cpp
Misc.
2004-12-09 01:53 skidder
M src/isql/isql.epp
Fix POSIX build after Claudio cleanup
2004-12-08 06:06 robocop
M src/jrd/common.h
M src/lock/lock.cpp
Misc.
2004-12-08 06:03 robocop
M src/lock/lock.cpp
1.- Minimize buffer overrun.
2.- Stack variable should not be referenced once the owning function finishes. Make it static.
2004-12-08 05:59 robocop
M src/dsql/dsql.cpp
Prevent buffer overrun.
2004-12-08 05:58 robocop
M src/dsql/ddl.cpp
M src/dsql/sqlda.h
M src/dsql/sqlda_pub.h
M src/dudley/expr.cpp
M src/include/fb_exception.h
M src/intl/lc_narrow.cpp
M src/intl/ldcommon.h
M src/jrd/common.h
M src/jrd/cvt.cpp
M src/jrd/evl_string.h
M src/jrd/sha.cpp
M src/jrd/sqz.cpp
Misc.
2004-12-08 04:14 robocop
M src/jrd/os/posix/mod_loader.cpp
M src/jrd/os/posix/path_utils.cpp
Putting the license on John's files after asking him for permission.
2004-12-08 04:12 robocop
M src/jrd/gds.cpp
M src/jrd/os/posix/fbsyslog.cpp
M src/remote/xnet.cpp
M src/utilities/install/install.cpp
M src/utilities/install/services.cpp
Misc.
2004-12-08 02:36 robocop
M src/jrd/os/darwin/config_root.cpp
1.- Changing the license on John's files after asking him for permission.
2.- Misc.
2004-12-07 19:21 skidder
M builds/win32/msvc7/common_static.vcproj
Fix MSVC7 makefiles
2004-12-07 01:40 robocop
M src/extlib/ib_udf2.sql
M src/jrd/os/win32/isc_ipc.cpp
Misc.
2004-12-07 01:19 skidder
M src/jrd/btr.cpp
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/exe.cpp
M src/jrd/idx.cpp
M src/jrd/pcmet.epp
M src/jrd/req.h
M src/jrd/rse.cpp
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/tra_proto.h
Fix the memory leak from transaction pool when selectable stored procedures are called from PSQL or in subqueries
2004-12-07 01:17 robocop
M src/jrd/scl.epp
Nickolay compiler caught line without effect mine because I forgot the assignment.
2004-12-07 00:55 robocop
M src/jrd/os/darwin/mod_loader.cpp
1.- Changing the license on John's files after asking him for permission.
2.- Misc.
2004-12-07 00:43 robocop
M src/jrd/os/win32/isc_ipc.cpp
Misc.
2004-12-07 00:38 robocop
M src/isql/isql.epp
1.- Get rid of the std::string from the STL.
2.- Add a couple of missing deallocations.
2004-12-07 00:33 robocop
M src/isql/extract.epp
M src/isql/show.epp
M src/jrd/opt.cpp
Misc.
2004-12-07 00:29 robocop
M src/extlib/ib_udf.cpp
M src/extlib/ib_udf2.sql
Slavomir Skopalik contributed IB_UDF_frac.
2004-12-06 10:17 robocop
M src/jrd/os/posix/config_root.cpp
M src/jrd/os/posix/mod_loader.cpp
M src/jrd/os/posix/path_utils.cpp
M src/jrd/os/win32/config_root.cpp
M src/jrd/os/win32/path_utils.cpp
Misc.
2004-12-06 10:05 robocop
M src/jrd/os/mod_loader.h
M src/jrd/os/path_utils.h
Changing the license on John's files after asking him for permission.
2004-12-06 09:58 robocop
M src/include/fb_map.h
M src/include/fb_vector.h
Changing the license on John's files after asking him for permission.
2004-12-06 09:55 robocop
M src/jrd/evl_string.h
M src/jrd/plugin_manager.h
Misc.
2004-12-05 11:57 alexpeshkoff
M src/dsql/preparse.cpp
use new classes to preparse 'create database' statement
2004-12-05 11:56 alexpeshkoff
M src/include/fb_string.h
misc
2004-12-05 11:51 alexpeshkoff
M src/dsql/dsql.cpp
M src/dsql/dsql.h
a bit better approach to setup dsql thread context
2004-12-04 08:30 robocop
M src/isql/extract.epp
M src/isql/show.epp
Misc and solve a couple of missing deallocations.
2004-12-04 07:00 robocop
M src/jrd/ibase.h
Misc.
2004-12-04 06:58 robocop
M src/jrd/ibase.h
Function was deprecated in May 2001.
2004-12-04 06:50 robocop
M src/jrd/btr.cpp
Style.
2004-12-03 23:56 arnobrinkman
M src/jrd/opt.cpp
Improve cross join and merge/sort handeling
2004-12-03 07:56 dimitr
M src/jrd/cmp.cpp
Fixed SF #1077595.
2004-12-03 07:55 hvlad
M src/jrd/btr.cpp
M src/jrd/btr.h
Don't check uniqueness for null keys - this leads to big waste of time
2004-12-03 07:23 robocop
M src/isql/show.epp
Close the blob before returning an error.
2004-12-03 07:22 robocop
M src/isql/extract.epp
Misc.
2004-12-03 07:07 dimitr
M src/dsql/parse.cpp
M src/dsql/parse.y
Fixed issues spotted by Claudio.
2004-12-03 06:49 dimitr
M src/dsql/ddl.cpp
Restored datatype.
2004-12-03 06:24 robocop
M src/common/classes/GenericMap.h
M src/dsql/keywords.cpp
M src/dsql/pass1.cpp
M src/jrd/os/win32/guid.cpp
Misc.
2004-12-03 05:36 dimitr
M src/jrd/dyn.epp
Implemented REVOKE ADMIN OPTION FROM
2004-12-02 22:53 dimitr
M src/dsql/ddl.cpp
M src/dsql/dsql.tab.h
M src/dsql/keywords.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
1. Parser cleanup
2. SQL-99 synonyms for generators DDL/DML
3. Implemented REVOKE ADMIN OPTION FROM
2004-12-02 18:57 arnobrinkman
M src/dsql/pass1.cpp
Fix check constraint bug with "ambigous fieldname" error
2004-12-02 12:15 aafemt
M src/jrd/os/win32/guid.cpp
MinGW windows.h does not include wincrypt.h
2004-12-02 12:11 aafemt
M src/common/classes/GenericMap.h
Shut up warning
2004-12-02 00:42 skidder
M src/burp/backup.epp
Fix for another problem with backing up stream blobs - zero-length stream blob may have non-zero segment count
2004-12-01 08:25 robocop
M src/isql/isql.epp
First attempt to fix the double charset reporting bug that our dear Blas left in isql more than half a year ago.
2004-12-01 08:16 robocop
M src/burp/backup.epp
Misc.
2004-12-01 07:38 alexpeshkoff
M src/jrd/jrd.h
removed fault comment
2004-12-01 00:02 skidder
M src/burp/backup.epp
Cure regressions introduced by Ann's cleanup in Firebird 1.0
2004-11-30 20:17 skidder
M src/burp/backup.epp
M src/jrd/jrd.cpp
Second attempt to fix backing up of stream blobs.
This time it should work with XNET and INET too.
Rollback earlier engine fix which now seems incorrect to me.
2004-11-30 06:20 robocop
M src/jrd/sha.cpp
M src/utilities/ibmgr/srvrmgr.cpp
M src/utilities/install/services.cpp
Misc.
2004-11-30 06:18 robocop
M src/common/classes/class_perf.cpp
M src/common/classes/fb_tls.h
M src/dsql/ddl.cpp
M src/dudley/generate.cpp
M src/intl/kanji.cpp
M src/isql/extract.epp
M src/jrd/cch.cpp
M src/jrd/cvt2.cpp
M src/jrd/dyn.h
M src/jrd/enc.cpp
M src/jrd/evl.cpp
M src/jrd/execute_statement.cpp
M src/jrd/flu.cpp
M src/jrd/flu.h
M src/jrd/fun.epp
M src/jrd/gds.cpp
M src/jrd/intl.cpp
M src/jrd/met.epp
M src/jrd/opt.cpp
M src/jrd/os/posix/path_utils.cpp
M src/jrd/os/win32/path_utils.cpp
M src/jrd/pag.cpp
M src/jrd/sha.cpp
M src/msgs/enter_msgs.epp
M src/remote/allr.cpp
M src/utilities/gstat/ppg.cpp
M src/utilities/ibmgr/srvrmgr.cpp
M src/utilities/nbackup.cpp
Misc.
2004-11-30 06:08 robocop
M src/isql/show.epp
Don't show system functions.
2004-11-30 06:08 robocop
M src/jrd/why.cpp
Delete the crud.
2004-11-30 03:22 skidder
M src/isql/extract.epp
Do not include system functions in database metadata script generated by ISQL
2004-11-29 20:27 skidder
M src/burp/backup.epp
Do not store system functions in backup files
2004-11-29 11:15 alexpeshkoff
M src/jrd/flu.cpp
M src/jrd/flu.h
M src/jrd/flu_proto.h
M src/jrd/fun.epp
M src/jrd/fun_proto.h
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/why.cpp
1. rewritten flu.cpp using modern firebird classes library
2. fixed diagnostic about missing/unusable UDF module
2004-11-29 10:14 alexpeshkoff
M src/jrd/common.h
completely dropped support for ignored since 1.5 environment variable
INTERBASE_EXT_LIB_PATH, firebird.conf UdfAccess is used instead
2004-11-29 10:12 alexpeshkoff
M src/jrd/pwd.cpp
SortedObjectsArray related changes
2004-11-29 10:11 alexpeshkoff
M src/jrd/ext.cpp
always check for readability of file in DirectoryList
2004-11-29 10:07 alexpeshkoff
M src/common/classes/fb_pair.h
M src/common/classes/objects_array.h
M src/common/config/config_file.h
M src/common/config/dir_list.cpp
M src/common/config/dir_list.h
make SortedObjectsArray easier to use in simple cases
2004-11-29 10:06 alexpeshkoff
M src/utilities/nbackup.cpp
fixed gcc warning
2004-11-29 09:59 robocop
M src/common/classes/stack.h
"elem" is size_t, assert on it.
2004-11-29 09:09 robocop
M src/dsql/ddl.cpp
M src/jrd/constants.h
M src/jrd/dfw.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_mod.epp
frb_sys_flag becomes fb_sys_flag
2004-11-29 09:08 robocop
M src/dsql/pass1.cpp
M src/jrd/inf_pub.h
Misc.
2004-11-29 04:39 skidder
M src/remote/allr.cpp
M src/remote/server.cpp
Address the security issue in remote address handling code pointed by Claudio. Hack REMOTE server-side exception handling to make it not crash when exceptions actually happen. The latter seems to be the very old problem, in IB6 code looks the same
2004-11-29 01:08 skidder
M src/common/classes/GenericMap.h
Fix GCC build curing MSVC build at the same time
2004-11-28 23:09 arnobrinkman
M src/jrd/opt.cpp
1) Try to make new nodes from conjunctions applied to the top RSE of a UNION.
Deliver the new nodes (created per rse inside the union) to the optimizing phase of every rse.
2) Little refactoring of above function and the one for aggregate
2004-11-28 22:38 arnobrinkman
M src/dsql/pass1.cpp
bugfix: Making a derived field on a mapping failed when the mapping was mapping to another derived field.
Make also a derived field from a derived field node.
2004-11-28 08:36 robocop
M src/jrd/evl.cpp
Misc.
2004-11-28 08:36 robocop
M src/isql/isql.epp
Apply Adriano change with the following explanation:
Fix a bug that occur when a BLOB column is added after the start of the DML transaction.
2004-11-28 08:25 robocop
M src/jrd/evl.cpp
Change my FB1 logic that returned the table's owner for the role when a not null field with default CURRENT_ROLE is added, the table has records already and the user does a SELECT. Now, if CURRENT_USER==table's owner, then the CURRENT_ROLE is returned, otherwise NONE.
2004-11-28 07:05 robocop
M src/isql/isql.epp
Completed (I hope) Damyan Ivanov's patch that didn't work with insertions, updates and deletions.
2004-11-28 04:59 robocop
M src/gpre/cob.cpp
Overwrote the good version of the file thanks to the CVS Id tag.
2004-11-28 03:44 robocop
M src/dsql/node.h
M src/dsql/pass1.cpp
Silence warning.
2004-11-28 03:43 robocop
M src/gpre/cob.cpp
Misc.
2004-11-28 01:03 robocop
M builds/posix/firebird.vers
M builds/win32/defs/fbclient.def
M builds/win32/defs/gds32.def
M src/alice/alice.cpp
M src/burp/burp.cpp
M src/isql/isql.epp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/ibase.h
M src/jrd/os/vms/dfloat_stub.cpp
M src/remote/os/win32/ibconfig.cpp
M src/remote/server.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gstat/dba.epp
isc_interpret is fb_interpret again.
Please do a full rebuild.
2004-11-27 21:19 dimitr
M src/dsql/pass1.cpp
Fixed bug introduced some time ago by myself.
2004-11-27 20:54 dimitr
M src/jrd/opt.cpp
Improved optimization of mixed AND/OR predicates.
2004-11-27 08:13 robocop
M src/common/classes/ClumpletWriter.cpp
Corrections.
2004-11-27 06:57 robocop
M src/jrd/scl.epp
Handle possible buffer overrun.
Constant for non-specified role.
2004-11-27 06:54 robocop
M src/jrd/constants.h
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
Constant for non-specified role.
2004-11-27 06:51 robocop
M src/jrd/functions.cpp
M src/jrd/jrd.cpp
Misc.
2004-11-27 05:45 robocop
M src/remote/server.cpp
Comment no longer applies.
2004-11-27 05:44 robocop
M src/jrd/functions.cpp
M src/jrd/functions.h
M src/jrd/ini.epp
Leave room to register the example UDF's with the new macros.
2004-11-27 03:33 robocop
M src/remote/inet_server.cpp
M src/remote/os/win32/srvr_w32.cpp
It seems to me those debugging reports are better read as text files.
2004-11-27 03:31 robocop
M src/common/classes/stack.h
Extra assertion and acknowledge "elem" is size_t.
2004-11-27 03:30 robocop
M src/common/classes/objects_array.h
Formatting and a couple of assertions.
2004-11-27 03:30 robocop
M src/common/classes/ClumpletReader.h
M src/common/classes/fb_pair.h
const.
2004-11-27 00:52 arnobrinkman
M src/jrd/opt.cpp
Distribute HAVING clause conjunctions to the WHERE clause when possible.
This will improve VIEWs that contain a aggregate query and comparisons are done on fields from that VIEW that are also part of the GROUP BY clause.
2004-11-26 01:01 skidder
M src/jrd/functions.cpp
M src/jrd/ibase.h
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/remote/inet.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/remote.h
M src/remote/server.cpp
M src/remote/xnet.cpp
CLIENT_ADDRESS and NETWORK_PROTOCOL variables support
2004-11-25 20:07 dimitr
M src/jrd/tra.h
An attempt to tune the number after some testing. Allows to reduce number of fetches (1.5-2x) in subsequent updates.
Perhaps could be increased to 64KB, but IMO more than 100K rows cannot be undone effectively in the current implementation.
2004-11-25 16:10 alexpeshkoff
M src/common/classes/GenericMap.h
make it compile with VC6
2004-11-25 16:09 alexpeshkoff
M src/jrd/jrd.cpp
M src/jrd/jrd.h
applied fixes, suggested by Claudio
made get_options method of class DatabaseOptions
2004-11-25 02:28 skidder
M src/common/classes/GenericMap.h
Fix POSIX build
2004-11-25 01:41 skidder
M src/jrd/functions.cpp
Implement Dmitry suggestions regarding rdb$get_context functionality
2004-11-25 01:38 skidder
M src/dsql/parse.cpp
Regenerate parse.cpp
2004-11-25 00:47 skidder
M src/dsql/parse.y
M src/jrd/cmp.cpp
M src/jrd/exe.cpp
Dmitry asked me to add support for calling UDF routines ignoring return arguments so did I
2004-11-24 20:48 skidder
M src/jrd/jrd.h
M src/jrd/tra.h
Implement Claudio suggestion regarding clean generic map class
2004-11-24 20:45 skidder
M builds/posix/make.shared.variables
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
M builds/win32/msvc7/common.vcproj
M builds/win32/msvc7/common_classic.vcproj
Update makefiles
2004-11-24 20:38 skidder
A src/common/classes/GenericMap.h
D src/common/classes/StringMap.cpp
D src/common/classes/StringMap.h
M src/common/classes/fb_pair.h
Implement Claudio suggestion regarding clean generic map class
2004-11-24 18:26 alexpeshkoff
M builds/posix/make.shared.variables
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
M src/common/classes/ClumpletReader.cpp
M src/common/classes/ClumpletReader.h
M src/jrd/jrd.cpp
use ClumpletReader to parse dpb options
2004-11-24 18:23 alexpeshkoff
M src/include/fb_string.h
new method in string
2004-11-24 18:11 alexpeshkoff
M src/jrd/isc_file.cpp
fixed regression in isc_file due to my last commit
2004-11-24 13:33 dimitr
M src/dsql/pass1.cpp
Fixed my SEGV, thanks to Adriano.
2004-11-24 09:32 robocop
M builds/win32/make_boot.bat
Rebuild was used always because the intermediates and/or the executables for build_msg and codes where written to the same dir for the debug and release versions. Since that was fixed time ago in msvc6, rebuild is not needed. I don't know about the msvc7 configuration, so I didn't touch it.
2004-11-24 09:22 robocop
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/classes/array.h
M src/common/classes/class_perf.cpp
M src/common/classes/fb_tls.h
M src/common/classes/semaphore.h
M src/common/classes/tree.h
M src/common/config/config.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dudley/parse.cpp
M src/gpre/gpre.cpp
M src/gpre/gpreswi.h
M src/gpre/hsh.h
M src/include/fb_blk.h
M src/include/fb_map.h
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/common.h
M src/jrd/cvt.cpp
M src/jrd/dflt.h
M src/jrd/dfw.epp
M src/jrd/dpm.epp
M src/jrd/dyn.h
M src/jrd/evl_proto.h
M src/jrd/fields.h
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/ibsetjmp.h
M src/jrd/intl.h
M src/jrd/intlobj.h
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/ods.h
M src/jrd/os/vms/rdbint.cpp
M src/jrd/os/win32/isc_ipc.cpp
M src/jrd/quad.h
M src/jrd/que.h
M src/jrd/sort.cpp
M src/jrd/svc.cpp
M src/jrd/thd.h
M src/lock/lock.cpp
M src/misc/align.cpp
M src/msgs/check_msgs.epp
M src/qli/dtr.h
M src/qli/meta.epp
M src/qli/report.cpp
M src/remote/allr_proto.h
M src/remote/interface.cpp
M src/remote/server.cpp
M src/remote/xnet.cpp
M src/remote/xnet.h
M src/utilities/drop.cpp
Misc: style.
2004-11-24 09:04 robocop
M src/isql/isql.epp
Allow the -m2 option to work.
2004-11-24 09:00 robocop
M src/msgs/history.sql
M src/msgs/msg.sql
Fix the messages database's history.
2004-11-24 08:58 robocop
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/msgs/facilities.sql
M src/msgs/messages.sql
Applying Damyan Ivanov's isql patch.
Document it in the interactive help isql -?
Document also the m2 option (merge diagnostics).
2004-11-24 08:55 robocop
M builds/win32/prepare.bat
More verbosity to know where to look at when there are problems.
2004-11-23 22:43 arnobrinkman
M src/jrd/opt.cpp
fix bug with partially matched lower bounds on descending multi segment index.
2004-11-23 11:03 robocop
M src/isql/extra_proto.h
M src/isql/extract.epp
M src/isql/show.epp
M src/isql/show_proto.h
Misc.
2004-11-23 10:29 robocop
M src/msgs/facilities.sql
M src/msgs/messages.sql
Preparing to commit Damyan Ivanov's isql patch, first step.
2004-11-23 10:11 robocop
M src/jrd/constants.h
Debris of rdb$current_database. :-)
2004-11-23 09:55 robocop
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
Fix MSVC6 build after Nickolay's changes.
2004-11-23 06:48 robocop
M src/jrd/cmp.cpp
Totally misc.
2004-11-23 06:03 robocop
M src/jrd/isc_file.cpp
Misc.
2004-11-23 05:36 skidder
M src/utilities/nbackup.cpp
Fix the nbackup problem on big-endian machines noted by Claudio
2004-11-23 05:34 robocop
M src/jrd/ini.epp
Bad comment caused by copy/paste.
2004-11-23 05:26 skidder
A doc/sql.extensions/README.context_variables2
Preliminary explanation for new context variables logic
2004-11-23 05:06 skidder
M src/jrd/functions.h
Correct mistake in comment which Claudio noted
2004-11-23 04:14 skidder
M src/jrd/functions.cpp
M src/jrd/functions.h
Correction
2004-11-23 04:05 robocop
M src/common/classes/StringMap.h
M src/dsql/pass1.cpp
Misc.
2004-11-23 04:03 robocop
M src/jrd/blp.h
BLR values in blp.h must not shift!
2004-11-23 02:45 skidder
M src/jrd/functions.h
Little correction in context vars support
2004-11-23 01:12 skidder
M src/jrd/inf.cpp
Let's use out new database ID for isc_info_db_id
2004-11-22 22:33 skidder
M builds/posix/make.shared.variables
Fix POSIX build
2004-11-22 22:31 skidder
M src/common/classes/StringMap.cpp
M src/common/classes/StringMap.h
Fix POSIX build warning
2004-11-22 20:53 skidder
M src/dsql/dsql.tab.h
M src/dsql/parse.cpp
Regenerate parse.cpp
2004-11-22 20:50 skidder
M src/dsql/dsql.cpp
M src/dsql/gen.cpp
M src/dsql/keywords.cpp
M src/dsql/make.cpp
M src/dsql/node.h
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/jrd/blp.h
M src/jrd/blr.h
M src/jrd/cmp.cpp
M src/jrd/evl.cpp
M src/jrd/exe.h
M src/jrd/nod.h
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/misc/blrtable.cpp
Remove CURRENT_DATABASE keyword
2004-11-22 20:22 skidder
M builds/win32/msvc7/common.vcproj
M builds/win32/msvc7/common_classic.vcproj
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
A src/common/classes/StringMap.cpp
A src/common/classes/StringMap.h
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/constants.h
M src/jrd/flu_proto.h
M src/jrd/functions.cpp
A src/jrd/functions.h
M src/jrd/ini.epp
M src/jrd/jrd.h
M src/jrd/tra.h
Context variables support
2004-11-22 19:45 skidder
M src/msgs/facilities.sql
M src/msgs/messages.sql
M src/msgs/system_errors.sql
Add messages for context variables and correct bad SQL code used for couple messages added earlier
2004-11-22 08:00 robocop
M src/isql/isql.epp
M src/isql/isql.h
Allow basic leaks reporting, fix a couple of leaks and delete obsolete comment.
2004-11-22 06:27 robocop
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
Update misc files.
2004-11-22 04:44 skidder
M src/misc/writeBuildNum.sh
Use POSIX shell script syntax in writeBuildNum.sh
2004-11-21 16:46 alexpeshkoff
M src/jrd/isc_file.cpp
fixed work with NFS mount points
2004-11-21 16:25 alexpeshkoff
M src/jrd/alt.cpp
comment
2004-11-20 12:15 dimitr
M src/jrd/rse.cpp
no message
2004-11-19 03:52 robocop
M src/msgs/msg.sql
The obvious missing constraints, at least for me.
2004-11-19 03:51 robocop
M src/msgs/messages.sql
Get rid of journal-related messages.
2004-11-19 03:51 robocop
M src/msgs/history.sql
Keep history up to date by hand.
2004-11-19 03:50 robocop
M src/msgs/facilities.sql
The facilities's MAX_NUMBER is one more than the last used number in messages.sql for each facility. It worked nicely for years until the utilities became obsolete.
2004-11-18 23:00 arnobrinkman
M src/jrd/btn.cpp
M src/jrd/btn.h
Final ODS index structure change
2004-11-18 19:53 skidder
M builds/install/arch-specific/linux/misc/firebird.xinetd.in
Fix problem with XP SP2 clients talking to POSIX server (SF#1065511)
2004-11-18 13:58 hvlad
M src/jrd/exe.cpp
M src/jrd/exe.h
1. Use isc_stack_trace instead of isc_random
2. Correct exception handling when dynamic string is used. See comments in exe.cpp
2004-11-18 13:50 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
M src/msgs/facilities.sql
M src/msgs/messages.sql
M src/msgs/system_errors.sql
Added new isc_stack_trace error code for PL-SQL stack trace
2004-11-18 09:14 dimitr
M src/jrd/evl.cpp
Cleanup.
2004-11-18 08:40 robocop
M src/remote/server.cpp
Misc.
2004-11-18 08:09 dimitr
M src/msgs/facilities.sql
no message
2004-11-17 22:01 arnobrinkman
M src/dsql/pass1.cpp
Fix bug in aggregate-functions which burried EXISTS/SINGULAR predicate.
See bug #1063254
2004-11-17 20:41 hvlad
M src/jrd/par.cpp
Fixed broken stored procedures default parameters handling. Thanks to Nickolay
2004-11-17 19:45 dimitr
M src/jrd/evl.cpp
no message
2004-11-17 19:33 dimitr
M src/jrd/cmp.cpp
M src/jrd/exe.h
M src/jrd/opt.cpp
Fixed bugs SF #459059 and #543106.
2004-11-17 18:27 dimitr
M src/dsql/dsql.h
M src/dsql/misc_func.cpp
M src/dsql/pass1.cpp
Some corrections and cleanup.
2004-11-17 18:18 dimitr
M src/jrd/blp.h
M src/jrd/gds.cpp
Added missing BLR handling to the internal blob filter
2004-11-17 15:23 dimitr
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/exe.cpp
M src/msgs/messages.sql
M src/msgs/system_errors.sql
1) Reworked error reporting
2) Allowed positioned updates for explicit cursors
3) Fixed some possible server crashes
2004-11-17 15:01 dimitr
M src/msgs/messages.sql
M src/msgs/system_errors.sql
1) Reworked error reporting
2) Allowed positioned updates for explicit cursors
3) Fixed some possible server crashes
2004-11-17 14:50 dimitr
M src/dsql/dsql.cpp
M src/dsql/dsql.tab.h
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dsql/user_dsql.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
1) Reworked error reporting
2) Allowed positioned updates for explicit cursors
3) Fixed some possible server crashes
2004-11-17 12:33 dimitr
M src/jrd/evl.cpp
Fixed bug found by Claudio.
2004-11-17 12:25 hvlad
M src/remote/server.cpp
Fix buffer overflow when string carried with status vector is too large. String will be truncated to 1023 bytes
2004-11-17 12:20 hvlad
M src/isql/isql.h
Allow isql to show large exception messages
2004-11-17 12:19 hvlad
M src/jrd/exe.h
M src/jrd/fields.h
M src/jrd/ini.epp
M src/jrd/ini.h
M src/jrd/status.h
Enlarge exception messages from 80 to 1023 bytes
2004-11-17 08:59 robocop
M src/jrd/mov.cpp
Misc and comment.
2004-11-17 08:57 robocop
M src/jrd/svc.cpp
Totally misc.
2004-11-17 08:57 robocop
M src/jrd/sha.cpp
If sha_info.data is already BYTE*, why casting it to BYTE* again?
2004-11-17 08:56 robocop
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/jrd/gds.cpp
M src/remote/os/win32/window.cpp
Poor man's version of the old gds_alloc_report.
2004-11-17 08:39 robocop
M src/jrd/inuse.cpp
Misc.
2004-11-17 05:20 robocop
M src/utilities/run_service.cpp
Correction.
2004-11-17 05:19 robocop
M src/utilities/print_pool.cpp
Misc.
2004-11-17 05:18 robocop
M src/utilities/gsec/call_service.cpp
Prevent garbage from being used.
2004-11-16 11:44 alexpeshkoff
M src/utilities/gsec/call_service.cpp
style
2004-11-16 11:43 alexpeshkoff
M src/remote/interface.cpp
restored broken by me const-correctness in remote
2004-11-16 11:41 alexpeshkoff
M src/jrd/jrd_pwd.h
take autoconfig.h into account
2004-11-16 11:38 alexpeshkoff
M src/include/fb_string.h
restored STL's copy_from - it's useless for us, but safe
2004-11-16 08:52 robocop
M src/jrd/sha.cpp
M src/jrd/svc.cpp
M src/jrd/thd.cpp
Misc.
2004-11-16 08:35 robocop
M src/common/classes/timestamp.cpp
M src/jrd/pwd.cpp
Misc.
2004-11-16 08:34 robocop
M src/jrd/os/win32/guid.cpp
We don't need reinterpret_cast from void*
2004-11-16 06:22 robocop
M src/common/classes/ClumpletReader.cpp
M src/common/classes/ClumpletReader.h
Misc: where did those phantom spaces come from?
2004-11-16 06:16 robocop
M src/remote/inet.cpp
Totally misc: consistency with the other places.
2004-11-16 05:03 robocop
M src/common/fb_exception.cpp
Totally misc.
2004-11-16 05:02 robocop
M src/common/classes/alloc.h
Totally misc: comment.
2004-11-16 03:06 bellardo
M src/jrd/plugin_manager.cpp
M src/jrd/plugin_manager.h
Fix the copyright header.
2004-11-15 16:34 alexpeshkoff
M src/common/classes/ClumpletReader.cpp
M src/common/classes/ClumpletReader.h
M src/common/classes/ClumpletWriter.cpp
M src/common/classes/ClumpletWriter.h
M src/common/classes/array.h
1. const-correctness of Clumplet classes
2. changed datatype to store ClumpletWriter buffer to avoid a lot of casts
3. added methods to support PathName operations
2004-11-15 15:52 alexpeshkoff
M src/remote/inet.cpp
M src/remote/inet_proto.h
M src/remote/os/win32/wnet.cpp
M src/remote/os/win32/wnet_proto.h
M src/remote/xnet.cpp
M src/remote/xnet_proto.h
restored broken by me const-correctness in remote
2004-11-15 07:35 alexpeshkoff
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
replaced platform-dependent SHA1 with in-tree sha.cpp
2004-11-15 04:15 skidder
M builds/posix/Makefile.in.embed.util
M builds/posix/make.shared.variables
Fix posix build
2004-11-15 04:06 skidder
M src/jrd/vio.cpp
Fix GCC build
2004-11-15 00:32 skidder
M src/utilities/nbackup.cpp
Add workaround to NBACKUP for Windows problem causing OS to go down when somebody reads a large file
2004-11-15 00:21 skidder
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
Update MSVC7 makefiles
2004-11-14 21:08 skidder
M src/jrd/evl.cpp
Fix the bug I recently added to CURRENT_TIME precision handling
2004-11-14 20:59 skidder
M src/common/classes/timestamp.cpp
Minor correction of previous commit
2004-11-14 20:49 skidder
M src/common/classes/timestamp.cpp
M src/common/classes/timestamp.h
Add time routines to TimeStamp class
2004-11-14 18:09 alexpeshkoff
M src/jrd/jrd_pwd.h
D src/jrd/os/posix/sha.cpp
D src/jrd/os/sha.h
D src/jrd/os/win32/sha.cpp
M src/jrd/pwd.cpp
A src/jrd/sha.cpp
A src/jrd/sha.h
replaced platform-dependent SHA1 with in-tree sha.cpp
2004-11-14 18:07 alexpeshkoff
M src/utilities/gsec/call_service.cpp
M src/utilities/gsec/call_service.h
misc cleanup
2004-11-14 18:05 alexpeshkoff
M src/common/classes/fb_string.cpp
M src/include/fb_string.h
M src/jrd/dfw.epp
M src/jrd/dyn_def.epp
M src/jrd/gds.cpp
M src/jrd/isc_f_proto.h
cleanup of methods, storing data in plain char*
2004-11-14 18:03 alexpeshkoff
M src/jrd/os/guid.h
M src/jrd/os/posix/guid.cpp
M src/jrd/os/win32/guid.cpp
added related feature - platform-dependent random genearator
2004-11-14 18:01 alexpeshkoff
M src/utilities/gsec/security.epp
dropped temp fix after bug with views was fixed by Dmitry Yemanov
2004-11-14 17:58 alexpeshkoff
M src/jrd/isc_file.cpp
style
2004-11-14 16:37 alexpeshkoff
M src/jrd/cvt.cpp
fixed debug build
2004-11-14 07:50 robocop
M src/msgs/history.sql
M src/msgs/messages.sql
Sync messages with Alex' changes in gsec.
2004-11-12 05:32 dimitr
M src/jrd/cvt.cpp
M src/jrd/evl.cpp
Restored missing asserts.
2004-11-11 21:46 skidder
M src/common/fb_exception.cpp
M src/include/fb_exception.h
Commit change adding method used by ClumpletReader/ClumpletWriter
2004-11-11 10:27 skidder
M src/jrd/blp.h
Remove unneeded item as Claudio noted
2004-11-11 10:21 hvlad
M src/jrd/vio.cpp
Corrected typos pointed by Claudio
2004-11-11 10:17 hvlad
M src/jrd/jrd.cpp
GC policy config entry don't need to be case-sensitive
2004-11-11 05:37 skidder
M src/dsql/dsql.cpp
M src/dsql/gen.cpp
M src/dsql/keywords.cpp
M src/dsql/make.cpp
M src/dsql/node.h
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/jrd/blp.h
M src/jrd/blr.h
M src/jrd/cmp.cpp
M src/jrd/constants.h
M src/jrd/evl.cpp
M src/jrd/exe.h
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/nod.h
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/misc/blrtable.cpp
CURRENT_DATABASE implementation. Established identity may also be used for isc_info_db_id datum
2004-11-11 04:57 skidder
M src/utilities/gsec/call_service.cpp
long is 64-bit datatype, but here encoded as 32-bit value. correct confusion
2004-11-11 04:47 skidder
M src/jrd/enc.cpp
Port ENC_crypt to 64 bits
2004-11-11 01:34 skidder
M src/utilities/gsec/call_service.cpp
Fix 64-bit build
2004-11-10 23:02 skidder
M src/jrd/jrd.cpp
Use case-sensitive comparisons for GC policy configuration entires. stricmp does not exist on Linux.
2004-11-10 13:32 hvlad
M src/jrd/jrd.h
Removed unneeded method as Nickolay suggested
2004-11-10 08:28 robocop
M src/jrd/isc_file.cpp
Misc.
2004-11-10 08:16 robocop
M src/burp/backup.epp
fb-checkins shows that I didn't commit the correct version of the file.
2004-11-10 05:19 robocop
M src/jrd/jrd.cpp
M src/jrd/vio.cpp
Misc.
2004-11-10 04:41 robocop
M src/jrd/fun.epp
Fix SF Bug #1057538.
2004-11-10 04:35 robocop
M src/jrd/isc_sync.cpp
M src/jrd/svc.cpp
Misc.
2004-11-10 04:33 robocop
M src/burp/backup.epp
Avoid backup corruption with too long file names.
2004-11-10 04:32 robocop
M src/gpre/cob.cpp
Fix with double quotes handling in case someone still uses gpre and COBOL.
2004-11-10 04:29 robocop
D src/utilities/sbc_print.cpp
This file cannot be compiled in its current state and references a project (shared cache) abandoned years ago.
2004-11-10 04:26 robocop
M src/alice/alice.cpp
M src/alice/alice_meta.epp
M src/dsql/pass1.cpp
M src/dudley/ddl.h
M src/dudley/exe.epp
M src/dudley/expr.cpp
M src/dudley/extract.epp
M src/dudley/lex.cpp
M src/dudley/parse.cpp
M src/dudley/trn.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cob.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/par.cpp
M src/gpre/pas.cpp
M src/gpre/pat.cpp
M src/gpre/sql.cpp
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql_win.cpp
M src/jrd/cch.cpp
M src/jrd/dbg.cpp
M src/jrd/exe.cpp
M src/jrd/exe_proto.h
M src/jrd/jlx.c
M src/jrd/log.cpp
M src/jrd/mem.cpp
M src/jrd/opt.cpp
M src/jrd/pwd.cpp
M src/jrd/sqz.cpp
M src/jrd/utl.cpp
M src/msgs/change_msgs.epp
M src/msgs/enter_msgs.epp
M src/msgs/include.epp
M src/msgs/modify_msgs.epp
M src/qli/dtr.cpp
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/help.epp
M src/qli/lex.cpp
M src/qli/lex_proto.h
M src/qli/parse.cpp
M src/qli/picstr.cpp
M src/utilities/analyse.cpp
M src/utilities/drop.cpp
M src/utilities/gsec/call_service.cpp
M src/utilities/gsec/gsec.cpp
Treat string literals and string constants with more respect.
2004-11-10 04:25 robocop
M src/utilities/nbackup.cpp
Protect from whatever possible (future) programming error that could cause a B.O. Probably the best fix is to make the constructor private and force all usage through the static raise() member function.
2004-11-09 13:06 hvlad
M builds/install/misc/firebird.conf
Added config file parameter for the garbage collection policy
2004-11-09 12:59 hvlad
M src/common/config/config.cpp
M src/common/config/config.h
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/tra.cpp
M src/jrd/vio.cpp
Add config file parameter for the garbage collection policy
2004-11-08 12:53 asfernandes
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/gsec.vcproj
M builds/win32/msvc7/utilities.vcproj
M builds/win32/msvc7/utilities_classic.vcproj
Fix MSVC7 build after Alex changes
2004-11-08 09:38 hvlad
M src/jrd/svc.cpp
Fix wrong thread priority
2004-11-08 08:29 robocop
M src/jrd/isc_file.cpp
Totally misc.
2004-11-08 08:01 robocop
M src/jrd/jrd.cpp
Misc.
2004-11-08 07:09 robocop
M src/remote/interface.cpp
Consistency.
2004-11-08 07:08 robocop
M src/remote/inet_server.cpp
Misc.
2004-11-08 06:16 robocop
M src/jrd/alt.cpp
M src/jrd/os/win32/winnt.cpp
Misc.
2004-11-08 06:15 robocop
M src/jrd/os/vms/vms.cpp
Fix Alex' commit.
2004-11-08 05:50 robocop
M builds/posix/Makefile.in.client.gsec
Change the license.
2004-11-08 05:38 robocop
M src/qli/meta.epp
M src/remote/os/win32/ibconfig.cpp
M src/utilities/install/install.cpp
M src/utilities/install/install_client.cpp
M src/utilities/install/install_reg.cpp
M src/utilities/install/install_svc.cpp
Treat string literals and string constants with more respect.
2004-11-08 05:17 robocop
M src/qli/dtr.h
M src/qli/expand.cpp
M src/qli/hsh.cpp
M src/qli/parse.cpp
M src/qli/report.h
Treat string literals and string constants with more respect.
2004-11-08 05:13 robocop
M src/jrd/why.cpp
Find a better way to handle ISC_lookup_entrypoint calls than to throw away constness.
2004-11-08 03:36 robocop
M src/jrd/os/vms/dfloat_stub.cpp
Pre-ANSI C file?
2004-11-08 03:33 robocop
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cob.cpp
M src/gpre/dyntable.cpp
M src/gpre/gpre.h
M src/gpre/hsh.cpp
M src/gpre/pas.cpp
M src/jrd/grammar.cpp
M src/jrd/jlx.c
M src/lock/driver.cpp
M src/misc/align.cpp
M src/msgs/load.epp
Treat string literals and string constants with more respect.
2004-11-08 03:19 robocop
M src/dudley/ddl.h
M src/dudley/exe.epp
M src/dudley/expand.cpp
M src/dudley/generate.cpp
M src/dudley/hsh.cpp
M src/dudley/hsh_proto.h
M src/dudley/parse.cpp
M src/dudley/parse_proto.h
Treat string literals and string constants with more respect.
2004-11-08 03:15 robocop
M src/dsql/movd.cpp
Const and use symbolic constants instead of harcoded 20.
2004-11-08 03:14 robocop
M src/burp/burp.h
M src/burp/restore.epp
M src/burp/spit.cpp
M src/dsql/preparse.cpp
M src/dsql/utld.cpp
M src/dsql/utld_proto.h
Treat string literals and string constants with more respect.
2004-11-08 03:09 robocop
M src/gpre/ftn.cpp
M src/misc/memtest.cpp
M src/remote/os/win32/property.cpp
M src/utilities/cache.cpp
Misc.
2004-11-08 02:57 robocop
M src/alice/exe.cpp
M src/common/classes/stack.h
M src/common/classes/tree.h
Misc and mark suspicious place(s).
2004-11-07 14:50 alexpeshkoff
M src/jrd/alt.cpp
M src/jrd/ibase.h
M src/jrd/jrd.cpp
M src/jrd/jrd_pwd.h
A src/jrd/os/posix/sha.cpp
A src/jrd/os/sha.h
A src/jrd/os/win32/sha.cpp
M src/jrd/pwd.cpp
M src/jrd/svc.cpp
A src/utilities/gsec/call_service.cpp
A src/utilities/gsec/call_service.h
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
security fix
1. Use SHA1 hash instead of ENC_crypt.
2. Disable any remote (non-embedded) access to security.fdb.
3. Use services in gsec and isc_*_user() fucntions.
In gsec switch -database replaced with -server.
4. Protect from attempts to brut-force accounts/passwords.
2004-11-07 14:44 alexpeshkoff
M src/remote/inet.cpp
M src/remote/inet_proto.h
M src/remote/inet_server.cpp
M src/remote/interface.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/os/win32/wnet_proto.h
M src/remote/server.cpp
M src/remote/xnet.cpp
M src/remote/xnet_proto.h
more active use of Firebird::string in remote
2004-11-07 14:43 alexpeshkoff
M src/jrd/dfw.epp
M src/jrd/dyn_def.epp
M src/jrd/isc_f_proto.h
M src/jrd/isc_file.cpp
M src/jrd/os/pio_proto.h
M src/jrd/os/posix/unix.cpp
M src/jrd/os/vms/vms.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/sdw.cpp
M src/jrd/why.cpp
M src/utilities/sbc_print.cpp
1.fixed problem with double-opened databases on LanMan mounted disk.
might cause database corruption.
2.more active use of Firebird::string in isc_file.cpp
2004-11-07 14:38 alexpeshkoff
M src/utilities/ibmgr/ibmgr.h
M src/utilities/ibmgr/srvrmgr.cpp
dropped unused function, which became absolutely senseless
2004-11-07 14:35 alexpeshkoff
M src/jrd/scl.epp
fixed problem with lost "authenticator" and "sweeper" user names
2004-11-07 14:33 alexpeshkoff
M src/jrd/plugin_manager.cpp
avoid gds__prefix() in favour of getRootDirectory()
2004-11-07 14:30 alexpeshkoff
M src/jrd/cch.cpp
M src/jrd/dyn_del.epp
M src/jrd/dyn_mod.epp
M src/jrd/exe.cpp
avoid warnings in gcc
2004-11-07 14:27 alexpeshkoff
M src/jrd/enc.cpp
M src/jrd/enc_proto.h
1. make ENC_crypt thread safe
2. don't use libcrypt
2004-11-07 14:23 alexpeshkoff
M src/include/fb_string.h
security fix
added method to save string data into char[] buffer safe
2004-11-07 14:20 alexpeshkoff
M src/gpre/cdbtable.h
added new dpb parameters
2004-11-07 14:17 alexpeshkoff
M src/dbs/security.sql
security fix
1. dropped table host_info
2. applied (modified a bit) patch of Ivan Prenosil letting user modify his password
3. expanded PASSWD field to fit new hashes
2004-11-07 14:12 alexpeshkoff
M src/common/config/config.cpp
M src/common/config/config.h
security fix
added LegacyHash parameter to firebird.conf - setting to true
makes it possible to check for old (crypt) hashes in security.fdb
2004-11-07 14:01 alexpeshkoff
M builds/win32/prepare.bat
security fix
use SQL instead of gbak to create security database
2004-11-07 13:49 alexpeshkoff
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/gsec.dsp
M builds/win32/msvc6/utilities.dsp
M builds/win32/msvc6/utilities_classic.dsp
security fix
added new files to win32 VC6 build
2004-11-07 13:47 alexpeshkoff
A builds/posix/Makefile.in.client.gsec
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.embed.util
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.refDatabases
M builds/posix/make.shared.variables
security fix
1. added separate gsec.client build
2. added new files to posix build
2004-11-07 13:43 alexpeshkoff
M configure.in
security fixes - added check for libssl and gsec.client build
2004-11-07 10:52 robocop
M src/common/classes/array.h
M src/common/classes/locks.h
M src/common/classes/objects_array.h
M src/common/classes/rwlock.h
M src/common/classes/semaphore.h
M src/common/classes/vector.h
M src/utilities/relay.cpp
Misc: extra semicolons do not help. :-)
2004-11-07 10:47 robocop
M src/jrd/btn.cpp
M src/jrd/cvt.cpp
M src/jrd/dyn.epp
M src/jrd/evl.cpp
M src/jrd/gds.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/par.cpp
M src/jrd/val.cpp
M src/jrd/vio.cpp
Misc: extra semicolons do not help. :-)
2004-11-07 10:38 robocop
M src/dsql/dsql.cpp
M src/dsql/gen.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/show.epp
M src/lock/print.cpp
M src/remote/inet.cpp
M src/remote/interface.cpp
M src/remote/server.cpp
M src/remote/xnet.cpp
Misc: extra semicolons do not help. :-)
2004-11-07 10:20 robocop
M src/isql/isql.epp
When the XSQLDA is reallocated, set the version again (from my uncommitted FB1 fixes).
2004-11-06 07:20 robocop
M src/common/classes/stack.h
M src/common/classes/tree.h
M src/jrd/intl.cpp
M src/jrd/intl_classes.h
M src/jrd/jrd.h
M src/jrd/vio.cpp
1.- Extra unneeded semicolons are being garbage collected.
2.- Style: sepate params by space, type for<space>(, etc.
2004-11-06 07:17 robocop
M src/jrd/gds.cpp
Fix wrong comment due to copy/paste.
2004-11-06 06:05 skidder
M src/jrd/exe.cpp
Fix possible server crash when EXECUTE_IMMEDIATE is used to release or rollback transaction to non-existing savepoint. Reported by David Rushby as a part of 1.5.2 field test
2004-11-06 02:10 skidder
M src/jrd/dsc_pub.h
Remove comment that is no longer relevant
2004-11-05 19:33 dimitr
M src/iscguard/iscguard.cpp
Fix by Eugene Kilin.
2004-11-05 08:01 hvlad
M src/jrd/common.h
M src/jrd/dfw.epp
M src/jrd/jrd.h
M src/jrd/tra.cpp
M src/jrd/vio.cpp
New garbage collector thread implementation
2004-11-04 19:38 skidder
M src/common/classes/timestamp.cpp
Fix posix build after my timestamp change
2004-11-04 19:14 skidder
M builds/win32/msvc7/common.vcproj
M builds/win32/msvc7/common_classic.vcproj
M builds/win32/msvc7/common_static.vcproj
M configure.in
M src/common/classes/timestamp.cpp
M src/common/classes/timestamp.h
M src/include/gen/autoconfig_msvc.h
M src/jrd/cvt.cpp
M src/jrd/evl.cpp
M src/jrd/gds.cpp
M src/jrd/mov.cpp
Slightly adjust Dmitry's Firebird::TimeStamp class to make it more useful, change is coordiated with Dmitry. Use thread-safe localtime_r routine when it is available
2004-11-04 19:08 skidder
M src/utilities/nbackup.cpp
Add .nbk extension to file names generated by nbackup as suggested by Oliver
2004-11-04 18:59 skidder
M src/include/gen/msgs.h
regenerated msgs.h
2004-11-04 18:54 skidder
M src/utilities/nbackup.cpp
Improve NBACKUP diagnistics once again
2004-11-04 18:29 skidder
M src/utilities/nbackup.cpp
Fix bug in parameter parsing for NBACKUP, username/password were only recognized in the beginning of command. Improve diagnostics for invalid options given on command
2004-11-04 05:42 robocop
M builds/win32/msvc6/ib_udf.dsp
Remove the reference to ib_udf.c from MSVC6.
2004-11-04 05:34 robocop
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
M builds/win32/msvc6/common_static.dsp
Fix MSVC6 build after timestamp.cpp was created.
2004-11-04 05:26 robocop
M src/common/classes/timestamp.h
Be explicit.
2004-11-04 01:35 robocop
M builds/win32/preprocess.bat
Misc typo
2004-11-04 00:25 skidder
M builds/win32/preprocess.bat
Enable Claudio's workaround of using boot gpre for a few files in build process to permit using Firebird 1.5 or 1.0 as a build host engine. Medium-term solution would probably be to replicate boot build process for POSIX on Windows, it is not difficult
2004-11-03 23:47 skidder
M builds/posix/make.shared.variables
Fix POSIX build
2004-11-03 17:28 dimitr
A src/common/classes/timestamp.cpp
M src/common/classes/timestamp.h
M src/jrd/req.h
Improved TimeStamp slightly to suit non-engine needs.
2004-11-03 14:16 fsg
M src/extlib/ib_udf.cpp
M src/extlib/ib_udf2.sql
Renamed old rand udf to srand
added new rand function without seed
FSG
2004-11-03 12:06 paulbeach
M builds/install/misc/firebird.conf
Fix minor typo
2004-11-03 08:38 skidder
M src/common/classes/ClumpletReader.cpp
M src/common/classes/ClumpletReader.h
M src/common/classes/ClumpletWriter.cpp
M src/common/classes/ClumpletWriter.h
Bunch of fixes in clumplet readers and writers
2004-11-03 08:36 skidder
M src/common/classes/sparse_bitmap.h
Remove comment which is no longer pertinent
2004-11-02 23:07 arnobrinkman
M src/dsql/pass1.cpp
bugfix: still were some ambiguous queries possible.
fe: select rdb$database.rdb$relation_id from rdb$database, rdb$database
2004-11-02 15:42 hvlad
M src/jrd/sort.cpp
Correct my previous commit
2004-11-02 07:15 skidder
M builds/posix/Makefile.in.extlib
Migrate POSIX build to ib_udf.cpp
2004-11-02 07:13 skidder
D src/extlib/ib_udf.c
M src/extlib/ib_udf.cpp
Fix POSIX build. It is difficult to teach make to pick up .cpp file when .c file with the same name is present. Thus we delete ib_udf.c.
2004-11-02 06:43 skidder
M src/common/classes/timestamp.h
Fix warning
2004-11-02 06:27 skidder
M builds/win32/msvc7/ib_udf.vcproj
Move MSVC7 build to ib_udf.cpp
2004-11-02 06:23 skidder
M src/extlib/ib_udf.cpp
Fix MSVC7 build
2004-11-02 02:41 asfernandes
M src/burp/burp.h
M src/burp/restore.epp
M src/msgs/history.sql
M src/msgs/messages.sql
Update very obsolete error message
2004-11-01 08:29 dimitr
M src/common/classes/timestamp.h
M src/jrd/cvt.cpp
M src/jrd/evl.cpp
M src/jrd/mov.cpp
Changed TimeStamp class a bit, as suggested by Claudio.
2004-11-01 08:23 robocop
M src/jrd/sort.cpp
Style.
2004-11-01 08:13 robocop
M src/jrd/exe.cpp
Forbid literal string assignment to array. Error msg is still confusing.
2004-11-01 07:51 hvlad
M src/jrd/evl.cpp
M src/jrd/idx.cpp
M src/jrd/rse.cpp
M src/jrd/sort.cpp
M src/jrd/sort.h
M src/jrd/sort_proto.h
Fixed broken unique index creation found by Adriano dos Santos Fernandes (unique indices can be created with duplicate keys)
2004-11-01 04:40 robocop
M src/jrd/scl.epp
Get rid of unused function params.
2004-11-01 04:35 robocop
M src/jrd/cvt.cpp
Scope.
2004-11-01 03:18 robocop
M src/jrd/met.epp
Make the assertion useful.
2004-10-31 09:28 robocop
M src/jrd/cvt.cpp
M src/jrd/pag.cpp
Misc.
2004-10-31 05:40 dimitr
M src/common/classes/timestamp.h
Removed unused code.
2004-10-30 19:41 dimitr
M src/jrd/cvt.cpp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/mov.cpp
M src/jrd/req.h
Replaced non-centralized datetime management with a new class.
2004-10-30 19:28 dimitr
A src/common/classes/timestamp.h
Replaced non-centralized datetime management with a new class.
2004-10-30 07:05 robocop
M src/burp/backup.epp
M src/burp/burp.h
M src/burp/mvol.cpp
Constant is the max size of the string, not the max length.
2004-10-30 06:48 robocop
A src/misc/upgrade/recovering_build.txt
Provides information on how to recover a failed build due to new fields added.
2004-10-30 06:03 robocop
M src/common/classes/sparse_bitmap.h
Misc.
2004-10-30 05:58 robocop
M src/burp/backup.epp
M src/burp/burp.h
M src/burp/restore.epp
Implement rdb$description in rdb$generators.
Gbak should be able to backup and restore the new field(s).
Following Borland's practice when adding fields, I raised the backup number to 7. I should have done that when enhancing rdb$roles.
2004-10-30 05:51 robocop
M src/jrd/dfw.epp
Misc.
2004-10-30 05:41 robocop
M src/burp/burp.cpp
M src/burp/burp_proto.h
M src/burp/mvol.cpp
Fix possible buffer overrun.
2004-10-30 05:36 robocop
M src/gpre/par.cpp
Wrong macro to inline function conversion (but harmless)
2004-10-30 05:30 robocop
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cob.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/pas.cpp
M src/gpre/sqe.cpp
M src/gpre/sql.cpp
Be more respectful of literal strings.
2004-10-30 05:23 robocop
M src/include/gen/ids.h
M src/jrd/dfw.epp
M src/jrd/ini.epp
M src/jrd/relations.h
M src/jrd/trig.h
M src/jrd/vio.cpp
Implement rdb$description in rdb$generators. What a chore.
2004-10-30 05:12 robocop
M src/jrd/cvt.cpp
M src/jrd/rse.cpp
Misc.
2004-10-29 17:51 skidder
M src/common/classes/sparse_bitmap.h
Kill a few redundant const qualifiers
2004-10-29 00:29 skidder
M src/jrd/rse.cpp
Go back to passing pointers to impure areas instead of direct bitmap pointers. The approach I tried doesn't work with nod_bit_in correctly and doesn't seem pretty to me anymore
2004-10-28 23:26 skidder
M src/common/classes/sparse_bitmap.h
M src/jrd/evl.cpp
M src/jrd/evl_proto.h
M src/jrd/nav.cpp
M src/jrd/rse.h
Go back to passing pointers to impure areas instead of direct bitmap pointers. The approach I tried doesn't work with nod_bit_in correctly and doesn't seem pretty to me anymore
2004-10-28 22:42 skidder
M src/jrd/ibase.h
Add forgotten braces in preprocessor statement to prevent warnings on some old compilers
2004-10-28 05:23 robocop
M src/jrd/jrd.cpp
Misc.
2004-10-28 04:47 robocop
M src/jrd/idx.cpp
Misc.
2004-10-28 04:47 robocop
M src/extlib/fbudf/fbudf.sql
Alternative addDay2 function (same usage, more orthodox handling).
Same can be done for other Add<part> functions.
2004-10-28 04:36 robocop
M src/extlib/fbudf/fbudf.cpp
M src/extlib/fbudf/fbudf.h
Alternative addDay2 function (same usage, more orthodox handling).
Same can be done for other Add<part> functions.
2004-10-27 18:17 asfernandes
M src/jrd/all.cpp
Make compilable in MSVC6
2004-10-27 13:27 dimitr
M src/jrd/evl.cpp
Let's include milliseconds also in CURRENT_TIMESTAMP, accordingly to the SQL spec.
2004-10-27 12:14 dimitr
M src/dsql/parse.y
Changed non-standard WEEKDAY and YEARDAY extentions to become non-reserved words.
2004-10-27 11:46 dimitr
M src/jrd/cvt.cpp
Let's include milliseconds in 'NOW'.
2004-10-27 10:54 aafemt
M src/alice/alice.h
M src/dudley/ddl.h
Supress warning
2004-10-27 10:19 aafemt
M src/jrd/ibase.h
Equal rights to all compilers as Claudio suggested
2004-10-27 10:14 aafemt
M src/dsql/dsql.cpp
Variable shadowing
2004-10-27 09:33 aafemt
M src/jrd/cmp.cpp
Fix warning
2004-10-27 09:33 dimitr
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
Ported UPDATE/DELETE extentions from Yaffil.
2004-10-27 09:31 aafemt
M src/jrd/cmp.cpp
Variable shadowing that could cause memory leak
2004-10-27 09:28 aafemt
M src/common/classes/sparse_bitmap.h
M src/jrd/RecordNumber.h
Variable shadowing
2004-10-27 09:24 aafemt
M src/jrd/ibase.h
Supress compiler warning
2004-10-27 09:21 aafemt
M builds/posix/prefix.mingw
Unfortunatelly GNU autoconf macros added by Nikolay don't work for mingw
2004-10-27 02:35 skidder
M src/jrd/all.cpp
kill warning
2004-10-27 00:20 skidder
M src/jrd/ibase.h
Fix warning in VS2003 build I added recently
2004-10-26 22:23 arnobrinkman
M src/jrd/opt.cpp
1) fix outer join issues
2) fix problem with ORDER BY <index> and missing NULLs
2004-10-26 07:21 robocop
M src/dsql/gen.cpp
M src/dsql/node.h
Misc.
2004-10-25 10:31 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/msgs/facilities.sql
M src/msgs/history.sql
M src/msgs/system_errors.sql
Added new message. To be used later (pending changes).
2004-10-25 10:30 robocop
M src/msgs/messages.sql
Added new message. Rollback PB changes as agreed until a better solution is found.
2004-10-25 10:28 robocop
M src/msgs/messages.sql
M src/msgs/msg.sql
Allows to build FB2 with FB1. All data in the scripts was inserted happily.
2004-10-25 09:45 aafemt
M configure.in
1) Multithread for Win32. 2) Space is important sometimes
2004-10-25 05:14 skidder
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/jrd/all.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd_proto.h
Implement routines for convenient dumping of memory pools under debugger
2004-10-25 03:53 skidder
M builds/posix/firebird.vers
M builds/win32/defs/fbclient.def
M builds/win32/defs/gds32.def
M src/alice/alice.cpp
M src/burp/burp.cpp
M src/isql/isql.epp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/ibase.h
M src/jrd/os/vms/dfloat_stub.cpp
M src/remote/os/win32/ibconfig.cpp
M src/remote/server.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gstat/dba.epp
fb_interpret->isc_interpet, deprecate isc_interpete, clean interface a little bit
2004-10-25 02:56 skidder
M src/include/gen/ids.h
Regenerated ids.h
2004-10-25 01:18 skidder
M src/jrd/common.h
M src/jrd/dfw.epp
M src/jrd/dsc.h
M src/jrd/ini.epp
M src/jrd/met.epp
M src/jrd/met_proto.h
Unify ODS11 between 32-bit and 64-bit builds on the same architecture: use 64-bit alignment and 32-bit descriptors
2004-10-25 01:09 skidder
M src/jrd/rse.cpp
WITH LOCK could have been ignored or applied to randomly wrong table if used with FIRST and/or SKIP in stored procedure or trigger. There are 3 other places in the engine (fetch_left, OPT_compile, get_record) still using the same idiom as one which was used by pessimistic locking. I won't fix them
2004-10-24 09:10 skidder
M builds/install/arch-specific/linux/Makefile.in
M builds/install/arch-specific/linux/classic/rpmheader.txt.in
M builds/install/arch-specific/linux/super/rpmheader.txt.in
M builds/posix/make.defaults
M configure.in
Add support for biarch builds
2004-10-24 08:04 skidder
M builds/install/misc/firebird.conf
Add documentation note per claudio suggestion
2004-10-24 02:47 skidder
M src/common/config/config.cpp
Default to BugcheckAbort=1 in DEV_BUILD
2004-10-23 01:21 skidder
M src/common/classes/ClumpletReader.cpp
M src/common/classes/ClumpletReader.h
M src/common/classes/ClumpletWriter.cpp
M src/common/classes/ClumpletWriter.h
Little corrections in clumplet handler classes
2004-10-23 00:54 robocop
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/jrd/dflt.h
M src/jrd/exe.cpp
Misc.
2004-10-23 00:51 robocop
M builds/win32/preprocess.bat
Indication on how to recover the build manually after adding fields to the engine.
2004-10-22 16:26 paulbeach
M src/msgs/messages.sql
Somebody had saved this with word wrap. So some inserts failed on a MSCV6 build. Corrected.
2004-10-22 06:24 skidder
A src/common/classes/ClumpletReader.cpp
A src/common/classes/ClumpletReader.h
A src/common/classes/ClumpletWriter.cpp
A src/common/classes/ClumpletWriter.h
Classes for secure manipulations with clumplet structures
2004-10-21 11:45 hvlad
M src/jrd/idx.cpp
More precise check for primary key\unique\foreign key constraints. Second part - expression indexes. Style
2004-10-20 17:42 dimitr
M src/remote/inet.cpp
M src/remote/server.cpp
1) Backport my previous fix from B1_5_Release branch
2) Another events-related bugfix
3) Some cleanup
2004-10-20 01:03 robocop
M builds/win32/msvc6/ib_udf.dsp
Switch the NSVC6 version to use the new ib_udf2.sql with ib_udf.cpp
2004-10-20 00:16 robocop
M src/jrd/vio.cpp
Style and typo.
2004-10-20 00:15 robocop
M src/jrd/dyn_util.epp
Be consistent with SecurityClass's flags
2004-10-20 00:13 robocop
M src/jrd/cmp.cpp
M src/jrd/scl.epp
Redundant cast.
2004-10-20 00:09 robocop
M src/jrd/btr.cpp
const.
2004-10-20 00:07 robocop
M src/jrd/idx.cpp
a) Two vars in scope.
b) Style.
2004-10-18 20:48 skidder
M builds/install/misc/firebird.conf
Update BugCheckAbort option description
2004-10-18 14:46 hvlad
M src/jrd/idx.cpp
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
More precise check for primary key\unique\foreign key constraints. Code for expression indexes will be commited soon.
2004-10-18 07:19 robocop
M src/dsql/errd.cpp
a) Error reporting functions must not overflow their buffers.
b) Use ISC_STATUS type when dealing with status vector.
2004-10-18 07:17 robocop
M src/burp/burp.cpp
reinterpret_cast downgraded to static_cast
2004-10-18 06:48 robocop
M src/dsql/dsql.h
Totally misc.
2004-10-17 23:51 skidder
M configure.in
M src/misc/writeBuildNum.sh
Add support for daily builds
2004-10-17 12:35 dimitr
M src/jrd/cmp.cpp
Fixed WITH CHECK issue for naturally updatable views.
2004-10-17 08:47 dimitr
M src/dsql/dsql.tab.h
M src/dsql/keywords.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
Replaced "==" with a SQL-99 compliant distinct predicate.
2004-10-17 03:35 robocop
M src/jrd/isc_sync.cpp
Misc.
2004-10-16 12:52 dimitr
M src/jrd/nbak.cpp
Extra protection for previous non-FB databases.
2004-10-15 23:07 skidder
M src/jrd/isc_sync.cpp
M src/remote/os/win32/srvr_w32.cpp
Improve firebird reliability in failure cases on Windows
2004-10-15 05:50 robocop
M src/common/classes/fb_string.cpp
Some folks couldn't compile...
2004-10-14 22:11 skidder
M src/jrd/isc_sync.cpp
Vlad pointed at a problem with my change. Correct it
2004-10-14 19:09 dimitr
M src/jrd/blr.h
M src/jrd/cmp.cpp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/nav.cpp
M src/jrd/nod.h
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/misc/blrtable.cpp
Added the equivalence operator. The major index optimizations are done.
Notes:
1) Some optimizations will follow after more deep analysis.
2) The syntax "==" is not yet agreed on. I'd prefer it to be changed.
2004-10-14 18:54 dimitr
M src/dsql/dsql.cpp
M src/dsql/dsql.tab.h
M src/dsql/gen.cpp
M src/dsql/keywords.cpp
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
Added the equivalence operator. The major index optimizations are done.
Notes:
1) Some optimizations will follow after more deep analysis.
2) The syntax "==" is not yet agreed on. I'd prefer it to be changed.
2004-10-14 16:35 dimitr
M src/dsql/pass1.cpp
Restored the old code layout, as suggested by Claudio.
2004-10-13 18:45 dimitr
M src/lock/lock.h
Forgotten commit.
2004-10-13 18:37 dimitr
M src/dsql/ddl.cpp
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
M src/dsql/pass1_proto.h
The entire RSE handling in the parser is slightly rewritten. New join syntax is introduced.
Notes:
1) Some features are disabled (via isc_wish_list) yet due to their incomplete implementation.
2) The parser may become unstable or cause regressions. It will be fixed ASAP.
2004-10-13 18:17 dimitr
M src/jrd/drq.h
M src/jrd/dyn_def.epp
M src/jrd/par.cpp
Some changes to support procedure-based views. Much work is still required.
2004-10-11 17:18 hvlad
M src/jrd/evl.cpp
M src/jrd/evl_proto.h
Correct declaration as Claudio suggested
2004-10-11 10:00 robocop
M src/common/classes/alloc.cpp
Change Pascal AND to C++ &&
Thanks to Marlena Miller that couldn't compile.
2004-10-10 20:02 dimitr
M src/jrd/cmp.cpp
1) Fixed bug related to SKIP vs derived tables.
2) Prepared views to handle FIRST/SKIP/PLAN properly
2004-10-10 19:29 dimitr
M src/jrd/dfw.epp
Fixed bug related to UDFs vs expression indices.
2004-10-09 03:58 robocop
M src/jrd/err.cpp
Fix a possible buffer overrun after Arno's enhancement of ERR_bugcheck and internal_error.
2004-10-09 03:55 robocop
M src/jrd/err.cpp
I don't see a reason to call ERR_cstring over the result of a previous ERR_cstring.
Also, string literals are at fixed addresses, so they survive the function that originated them.
2004-10-09 03:52 robocop
M src/jrd/exe.cpp
Misc
2004-10-09 01:47 robocop
M src/jrd/gds.cpp
Fixed some possible buffer overruns and marked others.
2004-10-09 01:40 robocop
M src/jrd/evl.cpp
Misc.
2004-10-09 01:38 robocop
M src/jrd/why.cpp
Getting rid of IPSERV.
2004-10-09 01:37 robocop
M src/remote/interface.cpp
Redundant casts.
Getting rid of IPSERV.
2004-10-09 00:43 skidder
M src/common/classes/fb_string.cpp
M src/include/fb_string.h
Implement vprintf routine in Firebird::string class
2004-10-08 22:52 skidder
M src/common/classes/fb_string.cpp
Correct Firebird::string::printf behavior for very long strings
2004-10-08 15:05 skidder
M src/include/fb_exception.h
Add comment for a couple ugly aspects of exception handling (they need to be fixed, eventually)
2004-10-08 11:10 hvlad
M src/jrd/evl.cpp
Move 'fini_agg_distinct' declaration and definition in alphabet order
2004-10-08 11:08 robocop
M src/dsql/metd.epp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dudley/exe.epp
M src/jrd/dyn_def.epp
M src/msgs/change_msgs.epp
Redundant casts.
2004-10-08 10:18 hvlad
M src/jrd/evl.cpp
M src/jrd/evl_proto.h
Fix memory leak when a query contains both GROUP BY and DISTINCT and result set is empty
2004-10-08 08:13 robocop
M src/jrd/nbak.cpp
M src/remote/protocol.cpp
Style.
2004-10-08 08:11 robocop
M src/utilities/ibmgr/srvrmgr.cpp
Simplification
2004-10-08 04:48 robocop
M src/jrd/dyn_def.epp
M src/jrd/isc_f_proto.h
M src/jrd/isc_file.cpp
M src/jrd/met.epp
M src/jrd/os/pio_proto.h
M src/jrd/os/posix/unix.cpp
M src/jrd/os/vms/vms.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/sdw.cpp
M src/jrd/why.cpp
M src/remote/interface.cpp
M src/utilities/sbc_print.cpp
Closing several possible buffer overruns.
Alex is expected to overwrite my changes in isc_file.cpp.
2004-10-07 20:44 skidder
M builds/posix/Makefile.in.client.fbudf
Build threaded version of fbudf library in SuperServer builds
2004-10-07 20:25 skidder
M builds/posix/Makefile.in.client.gpre
M builds/posix/Makefile.in.embed.gpre
Fix POSIX build after recent Claudio fix
2004-10-07 09:59 robocop
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/par.cpp
Looking at gpre.c in FB1 and the usage of the variable fatal_env, it's evident that the conversion SEH->C++ try/except screwed the logic. The original idea was that CPR_abort will cause the program to exit gracefully, not to continue parsing, because it's useless and clutters the console with hundreds of messages. As far as I can test, when gpre cannot attach to the db, run-time failures can be detected by gpre_static or a false result is converted in exception. The new gpre_exception propagates up to the highest level where it allows the program to exit gracefully as it was in FB1. Until now, the behavior in FB1.5 & FB2 has been annoying. When we fail to connect to the db, anything more than we do is useless; we now will print a message, clean the house and exit. Hope everyone can compile my change.
2004-10-07 09:46 robocop
M src/jrd/gds.cpp
VMS-related changes. Just in case.
2004-10-07 09:42 robocop
M src/dudley/extract.epp
M src/jrd/common.h
Treat literal strings as constants, please.
2004-10-07 09:27 robocop
M src/common/fb_exception.cpp
M src/include/fb_exception.h
Fixed a bug in fatal_exception's constructor that causes fill_status to write garbage in the status vector.
Overload what() for the same class. It helps gpre to quit on failures (gpre changes still not posted).
2004-10-07 09:24 robocop
M src/jrd/dyn_def.epp
Ugh, a change that belong to another, still not posted "configuration" slipped in. Go back.
2004-10-07 09:19 robocop
M src/burp/backup.epp
M src/qli/meta.epp
Misc.
2004-10-07 09:15 dimitr
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/idx.cpp
M src/jrd/inf.cpp
M src/jrd/met.epp
M src/jrd/opt.cpp
M src/jrd/pag.cpp
M src/jrd/pcmet.epp
M src/jrd/rlck.cpp
M src/jrd/rng.cpp
M src/jrd/sdw.cpp
M src/jrd/tpc.cpp
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/tra_proto.h
M src/jrd/vio.cpp
1) Locks related cleanup
2) Got rid of TRA_nowait + transaction waits related cleanup
3) Return isc_lock_timeout when it's necessary
TODO: Enhance SET TRANSACTION
2004-10-07 09:02 robocop
M src/jrd/dfw.epp
M src/jrd/dyn_def.epp
Possible buffer overrun.
2004-10-07 09:01 robocop
M src/jrd/isc.cpp
M src/jrd/isc_proto.h
Possible buffer overrun (SOLARIS & VMS)
strncpy does not guarantee to write the null terminator!
2004-10-07 08:43 robocop
M src/jrd/utl.cpp
Misc
2004-10-07 08:35 robocop
M src/common/classes/fb_string.cpp
M src/include/fb_string.h
recalculate_length(),
copy_to(), safe copy to a char array,
constness,
style.
2004-10-07 08:33 robocop
M src/jrd/idx.cpp
Little simplification.
2004-10-07 08:29 robocop
M src/dudley/extract.epp
Clarification on badly written old comment (problem with embedded blanks in identifiers)
2004-10-07 08:28 robocop
M src/dsql/gen.cpp
1.- Style.
2.- The const_cast is no longer needed.
2004-10-07 08:27 robocop
M src/dsql/dsql.cpp
Style
2004-10-07 08:25 robocop
M src/burp/burp.h
Fix a problem caused by cleanup changing #define to pointer to literal string.
Due to sizeof being involved, gbak could misinterpret a file as been a valid part of a multi-file backup.
2004-10-07 08:23 robocop
M src/burp/spit.h
Unused crud
2004-10-07 08:21 robocop
M src/alice/alice_meta.epp
M src/alice/tdr.cpp
Misc and treat string literals as constants.
2004-10-07 06:15 skidder
M src/jrd/vio.cpp
Report lock manager error code to the user when pessimistic lock conflict is encountered. This change fixes a problem with deadlock reporting for pessimistic locks so it should be backported to B1_5_Release
2004-10-06 11:44 arnobrinkman
M src/jrd/idx.cpp
bugfix on previous commit
2004-10-05 21:09 arnobrinkman
M src/jrd/btr.h
M src/jrd/idx.cpp
fix problem with duplicate keys and wrong second recordnumber order in IDX_create_index
2004-10-05 20:16 dimitr
M src/jrd/rse.cpp
Fixed possible resource leaks for procedured subqueries.
2004-10-05 11:09 robocop
A src/misc/upgrade
A src/misc/upgrade/v2
A src/misc/upgrade/v2/ib_udf2_params.txt
A src/misc/upgrade/v2/ib_udf_params.txt
A src/misc/upgrade/v2/ib_udf_upgrade.sql
Add the files that show the differences between the old and the new ib_udf library and the script that upgrades system tables directly for people going from v1.5 to v2 that have the udf's already in use.
2004-10-05 07:03 hvlad
M src/common/classes/sparse_bitmap.h
Correct on-stack constructor for SparseBitmap (discussed with Nickolay)
2004-10-04 08:47 robocop
M src/extlib/fbudf/fbudf.cpp
M src/extlib/fbudf/fbudf.h
Make fbudf more civilized:
- Functions that use an output argument shouldn't return anything.
- Signal null output blob if the engine understands it.
- Make input parameter const except in some cases where the library plays with input params using internal engine knowledge (not recommended for general usage).
2004-10-04 08:37 robocop
M src/jrd/gds.cpp
Close vulnerability #6 in gds__interprete's new version.
In the loop, if several parameter exist, they are copied one after another in the same dynamic buffer. Therefore, for the 2nd param and more, we don't have the full buffer size to copy arguments, but only the remainder. Big buffer overflow could happen here.
If there's no buffer at all (from fix #5), the empty literal string is passed.
Now, fb_interpret seems ready to be used.
2004-10-04 08:15 robocop
M src/alice/alice_meta.epp
M src/alice/exe.cpp
M src/common/classes/alloc.cpp
M src/common/classes/class_test.cpp
M src/common/classes/fb_string.cpp
M src/common/classes/sparse_bitmap.h
M src/common/config/dir_list.cpp
M src/common/fb_exception.cpp
M src/dsql/array.epp
M src/dsql/ddl.cpp
M src/dsql/gen.cpp
M src/dsql/hsh.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/jrd/cmp.cpp
M src/jrd/exe.cpp
M src/jrd/shut.cpp
M src/jrd/sort.cpp
M src/jrd/thd.cpp
M src/jrd/tra.cpp
M src/jrd/val.cpp
M src/jrd/why.cpp
M src/utilities/nbackup.cpp
Style:
if<space>(
for<space>(
switch<space>(
while<space>(
2004-10-04 08:07 robocop
M src/jrd/gds.cpp
Close vulnerability #5 in gds__interprete's new version, reported by Dmitry Sibiryakov.
When copying paramters to a dynamic buffer, the null terminator was written beyond the buffer's end.
Additionally, if there's no buffer at all (to be evident when fix #6 is posted), the empty literal string is passed.
2004-10-04 07:38 robocop
M src/jrd/gds.cpp
Close vulnerability #4 in gds__interprete's new version.
Static array with 10 places to hold pointers to parameters (isc_arg_string, isc_arg_number & isc_arg_cstring) may overflow in the loop that fills it and doesn't check bounds.
2004-10-04 05:23 skidder
A acx_pthread.m4
M builds/posix/Makefile.in.extlib
M builds/posix/Makefile.in.fbserver
M builds/posix/Makefile.in.intl
M builds/posix/Makefile.in.libfbclient
M builds/posix/make.rules
M builds/posix/prefix.mingw
M configure.in
Use GNU autoconf macros to determine switches required to generate threaded binaries properly
2004-10-04 04:59 robocop
M src/jrd/gds.cpp
M src/jrd/msg.h
M src/msgs/build_file.epp
Misc cleanup.
2004-10-04 04:59 robocop
M src/gpre/c_cxx.cpp
Finalize Nickolay's rollback of my changes to get MSVC6 compiling HEAD.
2004-10-04 04:44 robocop
M src/common/utils.cpp
M src/jrd/gds.cpp
Close vulnerability #3 in gds__interprete's new version.
Traditional sprintf could write past the end of buffer.
2004-10-04 04:43 robocop
M src/jrd/os/win32/path_utils.cpp
Totally misc: typo in comment.
2004-10-04 04:42 robocop
M src/jrd/file_params.h
Fix problem created by Blas' cleanup (went unnoticed at its due time).
sizeof(literal string) != sizeof(pointer to literal string)
Possible buffer overrun in one place.
2004-10-04 04:39 robocop
M src/jrd/event.cpp
Months ago I marked a buffer overrun in deliver_request().
Now I think I've fixed it.
2004-10-03 20:18 skidder
M src/gpre/int_cxx.cpp
M src/jrd/blb.cpp
M src/jrd/blb.h
M src/jrd/dfw.epp
M src/jrd/tra.h
Roll back implementation of Claudio suggestion for consturctor of BID structure. It forced addition of constructors for message structures generated by GPRE which is not correct
2004-10-03 20:14 skidder
M src/lock/print.cpp
Use MSVC6 variant of code everywhere to avoid excess conditionals
2004-10-03 12:36 dimitr
M src/jrd/err.cpp
Minor correction.
2004-10-03 12:16 dimitr
M src/jrd/cch.cpp
Some checks as suggested by Claudio.
2004-10-03 12:10 dimitr
M src/jrd/evl.cpp
M src/jrd/exe.cpp
Added more points to reschedule.
2004-10-03 11:39 dimitr
M src/dsql/dsql.tab.h
M src/dsql/parse.cpp
M src/dsql/parse.y
Fixed AV in the parser.
2004-10-03 09:48 robocop
M src/jrd/isc_f_proto.h
Shortly after I committed, I noticed that ISC_strip_filename() is only declared but not defined anywhere. Deleted it.
2004-10-03 09:44 robocop
M src/jrd/isc_f_proto.h
Fix assertion in fb_string has agreed with Alex: in the caller function.
2004-10-03 09:31 robocop
M src/jrd/gds.cpp
Fix mistake in operator until I'm ready to commit our utility snprintf.
2004-10-03 07:06 robocop
M src/lock/reset.cpp
Little program made more correct.
2004-10-03 07:04 robocop
M src/remote/os/win32/ibconfig.cpp
M src/remote/os/win32/property.cpp
M src/remote/os/win32/window.cpp
M src/remote/remote.h
ipserver is being deleted. Update source files.
2004-10-03 06:34 robocop
M builds/mac_os_x/CS/CS.pbproj/project.pbxproj
M builds/posix/prefix.mingw
M builds/win32/msvc6/fbclient_static.dsp
D builds/win32/msvc6/ipserver.dsp
D src/ipserver
ipserver is being deleted. Update build files.
2004-10-03 04:49 robocop
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.tab.h
M src/dsql/keywords.cpp
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dudley/ddl.h
M src/dudley/exe.epp
M src/dudley/extract.epp
M src/dudley/hsh.cpp
M src/dudley/parse.cpp
M src/dudley/parse.h
M src/gpre/cmd.cpp
M src/gpre/pretty.cpp
M src/isql/extract.epp
M src/isql/isql.h
M src/isql/show.epp
M src/jrd/RecordNumber.h
M src/jrd/cch.cpp
M src/jrd/cch.h
M src/jrd/dmp.cpp
M src/jrd/dyn_def.epp
M src/jrd/dyn_df_proto.h
M src/jrd/dyn_mod.epp
M src/jrd/flags.h
M src/jrd/ibase.h
M src/jrd/jrd.h
M src/jrd/ods.h
M src/jrd/os/vms/vms.cpp
M src/jrd/pag.cpp
M src/jrd/pag_proto.h
M src/jrd/tra.h
M src/utilities/gstat/ppg.cpp
M src/utilities/rebuild/rebuild.cpp
After talking to Ann, decided to disable several items:
- obsolete items like WAL and JOURNAL (cleaned in the past)
- crud from attempts never finished like the shared cache manager for Classic
- DSQL nodes that aren't used. This allowed freeing some keywords.
The functionality was disabled by commenting the code. No code has been deleted.
2004-10-03 04:44 robocop
M src/lock/print.cpp
MSVC6 doesn't know how to convert UINT64 to double.
2004-10-03 04:43 robocop
M src/gpre/c_cxx.cpp
M src/gpre/int_cxx.cpp
Let's gpre be more CPP friendly when defining ports (at least with MSVC6)
Ref: object with constructor inside struct should have that struct given a type name.
2004-10-02 09:33 robocop
M src/common/classes/tree.h
M src/jrd/RecordNumber.h
Member functions that don't change anything are marked const.
2004-10-02 09:31 robocop
M src/common/classes/fb_string.cpp
Prevent buffer overrun (equivalent to evl.cpp's concatenate).
2004-10-02 09:29 robocop
M src/jrd/evl.cpp
Shorter code.
2004-10-02 09:28 robocop
M src/jrd/dpm.epp
Restore check for negative rec number just in case.
2004-10-02 09:26 robocop
M src/jrd/btr.cpp
Make comment clear
2004-10-01 21:29 skidder
M src/jrd/common.h
M src/lock/lock.h
M src/lock/print.cpp
Small lock manager fixes.
Use 64-bit lock manager performance counters. 32-bit counters overflowed every few hours under load and this was considerably reduced their usefulness.
Use separate version for 64-bit lock manager tables. While you can have both 32-bit and 64-bit versions of engine running on the same machine lock manager structures have different layout and mismatch is not desireable.
2004-10-01 21:12 skidder
M src/jrd/blb.cpp
M src/jrd/blb.h
M src/jrd/dfw.epp
M src/jrd/tra.h
Implement BID constructor as Claudio suggested
2004-10-01 09:45 dimitr
M src/jrd/cch.cpp
Some minor corrections, as suggested by Claudio.
2004-10-01 06:27 hvlad
M src/common/classes/sparse_bitmap.h
Make new class SparseBitmap compile by MSVC6
2004-10-01 06:21 robocop
M src/jrd/tra.h
Misc
2004-09-30 17:45 skidder
M src/jrd/blb.cpp
M src/jrd/blb.h
Use slightly more hairy BID structure to work correctly on Sparc, PPC and other RISC platforms
2004-09-30 16:30 skidder
M configure.in
Correctly build on non-x86 SuSE linux
2004-09-30 14:35 hvlad
M src/jrd/vio.cpp
Fix errors after RecordBitmap introduced
2004-09-29 21:58 arnobrinkman
M src/common/classes/sparse_bitmap.h
fix bug with singular bitmaps, in consideration with Nickolay
2004-09-29 10:11 paul_reeves
M src/remote/inet_server.cpp
No need to specifically log sigpipe errors when running SuperServer on *nix
2004-09-29 08:20 robocop
M src/jrd/dbt.cpp
Don't know if it will work, but at least reflects the previous changes in other places.
2004-09-29 06:42 robocop
M src/extlib/fbudf/fbudf.sql
Put comment on deprecated functions.
2004-09-29 06:41 robocop
M src/extlib/fbudf/fbudf.cpp
Fix problem reported by "jssahdra" in fb-support. Numeric overflow caused resulting timestamp to go backwards instead of forward.
2004-09-29 03:46 robocop
M src/jrd/gdsassert.h
Do not override local fb_assert like the ones in gpre and dsql.
(The problem appeared when I applied utils_proto.h in more places.)
2004-09-29 03:44 robocop
M src/isql/isql.epp
Solve assertion in latest MSVC regarding isspace() with two helper functions. This is a mere reorganization of Adriano's fix.
2004-09-28 22:00 skidder
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
Update MSVC6 makefiles (untested)
2004-09-28 21:50 skidder
M builds/win32/msvc7/Firebird2.sln
M builds/win32/msvc7/Firebird2Boot.sln
M builds/win32/msvc7/common_static.vcproj
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
M src/common/classes/sparse_bitmap.h
M src/jrd/dpm.epp
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
Fix MSVC7 builds
2004-09-28 20:59 arnobrinkman
M builds/win32/msvc7/gpre_static.vcproj
fix build
2004-09-28 20:25 dimitr
M src/jrd/dfw.epp
M src/jrd/ibase.h
M src/jrd/rlck.cpp
M src/jrd/tra.cpp
M src/jrd/tra.h
Added transaction lock timeouts and new TPB value.
2004-09-28 17:54 dimitr
M src/remote/os/win32/wnet.cpp
Removed impersonation code. Minor cleanup.
2004-09-28 06:33 skidder
A src/jrd/RecordNumber.h
Teach engine to work with larger record numbers - 64-bit internally, 40-bit externally
2004-09-28 06:28 skidder
M builds/posix/make.shared.variables
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/classes/class_test.cpp
A src/common/classes/sparse_bitmap.h
M src/common/classes/tree.h
M src/isql/isql.epp
M src/jrd/all.cpp
M src/jrd/all.h
M src/jrd/blb.cpp
M src/jrd/blb.h
M src/jrd/blk.h
M src/jrd/btn.cpp
M src/jrd/btn.h
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/btr_proto.h
M src/jrd/cch.cpp
M src/jrd/cch.h
M src/jrd/cmp.cpp
M src/jrd/cvt2.cpp
M src/jrd/dfw.epp
M src/jrd/dpm.epp
M src/jrd/dpm_proto.h
M src/jrd/evl.cpp
M src/jrd/evl_proto.h
M src/jrd/exe.h
M src/jrd/idx.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/nav.cpp
M src/jrd/ods.h
M src/jrd/opt.cpp
M src/jrd/pag.cpp
M src/jrd/req.h
M src/jrd/rse.cpp
M src/jrd/rse.h
D src/jrd/sbm.cpp
M src/jrd/sbm.h
D src/jrd/sbm_proto.h
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/val.cpp
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
Teach engine to work with larger record numbers - 64-bit internally, 40-bit externally
2004-09-28 05:56 stryqx
M autogen.sh
MFB: Allow location of autoconf and libtool binaries to be specified as
environment variables.
2004-09-27 22:42 arnobrinkman
M src/jrd/btr.cpp
bugfix in delete_node
litlle optimization in compress() function
2004-09-27 11:50 robocop
M src/jrd/jrd.h
Bye WAL macro
2004-09-27 08:31 hvlad
M src/jrd/cch.cpp
Fix 100% CPU use by cache_writer in some rare cases
2004-09-27 06:53 dimitr
M src/jrd/cch.cpp
Fixed my yesterday's commit once more.
2004-09-27 03:44 robocop
M src/jrd/dyn_def.epp
Fixed wrong function explanation (Borland's advanced copy/paste)
2004-09-27 03:42 robocop
M src/dsql/parse.cpp
parse.cpp needed to be rebuilt after Alex' changes
2004-09-26 22:37 skidder
M builds/posix/Makefile.in.client.gpre
M builds/posix/Makefile.in.embed.gpre
Fix POSIX builds after Claudio changes
2004-09-26 12:37 dimitr
M src/jrd/opt.cpp
Fixed some issues with expression indices.
2004-09-26 12:00 dimitr
M src/jrd/cch.cpp
Fixed my today's commit.
2004-09-26 11:23 robocop
M src/dsql/array.epp
M src/dsql/preparse.cpp
M src/jrd/alt.cpp
M src/jrd/filters.cpp
M src/jrd/isc_file.cpp
M src/jrd/svc.cpp
M src/jrd/utl.cpp
M src/utilities/gsec/gsec.cpp
Got rid of spurious cast.
2004-09-26 11:19 robocop
M src/burp/misc.cpp
Put an assertion, just in case.
2004-09-26 11:18 robocop
M src/qli/mov.cpp
Delete wrong comment.
2004-09-26 11:17 robocop
M src/common/utils.cpp
M src/common/utils_proto.h
Introducing our snprintf to avoid writing
SNPRINTF(...);
buffer[sizeof(buffer) - 1] = 0;
Makes a provision to detect overruns in systems that lack the snprintf familty.
Comments welcome
2004-09-26 09:49 dimitr
M src/jrd/cch.cpp
M src/jrd/cch.h
1) Added AVL-binary tree implementation for the dirty page tree. Notes:
- old implementation is still in place and can be turned on (see BALANCED_DIRTY_PAGE_TREE macro)
- both implementations are unconditional to keep them in sync until the old one is dropped completely
2) Increased MAX_PAGE_BUFFERS to 128K (2GB for 16K page size)
2004-09-26 07:49 robocop
M src/remote/os/win32/cntl.cpp
Got rid of incredibly redundant cast.
2004-09-26 07:48 robocop
M src/qli/meta.epp
Replace custom routine by common logic
2004-09-26 07:45 robocop
M src/jrd/dfw.epp
M src/jrd/why.cpp
Redundant cast
2004-09-26 07:42 robocop
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
The custom symbol_length is equivalent to fb_utils::name_length.
2004-09-26 07:41 robocop
M src/dsql/dsql.cpp
Make compiler happy... nobody wants a cursor name with length 2^31
2004-09-26 07:38 robocop
M src/common/utils.cpp
M src/common/utils_proto.h
Take advantage of the full range in name_length(), in case we need it.
In most platforms, int <==> ptrdiff_t
2004-09-26 07:37 robocop
M src/alice/tdr.cpp
Minimize forced casts
2004-09-26 07:33 robocop
M builds/win32/msvc6/common_static.dsp
M builds/win32/msvc6/gpre.dsp
Added common/utils.cpp & h to common_static and gpre.
Please update your non MSVC6 build environments accordingly
2004-09-26 07:32 robocop
M builds/win32/msvc6/codes.dsp
MSVC put these lines, don't know how or why, but most other projects have them, too.
2004-09-26 07:31 robocop
M builds/win32/msvc6/build_msg.dsp
No surprise I wasn't able to get a debug build_msg if the directories where overlapping with the released version (the only one used in the script)
2004-09-26 07:26 robocop
M src/dsql/dsql.cpp
Replace custom name_length() by the general one that uses the same logic
2004-09-26 07:24 robocop
M src/jrd/met.epp
Use exact_name instead of name_length with custom code
2004-09-26 02:57 asfernandes
M src/isql/isql.epp
Fix a bug with international characters in ISQL causing assertions in VS2003
2004-09-26 01:49 robocop
M src/common/utils.cpp
M src/common/utils_proto.h
M src/dsql/metd.epp
M src/dsql/pass1.cpp
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/show.epp
M src/jrd/dfw.epp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/dyn_mod.epp
M src/jrd/grant.epp
M src/jrd/met.epp
M src/jrd/par.cpp
M src/jrd/scl.epp
M src/qli/show.epp
M src/utilities/gstat/dba.epp
If we are using namespace fb_utils, it doesn't make sense to prefix functions in it with fb_ again. Mechanical replacement made one by one (no bulk automatic changes).
2004-09-26 01:46 robocop
M src/msgs/build_file.epp
Misc: an error should be returned to the operating system by the program that builds the messages file only when the program received wrong arguments, not when it did the job.
2004-09-25 20:29 skidder
M src/jrd/evl.cpp
Reading memory after the end of array is generally bad practice. Avoid it.
2004-09-25 10:28 robocop
M src/dsql/array.epp
M src/dsql/blob.epp
M src/dsql/errd.cpp
M src/dsql/parse.y
M src/dsql/user_dsql.cpp
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cob.cpp
M src/gpre/ftn.cpp
M src/gpre/int_cxx.cpp
M src/gpre/pas.cpp
M src/gpre/pretty.cpp
M src/ipserver/ipclient.cpp
M src/jrd/alt.cpp
M src/jrd/common.h
M src/jrd/err.cpp
M src/jrd/jrd.cpp
M src/jrd/met.epp
M src/jrd/par.cpp
M src/jrd/sdl.cpp
M src/jrd/utl.cpp
M src/jrd/val.cpp
M src/jrd/why.cpp
M src/remote/interface.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/install/install_svc.cpp
M src/utilities/nbackup.cpp
When you call va_start, call va_end, don't assume it does nothing because some platforms don't have code for it!
Changed some sprintf to SNPRINTF. Work in progress WRT wrapper for this function.
2004-09-25 10:23 robocop
M src/jrd/gds.cpp
Close vulnerability #2 in gds__interprete's new version.
Work in progress (regarding SNPRINTF wrapper, too).
2004-09-25 10:19 robocop
M src/jrd/btr.cpp
Things that don't change are const
2004-09-24 15:48 hvlad
M src/jrd/why.cpp
Don't rollback prepared 2PC sub-transaction
2004-09-24 06:48 robocop
M src/dsql/utld.cpp
Style
2004-09-24 06:46 robocop
M src/remote/server.cpp
Nonsense cast
2004-09-24 06:42 robocop
M src/remote/inet.cpp
Put some assertions, a strncpy and a correction of a debug msg
2004-09-24 06:40 robocop
M src/common/fb_exception.cpp
M src/jrd/iberr.h
Totally misc
2004-09-24 00:11 arnobrinkman
M src/jrd/btn.cpp
M src/jrd/btn.h
M src/jrd/btr.cpp
M src/jrd/err.cpp
M src/jrd/err_proto.h
M src/jrd/jrd.h
1) Add filename and linenumber to loginformation for ERR_BUGCHECK
2) Fix some index bugs and little refactoring
2004-09-23 07:41 robocop
M examples/api/api16.c
Fixing the indentation a bit
2004-09-23 07:03 alexpeshkoff
M src/common/classes/fb_string.cpp
M src/include/fb_string.h
Fixed a number of errors in Firebird::string
2004-09-23 05:21 dimitr
M src/jrd/cmp.cpp
Fixed bug with DELETE against naturally updatable views.
2004-09-23 04:53 robocop
M src/extlib/ib_udf.cpp
M src/extlib/ib_udf2.sql
Comment added
2004-09-23 04:51 robocop
M src/extlib/fbudf/fbudf.cpp
M src/extlib/fbudf/fbudf.h
M src/extlib/fbudf/fbudf.sql
M src/extlib/fbudf/stdafx.cpp
M src/extlib/fbudf/stdafx.h
Learning to spell my own surname.
:-)
2004-09-22 20:33 dimitr
M src/remote/inet.cpp
Replaced sprintf() with either Firebird::string or snprintf().
Got rid of the literal numerics as array bounds.
Minor cleanup.
2004-09-22 11:07 robocop
M src/remote/os/sun/server_main_dummy.cpp
Misc
2004-09-22 08:56 robocop
M src/jrd/gds.cpp
First attempt to close vulnerability reported by Daniel Urban
2004-09-22 08:54 robocop
M src/burp/canonical.cpp
M src/remote/inet.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/xdr.cpp
M src/remote/xdr.h
M src/remote/xnet.cpp
Got rid of some casts that were driving me nuts on each compilation
2004-09-22 08:52 robocop
M src/gpre/sql.cpp
Finally got to solve my own indication in the code from months ago
2004-09-22 08:49 robocop
M src/remote/protocol.cpp
Misc
2004-09-22 07:36 dimitr
M src/jrd/cmp.cpp
M src/jrd/evl.cpp
Removed compile-time upper bound checks.
Limited the SUBSTRING result by 32k characters.
2004-09-22 06:54 dimitr
M src/dsql/make.cpp
Fixed yet another issue with make.cpp noticed by Dimitry Sibiryakov.
2004-09-22 01:59 robocop
M builds/posix/firebird.vers
M builds/win32/defs/fbclient.def
M builds/win32/defs/gds32.def
M builds/win32/defs/iutls.def
M src/alice/alice.cpp
M src/burp/burp.cpp
M src/ipserver/ipserver.cpp
M src/isql/isql.epp
M src/jrd/alt.cpp
M src/jrd/alt_proto.h
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/ibase.h
M src/jrd/os/vms/dfloat_stub.cpp
M src/remote/os/win32/ibconfig.cpp
M src/remote/server.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gstat/dba.epp
Vulnerability reported by Daniel Urban.
First step: reorganize code.
Please do a full rebuild after retrieving those changes.
2004-09-22 01:55 robocop
M src/isql/extract.epp
M src/isql/isql.h
M src/isql/show.epp
Corrections
2004-09-21 06:18 aafemt
M src/jrd/thd.h
Remove extra comma to shut up compiler
2004-09-20 08:49 robocop
A src/extlib/ib_udf.cpp
A src/extlib/ib_udf2.sql
Change in UDF handling to benefit ib_udf:
- The old ib_udf.sql works as always with ib_udf.c
- You can use ib_udf.cpp with the old ib_udf.sql, but it won't detect NULL
- You must use ib_udf2.sql ONLY with ib_udf.cpp and will have complete functionality
- You can point your build schema to use ib_udf.cpp instead of ib_udf.c
- The changes are backward compatible, except for the detection of NULL that needs the new DDL declarations.
2004-09-20 08:41 robocop
M src/jrd/fun.epp
Cobweb cleaning in UDF handling
2004-09-20 08:39 robocop
M src/burp/burp.h
Redundant cast
2004-09-20 08:39 robocop
M src/jrd/gds.cpp
1) static_cast is enough from void* to another type
2) Style
2004-09-20 08:37 robocop
M src/common/utils.cpp
Added a comment, in case it's not obvious
2004-09-20 08:36 robocop
M src/jrd/utl.cpp
Treat getenv() with more respect
2004-09-17 15:02 alexpeshkoff
M src/include/fb_string.h
Slightly optimized strings comparison.
2004-09-16 22:32 skidder
M builds/posix/Makefile.in.libfbclient
Cleanup
2004-09-16 22:25 skidder
M src/remote/os/sun/server_main_dummy.cpp
Cleanup
2004-09-15 09:36 kkuznetsov
M configure.in
added new directory remote/os/sun to mkdir -p
2004-09-15 08:35 kkuznetsov
M builds/posix/Makefile.in.libfbclient
M builds/posix/prefix.solx86gcc
Added server_main to fix unresolved dependency error
while linking something against libfbclient.so using Sun-Like(TM) linker.
The os/sun/server_main_dummy.cpp is a file with noop routine
server_main to put into libfbclient
if it defined by firebird.vers mapfile while
linking libfbclient with Sun-like LD
2004-09-15 08:31 kkuznetsov
A src/remote/os/sun
A src/remote/os/sun/server_main_dummy.cpp
os/sun/server_main_dummy.cpp is a file with noop routine
server_main to put into libfbclient
if it defined by firebird.vers mapfile while
linking libfbclient with Sun-like LD
2004-09-15 07:32 robocop
M src/utilities/gsec/gsec.cpp
Gsec should return the error code when used as a non-interactive utility.
Otherwise, calling it from a batch file doesn't give information if it failed or succeeded.
2004-09-15 05:30 skidder
M src/utilities/nbackup.cpp
Remove wrong comment
2004-09-15 05:29 skidder
M src/jrd/nbak.cpp
Recent changes in the engine somehow made NBAK problem to surface. Cure it.
2004-09-15 05:24 skidder
M src/utilities/nbackup.cpp
Add user name and password options to NBACKUP
2004-09-15 03:49 robocop
M src/common/utils.cpp
M src/common/utils_proto.h
M src/jrd/dfw.epp
M src/jrd/met.epp
Collapsed an example of Borland's advanced copy/paste technique that repeats routines in different files into a single function.
2004-09-15 03:47 robocop
M src/jrd/blb.cpp
M src/jrd/sdl.cpp
Got rid of redundant cast
2004-09-15 03:46 robocop
M src/jrd/btr.cpp
Style
2004-09-15 01:36 skidder
M src/jrd/intlobj_new.h
Adjust INTL interface according to new talks with Adriano
2004-09-14 16:11 skidder
M builds/install/misc/firebird.init.d.mandrake.in
Add newline printed after Firebird SS service startup
2004-09-14 01:06 skidder
M src/jrd/intlobj_new.h
Little INTL interface changes as discussed with Adriano
2004-09-13 21:06 dimitr
M src/jrd/cmp.cpp
M src/jrd/met.epp
M src/jrd/opt.cpp
M src/jrd/tra.cpp
A number of little corrections.
2004-09-13 19:36 dimitr
M src/dsql/make.cpp
Fixed another my bug, spotted by Arno.
2004-09-13 05:13 skidder
M src/jrd/val.h
Fix error in my code spotted by Claudio
2004-09-12 10:48 dimitr
M src/dsql/make.cpp
Correction.
2004-09-10 04:50 robocop
M src/jrd/ibase.h
Rollback a mistake I did yesterday in paramvary.
2004-09-09 19:24 skidder
M src/jrd/intlobj_new.h
Fix bug in canonical representation routine
2004-09-09 11:32 kkuznetsov
M builds/posix/Makefile.in.embed.gfix
M builds/posix/Makefile.in.embed.util
M builds/posix/prefix.solx86gcc
Fix some unresolved symbols. Make FB CS linkable on Solaris x86.
2004-09-09 09:24 robocop
M src/dsql/dsql.cpp
Get rid of some reinterpret_cast's.
2004-09-09 08:58 robocop
M src/dsql/ddl.cpp
Totally misc: typo in comment
2004-09-09 08:56 robocop
M src/dsql/dsql.cpp
Style
2004-09-09 08:55 robocop
M src/jrd/ibase.h
A little more explanations in ibase.h
2004-09-08 12:01 alexpeshkoff
M src/dsql/ddl.cpp
M src/dsql/parse.y
fixed AV in DECLARE FILTER
2004-09-08 09:38 robocop
M src/jrd/idx.cpp
Delete a comment that I put to signal an ugly cast when calling some VIO functions. Solved by Alex.
2004-09-07 08:35 robocop
M src/common/classes/alloc.h
Misc: fix typo in a comment
2004-09-07 07:03 alexpeshkoff
M src/jrd/jrd.cpp
fixed problems with DatabseAccess verification during Create Database
2004-09-06 19:17 dimitr
M src/dsql/parse.y
Allowed UNION DISTINCT equal to just UNION (see chapter 7.13 of the SQL spec).
2004-09-06 08:46 alexpeshkoff
M src/jrd/dfw.epp
small optimization - noticed by Claudio
2004-09-06 08:14 alexpeshkoff
M src/dsql/alld.cpp
M src/dsql/dsql.cpp
fixed problems, noticed by Claudio
2004-09-05 21:50 dimitr
M src/dsql/make.cpp
Fixed a bug I introduced today.
2004-09-05 19:37 dimitr
M src/remote/inet.cpp
Fixed issue SF #571026.
2004-09-05 15:00 dimitr
M src/isql/isql.epp
Minor fixes.
2004-09-05 14:08 dimitr
M src/remote/interface.cpp
Fixed bug SF #223058
2004-09-05 13:53 dimitr
M src/remote/server.cpp
Cleanup.
2004-09-05 07:23 dimitr
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/pass1.cpp
Solved issues with literal NULLs in the CASE-based functions.
To be reviewed by Arno.
2004-09-04 20:09 dimitr
M src/remote/inet.cpp
Fixed possible SEGV errors in the op_connect handler.
2004-09-04 18:43 dimitr
M src/dsql/make.cpp
M src/dsql/pass1.cpp
Allowed EXTRACT(<part> FROM NULL) to return NULL of SMALLINT/INT (depending on <part>) datatype.
2004-09-04 18:24 dimitr
M src/dsql/ddl.cpp
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/pass1.cpp
Let's describe literal NULLs correctly in expressions.
2004-09-03 06:44 dimitr
M src/jrd/idx.cpp
Fixed copy'n'paste mistake.
2004-09-03 06:10 dimitr
M src/jrd/btr.cpp
M src/jrd/idx.cpp
M src/jrd/opt.cpp
M src/jrd/pcmet.epp
Fixed the context pool management.
2004-09-03 05:27 dimitr
M src/jrd/idx.cpp
M src/jrd/opt.cpp
More EXPRESSION_INDICES changes.
2004-09-02 14:53 dimitr
M src/jrd/opt.cpp
Let's choose a reasonable join order for intermixed inner and outer joins.
2004-09-02 14:43 dimitr
M src/jrd/opt.cpp
A few little fixes in the optimizer.
2004-09-02 09:59 alexpeshkoff
M src/utilities/gstat/dba.epp
fixed uninitialized status vector in gstat
2004-09-02 09:09 alexpeshkoff
M builds/install/misc/firebird.conf
Added firebird.conf parameter UsePriorityScheduler (requested by Nickolay)
2004-09-02 09:00 alexpeshkoff
M src/common/config/config.cpp
M src/common/config/config.h
M src/jrd/os/thd_priority.h
M src/jrd/os/win32/thd_priority.cpp
Added firebird.conf parameter UsePriorityScheduler (requested by Nickolay)
2004-09-02 07:10 dimitr
M src/dsql/dsql.cpp
Fixed my mistake in the plan output. Noticed by Arno.
2004-09-01 16:11 alexpeshkoff
M builds/install/misc/firebird.conf
M src/common/config/config.cpp
M src/common/config/config.h
M src/jrd/os/win32/thd_priority.cpp
Partially removed DeadThreadsCollection parameter from firebird.conf.
Concerning complete removal of it I wait for response on my letter to devel list.
2004-09-01 14:55 alexpeshkoff
M builds/win32/msvc6/alice.dsp
Removed alice\lls.h as absolutely unneeded during alice cleanup.
Other non-posix platforms may also need fix.
2004-09-01 14:51 alexpeshkoff
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/all.cpp
M src/alice/all.h
M src/alice/exe.cpp
D src/alice/lls.h
Fixed my bug in alice. Also some style changes and cleanup.
2004-09-01 12:06 alexpeshkoff
M builds/win32/prepare.bat
fixed bug in previous commit
2004-09-01 11:53 alexpeshkoff
M builds/posix/Makefile.in.refDatabases
M builds/win32/prepare.bat
M src/msgs/facilities.sql
M src/msgs/history.sql
M src/msgs/locales.sql
M src/msgs/messages.sql
M src/msgs/msg.sql
M src/msgs/symbols.sql
M src/msgs/system_errors.sql
M src/msgs/templates.sql
M src/msgs/transmsgs.de_DE.sql
M src/msgs/transmsgs.fr_FR.sql
fixed msg.fdb build on windows terminal server remote session
posix is also in sync
2004-09-01 09:36 skidder
M src/common/classes/alloc.cpp
Look up Valgrind header in more appropriate place
2004-09-01 01:08 skidder
M src/include/gen/msgs.h
M src/jrd/pag.cpp
M src/msgs/messages.sql
Add notion of ODS type to wrong_ods error message
2004-08-31 22:29 skidder
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/err.cpp
M src/jrd/err_proto.h
M src/jrd/idx.cpp
M src/msgs/facilities.sql
M src/msgs/messages.sql
M src/msgs/system_errors.sql
Use slightly more clear messages during FK violations. Patch submitted by Adriano dos Santos Fernandes
2004-08-31 06:26 robocop
M src/isql/show.epp
Showing role's description is dependent on the ODS
2004-08-30 18:11 alexpeshkoff
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/all.cpp
M src/alice/all.h
M src/alice/all_proto.h
M src/alice/exe.cpp
M src/burp/burp.cpp
M src/burp/burp.h
M src/common/classes/alloc.h
M src/common/config/config_file.cpp
M src/common/config/config_file.h
M src/dsql/alld.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/ipserver/ipc.h
M src/jrd/all.cpp
M src/jrd/blb.cpp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/cvt.cpp
M src/jrd/dfw.epp
M src/jrd/dyn.epp
M src/jrd/exe.cpp
M src/jrd/idx.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/jrd_proto.h
M src/jrd/met.epp
M src/jrd/nav.cpp
M src/jrd/opt.cpp
M src/jrd/pcmet.epp
M src/jrd/rse.cpp
M src/jrd/sch.cpp
M src/jrd/thd.cpp
M src/jrd/thd.h
M src/jrd/tra.cpp
M src/jrd/val.cpp
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
M src/remote/interface.cpp
M src/remote/remote.cpp
M src/remote/remote.h
M src/remote/server.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec.h
M src/utilities/gstat/dba.epp
added (and used in sources) template to change and restore default pool
2004-08-30 17:15 alexpeshkoff
M src/msgs/msg.sql
fixed posix boot build - posix filenames case-sensitive
2004-08-30 15:58 skidder
M src/extlib/ib_udf.sql
Extent default length for UDF arguments slightly
2004-08-30 10:10 robocop
M src/isql/show.epp
When a role hasn't been granted, tell that. Do not hide the role (wasted two minutes to discover it wasn't gbak problem). Also, show the role's description.
2004-08-30 10:07 robocop
M src/isql/isql.epp
Misc
2004-08-30 10:07 robocop
M src/burp/backup.epp
M src/burp/burp.h
M src/burp/restore.epp
Gbak should backup/restore the new field rdb$description in rdb$roles, depending on ODS.
2004-08-29 11:24 dimitr
M src/jrd/cch.cpp
M src/jrd/cch.h
Removed unused JOURNAL remains and make database statistics working again.
2004-08-29 07:37 robocop
M src/jrd/ini.epp
Take repeating code to a small function
2004-08-29 06:53 robocop
M src/burp/backup.epp
M src/burp/mvol.cpp
M src/burp/mvol_proto.h
M src/burp/restore.epp
Got rid of some silly back and forth cast: to call MVOL_init_read or MVOL_init_write, callers forced char* vars to UCHAR*, but then those MVOL functions internally forced those params again to char*.
Fixed some indentation in loops, too.
2004-08-29 06:47 robocop
M src/burp/spit.cpp
misc
2004-08-28 23:14 skidder
M src/common/classes/alloc.cpp
M src/common/classes/class_test.cpp
M src/common/classes/test.sh
Fix typo and small bug in memory manager test code
2004-08-28 08:20 dimitr
M src/jrd/ini.epp
Restored ODS compatibility after new fields were added to RDB$ROLES.
2004-08-28 07:30 dimitr
M src/remote/server.cpp
Fixed bug introduced by Blas' cleanup yesterday.
2004-08-28 05:19 skidder
M src/common/classes/class_test.cpp
M src/common/classes/test.sh
Update memory manager tests
2004-08-28 05:18 skidder
M src/common/classes/alloc.cpp
fix handling of zero-length allocations, fix rare memory management error, add quick pool verification logic
2004-08-28 05:15 skidder
M src/common/classes/alloc.h
quick pool verification logic
2004-08-28 02:55 skidder
M src/jrd/svc.h
Change style of comment to avoid multi-line comment warning
2004-08-28 02:51 skidder
M src/common/classes/rwlock.h
Some Linux targets may miss support for fancy rwlock options
2004-08-27 17:39 skidder
M src/jrd/thd.h
Temporary fix for frequent random crashes added to Firebird by Alex a week or so ago.
2004-08-27 09:24 robocop
M src/dsql/ddl.cpp
BY SCALAR_ARRAY param can't be used as a return param.
There's no support for that. It's only input param to the UDF.
2004-08-27 08:34 robocop
M src/isql/isql.epp
M src/isql/isql.h
Add in the help the mention of SET HEADING that was introduced time ago.
2004-08-27 08:33 robocop
M src/msgs/facilities.sql
M src/msgs/messages.sql
Add a new message for isql. I miss the triggers and utilities that did the details for me previously
2004-08-27 08:30 robocop
M builds/win32/make_all.bat
Comment what seems to me a redundant copy
2004-08-27 05:13 robocop
M src/isql/isql.epp
Style
2004-08-27 05:03 robocop
M src/isql/show.epp
Show ODS as part of SHOW DATABASE command.
2004-08-27 05:01 robocop
M src/isql/isql.h
Support for new UDF mechanism
2004-08-27 05:00 robocop
M src/isql/isql.epp
Style and comment useless code
2004-08-27 04:58 robocop
M src/jrd/fun.epp
Enhance UDF support a bit
2004-08-27 04:56 robocop
M src/jrd/functions.cpp
Update the ancient example IUDF "test" to use reference with nulls instead of value that can't be declared in DSQL and has compatibility problems
2004-08-27 04:54 robocop
M src/jrd/types.h
Introduce sub_type BINARY as a synonym for sub_type 0
Document reference with nulls mechanism in rdb$types
2004-08-27 04:52 robocop
M src/dsql/ddl.cpp
M src/dsql/dsql.h
M src/dsql/dsql.tab.h
M src/dsql/keywords.cpp
M src/dsql/metd.epp
M src/dsql/parse.cpp
M src/dsql/parse.y
Bring DSQL up to date with UDF capabilities in the engine.
Introduce SCALAR_ARRAY token.
2004-08-27 04:50 robocop
M src/gpre/cme.cpp
Style
2004-08-27 04:48 robocop
M src/jrd/val.h
The #define started before the namespace and ended inside the namespace. Invalid.
Took FUN_T outside the #ifdef REQUESTER to be able to use it in DSQL.
2004-08-27 04:46 robocop
M src/common/config/dir_list.cpp
M src/jrd/btr.cpp
M src/jrd/met.epp
M src/jrd/opt.cpp
MSVC6 doesn't keep variables in a for() only in that scope. This standard construction is rejected:
for (int i = ...);
for (int i = ...);
Put the variable again before the loops to be able to compile.
2004-08-26 23:27 brodsom
M src/remote/os/win32/srvr_w32.cpp
M src/remote/remote.cpp
M src/remote/server.cpp
M src/remote/xnet.cpp
Fix ,silence non initialized warnings
2004-08-26 21:47 brodsom
M src/jrd/btr.cpp
M src/jrd/cmp.cpp
M src/jrd/evl_string.h
M src/jrd/met.epp
M src/jrd/opt.cpp
Fix signed/unsigned comparisons
2004-08-26 21:44 brodsom
M src/gpre/cme.cpp
M src/gpre/cob.cpp
M src/gpre/exp.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
Assert or silence uninitialized warning
2004-08-26 19:23 brodsom
M src/jrd/svc.h
Fix multiline comment
2004-08-26 19:09 brodsom
M src/burp/burp.cpp
Assert on non initialized variable
2004-08-26 18:49 brodsom
M src/utilities/install/install_reg.cpp
M src/utilities/install/install_svc.cpp
Fix non initialized variables
2004-08-26 18:48 brodsom
M src/dudley/ddl.cpp
M src/dudley/exe.epp
M src/dudley/expand.cpp
M src/dudley/expr.cpp
M src/dudley/extract.epp
M src/dudley/generate.cpp
M src/dudley/parse.cpp
Fix, assert or silence non initialized warnings
2004-08-26 18:28 brodsom
M src/common/classes/stack.h
M src/common/config/dir_list.cpp
Fix signed/unsigned comparisons
2004-08-26 18:22 brodsom
M src/alice/alice_meta.epp
Silence uninitialized warnings
2004-08-26 18:14 brodsom
M src/lock/lock.cpp
Silence uninitialized warnings
2004-08-26 17:54 brodsom
M src/msgs/build_file.epp
Fix format warning
2004-08-26 17:51 brodsom
M src/msgs/messages.sql
Maintain previous isql con_prompt definition
2004-08-26 11:10 aafemt
M src/isql/isql.epp
Make prompt visible in MSYS
2004-08-26 11:07 robocop
M src/jrd/dpm.epp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_mod.epp
M src/jrd/grant.epp
M src/jrd/met.epp
M src/jrd/scl.epp
Got rid of redundant cast to jrd_req*
2004-08-26 11:04 robocop
M src/common/classes/alloc.cpp
misc
2004-08-26 11:03 robocop
M src/jrd/ini.epp
After writing to Ann, I confirmed this GDML statement needs to be compiled and freed only once, not in each pass of the loop
2004-08-26 10:28 aafemt
M src/isql/isql.epp
Rework statement pre-parsing. Now it doesn't swallow tabs
2004-08-26 04:21 robocop
M builds/win32/prepare.bat
Invoke isql in silent mode
2004-08-25 11:43 aafemt
M src/isql/isql.epp
Use automatic buffers instead of dynamic
2004-08-25 03:09 skidder
M src/common/classes/alloc.cpp
Clarify comment and update assertion check
2004-08-24 23:11 brodsom
M src/common/classes/alloc.cpp
Avoid variable shadowing
2004-08-24 23:00 brodsom
M src/qli/compile.h
Avoid final comma
2004-08-24 05:16 robocop
M src/jrd/flu.cpp
Vars in context
2004-08-24 05:16 robocop
M src/common/classes/alloc.cpp
Renamed ptr_block to ptrToBLock and block_ptr to blockToPtr for better self-documenting code as agreed privately. No functional change.
2004-08-23 20:44 skidder
M src/jrd/dmp.cpp
M src/jrd/ods.h
M src/jrd/os/posix/unix.cpp
M src/jrd/pag.cpp
M src/utilities/gstat/dba.epp
M src/utilities/gstat/ppg.cpp
M src/utilities/rebuild/rebuild.cpp
Introduce concept of ODS type to be able to distinguish between Interbase databases, Firebird databases, databases created by debugging builds of Firebird and private forks
2004-08-23 18:45 dimitr
M src/jrd/btr.cpp
Fixed a server crash I introduced recently.
2004-08-23 09:55 aafemt
M builds/win32/prepare.bat
Create msg.fdb from scripts instead of backup
2004-08-23 09:53 aafemt
M builds/posix/Makefile.in.msgs
M builds/posix/Makefile.in.refDatabases
Create msg.fdb from scripts instaed of backup
2004-08-23 09:52 aafemt
A src/msgs/history.sql
Content of messages DB's HISTORY table
2004-08-23 09:49 aafemt
A src/msgs/templates.sql
Content of messages DB's TEMPLATES table
2004-08-23 09:47 aafemt
A src/msgs/transmsgs.de_DE.sql
German translation of messages (probably spoiled)
2004-08-23 09:45 aafemt
A src/msgs/transmsgs.fr_FR.sql
French translation of messages (probably spoiled)
2004-08-23 09:43 aafemt
A src/msgs/locales.sql
Content of messages DB's LOCALES table
2004-08-23 09:41 aafemt
A src/msgs/system_errors.sql
Content of messages DB's SYSTEM_ERRORS table
2004-08-23 09:39 aafemt
A src/msgs/messages.sql
Content of messages DB's MESSAGES table
2004-08-23 09:35 aafemt
A src/msgs/symbols.sql
Content of messages DB's SYMBOLS table
2004-08-23 09:33 aafemt
A src/msgs/facilities.sql
Content of messages DB's FACILITIES table
2004-08-23 09:07 aafemt
M src/msgs/build_file.epp
Get ready for dialect 3
2004-08-22 21:31 skidder
M src/common/classes/class_perf.cpp
M src/common/classes/class_test.cpp
M src/common/classes/test.sh
Update memory manager tests
2004-08-22 21:28 skidder
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
Slightly streamline logic of allocation critical path. Correct 2 memory manager bugs added during last optimization attempt. We are now ~40faster than malloc from GLIBC 2.3
2004-08-22 21:09 skidder
M src/common/classes/tree.h
Use fine-tuned tree page sizes by default. This increases tree performance by ~7 We are now 1.5 times faster than GNU STL tree
2004-08-22 01:00 arnobrinkman
M src/jrd/btr.cpp
add missing initializations
2004-08-22 00:53 arnobrinkman
M src/dsql/pass1.cpp
Fix unneeded error-message with simple CASE and NULL (NULL as text in SQL)
CASE NULL WHEN NULL THEN 1 END
2004-08-22 00:29 skidder
M src/jrd/isc.h
M src/jrd/sch_proto.h
Fix GCC build I accedentally broken by my previous commit
2004-08-21 09:42 robocop
M src/jrd/functions.cpp
Example built-in UDF.
2004-08-21 09:39 robocop
M src/jrd/ini.epp
1.- Get rid of redundant cast to jrd_req*
2.- Post example code (disabled) to register a built-in UDF.
2004-08-21 09:36 robocop
M src/jrd/fun.epp
1.- Put an indication on how to enable UDF params that signal SQL NULL with the null pointer
2.- In case the result of the function is a descriptor with FREE_IT, free not only the data but the descriptor, too.
2004-08-21 09:30 robocop
M src/jrd/cmp.cpp
Simplify expression
2004-08-21 09:29 robocop
M src/gpre/jrdmet.cpp
M src/isql/isql.epp
M src/jrd/cch.cpp
M src/jrd/err.cpp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/ext.cpp
M src/jrd/opt.cpp
Misc: format
2004-08-21 09:20 robocop
M src/dsql/dsql.cpp
Not an aesthetical achievement, but prevent us from making mistakes in the same place again. Put variables in their minimal scope.
2004-08-21 09:18 robocop
M src/common/classes/alloc.cpp
Misc: formatting
2004-08-21 09:16 robocop
M src/burp/burp.cpp
Delete useless line and avoid memory leak after talking to Dmitry Yemanov.
2004-08-21 09:13 robocop
M builds/win32/make_boot.bat
Misc: fix misleading message
2004-08-21 07:55 skidder
M src/jrd/common.h
M src/jrd/isc.h
M src/jrd/thread_proto.h
Fix very hard-to-track Windows CS stability problem introduced by Blas on 15-May-2004
2004-08-20 10:57 aafemt
A src/msgs/msg.sql
SQL equivalent for msg.gdl
2004-08-20 08:25 dimitr
M src/jrd/exe.cpp
More asserts and some style changes. Thanks to Claudio.
2004-08-20 07:55 dimitr
M src/jrd/btr.cpp
M src/jrd/opt.cpp
More asserts and some style changes. Thanks to Claudio.
2004-08-20 07:18 dimitr
M src/jrd/btr.cpp
Cosmetics.
2004-08-20 07:10 dimitr
M src/jrd/dyn_del.epp
Reworked yesterday's code. The problem is spotted by Claudio.
2004-08-20 05:11 skidder
M builds/posix/Makefile.in.firebird
M src/misc/src_bundle.sh
Erik's script producing source bundle including configure script. Invoked via: make srctarfile
2004-08-20 04:36 dimitr
M src/jrd/common.h
Expose EXPRESSION_INDICES to public.
2004-08-20 04:04 dimitr
M src/jrd/btr.cpp
M src/jrd/opt.cpp
Make EXPRESSION_INDICES generally working.
2004-08-20 02:08 dimitr
M src/dsql/dsql.cpp
Fixed uninitialized variable usage reported by Valgrind.
2004-08-19 18:41 dimitr
M src/jrd/btr.cpp
M src/jrd/btr_proto.h
M src/jrd/dyn_del.epp
M src/jrd/idx.cpp
M src/jrd/opt.cpp
M src/jrd/pcmet.epp
M src/jrd/pcmet_proto.h
The EXPRESSION_INDICES code now compiles.
2004-08-19 13:51 kkuznetsov
M configure.in
A src/install
A src/install/arch-specific
A src/install/arch-specific/solx86gcc
A src/install/arch-specific/solx86gcc/CS
A src/install/arch-specific/solx86gcc/CS/pkginfo.in
A src/install/arch-specific/solx86gcc/CS/postinstall.in
A src/install/arch-specific/solx86gcc/CS/postremove.in
A src/install/arch-specific/solx86gcc/CS/preinstall.in
A src/install/arch-specific/solx86gcc/CS/prototype.in
A src/install/arch-specific/solx86gcc/LIBGCC
A src/install/arch-specific/solx86gcc/LIBGCC/pkginfolg.in
A src/install/arch-specific/solx86gcc/LIBGCC/prototypelg.in
A src/install/arch-specific/solx86gcc/Makefile.in
Putted SolX86 install files from 1.5.1 to HEAD
2004-08-19 11:19 dimitr
M src/dsql/dsql.tab.h
M src/dsql/keywords.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
Ported IIF function from Yaffil.
Implemented as yet another abbrevation for CASE.
Added as a non-reserved keyword.
2004-08-19 10:26 aafemt
M src/isql/isql.epp
Let isql return error code on script errors
2004-08-19 00:48 skidder
M src/jrd/btr.cpp
Fix some of the problems in new indices code noted by Valgrind. These fixes are result of discussion with Arno. But indices are still broken; Arno promised to fix remaining stuff from this area during next weekend
2004-08-19 00:04 skidder
A src/misc/src_bundle.sh
Script which I use to generate Firebird source packages
2004-08-18 23:39 skidder
M src/common/classes/alloc.cpp
Old Valgrind stacktraces need to be cleaned up on pool destruction
2004-08-18 18:33 skidder
M src/dsql/pass1.cpp
Fix one more possible random crash noted by Valgrind. This particular problem is old and happens when UNION DSQL construct is used. Fix is the result of consultations with Arno Brinkman
2004-08-18 03:09 skidder
M src/jrd/intlobj_new.h
A little bit more clarification
2004-08-18 00:02 skidder
M src/dsql/parse.y
Fix one more serious issue noted by Valgrind. Views could be randomly using blr_singleton when defined
2004-08-17 22:34 skidder
M builds/posix/Makefile.in.fbserver
Correct POSIX SuperServer build dependency tracking problem
2004-08-17 22:21 skidder
M src/jrd/intlobj_new.h
Let's use UTF-16 as intermediate encoding. It is going to cause us more grief, but it seems to be supported better in third-party libraries
2004-08-17 17:52 dimitr
M src/jrd/btr.cpp
M src/jrd/evl.cpp
M src/jrd/nod.h
M src/jrd/opt.cpp
Small optimization of multiple OR booleans (or a constant IN predicate).
The idea is to use a single sparse bitmap for an index matching and hence avoid OR'ing bitmaps for every argument value.
Ported from Yaffil.
2004-08-17 17:30 skidder
M src/jrd/intlobj_new.h
Add comment about Unicode encoding used for intermediate representation
2004-08-17 13:25 dimitr
M src/dsql/dsql.tab.h
M src/dsql/parse.cpp
M src/dsql/parse.y
Allowed NULL to be a syntactical value.
2004-08-17 12:28 dimitr
M src/jrd/evl.cpp
M src/jrd/exe.cpp
Added more checks for a possible literal NULL and another cases when EVL_expr() may return NULL pointer.
2004-08-17 11:28 dimitr
M src/jrd/rse.cpp
Ensure FIRST/SKIP/ROWS to treat NULL arguments as zero.
2004-08-17 11:19 dimitr
M src/dsql/ddl.cpp
Allow the DDL engine to understand literal NULLs in computed fields.
2004-08-17 09:29 dimitr
M builds/win32/msvc7/gfix.vcproj
Synchronized MSVC7 build with others.
2004-08-17 08:37 dimitr
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
Committed two missed files.
2004-08-17 02:02 skidder
M src/jrd/jrd.h
Fix memory corruption issue in SuperServer builds noted by Valgrind
2004-08-17 00:04 skidder
M src/jrd/intlobj_new.h
New INTL interface amendments
2004-08-16 12:56 alexpeshkoff
M builds/posix/Makefile.in.client.gfix
M builds/posix/Makefile.in.embed.gfix
M builds/win32/msvc6/gfix.dsp
I've added thd.cpp to gfix in VC6 and posix builds. Other builds should also be fixed.
2004-08-16 12:28 alexpeshkoff
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/all.cpp
M src/alice/tdr.cpp
M src/dsql/alld.cpp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/include/firebird.h
M src/jrd/all.cpp
M src/jrd/blb.cpp
M src/jrd/blob_filter.cpp
M src/jrd/blob_filter.h
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/cvt2.cpp
M src/jrd/dbt.cpp
M src/jrd/dfw.epp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/ext.cpp
M src/jrd/fun.epp
M src/jrd/idx.cpp
M src/jrd/ini.epp
M src/jrd/intl.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/opt.cpp
M src/jrd/os/vms/extvms.cpp
M src/jrd/par.cpp
M src/jrd/pcmet.epp
M src/jrd/rng.cpp
M src/jrd/rse.cpp
M src/jrd/sbm.cpp
M src/jrd/sdw.cpp
M src/jrd/sqz.cpp
M src/jrd/thd.h
M src/jrd/tra.cpp
M src/jrd/val.cpp
M src/jrd/vio.cpp
next step preparing to allocate auto objects memory from appropriate pool
2004-08-16 12:25 alexpeshkoff
M src/common/classes/stack.h
removed a lot of posix warnings after changing int to size_t in vector.h
2004-08-16 12:24 alexpeshkoff
M src/common/config/config_file.cpp
replaced exit() with throw fatal_exception - thanks to Jim
2004-08-16 12:21 alexpeshkoff
M src/jrd/os/thd_priority.h
M src/jrd/os/win32/thd_priority.cpp
fixed problems with thread priorities scheduler
2004-08-13 19:27 skidder
M src/jrd/intlobj_new.h
Apply changes by Adriano to make compilable
2004-08-13 03:07 skidder
M src/remote/xdr.cpp
Again, do not send trash over the wire
2004-08-13 02:32 skidder
M src/dsql/dsql.cpp
Do not send stack and memory dumps to remote client when isc_dsql_sql_info and isc_dsql_prepare functions are used. Again, issue is pinpointed by Valgrind
2004-08-12 23:28 skidder
M builds/install/arch-specific/linux/misc/firebird.xinetd.in
Cosmetic changes
2004-08-12 21:18 skidder
M src/jrd/dpm.epp
Do not write rubbish from uninitialized stack variable into pad space of data pages
2004-08-12 19:51 skidder
M src/jrd/intlobj_new.h
Further clarification of new INTL interface
2004-08-12 19:44 skidder
M src/jrd/intlobj_new.h
Clarify string comparison interface
2004-08-12 19:21 skidder
M src/jrd/intlobj_new.h
Some small changes in INTL interface
2004-08-12 05:17 skidder
A src/jrd/intlobj_new.h
Draft of new INTL interface
2004-08-12 03:13 skidder
M src/jrd/intlobj.h
Switch back to C-language comments
2004-08-12 03:01 skidder
M src/jrd/intlobj.h
Make header C-language
2004-08-12 00:31 skidder
M src/jrd/dfw.epp
M src/jrd/ini.epp
M src/jrd/pcmet.epp
Do not write rubbish per-segment selectivity into the database. Valgrind reported it as uninitialized value passed to write(buf) syscall
2004-08-11 05:34 skidder
M src/jrd/cmp.cpp
M src/jrd/opt.cpp
Fix a couple 'invalid read' problems found by Valgrind. Both could cause crashes, one could result in invalid nulls placement. Removed const*const*const stuff in couple places because things like that make code really hard to understand
2004-08-10 13:40 hvlad
M src/jrd/err.cpp
Fix comments
2004-08-10 04:10 skidder
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/classes/class_perf.cpp
M src/common/classes/test.sh
Optimize memory manager a little bit
2004-08-09 01:24 skidder
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/classes/class_test.cpp
M src/common/classes/test.sh
Fix memory manager to allow reliable detection of references to memory from deleted pools under Valgrind. Make memory usage statistics more accurate both in Valgrind and general cases. Adjust pool dumping routine to be aware of delayed free blocks
2004-08-07 16:49 arnobrinkman
M src/jrd/opt.cpp
M src/jrd/rse.h
Bugfix with OUTER JOINS
Finally i got them as they should have been
2004-08-07 16:44 arnobrinkman
M src/jrd/btr.cpp
M src/jrd/btr.h
Bugfix with dates below Julian date and old code removed
2004-08-06 15:26 hvlad
M src/jrd/err.cpp
M src/jrd/err_proto.h
M src/jrd/exe.cpp
M src/jrd/jrd.h
Ability to show PSQL stack trace when exception occurs.
2004-08-04 10:08 aafemt
M examples/api/api16.c
Conform new events API type safety
2004-08-04 10:07 aafemt
M examples/include/example.h
Rollback some Blas' rash cleanup
2004-08-04 06:29 aafemt
M src/jrd/cmp.cpp
Variable score
2004-08-04 06:27 aafemt
M src/jrd/alt.cpp
M src/jrd/alt_proto.h
M src/jrd/ibase.h
M src/jrd/utl.cpp
M src/jrd/utl_proto.h
Make events API consistent after Claudio changes
2004-08-03 16:04 skidder
M src/jrd/blb.cpp
Fix for regression in DEV_BUILD I caused recently
2004-08-02 21:17 dimitr
M builds/misc/msg.gbak
Added two new error messages.
2004-08-02 19:53 dimitr
M src/jrd/cmp.cpp
Prevent any modifications of the OLD context in triggers.
2004-08-02 19:49 dimitr
M src/dsql/make.cpp
M src/jrd/cmp.cpp
M src/jrd/evl.cpp
Fixed implementations of concatenation and SUBSTRING function.
Used new messages for error reporting. Changes should be fully SQLDA-compatible.
2004-08-02 19:43 dimitr
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
Added two new error messages.
2004-08-01 18:01 dimitr
M src/dsql/pass1.cpp
Fixed minor issue.
2004-08-01 17:44 dimitr
M src/remote/inet.cpp
Applied patch by Chris Waters to support NAT by the events mechanism.
2004-08-01 07:00 robocop
M src/jrd/fun.epp
Fix subtle bug introduced by Alex during fun.epp refactoring that prevented the engine to detect when the invoked UDF has returned NULL.
2004-07-30 22:38 skidder
M builds/posix/make.rules
M builds/posix/prefix.linux
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/dsql/all.h
M src/include/firebird.h
M src/include/gen/autoconfig_msvc.h
M src/jrd/all.h
Valgrind support
2004-07-30 05:56 robocop
M src/jrd/jrd.cpp
Temporary fix for first problem reported by Adriano dos Santos Fernandes.
Server should continue working normally if gbak tries to restore a db in a forbidden path.
Now mutex is unlocked and server can continue working. However, engine doesn't unload the db so it still thinks there's an active connection.
The proper fix should come from Alex, that probably involves throwing an exception to activate the code inside the catch() section.
2004-07-30 04:58 robocop
M src/jrd/cmp.cpp
Nickolay says the local variable is different from the outer variable.
Therefore, renamed the inner variable to avoid warning found by D. Sibiryakov. Some integer types made const, too.
2004-07-29 17:44 skidder
M src/common/classes/tree.h
Correct a couple errors I introduced during int->size_t transition for array indexing
2004-07-26 21:32 skidder
M src/jrd/evl.cpp
Small addition to my previous LIKE fix
2004-07-22 07:17 robocop
M src/common/classes/array.h
M src/common/classes/tree.h
M src/common/classes/vector.h
Style and simplification
2004-07-22 07:17 robocop
M src/dudley/trn.cpp
Fix annoying warnings that appeared when Blas dropped a file with C++ typed constants for the isc_dyn_ values and others.
2004-07-22 07:15 robocop
M src/jrd/btr.cpp
M src/jrd/cvt.cpp
M src/remote/os/win32/cntl.cpp
M src/remote/os/win32/ibconfig.cpp
M src/remote/os/win32/window.cpp
Style and misc
2004-07-21 11:02 brodsom
M doc/README.build.mingw.html
-Update
2004-07-21 10:34 brodsom
M src/isql/extract.epp
M src/isql/isql.epp
-Correction (Found by Claudio)
2004-07-21 06:33 hvlad
M src/jrd/cvt.cpp
Fix for lost least significant bits of value when rounding floating-point value to int \ int64 value
2004-07-20 22:56 skidder
M src/jrd/evl.cpp
Fix another problem with my LIKE evaluator
2004-07-20 18:57 arnobrinkman
M src/jrd/btr.cpp
fix bug in ignore_nulls part
2004-07-20 18:55 arnobrinkman
M src/jrd/opt.cpp
Bugfix: optimizer didn't add boolean-node when it was a OR operator and no index could be used.
This caused unnecessary evaluation of joined rse's to that rse.
2004-07-17 00:13 skidder
M src/common/classes/tree.h
M src/jrd/met.epp
size_t is more correct type for container sizes and indices
2004-07-16 23:06 skidder
M src/common/classes/array.h
M src/common/classes/objects_array.h
M src/common/classes/tree.h
M src/common/classes/vector.h
M src/common/config/config_file.cpp
M src/dsql/pass1.cpp
M src/jrd/cmp.cpp
M src/jrd/intl.cpp
M src/jrd/plugin_manager.cpp
M src/jrd/rpb_chain.cpp
M src/jrd/tra.cpp
size_t is more correct type for container sizes and indices
2004-07-16 01:30 arnobrinkman
M src/jrd/btr.cpp
When we ignore NULLs in the index then we must already skip them very efficiently from the start.
2004-07-15 23:01 arnobrinkman
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/opt.cpp
1) Fix starting with and empty string index problem where empty string is passed in parameter. (STARTING WITH ?) ? = ''
2) New index structure ensures that NULLs cannot hold the same key-value as a data value.
3) Ignore NULLs already on scanning index where possible.
2004-07-14 21:56 skidder
M src/jrd/os/thd_priority.h
M src/jrd/os/win32/thd_priority.cpp
M src/jrd/thd.cpp
M src/jrd/thd.h
Keep fb_tls.h low-profile header. Avoid fancy TLS declarations
2004-07-14 21:49 skidder
M src/common/classes/fb_tls.h
Let our dynamic libraries work
2004-07-11 10:04 robocop
M src/utilities/ibmgr/srvrmgr.cpp
Try to fix problem reported by Treeve Jelbert in a file I don't compile.
2004-07-10 09:26 robocop
M src/jrd/os/posix/unix.cpp
Try to complete my undoing of the ods.h changes, aided by by Treeve Jelbert.
2004-07-10 03:20 robocop
M src/jrd/blb.cpp
M src/jrd/btn.cpp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/dpm.epp
M src/jrd/nav.cpp
M src/jrd/nbak.cpp
M src/jrd/ods.h
M src/jrd/pag.cpp
M src/jrd/sdw.cpp
M src/jrd/tra.cpp
M src/jrd/val.cpp
M src/utilities/gstat/dba.epp
M src/utilities/gstat/ppg.cpp
M src/utilities/nbackup.cpp
Undo inheritance in ODS page types as requested by Nickolay. Either some macros are too silly or the compiler is limited by the standard here.
Notice I may have missed some file that's not compiled in Win32.
2004-07-10 03:17 robocop
M src/common/utils.cpp
M src/common/utils_proto.h
Preach with the example and change the license to the IDPL
2004-07-10 03:16 robocop
M src/utilities/ibmgr/srvrmgr.cpp
Try to fix bug reported by Treeve Jelbert. Someone please try as this file isn't part of the Win32 build.
2004-07-09 05:22 robocop
M src/include/fb_string.h
M src/jrd/cmp.cpp
Style
2004-07-07 22:18 skidder
A src/extern/regex/fake
A src/extern/regex/fake/limits.h
A src/extern/regex/fake/memmove.c
A src/extern/regex/fake/stdlib.h
Import POSIX regular expressions matcher: unmodified rxspencer-alpha3.8.g3. It will be used for Win32 and maybe some old unices, Linux and *BSD implement this part of POSIX spec natively
2004-07-07 22:10 skidder
A src/extern/regex
A src/extern/regex/COPYRIGHT
A src/extern/regex/INSTALL
A src/extern/regex/Makefile.am
A src/extern/regex/Makefile.in
A src/extern/regex/Makefile.orig
A src/extern/regex/README
A src/extern/regex/WHATSNEW
A src/extern/regex/aclocal.m4
A src/extern/regex/autogen.sh
A src/extern/regex/cclass.h
A src/extern/regex/cname.h
A src/extern/regex/config.guess
A src/extern/regex/config.sub
A src/extern/regex/configure
A src/extern/regex/configure.in
A src/extern/regex/debug.c
A src/extern/regex/debug.ih
A src/extern/regex/engine.c
A src/extern/regex/engine.ih
A src/extern/regex/install-sh
A src/extern/regex/ltmain.sh
A src/extern/regex/main.c
A src/extern/regex/missing
A src/extern/regex/mkh
A src/extern/regex/mkinstalldirs
A src/extern/regex/regcomp.c
A src/extern/regex/regcomp.ih
A src/extern/regex/regerror.c
A src/extern/regex/regerror.ih
A src/extern/regex/regex.h
A src/extern/regex/regex2.h
A src/extern/regex/regexec.c
A src/extern/regex/regfree.c
A src/extern/regex/rxspencer.3
A src/extern/regex/rxspencer.7
A src/extern/regex/split.c
A src/extern/regex/test1.sh
A src/extern/regex/test2.sh
A src/extern/regex/test3.sh
A src/extern/regex/tests
A src/extern/regex/utils.h
Import POSIX regular expressions matcher: unmodified rxspencer-alpha3.8.g3. It will be used for Win32 and maybe some old unices, Linux and *BSD implement this part of POSIX spec natively
2004-07-07 16:06 skidder
M src/jrd/evl_string.h
M src/jrd/evl_string_test.cpp
Update pattern matching tests
2004-07-07 15:48 skidder
M src/jrd/evl.cpp
M src/jrd/evl_string.h
M src/jrd/evl_string_test.cpp
allow processNextChunk receive empty string in pattern matchers. This fixes troubles in DEV_BUILD noticed by Claudio
2004-07-07 10:12 aafemt
M src/jrd/cmp.cpp
Variable's scope
2004-07-07 10:08 aafemt
M src/include/fb_string.h
Suppress warning
2004-07-07 03:47 robocop
M src/jrd/dpm.epp
M src/jrd/dpm_proto.h
M src/jrd/dyn.epp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/grant.epp
M src/jrd/ini.epp
USHORT -> bool
2004-07-07 03:45 robocop
M src/jrd/dfw.epp
Vars in context
2004-07-07 03:43 robocop
M src/jrd/err.cpp
M src/jrd/err_proto.h
Const correctness and style
2004-07-07 03:42 robocop
M src/jrd/gds.cpp
Fix possible minor problem in debug version
2004-07-07 03:41 robocop
M src/jrd/scl.epp
Misc change
2004-07-06 05:59 robocop
M src/jrd/acl.h
M src/jrd/dfw.epp
M src/jrd/dfw_proto.h
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_ut_proto.h
M src/jrd/dyn_util.epp
M src/jrd/grant.epp
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/tra.h
M src/jrd/vio.cpp
1.- Try to fix the mess caused by different data types used to represent bifields of SCL_ constants defined in scl.h, second round.
2.- Prevent users from deleting system generators and modifying any entry in rdb$generators. VIO passes the task to DFW, the only problem being that the user gets the error when a commit is done, not before.
2004-07-06 05:54 robocop
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/misc.cpp
Totally misc changes
2004-07-04 00:00 skidder
M src/include/fb_string.h
Fix small inconsistency in string class
2004-07-03 02:33 brodsom
M src/alice/alice.cpp
M src/alice/alice.h
M src/burp/burp.cpp
M src/burp/burp.h
M src/jrd/svc.h
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec.h
M src/utilities/gstat/dba.epp
-Put thread functions into thread class
-Comment SVC_PUTSPECIFIC_DATA
2004-07-03 00:13 brodsom
M src/alice/all.cpp
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/misc.cpp
M src/burp/mvol.cpp
M src/burp/mvol_proto.h
M src/burp/restore.epp
Put thread functions into thread class
2004-07-02 10:47 brodsom
M src/iscguard/cntl_guard.cpp
M src/iscguard/cntlg_proto.h
M src/jrd/os/thd_priority.h
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/thd.cpp
M src/jrd/thd.h
M src/remote/os/win32/cntl.cpp
M src/remote/os/win32/cntl_proto.h
Hack to fix mingw build (due to a mingw bug).
2004-07-02 10:02 brodsom
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/all.cpp
M src/alice/exe.cpp
M src/alice/tdr.cpp
Put thread functions into thread class
2004-07-02 07:26 brodsom
M src/dsql/dsql.cpp
Correction (noticed by Claudio)
2004-07-01 16:41 hvlad
M src/jrd/cvt2.cpp
Fixed incorrect comparison of TEXT BLOBs with STR
2004-07-01 00:46 skidder
M src/dsql/ddl.cpp
Fix crash when changing data type for field and specify wrong type or domain name
2004-06-30 01:51 skidder
M src/misc/fb_boilerplate.h
Change license boilerplate according to admins decision
2004-06-30 01:45 skidder
M src/jrd/evl_string.h
M src/jrd/evl_string_test.cpp
M src/jrd/intl_classes.h
M src/jrd/nbak.cpp
M src/jrd/nbak.h
M src/jrd/ntrace.h
M src/jrd/os/guid.h
M src/jrd/os/posix/guid.cpp
M src/jrd/os/win32/guid.cpp
M src/utilities/nbackup.cpp
Change license for source files which I wrote
2004-06-30 01:26 skidder
M builds/posix/Makefile.in.codes
M builds/posix/fbintl.vers
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/classes/class_perf.cpp
M src/common/classes/class_test.cpp
M src/common/classes/fb_atomic.h
M src/common/classes/fb_tls.h
M src/common/classes/locks.h
M src/common/classes/rwlock.h
M src/common/classes/semaphore.h
M src/common/classes/tree.h
M src/common/classes/vector.h
Change license for source files which I wrote
2004-06-29 23:31 skidder
M src/common/classes/fb_string.cpp
M src/include/fb_string.h
Little string class cleanups
2004-06-29 22:15 arnobrinkman
M src/dsql/pass1.cpp
1) Fix FB2 problem with union-auto-cast and losing field-name as column-name
2) Fix FB2 problem with WITH CHECK OPTION
2004-06-29 15:16 kkuznetsov
M configure.in
Fix for not adding both lpthread and lthread on Solaris|solx86
2004-06-29 12:41 skidder
M src/include/fb_string.h
Add forgotten (by me) length checks
2004-06-29 12:36 skidder
M src/common/classes/fb_string.cpp
Add forgotten length checks
2004-06-29 04:37 robocop
M src/burp/burp.cpp
M src/burp/restore.epp
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/isql/isql.epp
M src/isql/show.epp
M src/jrd/acl.h
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/dfw.epp
M src/jrd/evl.cpp
M src/jrd/exe.h
M src/jrd/grant.epp
M src/jrd/ibase.h
M src/jrd/ini.h
M src/jrd/obj.h
M src/jrd/os/vms/rdb.cpp
M src/jrd/os/vms/rdbint.cpp
M src/jrd/scl.epp
M src/jrd/scl.h
M src/jrd/scl_proto.h
M src/jrd/vio.cpp
M src/misc/codes.epp
M src/remote/inet_server.cpp
M src/remote/os/win32/srvr_w32.cpp
M src/utilities/nbackup.cpp
1.- const correctness
2.- style
3.- Try to fix the mess caused by different data types used to represent bifields of SCL_ constants defined in scl.h,
first round. No circular dependencies found through MSVC. Still pending dyn* and grant.epp files.
2004-06-29 04:33 robocop
M src/jrd/relations.h
Add RDB$DESCRIPTION and RDB$SYSTEM_FLAG to RDB$ROLES
2004-06-27 19:06 dimitr
M src/jrd/cmp.cpp
1. Yet another attempt to fix that damned double-compile UDF args crap. Hopefully, the last one...
2. Temporary fix for the SUBSTRING (BLOB) issue (until Yaffil merge).
2004-06-26 22:23 skidder
M src/common/classes/fb_string.cpp
M src/include/fb_string.h
Minor bugfixing/cleanup of string class. I hope this change doesn't break anything, but Alex should look at it
2004-06-26 22:17 skidder
M src/jrd/exe.h
Disable debugging code unintentionally enabled in previous commit
2004-06-26 22:12 skidder
M src/jrd/all.cpp
M src/jrd/all.h
M src/jrd/exe.h
M src/jrd/par.cpp
Be slightly more explicit in our memory allocation desires. Also fix savepoints breakage
2004-06-25 22:12 skidder
M src/jrd/cmp.cpp
M src/jrd/evl.cpp
M src/jrd/exe.h
M src/jrd/opt.cpp
M src/jrd/rse.cpp
M src/jrd/rse.h
Somewhat simplify invariant tracking stuff. It is more pessimistic now, but should work more reliably when invariants are modified (see QMDB tests for details)
2004-06-25 01:44 skidder
M src/include/firebird.h
Disable thread priority scheduler for now because it causes too many random failures during QMDB testing
2004-06-23 16:40 skidder
M src/jrd/opt.cpp
Report PLANs for selectable procedures in correct order. This is a fix for regression which I introduced a few months ago and it was found by Vlad Horsun
2004-06-22 20:13 skidder
M src/common/classes/tree.h
M src/jrd/blb.cpp
M src/jrd/blb.h
M src/jrd/btr.cpp
M src/jrd/exe.cpp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/jrd.h
M src/jrd/req.h
M src/jrd/tra.cpp
M src/jrd/tra.h
Implement rudimentary framework to track lifetimes of active BLOBs.
This solves the following issues:
1) Outrageous memory consumption when blobs are converted from strings during request processing
2) Materialization doesn't cause invalidation of BLOB IDs too early.
Original behaviour caused errors with updatable views or procedures receiving BLOB arguments.
2004-06-21 22:45 skidder
M src/common/classes/tree.h
Const-correctness
2004-06-21 22:17 skidder
M src/common/classes/alloc.cpp
Fix bug with wrong output when printing out used only blocks from memory pool
2004-06-21 08:49 alexpeshkoff
M src/remote/server.cpp
fixed potential inconsistency, noticed by Claudio
2004-06-21 02:48 robocop
M src/common/classes/tree.h
M src/dsql/make.cpp
M src/remote/inet.cpp
Misc changes
2004-06-19 21:29 arnobrinkman
M src/dsql/make.cpp
M src/jrd/align.h
Fix problems with NUMERIC and DECIMAL datatypes in MAKE_desc_from_list() for Dialect 1.
This affects CASE, COALESCE and the auto-union cast.
2004-06-16 15:41 kkuznetsov
M builds/posix/firebird.vers
Commented out THD_* functions if using new style of thd
2004-06-16 12:33 kkuznetsov
M src/common/classes/fb_tls.h
Solaris theading portion of TlsValue
2004-06-15 09:02 kkuznetsov
M src/jrd/thd.cpp
M src/jrd/thd.h
Fix Solaris attrs for thread creation
2004-06-14 11:20 fsg
M src/remote/inet.cpp
Fixed an old bug. Thanks to Torsten Martinsen.
2004-06-13 23:49 skidder
M src/common/classes/class_test.cpp
M src/common/classes/test.sh
M src/common/classes/tree.h
Slightly refine BeePlusTree accessor semantics
2004-06-13 23:47 brodsom
M src/dsql/dsql.cpp
M src/jrd/cmp.cpp
M src/jrd/nbak.cpp
M src/remote/remote.cpp
Removing wrong extra ;
2004-06-13 23:45 brodsom
M src/common/classes/alloc.cpp
M src/common/classes/array.h
M src/common/classes/fb_string.cpp
M src/common/classes/objects_array.h
M src/common/classes/rwlock.h
M src/common/classes/semaphore.h
M src/common/classes/stack.h
M src/common/config/config_file.cpp
M src/common/fb_exception.cpp
M src/common/utils_proto.h
M src/extlib/fbudf/fbudf.cpp
M src/include/fb_list.h
M src/include/fb_map.h
M src/jrd/evl_string.h
M src/jrd/ext.cpp
M src/jrd/ods.h
M src/jrd/os/fbsyslog.h
M src/jrd/os/posix/fbsyslog.cpp
M src/jrd/os/win32/config_root.cpp
M src/jrd/os/win32/fbsyslog.cpp
M src/utilities/install/install.cpp
Looking for extra ; at namespace declaration end
2004-06-13 23:27 skidder
M src/dsql/array_proto.h
Fix 64-bit build
2004-06-13 22:31 brodsom
M src/jrd/event.cpp
Rollback
2004-06-13 18:30 skidder
M src/common/classes/class_test.cpp
Bring module up to date
2004-06-13 03:09 brodsom
M src/common/classes/alloc.h
M src/common/classes/fb_pair.h
M src/common/classes/tree.h
M src/common/classes/vector.h
M src/include/fb_vector.h
Remove wrong semicolon
2004-06-13 03:08 brodsom
M src/common/classes/stack.h
-Correction for gcc 3.4
2004-06-12 01:06 skidder
M src/burp/restore.epp
M src/jrd/cch.cpp
M src/jrd/jrd.cpp
Correct problems with single-user maintenance mode (note it is used for GBAK restore process now)
2004-06-11 14:23 kkuznetsov
M src/common/classes/locks.h
M src/jrd/thd.cpp
M src/jrd/thd.h
hCVS: ----------------------------------------------------------------------
Solaris portion of thd.cpp
2004-06-11 03:10 brodsom
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
-Correction
2004-06-10 14:09 brodsom
M src/remote/os/win32/cntl.cpp
-Rollback
2004-06-09 19:03 brodsom
M src/jrd/os/thd_priority.h
Correction
2004-06-09 19:02 brodsom
M src/jrd/os/thd_priority.h
Fix gcc complaints after Alex changes.
2004-06-09 18:57 brodsom
M src/lock/lock.cpp
M src/lock/print.cpp
M src/utilities/print_event.cpp
M src/utilities/sbc_print.cpp
-Rollback
2004-06-09 18:23 brodsom
M src/lock/lock.h
M src/remote/inet.cpp
M src/remote/os/vms/chuser.cpp
M src/remote/protocol.h
M src/remote/remote.h
M src/remote/server.cpp
M src/remote/xdr.h
M src/remote/xnet.h
M src/utilities/rebuild/rebuild.h
M src/utilities/stats.epp
-Rollback
2004-06-09 18:11 brodsom
M src/dudley/ddl.h
M src/dudley/parse.h
M src/ipserver/ipc.h
M src/jrd/dsc.h
M src/jrd/sort.h
-Rollback
2004-06-09 07:46 alexpeshkoff
M src/ipserver/ipclient.cpp
Fixed MSVC6 boot build
2004-06-09 07:44 alexpeshkoff
M src/remote/xnet.cpp
Removed THD_mutex_init from comment
2004-06-09 01:50 brodsom
M src/lock/print.cpp
-Correction
2004-06-09 01:07 brodsom
M src/ipserver/ipc.h
-Correction
2004-06-08 18:59 brodsom
M src/jrd/event.cpp
-Correction
2004-06-08 18:49 brodsom
M src/utilities/print_event.cpp
M src/utilities/sbc_print.cpp
-Correction
2004-06-08 18:48 brodsom
M src/utilities/rebuild/rebuild.h
M src/utilities/stats.epp
-C++ struct declaration style.
2004-06-08 18:41 brodsom
M src/ipserver/ipc.h
M src/remote/inet.cpp
M src/remote/os/vms/chuser.cpp
M src/remote/os/win32/cntl.cpp
M src/remote/protocol.h
M src/remote/remote.h
M src/remote/server.cpp
M src/remote/xdr.h
M src/remote/xnet.h
-C++ struct declaration style.
2004-06-08 18:27 brodsom
M src/dudley/ddl.h
M src/dudley/parse.h
M src/isql/isql.epp
M src/isql/isql_win.cpp
M src/jrd/dsc.h
M src/jrd/sort.h
M src/misc/align.cpp
-C++ struct declaration style.
2004-06-08 18:24 brodsom
M src/lock/lock.cpp
M src/lock/lock.h
M src/lock/print.cpp
-C++ struct declaration style.
-Const corrections
2004-06-08 14:00 dimitr
M doc/sql.extensions/README.universal_triggers
Corrected a typo.
2004-06-08 13:56 alexpeshkoff
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbclient_static.dsp
Thread cleanup:
Removed thd_proto.h, all required definitions are in thd.h know.
2004-06-08 13:41 alexpeshkoff
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/alice_proto.h
M src/alice/all.cpp
M src/alice/exe.cpp
M src/alice/tdr.cpp
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/burp_proto.h
M src/burp/misc.cpp
M src/burp/mvol.cpp
M src/burp/restore.epp
M src/common/classes/init.h
M src/dsql/alld.cpp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/dsql.tab.h
M src/dsql/errd.cpp
M src/dsql/gen.cpp
M src/dsql/hsh.cpp
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/movd.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/gpre/movg.cpp
M src/include/fb_blk.h
M src/include/firebird.h
M src/ipserver/ipc.h
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
M src/iscguard/cntl_guard.cpp
M src/iscguard/cntlg_proto.h
M src/iscguard/iscguard.cpp
M src/jrd/all.cpp
M src/jrd/blb.cpp
M src/jrd/blob_filter.cpp
M src/jrd/bookmark.cpp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cch.h
M src/jrd/cmp.cpp
M src/jrd/common.h
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/dbg.cpp
M src/jrd/dfw.epp
M src/jrd/dls.cpp
M src/jrd/dmp.cpp
M src/jrd/dpm.epp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_util.epp
M src/jrd/err.cpp
M src/jrd/event.cpp
M src/jrd/event.h
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/execute_statement.cpp
M src/jrd/ext.cpp
M src/jrd/fil.h
M src/jrd/filters.cpp
M src/jrd/fun.epp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/gdsassert.h
M src/jrd/grant.epp
M src/jrd/idx.cpp
M src/jrd/inf.cpp
M src/jrd/ini.epp
M src/jrd/intl.cpp
M src/jrd/intl_proto.h
M src/jrd/intlobj.h
M src/jrd/inuse.cpp
M src/jrd/isc.h
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/jrd_proto.h
M src/jrd/lck.cpp
M src/jrd/log.cpp
M src/jrd/met.epp
M src/jrd/nav.cpp
M src/jrd/nbak.cpp
M src/jrd/opt.cpp
M src/jrd/os/posix/isc_ipc.cpp
M src/jrd/os/posix/unix.cpp
M src/jrd/os/thd_priority.h
M src/jrd/os/vms/vms.cpp
M src/jrd/os/win32/isc_ipc.cpp
M src/jrd/os/win32/thd_priority.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/pag.cpp
M src/jrd/par.cpp
M src/jrd/pcmet.epp
M src/jrd/pwd.cpp
M src/jrd/qatest.cpp
M src/jrd/rlck.cpp
M src/jrd/rlck_proto.h
M src/jrd/rng.cpp
M src/jrd/rse.cpp
M src/jrd/sbm.cpp
M src/jrd/sch.cpp
M src/jrd/scl.epp
M src/jrd/sdw.cpp
M src/jrd/shut.cpp
M src/jrd/sqz.cpp
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/svc_proto.h
M src/jrd/sym.cpp
M src/jrd/thd.cpp
M src/jrd/thd.h
D src/jrd/thd_proto.h
M src/jrd/thread_proto.h
M src/jrd/tpc.cpp
M src/jrd/tra.cpp
M src/jrd/val.cpp
M src/jrd/vio.cpp
M src/jrd/why.cpp
M src/lock/lock.cpp
M src/remote/allr.cpp
M src/remote/inet.cpp
M src/remote/interface.cpp
M src/remote/os/win32/cntl.cpp
M src/remote/os/win32/cntl_proto.h
M src/remote/os/win32/srvr_w32.cpp
M src/remote/remote.cpp
M src/remote/remote.h
M src/remote/serve_proto.h
M src/remote/server.cpp
M src/remote/xnet.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec.h
M src/utilities/gsec/gsec_proto.h
M src/utilities/gstat/dba.epp
M src/utilities/ibmgr/srvrmgr.cpp
Thread cleanup:
1. Added macros to declare thread entrypoints
2. THD_mutex_* functions use Firebird::Mutex
3. Thread local storage use fb_tls.h
2004-06-08 12:10 kkuznetsov
M builds/posix/firebird.vers
M src/jrd/thd_proto.h
Some more solx86 commits
2004-06-08 06:51 alexpeshkoff
M src/common/classes/locks.h
explicit constructor for lock guard
2004-06-08 05:50 robocop
M src/jrd/flu_proto.h
M src/jrd/functions.cpp
const
2004-06-07 16:10 hvlad
M src/jrd/tra.cpp
TRA_sweep don't release it's temp_lock in case of database shutdown
2004-06-07 06:50 kkuznetsov
M src/jrd/utl.cpp
M src/jrd/why.cpp
Minor corrections after prototype changes
2004-06-06 05:25 robocop
M src/isql/isql.epp
M src/qli/help.epp
Style and const
2004-06-05 09:37 robocop
M src/burp/burp.cpp
M src/dsql/ddl.cpp
M src/dudley/ddl.h
M src/dudley/extract.epp
M src/gpre/c_cxx.cpp
M src/gpre/cme.cpp
M src/gpre/cob.cpp
M src/gpre/exp.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/par.cpp
M src/gpre/pas.cpp
M src/isql/extract.epp
M src/jrd/dbg.cpp
M src/jrd/isc.cpp
M src/jrd/jrd.cpp
M src/jrd/os/posix/config_root.cpp
M src/msgs/include.epp
M src/qli/help.epp
M src/qli/picstr.cpp
M src/remote/allr.cpp
M src/remote/os/win32/window.h
M src/remote/os/win32/winmain.cpp
M src/utilities/install/install_reg.cpp
M src/utilities/install/regis_proto.h
M src/utilities/install/registry.cpp
M src/utilities/install/registry.h
M src/utilities/install/servi_proto.h
M src/utilities/install/services.cpp
Literal strings should be treated as const char*
2004-06-04 14:36 kkuznetsov
M src/dsql/array_proto.h
M src/jrd/alt_proto.h
M src/jrd/ibase.h
M src/jrd/utl.cpp
M src/jrd/why.cpp
Fixed some more different prototypes of the same functions
2004-06-04 06:55 fsg
M src/qli/compile.cpp
M src/qli/eval.cpp
Fixes issues spotted by Claudio
2004-06-03 15:09 kkuznetsov
M src/jrd/alt_proto.h
Fix some more differents in function signatures from *.h to *.cpp
2004-06-03 14:00 fsg
M src/qli/compile.cpp
M src/qli/eval.cpp
M src/qli/gener.cpp
M src/qli/meta.epp
M src/qli/mov.cpp
M src/qli/parse.cpp
M src/qli/picstr.cpp
M src/qli/show.epp
M src/qli/symbols.h
First step to allow qli to work with relations containing bigints
It is possible now to copy table contents between databases, insert bigints via qli and show works nearly as expected.
Displaying bigints and evaluation of expressions containing bigints still doesn't work.
2004-06-03 10:08 kkuznetsov
M src/dsql/user__proto.h
Fix linkage errors caused by different declaration of extern "c" functions
2004-06-03 07:42 robocop
M src/gpre/sql.cpp
Style: opening braces too far to the right
2004-06-03 07:31 robocop
M src/gpre/c_cxx.cpp
M src/gpre/cme.cpp
M src/gpre/cmp.cpp
M src/gpre/cob.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/hsh.cpp
M src/gpre/jrdmet.cpp
M src/gpre/par.cpp
M src/gpre/pas.cpp
M src/gpre/pretty.cpp
M src/gpre/sqe.cpp
M src/gpre/sql.cpp
M src/gpre/sql_proto.h
Misc changes:
- const
- variables in scope
- style
- a duplicate function deleted
- some unneeded casts removed
2004-06-01 16:22 brodsom
M src/jrd/ibase.h
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dbaswi.h
M src/utilities/gstat/ppg.cpp
M src/utilities/gstat/ppg_proto.h
new switch to be used in gstat (service & util) test
2004-05-31 22:57 skidder
M src/jrd/shut.cpp
Fix -tran shutdown which I broke when introduced new shutdown modes
2004-05-31 21:39 skidder
M src/utilities/gstat/dba.epp
Fix gstat crash recently added by Blas
2004-05-31 02:37 robocop
M src/extlib/fbudf/fbudf.cpp
M src/extlib/fbudf/fbudf.h
Use the vary struct as the engine does to know the length of a varchar
Style
2004-05-31 02:35 robocop
M src/isql/isql.epp
Function ADD should not mangle date inputs
2004-05-31 02:34 robocop
M src/dsql/make.cpp
M src/dudley/generate.cpp
M src/gpre/cmd.cpp
M src/jrd/ini.epp
M src/jrd/met.epp
M src/jrd/sdw.cpp
Changing some variables that have a trailing underscore to allow conflict with C++ keywords or engine structs.
2004-05-29 13:34 brodsom
M src/jrd/dls.cpp
M src/jrd/dls_proto.h
M src/jrd/isc.cpp
M src/jrd/isc_proto.h
M src/jrd/os/isc_i_proto.h
M src/jrd/os/posix/isc_ipc.cpp
M src/jrd/os/win32/isc_ipc.cpp
M src/jrd/sdl.cpp
M src/jrd/sdl_proto.h
Finishing the api cleanup
2004-05-29 05:07 robocop
M src/qli/show.epp
1.- Const correctness
2.- Style
3.- Ancient coding error: two places with
if (symbol->sym_type = SYM_database)
where indeed
if (symbol->sym_type == SYM_database)
but I don't know if somebody has experienced the bug.
2004-05-29 05:03 robocop
M src/qli/meta.epp
M src/qli/parse.cpp
const correctness
2004-05-29 04:58 robocop
M src/jrd/cmp.cpp
Const correctness: we no longer need this disguised const_cast because
the function accepts a const string.
2004-05-29 04:57 robocop
M src/jrd/vio.cpp
Style: separate functions by at least one line
2004-05-29 04:57 robocop
M src/jrd/file_params.h
Totally misc fix (comment)
2004-05-29 04:55 robocop
M src/dudley/ddl.h
M src/dudley/generate.cpp
M src/gpre/cme.cpp
M src/gpre/cob.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/isql/show.epp
Style
2004-05-29 04:54 robocop
M src/gpre/par.cpp
M src/gpre/sqe.cpp
Cleanup
2004-05-29 04:48 robocop
M src/gpre/gpre.h
Fix class/struct mismatch after Blas' cleanup
2004-05-29 04:36 robocop
M src/dsql/pass1.cpp
Misc: keep comment in sync with code
2004-05-29 04:34 robocop
M src/common/stuff.h
We use DIRECTORY_FILENAME_H for protecting headers
2004-05-28 01:43 brodsom
M src/remote/os/win32/srvr_w32.cpp
Replace with more specific (and clear) cast
2004-05-28 01:32 brodsom
M src/iscguard/iscguard.cpp
Replace with more specific (and clear) cast
2004-05-28 01:31 brodsom
M builds/mac_os_x/CS/CS.pbproj/project.pbxproj
M builds/win32/msvc6/Firebird2.dsw
D builds/win32/msvc6/gstat_full.dsp
M builds/win32/preprocess.bat
D src/utilities/gstat/dba_full.epp
Removing unused dba_full (After Ann advice)
2004-05-27 16:26 alexpeshkoff
M src/common/classes/stack.h
M src/dsql/ddl.cpp
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/include/fb_string.h
M src/jrd/blb.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/dpm.epp
M src/jrd/err.cpp
M src/jrd/fun.epp
M src/jrd/idx.cpp
M src/jrd/isc_file.cpp
M src/jrd/jrd.cpp
M src/jrd/met.epp
M src/jrd/opt.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/par.cpp
M src/jrd/rse.cpp
M src/jrd/scl.epp
M src/jrd/vio.cpp
make bool (isEmpty/hasData) checks for string and stack safe
2004-05-27 12:01 alexpeshkoff
M src/common/classes/fb_string.cpp
text indent fix
2004-05-27 09:24 alexpeshkoff
M src/common/classes/fb_string.cpp
use windows upper/lower-case conversion functions for win32 build
2004-05-26 16:13 alexpeshkoff
M src/include/firebird.h
restored build of linux classis server's superclient
2004-05-26 16:12 alexpeshkoff
M src/jrd/cmp.cpp
M src/jrd/cvt2.cpp
M src/jrd/evl.cpp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/mov.cpp
M src/jrd/opt.cpp
small strings cleanup
2004-05-26 16:10 alexpeshkoff
M src/common/classes/fb_string.cpp
M src/include/fb_string.h
optimize string performance with the price of 4 additional bytes per string
2004-05-26 04:53 robocop
M src/jrd/jrd.h
Restore jrd.h to buildable state in DEBUG mode.
2004-05-25 13:20 eku
M builds/install/arch-specific/sinixz/postinstall.in
env variable changed
2004-05-24 17:31 brodsom
M src/jrd/btr.cpp
M src/jrd/builtin.cpp
M src/jrd/cch.h
M src/jrd/common.h
M src/jrd/cvt.cpp
M src/jrd/dbg.h
M src/jrd/dsc2.h
M src/jrd/enc.cpp
M src/jrd/err_proto.h
M src/jrd/event.h
M src/jrd/exe.h
M src/jrd/ext.h
M src/jrd/file_params.h
M src/jrd/filters.cpp
M src/jrd/flu.h
M src/jrd/functions.cpp
M src/jrd/gds.cpp
M src/jrd/ini.h
M src/jrd/isc.h
M src/jrd/isc_file.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/met.h
M src/jrd/msg.h
M src/jrd/ods.h
M src/jrd/os/posix/isc_ipc.cpp
M src/jrd/os/vms/mblr.cpp
M src/jrd/os/vms/rdb.cpp
M src/jrd/os/vms/rdbgpas.cpp
M src/jrd/os/vms/rdbint.cpp
M src/jrd/os/vms/vms.cpp
M src/jrd/os/vms/vms.h
M src/jrd/os/vms/vmsevent.cpp
M src/jrd/os/vms/vmsthread.cpp
M src/jrd/os/win32/isc_ipc.cpp
M src/jrd/que.h
M src/jrd/rse.h
M src/jrd/sch.cpp
M src/jrd/scl.epp
M src/jrd/sym.h
M src/jrd/thd.h
M src/jrd/val.cpp
M src/jrd/val.h
M src/jrd/why.cpp
M src/jrd/y_handle.h
-Use C++ struct declaration style.
2004-05-24 17:22 brodsom
M src/alice/alice.h
M src/burp/burp.h
M src/dsql/array.epp
M src/dsql/keywords.h
M src/dsql/node.h
M src/dsql/sqlda.h
M src/dsql/sym.h
-Use C++ struct declaration style.
2004-05-24 17:20 brodsom
M src/qli/command.cpp
M src/qli/dtr.cpp
M src/qli/dtr.h
M src/qli/err.cpp
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/exe.h
M src/qli/expand.cpp
M src/qli/format.cpp
M src/qli/lex.cpp
M src/qli/meta.epp
M src/qli/parse.cpp
M src/qli/parse.h
M src/qli/show.epp
-Join qli globals in dtr.h
-Use C++ struct declaration style.
2004-05-24 17:16 brodsom
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/show.epp
-Join isql globals in one struct (and remove some macros) and put not globals in the corresponding source.
-Use C++ struct declaration style.
2004-05-24 17:14 brodsom
M src/dudley/ddl.cpp
M src/dudley/ddl.h
M src/dudley/exe.epp
M src/dudley/expand.cpp
M src/dudley/expr.cpp
M src/dudley/extract.epp
M src/dudley/lex.cpp
M src/dudley/parse.cpp
M src/dudley/parse.h
M src/dudley/trn.cpp
-Join dudley globals in one struct (and remove some macros) and put not globals in the corresponding source.
-Use C++ struct declaration style.
2004-05-24 17:13 brodsom
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cme.cpp
M src/gpre/cmp.cpp
M src/gpre/cob.cpp
M src/gpre/exp.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/hsh.cpp
M src/gpre/int_cxx.cpp
M src/gpre/msc.cpp
M src/gpre/par.cpp
M src/gpre/parse.h
M src/gpre/pas.cpp
M src/gpre/pat.cpp
M src/gpre/sqe.cpp
M src/gpre/sql.cpp
-Join gpre globals in one struct (and remove some macros) and put not globals in the corresponding source.
-Use C++ struct declaration style.
2004-05-24 12:09 skidder
M src/dsql/pass1.cpp
Fix problem with UDF argument mapping to parameters reported by Torsten Grundke
2004-05-24 11:23 kkuznetsov
M builds/posix/prefix.solx86gcc
M src/common/classes/semaphore.h
M src/jrd/common.h
Fixed a couple of compile errors on Solaris x86
2004-05-24 11:03 brodsom
M src/burp/backup.epp
M src/burp/burp.h
M src/burp/restore.epp
A src/common/stuff.h
M src/dudley/ddl.h
M src/dudley/generate.cpp
M src/dudley/parse.cpp
M src/dudley/trn.cpp
M src/gpre/cmd.cpp
M src/gpre/cme.cpp
M src/gpre/cmp.cpp
M src/gpre/gpre.h
M src/isql/isql.epp
M src/utilities/ibmgr/srvrmgr.cpp
M src/utilities/print_pool.cpp
-Replace stuff macros with either common stuff inlines or class inline functions
2004-05-24 01:03 brodsom
M src/jrd/cch.cpp
M src/jrd/idx.cpp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/nbak.cpp
M src/jrd/rng.cpp
M src/jrd/sdw.cpp
M src/jrd/tra.cpp
M src/jrd/vio.cpp
-Replace *_thread_data macros with inline functions (finish) Now each provider/service uses inline functions with different names for each one instead of macros with the same name for all (which collide)
2004-05-23 23:28 brodsom
M src/include/firebird.h
Style
2004-05-23 23:28 brodsom
M src/burp/burp.cpp
M src/dsql/array.epp
M src/dsql/blob.epp
M src/dsql/errd.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/user_dsql.cpp
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cob.cpp
M src/gpre/ftn.cpp
M src/gpre/int_cxx.cpp
M src/gpre/pas.cpp
M src/gpre/pretty.cpp
M src/ipserver/ipclient.cpp
M src/jrd/alt.cpp
M src/jrd/btn.h
M src/jrd/common.h
M src/jrd/err.cpp
M src/jrd/gds.cpp
M src/jrd/iberr.h
M src/jrd/jrd.cpp
M src/jrd/log.cpp
M src/jrd/met.epp
M src/jrd/par.cpp
M src/jrd/sdl.cpp
M src/jrd/utl.cpp
M src/jrd/val.cpp
M src/jrd/why.cpp
M src/remote/interface.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/install/install_svc.cpp
-Comment some common.h unused macros
-Replace VA_START macro with va_start function (it was already some places where it is not used)
2004-05-23 22:56 brodsom
M src/alice/alice.cpp
-Remove some common.h unused macros
-Replace VA_START macro with va_start function (it was already some places where it is not used)
2004-05-23 22:53 brodsom
M src/utilities/gstat/dba_full.epp
Fix wrong commit (Found by Claudio)
2004-05-23 06:07 robocop
M src/common/classes/semaphore.h
Without being able to compile it, I fixed the new SOLARIS code in semaphore.h that:
- didn't have any rational indentation but random positions and a combination of blanks and tabs
- instead of testing errno, assigned a value to it (= instead of ==)
- has some strange emoty if(); only put a comment here.
People shouldn't post code to CVS without at least reviewing visually what they wrote.
2004-05-23 03:18 brodsom
M src/jrd/all.cpp
M src/jrd/blb.cpp
M src/jrd/btr.cpp
M src/jrd/build_no.h
M src/jrd/cch.cpp
M src/jrd/dbg.cpp
M src/jrd/dfw.epp
M src/jrd/dmp.cpp
M src/jrd/err.cpp
M src/jrd/ext.cpp
M src/jrd/idx.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/log.cpp
M src/jrd/met.epp
M src/jrd/nbak.cpp
M src/jrd/rlck.cpp
M src/jrd/rng.cpp
M src/jrd/sdw.cpp
M src/jrd/sym.cpp
M src/jrd/tra.cpp
M src/jrd/vio.cpp
-Replace *_thread_data macros with inline functions (jrd step 2)
2004-05-22 14:30 brodsom
M builds/posix/prefix.mingw
-Update MinGW warning switchs (+Wshadow +Wundef +pedantic)
2004-05-22 14:28 brodsom
M src/jrd/all.cpp
M src/jrd/blb.cpp
M src/jrd/bookmark.cpp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/cvt2.cpp
M src/jrd/dfw.epp
M src/jrd/dmp.cpp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/dyn_mod.epp
M src/jrd/err.cpp
M src/jrd/exe.cpp
M src/jrd/ext.cpp
M src/jrd/fun.epp
M src/jrd/grant.epp
M src/jrd/inf.cpp
M src/jrd/ini.epp
M src/jrd/intl.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/nav.cpp
M src/jrd/nbak.cpp
M src/jrd/opt.cpp
M src/jrd/os/posix/unix.cpp
M src/jrd/os/vms/extvms.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/pag.cpp
M src/jrd/par.cpp
M src/jrd/pcmet.epp
M src/jrd/qatest.cpp
M src/jrd/rlck.cpp
M src/jrd/rng.cpp
M src/jrd/scl.epp
M src/jrd/sdw.cpp
M src/jrd/shut.cpp
M src/jrd/svc.cpp
M src/jrd/tra.cpp
-Replace *_thread_data macros with inline functions (jrd step 1)
2004-05-22 14:23 brodsom
M src/dsql/alld.cpp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/errd.cpp
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/movd.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
-Replace *_thread_data macros with inline functions
2004-05-22 02:11 brodsom
M src/include/firebird.h
M src/jrd/cvt.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/thd.cpp
M src/jrd/thd.h
M src/lock/lock.cpp
-Replace & remove unneeded threading macro in jrd.h
-Move more threading selection to firebird.h
-Replace POSIX_THREADS with USE_POSIX_THREADS
2004-05-21 23:26 skidder
M src/jrd/evl.cpp
Do not crash with MBCS blobs and LIKE/CONTAINING/STARTNING WITH. Use binary matching in this case for now until INTL is fixed
2004-05-21 22:46 skidder
D src/extern/editline/Makefile
Makefile for editline is generated. Do not include it in CVS
2004-05-21 15:24 brodsom
M src/jrd/cmp.cpp
Multiple line comment warning
2004-05-21 15:23 brodsom
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec.h
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dba_full.epp
-Convert *_thread_data macros to inlines.
2004-05-21 15:22 brodsom
M src/remote/allr.cpp
M src/remote/interface.cpp
M src/remote/remote.h
M src/remote/server.cpp
-Inlining of *_thread_data macros.
-Solving another case of variable name = struct name.
2004-05-21 14:14 kkuznetsov
M src/common/classes/semaphore.h
Added semaphore implementation used conditional varyable and mutex, becouse of no sem_timedwait existans.
Ugly, errorable and untested.
2004-05-21 07:28 robocop
M src/jrd/cmp.cpp
M src/jrd/cvt.cpp
M src/jrd/filters.cpp
M src/jrd/lck.cpp
M src/jrd/thread_proto.h
Reading fb-checkins I realized some bad merges mine.
2004-05-21 06:16 robocop
M src/alice/alice.h
M src/burp/burp.h
M src/common/classes/class_perf.cpp
M src/common/classes/class_test.cpp
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/pass1.cpp
M src/dudley/exe.epp
M src/dudley/expr.cpp
M src/dudley/trn.cpp
M src/extlib/fbudf/fbudf.cpp
M src/gpre/gpre.h
M src/gpre/sqe.cpp
M src/include/fb_string.h
M src/intl/ldcommon.h
M src/ipserver/ipc.h
M src/isql/isql.h
M src/jrd/blb.cpp
M src/jrd/btr.cpp
M src/jrd/btr_proto.h
M src/jrd/cmp.cpp
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/dfw.epp
M src/jrd/dsc.h
M src/jrd/dsc_pub.h
M src/jrd/evl.cpp
M src/jrd/evl_like.h
M src/jrd/filters.cpp
M src/jrd/fun.epp
M src/jrd/grant.epp
M src/jrd/ibase.h
M src/jrd/idx.cpp
M src/jrd/idx_proto.h
M src/jrd/intl.cpp
M src/jrd/intl.h
M src/jrd/isc.h
M src/jrd/isc_file.cpp
M src/jrd/jrd.h
M src/jrd/lck.cpp
M src/jrd/met.epp
M src/jrd/ods.h
M src/jrd/opt.cpp
M src/jrd/os/thd_priority.h
M src/jrd/os/win32/ibinitdll.cpp
M src/jrd/pcmet.epp
M src/jrd/rng.cpp
M src/jrd/sch_proto.h
M src/jrd/sdw.cpp
M src/jrd/thd.h
M src/jrd/thread_proto.h
M src/jrd/vio.cpp
M src/jrd/why.cpp
M src/lock/lock.cpp
M src/lock/print.cpp
M src/msgs/include.epp
M src/qli/help.epp
M src/remote/inet.cpp
M src/remote/os/win32/cntl.cpp
M src/remote/os/win32/cntl_proto.h
M src/remote/os/win32/srvr_w32.cpp
M src/remote/protocol.cpp
M src/remote/protocol.h
M src/remote/remote.h
M src/remote/server.cpp
M src/remote/xdr.cpp
M src/remote/xnet.cpp
M src/utilities/install/install_client.cpp
M src/utilities/install/install_svc.cpp
M src/utilities/install/servi_proto.h
M src/utilities/install/services.cpp
1.- Misc changes
2.- Style
3.- Recover dsc_ttype in dsc after Blas' cleanup as a synonym for dsc_sub_type in text types
2004-05-20 23:05 skidder
A builds/install/arch-specific/netbsd
A builds/install/arch-specific/netbsd/Makefile.in
A builds/install/arch-specific/netbsd/install.sh.in
A builds/posix/prefix.netbsd
M clean.sh
M configure.in
M src/common/classes/locks.h
M src/common/config/config.cpp
M src/include/firebird.h
M src/include/gen/autoconfig_msvc.h
M src/jrd/common.h
M src/remote/inet.cpp
NetBSD port from James K. Lowden
2004-05-20 21:58 skidder
M src/include/fb_types.h
M src/jrd/lck.cpp
M src/jrd/os/vms/vmslo_proto.h
M src/jrd/os/vms/vmslock.cpp
M src/jrd/par.cpp
M src/lock/driver.cpp
M src/lock/lock.cpp
M src/lock/lock.h
M src/lock/lock_proto.h
Small 64-bitness fixes
2004-05-20 09:55 kkuznetsov
M builds/posix/make.defaults
M builds/posix/prefix.solx86gcc
Add LIB_LINK_MAPFILE variable option
2004-05-20 00:58 brodsom
M src/dsql/sqlda_pub.h
M src/gpre/gpre.h
M src/jrd/ibase.h
Move SQL_DIALECT constants from ibase.h to sqlda_pub.h and use it in gpre.h instead the full ibase
2004-05-20 00:56 brodsom
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/all.cpp
M src/alice/exe.cpp
M src/alice/tdr.cpp
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/misc.cpp
M src/burp/mvol.cpp
M src/burp/restore.epp
- Convert *_thread_data macros to inline func
2004-05-19 20:12 brodsom
M src/dsql/parse.cpp
Update
2004-05-19 18:14 brodsom
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/all.cpp
M src/alice/exe.cpp
M src/alice/tdr.cpp
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/misc.cpp
M src/burp/mvol.cpp
M src/burp/restore.epp
M src/dsql/alld.cpp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/errd.cpp
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/movd.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/jrd/all.cpp
M src/jrd/blb.cpp
M src/jrd/bookmark.cpp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/dfw.epp
M src/jrd/dmp.cpp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/dyn_mod.epp
M src/jrd/err.cpp
M src/jrd/exe.cpp
M src/jrd/ext.cpp
M src/jrd/fun.epp
M src/jrd/grant.epp
M src/jrd/idx.cpp
M src/jrd/inf.cpp
M src/jrd/ini.epp
M src/jrd/intl.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/nav.cpp
M src/jrd/nbak.cpp
M src/jrd/opt.cpp
M src/jrd/os/posix/unix.cpp
M src/jrd/os/vms/extvms.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/pag.cpp
M src/jrd/par.cpp
M src/jrd/pcmet.epp
M src/jrd/qatest.cpp
M src/jrd/rlck.cpp
M src/jrd/rng.cpp
M src/jrd/scl.epp
M src/jrd/sdw.cpp
M src/jrd/shut.cpp
M src/jrd/svc.cpp
M src/jrd/thd.h
M src/jrd/tra.cpp
M src/jrd/vio.cpp
M src/remote/allr.cpp
M src/remote/interface.cpp
M src/remote/remote.h
M src/remote/server.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec.h
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dba_full.epp
- Remove *_THREAD_DATA definitions from thd.h, are unneeded and conflicts with definitions in providers/services main headers (which need to use undef).
- Use different names for each service/provider *_THREAD_DATA macros.
2004-05-19 15:21 brodsom
M src/intl/country_codes.h
M src/intl/ld.h
M src/utilities/install/registry.h
Style
2004-05-19 15:19 brodsom
M src/utilities/install/install_client.cpp
Correction
2004-05-19 15:03 brodsom
M builds/win32/blrtable.bat
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbclient_static.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbguard.dsp
M builds/win32/msvc6/remote.dsp
M builds/win32/msvc6/remote_classic.dsp
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbclient_static.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbguard.vcproj
M builds/win32/msvc7/remote.vcproj
M builds/win32/msvc7/remote_classic.vcproj
Avoid duplicated definition of SERVER_SHUTDOWN (defined in firebird.h)
2004-05-19 14:59 brodsom
M src/ipserver/ipc.h
M src/jrd/os/win32/ibinitdll.cpp
Correction
2004-05-19 12:27 brodsom
M src/jrd/thread_proto.h
Correction (Pointed by Claudio)
2004-05-18 23:38 brodsom
M src/jrd/common.h
Style
2004-05-18 23:27 brodsom
M src/include/firebird.h
Style
2004-05-18 22:01 brodsom
M src/remote/inet.cpp
M src/remote/xdr.h
Macro cleaning
2004-05-18 22:00 brodsom
M src/jrd/intl.h
M src/jrd/tra.h
Comment unused macros
2004-05-18 21:59 brodsom
M src/isql/isql.h
-Macro cleaning
2004-05-18 21:58 brodsom
D src/intl/langdrv.h
M src/intl/lc_ascii.cpp
M src/intl/lc_ksc.cpp
M src/intl/lc_narrow.cpp
M src/intl/ldcommon.h
-Macro cleaning
-Remove langdrv.h
2004-05-18 21:55 brodsom
M src/include/firebird.h
Define macros for ifdefs without value
2004-05-18 21:54 brodsom
M src/gpre/pretty.cpp
Macro cleaning
2004-05-18 21:54 brodsom
M src/gpre/gpre.h
Avoid duplicated definition
Define macros for ifdefs without value
2004-05-18 16:48 brodsom
M src/jrd/isc_file.cpp
M src/jrd/why.cpp
Macro cleaning
2004-05-18 16:40 brodsom
M src/jrd/cmp.cpp
M src/jrd/dfw.epp
M src/jrd/ini.h
M src/jrd/met.epp
M src/jrd/vio.cpp
Macro cleaning (use ini.h instead repeating the macros)
2004-05-18 16:32 brodsom
M src/dsql/sqlda.h
M src/dsql/user_dsql.cpp
M src/intl/lc_ascii.cpp
M src/iscguard/iscguard.cpp
M src/iscguard/iscguard.h
M src/jrd/os/config_root.h
M src/misc/memtest.cpp
M src/msgs/change_msgs.epp
M src/msgs/check_msgs.epp
M src/msgs/enter_msgs.epp
M src/msgs/include.epp
M src/remote/inet.cpp
M src/remote/xnet.h
Macro cleaning
2004-05-18 16:21 brodsom
M src/isql/isql.h
M src/isql/isql.rc
A src/isql/isql.rh
D src/isql/isql_res.h
M src/isql/isql_win.cpp
-Macro cleaning
-Move isql_res.h to isql.rh
2004-05-18 09:44 kkuznetsov
M src/lock/lock.cpp
removed double definition of SOLARIS_MAX_STALL
2004-05-18 01:20 brodsom
M src/jrd/fun.epp
Fix
2004-05-18 00:45 brodsom
M src/jrd/os/thd_priority.h
M src/remote/remote.h
M src/remote/remote_def.h
M src/utilities/guard/guard.cpp
M src/utilities/ibmgr/ibmgr.h
Correction
2004-05-17 22:30 brodsom
M src/dsql/alld.cpp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/metd.epp
M src/ipserver/ipclient.cpp
M src/jrd/cch.cpp
M src/jrd/dfw.epp
M src/jrd/dyn.epp
M src/jrd/event.cpp
M src/jrd/execute_statement.cpp
M src/jrd/fun.epp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/met.epp
M src/jrd/nbak.cpp
M src/jrd/os/win32/ibinitdll.cpp
M src/jrd/os/win32/thd_priority.cpp
M src/jrd/pwd.cpp
M src/jrd/qatest.cpp
M src/jrd/sch.cpp
M src/jrd/shut.cpp
M src/jrd/sort.cpp
M src/jrd/svc.cpp
M src/jrd/thd.h
A src/jrd/thread_proto.h
M src/jrd/tra.cpp
M src/jrd/val.cpp
M src/jrd/vio.cpp
M src/jrd/why.cpp
M src/lock/lock.cpp
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/remote/interface.cpp
M src/remote/os/win32/cntl.cpp
M src/remote/os/win32/srvr_w32.cpp
M src/remote/os/win32/window.cpp
M src/remote/os/win32/winmain.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/remote.cpp
M src/remote/server.cpp
M src/remote/xnet.cpp
Move THREAD_ functions from thd.h to thread_proto.h (and fix unix build)
2004-05-17 15:14 brodsom
M src/lock/lock.cpp
M src/lock/lock.h
M src/lock/print.cpp
Macro cleaning
2004-05-17 15:07 brodsom
M src/common/classes/class_perf.cpp
M src/common/classes/class_test.cpp
M src/ipserver/ipc.h
M src/jrd/ods.h
Macro cleaning
2004-05-17 15:02 brodsom
M src/jrd/que.h
M src/utilities/sbc_print.cpp
Use common srq
2004-05-17 15:00 brodsom
M src/intl/cv_ksc.h
M src/intl/lc_ksc.cpp
Move the definition to where it is used
2004-05-17 10:22 brodsom
M src/intl/charsets/cs_big5.h
M src/intl/charsets/cs_gb2312.h
M src/intl/charsets/cs_jis_0208_1990.h
M src/intl/charsets/cs_ksc5601.h
M src/intl/lc_ascii.cpp
M src/intl/lc_ascii.h
M src/intl/lc_big5.cpp
M src/intl/lc_dos.cpp
M src/intl/lc_iso8859_1.cpp
M src/intl/lc_jis.cpp
M src/intl/lc_ksc.cpp
M src/intl/lc_narrow.cpp
M src/intl/ld.h
M src/jrd/cch.cpp
M src/jrd/isc.h
M src/jrd/lck.cpp
M src/jrd/svc.cpp
M src/lock/lock.cpp
M src/misc/codes.epp
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/remote/interface.cpp
M src/remote/os/vms/chuser.cpp
M src/remote/os/win32/cntl.cpp
M src/remote/os/win32/ibconfig.cpp
M src/remote/os/win32/ibconfig.h
M src/remote/os/win32/ibsvrhlp.h
M src/remote/os/win32/property.cpp
M src/remote/os/win32/window.cpp
M src/remote/os/win32/window.h
M src/remote/os/win32/winmain.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/parser.cpp
M src/remote/protocol.cpp
M src/remote/protocol.h
M src/remote/remote.cpp
M src/remote/remote.h
M src/remote/remote_def.h
M src/remote/server.cpp
M src/remote/xdr.cpp
M src/remote/xdr.h
M src/remote/xnet.cpp
M src/remote/xnet.h
M src/utilities/drop.cpp
M src/utilities/ibmgr/srvrmgr.cpp
M src/utilities/install/services.cpp
M src/utilities/rebuild/rebuild.cpp
Macro cleaning
2004-05-17 01:52 brodsom
M src/jrd/thd.h
Correction (Pointed by Claudio)
2004-05-17 00:52 brodsom
M src/utilities/install/install.cpp
M src/utilities/install/install_nt.h
M src/utilities/install/install_proto.h
M src/utilities/install/install_svc.cpp
M src/utilities/install/registry.cpp
M src/utilities/install/registry.h
M src/utilities/install/servi_proto.h
M src/utilities/install/services.cpp
Macro cleaning
2004-05-17 00:28 brodsom
M src/utilities/ibmgr/ibmgr.cpp
M src/utilities/ibmgr/ibmgr.h
M src/utilities/ibmgr/ibmgrswi.h
M src/utilities/ibmgr/srvrmgr.cpp
Macro cleaning
2004-05-17 00:21 brodsom
M src/iscguard/iscguard.cpp
M src/remote/os/win32/srvr_w32.cpp
M src/utilities/analyse.cpp
M src/utilities/drop.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec.h
M src/utilities/gsec/gsecswi.h
M src/utilities/gsec/security.epp
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dba_full.epp
M src/utilities/gstat/dbaswi.h
M src/utilities/guard/guard.cpp
M src/utilities/nbackup.cpp
M src/utilities/sbc_print.cpp
M src/utilities/stats.epp
Macro cleaning
2004-05-16 02:53 brodsom
M src/intl/collations/xx88592hun.h
M src/intl/langdrv.h
M src/intl/ld.h
Macro cleaning
2004-05-16 02:52 brodsom
D src/intl/countries.h
Remove unused header
2004-05-16 01:46 brodsom
M examples/empbuild/empbuild.e
c++ comment in c source
2004-05-16 01:42 brodsom
M src/jrd/os/vms/extvms.cpp
M src/jrd/os/vms/lnmdef.h
M src/jrd/os/vms/map.cpp
M src/jrd/os/vms/mblr.cpp
M src/jrd/os/vms/mblr.h
M src/jrd/os/vms/rdb.cpp
M src/jrd/os/vms/rdb.h
M src/jrd/os/vms/rdbint.cpp
M src/jrd/os/vms/syidef.h
M src/jrd/os/vms/vms.cpp
M src/jrd/os/vms/vms.h
M src/jrd/os/vms/vmsevent.cpp
M src/jrd/os/vms/vmslock.cpp
M src/jrd/os/vms/vmsthread.cpp
M src/qli/all.cpp
M src/qli/command.cpp
M src/qli/compile.cpp
M src/qli/compile.h
M src/qli/dtr.cpp
M src/qli/dtr.h
M src/qli/err.cpp
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/exe.h
M src/qli/expand.cpp
M src/qli/format.cpp
M src/qli/format.h
M src/qli/gener.cpp
M src/qli/help.epp
M src/qli/hsh.cpp
M src/qli/lex.cpp
M src/qli/meta.epp
M src/qli/mov.cpp
M src/qli/parse.cpp
M src/qli/parse.h
M src/qli/picstr.cpp
M src/qli/proc.epp
M src/qli/reqs.h
M src/qli/show.epp
M src/remote/os/vms/chuser.cpp
Macro cleaning
2004-05-15 01:23 brodsom
M src/include/gen/ids.h
M src/misc/ids.m
Macro cleaning
2004-05-15 00:59 brodsom
M src/jrd/os/posix/unix.cpp
rename local macro to ease cleaning
2004-05-15 00:58 brodsom
M src/alice/alice.cpp
M src/alice/all.cpp
M src/dsql/alld.cpp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/metd.epp
M src/ipserver/ipclient.cpp
M src/jrd/cch.cpp
M src/jrd/dfw.epp
M src/jrd/dyn.epp
M src/jrd/event.cpp
M src/jrd/execute_statement.cpp
M src/jrd/fun.epp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/met.epp
M src/jrd/nbak.cpp
M src/jrd/os/win32/ibinitdll.cpp
M src/jrd/os/win32/thd_priority.cpp
M src/jrd/pwd.cpp
M src/jrd/qatest.cpp
M src/jrd/shut.cpp
M src/jrd/sort.cpp
M src/jrd/svc.cpp
M src/jrd/thd.h
M src/jrd/tra.cpp
M src/jrd/val.cpp
M src/jrd/vio.cpp
M src/jrd/why.cpp
M src/lock/lock.cpp
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/remote/interface.cpp
M src/remote/os/win32/cntl.cpp
M src/remote/os/win32/srvr_w32.cpp
M src/remote/os/win32/window.cpp
M src/remote/os/win32/winmain.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/server.cpp
M src/remote/xnet.cpp
Macro cleaning (THREAD_*)
2004-05-14 22:59 brodsom
M src/jrd/os/thd_priority.h
M src/jrd/thd.cpp
Macro cleaning
2004-05-14 19:20 brodsom
M src/dsql/dsql.cpp
M src/jrd/vio.cpp
-Avoid gcc -pedantic warnings
2004-05-14 18:43 brodsom
M src/jrd/btr.cpp
M src/jrd/dfw.epp
M src/jrd/dpm.epp
M src/jrd/inf.cpp
M src/jrd/jrd.cpp
M src/jrd/met.epp
M src/jrd/tra.cpp
M src/jrd/val.cpp
M src/jrd/vio.cpp
-Remove casts unneeded after macro cleaning
2004-05-14 17:03 brodsom
M src/jrd/cch.cpp
M src/jrd/cch_proto.h
-Correct parameter type (page_type)
-Macro cleaning
2004-05-14 17:01 brodsom
M src/jrd/ods.h
-Fix constant types. (Pointed by Claudio)
2004-05-14 16:23 brodsom
M src/dsql/sqlda_pub.h
M src/include/fb_types.h
M src/jrd/dsc_pub.h
M src/jrd/ibase.h
-Removing c++ comments from public headers
2004-05-14 14:29 brodsom
M src/include/fb_string.h
-Fix last C++ ISO error (now FB can be built with -pedantic -Wno-long-long)
2004-05-14 13:08 brodsom
M src/jrd/lck.cpp
Macro cleaning
2004-05-13 23:20 brodsom
M src/jrd/cch_proto.h
M src/jrd/lck.cpp
M src/jrd/nbak.h
M src/jrd/os/guid.h
M src/jrd/os/posix/isc_ipc.cpp
M src/jrd/os/thd_priority.h
M src/jrd/os/win32/isc_ipc.cpp
M src/jrd/os/win32/winnt.cpp
M src/utilities/gstat/ppg.cpp
M src/utilities/nbackup.cpp
Macro cleaning
2004-05-13 22:34 brodsom
M src/gpre/c_cxx.cpp
M src/gpre/gpre.cpp
bad if
2004-05-13 19:47 brodsom
M src/jrd/svc.cpp
M src/lock/lock.cpp
bad if
2004-05-13 15:18 brodsom
M src/remote/server.cpp
-Avoid shadow warning
2004-05-13 14:05 kkuznetsov
M builds/posix/prefix.solx86gcc
M configure.in
M src/common/classes/alloc.cpp
M src/include/firebird.h
Add check for caddr_t to fix compile error on Solaris munmap,
some more warnings to prefix solx86gcc, comment historycal pragmas
2004-05-13 09:46 brodsom
M src/gpre/ada.cpp
M src/gpre/ftn.cpp
-Avoid shadow warning
2004-05-13 09:25 brodsom
M src/dudley/ddl.h
M src/dudley/parse.cpp
M src/isql/isql.epp
M src/misc/blrtable.cpp
-Fix ISO C++ errors (gcc -pedantic switch)
2004-05-13 09:22 brodsom
M src/jrd/evl.cpp
D src/jrd/evl_like.cpp
A src/jrd/evl_like.h
Rename evl_like.cpp to evl_like.h (after last changes it constains function templates)
2004-05-13 08:05 brodsom
M src/jrd/val.h
Correction (Error found by Claudio)
2004-05-13 06:48 eku
M src/gpre/gpre.cpp
Fixed Blas' corrections.
2004-05-13 00:57 brodsom
M src/jrd/evl.cpp
-Remove unused warning
2004-05-13 00:33 brodsom
M src/dsql/metd.epp
M src/gpre/gpre_meta.epp
-Avoid shadow warning
2004-05-12 21:47 brodsom
M src/burp/burp.cpp
M src/remote/server.cpp
-Avoid shadow warning
2004-05-12 19:39 brodsom
M src/dudley/exe.epp
M src/dudley/extract.epp
M src/dudley/trn.cpp
M src/gpre/cmd.cpp
M src/gpre/cmp.cpp
M src/gpre/cob.cpp
M src/gpre/exp.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/msc.cpp
M src/gpre/par.cpp
M src/gpre/parse.h
M src/gpre/sqe.cpp
M src/gpre/sql.cpp
M src/isql/isql.epp
M src/isql/show.epp
M src/jrd/btr.cpp
M src/jrd/evl_string.h
M src/jrd/fun.epp
M src/jrd/gds.cpp
M src/jrd/intl.cpp
M src/jrd/isc_sync.cpp
M src/jrd/met.epp
M src/jrd/nbak.cpp
M src/jrd/nbak.h
M src/jrd/opt.cpp
M src/jrd/plugin_manager.h
M src/jrd/svc.cpp
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/why.cpp
M src/remote/inet.cpp
M src/remote/interface.cpp
M src/remote/server.cpp
-Avoid shadow warning
2004-05-12 19:23 brodsom
M src/common/classes/alloc.cpp
M src/common/classes/array.h
M src/common/classes/fb_atomic.h
M src/common/classes/fb_string.cpp
M src/common/classes/objects_array.h
M src/common/classes/tree.h
M src/dsql/user_dsql.cpp
M src/include/fb_string.h
M src/iscguard/cntl_guard.cpp
M src/lock/lock.cpp
M src/lock/print.cpp
M src/misc/blrtable.cpp
-Avoid shadow warning
2004-05-12 00:02 brodsom
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/pass1.cpp
M src/dudley/exe.epp
M src/dudley/expr.cpp
M src/extlib/fbudf/fbudf.cpp
M src/jrd/blb.cpp
M src/jrd/btr.cpp
M src/jrd/cmp.cpp
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/dfw.epp
M src/jrd/dsc.h
M src/jrd/dsc2.h
M src/jrd/dsc_pub.h
M src/jrd/evl.cpp
M src/jrd/evl_like.cpp
M src/jrd/filters.cpp
M src/jrd/grant.epp
M src/jrd/ibase.h
M src/jrd/intl.cpp
M src/jrd/intl.h
M src/jrd/opt.cpp
M src/jrd/os/pio.h
M src/jrd/rng.cpp
M src/jrd/val.h
Macro cleaning
2004-05-11 07:30 eku
M builds/posix/Makefile.in.extern.editline
Always use $(MAKE) instead of plain make.
2004-05-10 08:17 brodsom
M src/include/gen/files.txt
M src/misc/headers.sed
Removing codes.h
2004-05-10 08:05 brodsom
D src/include/gen/codes.h
M src/misc/codes.epp
Removing codes.h
2004-05-10 07:41 brodsom
D src/jrd/llio.cpp
D src/jrd/llio.h
D src/jrd/llio_proto.h
Removing llio*
2004-05-10 07:21 brodsom
M builds/mac_os_x/CS/CS.pbproj/project.pbxproj
M builds/mac_os_x/CS/Helpers.make
M builds/posix/Makefile.in.codes
M builds/posix/Makefile.in.firebird
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc6/gdef.dsp
M builds/win32/msvc6/qli.dsp
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
M builds/win32/msvc7/gdef.vcproj
M builds/win32/msvc7/qli.vcproj
Removing llio* and codes.h
2004-05-10 00:18 brodsom
M src/isql/extract.epp
M src/isql/show.epp
Replace macro with inline-comments (Claudio found gpre have some issues with the ifdefs)
2004-05-09 22:52 brodsom
M builds/win32/blrtable.bat
Solve a duplicated macro definition which are not detected previously, when the definition was #define GOVERNOR 1
instead of
#define GOVERNOR.
Detected by Claudio.
2004-05-09 05:48 robocop
M src/burp/backup.epp
M src/common/classes/fb_tls.h
M src/common/classes/stack.h
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/pass1.cpp
M src/gpre/c_cxx.cpp
M src/include/gen/msg_facs.h
M src/intl/ld.cpp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/show.epp
M src/jrd/blb.cpp
M src/jrd/blb_proto.h
M src/jrd/blob_filter.h
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/dpm.epp
M src/jrd/dsc_pub.h
M src/jrd/dyn_def.epp
M src/jrd/evl.cpp
M src/jrd/exe.h
M src/jrd/fil.h
M src/jrd/gds.cpp
M src/jrd/grant.epp
M src/jrd/idx.cpp
M src/jrd/idx_proto.h
M src/jrd/inf_pub.h
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/lck.cpp
M src/jrd/lck.h
M src/jrd/met.epp
M src/jrd/opt.cpp
M src/jrd/scl.epp
M src/jrd/thd.h
M src/jrd/tra.cpp
M src/jrd/val.h
M src/jrd/vio.cpp
M src/jrd/why.cpp
M src/lock/lock.cpp
M src/misc/codes.epp
M src/utilities/gsec/gsec.h
M src/utilities/guard/guard.cpp
M src/utilities/guard/util.cpp
M src/utilities/guard/util_proto.h
M src/utilities/print_event.cpp
Misc changes
2004-05-09 05:34 robocop
M builds/win32/make_all.bat
Fix typo that creates incomplete ibase.h
2004-05-08 03:40 skidder
A src/extern/editline/readline
A src/extern/editline/readline/readline.h
Import (unmodified) libedit-2.6.9 to provide line editing capabilities for isql
2004-05-08 03:33 skidder
A src/extern/editline/CHANGES
A src/extern/editline/INSTALL
A src/extern/editline/Makefile.in
A src/extern/editline/PLATFORMS
A src/extern/editline/TEST
A src/extern/editline/TEST/test.c
A src/extern/editline/chared.c
A src/extern/editline/chared.h
A src/extern/editline/common.c
A src/extern/editline/config.guess
A src/extern/editline/config.h.in
A src/extern/editline/config.sub
A src/extern/editline/configure
A src/extern/editline/configure.in
A src/extern/editline/editrc.5
A src/extern/editline/el.c
A src/extern/editline/el.h
A src/extern/editline/emacs.c
A src/extern/editline/hist.c
A src/extern/editline/hist.h
A src/extern/editline/histedit.h
A src/extern/editline/history.c
A src/extern/editline/install-sh
A src/extern/editline/key.c
A src/extern/editline/key.h
A src/extern/editline/makelist
A src/extern/editline/map.c
A src/extern/editline/map.h
A src/extern/editline/parse.c
A src/extern/editline/parse.h
A src/extern/editline/prompt.c
A src/extern/editline/prompt.h
A src/extern/editline/read.c
A src/extern/editline/read.h
A src/extern/editline/readline.c
A src/extern/editline/refresh.c
A src/extern/editline/refresh.h
A src/extern/editline/search.c
A src/extern/editline/search.h
A src/extern/editline/sig.c
A src/extern/editline/sig.h
A src/extern/editline/sys.h
A src/extern/editline/term.c
A src/extern/editline/term.h
A src/extern/editline/tokenizer.c
A src/extern/editline/tokenizer.h
A src/extern/editline/tty.c
A src/extern/editline/tty.h
A src/extern/editline/vi.c
Import (unmodified) libedit-2.6.9 to provide line editing capabilities for isql
2004-05-08 03:28 skidder
M builds/posix/Makefile.in.extern.editline
M builds/posix/Makefile.in.firebird
D src/extern/editline/MANIFEST
D src/extern/editline/Make.os9
M src/extern/editline/Makefile
M src/extern/editline/README
D src/extern/editline/complete.c
M src/extern/editline/editline.3
D src/extern/editline/editline.c
D src/extern/editline/editline.h
A src/extern/editline/np
A src/extern/editline/np/fgetln.c
A src/extern/editline/np/strlcat.c
A src/extern/editline/np/strlcpy.c
A src/extern/editline/np/unvis.c
A src/extern/editline/np/vis.c
A src/extern/editline/np/vis.h
D src/extern/editline/os9.h
D src/extern/editline/sysos9.c
D src/extern/editline/sysunix.c
D src/extern/editline/testit.c
D src/extern/editline/unix.h
Import (unmodified) libedit-2.6.9 to provide line editing capabilities for isql
2004-05-08 02:57 skidder
M src/jrd/jrd.cpp
M src/jrd/lck.cpp
Apply lock handler fix to the case when multiple attachments are used inside Classic process. This is unusual, but possible case. Fix seems to be safe, but this is one of the most complex and sensitive parts of the engine
2004-05-07 14:09 brodsom
M src/jrd/gds.cpp
Replace codes.h with iberror.h
2004-05-07 11:26 brodsom
M builds/mac_os_x/CS/Helpers.make
Correction
2004-05-07 11:22 brodsom
M builds/mac_os_x/CS/CS.pbproj/project.pbxproj
M builds/mac_os_x/CS/Helpers.make
M builds/posix/Makefile.in.firebird
M builds/win32/make_all.bat
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbclient_static.dsp
M builds/win32/msvc6/gpre.dsp
M builds/win32/msvc6/gpre_boot.dsp
M builds/win32/msvc6/gpre_static.dsp
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbclient_static.vcproj
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
M builds/win32/msvc7/gpre_static.vcproj
M src/misc/headers.sed
-To solve the dsc.h and ibase.h duplicated definitions
Create new dsc_pub.h and include it into ibase.h and dsc.h
2004-05-07 11:07 brodsom
M src/jrd/dsc.h
A src/jrd/dsc_pub.h
M src/jrd/ibase.h
-To solve the dsc.h and ibase.h duplicated definitions
Create new dsc_pub.h and include it into ibase.h and dsc.h
2004-05-07 10:48 brodsom
M src/ipserver/ipclient.cpp
-To solve the inf.h and ibase.h duplicated definitions
1.-Create new inf_pub.h and include it into ibase.h
2.-Replace inf.h with inf_pub.h where included
2004-05-07 10:48 brodsom
M src/jrd/dsc.h
M src/jrd/grant.epp
M src/jrd/ibase.h
M src/jrd/idx.h
D src/jrd/inf.h
A src/jrd/inf_pub.h
M src/jrd/scl.h
M src/jrd/why.cpp
-To solve the inf.h and ibase.h duplicated definitions
1.-Create new inf_pub.h and include it into ibase.h
2.-Replace inf.h with inf_pub.h where included
-Replace defines with consts
2004-05-07 07:57 brodsom
M src/jrd/evl.cpp
M src/jrd/evl_like.cpp
M src/jrd/fields.h
M src/jrd/fil.h
M src/jrd/ini.h
M src/jrd/opt.cpp
M src/jrd/rse.cpp
M src/jrd/sort.cpp
M src/jrd/utl.cpp
M src/qli/lex.cpp
Replace defines with consts
2004-05-07 07:52 brodsom
M src/isql/isql.h
Replace define with const
2004-05-07 07:47 brodsom
M builds/posix/make.shared.variables
M src/jrd/pag.cpp
M src/utilities/sbc_print.cpp
llio is not used actually
2004-05-07 07:19 brodsom
M src/jrd/gds.cpp
M src/jrd/os/posix/unix.cpp
M src/msgs/build_file.epp
Rollback until I found a better solution.
2004-05-07 06:36 eku
M src/jrd/common.h
SINIX-Z: Added O_BINARY define after Blas' removal
2004-05-06 22:11 brodsom
M src/jrd/common.h
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/jrd.cpp
M src/jrd/llio.cpp
M src/jrd/os/posix/unix.cpp
M src/jrd/pag.cpp
M src/jrd/shut.cpp
M src/jrd/sort.cpp
M src/jrd/utl_proto.h
M src/msgs/build_file.epp
-Macro cleaning
2004-05-06 22:06 arnobrinkman
M src/jrd/opt.cpp
Fix bug with slow MERGE
Fix bug with FULL JOIN and IS NULL in where clause.
SELECT * FROM TableX FULL OUTER JOIN TableY ON (...) WHERE TableY IS NULL
2004-05-06 18:09 brodsom
M src/dsql/errd.cpp
M src/include/gen/msg_facs.h
M src/jrd/align.h
M src/jrd/btr.cpp
M src/jrd/constants.h
M src/jrd/err.cpp
M src/jrd/filte_proto.h
M src/jrd/filters.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/llio.cpp
M src/jrd/log.cpp
M src/jrd/log.h
M src/jrd/log2.h
M src/jrd/msg.h
M src/jrd/msg_encode.h
M src/jrd/que.h
M src/jrd/rng.h
M src/jrd/sbm.h
M src/jrd/scl.epp
M src/jrd/sort.cpp
M src/jrd/status.cpp
M src/jrd/status.h
M src/jrd/thd.h
M src/jrd/tra.cpp
M src/jrd/why.cpp
M src/misc/codes.epp
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/remote/remote.h
-Replace define with const
-Remove ifdef cplusplus from internal code
-Remove unused macros
2004-05-06 15:01 brodsom
M src/utilities/drop.cpp
Lost commit ("SUNOS4" was defined previously in file_params.h whenever "sun" is defined)
2004-05-06 12:49 eku
M builds/posix/prefix.sinixz
Updated compiler flags.
2004-05-06 11:40 kkuznetsov
M builds/posix/prefix.solx86gcc
mirroring all compiler options from other platforms
2004-05-06 08:42 alexpeshkoff
M src/common/classes/stack.h
fixed bug in split()
2004-05-06 08:42 alexpeshkoff
M src/jrd/grant.epp
M src/jrd/grant_proto.h
M src/jrd/scl.epp
M src/jrd/scl_proto.h
use UCHAR instead of char for ACLs again
2004-05-06 08:41 alexpeshkoff
M src/jrd/fun.epp
use START*/END_CHECK_FOR_EXCEPTIONS macros again
2004-05-06 08:40 alexpeshkoff
M src/jrd/file_params.h
minor bug fix
2004-05-06 08:40 alexpeshkoff
M src/jrd/execute_statement.cpp
M src/jrd/execute_statement.h
fixed problems with diagnostics
2004-05-06 08:39 alexpeshkoff
M src/jrd/dyn_def.epp
use better typedef name
2004-05-06 08:38 alexpeshkoff
M src/utilities/drop.cpp
fixed const conversion bug
2004-05-06 05:54 eku
M src/extern/editline/editline.c
Fixed lots of warnings.
2004-05-06 05:46 eku
M src/dsql/parse.y
Fixed compiler error: cannot convert `dsql_nod**' to `dsql_nod*' in initialization
2004-05-06 01:29 brodsom
M src/jrd/file_params.h
-Replace define with const
2004-05-06 00:18 brodsom
M src/jrd/svc.cpp
M src/jrd/svc.h
-Replace define with const
2004-05-05 21:55 brodsom
M src/jrd/common.h
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_util.epp
M src/jrd/ext.cpp
M src/jrd/flags.h
M src/jrd/isc.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd_proto.h
M src/jrd/jrd_pwd.h
M src/jrd/jrd_time.h
M src/jrd/msg_encode.h
M src/jrd/sort.cpp
M src/jrd/svc.cpp
M src/jrd/svc_undoc.h
M src/jrd/utl.cpp
M src/lock/lock.cpp
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/xnet.cpp
-Replace define with const
-Move SYS_ERR, ERRNO, H_ERRNO and INET_ERRNO(ERRNO in inet.cpp) macros to common.h
-Remove unused macros
2004-05-05 21:49 brodsom
M src/extlib/fbudf/fbudf.cpp
Fix warning
2004-05-05 14:16 brodsom
M src/jrd/iberr.h
Unused code
2004-05-05 14:09 brodsom
M src/jrd/dbt.cpp
Style
2004-05-05 14:01 brodsom
M src/jrd/cch.cpp
Unused macro
2004-05-05 13:59 brodsom
M src/burp/mvol_proto.h
M src/dsql/metd_proto.h
Obsolete compiler message
2004-05-05 05:28 skidder
M src/jrd/dfw.epp
M src/jrd/jrd.cpp
M src/jrd/lck.cpp
M src/jrd/lck.h
M src/jrd/rlck.cpp
M src/jrd/sdw.cpp
Carefully account attachment pointers used inside JRD lock structure. This should cure crash reported by Nils Boedeker
2004-05-05 04:47 skidder
M src/extlib/ib_util.h
Make ib_util.h a valid C++ header
2004-05-05 04:20 skidder
M src/dsql/dsql.cpp
M src/jrd/execute_statement.cpp
Fix bugs in my commit found by Claudio
2004-05-04 23:27 skidder
M src/jrd/que.h
Fix the error added during recent Blas' cleanup
2004-05-04 19:37 brodsom
M src/remote/xnet.cpp
Fix warning
2004-05-04 19:23 brodsom
M src/jrd/vio.cpp
Unused macro
2004-05-04 19:16 brodsom
M src/jrd/cch.cpp
M src/jrd/common.h
Remove values in defines used only for conditional compilation
2004-05-04 17:51 brodsom
M src/jrd/svc.cpp
Fix warnings
2004-05-04 16:01 brodsom
M src/burp/burp.h
M src/burp/mvol.cpp
Fix warnings
2004-05-04 15:57 brodsom
M src/lock/lock.cpp
Lost commit
2004-05-04 02:53 brodsom
M src/isql/isql.epp
M src/isql/isql.h
Fix warnings
2004-05-03 22:42 brodsom
M src/jrd/idx.h
M src/jrd/jlx.c
M src/jrd/jrd.h
M src/jrd/met.h
M src/jrd/req.h
M src/jrd/sch.cpp
M src/jrd/sdw.h
M src/jrd/sort.cpp
M src/jrd/sort.h
M src/jrd/val.cpp
Corrections suggested by Claudio
2004-05-03 21:43 brodsom
M src/alice/alice.cpp
M src/burp/burp.cpp
M src/jrd/cmp.cpp
M src/jrd/dfw.epp
M src/jrd/dyn.epp
M src/jrd/dyn.h
M src/jrd/dyn_mod.epp
M src/jrd/evl.cpp
M src/jrd/evl_string.h
M src/jrd/exe.cpp
M src/jrd/execute_statement.h
M src/jrd/ext.h
M src/jrd/ini.epp
M src/jrd/intl.cpp
M src/jrd/isc.h
M src/jrd/isc_signal.h
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/jrd/qatest.cpp
M src/jrd/scl.h
M src/jrd/scroll_cursors.h
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/thd.h
M src/jrd/tra.cpp
M src/jrd/utl.cpp
M src/jrd/y_handle.h
M src/lock/lock.h
M src/misc/blrtable.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gstat/dba.epp
Macro cleaning
2004-05-03 19:13 brodsom
D src/misc/print.cpp
A src/utilities/print_event.cpp
Move misc/print.cpp to utilities/print_event.cpp
2004-05-03 17:47 brodsom
M src/jrd/err.cpp
M src/jrd/fil.h
Remove unused macros
2004-05-03 17:36 brodsom
M src/jrd/event.cpp
M src/jrd/event.h
M src/jrd/jrd.h
M src/jrd/lck.cpp
M src/jrd/que.h
M src/lock/lock.cpp
M src/lock/lock.h
M src/lock/print.cpp
M src/misc/print.cpp
-Unify 3 srq implementations and move it to que.h
-Remove duplicated lock constants between jrd.h and lock.h (naming fix and srq move outside lock.h was prerequisites for this change)
2004-05-03 17:31 brodsom
M src/jrd/jrd.cpp
-Fix another incredibly stupid legacy variable naming, variable name = struct name.
2004-05-03 17:05 skidder
M src/common/classes/auto.h
M src/common/classes/rwlock.h
Close a couple potential tins of worms spotted by Claudio in my previous commits
2004-05-03 13:35 brodsom
M src/jrd/cch.cpp
M src/jrd/dbg.cpp
M src/remote/interface.cpp
M src/remote/server.cpp
-Fix another incredibly stupid legacy variable naming, variable name = struct name.
2004-05-03 12:20 brodsom
M src/common/classes/fb_tls.h
-Fix MinGW build
2004-05-03 12:16 eku
M src/jrd/execute_statement.cpp
Fixed warning: `static' is not at beginning of declaration
2004-05-03 11:31 eku
M configure.in
M src/include/gen/autoconfig_msvc.h
Remainings of ib_stdio
2004-05-03 10:08 eku
M src/jrd/blob_filter.h
Fixed warning: `static' is not at beginning of declaration
2004-05-03 09:20 eku
M builds/posix/prefix.sinixz
Fixed compilation issues by changing compiler flags.
2004-05-03 04:51 skidder
M src/jrd/tra.cpp
Kill unused variable
2004-05-03 04:29 skidder
M src/dsql/dsql.tab.h
M src/dsql/parse.cpp
Regenerate parse.cpp
2004-05-03 04:25 skidder
M src/common/classes/array.h
M src/common/classes/fb_pair.h
M src/common/classes/init.h
M src/common/classes/objects_array.h
M src/common/classes/stack.h
M src/common/classes/tree.h
M src/common/classes/vector.h
M src/dsql/pass1.cpp
M src/include/fb_exception.h
M src/jrd/event.cpp
M src/jrd/event.h
M src/jrd/gds.cpp
M src/jrd/vio.cpp
M src/utilities/nbackup.cpp
Fixes needed to make GCC 3.4 happy
2004-05-03 01:53 skidder
M builds/win32/msvc7/fbclient_static.vcproj
M src/common/classes/auto.h
M src/dsql/parse.y
M src/jrd/why.cpp
Care about quirks of Windows platform
2004-05-02 23:06 skidder
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/aliceswi.h
M src/alice/exe.cpp
M src/alice/tdr.cpp
M src/alice/tdr_proto.h
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/burpswi.h
M src/burp/restore.epp
M src/common/classes/fb_tls.h
M src/common/classes/locks.h
M src/common/classes/rwlock.h
M src/dsql/array.epp
M src/dsql/blob.epp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/dsql_proto.h
M src/dsql/gen.cpp
M src/dsql/hsh.cpp
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dsql/prepa_proto.h
M src/dsql/preparse.cpp
M src/dsql/user__proto.h
M src/dsql/user_dsql.cpp
M src/dudley/ddl.cpp
M src/dudley/ddl.h
M src/dudley/exe.epp
M src/dudley/expand.cpp
M src/dudley/expr.cpp
M src/dudley/extract.epp
M src/dudley/generate.cpp
M src/dudley/lex.cpp
M src/dudley/lex_proto.h
M src/dudley/parse.cpp
M src/dudley/trn.cpp
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cme.cpp
M src/gpre/cmp.cpp
M src/gpre/cob.cpp
M src/gpre/dyntable.cpp
M src/gpre/exp.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/int_cxx.cpp
M src/gpre/jrdmet.cpp
M src/gpre/par.cpp
M src/gpre/pas.cpp
M src/gpre/pretty.cpp
M src/gpre/sql.cpp
M src/include/fb_types.h
M src/include/gen/msgs.h
M src/include/gen/sql_code.h
M src/ipserver/ipc.h
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql_proto.h
M src/isql/isql_win.cpp
M src/isql/show.epp
M src/isql/show_proto.h
M src/jrd/alt.cpp
M src/jrd/alt_proto.h
M src/jrd/blb.cpp
M src/jrd/blob_filter.cpp
M src/jrd/cmp.cpp
M src/jrd/cvt2.cpp
M src/jrd/dbt.cpp
M src/jrd/dfw.epp
M src/jrd/dpm.epp
M src/jrd/dsc.cpp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_util.epp
M src/jrd/evl.cpp
M src/jrd/execute_statement.cpp
M src/jrd/execute_statement.h
M src/jrd/filters.cpp
M src/jrd/fun.epp
M src/jrd/grant.epp
M src/jrd/ibase.h
M src/jrd/inf.cpp
M src/jrd/ini.epp
M src/jrd/isc.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/jrd_proto.h
M src/jrd/met.epp
M src/jrd/opt.cpp
M src/jrd/os/posix/unix.cpp
M src/jrd/os/vms/map.cpp
M src/jrd/os/vms/mblr.cpp
M src/jrd/os/vms/rdb.cpp
M src/jrd/os/vms/rdbint.cpp
M src/jrd/os/vms/vmslock.cpp
M src/jrd/pag.cpp
M src/jrd/par.cpp
M src/jrd/pcmet.epp
M src/jrd/perf.cpp
M src/jrd/perf_proto.h
M src/jrd/pwd.cpp
M src/jrd/sch.cpp
M src/jrd/scl.epp
M src/jrd/sdl.cpp
M src/jrd/shut.cpp
M src/jrd/svc.cpp
M src/jrd/tra.cpp
M src/jrd/utl.cpp
M src/jrd/utl_proto.h
M src/jrd/val.cpp
M src/jrd/vio.cpp
M src/jrd/why.cpp
M src/jrd/why_proto.h
M src/jrd/y_handle.h
D src/jrd/y_ref.h
M src/lock/driver.cpp
M src/misc/blrtable.cpp
M src/misc/codes.epp
M src/msgs/build_file.epp
M src/msgs/change_msgs.epp
M src/msgs/check_msgs.epp
M src/msgs/enter_msgs.epp
M src/msgs/load.epp
M src/msgs/modify_msgs.epp
M src/qli/command.cpp
M src/qli/dtr.cpp
M src/qli/dtr.h
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/exe.h
M src/qli/exe_proto.h
M src/qli/format.cpp
M src/qli/gener.cpp
M src/qli/help.epp
M src/qli/lex.cpp
M src/qli/lex_proto.h
M src/qli/meta.epp
M src/qli/meta_proto.h
M src/qli/parse.h
M src/qli/proc.epp
M src/qli/proc_proto.h
M src/qli/show.epp
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/remote/interface.cpp
M src/remote/merge.cpp
M src/remote/mgr.cpp
M src/remote/os/win32/chop.cpp
M src/remote/os/win32/ibconfig.cpp
M src/remote/os/win32/property.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/parser.cpp
M src/remote/remote.cpp
M src/remote/remote.h
M src/remote/server.cpp
M src/remote/xnet.cpp
M src/utilities/cache.cpp
M src/utilities/common/cmd_util.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/secur_proto.h
M src/utilities/gsec/security.epp
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dba_full.epp
M src/utilities/gstat/ppg.cpp
M src/utilities/ibmgr/ibmgr.cpp
M src/utilities/ibmgr/srvrmgr.cpp
M src/utilities/nbackup.cpp
M src/utilities/rebuild/rebuild.cpp
M src/utilities/rebuild/rmet.epp
M src/utilities/rebuild/rstore.epp
M src/utilities/run_service.cpp
M src/utilities/stats.epp
Y-Valve handle translation layer
2004-05-02 22:50 brodsom
M src/jrd/isc_sync.cpp
M src/jrd/os/posix/isc_ipc.cpp
M src/jrd/svc_undoc.h
Comment unused macros
2004-05-02 22:43 brodsom
M src/jrd/inf.h
Remove wrong (and unused) constant definitions
2004-05-02 22:40 brodsom
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/quad.cpp
M src/jrd/quad.h
Move triplicated macros to common header
2004-05-02 22:36 brodsom
M src/jrd/btr.h
Comment unused macro
2004-05-02 08:53 skidder
M configure.in
Fix POSIX build
2004-05-01 14:18 brodsom
M src/include/gen/msgs.h
M src/include/gen/sql_code.h
M src/remote/remote.cpp
M src/utilities/gstat/dba_full.epp
M src/utilities/guard/guard.cpp
M src/utilities/ibmgr/ibmgr.cpp
M src/utilities/run_service.cpp
-Remainings of ib_stdio (Pointed by Claudio)
2004-05-01 08:33 skidder
M src/dsql/metd.epp
Please Claudio and do not return descriptors for VARCHAR(32767) for UDFs
2004-04-30 23:03 brodsom
M configure.in
-Modify object generation to be dependent on type (boot, std, superserver and superclient) not module. This saves 8% time in a full build.
2004-04-30 23:02 brodsom
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.isql
M builds/posix/Makefile.in.client.qli
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.codes
M builds/posix/Makefile.in.embed.fbudf
M builds/posix/Makefile.in.embed.gbak
M builds/posix/Makefile.in.embed.gdef
M builds/posix/Makefile.in.embed.gfix
M builds/posix/Makefile.in.embed.gpre
M builds/posix/Makefile.in.embed.isql
M builds/posix/Makefile.in.embed.lockmgr
M builds/posix/Makefile.in.embed.qli
M builds/posix/Makefile.in.embed.util
M builds/posix/Makefile.in.examples
M builds/posix/Makefile.in.extern.editline
M builds/posix/Makefile.in.extlib
M builds/posix/Makefile.in.fbserver
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.inet_server
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.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
-Modify object generation to be dependent on type (boot, std, superserver and superclient) not module. This saves 8% time in a full build.
-Add sqlda_pub.h to monolithic ibase
-Correct refDatabases symbols to avoid repeated generation of executables.
2004-04-30 22:49 brodsom
M builds/mac_os_x/CS/Helpers.make
M builds/win32/make_all.bat
Add sqlda_pub.h to monolithic ibase
2004-04-30 22:47 brodsom
M src/dsql/blob.epp
M src/dsql/dsql.cpp
M src/dsql/metd.epp
M src/dsql/sqlda.h
A src/dsql/sqlda_pub.h
M src/dsql/utld.cpp
M src/gpre/cmd.cpp
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/jrdmet.cpp
M src/intl/ldcommon.h
M src/isql/extract.epp
M src/isql/show.epp
M src/jrd/blb.cpp
M src/jrd/blob_filter.cpp
M src/jrd/cmp.cpp
M src/jrd/cvt2.cpp
M src/jrd/dbg.cpp
M src/jrd/dfw.epp
M src/jrd/dpm.epp
M src/jrd/dsc.cpp
M src/jrd/dsc2.h
M src/jrd/dyn_def.epp
M src/jrd/evl.cpp
M src/jrd/fun.epp
M src/jrd/ibase.h
M src/jrd/ini.epp
M src/jrd/ini.h
M src/jrd/intl_classes.h
M src/jrd/intlobj.h
M src/jrd/met.epp
M src/jrd/nav.cpp
M src/jrd/nbak.cpp
M src/jrd/obj.h
M src/jrd/ods.h
M src/jrd/os/posix/unix.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/shut.cpp
M src/jrd/tra.h
M src/utilities/nbackup.cpp
- Split sqlda.h to avoid duplicated definitions between ibase.h and sqlda.h
- Replace define for constants
- Remove contants.h where not used.
2004-04-30 18:43 skidder
M src/jrd/thd.h
Disable GC thread
2004-04-30 11:44 kkuznetsov
M builds/posix/prefix.solx86gcc
removed -fwritable-strings on so on to const char * instead of char*
for example cant compile config_file
2004-04-29 17:48 brodsom
M src/dsql/blob.epp
M src/dsql/ddl.cpp
M src/dsql/metd.epp
M src/gpre/cmd.cpp
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/jrdmet.cpp
M src/gpre/sql.cpp
M src/isql/isql.epp
M src/isql/show.epp
M src/jrd/blb.cpp
M src/jrd/blob_filter.cpp
M src/jrd/blob_filter.h
M src/jrd/constants.h
M src/jrd/cvt2.cpp
M src/jrd/dfw.epp
M src/jrd/dsc.cpp
M src/jrd/dsc2.h
M src/jrd/evl.cpp
M src/jrd/fields.h
M src/jrd/filters.cpp
M src/jrd/ibase.h
M src/jrd/ini.epp
Removing duplicated definitions between
ibase.h and blob_filter.h
ibase.h and constants.h
2004-04-29 14:51 brodsom
M src/dsql/ddl.cpp
M src/dsql/make.cpp
M src/jrd/acl.h
M src/jrd/all.cpp
M src/jrd/alt.cpp
M src/jrd/blb.h
M src/jrd/blob_filter.h
M src/jrd/btn.h
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/cch.cpp
M src/jrd/cch.h
M src/jrd/cch_proto.h
M src/jrd/cmp.cpp
M src/jrd/constants.h
M src/jrd/gds.cpp
M src/jrd/idx.h
M src/jrd/isc_signal.h
M src/jrd/jlx.c
M src/jrd/jrd.h
M src/jrd/val.cpp
M src/jrd/val.h
M src/jrd/vio.cpp
Replace defines for constants
2004-04-29 11:16 brodsom
M src/jrd/dyn_def.epp
M src/jrd/event.cpp
M src/jrd/event.h
M src/jrd/irq.h
M src/jrd/llio.h
M src/jrd/met.h
M src/jrd/req.h
M src/jrd/rse.h
M src/jrd/sch.cpp
M src/jrd/sdl.cpp
M src/jrd/sdw.h
M src/jrd/sort.h
Replace defines for constants
2004-04-29 00:50 brodsom
M src/jrd/drq.h
M src/jrd/exe.h
M src/jrd/par.cpp
M src/jrd/vio_debug.h
Replace define for constants
2004-04-28 23:29 brodsom
M src/gpre/pas.cpp
Style
2004-04-28 22:43 brodsom
M builds/mac_os_x/CS/CS.pbproj/project.pbxproj
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
M src/jrd/all.cpp
M src/jrd/all.h
M src/jrd/alt.cpp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/common.h
M src/jrd/cvt.cpp
M src/jrd/dbg.cpp
M src/jrd/dbt.cpp
M src/jrd/dfw.epp
M src/jrd/dmp.cpp
M src/jrd/dpm.epp
D src/jrd/ib_stdio.h
M src/jrd/iberr.cpp
M src/jrd/intl.cpp
M src/jrd/inuse.cpp
M src/jrd/isc_file.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jlx.c
M src/jrd/jrd.cpp
M src/jrd/lck.cpp
M src/jrd/llio.cpp
M src/jrd/log.cpp
M src/jrd/met.epp
M src/jrd/opt.cpp
M src/jrd/pag.cpp
M src/jrd/par.cpp
M src/jrd/perf.cpp
M src/jrd/plugin_manager.cpp
M src/jrd/qatest.cpp
M src/jrd/rng.cpp
M src/jrd/rse.cpp
M src/jrd/sbm.cpp
M src/jrd/sbm_proto.h
M src/jrd/sch.cpp
M src/jrd/sdw.cpp
M src/jrd/sort.cpp
M src/jrd/svc.cpp
M src/jrd/thd.cpp
M src/jrd/utl.cpp
M src/jrd/val.cpp
M src/jrd/vio.cpp
M src/jrd/why.cpp
Removing ib_stdio.h
2004-04-28 22:36 brodsom
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cme.cpp
M src/gpre/cob.cpp
M src/gpre/dyntable.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/int_cxx.cpp
M src/gpre/msc.cpp
M src/gpre/pas.cpp
M src/gpre/pat.cpp
M src/gpre/pretty.cpp
M src/include/fb_string.h
M src/intl/cv_ksc.cpp
M src/intl/kanji.cpp
M src/intl/lc_narrow.cpp
M src/intl/ld.cpp
M src/intl/ld2.cpp
M src/intl/utils/dtest.c
M src/intl/utils/dtest2.c
M src/intl/utils/mapdump.c
M src/intl/utils/mapgen4.c
M src/intl/utils/maptest.cpp
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
M src/iscguard/cntl_guard.cpp
M src/iscguard/iscguard.cpp
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/isql_proto.h
M src/isql/isql_win.cpp
M src/isql/isql_win.h
M src/isql/show.epp
M src/isql/show_proto.h
M src/jrd/dsc.cpp
M src/jrd/dyn_mod.epp
M src/jrd/err.cpp
M src/jrd/event.cpp
M src/jrd/ext.cpp
M src/jrd/filters.cpp
M src/jrd/functions.cpp
M src/jrd/gds.cpp
M src/jrd/gdsassert.h
M src/jrd/grammar.cpp
M src/jrd/ib_stdio.h
M src/jrd/isc.cpp
M src/jrd/os/posix/isc_ipc.cpp
M src/jrd/os/posix/unix.cpp
M src/jrd/os/vms/extvms.cpp
M src/jrd/os/vms/rdb.cpp
M src/jrd/os/vms/vms.cpp
M src/jrd/os/win32/isc_ipc.cpp
M src/jrd/os/win32/thd_priority.cpp
M src/lock/driver.cpp
M src/lock/lock.cpp
M src/lock/manager.cpp
M src/lock/print.cpp
M src/misc/align.cpp
M src/misc/blrtable.cpp
M src/misc/codes.epp
M src/misc/memtest.cpp
M src/misc/print.cpp
M src/msgs/build_file.epp
M src/msgs/change_msgs.epp
M src/msgs/check_msgs.epp
M src/msgs/enter_msgs.epp
M src/msgs/include.epp
M src/msgs/modify_msgs.epp
M src/qli/command.cpp
M src/qli/dtr.cpp
M src/qli/err.cpp
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/exe.h
M src/qli/format.cpp
M src/qli/gener.cpp
M src/qli/help.epp
M src/qli/lex.cpp
M src/qli/meta.epp
M src/qli/mov.cpp
M src/qli/parse.cpp
M src/qli/picstr.cpp
M src/qli/report.cpp
M src/qli/show.epp
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/remote/interface.cpp
M src/remote/mgr.cpp
M src/remote/os/win32/cntl.cpp
M src/remote/os/win32/srvr_w32.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/parser.cpp
M src/remote/protocol.cpp
M src/remote/remote.cpp
M src/remote/server.cpp
M src/remote/xnet.cpp
M src/utilities/analyse.cpp
M src/utilities/cache.cpp
M src/utilities/common/cmd_util.cpp
M src/utilities/drop.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec.h
M src/utilities/gsec/security.epp
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dba_full.epp
M src/utilities/gstat/ppg.cpp
M src/utilities/gstat/ppg_proto.h
M src/utilities/guard/guard.cpp
M src/utilities/guard/util.cpp
M src/utilities/ibmgr/ibmgr.cpp
M src/utilities/ibmgr/ibmgr.h
M src/utilities/ibmgr/srvrmgr.cpp
M src/utilities/install/install.cpp
M src/utilities/install/install_client.cpp
M src/utilities/install/install_reg.cpp
M src/utilities/install/install_svc.cpp
M src/utilities/install/registry.cpp
M src/utilities/install/services.cpp
M src/utilities/print_pool.cpp
M src/utilities/rebuild/rebuild.cpp
M src/utilities/rebuild/rmet.epp
M src/utilities/rebuild/rstore.epp
M src/utilities/relay.cpp
M src/utilities/run_service.cpp
M src/utilities/sbc_print.cpp
M src/utilities/stats.epp
Removing ib_stdio.h
2004-04-28 22:00 brodsom
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/all.cpp
M src/alice/exe.cpp
M src/alice/tdr.cpp
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/canonical.cpp
M src/burp/misc.cpp
M src/burp/mvol.cpp
M src/burp/restore.epp
M src/burp/spit.cpp
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/config/config_file.cpp
M src/dsql/alld.cpp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/errd.cpp
M src/dsql/hsh.cpp
M src/dsql/movd.cpp
M src/dsql/pass1.cpp
M src/dsql/user_dsql.cpp
M src/dsql/utld.cpp
M src/dudley/ddl.cpp
M src/dudley/extract.epp
M src/dudley/lex.cpp
M src/dudley/trn.cpp
Removing ib_stdio.h
2004-04-28 18:36 skidder
M src/dsql/metd.epp
Make CSTRING map to VARCHAR, not CHAR in DSQL layer
2004-04-28 17:28 skidder
M src/jrd/opt.cpp
Slightly better fix for the FBTCS problem spotted by Blas
2004-04-28 05:18 skidder
M src/jrd/opt.cpp
Fix for FBTCS Join 17 testcase
2004-04-27 15:55 brodsom
A lang_helpers/gds.h
A lang_helpers/gds.hxx
A lang_helpers/gdsold.h
D src/jrd/gds.h
D src/jrd/gds.hxx
D src/jrd/gdsold.h
Moving obsolete headers to lang_helpers
2004-04-27 15:53 brodsom
D src/include/jrd
Remove unused header
2004-04-27 12:38 brodsom
M builds/install/arch-specific/freebsd/install.sh.in
M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
M builds/install/arch-specific/linux/classic/preinstall.sh.in
M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
M builds/install/arch-specific/linux/super/rpmfiles.txt.in
M builds/install/arch-specific/sinixz/prototype.in
M builds/mac_os_x/CS/CS.pbproj/project.pbxproj
M builds/mac_os_x/CS/Helpers.make
M builds/posix/Makefile.in.firebird
M builds/win32/make_all.bat
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbclient_static.dsp
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbclient_static.vcproj
Remove references to gds.h, gds.hxx and gdsold.h from builds
2004-04-27 01:45 skidder
M src/jrd/blb.cpp
Back out my block leak fix and return to 1.5.0 logic in this place
2004-04-26 07:54 brodsom
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/show.epp
-Fix #910430
-Clean some #define
-Use parametrized language (pointed by Claudio)
2004-04-25 23:11 brodsom
M examples/empbuild/empbuild.e
M examples/empbuild/intlbld.e
Replace remaining gds.h
2004-04-25 21:52 skidder
M src/jrd/blb.cpp
Use another approach to address memory leak when converting strings to blobs. This one works for updatable views
2004-04-25 10:00 dimitr
M src/jrd/cmp.cpp
Fixed bug in one of my previous commits.
2004-04-25 03:29 skidder
M src/common/classes/stack.h
Fix GCC build
2004-04-25 02:30 skidder
M src/jrd/evl.cpp
M src/jrd/evl_string.h
M src/jrd/intl.cpp
M src/jrd/intl_classes.h
M src/jrd/intlobj.h
Minor bugfixes related to MBCS support in new LIKE/CONTAINING implementation + small cleanup.
This should fix SJIS problem in FBTCS reported by Blas
2004-04-24 21:43 skidder
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/show.epp
Return ISQL to buildable state after Blas' cleanup
2004-04-24 14:38 brodsom
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/isql_win.cpp
M src/isql/show.epp
-Remove unneeded headers
2004-04-23 18:39 brodsom
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/show.epp
-Fix bug #223126 (Misplaced collation when extracting metadadata with isql)
-Fix bug #223513 (Ambiguity between tables and views)
-Fix bug #518349 (isql show mangles relationship)
-Remove V33 stuff
2004-04-23 08:02 hvlad
M src/common/classes/stack.h
M src/jrd/idx.cpp
M src/jrd/opt.cpp
Added Stack::iterator::hasMore method. Replaced getCount() and notEmpty() with hasMore() when it's possible
2004-04-23 01:53 brodsom
M src/include/gen/msg_facs.h
Update generated header with the actual content
2004-04-23 01:44 brodsom
M src/misc/codes.epp
M src/msgs/build_file.epp
Update comment
2004-04-22 14:49 alexpeshkoff
M src/jrd/dpm.epp
M src/jrd/dpm_proto.h
M src/jrd/vio.cpp
use NULL pointer instead of temporal empy Stack - noticed by Claudio
2004-04-22 13:59 alexpeshkoff
M src/jrd/dyn.epp
fixed small problems noticed by Claudio
2004-04-21 14:48 alexpeshkoff
M src/dsql/parse.y
M src/dsql/pass1.cpp
fixed number problems after lls to Stack conversion
2004-04-21 14:23 alexpeshkoff
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/parse.cpp
fixed number problems after lls to Stack conversion
2004-04-21 14:14 alexpeshkoff
M src/common/classes/array.h
M src/common/classes/stack.h
M src/jrd/blb.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/dpm.epp
M src/jrd/fun.epp
M src/jrd/grant.epp
M src/jrd/idx.cpp
M src/jrd/met.epp
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/jrd/rse.cpp
M src/jrd/scl.epp
M src/jrd/vio.cpp
fixed number problems after lls to Stack conversion
2004-04-21 13:24 brodsom
M src/jrd/blp.h
Rollback one of the last Claudio's changes that breaks gpre is some situations (detected in fbtcs)
2004-04-21 12:42 brodsom
M doc/README.build.mingw.html
Update MinGW build readme
2004-04-21 10:30 paul_reeves
M src/utilities/install/install.cpp
Fix comparison typo so that we no longer overwrite newer versions of gds32.dll in <sys>.
2004-04-21 02:19 brodsom
M src/jrd/gds.cpp
Remove the last remaining dependency from gdsold.h (finishing a cleaning started months ago)
2004-04-21 01:45 brodsom
D builds/install/arch-specific/mingw/prepare_mingw.sh
A builds/install/arch-specific/mingw/super
A builds/install/arch-specific/mingw/super/FirebirdInstall_15.iss
A builds/install/arch-specific/mingw/super/Readme.txt
A builds/install/arch-specific/mingw/super/firebird_install_logo1.bmp
A builds/install/arch-specific/mingw/super/installation_readme.txt
Installer for MinGW (first try)
2004-04-21 00:18 brodsom
M src/isql/extract.epp
M src/isql/show.epp
Use ifdef for obsolete code instead a loooong comment and avoid nested comment warnings
2004-04-20 19:21 brodsom
M builds/posix/Makefile.in.libfbembed
Correction needed for fbembed build to succeed
2004-04-20 05:57 skidder
M src/include/fb_types.h
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/os/posix/isc_ipc.cpp
M src/jrd/sch.cpp
M src/jrd/thd.cpp
M src/jrd/thd.h
M src/jrd/thd_proto.h
Fix problem with 64-bit SS NPTL builds
2004-04-19 18:45 brodsom
M builds/install/arch-specific/mingw/prepare_mingw.sh
Correction use generated gbak not installed one
2004-04-19 15:29 alexpeshkoff
M src/jrd/cmp.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/met.epp
struct trig moved to class Trigger
2004-04-19 14:53 hvlad
M src/jrd/idx.cpp
Fixed GC in indexes after replace 'lls' with 'Stack'
2004-04-19 13:40 alexpeshkoff
M src/common/classes/array.h
M src/common/classes/objects_array.h
M src/common/classes/stack.h
M src/jrd/opt.cpp
applied fixes, mentioned by Claudio
2004-04-19 10:20 paulbeach
M builds/install/misc/firebird.conf
Improve NFS Warning in conf file
2004-04-18 14:22 alexpeshkoff
M src/alice/all.cpp
M src/alice/all.h
M src/common/classes/alloc.h
M src/common/classes/array.h
M src/common/classes/objects_array.h
A src/common/classes/stack.h
M src/dsql/all.h
M src/dsql/alld.cpp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/dsql.tab.h
M src/dsql/gen.cpp
M src/dsql/gen_proto.h
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/metd.epp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/jrd/all.cpp
M src/jrd/all.h
M src/jrd/blb.cpp
M src/jrd/blb_proto.h
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/btr_proto.h
M src/jrd/cch.cpp
M src/jrd/cch.h
M src/jrd/cmp.cpp
M src/jrd/dpm.epp
M src/jrd/dpm_proto.h
M src/jrd/dyn.epp
M src/jrd/dyn.h
M src/jrd/dyn_def.epp
M src/jrd/exe.h
M src/jrd/fun.epp
M src/jrd/grant.epp
M src/jrd/grant_proto.h
M src/jrd/idx.cpp
M src/jrd/idx_proto.h
M src/jrd/jrd.h
M src/jrd/lls.h
M src/jrd/met.epp
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/req.h
M src/jrd/rse.cpp
M src/jrd/rse.h
M src/jrd/scl.epp
M src/jrd/scl_proto.h
M src/jrd/vio.cpp
1. removed any mentions of blk_pool() from engine (and method itself)
2. replaced 'struct lls' with 'template Stack'
2004-04-18 03:34 skidder
M src/common/classes/array.h
Fix MSVC build
2004-04-18 02:50 skidder
M src/common/classes/array.h
M src/common/classes/fb_pair.h
M src/common/classes/objects_array.h
M src/common/classes/tree.h
M src/common/classes/vector.h
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/dfw.epp
M src/jrd/exe.h
M src/jrd/idx.cpp
M src/jrd/intl.cpp
M src/jrd/jrd.cpp
M src/jrd/met.epp
M src/jrd/nbak.h
M src/jrd/opt.cpp
M src/jrd/opt_proto.h
M src/jrd/req.h
M src/jrd/rpb_chain.h
M src/jrd/scl.epp
M src/jrd/scl_proto.h
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/tra_proto.h
Switch to Firebird container templates for request resource tracking. This significantly reduces CPU time any memory consumption for databases with complex metadata
2004-04-17 02:36 skidder
M builds/install/misc/firebird.conf
Implement Paul B. suggestion about dangerous config file option
2004-04-16 21:51 skidder
M src/jrd/fun.epp
Fix the problem with UDF arguments handling on 64-bit platforms
2004-04-15 10:13 aafemt
M builds/posix/prefix.mingw
Remove obsolete workaround
2004-04-13 10:41 aafemt
M configure.in
Another dir for win32 in temp
2004-04-11 14:47 alexpeshkoff
M src/common/config/config_file.cpp
fixed problem with system log overflow in case of missing aliases.conf
** front-ported fix **
2004-04-11 07:14 robocop
M src/jrd/dyn_mod.epp
Close SF Bug# 910423
2004-04-11 07:12 robocop
M src/common/classes/tree.h
Style
2004-04-11 04:04 robocop
M src/dsql/node.h
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql_proto.h
M src/isql/isql_win.cpp
M src/isql/isql_win.h
M src/isql/show.epp
M src/jrd/opt.cpp
Three changes to isql:
Fix isql bug #910430.
Add SET HEADING ON/OFF option
Add -M2 command-line option to send output of statistics and plans to the same file than the rest of the output.
Those items do not appear when using HELP SET inside isql or with isql -? from the command line.
2004-04-11 02:40 skidder
M src/common/config/config_file.cpp
Make it build
2004-04-10 19:46 skidder
M src/jrd/dfw.epp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/met_proto.h
Small metadata cache cleanup
2004-04-10 19:41 skidder
M src/jrd/ntrace.h
Small fixes in Trace API header
2004-04-10 19:03 skidder
M src/jrd/jrd.h
M src/jrd/met.epp
Doing memset on a class with fields having destructors is generally a bad idea
2004-04-10 17:24 skidder
M src/jrd/blb.cpp
Undo my change for BLOBs in read_only transactions and add comment
2004-04-10 14:00 dimitr
M src/common/config/config_file.cpp
M src/jrd/os/win32/fbsyslog.cpp
Corrections.
2004-04-10 03:56 skidder
M src/jrd/met.epp
Oops. Somebody renamed CMP_clone_active function.
2004-04-10 03:30 skidder
M src/jrd/met.epp
Small safety fix for new modify_procedure logic
2004-04-10 00:25 robocop
M doc/README.performance_monitoring
M src/common/classes/fb_string.cpp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/metd.epp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/gpre/gpre.cpp
M src/include/fb_string.h
M src/isql/extract.epp
M src/isql/isql.h
M src/isql/show.epp
M src/jrd/cch.cpp
M src/jrd/cch.h
M src/jrd/dyn.epp
M src/jrd/err.cpp
M src/jrd/evl.cpp
M src/jrd/opt.cpp
M src/jrd/par.cpp
Small corrections
2004-04-10 00:07 robocop
M src/misc/blrtable.cpp
Make MSVC6 happy again
2004-04-09 16:32 skidder
M src/jrd/evl.cpp
Fix spelling mistake in my comment
2004-04-09 16:27 skidder
M src/jrd/evl.cpp
Fix another place where we may loose a tick during timestamp arithmetics.
2004-04-09 08:03 hvlad
M src/dsql/ddl.cpp
M src/dsql/dsql.h
Corrects an error at DDL generation when the total size of all generated BLR exceeds 64K, but each slice does not exceed 64K. For ex, procedure sources is 55K and generated BLR is 12K.
Note: this fix is safe because jrd8_ddl (DYN_ddl\DYN_execute) do not use parameter 'length', wrongly declared as USHORT
2004-04-09 00:23 skidder
M configure.in
M src/include/gen/autoconfig_msvc.h
Use llrint() on platforms where it is available
2004-04-08 22:29 skidder
M src/jrd/evl.cpp
Fix rounding problem in date arithmetics
2004-04-08 14:51 alexpeshkoff
M src/jrd/opt.cpp
Returned opt.cpp to buildable state
2004-04-07 20:52 skidder
M src/jrd/intl.cpp
Allow using NONE as a fully transparent charset everywhere
2004-04-06 07:25 skidder
M builds/install/misc/firebird.conf
M src/common/config/config.cpp
M src/common/config/config.h
M src/jrd/blob_filter.cpp
M src/jrd/err.cpp
M src/jrd/fun.epp
M src/jrd/ibsetjmp.h
M src/jrd/isc_sync.cpp
Add BugcheckAbort option to produce coredumps on BUGCHECKs and structured exceptions
2004-04-06 05:53 aafemt
M src/common/classes/fb_tls.h
TLS for win32 gcc
2004-04-06 05:47 skidder
M src/jrd/gdsold.h
Fix broken definition noted while backporting changes to B1_5_Release
2004-04-06 02:45 skidder
M builds/install/arch-specific/linux/Makefile.in
A couple versions of eu-strip I tried produce broken debug info. Let's standartize on binutils objcopy for now as it seems to be more reliable. I hope an official binutils version with needed feature aka 2.15 will be released soon
2004-04-04 17:58 skidder
M src/jrd/dpm.epp
Allow to modify generators from read-only transactions again
2004-04-04 08:25 alexpeshkoff
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/btr_proto.h
M src/jrd/exe.h
better memory allocation for csb_idx_allocation
2004-04-04 07:40 skidder
A src/jrd/ntrace.h
Preliminary version of Trace API header. Not integrated yet, for peer review
2004-04-04 04:11 skidder
M doc/README.performance_monitoring
Update Trace API spec
2004-04-03 03:36 skidder
A doc/README.performance_monitoring
Write a kind of spec for my performance monitoring work. Peer review is welcome
2004-04-03 02:23 skidder
M builds/misc/msg.gbak
Add switches for new shutdown modes to the GFIX usage messages
2004-04-02 23:20 arnobrinkman
M src/dsql/node.h
M src/dsql/pass1.cpp
Fix wrong mapping for Count(*) in having clause when used with IN, ANY, SOME, ALL
2004-04-02 04:02 skidder
M src/jrd/dfw.epp
Do not allow to drop or modify procedures that are in use by user requests directly or indirectly. Reference tracking infrastructure needed for this task existed for long time already and seems to be reliable enough, but this is still an experimental change and feedback is much appreciated.
2004-04-02 03:24 skidder
M src/dsql/parse.y
Fix counting of line numbers in DSQL parser when multi-line literals and identifiers are used
2004-04-01 16:32 alexpeshkoff
M src/jrd/btr.cpp
M src/jrd/btr_proto.h
M src/jrd/exe.h
M src/jrd/opt.cpp
changed csb_index_allocation to Array from str
2004-04-01 15:11 alexpeshkoff
M src/jrd/blb.cpp
changed buffer allocation to Array from str
2004-04-01 14:15 alexpeshkoff
M src/common/classes/array.h
Added "T* getBuffer(capacity)" - this helps use Array as temp buffer
2004-03-31 18:10 alexpeshkoff
M src/common/utils.cpp
M src/common/utils_proto.h
string cleanup
2004-03-31 18:09 alexpeshkoff
M src/common/classes/fb_string.cpp
fixed serious bug in string::printf - thanks to Nickolay
2004-03-31 18:07 alexpeshkoff
M src/include/fb_string.h
added some functionality to string
2004-03-31 18:03 alexpeshkoff
M src/jrd/cmp.cpp
M src/jrd/exe.h
M src/jrd/fun.epp
M src/jrd/fun_proto.h
M src/jrd/intl.cpp
M src/jrd/jrd.h
M src/jrd/met_proto.h
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/jrd/par_proto.h
string cleanup
2004-03-31 18:02 alexpeshkoff
M src/jrd/sym.cpp
A src/jrd/sym.h
D src/jrd/sym_proto.h
big class Symbol cleanup
2004-03-31 17:59 alexpeshkoff
M src/jrd/met.epp
string cleanup, also fixed problem with DROP VIEW
2004-03-31 17:58 alexpeshkoff
M src/jrd/ext_proto.h
M src/jrd/jrd_proto.h
reverted class bid back to struct - thanks to Claudio
2004-03-31 17:52 alexpeshkoff
M src/jrd/err.cpp
M src/jrd/err_proto.h
one more form of ERR_cstring()
2004-03-31 17:51 alexpeshkoff
M src/jrd/jrd.cpp
fixed posix warning - dropped unneeded copy_string()
2004-03-31 17:50 alexpeshkoff
M builds/win32/prepare.bat
M builds/win32/preprocess.bat
M builds/win32/setenvvar.bat
rolling back bat files commit - sorry, please
2004-03-31 17:38 alexpeshkoff
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/jrd/dyn_md_proto.h
M src/jrd/dyn_mod.epp
M src/jrd/dyn_ut_proto.h
M src/jrd/dyn_util.epp
renamed gbl to Global with small class cleanup
2004-03-31 17:37 alexpeshkoff
M src/jrd/all.cpp
M src/jrd/all.h
moving to Firebird::string
2004-03-31 17:27 alexpeshkoff
M src/dsql/dsql.cpp
fixed memory leak in execute statement
2004-03-31 17:17 alexpeshkoff
M src/jrd/dfw.epp
fixed posix warning
2004-03-31 17:17 alexpeshkoff
M src/jrd/blb.h
M src/jrd/blf_proto.h
reverted class bid back to struct - thanks to Claudio
2004-03-31 17:13 alexpeshkoff
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
moved use of fb_assert to correct place
2004-03-31 17:08 alexpeshkoff
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/prepare.bat
M builds/win32/preprocess.bat
M builds/win32/setenvvar.bat
renamed header - non-critical change for non-VC6 builds
2004-03-30 10:26 aafemt
M src/jrd/opt.cpp
Fix variables' scope
2004-03-30 10:22 aafemt
M src/jrd/dfw.epp
Fix double const
2004-03-30 10:11 aafemt
M src/misc/blrtable.cpp
Fix double const and please gcc
2004-03-30 10:04 aafemt
M configure.in
Missed dirs in temp
2004-03-30 09:02 robocop
D builds/win32/msvc6/archive.dsp
D builds/win32/msvc6/journal.dsp
D builds/win32/msvc6/wal.dsp
D builds/win32/msvc6/wal_classic.dsp
D builds/win32/msvc6/walw.dsp
D builds/win32/msvc7/wal.vcproj
D builds/win32/msvc7/wal_classic.vcproj
More cleanup. Get rid of obsolete files, too.
2004-03-30 08:54 robocop
M builds/posix/make.shared.variables
M builds/win32/msvc6/archive.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/journal.dsp
M builds/win32/msvc6/walw.dsp
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
M builds/win32/msvc7/gdef.vcproj
M builds/win32/msvc7/qli.vcproj
More cleanup. Get rid of obsolete files, too.
2004-03-30 08:37 robocop
D src/jrd/misc.cpp
D src/jrd/misc.h
D src/jrd/misc_proto.h
M src/jrd/mov_proto.h
M src/jrd/sdl.cpp
M src/jrd/sdl.h
M src/jrd/sdl_proto.h
M src/jrd/utl.cpp
M src/jrd/val.h
M src/remote/remote.h
More cleanup. Get rid of obsolete files, too.
2004-03-30 08:34 robocop
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/gdef.dsp
M builds/win32/msvc6/qli.dsp
M src/gpre/int_cxx.cpp
M src/include/fb_types.h
M src/jrd/blb.cpp
M src/jrd/cch.cpp
M src/jrd/dsc.h
M src/jrd/dsc_proto.h
M src/jrd/gds.cpp
M src/jrd/ibase.h
M src/jrd/ini.h
M src/jrd/misc.cpp
M src/jrd/misc.h
M src/jrd/misc_proto.h
More cleanup. Get rid of obsolete files, too.
2004-03-30 04:10 robocop
M src/gpre/int_cxx.cpp
M src/jrd/blb.cpp
M src/jrd/blk.h
M src/jrd/bookmark.cpp
M src/jrd/btr.cpp
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/dbg.cpp
M src/jrd/dbt.cpp
M src/jrd/dfw.epp
M src/jrd/dmp.cpp
M src/jrd/dpm.epp
M src/jrd/dsc2.h
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/ext.cpp
M src/jrd/ext.h
M src/jrd/fun.epp
M src/jrd/fun_proto.h
M src/jrd/inf.cpp
M src/jrd/ini.epp
M src/jrd/intl.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/opt.cpp
M src/jrd/os/vms/extvms.cpp
M src/jrd/os/vms/map.cpp
M src/jrd/os/vms/map_proto.h
M src/jrd/os/vms/mblr.cpp
M src/jrd/os/vms/mblr_proto.h
M src/jrd/os/vms/rdb.cpp
M src/jrd/os/vms/rdbgpas.cpp
M src/jrd/os/vms/rdbint.cpp
M src/jrd/os/vms/vms_command.cpp
M src/jrd/os/vms/vmsevent.cpp
M src/jrd/os/vms/vmsthread.cpp
M src/jrd/par.cpp
M src/jrd/req.h
M src/jrd/rse.cpp
M src/jrd/rse.h
M src/jrd/val.cpp
M src/jrd/val.h
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
Cleanup
2004-03-29 09:44 robocop
A src/jrd/dsc2.h
Add alternative descriptor definitions for peer review.
2004-03-28 09:10 robocop
M builds/win32/defs/fbclient.def
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbembed.dsp
M src/common/classes/alloc.cpp
M src/common/classes/fb_atomic.h
M src/common/classes/fb_tls.h
M src/common/classes/rwlock.h
M src/common/classes/tree.h
M src/dsql/keywords.cpp
M src/dsql/keywords.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dudley/parse.cpp
M src/jrd/all.h
M src/jrd/blb.cpp
M src/jrd/blb_proto.h
M src/jrd/blk.h
M src/jrd/blp.h
M src/jrd/bookmark.cpp
M src/jrd/bookmark.h
M src/jrd/btn.cpp
M src/jrd/btn.h
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/btr_proto.h
M src/jrd/cch.cpp
M src/jrd/cch.h
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/constants.h
M src/jrd/dbg.cpp
M src/jrd/dbt.cpp
M src/jrd/dflt.h
M src/jrd/dfw.epp
M src/jrd/dls.cpp
M src/jrd/dls_proto.h
M src/jrd/dmp.cpp
M src/jrd/dpm.epp
M src/jrd/dpm_proto.h
M src/jrd/dsc_proto.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_mod.epp
M src/jrd/err.cpp
M src/jrd/event.cpp
M src/jrd/event_proto.h
M src/jrd/evl.cpp
M src/jrd/evl_proto.h
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/exe_proto.h
M src/jrd/execute_statement.cpp
M src/jrd/ext.cpp
M src/jrd/ext_proto.h
M src/jrd/fil.h
M src/jrd/fun.epp
M src/jrd/fun_proto.h
M src/jrd/grant.epp
M src/jrd/grant_proto.h
M src/jrd/ibase.h
M src/jrd/idx.cpp
M src/jrd/idx_proto.h
M src/jrd/inf.cpp
M src/jrd/ini.epp
M src/jrd/ini.h
M src/jrd/intl_proto.h
M src/jrd/intlobj.h
M src/jrd/isc.cpp
M src/jrd/isc.h
M src/jrd/isc_f_proto.h
M src/jrd/isc_file.cpp
M src/jrd/isc_s_proto.h
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/jrd_proto.h
M src/jrd/lck.cpp
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/mov.cpp
M src/jrd/mov_proto.h
M src/jrd/nav.cpp
M src/jrd/nav_proto.h
M src/jrd/nod.h
M src/jrd/ods.h
M src/jrd/opt.cpp
M src/jrd/opt_proto.h
M src/jrd/os/pio.h
M src/jrd/os/pio_proto.h
M src/jrd/os/posix/unix.cpp
M src/jrd/os/vms/extvms.cpp
M src/jrd/os/vms/vmsevent.cpp
M src/jrd/os/vms/vmslo_proto.h
M src/jrd/os/vms/vmslock.cpp
M src/jrd/par.cpp
M src/jrd/par_proto.h
M src/jrd/pcmet.epp
M src/jrd/pcmet_proto.h
M src/jrd/req.h
M src/jrd/rlck.cpp
M src/jrd/rlck_proto.h
M src/jrd/rng.cpp
M src/jrd/rng_proto.h
M src/jrd/rse.cpp
M src/jrd/rse.h
M src/jrd/rse_proto.h
M src/jrd/sbm.cpp
M src/jrd/sch.cpp
M src/jrd/scl.epp
M src/jrd/scl.h
M src/jrd/scl_proto.h
M src/jrd/sdl.cpp
M src/jrd/sdl.h
M src/jrd/sdw.cpp
M src/jrd/sdw_proto.h
M src/jrd/shut.cpp
M src/jrd/sort.cpp
M src/jrd/sort.h
M src/jrd/sqz.cpp
M src/jrd/sqz.h
M src/jrd/sqz_proto.h
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/utl.cpp
M src/jrd/val.cpp
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
M src/jrd/why.cpp
M src/lock/driver.cpp
M src/lock/lock.cpp
M src/lock/lock_proto.h
M src/lock/manager.cpp
M src/misc/blrtable.cpp
M src/qli/compile.cpp
M src/utilities/drop.cpp
M src/utilities/gstat/dba_full.epp
M src/utilities/rebuild/rebui_proto.h
Cleanup.
Fixed a linking error with MSVC6, too.
2004-03-28 05:34 skidder
M builds/posix/Makefile.in.client.gpre
M builds/posix/Makefile.in.embed.gpre
Fix build of FORTRAN preprocessor. Breakage reported by FSG
2004-03-28 00:38 skidder
M src/common/classes/rwlock.h
Fix error in my previous commits spotted by claudio
2004-03-26 16:06 skidder
A builds/posix/fbintl.vers
add forgotten file
2004-03-25 23:36 skidder
M src/common/classes/alloc.cpp
M src/common/classes/rwlock.h
Fix Windows build after my previous commit
2004-03-25 23:12 skidder
M builds/posix/Makefile.in.client.gbak
M builds/posix/Makefile.in.client.gdef
M builds/posix/Makefile.in.client.gfix
M builds/posix/Makefile.in.client.gpre
M builds/posix/Makefile.in.client.isql
M builds/posix/Makefile.in.client.qli
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.codes
M builds/posix/Makefile.in.embed.fbudf
M builds/posix/Makefile.in.embed.gbak
M builds/posix/Makefile.in.embed.gdef
M builds/posix/Makefile.in.embed.gfix
M builds/posix/Makefile.in.embed.gpre
M builds/posix/Makefile.in.embed.isql
M builds/posix/Makefile.in.embed.qli
M builds/posix/Makefile.in.embed.util
M builds/posix/Makefile.in.extlib
M builds/posix/Makefile.in.fbserver
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.inet_server
M builds/posix/Makefile.in.intl
M builds/posix/Makefile.in.libfbclient
M builds/posix/Makefile.in.libfbembed
D builds/posix/Makefile.in.libfbserver
A builds/posix/firebird.vers
M builds/posix/make.defaults
M builds/posix/make.rules
M builds/posix/prefix.darwin
M builds/posix/prefix.example
M builds/posix/prefix.freebsd
M builds/posix/prefix.linux
M builds/posix/prefix.linux_amd64
M builds/posix/prefix.linux_sparc32
M builds/posix/prefix.mingw
M builds/posix/prefix.sinixz
M builds/win32/defs/fbclient.def
D builds/win32/defs/fbclient_debug.def
M builds/win32/defs/gds32.def
D builds/win32/defs/gds32_debug.def
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbclient_static.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/gds32.dsp
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbclient_static.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/gds32.vcproj
M configure.in
M src/alice/all.h
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/classes/class_perf.cpp
M src/common/classes/class_test.cpp
A src/common/classes/fb_atomic.h
A src/common/classes/fb_tls.h
M src/common/classes/rwlock.h
M src/common/classes/test.sh
M src/common/classes/tree.h
M src/common/config/config_file.cpp
M src/dsql/all.h
M src/dsql/keywords.cpp
M src/dsql/keywords.h
M src/include/firebird.h
M src/include/gen/autoconfig_msvc.h
M src/jrd/all.cpp
M src/jrd/all.h
M src/jrd/db_alias.cpp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/inf.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/remote/inet_server.cpp
M src/remote/serve_proto.h
A src/remote/server_stub.cpp
1. POSIX build libraries export only public API. 2. Unify exports for PROD_BUILD and DEV_BUILD. 3. Support for context memory pools. 4. Memory manager has lower memory overhead exceptionally on 64 bit targets
2004-03-25 19:27 skidder
M src/jrd/met.epp
Jim Starkey's fix for random-crash-or-restore problem which Claudio introduced
into Firebird codebase some time ago.
This fix probably needs to be backported to B1_5_Release.
2004-03-25 07:44 aafemt
M src/qli/compile.cpp
Fix by Vladimir Tsvigun
2004-03-25 07:33 aafemt
M src/isql/extract.epp
Fix for procedure params extract. Global variables must die!!
2004-03-25 07:00 skidder
M src/jrd/vio.cpp
Add warning about bad code
2004-03-25 06:59 skidder
M src/jrd/req.h
Add comment
2004-03-25 06:55 skidder
M src/jrd/dls.cpp
Fix warning
2004-03-25 06:55 skidder
M src/jrd/blob_filter.cpp
Fix POSIX SS build
2004-03-25 06:50 skidder
M src/common/config/dir_list.cpp
Fix a couple warnings
2004-03-25 06:01 skidder
M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
M builds/install/arch-specific/linux/super/rpmfiles.txt.in
Fix HEAD troubles with Linux SS installer
2004-03-25 04:44 skidder
M src/remote/interface.cpp
Fix crashes/lock-ups with multiple calls of isc_dsql_prepare for a single statement like IBO does
2004-03-24 20:12 dimitr
M src/remote/server.cpp
Fixed possible AV in SS builds.
2004-03-24 19:48 dimitr
M src/jrd/svc.cpp
Fixed memory leak in the Services API.
Explicitly mark information services (those launched not from SVC_start) as finished.
2004-03-24 11:06 aafemt
M src/burp/spit.cpp
M src/iscguard/iscguard.cpp
M src/iscguard/iscguard.h
M src/jrd/jrd.h
M src/utilities/install/registry.cpp
Right headers include sequence
2004-03-24 05:48 skidder
M src/jrd/os/posix/path_utils.cpp
Fix warnings
2004-03-24 05:43 skidder
M src/common/classes/fb_string.cpp
Notify Alex about flaw in his string code
2004-03-23 11:08 aafemt
M builds/posix/prefix.darwin
M builds/posix/prefix.freebsd
M builds/posix/prefix.linux
M builds/posix/prefix.linux_amd64
M builds/posix/prefix.linux_sparc32
M builds/posix/prefix.mingw
M builds/posix/prefix.sinixz
M builds/posix/prefix.solaris
Remove DEBUG_GDS_ALLOC from platform files since Alex's added it into make.rules
2004-03-22 15:16 alexpeshkoff
M builds/posix/make.rules
fixed some problems with posix debug build
2004-03-22 15:13 alexpeshkoff
M src/jrd/jrd.cpp
M src/jrd/os/posix/path_utils.cpp
M src/msgs/build_file.epp
fixed some problems with posix debig build
2004-03-22 11:38 alexpeshkoff
M src/jrd/all.cpp
M src/jrd/blb.cpp
M src/jrd/blob_filter.cpp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/dpm.epp
M src/jrd/evl.cpp
M src/jrd/ext.cpp
M src/jrd/filters.cpp
M src/jrd/fun.epp
M src/jrd/functions.cpp
M src/jrd/grant.epp
M src/jrd/ib_stdio.h
M src/jrd/idx.cpp
M src/jrd/inf.cpp
M src/jrd/ini.epp
M src/jrd/intl.cpp
M src/jrd/intl_builtin.cpp
M src/jrd/inuse.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/lck.cpp
M src/jrd/met.epp
M src/jrd/mov.cpp
M src/jrd/nav.cpp
M src/jrd/nbak.cpp
M src/jrd/opt.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/pag.cpp
M src/jrd/pcmet.epp
M src/jrd/pwd.cpp
M src/jrd/rlck.cpp
M src/jrd/rng.cpp
M src/jrd/rpb_chain.cpp
M src/jrd/rse.cpp
M src/jrd/sbm.cpp
M src/jrd/scl.epp
M src/jrd/sdw.cpp
M src/jrd/shut.cpp
M src/jrd/sqz.cpp
M src/jrd/sym.cpp
M src/jrd/tpc.cpp
M src/jrd/tra.cpp
M src/jrd/vio.cpp
M src/remote/server.cpp
fixed problem with loop in includes
2004-03-21 09:47 dimitr
M src/jrd/cvt.cpp
M src/jrd/evl.cpp
M src/jrd/mov.cpp
Fixed server crash when too big/small system year is set up.
2004-03-21 09:35 dimitr
M src/jrd/opt.cpp
Correction.
2004-03-21 09:34 dimitr
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/req.h
Minor cleanup.
2004-03-21 09:32 dimitr
M src/jrd/intlobj.h
M src/jrd/sdl_proto.h
Fixed warnings in VC71.
2004-03-21 02:10 arnobrinkman
M src/dsql/dsql.h
Improved derived table support.
When using derived tables inside sub-selects it should be able to reference to higher contexts.
2004-03-21 02:07 arnobrinkman
M src/jrd/opt.cpp
1) Fix bug with LEFT JOIN ViewX and where clause with ViewX.FieldX IS NULL
2) When FIRST / SKIP is used in a sub-query it may not be affected by conjunctions in higher contexts.
Example (should return 1 row instead of 5):
SELECT * FROM
(SELECT FIRST 5 SKIP 2 cs.* FROM RDB$CHARACTER_SETS cs)
WHERE
RDB$CHARACTER_SET_NAME starting with 'D'
2004-03-21 01:48 arnobrinkman
M src/dsql/pass1.cpp
1) Field with alias was also seraching for match in higher context then the first matching context found. Noted by Nickolay
Example (this does fail now with column o.ID unknown):
SELECT * FROM Orders o
WHERE
EXISTS(SELECT * FROM RDB$DATABASE o WHERE o.ID = 1)
2) Improved derived table support.
When using derived tables inside sub-selects it should be able to reference to higher contexts.
2004-03-20 15:45 alexpeshkoff
M src/common/classes/auto.h
M src/common/config/config_file.cpp
M src/jrd/jrd.h
M src/jrd/os/posix/unix.cpp
M src/lock/manager.cpp
M src/utilities/nbackup.cpp
1. introduced Jrd and Ods namespaces
2. cleanup of blk* request conversions
3. fixed memory allocation in Execute Statement
*** posix build fixes ***
2004-03-20 15:33 alexpeshkoff
M src/jrd/bookmark.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/exe.cpp
M src/jrd/idx.cpp
M src/jrd/shut.cpp
1. introduced Jrd and Ods namespaces
2. cleanup of blk* request conversions
3. fixed memory allocation in Execute Statement
2004-03-20 15:21 alexpeshkoff
M src/jrd/dyn.epp
1. introduced Jrd and Ods namespaces
2. cleanup of blk* request conversions
3. fixed memory allocation in Execute Statement
2004-03-20 15:12 alexpeshkoff
M src/jrd/dpm.epp
1. introduced Jrd and Ods namespaces
2. cleanup of blk* request conversions
3. fixed memory allocation in Execute Statement
2004-03-20 14:57 alexpeshkoff
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_proto.h
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/burp_proto.h
M src/common/classes/fb_pair.h
M src/common/classes/fb_string.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/dsql_proto.h
M src/include/fb_string.h
M src/jrd/all.cpp
M src/jrd/all.h
M src/jrd/blb.cpp
M src/jrd/blb.h
M src/jrd/blb_proto.h
M src/jrd/blf_proto.h
M src/jrd/blk.h
M src/jrd/blob_filter.cpp
M src/jrd/blob_filter.h
M src/jrd/bookmark.h
M src/jrd/btn.cpp
M src/jrd/btn.h
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/btr_proto.h
M src/jrd/cch.h
M src/jrd/cch_proto.h
M src/jrd/cmp_proto.h
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/dbg_proto.h
M src/jrd/dfw.epp
M src/jrd/dfw_proto.h
M src/jrd/dls.cpp
M src/jrd/dls_proto.h
M src/jrd/dmp_proto.h
M src/jrd/dpm_proto.h
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/jrd/dyn_md_proto.h
M src/jrd/dyn_mod.epp
M src/jrd/dyn_proto.h
M src/jrd/dyn_ut_proto.h
M src/jrd/dyn_util.epp
M src/jrd/err.cpp
M src/jrd/err_proto.h
M src/jrd/evl.cpp
M src/jrd/evl_proto.h
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/ext.cpp
M src/jrd/ext.h
M src/jrd/ext_proto.h
M src/jrd/filte_proto.h
M src/jrd/filters.cpp
M src/jrd/fun.epp
M src/jrd/fun_proto.h
M src/jrd/grant.epp
M src/jrd/grant_proto.h
M src/jrd/idx_proto.h
M src/jrd/inf.cpp
M src/jrd/inf_proto.h
M src/jrd/ini.epp
M src/jrd/ini_proto.h
M src/jrd/intl.cpp
M src/jrd/intl_classes.h
M src/jrd/intl_proto.h
M src/jrd/intlobj.h
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/jrd_proto.h
M src/jrd/lck.cpp
M src/jrd/lck.h
M src/jrd/lck_proto.h
M src/jrd/lls.h
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/nav.cpp
M src/jrd/nav_proto.h
M src/jrd/nbak.cpp
M src/jrd/nbak.h
M src/jrd/ods.h
M src/jrd/opt.cpp
M src/jrd/opt_proto.h
M src/jrd/os/pio.h
M src/jrd/os/pio_proto.h
M src/jrd/os/win32/winnt.cpp
M src/jrd/pag.cpp
M src/jrd/pag.h
M src/jrd/pag_proto.h
M src/jrd/par.cpp
M src/jrd/par_proto.h
M src/jrd/pcmet.epp
M src/jrd/pcmet_proto.h
M src/jrd/pwd.cpp
M src/jrd/req.h
M src/jrd/rlck.cpp
M src/jrd/rlck_proto.h
M src/jrd/rng.h
M src/jrd/rng_proto.h
M src/jrd/rpb_chain.cpp
M src/jrd/rpb_chain.h
M src/jrd/rse.cpp
M src/jrd/rse.h
M src/jrd/rse_proto.h
M src/jrd/sbm.cpp
M src/jrd/sbm.h
M src/jrd/sbm_proto.h
M src/jrd/scl.epp
M src/jrd/scl.h
M src/jrd/scl_proto.h
M src/jrd/sdl.cpp
M src/jrd/sdl_proto.h
M src/jrd/sdw.cpp
M src/jrd/sdw.h
M src/jrd/sdw_proto.h
M src/jrd/shut_proto.h
M src/jrd/sort.cpp
M src/jrd/sort.h
M src/jrd/sort_mem.cpp
M src/jrd/sort_mem.h
M src/jrd/sort_proto.h
M src/jrd/sqz.cpp
M src/jrd/sqz.h
M src/jrd/sqz_proto.h
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/svc_proto.h
M src/jrd/sym.cpp
M src/jrd/sym_proto.h
M src/jrd/tpc.cpp
M src/jrd/tpc.h
M src/jrd/tpc_proto.h
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/tra_proto.h
M src/jrd/trig.h
M src/jrd/val.cpp
M src/jrd/val.h
M src/jrd/val_proto.h
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
M src/jrd/why.cpp
M src/jrd/y_handle.h
M src/lock/print.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec.h
M src/utilities/gsec/gsec_proto.h
M src/utilities/gstat/dba.epp
M src/utilities/gstat/ppg.cpp
M src/utilities/gstat/ppg_proto.h
M src/utilities/rebuild/rebui_proto.h
1. introduced Jrd and Ods namespaces
2. cleanup of blk* request conversions
3. fixed memory allocation in Execute Statement
2004-03-20 14:31 alexpeshkoff
M src/gpre/int_cxx.cpp
dropped unneeded conversion of all requests to/from blk*
2004-03-20 14:30 alexpeshkoff
M src/common/classes/auto.h
1. dropped unneeded AutoPtrFromString
2. added private copy constructor and assignment to avoid errors
2004-03-20 14:29 alexpeshkoff
M src/common/classes/alloc.h
assert if AutoStorage() used for object not on the stack
2004-03-20 03:07 robocop
M src/jrd/exe.h
M src/jrd/intl.cpp
M src/jrd/intl_classes.h
M src/jrd/intlobj.h
M src/jrd/opt.cpp
M src/jrd/par.cpp
Cleanup.
2004-03-19 11:27 aafemt
M src/jrd/opt.cpp
M src/jrd/par.cpp
Fix double const
2004-03-19 11:21 aafemt
M src/jrd/jrd.h
reorder initializers to satisfy gcc
2004-03-19 06:14 robocop
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/all.cpp
M src/alice/exe.cpp
M src/alice/tdr.cpp
M src/dsql/metd.epp
M src/dudley/lex.cpp
M src/dudley/parse.cpp
M src/jrd/blb.cpp
M src/jrd/blb.h
M src/jrd/blb_proto.h
M src/jrd/blf_proto.h
M src/jrd/blk.h
M src/jrd/blob_filter.cpp
M src/jrd/blob_filter.h
M src/jrd/bookmark.cpp
M src/jrd/bookmark.h
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/btr_proto.h
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/cvt2.cpp
M src/jrd/dbg.cpp
M src/jrd/dbt.cpp
M src/jrd/dfw.epp
M src/jrd/dls.cpp
M src/jrd/dls_proto.h
M src/jrd/dmp.cpp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/evl.cpp
M src/jrd/evl_like.cpp
M src/jrd/evl_proto.h
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/filte_proto.h
M src/jrd/filters.cpp
M src/jrd/fun.epp
M src/jrd/grant.epp
M src/jrd/idx.cpp
M src/jrd/idx_proto.h
M src/jrd/inf.cpp
M src/jrd/intl.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/met.h
M src/jrd/met_proto.h
M src/jrd/nav.cpp
M src/jrd/nav_proto.h
M src/jrd/opt.cpp
M src/jrd/os/vms/extvms.cpp
M src/jrd/pag.cpp
M src/jrd/pag.h
M src/jrd/pcmet.epp
M src/jrd/req.h
M src/jrd/rng.cpp
M src/jrd/rng.h
M src/jrd/rng_proto.h
M src/jrd/rse.cpp
M src/jrd/rse.h
M src/jrd/rse_proto.h
M src/jrd/scl.epp
M src/jrd/scl.h
M src/jrd/sdl.cpp
M src/jrd/sdl_proto.h
M src/jrd/sdw.cpp
M src/jrd/sort.cpp
M src/jrd/sort.h
M src/jrd/sort_mem.cpp
M src/jrd/sort_mem.h
M src/jrd/sort_proto.h
M src/jrd/svc.cpp
M src/jrd/sym.cpp
M src/jrd/sym_proto.h
M src/jrd/tpc.cpp
M src/jrd/tpc.h
M src/jrd/tra.h
M src/jrd/val.cpp
M src/jrd/val.h
M src/qli/eval.cpp
M src/qli/eval_proto.h
M src/utilities/rebuild/rebuild.cpp
Cleanup
A few new[] - delete[] pairs fixed.
2004-03-18 19:19 skidder
M src/jrd/opt.cpp
Fix SF#918653, nulls placement ignored with queries using UNION, GROUP BY and DISTINCT clauses
2004-03-18 05:56 robocop
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_proto.h
M src/alice/all.h
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/burp_proto.h
M src/common/classes/array.h
M src/common/classes/auto.h
M src/common/classes/fb_pair.h
M src/common/classes/objects_array.h
M src/common/classes/rwlock.h
M src/common/classes/semaphore.h
M src/common/config/config.h
M src/common/config/config_file.h
M src/common/config/dir_list.cpp
M src/common/config/dir_list.h
M src/dsql/all.h
M src/dsql/dsql.cpp
M src/dsql/dsql_proto.h
M src/dsql/parse.y
M src/include/fb_string.h
M src/include/fb_vector.h
M src/include/gen/autoconfig_msvc.h
M src/ipserver/ipc.h
M src/jrd/all.cpp
M src/jrd/all.h
M src/jrd/blb.cpp
M src/jrd/blb.h
M src/jrd/blk.h
M src/jrd/bookmark.cpp
M src/jrd/btn.cpp
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/btr_proto.h
M src/jrd/cch.cpp
M src/jrd/cch.h
M src/jrd/cch_proto.h
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/common.h
M src/jrd/db_alias.h
M src/jrd/dbg.cpp
M src/jrd/dbg_proto.h
M src/jrd/dbt.cpp
M src/jrd/dfw.epp
M src/jrd/dfw_proto.h
M src/jrd/dmp.cpp
M src/jrd/dpm.epp
M src/jrd/dpm_proto.h
M src/jrd/dyn.epp
M src/jrd/dyn_proto.h
M src/jrd/entry.h
M src/jrd/evl.cpp
M src/jrd/evl_proto.h
M src/jrd/evl_string.h
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/execute_statement.cpp
M src/jrd/ext.cpp
M src/jrd/ext.h
M src/jrd/ext_proto.h
M src/jrd/functions.cpp
M src/jrd/grant.epp
M src/jrd/grant_proto.h
M src/jrd/idx.cpp
M src/jrd/idx_proto.h
M src/jrd/inf.cpp
M src/jrd/isc_f_proto.h
M src/jrd/isc_file.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/jrd_proto.h
M src/jrd/lck.cpp
M src/jrd/lck.h
M src/jrd/lck_proto.h
M src/jrd/log.h
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/mov_proto.h
M src/jrd/nav.cpp
M src/jrd/nav_proto.h
M src/jrd/nbak.cpp
M src/jrd/nbak.h
M src/jrd/ods.h
M src/jrd/opt.cpp
M src/jrd/opt_proto.h
M src/jrd/os/pio_proto.h
M src/jrd/os/posix/unix.cpp
M src/jrd/os/vms/extvms.cpp
M src/jrd/os/vms/vms.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/pag.cpp
M src/jrd/par.cpp
M src/jrd/par_proto.h
M src/jrd/pcmet.epp
M src/jrd/pcmet_proto.h
M src/jrd/qatest.cpp
M src/jrd/req.h
M src/jrd/rlck.cpp
M src/jrd/rlck_proto.h
M src/jrd/rng.cpp
M src/jrd/rng.h
M src/jrd/rng_proto.h
M src/jrd/rpb_chain.cpp
M src/jrd/rpb_chain.h
M src/jrd/rse.cpp
M src/jrd/rse.h
M src/jrd/rse_proto.h
M src/jrd/sbm.cpp
M src/jrd/sbm.h
M src/jrd/sbm_proto.h
M src/jrd/sch.cpp
M src/jrd/sch_proto.h
M src/jrd/scl.epp
M src/jrd/sdl.cpp
M src/jrd/sdw.cpp
M src/jrd/sdw_proto.h
M src/jrd/shut.cpp
M src/jrd/sort.cpp
M src/jrd/sort.h
M src/jrd/sort_proto.h
M src/jrd/sqz.cpp
M src/jrd/sqz_proto.h
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/svc_proto.h
M src/jrd/tpc.cpp
M src/jrd/tpc_proto.h
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/tra_proto.h
M src/jrd/val.cpp
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
M src/jrd/why.cpp
M src/jrd/y_handle.h
M src/lock/lock.cpp
M src/lock/lock.h
M src/qli/all.cpp
M src/remote/allr_proto.h
M src/remote/inet.cpp
M src/remote/remot_proto.h
M src/remote/remote.h
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec.h
M src/utilities/gsec/gsec_proto.h
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dba_full.epp
M src/utilities/gstat/ppg.cpp
M src/utilities/gstat/ppg_proto.h
M src/utilities/nbackup.cpp
M src/utilities/rebuild/rebuild.cpp
Cleanup. In geeky words:
PandoraBox* pbox = reinterpret_cast<PandoraBox*>(&can_of_worms);
pbox->open();
pbox->flush();
Nickolay may want to undo my ods.h changes if gcc insists
in its crusade against non-PODs and poodles.
2004-03-16 17:35 alexpeshkoff
M src/jrd/isc_file.cpp
M src/jrd/jrd.cpp
M src/jrd/os/posix/path_utils.cpp
fixed posix build - it's buildable now
2004-03-16 06:16 skidder
M src/utilities/nbackup.cpp
Zero-terminate buffer
2004-03-16 06:11 skidder
M src/utilities/nbackup.cpp
Fix possible buffer overrun
2004-03-16 05:54 skidder
M src/utilities/nbackup.cpp
Fix MSVC7 build
2004-03-15 21:19 arnobrinkman
M src/jrd/isc_file.cpp
Alex, correct me if 'm wrong, but it seems this plague me the last days.
2004-03-15 19:35 alexpeshkoff
M src/common/config/dir_list.cpp
M src/common/config/dir_list.h
fixing posix build
2004-03-15 19:10 alexpeshkoff
M src/common/classes/auto.h
M src/common/classes/fb_pair.h
fixing posix build
2004-03-15 18:48 alexpeshkoff
M src/common/classes/fb_pair.h
This should fix non-VC6 builds. Thanks to Nickolay Samofatov
2004-03-15 02:57 skidder
M src/dsql/pass1.cpp
Allow using PSQL cursors in EXECUTE BLOCK statement
2004-03-14 14:39 alexpeshkoff
M src/ipserver/ipclient.cpp
M src/jrd/db_alias.h
Fixed boot build
2004-03-14 14:31 alexpeshkoff
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
Added new h-files to VC6 projects. Not critical.
2004-03-14 14:27 alexpeshkoff
M src/jrd/db_alias.cpp
fixed release build
2004-03-14 13:40 alexpeshkoff
M src/common/classes/locks.h
M src/dsql/pass1.cpp
M src/include/fb_vector.h
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/common.h
M src/jrd/db_alias.cpp
M src/jrd/db_alias.h
M src/jrd/dfw.epp
M src/jrd/dls.cpp
M src/jrd/dyn_def.epp
M src/jrd/err.cpp
M src/jrd/evl_string.h
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/execute_statement.cpp
M src/jrd/execute_statement.h
M src/jrd/ext.cpp
M src/jrd/flu.cpp
M src/jrd/gds.cpp
M src/jrd/inf.cpp
M src/jrd/ini.epp
M src/jrd/jrd_proto.h
M src/jrd/nbak.cpp
M src/jrd/opt.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/req.h
M src/jrd/rse.cpp
M src/jrd/rse.h
M src/jrd/shut.cpp
M src/jrd/tra.cpp
M src/jrd/val.cpp
M src/jrd/vio.cpp
M src/remote/interface.cpp
M src/utilities/gstat/dba.epp
Various cleanup to make engine compile and work after mentioned earlier changes.
Mainly:
1) MemoryPool* => MemoryPool& in arrays' constructors
2) use Firebird::string to keep strings data
2004-03-14 13:36 alexpeshkoff
M src/jrd/isc_f_proto.h
M src/jrd/isc_file.cpp
'char *' converted to 'PathName &' (not everywhere)
2004-03-14 13:34 alexpeshkoff
M src/jrd/jrd.cpp
M src/jrd/jrd.h
replaced str with Firebird::string (or Parhname) in Database and attachment
2004-03-14 13:31 alexpeshkoff
M src/jrd/rpb_chain.h
use InlineStorage - should give slightly better performance
2004-03-14 13:30 alexpeshkoff
M src/jrd/os/path_utils.h
M src/jrd/os/win32/path_utils.cpp
1) made DitItr pooled-object
2) dropped comparePaths - it did nothing more then PathName can now
2004-03-14 13:26 alexpeshkoff
M src/jrd/intl.cpp
M src/jrd/plugin_manager.cpp
M src/jrd/plugin_manager.h
Mutex-protected initialization of PluginManager
2004-03-14 13:24 alexpeshkoff
M src/common/classes/fb_pair.h
1. Full pair (both first and second pooled objects) added.
2. Pair may be placed to AutoPool.
2004-03-14 13:22 alexpeshkoff
M src/common/classes/fb_string.cpp
M src/include/fb_string.h
1) a bit more correct memory allocation debugging
2) use AutoStorage to allocate string data
2004-03-14 13:19 alexpeshkoff
M src/common/classes/objects_array.h
Added capability to have following kinds of arrays:
1) sorted or unsorted
2) POD or objects
3) with or without inline storage
4) allocating from auto- or permanent-pool
All array constructors take MemoryPool& instead of MemoyPool*
2004-03-14 13:14 alexpeshkoff
M src/common/config/config.cpp
M src/common/config/config.h
M src/common/config/config_file.cpp
M src/common/config/config_file.h
M src/common/config/config_impl.h
M src/common/config/dir_list.cpp
M src/common/config/dir_list.h
M src/jrd/os/config_root.h
Pools support
2004-03-14 13:10 alexpeshkoff
A src/common/classes/init.h
Templates, supporting objects initialization
2004-03-14 13:08 alexpeshkoff
M src/common/classes/auto.h
May use _any_ way to delete pointer, not only operator delete
2004-03-14 13:07 alexpeshkoff
M src/common/classes/array.h
Constructors to put arrays in local memory, use AutoStorage.
2004-03-14 13:05 alexpeshkoff
M src/common/classes/alloc.h
Added *Storage classes to be used as primary base for all pool-oriented classes
2004-03-14 05:51 skidder
M src/burp/spit.cpp
M src/burp/spit.h
M src/dudley/ddl.cpp
M src/dudley/exe.epp
M src/dudley/expr.cpp
M src/dudley/extract.epp
M src/dudley/generate.cpp
M src/dudley/parse.cpp
M src/dudley/trn.cpp
M src/qli/all.cpp
M src/qli/command.cpp
M src/qli/dtr.cpp
M src/qli/eval.cpp
M src/qli/expand.cpp
M src/qli/format.cpp
M src/qli/gener.cpp
M src/qli/help.epp
M src/qli/lex.cpp
M src/qli/meta.epp
M src/qli/mov.cpp
M src/qli/parse.cpp
M src/qli/picstr.cpp
M src/qli/show.epp
M src/remote/server.cpp
M src/utilities/gstat/dba.epp
Fix warnings
2004-03-13 22:17 skidder
M src/utilities/nbackup.cpp
Fix POSIX build issue resulting from my cleanup. Strange, but Win32 build was fine here
2004-03-13 08:29 skidder
M src/include/fb_blk.h
Please GCC in pool_alloc_rpt template declaration
2004-03-13 01:57 skidder
M src/jrd/nbak.cpp
Correction
2004-03-12 20:19 skidder
M src/include/fb_blk.h
M src/jrd/cmp.cpp
M src/jrd/exe.h
M src/jrd/nbak.cpp
M src/jrd/nbak.h
M src/jrd/req.h
M src/utilities/nbackup.cpp
Fix issues in my code spotted by Claudio
2004-03-12 07:00 skidder
M examples/empbuild/empbuild.e
M src/burp/mvol.cpp
M src/dsql/dsql.cpp
M src/dsql/parse.y
M src/dsql/preparse.cpp
M src/gpre/gpre.cpp
M src/include/fb_exception.h
M src/isql/isql.epp
M src/jrd/cch.h
M src/jrd/cmp.cpp
M src/jrd/common.h
M src/jrd/dfw.epp
M src/jrd/event.cpp
M src/jrd/event.h
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/os/posix/unix.cpp
M src/jrd/req.h
M src/remote/allr.cpp
D src/remote/divorce.cpp
M src/remote/inet_server.cpp
Fix some warnings from GCC/Linux build. Some of them were subtle errors
2004-03-11 05:47 skidder
M src/jrd/dyn_util.epp
M src/jrd/sdw.cpp
Kill unneeded volatiles
2004-03-11 05:46 skidder
M src/alice/alice.cpp
Fix comment
2004-03-11 05:44 skidder
M src/burp/burp.cpp
Kill unneeded volatile
2004-03-11 05:43 skidder
M src/alice/alice.cpp
Kill a couple unneeded volatiles
2004-03-11 05:41 skidder
M src/jrd/opt.cpp
M src/jrd/par.cpp
GCC doesn't consider double const a valid C++
2004-03-11 05:30 skidder
M src/common/classes/rwlock.h
M src/common/classes/semaphore.h
Fix a couple errors I introduced in previous commit. Spotted by Claudio
2004-03-11 05:17 robocop
D src/jrd/ExecuteStatement.cpp
D src/jrd/ExecuteStatement.h
Fourth step to rename
2004-03-11 05:09 robocop
M builds/posix/make.shared.variables
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
Third step to rename
2004-03-11 05:04 robocop
M src/common/classes/alloc.cpp
M src/common/classes/auto.h
M src/dsql/dsql.cpp
M src/dsql/hsh.cpp
M src/dudley/ddl.h
M src/intl/cs_gb2312.cpp
M src/intl/cs_ksc.cpp
M src/intl/cs_narrow.cpp
M src/intl/cv_big5.cpp
M src/intl/cv_big5.h
M src/intl/cv_gb2312.cpp
M src/intl/cv_gb2312.h
M src/intl/cv_jis.cpp
M src/intl/cv_jis.h
M src/intl/cv_ksc.cpp
M src/intl/cv_ksc.h
M src/intl/cv_narrow.cpp
M src/intl/cv_narrow.h
M src/intl/cv_unicode_fss.cpp
M src/intl/cv_unicode_fss.h
M src/intl/kanji.cpp
M src/intl/lc_ascii.cpp
M src/intl/lc_big5.cpp
M src/intl/lc_dos.cpp
M src/intl/lc_gb2312.cpp
M src/intl/lc_iso8859_1.cpp
M src/intl/lc_iso8859_2.cpp
M src/intl/lc_jis.cpp
M src/intl/lc_ksc.cpp
M src/intl/lc_narrow.cpp
M src/intl/lc_unicode_ucs2.cpp
M src/intl/ld.cpp
M src/intl/ld2.cpp
M src/intl/ldcommon.h
M src/intl/utils/dtest.c
M src/intl/utils/dtest2.c
M src/intl/utils/maptest.cpp
M src/intl/utils/maptest2.c
M src/jrd/all.cpp
M src/jrd/blb.cpp
M src/jrd/blb_proto.h
M src/jrd/blf_proto.h
M src/jrd/blk.h
M src/jrd/blob_filter.cpp
M src/jrd/bookmark.cpp
M src/jrd/btn.h
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/btr_proto.h
M src/jrd/cch.cpp
M src/jrd/cch.h
M src/jrd/cch_proto.h
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/dbg.cpp
M src/jrd/dbt.cpp
M src/jrd/dfw.epp
M src/jrd/dmp.cpp
M src/jrd/dmp_proto.h
M src/jrd/dpm.epp
M src/jrd/dpm_proto.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_mod.epp
M src/jrd/dyn_ut_proto.h
M src/jrd/dyn_util.epp
M src/jrd/entry.h
M src/jrd/err.cpp
M src/jrd/evl.cpp
M src/jrd/evl_like.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/ext.cpp
M src/jrd/filters.cpp
M src/jrd/fun.epp
M src/jrd/fun_proto.h
M src/jrd/grant.epp
M src/jrd/grant_proto.h
M src/jrd/idx.cpp
M src/jrd/idx_proto.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/intl_classes.h
M src/jrd/intl_proto.h
M src/jrd/intlobj.h
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/jrd_proto.h
M src/jrd/lck.cpp
M src/jrd/lck_proto.h
M src/jrd/log.cpp
M src/jrd/log_proto.h
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/nav.cpp
M src/jrd/nav_proto.h
M src/jrd/nbak.cpp
M src/jrd/opt.cpp
M src/jrd/opt_proto.h
M src/jrd/os/pio_proto.h
M src/jrd/os/posix/unix.cpp
M src/jrd/os/vms/extvms.cpp
M src/jrd/os/vms/vms.cpp
M src/jrd/os/vms/vmslo_proto.h
M src/jrd/os/vms/vmslock.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/pag.cpp
M src/jrd/par.cpp
M src/jrd/par_proto.h
M src/jrd/pcmet.epp
M src/jrd/pcmet_proto.h
M src/jrd/plugin_manager.h
M src/jrd/qatest.cpp
M src/jrd/req.h
M src/jrd/rlck.cpp
M src/jrd/rlck_proto.h
M src/jrd/rng.cpp
M src/jrd/rng_proto.h
M src/jrd/rpb_chain.cpp
M src/jrd/rpb_chain.h
M src/jrd/rse.cpp
M src/jrd/rse.h
M src/jrd/rse_proto.h
M src/jrd/sbm.cpp
M src/jrd/sbm_proto.h
M src/jrd/scl.epp
M src/jrd/scl_proto.h
M src/jrd/sdw.cpp
M src/jrd/shut.cpp
M src/jrd/sort.cpp
M src/jrd/sort.h
M src/jrd/sort_proto.h
M src/jrd/sqz.cpp
M src/jrd/sqz_proto.h
M src/jrd/svc.cpp
M src/jrd/svc_proto.h
M src/jrd/tpc.cpp
M src/jrd/tpc_proto.h
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/tra_proto.h
M src/jrd/utl.cpp
M src/jrd/val.cpp
M src/jrd/val_proto.h
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
M src/jrd/why.cpp
M src/lock/driver.cpp
M src/lock/lock.cpp
M src/utilities/rebuild/rebui_proto.h
M src/utilities/rebuild/rebuild.cpp
M src/utilities/rebuild/rmet.epp
M src/utilities/rebuild/rstore.epp
Cleanup
Some minor corrections
Second step to rename
2004-03-11 04:31 robocop
A src/jrd/execute_statement.cpp
A src/jrd/execute_statement.h
First step to rename
2004-03-11 04:26 skidder
M src/common/classes/fb_string.cpp
Fix a few warnings. Not very harmless ones
2004-03-11 04:07 skidder
M src/intl/cv_big5.cpp
M src/intl/cv_jis.cpp
M src/intl/cv_ksc.cpp
M src/intl/cv_narrow.cpp
M src/intl/cv_unicode_fss.cpp
Fix POSIX DEV_BUILD recently broken by Claudio cleanup
2004-03-09 00:17 skidder
M src/alice/alice_meta.epp
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/fb_exception.cpp
M src/dsql/dsql.cpp
M src/dsql/hsh.cpp
M src/dudley/exe.epp
M src/dudley/trn.cpp
M src/jrd/cch.cpp
M src/jrd/common.h
M src/jrd/dfw.epp
M src/jrd/gds.cpp
M src/jrd/inf.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/pag.cpp
M src/jrd/pwd.cpp
M src/jrd/rse.cpp
M src/jrd/sdw.cpp
M src/jrd/sort.cpp
M src/jrd/sort_mem.cpp
M src/jrd/svc.cpp
M src/jrd/tra.cpp
M src/jrd/why.cpp
M src/utilities/gstat/dba_full.epp
M src/utilities/nbackup.cpp
Clean up.
1. gds__alloc doesn't throw
2. Add NOMEM handlers to a couple places
3. kill HAVE_*SNPRINTF conditionals
2004-03-08 18:44 skidder
M src/jrd/common.h
Rollback my recent change since it made Sinix-Z unhappy
2004-03-08 18:06 skidder
M src/jrd/os/posix/isc_ipc.cpp
This should make NetBSD happy
2004-03-08 03:02 skidder
M src/qli/parse.cpp
Tricky one. Line continuation extended single-line comment and broke the build
2004-03-08 02:07 skidder
M src/jrd/common.h
Delete unneeded workaround
2004-03-08 02:06 skidder
M src/jrd/os/posix/isc_ipc.cpp
Use lesser common denominator when handling signals
2004-03-07 21:50 arnobrinkman
M src/jrd/btn.cpp
M src/jrd/btn.h
M src/jrd/btr.cpp
M src/jrd/nav.cpp
M src/jrd/ods.h
M src/jrd/val.cpp
M src/utilities/gstat/dba.epp
some optimization in index-stuff
2004-03-07 15:32 dimitr
M src/jrd/dpm.epp
If a transaction is committed and its buffers are flushed, never allow a generator page to be still cached.
Discussed with Oleg Loa and Vlad Horsun.
2004-03-07 15:13 dimitr
M src/jrd/opt.cpp
Added short-circuit optimization of user-supplied plans. Call find_best() exactly number-of-stream times.
2004-03-07 14:37 dimitr
M src/jrd/cmp.cpp
1) Propagate fragments of the user-supplied plan to nested levels of joins, thus allowing to manually optimize complex outer joins.
2) Check the user-supplied plan for correctness in outer joins.
2004-03-07 11:52 alexpeshkoff
M src/jrd/rse.cpp
Make it compile with MSVC6
2004-03-07 09:48 dimitr
M src/jrd/cmp.cpp
M src/jrd/exe.h
M src/jrd/par.cpp
M src/jrd/rse.cpp
1) Some cleanup and encapsulation.
2) Fixed a number of stream-related crashes.
2004-03-07 07:58 robocop
M builds/win32/msvc6/build_msg.dsp
M builds/win32/msvc6/codes.dsp
M builds/win32/msvc6/gbak.dsp
M builds/win32/msvc6/gpre.dsp
M builds/win32/msvc6/gpre_boot.dsp
M builds/win32/msvc6/gpre_static.dsp
M builds/win32/msvc6/gsec.dsp
M builds/win32/msvc6/gsplit.dsp
M builds/win32/msvc6/isql.dsp
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/aliceswi.h
M src/alice/all_proto.h
M src/burp/backu_proto.h
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/burpswi.h
M src/burp/restore.epp
M src/burp/spit.cpp
M src/burp/spit.h
M src/burp/std_desc.h
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/classes/array.h
M src/common/classes/fb_pair.h
M src/common/classes/locks.h
M src/common/classes/objects_array.h
M src/common/fb_exception.cpp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/dsql_proto.h
M src/dsql/errd.cpp
M src/dsql/errd_proto.h
M src/dsql/hsh_proto.h
M src/dsql/keywords.cpp
M src/dsql/make.cpp
M src/dsql/metd_proto.h
M src/dsql/node.h
M src/dsql/pass1.cpp
M src/dsql/preparse.cpp
M src/dsql/sqlda.h
M src/dsql/sym.h
M src/dsql/user__proto.h
M src/dsql/user_dsql.cpp
M src/dsql/utld.cpp
M src/dudley/ddl.cpp
M src/dudley/exe.epp
M src/include/fb_string.h
M src/intl/conversions/tx865_lat1.h
M src/intl/cs_big5.cpp
M src/intl/cs_gb2312.cpp
M src/intl/cs_jis.cpp
M src/intl/cs_ksc.cpp
M src/intl/cs_narrow.cpp
M src/intl/cs_unicode_fss.cpp
M src/intl/cs_unicode_ucs2.cpp
M src/intl/cv_big5.cpp
M src/intl/cv_big5.h
M src/intl/cv_gb2312.cpp
M src/intl/cv_gb2312.h
M src/intl/cv_jis.cpp
M src/intl/cv_jis.h
M src/intl/cv_ksc.cpp
M src/intl/cv_ksc.h
M src/intl/cv_narrow.cpp
M src/intl/cv_narrow.h
M src/intl/cv_unicode_fss.cpp
M src/intl/cv_unicode_fss.h
M src/intl/kanji.cpp
M src/intl/kanji_proto.h
M src/intl/lc_ascii.cpp
M src/intl/lc_ascii.h
M src/intl/lc_big5.cpp
M src/intl/lc_dos.cpp
M src/intl/lc_gb2312.cpp
M src/intl/lc_iso8859_1.cpp
M src/intl/lc_iso8859_2.cpp
M src/intl/lc_jis.cpp
M src/intl/lc_ksc.cpp
M src/intl/lc_narrow.cpp
M src/intl/lc_narrow.h
M src/intl/lc_unicode_ucs2.cpp
M src/intl/ld.cpp
M src/intl/ldcommon.h
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/isql_win.cpp
M src/isql/isql_win.h
M src/isql/isqlw_proto.h
M src/isql/show.epp
M src/jrd/ExecuteStatement.cpp
M src/jrd/all.cpp
M src/jrd/all.h
M src/jrd/blb.cpp
M src/jrd/blk.h
M src/jrd/blob_filter.cpp
M src/jrd/bookmark.cpp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cch.h
M src/jrd/cch_proto.h
M src/jrd/cmp.cpp
M src/jrd/cvt2.cpp
M src/jrd/dbg.cpp
M src/jrd/dfw.epp
M src/jrd/dmp.cpp
M src/jrd/dpm.epp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_util.epp
M src/jrd/err.cpp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/ext.cpp
M src/jrd/fun.epp
M src/jrd/gds.cpp
M src/jrd/grant.epp
M src/jrd/idx.cpp
M src/jrd/inf.cpp
M src/jrd/ini.epp
M src/jrd/intl.cpp
M src/jrd/intl.h
M src/jrd/intl_builtin.cpp
M src/jrd/intl_classes.h
M src/jrd/intl_proto.h
M src/jrd/intlobj.h
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/lck.cpp
M src/jrd/lck.h
M src/jrd/log.cpp
M src/jrd/met.epp
M src/jrd/nav.cpp
M src/jrd/nav_proto.h
M src/jrd/nbak.cpp
M src/jrd/nbak.h
M src/jrd/opt.cpp
M src/jrd/os/config_root.h
M src/jrd/os/pio_proto.h
M src/jrd/os/posix/unix.cpp
M src/jrd/os/vms/extvms.cpp
M src/jrd/os/vms/rdb.cpp
M src/jrd/os/vms/rdbint.cpp
M src/jrd/os/vms/vms.cpp
M src/jrd/os/win32/config_root.cpp
M src/jrd/os/win32/guid.cpp
M src/jrd/os/win32/thd_priority.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/pag.cpp
M src/jrd/pag_proto.h
M src/jrd/pcmet.epp
M src/jrd/plugin_manager.cpp
M src/jrd/plugin_manager.h
M src/jrd/req.h
M src/jrd/rlck.cpp
M src/jrd/rlck_proto.h
M src/jrd/rng.cpp
M src/jrd/rse.cpp
M src/jrd/rse_proto.h
M src/jrd/scl.epp
M src/jrd/sdw.cpp
M src/jrd/shut.cpp
M src/jrd/shut_proto.h
M src/jrd/svc_proto.h
M src/jrd/sym.cpp
M src/jrd/tpc.cpp
M src/jrd/tra.cpp
M src/jrd/tra_proto.h
M src/jrd/val.cpp
M src/jrd/val_proto.h
M src/jrd/vio.cpp
M src/jrd/why.cpp
M src/jrd/why_proto.h
M src/qli/all.cpp
M src/qli/blk.h
M src/qli/comma_proto.h
M src/qli/command.cpp
M src/qli/compile.cpp
M src/qli/compile.h
M src/qli/dtr.cpp
M src/qli/dtr.h
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/exe.h
M src/qli/expan_proto.h
M src/qli/expand.cpp
M src/qli/format.h
M src/qli/gener.cpp
M src/qli/help.epp
M src/qli/help_proto.h
M src/qli/meta.epp
M src/qli/meta_proto.h
M src/qli/mov.cpp
M src/qli/parse.cpp
M src/qli/parse.h
M src/qli/parse_proto.h
M src/qli/proc.epp
M src/qli/report.h
M src/qli/show.epp
M src/qli/show_proto.h
M src/remote/allr.cpp
M src/remote/inet.cpp
M src/remote/interface.cpp
M src/remote/remote.h
M src/utilities/gstat/ppg.cpp
Cleanup
Some bug fixes
Style
2004-03-06 11:56 dimitr
M src/jrd/evl.cpp
M src/jrd/exe.h
1) Some cleanup.
2) Fixed memory leak. Thanks to Oleg Loa.
2004-03-05 09:37 alexpeshkoff
A src/common/classes/auto.h
M src/jrd/ExecuteStatement.cpp
M src/jrd/ExecuteStatement.h
1. front-ported blob returning fix
2.correct license
2004-03-05 07:37 skidder
M src/jrd/intl.cpp
Fix error spotted by Claudio
2004-03-05 07:33 skidder
M src/dsql/user_dsql.cpp
correction
2004-03-05 07:23 skidder
M src/dsql/user_dsql.cpp
Fix memory corruption
2004-03-04 21:38 skidder
M src/utilities/gstat/dba.epp
Fix problem with gstat used over Services API in SS builds introduced during my EH cleanup. Noted by Arno Brinkman
2004-03-02 20:23 skidder
M src/common/classes/alloc.cpp
Be slightly more portable
2004-03-02 08:43 eku
M src/common/classes/alloc.cpp
Fixed compilation issues (missing include files, wrong defines).
2004-03-02 08:42 eku
M src/common/fb_exception.cpp
Fixed compilation on systems without snprintf
2004-03-01 17:14 alexpeshkoff
M src/jrd/gds.cpp
fixed blr printing - thanks to Nickolay S.
2004-03-01 16:50 alexpeshkoff
M src/common/fb_exception.cpp
M src/include/fb_exception.h
don't start variables names with underscore - _syscall caused problems with MSVC6
2004-03-01 16:37 alexpeshkoff
M builds/win32/msvc6/alice.dsp
M builds/win32/msvc6/alice_classic.dsp
M builds/win32/msvc6/archive.dsp
M builds/win32/msvc6/build_msg.dsp
M builds/win32/msvc6/burp.dsp
M builds/win32/msvc6/burp_classic.dsp
M builds/win32/msvc6/codes.dsp
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
M builds/win32/msvc6/common_static.dsp
M builds/win32/msvc6/dsql_server.dsp
M builds/win32/msvc6/dsql_server_classic.dsp
M builds/win32/msvc6/empbuild.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/fb_lock_print.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbclient_static.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbguard.dsp
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc6/fbudf.dsp
M builds/win32/msvc6/gbak.dsp
M builds/win32/msvc6/gdef.dsp
M builds/win32/msvc6/gds32.dsp
M builds/win32/msvc6/gfix.dsp
M builds/win32/msvc6/gpre.dsp
M builds/win32/msvc6/gpre_boot.dsp
M builds/win32/msvc6/gpre_static.dsp
M builds/win32/msvc6/gsec.dsp
M builds/win32/msvc6/gsplit.dsp
M builds/win32/msvc6/gstat.dsp
M builds/win32/msvc6/gstat_full.dsp
M builds/win32/msvc6/ib_udf.dsp
M builds/win32/msvc6/ib_util.dsp
M builds/win32/msvc6/instclient.dsp
M builds/win32/msvc6/instreg.dsp
M builds/win32/msvc6/instsvc.dsp
M builds/win32/msvc6/intl.dsp
M builds/win32/msvc6/intlbld.dsp
M builds/win32/msvc6/ipserver.dsp
M builds/win32/msvc6/isql.dsp
M builds/win32/msvc6/journal.dsp
M builds/win32/msvc6/lock.dsp
M builds/win32/msvc6/lock_classic.dsp
M builds/win32/msvc6/nbackup.dsp
M builds/win32/msvc6/qli.dsp
M builds/win32/msvc6/remote.dsp
M builds/win32/msvc6/remote_classic.dsp
M builds/win32/msvc6/utilities.dsp
M builds/win32/msvc6/utilities_classic.dsp
M builds/win32/msvc6/wal.dsp
M builds/win32/msvc6/wal_classic.dsp
M builds/win32/msvc6/walw.dsp
fixed MSVC6 build with RTTI
2004-03-01 04:57 skidder
M src/burp/burp.cpp
M src/common/classes/locks.cpp
M src/gpre/gpre.cpp
M src/gpre/par.cpp
M src/remote/allr.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dba_full.epp
Fix MSVC build
2004-03-01 04:54 skidder
M builds/win32/msvc7/alice.vcproj
M builds/win32/msvc7/alice_classic.vcproj
M builds/win32/msvc7/build_msg.vcproj
M builds/win32/msvc7/burp.vcproj
M builds/win32/msvc7/burp_classic.vcproj
M builds/win32/msvc7/codes.vcproj
M builds/win32/msvc7/common.vcproj
M builds/win32/msvc7/common_classic.vcproj
M builds/win32/msvc7/common_static.vcproj
M builds/win32/msvc7/dsql_server.vcproj
M builds/win32/msvc7/dsql_server_classic.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/fb_lock_print.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbclient_static.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbguard.vcproj
M builds/win32/msvc7/fbserver.vcproj
M builds/win32/msvc7/fbudf.vcproj
M builds/win32/msvc7/gbak.vcproj
M builds/win32/msvc7/gdef.vcproj
M builds/win32/msvc7/gds32.vcproj
M builds/win32/msvc7/gfix.vcproj
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
M builds/win32/msvc7/gpre_static.vcproj
M builds/win32/msvc7/gsec.vcproj
M builds/win32/msvc7/gsplit.vcproj
M builds/win32/msvc7/gstat.vcproj
M builds/win32/msvc7/ib_udf.vcproj
M builds/win32/msvc7/ib_util.vcproj
M builds/win32/msvc7/instreg.vcproj
M builds/win32/msvc7/instsvc.vcproj
M builds/win32/msvc7/intl.vcproj
M builds/win32/msvc7/isql.vcproj
M builds/win32/msvc7/lock.vcproj
M builds/win32/msvc7/lock_classic.vcproj
M builds/win32/msvc7/qli.vcproj
M builds/win32/msvc7/remote.vcproj
M builds/win32/msvc7/remote_classic.vcproj
M builds/win32/msvc7/utilities.vcproj
M builds/win32/msvc7/utilities_classic.vcproj
Enable RTTI, remove fb_exception.cpp from utilities
2004-03-01 04:27 skidder
M builds/win32/msvc7/alice.vcproj
M builds/win32/msvc7/alice_classic.vcproj
M builds/win32/msvc7/burp.vcproj
M builds/win32/msvc7/burp_classic.vcproj
M builds/win32/msvc7/common.vcproj
M builds/win32/msvc7/common_classic.vcproj
M builds/win32/msvc7/dsql_server.vcproj
M builds/win32/msvc7/dsql_server_classic.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/fb_lock_print.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbguard.vcproj
M builds/win32/msvc7/fbserver.vcproj
M builds/win32/msvc7/fbudf.vcproj
M builds/win32/msvc7/gbak.vcproj
M builds/win32/msvc7/gdef.vcproj
M builds/win32/msvc7/gds32.vcproj
M builds/win32/msvc7/gfix.vcproj
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
M builds/win32/msvc7/gsec.vcproj
M builds/win32/msvc7/gsplit.vcproj
M builds/win32/msvc7/gstat.vcproj
M builds/win32/msvc7/ib_udf.vcproj
M builds/win32/msvc7/ib_util.vcproj
M builds/win32/msvc7/instreg.vcproj
M builds/win32/msvc7/instsvc.vcproj
M builds/win32/msvc7/intl.vcproj
M builds/win32/msvc7/isql.vcproj
M builds/win32/msvc7/lock.vcproj
M builds/win32/msvc7/lock_classic.vcproj
M builds/win32/msvc7/qli.vcproj
M builds/win32/msvc7/remote.vcproj
M builds/win32/msvc7/remote_classic.vcproj
M builds/win32/msvc7/utilities.vcproj
M builds/win32/msvc7/utilities_classic.vcproj
Enable RTTI, remove fb_exception.cpp from utilities
2004-03-01 03:35 skidder
M src/alice/alice.cpp
M src/alice/alice_meta.epp
M src/burp/burp.cpp
M src/common/classes/locks.h
M src/common/classes/rwlock.h
M src/common/classes/semaphore.h
M src/common/config/config.cpp
M src/common/fb_exception.cpp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/errd.cpp
M src/dsql/user_dsql.cpp
M src/dudley/expand.cpp
M src/dudley/parse.cpp
M src/gpre/gpre.cpp
M src/gpre/par.cpp
M src/include/fb_exception.h
M src/jrd/ExecuteStatement.cpp
M src/jrd/blb.cpp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/dfw.epp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_util.epp
M src/jrd/err.cpp
M src/jrd/exe.cpp
M src/jrd/fun.epp
M src/jrd/gds.cpp
M src/jrd/grant.epp
M src/jrd/iberr.cpp
M src/jrd/jrd.cpp
M src/jrd/met.epp
M src/jrd/nav.cpp
M src/jrd/nbak.cpp
M src/jrd/nbak.h
M src/jrd/opt.cpp
M src/jrd/os/posix/guid.cpp
M src/jrd/os/win32/guid.cpp
M src/jrd/os/win32/thd_priority.cpp
M src/jrd/pag.cpp
M src/jrd/sch.cpp
M src/jrd/scl.epp
M src/jrd/sdw.cpp
M src/jrd/shut.cpp
M src/jrd/svc.cpp
M src/jrd/tra.cpp
M src/jrd/val.cpp
M src/misc/align.cpp
M src/qli/err.cpp
M src/remote/allr.cpp
M src/remote/interface.cpp
M src/remote/server.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dba_full.epp
Fix up exception handling. Handle (do not ignore) std::bad_alloc and generic exceptions, provide syscall and error information in system_call_failed
2004-03-01 03:18 skidder
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
Memory pages manager
2004-03-01 01:29 skidder
M src/burp/backup.epp
M src/burp/restore.epp
Fix 64-bitness warnings
2004-02-29 06:15 skidder
M src/jrd/jrd.h
Fix problem in non-Linux/FreeBSD/WIN_NT SuperServer builds
2004-02-29 05:49 skidder
M src/common/classes/fb_pair.h
M src/common/classes/objects_array.h
M src/jrd/os/posix/config_root.cpp
M src/jrd/plugin_manager.h
Fix POSIX build
2004-02-29 02:00 arnobrinkman
M src/jrd/btn.cpp
Change bug in index-node decompression, to many shifts
2004-02-28 19:44 alexpeshkoff
A src/common/classes/fb_pair.h
M src/common/classes/fb_string.cpp
A src/common/classes/objects_array.h
M src/include/fb_string.h
M src/jrd/intl.cpp
M src/jrd/plugin_manager.cpp
M src/jrd/plugin_manager.h
make our class behave MemoryPools friendly
2004-02-28 19:38 alexpeshkoff
M src/jrd/gds.cpp
removed getenv-related code - now in config_root
2004-02-28 19:32 alexpeshkoff
M src/jrd/ExecuteStatement.cpp
M src/jrd/ExecuteStatement.h
M src/jrd/why.cpp
M src/jrd/why_proto.h
fixed memory leak in Execute Statement
2004-02-28 19:29 alexpeshkoff
M src/jrd/os/config_root.h
M src/jrd/os/win32/config_root.cpp
- fixed win32 environment problems
- cleanup
2004-02-28 19:19 alexpeshkoff
M src/common/classes/array.h
Made it const-correct
2004-02-28 15:15 dimitr
M src/jrd/cmp.cpp
Prevent UDF arguments from being compiled/optimized twice. Every UDF node has nod_count = 1, so the correct handling will be done automagically in both pass1() and pass2().
2004-02-27 12:04 eku
M builds/install/arch-specific/sinixz/prototype.in
SINIX-Z: fixed package list
2004-02-27 09:32 eku
M src/jrd/common.h
SINIX-Z: added prototype for strncasecmp
2004-02-26 17:41 skidder
M src/jrd/intl.cpp
Fix CONTAINING problem reported by Frank
2004-02-26 01:31 skidder
M src/jrd/btr.cpp
Fix MSVC7 build issue
2004-02-26 00:40 arnobrinkman
M src/intl/cv_ksc.h
M src/jrd/intlobj.h
no message
2004-02-26 00:32 skidder
M src/jrd/btr.cpp
Fix POSIX build issue
2004-02-26 00:07 arnobrinkman
M src/jrd/btn.cpp
some optimalization
2004-02-25 22:14 arnobrinkman
M src/jrd/btn.cpp
M src/jrd/btn.h
M src/jrd/btr.cpp
M src/jrd/nav.cpp
M src/jrd/ods.h
M src/jrd/val.cpp
Use compressed index-entries.
This will save 2 bytes on every duplicate entry and pagenumber / recordnumber are stored by 7-bits as needed.
2004-02-25 11:07 aafemt
M src/remote/os/win32/property.cpp
Fix after Claudio's cleanup
2004-02-25 06:33 skidder
M src/jrd/os/win32/winnt.cpp
Fix single-user mode on Win32. Now shutdown seems to work fine everywhere
2004-02-25 01:50 skidder
M builds/misc/msg.gbak
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/exe.cpp
M src/burp/restore.epp
M src/include/gen/codes.h
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/cch.cpp
M src/jrd/ibase.h
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/ods.h
M src/jrd/os/posix/unix.cpp
M src/jrd/pag.cpp
M src/jrd/shut.cpp
M src/jrd/shut_proto.h
M src/utilities/gstat/ppg.cpp
Implement new shutdown modes (single-user and full shutdown). Tested on Linux/AMD64 CS and SS
2004-02-24 07:21 skidder
M src/remote/interface.cpp
Make it build after Claudio cleanup
2004-02-24 05:49 robocop
D src/remote/os/win32/dllshell.cpp
Remove dllshell.cpp as the only reference is inside
builds\win32\old_makes\ treats it as plain C file, it's a Win16 remnant
and John doesn't need it either for Mac_os_x.
2004-02-24 05:34 robocop
M src/alice/alice_meta.epp
M src/burp/backup.epp
M src/burp/restore.epp
M src/dudley/exe.epp
M src/dudley/extract.epp
M src/isql/isql.epp
M src/jrd/constants.h
M src/jrd/dpm.epp
M src/jrd/dsc.h
M src/jrd/entry.h
M src/jrd/evl.cpp
M src/jrd/ext.cpp
M src/jrd/ext_proto.h
M src/jrd/ini.epp
M src/jrd/jrd.cpp
M src/jrd/jrd_proto.h
M src/jrd/met.epp
M src/jrd/os/vms/extvms.cpp
M src/jrd/why.cpp
M src/jrd/why_proto.h
M src/remote/inet.cpp
M src/remote/interface.cpp
M src/remote/os/win32/chop.cpp
M src/remote/os/win32/cntl.cpp
M src/remote/os/win32/dllshell.cpp
M src/remote/os/win32/property.cpp
M src/remote/os/win32/window.cpp
M src/remote/os/win32/winmain.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/protocol.h
M src/remote/remot_proto.h
M src/remote/remote.cpp
M src/remote/remote.h
M src/remote/server.cpp
M src/remote/xnet.cpp
M src/utilities/rebuild/rebuild.cpp
Cleanup
Reduce reinterpret and C casts
Fix isql so it can show all predefined blob types in readable form.
2004-02-21 09:24 skidder
M src/jrd/met.epp
M src/qli/exe.cpp
M src/qli/expand.cpp
Fix build after Claudio cleanup
2004-02-20 06:43 robocop
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_proto.h
M src/alice/exe.cpp
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp_proto.h
M src/burp/restore.epp
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/classes/fb_string.cpp
M src/common/classes/rwlock.h
M src/dudley/ddl.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/par.cpp
M src/intl/ldcommon.h
M src/ipserver/ipserver.cpp
M src/jrd/ExecuteStatement.cpp
M src/jrd/all.h
M src/jrd/blb.cpp
M src/jrd/blb.h
M src/jrd/blf_proto.h
M src/jrd/blk.h
M src/jrd/blob_filter.cpp
M src/jrd/btn.cpp
M src/jrd/btn.h
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/btr_proto.h
M src/jrd/cch.cpp
M src/jrd/cch.h
M src/jrd/cch_proto.h
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/constants.h
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/dbg.cpp
M src/jrd/dbg.h
M src/jrd/dbt.cpp
M src/jrd/dfw.epp
M src/jrd/dfw_proto.h
M src/jrd/dls.cpp
M src/jrd/dls_proto.h
M src/jrd/dmp.cpp
M src/jrd/dpm.epp
M src/jrd/dpm_proto.h
M src/jrd/dsc.cpp
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_mod.epp
M src/jrd/dyn_proto.h
M src/jrd/dyn_util.epp
M src/jrd/entry.h
M src/jrd/err.cpp
M src/jrd/err_proto.h
M src/jrd/event.cpp
M src/jrd/event.h
M src/jrd/evl.cpp
M src/jrd/evl_like.cpp
M src/jrd/evl_string.h
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/exe_proto.h
M src/jrd/ext.cpp
M src/jrd/fil.h
M src/jrd/filters.cpp
M src/jrd/flu.cpp
M src/jrd/fun.epp
M src/jrd/fun_proto.h
M src/jrd/gds.cpp
M src/jrd/gdsassert.h
M src/jrd/grant.epp
M src/jrd/grant_proto.h
M src/jrd/idx.cpp
M src/jrd/idx_proto.h
M src/jrd/inf.cpp
M src/jrd/inf_proto.h
M src/jrd/ini.epp
M src/jrd/intl.cpp
M src/jrd/intl_builtin.cpp
M src/jrd/intl_classes.h
M src/jrd/inuse.cpp
M src/jrd/inuse_proto.h
M src/jrd/isc.cpp
M src/jrd/isc_file.cpp
M src/jrd/isc_proto.h
M src/jrd/isc_s_proto.h
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/jrd_proto.h
M src/jrd/lck.cpp
M src/jrd/lck.h
M src/jrd/lck_proto.h
M src/jrd/lls.h
M src/jrd/log.cpp
M src/jrd/log.h
M src/jrd/log2.h
M src/jrd/met.epp
M src/jrd/met.h
M src/jrd/met_proto.h
M src/jrd/mov.cpp
M src/jrd/nav.cpp
M src/jrd/nav_proto.h
M src/jrd/nbak.cpp
M src/jrd/nbak.h
M src/jrd/ods.h
M src/jrd/opt.cpp
M src/jrd/opt_proto.h
M src/jrd/os/darwin/mod_loader.cpp
M src/jrd/os/fbsyslog.h
M src/jrd/os/pio.h
M src/jrd/os/pio_proto.h
M src/jrd/os/posix/unix.cpp
M src/jrd/os/thd_priority.h
M src/jrd/os/vms/extvms.cpp
M src/jrd/os/vms/map.cpp
M src/jrd/os/vms/map_proto.h
M src/jrd/os/vms/rdb.cpp
M src/jrd/os/vms/rdbint.cpp
M src/jrd/os/vms/vms.cpp
M src/jrd/os/win32/isc_ipc.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/pag.cpp
M src/jrd/pag_proto.h
M src/jrd/par.cpp
M src/jrd/par_proto.h
M src/jrd/pcmet.epp
M src/jrd/pcmet_proto.h
M src/jrd/pwd.cpp
M src/jrd/qatest.cpp
M src/jrd/req.h
M src/jrd/rlck.cpp
M src/jrd/rlck_proto.h
M src/jrd/rng.cpp
M src/jrd/rng.h
M src/jrd/rng_proto.h
M src/jrd/rpb_chain.h
M src/jrd/rse.cpp
M src/jrd/rse.h
M src/jrd/scl.epp
M src/jrd/scl.h
M src/jrd/scl_proto.h
M src/jrd/sdw.cpp
M src/jrd/sdw.h
M src/jrd/sdw_proto.h
M src/jrd/shut.cpp
M src/jrd/shut_proto.h
M src/jrd/smp.h
M src/jrd/smp_impl.h
M src/jrd/sort.cpp
M src/jrd/sort_mem.h
M src/jrd/sort_proto.h
M src/jrd/sqz.h
M src/jrd/sqz_proto.h
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/tpc.cpp
M src/jrd/tpc_proto.h
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/tra_proto.h
M src/jrd/val.cpp
M src/jrd/val.h
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
M src/misc/print.cpp
M src/qli/all.cpp
M src/qli/command.cpp
M src/qli/compile.cpp
M src/qli/dtr.cpp
M src/qli/dtr.h
M src/qli/err.cpp
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/exe.h
M src/qli/expand.cpp
M src/qli/format.cpp
M src/qli/format.h
M src/qli/gener.cpp
M src/qli/help.epp
M src/qli/lex.cpp
M src/qli/meta.epp
M src/qli/meta_proto.h
M src/qli/mov.cpp
M src/qli/mov_proto.h
M src/qli/parse.cpp
M src/qli/picst_proto.h
M src/qli/picstr.cpp
M src/qli/proc.epp
M src/qli/proc_proto.h
M src/qli/show.epp
M src/remote/allr.cpp
M src/remote/allr_proto.h
M src/remote/protocol.cpp
M src/remote/remote.cpp
M src/remote/remote.h
M src/remote/server.cpp
M src/remote/xnet.cpp
M src/utilities/analyse.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec.h
M src/utilities/gsec/gsec_proto.h
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dba_full.epp
M src/utilities/gstat/ppg.cpp
M src/utilities/gstat/ppg_proto.h
M src/utilities/ibmgr/ibmgr.cpp
M src/utilities/ibmgr/ibmgr.h
M src/utilities/ibmgr/ibmgrswi.h
M src/utilities/ibmgr/srvrmgr.cpp
M src/utilities/ibmgr/srvrmgr_proto.h
M src/utilities/nbackup.cpp
M src/utilities/rebuild/rebuild.cpp
M src/utilities/rebuild/rstore.epp
M src/utilities/sbc_print.cpp
Big cleanup.
God have pity on platform maintainers.
I only can compile/test Win32; sorry, folks.
2004-02-19 01:41 skidder
M src/utilities/ibmgr/ibmgr.cpp
Fix POSIX SS build
2004-02-18 11:10 aafemt
M src/common/classes/fb_string.cpp
Remove unneeded comparsions
2004-02-17 20:10 skidder
M builds/win32/msvc7/alice.vcproj
M builds/win32/msvc7/alice_classic.vcproj
M builds/win32/msvc7/burp.vcproj
M builds/win32/msvc7/burp_classic.vcproj
M builds/win32/msvc7/common.vcproj
M builds/win32/msvc7/common_classic.vcproj
M builds/win32/msvc7/common_static.vcproj
M builds/win32/msvc7/dsql_server.vcproj
M builds/win32/msvc7/dsql_server_classic.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/fb_lock_print.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbguard.vcproj
M builds/win32/msvc7/fbserver.vcproj
M builds/win32/msvc7/fbudf.vcproj
M builds/win32/msvc7/gbak.vcproj
M builds/win32/msvc7/gdef.vcproj
M builds/win32/msvc7/gds32.vcproj
M builds/win32/msvc7/gfix.vcproj
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
M builds/win32/msvc7/gsec.vcproj
M builds/win32/msvc7/gsplit.vcproj
M builds/win32/msvc7/gstat.vcproj
M builds/win32/msvc7/ib_udf.vcproj
M builds/win32/msvc7/ib_util.vcproj
M builds/win32/msvc7/instreg.vcproj
M builds/win32/msvc7/instsvc.vcproj
M builds/win32/msvc7/intl.vcproj
M builds/win32/msvc7/isql.vcproj
M builds/win32/msvc7/lock.vcproj
M builds/win32/msvc7/lock_classic.vcproj
M builds/win32/msvc7/nbackup.vcproj
M builds/win32/msvc7/qli.vcproj
M builds/win32/msvc7/remote.vcproj
M builds/win32/msvc7/remote_classic.vcproj
M builds/win32/msvc7/utilities.vcproj
M builds/win32/msvc7/utilities_classic.vcproj
Update MSVC makefiles.
1) add PDB generation for release binaries
2) add fb_string stuff
2004-02-17 11:08 aafemt
M src/common/classes/fb_string.cpp
Fix a couple of warnings
2004-02-16 23:24 arnobrinkman
M src/burp/restore.epp
Change rdb$db_key recalculation to the right solution, Thanks to Oleg.
2004-02-13 11:15 aafemt
M src/dsql/ddl.cpp
M src/jrd/constants.h
Fix warning
2004-02-13 10:17 stryqx
M src/remote/server.cpp
Let semaphore.h see the definition of gds__log for successful build
on FreeBSD.
2004-02-13 10:14 stryqx
M builds/posix/prefix.darwin
M builds/posix/prefix.example
M builds/posix/prefix.freebsd
M builds/posix/prefix.sinixz
M builds/posix/prefix.solaris
M builds/posix/prefix.solx86
M builds/posix/prefix.solx86gcc
change CLIENT_UTIL_TARGET from gds_delay to gds_relay
2004-02-11 11:16 aafemt
M src/utilities/nbackup.cpp
Now it is buildable
2004-02-11 11:14 aafemt
M builds/posix/make.shared.variables
Fix for my previous commit
2004-02-10 11:27 aafemt
M builds/posix/make.shared.variables
Add fb_string to POSIX build
2004-02-09 07:41 alexpeshkoff
A src/common/classes/fb_string.cpp
Please add this file to common section of appropriate builds!
Added native firebird::string class.
2004-02-08 18:47 skidder
M src/jrd/flu.cpp
M src/jrd/os/posix/config_root.cpp
M src/jrd/os/posix/mod_loader.cpp
M src/jrd/os/posix/path_utils.cpp
Get posix build closer to buildable state after Alex' commits, but build is still broken. It was very bad idea to commit incomplete and broken stuff into CVS, in particular, fb_string still has some rough edges, doesn't work with memory pools correctly and fb_string.cpp is just missing.
2004-02-08 17:08 alexpeshkoff
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
M builds/win32/msvc6/common_static.dsp
M src/common/config/config.cpp
M src/common/config/config_file.cpp
M src/common/config/config_file.h
M src/common/config/config_impl.h
M src/include/fb_string.h
M src/jrd/db_alias.cpp
M src/jrd/dyn_def.epp
M src/jrd/flu.cpp
M src/jrd/isc_file.cpp
M src/jrd/os/config_root.h
M src/jrd/os/mod_loader.h
M src/jrd/os/path_utils.h
M src/jrd/os/win32/config_root.cpp
M src/jrd/os/win32/mod_loader.cpp
M src/jrd/os/win32/path_utils.cpp
M src/jrd/plugin_manager.cpp
M src/jrd/plugin_manager.h
Added native firebird::string class.
2004-02-08 16:35 alexpeshkoff
M src/common/classes/alloc.h
const correctness
2004-02-06 07:31 skidder
M src/burp/restore.epp
Oops. Committed wrong file version
2004-02-06 07:07 skidder
M src/burp/backup.epp
M src/burp/restore.epp
Preserve blob type (streamed/segmented) over backup/restore process.
2004-02-05 11:17 aafemt
M src/jrd/svc.cpp
Fix couple of warnings
2004-02-05 06:58 alexpeshkoff
M src/isql/isql.epp
Forward porting
2004-02-04 11:12 aafemt
M src/jrd/alt.cpp
Fix few warnings
2004-02-03 11:25 aafemt
M src/jrd/why.cpp
M src/jrd/why_proto.h
Parameter's type consistency
2004-02-03 11:20 aafemt
M src/gpre/c_cxx.cpp
Avoid warning with isc_put_slice() after Nikolay's port
2004-02-02 11:02 robocop
M src/alice/all.cpp
M src/alice/all.h
M src/alice/lls.h
M src/burp/restore.epp
M src/common/classes/class_test.cpp
M src/dsql/alld.cpp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/dsql.tab.h
M src/dsql/errd.cpp
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/metd.epp
M src/dsql/movd.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dsql/sqlda.h
M src/dsql/user_dsql.cpp
M src/dsql/utld.cpp
M src/dsql/utld_proto.h
M src/dudley/ddl.cpp
M src/dudley/ddl.h
M src/dudley/ddl_proto.h
M src/dudley/exe.epp
M src/dudley/expand.cpp
M src/dudley/expr.cpp
M src/dudley/extract.epp
M src/dudley/parse.cpp
M src/dudley/parse_proto.h
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cme.cpp
M src/gpre/cmp.cpp
M src/gpre/cmp_proto.h
M src/gpre/cob.cpp
M src/gpre/exp.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta.h
M src/gpre/gpre_meta_boot.cpp
M src/gpre/msc.cpp
M src/gpre/msc_proto.h
M src/gpre/par.cpp
M src/gpre/pas.cpp
M src/gpre/pretty.cpp
M src/gpre/sqe.cpp
M src/gpre/sql.cpp
M src/isql/show.epp
M src/jrd/blb.cpp
M src/jrd/block_cache.h
M src/jrd/blp.h
M src/jrd/btn.cpp
M src/jrd/btn.h
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/btr_proto.h
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/divorce.cpp
M src/jrd/dmp.cpp
M src/jrd/dpm.epp
M src/jrd/dpm_proto.h
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/event.cpp
M src/jrd/event.h
M src/jrd/evl.cpp
M src/jrd/evl_like.cpp
M src/jrd/exe.cpp
M src/jrd/ext.cpp
M src/jrd/ext.h
M src/jrd/ext_proto.h
M src/jrd/flu.cpp
M src/jrd/gds.cpp
M src/jrd/ibase.h
M src/jrd/idx.cpp
M src/jrd/inf.cpp
M src/jrd/isc.h
M src/jrd/isc_sync.cpp
M src/jrd/jlx.c
M src/jrd/jrd.h
M src/jrd/nav.cpp
M src/jrd/nbak.cpp
M src/jrd/ods.h
M src/jrd/opt.cpp
M src/jrd/os/darwin/mod_loader.cpp
M src/jrd/os/vms/extvms.cpp
M src/jrd/os/vms/map.cpp
M src/jrd/os/vms/rdbgpas.cpp
M src/jrd/pag.cpp
M src/jrd/par.cpp
M src/jrd/plugin_manager.cpp
M src/jrd/rse.cpp
M src/jrd/sch.cpp
M src/jrd/sdl.cpp
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/utl.cpp
M src/jrd/val.cpp
M src/jrd/vio.cpp
M src/jrd/vio_debug.h
M src/jrd/why.cpp
M src/jrd/y_handle.h
M src/lock/driver.cpp
M src/lock/lock.cpp
M src/qli/all.cpp
M src/qli/all_proto.h
M src/qli/blk.h
M src/qli/comma_proto.h
M src/qli/command.cpp
M src/qli/compi_proto.h
M src/qli/compile.cpp
M src/qli/compile.h
M src/qli/dtr.h
M src/qli/err_proto.h
M src/qli/eval.cpp
M src/qli/eval_proto.h
M src/qli/exe.cpp
M src/qli/exe.h
M src/qli/exe_proto.h
M src/qli/expan_proto.h
M src/qli/expand.cpp
M src/qli/forma_proto.h
M src/qli/format.cpp
M src/qli/format.h
M src/qli/gener.cpp
M src/qli/gener_proto.h
M src/qli/help_proto.h
M src/qli/hsh.cpp
M src/qli/hsh_proto.h
M src/qli/lex.cpp
M src/qli/lex_proto.h
M src/qli/meta.epp
M src/qli/meta_proto.h
M src/qli/mov_proto.h
M src/qli/parse.cpp
M src/qli/parse.h
M src/qli/parse_proto.h
M src/qli/picst_proto.h
M src/qli/picstr.cpp
M src/qli/proc_proto.h
M src/qli/repor_proto.h
M src/qli/report.cpp
M src/qli/report.h
M src/qli/reqs.h
M src/qli/show.epp
M src/qli/show_proto.h
M src/remote/interface.cpp
M src/remote/xdr_proto.h
M src/remote/xnet.cpp
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dba_full.epp
M src/utilities/gstat/ppg.cpp
M src/utilities/ibmgr/ibmgr.cpp
M src/utilities/nbackup.cpp
M src/utilities/sbc_print.cpp
Cleanup
2004-02-01 05:33 skidder
M src/jrd/blb.cpp
Fix memory leak from transaction pool happening during conversion from string to blob
2004-01-31 19:27 kkuznetsov
M builds/install/arch-specific/solx86/Makefile.in
A builds/install/arch-specific/solx86gcc
A builds/install/arch-specific/solx86gcc/Makefile.in
this is requared files
2004-01-31 19:25 kkuznetsov
M src/lock/lock.cpp
fix comile error here
2004-01-31 13:35 dimitr
M src/dsql/dsql.tab.h
M src/dsql/parse.cpp
M src/dsql/parse.y
Removed obsolete EXECUTE VARCHAR syntax.
2004-01-31 11:50 dimitr
M src/misc/writeBuildNum.sh
Rollback Nickolay's decision.
2004-01-29 19:55 arnobrinkman
M doc/WhatsNew
Add enhanced UNION behaviour to whatsnew doc
2004-01-29 09:47 skidder
M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
fix AMD64 packaging issue
2004-01-29 08:34 skidder
M src/misc/writeBuildNum.sh
Set Alpha 1 build properties
2004-01-29 08:19 skidder
M doc/WhatsNew
Add descriptions for recent 2.0 changes. It is likely that I missed something, please check
2004-01-29 06:32 skidder
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/preinstall.sh.in
M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
M builds/install/arch-specific/linux/super/preinstall.sh.in
M builds/install/arch-specific/linux/super/rpmfiles.txt.in
M configure.in
Fix some packaging issues with non-x86 Linux ports. Prepare AMD64 port for public testing
2004-01-29 05:56 skidder
M src/include/fb_types.h
M src/jrd/ibase.h
Use better macros to detect 64-bit posix. They are non-standard, anyway
2004-01-28 11:23 aafemt
M src/gpre/cmd.cpp
Fix for Claudio's cleanup
2004-01-28 11:14 aafemt
M src/jrd/common.h
Rollback my last change at the instance of Claudio
2004-01-28 09:31 dimitr
M src/jrd/jrd.cpp
Fixed possible crashes when this routine is called from verify_database_name().
Confirmed for the embedded server in the case of relative root path.
2004-01-28 07:50 robocop
M src/alice/alice.cpp
M src/common/classes/alloc.cpp
M src/common/classes/semaphore.h
M src/common/classes/tree.h
M src/dsql/alld.cpp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/gen.cpp
M src/dsql/metd.epp
M src/dsql/pass1.cpp
M src/dsql/user_dsql.cpp
M src/extlib/ib_udf.c
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cmd_proto.h
M src/gpre/cme.cpp
M src/gpre/cme_proto.h
M src/gpre/cmp.cpp
M src/gpre/cmp_proto.h
M src/gpre/cob.cpp
M src/gpre/exp.cpp
M src/gpre/exp_proto.h
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta.h
M src/gpre/gpre_meta_boot.cpp
M src/gpre/hsh.cpp
M src/gpre/hsh_proto.h
M src/gpre/int_cxx.cpp
M src/gpre/jrdmet.cpp
M src/gpre/msc.cpp
M src/gpre/msc_proto.h
M src/gpre/par.cpp
M src/gpre/par_proto.h
M src/gpre/parse.h
M src/gpre/pas.cpp
M src/gpre/pat.cpp
M src/gpre/pat.h
M src/gpre/sqe.cpp
M src/gpre/sqe_proto.h
M src/gpre/sql.cpp
M src/gpre/sql_proto.h
M src/intl/cv_jis.cpp
M src/intl/kanji.cpp
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
M src/jrd/blb.cpp
M src/jrd/blk.h
M src/jrd/bookmark.cpp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/cvt2.cpp
M src/jrd/dbg.cpp
M src/jrd/dbg_proto.h
M src/jrd/dbt.cpp
M src/jrd/dfw.epp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_mod.epp
M src/jrd/evl.cpp
M src/jrd/evl_string.h
M src/jrd/exe.cpp
M src/jrd/ext.cpp
M src/jrd/fun.epp
M src/jrd/inf.cpp
M src/jrd/ini.epp
M src/jrd/ini.h
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/met.epp
M src/jrd/nav.cpp
M src/jrd/nbak.cpp
M src/jrd/opt.cpp
M src/jrd/os/posix/unix.cpp
M src/jrd/os/vms/extvms.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/par.cpp
M src/jrd/rse.cpp
M src/jrd/rse.h
M src/jrd/sdw.cpp
M src/jrd/svc.cpp
M src/jrd/trig.h
M src/jrd/utl.cpp
M src/jrd/val.cpp
M src/jrd/val.h
M src/jrd/vio.cpp
M src/jrd/why.cpp
M src/remote/allr.cpp
M src/remote/inet.cpp
M src/remote/inet_proto.h
M src/remote/inet_server.cpp
M src/remote/interface.cpp
M src/remote/mgr.cpp
M src/remote/os/win32/srvr_w32.cpp
M src/remote/os/win32/winmain.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/os/win32/wnet_proto.h
M src/remote/parser.cpp
M src/remote/protocol.cpp
M src/remote/remot_proto.h
M src/remote/remote.cpp
M src/remote/remote.h
M src/remote/serve_proto.h
M src/remote/server.cpp
M src/remote/xnet.cpp
M src/remote/xnet_proto.h
M src/utilities/nbackup.cpp
General cleanup. Sorry if I missed some occurrence.
2004-01-27 18:19 skidder
M src/include/fb_types.h
M src/jrd/common.h
M src/jrd/ibase.h
Temporary hack to return Win32 to buildable state. No Win64 port is possible before ULONG name clash is resolved
2004-01-27 11:06 aafemt
M src/jrd/common.h
Fortunatelly we know how many monthes in a year
2004-01-27 07:09 stryqx
M src/dsql/dsql.tab.h
M src/dsql/parse.cpp
Regenerate after changing PAGE_SIZE to KW_PAGE_SIZE.
2004-01-27 06:19 skidder
M src/remote/xdr.cpp
M src/remote/xdr_proto.h
Get errors passed over the wire correctly on 64-bit platforms
2004-01-26 16:44 skidder
M src/jrd/common.h
Use plain integer as SLONG/ULONG on 32-bit platforms
2004-01-26 16:32 skidder
M src/include/fb_types.h
Return 32-bit ports to buildable state. Declare SLONG and ISC_LONG as plain integers everywhere
2004-01-26 16:28 skidder
M src/jrd/common.h
Fix a lot of warnings
2004-01-26 13:16 dimitr
M src/jrd/fun.epp
Some style corrections and one bugfix.
2004-01-26 13:14 dimitr
M src/jrd/val.cpp
Minor debugging corrections.
2004-01-26 12:55 dimitr
M src/jrd/dfw.epp
Fixed yet another porting bug. Thanks to Eugene Kilin.
2004-01-26 07:34 skidder
M src/jrd/gds.cpp
Fix unix error handling recently broken by Erik in 2.0 branch
2004-01-26 07:06 stryqx
M src/dsql/keywords.cpp
M src/dsql/parse.y
Change PAGE_SIZE to KW_PAGE_SIZE so as not to conflict with system define
on FreeBSD.
2004-01-23 06:35 skidder
M src/dsql/parse.y
Use static bison parser stack and allocate it from thread stack
2004-01-22 06:51 skidder
M src/jrd/blb.cpp
M src/jrd/tra.h
M src/qli/eval.cpp
M src/qli/mov.cpp
Engine fully builds on Linux AMD64 now
2004-01-21 07:18 skidder
M builds/posix/Makefile.in.boot.gpre
M builds/posix/Makefile.in.client.gpre
M builds/posix/Makefile.in.embed.gpre
M builds/posix/Makefile.in.static.gpre
M builds/win32/msvc6/gpre.dsp
M builds/win32/msvc6/gpre_boot.dsp
M builds/win32/msvc6/gpre_static.dsp
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
M builds/win32/msvc7/gpre_static.vcproj
M examples/api/apifull.c
M examples/dyn/dynfull.e
M examples/functions.c
M examples/stat/stat10.e
M examples/stat/stat11.e
M examples/stat/stat4.e
M examples/udf/udflib.c
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/canonical.cpp
M src/burp/mvol.cpp
M src/burp/restore.epp
M src/common/config/config_impl.h
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dsql/user_dsql.cpp
M src/dudley/expr.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cme.cpp
M src/gpre/exp.cpp
M src/gpre/gpre.cpp
D src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/gpre/par.cpp
M src/gpre/sqe.cpp
M src/gpre/sql.cpp
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/show.epp
M src/jrd/alt.cpp
M src/jrd/blb.cpp
M src/jrd/blb.h
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/common.h
M src/jrd/cvt2.cpp
M src/jrd/dfw.epp
M src/jrd/dpm.epp
M src/jrd/dsc.h
M src/jrd/dyn.epp
M src/jrd/dyn.h
M src/jrd/dyn_def.epp
M src/jrd/dyn_mod.epp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/ext.cpp
M src/jrd/filters.cpp
M src/jrd/fun.epp
M src/jrd/gds.cpp
M src/jrd/grant.epp
M src/jrd/ibase.h
M src/jrd/idx.cpp
M src/jrd/inf.cpp
M src/jrd/ini.epp
M src/jrd/intl.cpp
M src/jrd/jrd.cpp
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/nav.cpp
M src/jrd/opt.cpp
M src/jrd/os/posix/unix.cpp
M src/jrd/par.cpp
M src/jrd/rse.cpp
M src/jrd/scl.epp
M src/jrd/sdl.cpp
M src/jrd/sort.cpp
M src/jrd/tra.h
M src/jrd/utl.cpp
M src/jrd/val.h
M src/jrd/vio.cpp
M src/jrd/why.cpp
M src/jrd/why_proto.h
M src/lock/lock.cpp
M src/remote/interface.cpp
M src/remote/parser.cpp
M src/remote/protocol.cpp
M src/remote/server.cpp
Further AMD64 fixes. Given this fixes you may start playing with databases using isql_static.
2004-01-20 17:37 skidder
M src/jrd/sch.cpp
Fix race condition (incompletely fixed a month ago) in scheduler. Noted by Alex Peshkoff.
2004-01-20 02:52 skidder
M src/jrd/sch.cpp
Fix Firebird initialization race condition
2004-01-16 13:05 hvlad
M src/dsql/dsql.tab.h
M src/dsql/parse.cpp
Added support for default parameters and EXECUTE BLOCK statement
2004-01-16 12:59 hvlad
M src/jrd/dyn_def.epp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/par.cpp
Added support for default parameters
2004-01-16 10:43 hvlad
M src/dsql/ddl.cpp
M src/dsql/ddl_proto.h
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/gen.cpp
M src/dsql/keywords.cpp
M src/dsql/metd.epp
M src/dsql/metd_proto.h
M src/dsql/misc_func.cpp
M src/dsql/node.h
M src/dsql/parse.y
M src/dsql/pass1.cpp
Added support for default parameters and EXECUTE BLOCK statement
2004-01-16 09:32 hvlad
A doc/sql.extensions/README.default_parameters
A doc/sql.extensions/README.execute_block
1. Added new EXECUTE BLOCK statement
2. Added default paremeters in stored procedures
2004-01-13 13:40 eku
M src/common/utils.cpp
Fixed compilation problems with size_t. It's primarily defined in sys/types.h
2004-01-13 13:38 eku
M src/common/config/config.cpp
M src/common/config/config.h
M src/remote/inet.cpp
Port numbers are limited to 16 bit.
2004-01-13 09:52 robocop
M builds/win32/make_examples.bat
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/burp_proto.h
M src/burp/canonical.cpp
M src/burp/mvol.cpp
M src/burp/restore.epp
M src/burp/spit.cpp
M src/dsql/array.epp
M src/dsql/pass1.cpp
M src/include/fb_types.h
M src/jrd/ExecuteStatement.cpp
M src/jrd/ExecuteStatement.h
M src/jrd/blb.cpp
M src/jrd/blk.h
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/dbg.cpp
M src/jrd/dbt.cpp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/ext.cpp
M src/jrd/fun.epp
M src/jrd/idx.cpp
M src/jrd/inf.cpp
M src/jrd/jrd.cpp
M src/jrd/met.epp
M src/jrd/nav.cpp
M src/jrd/opt.cpp
M src/jrd/os/vms/extvms.cpp
M src/jrd/par.cpp
M src/jrd/pcmet.epp
M src/jrd/rng.cpp
M src/jrd/rse.cpp
M src/jrd/vio.cpp
M src/qli/meta.epp
M src/remote/protocol.cpp
M src/remote/protocol.h
M src/utilities/sbc_print.cpp
Cleanup
2004-01-12 18:56 arnobrinkman
M src/burp/restore.epp
Don't forget that a system_flag also can be NULL what also meant no system relation.
Thanks to Claudio for attention.
2004-01-12 06:58 skidder
M builds/posix/prefix.linux_amd64
M src/include/memory_routines.h
M src/jrd/common.h
M src/jrd/ibase.h
M src/jrd/intlobj.h
M src/jrd/jrd.cpp
M src/jrd/pag.cpp
M src/jrd/utl.cpp
M src/remote/xdr.cpp
Do more AMD64 fixes. libfbstatic builds and can do some basic stuff now
2004-01-12 06:24 stryqx
M builds/install/arch-specific/freebsd/install.sh.in
Cope with upgrades more gracefully.
2004-01-12 05:59 stryqx
M builds/install/arch-specific/freebsd/install.sh.in
libgds links to libfbembed for ClassicServer.
2004-01-12 05:40 skidder
M src/include/fb_types.h
Disable NATIVE_QUAD on true 64-bit platforms. dtype_quad (enabled by this define) duplicates dtype_int64 and doesn't work. Thus NATIVE_QUAD along with quad* are candidates for cleanup
2004-01-12 05:08 skidder
M src/jrd/gds_proto.h
M src/jrd/gdsold.h
64-bit port fixes
2004-01-12 04:58 skidder
A builds/posix/prefix.linux_amd64
M configure.in
Add prefix for my machine
2004-01-12 00:56 stryqx
M src/common/utils.cpp
Fix build on FreeBSD.
2004-01-11 12:28 dimitr
M src/jrd/opt.cpp
Fixed recently introduced regression. Never rely on vector data pointers after a grow() call.
2004-01-11 09:29 dimitr
M src/jrd/cmp.cpp
Fixed bug with computed fields referenced in a trigger context.
2004-01-11 09:28 dimitr
M src/jrd/pag.cpp
Fixed another ODS inconsistency.
2004-01-10 18:04 arnobrinkman
M src/dsql/ddl.cpp
M src/dsql/dsql.h
M src/dsql/pass1.cpp
Fix check constraint bug caused by my previously commit
2004-01-10 01:48 skidder
M src/jrd/cmp.cpp
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/opt.cpp
M src/jrd/req.h
Fix resource leak for recursive procedures when procedure request is closed at
SUSPEND statement. This leak prevented more then 1000 such operations for one connection.
This bug was reported by Claus Holst
2004-01-09 22:34 arnobrinkman
M src/burp/burp.h
M src/burp/restore.epp
Fix bug: "arithmetic exception, numeric overflow, or string truncation" on VIEW after restore.
This was caused if VIEW1 was referenced in VIEW2, but VIEW2 was restored before VIEW1.
Due that the calculated dbkey_length stored in RDB$RELATIONS for VIEW2 is wrong.
After all relations are restored a recalculation of dbkey_length for VIEWs is done.
This fix should also be added in the first release (SP ?) after FB1.5 final.
2004-01-09 02:23 arnobrinkman
M src/dsql/pass1.cpp
Change ambiguity check for proper handling of sub-queries and non-aliassed (derived)tables.
This doesn't work anymore :
"select table.field from table t"
But now this does work correctly :
"select * from table t join table on (table.ID = t.ID)"
2004-01-09 01:51 skidder
M src/jrd/blb.cpp
M src/jrd/dpm.epp
Do not allow to create BLOBs or set generators from read-only transactions.
This should finally close SF#750664
2004-01-09 01:21 skidder
M src/jrd/dpm.epp
Fix another bug mentioned in SF#750664
2004-01-09 01:06 skidder
M src/jrd/cch.cpp
Fix bug introduced during C->C++ porting effort.
One of the consequences of this bug were mentioned in the SF#750664
2004-01-08 21:29 skidder
M src/jrd/opt.cpp
Use backward-compatible default nulls ordering for old ODS as suggested by Dmitry Emanov to preserve backward compatibility
2004-01-08 17:15 skidder
M builds/win32/msvc7/Firebird2.sln
M builds/win32/msvc7/Firebird2Boot.sln
M builds/win32/msvc7/alice.vcproj
M builds/win32/msvc7/alice_classic.vcproj
M builds/win32/msvc7/build_msg.vcproj
M builds/win32/msvc7/burp.vcproj
M builds/win32/msvc7/burp_classic.vcproj
M builds/win32/msvc7/codes.vcproj
M builds/win32/msvc7/common.vcproj
M builds/win32/msvc7/common_classic.vcproj
M builds/win32/msvc7/common_static.vcproj
M builds/win32/msvc7/dsql_server.vcproj
M builds/win32/msvc7/dsql_server_classic.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/fb_lock_print.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbclient_static.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbguard.vcproj
M builds/win32/msvc7/fbserver.vcproj
M builds/win32/msvc7/fbudf.vcproj
M builds/win32/msvc7/gbak.vcproj
M builds/win32/msvc7/gdef.vcproj
M builds/win32/msvc7/gds32.vcproj
M builds/win32/msvc7/gfix.vcproj
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
M builds/win32/msvc7/gpre_static.vcproj
M builds/win32/msvc7/gsec.vcproj
M builds/win32/msvc7/gsplit.vcproj
M builds/win32/msvc7/gstat.vcproj
M builds/win32/msvc7/ib_udf.vcproj
M builds/win32/msvc7/ib_util.vcproj
M builds/win32/msvc7/instreg.vcproj
M builds/win32/msvc7/instsvc.vcproj
M builds/win32/msvc7/intl.vcproj
M builds/win32/msvc7/isql.vcproj
M builds/win32/msvc7/lock.vcproj
M builds/win32/msvc7/lock_classic.vcproj
M builds/win32/msvc7/nbackup.vcproj
M builds/win32/msvc7/qli.vcproj
M builds/win32/msvc7/remote.vcproj
M builds/win32/msvc7/remote_classic.vcproj
M builds/win32/msvc7/utilities.vcproj
M builds/win32/msvc7/utilities_classic.vcproj
M builds/win32/msvc7/wal.vcproj
M builds/win32/msvc7/wal_classic.vcproj
Update MSVC7 makefiles. Use VS2003 since nobody else is obviously using VS7 makefiles. To build with original VS.NET use one of the available converters (I fixed up VSPC to be able to convert Firebird projects, for example)
2004-01-08 05:49 robocop
D builds/misc/journal.gbak
M builds/win32/prepare.bat
Removing JOURNAL leftover. Thanks Blas.
2004-01-07 10:23 dimitr
M src/alice/alice.cpp
M src/burp/burp.cpp
M src/jrd/svc.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gstat/dba.epp
Removed handle leaks in the service manager.
2004-01-07 00:32 brodsom
M src/common/utils.cpp
Fix MINGW build
2004-01-07 00:31 brodsom
D builds/posix/Makefile.in.client.archive
M builds/posix/Makefile.in.client.gdef
D builds/posix/Makefile.in.client.journal
M builds/posix/Makefile.in.client.qli
D builds/posix/Makefile.in.embed.archive
D builds/posix/Makefile.in.embed.journal
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.libfbclient
M builds/posix/Makefile.in.refDatabases
M builds/posix/make.defaults
M builds/posix/make.shared.variables
M configure.in
Fix Posix build after
- utils.cpp creation
- WAL/JOURNAL removal
2004-01-06 10:54 robocop
M src/utilities/sbc_print.cpp
Typo in comment
2004-01-06 10:44 robocop
D src/journal
D src/jrd/ail.cpp
D src/jrd/ail.h
D src/jrd/jrn.cpp
D src/jrd/jrn.h
D src/jrd/jrn_proto.h
D src/jrd/old.cpp
D src/jrd/old.h
D src/jrd/old_proto.h
D src/jrd/os/vms/jio.cpp
D src/jrd/rec.cpp
D src/jrd/rec_proto.h
D src/wal
A requiem for JOURNAL and WAL.
Instructions in the list.
2004-01-06 10:33 robocop
M builds/win32/clean_all.bat
M builds/win32/make_all.bat
M builds/win32/make_boot.bat
M builds/win32/msvc6/Firebird2.dsw
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc6/gdef.dsp
M builds/win32/preprocess.bat
M src/dsql/dsql.tab.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dudley/exe.epp
M src/dudley/extract.epp
M src/dudley/parse.cpp
M src/gpre/cmd.cpp
M src/gpre/gpre.h
M src/gpre/sql.cpp
M src/jrd/all.cpp
M src/jrd/blk.h
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cch.h
M src/jrd/cch_proto.h
M src/jrd/dbg.cpp
M src/jrd/dbt.cpp
M src/jrd/dfw.epp
M src/jrd/dpm.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_util.epp
M src/jrd/inf.cpp
M src/jrd/isc_signal.h
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/os/vms/jio.cpp
M src/jrd/pag.cpp
M src/jrd/pag_proto.h
M src/jrd/sdw.cpp
M src/jrd/sdw_proto.h
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/vio.cpp
M src/qli/meta.epp
M src/utilities/install/install_client.cpp
M src/utilities/sbc_print.cpp
A requiem for JOURNAL and WAL.
Instructions in the list.
2004-01-06 10:27 robocop
M src/jrd/common.h
Fix my stupid mistake
2004-01-05 05:03 skidder
M builds/win32/msvc7/Firebird2.sln
fix solution file
2004-01-04 14:12 dimitr
M src/dsql/utld.cpp
Fixed old FB2 bug.
2004-01-04 04:43 robocop
M src/isql/isql.h
Misc change, style
2004-01-04 04:41 robocop
M src/jrd/met.epp
Fixing wrong indentation, nothing else.
2004-01-03 14:12 fsg
M src/common/utils.cpp
M src/isql/isql.h
M src/qli/blk.h
M src/qli/compile.cpp
M src/qli/expand.cpp
M src/qli/format.cpp
M src/qli/gener.cpp
M src/qli/parse.cpp
M src/qli/report.cpp
M src/qli/report.h
Some changes to get it compiled under linux.
Use const declarations for BLANK etc. in isql.h again.
FSG
2004-01-03 12:39 epocman
M src/jrd/os/win32/ibinitdll.cpp
More Win32 1.5 -> HEAD synchronisation.
2004-01-03 12:32 epocman
A doc/README.Win32LibraryInstallation.txt
M doc/install_win32.txt
More Win32 1.5 -> HEAD synchronisation. Updated documentation regarding gds32.dll and instclient.exe
2004-01-03 12:20 epocman
M builds/win32/make_all.bat
M builds/win32/msvc6/Firebird2.dsw
A builds/win32/msvc6/instclient.dsp
A builds/win32/msvc7/instclient.vcproj
A src/utilities/install/install.cpp
A src/utilities/install/install_client.cpp
M src/utilities/install/install_nt.h
A src/utilities/install/install_proto.h
M src/utilities/install/servi_proto.h
M src/utilities/install/services.cpp
Win32 HEAD porting of 1.5 branch RC8 latest updates, to keep HEAD in synch with about to be released 1.5.
Please someone check and adjust MSVC7 compile, cause I only have MSVC6.
2004-01-03 10:59 robocop
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/tdr.cpp
M src/gpre/gpre.cpp
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/journal/archive.cpp
M src/journal/console.cpp
M src/journal/rebuild.epp
M src/journal/server.epp
M src/jrd/ail.cpp
M src/jrd/blb.cpp
M src/jrd/blf_proto.h
M src/jrd/blk.h
M src/jrd/blob_filter.cpp
M src/jrd/btr.cpp
M src/jrd/btr_proto.h
M src/jrd/cch.cpp
M src/jrd/cch.h
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/common.h
M src/jrd/dbg.cpp
M src/jrd/dbt.cpp
M src/jrd/dfw.epp
M src/jrd/dpm.epp
M src/jrd/dyn.epp
M src/jrd/dyn.h
M src/jrd/dyn_def.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_util.epp
M src/jrd/err.cpp
M src/jrd/event.h
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/ext.cpp
M src/jrd/fun.epp
M src/jrd/gds.cpp
M src/jrd/grant.epp
M src/jrd/idx.cpp
M src/jrd/inf.cpp
M src/jrd/ini.epp
M src/jrd/isc.h
M src/jrd/isc_s_proto.h
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/jrn.cpp
M src/jrd/jrn.h
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/nav.cpp
M src/jrd/old.cpp
M src/jrd/opt.cpp
M src/jrd/os/vms/extvms.cpp
M src/jrd/os/vms/jio.cpp
M src/jrd/pag.cpp
M src/jrd/par.cpp
M src/jrd/pcmet.epp
M src/jrd/rec.cpp
M src/jrd/req.h
M src/jrd/rlck.cpp
M src/jrd/rng.cpp
M src/jrd/rse.cpp
M src/jrd/sch.cpp
M src/jrd/scl.epp
M src/jrd/scl_proto.h
M src/jrd/sdw.cpp
M src/jrd/svc.h
M src/jrd/thd.cpp
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/val.cpp
M src/jrd/vio.cpp
M src/jrd/why.cpp
M src/lock/lock.cpp
M src/lock/lock.h
M src/misc/print.cpp
M src/remote/allr.cpp
M src/remote/inet.cpp
M src/remote/os/vms/chuser.cpp
M src/remote/os/win32/property.cpp
M src/remote/os/win32/window.h
M src/remote/os/win32/winmain.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/protocol.cpp
M src/remote/remot_proto.h
M src/remote/remote.cpp
M src/remote/remote.h
M src/remote/server.cpp
M src/wal/wal.h
Cleanup:
const correctness
BOOLEAN -> bool
Vars in scope
Formatting
JRD_REQ -> jrd_req*
JRD_TRA -> jrd_tra*
JRD_REL -> jrd_rel*
JRD_FLD -> jrd_fld*
event -> event_t, EVENT_T dropped, EVENT should go in the future
Frank's corrections
alice's STR -> alice_str*
remote's STR -> rem_str*
etc.
It creates entities and backups and restores for me. :-)
2004-01-03 01:29 skidder
M builds/win32/msvc7/Firebird2.sln
M builds/win32/msvc7/common.vcproj
M builds/win32/msvc7/common_classic.vcproj
M builds/win32/msvc7/isql.vcproj
Fix up MSVC7 makefiles
2003-12-31 22:40 skidder
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/dmp.cpp
M src/jrd/ods.h
Fix ODS10 support after per-segment index selectivity was introduced
2003-12-31 21:18 skidder
M src/jrd/dyn_def.epp
Fix bug that Claudio exposed
2003-12-31 16:09 skidder
M src/jrd/evl.cpp
Fix issues noted by Claudio
2003-12-31 10:33 robocop
A src/common/utils.cpp
A src/common/utils_proto.h
adding obviously missing files, thanks Arno.
2003-12-31 05:36 robocop
M builds/win32/blrtable.bat
M builds/win32/make_boot.bat
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/isql.dsp
M src/burp/burp.cpp
M src/common/fb_exception.cpp
M src/dsql/metd.epp
M src/dsql/pass1.cpp
M src/dudley/ddl.cpp
M src/include/fb_exception.h
M src/include/fb_string.h
M src/include/fb_types.h
M src/include/firebird.h
M src/intl/lc_ascii.cpp
M src/intl/lc_ascii.h
M src/intl/lc_big5.cpp
M src/intl/lc_big5.h
M src/intl/lc_dos.cpp
M src/intl/lc_dos.h
M src/intl/lc_iso8859_1.cpp
M src/intl/lc_iso8859_2.cpp
M src/intl/lc_jis.cpp
M src/ipserver/ipserver.cpp
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql_proto.h
M src/isql/show.epp
M src/journal/console.cpp
M src/journal/gjrn.cpp
M src/journal/miscj.cpp
M src/journal/miscj_proto.h
M src/journal/oldr.cpp
M src/journal/rebuild.epp
M src/journal/server.epp
M src/jrd/ail.cpp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cch_proto.h
M src/jrd/common.h
M src/jrd/cvt.cpp
M src/jrd/dfw.epp
M src/jrd/dls.cpp
M src/jrd/dls_proto.h
M src/jrd/dmp.cpp
M src/jrd/dpm.epp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_proto.h
M src/jrd/event.cpp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/ext.cpp
M src/jrd/fun.epp
M src/jrd/grant.epp
M src/jrd/grant_proto.h
M src/jrd/idx.cpp
M src/jrd/ini.epp
M src/jrd/intl_builtin.cpp
M src/jrd/isc_file.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd_pwd.h
M src/jrd/jrn.cpp
M src/jrd/jrn.h
M src/jrd/jrn_proto.h
M src/jrd/lck.cpp
M src/jrd/lck_proto.h
M src/jrd/log.cpp
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/misc.cpp
M src/jrd/nav.cpp
M src/jrd/nbak.cpp
M src/jrd/old.cpp
M src/jrd/old.h
M src/jrd/os/pio_proto.h
M src/jrd/os/posix/unix.cpp
M src/jrd/os/vms/extvms.cpp
M src/jrd/os/vms/jio.cpp
M src/jrd/os/vms/vms.cpp
M src/jrd/os/vms/vmslo_proto.h
M src/jrd/os/vms/vmslock.cpp
M src/jrd/os/win32/path_utils.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/pag.cpp
M src/jrd/pag_proto.h
M src/jrd/par.cpp
M src/jrd/pcmet.epp
M src/jrd/pcmet_proto.h
M src/jrd/pwd.cpp
M src/jrd/rec.cpp
M src/jrd/req.h
M src/jrd/rlck.cpp
M src/jrd/rng.cpp
M src/jrd/rpb_chain.cpp
M src/jrd/rse.cpp
M src/jrd/sbm.cpp
M src/jrd/sbm.h
M src/jrd/sbm_proto.h
M src/jrd/scl.epp
M src/jrd/scl_proto.h
M src/jrd/sdw.cpp
M src/jrd/sdw_proto.h
M src/jrd/shut.cpp
M src/jrd/sqz.cpp
M src/jrd/sqz.h
M src/jrd/sqz_proto.h
M src/jrd/svc.cpp
M src/jrd/sym.cpp
M src/jrd/sym_proto.h
M src/jrd/tpc.cpp
M src/jrd/tra.cpp
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
M src/jrd/why.cpp
M src/lock/lock.cpp
M src/lock/lock.h
M src/lock/lock_proto.h
M src/misc/blrtable.cpp
M src/qli/mov.cpp
M src/qli/show.epp
M src/remote/interface.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/security.epp
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dba_full.epp
M src/utilities/gstat/ppg.cpp
M src/utilities/rebuild/rebuild.cpp
M src/utilities/stats.epp
Cleanup
2003-12-30 02:48 skidder
M src/utilities/gsec/gsec.cpp
Correction
2003-12-30 02:06 skidder
M builds/install/arch-specific/linux/Makefile.in
Forward port generation of external debug info to FB2 HEAD
2003-12-28 13:42 arnobrinkman
M src/jrd/btn.cpp
M src/jrd/btr.cpp
use standard memcpy / memmove functions and fix a bug with large-key index
2003-12-27 23:48 skidder
M builds/posix/prefix.linux
Build debuggable release binaries on Linux
2003-12-27 22:03 skidder
M src/jrd/ibase.h
Add Firebird version define to ibase.h
2003-12-27 18:50 fsg
M src/isql/isql.epp
oops, it wasn't intended to commit isql.epp, so roll it back
FSG
2003-12-27 17:59 fsg
M src/burp/burp.cpp
M src/burp/restore.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/jrd/evl_string.h
M src/jrd/idx.cpp
M src/jrd/why.cpp
First changes to get it compiled under linux again.
FSG
2003-12-27 04:37 skidder
M src/jrd/cmp.cpp
M src/jrd/constants.h
M src/jrd/evl.cpp
M src/jrd/evl_like.cpp
M src/jrd/evl_proto.h
M src/jrd/evl_string.h
M src/jrd/evl_string_test.cpp
M src/jrd/exe.h
M src/jrd/intl.cpp
M src/jrd/intl_classes.h
M src/jrd/intlobj.h
M src/jrd/opt.cpp
Integrate new LIKE/STARTING WITH/CONTAINING algorithms into the engine. This has following impact:
1. String functions now search BLOBs correctly
2. Their performace is improved
3. Fixed crash when NULL is passed as escape value to LIKE
2003-12-24 15:09 dimitr
M src/ipserver/ipserver.cpp
Fixed one more server crash.
2003-12-24 13:04 dimitr
M src/jrd/rse.cpp
M src/jrd/sort.cpp
M src/jrd/sort.h
Fixed server crashes in sort finilization. Thanks to Vlad Horsun and Oleg Loa.
2003-12-24 12:23 dimitr
M src/remote/os/win32/srvr_w32.cpp
Fixed internal window issue.
2003-12-22 18:32 dimitr
M src/jrd/isc_file.cpp
Fixed bug introduced some months ago.
2003-12-22 18:26 dimitr
M src/burp/mvol.cpp
Oooops, sorry.
2003-12-22 18:03 dimitr
M src/jrd/vio.cpp
Minor addition to one of my previous changes.
2003-12-22 18:00 dimitr
M src/burp/mvol.cpp
Another bugfix by Oleg Loa. Never terminate the server when GBAK is running as a service.
2003-12-22 17:51 dimitr
M src/jrd/evl.cpp
Fixed bug in nulls handling in BETWEEN. Thanks to Oleg Loa.
2003-12-22 10:00 robocop
M src/alice/alice.cpp
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/burp_proto.h
M src/burp/restore.epp
M src/common/classes/vector.h
M src/dsql/array.epp
M src/dsql/array_proto.h
M src/dsql/dsql.cpp
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dudley/exe.epp
M src/gpre/cme.cpp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/pretty.cpp
M src/gpre/sql.cpp
M src/include/fb_types.h
M src/include/fb_vector.h
M src/ipserver/ipapi_proto.h
M src/ipserver/ipc.h
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
M src/isql/show.epp
M src/journal/gjrn.cpp
M src/jrd/ExecuteStatement.cpp
M src/jrd/ail.cpp
M src/jrd/all.cpp
M src/jrd/all.h
M src/jrd/alt.cpp
M src/jrd/alt_proto.h
M src/jrd/blb.cpp
M src/jrd/blob_filter.cpp
M src/jrd/blp.h
M src/jrd/bookmark.cpp
M src/jrd/btr.cpp
M src/jrd/builtin.cpp
M src/jrd/cch.cpp
M src/jrd/cch_proto.h
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/dfw.epp
M src/jrd/dsc.cpp
M src/jrd/dsc.h
M src/jrd/entry.h
M src/jrd/event.cpp
M src/jrd/event.h
M src/jrd/event_proto.h
M src/jrd/evl.cpp
M src/jrd/evl_proto.h
M src/jrd/exe.cpp
M src/jrd/filters.cpp
M src/jrd/flu_proto.h
M src/jrd/functions.cpp
M src/jrd/gds.cpp
M src/jrd/gdsold.h
M src/jrd/ibase.h
M src/jrd/idx.cpp
M src/jrd/ini.h
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/jrd_proto.h
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/nbak.cpp
M src/jrd/opt.cpp
M src/jrd/os/path_utils.h
M src/jrd/os/vms/vmsevent.cpp
M src/jrd/par.cpp
M src/jrd/rlck.cpp
M src/jrd/rse.cpp
M src/jrd/sdw.cpp
M src/jrd/sdw_proto.h
M src/jrd/sort.cpp
M src/jrd/sort.h
M src/jrd/sort_mem.cpp
M src/jrd/tra.cpp
M src/jrd/utl.cpp
M src/jrd/utl_proto.h
M src/jrd/val.cpp
M src/jrd/val.h
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
M src/jrd/why.cpp
M src/jrd/why_proto.h
M src/qli/meta.epp
M src/qli/mov.cpp
M src/remote/inter_proto.h
M src/remote/interface.cpp
M src/remote/protocol.cpp
M src/remote/protocol.h
M src/remote/remote.h
M src/remote/server.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec.h
M src/utilities/gsec/gsec_proto.h
M src/utilities/gsec/secur_proto.h
M src/utilities/gsec/security.epp
General cleanup
2003-12-22 01:38 skidder
M src/jrd/pag.cpp
Fix leak from connection memory pool when isc_database_info is called. Do not backport to FB1.5 because bug was present in FB1 codebase
2003-12-21 23:54 skidder
M builds/win32/defs/fbclient.def
M builds/win32/defs/fbclient_debug.def
M builds/win32/defs/gds32.def
M builds/win32/defs/gds32_debug.def
M src/dsql/array.epp
M src/dsql/array_proto.h
M src/jrd/ibase.h
Rollback crazy change made by Dimitry Sibiryakov and approved by Claudio Valderrama. We should not break compatibility with half of the world without apparent reasons.
2003-12-21 02:34 skidder
M src/jrd/blp.h
M src/jrd/exe.h
M src/jrd/opt.cpp
M src/jrd/par.cpp
Implement MSSQL-like (standard conforming) behavior regarding default nulls placement.
Thanks to Arno changes we can map default placement to indices directly for ODS11+.
This should close SF#225218
2003-12-21 01:35 skidder
M src/dsql/dsql.tab.h
M src/dsql/parse.cpp
Update parse.cpp
2003-12-21 00:07 skidder
M src/dsql/gen.cpp
M src/dsql/node.h
M src/dsql/parse.y
M src/jrd/blr.h
M src/jrd/par.cpp
Fix minor flaw in explicit nulls placement design. This change doesn't cause any
user-visible changes in engine behavior. Fix is critical for future development
in this area and needs to be backported in B1_5_Release.
2003-12-17 11:05 aafemt
M builds/posix/Makefile.in.client.util
Add db_alias.cpp to gstat
2003-12-15 21:10 dimitr
M src/jrd/btr.cpp
Fixed my yesterday's bug.
2003-12-14 22:29 skidder
M src/journal/gjrn.cpp
M src/jrd/sch.cpp
M src/utilities/gsec/gsec.cpp
Linux-related Services API fixes. All Services API work on Linux CS now.
2003-12-14 18:26 dimitr
M src/alice/all.cpp
M src/common/classes/array.h
M src/dsql/alld.cpp
Minor cleanup
2003-12-14 18:22 dimitr
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/dfw.epp
M src/jrd/ods.h
IMPORTANT - this commit introduces an ODS change!
1. Added selectivity to idx_repeat and irtd
2. Let's make the selectivity array independent from ODS
3. Cleanup
TODO - use per-segment selectivities in the optimizer and get rid of idx::idx_selectivity for ever
2003-12-14 04:44 skidder
M src/alice/alice.cpp
M src/burp/burp.cpp
M src/dudley/ddl.cpp
M src/journal/gjrn.cpp
M src/jrd/svc.cpp
M src/lock/print.cpp
M src/utilities/cache.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dba_full.epp
M src/utilities/sbc_print.cpp
M src/wal/wal_prnt.cpp
Enable gfix/gstat services API on classic builds. Rollback Blas' changes in this area
2003-12-14 04:39 skidder
M builds/win32/msvc7/Firebird2.sln
M builds/win32/msvc7/common.vcproj
M builds/win32/msvc7/common_classic.vcproj
M builds/win32/msvc7/common_static.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/fbclient.vcproj
M builds/win32/msvc7/fbclient_static.vcproj
M builds/win32/msvc7/nbackup.vcproj
Fix MSVC7 makefiles. Note: I didn't test them with VC 7.0, only 7.1
2003-12-14 04:34 skidder
M src/common/config/config.cpp
Fix another initializatoin race condition
2003-12-14 04:33 skidder
M src/jrd/sch.cpp
Fix initializatoin race condition
2003-12-14 04:24 skidder
M src/include/fb_types.h
M src/journal/console.cpp
M src/journal/rebuild.epp
Fix Linux build
2003-12-13 14:43 dimitr
M src/utilities/gstat/dba.epp
Make gstat to work with database aliases.
2003-12-13 14:42 dimitr
M builds/win32/msvc6/Firebird2.dsw
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/fbclient.dsp
1) Move db_alias.cpp to common.lib
2) Add common.lib to gstat.exe
2003-12-13 10:59 dimitr
M src/common/config/config_file.cpp
Let's be compatible with the config files open in binary mode.
2003-12-13 10:42 dimitr
M src/jrd/exe.cpp
M src/jrd/tra.h
M src/jrd/vio.cpp
Get rid of the free block lists. Our memory manager handles it better.
2003-12-12 17:33 dimitr
M src/jrd/cmp.cpp
Always copy message structures. Keep all message references in sync. Never allow one message node to be shared between different RSBs.
2003-12-12 17:26 dimitr
M src/jrd/svc.cpp
Removed v1.5 stub.
2003-12-11 23:06 arnobrinkman
M src/jrd/btr.cpp
M src/jrd/opt.cpp
Fix some descending bugs i created
2003-12-11 10:33 robocop
M src/include/fb_types.h
M src/intl/cv_big5.cpp
M src/intl/cv_big5.h
M src/intl/cv_gb2312.cpp
M src/intl/cv_gb2312.h
M src/intl/cv_jis.cpp
M src/intl/cv_jis.h
M src/intl/cv_ksc.cpp
M src/intl/cv_ksc.h
M src/intl/cv_unicode_fss.cpp
M src/intl/cv_unicode_fss.h
M src/intl/lc_ascii.cpp
M src/intl/lc_ascii.h
M src/intl/lc_big5.cpp
M src/intl/lc_dos.cpp
M src/intl/lc_dos.h
M src/intl/lc_gb2312.cpp
M src/intl/lc_iso8859_2.cpp
M src/intl/lc_jis.cpp
M src/intl/lc_ksc.cpp
M src/intl/lc_unicode_ucs2.cpp
M src/journal/archive.cpp
M src/journal/console.cpp
M src/journal/rebuild.epp
M src/journal/server.epp
M src/jrd/ail.cpp
M src/jrd/alt.cpp
M src/jrd/blb.cpp
M src/jrd/blb_proto.h
M src/jrd/blf_proto.h
M src/jrd/blob_filter.cpp
M src/jrd/blob_filter.h
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/dfw.epp
M src/jrd/dpm.epp
M src/jrd/evl.cpp
M src/jrd/evl_like.cpp
M src/jrd/evl_proto.h
M src/jrd/exe.cpp
M src/jrd/filters.cpp
M src/jrd/idx.cpp
M src/jrd/idx_proto.h
M src/jrd/ini.epp
M src/jrd/intl.cpp
M src/jrd/intl_builtin.cpp
M src/jrd/intl_classes.h
M src/jrd/intl_proto.h
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/jrn.cpp
M src/jrd/jrn.h
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/nav.cpp
M src/jrd/nbak.cpp
M src/jrd/ods.h
M src/jrd/old.cpp
M src/jrd/opt.cpp
M src/jrd/pag.cpp
M src/jrd/par.cpp
M src/jrd/rec.cpp
M src/jrd/req.h
M src/jrd/rse.cpp
M src/jrd/sbm.cpp
M src/jrd/sdl.cpp
M src/jrd/sdl_proto.h
M src/jrd/sdw.cpp
M src/jrd/shut.cpp
M src/jrd/sort.cpp
M src/jrd/sort.h
M src/jrd/sort_proto.h
M src/jrd/sqz.cpp
M src/jrd/tpc.cpp
M src/jrd/tra.cpp
M src/jrd/val.cpp
M src/jrd/vio.cpp
M src/lock/driver.cpp
M src/remote/inet.cpp
M src/utilities/sbc_print.cpp
M src/wal/wal.cpp
ping-pong cleanup: change one place and you have to change several others
2003-12-11 08:26 dimitr
M src/remote/inet.cpp
Replaced itoa with snprintf.
2003-12-11 00:00 arnobrinkman
M src/dsql/dsql.cpp
bugfix: Post a error when no input string is given else engine will crash.
2003-12-06 18:13 dimitr
M src/dsql/metd.epp
Fixed problem with parameters used as UDF arguments with type of CSTRING.
2003-12-06 15:52 dimitr
M src/remote/inet.cpp
Fixed issues with TCP/IP port/service specification.
2003-12-06 09:40 alexpeshkoff
M builds/install/arch-specific/linux/super/postinstall.sh.in
M builds/install/arch-specific/linux/super/preuninstall.sh.in
SS scripts - slightly optimized for various linux distibutions
2003-12-06 09:39 alexpeshkoff
M src/jrd/svc.cpp
fixed SS shutdown in case on internal deadlock
2003-12-06 02:58 skidder
M src/jrd/dfw.epp
M src/jrd/met.epp
M src/jrd/met_proto.h
1) Implement separate algorithm of procedure dependency tracking for
procedure modification case. This significantly decreases database restore
times for schemas using lots of procedures calling each other and using tables
with many triggers.
2) Enable metadata cache logging for PROD_BUILD because it has importance,
actually
2003-12-05 20:39 skidder
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
M builds/win32/msvc7/gstat.vcproj
Update MSVC7 makefiles. Files were actually edited using VS2003 and then version numbers were replaced back to 7.0
2003-12-05 10:35 robocop
M src/common/classes/alloc.h
M src/common/classes/array.h
M src/common/classes/vector.h
M src/journal/archive.cpp
M src/journal/oldr.cpp
M src/journal/rebuild.epp
M src/journal/server.epp
M src/jrd/ail.cpp
M src/jrd/ail.h
M src/jrd/cch.cpp
M src/jrd/cch_proto.h
M src/jrd/enc.cpp
M src/jrd/enc_proto.h
M src/jrd/jrd.cpp
M src/jrd/jrn.cpp
M src/jrd/jrn_proto.h
M src/jrd/llio.cpp
M src/jrd/llio_proto.h
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/misc.cpp
M src/jrd/misc.h
M src/jrd/misc_proto.h
M src/jrd/ods.h
M src/jrd/old.cpp
M src/jrd/os/guid.h
M src/jrd/os/posix/guid.cpp
M src/jrd/os/win32/guid.cpp
M src/jrd/pag.cpp
M src/jrd/pag_proto.h
M src/jrd/perf.cpp
M src/jrd/perf_proto.h
M src/jrd/rec.cpp
M src/jrd/rec_proto.h
M src/jrd/rpb_chain.h
M src/jrd/sdw.cpp
M src/jrd/sdw_proto.h
M src/jrd/val.cpp
M src/misc/codes.epp
M src/remote/inet.cpp
M src/utilities/gstat/dba.epp
M src/utilities/gstat/ppg.cpp
M src/utilities/gstat/ppg_proto.h
M src/wal/driver.cpp
M src/wal/wal.cpp
M src/wal/wal_proto.h
M src/wal/walc.cpp
M src/wal/walc_proto.h
M src/wal/walf.cpp
M src/wal/walf_proto.h
M src/wal/walr.cpp
M src/wal/walw.cpp
Cleanup
Some name changes
Try to fix SINIX-Z problems with send() prototype
2003-12-04 00:55 arnobrinkman
M src/jrd/btr.cpp
another descending problem
2003-12-04 00:22 arnobrinkman
M src/jrd/btr.cpp
M src/jrd/opt.cpp
Fix bugs created by myself and the problem (finally ;-) why descending indices were slower as ascending in some cases.
2003-12-03 08:44 robocop
M src/jrd/btn.cpp
M src/jrd/btn.h
constness fun
2003-12-03 08:19 robocop
M src/burp/backup.epp
M src/dsql/array.epp
M src/dsql/ddl.cpp
M src/dsql/dsql.h
M src/dsql/user_dsql.cpp
M src/gpre/exp.cpp
M src/ipserver/ipapi_proto.h
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
M src/isql/extra_proto.h
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/isql_proto.h
M src/isql/show.epp
M src/isql/show_proto.h
M src/jrd/alt.cpp
M src/jrd/alt_proto.h
M src/jrd/blb.cpp
M src/jrd/cmp.cpp
M src/jrd/dfw.epp
M src/jrd/entry.h
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/gdsold.h
M src/jrd/ibase.h
M src/jrd/idx.cpp
M src/jrd/idx_proto.h
M src/jrd/ini.epp
M src/jrd/ini.h
M src/jrd/ini_proto.h
M src/jrd/jrd.cpp
M src/jrd/jrd_proto.h
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/nav.cpp
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/jrd/pcmet_proto.h
M src/jrd/req.h
M src/jrd/rlck_proto.h
M src/jrd/sdl.cpp
M src/jrd/sdl_proto.h
M src/jrd/svc.cpp
M src/jrd/svc_proto.h
M src/jrd/trig.h
M src/jrd/why.cpp
M src/jrd/why_proto.h
M src/remote/inet.cpp
M src/remote/inet_proto.h
M src/remote/inter_proto.h
M src/remote/interface.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/os/win32/wnet_proto.h
M src/remote/server.cpp
M src/remote/xnet.cpp
M src/remote/xnet_proto.h
M src/utilities/create_db.cpp
M src/utilities/run_service.cpp
More cleanup
2003-12-03 01:53 brodsom
M src/iscguard/iscguard.cpp
Correction
2003-12-02 16:04 brodsom
M src/iscguard/iscguard.cpp
Fix posix build (const_cast needed)
2003-12-02 16:03 brodsom
M builds/posix/Makefile.in.client.util
Fix posix builds (new btn.cpp source)
2003-12-02 15:35 arnobrinkman
M src/jrd/btr.cpp
remove unnessecary code
2003-12-02 15:08 alexpeshkoff
M src/jrd/idx.cpp
Fixed use of descending index as table's primary key.
Problems were related with referencing such table in foreign key.
2003-12-02 11:52 aafemt
M src/jrd/btr.cpp
Wrong variable name fixed. Thanks to Claudio
2003-12-02 08:35 eku
M src/dsql/parse.cpp
Fixed syntax error.
2003-12-02 02:50 brodsom
M builds/posix/make.shared.variables
Fix posix build, add new source btn.cpp.
2003-12-02 02:47 brodsom
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/gpre/exp.cpp
M src/isql/isql.epp
M src/jrd/btr.cpp
Fix scope change that breaks posix build
2003-12-01 19:44 dimitr
M src/common/config/config.cpp
Small correction.
2003-12-01 18:36 dimitr
M src/jrd/trig.h
Fixed PK/FK problem caused by my yesterday's commit.
Let's adjust RDB$TRIGGER_18 to allow modifications of RDB$STATISTICS.
2003-12-01 17:53 dimitr
M src/common/classes/array.h
Oops, sorry.
2003-12-01 16:29 dimitr
M src/common/classes/array.h
Correction
2003-12-01 10:25 arnobrinkman
A src/jrd/btn.cpp
A src/jrd/btn.h
Enhanced Index Structure.
1) NULLs on top when sorting on ASC index, DESC stays the same.
2) Support for larger index lengths, can be up to 1/4 page size.
3) Store record-number on non-leafpages for faster lookup in many duplicates.
4) Jump-nodes for faster key-lookup in index on larger page-sizes.
5) Segment selectivity calculation added.
2003-12-01 02:51 arnobrinkman
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc6/gstat.dsp
Enhanced Index Structure.
1) NULLs on top when sorting on ASC index, DESC stays the same.
2) Support for larger index lengths, can be up to 1/4 page size.
3) Store record-number on non-leafpages for faster lookup in many duplicates.
4) Jump-nodes for faster key-lookup in index on larger page-sizes.
5) Segment selectivity calculation added.
2003-12-01 02:37 arnobrinkman
M src/journal/rebuild.epp
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/btr_proto.h
M src/jrd/cch.cpp
M src/jrd/constants.h
M src/jrd/idx.cpp
M src/jrd/nav.cpp
M src/jrd/ods.h
M src/jrd/opt.cpp
M src/jrd/rec.cpp
M src/jrd/val.cpp
M src/utilities/gstat/dba.epp
Enhanced Index Structure.
1) NULLs on top when sorting on ASC index, DESC stays the same.
2) Support for larger index lengths, can be up to 1/4 page size.
3) Store record-number on non-leafpages for faster lookup in many duplicates.
4) Jump-nodes for faster key-lookup in index on larger page-sizes.
5) Segment selectivity calculation added.
2003-11-30 21:14 dimitr
M src/include/gen/ids.h
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/btr_proto.h
M src/jrd/dfw.epp
M src/jrd/dfw_proto.h
M src/jrd/idx.cpp
M src/jrd/idx_proto.h
M src/jrd/irq.h
M src/jrd/pcmet.epp
Let's support segment-level selectivities. Amen.
2003-11-30 21:05 dimitr
M src/jrd/ini.epp
M src/jrd/relations.h
Added new field to RDB$INDEX_SEGMENTS
2003-11-30 21:04 dimitr
M src/jrd/grant.epp
M src/jrd/tra.cpp
Minor change
2003-11-30 21:01 dimitr
M src/common/classes/array.h
1) Const correctness
2) A few extra vector-like methods
2003-11-30 20:23 arnobrinkman
M src/jrd/cmp.cpp
Fix a bug,
when end() returns pointer with value 0x0000000 then after -1 this value is bigger as begin()
2003-11-30 19:13 skidder
M src/jrd/blb.h
M src/jrd/btr.h
M src/jrd/dpm_proto.h
M src/jrd/dyn_proto.h
M src/jrd/entry.h
M src/jrd/exe_proto.h
M src/jrd/idx_proto.h
M src/jrd/inf_proto.h
M src/jrd/jrd.h
M src/jrd/jrd_proto.h
M src/jrd/met_proto.h
M src/jrd/pcmet_proto.h
M src/jrd/req.h
M src/jrd/rlck_proto.h
M src/jrd/tra.h
M src/jrd/tra_proto.h
M src/jrd/val.h
M src/jrd/vio_proto.h
Finish fixing class/struct inconsistencies. Firebird now builds using MSVC2003
2003-11-30 14:13 skidder
M src/jrd/cmp.cpp
Little correction in my invariant-tracking changes
2003-11-30 06:41 robocop
M src/isql/extra_proto.h
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/isql_proto.h
M src/isql/isql_win.h
M src/isql/show.epp
M src/isql/show_proto.h
isql: more cleanup and restore the ability to have nested INPUT commands or run INPUT commands from the interactive session without quitting it.
2003-11-30 02:12 skidder
M src/jrd/cch.h
M src/jrd/jrd.h
M src/jrd/os/pio_proto.h
Begin fixing class/struct inconsistencies. This work is a part of task to make Firebird build using MSVC2003
2003-11-30 01:59 skidder
M src/jrd/jrd.h
Begin fixing class/struct inconsistencies. This work is a part of task to make Firebird build using MSVC2003
2003-11-28 06:48 robocop
M builds/win32/msvc6/build_msg.dsp
M builds/win32/msvc6/codes.dsp
M src/alice/alice.cpp
M src/dsql/array.epp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql_proto.h
M src/dsql/errd.cpp
M src/dsql/gen.cpp
M src/dsql/hsh.cpp
M src/dsql/keywords.cpp
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/parse.cpp
M src/dsql/parse.sed
M src/dsql/parse.y
M src/dsql/parse_proto.h
M src/dsql/pass1.cpp
M src/dsql/prepa_proto.h
M src/dsql/preparse.cpp
M src/dsql/user__proto.h
M src/dsql/user_dsql.cpp
M src/dsql/utld.cpp
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cme.cpp
M src/gpre/cmp.cpp
M src/gpre/cob.cpp
M src/gpre/exp.cpp
M src/gpre/exp_proto.h
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/gpre_proto.h
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/gpre/msc.cpp
M src/gpre/par.cpp
M src/gpre/pas.cpp
M src/gpre/pat.cpp
M src/gpre/pretty.cpp
M src/gpre/sqe.cpp
M src/gpre/sql.cpp
M src/include/gen/msg_facs.h
M src/ipserver/alli.cpp
M src/ipserver/alli_proto.h
M src/ipserver/ipapi_proto.h
M src/ipserver/ipcevent.cpp
M src/ipserver/ipcli_proto.h
M src/ipserver/ipclient.cpp
M src/ipserver/ipevt_proto.h
M src/ipserver/ips.h
M src/ipserver/ipserver.cpp
M src/ipserver/ipsrv_proto.h
M src/iscguard/cntl_guard.cpp
M src/iscguard/cntlg_proto.h
M src/iscguard/iscguard.cpp
M src/iscguard/iscguard.h
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql_proto.h
M src/isql/isql_win.cpp
M src/isql/isql_win.h
M src/isql/isqlw_proto.h
M src/isql/show.epp
M src/journal/server.epp
M src/jrd/ExecuteStatement.cpp
M src/jrd/alt.cpp
M src/jrd/alt_proto.h
M src/jrd/entry.h
M src/jrd/event.cpp
M src/jrd/event_proto.h
M src/jrd/gds.cpp
M src/jrd/gdsold.h
M src/jrd/ibase.h
M src/jrd/isc_s_proto.h
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd_proto.h
M src/jrd/rpb_chain.cpp
M src/jrd/scroll_cursors.h
M src/jrd/svc.cpp
M src/jrd/svc_proto.h
M src/jrd/svc_undoc.h
M src/jrd/utl.cpp
M src/jrd/utl_proto.h
M src/jrd/why.cpp
M src/jrd/why_proto.h
M src/lock/lock.cpp
M src/lock/lock_proto.h
M src/lock/print.cpp
M src/remote/inter_proto.h
M src/remote/interface.cpp
M src/remote/remote.h
M src/remote/remote_def.h
M src/remote/server.cpp
M src/remote/xnet.h
M src/utilities/common/cmd_util_proto.h
M src/utilities/gsec/gsecswi.h
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dbaswi.h
M src/utilities/ibmgr/ibmgr.h
M src/utilities/ibmgr/ibmgrswi.h
M src/utilities/install/install_nt.h
M src/utilities/print_pool.cpp
M src/utilities/rebuild/rebuild.h
M src/wal/walc.cpp
const correctness
vars in scope
minimal interface cleanup
small bug fixes
2003-11-27 11:39 dimitr
M src/jrd/cmp.cpp
M src/jrd/jrd.h
M src/jrd/met.epp
Fixed bugs related to metadata cache and database shutdown.
2003-11-27 11:11 aafemt
M src/jrd/fun.epp
M src/jrd/fun_proto.h
'struct' cleanup
2003-11-26 11:15 aafemt
M src/jrd/blob_filter.cpp
M src/jrd/builtin.cpp
M src/jrd/flu.cpp
M src/jrd/flu.h
M src/jrd/flu_proto.h
M src/jrd/intl.cpp
M src/jrd/isc.cpp
M src/jrd/isc_file.cpp
M src/jrd/jrd.cpp
M src/jrd/why.cpp
'struct' cleanup
2003-11-25 16:55 bellardo
M src/lock/lock.cpp
POSIX standard says you can only call an exec* function or exit after a vfork().
This precludes nested vfork()s, which caused the lock manager not to launch in
darwin. This fix removes the nested vfork()s.
2003-11-24 18:04 alexpeshkoff
M src/jrd/svc.cpp
Fixed serious bug in CS's services API
Second, third, etc attempt to start service executed exactly
what was done by the first one.
2003-11-23 20:17 skidder
M src/common/classes/array.h
M src/jrd/cmp.cpp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/req.h
Fix invariant tracking in recursive procedures and when invariants
depend on variables. This solves issues like SF#627057.
2003-11-23 18:21 dimitr
M src/jrd/isc_file.cpp
Applied patch by Jim Beesley.
2003-11-23 17:54 dimitr
M src/jrd/cmp.cpp
M src/jrd/opt.cpp
Minor protection against improper index locks reference.
2003-11-23 17:39 dimitr
M src/jrd/exe.cpp
Fixed IF handling in the looper.
2003-11-23 16:44 skidder
M src/intl/ld.cpp
M src/intl/ld.h
M src/intl/ld2.cpp
M src/intl/ld_proto.h
Change DLL_EXPORT to FB_DLL_EXPORT in intl module to match engine (needed for INTL_BUILTIN on Linux)
2003-11-23 16:37 skidder
M configure.in
Correction.
2003-11-23 16:27 skidder
M configure.in
Enable support for raw devices by default
2003-11-23 09:39 dimitr
M src/remote/allr.cpp
Fixed initialization error.
2003-11-22 22:43 arnobrinkman
M src/dsql/make.cpp
bugfix: SF841696 calculated output descriptor for COALESCE/CASE should give charsets other then NONE/ASCII precedence
2003-11-22 00:07 arnobrinkman
M src/jrd/cmp.cpp
bugfix: Charset problem when mixing none (constants)/ascii charset and other character-sets in concatenation.
2003-11-21 19:52 kkuznetsov
M configure.in
first trying gcc for solx86
2003-11-21 19:45 kkuznetsov
M builds/posix/prefix.solx86gcc
M src/lock/lock.cpp
some solaris fixes
2003-11-21 19:42 kkuznetsov
M src/common/classes/rwlock.h
Write solaris portion of RWlock
2003-11-21 15:42 skidder
M src/include/gen/autoconfig_msvc.h
Fix MSVC build after Erik's changes
2003-11-21 11:07 aafemt
M src/jrd/filte_proto.h
M src/jrd/filters.cpp
'struct' and type cleanup
2003-11-20 21:53 bellardo
M src/jrd/all.cpp
M src/jrd/all.h
M src/jrd/jrd.h
Fix a memory management bug that resulted in sporadic crashes when disconnecting
from a database.
2003-11-20 17:32 skidder
M src/jrd/evl_string.h
M src/jrd/evl_string_test.cpp
Implement algorithms for CONTAINING and STARTING WITH
2003-11-20 08:13 eku
M configure.in
M src/remote/inet.cpp
Moved the definition of socklen_t to autoconfig.h. It's used in inet.ccp and
server.cpp.
2003-11-18 20:36 skidder
M src/jrd/evl_string.h
M src/jrd/evl_string_test.cpp
Finalize operator LIKE test code coverage. A little refactoring
2003-11-18 16:54 dimitr
M src/jrd/opt.cpp
M src/jrd/rse.cpp
1) Fixed server crashes when a SP is used as inner stream in left joins
2) Fixed conjuncts out-of-limits issue
2003-11-18 13:46 brodsom
M src/jrd/jrd.h
Correction
2003-11-18 12:41 brodsom
M src/journal/rebuild.epp
M src/journal/server.epp
-Warning fixes
2003-11-18 12:39 brodsom
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/all.cpp
M src/alice/exe.cpp
M src/dudley/expand.cpp
M src/dudley/expr.cpp
M src/dudley/parse.cpp
M src/gpre/gpre.cpp
M src/ipserver/ipserver.cpp
M src/jrd/cmp.cpp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/err.cpp
M src/jrd/iberr.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.h
M src/jrd/sdw.cpp
M src/jrd/svc.cpp
M src/jrd/vio.cpp
M src/misc/align.cpp
-Remove unneeded setjmp header
2003-11-18 12:37 eku
M src/journal/console.cpp
Fixed compiler error.
2003-11-18 11:24 aafemt
M src/jrd/ext.cpp
M src/jrd/ext.h
M src/jrd/ext_proto.h
M src/jrd/fil.h
'struct' cleanup
2003-11-18 10:52 brodsom
M src/wal/walw.cpp
-Fix error (found by Erik)
2003-11-18 07:58 robocop
M src/alice/alice_meta.epp
M src/alice/tdr.cpp
M src/burp/mvol.cpp
M src/dsql/ddl.cpp
M src/dsql/dsql.h
M src/dsql/errd.cpp
M src/dsql/keywords.cpp
M src/dsql/keywords.h
M src/dsql/metd.epp
M src/dsql/metd_proto.h
M src/dsql/pass1.cpp
M src/dsql/prepa_proto.h
M src/dsql/preparse.cpp
M src/dudley/exe.epp
M src/dudley/extract.epp
M src/ipserver/ipserver.cpp
M src/isql/isql.epp
M src/journal/journal_vms.e
M src/jrd/alt_proto.h
M src/jrd/filters.cpp
M src/jrd/rlck.cpp
M src/jrd/svc.cpp
M src/jrd/why.cpp
M src/wal/driver.cpp
const correctness and other minor items
2003-11-18 03:21 brodsom
M doc/README.build.mingw.html
-Correction
2003-11-18 03:12 brodsom
M configure.in
M doc/README.build.mingw.html
-Fix threading in MinGW (and the failed tests in fbtcs)
2003-11-18 02:31 brodsom
M builds/win32/preprocess.bat
-Enable build of dba_full
2003-11-18 02:27 brodsom
M src/journal/rebuild.epp
M src/journal/server.epp
-Fix some warnings
-Code formating
2003-11-18 02:26 brodsom
M src/wal/wal.cpp
M src/wal/wal.h
M src/wal/walw.cpp
-simplify ifdefs
2003-11-17 23:39 brodsom
M src/dsql/parse.y
-Remove unneeded win32 headers
2003-11-17 18:09 skidder
M src/jrd/jrd.cpp
Fix problem with long stream blobs
2003-11-17 16:04 skidder
M builds/win32/make_boot.bat
Fix MSVC7 build
2003-11-17 01:43 brodsom
M src/jrd/flu.h
-Simplify ifdef
2003-11-17 01:05 brodsom
M src/jrd/flu.h
-Simplify ifdef
2003-11-16 22:10 skidder
A src/jrd/evl_string.h
A src/jrd/evl_string_test.cpp
New algorithm for calculation of LIKE operator (not integrated yet, published for review)
2003-11-16 16:17 brodsom
M src/journal/console.cpp
M src/journal/miscj.cpp
M src/journal/rebuild.epp
M src/journal/server.epp
M src/jrd/gds.cpp
M src/jrd/isc_file.cpp
M src/jrd/jrn.cpp
M src/jrd/llio.cpp
M src/jrd/why.cpp
M src/lock/lock.h
M src/remote/os/win32/wnet.cpp
M src/utilities/gsec/gsec.cpp
M src/wal/wal.cpp
M src/wal/walc.cpp
-Removing some unneeded headers (WIN_NT) or explaining why are needed
2003-11-16 15:42 brodsom
M src/utilities/gstat/dba_full.epp
-Make dba_full compile
2003-11-16 15:40 brodsom
M builds/win32/msvc6/Firebird2.dsw
A builds/win32/msvc6/gstat_full.dsp
-Add gstat_full project (utilities/dba_full)
2003-11-16 12:57 brodsom
M src/jrd/os/win32/path_utils.cpp
M src/lock/print.cpp
M src/msgs/build_file.epp
M src/qli/lex.cpp
M src/remote/inet.cpp
M src/utilities/common/cmd_util.cpp
M src/utilities/gsec/gsec.h
M src/utilities/gstat/dba.epp
M src/utilities/ibmgr/ibmgr.h
M src/utilities/nbackup.cpp
M src/wal/walw.cpp
-Removing some unneeded headers (WIN_NT) or explaining why are needed
2003-11-16 12:23 brodsom
M src/jrd/divorce.cpp
M src/jrd/ext.cpp
M src/jrd/flu.cpp
M src/jrd/gds.cpp
M src/jrd/log.cpp
M src/jrd/rse.cpp
M src/jrd/sort.cpp
M src/jrd/svc.cpp
M src/jrd/utl.cpp
M src/wal/driver.cpp
M src/wal/wal_prnt.cpp
M src/wal/walw.cpp
-Removing some unneeded headers (WIN_NT) or explaining why are needed
2003-11-16 11:43 brodsom
M src/dudley/ddl.cpp
M src/dudley/exe.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/journal/gjrn.cpp
-Removing some unneeded headers (WIN_NT) or explaining why are needed
2003-11-16 11:41 brodsom
M src/alice/alice.cpp
M src/burp/burp.cpp
M src/burp/mvol.cpp
M src/burp/spit.cpp
M src/burp/std_desc.h
-Removing uneeded headers (WIN_NT)
2003-11-16 10:31 brodsom
M src/jrd/common.h
M src/jrd/gds.cpp
-Fixes to be able to build with gcc 3.3.1 (MinGW)
2003-11-16 01:52 brodsom
M src/jrd/os/vms/dfloat_stub.cpp
M src/jrd/os/vms/vmsevent.cpp
M src/qli/exe.cpp
M src/qli/meta.epp
M src/qli/show.epp
M src/remote/merge.cpp
M src/remote/remote.cpp
M src/remote/server.cpp
M src/utilities/run_service.cpp
M src/utilities/stats.epp
-Undo gds__vax_integer to isc_vax_integer and gds__event_* to isc_event_* changes
2003-11-16 01:44 brodsom
M src/alice/alice_meta.epp
M src/alice/exe.cpp
M src/alice/tdr.cpp
M src/burp/mvol.cpp
M src/burp/restore.epp
M src/dsql/dsql.cpp
M src/dsql/utld.cpp
M src/dudley/exe.epp
M src/dudley/extract.epp
M src/isql/isql.epp
M src/journal/server.epp
M src/jrd/alt.cpp
M src/jrd/alt_proto.h
M src/jrd/dyn.epp
M src/jrd/dyn_mod.epp
M src/jrd/event.cpp
M src/jrd/filters.cpp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/jrd.cpp
M src/jrd/log.cpp
M src/jrd/par.cpp
M src/jrd/svc.cpp
M src/jrd/tra.cpp
M src/jrd/utl.cpp
M src/jrd/why.cpp
-Undo gds__vax_integer to isc_vax_integer and gds__event_* to isc_event_* changes
2003-11-15 20:16 skidder
M src/remote/inet.cpp
Forcedly set SO_KEEPALIVE flag for POSIX CS connections independently of what was given by xinetd/inetd to us
2003-11-15 12:07 alexpeshkoff
M builds/install/arch-specific/linux/super/postinstall.sh.in
fixed install problems
2003-11-14 11:12 aafemt
M src/include/fb_types.h
return isc_quad_high and _low
2003-11-13 03:41 stryqx
M configure.in
Fix build on FreeBSD 4.x
2003-11-13 00:53 stryqx
M configure.in
Fix build on FreeBSD 4.x
2003-11-12 18:30 dimitr
M src/jrd/opt.cpp
Fixed new bug with explicit plans.
2003-11-11 23:58 stryqx
M src/common/classes/locks.h
Fix the spinlocks case for FreeBSD 4.x
2003-11-11 14:47 eku
M src/dsql/parse.y
Yacc doesn't like C++ comments in the language section.
2003-11-11 12:19 brodsom
M src/alice/alice_meta.epp
M src/alice/exe.cpp
M src/alice/tdr.cpp
M src/burp/burp.h
M src/burp/mvol.cpp
M src/burp/restore.epp
M src/dsql/alld.cpp
M src/dsql/array.epp
M src/dsql/array_proto.h
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/errd.cpp
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/movd.cpp
M src/dsql/pass1.cpp
M src/dsql/user_dsql.cpp
M src/dsql/utld.cpp
M src/dudley/exe.epp
M src/dudley/extract.epp
M src/dudley/parse.cpp
M src/gpre/cme.cpp
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/gpre/movg.cpp
M src/gpre/pas.cpp
M src/gpre/sql.cpp
M src/include/fb_types.h
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
M src/isql/isql.epp
M src/isql/isql_proto.h
M src/isql/show_proto.h
M src/journal/journal_vms.e
M src/journal/miscj.cpp
M src/journal/rebuild.epp
M src/journal/server.epp
M src/jrd/ExecuteStatement.cpp
M src/jrd/ail.cpp
M src/jrd/align.h
M src/jrd/all.cpp
M src/jrd/alt.cpp
M src/jrd/alt_proto.h
M src/jrd/blb.cpp
M src/jrd/blob_filter.cpp
M src/jrd/bookmark.cpp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/dfw.epp
M src/jrd/dyn.epp
M src/jrd/dyn.h
M src/jrd/dyn_mod.epp
M src/jrd/err.cpp
M src/jrd/event.cpp
M src/jrd/evl.cpp
M src/jrd/evl_like.cpp
M src/jrd/exe.cpp
M src/jrd/ext.cpp
M src/jrd/filters.cpp
M src/jrd/flu.cpp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/grant.epp
M src/jrd/ibase.h
M src/jrd/iberr.cpp
M src/jrd/iberr.h
M src/jrd/idx.cpp
M src/jrd/ini.epp
M src/jrd/intl.cpp
M src/jrd/isc.cpp
M src/jrd/isc_file.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/lck.cpp
M src/jrd/llio.cpp
M src/jrd/log.cpp
M src/jrd/nav.cpp
M src/jrd/nbak.cpp
M src/jrd/old.cpp
M src/jrd/os/posix/isc_ipc.cpp
M src/jrd/os/posix/unix.cpp
M src/jrd/os/vms/dfloat_stub.cpp
M src/jrd/os/vms/extvms.cpp
M src/jrd/os/vms/jio.cpp
M src/jrd/os/vms/rdb.cpp
M src/jrd/os/vms/rdbint.cpp
M src/jrd/os/vms/vms.cpp
M src/jrd/os/vms/vmsevent.cpp
M src/jrd/os/win32/isc_ipc.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/par.cpp
M src/jrd/qatest.cpp
M src/jrd/quad.cpp
M src/jrd/rlck.cpp
M src/jrd/rng.cpp
M src/jrd/rse.cpp
M src/jrd/sdl.cpp
M src/jrd/sdw.cpp
M src/jrd/sort.cpp
M src/jrd/status.cpp
M src/jrd/svc.cpp
M src/jrd/tpc.cpp
M src/jrd/tra.cpp
M src/jrd/utl.cpp
M src/jrd/utl_proto.h
M src/jrd/why.cpp
M src/lock/lock.cpp
M src/msgs/check_msgs.epp
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/meta.epp
M src/qli/mov.cpp
M src/qli/picstr.cpp
M src/qli/proc.epp
M src/qli/show.epp
M src/remote/allr.cpp
M src/remote/inet.cpp
M src/remote/merge.cpp
M src/remote/os/win32/srvr_w32.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/protocol.cpp
M src/remote/remote.cpp
M src/remote/server.cpp
M src/utilities/gstat/ppg.cpp
M src/utilities/rebuild/rstore.epp
M src/utilities/run_service.cpp
M src/utilities/stats.epp
M src/wal/wal.cpp
M src/wal/walc.cpp
M src/wal/walr.cpp
M src/wal/walw.cpp
-Replace gds__ constants with isc_ contants
-Replace codes.h with iberror.h (or remove)
-Move gds__vax_integer and gds__event_block* to alt.cpp and isc_ to gds.cpp
-Use ISC_QUAD internally
-Use isc_vax_integer internally
2003-11-11 06:52 eku
M src/journal/server.epp
Fixed call setpgrp().
2003-11-10 11:25 aafemt
M autogen.sh
M configure.in
downgrade autoconf requirement to 2.56
2003-11-10 09:47 robocop
M src/isql/show.epp
Fix cleanup bug reported by Tomas Skoda
2003-11-10 09:16 robocop
M src/dsql/alld.cpp
M src/dsql/array.epp
M src/dsql/array_proto.h
M src/dsql/ddl.cpp
M src/dsql/ddl_proto.h
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/dsql.tab.h
M src/dsql/gen.cpp
M src/dsql/gen_proto.h
M src/dsql/hsh.cpp
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/metd.epp
M src/dsql/metd_proto.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dsql/user_dsql.cpp
M src/dudley/extract.epp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/include/memory_routines.h
M src/journal/rebuild.epp
M src/jrd/alt.cpp
M src/jrd/cmp.cpp
M src/jrd/ibase.h
M src/jrd/jrd.cpp
M src/jrd/utl.cpp
M src/lock/driver.cpp
M src/misc/blrtable.cpp
M src/msgs/change_msgs.epp
M src/msgs/check_msgs.epp
M src/msgs/enter_msgs.epp
M src/msgs/modify_msgs.epp
M src/qli/exe.cpp
M src/qli/proc.epp
M src/remote/os/win32/srvr_w32.cpp
M src/remote/xdr.cpp
M src/utilities/common/cmd_util.cpp
M src/utilities/gstat/dba_full.epp
M src/utilities/gstat/ppg.cpp
M src/utilities/ibmgr/ibmgr.cpp
M src/utilities/install/services.cpp
M src/utilities/rebuild/rebuild.cpp
M src/utilities/rebuild/rmet.epp
M src/utilities/rebuild/rstore.epp
M src/wal/walf.cpp
const correctness and cleanup
2003-11-10 06:27 stryqx
M src/dsql/keywords.cpp
Undefine PAGE_SIZE to allow successful compile with gcc 3.3.3.
2003-11-10 02:13 brodsom
M src/remote/os/win32/srvr_w32.cpp
Correction (Thanks to Claudio)
2003-11-10 00:04 brodsom
M src/ipserver/ipserver.cpp
M src/jrd/alt_proto.h
M src/jrd/os/vms/dfloat_stub.cpp
M src/jrd/os/vms/extvms.cpp
M src/jrd/os/vms/jio.cpp
M src/jrd/os/vms/map.cpp
M src/jrd/os/vms/mblr.cpp
M src/jrd/os/vms/rdb.cpp
M src/jrd/os/vms/rdbint.cpp
M src/jrd/os/vms/vms.cpp
M src/jrd/os/vms/vmsevent.cpp
M src/jrd/os/vms/vmslock.cpp
-Removing gdsold.h and gds.h
2003-11-09 18:59 dimitr
M src/jrd/dfw.epp
Reworked my previous fix. We shouldn't rely on the relation scanning time.
2003-11-09 15:38 brodsom
M src/jrd/alt.cpp
A src/jrd/alt_proto.h
M src/jrd/utl.cpp
M src/jrd/utl_proto.h
M src/jrd/why.cpp
M src/jrd/why_proto.h
-Removing gdsold.h and gds.h
-Replace gds__ functions with isc_ functions for internal use
2003-11-09 15:38 brodsom
M src/dsql/dsql.cpp
M src/dsql/user_dsql.cpp
-Removing gdsold.h and gds.h
-Replace gds__ functions with isc__ functions for internal use
2003-11-09 12:03 dimitr
M doc/WhatsNew
Let's clear this document for v2.0.
2003-11-09 10:41 dimitr
M doc/README.user.embedded
Corrections.
2003-11-09 09:51 dimitr
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/dfw.epp
M src/jrd/exe.cpp
M src/jrd/exe_proto.h
M src/jrd/jrd.cpp
1) Make view fields unconditionally updatable
2) Make views updatable only directly or via the triggers
3) Cleanup
2003-11-08 16:40 brodsom
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cme.cpp
M src/gpre/cmp.cpp
M src/gpre/cob.cpp
M src/gpre/dyntable.cpp
M src/gpre/exp.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/gpre/jrdmet.cpp
M src/gpre/par.cpp
M src/gpre/pas.cpp
M src/gpre/pretty.cpp
M src/gpre/sql.cpp
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql_proto.h
M src/isql/isql_win.cpp
M src/isql/show.epp
M src/isql/show_proto.h
M src/journal/gjrn.cpp
M src/journal/journal_vms.e
M src/journal/miscj.cpp
M src/journal/rebuild.epp
M src/journal/server.epp
M src/jrd/alt.cpp
M src/jrd/blob_filter.cpp
M src/jrd/cmp.cpp
M src/jrd/dfw.epp
M src/jrd/dpm.epp
M src/jrd/dsc.cpp
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_mod.epp
M src/jrd/dyn_util.epp
M src/jrd/filters.cpp
M src/jrd/fun.epp
M src/jrd/grant.epp
M src/jrd/ibase.h
M src/jrd/inf.cpp
M src/jrd/inf.h
M src/jrd/ini.epp
M src/jrd/jrd.cpp
M src/jrd/jrd_proto.h
M src/jrd/jrn.cpp
M src/jrd/met.epp
M src/jrd/opt.cpp
M src/jrd/os/vms/map.cpp
M src/jrd/os/vms/mblr.cpp
M src/jrd/os/vms/rdb.cpp
M src/jrd/os/vms/rdbint.cpp
M src/jrd/os/vms/vmslock.cpp
M src/jrd/pag.cpp
M src/jrd/par.cpp
M src/jrd/pcmet.epp
M src/jrd/perf.cpp
M src/jrd/pwd.cpp
M src/jrd/rec.cpp
M src/jrd/sch.cpp
M src/jrd/scl.epp
M src/jrd/sdl.cpp
M src/jrd/shut.cpp
M src/jrd/tra.cpp
M src/jrd/utl.cpp
M src/jrd/val.cpp
M src/jrd/why.cpp
M src/jrd/why_proto.h
M src/lock/driver.cpp
M src/misc/blrtable.cpp
M src/misc/codes.epp
M src/msgs/build_file.epp
M src/msgs/change_msgs.epp
M src/msgs/check_msgs.epp
M src/msgs/enter_msgs.epp
M src/msgs/load.epp
M src/msgs/modify_msgs.epp
M src/qli/command.cpp
M src/qli/dtr.cpp
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/format.cpp
M src/qli/gener.cpp
M src/qli/help.epp
M src/qli/lex.cpp
M src/qli/meta.epp
M src/qli/proc.epp
M src/qli/procddl4.h
M src/qli/show.epp
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/remote/interface.cpp
M src/remote/merge.cpp
M src/remote/mgr.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/parser.cpp
M src/remote/remote.cpp
M src/remote/server.cpp
M src/remote/xnet.cpp
M src/utilities/cache.cpp
M src/utilities/common/cmd_util.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/security.epp
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dba_full.epp
M src/utilities/gstat/ppg.cpp
M src/utilities/ibmgr/ibmgr.cpp
M src/utilities/ibmgr/srvrmgr.cpp
M src/utilities/rebuild/rebuild.cpp
M src/utilities/rebuild/rmet.epp
M src/utilities/rebuild/rstore.epp
M src/utilities/run_service.cpp
M src/utilities/stats.epp
Removing gdsold.h and gds.h
2003-11-08 16:20 brodsom
M src/dsql/user_dsql.cpp
M src/dsql/utld.cpp
M src/ipserver/ipserver.cpp
M src/wal/wal.h
M src/wal/walf.cpp
Removing gdsold.h
2003-11-08 07:48 bellardo
M src/remote/xdr.cpp
SWAP_DOUBLE definition implementation for darwin
2003-11-08 07:39 bellardo
M builds/posix/Makefile.in.boot.gpre
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.codes
M builds/posix/Makefile.in.embed.lockmgr
M builds/posix/Makefile.in.fbserver
M builds/posix/Makefile.in.inet_server
M builds/posix/Makefile.in.static.gbak
M builds/posix/Makefile.in.static.gpre
M builds/posix/make.shared.targets
Get rid of the space between the "-L" parameter and the library name. The space breaks the darwin build.
2003-11-08 07:31 bellardo
M src/jrd/gds.cpp
Header files no longer needed in OS X 10.3.
2003-11-07 23:27 brodsom
M src/dsql/array.epp
M src/dsql/blob.epp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/gen.cpp
M src/dsql/hsh.cpp
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dsql/preparse.cpp
M src/dsql/utld.cpp
M src/dudley/ddl.cpp
M src/dudley/exe.epp
M src/dudley/expand.cpp
M src/dudley/expr.cpp
M src/dudley/extract.epp
M src/dudley/generate.cpp
M src/dudley/lex.cpp
M src/dudley/parse.cpp
M src/dudley/trn.cpp
M src/jrd/alt.cpp
Removing gdsold.h
2003-11-07 23:15 brodsom
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/restore.epp
Removing gdsold.h
2003-11-07 23:09 brodsom
M src/alice/alice.cpp
M src/alice/alice_meta.epp
M src/alice/exe.cpp
M src/alice/tdr.cpp
Removing gdsold.h
2003-11-07 15:39 brodsom
M src/remote/os/win32/srvr_w32.cpp
fix const cast (error in mingw)
2003-11-07 14:18 brodsom
A builds/install/arch-specific/linux/misc/firebird.init.d.debian.in
A builds/install/arch-specific/linux/misc/firebird.init.d.generic.in
A builds/install/arch-specific/linux/misc/firebird.init.d.gentoo.in
A builds/install/arch-specific/linux/misc/firebird.init.d.mandrake.in
A builds/install/arch-specific/linux/misc/firebird.init.d.suse.in
A builds/install/arch-specific/linux/misc/rc.config.firebird.in
Add needed files from B1_5
2003-11-07 14:10 dimitr
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.tab.h
M src/dsql/keywords.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/dsql/pass1_proto.h
Added ROWS clause. FIRST/SKIP remains allowed in unions, although I still think it doesn't have much sense.
2003-11-07 13:25 brodsom
M src/dsql/pass1.cpp
M src/include/memory_routines.h
M src/jrd/evl.cpp
M src/jrd/os/vms/jio.cpp
M src/jrd/os/vms/map.cpp
M src/jrd/os/vms/vms.cpp
M src/jrd/why.cpp
M src/remote/os/win32/propty_proto.h
M src/remote/os/win32/wnet.cpp
Extern function cleaning
2003-11-07 13:20 brodsom
M src/jrd/why_proto.h
M src/remote/server.cpp
Extern "C" cleaning correction (detected by Claudio)
2003-11-07 11:37 brodsom
M builds/posix/Makefile.in.client.archive
M builds/posix/Makefile.in.client.journal
M builds/posix/Makefile.in.embed.archive
M builds/posix/Makefile.in.embed.journal
Corrections
2003-11-07 11:12 epocman
M src/utilities/install/install_nt.h
M src/utilities/install/services.cpp
Minor synch details with 1.5 branch. Absolutely no interface nor functional changes, except correction of remote service name which was incorrect in HEAD branch.
2003-11-07 08:06 robocop
M src/burp/backup.epp
M src/burp/restore.epp
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/dudley/exe.epp
M src/dudley/parse.cpp
M src/gpre/cob.cpp
M src/journal/console.cpp
M src/jrd/alt.cpp
M src/jrd/blob_filter.cpp
M src/jrd/btr_proto.h
M src/jrd/cch_proto.h
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/dbg.cpp
M src/jrd/dbg_proto.h
M src/jrd/dbt.cpp
M src/jrd/dfw.epp
M src/jrd/dfw_proto.h
M src/jrd/dmp.cpp
M src/jrd/dmp_proto.h
M src/jrd/dpm_proto.h
M src/jrd/dsc.cpp
M src/jrd/dsc_proto.h
M src/jrd/dyn_def.epp
M src/jrd/dyn_util.epp
M src/jrd/entry.h
M src/jrd/event.cpp
M src/jrd/exe.h
M src/jrd/exe_proto.h
M src/jrd/ext.cpp
M src/jrd/ext_proto.h
M src/jrd/flu.cpp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/gdsold.h
M src/jrd/grant_proto.h
M src/jrd/ibase.h
M src/jrd/idx.cpp
M src/jrd/idx_proto.h
M src/jrd/ini_proto.h
M src/jrd/isc_f_proto.h
M src/jrd/isc_file.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd_proto.h
M src/jrd/lck.cpp
M src/jrd/lck_proto.h
M src/jrd/opt.cpp
M src/jrd/os/vms/rdb.cpp
M src/jrd/os/vms/rdbint.cpp
M src/jrd/os/win32/isc_ipc.cpp
M src/jrd/par.cpp
M src/jrd/par_proto.h
M src/jrd/pwd.cpp
M src/jrd/sbm_proto.h
M src/jrd/sch.cpp
M src/jrd/sdw.cpp
M src/jrd/sdw_proto.h
M src/jrd/sqz.cpp
M src/jrd/sqz_proto.h
M src/jrd/sym.cpp
M src/jrd/thd.cpp
M src/jrd/thd_proto.h
M src/jrd/why.cpp
M src/jrd/why_proto.h
M src/qli/gener.cpp
M src/remote/allr.cpp
M src/remote/allr_proto.h
M src/remote/divorce.cpp
M src/remote/inet.cpp
M src/remote/inet_proto.h
M src/remote/inet_server.cpp
M src/remote/inter_proto.h
M src/remote/interface.cpp
M src/remote/merge.cpp
M src/remote/os/win32/chop.cpp
M src/remote/os/win32/chop_proto.h
M src/remote/os/win32/cntl.cpp
M src/remote/os/win32/cntl_proto.h
M src/remote/os/win32/srvr_w32.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/os/win32/wnet_proto.h
M src/remote/parse_proto.h
M src/remote/parser.cpp
M src/remote/server.cpp
M src/remote/xnet.cpp
M src/remote/xnet_proto.h
const correctness, variables in scope, cleanup, etc.
2003-11-07 07:58 robocop
M src/ipserver/ipapi_proto.h
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
const correctness, cleanup, etc.
Borland's joke: ipclient.cpp didn't include ipapi_proto.h, so the declarations and definitions went out of sync
2003-11-06 23:25 brodsom
M src/isql/isql.epp
Fix output format bug (win32)
2003-11-06 23:24 brodsom
M src/burp/burp.h
M src/burp/restore.epp
Remove v3.3 to v4 restore
2003-11-06 17:57 brodsom
M src/journal/gjrn.cpp
M src/journal/rebuild.epp
M src/journal/server.epp
M src/utilities/install/registry.cpp
Warning fixes
2003-11-06 17:57 brodsom
M src/dsql/parse_proto.h
M src/dsql/prepa_proto.h
M src/dsql/utld_proto.h
M src/jrd/btr_proto.h
M src/jrd/cch_proto.h
M src/jrd/cmp_proto.h
M src/jrd/dsc_proto.h
M src/jrd/intlobj.h
M src/jrd/isc_proto.h
M src/jrd/isc_s_proto.h
M src/jrd/jrd.h
M src/jrd/met_proto.h
M src/jrd/sdl_proto.h
M src/jrd/sort.h
Extern "C" cleaning
2003-11-06 16:21 dimitr
M src/jrd/opt.cpp
Correction.
2003-11-06 12:25 stryqx
M builds/install/arch-specific/freebsd/install.sh.in
Even though the libgds symlinks are commented out, make them correct.
2003-11-06 12:20 stryqx
M builds/install/arch-specific/freebsd/install.sh.in
A better solution - copy the symlinks as symlinks.
2003-11-06 12:13 stryqx
M builds/install/arch-specific/freebsd/install.sh.in
Make the install less noisy for 2.0.
Save some disk space by symlinking libfbclient.so.2 and libfbembed.so.2
to libfbclient.so.2.0.0 and libfbembed.so.2.0.0 respectively.
2003-11-06 11:56 stryqx
M src/journal/server.epp
Fix typo.
2003-11-06 09:31 stryqx
M configure.in
Look for the install script template for FreeBSD in the right location.
2003-11-06 09:25 stryqx
M configure.in
Let configure know about the FreeBSD install script.
2003-11-06 09:20 stryqx
M builds/install/arch-specific/freebsd/Makefile.in
A builds/install/arch-specific/freebsd/install.sh.in
First cut at the install script for FreeBSD.
Package management for FreeBSD binaries will be done via the FreeBSD Ports
Tree.
2003-11-06 03:03 brodsom
M src/extlib/fbudf/stdafx.h
M src/include/old_fb_blk.h
M src/ipserver/ipclient.cpp
M src/jrd/ail.cpp
M src/jrd/ail.h
M src/jrd/blb.cpp
M src/jrd/blb_proto.h
M src/jrd/blob_filter.cpp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cch_proto.h
M src/jrd/dbg.cpp
M src/jrd/dbg_proto.h
M src/jrd/dbt.cpp
M src/jrd/dfw_proto.h
M src/jrd/dmp.cpp
M src/jrd/dmp_proto.h
M src/jrd/dpm_proto.h
M src/jrd/dsc.cpp
M src/jrd/dsc.h
M src/jrd/dyn_proto.h
M src/jrd/event.cpp
M src/jrd/event_proto.h
M src/jrd/exe.cpp
M src/jrd/exe_proto.h
M src/jrd/ext.cpp
M src/jrd/ext_proto.h
M src/jrd/gds.cpp
M src/jrd/grammar.cpp
M src/jrd/grant_proto.h
M src/jrd/idx.cpp
M src/jrd/idx_proto.h
M src/jrd/inf_proto.h
M src/jrd/ini_proto.h
M src/jrd/isc.h
M src/jrd/isc_f_proto.h
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/lck.cpp
M src/jrd/lck_proto.h
M src/jrd/mov.cpp
M src/jrd/mov_proto.h
M src/jrd/nodebug.cpp
M src/jrd/os/pio_proto.h
M src/jrd/os/posix/isc_ipc.cpp
M src/jrd/os/posix/unix.cpp
M src/jrd/os/vms/vms.cpp
M src/jrd/os/win32/isc_ipc.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/pag.cpp
M src/jrd/pag_proto.h
M src/jrd/par.cpp
M src/jrd/par_proto.h
M src/jrd/perf.cpp
M src/jrd/quad.cpp
M src/jrd/quad_proto.h
M src/jrd/sbm_proto.h
M src/jrd/sch.cpp
M src/jrd/sch_proto.h
M src/jrd/scl_proto.h
M src/jrd/sdw.cpp
M src/jrd/sdw_proto.h
M src/jrd/sqz.cpp
M src/jrd/sqz_proto.h
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/svc_proto.h
M src/jrd/sym.cpp
M src/jrd/sym_proto.h
M src/jrd/thd.cpp
M src/jrd/thd_proto.h
M src/jrd/tra_proto.h
M src/jrd/utl.cpp
M src/jrd/utl_proto.h
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
M src/jrd/why.cpp
M src/jrd/why_proto.h
M src/remote/allr.cpp
M src/remote/allr_proto.h
M src/remote/inet.cpp
M src/remote/inet_proto.h
M src/remote/inet_server.cpp
M src/remote/inter_proto.h
M src/remote/interface.cpp
M src/remote/merge.cpp
M src/remote/merge_proto.h
M src/remote/os/win32/chop.cpp
M src/remote/os/win32/chop_proto.h
M src/remote/os/win32/window.cpp
M src/remote/remot_proto.h
M src/remote/remote.cpp
M src/remote/server.cpp
M src/remote/xnet_proto.h
Extern "C" cleaning
2003-11-06 02:31 brodsom
M src/journal/console.cpp
M src/journal/server.epp
make journal build in posix
2003-11-06 01:52 brodsom
M src/journal/console.cpp
M src/journal/rebuild.epp
M src/journal/server.epp
corrections
2003-11-06 00:25 arnobrinkman
M src/jrd/opt.cpp
bugfix: A user specified PLAN with MERGE and JOINS crashed the server, noted by Dmitry.
simplified : PLAN MERGE (JOIN ..., JOIN ...)
2003-11-05 16:54 brodsom
M builds/install/arch-specific/mingw/prepare_mingw.sh
Gsplit.exe is build now
2003-11-05 16:53 brodsom
A builds/posix/Makefile.in.client.archive
A builds/posix/Makefile.in.client.journal
A builds/posix/Makefile.in.embed.archive
A builds/posix/Makefile.in.embed.journal
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.refDatabases
M builds/posix/make.defaults
M configure.in
Add journal and archive to posix build
2003-11-05 13:32 brodsom
M src/journal/rebuild.epp
Make msvc build work again after last Dmitry S changes (journal which is not build in MinGW is broken).
2003-11-05 09:02 robocop
M src/dsql/movd.cpp
M src/dsql/pass1.cpp
M src/gpre/movg.cpp
M src/include/fb_types.h
M src/intl/lc_ascii.cpp
M src/intl/lc_ascii.h
M src/intl/lc_ksc.cpp
M src/intl/lc_narrow.cpp
M src/intl/lc_narrow.h
M src/ipserver/ipapi_proto.h
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
M src/isql/isql.epp
M src/jrd/alt.cpp
M src/jrd/constants.h
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/cvt2_proto.h
M src/jrd/cvt_proto.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/jrd/dyn_md_proto.h
M src/jrd/dyn_mod.epp
M src/jrd/dyn_proto.h
M src/jrd/dyn_ut_proto.h
M src/jrd/dyn_util.epp
M src/jrd/entry.h
M src/jrd/err.cpp
M src/jrd/err_proto.h
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/flu.cpp
M src/jrd/flu_proto.h
M src/jrd/gdsold.h
M src/jrd/ibase.h
M src/jrd/intl.cpp
M src/jrd/intl_builtin.cpp
M src/jrd/intl_classes.h
M src/jrd/intl_proto.h
M src/jrd/intlobj.h
M src/jrd/jrd.cpp
M src/jrd/jrd_proto.h
M src/jrd/msg.h
M src/jrd/quad.cpp
M src/jrd/quad_proto.h
M src/jrd/why.cpp
M src/msgs/build_file.epp
M src/qli/meta.epp
M src/qli/proc.epp
M src/remote/inter_proto.h
M src/remote/interface.cpp
M src/remote/protocol.cpp
M src/remote/protocol.h
M src/remote/server.cpp
M src/utilities/guard/util.cpp
const correctness
function signatures
variables in local scope
BOOLEAN -> bool
TEXT[32] as SqlIdentifier for DYN
Stop random garbage in firebird.msg's bytes 8 to 11
some cleanup
2003-11-04 12:12 eku
M builds/install/arch-specific/sinixz/prototype.in
Updated file list.
2003-11-04 11:35 aafemt
M src/jrd/bookmark.h
M src/jrd/evl.cpp
M src/jrd/evl_proto.h
M src/jrd/exe.h
M src/jrd/exe_proto.h
M src/jrd/rse.cpp
'struct' cleanup
2003-11-04 08:34 eku
M configure.in
Added comment as requested by Claudio.
2003-11-04 06:45 eku
M configure.in
Work around a problem with some Linux distros.
2003-11-04 06:25 eku
M builds/posix/Makefile.in.intl
M builds/posix/Makefile.in.libfbclient
M configure.in
Undo my latest changes as requested by Nickolay Samofatov.
2003-11-04 03:49 brodsom
M src/isql/isql.epp
Fix for bug 781610 (-- comments in isql)
2003-11-04 01:35 brodsom
M src/isql/isql.epp
Correct bug in isql (Noticed by Arno)
2003-11-04 00:21 brodsom
M src/jrd/jrd.h
Correction (Replacing assert with fb_assert)
2003-11-03 23:59 brodsom
M src/alice/all.cpp
M src/alice/exe.cpp
M src/burp/burp.cpp
M src/burp/canonical.cpp
M src/burp/mvol.cpp
M src/burp/restore.epp
M src/burp/spit.cpp
M src/common/classes/alloc.cpp
M src/common/classes/array.h
M src/common/classes/class_test.cpp
M src/common/classes/semaphore.h
M src/common/classes/tree.h
M src/common/classes/vector.h
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/errd.cpp
M src/dsql/gen.cpp
M src/dsql/hsh.cpp
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dudley/trn.cpp
M src/gpre/cmd.cpp
M src/gpre/cme.cpp
M src/gpre/cmp.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/par.cpp
M src/gpre/sql.cpp
M src/intl/cv_big5.cpp
M src/intl/cv_gb2312.cpp
M src/intl/cv_jis.cpp
M src/intl/cv_ksc.cpp
M src/intl/cv_narrow.cpp
M src/intl/cv_unicode_fss.cpp
M src/intl/lc_ascii.cpp
M src/intl/lc_big5.cpp
M src/intl/lc_dos.cpp
M src/intl/lc_iso8859_1.cpp
M src/intl/lc_iso8859_2.cpp
M src/intl/lc_jis.cpp
M src/intl/lc_ksc.cpp
M src/intl/lc_narrow.cpp
M src/intl/lc_unicode_ucs2.cpp
M src/intl/ld.cpp
M src/intl/ld2.cpp
M src/intl/ldcommon.h
M src/jrd/ExecuteStatement.cpp
M src/jrd/blob_filter.cpp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/dfw.epp
M src/jrd/dls.cpp
M src/jrd/dsc.cpp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_util.epp
M src/jrd/err.cpp
M src/jrd/event.cpp
M src/jrd/evl.cpp
M src/jrd/evl_like.cpp
M src/jrd/exe.cpp
M src/jrd/filters.cpp
M src/jrd/flu.cpp
M src/jrd/fun.epp
M src/jrd/gds.cpp
M src/jrd/gdsassert.h
M src/jrd/idx.cpp
M src/jrd/ini.epp
M src/jrd/intl.cpp
M src/jrd/intl_builtin.cpp
M src/jrd/intl_classes.h
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/jrn.cpp
M src/jrd/lck.cpp
M src/jrd/met.epp
M src/jrd/mov.cpp
M src/jrd/nbak.cpp
M src/jrd/opt.cpp
M src/jrd/os/posix/isc_ipc.cpp
M src/jrd/os/vms/vmsevent.cpp
M src/jrd/pag.cpp
M src/jrd/par.cpp
M src/jrd/perf.cpp
M src/jrd/pwd.cpp
M src/jrd/rpb_chain.cpp
M src/jrd/rpb_chain.h
M src/jrd/rse.cpp
M src/jrd/rse.h
M src/jrd/sch.cpp
M src/jrd/scl.epp
M src/jrd/sdl.cpp
M src/jrd/sdw.cpp
M src/jrd/sort.cpp
M src/jrd/sort_mem.cpp
M src/jrd/sqz.cpp
M src/jrd/status.cpp
M src/jrd/svc.cpp
M src/jrd/thd.cpp
M src/jrd/tra.cpp
M src/jrd/utl.cpp
M src/jrd/why.cpp
M src/lock/lock.cpp
M src/lock/print.cpp
M src/misc/memtest.cpp
M src/misc/print.cpp
M src/qli/parse.cpp
M src/remote/interface.cpp
M src/remote/parser.cpp
M src/remote/protocol.cpp
M src/remote/remote.cpp
M src/remote/server.cpp
M src/utilities/guard/util.cpp
M src/utilities/ibmgr/srvrmgr.cpp
M src/utilities/install/install_svc.cpp
Replacing assert with fb_assert
2003-11-03 21:33 skidder
M src/jrd/met.epp
Fix one more problem in cyclic metadata dependency handling code
2003-11-03 20:16 skidder
M src/jrd/intl.cpp
M src/jrd/intl_builtin.cpp
M src/jrd/intl_classes.h
M src/jrd/intl_proto.h
Make GCC content with recent changes
2003-11-03 17:14 skidder
M src/common/classes/array.h
M src/dsql/make.cpp
M src/dsql/movd.cpp
M src/gpre/movg.cpp
M src/include/fb_types.h
M src/jrd/blk.h
M src/jrd/btr.h
M src/jrd/constants.h
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/cvt2_proto.h
M src/jrd/cvt_proto.h
M src/jrd/dyn.h
M src/jrd/evl.cpp
M src/jrd/evl_like.cpp
M src/jrd/evl_proto.h
M src/jrd/filters.cpp
M src/jrd/intl.cpp
M src/jrd/intl_builtin.cpp
M src/jrd/intl_classes.h
M src/jrd/intl_proto.h
M src/jrd/intlobj.h
M src/jrd/mov.cpp
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/jrd/quad.cpp
M src/jrd/quad_proto.h
M src/remote/interface.cpp
Basic INTL cleanup.
- Rework (mostly undo) John's changes
- Some function type safety
- Make INTL OO layer very thin (this should slightly improve performance)
2003-11-03 16:21 dimitr
M src/jrd/tra.cpp
Bugfix by Eugene Kilin.
2003-11-03 02:05 brodsom
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/classes/tree.h
M src/include/firebird.h
- Make MinGW build again after Nickolay patch (There is a multiple definition of std::bad_alloc::~bad_alloc())
2003-11-03 01:13 brodsom
M src/jrd/common.h
- Finish removal of DLL_EXPORT macro
2003-11-03 01:12 brodsom
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp_proto.h
M src/burp/misc.cpp
M src/burp/mvol.cpp
M src/burp/restore.epp
- Decrease SUPERSERVER ifdefs (join & use common error)
- Remove obsolete code
- Fix warning in mvol.cpp
2003-11-03 00:37 brodsom
M src/remote/server.cpp
Style
2003-11-02 17:08 dimitr
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
Small cleanup.
2003-11-02 12:28 dimitr
M src/dsql/ddl.cpp
M src/dsql/dsql.h
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
1. Reworked cursor management
2. Added explicit cursor statements
3. Slightly reworked LEAVE code
4. Lots of cleanup
2003-11-02 12:05 dimitr
M src/jrd/exe.cpp
no message
2003-11-02 11:55 dimitr
M src/jrd/blr.h
M src/jrd/cmp.cpp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/nod.h
M src/jrd/par.cpp
M src/jrd/req.h
M src/jrd/rse.cpp
M src/misc/blrtable.cpp
1. Fixed GDSCODE and SQLCODE variables
2. Enhanced ROW_COUNT variable
3. Fixed EXCEPTION statement
4. Added explicit cursor internals
5. Some cleanup
2003-11-02 06:10 robocop
M src/jrd/jrd.cpp
Fix logic bug in SEH->try/catch
Thanks to Mike
2003-11-01 11:32 dimitr
M builds/win32/make_boot.bat
no message
2003-11-01 11:29 dimitr
M src/jrd/idx.cpp
Slightly reworked one of the previous bugfixes.
2003-11-01 10:58 dimitr
M src/jrd/opt.cpp
no message
2003-11-01 10:26 robocop
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/alice_meta.h
M src/alice/aliceswi.h
M src/alice/all_proto.h
M src/alice/blk.h
M src/alice/exe.cpp
M src/alice/exe_proto.h
M src/alice/lls.h
M src/alice/tdr.cpp
M src/alice/tdr_proto.h
M src/burp/burp.cpp
M src/burp/burp.h
M src/common/classes/semaphore.h
M src/dsql/all.h
M src/dsql/alld.cpp
M src/dsql/alld_proto.h
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/errd_proto.h
M src/dsql/gen.cpp
M src/dsql/gen_proto.h
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/metd.epp
M src/dsql/misc_func.cpp
M src/dsql/node.h
M src/dsql/pass1.cpp
M src/ipserver/ipapi_proto.h
M src/ipserver/ipclient.cpp
M src/jrd/alt.cpp
M src/jrd/entry.h
M src/jrd/gdsold.h
M src/jrd/ibase.h
M src/jrd/inf.cpp
M src/jrd/isc.cpp
M src/jrd/isc_proto.h
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/jrd_proto.h
M src/jrd/os/vms/rdb.cpp
M src/jrd/os/vms/rdbint.cpp
M src/jrd/scl.epp
M src/jrd/scl_proto.h
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/svc_proto.h
M src/jrd/tra.cpp
M src/jrd/tra_proto.h
M src/jrd/vio.cpp
M src/jrd/why.cpp
M src/remote/inet.cpp
M src/remote/inet_proto.h
M src/remote/inter_proto.h
M src/remote/interface.cpp
M src/remote/os/win32/srvr_w32.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/os/win32/wnet_proto.h
M src/remote/server.cpp
M src/remote/xnet.cpp
M src/remote/xnet_proto.h
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec.h
const correctness and other related changes
2003-10-31 16:43 skidder
M builds/install/arch-specific/linux/classic/postinstall.sh.in
M builds/install/misc/CSchangeRunUser.sh.in
Do not create home directory for firebird user
2003-10-31 12:41 eku
M builds/posix/Makefile.in.intl
M builds/posix/Makefile.in.libfbclient
M configure.in
Let autoconf control whether -DSUPERCLIENT is used or not.
2003-10-31 12:25 skidder
M builds/install/arch-specific/linux/classic/postinstall.sh.in
We are known as Firebird now
2003-10-31 12:21 skidder
M builds/install/arch-specific/linux/classic/postinstall.sh.in
Fix SuSE 9.0 install problem
2003-10-31 11:33 eku
M configure.in
M src/extlib/fbudf/fbudf.cpp
M src/journal/miscj.cpp
M src/jrd/gds.cpp
M src/jrd/perf.cpp
M src/jrd/svc.cpp
M src/remote/inet.cpp
M src/wal/driver.cpp
Cleanup usage of gettimeofday.
2003-10-31 11:31 eku
M builds/posix/Makefile.in.libfbclient
Removed '-DSUPERCLIENT' as it breaks CS build.
2003-10-31 08:30 eku
M src/gpre/ftn.cpp
Added missing ;
2003-10-30 22:18 skidder
M src/utilities/gsec/security.epp
Return engine to buildable state on Linux after Alex bugfix
2003-10-30 21:17 skidder
M src/jrd/opt.cpp
Return engine to compilable state on Win32 after Dmitry's cleanup
2003-10-30 18:06 epocman
M builds/win32/msvc6/gds32.dsp
M src/jrd/os/win32/ibinitdll.cpp
Win32 stub GDS32.DLL now preferably attempts to load FBCLIENT.DLL from its installation location (rootdir/bin) instead of system directories. Related to the finishing touches of the Win32 installation scheme looking forward multi-instances support after V1.5.
Please build maintainers, add advapi32.lib to msvc7/mingw builds of gds32.dll. Thanks.
2003-10-30 16:46 alexpeshkoff
M src/utilities/gsec/security.epp
Forward - port:
Fixed non-registered bug - buggy application might add user with name,
containing non-printable characters, which couldn't be modified/deleted
using standard tools like gsec.
2003-10-30 14:29 eku
M src/jrd/btr.h
M src/jrd/btr_proto.h
M src/jrd/cch.h
M src/jrd/jrd.h
M src/jrd/nav_proto.h
exp -> jrd_exp
Style
2003-10-30 14:26 eku
M builds/posix/Makefile.in.intl
Removed '-DSUPERCLIENT' as it breaks CS build.
2003-10-30 13:43 dimitr
M src/jrd/rse.h
Cleanup.
2003-10-30 13:21 eku
M src/jrd/perf.cpp
TICK (sys/param.h) and CLOCKS_PER_SEC (time.h) may both be defined.
2003-10-30 12:47 eku
M configure.in
Spelling.
2003-10-30 12:09 aafemt
M builds/posix/prefix.mingw
Turn off automatic CPU optimisation 'coz it doesn't work on AMD K6-2
2003-10-30 11:01 brodsom
M src/lock/lock.cpp
Log should be first, if not there are a segfault some lines after it and log is not updated with the fatal error message.
2003-10-30 10:59 brodsom
M src/common/classes/semaphore.h
Write fatal error messages into firebird.log
2003-10-30 10:03 eku
M src/jrd/isc_sync.cpp
Typo.
2003-10-30 09:49 eku
M configure.in
M src/jrd/isc_sync.cpp
M src/jrd/thd.cpp
M src/jrd/thd.h
Detect POSIX threads support with autoconf. Some code cleanup.
2003-10-30 09:00 robocop
M src/gpre/ada.cpp
Fix ISO-C++ problem found by Frank
2003-10-30 08:03 eku
M configure.in
Added missing autoheader templates.
2003-10-30 07:26 eku
M autogen.sh
D builds/make.new/config/config.h.in
M configure.in
Use autoheader to generate config.h.in.
2003-10-29 15:18 fsg
M src/jrd/isc_file.cpp
minor correction
FSG
2003-10-29 10:53 robocop
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/exe.cpp
M src/alice/exe_proto.h
M src/alice/tdr.cpp
M src/alice/tdr_proto.h
M src/burp/backu_proto.h
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/canonical.cpp
M src/burp/resto_proto.h
M src/burp/restore.epp
M src/dsql/dsql.cpp
M src/dsql/metd.epp
M src/dudley/ddl.cpp
M src/dudley/ddl.h
M src/dudley/ddl_proto.h
M src/dudley/exe.epp
M src/dudley/expand.cpp
M src/dudley/extract.epp
M src/dudley/generate.cpp
M src/dudley/trn.cpp
M src/extlib/fbudf/fbudf.cpp
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cme.cpp
M src/gpre/cme_proto.h
M src/gpre/cob.cpp
M src/gpre/exp.cpp
M src/gpre/exp_proto.h
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta.h
M src/gpre/gpre_meta_boot.cpp
M src/gpre/gpre_proto.h
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/gpre/lang_proto.h
M src/gpre/par.cpp
M src/gpre/pas.cpp
M src/gpre/pat.cpp
M src/gpre/pat.h
M src/ipserver/ipapi_proto.h
M src/ipserver/ipc.h
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/show.epp
M src/isql/show_proto.h
M src/journal/gjrn.cpp
M src/journal/gjrn_proto.h
M src/journal/journal.h
M src/journal/oldr.cpp
M src/journal/oldr_proto.h
M src/journal/rebui_proto.h
M src/journal/rebuild.epp
M src/journal/server.epp
M src/jrd/alt.cpp
M src/jrd/blb.cpp
M src/jrd/blb.h
M src/jrd/blb_proto.h
M src/jrd/blf_proto.h
M src/jrd/blob_filter.cpp
M src/jrd/blob_filter.h
M src/jrd/dfw.epp
M src/jrd/dyn_mod.epp
M src/jrd/entry.h
M src/jrd/err.cpp
M src/jrd/event.cpp
M src/jrd/event_proto.h
M src/jrd/filte_proto.h
M src/jrd/filters.cpp
M src/jrd/fun.epp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/gdsold.h
M src/jrd/grant.epp
M src/jrd/ibase.h
M src/jrd/iberr.cpp
M src/jrd/iberr_proto.h
M src/jrd/inf.cpp
M src/jrd/inf_proto.h
M src/jrd/ini.epp
M src/jrd/isc.cpp
M src/jrd/isc_f_proto.h
M src/jrd/isc_file.cpp
M src/jrd/isc_proto.h
M src/jrd/isc_s_proto.h
M src/jrd/jrd.cpp
M src/jrd/jrd_proto.h
M src/jrd/llio.cpp
M src/jrd/llio_proto.h
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/old.cpp
M src/jrd/old.h
M src/jrd/old_proto.h
M src/jrd/opt.cpp
M src/jrd/opt_proto.h
M src/jrd/os/pio_proto.h
M src/jrd/os/posix/unix.cpp
M src/jrd/os/vms/dfloat_stub.cpp
M src/jrd/os/vms/rdb.cpp
M src/jrd/os/vms/rdbint.cpp
M src/jrd/os/vms/vms.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/pag.cpp
M src/jrd/pag_proto.h
M src/jrd/perf.cpp
M src/jrd/rec.cpp
M src/jrd/rec_proto.h
M src/jrd/sdl.cpp
M src/jrd/sdl.h
M src/jrd/sdl_proto.h
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/svc_proto.h
M src/jrd/tra.cpp
M src/jrd/tra_proto.h
M src/jrd/utl.cpp
M src/jrd/utl_proto.h
M src/jrd/val.h
M src/jrd/why.cpp
M src/jrd/why_proto.h
M src/qli/exe.cpp
M src/qli/gener.cpp
M src/qli/meta.epp
M src/qli/proc.epp
M src/qli/show.epp
M src/remote/inet.cpp
M src/remote/inet_proto.h
M src/remote/inet_server.cpp
M src/remote/inter_proto.h
M src/remote/interface.cpp
M src/remote/merge.cpp
M src/remote/merge_proto.h
M src/remote/os/win32/ibconfig.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/parse_proto.h
M src/remote/parser.cpp
M src/remote/proto_proto.h
M src/remote/protocol.cpp
M src/remote/protocol.h
M src/remote/remot_proto.h
M src/remote/remote.cpp
M src/remote/remote.h
M src/remote/serve_proto.h
M src/remote/server.cpp
M src/remote/xdr.cpp
M src/remote/xdr.h
M src/remote/xdr_proto.h
M src/remote/xnet.cpp
M src/utilities/cache.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/security.epp
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dba_full.epp
M src/utilities/ibmgr/srvrmgr.cpp
M src/utilities/print_pool.cpp
M src/utilities/run_service.cpp
M src/utilities/stats.epp
M src/wal/walr.cpp
M src/wal/walr_proto.h
const correctness
placed some variables in context
fixed some function signatures
closed a few possible buffer overruns
sorry to the platform maintainers, I can't verify what I did for non-Win32 builds
2003-10-29 07:57 eku
M configure.in
Removed redundant test for socklen_t. Minor cleanup.
2003-10-29 07:00 stryqx
M src/jrd/thd.h
Fix build on FreeBSD
2003-10-29 06:07 stryqx
M src/jrd/jrd.h
Progress the SuperServer build on FreeBSD 5.x
2003-10-29 00:31 brodsom
M src/dudley/lex.cpp
M src/gpre/gpre.cpp
M src/jrd/jrd.cpp
M src/jrd/nbak.cpp
M src/misc/codes.epp
M src/qli/meta.epp
Remove unneeded MINGW ifdef
2003-10-28 22:44 arnobrinkman
M src/jrd/cmp.cpp
bugfix: Missing literal node caused at least to fail on GROUP BY constant expressions
2003-10-28 17:58 skidder
M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
M builds/install/arch-specific/linux/classic/preinstall.sh.in
M builds/posix/Makefile.in.firebird
Build and install libfbclient.so in Linux CS
2003-10-28 13:43 eku
M src/jrd/common.h
Replaced ib_printf with gds_log. stderr is usually connected to the
TCP-connection between database client and server. Writing an error message
to it means violating the Interbase protocol. The client then aborts with
an assertation in xdr_protocol (remote/protocol.cpp).
2003-10-28 13:39 brodsom
M src/gpre/gpre.h
M src/gpre/msc.cpp
M src/gpre/msc_proto.h
M src/gpre/sql.cpp
Rename usn struct to avoid collision with mingw headers (appear only after last changes)
2003-10-28 12:37 skidder
M builds/posix/prefix.solaris
Remove unneeded define. Noted by Claudio
2003-10-27 22:27 skidder
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/classes/tree.h
M src/gpre/cmd.cpp
M src/include/firebird.h
M src/intl/ldcommon.h
Ugly hack to make Firebird compatible with host applications using STL
2003-10-27 22:07 skidder
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
Update codes
2003-10-27 18:42 skidder
M builds/posix/prefix.solaris
M configure.in
M src/jrd/common.h
M src/lock/lock.cpp
M src/lock/lock.h
Forward port Solaris fixes
2003-10-27 18:00 alexpeshkoff
M builds/install/arch-specific/linux/misc/changeDBAPassword.sh.in
D builds/install/arch-specific/linux/misc/firebird.initd.in
D builds/install/arch-specific/linux/super/SSchangePasswd.sh.in
D builds/install/arch-specific/linux/super/install.sh.in
M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
D builds/install/arch-specific/linux/super/miniInstall.sh
M builds/install/arch-specific/linux/super/postinstall.sh.in
M builds/install/arch-specific/linux/super/postuninstall.sh.in
M builds/install/arch-specific/linux/super/preinstall.sh.in
M builds/install/arch-specific/linux/super/preuninstall.sh.in
M builds/install/arch-specific/linux/super/rpmfiles.txt.in
M builds/install/arch-specific/linux/super/tarinstall.sh.in
Port SS build changes from 1_5_Release
2003-10-27 17:53 alexpeshkoff
M configure.in
Port SS build changes from 1_5_Release
2003-10-27 11:30 paulbeach
M src/jrd/rse.h
Add Comments to RSB types
2003-10-27 09:29 robocop
M builds/posix/prefix.solaris
M builds/posix/prefix.solx86
M builds/posix/prefix.solx86gcc
M builds/win32/blrtable.bat
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbclient_static.dsp
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbclient_static.vcproj
We made EXACT_NUMERICS unconditional in FB1 and the macro was removed
2003-10-27 09:25 robocop
M builds/win32/msvc6/remote.dsp
M builds/win32/msvc6/remote_classic.dsp
Get rid of SUPERCLIENT
Add explicitly proto_proto.h to the headers list
2003-10-27 02:41 brodsom
M builds/install/arch-specific/mingw/prepare_mingw.sh
Corrections
2003-10-27 01:51 brodsom
A builds/install/arch-specific/mingw/Makefile.in
Restore dummy file
2003-10-27 01:29 brodsom
M src/iscguard/iscguard.rc
Fix
2003-10-27 01:14 brodsom
M configure.in
-Add resources to iscguard
2003-10-27 01:10 brodsom
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.libfbclient
M builds/posix/make.shared.targets
M builds/posix/prefix.mingw
-Add resources to iscguard
-Generate import library for fbclient.
2003-10-27 01:09 brodsom
D builds/install/arch-specific/mingw/Makefile.in
D builds/install/arch-specific/mingw/prepare_mingw.bat
A builds/install/arch-specific/mingw/prepare_mingw.sh
Toward installable MinGW build
2003-10-26 12:29 dimitr
M builds/misc/msg.gbak
M src/include/gen/msgs.h
Modified an existing error message.
2003-10-25 13:35 dimitr
M src/misc/writeBuildNum.sh
no message
2003-10-25 12:44 dimitr
M src/include/gen/codes.h
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
Added new error message.
2003-10-25 12:35 dimitr
M builds/misc/msg.gbak
Added new error message.
2003-10-25 11:03 robocop
M src/jrd/bookmark.h
M src/jrd/nodebug.cpp
Trivial change... or maybe we get rid of this MODULE: line?
2003-10-25 10:55 robocop
M src/jrd/dpm.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_util.epp
Trivial change... or maybe we get rid of this MODULE: line?
2003-10-24 10:15 aafemt
M src/jrd/err_proto.h
M src/jrd/event.cpp
M src/jrd/event_proto.h
'struct' cleanup
2003-10-24 10:10 aafemt
M src/jrd/dfw.epp
MinGW 3.0 is already released
2003-10-24 07:15 robocop
M builds/win32/make_boot.bat
Minor correction to error messages
2003-10-23 23:18 brodsom
M builds/win32/make_boot.bat
Correction
2003-10-23 23:15 brodsom
M configure.in
Set EDITLINE_FLG=N in Linux until the editline problem is solved.
2003-10-23 23:06 brodsom
M src/isql/isql.epp
Fix bugs in isql (needed by fbtcs)
-Detection of redirected input.
-Avoid \n\n\r output in echo mode on win32.
-Fix echo mode prompt output and make it work the same on win32 and linux.
2003-10-20 22:41 brodsom
M src/dudley/ddl.cpp
M src/dudley/exe.epp
M src/dudley/expand.cpp
M src/dudley/extract.epp
M src/dudley/generate.cpp
M src/dudley/trn.cpp
Macro cleaning
Use array access for nod_arg
2003-10-20 22:41 brodsom
M src/dsql/make.cpp
M src/jrd/cmp.cpp
M src/jrd/dfw.epp
M src/jrd/dsc.h
M src/jrd/evl.cpp
M src/jrd/intl.h
Macro cleaning
2003-10-20 18:34 brodsom
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
-Warning removal
-Style
2003-10-20 12:41 brodsom
M src/journal/rebuild.epp
Make journal build again
2003-10-20 12:27 skidder
M src/jrd/opt.cpp
Make Linux SS engine compile. Noted by Blas
2003-10-20 10:53 aafemt
M src/jrd/ail.cpp
M src/jrd/ail.h
M src/jrd/alt.cpp
M src/jrd/blb.cpp
M src/jrd/blb_proto.h
M src/jrd/blf_proto.h
M src/jrd/blob_filter.cpp
M src/jrd/blob_filter.h
M src/jrd/bookmark.h
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/btr_proto.h
M src/jrd/cch.cpp
M src/jrd/cch.h
M src/jrd/cch_proto.h
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/cvt.cpp
M src/jrd/cvt2_proto.h
M src/jrd/cvt_proto.h
M src/jrd/dbg_proto.h
M src/jrd/dfw.epp
M src/jrd/dfw_proto.h
M src/jrd/dls.cpp
M src/jrd/dpm.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_util.epp
M src/jrd/err.cpp
M src/jrd/nodebug.cpp
'struct' cleanup
2003-10-20 10:35 robocop
M src/utilities/install/install_reg.cpp
M src/utilities/install/regis_proto.h
M src/utilities/install/registry.cpp
M src/utilities/install/registry.h
Style; vars in scope
2003-10-20 10:34 robocop
M src/include/fb_blk.h
M src/include/fb_types.h
M src/include/old_fb_blk.h
Style
2003-10-20 10:28 robocop
M src/remote/os/win32/srvr_w32.cpp
Style; bool
2003-10-20 10:28 robocop
M src/remote/os/win32/winmain.cpp
M src/remote/os/win32/wnet.cpp
Style; bool, vars in scope
2003-10-20 10:26 robocop
M src/common/classes/array.h
Style: make the code more readable, keep spaces around operators
2003-10-20 10:18 robocop
M src/jrd/opt.cpp
Style: make the code more readable, keep spaces around operators
2003-10-20 10:12 robocop
M src/dsql/ddl.cpp
Style; comment unused code
2003-10-20 10:08 robocop
M src/qli/lex.cpp
Style
2003-10-20 10:04 robocop
M src/jrd/rse.h
Style; spaces help to read code
2003-10-20 02:49 brodsom
A builds/install/arch-specific/mingw/prepare_mingw.bat
First step toward mingw installable
2003-10-20 01:45 brodsom
M builds/posix/Makefile.in.client.gdef
A builds/posix/Makefile.in.client.qli
M builds/posix/Makefile.in.firebird
M configure.in
Add gdef and qli to posix ss build (needed for the tcs)
2003-10-19 23:03 brodsom
M src/dsql/ddl.cpp
Correct recent Claudio's change to allow posix build again.
2003-10-19 15:49 arnobrinkman
M builds/win32/make_examples.bat
A batch-file i forgot, thanks to Blas
2003-10-19 13:42 arnobrinkman
M builds/win32/make_boot.bat
Let's make my life a little bit easier, so i don't have to change everytime the files ;-)
2003-10-19 13:35 arnobrinkman
M builds/win32/prepare.bat
M builds/win32/preprocess.bat
M builds/win32/setenvvar.bat
Let's make my life a little bit easier, so i don't have to change everytime the files ;-)
2003-10-19 07:01 stryqx
M src/jrd/rse.h
Keep gcc 3.3 happy.
2003-10-19 06:59 stryqx
M configure.in
Make configure summary report match reality.
2003-10-19 01:41 brodsom
M src/jrd/ibase.h
Synchronize public headers with function declaration after Claudio's changes (tests fails)
2003-10-19 01:25 brodsom
M builds/win32/parse.bat
M builds/win32/prepare.bat
M builds/win32/run_all.bat
Corrections
2003-10-19 01:23 brodsom
M builds/win32/make_boot.bat
Allow debug or release build
2003-10-19 01:22 brodsom
M builds/win32/msvc6/fbclient_static.dsp
Add DEV_BUILD to the debug build
2003-10-17 23:47 brodsom
M src/dudley/exe.epp
M src/dudley/expand.cpp
M src/dudley/expr.cpp
M src/dudley/generate.cpp
M src/dudley/parse.cpp
M src/dudley/parse.h
M src/dudley/trn.cpp
-Macro cleaning
-Use array access for nod_arg and idx_field
2003-10-17 23:41 brodsom
M src/gpre/cmd.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/sql.cpp
Macro cleaning
2003-10-17 20:29 skidder
M src/common/classes/array.h
M src/jrd/btr.h
M src/jrd/constants.h
M src/jrd/dfw.epp
M src/jrd/opt.cpp
M src/jrd/rse.h
Clean up optimizer
2003-10-17 14:32 brodsom
M builds/win32/make_examples.bat
Correction
2003-10-17 13:01 brodsom
M src/dsql/dsql.h
Correct bad debug report (found by Claudio)
2003-10-17 12:56 brodsom
M src/dudley/ddl.h
Solve allocation bug (found by Claudio)
2003-10-17 12:55 brodsom
M src/qli/lex.cpp
Solve assertion failure in tests
2003-10-16 21:02 arnobrinkman
M src/jrd/opt.cpp
bugfix: Missing initialization of position vector. Thanks for Nickolay who notice this.
2003-10-16 08:51 robocop
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/exe.cpp
M src/alice/tdr.cpp
M src/alice/tdr_proto.h
M src/dsql/array.epp
M src/dsql/blob.epp
M src/dsql/blob_proto.h
M src/dsql/ddl.cpp
M src/dsql/ddl_proto.h
M src/dsql/dsql.cpp
M src/dsql/hsh.cpp
M src/dsql/hsh_proto.h
M src/dsql/metd.epp
M src/dsql/metd_proto.h
M src/dsql/parse.y
M src/dudley/lex.cpp
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cob.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta_boot.cpp
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/gpre/msc.cpp
M src/gpre/par.cpp
M src/gpre/parse.h
M src/gpre/pas.cpp
M src/gpre/sql.cpp
M src/isql/isql.epp
M src/isql/isql_proto.h
M src/jrd/cvt.cpp
M src/jrd/cvt_proto.h
M src/jrd/exe.h
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/ibase.h
M src/jrd/opt.cpp
M src/jrd/os/posix/isc_ipc.cpp
M src/jrd/par.cpp
M src/qli/command.cpp
M src/qli/compi_proto.h
M src/qli/compile.cpp
M src/qli/exe.h
M src/qli/expand.cpp
M src/qli/format.cpp
M src/qli/gener.cpp
M src/qli/picst_proto.h
M src/qli/picstr.cpp
M src/qli/report.cpp
M src/remote/xdr.cpp
const correctness and other tasks
2003-10-15 14:43 brodsom
M src/gpre/sql.cpp
Style
2003-10-15 12:47 brodsom
M builds/win32/make_all.bat
M builds/win32/make_boot.bat
M builds/win32/run_all.bat
Exit from build process if msdev returns errorlevel 1
2003-10-15 01:18 brodsom
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cme.cpp
M src/gpre/cmp.cpp
M src/gpre/exp.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/hsh.cpp
M src/gpre/jrdmet.cpp
M src/gpre/msc.cpp
M src/gpre/par.cpp
M src/gpre/sqe.cpp
M src/gpre/sql.cpp
Macro cleaning
2003-10-14 22:22 brodsom
M src/dsql/alld.cpp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/errd.cpp
M src/dsql/gen.cpp
M src/dsql/hsh.cpp
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cmd_proto.h
M src/gpre/cme.cpp
M src/gpre/cmp.cpp
M src/gpre/cob.cpp
M src/gpre/dyntable.cpp
M src/gpre/exp.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/hsh.cpp
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/gpre/jrdmet.cpp
M src/gpre/par.cpp
M src/gpre/parse.h
M src/gpre/pas.cpp
M src/gpre/pat.cpp
M src/gpre/pat.h
M src/gpre/sqe.cpp
M src/gpre/sql.cpp
M src/gpre/words.h
Macro cleaning
2003-10-14 13:10 eku
M builds/make.new/config/config.h.in
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/jrd/common.h
M src/jrd/os/posix/isc_ipc.cpp
SINIX-Z: POSIX stylish sigaction.
2003-10-14 13:01 eku
M src/wal/walw.cpp
Fixed another compile problem with logf.
2003-10-13 12:56 dimitr
M src/dsql/pass1.cpp
Fixed server crash with explicit plans used in subqueries, when outer aggregation is performed.
2003-10-12 14:21 skidder
M src/jrd/common.h
Fix comment, noted by Claudio
2003-10-12 13:17 epocman
M doc/install_win32.txt
*** empty log message ***
2003-10-12 12:02 epocman
M doc/install_win32.txt
*** empty log message ***
2003-10-12 11:54 epocman
M doc/README.instsvc
*** empty log message ***
2003-10-12 11:48 epocman
M src/utilities/install/install_nt.h
M src/utilities/install/registry.cpp
M src/utilities/install/registry.h
Win32 HKLM and service name change as per recent discussion in fbdevel. Added more complete cleanup of registry keys when 'instreg remove'.
2003-10-10 23:56 skidder
M builds/install/arch-specific/linux/classic/postinstall.sh.in
M builds/install/misc/CSchangeRunUser.sh.in
A builds/posix/prefix.linux_sparc32
M configure.in
M src/common/classes/alloc.h
M src/jrd/common.h
M src/jrd/exe.h
M src/jrd/gds.cpp
M src/jrd/ibase.h
M src/jrd/isc_sync.cpp
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/jrd/utl.cpp
M src/remote/xdr.cpp
Forward port Sparc fixes
2003-10-09 18:06 brodsom
M builds/win32/run_all.bat
Correction
2003-10-09 17:48 brodsom
M builds/win32/run_all.bat
Test if firebird is set and ask for it if not
2003-10-09 03:54 robocop
M src/extlib/fbudf/fbudf.sql
Fix script for SF bug #819224 => Change the comment, too.
2003-10-09 03:38 robocop
M src/extlib/fbudf/fbudf.sql
Fix script for SF bug #819224
2003-10-09 02:02 brodsom
M src/journal/rebuild.epp
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/dmp.cpp
M src/jrd/jrd.cpp
M src/jrd/nav.cpp
M src/jrd/rec.cpp
M src/jrd/val.cpp
Macro cleaning
2003-10-08 13:07 dimitr
M src/jrd/build_no.h
We're far from being considered Alpha. Let's name our current builds accordingly.
2003-10-08 11:50 dimitr
M builds/install/misc/firebird.conf
no message
2003-10-08 09:42 epocman
M src/jrd/os/win32/config_root.cpp
M src/utilities/install/install_nt.h
M src/utilities/install/install_reg.cpp
M src/utilities/install/install_svc.cpp
M src/utilities/install/registry.cpp
M src/utilities/install/registry.h
Win32 - Syncing with the recent FB 1.5 branch installation changes.
2003-10-08 09:15 dimitr
M doc/sql.extensions/README.context_variables
Added extra note.
2003-10-08 08:42 robocop
M src/journal/miscj.cpp
M src/journal/miscj_proto.h
M src/journal/server.epp
M src/jrd/alt.cpp
M src/jrd/blb.cpp
M src/jrd/blb_proto.h
M src/jrd/cch.cpp
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/cvt2_proto.h
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/gds.cpp
M src/jrd/gds.hxx
M src/jrd/gds_proto.h
M src/jrd/gdsold.h
M src/jrd/ibase.h
M src/jrd/intl.cpp
M src/jrd/intl_proto.h
M src/jrd/jrd.cpp
M src/jrd/mov.cpp
M src/jrd/mov_proto.h
M src/jrd/pwd.cpp
M src/lock/print.cpp
M src/qli/mov.cpp
M src/remote/xnet.cpp
M src/wal/walw.cpp
const correctness
2003-10-07 23:03 stryqx
M src/journal/server.epp
Define clock as time_t rather than SLONG
2003-10-07 11:02 stryqx
M src/jrd/jrd.cpp
Define clock correctly, rather than casting it.
Pointed out by Claudio.
2003-10-07 10:43 stryqx
M src/extlib/fbudf/fbudf.cpp
M src/jrd/jrd.cpp
style
2003-10-07 10:33 stryqx
M src/extlib/fbudf/fbudf.cpp
M src/qli/dtr.cpp
Fix build with gcc 3.3
2003-10-07 10:12 stryqx
M src/jrd/jrd.cpp
Fix build with gcc 3.3
2003-10-07 09:59 robocop
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
Generally speaking, it's problematic to dereference null pointers.
:-)
2003-10-07 09:58 robocop
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta.h
M src/gpre/gpre_meta_boot.cpp
M src/gpre/pas.cpp
const correctness and vars in scope
2003-10-07 09:56 robocop
M src/wal/walw.cpp
Renamed rogue variable
2003-10-07 09:55 robocop
M src/jrd/common.h
M src/jrd/log.h
Trivial style change
2003-10-07 08:34 eku
M src/wal/walw.cpp
Fixed compile error.
2003-10-07 07:24 eku
M src/jrd/common.h
Please use the results of configure.
2003-10-07 06:59 stryqx
M src/jrd/log.h
Fix build with gcc 3.3.
Let me know if there's a better fix.
2003-10-07 06:48 stryqx
M builds/posix/prefix.freebsd
Fix typo
2003-10-07 06:43 stryqx
M builds/posix/prefix.freebsd
Fix up build flags.
2003-10-07 06:34 eku
M src/jrd/pag.cpp
Fixed compile error.
2003-10-07 06:20 eku
M src/gpre/pat.cpp
Fixed "name lookup of `n' changed for new ISO `for' scoping"
2003-10-06 13:22 alexpeshkoff
M doc/sql.extensions/README.execute_statement
Added security note
2003-10-06 09:50 robocop
M src/journal/miscj_proto.h
Style
2003-10-06 09:48 robocop
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cme.cpp
M src/gpre/cmp.cpp
M src/gpre/cob.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta.h
M src/gpre/gpre_meta_boot.cpp
M src/gpre/gpre_proto.h
M src/gpre/hsh.cpp
M src/gpre/hsh_proto.h
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/gpre/jrdmet.cpp
M src/gpre/lang_proto.h
M src/gpre/msc.cpp
M src/gpre/msc_proto.h
M src/gpre/par.cpp
M src/gpre/par_proto.h
M src/gpre/pas.cpp
M src/gpre/pat.cpp
M src/gpre/pat.h
M src/gpre/sql.cpp
const correctness and some variables in scope
2003-10-06 09:46 robocop
M builds/win32/msvc6/fbserver.dsp
Included two unnecessary files time ago
2003-10-06 09:40 alexpeshkoff
M src/jrd/pag.cpp
Style fix - thanks to Claudio
2003-10-05 23:06 brodsom
M builds/win32/make_all.bat
include journal
2003-10-05 23:06 brodsom
M src/journal/miscj_proto.h
Make journal build again
2003-10-05 22:51 brodsom
M src/include/fb_types.h
Macro cleaning
2003-10-05 10:27 dimitr
M src/jrd/jrd_pwd.h
M src/jrd/pwd.cpp
Some cleanup.
2003-10-05 07:04 robocop
M src/jrd/cvt.cpp
M src/jrd/cvt_proto.h
M src/jrd/intl.cpp
M src/jrd/intl_proto.h
const correctness, vars in scope, etc.
2003-10-05 07:03 robocop
M src/intl/kanji.h
M src/intl/kanji_proto.h
M src/intl/ldcommon.h
M src/intl/utils/maptest2.c
style
2003-10-05 07:03 robocop
M src/intl/ld.cpp
M src/jrd/intlnames.h
changed _INTL_COMPONENT_ to INTL_COMPONENT_FB
2003-10-05 06:58 robocop
M src/gpre/cmd_proto.h
M src/gpre/cme_proto.h
M src/gpre/cmp_proto.h
M src/gpre/exp_proto.h
M src/gpre/gpre_meta.h
M src/gpre/gpre_proto.h
M src/gpre/hsh_proto.h
M src/gpre/jrdme_proto.h
M src/gpre/lang_proto.h
M src/gpre/msc_proto.h
M src/gpre/par_proto.h
M src/gpre/prett_proto.h
M src/gpre/sqe_proto.h
M src/gpre/sql_proto.h
style
2003-10-05 06:56 robocop
M src/gpre/ftn.cpp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/movg.cpp
M src/gpre/movg_proto.h
M src/gpre/pat.cpp
M src/gpre/pat.h
M src/gpre/pat_proto.h
const correctness, vars in scope, etc.
2003-10-05 06:42 robocop
M src/dudley/hsh.cpp
M src/dudley/hsh_proto.h
M src/dudley/parse.cpp
const correctness, vars in scope, etc.
2003-10-05 06:42 robocop
M src/dudley/ddl_proto.h
M src/dudley/exe.epp
M src/dudley/exe_proto.h
M src/dudley/expan_proto.h
M src/dudley/expand.cpp
M src/dudley/expr.cpp
M src/dudley/expr_proto.h
M src/dudley/extra_proto.h
M src/dudley/gener_proto.h
M src/dudley/lex.cpp
M src/dudley/lex_proto.h
M src/dudley/parse_proto.h
M src/dudley/trn.cpp
M src/dudley/trn_proto.h
style
2003-10-05 06:37 robocop
M src/dsql/pass1.cpp
M src/dsql/preparse.cpp
M src/dsql/utld.cpp
M src/dudley/ddl.cpp
M src/dudley/ddl.h
const correctness, vars in scope, etc.
2003-10-05 06:33 robocop
M src/dsql/alld.cpp
M src/dsql/array.epp
M src/dsql/array_proto.h
M src/dsql/blob_proto.h
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/dsql_proto.h
style
2003-10-05 06:27 robocop
M src/dsql/errd.cpp
M src/dsql/gen.cpp
M src/dsql/gen_proto.h
M src/dsql/hsh.cpp
M src/dsql/hsh_proto.h
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/movd.cpp
M src/dsql/movd_proto.h
const correctness, vars in scope, etc.
2003-10-05 06:23 robocop
M src/alice/exe_proto.h
M src/burp/backu_proto.h
M src/burp/burp_proto.h
M src/burp/canon_proto.h
M src/burp/misc_proto.h
M src/burp/mvol_proto.h
M src/burp/resto_proto.h
M src/dsql/parse_proto.h
M src/dsql/prepa_proto.h
M src/dsql/utld_proto.h
style
2003-10-05 06:20 robocop
M src/burp/burp.h
constant should use FB type
2003-10-05 06:11 robocop
M src/jrd/vio_proto.h
Fixed cleanup mistake by someone
2003-10-05 06:10 robocop
M doc/license/README.license.usage.txt
small typo
2003-10-05 04:06 robocop
D builds/win32/defs/gds.def
Removed win16 survivor
2003-10-03 12:34 dimitr
M src/utilities/gstat/dba.epp
Corrected gstat version info output.
2003-10-03 12:28 dimitr
M src/jrd/jrd_pwd.h
M src/jrd/pwd.cpp
A few corrections.
2003-10-03 10:38 dimitr
M src/common/config/config.cpp
Increased a default size of the lock table, after discussion with Nickolay.
2003-10-03 10:14 aafemt
M src/jrd/jrd.h
Only unix superserver uses long jump
2003-10-03 10:04 dimitr
A doc/license/README.license.usage.txt
Added usage rules
2003-10-03 02:00 brodsom
M src/dsql/alld.cpp
M src/dsql/array_proto.h
M src/dsql/blob_proto.h
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/dsql_proto.h
M src/dsql/errd.cpp
M src/dsql/gen_proto.h
M src/dsql/hsh.cpp
M src/dsql/keywords.h
M src/dsql/movd_proto.h
M src/dsql/parse_proto.h
M src/dsql/pass1.cpp
M src/dsql/pass1_proto.h
M src/dsql/prepa_proto.h
M src/dsql/preparse.cpp
M src/dsql/utld.cpp
M src/dsql/utld_proto.h
M src/dudley/ddl.cpp
M src/dudley/ddl.h
M src/dudley/ddl_proto.h
M src/dudley/exe_proto.h
M src/dudley/expan_proto.h
M src/dudley/expand.cpp
M src/dudley/expr.cpp
M src/dudley/expr_proto.h
M src/dudley/extra_proto.h
M src/dudley/extract.epp
M src/dudley/gener_proto.h
M src/dudley/hsh.cpp
M src/dudley/hsh_proto.h
M src/dudley/lex.cpp
M src/dudley/lex_proto.h
M src/dudley/parse.cpp
M src/dudley/parse.h
M src/dudley/parse_proto.h
M src/dudley/trn_proto.h
Macro cleaning
extern cleaning
DLL_EXPORT cleaning
2003-10-03 01:53 brodsom
M src/gpre/cmd_proto.h
M src/gpre/cme_proto.h
M src/gpre/cmp_proto.h
M src/gpre/exp_proto.h
M src/gpre/gpre.cpp
M src/gpre/gpre_meta.h
M src/gpre/gpre_meta_boot.cpp
M src/gpre/gpre_proto.h
M src/gpre/hsh_proto.h
M src/gpre/jrdme_proto.h
M src/gpre/lang_proto.h
M src/gpre/movg_proto.h
M src/gpre/msc_proto.h
M src/gpre/par_proto.h
M src/gpre/pat_proto.h
M src/gpre/prett_proto.h
M src/gpre/sqe_proto.h
M src/gpre/sql_proto.h
M src/intl/utils/maptest2.c
M src/ipserver/ipapi_proto.h
M src/jrd/ExecuteStatement.h
M src/jrd/dbg.h
M src/jrd/dbg_proto.h
M src/jrd/dflt.h
M src/jrd/dfw_proto.h
M src/jrd/divorce.h
M src/jrd/dls_proto.h
M src/jrd/dmp.cpp
M src/jrd/dmp_proto.h
M src/jrd/drq.h
M src/jrd/dsc.cpp
M src/jrd/dsc_proto.h
M src/jrd/dyn.h
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_proto.h
M src/jrd/dyn_ut_proto.h
M src/jrd/enc.cpp
M src/jrd/enc_proto.h
M src/jrd/err.cpp
M src/jrd/err_proto.h
M src/jrd/event.h
M src/jrd/event_proto.h
M src/jrd/evl.cpp
M src/jrd/evl_proto.h
M src/jrd/exe.h
M src/jrd/exe_proto.h
M src/jrd/ext.h
M src/jrd/ext_proto.h
M src/jrd/fil.h
M src/jrd/file_params.h
M src/jrd/filte_proto.h
M src/jrd/flags.h
M src/jrd/flu.h
M src/jrd/flu_proto.h
M src/jrd/fun.epp
M src/jrd/fun_proto.h
M src/jrd/gds_proto.h
M src/jrd/gdsold.h
M src/jrd/grant_proto.h
M src/jrd/iberr_proto.h
M src/jrd/ibsetjmp.h
M src/jrd/idx.h
M src/jrd/idx_proto.h
M src/jrd/inf.cpp
M src/jrd/inf.h
M src/jrd/inf_proto.h
M src/jrd/ini_proto.h
M src/jrd/intl.cpp
M src/jrd/intl.h
M src/jrd/intl_classes.h
M src/jrd/intl_proto.h
M src/jrd/inuse_proto.h
M src/jrd/irq.h
M src/jrd/isc.cpp
M src/jrd/isc.h
M src/jrd/isc_f_proto.h
M src/jrd/isc_file.cpp
M src/jrd/isc_proto.h
M src/jrd/isc_s_proto.h
M src/jrd/isc_signal.h
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd_proto.h
M src/jrd/jrd_pwd.h
M src/jrd/jrd_time.h
M src/jrd/jrn.h
M src/jrd/jrn_proto.h
M src/jrd/lck.h
M src/jrd/lck_proto.h
M src/jrd/license.h
M src/jrd/llio.h
M src/jrd/llio_proto.h
M src/jrd/lls.h
M src/jrd/log.h
M src/jrd/log2.h
M src/jrd/log_proto.h
M src/jrd/met.epp
M src/jrd/met.h
M src/jrd/met_proto.h
M src/jrd/misc.h
M src/jrd/misc_func_ids.h
M src/jrd/misc_proto.h
M src/jrd/mov_proto.h
M src/jrd/msg.h
M src/jrd/nav_proto.h
M src/jrd/nbak.h
M src/jrd/obj.h
M src/jrd/ods.h
M src/jrd/old.h
M src/jrd/old_proto.h
M src/jrd/opt_proto.h
M src/jrd/os/guid.h
M src/jrd/os/isc_i_proto.h
M src/jrd/os/pio.h
M src/jrd/os/pio_proto.h
M src/jrd/os/posix/isc_ipc.cpp
M src/jrd/os/thd_priority.h
M src/jrd/os/vms/map_proto.h
M src/jrd/os/vms/mblr.h
M src/jrd/os/vms/mblr_proto.h
M src/jrd/os/vms/prv_m_bypass.h
M src/jrd/os/vms/rdb.h
M src/jrd/os/vms/vms.h
M src/jrd/os/vms/vmslo_proto.h
M src/jrd/os/win32/isc_ipc.cpp
M src/jrd/pag.h
M src/jrd/pag_proto.h
M src/jrd/par_proto.h
M src/jrd/pcmet_proto.h
M src/jrd/perf_proto.h
M src/jrd/quad.h
M src/jrd/quad_proto.h
M src/jrd/que.h
M src/jrd/rec_proto.h
M src/jrd/req.h
M src/jrd/rlck_proto.h
M src/jrd/rng.h
M src/jrd/rng_proto.h
M src/jrd/rse.h
M src/jrd/rse_proto.h
M src/jrd/sbm_proto.h
M src/jrd/sch_proto.h
M src/jrd/scroll_cursors.h
M src/jrd/sdl.cpp
M src/jrd/sdl_proto.h
M src/jrd/sdw.h
M src/jrd/sdw_proto.h
M src/jrd/shut_proto.h
M src/jrd/smp.h
M src/jrd/smp_impl.h
M src/jrd/sort.cpp
M src/jrd/sort.h
M src/jrd/sort_proto.h
M src/jrd/sqz.h
M src/jrd/sqz_proto.h
M src/jrd/svc.cpp
M src/jrd/sym_proto.h
M src/jrd/thd.cpp
M src/jrd/thd.h
M src/jrd/thd_proto.h
M src/jrd/tpc.h
M src/jrd/tpc_proto.h
M src/jrd/tra_proto.h
M src/jrd/trig.h
M src/jrd/utl_proto.h
M src/jrd/val_proto.h
M src/jrd/vio_debug.h
M src/jrd/vio_proto.h
M src/jrd/why_proto.h
extern cleaning
removing underscores in macros
DLL_EXPORT cleaning
2003-10-03 01:50 brodsom
M src/intl/kanji.h
M src/intl/kanji_proto.h
M src/intl/ld.cpp
M src/intl/ldcommon.h
extern cleaning
removing underscores in macros
DLL_EXPORT cleaning
Removing duplicated declarations
2003-10-03 01:34 brodsom
M src/jrd/acl.h
M src/jrd/ail.h
M src/jrd/align.h
M src/jrd/blb.cpp
M src/jrd/blb.h
M src/jrd/blb_proto.h
M src/jrd/blf_proto.h
M src/jrd/blob_filter.cpp
M src/jrd/block_cache.h
M src/jrd/blr.h
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/btr_proto.h
M src/jrd/cch.cpp
M src/jrd/cch.h
M src/jrd/cch_proto.h
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/constants.h
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/cvt2_proto.h
M src/jrd/cvt_proto.h
extern cleaning
removing underscores in macros
DLL_EXPORT cleaning
2003-10-03 01:20 brodsom
M src/qli/all_proto.h
M src/qli/comma_proto.h
M src/qli/compi_proto.h
M src/qli/err_proto.h
M src/qli/eval_proto.h
M src/qli/exe_proto.h
M src/qli/expan_proto.h
M src/qli/forma_proto.h
M src/qli/gener_proto.h
M src/qli/help_proto.h
M src/qli/hsh_proto.h
M src/qli/lex_proto.h
M src/qli/meta_proto.h
M src/qli/mov_proto.h
M src/qli/parse_proto.h
M src/qli/picst_proto.h
M src/qli/proc_proto.h
M src/qli/repor_proto.h
M src/qli/show_proto.h
M src/remote/allr.cpp
M src/remote/allr_proto.h
M src/remote/inet.cpp
M src/remote/inet_proto.h
M src/remote/inter_proto.h
M src/remote/merge.cpp
M src/remote/merge_proto.h
M src/remote/os/vms/chuser.cpp
M src/remote/os/win32/chop_proto.h
M src/remote/os/win32/cntl_proto.h
M src/remote/os/win32/window_proto.h
M src/remote/os/win32/wnet_proto.h
M src/remote/parse_proto.h
M src/remote/parser.cpp
M src/remote/proto_proto.h
M src/remote/protocol.cpp
M src/remote/remot_proto.h
M src/remote/remote.cpp
M src/remote/serve_proto.h
M src/remote/xdr.cpp
M src/remote/xdr_proto.h
M src/remote/xnet_proto.h
extern cleaning
removing underscores in macros
DLL_EXPORT cleaning
2003-10-03 01:01 brodsom
M src/utilities/gsec/gsec_proto.h
M src/utilities/gsec/secur_proto.h
M src/utilities/gstat/ppg_proto.h
M src/utilities/guard/util_proto.h
M src/utilities/ibmgr/srvrmgr_proto.h
M src/utilities/install/regis_proto.h
M src/utilities/install/servi_proto.h
M src/utilities/rebuild/rebui_proto.h
M src/utilities/rebuild/rmet_proto.h
M src/utilities/rebuild/rstor_proto.h
extern cleaning
removing underscores in macros
2003-10-03 00:55 brodsom
M src/wal/wal_proto.h
M src/wal/walc_proto.h
M src/wal/walf_proto.h
M src/wal/walr_proto.h
M src/wal/walw_proto.h
M src/wal/wstat_proto.h
extern cleaning
2003-10-02 19:20 brodsom
M src/alice/exe_proto.h
M src/burp/backu_proto.h
M src/burp/burp_proto.h
M src/burp/canon_proto.h
M src/burp/misc_proto.h
M src/burp/mvol_proto.h
M src/burp/resto_proto.h
M src/ipserver/ipapi_proto.h
M src/ipserver/ipcli_proto.h
M src/ipserver/ipevt_proto.h
M src/ipserver/ipsrv_proto.h
M src/iscguard/cntlg_proto.h
M src/iscguard/iscguard.cpp
M src/isql/extra_proto.h
M src/isql/isql_proto.h
M src/isql/show_proto.h
M src/journal/conso_proto.h
M src/journal/gjrn_proto.h
M src/journal/miscj_proto.h
M src/journal/oldr_proto.h
M src/journal/rebui_proto.h
M src/journal/serve_proto.h
extern cleaning
2003-10-02 19:16 brodsom
M src/burp/burp.h
Correction
2003-10-02 18:41 epocman
M doc/README.instsvc
Sync with FB1.5 branch.
2003-10-02 10:17 aafemt
M doc/README.build.mingw.html
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/include/gen/autoconfig_msvc.h
M src/jrd/common.h
M src/utilities/nbackup.cpp
Move MSVC-related hack of vsnprintf to MSVC header because it crashed MinGW build
2003-10-01 23:27 brodsom
M src/jrd/pag.cpp
M src/jrd/sdw.cpp
Fix error in last Alex commit to HEAD to make builds work again.
2003-10-01 19:46 dimitr
M src/jrd/opt.cpp
Fixed bug introduced one year ago.
2003-10-01 19:10 brodsom
M src/dudley/ddl_proto.h
M src/dudley/exe_proto.h
M src/dudley/expan_proto.h
M src/dudley/expr_proto.h
M src/dudley/extra_proto.h
M src/dudley/gener_proto.h
M src/dudley/lex_proto.h
M src/dudley/parse_proto.h
M src/dudley/trn_proto.h
Macro cleaning
2003-10-01 18:11 brodsom
M src/burp/burp.h
M src/dsql/array.epp
M src/dsql/blk.h
M src/dsql/ddl.cpp
M src/dsql/dsql.h
M src/dsql/gen.cpp
M src/dsql/gen_proto.h
M src/dsql/node.h
M src/dsql/pass1.cpp
M src/dsql/preparse.cpp
M src/dsql/utld.cpp
M src/dsql/utld_proto.h
M src/dudley/ddl.h
M src/jrd/svc.h
M src/qli/dtr.h
Macro cleaning
2003-10-01 15:27 alexpeshkoff
M src/jrd/isc_file.cpp
M src/jrd/jrd.cpp
M src/jrd/pag.cpp
M src/jrd/sdw.cpp
Ported today fixes to HEAD.
2003-10-01 12:51 skidder
M src/jrd/exe.cpp
Fix bug in savepoints support introduced by Dmitry a few RCs ago
2003-10-01 10:58 aafemt
M src/dsql/alld.cpp
M src/dsql/array.epp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/dsql_proto.h
M src/dsql/gen.cpp
M src/dsql/gen_proto.h
M src/dsql/hsh.cpp
M src/dsql/hsh_proto.h
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/metd.epp
M src/dsql/metd_proto.h
M src/dsql/movd_proto.h
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dsql/pass1_proto.h
M src/dsql/preparse.cpp
M src/dsql/sym.h
M src/dsql/utld_proto.h
sym -> dsql_sym + some 'struct' cleanup
2003-10-01 03:37 brodsom
M src/dsql/dsql.h
Patch to Nickolay changes to make MinGW build again
2003-09-30 23:01 brodsom
M src/gpre/pretty.cpp
Rollback change to make tests run again
2003-09-30 22:59 brodsom
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
Patch to make msvc build again after Nickolay changes
2003-09-30 19:26 brodsom
M configure.in
Correction
2003-09-30 17:48 brodsom
M configure.in
Lost commit
2003-09-30 17:21 skidder
M src/jrd/par.cpp
Fix bug in my previous commit spotted by Blas
2003-09-30 10:39 aafemt
M src/dudley/ddl.cpp
M src/dudley/ddl.h
M src/dudley/exe.epp
M src/dudley/expand.cpp
M src/dudley/expr.cpp
M src/dudley/lex_proto.h
M src/dudley/parse.cpp
M src/dudley/parse.h
M src/dudley/trn.cpp
'struct' cleanup
2003-09-30 09:41 fsg
M configure.in
M src/gpre/ftn.cpp
small fixes for ftn.cpp, include fbudf for the linux build
FSG
2003-09-29 22:06 brodsom
M doc/README.build.mingw.html
Update
2003-09-29 19:32 skidder
M src/dsql/dsql.cpp
M src/dsql/node.h
Remove unused DSQL node types
2003-09-29 12:43 robocop
M builds/win32/defs/fbclient.def
M builds/win32/defs/fbclient_debug.def
M builds/win32/defs/gds32.def
M builds/win32/defs/gds32_debug.def
M builds/win32/defs/iutls.def
M src/alice/alice.cpp
M src/burp/burp.cpp
M src/burp/canonical.cpp
M src/dsql/alld_proto.h
M src/dsql/array_proto.h
M src/dsql/blob_proto.h
M src/dsql/chars.h
M src/dsql/ddl_proto.h
M src/dsql/dsql_proto.h
M src/dsql/hsh.cpp
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/metd.epp
M src/dsql/metd_proto.h
M src/dsql/misc_func.cpp
M src/dsql/misc_func.h
M src/dsql/movd_proto.h
M src/dsql/node.h
M src/dsql/parse_proto.h
M src/dsql/pass1.cpp
M src/dsql/pass1_proto.h
M src/dsql/prepa_proto.h
M src/dsql/sqlda.h
M src/dsql/sym.h
M src/dudley/trn.cpp
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cob.cpp
M src/gpre/ftn.cpp
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/gpre/pas.cpp
M src/gpre/prett_proto.h
M src/gpre/pretty.cpp
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/isql_proto.h
M src/isql/isql_win.cpp
M src/isql/show.epp
M src/isql/show_proto.h
M src/jrd/alt.cpp
M src/jrd/exe.h
M src/jrd/filters.cpp
M src/jrd/gds.cpp
M src/jrd/gds.hxx
M src/jrd/gds_proto.h
M src/jrd/ibase.h
M src/qli/eval.cpp
M src/qli/eval_proto.h
M src/qli/exe.cpp
M src/qli/mov.cpp
M src/qli/mov_proto.h
M src/remote/os/win32/ibconfig.cpp
M src/remote/server.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gstat/dba.epp
Cleanup.
Hopefully harmless
It should fix the issue introduced with constness in gds__interprete for current applications.
2003-09-29 11:00 dimitr
M src/jrd/rse.cpp
M src/jrd/sort.cpp
M src/jrd/sort_proto.h
Cleanup.
2003-09-29 10:48 skidder
M src/dsql/dsql.cpp
Fix cosmetic issue noted by Claudio
2003-09-29 08:29 dimitr
M src/jrd/rse.cpp
Correction.
2003-09-28 21:36 skidder
M builds/win32/defs/fbclient.def
M builds/win32/defs/fbclient_debug.def
M builds/win32/defs/gds32.def
M builds/win32/defs/gds32_debug.def
M src/common/classes/array.h
M src/common/config/config.cpp
M src/common/config/config.h
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dudley/ddl.h
M src/dudley/exe.epp
M src/dudley/lex.cpp
M src/dudley/lex_proto.h
M src/dudley/trn.cpp
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cme.cpp
M src/gpre/cob.cpp
M src/gpre/dyntable.h
M src/gpre/ftn.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta_boot.cpp
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/gpre/pas.cpp
M src/gpre/prett_proto.h
M src/gpre/pretty.cpp
M src/include/fb_types.h
M src/jrd/alt.cpp
M src/jrd/blp.h
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/constants.h
M src/jrd/cvt2.cpp
M src/jrd/exe.h
M src/jrd/filters.cpp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/gdsold.h
M src/jrd/jrd.cpp
M src/jrd/met.epp
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/jrd/par_proto.h
M src/qli/meta.epp
Ok, i'm joining Firebird destruction team with my cleanup:
1. Bring trace DSQL, DYN and BLR trace logging up-to-date
2. Remove redundant CSB pointer dereferences in BLR parser and request compiler
3. Convert RIGHT JOIN to LEFT JOIN early during BLR parsing
4. Check BLR syntax for unititalized contexts usage
5. Some type-safety and const-correctness fixes
2003-09-28 18:49 dimitr
M src/jrd/evl.cpp
M src/jrd/idx.cpp
M src/jrd/rse.cpp
M src/jrd/sort.cpp
M src/jrd/sort_proto.h
A bit more cleanup.
2003-09-28 18:26 dimitr
M src/jrd/btr.h
Fixed a typo.
2003-09-28 18:23 dimitr
M src/jrd/rse.cpp
M src/jrd/sort.cpp
M src/jrd/sort.h
M src/jrd/sort_proto.h
Cleanup and some optimization.
2003-09-28 16:54 dimitr
M src/jrd/sort.cpp
M src/jrd/sort.h
Small cleanup.
2003-09-28 15:46 dimitr
M src/jrd/sort.h
Small cleanup.
2003-09-28 15:39 dimitr
M src/jrd/idx.cpp
Fixed bug in the cleanup after unsuccessful index creation.
2003-09-28 14:41 dimitr
M src/jrd/idx.cpp
Don't waste time counting duplicates for non-unique indices.
2003-09-28 14:03 dimitr
M src/jrd/btr.h
M src/jrd/idx.cpp
Fixed bug in unique indices.
2003-09-28 12:05 dimitr
M src/dsql/gen.cpp
M src/dsql/pass1.cpp
Fixed types convertion.
2003-09-28 11:12 dimitr
M src/dsql/dsql.tab.h
M src/dsql/gen.cpp
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
Slightly reworked my labels implementation.
2003-09-28 00:36 brodsom
M src/dsql/array.epp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/dsql.tab.h
M src/dsql/gen.cpp
M src/dsql/hsh.cpp
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/parse.cpp
M src/dsql/pass1.cpp
M src/dsql/preparse.cpp
M src/dsql/user_dsql.cpp
M src/dsql/utld.cpp
Macro cleaning
2003-09-28 00:35 brodsom
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/mvol.cpp
M src/burp/spit.cpp
Style and Corrections
2003-09-28 00:33 brodsom
M src/alice/aliceswi.h
Correction
2003-09-27 23:29 brodsom
A builds/posix/Makefile.in.client.fbudf
A builds/posix/Makefile.in.embed.fbudf
M builds/posix/Makefile.in.extlib
M builds/posix/Makefile.in.firebird
Solve fbudf build in MinGW
2003-09-27 23:28 brodsom
M builds/posix/prefix.mingw
Remove ipserver from mingw build
2003-09-26 15:26 dimitr
A src/intl/collations/xx88592hun.h
M src/intl/lc_iso8859_2.cpp
M src/intl/ld.cpp
M src/jrd/intlnames.h
Added new collation by Sandor Szollosi.
2003-09-26 14:25 dimitr
A doc/license
A doc/license/IDPL.txt
A doc/license/LGPL_w_exception.txt
Added license texts.
2003-09-26 14:18 dimitr
M src/jrd/os/win32/config_root.cpp
Changed license of some files by Mark and myself.
2003-09-26 14:13 dimitr
M src/common/config/config.cpp
M src/common/config/config.h
M src/common/config/config_file.cpp
M src/common/config/config_file.h
M src/common/config/config_impl.h
M src/dsql/misc_func.cpp
M src/dsql/misc_func.h
M src/jrd/db_alias.cpp
M src/jrd/db_alias.h
M src/jrd/misc_func_ids.h
M src/jrd/os/win32/config_root.cpp
M src/jrd/sort_mem.cpp
M src/jrd/sort_mem.h
Changed license of some files by Mark and myself.
2003-09-26 13:07 brodsom
M doc/README.build.mingw.html
Update dates
2003-09-26 12:49 brodsom
M doc/README.build.mingw.html
Update
2003-09-26 11:46 dimitr
M src/jrd/os/posix/unix.cpp
M src/jrd/os/vms/vms.cpp
M src/jrd/os/win32/winnt.cpp
Fixed comment.
2003-09-26 11:02 brodsom
M src/dsql/chars.h
M src/dsql/misc_func.h
M src/dsql/node.h
M src/dsql/sqlda.h
M src/dsql/sym.h
-Macro cleaning
2003-09-26 10:50 brodsom
M src/dsql/alld_proto.h
M src/dsql/array_proto.h
M src/dsql/blob_proto.h
M src/dsql/ddl_proto.h
M src/dsql/dsql_proto.h
M src/dsql/make_proto.h
M src/dsql/metd_proto.h
M src/dsql/movd_proto.h
M src/dsql/parse_proto.h
M src/dsql/pass1_proto.h
M src/dsql/prepa_proto.h
-Macro cleaning
2003-09-26 10:22 aafemt
M builds/posix/make.defaults
Rollback my unneeded anymore hack
2003-09-26 09:26 robocop
M src/qli/exe.cpp
make gcc happy v2 :-)
2003-09-26 08:07 fsg
M src/qli/exe.cpp
make gcc happy again
FSG
2003-09-25 12:12 eku
M src/jrd/os/posix/unix.cpp
M src/jrd/pag.cpp
Fix for databases on raw devices:
Detect a database continuation file by its header page.
2003-09-25 11:49 robocop
M src/alice/alice.cpp
M src/alice/alice_meta.epp
M src/alice/alice_proto.h
M src/alice/all.cpp
M src/alice/exe.cpp
M src/alice/tdr.cpp
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/burp_proto.h
M src/burp/canonical.cpp
M src/burp/misc.cpp
M src/burp/mvol.cpp
M src/burp/restore.epp
M src/burp/spit.cpp
M src/dsql/all.h
M src/dsql/alld_proto.h
M src/dsql/dsql.h
M src/extlib/ib_udf.c
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cme.cpp
M src/gpre/ftn.cpp
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/gpre/pas.cpp
M src/gpre/sql.cpp
M src/ipserver/ipserver.cpp
M src/isql/isql.epp
M src/isql/isql_proto.h
M src/jrd/alt.cpp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/gdsold.h
M src/jrd/ibase.h
M src/jrd/intlobj.h
M src/jrd/isc.cpp
M src/jrd/isc_file.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/jrn.cpp
M src/jrd/met.epp
M src/jrd/perf.cpp
M src/jrd/scl.epp
M src/jrd/scl_proto.h
M src/jrd/svc.cpp
M src/jrd/utl.cpp
M src/qli/all.cpp
M src/qli/all_proto.h
M src/qli/blk.h
M src/qli/comma_proto.h
M src/qli/command.cpp
M src/qli/compile.cpp
M src/qli/compile.h
M src/qli/dtr.cpp
M src/qli/dtr.h
M src/qli/err.cpp
M src/qli/err_proto.h
M src/qli/eval.cpp
M src/qli/eval_proto.h
M src/qli/exe.cpp
M src/qli/exe.h
M src/qli/exe_proto.h
M src/qli/expan_proto.h
M src/qli/expand.cpp
M src/qli/format.cpp
M src/qli/format.h
M src/qli/gener.cpp
M src/qli/help.epp
M src/qli/help_proto.h
M src/qli/hsh.cpp
M src/qli/hsh_proto.h
M src/qli/lex.cpp
M src/qli/lex_proto.h
M src/qli/meta.epp
M src/qli/mov.cpp
M src/qli/mov_proto.h
M src/qli/nounix.cpp
M src/qli/parse.cpp
M src/qli/parse.h
M src/qli/parse_proto.h
M src/qli/picstr.cpp
M src/qli/proc.epp
M src/qli/proc_proto.h
M src/qli/repor_proto.h
M src/qli/report.cpp
M src/qli/report.h
M src/qli/reqs.h
M src/qli/show.epp
M src/qli/show_proto.h
M src/remote/inet.cpp
M src/remote/os/win32/ibconfig.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/remote.h
M src/remote/server.cpp
M src/remote/xnet.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec_proto.h
M src/utilities/gstat/dba.epp
Cleanup, const correctness, variables in scope, etc.
Having done my best to merge everyone else's changes, I hope the tree can be build with whatever other tools != MSVC6.
2003-09-24 15:36 skidder
M src/burp/burp.h
Make engine compile on Linux after Blas' macro claning
2003-09-24 14:53 dimitr
M src/remote/inet.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/xnet.cpp
Don't change screen cursor during CS attach.
2003-09-24 12:51 dimitr
M src/jrd/scl.epp
Fixed my bug introduced recently.
2003-09-24 10:39 aafemt
M builds/posix/Makefile.in.boot.gpre
M builds/posix/Makefile.in.static.gpre
M src/gpre/gpre.cpp
M src/gpre/pat.cpp
Gpre used during build doesn't need additional language modules
2003-09-24 10:30 aafemt
M src/qli/format.h
M src/qli/parse.cpp
M src/qli/parse_proto.h
M src/qli/picst_proto.h
M src/qli/picstr.cpp
M src/qli/proc.epp
M src/qli/proc_proto.h
M src/qli/repor_proto.h
M src/qli/show_proto.h
'struct' removal
2003-09-23 22:38 skidder
M builds/install/arch-specific/linux/classic/postinstall.sh.in
M builds/install/arch-specific/linux/misc/firebird.initd.in
D builds/install/arch-specific/linux/super/SSchangePasswd.sh
A builds/install/arch-specific/linux/super/SSchangePasswd.sh.in
M builds/install/arch-specific/linux/super/postinstall.sh.in
M builds/install/arch-specific/linux/super/preinstall.sh.in
M builds/install/arch-specific/linux/super/preuninstall.sh.in
M builds/install/arch-specific/linux/super/rpmfiles.txt.in
D builds/install/misc/CSchangeRunUser.sh
A builds/install/misc/CSchangeRunUser.sh.in
D builds/install/misc/CSrestoreRootRunUser.sh
A builds/install/misc/CSrestoreRootRunUser.sh.in
D builds/install/misc/SSchangeRunUser.sh
A builds/install/misc/SSchangeRunUser.sh.in
D builds/install/misc/SSrestoreRootRunUser.sh
A builds/install/misc/SSrestoreRootRunUser.sh.in
D builds/install/misc/changeDBAPassword.sh
A builds/install/misc/changeDBAPassword.sh.in
D builds/install/misc/firebird.init.d.generic
A builds/install/misc/firebird.init.d.generic.in
D builds/install/misc/firebird.init.d.mandrake
A builds/install/misc/firebird.init.d.mandrake.in
M builds/posix/Makefile.in.firebird
M configure.in
Make Firebird 2.0 Linux CS install prefix-aware and secure
2003-09-23 22:36 skidder
M builds/posix/Makefile.in.extlib
I don't know why Blas disabled building fbudf.so. Let's build it again
2003-09-23 22:34 skidder
M src/remote/server.cpp
Update Linux CS build for my REMOTE changes
2003-09-23 19:47 brodsom
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/mvol.cpp
M src/burp/restore.epp
M src/burp/spit.cpp
Macro cleaning
2003-09-23 19:47 brodsom
M src/alice/alice_meta.epp
Wait a better solution with gpre
2003-09-23 14:21 dimitr
M src/jrd/scl.epp
Fixed bug with CURRENT_ROLE, introduced in early v1.5 development.
2003-09-23 10:13 aafemt
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/exe_proto.h
M src/qli/expan_proto.h
M src/qli/expand.cpp
M src/qli/forma_proto.h
M src/qli/gener_proto.h
M src/qli/help.epp
M src/qli/help_proto.h
M src/qli/hsh.cpp
M src/qli/hsh_proto.h
M src/qli/lex_proto.h
M src/qli/meta.epp
M src/qli/meta_proto.h
M src/qli/mov.cpp
M src/qli/mov_proto.h
Partial 'struct' cleanup
2003-09-22 17:56 brodsom
M src/dsql/parse.cpp
M src/dsql/parse.sed
M src/dsql/parse.y
M src/jrd/all.cpp
M src/jrd/builtin.cpp
M src/jrd/cmp.cpp
M src/jrd/common.h
M src/jrd/dfw.epp
M src/jrd/exe.cpp
M src/jrd/flu.cpp
M src/jrd/functions.cpp
M src/jrd/gds.cpp
M src/jrd/isc.cpp
M src/jrd/isc_file.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/jrn.cpp
M src/jrd/llio.cpp
M src/jrd/met.epp
M src/jrd/os/posix/unix.cpp
M src/jrd/perf.cpp
D src/jrd/shdef.h
M src/jrd/svc.cpp
M src/jrd/utl.cpp
M src/jrd/val.cpp
M src/jrd/why.cpp
M src/lock/lock.cpp
M src/remote/inet.cpp
M src/remote/protocol.cpp
M src/remote/remote.cpp
M src/wal/wal.cpp
M src/wal/walc.cpp
Removing SHLIB_DEFS
2003-09-22 14:13 brodsom
M src/alice/alice.cpp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/canonical.cpp
M src/burp/restore.epp
Style
2003-09-22 08:49 brodsom
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/exe.cpp
M src/alice/tdr.cpp
Style
2003-09-21 17:49 skidder
M src/dsql/pass1.cpp
Make RIGHT JOIN symmetrical to LEFT JOIN at DSQL layer.
This fixes a couple issues when engine rejected correct RIGHT JOINs
or accepted incorrect and failed subsequentally during query execution
2003-09-21 16:10 dimitr
M src/jrd/ods.h
no message
2003-09-21 13:33 skidder
M src/dsql/ddl.cpp
M src/jrd/dyn.epp
M src/jrd/dyn_mod.epp
M src/jrd/gdsold.h
M src/jrd/ibase.h
- Fix incorrect assignment of DYN constants for NBACKUP
- Fix minor inconsistency in drop_generator DYN constant definition
Noted by Dmitry Emanov
2003-09-21 11:22 dimitr
M src/jrd/scl.epp
One more correction
2003-09-21 09:50 dimitr
M src/jrd/scl.epp
Correction
2003-09-21 09:15 dimitr
M src/jrd/scl.epp
no message
2003-09-21 07:57 dimitr
M src/jrd/jrd.cpp
M src/jrd/scl.epp
M src/jrd/scl_proto.h
const correctness, bool, formatting, etc.
2003-09-21 00:38 arnobrinkman
M src/jrd/btr.cpp
Fix problem with MinGW build :-(
2003-09-20 23:33 brodsom
M src/intl/cv_big5.cpp
M src/intl/cv_gb2312.cpp
M src/intl/cv_jis.cpp
M src/intl/cv_ksc.cpp
M src/intl/cv_narrow.cpp
M src/intl/cv_unicode_fss.cpp
M src/intl/lc_ascii.cpp
M src/intl/lc_big5.cpp
M src/intl/lc_dos.cpp
M src/intl/lc_iso8859_1.cpp
M src/intl/lc_iso8859_2.cpp
M src/intl/lc_jis.cpp
M src/intl/lc_ksc.cpp
M src/intl/lc_narrow.cpp
M src/intl/lc_unicode_ucs2.cpp
M src/intl/ldcommon.h
Remove duplicated function declaration
2003-09-20 23:33 brodsom
M src/intl/charsets.h
Cleaning extern C
2003-09-20 23:28 brodsom
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/mvol.cpp
M src/burp/restore.epp
M src/burp/spit.cpp
M src/burp/std_desc.h
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/errd.cpp
M src/dsql/errd_proto.h
M src/dsql/hsh.cpp
M src/dsql/hsh_proto.h
M src/dsql/metd_proto.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1_proto.h
M src/dsql/preparse.cpp
M src/dsql/user_dsql.cpp
M src/dsql/utld.cpp
M src/jrd/ExecuteStatement.cpp
Cleaning macros
2003-09-20 14:52 brodsom
M src/wal/wal_prnt.cpp
Prevent unused warning, if the file is compiled. (Thanks to Claudio)
2003-09-20 01:44 brodsom
M doc/README.build.mingw.html
MinGW readme update
2003-09-20 00:58 brodsom
M doc/README.build.mingw.html
Update MinGW instructions
2003-09-20 00:18 brodsom
M doc/README.build.mingw.html
Update MinGW instructions
2003-09-19 13:56 dimitr
M src/jrd/ini.epp
Small metadata fix
2003-09-19 10:26 aafemt
M src/qli/all.cpp
M src/qli/all_proto.h
M src/qli/blk.h
M src/qli/comma_proto.h
M src/qli/compi_proto.h
M src/qli/compile.h
M src/qli/dtr.cpp
M src/qli/dtr.h
M src/qli/err_proto.h
M src/qli/exe.h
M src/qli/format.h
M src/qli/parse.h
M src/qli/report.h
Partial 'struct' cleanup
2003-09-19 03:37 brodsom
M src/jrd/svc.cpp
Correction
2003-09-19 00:36 brodsom
M src/jrd/svc.cpp
Correction
2003-09-18 22:12 brodsom
M src/intl/collations/bl88591ca0.h
M src/intl/collations/bl88591da0.h
M src/intl/collations/bl88591de0.h
M src/intl/collations/bl88591es0.h
M src/intl/collations/bl88591fi0.h
M src/intl/collations/bl88591fr0.h
M src/intl/collations/bl88591is0.h
M src/intl/collations/bl88591it0.h
M src/intl/collations/bl88591nl0.h
M src/intl/collations/bl88591no0.h
M src/intl/collations/bl88591pt0.h
M src/intl/collations/bl88591sv0.h
M src/intl/collations/bl88591uk0.h
M src/intl/collations/bl88591us0.h
M src/intl/collations/blNEXTde0.h
M src/intl/collations/blNEXTes0.h
M src/intl/collations/blNEXTfr0.h
M src/intl/collations/blNEXTit0.h
M src/intl/collations/blNEXTus0.h
M src/intl/collations/db437de0.h
M src/intl/collations/db437es1.h
M src/intl/collations/db437fi0.h
M src/intl/collations/db437fr0.h
M src/intl/collations/db437it0.h
M src/intl/collations/db437nl0.h
M src/intl/collations/db437sv0.h
M src/intl/collations/db437uk0.h
M src/intl/collations/db437us0.h
M src/intl/collations/db850cf0.h
M src/intl/collations/db850de0.h
M src/intl/collations/db850es0.h
M src/intl/collations/db850fr0.h
M src/intl/collations/db850it1.h
M src/intl/collations/db850nl0.h
M src/intl/collations/db850pt0.h
M src/intl/collations/db850sv1.h
M src/intl/collations/db850uk0.h
M src/intl/collations/db850us0.h
M src/intl/collations/db852cz0.h
M src/intl/collations/db852po0.h
M src/intl/collations/db852sl0.h
M src/intl/collations/db857tr0.h
M src/intl/collations/db860pt0.h
M src/intl/collations/db863cf1.h
M src/intl/collations/db865da0.h
M src/intl/collations/db865no0.h
M src/intl/collations/db866ru0.h
M src/intl/collations/pd437intl.h
M src/intl/collations/pd437swedfin.h
M src/intl/collations/pd852czech.h
M src/intl/collations/pd852hundc.h
M src/intl/collations/pd852polish.h
M src/intl/collations/pd852slovene.h
M src/intl/collations/pd861iceland.h
M src/intl/collations/pd865nordan40.h
M src/intl/collations/pd866cyrr.h
M src/intl/collations/pw1250czech.h
M src/intl/collations/pw1250hun.h
M src/intl/collations/pw1250hundc.h
M src/intl/collations/pw1250polish.h
M src/intl/collations/pw1250slov.h
M src/intl/collations/pw1251cyrr.h
M src/intl/collations/pw1252i850.h
M src/intl/collations/pw1252intl.h
M src/intl/collations/pw1252nor4.h
M src/intl/collations/pw1252span.h
M src/intl/collations/pw1252swfn.h
M src/intl/collations/pw1253greek1.h
M src/intl/collations/pw1254turk.h
D src/intl/collations/undef.h
M src/intl/collations/xx1251_ua.h
M src/intl/collations/xx88592czech.h
Macro cleaning (intl)
2003-09-18 22:06 brodsom
M src/intl/charsets/cs_437.h
M src/intl/charsets/cs_737.h
M src/intl/charsets/cs_775.h
M src/intl/charsets/cs_850.h
M src/intl/charsets/cs_852.h
M src/intl/charsets/cs_857.h
M src/intl/charsets/cs_858.h
M src/intl/charsets/cs_860.h
M src/intl/charsets/cs_861.h
M src/intl/charsets/cs_862.h
M src/intl/charsets/cs_863.h
M src/intl/charsets/cs_864.h
M src/intl/charsets/cs_865.h
M src/intl/charsets/cs_866.h
M src/intl/charsets/cs_869.h
M src/intl/charsets/cs_cyrl.h
M src/intl/charsets/cs_iso8859_1.h
M src/intl/charsets/cs_iso8859_13.h
M src/intl/charsets/cs_iso8859_2.h
M src/intl/charsets/cs_iso8859_3.h
M src/intl/charsets/cs_iso8859_4.h
M src/intl/charsets/cs_iso8859_5.h
M src/intl/charsets/cs_iso8859_6.h
M src/intl/charsets/cs_iso8859_7.h
M src/intl/charsets/cs_iso8859_8.h
M src/intl/charsets/cs_iso8859_9.h
M src/intl/charsets/cs_next.h
M src/intl/charsets/cs_sjis.h
M src/intl/charsets/cs_w1250.h
M src/intl/charsets/cs_w1251.h
M src/intl/charsets/cs_w1252.h
M src/intl/charsets/cs_w1253.h
M src/intl/charsets/cs_w1254.h
M src/intl/charsets/cs_w1255.h
M src/intl/charsets/cs_w1256.h
M src/intl/charsets/cs_w1257.h
M src/intl/lc_ascii.cpp
M src/intl/lc_big5.cpp
M src/intl/lc_dos.cpp
M src/intl/lc_gb2312.cpp
M src/intl/lc_iso8859_1.cpp
M src/intl/lc_iso8859_2.cpp
M src/intl/lc_jis.cpp
M src/intl/lc_ksc.cpp
M src/intl/lc_unicode_ucs2.cpp
M src/jrd/intlobj.h
Macro cleaning (intl)
2003-09-18 22:04 brodsom
M src/intl/cs_narrow.cpp
M src/intl/cv_big5.cpp
M src/intl/cv_gb2312.cpp
M src/intl/cv_jis.cpp
M src/intl/cv_ksc.cpp
M src/intl/cv_narrow.cpp
M src/intl/cv_unicode_fss.cpp
Style
2003-09-18 21:58 brodsom
M src/jrd/svc.cpp
Macro cleaning
Variable type change (Thanks to Claudio)
2003-09-18 21:57 brodsom
M src/jrd/sort.cpp
Correction (Thanks to Claudio)
2003-09-18 21:56 brodsom
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/burpswi.h
M src/burp/canonical.cpp
M src/burp/mvol.cpp
M src/burp/restore.epp
M src/burp/spit.cpp
M src/burp/spit.h
Cleaning macros
2003-09-18 17:38 brodsom
M src/alice/aliceswi.h
Cleaning macros
2003-09-18 10:56 brodsom
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/aliceswi.h
M src/alice/blk.h
M src/alice/exe.cpp
M src/alice/lls.h
M src/alice/tdr.cpp
-Macro cleaning.
-remove FB_FROM_ALICE_CPP, it is unused (set_thread_data is only used in alice.cpp) and contains uncompilable code inside.
2003-09-18 10:28 aafemt
M src/misc/align.cpp
M src/misc/blrtable.cpp
M src/misc/print.cpp
'struct' removal
2003-09-18 10:24 aafemt
M src/journal/console.cpp
M src/journal/gjrn.cpp
M src/journal/journal.h
M src/journal/miscj.cpp
M src/journal/miscj_proto.h
M src/journal/oldr.cpp
M src/journal/rebuild.epp
M src/journal/server.epp
M src/lock/driver.cpp
M src/lock/lock.cpp
M src/lock/lock.h
M src/lock/print.cpp
M src/lock/ulimit.cpp
'struct' cleanup
2003-09-17 23:42 arnobrinkman
M src/isql/isql.epp
Change wrong used constant (Suggested by Claudio V.)
2003-09-17 23:24 arnobrinkman
M src/jrd/btr.cpp
M src/jrd/btr_proto.h
M src/jrd/nav.cpp
M src/jrd/nav_proto.h
M src/jrd/rse.cpp
Before starting with the new index-structure i do some code clean-up.
2003-09-17 10:49 aafemt
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/isql_win.cpp
M src/isql/show.epp
'struct' cleanup
2003-09-17 10:36 aafemt
M src/iscguard/cntl_guard.cpp
M src/iscguard/iscguard.cpp
M src/iscguard/iscguard.h
'struct' cleanup
2003-09-17 09:53 arnobrinkman
M src/jrd/nav.cpp
M src/jrd/ods.h
M src/utilities/gstat/dba.epp
Remove IGNORE_NULL_IDX_KEY define
2003-09-16 23:22 arnobrinkman
M src/isql/isql.epp
Apply patch from Fred Polizo Jr.
- Display correct OCTETS for varying length characters.
2003-09-16 23:19 arnobrinkman
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/idx.cpp
M src/jrd/opt.cpp
M src/jrd/val.cpp
Remove IGNORE_NULL_IDX_KEY define.
Still to go : nav.cpp, nav_proto.h, ods.h, dba.epp
2003-09-16 21:45 skidder
M src/common/classes/semaphore.h
Correction
2003-09-16 21:43 skidder
M src/wal/walc.cpp
M src/wal/walw.cpp
Back out recent header cleanup changes to let the engine compile
2003-09-16 20:59 skidder
M src/remote/remote.cpp
M src/remote/remote.h
M src/remote/server.cpp
Fix SuperServer 1-minute lock-up under contention bug.
With previous logic all spare threads were notified and performed
expensive loop on each request arrival. New logic wakes up only
one thread per request. (the same fix was performed in 2.0 SS lock manager
to avoid waking up all blocked threads on each lock request resolution).
As an (unexpected) result of this changes SS performance significantly
improved. Some artificial tests show timing improvements by
factor between 2 and 3.
2003-09-16 20:45 skidder
A src/common/classes/semaphore.h
Implement Firebird::Semaphore class for Windows and POSIX.
Those platforms which do not have POSIX semaphores (Solaris ?) may need to
implement this class using BSD or SYSV stuff.
2003-09-16 17:08 dimitr
M src/jrd/btr.cpp
M src/jrd/btr_proto.h
Some cleanup
2003-09-16 14:01 brodsom
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/gpre/pas.cpp
Recover some macros as inlines
2003-09-16 13:57 brodsom
M src/dsql/all.h
M src/dsql/alld_proto.h
Cleaning headers
2003-09-16 12:16 brodsom
M src/gpre/pat.cpp
Fix switch with only default warning
2003-09-16 12:15 brodsom
M src/jrd/sdl.cpp
Fix macro redefinition warning
2003-09-16 10:33 aafemt
M src/intl/collations/bl88591ca0.h
M src/intl/collations/bl88591da0.h
M src/intl/collations/bl88591de0.h
M src/intl/collations/bl88591es0.h
M src/intl/collations/bl88591fi0.h
M src/intl/collations/bl88591fr0.h
M src/intl/collations/bl88591is0.h
M src/intl/collations/bl88591it0.h
M src/intl/collations/bl88591nl0.h
M src/intl/collations/bl88591no0.h
M src/intl/collations/bl88591pt0.h
M src/intl/collations/bl88591sv0.h
M src/intl/collations/bl88591uk0.h
M src/intl/collations/bl88591us0.h
M src/intl/collations/blNEXTde0.h
M src/intl/collations/blNEXTes0.h
M src/intl/collations/blNEXTfr0.h
M src/intl/collations/blNEXTit0.h
M src/intl/collations/blNEXTus0.h
M src/intl/collations/db437de0.h
M src/intl/collations/db437es1.h
M src/intl/collations/db437fi0.h
M src/intl/collations/db437fr0.h
M src/intl/collations/db437it0.h
M src/intl/collations/db437nl0.h
M src/intl/collations/db437sv0.h
M src/intl/collations/db437uk0.h
M src/intl/collations/db437us0.h
M src/intl/collations/db850cf0.h
M src/intl/collations/db850de0.h
M src/intl/collations/db850es0.h
M src/intl/collations/db850fr0.h
M src/intl/collations/db850it1.h
M src/intl/collations/db850nl0.h
M src/intl/collations/db850pt0.h
M src/intl/collations/db850sv1.h
M src/intl/collations/db850uk0.h
M src/intl/collations/db850us0.h
M src/intl/collations/db852cz0.h
M src/intl/collations/db852po0.h
M src/intl/collations/db852sl0.h
M src/intl/collations/db857tr0.h
M src/intl/collations/db860pt0.h
M src/intl/collations/db863cf1.h
M src/intl/collations/db865da0.h
M src/intl/collations/db865no0.h
M src/intl/collations/db866ru0.h
M src/intl/collations/pd437intl.h
M src/intl/collations/pd437swedfin.h
M src/intl/collations/pd852czech.h
M src/intl/collations/pd852hundc.h
M src/intl/collations/pd852polish.h
M src/intl/collations/pd852slovene.h
M src/intl/collations/pd861iceland.h
M src/intl/collations/pd865nordan40.h
M src/intl/collations/pd866cyrr.h
M src/intl/collations/pw1250czech.h
M src/intl/collations/pw1250hun.h
M src/intl/collations/pw1250hundc.h
M src/intl/collations/pw1250polish.h
M src/intl/collations/pw1250slov.h
M src/intl/collations/pw1251cyrr.h
M src/intl/collations/pw1252i850.h
M src/intl/collations/pw1252intl.h
M src/intl/collations/pw1252nor4.h
M src/intl/collations/pw1252span.h
M src/intl/collations/pw1252swfn.h
M src/intl/collations/pw1253greek1.h
M src/intl/collations/pw1254turk.h
M src/intl/collations/xx1251_ua.h
M src/intl/collations/xx88592czech.h
M src/intl/cv_unicode_fss.h
M src/intl/lc_narrow.cpp
M src/intl/ld.h
'struct' removal
2003-09-16 10:18 aafemt
M src/gpre/ada.cpp
M src/gpre/pas.cpp
Add 'void' to functions with no return value
2003-09-16 08:34 robocop
M src/utilities/gsec/gsec_proto.h
Too trivial change
2003-09-16 08:18 brodsom
M src/utilities/cache.cpp
M src/utilities/gstat/dba_full.epp
M src/utilities/sbc_print.cpp
-Although not compiled fix unused warning (Thanks to Claudio)
2003-09-16 08:00 brodsom
M src/utilities/gsec/gsec_proto.h
-Add two empty lines at the end.
2003-09-15 21:21 arnobrinkman
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
Added ORDER BY support on derived tables. (Suggested by Dmitry Yemanov)
2003-09-15 19:27 brodsom
M src/remote/xnet.cpp
Fix unused function warning
2003-09-15 19:26 brodsom
M src/jrd/gds.cpp
Fix signed/unsigned warning
2003-09-15 16:32 brodsom
M src/alice/alice.cpp
M src/alice/alice_proto.h
M src/alice/aliceswi.h
M src/alice/all.cpp
M src/alice/all.h
M src/alice/all_proto.h
D src/alice/alloc.h
M src/alice/exe_proto.h
M src/alice/tdr.cpp
M src/alice/tdr_proto.h
M src/burp/burp.cpp
M src/burp/spit.cpp
M src/dsql/dsql.h
M src/dsql/errd_proto.h
M src/journal/console.cpp
M src/journal/gjrn.cpp
M src/jrd/all.cpp
M src/jrd/dbt.cpp
M src/jrd/err_proto.h
D src/jrd/everything.h
M src/jrd/jrd.h
M src/qli/all.cpp
D src/qli/everything.h
M src/wal/wal.cpp
M src/wal/walc.cpp
M src/wal/walw.cpp
-Cleaning headers
2003-09-15 16:31 brodsom
M src/utilities/gsec/gsec.cpp
-Remove msvc unused var warning.
2003-09-15 16:29 brodsom
M src/lock/print.cpp
-Remove msvc unused var warning
2003-09-15 16:23 brodsom
A src/utilities/gsec/gsec_proto.h
no message
2003-09-15 16:17 skidder
M src/jrd/cch.cpp
Remove outdated comment
2003-09-15 14:57 brodsom
M src/dudley/ddl.cpp
Remove msvc unused variable warning.
2003-09-15 14:49 brodsom
M src/utilities/gstat/dba.epp
Remove msvc unused variable warning.
2003-09-15 13:13 brodsom
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/alice_proto.h
M src/alice/exe.cpp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/burp_proto.h
M src/dudley/ddl.cpp
M src/journal/gjrn.cpp
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/svc_proto.h
M src/lock/print.cpp
M src/utilities/cache.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec.h
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dba_full.epp
M src/utilities/sbc_print.cpp
M src/wal/wal_prnt.cpp
Clean a bit services interface
- Include service entrypoint in each proto file and remove from it the private function common to service and standalone. (burp, alice and gsec)
- Replace functions output_svc/output_thread/output_netware with SVC_output callback common for all. (burp, alice and gsec)
- Create typedef pfn_svc_output common for all svc, and correct SVC_read_ib_log and thread_test to be compatible with pfn_svc_output typedef. (svc.cpp)
- Put inside an ifdef code for '-svc_re' switch (in all sources).
2003-09-15 12:50 dimitr
M src/alice/alice_meta.epp
no message
2003-09-15 12:30 robocop
M src/qli/all.cpp
M src/qli/command.cpp
M src/qli/compi_proto.h
M src/qli/compile.cpp
M src/qli/dtr.cpp
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/exe.h
M src/qli/expand.cpp
M src/qli/forma_proto.h
M src/qli/format.cpp
M src/qli/gener.cpp
M src/qli/gener_proto.h
M src/qli/help.epp
M src/qli/hsh.cpp
M src/qli/lex.cpp
M src/qli/meta.epp
M src/qli/meta_proto.h
M src/qli/mov.cpp
M src/qli/mov_proto.h
M src/qli/parse.cpp
M src/qli/picst_proto.h
M src/qli/picstr.cpp
M src/qli/proc.epp
M src/qli/report.cpp
M src/qli/show.epp
const correctness, formatting, cleaning, etc.
Not a definitive work, though.
2003-09-15 12:19 robocop
M src/jrd/why.cpp
Macro cleaning
if() statements formatting fixed
2003-09-15 11:30 brodsom
D src/misc/relations.epp
Not used
2003-09-15 11:17 robocop
M src/jrd/alt.cpp
Replaced macro with function
const correctness
2003-09-15 11:14 robocop
M src/jrd/utl.cpp
Style: got rid of spaces around C++ cast operators
Put the static (private) functions out of the extern "C" block.
2003-09-15 11:06 robocop
M src/ipserver/ipclient.cpp
Trivial change
2003-09-15 10:14 skidder
M src/utilities/nbackup.cpp
Added credits to NBACKUP usage info
2003-09-15 09:36 dimitr
M builds/win32/msvc6/nbackup.dsp
Updated project files.
2003-09-15 09:33 dimitr
M src/alice/alice_meta.epp
Fixed another problem in gfix. Thanks to Vlad Horsun.
2003-09-15 09:04 alexpeshkoff
M src/jrd/jrd.cpp
Fixed problems with security.fdb access, introduced in RC6 - front-port to HEAD
2003-09-15 08:24 dimitr
M src/jrd/par.cpp
Fixed bug introduced yesterday.
2003-09-15 08:05 dimitr
M src/alice/tdr.cpp
Fixed very old typo. Thanks to Vlad Horsun.
2003-09-15 02:15 brodsom
M src/dudley/ddl.h
M src/dudley/exe.epp
M src/dudley/parse.cpp
M src/dudley/trn.cpp
Correction
2003-09-15 02:03 brodsom
M src/burp/burp.cpp
M src/qli/proc.epp
-Style
2003-09-15 01:50 brodsom
M src/burp/restore.epp
-Style
2003-09-14 15:37 dimitr
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
M src/jrd/opt.cpp
M src/jrd/par.cpp
The final part of my little PLAN enhancement.
2003-09-14 01:09 brodsom
M src/jrd/gds.cpp
-Change variable name to fix error in MinGW
2003-09-14 01:08 brodsom
M src/alice/alice.cpp
M src/alice/alice_meta.epp
-Style
2003-09-14 01:08 brodsom
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp_proto.h
M src/burp/mvol.cpp
-Style
-Cast corrections
2003-09-14 00:46 brodsom
M src/lock/print.cpp
-Fix warnings
2003-09-14 00:26 brodsom
M src/misc/codes.epp
M src/remote/xnet.cpp
M src/remote/xnet.h
Warning fixes
2003-09-13 18:35 skidder
M src/jrd/cch.cpp
M src/jrd/common.h
M src/jrd/gds.cpp
M src/jrd/nbak.cpp
M src/jrd/nbak.h
Make NBACKUP work on Windows
2003-09-13 14:47 skidder
M src/gpre/exp.cpp
Remove some crap from the code
2003-09-13 13:36 epocman
M src/utilities/install/install_reg.cpp
M src/utilities/install/install_svc.cpp
Win32 instreg / instsvc now returns FINI_ERROR instead of FINI_OK when usage() function is called. This helps external automated tools to detect mistakes in parameters.
2003-09-13 12:23 brodsom
M src/gpre/ftn.cpp
M src/gpre/msc.cpp
M src/gpre/sqe.cpp
M src/gpre/sql.cpp
-Fix indents
-Corrections (Thanks to Claudio)
2003-09-13 12:22 brodsom
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cob.cpp
M src/gpre/hsh.cpp
M src/gpre/par.cpp
M src/gpre/pas.cpp
Fix indents
2003-09-13 12:16 brodsom
M src/dsql/dsql.cpp
-Fix indents
2003-09-13 12:03 brodsom
M src/jrd/cmp.cpp
M src/jrd/dpm.epp
M src/jrd/event.cpp
M src/jrd/idx.cpp
M src/jrd/jrd.cpp
M src/jrd/pcmet.epp
M src/jrd/rlck.cpp
M src/jrd/rng.cpp
M src/jrd/sdw.cpp
M src/jrd/shut.cpp
M src/jrd/sym.cpp
M src/jrd/tra.cpp
M src/jrd/val.cpp
Fix indents
2003-09-13 11:48 brodsom
M src/dudley/extract.epp
M src/dudley/hsh.cpp
M src/ipserver/ipclient.cpp
M src/jrd/os/vms/vmsevent.cpp
M src/qli/all.cpp
M src/qli/expand.cpp
M src/qli/gener.cpp
M src/qli/hsh.cpp
M src/qli/proc.epp
Fix indents
2003-09-13 10:26 robocop
M src/dsql/ddl.cpp
Trivial correction
2003-09-13 09:25 brodsom
M src/common/classes/rwlock.h
Fix for MINGW build
2003-09-13 09:15 brodsom
M src/remote/inet.cpp
M src/remote/server.cpp
Corrections (Thanks to Claudio)
2003-09-13 09:02 brodsom
M src/qli/meta.epp
Correction (Thanks to Claudio)
2003-09-13 01:12 brodsom
M src/common/classes/rwlock.h
Provisional quick fix for broken msvc 6 build with last Nickolay commit. To be reviewed by N.
2003-09-12 23:37 brodsom
M src/jrd/alt.cpp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/gdsold.h
M src/jrd/tra.cpp
M src/jrd/utl.cpp
M src/jrd/why.cpp
-Remove GDS_VAL and GDS_REF (Final commit)
2003-09-12 23:25 brodsom
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/restore.epp
-Remove GDS_VAL and GDS_REF
-BOOLEAN Cleaning
-Fix tab indent in restore and backup
2003-09-12 22:30 brodsom
M src/qli/show.epp
-Removing GDS_VAL and GDS_REF
2003-09-12 16:49 brodsom
M src/utilities/stats.epp
-Remove GDS_VAL and GDS_REF
2003-09-12 16:35 brodsom
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cme.cpp
M src/gpre/cmp.cpp
M src/gpre/exp.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/gpre/par.cpp
M src/gpre/parse.h
M src/gpre/pas.cpp
M src/gpre/sqe.cpp
M src/gpre/sql.cpp
-Remove some macros or transform to inline
-Rename tok_quoted to tok_sglquoted
2003-09-12 16:32 brodsom
M src/dudley/ddl.h
M src/dudley/exe.epp
M src/dudley/parse.cpp
M src/dudley/trn.cpp
Better idx_type use
2003-09-12 10:20 aafemt
M src/jrd/os/win32/isc_ipc.cpp
A bit more universal MINGW fix
2003-09-12 10:16 aafemt
M builds/posix/Makefile.in.client.util
instsvc doesn't need OS_specific_files
2003-09-12 09:19 robocop
M src/dsql/ddl.cpp
trivial correction
2003-09-12 09:06 robocop
M src/gpre/cob.cpp
trivial correction
2003-09-12 09:04 robocop
M src/burp/backu_proto.h
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/burp_proto.h
M src/burp/burpswi.h
M src/burp/canon_proto.h
M src/burp/canonical.cpp
M src/burp/misc.cpp
M src/burp/misc_proto.h
M src/burp/mvol.cpp
M src/burp/mvol_proto.h
M src/burp/resto_proto.h
M src/burp/restore.epp
M src/burp/spit.cpp
M src/burp/spit.h
M src/burp/std_desc.h
const correctness, variables in scope, bool, formatting, less casts, etc.
2003-09-12 09:00 robocop
M src/dudley/exe.epp
M src/gpre/ada.cpp
trivial corrections
2003-09-12 02:22 brodsom
M src/jrd/err_proto.h
-Correction
2003-09-12 02:21 brodsom
M src/gpre/cmd.cpp
M src/gpre/cme.cpp
M src/gpre/cme_proto.h
M src/gpre/cmp.cpp
M src/gpre/exp.cpp
M src/gpre/exp_proto.h
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta.h
M src/gpre/gpre_meta_boot.cpp
M src/gpre/par.cpp
M src/gpre/sqe.cpp
M src/gpre/sqe_proto.h
M src/gpre/sql.cpp
-BOOLEAN cleaning
-Rename rse to gpre_rse (Nickolay's request)
2003-09-12 01:58 brodsom
M src/jrd/ail.cpp
M src/jrd/blb.cpp
M src/jrd/cmp.cpp
M src/jrd/evl.cpp
M src/jrd/nav.cpp
-Code format
2003-09-12 01:41 brodsom
M src/dsql/ddl.cpp
M src/dsql/errd.cpp
M src/dsql/errd_proto.h
M src/dsql/metd.epp
M src/dsql/metd_proto.h
M src/dsql/parse.cpp
M src/dsql/parse.y
BOOLEAN cleaning
2003-09-11 21:33 skidder
M src/jrd/gds.cpp
Implement fast thread-safe trace facility on Win32.
It is not perfect (keeps log file open), but good enough
2003-09-11 21:30 skidder
M src/lock/lock.cpp
Enable lock manager buffer resizing for Win32 CS.
Further research demonstrated that it should work.
This fix needs to be backported to 1.5 if proves itself to work fine.
2003-09-11 21:26 skidder
M src/common/classes/rwlock.h
Mark volatile vars as such.
Add API to get current lock status for Win32 RWLock
2003-09-11 18:59 brodsom
M src/remote/inet.cpp
M src/remote/interface.cpp
M src/remote/protocol.cpp
M src/remote/remote.cpp
M src/remote/remote.h
M src/remote/serve_proto.h
M src/remote/server.cpp
-BOOLEAN cleaning
2003-09-11 12:01 robocop
M src/msgs/load.epp
cleanup
2003-09-11 11:53 robocop
M src/jrd/dyn.epp
Store correct privilege
2003-09-11 10:45 aafemt
M src/jrd/dyn.epp
Fix mistype
2003-09-11 10:36 aafemt
M src/gpre/gpre.h
M src/gpre/gpre_meta_boot.cpp
M src/gpre/pas.cpp
M src/gpre/sql.cpp
'struct' cleanup
2003-09-11 09:08 brodsom
D src/install
Move Alex commit to the right place
2003-09-11 02:54 brodsom
M builds/posix/Makefile.in.boot.gpre
M builds/posix/Makefile.in.client.gpre
M builds/posix/Makefile.in.embed.gpre
M builds/posix/Makefile.in.embed.qli
M builds/posix/Makefile.in.static.gpre
D src/gpre/form.h
D src/gpre/form__proto.h
D src/gpre/form_proto.h
D src/gpre/form_trn.cpp
D src/gpre/noform.cpp
D src/qli/form.h
D src/qli/form_proto.h
D src/qli/noform.cpp
-Remove PYXIS
2003-09-11 02:35 brodsom
M src/gpre/sqe.cpp
-Scope correction
2003-09-11 02:32 brodsom
M src/jrd/os/win32/isc_ipc.cpp
-MINGW fix
2003-09-11 02:17 brodsom
M builds/mac_os_x/CS/CS.pbproj/project.pbxproj
M builds/win32/msvc6/gpre.dsp
M builds/win32/msvc6/gpre_boot.dsp
M builds/win32/msvc6/gpre_static.dsp
M builds/win32/msvc6/qli.dsp
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
M builds/win32/msvc7/gpre_static.vcproj
M builds/win32/msvc7/qli.vcproj
M src/jrd/gds.hxx
M src/jrd/gdsold.h
M src/jrd/os/vms/dfloat_stub.cpp
M src/msgs/load.epp
M src/msgs/msg.gdl
M src/qli/blk.h
M src/qli/compile.cpp
M src/qli/dtr.cpp
M src/qli/dtr.h
M src/qli/eval.cpp
M src/qli/everything.h
M src/qli/exe.cpp
M src/qli/exe.h
M src/qli/expand.cpp
M src/qli/format.cpp
M src/qli/gener.cpp
M src/qli/meta.epp
M src/qli/parse.cpp
M src/qli/symbols.h
M src/qli/words.h
-Removing PYXIS
2003-09-11 02:13 brodsom
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cmp.cpp
M src/gpre/cmp_proto.h
M src/gpre/cob.cpp
M src/gpre/exp.cpp
M src/gpre/exp_proto.h
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/hsh.h
M src/gpre/msc.cpp
M src/gpre/msc_proto.h
M src/gpre/par.cpp
M src/gpre/par_proto.h
M src/gpre/pas.cpp
M src/gpre/pat.cpp
M src/gpre/pat.h
M src/gpre/prett_proto.h
M src/gpre/pretty.cpp
M src/gpre/sqe.cpp
M src/gpre/sql.cpp
M src/gpre/words.h
-Removing PYXIS
-Cleaning BOOLEAN
2003-09-11 02:12 brodsom
M src/dbs/metadata.sql
Removing PYXIS
2003-09-10 19:48 brodsom
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cme.cpp
M src/gpre/cmp.cpp
M src/gpre/cob.cpp
M src/gpre/exp.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/hsh.cpp
M src/gpre/lang_proto.h
M src/gpre/par.cpp
M src/gpre/pas.cpp
M src/gpre/pat.cpp
M src/gpre/pretty.cpp
M src/gpre/sqe.cpp
M src/gpre/sqe_proto.h
M src/gpre/sql.cpp
M src/gpre/sql_proto.h
-BOOLEAN cleaning
-Remove pfn_SQE_list_cb function casts
2003-09-10 17:52 brodsom
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/exe.cpp
M src/alice/tdr.cpp
M src/alice/tdr_proto.h
M src/burp/burp.cpp
M src/burp/mvol.cpp
M src/burp/spit.cpp
M src/dudley/ddl.cpp
M src/dudley/ddl.h
M src/dudley/ddl_proto.h
M src/dudley/exe.epp
M src/dudley/exe_proto.h
M src/dudley/expr.cpp
M src/dudley/expr_proto.h
M src/dudley/extract.epp
M src/dudley/lex.cpp
M src/dudley/parse.cpp
M src/dudley/parse_proto.h
M src/dudley/trn.cpp
M src/journal/archive.cpp
M src/journal/rebuild.epp
M src/journal/server.epp
M src/jrd/ail.cpp
M src/jrd/alt.cpp
M src/jrd/cch.cpp
M src/jrd/rec.cpp
M src/qli/all.cpp
M src/qli/dtr.cpp
M src/qli/exe.cpp
M src/qli/expand.cpp
M src/qli/hsh.cpp
M src/qli/lex.cpp
M src/qli/lex_proto.h
M src/qli/meta.epp
M src/qli/mov.cpp
M src/qli/parse.cpp
M src/qli/picstr.cpp
M src/qli/proc.epp
M src/qli/proc_proto.h
M src/qli/report.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec.h
M src/wal/driver.cpp
M src/wal/wal.cpp
M src/wal/wal_proto.h
M src/wal/walc.cpp
M src/wal/walc_proto.h
M src/wal/walf.cpp
M src/wal/walf_proto.h
M src/wal/walr.cpp
M src/wal/walr_proto.h
M src/wal/walw.cpp
BOOLEAN cleaning
2003-09-10 17:48 brodsom
M src/isql/extract.epp
M src/isql/show.epp
extern C cleaning
2003-09-10 17:29 dimitr
M doc/WhatsNew
no message
2003-09-10 15:31 skidder
M src/jrd/dyn.epp
Make engine compile after recent cleanup
2003-09-10 15:09 skidder
M src/jrd/os/posix/guid.cpp
Fix license of file that I created
2003-09-10 13:26 epocman
M src/utilities/install/install_svc.cpp
When run as a specific user, stopping engine service stops guardian, like with FB 1.0x LocalSystem.
2003-09-10 13:24 dimitr
M src/dsql/dsql.cpp
M src/jrd/opt.cpp
PLAN enhancements. The DSQL part of this change will follow.
2003-09-10 13:20 epocman
M src/iscguard/cntl_guard.cpp
M src/iscguard/iscguard.cpp
Code cleanup per Claudio request
2003-09-10 12:55 dimitr
M src/jrd/intlnames.h
Applied Peter's patch
2003-09-10 12:02 dimitr
M src/remote/os/win32/property.cpp
M src/remote/xnet.cpp
Cleanup
2003-09-10 11:48 robocop
M src/qli/all.cpp
M src/qli/command.cpp
M src/qli/compile.cpp
M src/qli/dtr.cpp
M src/qli/eval.cpp
M src/qli/expand.cpp
M src/qli/format.cpp
M src/qli/gener.cpp
M src/qli/help.epp
M src/qli/lex.cpp
M src/qli/meta.epp
M src/qli/mov.cpp
M src/qli/parse.cpp
M src/qli/picstr.cpp
M src/qli/proc.epp
M src/qli/report.cpp
M src/qli/show.epp
C comments to C++ comments
2003-09-10 11:43 robocop
M src/lock/print.cpp
cleanup, hopefully right
2003-09-09 19:00 skidder
M builds/win32/msvc7/Firebird2.sln
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbclient_static.vcproj
D builds/win32/msvc7/ipserver.vcproj
M builds/win32/msvc7/remote.vcproj
M builds/win32/msvc7/remote_classic.vcproj
Adjust MSVC7 makefiles for XNET support
2003-09-09 16:47 skidder
M src/jrd/nbak.cpp
M src/utilities/nbackup.cpp
Fix engine breakage on Win32 caused by my commits.
2003-09-09 16:43 skidder
M builds/win32/msvc7/nbackup.vcproj
Update MSVC7 makefiles
2003-09-09 11:36 robocop
M src/qli/hsh_proto.h
No more underscore + uppercase
2003-09-09 11:21 robocop
M src/wal/wal.cpp
M src/wal/wal.h
M src/wal/wal_proto.h
M src/wal/walc.cpp
M src/wal/walw.cpp
M src/wal/walw_proto.h
const correctness, bool, variables in scope, etc.
2003-09-09 11:14 robocop
M src/dudley/extract.epp
M src/dudley/hsh_proto.h
const correctness, bool, etc.
2003-09-09 11:08 robocop
M examples/include/example.h
M examples/udf/udflib.c
clean a bit this old example
2003-09-09 11:07 robocop
M src/jrd/dsc.cpp
M src/jrd/dsc_proto.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_mod.epp
M src/jrd/dyn_ut_proto.h
M src/jrd/dyn_util.epp
M src/jrd/os/vms/vmsevent.cpp
M src/jrd/shut.cpp
const correctness, bool, etc.
locksmith is harmless => root/administrator/sysdba, nothing mysterious.
2003-09-09 11:03 robocop
M src/isql/extra_proto.h
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/isql_proto.h
M src/isql/show.epp
M src/isql/show_proto.h
const correctness, bool, etc.
2003-09-09 07:51 brodsom
A builds/win32/run_all.bat
Add a script to build from scratch to installer
2003-09-09 07:49 brodsom
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_lock_print.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbclient_static.dsp
M builds/win32/msvc6/gpre_boot.dsp
M builds/win32/msvc6/gstat.dsp
M builds/win32/msvc6/walw.dsp
Update msvc6 build after Nickolay changes
2003-09-08 21:44 skidder
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/jrd/cch.cpp
M src/jrd/nbak.cpp
M src/jrd/os/isc_i_proto.h
M src/jrd/os/win32/isc_ipc.cpp
M src/lock/lock.cpp
Make Win32 version of engine compile
2003-09-08 21:43 skidder
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_lock_print.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbclient_static.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
M builds/win32/msvc7/gstat.vcproj
Update MSVC7 makefiles
2003-09-08 21:26 skidder
M src/dsql/dsql.tab.h
M src/dsql/parse.cpp
Update parse.cpp
2003-09-08 20:33 skidder
A src/jrd/os/isc_i_proto.h
Add forgotten file
2003-09-08 20:23 skidder
M builds/posix/Makefile.in.boot.gpre
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.embed.util
M builds/posix/make.defaults
M builds/posix/make.shared.variables
M builds/posix/prefix.darwin
M builds/posix/prefix.example
M builds/posix/prefix.freebsd
M builds/posix/prefix.linux
M builds/posix/prefix.mingw
M builds/posix/prefix.sinixz
M builds/posix/prefix.solaris
M builds/posix/prefix.solx86
M builds/posix/prefix.solx86gcc
M configure.in
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/classes/class_perf.cpp
M src/common/classes/class_test.cpp
M src/common/classes/locks.h
M src/common/classes/rwlock.h
M src/common/classes/tree.h
M src/common/classes/vector.h
M src/dsql/parse.y
M src/include/firebird.h
M src/jrd/cch.cpp
M src/jrd/cch.h
M src/jrd/cch_proto.h
M src/jrd/common.h
M src/jrd/dfw.epp
M src/jrd/err.cpp
M src/jrd/err_proto.h
M src/jrd/event.cpp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
D src/jrd/isc_i_proto.h
D src/jrd/isc_ipc.cpp
M src/jrd/isc_s_proto.h
M src/jrd/isc_sync.cpp
M src/jrd/lck.cpp
M src/jrd/lck.h
M src/jrd/lck_proto.h
M src/jrd/nbak.cpp
M src/jrd/nbak.h
M src/jrd/os/guid.h
M src/jrd/os/posix/guid.cpp
A src/jrd/os/posix/isc_ipc.cpp
M src/jrd/os/posix/unix.cpp
M src/jrd/os/win32/guid.cpp
A src/jrd/os/win32/isc_ipc.cpp
M src/jrd/svc.cpp
M src/jrd/thd.h
M src/jrd/why.cpp
M src/lock/lock.cpp
M src/lock/lock_proto.h
M src/lock/print.cpp
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/remote/os/win32/srvr_w32.cpp
M src/remote/server.cpp
M src/utilities/gstat/ppg.cpp
M src/utilities/nbackup.cpp
M src/wal/wal.cpp
M src/wal/walc.cpp
M src/wal/walc_proto.h
M src/wal/walw.cpp
NBACKUP-related changes and some clean-up
2003-09-08 19:31 brodsom
A builds/install/arch-specific/linux/misc/firebird.initd.in
M builds/install/arch-specific/linux/super/SSchangePasswd.sh
M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
M builds/install/arch-specific/linux/super/postinstall.sh.in
M builds/install/arch-specific/linux/super/postuninstall.sh.in
M builds/install/arch-specific/linux/super/preinstall.sh.in
M builds/install/arch-specific/linux/super/preuninstall.sh.in
M builds/install/arch-specific/linux/super/rpmfiles.txt.in
M builds/install/arch-specific/linux/super/rpmheader.txt.in
D src/install/arch-specific/linux/misc
Move Alex commit to the right place
2003-09-08 18:46 skidder
M src/gpre/sqe.cpp
Make engine compile after recent cleanup
2003-09-08 14:14 dimitr
M builds/win32/msvc6/Firebird2.dsw
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/remote.dsp
M builds/win32/msvc6/remote_classic.dsp
M src/ipserver/ipclient.cpp
M src/jrd/why.cpp
M src/remote/interface.cpp
M src/remote/os/win32/property.cpp
M src/remote/os/win32/property.rh
M src/remote/os/win32/srvr_w32.cpp
M src/remote/os/win32/window.cpp
M src/remote/serve_proto.h
M src/remote/xnet.cpp
M src/remote/xnet.h
M src/remote/xnet_proto.h
Added the current XNET implementation.
Let's hope it works not only for me <g>
2003-09-08 12:44 dimitr
M src/burp/restore.epp
A bit more information from gbak.
2003-09-08 11:39 robocop
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
M src/include/gen/codes.h
M src/include/gen/codetext.h
M src/include/gen/iberror.h
M src/include/gen/msg_facs.h
M src/include/gen/msgs.h
M src/include/gen/rdb_codes.h
M src/include/gen/sql_code.h
The products of codes.epp
2003-09-08 11:34 robocop
M src/misc/codes.epp
const correctness, almost minimal scope for variables, bool, etc.
Give iberror.h a section for C++
No side effects noticed after several full rebuilds
2003-09-08 11:29 dimitr
M src/dsql/dsql.cpp
Fixed logic after Blas' change of the function return.
2003-09-08 11:27 robocop
M src/gpre/cmp_proto.h
M src/gpre/exp.cpp
M src/gpre/exp_proto.h
M src/gpre/form.h
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_proto.h
M src/gpre/gpreswi.h
M src/gpre/hsh_proto.h
M src/gpre/jrdme_proto.h
M src/gpre/lang_proto.h
M src/gpre/msc.cpp
M src/gpre/msc_proto.h
M src/gpre/par.cpp
M src/gpre/par_proto.h
M src/gpre/parse.h
M src/gpre/pat.cpp
M src/gpre/pat_proto.h
M src/gpre/sqe.cpp
M src/gpre/sqe_proto.h
M src/gpre/sql.cpp
M src/gpre/sql_proto.h
const correctness, almost minimal scope for variables, bool, etc.
Hope I did integrate others' changes correctly and totally.
2003-09-08 08:56 arnobrinkman
M src/jrd/opt.cpp
Don't forget the OR operations Arno
2003-09-08 01:51 brodsom
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_proto.h
M src/alice/exe.cpp
M src/alice/exe_proto.h
M src/alice/tdr_proto.h
M src/burp/backu_proto.h
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/burp_proto.h
M src/burp/canon_proto.h
M src/burp/canonical.cpp
M src/burp/misc.cpp
M src/burp/misc_proto.h
M src/burp/resto_proto.h
M src/utilities/common/cmd_util.cpp
M src/utilities/common/cmd_util_proto.h
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec.h
M src/utilities/gsec/secur_proto.h
M src/utilities/gstat/ppg.cpp
M src/utilities/gstat/ppg_proto.h
Remove unneeded extern C
2003-09-08 01:45 brodsom
M src/iscguard/iscguard.cpp
M src/isql/isql.epp
M src/jrd/exe.cpp
M src/jrd/opt.cpp
M src/jrd/os/win32/thd_priority.cpp
M src/remote/os/win32/chop.cpp
Code cleaning
2003-09-07 21:39 epocman
M builds/win32/uninstall.bat
instsvc 'remove' new syntax does'nt need a '-g' option.
2003-09-07 21:36 epocman
M builds/win32/install_classic.bat
M builds/win32/install_super.bat
instsvc new syntax does not take root_directory on the command-line.
2003-09-07 19:11 epocman
M src/iscguard/cntl_guard.cpp
M src/iscguard/iscguard.cpp
M src/utilities/install/install_svc.cpp
M src/utilities/install/servi_proto.h
M src/utilities/install/services.cpp
Win32 - 'instsvc install -guardian -login user' now also sets the
Guardian to run as 'user'.
This is achieved by giving appropriate security rights to 'user'
on the firebird service object (instsvc utility) and fixing some
wrong security flags in the Guardian code itself.
2003-09-07 00:53 brodsom
M src/lock/lock.cpp
M src/lock/print.cpp
Code cleaning (Thanks to Claudio)
2003-09-07 00:48 brodsom
M src/jrd/os/vms/vmsevent.cpp
Fix wrong change (Thanks to Claudio)
2003-09-07 00:48 brodsom
M src/jrd/os/vms/extvms.cpp
M src/jrd/os/vms/map.cpp
Code cleaning (Thanks to Claudio)
2003-09-06 10:55 epocman
M src/utilities/install/services.cpp
Never sets NT services as 'Interactive'. Fights 'Shatter'-kind attacks.
http://www.idefense.com/idpapers/Shatter_Redux.pdf
This blocks 'local' protocol from working, but is not an issue as new XNET will replace it for FB > 1.5.
2003-09-06 00:52 brodsom
M src/dudley/hsh.cpp
M src/dudley/hsh_proto.h
M src/gpre/c_cxx.cpp
M src/gpre/cmp.cpp
M src/gpre/cmp_proto.h
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.h
M src/gpre/gpre_meta_boot.cpp
M src/gpre/gpre_proto.h
M src/gpre/hsh.cpp
M src/gpre/hsh_proto.h
M src/gpre/jrdme_proto.h
M src/gpre/jrdmet.cpp
M src/gpre/lang_proto.h
M src/gpre/msc.cpp
M src/gpre/msc_proto.h
M src/gpre/par.cpp
M src/gpre/par_proto.h
M src/gpre/pat.cpp
M src/gpre/pat_proto.h
M src/gpre/sqe.cpp
M src/gpre/sqe_proto.h
M src/gpre/sql.cpp
M src/gpre/sql_proto.h
M src/qli/hsh_proto.h
M src/wal/wal.cpp
M src/wal/wal_proto.h
M src/wal/walw.cpp
M src/wal/walw_proto.h
Remove unneeded extern C
2003-09-05 14:55 brodsom
M src/gpre/ada.cpp
M src/gpre/cmp.cpp
M src/gpre/exp.cpp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/msc.cpp
M src/gpre/noform.cpp
M src/gpre/par.cpp
M src/gpre/pas.cpp
M src/gpre/sqe.cpp
M src/gpre/sql.cpp
Fix last Dmitry commit
2003-09-05 11:28 brodsom
M src/dsql/dsql.cpp
-Change function return to SUCCESS=true, FAILURE=false (suggested by Claudio)
2003-09-05 11:25 brodsom
M src/isql/extra_proto.h
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/isql_proto.h
M src/isql/show.epp
M src/isql/show_proto.h
-Replacing BOOLEAN, FALSE and TRUE.
-Code style cleaning
2003-09-05 10:54 alexpeshkoff
A src/install
A src/install/arch-specific
A src/install/arch-specific/linux
A src/install/arch-specific/linux/misc
A src/install/arch-specific/linux/misc/firebird.initd.in
A src/install/arch-specific/linux/super
A src/install/arch-specific/linux/super/SSchangePasswd.sh
A src/install/arch-specific/linux/super/makeInstallImage.sh.in
A src/install/arch-specific/linux/super/postinstall.sh.in
A src/install/arch-specific/linux/super/postuninstall.sh.in
A src/install/arch-specific/linux/super/preinstall.sh.in
A src/install/arch-specific/linux/super/preuninstall.sh.in
A src/install/arch-specific/linux/super/rpmfiles.txt.in
A src/install/arch-specific/linux/super/rpmheader.txt.in
fix posix SS build - now rpm package appear to be successfully buildable
2003-09-05 10:51 brodsom
M src/dudley/parse.cpp
-Correction
2003-09-05 10:14 aafemt
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cme.cpp
M src/gpre/cmp.cpp
M src/gpre/cob.cpp
M src/gpre/dyntable.cpp
M src/gpre/exp.cpp
M src/gpre/form.h
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/gpreswi.h
M src/gpre/hsh.cpp
M src/gpre/jrdmet.cpp
M src/gpre/msc.cpp
M src/gpre/par.cpp
M src/gpre/parse.h
M src/gpre/pas.cpp
M src/gpre/pat.cpp
M src/gpre/pretty.cpp
M src/gpre/sqe.cpp
M src/gpre/sql.cpp
'struct' cleanup
2003-09-05 10:05 alexpeshkoff
M builds/posix/Makefile.in.firebird
fix posix SS build - script files are copied for both SS and CS
2003-09-05 09:33 brodsom
M src/dudley/parse.cpp
-Remove unneeded if (Thanks to Claudio)
2003-09-05 09:30 brodsom
M src/journal/rebuild.epp
-Correction (Thanks to Claudio)
2003-09-04 21:40 arnobrinkman
M src/dsql/pass1.cpp
Don't forget unnamed derived tables
2003-09-04 21:37 arnobrinkman
M src/jrd/opt.cpp
Added some comments and boolean replacement
2003-09-04 21:26 brodsom
M src/dsql/dsql.cpp
M src/dsql/hsh.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dsql/preparse.cpp
M src/dsql/user_dsql.cpp
M src/jrd/os/thd_priority.h
M src/jrd/os/vms/extvms.cpp
M src/jrd/os/vms/map.cpp
M src/jrd/os/vms/vms.cpp
M src/jrd/os/vms/vmsevent.cpp
M src/jrd/os/win32/thd_priority.cpp
M src/lock/lock.cpp
M src/lock/lock_proto.h
M src/lock/print.cpp
-Replace BOOLEAN, TRUE and FALSE
2003-09-04 21:20 brodsom
M src/jrd/opt.cpp
Replace BOOLEAN, TRUE and FALSE
2003-09-04 17:51 skidder
M src/extern/editline/editline.c
Apply small patch for AMD64 build
2003-09-04 16:59 brodsom
M builds/win32/msvc6/archive.dsp
Correction
2003-09-04 15:26 brodsom
M src/dsql/pass1.cpp
Correction
2003-09-04 15:20 brodsom
M src/journal/archive.cpp
M src/journal/console.cpp
M src/journal/gjrn.cpp
M src/journal/miscj.cpp
M src/journal/oldr.cpp
M src/journal/rebui_proto.h
M src/journal/rebuild.epp
M src/journal/serve_proto.h
M src/journal/server.epp
-Some cleaning
-Two fixes and one new comment(Thanks to claudio)
2003-09-04 15:05 arnobrinkman
M src/dsql/gen.cpp
Remove generated comment
2003-09-04 15:02 arnobrinkman
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/node.h
M src/dsql/pass1.cpp
Changed internally derived-table support to better readable/understanding code
2003-09-04 13:47 brodsom
M builds/win32/preprocess.bat
D src/jrd/stats.epp
A src/utilities/stats.epp
Move stats.epp to utilities
2003-09-04 13:45 brodsom
M src/dudley/exe.epp
M src/dudley/extract.epp
M src/dudley/hsh.cpp
M src/dudley/parse.cpp
M src/dudley/trn.cpp
M src/dudley/trn_proto.h
-Replace BOOLEAN, TRUE, FALSE
2003-09-04 13:45 brodsom
M src/dsql/pass1.cpp
Fix cast warning
2003-09-03 23:52 arnobrinkman
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/make.cpp
M src/dsql/make_proto.h
M src/dsql/pass1.cpp
M src/dsql/pass1_proto.h
Change types that were used as booleans to the real bool type
2003-09-03 21:18 arnobrinkman
M src/jrd/cvt2.cpp
M src/jrd/rse.cpp
bugfix: MERGE caused engine crash when it was comparing two NULL values (when NULL was result of a calculation (add/multiply/divide...))
2003-09-03 16:35 brodsom
M src/journal/archive.cpp
-Fix wrong change (Thanks to Claudio)
2003-09-03 16:33 brodsom
M src/jrd/blob_filter.cpp
-Remove unneeded casts
2003-09-03 16:31 brodsom
M src/burp/restore.epp
-Fix wrong struct removal.
2003-09-03 10:10 brodsom
M src/wal/walw.cpp
Remove obsolete comment
2003-09-03 07:39 dimitr
M src/utilities/gstat/dba.epp
Fixed gstat crach reported by Phil Shrimpton.
2003-09-03 01:46 brodsom
M builds/install/arch-specific/win32/FirebirdInstall_15.iss
-Add all the examples to the installer
2003-09-02 18:28 brodsom
M builds/win32/make_boot.bat
M builds/win32/msvc6/Firebird2.dsw
A builds/win32/msvc6/archive.dsp
A builds/win32/msvc6/journal.dsp
M builds/win32/prepare.bat
M builds/win32/preprocess.bat
M src/journal/archive.cpp
M src/journal/conso_proto.h
M src/journal/console.cpp
M src/journal/gjrn.cpp
M src/journal/journal.h
M src/journal/miscj.cpp
M src/journal/miscj_proto.h
M src/journal/oldr.cpp
M src/journal/rebui_proto.h
M src/journal/rebuild.epp
M src/journal/serve_proto.h
M src/journal/server.epp
M src/jrd/jrn_proto.h
-Making journal buildable (and translating e to epp)
2003-09-02 18:19 brodsom
A builds/misc/journal.gbak
-Making journal buildable (and translating e to epp)
2003-09-02 17:57 brodsom
D src/journal/misc.cpp
D src/journal/misc_proto.h
A src/journal/miscj.cpp
A src/journal/miscj_proto.h
D src/journal/rebuild.e
A src/journal/rebuild.epp
D src/journal/server.e
A src/journal/server.epp
-Making journal buildable (and translating e to epp)
2003-09-02 17:24 brodsom
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
M src/iscguard/iscguard.cpp
-Replace BOOLEAN, TRUE and FALSE
2003-09-02 16:39 arnobrinkman
M src/jrd/opt.cpp
Fix wrong last commit :-(
2003-09-02 12:45 brodsom
M builds/install/arch-specific/win32/FirebirdInstall_15.iss
-Fix to allow use repositories named differently.
2003-09-02 00:12 brodsom
D generated/placeholder2.txt
Trying to solve the CVS error in generated directory
2003-09-02 00:00 brodsom
A generated/placeholder2.txt
Trying to solve the CVS error in generated directory
2003-09-01 23:22 arnobrinkman
M src/dsql/ddl.cpp
M src/dsql/pass1.cpp
M src/dsql/pass1_proto.h
M src/jrd/opt.cpp
Change BOOLEAN to bool type
2003-09-01 17:38 brodsom
M src/qli/blk.h
M src/qli/meta.epp
-Use NULL instead 0 for null pointers
-Remove unneeded casts
2003-09-01 14:22 alexpeshkoff
M builds/posix/make.defaults
fix posix SS client library name
2003-09-01 14:17 brodsom
M builds/win32/msvc6/gds32.dsp
-Remove build warning (warning LNK4098: defaultlib MSVCRTD conflicts with use of other libs)
2003-09-01 14:04 skidder
M builds/win32/msvc7/fbclient_static.vcproj
Adjust MSVC7 makefiles
2003-09-01 13:53 brodsom
M src/ipserver/ipserver.cpp
-Fix error removing GDS_VAL (Thanks to Claudio)
2003-09-01 12:08 brodsom
M builds/posix/make.shared.variables
M builds/win32/make_all.bat
M builds/win32/msvc6/Firebird2.dsw
M builds/win32/msvc6/wal.dsp
M builds/win32/msvc6/wal_classic.dsp
A builds/win32/msvc6/walw.dsp
M builds/win32/msvc7/wal.vcproj
M builds/win32/msvc7/wal_classic.vcproj
M src/wal/wal.cpp
M src/wal/walw.cpp
D src/wal/walw_main.cpp
-Corrections to wal build
-Add walw.exe build to msvc6
2003-09-01 11:09 brodsom
M src/jrd/enc.cpp
-Remove NULL define
2003-09-01 11:08 brodsom
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/dmp.cpp
M src/jrd/filters.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/lck.cpp
M src/jrd/old.cpp
M src/jrd/os/posix/unix.cpp
M src/jrd/os/vms/vms.cpp
M src/jrd/os/win32/winnt.cpp
M src/jrd/rlck.cpp
M src/jrd/sbm.cpp
M src/jrd/utl.cpp
-Replace NULL_TDBB, NULL_DBB with NULL
2003-09-01 10:06 aafemt
M src/jrd/gds.hxx
M src/jrd/os/vms/dfloat_stub.cpp
No more isc_array_gen_sdl() in public API
2003-09-01 07:58 brodsom
M src/dsql/blk.h
M src/dsql/pass1.cpp
M src/dudley/ddl.h
M src/dudley/exe.epp
M src/gpre/par.cpp
M src/isql/extract.epp
M src/isql/isql.epp
M src/journal/archive.cpp
M src/journal/rebuild.e
M src/journal/server.e
M src/jrd/blb.cpp
M src/jrd/blk.h
M src/jrd/blob_filter.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/common.h
M src/jrd/dbt.cpp
M src/jrd/dfw.epp
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/jrd.cpp
M src/jrd/jrn.cpp
M src/jrd/met.epp
M src/jrd/pag.cpp
M src/jrd/par.cpp
M src/jrd/req.h
M src/jrd/shut.cpp
M src/jrd/svc.cpp
M src/jrd/thd.cpp
M src/jrd/tpc.cpp
M src/jrd/utl.cpp
M src/jrd/vio.cpp
M src/lock/lock.cpp
M src/misc/align.cpp
M src/remote/allr.cpp
M src/remote/server.cpp
M src/remote/xnet.cpp
M src/utilities/run_service.cpp
M src/utilities/sbc_print.cpp
M src/wal/wal.cpp
-Use NULL instead 0 for null pointers
-Remove unneeded casts
2003-09-01 07:41 brodsom
M src/alice/blk.h
-Use NULL instead 0 for null pointers
-Remove unneeded casts
2003-09-01 07:39 brodsom
M src/dsql/ddl.cpp
Correction
2003-08-31 22:41 arnobrinkman
M src/jrd/opt.cpp
1) fix: Unique index must be complete used else we keep on looking for another one.
2) MERGE can also handle expressions, stupid example :
SELECT
*
FROM
RDB$RELATIONS r,
RDB$RELATION_FIELDS rf
WHERE
rf.RDB$RELATION_NAME || 'A' = r.RDB$RELATION_NAME || 'A'
3) Do some code style issues
2003-08-31 12:55 robocop
M src/jrd/svc.cpp
Kill warning
2003-08-31 12:27 robocop
M src/gpre/sqe.cpp
Remove duplicate CVS $Id tag
2003-08-31 12:23 robocop
M src/qli/dtr.cpp
Unused var
2003-08-31 07:44 dimitr
M doc/install_win32.txt
Small corrections.
2003-08-30 19:51 arnobrinkman
M src/jrd/opt.cpp
Optimizer fix. Compound-indices were choosen above single-indices where we need only the single-field-index.
2003-08-30 16:49 dimitr
M src/dsql/pass1.cpp
Cleanup variable names.
2003-08-30 16:45 dimitr
M src/jrd/evl.cpp
Fixed runtime check, as pointed by Claudio.
2003-08-30 16:43 dimitr
M src/jrd/exe.cpp
Fixed broken savepoint handling in BREAK/LEAVE/EXIT.
The bug caused to logical database corruption/inconsistency, such as PK/UK violation, or BUGCHECK(287).
2003-08-30 13:54 epocman
M src/utilities/install/install_nt.h
M src/utilities/install/install_reg.cpp
M src/utilities/install/install_svc.cpp
M src/utilities/install/servi_proto.h
M src/utilities/install/services.cpp
OEM/Ansi conversions, command-line password, other minor updates.
2003-08-30 02:12 brodsom
M src/gpre/gpre_meta.epp
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/format.cpp
M src/qli/gener.cpp
M src/qli/lex.cpp
M src/qli/meta.epp
M src/qli/proc.epp
-Remove GDS_VAL and GDS_REF
2003-08-30 02:02 brodsom
M src/alice/alice_meta.epp
M src/alice/exe.cpp
M src/alice/tdr.cpp
M src/dudley/exe.epp
M src/dudley/extract.epp
M src/dudley/lex.cpp
-Remove GDS_VAL and GDS_REF
2003-08-30 01:54 brodsom
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/metd.epp
M src/dsql/preparse.cpp
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
-Remove GDS_VAL and GDS_REF
2003-08-30 01:43 brodsom
M src/journal/gjrn.cpp
M src/remote/server.cpp
-Remove GDS_VAL and GDS_REF
2003-08-30 01:35 brodsom
M src/utilities/cache.cpp
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dba_full.epp
M src/utilities/rebuild/rmet.epp
-Remove GDS_VAL and GDS_REF
2003-08-29 17:25 epocman
M src/utilities/install/install_nt.h
M src/utilities/install/install_reg.cpp
M src/utilities/install/install_svc.cpp
M src/utilities/install/registry.cpp
M src/utilities/install/servi_proto.h
M src/utilities/install/services.cpp
Merged recent FB 1.5 instsvc / instreg changes to head branch.
2003-08-29 11:20 brodsom
M builds/win32/preprocess.bat
Remove envelope.epp from preprocess
2003-08-29 11:13 aafemt
M src/jrd/ibase.h
No more isc_array_gen_sdl() in public API
2003-08-29 10:55 aafemt
M builds/win32/defs/fbclient.def
M builds/win32/defs/fbclient_debug.def
M builds/win32/defs/gds.def
M builds/win32/defs/gds32.def
M builds/win32/defs/gds32_debug.def
M src/dsql/array.epp
M src/dsql/array_proto.h
No more isc_array_gen_sdl() in public API
2003-08-29 00:37 brodsom
M src/msgs/build_file.epp
M src/msgs/change_msgs.epp
M src/msgs/check_msgs.epp
M src/msgs/enter_msgs.epp
M src/msgs/include.epp
M src/remote/os/win32/chop.cpp
M src/remote/os/win32/cntl.cpp
M src/remote/os/win32/window.cpp
M src/remote/os/win32/wnet.cpp
M src/utilities/gstat/dba_full.epp
M src/utilities/sbc_print.cpp
M src/wal/driver.cpp
M src/wal/wal.cpp
M src/wal/wal_proto.h
M src/wal/walc.cpp
M src/wal/walw.cpp
-Remove BOOLEAN, TRUE and FALSE
2003-08-28 22:52 brodsom
M src/jrd/common.h
M src/remote/os/win32/ibconfig.cpp
M src/remote/os/win32/property.cpp
M src/remote/os/win32/window.cpp
M src/remote/os/win32/winmain.cpp
-Remove BOOLEAN_DEFINED macro
-Remove MSG_DEFINED macro
2003-08-28 20:29 arnobrinkman
M src/dsql/parse.cpp
M src/dsql/parse.y
missing line/column-numbers
2003-08-28 14:42 brodsom
M src/burp/spit.cpp
M src/burp/spit.h
-Remove NULL_B_FIL macro
2003-08-28 13:16 brodsom
M src/jrd/blb.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/common.h
M src/jrd/dfw.epp
M src/jrd/dls.cpp
M src/jrd/dpm.epp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/dyn_mod.epp
M src/jrd/exe.cpp
M src/jrd/ext.cpp
M src/jrd/filters.cpp
M src/jrd/gds.cpp
M src/jrd/gdsassert.h
M src/jrd/grammar.cpp
M src/jrd/grant.epp
M src/jrd/ini.epp
M src/jrd/intl_builtin.cpp
M src/jrd/isc.cpp
M src/jrd/isc_file.cpp
M src/jrd/isc_ipc.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/jrn.cpp
M src/jrd/lck.cpp
M src/jrd/met.epp
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/jrd/pcmet.epp
M src/jrd/rec.cpp
M src/jrd/rse.cpp
M src/jrd/scl.epp
M src/jrd/sdl.cpp
M src/jrd/sort.cpp
M src/jrd/svc.cpp
M src/jrd/thd.cpp
M src/jrd/tra.cpp
M src/jrd/utl.cpp
M src/jrd/val.cpp
M src/jrd/vio.cpp
M src/jrd/why.cpp
-Remove NULL_PTR
-Remove unneeded NULL casts
-Remove (void) function return cast
2003-08-28 13:07 brodsom
M src/burp/backup.epp
M src/burp/mvol.cpp
M src/burp/restore.epp
M src/dsql/array.epp
M src/dsql/errd_proto.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dudley/exe.epp
M src/dudley/extract.epp
M src/gpre/gpre.h
M src/gpre/sqe.cpp
M src/intl/cs_jis.cpp
M src/intl/cs_narrow.cpp
M src/intl/cs_unicode_fss.cpp
M src/intl/cs_unicode_ucs2.cpp
M src/intl/lc_ascii.cpp
M src/intl/lc_big5.cpp
M src/intl/lc_gb2312.cpp
M src/intl/lc_jis.cpp
M src/intl/lc_ksc.cpp
M src/intl/lc_unicode_ucs2.cpp
M src/intl/ldcommon.h
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
M src/isql/isql.epp
M src/isql/show.epp
M src/lock/lock.cpp
M src/msgs/change_msgs.epp
M src/remote/inet.cpp
M src/remote/interface.cpp
M src/remote/os/win32/dllshell.cpp
M src/remote/os/win32/srvr_w32.cpp
M src/remote/protocol.cpp
M src/remote/server.cpp
-Remove NULL_PTR
-Remove unneeded NULL casts
-Remove (void) function return cast
2003-08-28 10:58 aafemt
M src/dsql/dsql.h
M src/dsql/errd_proto.h
M src/dsql/parse.cpp
M src/dsql/parse.y
move debug and error handling stuffs away from dsql.h
2003-08-28 10:55 brodsom
M src/qli/help.epp
M src/qli/meta.epp
M src/qli/show.epp
-Remove NULL_PTR
-Remove unneeded casts
2003-08-28 10:39 brodsom
M src/burp/backup.epp
M src/burp/restore.epp
-Remove NULL_PTR
-Remove unneeded casts
2003-08-28 10:33 brodsom
M src/gpre/gpre_meta.epp
-Remove NULL_PTR
-Remove unneeded casts
2003-08-28 09:58 brodsom
D src/jrd/jrd_blks.cpp
D src/jrd/jrd_math.h
D src/jrd/math.cpp
D src/jrd/shrfinit.cpp
D src/jrd/shrinit.cpp
D src/jrd/sun_ftn.cpp
D src/misc/envelope.epp
Remove unused sources
2003-08-27 23:00 arnobrinkman
M src/dsql/make.cpp
Change code-style and prepare for more info on error-message
2003-08-27 15:27 skidder
D src/jrd/y-valve.cpp
Remove temporary version of why.cpp port to C++
2003-08-27 12:13 robocop
M doc/WhatsNew
Minimize email harvesting, as agreed with Dmitry
2003-08-27 10:50 brodsom
M doc/cleaning-todo.txt
Update
2003-08-27 10:20 aafemt
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/aliceswi.h
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/burpswi.h
M src/burp/canon_proto.h
M src/burp/canonical.cpp
M src/burp/restore.epp
M src/burp/spit.cpp
removing word 'struct' from variable declarations as obsolete
2003-08-26 23:12 brodsom
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/show.epp
M src/journal/rebuild.e
M src/journal/server.e
-Remove NULL_PTR macro
-Remove unneeded casts
2003-08-26 18:46 brodsom
M src/utilities/ibmgr/ibmgr.cpp
M src/utilities/ibmgr/srvrmgr.cpp
M src/utilities/rebuild/rebuild.cpp
Remove BOOLEAN, TRUE and FALSE macros
2003-08-26 18:43 brodsom
M src/utilities/gstat/dba.epp
Replace EXIT macro with dba_exit inline function
2003-08-26 18:43 brodsom
M src/utilities/gstat/dba_full.epp
Replace EXIT macro with dba_full_exit inline function
2003-08-26 18:40 brodsom
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/gsec.h
Replace EXIT macro with gsec_exit inline function
2003-08-26 10:58 aafemt
M src/common/classes/alloc.h
removing word 'struct' from variable declarations as obsolete
2003-08-26 10:42 brodsom
M src/utilities/install/install_reg.cpp
M src/utilities/install/install_svc.cpp
M src/utilities/install/regis_proto.h
M src/utilities/install/registry.cpp
Remove BOOLEAN, TRUE and FALSE macros
2003-08-26 10:29 aafemt
M src/jrd/gds.cpp
some magic for yday() by Vladimir Tcvigun
2003-08-26 07:23 dimitr
M src/jrd/ibase.h
M src/jrd/svc.cpp
M src/utilities/gstat/dbaswi.h
Added support for "-r" and "-t" GSTAT switches to the Services API. Thanks to Vlad Horsun.
2003-08-26 07:20 dimitr
M src/jrd/jrd.cpp
M src/jrd/jrd.h
Added attachment timestamp (to support future extentions)
2003-08-26 07:15 dimitr
M src/jrd/evl.cpp
Fixed SUBSTRING function
2003-08-26 07:13 dimitr
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
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
1. MAP renamed to DSQL_MAP
2. Minor cleanup
3. Fixed BREAK/LEAVE code to support FOR EXECUTE STATEMENT loops
4. Added support for loop labels and LEAVE <label> statement
5. Fixed SUBSTRING to support value expressions as its arguments
2003-08-26 06:56 brodsom
M src/utilities/analyse.cpp
M src/utilities/common/cmd_util.cpp
M src/utilities/drop.cpp
M src/utilities/gsec/gsec.cpp
M src/utilities/gsec/secur_proto.h
M src/utilities/gsec/security.epp
M src/utilities/guard/guard.cpp
M src/utilities/ibmgr/ibmgr.cpp
M src/utilities/ibmgr/ibmgr.h
M src/utilities/ibmgr/srvrmgr.cpp
Remove BOOLEAN, TRUE and FALSE macros
2003-08-26 06:52 brodsom
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dba_full.epp
Remove BOOLEAN, TRUE and FALSE macros
Some code formatting
2003-08-25 23:35 arnobrinkman
M src/dsql/make.cpp
M src/dsql/pass1.cpp
1) Make COALESCE/CASE output descriptor more SQL-standard.
Exception is that we allow mixing datatypes with (var)char (except blob), because all datatypes are convertable to character-type and because this functionallity was available from 1st day COALESCE is introduced inside Firebird.
2) Fix bug with expressions without fields inside aggregate-functions.
Example :
SELECT
(SELECT Count(1) FROM RDB$DATABASE)
FROM
RDB$RELATIONS
2003-08-25 12:09 robocop
M src/qli/err.cpp
M src/qli/err_proto.h
Still seems to work after changes.
:-)
2003-08-25 12:00 robocop
M src/qli/show.epp
Still seems to work after changes.
:-)
2003-08-25 08:36 dimitr
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
Added new error message for Arno.
2003-08-25 08:17 dimitr
M builds/misc/msg.gbak
M src/include/gen/codes.h
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
Added new error message for Arno.
2003-08-25 07:26 eku
M src/jrd/gds.cpp
M src/lock/lock.cpp
M src/utilities/analyse.cpp
M src/utilities/gstat/dba.epp
M src/utilities/gstat/dba_full.epp
M src/utilities/rebuild/rebuild.cpp
M src/utilities/sbc_print.cpp
Since all supported platforms provide the function strerror(), get rid of
sys_errlist[]. It's not portable anyway.
2003-08-24 22:15 arnobrinkman
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/pass1.cpp
Already fix COALESCE/CASE output-descriptor behaviour inside HEAD branch to conform with SQL-standard.
FB1.5_RELEASE will follow when error-message is added
2003-08-24 15:22 arnobrinkman
M src/dsql/pass1.cpp
fix bad behaviour with auto-union-cast
2003-08-24 02:56 arnobrinkman
M src/dsql/pass1.cpp
added comment and nested derived table fix
2003-08-24 02:36 arnobrinkman
M src/dsql/pass1.cpp
fix some derived tables problems
2003-08-23 09:26 dimitr
M src/jrd/dpm.epp
Fixed BUGCHECK(178). Record fragment length calculation must be consistent in VIO_erase.
2003-08-22 13:09 robocop
M src/msgs/build_file.epp
One warning less
2003-08-22 10:56 aafemt
M src/dsql/dsql.h
M src/dsql/make_proto.h
M src/dsql/node.h
M src/dsql/sym.h
M src/gpre/gpre.h
M src/journal/console.cpp
M src/jrd/cmp.cpp
M src/jrd/common.h
M src/jrd/dfw.epp
M src/jrd/dfw_proto.h
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/ini.h
M src/jrd/jrd.h
M src/jrd/jrn.h
M src/jrd/met.epp
M src/jrd/req.h
M src/jrd/rse.cpp
M src/jrd/tra.h
M src/jrd/val.h
M src/jrd/vio.cpp
M src/qli/command.cpp
M src/qli/compile.h
M src/qli/dtr.h
M src/qli/exe.h
M src/qli/format.h
M src/qli/parse.cpp
M src/qli/parse.h
M src/qli/show.epp
ENUM removal
2003-08-22 10:29 aafemt
M builds/posix/make.rules
Object files are in temp dir now
2003-08-22 10:28 aafemt
M builds/posix/Makefile.in.intl
M configure.in
Make intl compilable
2003-08-21 23:05 arnobrinkman
M builds/win32/msvc6/fbembed.dsp
update fbembed
2003-08-21 22:30 skidder
M builds/install/misc/firebird.conf
M doc/WhatsNew
M src/common/config/config.cpp
M src/remote/remote.cpp
Fix kernel memory leak
2003-08-21 16:22 brodsom
M src/intl/lc_big5.cpp
M src/intl/lc_big5.h
M src/intl/lc_iso8859_1.cpp
M src/intl/lc_iso8859_2.cpp
M src/intl/lc_jis.cpp
M src/intl/lc_ksc.cpp
M src/intl/lc_narrow.cpp
M src/intl/lc_unicode_ucs2.cpp
M src/intl/ld.h
M src/intl/ldcommon.h
-Replace STATIC with static
-Remove a few unused macros
2003-08-21 16:20 brodsom
M src/utilities/ibmgr/ibmgr.cpp
Replace LINE__IS_INT with LINEFORMAT
2003-08-21 15:43 brodsom
M src/intl/ldcommon.h
Fix calling convention
2003-08-21 15:40 brodsom
M src/utilities/ibmgr/ibmgr.cpp
Replace LINE__IS_INT with LINEFORMAT
2003-08-21 11:02 robocop
M src/burp/backup.epp
M src/burp/restore.epp
Fix SF Bug #750659
2003-08-21 01:46 brodsom
D builds/win32/defs/intlcpp.def
M builds/win32/make_all.bat
M builds/win32/msvc6/Firebird2.dsw
D builds/win32/msvc6/intlcpp.dsp
M builds/win32/msvc7/Firebird2.sln
D builds/win32/msvc7/intlcpp.vcproj
D builds/win32/old_makes/intlcpp.mak
D src/intlcpp
Remove intlcpp
2003-08-21 01:37 brodsom
M src/intl/cv_big5.h
Fix wrong header
2003-08-20 19:47 brodsom
M src/isql/isql.epp
-Fix for MSVC6 format bug found in TCS DSQL_DOMAIN_12 and 13
2003-08-20 19:08 brodsom
M src/gpre/gpre.cpp
-Fix for bug 7122 (TCS IDML_C_CHARSET_08 test)
2003-08-20 12:34 arnobrinkman
M builds/win32/msvc6/fbembed.dsp
make fbembed work again
2003-08-20 11:35 brodsom
M src/intl/ld_proto.h
Move intl module to c++
2003-08-20 10:08 brodsom
M src/jrd/enc.cpp
-Fix linux macro redefinition warning
2003-08-20 09:35 brodsom
M src/jrd/common.h
M src/jrd/gdsassert.h
M src/jrd/sdl.cpp
M src/utilities/ibmgr/ibmgr.cpp
M src/utilities/ibmgr/srvrmgr.cpp
Replace __LINE__IS_INT with LINEFORMAT and remove a few ifdefs (thanks to Claudio's question)
2003-08-20 08:38 brodsom
M builds/posix/Makefile.in.intl
M builds/win32/msvc6/intl.dsp
M builds/win32/msvc7/intl.vcproj
D src/intl/cs_big5.c
A src/intl/cs_big5.cpp
D src/intl/cs_gb2312.c
A src/intl/cs_gb2312.cpp
D src/intl/cs_jis.c
A src/intl/cs_jis.cpp
D src/intl/cs_ksc.c
A src/intl/cs_ksc.cpp
D src/intl/cs_narrow.c
A src/intl/cs_narrow.cpp
D src/intl/cs_unicode_fss.c
A src/intl/cs_unicode_fss.cpp
D src/intl/cs_unicode_ucs2.c
A src/intl/cs_unicode_ucs2.cpp
D src/intl/cv_big5.c
A src/intl/cv_big5.cpp
D src/intl/cv_gb2312.c
A src/intl/cv_gb2312.cpp
D src/intl/cv_jis.c
A src/intl/cv_jis.cpp
D src/intl/cv_ksc.c
A src/intl/cv_ksc.cpp
D src/intl/cv_narrow.c
A src/intl/cv_narrow.cpp
D src/intl/cv_unicode_fss.c
A src/intl/cv_unicode_fss.cpp
D src/intl/lc_ascii.c
A src/intl/lc_ascii.cpp
D src/intl/lc_big5.c
A src/intl/lc_big5.cpp
D src/intl/lc_dos.c
A src/intl/lc_dos.cpp
D src/intl/lc_gb2312.c
A src/intl/lc_gb2312.cpp
D src/intl/lc_iso8859_1.c
A src/intl/lc_iso8859_1.cpp
D src/intl/lc_iso8859_2.c
A src/intl/lc_iso8859_2.cpp
D src/intl/lc_jis.c
A src/intl/lc_jis.cpp
D src/intl/lc_ksc.c
A src/intl/lc_ksc.cpp
D src/intl/lc_narrow.c
A src/intl/lc_narrow.cpp
D src/intl/lc_unicode_ucs2.c
A src/intl/lc_unicode_ucs2.cpp
D src/intl/ld.c
A src/intl/ld.cpp
D src/intl/ld2.c
A src/intl/ld2.cpp
Move intl module to c++
2003-08-19 23:56 arnobrinkman
M src/dsql/pass1.cpp
bugfix nested derived tables
2003-08-19 23:47 arnobrinkman
M src/dsql/pass1.cpp
Oops missed something
2003-08-19 23:34 arnobrinkman
M src/dsql/dsql.h
M src/dsql/gen.cpp
M src/dsql/pass1.cpp
Added PLAN support for derived tables
2003-08-19 23:09 skidder
M doc/WhatsNew
Get ready for RC6
2003-08-19 21:34 skidder
M src/isql/isql.epp
Apply patch by Peter Jacobi to display OCTETS strings in hex correctly
2003-08-19 12:49 skidder
M src/jrd/opt.cpp
Get rid of alloca usage
2003-08-19 11:44 brodsom
M src/lock/lock.cpp
-Fix NULL usage warning
2003-08-19 11:42 brodsom
M builds/posix/prefix.linux
-Fix parse.cpp (yacc generated) warnings
2003-08-19 11:16 brodsom
M src/qli/command.cpp
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/parse.cpp
M src/qli/show.epp
-Fix cast warnings
-Fix signed/unsigned comparison warning
2003-08-19 11:10 brodsom
M src/jrd/vio.cpp
-Fix cast warning in a recent commit (Please review the warnings before commits)
2003-08-19 11:09 brodsom
M src/burp/backup.epp
-Fix wrong format in a recent commit (Please review the warnings before commits)
2003-08-19 10:25 robocop
M src/dsql/utld.cpp
Damn loop
2003-08-19 09:25 brodsom
M builds/posix/prefix.mingw
-Remove parse.cpp (yacc generated) warnings
2003-08-19 09:24 brodsom
M src/dudley/ddl.cpp
M src/dudley/ddl.h
M src/dudley/trn.cpp
-Remove basic and pli remains
2003-08-19 09:22 brodsom
M src/dudley/extract.epp
-Fix cast warning
2003-08-19 08:59 brodsom
M src/dudley/exe.epp
M src/dudley/expr.cpp
M src/dudley/parse.cpp
-Fix cast warnings
-Break long lines
2003-08-19 06:05 robocop
M builds/win32/msvc6/Firebird2Boot.dsw
D builds/win32/msvc6/relations.dsp
We no longer have a "relations" project.
Static metadata definitions came back.
2003-08-19 01:26 brodsom
M src/jrd/os/posix/unix.cpp
-Fix cast warnings
2003-08-19 01:25 brodsom
M src/jrd/isc_sync.cpp
-Fix unused warnings
2003-08-18 21:37 arnobrinkman
M src/dsql/pass1.cpp
Code clean-up and re-apply comments as suggested by Claudio V.
2003-08-18 21:13 skidder
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/dfw.epp
M src/jrd/idx.cpp
M src/jrd/idx_proto.h
M src/jrd/jrd.h
M src/jrd/opt.cpp
M src/jrd/pag.cpp
M src/jrd/val.cpp
M src/jrd/vio.cpp
Forward port removal of artificial index number limitation from 1.0.3.
Fix bug in dbb_max_idx calculation. Do not port GC and metadata versioning
changes as they seem very dangerous to me.
2003-08-18 16:56 skidder
M builds/win32/msvc7/alice.vcproj
M builds/win32/msvc7/alice_classic.vcproj
M builds/win32/msvc7/burp.vcproj
M builds/win32/msvc7/burp_classic.vcproj
M builds/win32/msvc7/common.vcproj
M builds/win32/msvc7/common_classic.vcproj
M builds/win32/msvc7/dsql_server.vcproj
M builds/win32/msvc7/dsql_server_classic.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/fb_lock_print.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbguard.vcproj
M builds/win32/msvc7/fbserver.vcproj
M builds/win32/msvc7/fbudf.vcproj
M builds/win32/msvc7/gbak.vcproj
M builds/win32/msvc7/gdef.vcproj
M builds/win32/msvc7/gds32.vcproj
M builds/win32/msvc7/gfix.vcproj
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
M builds/win32/msvc7/gsec.vcproj
M builds/win32/msvc7/gsplit.vcproj
M builds/win32/msvc7/gstat.vcproj
M builds/win32/msvc7/ib_udf.vcproj
M builds/win32/msvc7/ib_util.vcproj
M builds/win32/msvc7/instreg.vcproj
M builds/win32/msvc7/instsvc.vcproj
M builds/win32/msvc7/intl.vcproj
M builds/win32/msvc7/intlcpp.vcproj
M builds/win32/msvc7/ipserver.vcproj
M builds/win32/msvc7/isql.vcproj
M builds/win32/msvc7/lock.vcproj
M builds/win32/msvc7/lock_classic.vcproj
M builds/win32/msvc7/nbackup.vcproj
M builds/win32/msvc7/qli.vcproj
M builds/win32/msvc7/remote.vcproj
M builds/win32/msvc7/remote_classic.vcproj
M builds/win32/msvc7/utilities.vcproj
M builds/win32/msvc7/utilities_classic.vcproj
M builds/win32/msvc7/wal.vcproj
M builds/win32/msvc7/wal_classic.vcproj
Adjust MSVC7 makefiles to reduce command line compiler warnings
2003-08-18 16:53 skidder
M src/lock/lock.cpp
Fix problems with Windows SS mutexes/events noted by Claudio
2003-08-18 14:11 arnobrinkman
M builds/win32/msvc6/Firebird2.dsw
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbclient_static.dsp
make build work again
2003-08-18 13:24 skidder
M src/jrd/isc_file.cpp
Fix const-correctness of ISC_expand_filename. Thanks to Andrew Gough
2003-08-18 10:31 aafemt
M src/include/memory_routines.h
M src/jrd/nav.cpp
Rough (and temporary?) fix for incompatibility between my get_long(UCHAR*) and old good BTR_get_quad(UCHAR*) reported by Nikolay Samofatov
2003-08-17 22:37 skidder
M doc/WhatsNew
Add RC6 changes
2003-08-17 19:56 skidder
M builds/win32/msvc7/Firebird2.sln
M builds/win32/msvc7/fbclient.vcproj
M src/ipserver/ipclient.cpp
M src/jrd/db_alias.cpp
M src/jrd/isc_file.cpp
M src/jrd/jrd.cpp
Fix up server-side database aliases
- expand Windows SS local connection strings on the client side unless they
specify database aliases (return to backward-compatible behavior)
- use aliases for database creation
- do security checks after database file name expansion
- forbid usage of relative paths in aliases
- do not stick to 8.3 filenames on Windows as it causes problems
2003-08-16 13:14 arnobrinkman
M src/dsql/parse.y
added comment
2003-08-16 00:37 arnobrinkman
M src/dsql/parse.cpp
latest versions
2003-08-16 00:36 arnobrinkman
M src/dsql/parse.y
M src/dsql/pass1.cpp
Fixed ambiguous columnname problems with derived tables.
Added support for unnamed derived tables.
2003-08-15 14:39 arnobrinkman
M src/dsql/parse.cpp
latest versions
2003-08-15 14:38 arnobrinkman
M src/dsql/parse.y
added comment and fix derived table bug inside view, that couldn't use unions.
2003-08-15 10:41 skidder
M src/jrd/scl.epp
Optimize SCL_get_class function a little bit
2003-08-15 10:23 aafemt
M src/burp/backup.epp
M src/burp/canon_proto.h
M src/burp/canonical.cpp
M src/burp/restore.epp
M src/dsql/array.epp
M src/dsql/array_proto.h
M src/gpre/prett_proto.h
M src/gpre/pretty.cpp
M src/jrd/blb.cpp
M src/jrd/blb_proto.h
M src/jrd/gds.hxx
M src/jrd/gdsold.h
M src/jrd/jrd.cpp
M src/jrd/jrd_proto.h
M src/jrd/sdl.cpp
M src/jrd/sdl_proto.h
M src/remote/inter_proto.h
M src/remote/interface.cpp
M src/remote/protocol.cpp
M src/remote/protocol.h
M src/remote/server.cpp
sdl is UCHAR again
2003-08-15 10:11 aafemt
M doc/README.coding.style
An additional related to previous commit
2003-08-15 10:09 aafemt
M src/include/memory_routines.h
long may be 64 bits. Unbeliveable! Thanks to Erik
2003-08-15 00:33 arnobrinkman
M src/dsql/dsql.tab.h
M src/jrd/par.cpp
derived table support
2003-08-15 00:02 arnobrinkman
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
derived table support
2003-08-14 23:34 arnobrinkman
M src/dsql/ddl.cpp
M src/dsql/dsql.h
M src/dsql/gen.cpp
M src/dsql/node.h
derived table support
2003-08-14 21:00 skidder
M doc/README.coding.style
Fix up coding rules a bit to make my code compatible
2003-08-14 20:45 skidder
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/idx.cpp
M src/jrd/jrd.cpp
M src/jrd/req.h
M src/jrd/scl.epp
M src/jrd/scl_proto.h
Avoid storing and using pointers allocated from one request pool
in other requests. Make request access lists use view ID, not pointer
to view structure. This changes solve the crash reported by
Evgeny Kilin when altering complex recursive procedure->trigger chains.
2003-08-14 10:26 aafemt
A doc/README.coding.style
useful reading for coders
2003-08-14 07:11 fsg
M src/dsql/gen.cpp
make gcc happy again
FSG
2003-08-13 11:45 robocop
M src/jrd/fun.epp
Fix SF Bugs #544132 and #728839.
Added some ugly code, too.
More correct null signaling may cause surprise to UDF devs used to some bugs.
2003-08-13 11:26 alexpeshkoff
M builds/win32/msvc6/gfix.dsp
Also fix MSVC6 gfix build in head branch
2003-08-13 11:11 robocop
M builds/win32/msvc6/fbserver.dsp
Committed... just in case
2003-08-13 11:11 robocop
M src/jrd/cch.cpp
Kill two warnings in Win32
2003-08-13 11:09 robocop
M src/dsql/gen.cpp
There are less unnamed fields now.
Changed the code style, too.
2003-08-13 11:08 robocop
M src/dsql/utld.cpp
Little C->C++ style change
2003-08-13 11:07 robocop
M src/burp/backup.epp
Since stringstream is no longer used, remove the header.
2003-08-13 11:06 robocop
M examples/api/apifull.c
Let's hope the cure is not worse than the sickness
Took VARY from ibase.h
2003-08-13 11:01 skidder
M src/common/classes/vector.h
Change header comment
2003-08-13 10:45 aafemt
M src/jrd/btr.cpp
M src/jrd/nav.cpp
M src/jrd/val.cpp
replacing BTR_get_quad() by get_long
2003-08-12 19:54 skidder
M builds/misc/msg.gbak
M lang_helpers/gds_codes.ftn
M lang_helpers/gds_codes.pas
M src/include/gen/codes.h
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/dfw.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_mod.epp
Add nbak messages
2003-08-12 17:32 skidder
M src/burp/backup.epp
Close can of worms opened by Mike Nordell when he attempted to use STL to write portable code
2003-08-12 10:44 aafemt
M src/jrd/common.h
M src/jrd/dmp.cpp
M src/jrd/sdl.cpp
Use new routines to get integers from char array
2003-08-12 10:42 aafemt
A src/include/memory_routines.h
Misc inline memory routine
2003-08-12 10:06 eku
M builds/make.new/config/config.h.in
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/utilities/nbackup.cpp
Use autoconf to do it right :-)
2003-08-12 10:05 robocop
M src/gpre/c_cxx.cpp
M src/gpre/pas.cpp
Minor corrections to the PAS (anyone using it with its now fixed flaw?) and CPP generation files.
2003-08-12 10:02 robocop
M src/dudley/ddl.cpp
M src/dudley/parse.cpp
Minor corrections to the obsolete gdef
2003-08-12 10:01 robocop
M src/utilities/install/install_reg.cpp
kill warning
2003-08-12 10:00 robocop
M src/qli/dtr.cpp
Minor changes
2003-08-12 09:56 robocop
M src/jrd/evl.cpp
Fix SF bug# 784121.
2003-08-12 09:55 robocop
M src/jrd/jrd.cpp
Fix warning
2003-08-12 07:07 eku
M src/jrd/rpb_chain.h
`inline' is not at beginning of declaration
2003-08-11 20:56 skidder
M src/lock/lock.cpp
Fix original problem that caused Win32 CS lock-ups.
Rollback workarounds.
2003-08-11 11:24 skidder
M src/dsql/parse.cpp
Update parse.cpp
2003-08-11 11:21 skidder
M src/burp/burp.cpp
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/jrd/cvt.cpp
M src/jrd/mov.cpp
M src/qli/mov.cpp
M src/utilities/nbackup.cpp
Apply FreeBSD patches by Tomas Skoda
2003-08-11 10:43 aafemt
M src/jrd/sdl.cpp
M src/jrd/sdl.h
Fix up coding style. Thanks to Claudio
2003-08-11 02:18 brodsom
M src/misc/codes.epp
Use stdout for non error output instead of stderr.
2003-08-11 01:25 brodsom
M builds/posix/prefix.linux
-Remove parentheses warnings.
-Remove unknown-pragmas warnings.
-Remove unused variables warnings, near all the actual warnings are for gpre generated stuff.
-Avoid message wrapping.
2003-08-11 01:19 brodsom
M src/jrd/sort.cpp
-Fix signed unsigned comparison
2003-08-11 01:06 arnobrinkman
M src/dsql/parse.y
forgotten cleanup, thanks for your attention BLAS
2003-08-11 00:43 arnobrinkman
M src/dsql/make.cpp
bugfix: CASE / COALESCE functions determine always NUMERIC even when all values where int or long.
2003-08-10 23:10 brodsom
M builds/win32/prepare.bat
Change message (the previous one is wrong)
2003-08-10 23:09 brodsom
M builds/win32/make_boot.bat
beautify
2003-08-10 23:05 brodsom
M builds/win32/blrtable.bat
Move compiler output to a log file
2003-08-10 22:52 brodsom
M src/burp/backup.epp
M src/burp/restore.epp
-Patch cast warnings and add a compiler message.
2003-08-10 15:43 skidder
M builds/win32/msvc7/alice.vcproj
M builds/win32/msvc7/alice_classic.vcproj
M builds/win32/msvc7/build_msg.vcproj
M builds/win32/msvc7/burp.vcproj
M builds/win32/msvc7/burp_classic.vcproj
M builds/win32/msvc7/codes.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/fbclient_static.vcproj
M builds/win32/msvc7/fbudf.vcproj
M builds/win32/msvc7/gfix.vcproj
M builds/win32/msvc7/ipserver.vcproj
M builds/win32/msvc7/lock.vcproj
M builds/win32/msvc7/lock_classic.vcproj
M builds/win32/msvc7/remote.vcproj
M builds/win32/msvc7/remote_classic.vcproj
M builds/win32/msvc7/utilities.vcproj
M builds/win32/msvc7/utilities_classic.vcproj
M builds/win32/msvc7/wal.vcproj
M builds/win32/msvc7/wal_classic.vcproj
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/classes/locks.cpp
M src/common/classes/locks.h
M src/common/classes/rwlock.h
M src/include/firebird.h
M src/jrd/dfw.epp
M src/jrd/err.cpp
M src/jrd/lck.cpp
M src/jrd/lck.h
M src/jrd/nbak.cpp
M src/jrd/nbak.h
M src/jrd/thd.h
M src/lock/lock.cpp
1) Make NBACKUP happy on Win32 CS too.
2) Fix tracking of OWN_hung in Win32 CS lock manager (lock-up debugging aid)
3) Fix possible unsynchronized access to memory manager in Win32 CS builds
and client library. Have shown itself as a very rare crash of Win32 CS manager
process during its startup.
4) Reduce warnings a little
Points 2 and 3 need to be backported to B1_5_Release
2003-08-10 15:19 arnobrinkman
M src/dsql/parse.y
M src/dsql/pass1.cpp
Support all expressions directly in GROUP BY clause
2003-08-10 11:41 brodsom
M src/wal/walw.cpp
-Fix format warning
2003-08-10 11:41 brodsom
M src/jrd/svc.cpp
-Fix format warning
-Fix unused warning
-Fix signed unsigned comparison warning
2003-08-10 11:08 brodsom
M src/remote/server.cpp
-Fix signed/unsigned comparison warning
2003-08-10 10:42 brodsom
M src/jrd/os/vms/vms.cpp
-Although not used, fix header location
2003-08-10 10:41 brodsom
M src/jrd/ExecuteStatement.cpp
-Fix cast warnings
2003-08-10 10:06 arnobrinkman
M src/dsql/parse.y
Added optional AS keyword to table alias
2003-08-10 01:22 brodsom
M src/remote/inet_server.cpp
-Fix never defined warning
2003-08-10 01:21 brodsom
M src/jrd/isc_sync.cpp
-Fix format warning
2003-08-10 00:48 brodsom
M src/utilities/gstat/dba.epp
-Fix signed/unsigned comparison
2003-08-10 00:41 brodsom
M src/utilities/drop.cpp
-Fix unused warning
2003-08-10 00:41 brodsom
M src/utilities/ibmgr/ibmgr.cpp
M src/utilities/ibmgr/srvrmgr.cpp
-Fix format warning
-Fix unused warning
2003-08-10 00:40 brodsom
M src/utilities/guard/guard.cpp
-Fix comparison is always false warning
2003-08-10 00:39 brodsom
M src/jrd/isc_sync.cpp
M src/jrd/os/posix/unix.cpp
-Fix signed/unsigned comparison warning
2003-08-09 23:38 brodsom
M src/isql/isql.epp
-Fix a format warning (due to a coding error)
2003-08-09 22:52 brodsom
M src/jrd/os/posix/config_root.cpp
-Fix unused warning
2003-08-09 22:36 brodsom
M src/lock/lock.cpp
-Fix format warning
2003-08-09 22:35 brodsom
M src/jrd/os/posix/config_root.cpp
-Fix not used warning
2003-08-09 22:34 brodsom
M src/remote/interface.cpp
-Fix not defined warning
-Remove unneeded casts
2003-08-09 22:32 brodsom
M src/jrd/event.cpp
M src/jrd/lck.cpp
M src/utilities/drop.cpp
-Fix not defined warning
2003-08-09 21:57 brodsom
M src/dsql/parse.y
-Fix cast warnings.
-Remove unneeded casts
2003-08-09 21:55 brodsom
M src/jrd/cmp.cpp
-Fix cast warnings.
2003-08-09 21:51 brodsom
M src/lock/lock.cpp
-Fix format warning.
-Remove unneeded cast
-Add ifdef
2003-08-09 21:15 brodsom
M src/jrd/idx.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/llio.cpp
M src/jrd/met.epp
M src/jrd/nbak.cpp
M src/jrd/old.cpp
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/jrd/rse.cpp
-Fix cast warnings
-Fix signed/unsigned comparison warnings
-Fix format warnings
-Add MinGW 3.0 rc header
2003-08-09 20:58 brodsom
M src/jrd/blb.cpp
M src/jrd/cch.cpp
M src/jrd/dbg.cpp
M src/jrd/dfw.epp
M src/jrd/dls.cpp
M src/jrd/evl.cpp
M src/jrd/evl_like.cpp
M src/jrd/exe.cpp
M src/jrd/ext.cpp
M src/jrd/gds.cpp
-Fix cast warnings
-Fix signed/unsigned comparison warnings
2003-08-09 19:20 brodsom
M src/common/config/dir_list.cpp
Fix cast warnings
2003-08-09 19:19 brodsom
M src/misc/codes.epp
Fix macro redefinition warning
2003-08-09 19:01 brodsom
M src/jrd/os/win32/thd_priority.cpp
M src/jrd/os/win32/winnt.cpp
-Fix cast warnings
2003-08-09 18:49 brodsom
M src/wal/wal.cpp
M src/wal/walc.cpp
M src/wal/walw.cpp
-Fix format warnings
-Remove unneeded casts
2003-08-09 18:00 brodsom
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cob.cpp
M src/gpre/exp.cpp
M src/gpre/ftn.cpp
M src/gpre/int_cxx.cpp
M src/gpre/msc_proto.h
M src/gpre/par.cpp
M src/gpre/par_proto.h
M src/gpre/pas.cpp
-Format & casts warning fixes
-Isolate unused code with ifdefs
-Code style corrections
-Remove two unneeded NULL casts
2003-08-08 21:35 arnobrinkman
M src/jrd/opt.cpp
bugfix: All flags csb_flags were cleared except csb_active. Thanks to Claudio V.
2003-08-08 15:54 brodsom
M builds/win32/prepare.bat
Reapply Paul change in the HEAD using the HEAD sources.
2003-08-08 14:01 skidder
M builds/win32/msvc7/gpre_boot.vcproj
Fix tweak in MSVC7 build
2003-08-08 13:17 skidder
M src/jrd/dyn_def.epp
Slightly fix formatting as Claudio suggested
2003-08-08 10:26 brodsom
M builds/win32/make_all.bat
M builds/win32/prepare.bat
Rollback Paul changes, it breaks the builds in several places.
2003-08-08 09:13 paulbeach
M builds/win32/setenvvar.bat
Fix moronic spelling mistake
2003-08-08 07:52 paulbeach
M builds/win32/make_all.bat
M builds/win32/prepare.bat
M builds/win32/setenvvar.bat
Fix Blas' fix for Firebird location in prepare, so it can handle spaces in the path name. Echo %FIREBIRD% in setenvvar.bat. Copy firebird.conf to output so the server will actually run.
2003-08-08 06:29 kkuznetsov
M builds/posix/prefix.solx86
*** empty log message ***
2003-08-08 00:38 brodsom
M src/common/classes/tree.h
Patch msvc6 after Nickolay changes
2003-08-08 00:29 brodsom
M builds/win32/msvc6/fb_inet_server.dsp
M builds/win32/msvc6/fbserver.dsp
Patch msvc6 after Nickolay changes
2003-08-07 23:20 brodsom
M src/common/classes/tree.h
Error patch, void function should not return a value.
2003-08-07 21:48 skidder
M src/common/classes/rwlock.h
M src/jrd/cch.cpp
M src/jrd/dfw.epp
M src/jrd/nbak.cpp
M src/jrd/nbak.h
New backup technology seems to work on Windows SuperServer now.
At least I can run 400MB AS3AP benchmark on it and lock/unlock/backup
database during this process.
2003-08-07 19:13 skidder
M src/jrd/jrd.cpp
Fix stack corruption when aliases are used
2003-08-07 17:10 brodsom
M configure.in
Patch MinGW after Nickolay changes
2003-08-07 16:58 brodsom
M builds/win32/make_all.bat
M builds/win32/msvc6/Firebird2.dsw
A builds/win32/msvc6/nbackup.dsp
D builds/win32/msvc6/nbbackup.dsp
Change nbbackup to nbackup
2003-08-07 14:31 brodsom
A builds/install/arch-specific/linux/super/miniInstall.sh
D src/install
Move miniinstall from src/install to builds/install
2003-08-07 14:26 brodsom
M src/iscguard/iscguard.cpp
Remove compiler warnings
2003-08-07 14:00 brodsom
M src/utilities/nbackup.cpp
Patch msvc6 after Nickolay changes.
INVALID_SET_FILE_POINTER is not defined in msvc6
2003-08-07 13:59 brodsom
M builds/win32/make_all.bat
M builds/win32/msvc6/Firebird2.dsw
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
A builds/win32/msvc6/nbbackup.dsp
Patch msvc6 after Nickolay changes
2003-08-07 10:37 aafemt
M src/ipserver/ipserver.cpp
M src/jrd/alt.cpp
M src/jrd/ibase.h
M src/remote/server.cpp
Rollback public API changes by Mike Nordell
2003-08-06 21:13 skidder
M src/jrd/sch.cpp
Fix crash on IO error during database startup. I'm not sure this is very proper fix, but if it is we need to backport it to 1.5
2003-08-06 20:22 skidder
M src/jrd/nbak.cpp
Make Linux part build again
2003-08-06 20:21 skidder
M src/dsql/dsql.tab.h
M src/dsql/keywords.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
Make Windows happier. DIFFERENCE defined as a macro there
2003-08-06 20:03 skidder
A builds/win32/msvc7/nbackup.vcproj
Add makefile for NBACKUP
2003-08-06 20:01 skidder
M builds/win32/msvc7/Firebird2.sln
M src/jrd/nbak.cpp
M src/utilities/nbackup.cpp
Make NBACKUP tool work on Windows. Seems to work.
2003-08-06 18:06 skidder
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
M src/common/classes/tree.h
M src/jrd/cch.cpp
M src/jrd/nbak.cpp
M src/jrd/os/guid.h
M src/jrd/os/win32/guid.cpp
Win32 engine builds and seems to work
2003-08-06 17:22 skidder
M src/jrd/dyn_def.epp
M src/jrd/pag.cpp
Fix warnings
2003-08-06 17:21 skidder
M src/common/classes/rwlock.h
Correction
2003-08-06 16:55 skidder
M src/common/classes/tree.h
Make the inferior MSVC7 compiler happy
2003-08-06 16:30 skidder
M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
M builds/install/arch-specific/linux/super/install.sh.in
M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
M builds/install/arch-specific/linux/super/rpmfiles.txt.in
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.embed.util
M builds/posix/make.defaults
M builds/posix/make.shared.variables
M builds/posix/prefix.darwin
M builds/posix/prefix.example
M builds/posix/prefix.freebsd
M builds/posix/prefix.linux
M builds/posix/prefix.mingw
M builds/posix/prefix.sinixz
M builds/posix/prefix.solaris
M builds/posix/prefix.solx86
M builds/posix/prefix.solx86gcc
M src/common/classes/class_perf.cpp
M src/common/classes/locks.h
A src/common/classes/rwlock.h
M src/common/classes/test.sh
M src/common/classes/tree.h
M src/dsql/ddl.cpp
M src/dsql/dsql.tab.h
M src/dsql/keywords.cpp
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/include/gen/ids.h
M src/jrd/cch.cpp
M src/jrd/common.h
M src/jrd/db_alias.cpp
A src/jrd/db_alias.h
M src/jrd/dfw.epp
M src/jrd/drq.h
M src/jrd/dyn_def.epp
M src/jrd/dyn_df_proto.h
M src/jrd/dyn_mod.epp
M src/jrd/fields.h
M src/jrd/flags.h
M src/jrd/gdsold.h
M src/jrd/ibase.h
M src/jrd/idx.h
M src/jrd/ini.epp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/lck.cpp
M src/jrd/lck.h
M src/jrd/log.cpp
M src/jrd/names.h
A src/jrd/nbak.cpp
A src/jrd/nbak.h
M src/jrd/ods.h
A src/jrd/os/guid.h
A src/jrd/os/posix/guid.cpp
A src/jrd/os/win32/guid.cpp
M src/jrd/pag.cpp
M src/jrd/pag_proto.h
M src/jrd/relations.h
M src/jrd/shut.cpp
M src/jrd/tra.h
M src/jrd/trig.h
M src/jrd/vio.cpp
A src/utilities/nbackup.cpp
Implementation of fast physical incremental backup
2003-08-06 16:21 brodsom
M builds/win32/prepare.bat
Patch. previoulsy when the directory parameter have spaces (as in the example) the script fail.
2003-08-06 15:41 brodsom
M builds/win32/make_boot.bat
M builds/win32/preprocess.bat
Correction (no need to build relations.cpp)
2003-08-06 15:41 brodsom
M clean.sh
Correction
2003-08-04 15:33 skidder
M builds/posix/Makefile.in.codes
A src/misc/ids.m
Clean up some recent shit after Blas to make engine compile
2003-08-04 10:20 skidder
M src/jrd/fun.epp
Fix string trunction bug when calling UDFs using BY DESCRIPTOR
convention with CHAR/VARCHAR octets parameters.
Found and fixed by Fred Polizo.
2003-08-04 08:12 dimitr
M doc/WhatsNew
Added RC5 changes
2003-08-04 07:20 dimitr
M src/jrd/exe.cpp
A bit corrected GDSCODE handling + minor cleanup.
2003-08-03 23:54 brodsom
M src/jrd/cmp.cpp
M src/jrd/dfw.epp
M src/jrd/met.epp
Rollback generated metadata headers
2003-08-03 23:26 brodsom
D src/include/gen/fields.h
M src/include/gen/ids.h
D src/include/gen/names.h
D src/include/gen/relations.h
A src/jrd/fields.h
M src/jrd/idx.h
M src/jrd/ini.epp
M src/jrd/ini.h
A src/jrd/names.h
A src/jrd/relations.h
M src/jrd/types.h
M src/jrd/vio.cpp
Rollback generated metadata headers change
2003-08-03 23:18 brodsom
M builds/posix/Makefile.in.examples
M builds/posix/Makefile.in.firebird
M configure.in
Solve the examples failure in Linux build
2003-08-03 19:20 skidder
M builds/win32/parse.bat
Continue fixing MSVC build
2003-08-03 15:56 skidder
M doc/fb2-todo.txt
A couple TODO items I forgot
2003-08-03 15:02 dimitr
M src/misc/writeBuildNum.sh
Switch development to v2.0.
2003-08-01 20:08 skidder
M src/extlib/ib_udf.c
Fix bugs in ib_udf functions rtrim, ltrim and log. Found and fixed by Paul Vinkenoog
2003-07-31 15:34 dimitr
M src/burp/burp.h
Fixed gbak version string.
2003-07-31 11:54 skidder
M doc/sql.extensions/README.explicit_locks
Fix typo
2003-07-30 15:14 skidder
M src/lock/lock.cpp
Apply changes to HEAD too
2003-07-29 13:31 skidder
M doc/sql.extensions/README.execute_statement
Fix typo
2003-07-29 11:33 skidder
A doc/sql.extensions/README.savepoints
Added docs for savepoints
2003-07-29 00:55 arnobrinkman
A doc/sql.extensions/README.aggregate_tracking
Please give some comments
2003-07-29 00:29 arnobrinkman
M src/dsql/pass1.cpp
2nd RC4 bugfix, but much better tracking of supported nested aggregates.
2003-07-28 19:22 arnobrinkman
M src/dsql/pass1.cpp
bugfix RC4: a higher context was supported with nested aggregates, but this isn't possible.
Only a lower context is possible with nested aggregates.
2003-07-28 09:29 skidder
M doc/sql.extensions/README.explicit_locks
Fix a couple typos
2003-07-28 09:21 skidder
M doc/sql.extensions/README.explicit_locks
M doc/sql.extensions/README.order_by_expressions_nulls
Correct docs a little
2003-07-27 18:00 skidder
A doc/sql.extensions/README.order_by_expressions_nulls
Some more docs
2003-07-27 15:44 skidder
A doc/sql.extensions/README.explicit_locks
Add docs for explicit locking
2003-07-24 10:21 aafemt
M src/burp/backup.epp
M src/burp/canon_proto.h
M src/burp/canonical.cpp
M src/burp/restore.epp
M src/dsql/array.epp
M src/dsql/array_proto.h
M src/gpre/prett_proto.h
M src/gpre/pretty.cpp
M src/jrd/blb.cpp
M src/jrd/blb_proto.h
M src/jrd/gdsold.h
M src/jrd/jrd.cpp
M src/jrd/jrd_proto.h
M src/jrd/sdl.cpp
M src/jrd/sdl.h
M src/jrd/sdl_proto.h
M src/remote/inter_proto.h
M src/remote/interface.cpp
M src/remote/protocol.cpp
M src/remote/protocol.h
M src/remote/server.cpp
sdl is a plain char again. Some cleanup around it
2003-07-23 22:42 arnobrinkman
M src/jrd/par.cpp
bugfix: sub-select in aggregate select inside a view failed. Due wrong context/stream parsing.
2003-07-18 21:34 skidder
M src/lock/lock.cpp
Work around Windows bug with missing events.
This should finally solve the problem with lockups of Windows CS builds.
2003-07-18 09:58 alexpeshkoff
A src/install
A src/install/arch-specific
A src/install/arch-specific/linux
A src/install/arch-specific/linux/super
A src/install/arch-specific/linux/super/miniInstall.sh
Trivial SS installation script
2003-07-17 15:40 skidder
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbguard.vcproj
M builds/win32/msvc7/gsec.vcproj
M builds/win32/msvc7/instreg.vcproj
M builds/win32/msvc7/instsvc.vcproj
M builds/win32/msvc7/utilities.vcproj
M builds/win32/msvc7/utilities_classic.vcproj
Fix MSVC7 makefiles
2003-07-17 13:59 brodsom
M builds/win32/msvc7/codes.vcproj
Correct codes.cpp directory
2003-07-17 11:49 eku
M src/burp/backup.epp
Fixed compilation on SINIX-Z (Thanks to Dmitry Yemanov).
2003-07-17 11:41 brodsom
M builds/win32/msvc7/alice.vcproj
M builds/win32/msvc7/alice_classic.vcproj
M builds/win32/msvc7/burp.vcproj
M builds/win32/msvc7/burp_classic.vcproj
M builds/win32/msvc7/common.vcproj
M builds/win32/msvc7/common_classic.vcproj
M builds/win32/msvc7/dsql_server.vcproj
M builds/win32/msvc7/dsql_server_classic.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/fb_lock_print.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbguard.vcproj
M builds/win32/msvc7/fbserver.vcproj
M builds/win32/msvc7/fbudf.vcproj
M builds/win32/msvc7/gbak.vcproj
M builds/win32/msvc7/gdef.vcproj
M builds/win32/msvc7/gds32.vcproj
M builds/win32/msvc7/gfix.vcproj
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
M builds/win32/msvc7/gsec.vcproj
M builds/win32/msvc7/gsplit.vcproj
M builds/win32/msvc7/gstat.vcproj
M builds/win32/msvc7/ib_udf.vcproj
M builds/win32/msvc7/ib_util.vcproj
M builds/win32/msvc7/instreg.vcproj
M builds/win32/msvc7/instsvc.vcproj
M builds/win32/msvc7/intl.vcproj
M builds/win32/msvc7/intlcpp.vcproj
M builds/win32/msvc7/ipserver.vcproj
M builds/win32/msvc7/isql.vcproj
M builds/win32/msvc7/lock.vcproj
M builds/win32/msvc7/lock_classic.vcproj
M builds/win32/msvc7/qli.vcproj
M builds/win32/msvc7/remote.vcproj
M builds/win32/msvc7/remote_classic.vcproj
M builds/win32/msvc7/utilities.vcproj
M builds/win32/msvc7/utilities_classic.vcproj
M builds/win32/msvc7/wal.vcproj
M builds/win32/msvc7/wal_classic.vcproj
Update output directories
2003-07-17 08:47 dimitr
M src/misc/writeBuildNum.sh
Adjust version info.
2003-07-17 02:15 brodsom
A builds/posix/Makefile.in.examples
M builds/posix/Makefile.in.firebird
M configure.in
Restore examples build (and add intlbld)
2003-07-16 19:40 brodsom
M doc/README.build.msvc.html
Update
2003-07-16 19:14 brodsom
M builds/win32/make_all.bat
Remove examples stuff from make_all
2003-07-16 19:06 brodsom
M builds/win32/make_examples.bat
Remove commented sed commands
2003-07-16 18:54 brodsom
M examples/build_win32/clean_all.bat
D examples/build_win32/clean_empbuild.bat
M examples/build_win32/make_all.bat
D examples/build_win32/make_empbuild.bat
Remove make_empbuild from user examples, the datbases are included in the examples.
2003-07-16 18:49 brodsom
M examples/empbuild/intlbld.e
M examples/empbuild/intldml.sql
Use isql option to set character set from command line, to connect with a command line specified database with non default charset.
2003-07-16 18:48 brodsom
M src/isql/isql.epp
M src/isql/isql.h
Add an option to isql to set character set from command line, needed to connect with a command line specified database with non default charset.
2003-07-16 18:46 brodsom
M builds/win32/make_all.bat
M builds/win32/make_boot.bat
A builds/win32/make_examples.bat
M builds/win32/msvc6/Firebird2.dsw
A builds/win32/msvc6/empbuild.dsp
A builds/win32/msvc6/intlbld.dsp
Adding the make_examples to build employee.fdb and intlemp.fdb
2003-07-15 19:40 skidder
M doc/fb2-todo.txt
*** empty log message ***
2003-07-15 13:35 dimitr
M src/jrd/opt.cpp
Let's fix the cause instead of the effect. No more buffer overflows.
2003-07-15 10:52 brodsom
M configure.in
Split utilities dir
2003-07-15 10:49 aafemt
M Makefile.in
A bit better way to pass target over to sub-makefile
2003-07-15 10:32 dimitr
M doc/sql.extensions/README.context_variables
M doc/sql.extensions/README.data_types
no message
2003-07-15 10:11 skidder
M doc/fb2-todo.txt
fix todo for FB2
2003-07-15 09:09 dimitr
A doc/sql.extensions/README.context_variables
A doc/sql.extensions/README.data_types
A doc/sql.extensions/README.exception_handling
A doc/sql.extensions/README.universal_triggers
Added some documentation for RelNotes. More will follow shortly.
2003-07-15 02:43 brodsom
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.embed.util
M builds/posix/Makefile.in.libfbclient
M builds/posix/make.shared.variables
M builds/win32/make_boot.bat
M builds/win32/msvc6/fb_inet_server.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc6/gsec.dsp
M builds/win32/msvc6/gstat.dsp
M builds/win32/msvc6/instreg.dsp
M builds/win32/msvc6/instsvc.dsp
M builds/win32/msvc6/utilities.dsp
M builds/win32/msvc6/utilities_classic.dsp
M builds/win32/msvc7/fb_inet_server.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbserver.vcproj
M builds/win32/msvc7/gstat.vcproj
M builds/win32/msvc7/utilities.vcproj
M builds/win32/msvc7/utilities_classic.vcproj
M builds/win32/preprocess.bat
M src/alice/alice.cpp
M src/burp/burp.cpp
M src/iscguard/cntl_guard.cpp
M src/iscguard/iscguard.cpp
M src/jrd/alt.cpp
M src/jrd/os/win32/config_root.cpp
M src/jrd/svc.cpp
M src/remote/inet.cpp
M src/remote/os/win32/cntl.cpp
M src/remote/os/win32/srvr_w32.cpp
M src/remote/os/win32/wnet.cpp
M src/remote/xnet.cpp
D src/utilities/cmd_util.cpp
D src/utilities/cmd_util_proto.h
A src/utilities/common
A src/utilities/common/cmd_util.cpp
A src/utilities/common/cmd_util_proto.h
D src/utilities/dba.epp
D src/utilities/dba_full.epp
D src/utilities/dbaswi.h
A src/utilities/gsec
A src/utilities/gsec/gsec.cpp
A src/utilities/gsec/gsec.h
A src/utilities/gsec/gsecswi.h
A src/utilities/gsec/secur_proto.h
A src/utilities/gsec/security.epp
D src/utilities/gsec.cpp
D src/utilities/gsec.h
D src/utilities/gsecswi.h
A src/utilities/gstat
A src/utilities/gstat/dba.epp
A src/utilities/gstat/dba_full.epp
A src/utilities/gstat/dbaswi.h
A src/utilities/gstat/ppg.cpp
A src/utilities/gstat/ppg_proto.h
A src/utilities/guard
A src/utilities/guard/guard.cpp
A src/utilities/guard/util.cpp
A src/utilities/guard/util_proto.h
D src/utilities/guard.cpp
A src/utilities/ibmgr
A src/utilities/ibmgr/ibmgr.cpp
A src/utilities/ibmgr/ibmgr.h
A src/utilities/ibmgr/ibmgrswi.h
A src/utilities/ibmgr/srvrmgr.cpp
A src/utilities/ibmgr/srvrmgr_proto.h
D src/utilities/ibmgr.cpp
D src/utilities/ibmgr.h
D src/utilities/ibmgrswi.h
A src/utilities/install
A src/utilities/install/install_nt.h
A src/utilities/install/install_reg.cpp
A src/utilities/install/install_svc.cpp
A src/utilities/install/regis_proto.h
A src/utilities/install/registry.cpp
A src/utilities/install/registry.h
A src/utilities/install/servi_proto.h
A src/utilities/install/services.cpp
D src/utilities/install_nt.h
D src/utilities/install_reg.cpp
D src/utilities/install_svc.cpp
D src/utilities/ppg.cpp
D src/utilities/ppg_proto.h
D src/utilities/rebui_proto.h
A src/utilities/rebuild
A src/utilities/rebuild/rebui_proto.h
A src/utilities/rebuild/rebuild.cpp
A src/utilities/rebuild/rebuild.gdl
A src/utilities/rebuild/rebuild.h
A src/utilities/rebuild/rmet.epp
A src/utilities/rebuild/rmet_proto.h
A src/utilities/rebuild/rstor_proto.h
A src/utilities/rebuild/rstore.epp
D src/utilities/rebuild.cpp
D src/utilities/rebuild.gdl
D src/utilities/rebuild.h
D src/utilities/regis_proto.h
D src/utilities/registry.cpp
D src/utilities/registry.h
D src/utilities/rmet.epp
D src/utilities/rmet_proto.h
D src/utilities/rstor_proto.h
D src/utilities/rstore.epp
M src/utilities/sbc_print.cpp
D src/utilities/secur_proto.h
D src/utilities/security.epp
D src/utilities/servi_proto.h
D src/utilities/services.cpp
D src/utilities/srvrmgr.cpp
D src/utilities/srvrmgr_proto.h
D src/utilities/util.cpp
D src/utilities/util_proto.h
Split utilities dir
2003-07-14 23:29 brodsom
M builds/posix/Makefile.in.client.util
M builds/posix/make.shared.targets
M builds/posix/make.shared.variables
M builds/posix/prefix.mingw
M builds/win32/msvc6/fb_inet_server.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbclient_static.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbguard.dsp
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc6/remote.dsp
M builds/win32/msvc6/remote_classic.dsp
M builds/win32/msvc7/fb_inet_server.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbclient_static.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbserver.vcproj
M builds/win32/msvc7/remote.vcproj
M builds/win32/msvc7/remote_classic.vcproj
M configure.in
M src/ipserver/ipclient.cpp
M src/iscguard/iscguard.cpp
D src/remote/caution.ico
D src/remote/chop.cpp
D src/remote/chop_proto.h
D src/remote/chuser.cpp
D src/remote/cntl.cpp
D src/remote/cntl_proto.h
D src/remote/dllshell.cpp
D src/remote/ibconfig.cpp
D src/remote/ibconfig.h
D src/remote/ibconfig.rc
D src/remote/ibsvrhlp.h
M src/remote/interface.cpp
A src/remote/os
A src/remote/os/vms
A src/remote/os/vms/chuser.cpp
A src/remote/os/win32
A src/remote/os/win32/caution.ico
A src/remote/os/win32/chop.cpp
A src/remote/os/win32/chop_proto.h
A src/remote/os/win32/cntl.cpp
A src/remote/os/win32/cntl_proto.h
A src/remote/os/win32/dllshell.cpp
A src/remote/os/win32/ibconfig.cpp
A src/remote/os/win32/ibconfig.h
A src/remote/os/win32/ibconfig.rc
A src/remote/os/win32/ibsvrhlp.h
A src/remote/os/win32/property.cpp
A src/remote/os/win32/property.rc
A src/remote/os/win32/property.rh
A src/remote/os/win32/propty_proto.h
A src/remote/os/win32/server.ico
A src/remote/os/win32/srvr_w32.cpp
A src/remote/os/win32/window.cpp
A src/remote/os/win32/window.h
A src/remote/os/win32/window.rc
A src/remote/os/win32/window.rh
A src/remote/os/win32/window_proto.h
A src/remote/os/win32/winmain.cpp
A src/remote/os/win32/wnet.cpp
A src/remote/os/win32/wnet_proto.h
D src/remote/property.cpp
D src/remote/property.rc
D src/remote/property.rh
D src/remote/propty_proto.h
M src/remote/server.cpp
D src/remote/server.ico
D src/remote/srvr_w32.cpp
D src/remote/window.cpp
D src/remote/window.h
D src/remote/window.rc
D src/remote/window.rh
D src/remote/window_proto.h
D src/remote/winmain.cpp
D src/remote/wnet.cpp
D src/remote/wnet_proto.h
M src/remote/xnet.cpp
Move win32 specific sources in remote to remote/os/win32
2003-07-14 23:16 brodsom
M src/journal/rebuild.e
M src/journal/server.e
Correction
2003-07-14 23:14 brodsom
M src/jrd/divorce.cpp
M src/jrd/ib_stdio.h
Remove unneeded ifdefs
2003-07-14 23:13 brodsom
M src/include/old_fb_blk.h
Remove unneeded ifdef
2003-07-14 16:55 brodsom
M src/dudley/lex.cpp
M src/gpre/gpre.cpp
M src/jrd/dfw.epp
M src/misc/codes.epp
M src/misc/relations.epp
M src/qli/meta.epp
Patch for MinGW 3.0
2003-07-14 13:21 alexpeshkoff
M src/jrd/exe.cpp
fixed bug with tdbb_transaction, overwritten in EXE_unwind
2003-07-14 11:23 brodsom
M builds/posix/prefix.darwin
M builds/posix/prefix.example
M builds/posix/prefix.freebsd
M builds/posix/prefix.linux
M builds/posix/prefix.mingw
M builds/posix/prefix.sinixz
M builds/posix/prefix.solaris
M builds/posix/prefix.solx86
M builds/posix/prefix.solx86gcc
Move physical io to os specific
2003-07-14 10:35 brodsom
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
M src/jrd/ail.cpp
M src/jrd/cch.cpp
M src/jrd/cch.h
M src/jrd/dfw.epp
M src/jrd/err.cpp
M src/jrd/everything.h
M src/jrd/inf.cpp
M src/jrd/jrd.cpp
M src/jrd/met.epp
M src/jrd/old.cpp
A src/jrd/os/pio.h
A src/jrd/os/pio_proto.h
A src/jrd/os/posix/unix.cpp
A src/jrd/os/win32/winnt.cpp
M src/jrd/pag.cpp
D src/jrd/pio.h
D src/jrd/pio_proto.h
M src/jrd/qatest.cpp
M src/jrd/sdw.cpp
D src/jrd/unix.cpp
M src/jrd/vio.cpp
D src/jrd/winnt.cpp
Move physical io to os specific
2003-07-14 09:45 brodsom
M builds/posix/Makefile.in.codes
M builds/posix/Makefile.in.extlib
M builds/posix/make.shared.variables
M builds/win32/blrtable.bat
M builds/win32/make_boot.bat
M builds/win32/msvc6/codes.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbclient_static.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/gds32.dsp
M builds/win32/msvc6/relations.dsp
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbclient_static.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/gds32.vcproj
M builds/win32/preprocess.bat
M clean.sh
M configure.in
Update
2003-07-14 09:39 brodsom
A src/jrd/os/vms
A src/jrd/os/vms/dfloat_stub.cpp
A src/jrd/os/vms/extvms.cpp
A src/jrd/os/vms/jio.cpp
A src/jrd/os/vms/lnmdef.h
A src/jrd/os/vms/map.cpp
A src/jrd/os/vms/map_proto.h
A src/jrd/os/vms/mblr.cpp
A src/jrd/os/vms/mblr.h
A src/jrd/os/vms/mblr_proto.h
A src/jrd/os/vms/prv_m_bypass.h
A src/jrd/os/vms/rdb.cpp
A src/jrd/os/vms/rdb.h
A src/jrd/os/vms/rdbcodes.h
A src/jrd/os/vms/rdbgpas.cpp
A src/jrd/os/vms/rdbint.cpp
A src/jrd/os/vms/syidef.h
A src/jrd/os/vms/vms.cpp
A src/jrd/os/vms/vms.h
A src/jrd/os/vms/vms_command.cpp
A src/jrd/os/vms/vmsevent.cpp
A src/jrd/os/vms/vmslo_proto.h
A src/jrd/os/vms/vmslock.cpp
A src/jrd/os/vms/vmsthread.cpp
Move vms related stuff to os/vms
2003-07-14 09:30 brodsom
D src/jrd/dfloat_stub.cpp
D src/jrd/extvms.cpp
D src/jrd/jio.cpp
D src/jrd/lnmdef.h
D src/jrd/map.cpp
D src/jrd/map_proto.h
D src/jrd/mblr.cpp
D src/jrd/mblr.h
D src/jrd/mblr_proto.h
D src/jrd/prv_m_bypass.h
D src/jrd/rdb.cpp
D src/jrd/rdb.h
D src/jrd/rdbcodes.h
D src/jrd/rdbgpas.cpp
D src/jrd/rdbint.cpp
D src/jrd/syidef.h
D src/jrd/vms.cpp
D src/jrd/vms.h
D src/jrd/vms_command.cpp
D src/jrd/vmsevent.cpp
D src/jrd/vmslo_proto.h
D src/jrd/vmslock.cpp
D src/jrd/vmsthread.cpp
Move vms related stuff to os/vms
2003-07-14 09:29 brodsom
D src/jrd/align.cpp
D src/jrd/blrtable.cpp
D src/jrd/codes.epp
D src/jrd/envelope.epp
D src/jrd/memtest.cpp
D src/jrd/print.cpp
D src/jrd/relations.epp
A src/misc/align.cpp
A src/misc/blrtable.cpp
A src/misc/codes.epp
A src/misc/envelope.epp
A src/misc/memtest.cpp
A src/misc/print.cpp
A src/misc/relations.epp
Move utils to misc.
2003-07-14 09:23 brodsom
D src/jrd/ibinitdll.cpp
A src/jrd/os/win32/ibinitdll.cpp
Move ibinitdll to os/win32
2003-07-14 09:21 brodsom
M examples/build_win32/clean_all.bat
M examples/build_win32/clean_api.bat
M examples/build_win32/clean_dyn.bat
M examples/build_win32/clean_empbuild.bat
M examples/build_win32/clean_stat.bat
M examples/build_win32/clean_udf.bat
M examples/build_win32/make_all.bat
M examples/build_win32/make_api.bat
M examples/build_win32/make_dyn.bat
M examples/build_win32/make_empbuild.bat
M examples/build_win32/make_stat.bat
M examples/build_win32/make_udf.bat
Corrections
2003-07-13 10:33 brodsom
A src/dbs
A src/dbs/dflt.gdl
A src/dbs/grant.gdl
A src/dbs/isc.gdl
A src/dbs/metadata.sql
A src/dbs/ods10.gdl
A src/dbs/ods101.gdl
A src/dbs/ods72.gdl
A src/dbs/ods80.gdl
A src/dbs/ods80dif.gdl
A src/dbs/ods81.gdl
A src/dbs/ods91.gdl
A src/dbs/procs2.gdl
A src/dbs/scrty_unix.gdl
A src/dbs/scrty_vms.gdl
A src/dbs/security.gdl
A src/dbs/security.sql
A src/dbs/stored_proc.gdl
A src/dbs/v2_triggers.gdl
D src/jrd/dflt.gdl
D src/jrd/grant.gdl
D src/jrd/ods10.gdl
D src/jrd/ods101.gdl
D src/jrd/ods72.gdl
D src/jrd/ods80.gdl
D src/jrd/ods80dif.gdl
D src/jrd/ods81.gdl
D src/jrd/ods91.gdl
D src/jrd/procs2.gdl
D src/jrd/stored_proc.gdl
D src/jrd/v2_triggers.gdl
D src/misc/isc.gdl
D src/misc/metadata.sql
D src/misc/scrty_unix.gdl
D src/misc/scrty_vms.gdl
D src/misc/security.gdl
D src/misc/security.sql
Move db definitions to dbs
2003-07-13 09:53 brodsom
M src/jrd/relations.epp
Correction
2003-07-13 08:28 dimitr
M src/jrd/dyn.epp
Fixed porting bug. Thanks to Oleg LOA.
2003-07-12 23:16 brodsom
M src/include/gen/ids.h
Correction
2003-07-12 20:41 brodsom
D src/jrd/iscmsgs.msg
Remove unused file
2003-07-12 20:38 brodsom
M builds/posix/Makefile.in.codes
D src/jrd/ids.m
Adding generator for fields.h, relations.h, ids.h and names.h
2003-07-12 20:13 brodsom
M builds/win32/make_boot.bat
M builds/win32/msvc6/Firebird2Boot.dsw
A builds/win32/msvc6/relations.dsp
M builds/win32/preprocess.bat
M src/include/gen/fields.h
M src/include/gen/ids.h
M src/include/gen/names.h
M src/include/gen/relations.h
M src/jrd/idx.h
M src/jrd/ini.epp
M src/jrd/ini.h
A src/jrd/relations.epp
M src/jrd/types.h
M src/jrd/vio.cpp
Adding generator for fields.h, relations.h, ids.h and names.h
2003-07-12 20:02 brodsom
M builds/posix/Makefile.in.codes
Correction
2003-07-12 13:24 brodsom
M src/jrd/cmp.cpp
M src/jrd/dfw.epp
M src/jrd/ids.m
M src/jrd/ini.h
M src/jrd/met.epp
M src/jrd/vio.cpp
Move fields.h, relations.h and names.h to include/gen, generator will follow
2003-07-12 13:02 brodsom
A src/include/gen/fields.h
A src/include/gen/names.h
A src/include/gen/relations.h
D src/jrd/fields.h
D src/jrd/names.h
D src/jrd/relations.h
Move fields.h, relations.h and names.h to include/gen, generator will follow
2003-07-12 10:24 brodsom
M src/include/gen/codetext.h
M src/include/gen/msgs.h
M src/include/gen/rdb_codes.h
M src/jrd/blp.h
M src/jrd/codes.epp
M src/jrd/gds.cpp
M src/jrd/map.cpp
M src/jrd/par.cpp
-Include var definitions in rdb_codes, codetext, msgs and blh.p headers.
-Uncommited change to codes.epp to allow to used two directories (moving ftn and pas)
2003-07-12 09:55 brodsom
M configure.in
Clean
2003-07-12 09:54 brodsom
D builds/posix/Makefile.in.gpre
Remove, replaced with boot.gpre, client.gpre and embed.gpre
2003-07-12 09:42 brodsom
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
Remove not used rdb*.h
2003-07-11 22:39 skidder
M src/jrd/rse.cpp
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
Fix problem in explicit locking logic implicitly noted by Ann Harrison
2003-07-11 22:36 skidder
M src/dsql/node.h
M src/dsql/parse.y
M src/dsql/pass1.cpp
Separate DSQL cursors management and explicit locks as suggested by Ivan Prenosil
2003-07-11 16:49 brodsom
M builds/win32/make_all.bat
-Build fbudf
-Copy ib_udf and fb_udf sql to output/udf
-Copy ib_udf/* and fb_udf/* to examples/udf
2003-07-11 16:47 brodsom
M builds/win32/msvc6/Firebird2.dsw
D builds/win32/msvc6/v5_examples.dsp
Remove v5_examples dsp
2003-07-11 16:47 brodsom
M builds/win32/make_boot.bat
Remove gen/v5_examples directory
2003-07-11 13:34 brodsom
M examples/build_win32/make_stat.bat
Correction
2003-07-11 13:31 brodsom
D builds/posix/Makefile.in.example5
M builds/posix/Makefile.in.firebird
D builds/posix/Makefile.in.v5_examples
M configure.in
A examples/build_unix/Makefile.in.example5
A examples/build_unix/Makefile.in.v5_examples
Move examples builds to examples directory
2003-07-11 10:59 brodsom
M doc/README.build.msvc.html
Update examples info
2003-07-11 10:55 brodsom
M builds/win32/make_all.bat
A examples/api/winevent.c
A examples/api/winevent.def
A examples/api/winevent.rc
M examples/build_win32/clean_all.bat
D examples/build_win32/clean_winevent.bat
M examples/build_win32/make_all.bat
M examples/build_win32/make_api.bat
D examples/build_win32/make_winevent.bat
D examples/winevent
Let winevent with api examples
2003-07-11 10:07 brodsom
A examples/build_win32/clean_all.bat
A examples/build_win32/clean_udf.bat
A examples/build_win32/clean_winevent.bat
A examples/build_win32/make_all.bat
M examples/build_win32/make_dyn.bat
A examples/build_win32/make_udf.bat
A examples/build_win32/make_winevent.bat
Update.
2003-07-11 10:01 brodsom
M doc/README.build.msvc.html
Update
2003-07-11 03:25 brodsom
M builds/win32/make_all.bat
M clean.sh
M examples/build_win32/clean_empbuild.bat
Correction
2003-07-11 03:10 brodsom
D examples/empbuild/empbuild.c
Remove generated source
2003-07-11 03:09 brodsom
M examples/empbuild/intlddl.sql
Change DATE to TIMESTAMP
2003-07-11 03:08 brodsom
M examples/api/apifull.c
M examples/dyn/dynfull.e
Win32 code patches
2003-07-11 03:05 brodsom
A examples/build_win32/clean_api.bat
A examples/build_win32/clean_dyn.bat
A examples/build_win32/clean_empbuild.bat
A examples/build_win32/clean_stat.bat
A examples/build_win32/make_api.bat
A examples/build_win32/make_dyn.bat
A examples/build_win32/make_empbuild.bat
A examples/build_win32/make_stat.bat
A examples/build_win32/setenvvar.bat
Win32 examples build scripts
2003-07-11 02:28 brodsom
M builds/posix/Makefile.in.codes
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.refDatabases
M builds/posix/make.defaults
M builds/posix/make.shared.targets
M configure.in
Updates
2003-07-11 00:03 brodsom
M builds/install/arch-specific/win32/FirebirdInstall_15.iss
M builds/win32/make_all.bat
M builds/win32/make_boot.bat
D builds/win32/make_examples.bat
M builds/win32/prepare.bat
Updated scripts
2003-07-10 23:29 brodsom
A lang_helpers
A lang_helpers/README.txt
A lang_helpers/gds.bas
A lang_helpers/gds.pas
A lang_helpers/gds.pli
A lang_helpers/gds.vpas
A lang_helpers/gds_aix.f
A lang_helpers/gds_codes.ftn
A lang_helpers/gds_codes.pas
A lang_helpers/gds_hp.f
A lang_helpers/gds_sun.f
A lang_helpers/gds_vms.f
A lang_helpers/ib_util.pas
A lang_helpers/perf.pas
D src/extlib/ib_util.pas
D src/include/gen/gds_codes.ftn
D src/include/gen/gds_codes.pas
D src/jrd/gds.bas
D src/jrd/gds.pas
D src/jrd/gds.pli
D src/jrd/gds.vpas
D src/jrd/gds_aix.f
D src/jrd/gds_hp.f
D src/jrd/gds_sun.f
D src/jrd/gds_vms.f
D src/jrd/perf.pas
Moving fortran, pascal etc helpers to lang_helpers
2003-07-10 23:09 brodsom
A builds/misc
A builds/misc/help.gbak
A builds/misc/metadata.gbak
A builds/misc/msg.gbak
A builds/misc/security.gbak
D src/misc/help.gbak
D src/misc/metadata.gbak
D src/misc/security.gbak
D src/msgs/msg.gbak
Moving .gbak to firebird2/builds/misc
2003-07-10 23:04 brodsom
A examples
A examples/api
A examples/api/api1.c
A examples/api/api10.c
A examples/api/api11.c
A examples/api/api12.c
A examples/api/api13.c
A examples/api/api14.e
A examples/api/api15.c
A examples/api/api16.c
A examples/api/api16t.c
A examples/api/api2.c
A examples/api/api3.c
A examples/api/api4.c
A examples/api/api5.c
A examples/api/api6.c
A examples/api/api7.c
A examples/api/api8.c
A examples/api/api9.c
A examples/api/api9f.c
A examples/api/api9f.def
A examples/api/api9f.sql
A examples/api/apifull.c
A examples/api/example.def
A examples/build_unix
A examples/build_unix/old
A examples/build_unix/old/makefile.old
A examples/build_unix/old/prefix.hp10
A examples/build_unix/old/prefix.linux
A examples/build_unix/old/prefix.sco_ev
A examples/build_unix/old/prefix.solaris
A examples/build_unix/old/sfx.unix_makefile
A examples/build_win32
A examples/build_win32/old
A examples/build_win32/old/example.mak
A examples/build_win32/old/prefix.win32_bc
A examples/build_win32/old/prefix.win32_msc
A examples/build_win32/old/sfx.win32_makefile
A examples/dyn
A examples/dyn/dyn1.e
A examples/dyn/dyn2.e
A examples/dyn/dyn3.e
A examples/dyn/dyn4.e
A examples/dyn/dyn5.e
A examples/dyn/dynfull.e
A examples/empbuild
A examples/empbuild/empbld.sql
A examples/empbuild/empbuild.c
A examples/empbuild/empbuild.e
A examples/empbuild/empddl.sql
A examples/empbuild/empdml.sql
A examples/empbuild/employe2.sql
A examples/empbuild/indexoff.sql
A examples/empbuild/indexon.sql
A examples/empbuild/intlbld.e
A examples/empbuild/intlbld.sql
A examples/empbuild/intlddl.sql
A examples/empbuild/intldml.sql
A examples/empbuild/job.inp
A examples/empbuild/lang.inp
A examples/empbuild/proj.inp
A examples/empbuild/qtr.inp
A examples/functions.c
A examples/include
A examples/include/align.h
A examples/include/example.h
A examples/readme
A examples/stat
A examples/stat/stat1.e
A examples/stat/stat10.e
A examples/stat/stat11.e
A examples/stat/stat12.e
A examples/stat/stat12t.e
A examples/stat/stat2.e
A examples/stat/stat3.e
A examples/stat/stat4.e
A examples/stat/stat5.e
A examples/stat/stat6.e
A examples/stat/stat7.e
A examples/stat/stat8.e
A examples/stat/stat9.e
A examples/udf
A examples/udf/udf.sql
A examples/udf/udflib.c
A examples/udf/udflib.def
A examples/winevent
A examples/winevent/winevent.c
A examples/winevent/winevent.def
A examples/winevent/winevent.rc
D src/v5_examples
Moving firebird/src/v5_examples to firebird/examples
2003-07-10 15:36 brodsom
M doc/README.build.msvc.html
Update
2003-07-10 15:29 brodsom
M builds/install/arch-specific/win32/BuildExecutableInstall.bat
M builds/win32/make_all.bat
Remove from BuildExecutableInstall work done in make_all.bat
2003-07-10 15:19 brodsom
M builds/win32/make_all.bat
Adding automatic public headers build (gds.h and ibase.h)
2003-07-10 15:02 brodsom
A src/misc/headers.sed
A src/misc/ibase_header.txt
Adding automatic public headers build (gds.h and ibase.h)
2003-07-10 13:36 fsg
M src/jrd/ids.m
Fix to get it built under linux again
fsg
2003-07-09 13:07 alexpeshkoff
M src/jrd/cmp.cpp
Fixed server AV for any combination of sub-select & between.
Not ideal, but such diagnostic is better than server crash.
2003-07-09 09:21 fsg
M builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
M builds/install/arch-specific/linux/super/makeInstallImage.sh.in
M builds/install/arch-specific/sinixz/prototype.in
M builds/posix/Makefile.in.extlib
M doc/README.build.mingw.html
renamed fb_udf to fbudf for posix-builds to stay compatible with the windows world
fsg
2003-07-09 01:24 brodsom
D builds/install/arch-specific/linux/super/tarInstall.sh.in
A builds/install/arch-specific/linux/super/tarinstall.sh.in
-Rename to use the name in configure.in and classic install.(previously configure fails for superserver)
2003-07-09 01:20 brodsom
M configure.in
-Correction due to 'install' move
2003-07-09 00:46 brodsom
M builds/posix/Makefile.in.firebird
M builds/posix/make.defaults
Corrections
2003-07-08 23:38 brodsom
D src/burp/depends.mak
D src/dsql/depends.mak
D src/dudley/depends.mak
D src/intl/depends.mak
D src/intlcpp/depends.mak
D src/isql/depends.mak
D src/journal/depends.mak
D src/lock/depends.mak
D src/msgs/depends.mak
D src/qli/depends.mak
D src/remote/depends.mak
Remove depends (unused and unmaintained)
2003-07-08 23:13 brodsom
D src/install
Moving install from 'src' to 'builds'
2003-07-08 23:05 brodsom
M builds/win32/clean_all.bat
Moving install from 'src' to 'builds'
2003-07-08 22:59 brodsom
A builds/install
A builds/install/arch-specific
A builds/install/arch-specific/darwin
A builds/install/arch-specific/darwin/FrameworkInfo.plist
A builds/install/arch-specific/darwin/Makefile.in
A builds/install/arch-specific/freebsd
A builds/install/arch-specific/freebsd/Makefile.in
A builds/install/arch-specific/linux
A builds/install/arch-specific/linux/Makefile.in
A builds/install/arch-specific/linux/classic
A builds/install/arch-specific/linux/classic/README
A builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
A builds/install/arch-specific/linux/classic/postinstall.sh.in
A builds/install/arch-specific/linux/classic/postuninstall.sh.in
A builds/install/arch-specific/linux/classic/preinstall.sh.in
A builds/install/arch-specific/linux/classic/preuninstall.sh.in
A builds/install/arch-specific/linux/classic/rpmfiles.txt.in
A builds/install/arch-specific/linux/classic/rpmheader.txt.in
A builds/install/arch-specific/linux/classic/tarMainInstall.sh.in
A builds/install/arch-specific/linux/classic/tarMainUninstall.sh.in
A builds/install/arch-specific/linux/classic/tarinstall.sh.in
A builds/install/arch-specific/linux/classic/taruninstall.sh.in
A builds/install/arch-specific/linux/misc
A builds/install/arch-specific/linux/misc/changeDBAPassword.sh.in
A builds/install/arch-specific/linux/misc/firebird.xinetd.in
A builds/install/arch-specific/linux/super
A builds/install/arch-specific/linux/super/SSchangePasswd.sh
A builds/install/arch-specific/linux/super/install.sh.in
A builds/install/arch-specific/linux/super/makeInstallImage.sh.in
A builds/install/arch-specific/linux/super/postinstall.sh.in
A builds/install/arch-specific/linux/super/postuninstall.sh.in
A builds/install/arch-specific/linux/super/preinstall.sh.in
A builds/install/arch-specific/linux/super/preuninstall.sh.in
A builds/install/arch-specific/linux/super/rpmfiles.txt.in
A builds/install/arch-specific/linux/super/rpmheader.txt.in
A builds/install/arch-specific/linux/super/tarInstall.sh.in
A builds/install/arch-specific/linux/super/tarMainInstall.sh.in
A builds/install/arch-specific/linux/super/tarMainUninstall.sh.in
A builds/install/arch-specific/linux/super/taruninstall.sh.in
A builds/install/arch-specific/mingw
A builds/install/arch-specific/mingw/Makefile.in
A builds/install/arch-specific/sinixz
A builds/install/arch-specific/sinixz/Makefile.in
A builds/install/arch-specific/sinixz/pkginfo.in
A builds/install/arch-specific/sinixz/postinstall.in
A builds/install/arch-specific/sinixz/postremove.in
A builds/install/arch-specific/sinixz/preinstall.in
A builds/install/arch-specific/sinixz/prototype.in
A builds/install/arch-specific/solaris
A builds/install/arch-specific/solaris/Makefile.in
A builds/install/arch-specific/solx86
A builds/install/arch-specific/solx86/Makefile.in
A builds/install/arch-specific/win32
A builds/install/arch-specific/win32/BuildExecutableInstall.bat
A builds/install/arch-specific/win32/FirebirdInstall_15.iss
A builds/install/arch-specific/win32/Readme.txt
A builds/install/arch-specific/win32/firebird_install_logo1.bmp
A builds/install/arch-specific/win32/installation_readme.txt
A builds/install/arch-specific/win32/setenvvar.bat
A builds/install/misc
A builds/install/misc/CSchangeRunUser.sh
A builds/install/misc/CSrestoreRootRunUser.sh
A builds/install/misc/IDPLicense.txt
A builds/install/misc/IPLicense.txt
A builds/install/misc/SSchangeRunUser.sh
A builds/install/misc/SSrestoreRootRunUser.sh
A builds/install/misc/changeDBAPassword.sh
A builds/install/misc/firebird.conf
A builds/install/misc/firebird.init.d.generic
A builds/install/misc/firebird.init.d.mandrake
D src/install/arch-specific/linux/super/SSchangePasswd.sh
D src/install/arch-specific/linux/super/install.sh.in
D src/install/arch-specific/win32
D src/install/misc
Moving install from 'src' to 'builds'
2003-07-08 22:29 brodsom
D doc/cross_ref.html
A doc/emacros-cross_ref.html
Change document name
2003-07-08 19:16 brodsom
M doc/cleaning-todo.txt
Update
2003-07-08 19:16 brodsom
M doc/cleaning-todo.txt
Update
2003-07-08 18:12 brodsom
A doc/cleaning-todo.txt
A doc/cross_ref.html
-Add external macros cross-reference
-Add cleaning-todo
2003-07-08 15:07 brodsom
A src/misc/isc.gdl
A src/misc/scrty_unix.gdl
A src/misc/scrty_vms.gdl
A src/misc/security.gdl
A src/misc/security.sql
D src/utilities/isc.gdl
D src/utilities/scrty_unix.gdl
D src/utilities/scrty_vms.gdl
D src/utilities/security.gdl
D src/utilities/security.sql
Move security.fdb related scripts to misc
2003-07-08 12:26 alexpeshkoff
M src/jrd/opt.cpp
added static function declaration
2003-07-08 12:24 brodsom
M Makefile.in
M builds/posix/Makefile.in.codes
M builds/posix/Makefile.in.embed.qli
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.msgs
M builds/posix/Makefile.in.refDatabases
M clean.sh
M configure.in
Posix build move build process and temporary databases to 'gen'
2003-07-08 12:12 alexpeshkoff
M src/jrd/opt.cpp
fixed AV on some combinations of CAST, BETWEEN and sub-select
2003-07-08 11:49 dimitr
M src/common/config/config_file.cpp
Removed warning for fbembed
2003-07-08 11:32 skidder
M doc/install_win32.txt
Correct docs a little
2003-07-08 11:19 skidder
M doc/WhatsNew
*** empty log message ***
2003-07-08 11:17 dimitr
M src/dsql/parse.cpp
Fixed parse.cpp
2003-07-08 10:56 alexpeshkoff
M builds/win32/preprocess.bat
enable standalone use of preprocess.bat
2003-07-08 10:45 brodsom
M builds/posix/Makefile.in.msgs
M builds/posix/make.defaults
no message
2003-07-08 10:20 brodsom
D src/jrd/stubs.cpp
D src/jrd/winnt_dll.cpp
Remove unused sources
2003-07-08 01:08 brodsom
M clean.sh
Correction
2003-07-08 01:05 brodsom
M builds/posix/Makefile.in.codes
M builds/posix/Makefile.in.example5
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.gpre
M builds/posix/Makefile.in.v5_examples
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.solaris
M clean.sh
M configure.in
-Split posix build output between 'gen' and 'temp'(compiler .o .d)
- Remove some redundant variables
2003-07-07 23:49 skidder
M src/dsql/parse.y
Fix problem in non-reserved Inserting/Updating/Deleting implementation found by Dmitry Emanov
2003-07-07 20:06 skidder
M src/jrd/gds.cpp
Little fix to make Linux version compile
2003-07-07 11:42 brodsom
M doc/README.build.msvc.html
Correction
2003-07-07 11:34 brodsom
M builds/win32/clean_all.bat
M doc/README.build.msvc.html
Installer update
2003-07-07 00:56 brodsom
M src/install/arch-specific/win32/FirebirdInstall_15.iss
Correction
2003-07-06 15:13 dimitr
M doc/WhatsNew
Added RC4 changed.
2003-07-06 13:56 dimitr
M src/jrd/tra.cpp
Fixed thread priority to avoid the sweeper to be locked outside the scheduler under a heavy load.
2003-07-06 13:35 dimitr
M src/remote/srvr_w32.cpp
no message
2003-07-06 11:38 dimitr
M src/remote/srvr_w32.cpp
Preload the client library to fix the win98 UDF issues.
2003-07-06 08:38 dimitr
M builds/win32/defs/fbclient.def
M builds/win32/defs/fbclient_debug.def
Minor addition to the private API
2003-07-06 08:14 dimitr
M src/isql/isql.epp
Fixed ISQL temp file bug.
2003-07-06 07:05 dimitr
M src/isql/isql.epp
no message
2003-07-06 07:04 dimitr
M src/dudley/lex.cpp
M src/gpre/gpre.cpp
M src/isql/isql.h
M src/jrd/rse.cpp
M src/jrd/sort.cpp
M src/qli/lex.cpp
Uniform tempfile naming.
2003-07-06 03:11 brodsom
M src/ipserver/alli.cpp
Bracketing fix
2003-07-06 02:15 brodsom
D src/misc/codes.h
D src/misc/codetext.h
D src/misc/gds_codes.ftn
D src/misc/gds_codes.pas
D src/misc/msg_facs.h
D src/misc/msgs.h
D src/misc/rdb_codes.h
D src/misc/sql_code.h
Remove duplicated, unused and unmaintaned (dangerous) sources. The maintained ones are in include/gen
2003-07-06 02:04 brodsom
D src/jrd/boot_codes
Remove duplicated, unused and unmaintaned (dangerous) sources. The maintained ones are in include/gen
2003-07-06 01:51 brodsom
M builds/posix/Makefile.in.codes
Comment correction
2003-07-06 01:18 hippoman
A builds/win32/msvc7/Firebird2Boot.sln
A builds/win32/msvc7/build_msg.vcproj
A builds/win32/msvc7/codes.vcproj
A builds/win32/msvc7/common_static.vcproj
A builds/win32/msvc7/fbclient_static.vcproj
A builds/win32/msvc7/gpre_static.vcproj
A builds/win32/msvc7/v5_examples.vcproj
Syncing MSVC7 build files
2003-07-06 01:16 hippoman
M builds/win32/make_all.bat
M builds/win32/make_boot.bat
Fixing MSVC7 build
2003-07-06 01:08 brodsom
A builds/make.new
A builds/make.new/config
A builds/make.new/config/config.h.in
A builds/make.new/config/install-sh
M clean.sh
M configure.in
D src/make.new
Move make.new to builds
2003-07-05 15:44 brodsom
D generated/alice
D generated/burp
D generated/dsql
D generated/dudley
D generated/gpre
D generated/isql
D generated/journal
D generated/jrd
D generated/makefile
D generated/msgs
D generated/pyxis
Removing 'generated'
2003-07-05 15:24 brodsom
D src/dsql/parse.awk
remove obsolete file
2003-07-05 15:22 brodsom
A builds/old_prefixes
A builds/old_prefixes/README.txt
A builds/old_prefixes/prefix.aix
A builds/old_prefixes/prefix.aix_ppc
A builds/old_prefixes/prefix.darwin
A builds/old_prefixes/prefix.freebsd
A builds/old_prefixes/prefix.hp10
A builds/old_prefixes/prefix.hp9.0
A builds/old_prefixes/prefix.linux
A builds/old_prefixes/prefix.mu
A builds/old_prefixes/prefix.ncr3000
A builds/old_prefixes/prefix.netbsd
A builds/old_prefixes/prefix.sco
A builds/old_prefixes/prefix.sco_ev
A builds/old_prefixes/prefix.solaris
A builds/old_prefixes/prefix.solaris_mt
A builds/old_prefixes/prefix.solx86
A builds/old_prefixes/prefix.sun4
A builds/old_prefixes/prefix.sun4_acc
A builds/old_prefixes/prefix.win_nt
A builds/old_prefixes/prefix.win_nts
D src/makefiles
Move old_prefixes to builds directory
2003-07-05 14:48 brodsom
M doc/README.build.msvc.html
Update
2003-07-05 14:45 brodsom
M builds/win32/clean_all.bat
M builds/win32/make_all.bat
M builds/win32/make_boot.bat
M builds/win32/make_examples.bat
M builds/win32/prepare.bat
M builds/win32/preprocess.bat
M src/install/arch-specific/win32/BuildExecutableInstall.bat
Move temporary 'dbs' below temporary 'gen'
2003-07-05 14:23 dimitr
M src/jrd/gds.cpp
no message
2003-07-05 12:45 dimitr
M src/common/config/config.cpp
Fixed typo.
2003-07-05 12:45 dimitr
M src/jrd/isc_sync.cpp
1) Cleanup
2) Some changes for the embedded server
2003-07-05 12:13 dimitr
M src/common/config/dir_list.cpp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
1) Cleanup
2) Some changes for the embedded server
2003-07-05 03:31 brodsom
M builds/win32/clean_all.bat
M builds/win32/make_examples.bat
Corrections
2003-07-05 03:23 brodsom
M builds/win32/clean_all.bat
M builds/win32/make_all.bat
M builds/win32/make_boot.bat
M builds/win32/make_examples.bat
M builds/win32/parse.bat
M src/install/arch-specific/win32/BuildExecutableInstall.bat
Use temporary compiler dir 'temp' below root
2003-07-05 03:17 brodsom
M builds/win32/msvc6/alice.dsp
M builds/win32/msvc6/alice_classic.dsp
M builds/win32/msvc6/build_msg.dsp
M builds/win32/msvc6/burp.dsp
M builds/win32/msvc6/burp_classic.dsp
M builds/win32/msvc6/codes.dsp
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
M builds/win32/msvc6/common_static.dsp
M builds/win32/msvc6/dsql_server.dsp
M builds/win32/msvc6/dsql_server_classic.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/fb_lock_print.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbclient_static.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbguard.dsp
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc6/fbudf.dsp
M builds/win32/msvc6/gbak.dsp
M builds/win32/msvc6/gdef.dsp
M builds/win32/msvc6/gds32.dsp
M builds/win32/msvc6/gfix.dsp
M builds/win32/msvc6/gpre.dsp
M builds/win32/msvc6/gpre_boot.dsp
M builds/win32/msvc6/gpre_static.dsp
M builds/win32/msvc6/gsec.dsp
M builds/win32/msvc6/gsplit.dsp
M builds/win32/msvc6/gstat.dsp
M builds/win32/msvc6/ib_udf.dsp
M builds/win32/msvc6/ib_util.dsp
M builds/win32/msvc6/instreg.dsp
M builds/win32/msvc6/instsvc.dsp
M builds/win32/msvc6/intl.dsp
M builds/win32/msvc6/intlcpp.dsp
M builds/win32/msvc6/ipserver.dsp
M builds/win32/msvc6/isql.dsp
M builds/win32/msvc6/lock.dsp
M builds/win32/msvc6/lock_classic.dsp
M builds/win32/msvc6/qli.dsp
M builds/win32/msvc6/remote.dsp
M builds/win32/msvc6/remote_classic.dsp
M builds/win32/msvc6/utilities.dsp
M builds/win32/msvc6/utilities_classic.dsp
M builds/win32/msvc6/v5_examples.dsp
M builds/win32/msvc6/wal.dsp
M builds/win32/msvc6/wal_classic.dsp
Use temporary compiler dir 'temp' below root
2003-07-05 02:54 brodsom
M builds/win32/clean_all.bat
M builds/win32/make_boot.bat
M src/install/arch-specific/win32/BuildExecutableInstall.bat
Move firebird.msg to 'gen' directory
2003-07-05 02:44 brodsom
D builds/win32/build_all.bat
D builds/win32/build_boot.bat
D builds/win32/build_msg.bat
D builds/win32/build_msg.mak
D builds/win32/codes.mak
D builds/win32/common_boot.mak
D builds/win32/fbclient_boot.mak
D builds/win32/gpre.mak
D builds/win32/gpre_boot.mak
D builds/win32/make6_all.bat
D builds/win32/make6_boot.bat
D builds/win32/make6_examples.bat
D builds/win32/make7_all.bat
D builds/win32/make7_boot.bat
D builds/win32/make7_examples.bat
Remove obsoleted build .bat and .mak
2003-07-05 02:41 brodsom
M src/install/arch-specific/win32/setenvvar.bat
Correction
2003-07-05 02:35 brodsom
M doc/README.build.msvc.html
Update
2003-07-05 02:23 brodsom
M builds/win32/clean_all.bat
Correction
2003-07-05 02:20 brodsom
M builds/win32/clean_all.bat
M src/install/arch-specific/win32/BuildExecutableInstall.bat
A src/install/arch-specific/win32/setenvvar.bat
-Scripts with visual studio version detection
-Move output directory to a temporary below root
-Use absolute paths (easier to move)
2003-07-05 02:02 brodsom
A builds/win32/make_examples.bat
-Scripts with visual studio version detection
-Move output directory to a temporary below root
-Use absolute paths (easier to move)
2003-07-05 01:10 brodsom
A builds/win32/make_all.bat
A builds/win32/make_boot.bat
M builds/win32/prepare.bat
M builds/win32/preprocess.bat
A builds/win32/setenvvar.bat
-Scripts with visual studio version detection
-Move output directory to a temporary below root
-Use absolute paths (easier to move)
2003-07-04 19:21 brodsom
M doc/README.build.msvc.html
Update, not the final one.
2003-07-04 19:13 brodsom
M src/install/arch-specific/win32/BuildExecutableInstall.bat
-Remove unneeded messages
-Replace cat (unix) with type (win)
2003-07-04 18:48 brodsom
M src/v5_examples/empbuild.c
M src/v5_examples/empbuild.e
-Add check for input files
-Solve format warnings
-Update empbuild.c
2003-07-04 18:46 brodsom
M src/v5_examples/empddl.sql
Change DATE to TIMESTAMP
2003-07-04 18:45 brodsom
A builds/win32/make7_examples.bat
Add msvc7 v5_examples. To be reviewed by Ignacio J Ortega
2003-07-04 17:01 brodsom
D builds/win32/make6_debug_examples.bat
A builds/win32/make6_examples.bat
Replace make6_debug_examples with a new one with DEBUG/CLEAN option and not using sed
2003-07-04 16:45 brodsom
M src/gpre/sql.cpp
-b option for EXEC SQL SET DATABASE
2003-07-04 16:39 brodsom
M builds/win32/make6_all.bat
M builds/win32/make6_boot.bat
M builds/win32/make7_all.bat
M builds/win32/make7_boot.bat
Beutifiying
2003-07-04 16:19 brodsom
M src/gpre/par.cpp
M src/gpre/sql.cpp
M src/gpre/sql_proto.h
-b option for exec sql
2003-07-04 15:31 brodsom
D generated/qli
D generated/utilities
D generated/v5_examples
Remove unused generated directory. Builds use the temporary 'gen' directory
2003-07-04 15:17 dimitr
M src/jrd/ibase.h
M src/jrd/isc.cpp
M src/jrd/isc.h
M src/remote/ibconfig.cpp
Get rid of the old config stuff completely.
2003-07-04 13:40 brodsom
M builds/win32/make6_all.bat
M builds/win32/make7_all.bat
Beautifying
2003-07-04 13:26 brodsom
D builds/win32/make6_debug.bat
D builds/win32/make6_release.bat
D builds/win32/make7_debug.bat
D builds/win32/make7_release.bat
Remove replaced bats
make6_debug.bat replaced with make6_all.bat DEBUG
make6_release.bat replaced with make6_all.bat
make7_debug.bat replaced with make7_all.bat DEBUG
make7_release.bat replaced with make7_all.bat
2003-07-04 13:19 brodsom
M builds/win32/make7_boot.bat
Correction
2003-07-04 13:08 brodsom
A builds/win32/make7_boot.bat
M builds/win32/prepare.bat
-Replace build_all with makeX_boot.
-Add make7_boot (To be reviewed by Ignacio J Ortega)
2003-07-04 13:00 brodsom
A builds/win32/make7_all.bat
Replace make7_debug and make7_release with make7_all (To be reviewed by Ignacio J Ortega)
2003-07-04 12:55 brodsom
M builds/win32/make6_all.bat
M builds/win32/make6_boot.bat
Correction
2003-07-04 12:46 brodsom
D builds/win32/build6_all.bat
A builds/win32/make6_all.bat
A builds/win32/make6_boot.bat
-Change the file name of build6_all to a more understandable one.
-Replace Make6_release and Make6_debug with make6_all valid for release and debug versions
2003-07-04 12:46 dimitr
M builds/win32/prepare.bat
Minor changes to the preparation script.
2003-07-04 12:42 brodsom
A doc/README.build.mingw.html
D doc/README.mingw.html
Change the file name to a more understandable one.
2003-07-04 12:40 brodsom
A doc/README.build.msvc.html
First and temporary version of msvc build readme. (The good one in hours)
2003-07-04 12:19 dimitr
M src/common/classes/tree.h
Fixed win32 build
2003-07-04 12:15 dimitr
M src/remote/ibconfig.cpp
M src/remote/ibconfig.rc
Temporary disallowed config management via the property sheet.
2003-07-04 12:12 dimitr
M src/jrd/svc.cpp
Removed old config stuff remains.
Temporary disallowed config management via Services API.
2003-07-04 10:34 brodsom
M doc/README.mingw.html
Update MinGW docs
2003-07-04 10:15 dimitr
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
Fixed little optimization issue with VC6 (SP < 5)
2003-07-04 03:31 brodsom
M clean.sh
Add more files to clean
2003-07-04 03:21 brodsom
D builds/posix/prefix.mingw.README.html
A doc/README.mingw.html
Move MinGW readme
2003-07-04 03:12 brodsom
M src/lock/lock.cpp
Patch for the MinGW build problem (CS only code)
2003-07-04 02:26 brodsom
M builds/posix/prefix.mingw
Use MINGW macro and mthreads
2003-07-04 02:25 brodsom
M src/jrd/ibsetjmp.h
Use MINGW macro.
2003-07-03 23:02 brodsom
M src/gpre/sql.cpp
Patch
2003-07-03 15:48 brodsom
M builds/posix/Makefile.in.msgs
M clean.sh
add extension to identify type
2003-07-03 14:44 brodsom
M configure.in
Remove unused directory creation
2003-07-03 14:29 brodsom
A clean.sh
Add script to clean build generated files
2003-07-03 13:08 brodsom
M builds/win32/clean_all.bat
Add batch to remove build created files and directories
2003-07-03 12:44 brodsom
A builds/win32/clean_all.bat
Add batch to remove build created files and directories
2003-07-03 12:37 brodsom
M builds/win32/build6_all.bat
M builds/win32/build_all.bat
M builds/win32/build_msg.bat
M builds/win32/build_msg.mak
M builds/win32/codes.mak
M builds/win32/fbclient_boot.mak
M builds/win32/gpre.mak
M builds/win32/make6_debug_examples.bat
M builds/win32/msvc6/alice.dsp
M builds/win32/msvc6/alice_classic.dsp
M builds/win32/msvc6/build_msg.dsp
M builds/win32/msvc6/burp.dsp
M builds/win32/msvc6/burp_classic.dsp
M builds/win32/msvc6/codes.dsp
M builds/win32/msvc6/dsql_server.dsp
M builds/win32/msvc6/dsql_server_classic.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/fbclient.dsp
M builds/win32/msvc6/fbclient_static.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc6/gbak.dsp
M builds/win32/msvc6/gdef.dsp
M builds/win32/msvc6/gfix.dsp
M builds/win32/msvc6/gpre.dsp
M builds/win32/msvc6/gpre_static.dsp
M builds/win32/msvc6/gsec.dsp
M builds/win32/msvc6/gstat.dsp
M builds/win32/msvc6/isql.dsp
M builds/win32/msvc6/qli.dsp
M builds/win32/msvc6/utilities.dsp
M builds/win32/msvc6/utilities_classic.dsp
M builds/win32/msvc6/v5_examples.dsp
M builds/win32/msvc7/alice.vcproj
M builds/win32/msvc7/alice_classic.vcproj
M builds/win32/msvc7/burp.vcproj
M builds/win32/msvc7/burp_classic.vcproj
M builds/win32/msvc7/dsql_server.vcproj
M builds/win32/msvc7/dsql_server_classic.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/fbclient.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbserver.vcproj
M builds/win32/msvc7/gbak.vcproj
M builds/win32/msvc7/gdef.vcproj
M builds/win32/msvc7/gfix.vcproj
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gsec.vcproj
M builds/win32/msvc7/gstat.vcproj
M builds/win32/msvc7/isql.vcproj
M builds/win32/msvc7/qli.vcproj
M builds/win32/msvc7/utilities.vcproj
M builds/win32/msvc7/utilities_classic.vcproj
M builds/win32/prepare.bat
M builds/win32/preprocess.bat
Move generated source from 'generated' to 'gen'. So we don't use a CVS and obsolete directory for build output and it will be easier to do a clean build.
2003-07-03 11:04 brodsom
M builds/win32/blrtable.bat
M builds/win32/build6_all.bat
M builds/win32/parse.bat
M builds/win32/prepare.bat
M builds/win32/preprocess.bat
minor changes
2003-07-03 02:13 brodsom
M builds/win32/preprocess.bat
Remove sed test since the normal build (without parse) doesn't need sed or any other unix command.
2003-07-03 02:12 brodsom
M builds/win32/build6_all.bat
Minor changes
2003-07-03 02:12 brodsom
M builds/win32/parse.bat
-Change parse.bat to verify yacc/bison and sed and work with the two parser generators.
2003-07-03 00:22 brodsom
M src/jrd/codes.epp
Solve a bug. mv can't be used in win32.
Replace cmp with a native compare on win32
2003-07-02 19:02 brodsom
M builds/posix/make.shared.targets
M builds/win32/preprocess.bat
M src/jrd/dyn_def.epp
D src/jrd/dyn_def.sed
Add special action to be used in dyn_def.cpp.
(remove dyn_def.sed)
2003-07-02 18:58 brodsom
M src/gpre/gpre.h
M src/gpre/hsh.h
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/gpre/par.cpp
M src/gpre/words.h
Add special action to be used in dyn_def.cpp.
2003-07-02 14:40 brodsom
M builds/win32/build6_all.bat
M builds/win32/build_msg.bat
M builds/win32/prepare.bat
M builds/win32/preprocess.bat
Avoid using sed to edit epp files (excluding security.epp).
2003-07-02 13:41 dimitr
M src/jrd/map.cpp
Small correction.
2003-07-02 13:09 dimitr
M src/misc/writeBuildNum.sh
RC4
2003-07-02 12:57 brodsom
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpreswi.h
M src/gpre/msc.cpp
M src/gpre/msc_proto.h
M src/gpre/par.cpp
M src/gpre/par_proto.h
New gpre -b option to be used in the msvc build process. It enable to set the base directory for compile time db without using sed.
2003-07-02 11:42 brodsom
M builds/win32/build6_all.bat
M builds/win32/msvc6/Firebird2.dsw
A builds/win32/msvc6/Firebird2Boot.dsw
New dsp's to replace nmake's (split boot workspace)
2003-07-02 09:40 dimitr
M src/dsql/parse.cpp
M src/dsql/parse.y
Correct the parser a bit.
2003-07-02 00:16 brodsom
M src/dsql/dsql.tab.h
M src/dsql/keywords.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
Solve macro conflicts on win 32 when using bison and msvc
2003-07-01 23:19 brodsom
M src/dsql/parse.sed
Enable use of bison 1.35 (tested with gnuwin32 version)
2003-07-01 22:25 brodsom
M builds/win32/build6_all.bat
New dsp's to replace nmake's (correction)
2003-07-01 22:25 brodsom
M builds/win32/gpre.mak
M builds/win32/preprocess.bat
New dsp's to replace nmake's (gpre with BOOT_BUILD = gpre_static)
2003-07-01 19:20 brodsom
A builds/win32/build6_all.bat
New dsp's to replace nmake's
2003-07-01 18:49 brodsom
M builds/win32/msvc6/Firebird2.dsw
A builds/win32/msvc6/build_msg.dsp
A builds/win32/msvc6/codes.dsp
M builds/win32/msvc6/fbclient_static.dsp
New dsp's to replace nmake's
2003-07-01 17:10 brodsom
M builds/win32/msvc6/Firebird2.dsw
A builds/win32/msvc6/common_static.dsp
A builds/win32/msvc6/fbclient_static.dsp
A builds/win32/msvc6/gpre_static.dsp
New dsp's to replace nmake's
2003-06-30 18:12 brodsom
M builds/win32/prepare.bat
M src/msgs/include.epp
Remove unneeded sed commands in build
2003-06-30 18:10 brodsom
M builds/win32/msvc6/gbak.dsp
M src/dudley/exe.epp
Changes only inside #ifdef DEBUG.
Needed to be able to build with -DDEBUG on gcc.(there are also some format corrections)
2003-06-30 14:31 skidder
M src/dsql/pass1.cpp
Forbid pessimistic locks in queries with DISTINCT clause
2003-06-30 13:11 alexpeshkoff
M src/jrd/cmp.cpp
M src/jrd/met.epp
fixed AV in fbserver when JRD_PRC::prc_request == 0 at commit time
2003-06-30 12:48 alexpeshkoff
M src/jrd/fun.epp
M src/jrd/fun_proto.h
M src/jrd/intl.cpp
M src/jrd/par.cpp
fixed restore of backup file without required UDF(s)
2003-06-30 12:42 brodsom
M builds/posix/prefix.mingw.README.html
Update mingw instructions
2003-06-30 11:26 brodsom
M src/remote/inet.cpp
M src/remote/interface.cpp
M src/remote/protocol.cpp
M src/remote/remote.cpp
M src/remote/server.cpp
M src/remote/wnet.cpp
Changes only inside #ifdef DEBUG.
Needed to be able to build with -DDEBUG on gcc.(there are also some format corrections)
2003-06-30 11:02 brodsom
M src/lock/lock.cpp
Changes only inside #ifdef DEBUG.
Needed to be able to build with -DDEBUG on gcc.(there are also some format corrections)
2003-06-30 10:48 brodsom
M src/burp/backup.epp
M src/burp/mvol.cpp
M src/burp/restore.epp
M src/dsql/ddl.cpp
M src/gpre/gpre_meta.epp
Changes only inside #ifdef DEBUG.
Needed to be able to build with -DDEBUG on gcc.(there are also some format corrections)
2003-06-29 20:36 skidder
M src/dsql/dsql.h
M src/dsql/metd.epp
M src/dsql/pass1.cpp
Add checks to allow explicit pessimistic locks only in cases when we really support them
2003-06-28 13:59 dimitr
M src/dsql/ddl.cpp
Fixed metadata cache issues with CREATE OR ALTER statement.
2003-06-28 12:48 dimitr
M src/jrd/btr.cpp
no message
2003-06-28 09:32 dimitr
M src/jrd/exe.cpp
Fixed error handling in the looper.
2003-06-27 17:04 dimitr
M src/jrd/opt.cpp
Bugfix for SF #736318.
2003-06-27 16:55 dimitr
M src/jrd/btr.cpp
Cleanup
2003-06-27 16:16 brodsom
M builds/win32/make6_debug_examples.bat
Add batch and dsp to rebuild empbuild.c. (Correction use expand_ex instead of expand)
2003-06-27 16:05 brodsom
A generated/v5_examples
A generated/v5_examples/placeholder.txt
Add batch and dsp to rebuild empbuild.c. The script is not included in build process.
2003-06-27 15:59 brodsom
A builds/win32/make6_debug_examples.bat
M builds/win32/msvc6/Firebird2.dsw
A builds/win32/msvc6/v5_examples.dsp
Add batch and dsp to rebuild empbuild.c. The script is not included in build process.
2003-06-26 22:14 arnobrinkman
M src/jrd/opt.cpp
bugfix: When 1 merge was done no other merge could be generated. for example with 4 stored procedures.
2003-06-26 10:44 dimitr
M src/dsql/gen.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/jrd/blr.h
M src/jrd/exe.cpp
Some savepoint-related changes:
1. release single savepoint
2. fixed exception handling
2003-06-25 07:45 dimitr
M src/common/config/dir_list.cpp
M src/install/misc/firebird.conf
M src/jrd/gds.cpp
M src/jrd/isc.cpp
Renamed environment variable. Fixed one temp-related crash.
2003-06-25 07:39 dimitr
M src/common/config/config.cpp
M src/remote/inet.cpp
Fixed manual TCP port assignment.
2003-06-24 10:33 dimitr
M src/isql/isql.epp
Applied the patch by Tomas Skoda.
2003-06-24 09:28 dimitr
M src/dsql/parse.cpp
M src/dsql/parse.y
Fixed one more limitation in the parser.
2003-06-22 12:37 alexpeshkoff
A doc/README.NTSecurity
A doc/README.instsvc
some more readme's
2003-06-22 11:52 alexpeshkoff
M doc/sql.extensions/README.execute_statement
fixed word repetition
2003-06-20 17:55 kkuznetsov
M builds/posix/prefix.solx86
A builds/posix/prefix.solx86gcc
M src/common/classes/tree.h
Trying to make FB2 compiler independant add prefix for SUN C compiler and fix fist compilation error
2003-06-19 18:13 dimitr
M src/common/config/config.cpp
M src/common/config/config.h
M src/install/misc/firebird.conf
Fixed the config option.
2003-06-19 13:47 alexpeshkoff
M src/utilities/install_svc.cpp
reject -l switch in any mode besides "install"
2003-06-18 13:29 alexpeshkoff
A doc/sql.extensions/README.execute_statement
Initial revision of EXECUTE STATEMENT description
2003-06-18 08:08 alexpeshkoff
M src/jrd/vio.cpp
fixed bug, submitted to fb-devel by Cosmin Popa <cosmin@aplix.ro>
after execution of pre-(update/delete) triggers, non-existent deadlock
was raised, conflict was with version, created by current transaction
2003-06-16 15:43 alexpeshkoff
M src/dsql/dsql.cpp
M src/jrd/ExecuteStatement.cpp
M src/jrd/ExecuteStatement.h
M src/jrd/dfw.epp
M src/jrd/exe.cpp
M src/jrd/ext.cpp
M src/jrd/flu.cpp
M src/jrd/flu_proto.h
M src/jrd/fun.epp
M src/jrd/jrd.cpp
M src/jrd/met.epp
M src/jrd/why.cpp
fixed diagnostic in EXECUTE STATEMENT & DirectoryList
2003-06-15 22:26 skidder
M src/dsql/parse.y
Oops. Part of my own RELEASE SAVEPOINT implementation leaked into to the previous commit
2003-06-15 22:08 skidder
M src/dsql/parse.y
Make INSERTING/UPDATING/DELETING non-reserved keywords. The patch causes compilation performance degradation for statements containing a lot of braces, but my testing indicated that this effect is surely unmeasurable for nesting level up to 250
2003-06-15 06:03 stryqx
M configure.in
The check for socklen_t fails on FreeBSD as socklen_t is defined
in sys/socket.h. Write a specific check for this on FreeBSD.
2003-06-15 05:57 stryqx
M configure.in
Fix a typo.
2003-06-13 07:56 dimitr
M src/burp/backup.epp
M src/dsql/dsql.h
M src/dsql/pass1.cpp
M src/include/gen/codes.h
M src/include/gen/codetext.h
M src/include/gen/gds_codes.ftn
M src/include/gen/gds_codes.pas
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/msg.gbak
New error messages for:
- gbak
- DSQL layer (aggregate tracking)
- JRD layer (EXECUTE STATEMENT)
- config stuff
2003-06-13 01:17 skywalker
M configure.in
Create a required directory for super
2003-06-12 09:38 dimitr
M src/dsql/pass1.cpp
Disallowed explicit locking for aggregate queries.
The same should be done for stored procedure streams (joins require some work too).
2003-06-11 12:00 alexpeshkoff
M src/utilities/install_svc.cpp
M src/utilities/servi_proto.h
M src/utilities/services.cpp
security fix - added -login switch to instsvc
2003-06-10 13:40 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
M src/jrd/blr.h
M src/jrd/blrtable.cpp
M src/jrd/cmp.cpp
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/nod.h
M src/jrd/par.cpp
Fixed (hopefully) savepoints implementation:
1) RELEASE SAVEPOINT statement is added
2) SAVEPOINT statement now re-establishes existing savepoint with the same name
3) all savepoint stuff is changed to use single BLR verb
2003-06-10 08:19 eku
M src/install/arch-specific/sinixz/prototype.in
Updated package prototype file.
2003-06-09 23:04 arnobrinkman
M src/jrd/opt.cpp
bugfix: More bugfixes for 'no current record for fetch operation' errors.
These were mostly related to queries where a MERGE was done and/or SP/VIEW/Aggregates/Unions were used together.
2003-06-08 20:59 hippoman
M builds/win32/msvc7/fb_inet_server.vcproj
M builds/win32/msvc7/fb_lock_print.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbguard.vcproj
M builds/win32/msvc7/fbserver.vcproj
M builds/win32/msvc7/gbak.vcproj
M builds/win32/msvc7/gdef.vcproj
M builds/win32/msvc7/gds32.vcproj
M builds/win32/msvc7/gfix.vcproj
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
M builds/win32/msvc7/gsec.vcproj
M builds/win32/msvc7/gsplit.vcproj
M builds/win32/msvc7/gstat.vcproj
M builds/win32/msvc7/ib_udf.vcproj
M builds/win32/msvc7/ib_util.vcproj
M builds/win32/msvc7/instreg.vcproj
M builds/win32/msvc7/instsvc.vcproj
M builds/win32/msvc7/intl.vcproj
M builds/win32/msvc7/intlcpp.vcproj
M builds/win32/msvc7/isql.vcproj
M builds/win32/msvc7/qli.vcproj
*Synced msvc7 build
*changed dir references related ro rc files to relative paths.
2003-06-08 18:12 dimitr
M src/remote/protocol.h
Re-enable default asymmetric protocol.
2003-06-08 13:13 dimitr
M src/jrd/inf.cpp
M src/jrd/license.h
M src/jrd/utl.cpp
M src/remote/merge.cpp
Version information cleanup.
2003-06-07 12:39 dimitr
A src/jrd/isc_version.h
M src/jrd/isc_version.rc
M src/jrd/license.h
Fixed broken version compatibility with IB.
2003-06-06 14:13 alexpeshkoff
M src/jrd/dyn.epp
fixing linux SS - removed V4_THREADING left from netware port
2003-06-06 14:04 alexpeshkoff
A src/install/arch-specific/linux/super/makeInstallImage.sh.in
M src/install/arch-specific/linux/super/postinstall.sh.in
M src/install/arch-specific/linux/super/rpmfiles.txt.in
M src/install/arch-specific/linux/super/rpmheader.txt.in
A src/install/arch-specific/linux/super/tarMainInstall.sh.in
A src/install/arch-specific/linux/super/tarMainUninstall.sh.in
A src/install/arch-specific/linux/super/taruninstall.sh.in
fixing linux SS - install files
-- SORRY --
this files are not checked, but are required
to start SS build
2003-06-06 09:31 alexpeshkoff
M builds/posix/Makefile.in.fbserver
M builds/posix/prefix.linux
fixing linux SS - trivial mistypes
2003-06-06 09:16 alexpeshkoff
M src/remote/inet_server.cpp
fixing linux SS - removed variable free_map_debug,
as not present in any other part of firebird code
2003-06-06 06:39 alexpeshkoff
M src/jrd/ibsetjmp.h
fixing linux SS - avoid compiler error ISO C++ forbids arrays assignment
2003-06-05 19:40 dimitr
M builds/win32/msvc6/fbembed.dsp
M src/jrd/why.cpp
M src/remote/interface.cpp
Add remote client to the embedded server again.
2003-06-05 17:15 dimitr
M src/jrd/svc.cpp
Explicitly assign normal priority to the service tasks.
Avoid lockups between GC thread, cache writer and the service manager.
2003-06-05 16:09 dimitr
M src/jrd/opt.cpp
Fixed random crashes with big queries prepared.
2003-06-05 13:12 dimitr
M builds/win32/msvc6/engine.dsp
Rolled back my previous optimization change.
2003-06-05 12:37 dimitr
M src/dsql/parse.y
Let's be GNU Bison 1.75 friendly.
2003-06-05 11:08 dimitr
M src/dsql/parse.cpp
Committed up-to-date parse.cpp.
2003-06-05 10:12 aafemt
M src/include/fb_types.h
M src/jrd/gdsold.h
M src/jrd/ibase.h
M src/jrd/scroll_cursors.h
Backward compatibility of public interface
2003-06-05 08:38 dimitr
M src/jrd/jrd.cpp
Fixed minor memory leak in CREATE/ATTACH DATABASE.
2003-06-04 13:04 dimitr
M builds/win32/msvc6/engine.dsp
Fixed another issue with invalid VC6 optimization.
2003-06-04 08:29 paul_reeves
M builds/win32/prepare.bat
Add a warning about changed behaviour of prepare.bat.
2003-06-04 08:22 paul_reeves
M builds/win32/build_all.bat
M builds/win32/prepare.bat
Automate the Win32 build process a little bit more.
2003-06-03 10:26 skidder
M src/burp/restore.epp
Correct workaround of GCC 3.2 bug. Weirdness of our code fixed.
2003-06-03 10:14 aafemt
M src/burp/restore.epp
Workaround for GCC 3.2 bug
2003-06-02 16:11 skidder
M src/dsql/parse.y
Fix server crash when SKIP syntax with braces used (SF 747567). Really strange, but problem does not affect Linux version. This is why it escaped my testing
2003-06-02 13:55 alexpeshkoff
M src/include/fb_string.h
Fixed bug with case-sensitive filesystem
2003-06-01 19:17 skidder
M doc/WhatsNew
fix up WhatsNew
2003-06-01 19:14 skidder
M doc/WhatsNew
fix up WhatsNew
2003-06-01 18:42 dimitr
M doc/WhatsNew
Added RC3 notes.
2003-06-01 17:02 fsg
M src/gpre/pas.cpp
Some cosmetic changes
2003-06-01 16:22 skidder
M src/jrd/cmp.cpp
M src/jrd/dfw.epp
M src/jrd/exe.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd_proto.h
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/tra.cpp
Fix metadata cache problem that prevented restore of some databases
2003-06-01 15:51 skidder
M src/install/arch-specific/linux/classic/makeInstallImage.sh.in
M src/install/arch-specific/linux/classic/postinstall.sh.in
M src/install/misc/CSchangeRunUser.sh
Install aliases.conf on Linux
2003-06-01 15:49 skidder
M src/lock/lock.cpp
Fix problem that I introduced on non-Windows CS platforms when was fixing Windows CS bug
2003-06-01 10:00 dimitr
M src/jrd/gds.cpp
INT is _not_ OK. Today (01-Jun-2003) the overflow occured.
2003-06-01 08:09 dimitr
M src/include/fb_string.h
Fixed PathName compile issues.
2003-05-30 12:29 dimitr
M src/dsql/parse.cpp
Updated parse.cpp.
2003-05-30 12:17 alexpeshkoff
M src/common/config/config_file.cpp
M src/common/config/config_file.h
M src/common/config/dir_list.cpp
M src/common/config/dir_list.h
M src/include/fb_string.h
M src/jrd/ext.cpp
M src/jrd/flu.cpp
M src/jrd/isc_file.cpp
Added support for case-sensitivity in path's comaparison according to OS requirements.
Use it in config_file & dir_list
Now in win32 one may write: DatabaseAccess=ReStrIcT c:\HiSpAtH
2003-05-30 11:48 dimitr
M src/jrd/fun.epp
Bugfix for wrong UDF arguments of types DATE/TIME (dialect 3).
Thanks to Oleg LOA.
2003-05-29 13:40 skidder
M src/install/arch-specific/linux/Makefile.in
Use rpmbuild to build packages
2003-05-29 11:59 dimitr
M src/jrd/idx.cpp
Bugfix for RI failure in foreign keys.
2003-05-29 10:14 skidder
M src/install/arch-specific/linux/classic/postinstall.sh.in
M src/install/misc/CSchangeRunUser.sh
Fix permissions problem for firebird.conf (SF 745090)
2003-05-28 13:30 dimitr
M src/misc/writeBuildNum.sh
Getting ready for RC3.
2003-05-28 03:33 paul_reeves
M builds/win32/prepare.bat
Fix typo
2003-05-27 15:44 dimitr
M src/jrd/ExecuteStatement.cpp
M src/jrd/exe.cpp
We should never treat numeric NULL as zero. Always check for req_null flag.
2003-05-27 14:59 dimitr
M src/jrd/idx.cpp
Another fix for index corruption. Shouldn't affect anything else this time.
2003-05-26 15:46 dimitr
M src/jrd/btr.cpp
Small cleanup.
2003-05-26 15:45 dimitr
M src/jrd/exe.cpp
Fixed bug with incorrect handling of numeric NULLs as exception messages.
2003-05-26 15:44 dimitr
M src/lock/lock.cpp
Fixed win32 build.
2003-05-26 08:18 dimitr
M src/jrd/vio.cpp
Rolled back previous bugfix due to found side-effects. Still looking for a correct solution.
2003-05-25 19:24 skidder
M src/jrd/isc_sync.cpp
Improve diagnostics
2003-05-25 18:59 skidder
M src/jrd/isc_sync.cpp
M src/lock/lock.cpp
Allow easy adjustment of LockSemCount in Posix builds. Do not fail if value is adjusted in configuration file, but cannot be applied because of running engine processes
2003-05-25 10:44 fsg
M builds/posix/Makefile.in.boot.gpre
M configure.in
M src/install/arch-specific/linux/classic/makeInstallImage.sh.in
Reenabled ada, fortran, cobol and pascal for gpre
Install *udf.sql into the UDF-directory for linux builds
2003-05-25 00:24 skidder
M src/jrd/os/posix/config_root.cpp
Add comment
2003-05-25 00:12 skidder
M src/jrd/os/posix/config_root.cpp
Allow Kylix and other tools work with local Linux CS version installed
2003-05-25 00:10 skidder
M src/include/fb_types.h
M src/jrd/common.h
Move FB_ALIGN out of platform-dependent section as some parts of code depend on its implementation unconditionally
2003-05-25 00:07 skidder
M builds/posix/make.rules
M builds/posix/prefix.mingw
Allow C programs use our shared libraries on Linux and other POSIX platforms
2003-05-25 00:04 skidder
M builds/posix/Makefile.in.extlib
M builds/posix/make.defaults
M src/install/arch-specific/linux/classic/makeInstallImage.sh.in
Fix UDF linkage problems on linux
2003-05-24 17:27 skidder
M src/dsql/parse.sed
Oops. Forgot to commit sed-script for parse.y
2003-05-24 15:18 skidder
M src/dsql/parse.y
Add comment
2003-05-24 13:44 fsg
M src/gpre/pas.cpp
Some fixes to allow to compile gpre with --with-gpre-pascal again
2003-05-24 07:46 dimitr
M src/jrd/svc.cpp
Fixed synchronization issues in the service manager.
2003-05-23 16:55 skidder
M src/dsql/parse.y
Make FIRST/SKIP keywords non-reserved
2003-05-22 16:59 alexpeshkoff
M src/jrd/exe.cpp
Use transaction pool for storing rpb chains.
Bug in commit, which I tried to fix using permanent pool here,
was caused by another reason and already fixed.
2003-05-22 12:42 paul_reeves
M builds/win32/prepare.bat
M src/install/arch-specific/win32/BuildExecutableInstall.bat
M src/install/arch-specific/win32/FirebirdInstall_15.iss
M src/install/arch-specific/win32/Readme.txt
M src/install/arch-specific/win32/installation_readme.txt
Update Win32 install script and associated files
2003-05-22 11:13 alexpeshkoff
M src/jrd/ibase.h
M src/jrd/y_handle.h
M src/jrd/y_ref.h
Some cosmetic cleanup to follow __ standard. Comments added.
2003-05-22 06:39 alexpeshkoff
M src/common/config/config_file.cpp
Fixed problem with fbclient on 9x
2003-05-20 15:39 dimitr
M src/include/gen/autoconfig_msvc.h
Fixed win32 build. VC6 doesn't have mkstemp().
2003-05-19 06:57 alexpeshkoff
M src/jrd/met.epp
Make engine compile again with MSVC
2003-05-16 22:15 arnobrinkman
M src/jrd/opt.cpp
bugfix FB1.5: Optimizer crashed when all indices of a table had the selectivity of 1
2003-05-16 20:35 skidder
M src/include/fb_types.h
M src/jrd/cch.cpp
M src/jrd/cch_proto.h
M src/jrd/idx.cpp
M src/jrd/lck.cpp
M src/jrd/lck.h
M src/jrd/met.epp
M src/jrd/sdw.cpp
M src/jrd/sdw_proto.h
M src/jrd/unix.cpp
M src/jrd/winnt.cpp
M src/lock/lock.cpp
M src/lock/lock.h
Fix up lock manager. Clean AST invocation. Fix type of lrq_flags to match its value. Backout my logic for fast deadlock detection as it breaks engine in several places
2003-05-15 11:16 skidder
M src/jrd/utl.cpp
Make engine compile again
2003-05-14 15:12 skidder
M src/jrd/ibase.h
Compatibility change
2003-05-14 12:32 eku
M src/jrd/gds.cpp
M src/jrd/sort.cpp
Improved error handling as suggested by skidder.
2003-05-14 08:24 alexpeshkoff
M src/jrd/exe.cpp
Fixed bug with wrong req_attachment after exception in procedure
2003-05-14 08:15 dimitr
M src/dsql/ddl.cpp
M src/dsql/pass1.cpp
Enabled BREAK/LEAVE and EXITcommands in non-system triggers.
2003-05-14 08:09 dimitr
M src/jrd/thd.cpp
THD_yield() should just release the CPU, it shouldn't wait. Hence we get significant speed-up for the GC/sweep.
2003-05-14 05:40 eku
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/jrd/gds.cpp
M src/jrd/misc.h
M src/jrd/sort.cpp
M src/jrd/utl.cpp
M src/make.new/config/config.h.in
Check for the function mkstemp(). If it's not available, fall back to mktemp().
2003-05-13 12:04 alexpeshkoff
M src/jrd/ExecuteStatement.cpp
M src/jrd/exe.cpp
Fixed bug with NULL argument
2003-05-13 10:13 aafemt
M src/remote/srvr_w32.cpp
Win32 SS doesn't ignore protocol command-line switches anymore. CS doesn't support IPC
2003-05-11 19:38 skidder
M src/jrd/rse.cpp
Fix server crashes when explicit pessimistic locks are used from PSQL
2003-05-11 19:32 skidder
M src/dsql/pass1.cpp
Use explicit pessimistic locks only if WITH LOCK clause is specified
2003-05-11 17:12 skidder
M src/jrd/gds.cpp
Fix little issue in temp stuff noted by Claudio Valderrama
2003-05-11 13:23 dimitr
M builds/win32/defs/fbclient.def
M builds/win32/defs/fbclient_debug.def
Restored compatibility ordinals. Unfortunately, too many software depend on them.
2003-05-11 11:48 dimitr
M src/jrd/gds.cpp
Fixed temp file management in utilities.
2003-05-10 15:37 hippoman
M src/install/arch-specific/win32/BuildExecutableInstall.bat
* now it's nod needed a FB 1.0 install to make the install package, everything is took from the source tree, or built..
2003-05-10 15:13 dimitr
M doc/WhatsNew
Update.
2003-05-10 14:36 hippoman
M builds/win32/make7_debug.bat
M builds/win32/make7_release.bat
* moved intlcpp also to output dir
2003-05-10 14:36 hippoman
M builds/win32/build_all.bat
* called build_msgs from build_all
2003-05-10 13:05 dimitr
M src/jrd/vio.cpp
Fixed GC code to avoid [quite frequent] index corruptions.
2003-05-10 13:01 dimitr
M src/jrd/gds.cpp
Restore compatibility with VC6.
2003-05-10 01:10 hippoman
M src/install/arch-specific/win32/BuildExecutableInstall.bat
M src/install/arch-specific/win32/FirebirdInstall_15.iss
* install gds32 and fbclient into system32
* add cs and ss executables to both installs
* Different Names for CS and SS install packages.
* echo off
2003-05-10 00:06 hippoman
M src/install/arch-specific/win32/BuildExecutableInstall.bat
M src/install/arch-specific/win32/FirebirdInstall_15.iss
* Support for msvc7 runtime and build
2003-05-09 16:18 skidder
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/sort.cpp
1. Cleanup
2. Rework temporary files management. In particular:
- fix security hole on all POSIX platforms except FREEBSD/OPENBSD related to mktemp usage (possible DoS attacks or privileges elevation) via switching to mkstemp
- fix problem with only 27 unique filenames generated on Win32 (which could cause unpredictable behavior in SS builds)
- pass appropriate flags to CreateFile on Win32 to indicate that files are temporary (this may improve performance a little)
2003-05-09 16:05 skidder
M src/dsql/alld.cpp
M src/jrd/all.cpp
D src/jrd/all_old.cpp
D src/jrd/all_old.h
M src/jrd/jrd.cpp
M src/remote/inet_server.cpp
M src/remote/window.cpp
Cleanup
2003-05-09 15:10 hippoman
M builds/win32/msvc7/Firebird2.sln
M builds/win32/msvc7/common.vcproj
M builds/win32/msvc7/common_classic.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/fbclient.vcproj
M builds/win32/msvc7/fbembed.vcproj
* Synced the msvc7 build files
2003-05-09 14:45 skidder
M src/intl/lc_ascii.c
Strange, but MSVC fails to compile C code that uses "inline" keyword directly. Replace it with "__inline" in my previous commit
2003-05-08 19:47 skidder
M src/intl/lc_ascii.c
Optimize it a little
2003-05-08 17:40 skidder
M doc/WhatsNew
better description for some of RC2 changes
2003-05-08 10:31 alexpeshkoff
M src/common/config/config_file.cpp
For BootBuild don't give any diagnostic for missing firebird.conf.
For wrong firebird.conf - standard diagnostic.
2003-05-08 10:30 aafemt
M src/remote/srvr_w32.cpp
Missed parameter -l -- accept win32 IPC local connections
2003-05-08 07:15 dimitr
M doc/WhatsNew
Added RC2 changes.
2003-05-08 06:21 dimitr
M src/intl/lc_ascii.c
Handle special win1251 characters properly.
2003-05-07 19:14 skidder
M src/remote/xdr.cpp
Mark probable problem for non-Intel ports
2003-05-07 13:48 skidder
M src/lock/lock.cpp
Fix invalid assertion failures in DEV_BUILD
2003-05-07 13:46 skidder
M src/include/fb_types.h
Fix a reason of several observed xdr-related crashes. Bug was introduced during initial C++ porting effort
2003-05-07 11:13 skidder
M src/common/classes/alloc.cpp
No more messages about forbidden usage of global operator new in DEV_BUILD. C++ library from RH8.0 does that routinely and this causes crashes because stderr messages go to TCP socket from fb_inet_server
2003-05-07 10:30 dimitr
M builds/win32/fbclient_boot.mak
Fixed win32 build process.
2003-05-07 07:51 dimitr
M src/common/config/config.cpp
Since CS doesn't lock processes while waiting for incoming aux connection,
it's potentially dangerous to use one definite port for event processing.
2003-05-07 07:25 dimitr
M src/common/config/config.cpp
Corrected default value, as suggested by Nickolay.
2003-05-07 07:22 dimitr
M src/jrd/svc.cpp
Added comment.
2003-05-07 07:08 dimitr
M src/remote/interface.cpp
Const correctness suggested by Claudio.
2003-05-07 07:06 dimitr
M src/jrd/jrd_pwd.h
M src/jrd/pwd.cpp
It's useless to care about handle leaks when both the engine and thread scheduler are shutdown.
Please also note, that THREAD_* macros shouldn't be used in atexit()-handlers or static destructors.
2003-05-07 01:57 arnobrinkman
M src/dsql/pass1.cpp
1) bugfix RC1: Aggregates from a different parent_context where not allowed in the HAVING clause.
2) Enabled aggregate-functions from different parent_context (with lower scope_level) to be used inside another aggregate-function
Example:
SELECT
MAX((SELECT COUNT(*) FROM RDB$RELATIONS))
FROM
RDB$RELATIONS
2003-05-06 15:04 dimitr
M src/common/config/config.cpp
M src/install/misc/firebird.conf
Changed default value.
2003-05-06 12:05 dimitr
M src/jrd/dfw.epp
Hide metadata cache diagnostic warnings in the release builds.
2003-05-05 16:11 skidder
M builds/win32/common_boot.mak
Make Win32 build compile
2003-05-05 14:25 dimitr
M src/jrd/btr.cpp
no message
2003-05-05 12:26 alexpeshkoff
M src/common/config/dir_list.cpp
M src/common/config/dir_list.h
Enable spaces & tabs in directory list
2003-05-05 12:11 dimitr
M src/remote/window.cpp
Disabled XNET in the server window.
2003-05-05 12:09 dimitr
M src/remote/srvr_w32.cpp
If a port cannot be reconnected, exit child process instead of crashing with SEGV.
2003-05-05 11:55 skidder
M src/common/classes/array.h
Fix compiler warnings
2003-05-05 11:48 alexpeshkoff
M src/jrd/rpb_chain.cpp
Don't build rpb chains for external files
2003-05-05 11:47 alexpeshkoff
M src/jrd/exe.cpp
Moved pre-(modify,erase)triggers code to single inline function
2003-05-05 11:44 dimitr
M src/remote/server.cpp
Small fixes for WNET and XNET:
1. Wake up event thread on disconnect.
2. Shutdown broken port properly.
2003-05-05 11:14 dimitr
M src/remote/interface.cpp
Fixed possible client crashes on disconnect (when events are registered).
2003-05-05 10:46 alexpeshkoff
M src/jrd/tra.h
Comment added
2003-05-05 10:45 alexpeshkoff
M src/common/config/config_file.cpp
Preprocessor cleanup
2003-05-05 10:39 dimitr
M src/remote/cntl.cpp
Synchronized command-line arguments with srvr_w32.cpp.
2003-05-05 10:36 dimitr
M builds/win32/msvc6/fbembed.dsp
Updated project files
2003-05-05 10:32 dimitr
A doc/README.user.embedded
Added notes for the embedded server
2003-05-05 10:27 dimitr
M src/install/misc/firebird.conf
Updated documentation
2003-05-05 09:19 dimitr
M src/jrd/isc_file.cpp
M src/remote/interface.cpp
Removed XNET temporary stubs from ISC and REMOTE.
It will be available as native local protocol in v1.6.
2003-05-05 08:48 dimitr
M src/jrd/svc.cpp
Correction.
2003-05-05 08:40 dimitr
M src/jrd/svc.cpp
1. Disabled not working services in win32 CS (until v1.6)
2. Fixed SEGV in the service manager
2003-05-05 07:55 alexpeshkoff
M src/jrd/cmp.cpp
Comment added
2003-05-05 07:38 alexpeshkoff
M builds/posix/make.shared.variables
Dropped second entry for rpb_chain
2003-05-05 07:06 dimitr
M src/jrd/svc.cpp
Cleanup
2003-05-04 22:02 arnobrinkman
M src/dsql/pass1.cpp
fixed a typo and changed some comments
2003-05-04 15:39 dimitr
M src/jrd/exe.cpp
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
1. Cleanup
2. Fixed bug with wrong record statistics when operation fails after a VIO call
(e.g. constraint violation or exception in post-triggers)
2003-05-04 15:32 dimitr
M src/jrd/idx_proto.h
Corrected VIO interface.
2003-05-02 18:41 dimitr
M src/jrd/jrd_pwd.h
M src/jrd/pwd.cpp
Fixed threading issues in the security database manager.
2003-05-02 17:17 dimitr
M src/remote/protocol.h
M src/remote/server.cpp
Rolled back asymmetric protocol due to found bugs and lack of time to fix them in v1.5.
2003-05-02 16:04 alexpeshkoff
M src/burp/burp.cpp
M src/burp/spit.cpp
M src/burp/spit.h
A src/burp/std_desc.h
Fixed bug with stdin/stdout use in win32 version of gbak
2003-05-02 15:44 dimitr
M src/misc/writeBuildNum.sh
Getting ready for RC2
2003-05-02 15:20 alexpeshkoff
M src/dsql/pass1.cpp
Fixed server crash in EXECUTE STATEMENT combined with exceptions handling block
2003-05-02 15:13 alexpeshkoff
M src/jrd/cmp.cpp
Once I've seen att_requests == 0x00000014,
so some debugging code added to catch it earlier in dev_builds
2003-05-01 13:28 dimitr
M builds/win32/msvc6/fbclient.dsp
M src/common/config/config_file.cpp
Bugfix
2003-05-01 12:46 dimitr
M src/jrd/dls.cpp
Cleanup
2003-05-01 12:20 dimitr
M src/common/config/dir_list.cpp
M src/common/config/dir_list.h
M src/jrd/dls.cpp
M src/jrd/dls_proto.h
Temporary directory management
2003-05-01 11:45 dimitr
M src/install/misc/firebird.conf
Temporary directory management
2003-05-01 11:35 dimitr
M src/common/config/config.cpp
M src/common/config/config.h
Temporary directory management
2003-04-29 18:42 skidder
M src/lock/lock.cpp
Fix broken lock table resizing code in CS builds.
This bug affected all versions of Firebird (and probably Interbase too).
The only reason why CS builds worked was a fact that UNIX
usually maps grown memory mapping to the same address as
it were before.
2003-04-29 17:14 skidder
M src/intl/lc_ascii.c
M src/intl/lc_ascii.h
Make UPPER() work correctly for WIN1251 charset
2003-04-29 15:08 alexpeshkoff
M src/remote/srvr_w32.cpp
Make SS create memory log in debug mode on shutdown
2003-04-29 14:23 alexpeshkoff
M builds/posix/make.shared.variables
added rpb_chain to posix build
2003-04-28 19:48 skidder
M src/install/arch-specific/linux/classic/makeInstallImage.sh.in
M src/install/arch-specific/linux/classic/postinstall.sh.in
M src/install/arch-specific/linux/classic/preinstall.sh.in
Install firebird.conf to installation root on Linux
2003-04-28 18:57 fsg
M builds/posix/make.shared.variables
Update linux makefiles to reflect rpb_chain changes
2003-04-28 18:24 skidder
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
Update MSVC7 makefiles to reflect rpb_chain changes
2003-04-28 16:44 dimitr
M src/jrd/svc.cpp
Rehabilitation day. Yet another bugfix for my old mistakes. Arrrgh!!!
2003-04-28 07:41 dimitr
M src/dsql/ddl.cpp
Damn, what I was thinking about that time?
2003-04-26 10:09 alexpeshkoff
M src/jrd/exe.cpp
Use the same pool for array and it's elements
2003-04-26 10:08 alexpeshkoff
M src/common/classes/array.h
Don't execute any constructors / destructors for elements of class T
2003-04-26 09:36 alexpeshkoff
M src/jrd/rpb_chain.h
Fixed g++ warning
2003-04-25 17:15 alexpeshkoff
M src/jrd/exe.cpp
Fixed 2 bugs, which caused server to crash
2003-04-25 14:51 alexpeshkoff
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M src/jrd/exe.cpp
A src/jrd/rpb_chain.cpp
A src/jrd/rpb_chain.h
M src/jrd/tra.cpp
M src/jrd/tra.h
Fixed bug with wrong rpb contents after pre-triggers execution
2003-04-25 14:47 alexpeshkoff
A src/common/classes/array.h
Added dynamic arrays support
2003-04-25 13:25 alexpeshkoff
M src/jrd/ExecuteStatement.cpp
Minor cleanup
2003-04-24 05:46 dimitr
M src/jrd/exe.cpp
With some luck, this should fix the buggy behaviour of ROW_COUNT.
2003-04-23 16:17 skidder
M builds/win32/common_boot.mak
Fix up makefile a little
2003-04-23 07:29 alexpeshkoff
M src/jrd/inf.cpp
fix buffer overrun in get_counts()
2003-04-23 06:42 eku
M src/install/arch-specific/sinixz/prototype.in
Reduced the number of distributed header files
2003-04-23 06:40 eku
M src/jrd/common.h
SINIX-Z does not provide a prototype for syslog() :-(
2003-04-22 08:45 alexpeshkoff
M src/jrd/exe.cpp
execute statement cleanup
2003-04-20 16:26 skidder
A doc/fb2-todo.txt
Added TODO for Firebird 2
2003-04-20 15:11 skidder
M src/install/arch-specific/linux/misc/firebird.xinetd.in
Fix problem in firebird.xinetd noted by Andreas Filsinger
2003-04-20 03:30 hippoman
M builds/win32/msvc7/Firebird2.sln
M builds/win32/msvc7/alice.vcproj
M builds/win32/msvc7/alice_classic.vcproj
M builds/win32/msvc7/burp.vcproj
M builds/win32/msvc7/burp_classic.vcproj
M builds/win32/msvc7/common.vcproj
M builds/win32/msvc7/common_classic.vcproj
M builds/win32/msvc7/dsql_server.vcproj
M builds/win32/msvc7/dsql_server_classic.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/fb_lock_print.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbguard.vcproj
M builds/win32/msvc7/fbserver.vcproj
M builds/win32/msvc7/fbudf.vcproj
M builds/win32/msvc7/gbak.vcproj
M builds/win32/msvc7/gdef.vcproj
M builds/win32/msvc7/gds32.vcproj
M builds/win32/msvc7/gfix.vcproj
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
M builds/win32/msvc7/gsec.vcproj
M builds/win32/msvc7/gsplit.vcproj
M builds/win32/msvc7/gstat.vcproj
M builds/win32/msvc7/ib_udf.vcproj
M builds/win32/msvc7/ib_util.vcproj
M builds/win32/msvc7/instreg.vcproj
M builds/win32/msvc7/instsvc.vcproj
M builds/win32/msvc7/intl.vcproj
M builds/win32/msvc7/intlcpp.vcproj
M builds/win32/msvc7/ipserver.vcproj
M builds/win32/msvc7/isql.vcproj
M builds/win32/msvc7/lock.vcproj
M builds/win32/msvc7/lock_classic.vcproj
M builds/win32/msvc7/qli.vcproj
M builds/win32/msvc7/remote.vcproj
M builds/win32/msvc7/remote_classic.vcproj
M builds/win32/msvc7/utilities.vcproj
M builds/win32/msvc7/utilities_classic.vcproj
M builds/win32/msvc7/wal.vcproj
M builds/win32/msvc7/wal_classic.vcproj
* Sync the msvc7 build
2003-04-19 17:01 alexpeshkoff
M builds/win32/msvc6/common_classic.dsp
Exit on missing / wrong firebird.conf with error report in system log
2003-04-19 16:46 alexpeshkoff
M builds/posix/make.shared.variables
M builds/win32/msvc6/common.dsp
M src/common/config/config.cpp
M src/common/config/config_file.cpp
M src/common/config/config_file.h
M src/jrd/db_alias.cpp
A src/jrd/os/fbsyslog.h
A src/jrd/os/posix/fbsyslog.cpp
A src/jrd/os/win32/fbsyslog.cpp
Exit on missing / wrong firebird.conf with error report in system log
2003-04-19 16:39 alexpeshkoff
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
Changed gds__log parameter to be const
2003-04-19 14:08 stryqx
A src/install/arch-specific/freebsd
A src/install/arch-specific/freebsd/Makefile.in
FreeBSD-specific Makefile.in.
Empty for the moment.
2003-04-18 10:30 paul_reeves
M builds/win32/preprocess.bat
Update reference to downloadable file.
2003-04-17 20:58 arnobrinkman
M src/dsql/pass1.cpp
bugfix: stored procedure with input parameters and aggregate tracking/validating methods failed
2003-04-17 18:42 bellardo
M configure.in
Don't forget to create the darwin specific OS directories in gen/*
2003-04-17 18:41 bellardo
M autogen.sh
Fix the permissions on the configure script, just in case it is needed (like on Darwin)
2003-04-17 10:15 aafemt
M src/lock/lock.cpp
Fix for previous commit
2003-04-17 08:30 dimitr
M src/jrd/jrd_pwd.h
Fixed crash in the embedded server.
2003-04-16 22:49 arnobrinkman
M src/dsql/pass1.cpp
bugfix: Parameters from stored procedures in a sub-select where not remaped to the good context in a aggregate query.
example:
SELECT
(SELECT sp.x FROM SP_TEST(T1.ID) sp)
FROM
Table1 T1
GROUP BY
T1.ID
2003-04-16 10:18 aafemt
M src/alice/alice.h
M src/alice/tdr.cpp
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/canonical.cpp
M src/burp/restore.epp
M src/dsql/dsql.cpp
M src/dsql/errd.cpp
M src/dsql/metd.epp
M src/dsql/movd.cpp
M src/dsql/preparse.cpp
M src/dsql/user_dsql.cpp
M src/dudley/exe.epp
M src/dudley/extract.epp
M src/dudley/lex.cpp
M src/gpre/gpre_meta.epp
M src/ipserver/ipc.h
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
M src/isql/show.epp
M src/journal/archive.cpp
M src/journal/gjrn.cpp
M src/journal/journal_vms.e
M src/journal/rebuild.e
M src/journal/server.e
M src/jrd/ExecuteStatement.cpp
M src/jrd/ail.cpp
M src/jrd/all_old.cpp
M src/jrd/alt.cpp
M src/jrd/blob_filter.cpp
M src/jrd/cch.cpp
M src/jrd/common.h
M src/jrd/dfw.epp
M src/jrd/dyn.epp
M src/jrd/err.cpp
M src/jrd/event.cpp
M src/jrd/exe.cpp
M src/jrd/ibase.h
M src/jrd/iberr.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd_pwd.h
M src/jrd/map.cpp
M src/jrd/perf.cpp
M src/jrd/print.cpp
M src/jrd/rdb.cpp
M src/jrd/rdbgpas.cpp
M src/jrd/rdbint.cpp
M src/jrd/rng.cpp
M src/jrd/tra.cpp
M src/jrd/utl.cpp
M src/jrd/vio.cpp
M src/jrd/why.cpp
M src/jrd/y-valve.cpp
M src/lock/driver.cpp
M src/lock/lock.cpp
M src/lock/manager.cpp
M src/lock/print.cpp
M src/qli/all.cpp
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/format.cpp
M src/qli/gener.cpp
M src/qli/lex.cpp
M src/qli/meta.epp
M src/qli/proc.epp
M src/qli/show.epp
M src/remote/ibconfig.cpp
M src/remote/inet_server.cpp
M src/remote/interface.cpp
M src/remote/mgr.cpp
M src/remote/protocol.cpp
M src/remote/remote.h
M src/remote/server.cpp
M src/remote/srvr_w32.cpp
M src/utilities/cache.cpp
M src/utilities/cmd_util.cpp
M src/utilities/create_db.cpp
M src/utilities/dba.epp
M src/utilities/dba_full.epp
M src/utilities/drop.cpp
M src/utilities/gsec.cpp
M src/utilities/gsec.h
M src/utilities/print_pool.cpp
M src/utilities/sbc_print.cpp
M src/utilities/security.epp
M src/utilities/srvrmgr.cpp
M src/v5_examples/api1.c
M src/v5_examples/api10.c
M src/v5_examples/api11.c
M src/v5_examples/api12.c
M src/v5_examples/api13.c
M src/v5_examples/api14.e
M src/v5_examples/api15.c
M src/v5_examples/api16.c
M src/v5_examples/api16t.c
M src/v5_examples/api2.c
M src/v5_examples/api3.c
M src/v5_examples/api4.c
M src/v5_examples/api5.c
M src/v5_examples/api6.c
M src/v5_examples/api7.c
M src/v5_examples/api8.c
M src/v5_examples/api9.c
M src/v5_examples/apifull.c
M src/v5_examples/empbuild.c
M src/v5_examples/winevent.c
M src/wal/driver.cpp
M src/wal/wal.cpp
M src/wal/wal_prnt.cpp
M src/wal/walc.cpp
M src/wal/walw.cpp
Introduce of ISC_STATUS_ARRAY
2003-04-16 10:10 aafemt
M src/include/fb_types.h
Introduce of ISC_STATUS_ARRAY
2003-04-15 15:26 skidder
M src/install/misc/CSchangeRunUser.sh
M src/install/misc/CSrestoreRootRunUser.sh
M src/install/misc/SSchangeRunUser.sh
M src/install/misc/SSrestoreRootRunUser.sh
M src/install/misc/changeDBAPassword.sh
M src/install/misc/firebird.init.d.generic
M src/install/misc/firebird.init.d.mandrake
Fix up Linux scripts
2003-04-15 11:15 dimitr
M src/utilities/install_svc.cpp
Fixed problem with start/stop commands of instsvc + some cleanup.
2003-04-15 09:19 dimitr
M builds/win32/msvc6/instsvc.dsp
Corrected a typo.
2003-04-14 19:21 skidder
M builds/posix/prefix.linux
Be compatible with older machines
2003-04-14 07:23 alexpeshkoff
M src/jrd/ext.cpp
M src/jrd/flu.cpp
Suggested by Claudio cleanup
2003-04-13 19:52 skidder
M src/jrd/svc.cpp
Make database stats Service work for Posix CS builds
2003-04-13 17:02 skidder
M src/jrd/codes.epp
Make codes compile again on Posix
2003-04-13 15:18 skidder
M doc/WhatsNew
Add description for my lock manager changes
2003-04-13 15:05 skidder
M src/install/misc/firebird.conf
*** empty log message ***
2003-04-13 14:50 dimitr
M doc/WhatsNew
Added RC1 changes.
2003-04-13 14:16 dimitr
M src/install/misc/firebird.conf
Updated firebird.conf.
2003-04-13 13:22 dimitr
M src/jrd/exe.cpp
Fixed problem with error reporting.
2003-04-13 13:07 dimitr
M src/include/gen/msgs.h
M src/msgs/msg.gbak
Updated messages database.
2003-04-13 12:14 dimitr
A builds/win32/build_msg.bat
A builds/win32/build_msg.mak
A builds/win32/codes.mak
M builds/win32/prepare.bat
M builds/win32/preprocess.bat
Updated win32 build.
2003-04-13 12:08 dimitr
M src/jrd/codes.epp
Fixed compile problems on win32.
2003-04-13 08:44 dimitr
M src/utilities/dba.epp
no message
2003-04-13 08:21 fsg
M src/jrd/common.h
use the right conversion specifiers for linux
2003-04-12 17:06 alexpeshkoff
M src/jrd/dls.cpp
M src/jrd/dls_proto.h
M src/jrd/isc.cpp
New UdfAccess implementation - related cleanup
2003-04-12 16:34 alexpeshkoff
M src/common/config/config.cpp
M src/common/config/config.h
M src/jrd/flu.cpp
Restrict UDF access via UdfAccess entry in firebird.conf
2003-04-12 10:35 alexpeshkoff
M src/jrd/ExecuteStatement.cpp
M src/jrd/ExecuteStatement.h
Fixed problems with SQLDA > 32K
2003-04-12 10:24 alexpeshkoff
M src/common/config/dir_list.cpp
Directory access restrictions don't apply now to BOOT_BUILD
2003-04-12 10:04 alexpeshkoff
M src/jrd/jrd.cpp
Any database, mentioned in aliases.conf, may be accessed
regardless of DatabaseAccess parameter in firebird.conf.
2003-04-11 10:32 paul_reeves
M builds/win32/blrtable.bat
M builds/win32/build_all.bat
M builds/win32/build_boot.bat
M builds/win32/prepare.bat
Add a (very) little documentation to some of the Win32 .bat files. Improve blrtable.bat's manners (and of course get it to compile blrtable again.)
2003-04-11 07:28 dimitr
M src/jrd/btr.cpp
no message
2003-04-11 05:17 dimitr
M builds/win32/common_boot.mak
M builds/win32/fbclient_boot.mak
M builds/win32/gpre.mak
M builds/win32/gpre_boot.mak
Fixed win32 build.
2003-04-10 10:48 aafemt
M src/include/fb_types.h
STATUS -> ISC_STATUS. Finalize
2003-04-10 10:42 aafemt
M src/utilities/cache.cpp
M src/utilities/cmd_util.cpp
M src/utilities/cmd_util_proto.h
M src/utilities/dba.epp
M src/utilities/dba_full.epp
M src/utilities/drop.cpp
M src/utilities/gsec.cpp
M src/utilities/gsec.h
M src/utilities/sbc_print.cpp
M src/utilities/secur_proto.h
M src/utilities/security.epp
M src/utilities/srvrmgr.cpp
M src/v5_examples/winevent.c
M src/wal/driver.cpp
M src/wal/wal.cpp
M src/wal/wal_prnt.cpp
M src/wal/wal_proto.h
M src/wal/walc.cpp
M src/wal/walc_proto.h
M src/wal/walf.cpp
M src/wal/walf_proto.h
M src/wal/walr.cpp
M src/wal/walr_proto.h
M src/wal/walw.cpp
M src/wal/walw_proto.h
STATUS -> ISC_STATUS
2003-04-10 10:31 aafemt
M src/remote/allr.cpp
M src/remote/chuser.cpp
M src/remote/ibconfig.cpp
M src/remote/inet.cpp
M src/remote/inet_proto.h
M src/remote/inet_server.cpp
M src/remote/inter_proto.h
M src/remote/interface.cpp
M src/remote/merge.cpp
M src/remote/mgr.cpp
M src/remote/protocol.cpp
M src/remote/protocol.h
M src/remote/remot_proto.h
M src/remote/remote.cpp
M src/remote/remote.h
M src/remote/server.cpp
M src/remote/srvr_w32.cpp
M src/remote/wnet.cpp
M src/remote/wnet_proto.h
M src/remote/xnet.cpp
M src/remote/xnet_proto.h
STATUS -> ISC_STATUS
2003-04-10 10:16 aafemt
M src/qli/all.cpp
M src/qli/err.cpp
M src/qli/err_proto.h
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/exe.h
M src/qli/format.cpp
M src/qli/gener.cpp
M src/qli/lex.cpp
M src/qli/meta.epp
M src/qli/proc.epp
M src/qli/show.epp
STATUS -> ISC_STATUS
2003-04-10 10:08 aafemt
M src/lock/driver.cpp
M src/lock/lock.cpp
M src/lock/lock_proto.h
M src/lock/manager.cpp
M src/lock/print.cpp
STATUS -> ISC_STATUS
2003-04-10 07:50 eku
M builds/posix/Makefile.in.embed.qli
M builds/posix/Makefile.in.msgs
M builds/posix/Makefile.in.refDatabases
M builds/posix/make.shared.targets
Fixed typo: LN_S->LN
2003-04-10 07:06 eku
M src/jrd/common.h
SINIX-Z: added missing format macros.
2003-04-10 06:49 aafemt
M src/jrd/ExecuteStatement.cpp
M src/jrd/ExecuteStatement.h
M src/jrd/ail.cpp
M src/jrd/ail.h
M src/jrd/all_old.cpp
M src/jrd/alt.cpp
M src/jrd/blb.cpp
M src/jrd/blf_proto.h
M src/jrd/blob_filter.cpp
M src/jrd/blob_filter.h
M src/jrd/cch.cpp
M src/jrd/cch_proto.h
M src/jrd/dfw.epp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/entry.h
M src/jrd/envelope.epp
M src/jrd/err.cpp
M src/jrd/err_proto.h
M src/jrd/event.cpp
M src/jrd/event_proto.h
M src/jrd/exe.cpp
M src/jrd/ext.cpp
M src/jrd/filte_proto.h
M src/jrd/filters.cpp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/gdsold.h
M src/jrd/iberr.cpp
M src/jrd/iberr.h
M src/jrd/iberr_proto.h
M src/jrd/intl.cpp
M src/jrd/intl_proto.h
M src/jrd/isc_ipc.cpp
M src/jrd/isc_s_proto.h
M src/jrd/isc_sync.cpp
M src/jrd/jio.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/jrd_proto.h
M src/jrd/jrd_pwd.h
M src/jrd/jrn.cpp
M src/jrd/jrn.h
M src/jrd/jrn_proto.h
M src/jrd/lck.cpp
M src/jrd/llio.cpp
M src/jrd/llio_proto.h
M src/jrd/map.cpp
M src/jrd/map_proto.h
M src/jrd/met.epp
M src/jrd/pag.cpp
M src/jrd/par.cpp
M src/jrd/perf.cpp
M src/jrd/pio_proto.h
M src/jrd/print.cpp
M src/jrd/rdb.cpp
M src/jrd/rdbgpas.cpp
M src/jrd/rdbint.cpp
M src/jrd/rng.cpp
M src/jrd/sdl.cpp
M src/jrd/sdl_proto.h
M src/jrd/sort.cpp
M src/jrd/sort.h
M src/jrd/sort_mem.cpp
M src/jrd/sort_mem.h
M src/jrd/sort_proto.h
M src/jrd/stats.epp
M src/jrd/status.cpp
M src/jrd/status.h
M src/jrd/sun_ftn.cpp
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/svc_proto.h
M src/jrd/tra.cpp
M src/jrd/unix.cpp
M src/jrd/utl.cpp
M src/jrd/utl_proto.h
M src/jrd/vio.cpp
M src/jrd/vms.cpp
M src/jrd/vmsevent.cpp
M src/jrd/vmslo_proto.h
M src/jrd/vmslock.cpp
M src/jrd/why.cpp
M src/jrd/why_proto.h
M src/jrd/winnt.cpp
M src/jrd/y-valve.cpp
STATUS -> ISC_STATUS
2003-04-10 06:39 eku
M src/jrd/unix.cpp
fil_max_page is of type ULONG!
2003-04-10 06:34 eku
M builds/posix/Makefile.in.embed.qli
M builds/posix/Makefile.in.example5
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.msgs
M builds/posix/Makefile.in.refDatabases
M builds/posix/make.rules
M builds/posix/make.shared.targets
Use predefined macros from make.defaults!
2003-04-10 06:32 aafemt
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/alice_meta.h
M src/alice/alice_proto.h
M src/alice/tdr.cpp
M src/alice/tdr_proto.h
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/burp_proto.h
M src/burp/canonical.cpp
M src/burp/restore.epp
M src/common/fb_exception.cpp
M src/dsql/array.epp
M src/dsql/array_proto.h
M src/dsql/blob.epp
M src/dsql/blob_proto.h
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/dsql_proto.h
M src/dsql/errd.cpp
M src/dsql/errd_proto.h
M src/dsql/metd.epp
M src/dsql/movd.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dsql/prepa_proto.h
M src/dsql/preparse.cpp
M src/dsql/user__proto.h
M src/dsql/user_dsql.cpp
M src/dsql/utld.cpp
M src/dsql/utld_proto.h
M src/dudley/ddl.cpp
M src/dudley/ddl_proto.h
M src/dudley/exe.epp
M src/dudley/extract.epp
M src/dudley/lex.cpp
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/include/fb_exception.h
M src/include/fb_types.h
M src/ipserver/ipapi_proto.h
M src/ipserver/ipc.h
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
M src/isql/isql.epp
M src/isql/isql_proto.h
M src/isql/show.epp
M src/journal/archive.cpp
M src/journal/console.cpp
M src/journal/gjrn.cpp
M src/journal/journal_vms.e
M src/journal/rebuild.e
M src/journal/server.e
STATUS -> ISC_STATUS
2003-04-10 06:03 aafemt
M src/jrd/ibase.h
defines -> typedefs
2003-04-09 13:20 dimitr
M src/remote/inet.cpp
M src/remote/protocol.h
M src/remote/wnet.cpp
M src/remote/xnet.cpp
1. Ask for only asymmetric protocols from the client side.
2. Cleanup.
2003-04-09 12:45 brodsom
M src/utilities/dba.epp
Patch for delete void* not defined (Claudio's patch)
2003-04-09 11:41 brodsom
M src/jrd/sort_mem.cpp
Patch wrong condition in loop
2003-04-09 10:51 dimitr
M src/dsql/parse.y
Misprint.
2003-04-09 10:48 dimitr
M src/remote/server.cpp
Accept only asymmetric protocols on the server side.
2003-04-09 10:18 dimitr
M src/dsql/parse.y
no message
2003-04-09 10:14 dimitr
M src/dsql/dsql.tab.h
M src/dsql/parse.cpp
M src/dsql/parse.y
Fixed migration rule in the parser which allows columns to be renamed.
2003-04-09 10:08 dimitr
M builds/win32/msvc6/alice.dsp
M builds/win32/msvc6/alice_classic.dsp
M builds/win32/msvc6/burp.dsp
M builds/win32/msvc6/burp_classic.dsp
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
M builds/win32/msvc6/dsql_server.dsp
M builds/win32/msvc6/dsql_server_classic.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/fb_lock_print.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbguard.dsp
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc6/fbudf.dsp
M builds/win32/msvc6/gbak.dsp
M builds/win32/msvc6/gdef.dsp
M builds/win32/msvc6/gds32.dsp
M builds/win32/msvc6/gfix.dsp
M builds/win32/msvc6/gpre.dsp
M builds/win32/msvc6/gpre_boot.dsp
M builds/win32/msvc6/gsec.dsp
M builds/win32/msvc6/gsplit.dsp
M builds/win32/msvc6/gstat.dsp
M builds/win32/msvc6/ib_udf.dsp
M builds/win32/msvc6/ib_util.dsp
M builds/win32/msvc6/instreg.dsp
M builds/win32/msvc6/instsvc.dsp
M builds/win32/msvc6/intl.dsp
M builds/win32/msvc6/intlcpp.dsp
M builds/win32/msvc6/ipserver.dsp
M builds/win32/msvc6/isql.dsp
M builds/win32/msvc6/lock.dsp
M builds/win32/msvc6/lock_classic.dsp
M builds/win32/msvc6/qli.dsp
M builds/win32/msvc6/remote.dsp
M builds/win32/msvc6/remote_classic.dsp
M builds/win32/msvc6/utilities.dsp
M builds/win32/msvc6/utilities_classic.dsp
M builds/win32/msvc6/wal.dsp
M builds/win32/msvc6/wal_classic.dsp
Fixed win32 build.
2003-04-09 09:18 paul_reeves
A src/install/arch-specific/win32/FirebirdInstall_15.iss
Initial (non-working) draft of Win32 install script.
2003-04-09 09:07 paul_reeves
A src/install/arch-specific/win32
A src/install/arch-specific/win32/BuildExecutableInstall.bat
A src/install/arch-specific/win32/Readme.txt
A src/install/arch-specific/win32/firebird_install_logo1.bmp
A src/install/arch-specific/win32/installation_readme.txt
A src/install/misc/IDPLicense.txt
A src/install/misc/IPLicense.txt
Preparatory work for Win32 install script.
2003-04-09 08:57 brodsom
M src/jrd/common.h
Needed & Forgoten commit
2003-04-09 05:57 fsg
M src/jrd/common.h
xLONGFORMAT and XLONGFORMAT aren't defined for linux
2003-04-08 12:37 dimitr
M src/misc/writeBuildNum.sh
Preparing for RC1
2003-04-08 10:41 brodsom
M builds/posix/prefix.mingw.README.html
Update MINGW readme
2003-04-08 10:38 brodsom
M src/isql/isql.epp
M src/isql/show.epp
Isql warning fixes
2003-04-08 10:37 brodsom
M src/utilities/dba.epp
Utilities warning fixes
2003-04-08 10:36 brodsom
M src/remote/interface.cpp
Avoid nested ifdefs (Thanks to Claudio)
2003-04-08 10:25 aafemt
M builds/posix/Makefile.in.firebird
M builds/posix/make.rules
M src/include/gen/codes.h
M src/jrd/codes.epp
M src/jrd/gdsold.h
M src/jrd/ibase.h
Public headers don't use pathes in #include directives any more. Now they can be provided 'as is'
2003-04-08 10:09 aafemt
M builds/posix/Makefile.in.v5_examples
Better exampes' copying
2003-04-08 01:06 brodsom
M src/remote/interface.cpp
M src/remote/parser.cpp
M src/remote/server.cpp
M src/remote/xnet.cpp
REMOTE warning fixes
2003-04-08 01:03 brodsom
M src/wal/walc.cpp
WAL warning fixes
2003-04-08 01:02 brodsom
M src/lock/lock.cpp
Lock warning fixes
2003-04-08 01:01 brodsom
M src/dudley/ddl.cpp
Dudley warning fixes
2003-04-08 00:31 brodsom
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/gen.cpp
M src/dsql/pass1.cpp
DSQL warning fixes.
2003-04-07 23:41 brodsom
M src/ipserver/ipserver.cpp
Ipserver warning fixes
2003-04-07 21:51 brodsom
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/mvol.cpp
M src/burp/restore.epp
- Fixes for burp warnings.
2003-04-07 19:16 brodsom
M src/jrd/tra.cpp
Modify previous change
2003-04-07 15:48 alexpeshkoff
M src/common/config/dir_list.cpp
M src/common/config/dir_list.h
Removed g++ warnings
2003-04-07 10:14 aafemt
M builds/posix/Makefile.in.firebird
fix typo
2003-04-07 08:39 brodsom
M src/jrd/sdl.cpp
Change the format of the ifdef
2003-04-06 15:01 alexpeshkoff
M src/common/config/config.cpp
M src/common/config/config.h
M src/common/config/dir_list.cpp
M src/common/config/dir_list.h
M src/install/misc/firebird.conf
M src/jrd/dfw.epp
M src/jrd/ext.cpp
M src/jrd/isc_f_proto.h
M src/jrd/isc_file.cpp
M src/jrd/jrd.cpp
New style of files access configuration
2003-04-06 11:40 alexpeshkoff
M src/gpre/ftn.cpp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/isc.cpp
M src/jrd/isc_proto.h
M src/jrd/svc.cpp
M src/qli/help.epp
1. Fixed potential buffer overflow in gds__prefix* family of functions.
2. Changed second parameter declaration to be const.
2003-04-06 11:34 dimitr
M src/dsql/parse.y
no message
2003-04-06 11:20 dimitr
M src/dsql/dsql.tab.h
M src/dsql/keywords.cpp
M src/dsql/misc_func.cpp
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
1. Cleanup
2. ROWS_AFFECTED is renamed to ROW_COUNT
(see SQL2002 specification)
3. CONNECTION_ID/TRANSACTION_ID are renamed to CURRENT_CONNECTION/CURRENT_TRANSACTION
(see SQL2002 recommendations for context functions)
4. Solved most of the shift/reduce conflicts and all reduce/reduce conflicts in the grammar
5. Fixed ambiguity in ORDER BY clause, when both the value and the clause itself could contain COLLATE word
(now explicit collation sequence of the value is used in the ordering logic)
6. Some of newly introduced tokens are made non-reserved
7. Added code to enable ORDER/GROUP BY ordinal when asterisk is used in the select list
(not sure which version it should go, so it's commented out so far)
2003-04-06 10:09 dimitr
M src/dsql/dsql.h
M src/dsql/make.cpp
Cleanup.
2003-04-06 09:08 alexpeshkoff
M src/common/config/dir_list.h
M src/jrd/ext.cpp
M src/jrd/isc_file.cpp
M src/jrd/jrd.cpp
Code cleanup
2003-04-04 10:40 aafemt
M builds/posix/Makefile.in.static.gbak
Prevent static gbak from multiple build
2003-04-03 21:41 skidder
M src/install/arch-specific/linux/classic/makeInstallImage.sh.in
M src/install/arch-specific/linux/classic/postinstall.sh.in
M src/install/misc/CSchangeRunUser.sh
Make linux CS install work again
2003-04-03 21:36 skidder
M src/dsql/dsql.h
Make PROD_BUILD compile again
2003-04-03 20:07 brodsom
M src/jrd/lck.cpp
ifdef code to avoid not used warnings.
2003-04-03 20:06 brodsom
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/dfw.epp
Avoid signed unsigned comparisons
2003-04-03 18:43 brodsom
M src/dsql/make.cpp
M src/jrd/thd.cpp
M src/jrd/vio.cpp
M src/wal/walf.cpp
M src/wal/walr.cpp
M src/wal/walw.cpp
Avoid signed unsigned comparisons
2003-04-03 17:19 brodsom
M src/burp/canonical.cpp
M src/ipserver/ipserver.cpp
M src/jrd/tpc.cpp
M src/jrd/tra.cpp
M src/remote/inet.cpp
M src/remote/wnet.cpp
Avoid signed unsigned comparison
2003-04-03 13:52 brodsom
M src/jrd/blb.cpp
M src/jrd/cmp.cpp
M src/jrd/event.cpp
M src/jrd/filters.cpp
M src/jrd/flu.cpp
M src/jrd/intl.cpp
M src/jrd/isc_sync.cpp
M src/jrd/rec.cpp
M src/jrd/rse.cpp
- Avoiding some signed unsigned comparisons
2003-04-03 13:46 brodsom
M src/jrd/vio.cpp
Correct formats
2003-04-03 13:32 alexpeshkoff
M src/common/config/dir_list.cpp
Enabled up-dir access for fully opened filesystem
2003-04-03 12:41 eku
M src/dsql/parse.sed
Fixed a compilation error with code generated by the SVR4 yacc.
2003-04-03 10:13 brodsom
M src/jrd/sdl.cpp
- Patch bug
2003-04-03 10:11 brodsom
M src/jrd/sbm.cpp
- Remove constant conditionals
- Correct format
2003-04-03 10:09 brodsom
M src/jrd/gds.cpp
M src/jrd/isc.cpp
M src/jrd/svc.cpp
M src/jrd/why.cpp
- Ifdef unused or conditioned code
- Remove intermediate macro
2003-04-03 09:34 brodsom
M src/qli/command.cpp
M src/qli/compile.cpp
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/expand.cpp
M src/qli/format.cpp
M src/qli/lex.cpp
M src/qli/mov.cpp
M src/qli/parse.cpp
M src/qli/show.epp
- ifdef unused or conditioned code
- Correct formats
- Change NULL to 0 or FALSE
2003-04-03 09:29 brodsom
M src/dsql/dsql.h
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/pass1.cpp
- Spli macro to avoid not used warnings
- Minor code formatting
2003-04-03 09:26 brodsom
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/show.epp
- Remove unneeded macro
- Move alpha_months from header to isql.epp
2003-04-03 09:23 brodsom
M src/remote/wnet.cpp
M src/remote/xnet.cpp
Use 0 instead of NULL
2003-04-03 09:21 brodsom
M src/remote/interface.cpp
Ifdef variable declaration
2003-04-03 09:19 brodsom
M src/utilities/dba.epp
Ifdef function declaration
2003-04-03 08:52 brodsom
M src/gpre/cob.cpp
ifdef unused code
2003-04-03 08:51 brodsom
M src/msgs/build_file.epp
Correct formats
2003-04-03 08:51 brodsom
M src/burp/burpswi.h
M src/burp/spit.cpp
Move definitions only used by gspit to spit.cpp
2003-04-03 08:49 brodsom
M src/jrd/os/win32/thd_priority.cpp
Comment unused var decl
2003-04-03 07:35 eku
M builds/posix/make.shared.targets
SVR4 yacc doesn't support '-b' option. So use 'mv' to achieve the same
result.
2003-04-03 06:55 eku
M src/dsql/parse.y
SVR4 yacc doesn't like C++ style comments!
2003-04-03 02:16 brodsom
M src/iscguard/cntl_guard.cpp
M src/iscguard/iscguard.cpp
- Correct formats
- Remove unused var
- ifdef unused code
- add brackets to initializer
2003-04-03 02:03 brodsom
M src/dudley/exe.epp
M src/dudley/expand.cpp
M src/dudley/extract.epp
M src/dudley/trn.cpp
- Correct formats
- Remove unused var
- ifdef unused code
2003-04-03 02:00 brodsom
M src/dudley/ddl.h
M src/dudley/parse.cpp
- Move definition from header to the c which use it.
- Remove unused var
- Change NULL to 0
2003-04-03 01:52 brodsom
M src/intl/cv_unicode_fss.c
M src/intlcpp/cv_unicode_fss.cpp
Add cast
2003-04-03 01:51 brodsom
M src/dsql/dsql.cpp
M src/dsql/hsh.cpp
M src/ipserver/ipserver.cpp
M src/remote/cntl.cpp
M src/remote/window.cpp
M src/utilities/ppg.cpp
Correct formats
2003-04-03 01:36 brodsom
M src/dsql/dsql.tab.h
M src/dsql/parse.cpp
M src/dsql/parse.y
- Update parser (with byacc 1.9)
2003-04-02 22:24 brodsom
M builds/posix/make.shared.targets
Filter crlf in windows platform
2003-04-02 15:14 alexpeshkoff
M src/common/config/dir_list.cpp
M src/jrd/os/win32/path_utils.cpp
Fixed use of / and c:\ in directories list
2003-04-02 14:31 brodsom
M src/jrd/svc.cpp
- Avoid some not defined/not used warnings.
2003-04-02 14:30 brodsom
M src/jrd/isc_file.cpp
- Avoid not defined warning and put some comments in C++ format.
2003-04-02 12:07 brodsom
M src/gpre/gpre.cpp
- Add some ifdefs to isolate better the langs
2003-04-02 12:01 brodsom
M src/jrd/jrd.h
- Remove unsigned-signed comparison warnings.
2003-04-02 11:49 brodsom
M src/gpre/pretty.cpp
- Remove ugly & unneeded casts
2003-04-02 11:23 brodsom
M src/jrd/utl.cpp
- Use 0 instead NULL to compare with USHORT
2003-04-02 11:22 brodsom
M src/jrd/isc_sync.cpp
- Avoid unused variable warnings
2003-04-02 11:21 brodsom
M src/jrd/isc_ipc.cpp
- Avoid gcc wrong warning.
2003-04-02 11:20 brodsom
M src/jrd/isc.cpp
- Avoid partially bracketed warning
2003-04-02 11:18 brodsom
M src/jrd/gds.cpp
- Avoid signed-unsigned comparison
- alloc_mutex only used for V4_THR
- Correct landId argument.
2003-04-02 11:14 brodsom
M src/common/config/dir_list.cpp
- Avoid signed-unsigned comparison
2003-04-02 11:13 brodsom
M src/jrd/ExecuteStatement.cpp
M src/jrd/opt.cpp
- Comment unneeded checks or conditions
2003-04-02 11:03 brodsom
M src/lock/lock.cpp
- Comment unneeded checks
2003-04-02 10:58 brodsom
M src/remote/merge.cpp
M src/remote/wnet.cpp
M src/remote/xnet.cpp
M src/remote/xnet.h
- Remove unneeded define
- Correct format
- Use 0 instead of NULL in comparison
2003-04-01 23:47 brodsom
M builds/posix/prefix.mingw.README.html
Update MINGW readme
2003-04-01 23:22 brodsom
M src/jrd/jrd.cpp
- USHORT dpb_sql_dialect can't be < 0
- databases_mutex is only used when v4_threading is defined and superserver not.
2003-04-01 22:01 brodsom
M src/jrd/codes.epp
Correct formats
2003-04-01 21:59 brodsom
M src/jrd/codes.epp
M src/jrd/dpm.epp
M src/jrd/functions.cpp
M src/jrd/isc_sync.cpp
M src/jrd/perf.cpp
M src/wal/walw.cpp
M src/wal/wstatus.cpp
Correct formats
2003-04-01 17:58 brodsom
M src/jrd/dpm.epp
M src/jrd/gds.cpp
M src/jrd/perf.cpp
M src/jrd/sdl.cpp
M src/jrd/vio.cpp
Correct formats
2003-04-01 15:36 alexpeshkoff
M src/jrd/isc_file.cpp
Fixed QLI build
2003-04-01 15:36 alexpeshkoff
M src/remote/allr.cpp
M src/remote/allr_proto.h
Fixed parameters names & some preprocessing cleanup
2003-04-01 12:37 brodsom
M src/wal/walc.cpp
M src/wal/walw.cpp
M src/wal/wstatus.cpp
Correct formats
2003-04-01 11:49 brodsom
M src/gpre/c_cxx.cpp
M src/gpre/exp.cpp
M src/gpre/pat.cpp
Correct formats
2003-04-01 11:43 brodsom
M src/lock/lock.cpp
Correct formats
2003-04-01 11:35 brodsom
M src/remote/inet.cpp
M src/remote/wnet.cpp
M src/utilities/install_reg.cpp
M src/utilities/install_svc.cpp
M src/utilities/ppg.cpp
Correct formats
2003-04-01 11:24 brodsom
M src/jrd/common.h
Correct formats
2003-03-31 23:44 brodsom
M src/intl/cv_gb2312.c
M src/intl/cv_jis.c
M src/intl/cv_narrow.c
M src/intl/lc_ksc.c
M src/intlcpp/cv_gb2312.cpp
M src/intlcpp/cv_jis.cpp
M src/intlcpp/cv_narrow.cpp
M src/intlcpp/lc_ksc.cpp
Only code formatting changes
2003-03-31 23:40 brodsom
M src/dsql/keywords.cpp
M src/dsql/parse.sed
M src/dsql/parse.y
Changes to allow use of bison to create parse.cpp
2003-03-31 19:11 arnobrinkman
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/pass1.cpp
bugfix:
1) bug with sub-selects inside COALESCE function.
2) bug with parameter ordering.
2003-03-31 17:43 alexpeshkoff
M src/jrd/jrd.cpp
Added DatabasesDirs parameter to firebird.conf.
Databases may be accessed only in trees, listed there.
For compatibility reasons, default = /
Also filename type cleanup in gds_attach & gds_create
2003-03-31 17:41 alexpeshkoff
M src/common/config/config.cpp
M src/common/config/config.h
M src/install/misc/firebird.conf
M src/jrd/dfw.epp
M src/jrd/isc_f_proto.h
M src/jrd/isc_file.cpp
M src/jrd/jrd_proto.h
Added DatabasesDirs parameter to firebird.conf.
Databases may be accessed only in trees, listed there.
For compatibility reasons, default = /
2003-03-31 10:29 aafemt
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.fbserver
M builds/posix/Makefile.in.libfbclient
M builds/posix/prefix.mingw
Improve Win32 build. Add resources to superserver
2003-03-30 16:55 arnobrinkman
M src/jrd/inf.cpp
M src/jrd/svc.cpp
bugfix: A good bugfix with the database statistics problem which also exists in FB1.0. Thanks to Claudio Valderrama which pointed to problems in the previous commited fix.
2003-03-29 15:49 dimitr
M src/jrd/svc.cpp
Allowed Services API for win32 CS (gbak/gfix only). gstat/gsec are not supported yet.
2003-03-29 15:36 alexpeshkoff
M src/jrd/os/win32/path_utils.cpp
make pathSplit work with paths, not processed by ISC_expand_filename
2003-03-28 13:53 brodsom
M builds/posix/prefix.mingw.README.html
Update MINGW readme with a note about crash in v5_examples due to locking bug.
2003-03-28 11:31 aafemt
M src/remote/property.rh
Fix DS_3DLOOK override warning
2003-03-28 11:29 aafemt
M builds/posix/Makefile.in.client.gbak
M builds/posix/Makefile.in.client.gfix
M builds/posix/Makefile.in.client.gpre
M builds/posix/Makefile.in.client.isql
M builds/posix/Makefile.in.embed.gbak
M builds/posix/Makefile.in.embed.gfix
M builds/posix/Makefile.in.embed.gpre
M builds/posix/Makefile.in.embed.isql
M builds/posix/Makefile.in.embed.qli
M builds/posix/Makefile.in.embed.util
M builds/posix/Makefile.in.fbserver
M builds/posix/Makefile.in.inet_server
M builds/posix/Makefile.in.libfbserver
M builds/posix/make.defaults
M builds/posix/make.rules
M builds/posix/make.shared.targets
M builds/posix/prefix.mingw
Ironing POSIX build. Resources were added to some exe and dll's
2003-03-27 17:15 brodsom
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cob.cpp
M src/gpre/ftn.cpp
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
Fix some wrong format strings/argument lists
2003-03-27 12:40 brodsom
M src/jrd/dls.cpp
Remove declarations used by functions removed in a previous commit
2003-03-27 11:21 aafemt
M builds/posix/Makefile.in.client.gbak
M builds/posix/Makefile.in.client.gdef
M builds/posix/Makefile.in.client.gfix
M builds/posix/Makefile.in.client.gpre
M builds/posix/Makefile.in.client.isql
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.codes
M builds/posix/Makefile.in.embed.gbak
M builds/posix/Makefile.in.embed.gdef
M builds/posix/Makefile.in.embed.gfix
M builds/posix/Makefile.in.embed.gpre
M builds/posix/Makefile.in.embed.isql
M builds/posix/Makefile.in.embed.lockmgr
M builds/posix/Makefile.in.embed.qli
M builds/posix/Makefile.in.embed.util
M builds/posix/Makefile.in.example5
M builds/posix/Makefile.in.extern.editline
M builds/posix/Makefile.in.extlib
M builds/posix/Makefile.in.fbserver
M builds/posix/Makefile.in.fbutil
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.gpre
M builds/posix/Makefile.in.inet_server
M builds/posix/Makefile.in.intl
M builds/posix/Makefile.in.libfbclient
M builds/posix/Makefile.in.libfbcommon
M builds/posix/Makefile.in.libfbembed
M builds/posix/Makefile.in.libfbserver
M builds/posix/Makefile.in.libfbstatic
M builds/posix/Makefile.in.msgs
M builds/posix/Makefile.in.refDatabases
M builds/posix/Makefile.in.static.gbak
M builds/posix/Makefile.in.static.gpre
M builds/posix/Makefile.in.static.isql
M builds/posix/Makefile.in.v5_examples
M builds/posix/make.defaults
M builds/posix/make.rules
M builds/posix/prefix.mingw
M builds/posix/prefix.mingw.README.html
M doc/README.makefiles
Ironing POSIX build
2003-03-27 11:16 aafemt
D builds/posix/Makefile.in.jrd
D src/jrd/alt_use_sec.h
D src/jrd/alt_use_sec.h.pre
Remove obsolete files
2003-03-27 10:39 paul_reeves
M src/remote/inet.cpp
Fix for an SS event handler bug (code courtesy of Jim Starkey)
2003-03-27 03:16 brodsom
M builds/posix/prefix.mingw.README.html
Update instructions to build parse.cpp with bison.
2003-03-27 03:14 brodsom
M builds/posix/prefix.mingw
Modify warning options. Remove unknown-pragmas and add format and signed compare
2003-03-26 11:08 brodsom
M builds/posix/Makefile.in.static.gbak
M builds/posix/Makefile.in.static.isql
M builds/posix/Makefile.in.v5_examples
Correct typing errors
2003-03-25 23:24 fsg
M ChangeLog
Updated ChangeLog
2003-03-25 13:24 brodsom
M builds/posix/prefix.mingw.README.html
Update the MINGW readme after the event problem was resolved.
2003-03-25 12:07 skidder
M src/lock/lock.cpp
Fix up little issues with lock manager
2003-03-25 11:07 aafemt
M builds/posix/Makefile.in.fbserver
M builds/posix/Makefile.in.inet_server
M builds/posix/Makefile.in.libfbclient
M builds/posix/Makefile.in.libfbembed
M builds/posix/prefix.mingw
M builds/posix/prefix.mingw.README.html
Another step towards MinGW CS build
2003-03-25 09:51 dimitr
M src/jrd/opt.cpp
M src/jrd/vio.cpp
Cleanup.
2003-03-25 09:40 dimitr
M src/jrd/opt.cpp
Fixed optimizer bug introduced by me appr. one month ago.
2003-03-25 02:24 brodsom
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
D src/jrd/loiter.cpp
D src/jrd/loiter.h
Remove WINDOWS_ONLY remains
2003-03-24 23:23 fsg
M ChangeLog
Updated ChangeLog
2003-03-24 14:41 skidder
M src/jrd/blb.cpp
M src/jrd/btr.cpp
M src/jrd/exe.cpp
M src/jrd/idx.cpp
M src/jrd/isc_ipc.cpp
M src/jrd/jrd.h
M src/jrd/rse.cpp
M src/jrd/thd.cpp
M src/jrd/val.cpp
M src/jrd/vio.cpp
Fix up the reason of slowdown of Windows CS
2003-03-24 14:32 skidder
M src/lock/lock.cpp
M src/lock/lock.h
Lock manager changes.
1. Cleanup #define's a little
2. Shutdown blocking thread cleanly on Windows CS
3. Fix Windows CS lock-ups (make wakeup event manual-reset)
4. Detect deadlocks instantly in most cases (if blocking owner
dies during AST processing deadlock scan timeout still applies)
2003-03-24 13:35 brodsom
M src/jrd/all.cpp
M src/jrd/all_old.cpp
M src/jrd/dbg.cpp
M src/jrd/dls.cpp
M src/jrd/dyn.epp
M src/jrd/fun.epp
M src/jrd/gds.cpp
M src/jrd/grant.epp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/smp_impl.h
M src/jrd/thd.h
Use V4_THREADING explicitly instead and remove empty defined macros. This change try to make clear V4_THREADING use.
2003-03-23 23:17 fsg
M ChangeLog
Updated ChangeLog
2003-03-23 17:16 dimitr
M src/remote/interface.cpp
Cleanup.
2003-03-23 16:50 alexpeshkoff
M src/common/config/dir_list.cpp
M src/common/config/dir_list.h
M src/jrd/dls.cpp
M src/jrd/dls_proto.h
M src/jrd/dyn_def.epp
M src/jrd/ext.cpp
M src/jrd/ext_proto.h
M src/jrd/isc.cpp
M src/jrd/isc.h
M src/jrd/os/path_utils.h
M src/jrd/os/posix/path_utils.cpp
M src/jrd/os/win32/path_utils.cpp
External files access restriction cleanup
2003-03-23 12:06 alexpeshkoff
M src/remote/allr.cpp
M src/remote/allr_proto.h
Implemented a bit more informative memory leaks debugging in remote
2003-03-23 09:05 dimitr
M src/jrd/ini.epp
M src/jrd/jrd.cpp
After some research, I've disabled the automatic ODS upgrade due to lack of reliability.
2003-03-22 23:19 fsg
M ChangeLog
Updated ChangeLog
2003-03-22 19:04 seanleyne
M src/install/misc/firebird.conf
Small correction of a mistake I made in previous committ.
2003-03-22 06:18 dimitr
M src/burp/backup.epp
M src/burp/restore.epp
Rolled back part of my previous commit. In fact, only one line fix was required.
2003-03-21 23:19 fsg
M ChangeLog
Updated ChangeLog
2003-03-21 16:19 dimitr
M src/burp/backup.epp
M src/burp/restore.epp
Fixed (porting?) bugs related to GBAK and Services API.
2003-03-21 13:21 brodsom
M src/intlcpp/cv_big5.cpp
M src/intlcpp/cv_gb2312.cpp
M src/intlcpp/cv_jis.cpp
M src/intlcpp/cv_ksc.cpp
M src/intlcpp/cv_narrow.cpp
M src/intlcpp/cv_unicode_fss.cpp
M src/intlcpp/cv_unicode_fss.h
M src/intlcpp/lc_dos.cpp
Synchronize intlcpp with intl
2003-03-21 13:16 brodsom
M src/intl/cv_big5.c
M src/intl/cv_gb2312.c
M src/intl/cv_jis.c
M src/intl/cv_ksc.c
M src/intl/cv_narrow.c
M src/intl/cv_unicode_fss.c
M src/intl/cv_unicode_fss.h
M src/intl/lc_dos.c
Remove remaining warnings in intl
2003-03-21 13:11 brodsom
M builds/win32/msvc6/gbak.dsp
M builds/win32/msvc6/gsplit.dsp
Remove wsock32.lib (thanks to Claudio)
2003-03-21 11:53 aafemt
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.libfbclient
M builds/posix/make.defaults
M builds/posix/prefix.mingw
M builds/posix/prefix.mingw.README.html
M configure.in
Few improvements for Win32 SS build procedure
2003-03-20 23:24 fsg
M ChangeLog
Updated ChangeLog
2003-03-20 22:43 arnobrinkman
M src/jrd/inf.cpp
M src/jrd/svc.cpp
bugfix on service API, reported by Martijn Tonies in fb-devel.
This bug exists already since FB1.0.
Due bad validate-checking on returned value this even causes a server-crash !!!!
2003-03-20 11:11 aafemt
M builds/posix/Makefile.in.firebird
M builds/posix/make.defaults
M configure.in
M src/install/arch-specific/linux/Makefile.in
M src/install/arch-specific/linux/classic/makeInstallImage.sh.in
M src/install/arch-specific/linux/classic/postinstall.sh.in
M src/install/arch-specific/linux/classic/preinstall.sh.in
M src/install/arch-specific/sinixz/Makefile.in
M src/misc/writeBuildNum.sh
Version information is concentrated in src/misc/writeBuildNum.sh
2003-03-20 09:32 dimitr
M src/burp/burp.cpp
no message
2003-03-20 09:28 dimitr
M src/jrd/jrd_pwd.h
M src/jrd/pwd.cpp
Make sure attachment handle is closed on server shutdown.
2003-03-20 08:58 alexpeshkoff
M src/jrd/plugin_manager.cpp
Fixed massive memory leak from default pool
2003-03-19 23:24 fsg
M ChangeLog
Updated ChangeLog
2003-03-19 13:14 dimitr
M src/remote/inet.cpp
Reworked my previous changes in INET.
2003-03-19 11:33 skidder
M src/alice/all.cpp
Fix up memory leak in gfix I introduced quite some time ago. Noticed by Mike Nordell
2003-03-19 08:49 dimitr
M builds/win32/msvc6/intl.dsp
M builds/win32/msvc6/intlcpp.dsp
Fixed LD2_lookup issue.
2003-03-18 23:21 fsg
M ChangeLog
Updated ChangeLog
2003-03-18 15:28 brodsom
D src/jrd/john.make
Remove unused make. (agreed with Mike)
2003-03-18 15:09 brodsom
D src/jrd/ids.h
Remove unused & wrong header. The good one is in include/gen.
2003-03-18 13:27 brodsom
D src/jrd/pcsleep.cpp
Remove DOS remains
2003-03-18 13:27 brodsom
D src/jrd/lck_dummy.cpp
Remove ultrix remains
2003-03-18 12:25 brodsom
M src/intl/cs_big5.c
M src/intl/cs_gb2312.c
M src/intl/cs_jis.c
M src/intl/cs_ksc.c
M src/intl/cs_narrow.c
M src/intl/cs_unicode_fss.c
M src/intl/cs_unicode_ucs2.c
M src/intl/cv_gb2312.c
M src/intl/cv_jis.c
M src/intl/cv_ksc.c
M src/intl/cv_narrow.c
M src/intl/lc_ascii.c
M src/intl/lc_big5.c
M src/intl/lc_dos.c
M src/intl/lc_gb2312.c
M src/intl/lc_iso8859_1.c
M src/intl/lc_iso8859_2.c
M src/intl/lc_jis.c
M src/intl/lc_ksc.c
M src/intl/lc_unicode_ucs2.c
Add function pointers casts (remove warnings)
2003-03-18 08:58 dimitr
M builds/win32/msvc6/gds32.dsp
Updated project files:
- moved gds32_debug.def
- removed IB7 functions from compatibility gds32
2003-03-18 08:50 dimitr
M builds/win32/defs/gds32.def
A builds/win32/defs/gds32_debug.def
D builds/win32/gds32_debug.def
Updated project files:
- moved gds32_debug.def
- removed IB7 functions from compatibility gds32
2003-03-18 06:49 eku
M src/install/misc/firebird.conf
Removed again rubbish lines.
2003-03-18 04:25 seanleyne
M src/install/misc/firebird.conf
Update based on comments/notes from developers
2003-03-18 03:05 brodsom
M builds/win32/make6_debug.bat
M builds/win32/make6_release.bat
M builds/win32/make7_debug.bat
M builds/win32/make7_release.bat
M builds/win32/prepare.bat
Changes to build with help.fdb
2003-03-18 02:57 brodsom
M src/jrd/common.h
D src/jrd/pragma.h
Remove pragma.h (trivial hpux only header) and replace with the code (1 line)
2003-03-18 02:48 brodsom
D src/jrd/gds_h3.f
Remove mpexl remains
2003-03-18 02:47 brodsom
D src/jrd/gds_apollo.f
Remove apollo remains
2003-03-18 02:13 brodsom
M src/include/fb_types.h
Comment unused types
2003-03-18 02:03 brodsom
M src/jrd/btr.cpp
Replace UTEXT with UCHAR
2003-03-18 01:35 brodsom
M src/burp/canonical.cpp
Remove unneeded/unused code
2003-03-18 01:32 brodsom
M src/jrd/gds.cpp
Remove nested NOT_USED_OR_REPLACED ifdefs
2003-03-17 23:22 fsg
M ChangeLog
Updated ChangeLog
2003-03-17 18:03 alexpeshkoff
M src/jrd/ext.cpp
Cleanup
2003-03-17 18:01 alexpeshkoff
M src/common/config/dir_list.h
Added required comments
2003-03-17 17:57 alexpeshkoff
M src/common/config/config.cpp
M src/common/config/config.h
M src/install/misc/firebird.conf
Fixed names and default value for EXTERNAL_TABLES_DIRS config parameter
2003-03-17 17:52 alexpeshkoff
M src/jrd/ExecuteStatement.cpp
Cleanup
2003-03-17 16:44 alexpeshkoff
M src/jrd/ExecuteStatement.cpp
Fixed use of:
1. Numeric variables
2. Dialect-3 databases
2003-03-17 13:26 eku
M src/install/misc/firebird.conf
Removed rubbish line.
2003-03-17 12:12 eku
M src/jrd/isc_file.cpp
Changed the default extensions for databases from .gdb to .fdb
The Windows and OS X builds have not been updated yet.
2003-03-17 12:06 eku
M builds/posix/Makefile.in.codes
M builds/posix/Makefile.in.embed.qli
M builds/posix/Makefile.in.example5
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.jrd
M builds/posix/Makefile.in.msgs
M builds/posix/Makefile.in.refDatabases
M builds/posix/Makefile.in.v5_examples
M builds/posix/make.shared.targets
M src/install/arch-specific/sinixz/prototype.in
M src/journal/gjrn.cpp
M src/journal/journal.gdl
M src/journal/journal_vms.e
M src/journal/journal_vms.gdl
M src/journal/rebuild.e
M src/journal/server.e
M src/jrd/codes.epp
M src/jrd/dflt.gdl
M src/jrd/envelope.epp
M src/jrd/grant.gdl
M src/jrd/isc_file.cpp
M src/jrd/ods10.gdl
M src/jrd/ods101.gdl
M src/jrd/ods72.gdl
M src/jrd/ods80.gdl
M src/jrd/ods80dif.gdl
M src/jrd/ods81.gdl
M src/jrd/ods91.gdl
M src/jrd/procs2.gdl
M src/jrd/stored_proc.gdl
M src/jrd/val.cpp
M src/jrd/vms.cpp
M src/misc/metadata.sql
M src/msgs/build_file.epp
M src/msgs/change_msgs.epp
M src/msgs/check_msgs.epp
M src/msgs/enter_msgs.epp
M src/msgs/include.epp
M src/msgs/load.epp
M src/msgs/modify_msgs.epp
M src/msgs/msg.gdl
M src/qli/help.epp
M src/utilities/isc.gdl
M src/utilities/rebuild.gdl
M src/utilities/rmet.epp
M src/utilities/rstore.epp
M src/utilities/scrty_unix.gdl
M src/utilities/scrty_vms.gdl
M src/utilities/security.epp
M src/v5_examples/api1.c
M src/v5_examples/api10.c
M src/v5_examples/api11.c
M src/v5_examples/api12.c
M src/v5_examples/api13.c
M src/v5_examples/api14.e
M src/v5_examples/api15.c
M src/v5_examples/api16.c
M src/v5_examples/api16t.c
M src/v5_examples/api2.c
M src/v5_examples/api3.c
M src/v5_examples/api4.c
M src/v5_examples/api5.c
M src/v5_examples/api6.c
M src/v5_examples/api7.c
M src/v5_examples/api8.c
M src/v5_examples/api9.c
M src/v5_examples/dyn1.e
M src/v5_examples/dyn2.e
M src/v5_examples/dyn3.e
M src/v5_examples/dyn4.e
M src/v5_examples/dyn5.e
M src/v5_examples/dynfull.e
M src/v5_examples/empbld.sql
M src/v5_examples/empbuild.c
M src/v5_examples/empbuild.e
M src/v5_examples/empddl.sql
M src/v5_examples/employe2.sql
M src/v5_examples/intlbld.e
M src/v5_examples/intlbld.sql
M src/v5_examples/intlddl.sql
M src/v5_examples/intldml.sql
M src/v5_examples/stat10.e
M src/v5_examples/stat11.e
M src/v5_examples/stat12.e
M src/v5_examples/stat12t.e
M src/v5_examples/winevent.c
Changed the default extensions for databases from .gdb to .fdb
The Windows and OS X builds have not been updated yet.
2003-03-16 23:20 fsg
M ChangeLog
Updated ChangeLog
2003-03-16 12:04 dimitr
M src/dsql/keywords.cpp
Cleanup.
2003-03-16 10:54 dimitr
M src/dsql/sym.h
Cleanup.
2003-03-16 10:16 dimitr
M src/jrd/event.cpp
M src/jrd/event.h
Used local subsystem prefix for event request structure.
2003-03-15 23:18 fsg
M ChangeLog
Updated ChangeLog
2003-03-15 20:48 seanleyne
M src/install/misc/firebird.conf
Added comments for config file settings/values (long overdue)
2003-03-15 20:20 alexpeshkoff
M src/common/config/dir_list.cpp
Small posix fix
2003-03-15 20:20 alexpeshkoff
M builds/posix/make.shared.variables
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
A src/common/config/dir_list.cpp
A src/common/config/dir_list.h
M src/jrd/ext.cpp
M src/jrd/os/path_utils.h
M src/jrd/os/posix/path_utils.cpp
M src/jrd/os/win32/path_utils.cpp
Now external tables are checked against directories list
2003-03-15 20:02 alexpeshkoff
M src/common/config/config.cpp
M src/common/config/config.h
M src/install/misc/firebird.conf
Add new config parameter
2003-03-15 16:52 skidder
M builds/posix/prefix.linux
Fixup optimization flags to produce fastest possible but still correct binary
2003-03-15 08:33 dimitr
M src/jrd/dfw.epp
M src/jrd/val.h
Fixed buffer overrun with arrays.
2003-03-15 08:14 dimitr
M src/dsql/ddl.cpp
Fixed another bug with RECREATE VIEW.
2003-03-15 04:21 hippoman
M builds/win32/msvc7/ipserver.vcproj
* define SUPERSERVER.
2003-03-15 02:58 hippoman
A builds/win32/make7_debug.bat
A builds/win32/make7_release.bat
* Added Batch build for msvc7
2003-03-14 23:21 fsg
M ChangeLog
Updated ChangeLog
2003-03-14 11:28 tamlin
M src/jrd/os/win32/mod_loader.cpp
Fix isLoadableModule problem.
2003-03-13 23:22 fsg
M ChangeLog
Updated ChangeLog
2003-03-13 17:02 skidder
M doc/WhatsNew
Added notes about Services API
2003-03-13 16:54 skidder
M src/alice/exe.cpp
M src/alice/tdr.cpp
Fix up gfix to work with Services API on Linux CS
2003-03-13 16:48 alexpeshkoff
M src/jrd/os/win32/thd_priority.cpp
Small debugging-aid fix
2003-03-13 15:46 alexpeshkoff
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/jrd/gds.cpp
M src/make.new/config/config.h.in
Dropped HAVE_*EXIT defines
2003-03-13 12:46 brodsom
M src/iscguard/cntl_guard.cpp
Remove unused REMOVE macro. The two functions are duplicated in cntl.cpp, with exactly the same code.
2003-03-13 12:36 brodsom
D src/remote/ntoh.cpp
D src/remote/ntoh_proto.h
Remove win16 remains
2003-03-13 12:35 brodsom
M src/qli/blk.h
M src/qli/eval.cpp
M src/qli/exe.h
M src/qli/format.cpp
M src/qli/format.h
M src/qli/picst_proto.h
M src/qli/picstr.cpp
Change PIC struct name to avoid conflict with PIC libtool macro
2003-03-13 12:30 brodsom
M src/jrd/dsc.h
M src/jrd/ibase.h
M src/jrd/val.h
Remove leading underscores from macro names
2003-03-13 11:20 dimitr
M doc/WhatsNew
Added Beta 4 changes.
2003-03-13 10:04 dimitr
A doc/install_win32.txt
Added win32 installation notes.
2003-03-13 06:50 eku
D aclocal.m4
M autogen.sh
Fixed problems with newer vesions of libtool.
2003-03-13 00:49 brodsom
M src/burp/canonical.cpp
M src/remote/protocol.cpp
Remove LOC_DOUBLE macro (mips || next remains)
2003-03-12 23:23 fsg
M ChangeLog
Updated ChangeLog
2003-03-12 17:46 brodsom
M src/jrd/dsc.h
Change the name of the header macro to make it equal to the macro used in ibase.h (agreed with Claudio)
2003-03-12 14:29 eku
M src/extern/editline/unix.h
Provide prototypes for isatty() and getpid().
2003-03-12 13:55 eku
M src/remote/inet.cpp
Some systems do not define INADDR_NONE.
2003-03-12 13:20 dimitr
M src/jrd/isc_sync.cpp
Little fix.
2003-03-12 12:39 eku
A builds/posix/Makefile.in.extern.editline
M builds/posix/Makefile.in.firebird
M builds/posix/make.defaults
M configure.in
M src/extern/editline/complete.c
M src/extern/editline/editline.h
M src/extern/editline/unix.h
M src/include/gen/autoconfig_msvc.h
M src/make.new/config/config.h.in
Editline changes:
o got a FB-compliant makefile
o uses configure
o eventually compiles on SINIX-Z
2003-03-12 11:57 skidder
M configure.in
Getting ready for Beta4
2003-03-12 11:22 dimitr
M src/remote/inet.cpp
Fixed posix builds.
2003-03-12 10:13 dimitr
M src/remote/inet.cpp
1. Cleanup
2. Fixed known issues with event processing
3. Used new config options
Although these changes seem to be unix-sockets compliant, I'm only 99% sure in it, so please let me know if it breaks any platform build.
2003-03-12 07:44 dimitr
M src/misc/writeBuildNum.sh
Preparing for Beta 4.
2003-03-11 23:22 fsg
M ChangeLog
Updated ChangeLog
2003-03-11 19:51 brodsom
M src/ipserver/ipserver.cpp
M src/remote/inet.cpp
M src/remote/xnet.cpp
Add two braces to make it work on mingw
2003-03-11 14:57 dimitr
M src/common/config/config.cpp
M src/common/config/config.h
M src/install/misc/firebird.conf
New config options.
2003-03-11 13:38 brodsom
M src/gpre/prett_proto.h
M src/gpre/pretty.cpp
M src/jrd/gdsold.h
M src/qli/parse.cpp
M src/qli/symbols.h
M src/qli/words.h
More PYXIS remains
2003-03-11 12:29 brodsom
M src/jrd/isc_ipc.cpp
Remove remains of mpexl || netware386
2003-03-11 11:55 dimitr
M builds/win32/msvc6/ipserver.dsp
Updated project files.
2003-03-11 11:49 alexpeshkoff
M src/include/gen/autoconfig_msvc.h
Fixed HAVE_ATEXIT define - MSVC has atexit()
2003-03-11 10:34 dimitr
M src/jrd/utl.cpp
Cleanup.
2003-03-11 07:35 eku
M src/install/arch-specific/sinixz/prototype.in
Preserve configuration files.
2003-03-11 05:53 tamlin
M src/ipserver/ipserver.cpp
M src/remote/inet.cpp
M src/remote/server.cpp
M src/remote/srvr_w32.cpp
M src/remote/wnet.cpp
M src/remote/xnet.cpp
Close Win32 handles at exit.
2003-03-11 05:53 tamlin
M src/lock/lock.cpp
Some code cleanup and added a comment about a problem.
2003-03-10 23:30 arnobrinkman
M src/dsql/pass1.cpp
corrected mistake in previous commit.
2003-03-10 23:23 fsg
M ChangeLog
Updated ChangeLog
2003-03-10 21:38 arnobrinkman
M src/dsql/pass1.cpp
bugfix: A bug left with using a aggregate sub-query inside a IN clause.
2003-03-10 12:59 brodsom
M src/intl/cs_unicode_fss.c
D src/intl/cs_unicode_fss.h
M src/intl/cv_unicode_fss.c
M src/intl/cv_unicode_fss.h
Remove cs_unicode_fss.h and use cv_unicode_fss.h
2003-03-10 12:55 brodsom
M src/intlcpp/cs_unicode_fss.cpp
D src/intlcpp/cs_unicode_fss.h
M src/intlcpp/cv_unicode_fss.cpp
M src/intlcpp/cv_unicode_fss.h
M src/intlcpp/lc_big5.cpp
M src/intlcpp/lc_dos.cpp
M src/intlcpp/lc_jis.cpp
M src/intlcpp/lc_ksc.cpp
Synchronize with intl and remove cs_unicode_fss.h
2003-03-10 12:37 brodsom
M src/jrd/loiter.h
Remove unneeded ifdef.
2003-03-10 07:02 eku
M src/lock/lock.cpp
M src/utilities/security.epp
Always use gds__prefix to find database system files.
2003-03-09 23:20 fsg
M ChangeLog
Updated ChangeLog
2003-03-09 21:16 skidder
M src/burp/burp.cpp
M src/burp/restore.epp
Make backup/restore process work when invoked via Services API on Classic engine
2003-03-09 21:13 skidder
M src/jrd/svc.cpp
Enable Services API on all platforms
2003-03-09 21:08 skidder
M src/jrd/svc.cpp
Enable Services API on all platforms
2003-03-09 21:07 skidder
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/btr_proto.h
M src/jrd/idx.cpp
Fix up engine to work with multi-field foreign constraints again after nulls handing changes in unique indices
2003-03-09 09:06 tamlin
M src/jrd/opt.cpp
Fixed a comment mistake (*/ leftover at EOL of //) spotted by Claudio.
2003-03-09 02:48 brodsom
M src/jrd/isc_f_proto.h
M src/jrd/isc_file.cpp
Remove PARSE_FILENAME macro (remains of OS2_ONLY || NETWARE || PC_PLATFORM).
2003-03-09 02:25 brodsom
M src/dudley/parse.cpp
M src/gpre/sql.cpp
Add FLINT_CACHE ifdefs
2003-03-09 02:23 brodsom
M src/include/firebird.h
Correct Typo mistake
2003-03-09 00:17 brodsom
M src/qli/eval.cpp
Correct typo mistake
2003-03-08 23:19 fsg
M ChangeLog
Updated ChangeLog
2003-03-08 08:06 dimitr
M src/jrd/alt.cpp
M src/jrd/dfw.epp
M src/jrd/event.cpp
M src/jrd/event.h
M src/jrd/event_proto.h
Cleanup and minor changes in the event manager.
2003-03-07 23:23 fsg
M ChangeLog
Updated ChangeLog
2003-03-07 21:30 tamlin
M src/isql/isql.epp
Fix integer overflow bug + initialize some variables.
2003-03-07 16:58 brodsom
M builds/posix/prefix.mingw.README.html
Modify MinGW instructions
2003-03-07 07:41 eku
A aclocal.m4
M autogen.sh
M configure.in
D src/make.new/config/config.guess
D src/make.new/config/config.sub
Started to use libtool (http://www.gnu.org/software/libtool/). It will
eventually handle all platform specific compile and link issues!
Removed generated files from the view (config.guess and config.sub).
2003-03-07 00:36 brodsom
M src/jrd/opt.cpp
M src/remote/ibconfig.cpp
M src/remote/window.cpp
Avoid undefined function warning
2003-03-07 00:35 brodsom
M src/alice/alice.cpp
Avoid unused function warning
2003-03-06 23:25 brodsom
M builds/posix/Makefile.in.libfbclient
M builds/posix/Makefile.in.libfbembed
M builds/posix/prefix.mingw
Update instructions, remove win_libs and give instructions to patch manually libfbclient and libfbembed
2003-03-06 23:20 brodsom
M builds/posix/prefix.mingw.README.html
Update instructions
2003-03-06 15:29 brodsom
M src/intlcpp/cv_big5.cpp
M src/intlcpp/cv_gb2312.cpp
M src/intlcpp/cv_jis.cpp
M src/intlcpp/cv_ksc.cpp
M src/intlcpp/cv_narrow.cpp
M src/intlcpp/cv_unicode_fss.cpp
Update intlcpp. (change the functions order in cv_unicode_fss to be the same that in intl)
2003-03-06 15:16 brodsom
M src/utilities/install_svc.cpp
M src/utilities/registry.cpp
Use C++ cast.
2003-03-06 13:22 brodsom
M configure.in
Remove lstdc++ from mingw platform libs
2003-03-06 13:16 brodsom
M builds/posix/Makefile.in.fbserver
M builds/posix/Makefile.in.inet_server
M builds/posix/prefix.mingw
Move cntl.cpp to OS_ServerFiles
2003-03-06 12:23 brodsom
M src/gpre/noform.cpp
M src/intl/collations/xx88592czech.h
M src/intl/lc_big5.h
Add newline at end of file
2003-03-06 01:14 brodsom
M configure.in
Changes fro MINGW build (forgoten commit)
-Add directory
2003-03-06 01:13 brodsom
M src/remote/ibconfig.cpp
Remove wrong comment (/*...../*....*/)
2003-03-06 01:09 brodsom
D src/jrd/blob_filter.epp
Blob_filter is not a epp file since 1999, change the name to .cpp and modify the makefiles
2003-03-06 00:43 brodsom
M builds/mac_os_x/CS/CS.pbproj/project.pbxproj
M builds/mac_os_x/CS/Helpers.make
M builds/posix/Makefile.in.jrd
M builds/posix/make.shared.variables
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
M builds/win32/preprocess.bat
A src/jrd/blob_filter.cpp
Blob_filter is not a epp file since 1999, change the name to .cpp and modify the makefiles
2003-03-06 00:27 brodsom
A builds/posix/prefix.mingw.README.html
Changes for MinGW build.
-Build instructions.
2003-03-06 00:16 brodsom
M builds/posix/Makefile.in.libfbclient
Changes for MinGW build.
-Patch previous commit
2003-03-05 23:43 brodsom
M src/include/firebird.h
-Changes for MINGW build
-SERVER_SHUTDOWN must be defined for WIN_NT
2003-03-05 23:36 brodsom
M src/jrd/utl_proto.h
Changes for MINGW build
-Correct bad function declaration.
2003-03-05 23:22 fsg
M ChangeLog
Updated ChangeLog
2003-03-05 20:59 brodsom
M builds/posix/Makefile.in.inet_server
Add cntl.cpp
2003-03-05 17:59 brodsom
M builds/posix/Makefile.in.libfbembed
Changes for MINGW build
-Use SHRLIB_EXT instead of 'so'
-Add WIN_LIBS
2003-03-05 17:56 brodsom
M builds/posix/Makefile.in.inet_server
Changes for MINGW build
-Add ipserver objects
2003-03-05 17:16 brodsom
M builds/posix/Makefile.in.libfbclient
Changes for MINGW build
-Use SHRLIB_EXT instead of 'so'
-Add some needed sources.
-Add WIN_LIBS
2003-03-05 16:24 brodsom
A src/install/arch-specific/mingw
A src/install/arch-specific/mingw/Makefile.in
Changes for the MINGW build
-Add a dummy install Makefile to avoid configure problem.
2003-03-05 16:19 brodsom
M builds/posix/Makefile.in.extlib
M builds/posix/Makefile.in.fbutil
M builds/posix/Makefile.in.firebird
Changes for MINGW build
-Use SHRLIB_EXT instead of 'so'
2003-03-05 16:15 brodsom
M builds/posix/Makefile.in.inet_server
Changes for MINGW build
-Use specific server files
-Add LIB_GUI
2003-03-05 16:13 brodsom
M builds/posix/Makefile.in.embed.util
Changes for MINGW build
-Use specific EMBED_UTIL_TARGETS
2003-03-05 16:09 brodsom
M builds/posix/Makefile.in.client.util
Changes for MINGW build
-Add new util targets
-Use specific CLIENT_UTIL_TARGETS
2003-03-05 16:07 brodsom
M builds/posix/Makefile.in.fbserver
Changes for MINGW build
-Add ipserver files
-Use specific server files (remote dir)
-Add LIB_GUI
2003-03-05 15:57 brodsom
M builds/posix/Makefile.in.client.gfix
M builds/posix/Makefile.in.client.gpre
M builds/posix/Makefile.in.embed.gfix
M builds/posix/Makefile.in.embed.gpre
M builds/posix/Makefile.in.gpre
M builds/posix/Makefile.in.intl
M builds/posix/Makefile.in.jrd
Changes for MINGW build
-Use SHRLIB_EXT instead of 'so'
2003-03-05 15:51 brodsom
M builds/posix/make.rules
M builds/posix/make.shared.variables
Changes for MINGW build
-Use SHRLIB_EXT
-Add locks to FBCLASSES_ClientFiles(only used by windows but not part of the os specific files)
2003-03-05 15:49 brodsom
M builds/posix/make.defaults
Changes for MINGW build
-Use SHRLIB_EXT
-Add new util targets
2003-03-05 15:45 brodsom
M builds/posix/prefix.mingw
Changes for MINGW build
-Add OS_ServerFiles
-Add CLIENT_UTIL_TARGETS and EMBED_UTIL_TARGETS.
-For mingw add some values only used in this port.
-Set OS_Specific_Files
2003-03-05 15:42 brodsom
M builds/posix/prefix.darwin
M builds/posix/prefix.example
M builds/posix/prefix.freebsd
M builds/posix/prefix.linux
M builds/posix/prefix.sinixz
M builds/posix/prefix.solaris
M builds/posix/prefix.solx86
Changes for MINGW build
-Add OS_ServerFiles
-Add CLIENT_UTIL_TARGETS and EMBED_UTIL_TARGETS.
2003-03-05 15:38 brodsom
M configure.in
Changes for MINGW build
-Add shrlib_ext value for the shared library extension
-Add some libraries to windows build
-Add some some needed directories
2003-03-05 14:38 brodsom
M src/iscguard/iscguard.cpp
M src/utilities/dba.epp
M src/utilities/install_reg.cpp
M src/utilities/install_svc.cpp
M src/utilities/registry.cpp
Patch minGW errors and some warnings
2003-03-05 12:50 dimitr
M src/jrd/blrtable.cpp
M src/jrd/cmp.cpp
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/par.cpp
Some cleanup and bugfixing.
2003-03-05 11:23 dimitr
M src/jrd/btr.cpp
M src/jrd/btr_proto.h
M src/jrd/err.cpp
M src/jrd/err_proto.h
M src/jrd/idx.cpp
M src/jrd/nav.cpp
Allowed NULLs in unique indices.
2003-03-04 23:23 fsg
M ChangeLog
Updated ChangeLog
2003-03-04 22:00 hippoman
M builds/win32/msvc7/remote.vcproj
M builds/win32/msvc7/remote_classic.vcproj
Fixed MSVC7 build, added IPSERVER define
2003-03-04 03:42 brodsom
M src/dudley/trn.cpp
M src/jrd/dsc.cpp
M src/jrd/gdsassert.h
M src/jrd/isc_sync.cpp
M src/jrd/perf.cpp
M src/jrd/sch.cpp
M src/jrd/status.cpp
M src/jrd/utl.cpp
M src/remote/interface.cpp
M src/remote/parser.cpp
M src/remote/protocol.cpp
M src/remote/server.cpp
Return fb_assert to assert (rollback)
2003-03-04 01:33 brodsom
M src/jrd/ExecuteStatement.cpp
M src/jrd/ExecuteStatement.h
Add brackets in cpp and empty line at end of .h (gcc warnings)
2003-03-04 00:38 brodsom
M src/lock/lock.cpp
Add condition to ifdef
2003-03-04 00:09 brodsom
M src/intl/cv_jis.c
M src/intlcpp/cv_jis.cpp
M src/isql/isql.epp
M src/jrd/gds.cpp
M src/lock/lock.cpp
M src/msgs/change_msgs.epp
Put vars and functions inside the same ifdef for which is used (NOT_USED_OR_REPLACED for unused)
2003-03-04 00:00 brodsom
M src/burp/backup.epp
M src/burp/restore.epp
Put unused vars and functions inside NOT_USED_OR_REPLACED ifdef
2003-03-03 23:21 fsg
M ChangeLog
Updated ChangeLog
2003-03-03 19:14 dimitr
M src/jrd/dyn_def.epp
Allowed UK to be created on nullable columns (SQL-99 spec).
The index management code isn't ready for this yet, but appropriate changes will follow shortly.
2003-03-03 19:10 dimitr
M src/dsql/ddl.cpp
Fixed bug in RECREATE/ALTER VIEW.
2003-03-03 14:35 dimitr
M builds/win32/msvc6/remote.dsp
M builds/win32/msvc6/remote_classic.dsp
Fixed connects via local protocol after Blas' changes.
2003-03-03 09:22 brodsom
M src/jrd/ail.cpp
M src/jrd/exe.cpp
M src/jrd/gds.cpp
M src/jrd/grant.epp
M src/jrd/ini.epp
M src/jrd/intl.cpp
M src/jrd/isc.cpp
M src/jrd/isc_ipc.cpp
M src/jrd/sdw.cpp
M src/jrd/sort.cpp
Put declarations and definitions inside the same ifdef condition under which is used. (for not used ones NOT_USED_OR_REPLACED)
2003-03-03 08:48 brodsom
M src/jrd/rlck.cpp
M src/jrd/tra.cpp
Put some declaration definitions only used when PC_ENGINE is defined, inside PC_ENGINE ifdef.
2003-03-03 08:46 brodsom
M src/jrd/event.cpp
EVENT_PROCESS is only used when SOLARIS_MT is defined.
2003-03-03 08:42 brodsom
M src/remote/interface.cpp
M src/remote/merge.cpp
M src/remote/xnet.cpp
Put declarations and definitions inside correct macros(when the function is not used NOT_USED_OR_DEFINED).
2003-03-03 08:37 brodsom
M src/remote/inet.cpp
Put alarm_handler inside HAVE_SETITIMER, is only used when this macro is defined.
2003-03-03 08:36 brodsom
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/gpre/sqe.cpp
Put unused function declaration and definition inside NOT_USED_OR_REPLACED ifdef.
2003-03-03 08:29 brodsom
M src/dsql/ddl.cpp
M src/dsql/utld.cpp
Put unused functions declaration and definition inside NOT_USED_OR_REPLACED ifdef.
2003-03-03 08:27 brodsom
M src/gpre/par.cpp
Put par_quoted string inside PYXIS. function is only used when PYXIS is defined
2003-03-03 08:26 brodsom
M src/gpre/sql.cpp
Put define_cache inside FLINT_CACHE. function is only used when FLINT_CACHE is defined
2003-03-03 06:02 aafemt
M configure.in
Let config.status make directories
2003-03-02 23:20 fsg
M ChangeLog
Updated ChangeLog
2003-03-02 20:48 skidder
M src/jrd/vio.cpp
Add comment
2003-03-02 20:23 skidder
M src/jrd/tra.h
Removed little piece of my debugging code (it was commented out already)
2003-03-02 20:07 skidder
M src/jrd/tra.h
M src/jrd/vio.cpp
VIO undo log now uses B+ tree to store savepoint record data.
This improves performance when doing multiple updates of record in
a single transaction just a little (usually 2-3 orders of magnitude for 100000 records)
2003-03-02 17:47 fsg
M builds/posix/make.shared.variables
M src/gpre/cob.cpp
M src/gpre/ftn.cpp
M src/jrd/ExecuteStatement.cpp
M src/jrd/flu.cpp
M src/jrd/gds.cpp
M src/jrd/isc_sync.cpp
M src/jrd/pag.cpp
M src/jrd/thd.cpp
M src/lock/lock.cpp
M src/utilities/dba.epp
M src/utilities/drop.cpp
Fixed some really old typos.
Included ExecuteStatement in the LINUX-Build
2003-03-02 16:17 tamlin
M src/jrd/opt.cpp
Just a bit of cleanup, nothing interesting.
2003-03-02 13:37 skidder
M src/jrd/vio.cpp
Fixed bug with dates in comments. I lost track of time for a while... :)
2003-03-02 13:17 dimitr
M builds/win32/msvc6/engine_embed.dsp
Synchronized MSVC6 builds with EXECUTE STATEMENT changes.
2003-03-02 12:51 alexpeshkoff
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
Fixed EXECUTE STATEMENT to support INTO clause
Now required changes in msvc6 build
2003-03-02 01:03 brodsom
M src/jrd/enc.cpp
M src/jrd/svc.cpp
M src/remote/srvr_w32.cpp
Remove gcc warning partially bracketed initializer.
2003-03-02 01:01 brodsom
M src/gpre/gpre_meta_boot.cpp
Remove a few unused vars
2003-03-01 23:22 hippoman
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/engine_embed.vcproj
* Added missing JRD\ExecuteStatment.* files to engine* projects
2003-03-01 23:20 fsg
M ChangeLog
Updated ChangeLog
2003-03-01 22:04 hippoman
M builds/win32/msvc7/Firebird2.sln
M builds/win32/msvc7/alice.vcproj
M builds/win32/msvc7/alice_classic.vcproj
M builds/win32/msvc7/burp.vcproj
M builds/win32/msvc7/burp_classic.vcproj
M builds/win32/msvc7/common.vcproj
M builds/win32/msvc7/common_classic.vcproj
M builds/win32/msvc7/dsql_server.vcproj
M builds/win32/msvc7/dsql_server_classic.vcproj
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
A builds/win32/msvc7/engine_embed.vcproj
M builds/win32/msvc7/fb_inet_server.vcproj
M builds/win32/msvc7/fb_lock_print.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbguard.vcproj
M builds/win32/msvc7/fbserver.vcproj
M builds/win32/msvc7/fbudf.vcproj
M builds/win32/msvc7/gbak.vcproj
M builds/win32/msvc7/gdef.vcproj
M builds/win32/msvc7/gds32.vcproj
M builds/win32/msvc7/gfix.vcproj
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
M builds/win32/msvc7/gsec.vcproj
M builds/win32/msvc7/gsplit.vcproj
M builds/win32/msvc7/gstat.vcproj
M builds/win32/msvc7/ib_udf.vcproj
M builds/win32/msvc7/ib_util.vcproj
M builds/win32/msvc7/instreg.vcproj
M builds/win32/msvc7/instsvc.vcproj
M builds/win32/msvc7/intl.vcproj
M builds/win32/msvc7/intlcpp.vcproj
M builds/win32/msvc7/ipserver.vcproj
M builds/win32/msvc7/isql.vcproj
M builds/win32/msvc7/lock.vcproj
M builds/win32/msvc7/lock_classic.vcproj
M builds/win32/msvc7/qli.vcproj
M builds/win32/msvc7/remote.vcproj
M builds/win32/msvc7/remote_classic.vcproj
M builds/win32/msvc7/utilities.vcproj
M builds/win32/msvc7/utilities_classic.vcproj
M builds/win32/msvc7/wal.vcproj
M builds/win32/msvc7/wal_classic.vcproj
* updated msvc7 build files.
2003-03-01 20:37 skidder
M src/jrd/vio.cpp
Fixed database corruption when backing out the savepoint after large
number of DML operations (so transaction-level savepoint is dropped)
and record was updated _not_ under the savepoint and deleted under
savepoint. Bug affected all kinds of savepoints (explicit, statement,
PSQL, ...)
2003-03-01 19:32 alexpeshkoff
M src/dsql/parse.cpp
Fixed EXECUTE STATEMENT to support INTO clause
2003-03-01 19:19 alexpeshkoff
M src/dsql/dsql.cpp
M src/dsql/gen.cpp
M src/dsql/node.h
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/jrd/ExecuteStatement.cpp
M src/jrd/blr.h
M src/jrd/blrtable.cpp
M src/jrd/cmp.cpp
M src/jrd/exe.cpp
M src/jrd/nod.h
M src/jrd/par.cpp
Fixed EXECUTE STATEMENT to support INTO clause
2003-03-01 19:11 brodsom
M src/gpre/gpre.cpp
M src/jrd/ext.cpp
M src/jrd/ini.epp
M src/jrd/intl.cpp
M src/jrd/sort.cpp
M src/lock/lock.cpp
M src/remote/inet.cpp
-Comment declared but undefined functions. (found with gcc never defined warnings)
2003-03-01 19:10 alexpeshkoff
M src/remote/cntl.cpp
Fixed bug with service shutdown - rolled back Dmitry's commit
2003-03-01 19:06 brodsom
M src/burp/burp.cpp
-Comment declared but undefined functions. (found with gcc never defined warnings)
-Add ifdef for output_netware.
2003-03-01 18:27 alexpeshkoff
A src/jrd/ExecuteStatement.cpp
A src/jrd/ExecuteStatement.h
Fixed EXECUTE STATEMENT to support INTO clause
2003-03-01 18:15 brodsom
M src/include/firebird.h
M src/jrd/thd.h
M src/remote/window.cpp
-Add IPSERVER define to window.cpp, now it is possible to do a server build without ipserver.
-Add SERVER_SHUTDOWN define to window.cpp.
-Move the setting of SERVER_SHUTDOWN when SUPERSERVER to firebird.h, previously a SUPERSERVER build fail if SERVER_SHUTDOWN is not defined in the command line.
2003-03-01 18:10 brodsom
M src/jrd/cch.cpp
Use the same ifdef for function declarations and definitions. (found with gcc never defined warnings)
-In this source some defines must be moved to set the value for CACHE_WRITER, CACHE_READER and PAGE_LATCHING before function declaration
2003-03-01 18:04 brodsom
M src/jrd/blb.cpp
M src/jrd/isc_file.cpp
M src/jrd/isc_ipc.cpp
M src/jrd/jrd.cpp
M src/jrd/jrn.cpp
M src/jrd/rlck.cpp
M src/jrd/tra.cpp
M src/jrd/why.cpp
Use the same ifdef for function declarations and definitions. (found with gcc never defined warnings)
2003-03-01 17:51 brodsom
M src/remote/inet.cpp
M src/remote/protocol.cpp
M src/remote/wnet.cpp
M src/remote/xnet.cpp
Use the same ifdef for function declarations and definitions. (found with gcc never defined warnings)
2003-03-01 17:44 brodsom
M src/lock/lock.cpp
M src/utilities/gsec.cpp
Use the same ifdef for function declarations and definitions. (found with gcc never defined warnings)
2003-03-01 17:35 brodsom
M src/alice/alice.cpp
M src/burp/burp.cpp
Use the same ifdef for function declarations and definitions. (found with gcc never defined warnings)
2003-03-01 16:30 dimitr
M builds/win32/msvc6/Firebird2.dsw
A builds/win32/msvc6/engine_embed.dsp
M builds/win32/msvc6/fbembed.dsp
M src/jrd/os/thd_priority.h
M src/jrd/os/win32/config_root.cpp
M src/remote/cntl.cpp
Some changes for the embedded server.
2003-03-01 16:10 alexpeshkoff
M src/jrd/svc.cpp
Fixed macro redefinition warnings - changed order of include files
2003-03-01 15:59 alexpeshkoff
M src/dsql/errd.cpp
Fixed macro redefinition warnings
2003-03-01 12:29 brodsom
M src/jrd/isc_sync.cpp
Put declaration of functions only defined when #ifdef UNIX inside an #ifdef UNIX
2003-03-01 12:10 brodsom
M src/gpre/par.cpp
-Add some needed PYXIS defines (found with gcc warnings)
-Add one needed FTN_BLK_DATA define (found with gcc warnings)
2003-02-28 23:53 brodsom
M src/jrd/common.h
M src/jrd/cvt.cpp
M src/jrd/cvt_proto.h
M src/qli/mov.cpp
M src/qli/mov_proto.h
Remove obsolete PASCAL_ROUTINE macro
2003-02-28 23:46 brodsom
M src/jrd/isc_sync.cpp
Rollback change from assert to fb_assert, this source uses <assert.h> from included jrd.h from included fb_vector.h
2003-02-28 23:32 brodsom
M src/burp/spit.cpp
Change gds_assert to fb_assert (gds_assert is a synonym for fb_assert)
2003-02-28 23:22 fsg
M ChangeLog
Updated ChangeLog
2003-02-28 20:41 tamlin
M doc/Firebird_conf.txt
no message
2003-02-28 19:20 tamlin
A doc/Firebird_conf.txt
First draft.
2003-02-28 17:02 brodsom
M src/jrd/isc_sync.cpp
-Remove the SOLARIS specific stuff, NDEBUG is set at the compiler command line, and assert.h is obsolete when gdsassert can be used.
-Change assert to fb_assert when gdsassert is in use. to make clear if we use the standard macro or the fb one.
2003-02-28 16:41 brodsom
M src/jrd/dsc.cpp
M src/jrd/gdsassert.h
M src/jrd/perf.cpp
M src/jrd/sch.cpp
M src/jrd/status.cpp
M src/jrd/utl.cpp
Change assert to fb_assert when gdsassert is in use. to make clear if we use the standard macro or the fb one.
2003-02-28 16:35 brodsom
M src/dudley/trn.cpp
Change assert to fb_assert when gdsassert is in use. to make clear if we use the standard macro or the fb one.
2003-02-28 15:17 brodsom
M src/isql/isql.epp
M src/jrd/jrd.h
Change gds_assert to fb_assert (gds_assert is a synonym for fb_assert)
2003-02-28 15:07 brodsom
M src/remote/interface.cpp
M src/remote/parser.cpp
M src/remote/protocol.cpp
M src/remote/server.cpp
Change assert to fb_assert when gdsassert.h is included. Separate the standard macro from the FB one.
2003-02-28 14:52 brodsom
M src/intl/utils/dtest.c
M src/intlcpp/utils/dtest.c
Remove not used include
2003-02-28 13:38 brodsom
M src/jrd/all_old.cpp
M src/jrd/common.h
M src/jrd/event.cpp
M src/jrd/gds.cpp
M src/jrd/sort.cpp
M src/jrd/sort.h
M src/qli/all.cpp
Remove HUGE_PTR
2003-02-28 13:20 brodsom
M src/gpre/c_cxx.cpp
M src/include/fb_types.h
M src/v5_examples/api1.c
M src/v5_examples/api10.c
M src/v5_examples/api11.c
M src/v5_examples/api12.c
M src/v5_examples/api13.c
M src/v5_examples/api15.c
M src/v5_examples/api16.c
M src/v5_examples/api16t.c
M src/v5_examples/api2.c
M src/v5_examples/api3.c
M src/v5_examples/api4.c
M src/v5_examples/api5.c
M src/v5_examples/api6.c
M src/v5_examples/api7.c
M src/v5_examples/api8.c
M src/v5_examples/api9.c
M src/v5_examples/apifull.c
M src/v5_examples/dynfull.e
M src/v5_examples/empbuild.c
M src/v5_examples/stat8.e
Remove ISC_FAR
2003-02-28 13:10 brodsom
M src/jrd/ibase.h
M src/jrd/scroll_cursors.h
Remove ISC_FAR
2003-02-28 12:57 brodsom
M src/dsql/parse.sed
M src/include/gen/sql_code.h
M src/intl/charsets/cs_437.h
M src/intl/charsets/cs_737.h
M src/intl/charsets/cs_775.h
M src/intl/charsets/cs_850.h
M src/intl/charsets/cs_852.h
M src/intl/charsets/cs_857.h
M src/intl/charsets/cs_858.h
M src/intl/charsets/cs_860.h
M src/intl/charsets/cs_861.h
M src/intl/charsets/cs_862.h
M src/intl/charsets/cs_863.h
M src/intl/charsets/cs_864.h
M src/intl/charsets/cs_865.h
M src/intl/charsets/cs_866.h
M src/intl/charsets/cs_869.h
M src/intl/charsets/cs_big5.h
M src/intl/charsets/cs_cyrl.h
M src/intl/charsets/cs_gb2312.h
M src/intl/charsets/cs_iso8859_1.h
M src/intl/charsets/cs_iso8859_13.h
M src/intl/charsets/cs_iso8859_2.h
M src/intl/charsets/cs_iso8859_3.h
M src/intl/charsets/cs_iso8859_4.h
M src/intl/charsets/cs_iso8859_5.h
M src/intl/charsets/cs_iso8859_6.h
M src/intl/charsets/cs_iso8859_7.h
M src/intl/charsets/cs_iso8859_8.h
M src/intl/charsets/cs_iso8859_9.h
M src/intl/charsets/cs_jis_0208_1990.h
M src/intl/charsets/cs_ksc5601.h
M src/intl/charsets/cs_next.h
M src/intl/charsets/cs_sjis.h
M src/intl/charsets/cs_w1250.h
M src/intl/charsets/cs_w1251.h
M src/intl/charsets/cs_w1252.h
M src/intl/charsets/cs_w1253.h
M src/intl/charsets/cs_w1254.h
M src/intl/charsets/cs_w1255.h
M src/intl/charsets/cs_w1256.h
M src/intl/charsets/cs_w1257.h
M src/intl/ld.h
M src/intl/utils/mapgen4.c
M src/intl/utils/maptest2.c
M src/intlcpp/charsets/cs_437.h
M src/intlcpp/charsets/cs_737.h
M src/intlcpp/charsets/cs_775.h
M src/intlcpp/charsets/cs_850.h
M src/intlcpp/charsets/cs_852.h
M src/intlcpp/charsets/cs_857.h
M src/intlcpp/charsets/cs_858.h
M src/intlcpp/charsets/cs_860.h
M src/intlcpp/charsets/cs_861.h
M src/intlcpp/charsets/cs_862.h
M src/intlcpp/charsets/cs_863.h
M src/intlcpp/charsets/cs_864.h
M src/intlcpp/charsets/cs_865.h
M src/intlcpp/charsets/cs_866.h
M src/intlcpp/charsets/cs_869.h
M src/intlcpp/charsets/cs_big5.h
M src/intlcpp/charsets/cs_cyrl.h
M src/intlcpp/charsets/cs_gb2312.h
M src/intlcpp/charsets/cs_iso8859_1.h
M src/intlcpp/charsets/cs_iso8859_13.h
M src/intlcpp/charsets/cs_iso8859_2.h
M src/intlcpp/charsets/cs_iso8859_3.h
M src/intlcpp/charsets/cs_iso8859_4.h
M src/intlcpp/charsets/cs_iso8859_5.h
M src/intlcpp/charsets/cs_iso8859_6.h
M src/intlcpp/charsets/cs_iso8859_7.h
M src/intlcpp/charsets/cs_iso8859_8.h
M src/intlcpp/charsets/cs_iso8859_9.h
M src/intlcpp/charsets/cs_jis_0208_1990.h
M src/intlcpp/charsets/cs_ksc5601.h
M src/intlcpp/charsets/cs_next.h
M src/intlcpp/charsets/cs_sjis.h
M src/intlcpp/charsets/cs_w1250.h
M src/intlcpp/charsets/cs_w1251.h
M src/intlcpp/charsets/cs_w1252.h
M src/intlcpp/charsets/cs_w1253.h
M src/intlcpp/charsets/cs_w1254.h
M src/intlcpp/charsets/cs_w1255.h
M src/intlcpp/charsets/cs_w1256.h
M src/intlcpp/charsets/cs_w1257.h
M src/intlcpp/ld.h
M src/intlcpp/utils/mapgen4.c
M src/intlcpp/utils/maptest2.c
M src/jrd/boot_codes/sql_code.h
M src/jrd/codes.epp
M src/jrd/common.h
M src/jrd/gds.cpp
M src/jrd/ini.epp
M src/jrd/ini.h
M src/jrd/par.cpp
M src/jrd/trig.h
M src/misc/sql_code.h
Remove FAR_VARIABLE
2003-02-28 08:22 paul_reeves
M src/jrd/svc.h
Let gbak and friends use service_mgr again.
2003-02-28 05:22 aafemt
M builds/posix/Makefile.in.codes
M builds/posix/make.defaults
M builds/posix/make.rules
M builds/posix/make.shared.targets
M builds/posix/make.shared.variables
D src/include/gen/blrtable.h
blrtable.h is generated and must not be in tree
2003-02-28 01:08 brodsom
M src/gpre/form.h
M src/gpre/form__proto.h
M src/gpre/form_proto.h
M src/gpre/form_trn.cpp
Add empty line at the end of the source.
2003-02-27 23:53 brodsom
M src/jrd/os/win32/thd_priority.cpp
Variable declaration without typedef.
2003-02-27 23:22 fsg
M ChangeLog
Updated ChangeLog
2003-02-27 23:07 arnobrinkman
M src/jrd/opt.cpp
Comments added
2003-02-27 21:44 brodsom
M src/alice/alice.cpp
M src/burp/burp.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cob.cpp
New macro defined in firebird.h to remove compiler dependencies from cpp sources.
2003-02-27 21:34 brodsom
M src/gpre/int.cpp
M src/include/firebird.h
M src/jrd/gds.cpp
New macro defined in firebird.h to remove compiler dependencies from cpp sources.
2003-02-27 21:09 brodsom
M src/include/fb_types.h
M src/jrd/ibase.h
Join two compiler dependent defines. Put in fb_types.h since it is always included in ibase.h
2003-02-27 20:06 brodsom
M src/jrd/ibase.h
M src/jrd/scroll_cursors.h
Change ISC_EXPORT to GDS_EXPORT the value is always equal. (Also ISC_EXPORT_VARARG to GDS_EXPORT_VARARG to maintain the name similar)
2003-02-27 18:50 tamlin
M src/jrd/rse.h
NO code changes, just reformatting for your viewing pleasure.
2003-02-27 18:46 tamlin
M src/jrd/opt.cpp
Basic code cleanup and fixed a problem spotted by Dmitry Yemanov.
2003-02-27 18:22 brodsom
M src/qli/blk.h
M src/qli/compile.cpp
M src/qli/dtr.cpp
M src/qli/dtr.h
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/exe.h
M src/qli/expand.cpp
M src/qli/form.h
M src/qli/form_proto.h
M src/qli/format.cpp
M src/qli/gener.cpp
M src/qli/meta.epp
M src/qli/noform.cpp
Add PYXIS define to isolate pyxis code. When this change were tested enough, the pyxis code can be removed.
2003-02-27 17:27 brodsom
M builds/win32/make6_debug.bat
M builds/win32/make6_release.bat
Add gpre project to build batch
2003-02-27 16:55 brodsom
M builds/win32/gpre.mak
M builds/win32/msvc6/gpre.dsp
M src/gpre/gpre.h
M src/include/gen/autoconfig_msvc.h
Add Fortran files and move GPRE_* defines from autoconf header to makefiles.
2003-02-27 16:38 hippoman
M src/dsql/dsql.h
* Changed comments to point to used code
2003-02-27 16:28 tamlin
M src/jrd/cmp.cpp
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/jrd/rse.h
Fix optimizer crasher with too many streams (UCHAR overflow/wrap-around).
2003-02-27 16:28 dimitr
M builds/win32/msvc6/alice.dsp
M builds/win32/msvc6/alice_classic.dsp
M builds/win32/msvc6/burp.dsp
M builds/win32/msvc6/burp_classic.dsp
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
M builds/win32/msvc6/dsql_server.dsp
M builds/win32/msvc6/dsql_server_classic.dsp
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/fb_inet_server.dsp
M builds/win32/msvc6/fb_lock_print.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbguard.dsp
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc6/fbudf.dsp
M builds/win32/msvc6/gbak.dsp
M builds/win32/msvc6/gdef.dsp
M builds/win32/msvc6/gds32.dsp
M builds/win32/msvc6/gfix.dsp
M builds/win32/msvc6/gpre.dsp
M builds/win32/msvc6/gpre_boot.dsp
M builds/win32/msvc6/gsec.dsp
M builds/win32/msvc6/gsplit.dsp
M builds/win32/msvc6/gstat.dsp
M builds/win32/msvc6/ib_udf.dsp
M builds/win32/msvc6/ib_util.dsp
M builds/win32/msvc6/instreg.dsp
M builds/win32/msvc6/instsvc.dsp
M builds/win32/msvc6/intl.dsp
M builds/win32/msvc6/intlcpp.dsp
M builds/win32/msvc6/ipserver.dsp
M builds/win32/msvc6/isql.dsp
M builds/win32/msvc6/lock.dsp
M builds/win32/msvc6/lock_classic.dsp
M builds/win32/msvc6/qli.dsp
M builds/win32/msvc6/remote.dsp
M builds/win32/msvc6/remote_classic.dsp
M builds/win32/msvc6/utilities.dsp
M builds/win32/msvc6/utilities_classic.dsp
M builds/win32/msvc6/wal.dsp
M builds/win32/msvc6/wal_classic.dsp
Fixed build problem pointed by Arno (caused the server to crash in some cases).
2003-02-27 16:05 brodsom
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cmp.cpp
M src/gpre/cmp_proto.h
M src/gpre/cob.cpp
M src/gpre/exp.cpp
M src/gpre/exp_proto.h
M src/gpre/form.h
M src/gpre/form__proto.h
M src/gpre/form_proto.h
M src/gpre/form_trn.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/hsh.h
M src/gpre/noform.cpp
M src/gpre/par.cpp
M src/gpre/pas.cpp
M src/gpre/words.h
Add PYXIS define to isolate pyxis code. When this change were tested enough, the pyxis code can be removed.
2003-02-27 15:35 dimitr
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbudf.dsp
Updated project files.
2003-02-27 13:59 brodsom
M src/alice/exe.cpp
Remove unneeded include and ifdef
2003-02-27 13:55 brodsom
M src/jrd/why.cpp
M src/jrd/y-valve.cpp
Remove CONST_IMAGE (Thanks to Claudio)
2003-02-27 05:07 aafemt
M src/jrd/intl_builtin.cpp
unicode<->binary conversion fixed for bigendian processors. Thanks to Claudio V. Not tested.
2003-02-27 04:36 brodsom
M src/include/fb_types.h
M src/jrd/gdsold.h
M src/jrd/ibase.h
Remove GDS_FAR, win_handle, form_handle (Thanks to Claudio)
2003-02-26 23:41 arnobrinkman
M src/dsql/gen.cpp
comment added
2003-02-26 23:28 arnobrinkman
M src/dsql/dsql.h
bugfix: With a large amount of SQL the server crashed on generating blr. Due a USHORT was used for str_length.
2003-02-26 23:24 fsg
M ChangeLog
Updated ChangeLog
2003-02-26 16:52 skidder
M src/install/arch-specific/linux/classic/postinstall.sh.in
Fix file permissions problem that prevented restore of databases and other problems when using engine under non-root user on Linux
2003-02-26 12:22 dimitr
M doc/WhatsNew
Added recent changes.
2003-02-26 11:57 dimitr
M src/jrd/jrd.cpp
Fixed bug with EXECUTE STATEMENT and autocommit transactions.
2003-02-26 11:28 dimitr
M builds/win32/msvc6/fbembed.dsp
Fixed win32 build.
2003-02-26 07:25 dimitr
M src/install/misc/firebird.conf
Fixed a typo.
2003-02-25 23:21 fsg
M ChangeLog
Updated ChangeLog
2003-02-25 18:34 arnobrinkman
M src/jrd/opt.cpp
bugfix: Fix FB1.5 optimizer bug which causes the server to crash.
2003-02-25 16:46 dimitr
M src/jrd/rse.h
Restored MAX_STREAMS to the original value.
2003-02-25 13:21 brodsom
M src/jrd/intl.cpp
snprintf is defined in autoconfig_msvc.h
2003-02-25 13:14 brodsom
M builds/win32/msvc6/intl.dsp
Add needed file (lost when the change was committed)
2003-02-25 13:12 brodsom
M builds/win32/msvc7/burp.vcproj
M builds/win32/msvc7/burp_classic.vcproj
M builds/win32/msvc7/dsql_server.vcproj
M builds/win32/msvc7/dsql_server_classic.vcproj
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/fb_inet_server.vcproj
M builds/win32/msvc7/fb_lock_print.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbguard.vcproj
M builds/win32/msvc7/fbserver.vcproj
M builds/win32/msvc7/gbak.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
M builds/win32/msvc7/gsplit.vcproj
M builds/win32/msvc7/isql.vcproj
M builds/win32/msvc7/remote.vcproj
M builds/win32/msvc7/remote_classic.vcproj
Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h.
2003-02-25 13:10 brodsom
M builds/win32/msvc6/isql.dsp
Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h. (and clean dependency)
2003-02-25 13:01 brodsom
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbguard.dsp
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc6/gbak.dsp
M builds/win32/msvc6/gpre_boot.dsp
M builds/win32/msvc6/gsplit.dsp
M builds/win32/msvc6/remote.dsp
M builds/win32/msvc6/remote_classic.dsp
Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h.
2003-02-25 12:55 brodsom
M builds/win32/blrtable.bat
M builds/win32/fbclient_boot.mak
M builds/win32/gpre_boot.mak
M builds/win32/msvc6/burp.dsp
M builds/win32/msvc6/burp_classic.dsp
M builds/win32/msvc6/dsql_server.dsp
M builds/win32/msvc6/dsql_server_classic.dsp
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/fb_inet_server.dsp
M builds/win32/msvc6/fb_lock_print.dsp
M builds/win32/msvc6/fbclient.dsp
M src/extlib/fbudf/stdafx.h
Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h.
2003-02-25 12:43 brodsom
M src/jrd/flu.cpp
M src/jrd/winnt.cpp
Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h (and remove unused tagBLOB_DEFINED)
2003-02-25 12:39 brodsom
M src/include/gen/autoconfig_msvc.h
Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h
2003-02-25 11:58 dimitr
M doc/WhatsNew
Added Beta 3 changes.
2003-02-25 08:22 dimitr
M builds/win32/msvc6/fbserver.dsp
Cleanup.
2003-02-25 03:27 brodsom
M src/iscguard/iscguard.cpp
process.h must be inside WIN_NT define (not inside _MSC_VER).
2003-02-25 01:12 brodsom
M configure.in
Add some needed directories
2003-02-25 01:11 brodsom
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
Restore inlines
2003-02-25 00:46 brodsom
M src/jrd/intl.cpp
Restore intl_backend as intl_builtin (needed by Nickolay)
2003-02-25 00:05 brodsom
M src/alice/alice.cpp
M src/common/config/config_impl.h
M src/dsql/ddl.cpp
M src/dsql/dsql.h
M src/dsql/user_dsql.cpp
M src/jrd/block_cache.h
M src/jrd/jrd.cpp
M src/jrd/why.cpp
Restore inlines
2003-02-24 23:55 brodsom
M src/extlib/fbudf/fbudf.cpp
Restore inlines
2003-02-24 23:23 fsg
M ChangeLog
Updated ChangeLog
2003-02-24 20:54 hippoman
M src/jrd/shrinit.cpp
* Changed datatype of DSQL_debug to match the DSQL definition..
2003-02-24 15:37 dimitr
M src/jrd/met.epp
Fixed error in the previous commit.
2003-02-24 15:19 dimitr
M src/jrd/met.epp
Fixed one more problem with the metadata cache.
2003-02-24 13:53 dimitr
M src/jrd/vio.cpp
1) Some cleanup.
2) Problem with the GC thread during detaching seems to be fixed.
2003-02-24 13:16 dimitr
M src/jrd/os/win32/config_root.cpp
Fixed problem with lack of trailing backslash in the registry key.
2003-02-24 09:52 eku
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.jrd
Since PYXIS support has gone some time ago, remove it from the Makefiles as
well.
2003-02-24 09:37 dimitr
M src/dsql/parse.cpp
M src/dsql/parse.y
Cleanup.
2003-02-23 23:40 arnobrinkman
M src/jrd/cmp.cpp
sub-selects inside a set-clause from an UPDATE didn't use an index when there was one.
From now indices are used whenever possible with sub-selects inside the set-clause.
Pointed by Nickolay Samofatov.
2003-02-23 23:20 fsg
M ChangeLog
Updated ChangeLog
2003-02-23 10:23 dimitr
M src/jrd/opt.cpp
A bit reworked fixed-size vector allocations. Thanks to Mike for the hint.
2003-02-23 01:36 arnobrinkman
M src/dsql/pass1.cpp
bugfix: DISTINCT with sub-selects (context already in use (BLR error)). Distinct items are now correctly parsed and not just copied from the select-list.
2003-02-22 23:18 fsg
M ChangeLog
Updated ChangeLog
2003-02-22 21:54 skidder
M src/jrd/ibase.h
M src/jrd/inf.cpp
Add ability to get a list of currently active transactions via isc_database_info call
2003-02-22 21:48 skidder
M configure.in
Get ready for Beta3
2003-02-22 17:21 dimitr
M src/misc/writeBuildNum.sh
Beta 3 will be out in a few days.
2003-02-22 17:13 dimitr
M src/isql/isql.epp
Fixed problem with ISQL and character code 0xFF.
2003-02-22 17:09 dimitr
M src/jrd/opt.cpp
Cleanup and some economy of the stack space (in favor of the heap). Performance penalty isn't noticable.
2003-02-22 15:45 skidder
M builds/posix/Makefile.in.intl
Make intl support work on POSIX again
2003-02-22 15:10 dimitr
M src/jrd/opt.cpp
Some cleanup of the optimizer.
2003-02-22 14:23 dimitr
M src/install/misc/firebird.conf
Added new config option.
2003-02-22 12:20 dimitr
M src/jrd/opt.cpp
Made the optimizer a bit better in the case of old index statistics.
2003-02-22 10:10 tamlin
M src/jrd/opt.cpp
A little bit of code cleanup and addition of a few asserts, to get early warning before it crashes.
2003-02-22 00:48 arnobrinkman
M src/jrd/opt.cpp
Let the optimizer build MERGE/SORT where possible.
This is : Multiple STORED PROCEDURES and/or VIEWS with internally aggregate or union
2003-02-21 23:21 fsg
M ChangeLog
Updated ChangeLog
2003-02-21 09:25 dimitr
M src/jrd/evl.cpp
Fixed bug in the previous commit.
2003-02-21 09:17 dimitr
M src/common/config/config.cpp
M src/common/config/config.h
M src/jrd/evl.cpp
Committed Mike's introduction of short-circuit boolean evaluation.
2003-02-21 00:32 hippoman
A builds/win32/msvc7/gsplit.vcproj
A builds/win32/msvc7/intlcpp.vcproj
* new projects
2003-02-21 00:31 hippoman
M builds/win32/msvc7/Firebird2.sln
M builds/win32/msvc7/alice.vcproj
M builds/win32/msvc7/alice_classic.vcproj
M builds/win32/msvc7/burp.vcproj
M builds/win32/msvc7/burp_classic.vcproj
M builds/win32/msvc7/common.vcproj
M builds/win32/msvc7/common_classic.vcproj
M builds/win32/msvc7/dsql_server.vcproj
M builds/win32/msvc7/dsql_server_classic.vcproj
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/fb_inet_server.vcproj
M builds/win32/msvc7/fb_lock_print.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbguard.vcproj
M builds/win32/msvc7/fbserver.vcproj
M builds/win32/msvc7/fbudf.vcproj
M builds/win32/msvc7/gbak.vcproj
M builds/win32/msvc7/gdef.vcproj
M builds/win32/msvc7/gds32.vcproj
M builds/win32/msvc7/gfix.vcproj
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
M builds/win32/msvc7/gsec.vcproj
M builds/win32/msvc7/gstat.vcproj
M builds/win32/msvc7/ib_udf.vcproj
M builds/win32/msvc7/ib_util.vcproj
M builds/win32/msvc7/instreg.vcproj
M builds/win32/msvc7/instsvc.vcproj
M builds/win32/msvc7/intl.vcproj
M builds/win32/msvc7/ipserver.vcproj
M builds/win32/msvc7/isql.vcproj
M builds/win32/msvc7/lock.vcproj
M builds/win32/msvc7/lock_classic.vcproj
M builds/win32/msvc7/qli.vcproj
M builds/win32/msvc7/remote.vcproj
M builds/win32/msvc7/remote_classic.vcproj
M builds/win32/msvc7/utilities.vcproj
M builds/win32/msvc7/utilities_classic.vcproj
M builds/win32/msvc7/wal.vcproj
M builds/win32/msvc7/wal_classic.vcproj
* Fixed the msvc7 build files
2003-02-21 00:27 hippoman
M src/dsql/gen.cpp
* changed function comment to new forrmat
2003-02-20 23:22 fsg
M ChangeLog
Updated ChangeLog
2003-02-20 21:39 hippoman
M builds/win32/msvc6/ib_udf.dsp
* deleted an empty /D switch that was causing problems when importing the projects in msvc7
2003-02-20 20:25 fsg
M src/qli/dtr.cpp
Blas, could you please stop to replace warnings with errors :-)
main needs to return int
2003-02-20 19:37 fsg
M src/dudley/ddl.cpp
main needs to be int
2003-02-20 15:50 brodsom
M src/intlcpp/cs_unicode_ucs2.cpp
M src/intlcpp/lc_ascii.cpp
Some cleaning
2003-02-20 15:47 brodsom
M src/intl/cs_big5.c
M src/intl/cs_gb2312.c
M src/intl/cs_jis.c
M src/intl/cs_ksc.c
M src/intl/cs_narrow.c
M src/intl/cs_unicode_fss.c
A src/intl/cs_unicode_fss.h
M src/intl/cs_unicode_ucs2.c
M src/intl/cv_big5.c
A src/intl/cv_big5.h
M src/intl/cv_gb2312.c
A src/intl/cv_gb2312.h
M src/intl/cv_jis.c
A src/intl/cv_jis.h
M src/intl/cv_ksc.c
A src/intl/cv_ksc.h
M src/intl/cv_narrow.c
A src/intl/cv_narrow.h
A src/intl/cv_unicode_fss.c
A src/intl/cv_unicode_fss.h
M src/intl/lc_ascii.c
A src/intl/lc_ascii.h
M src/intl/lc_big5.c
A src/intl/lc_big5.h
M src/intl/lc_dos.c
A src/intl/lc_dos.h
M src/intl/lc_gb2312.c
M src/intl/lc_iso8859_1.c
M src/intl/lc_iso8859_2.c
M src/intl/lc_jis.c
M src/intl/lc_ksc.c
M src/intl/lc_narrow.c
A src/intl/lc_narrow.h
M src/intl/lc_unicode_ucs2.c
Update prototypes not valid for gcc when the function declaration is updated (Thank to Erik)
2003-02-20 14:51 dimitr
M src/jrd/met.epp
Fixed SEGV implicitly caused by one of recent Blas' commits.
2003-02-20 14:41 kkuznetsov
M builds/posix/prefix.solx86
Some Impruvements with sfio
2003-02-20 13:34 brodsom
M src/intl/lc_big5.c
M src/intl/lc_dos.c
M src/intl/lc_iso8859_1.c
M src/intl/lc_iso8859_2.c
M src/intl/lc_jis.c
M src/intl/lc_ksc.c
M src/intl/lc_narrow.c
M src/intl/lc_unicode_ucs2.c
Update prototypes not valid for gcc when the function declaration is updated (Thank to Erik)
2003-02-20 10:58 dimitr
M src/jrd/opt.cpp
Fixed stack oveflow caused by deep recursion and big stack arrays in the optimizer.
2003-02-20 06:57 tamlin
M src/jrd/btr.cpp
back out const-correcntess fix
2003-02-20 06:36 eku
M configure.in
M src/common/classes/alloc.h
M src/common/classes/tree.h
M src/make.new/config/config.h.in
XPG defines that prototypes for malloc/free have to be defined in stdlib.h.
malloc.h is deprecated - removed.
2003-02-20 06:17 eku
M builds/posix/make.shared.variables
This file does not compile on POSIX platforms. Exclude it from the build
process until someone has fixed it.
2003-02-20 06:15 eku
M src/jrd/unix.cpp
Fixed typo. Thanks to Blas.
2003-02-20 01:59 brodsom
M src/dsql/parse.cpp
M src/jrd/enc.cpp
Remove lint and LIBC_SCCS defines (dummy)
2003-02-20 01:39 brodsom
M src/dsql/parse.cpp
Remove warnings
2003-02-20 01:28 brodsom
M builds/win32/make6_debug.bat
M builds/win32/make6_release.bat
Add gsplit and intlcpp projects to batch
2003-02-20 01:28 brodsom
M builds/win32/msvc6/burp.dsp
M builds/win32/msvc6/burp_classic.dsp
Remove spit from burp project (and remove some warnings)
2003-02-20 01:17 brodsom
M builds/win32/msvc6/Firebird2.dsw
A builds/win32/msvc6/gsplit.dsp
Add gsplit project
2003-02-20 00:28 brodsom
M src/dudley/ddl.cpp
M src/qli/show.epp
Remove warnings
2003-02-20 00:24 tamlin
M src/jrd/btr.cpp
M src/jrd/btr_proto.h
const correctness and a quite large speed-up in BTR_get_quad for IA32 CPU arch.
2003-02-20 00:10 brodsom
M src/intlcpp/ld2.cpp
M src/jrd/blb.cpp
M src/jrd/ibase.h
M src/jrd/met.epp
M src/jrd/met.h
M src/lock/print.cpp
M src/qli/dtr.cpp
M src/qli/gener.cpp
M src/utilities/install_reg.cpp
M src/utilities/install_svc.cpp
Remove warnings
2003-02-19 23:22 fsg
M ChangeLog
Updated ChangeLog
2003-02-19 16:22 dimitr
M src/jrd/ini.epp
Minor ODS upgrade fail shouldn't be critical.
2003-02-19 15:59 brodsom
M src/jrd/intl_builtin.cpp
Replace #if 0 with NOT_USED_OR_REPLACED
2003-02-19 15:33 brodsom
M src/iscguard/cntl_guard.cpp
M src/remote/xnet.cpp
Remove unneeded include
2003-02-19 15:25 dimitr
M src/jrd/cmp.cpp
M src/jrd/dfw.epp
M src/jrd/dpm.epp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/par.cpp
M src/jrd/rlck.cpp
M src/jrd/tra.cpp
M src/jrd/vio.cpp
Cleanup and bugfixing. VIO statistics now work properly.
2003-02-19 14:06 brodsom
A src/intlcpp
A src/intlcpp/charsets
A src/intlcpp/charsets/cs_437.h
A src/intlcpp/charsets/cs_737.h
A src/intlcpp/charsets/cs_775.h
A src/intlcpp/charsets/cs_850.h
A src/intlcpp/charsets/cs_852.h
A src/intlcpp/charsets/cs_857.h
A src/intlcpp/charsets/cs_858.h
A src/intlcpp/charsets/cs_860.h
A src/intlcpp/charsets/cs_861.h
A src/intlcpp/charsets/cs_862.h
A src/intlcpp/charsets/cs_863.h
A src/intlcpp/charsets/cs_864.h
A src/intlcpp/charsets/cs_865.h
A src/intlcpp/charsets/cs_866.h
A src/intlcpp/charsets/cs_869.h
A src/intlcpp/charsets/cs_big5.h
A src/intlcpp/charsets/cs_cyrl.h
A src/intlcpp/charsets/cs_gb2312.h
A src/intlcpp/charsets/cs_iso8859_1.h
A src/intlcpp/charsets/cs_iso8859_13.h
A src/intlcpp/charsets/cs_iso8859_2.h
A src/intlcpp/charsets/cs_iso8859_3.h
A src/intlcpp/charsets/cs_iso8859_4.h
A src/intlcpp/charsets/cs_iso8859_5.h
A src/intlcpp/charsets/cs_iso8859_6.h
A src/intlcpp/charsets/cs_iso8859_7.h
A src/intlcpp/charsets/cs_iso8859_8.h
A src/intlcpp/charsets/cs_iso8859_9.h
A src/intlcpp/charsets/cs_jis_0208_1990.h
A src/intlcpp/charsets/cs_ksc5601.h
A src/intlcpp/charsets/cs_next.h
A src/intlcpp/charsets/cs_sjis.h
A src/intlcpp/charsets/cs_w1250.h
A src/intlcpp/charsets/cs_w1251.h
A src/intlcpp/charsets/cs_w1252.h
A src/intlcpp/charsets/cs_w1253.h
A src/intlcpp/charsets/cs_w1254.h
A src/intlcpp/charsets/cs_w1255.h
A src/intlcpp/charsets/cs_w1256.h
A src/intlcpp/charsets/cs_w1257.h
A src/intlcpp/charsets.h
A src/intlcpp/collations
A src/intlcpp/collations/bl88591ca0.h
A src/intlcpp/collations/bl88591da0.h
A src/intlcpp/collations/bl88591de0.h
A src/intlcpp/collations/bl88591es0.h
A src/intlcpp/collations/bl88591fi0.h
A src/intlcpp/collations/bl88591fr0.h
A src/intlcpp/collations/bl88591is0.h
A src/intlcpp/collations/bl88591it0.h
A src/intlcpp/collations/bl88591nl0.h
A src/intlcpp/collations/bl88591no0.h
A src/intlcpp/collations/bl88591pt0.h
A src/intlcpp/collations/bl88591sv0.h
A src/intlcpp/collations/bl88591uk0.h
A src/intlcpp/collations/bl88591us0.h
A src/intlcpp/collations/blNEXTde0.h
A src/intlcpp/collations/blNEXTes0.h
A src/intlcpp/collations/blNEXTfr0.h
A src/intlcpp/collations/blNEXTit0.h
A src/intlcpp/collations/blNEXTus0.h
A src/intlcpp/collations/db437de0.h
A src/intlcpp/collations/db437es1.h
A src/intlcpp/collations/db437fi0.h
A src/intlcpp/collations/db437fr0.h
A src/intlcpp/collations/db437it0.h
A src/intlcpp/collations/db437nl0.h
A src/intlcpp/collations/db437sv0.h
A src/intlcpp/collations/db437uk0.h
A src/intlcpp/collations/db437us0.h
A src/intlcpp/collations/db850cf0.h
A src/intlcpp/collations/db850de0.h
A src/intlcpp/collations/db850es0.h
A src/intlcpp/collations/db850fr0.h
A src/intlcpp/collations/db850it1.h
A src/intlcpp/collations/db850nl0.h
A src/intlcpp/collations/db850pt0.h
A src/intlcpp/collations/db850sv1.h
A src/intlcpp/collations/db850uk0.h
A src/intlcpp/collations/db850us0.h
A src/intlcpp/collations/db852cz0.h
A src/intlcpp/collations/db852po0.h
A src/intlcpp/collations/db852sl0.h
A src/intlcpp/collations/db857tr0.h
A src/intlcpp/collations/db860pt0.h
A src/intlcpp/collations/db863cf1.h
A src/intlcpp/collations/db865da0.h
A src/intlcpp/collations/db865no0.h
A src/intlcpp/collations/db866ru0.h
A src/intlcpp/collations/pd437intl.h
A src/intlcpp/collations/pd437swedfin.h
A src/intlcpp/collations/pd852czech.h
A src/intlcpp/collations/pd852hundc.h
A src/intlcpp/collations/pd852polish.h
A src/intlcpp/collations/pd852slovene.h
A src/intlcpp/collations/pd861iceland.h
A src/intlcpp/collations/pd865nordan40.h
A src/intlcpp/collations/pd866cyrr.h
A src/intlcpp/collations/pw1250czech.h
A src/intlcpp/collations/pw1250hun.h
A src/intlcpp/collations/pw1250hundc.h
A src/intlcpp/collations/pw1250polish.h
A src/intlcpp/collations/pw1250slov.h
A src/intlcpp/collations/pw1251cyrr.h
A src/intlcpp/collations/pw1252i850.h
A src/intlcpp/collations/pw1252intl.h
A src/intlcpp/collations/pw1252nor4.h
A src/intlcpp/collations/pw1252span.h
A src/intlcpp/collations/pw1252swfn.h
A src/intlcpp/collations/pw1253greek1.h
A src/intlcpp/collations/pw1254turk.h
A src/intlcpp/collations/undef.h
A src/intlcpp/collations/xx1251_ua.h
A src/intlcpp/collations/xx88592czech.h
A src/intlcpp/conversions
A src/intlcpp/conversions/tx437_865.h
A src/intlcpp/conversions/tx437_lat1.h
A src/intlcpp/conversions/tx865_lat1.h
A src/intlcpp/countries.h
A src/intlcpp/country_codes.h
A src/intlcpp/cs_big5.cpp
A src/intlcpp/cs_gb2312.cpp
A src/intlcpp/cs_jis.cpp
A src/intlcpp/cs_ksc.cpp
A src/intlcpp/cs_narrow.cpp
A src/intlcpp/cs_unicode_fss.cpp
A src/intlcpp/cs_unicode_fss.h
A src/intlcpp/cs_unicode_ucs2.cpp
A src/intlcpp/cv_big5.cpp
A src/intlcpp/cv_big5.h
A src/intlcpp/cv_gb2312.cpp
A src/intlcpp/cv_gb2312.h
A src/intlcpp/cv_jis.cpp
A src/intlcpp/cv_jis.h
A src/intlcpp/cv_ksc.cpp
A src/intlcpp/cv_ksc.h
A src/intlcpp/cv_narrow.cpp
A src/intlcpp/cv_narrow.h
A src/intlcpp/cv_unicode_fss.cpp
A src/intlcpp/cv_unicode_fss.h
A src/intlcpp/depends.mak
A src/intlcpp/kanji.cpp
A src/intlcpp/kanji.h
A src/intlcpp/kanji_proto.h
A src/intlcpp/langdrv.h
A src/intlcpp/lc_ascii.cpp
A src/intlcpp/lc_ascii.h
A src/intlcpp/lc_big5.cpp
A src/intlcpp/lc_big5.h
A src/intlcpp/lc_dos.cpp
A src/intlcpp/lc_dos.h
A src/intlcpp/lc_gb2312.cpp
A src/intlcpp/lc_iso8859_1.cpp
A src/intlcpp/lc_iso8859_2.cpp
A src/intlcpp/lc_jis.cpp
A src/intlcpp/lc_ksc.cpp
A src/intlcpp/lc_narrow.cpp
A src/intlcpp/lc_narrow.h
A src/intlcpp/lc_unicode_ucs2.cpp
A src/intlcpp/ld.cpp
A src/intlcpp/ld.h
A src/intlcpp/ld2.cpp
A src/intlcpp/ld_proto.h
A src/intlcpp/ldcommon.h
A src/intlcpp/moved_files.txt
A src/intlcpp/utils
A src/intlcpp/utils/dtest.c
A src/intlcpp/utils/dtest2.c
A src/intlcpp/utils/make.maps
A src/intlcpp/utils/mapdump.c
A src/intlcpp/utils/mapgen4.c
A src/intlcpp/utils/maptest.cpp
A src/intlcpp/utils/maptest2.c
Add C++ intl conversion
2003-02-19 13:20 brodsom
A builds/win32/msvc6/intlcpp.dsp
Adding intl C++ conversion
2003-02-19 13:19 brodsom
D builds/win32/defs/api9f.def
D builds/win32/defs/example.def
D builds/win32/defs/udflib.def
D builds/win32/defs/winevent.def
A src/v5_examples/api9f.def
A src/v5_examples/example.def
A src/v5_examples/udflib.def
A src/v5_examples/winevent.def
Move def files left in the directory (but not v5_example ones)
2003-02-19 13:13 brodsom
D src/v5_examples/api9f.def
D src/v5_examples/example.def
D src/v5_examples/udflib.def
D src/v5_examples/winevent.def
Move def files to builds directory
2003-02-19 13:12 brodsom
D src/burp/makefile.mak
D src/dsql/makefile.mak
D src/extlib/makefile.mak
D src/intl/makefile.mak
D src/jrd/makefile.mak
D src/msgs/makefile.mak
D src/remote/makefile.mak
D src/v5_examples/makefile.mak
Move old borland make files to builds directory
2003-02-19 13:07 brodsom
D builds/win32/fbclient.def
M builds/win32/fbclient_boot.mak
D builds/win32/fbclient_debug.def
D builds/win32/gds32.def
D builds/win32/ib_udf.def
D builds/win32/ib_util.def
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/gds32.dsp
M builds/win32/msvc6/ib_udf.dsp
M builds/win32/msvc6/ib_util.dsp
M builds/win32/msvc6/intl.dsp
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/gds32.vcproj
M builds/win32/msvc7/ib_udf.vcproj
M builds/win32/msvc7/ib_util.vcproj
M builds/win32/msvc7/intl.vcproj
D src/burp/burp.def
D src/burp/burp32.def
D src/dsql/dsql.def
D src/intl/intl.def
D src/isql/isql.def
D src/jrd/gds.def
D src/jrd/iutls.def
D src/jrd/jrd.def
D src/jrd/utls.def
D src/msgs/build.def
D src/remote/remote.def
Move def files to builds directory
2003-02-19 12:54 eku
M src/jrd/isc.cpp
Fixed unterminated #if statement.
2003-02-19 12:53 eku
M src/jrd/ib_stdio.h
Fixed "no newline at end of file".
2003-02-19 12:21 brodsom
A builds/win32/old_makes
A builds/win32/old_makes/burp.mak
A builds/win32/old_makes/dsql.mak
A builds/win32/old_makes/extlib.mak
A builds/win32/old_makes/intl.mak
A builds/win32/old_makes/intlcpp.mak
A builds/win32/old_makes/jrd.mak
A builds/win32/old_makes/msgs.mak
A builds/win32/old_makes/remote.mak
A builds/win32/old_makes/v5_examples.mak
Move old borland makefiles to builds directory
2003-02-19 12:15 brodsom
A builds/win32/defs
A builds/win32/defs/api9f.def
A builds/win32/defs/build.def
A builds/win32/defs/burp.def
A builds/win32/defs/burp32.def
A builds/win32/defs/dsql.def
A builds/win32/defs/example.def
A builds/win32/defs/fbclient.def
A builds/win32/defs/fbclient_debug.def
A builds/win32/defs/gds.def
A builds/win32/defs/gds32.def
A builds/win32/defs/ib_udf.def
A builds/win32/defs/ib_util.def
A builds/win32/defs/intl.def
A builds/win32/defs/intlcpp.def
A builds/win32/defs/isql.def
A builds/win32/defs/iutls.def
A builds/win32/defs/jrd.def
A builds/win32/defs/remote.def
A builds/win32/defs/udflib.def
A builds/win32/defs/utls.def
A builds/win32/defs/winevent.def
Move .def files to builds directory
2003-02-19 06:41 fsg
M src/jrd/intl_builtin.cpp
swab may be defined in unistd.h so let's include it if we have it
2003-02-19 06:15 eku
M src/qli/mov.cpp
Small correction (GCC doesn't complain). Thanks to Claudio.
2003-02-19 06:14 eku
M src/jrd/isc.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd_pwd.h
M src/jrd/unix.cpp
M src/utilities/ibmgr.cpp
Fixed more issues with pwd.h.
2003-02-19 05:18 aafemt
M src/burp/mvol.cpp
M src/burp/mvol_proto.h
Some cleanup
2003-02-19 05:16 aafemt
M builds/posix/make.shared.variables
XNET and somewhere WNET were added to remote interfaces
2003-02-19 05:14 aafemt
M builds/posix/make.defaults
Propagate PLATFORM across makefiles
2003-02-19 04:08 brodsom
M src/jrd/common.h
D src/jrd/ib_stdio.cpp
M src/jrd/ib_stdio.h
Remove SOLARIS_MT stdio emulation (need_ib_stdio)
2003-02-19 03:51 brodsom
M src/jrd/intl.cpp
Remove unneeded typedef
2003-02-19 03:49 brodsom
M src/intl/lc_ksc.c
M src/intl/ld.c
M src/jrd/intlnames.h
Fix bug in intl for a korean texttype.
2003-02-19 01:56 brodsom
M src/intl/cs_gb2312.c
M src/intl/cs_narrow.c
M src/intl/cs_unicode_fss.c
M src/intl/cv_big5.c
M src/intl/cv_gb2312.c
M src/intl/cv_jis.c
M src/intl/cv_ksc.c
M src/intl/cv_narrow.c
M src/intl/lc_ascii.c
M src/intl/lc_big5.c
M src/intl/lc_dos.c
M src/intl/lc_iso8859_1.c
M src/intl/lc_iso8859_2.c
M src/intl/lc_jis.c
M src/intl/lc_ksc.c
M src/intl/lc_narrow.c
M src/intl/lc_unicode_ucs2.c
Remove W4 warnings (old style declarator) and others W3 appeared when the declarator is updated.
2003-02-18 23:20 fsg
M ChangeLog
Updated ChangeLog
2003-02-18 16:06 bellardo
M src/remote/inet.cpp
More cleanup after renaming header files with name conflicts.
2003-02-18 12:38 eku
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/make.new/config/config.h.in
M src/remote/inet.cpp
Added a test for <sys/socket.h> needed in remote/inet.cpp.
2003-02-18 11:55 eku
M src/qli/parse.cpp
Fixed "missing initializer for member `nod_types::nod_t_sql_node'".
2003-02-18 11:53 eku
M src/qli/parse.cpp
Fixed "aggregate has a partly bracketed initializer".
2003-02-18 11:38 brodsom
M src/burp/burp.cpp
M src/dudley/ddl.cpp
M src/utilities/cache.cpp
Remove W4 warnings (remains from ODS 5 and 7)
2003-02-18 10:05 eku
M src/qli/mov.cpp
Fixed typo.
2003-02-18 10:00 eku
M src/jrd/cch.cpp
M src/jrd/common.h
M src/jrd/met.epp
M src/jrd/quad.cpp
Removed lots of compiler warnings.
2003-02-18 07:43 eku
M src/gpre/exp.cpp
Cleanup.
2003-02-18 07:42 eku
M src/qli/dtr.cpp
M src/qli/meta.epp
M src/qli/mov.cpp
Fixed "missing braces around initializer".
2003-02-18 07:15 eku
M src/jrd/dyn.epp
M src/jrd/ini.epp
Fixed "embedded `\0' in format".
2003-02-18 07:13 eku
M src/jrd/grant.epp
Fexed "embedded `\0' in format".
2003-02-18 06:39 eku
M src/lock/lock.cpp
Fixed "passing NULL used for non-pointer argument" and "return to non-pointer
type `SLONG' from NULL".
2003-02-18 05:24 aafemt
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/intl/cs_jis.c
M src/intl/cs_unicode_fss.c
M src/intl/cs_unicode_ucs2.c
M src/intl/cv_big5.c
M src/intl/cv_gb2312.c
M src/intl/cv_jis.c
M src/intl/cv_ksc.c
M src/intl/lc_big5.c
M src/intl/lc_dos.c
M src/intl/lc_jis.c
M src/intl/lc_unicode_ucs2.c
M src/jrd/evl.cpp
M src/jrd/evl_like.cpp
M src/jrd/intl.cpp
M src/jrd/intl_builtin.cpp
M src/jrd/intl_classes.h
M src/jrd/intlobj.h
M src/make.new/config/config.h.in
WCHAR --> UCS2_CHAR and some cleanup around it
2003-02-18 05:22 aafemt
M src/jrd/jrd.cpp
Occasionally Windows also has unistd.h
2003-02-18 05:20 aafemt
M src/jrd/scl.epp
No more security during boot phase
2003-02-18 02:36 brodsom
D src/alice/info.h
M src/alice/tdr.cpp
Remove old protocols, only tcp is supported
2003-02-18 00:08 brodsom
M src/jrd/lck.cpp
Remove W4 warnings (initialized but unused var) rollback
2003-02-17 23:45 brodsom
M src/burp/mvol.cpp
M src/burp/spit.cpp
M src/iscguard/iscguard.cpp
M src/jrd/alt.cpp
M src/jrd/isc_file.cpp
M src/jrd/lck.cpp
M src/remote/ibconfig.cpp
M src/remote/xnet.cpp
Remove W4 warnings (initialized but unused var)
2003-02-17 23:22 brodsom
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/burpswi.h
M src/burp/restore.epp
Remove W4 warnings (remains from ODS 5 and 7)
2003-02-17 23:21 fsg
M ChangeLog
Updated ChangeLog
2003-02-17 23:12 brodsom
M src/jrd/gds.def
D src/jrd/thin.asm
Remove old asm file (remains from thin.c?)
2003-02-17 19:54 brodsom
D src/jrd/gds5entry.mar
D src/jrd/gdsentry.mar
D src/jrd/mmov.mar
D src/jrd/rdbcodes.mar
D src/jrd/rdbgentry.mar
D src/jrd/thread.mar
D src/remote/isc_tcpent.mar
D src/remote/jibdef.mar
D src/remote/pcbdefv4.mar
D src/remote/pcbdefv5.mar
D src/remote/zap.mar
Remove old vax mars files
2003-02-17 19:33 brodsom
D src/remote/in.h
M src/remote/inet.cpp
D src/remote/inetiodef.h
D src/remote/multivx.cpp
D src/remote/tcptypes.h
D src/remote/types.h
D src/remote/ucx.cpp
D src/remote/winerr.h
D src/remote/winvx.cpp
M src/remote/xdr.h
Remove multinet and wollongong vms protocols
2003-02-17 14:56 skidder
M src/dsql/parse.y
Fixed bug with line number tracking introduced recently + some cleanup
2003-02-17 14:52 brodsom
M src/include/gen/autoconfig_msvc.h
Disable another level 4 warning.
2003-02-17 13:44 brodsom
M builds/win32/common_boot.mak
M builds/win32/fbclient_boot.mak
M builds/win32/gpre.mak
M builds/win32/gpre_boot.mak
M builds/win32/msvc6/alice.dsp
M builds/win32/msvc6/alice_classic.dsp
M builds/win32/msvc6/burp.dsp
M builds/win32/msvc6/burp_classic.dsp
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
M builds/win32/msvc6/dsql_server.dsp
M builds/win32/msvc6/dsql_server_classic.dsp
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/fb_inet_server.dsp
M builds/win32/msvc6/fb_lock_print.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbguard.dsp
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc6/fbudf.dsp
M builds/win32/msvc6/gbak.dsp
M builds/win32/msvc6/gdef.dsp
M builds/win32/msvc6/gds32.dsp
M builds/win32/msvc6/gfix.dsp
M builds/win32/msvc6/gpre.dsp
M builds/win32/msvc6/gpre_boot.dsp
M builds/win32/msvc6/gsec.dsp
M builds/win32/msvc6/gstat.dsp
M builds/win32/msvc6/ib_udf.dsp
M builds/win32/msvc6/ib_util.dsp
M builds/win32/msvc6/instreg.dsp
M builds/win32/msvc6/instsvc.dsp
M builds/win32/msvc6/intl.dsp
M builds/win32/msvc6/ipserver.dsp
M builds/win32/msvc6/isql.dsp
M builds/win32/msvc6/lock.dsp
M builds/win32/msvc6/lock_classic.dsp
M builds/win32/msvc6/qli.dsp
M builds/win32/msvc6/remote.dsp
M builds/win32/msvc6/remote_classic.dsp
M builds/win32/msvc6/utilities.dsp
M builds/win32/msvc6/utilities_classic.dsp
M builds/win32/msvc6/wal.dsp
M builds/win32/msvc6/wal_classic.dsp
Return warning level in msvc6 to 3 until there is a solution to the Q167355 bug.
2003-02-17 13:37 brodsom
M builds/win32/msvc7/alice.vcproj
M builds/win32/msvc7/alice_classic.vcproj
M builds/win32/msvc7/burp.vcproj
M builds/win32/msvc7/burp_classic.vcproj
M builds/win32/msvc7/common.vcproj
M builds/win32/msvc7/common_classic.vcproj
M builds/win32/msvc7/dsql_server.vcproj
M builds/win32/msvc7/dsql_server_classic.vcproj
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/fb_lock_print.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbguard.vcproj
M builds/win32/msvc7/fbudf.vcproj
M builds/win32/msvc7/gbak.vcproj
M builds/win32/msvc7/gdef.vcproj
M builds/win32/msvc7/gds32.vcproj
M builds/win32/msvc7/gfix.vcproj
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
M builds/win32/msvc7/gsec.vcproj
M builds/win32/msvc7/gstat.vcproj
M builds/win32/msvc7/ib_udf.vcproj
M builds/win32/msvc7/ib_util.vcproj
M builds/win32/msvc7/instreg.vcproj
M builds/win32/msvc7/instsvc.vcproj
M builds/win32/msvc7/intl.vcproj
M builds/win32/msvc7/ipserver.vcproj
M builds/win32/msvc7/isql.vcproj
M builds/win32/msvc7/lock.vcproj
M builds/win32/msvc7/lock_classic.vcproj
M builds/win32/msvc7/qli.vcproj
M builds/win32/msvc7/remote.vcproj
M builds/win32/msvc7/remote_classic.vcproj
M builds/win32/msvc7/utilities.vcproj
M builds/win32/msvc7/utilities_classic.vcproj
M builds/win32/msvc7/wal.vcproj
M builds/win32/msvc7/wal_classic.vcproj
D src/include/removed_msvc_warnings.h
Warning control from autoconfig_msvc.h
2003-02-17 13:28 brodsom
M src/common/fb_exception.cpp
M src/include/gen/autoconfig_msvc.h
Warning control from autoconfig_msvc.h
2003-02-17 13:22 dimitr
M builds/win32/msvc6/alice.dsp
M builds/win32/msvc6/alice_classic.dsp
M builds/win32/msvc6/burp.dsp
M builds/win32/msvc6/burp_classic.dsp
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
M builds/win32/msvc6/dsql_server.dsp
M builds/win32/msvc6/dsql_server_classic.dsp
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/fb_inet_server.dsp
M builds/win32/msvc6/fb_lock_print.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbguard.dsp
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc6/fbudf.dsp
M builds/win32/msvc6/gbak.dsp
M builds/win32/msvc6/gdef.dsp
M builds/win32/msvc6/gds32.dsp
M builds/win32/msvc6/gfix.dsp
M builds/win32/msvc6/gpre.dsp
M builds/win32/msvc6/gpre_boot.dsp
M builds/win32/msvc6/gsec.dsp
M builds/win32/msvc6/gstat.dsp
M builds/win32/msvc6/ib_udf.dsp
M builds/win32/msvc6/ib_util.dsp
M builds/win32/msvc6/instreg.dsp
M builds/win32/msvc6/instsvc.dsp
M builds/win32/msvc6/intl.dsp
M builds/win32/msvc6/ipserver.dsp
M builds/win32/msvc6/isql.dsp
M builds/win32/msvc6/lock.dsp
M builds/win32/msvc6/lock_classic.dsp
M builds/win32/msvc6/qli.dsp
M builds/win32/msvc6/remote.dsp
M builds/win32/msvc6/remote_classic.dsp
M builds/win32/msvc6/utilities.dsp
M builds/win32/msvc6/utilities_classic.dsp
M builds/win32/msvc6/wal.dsp
M builds/win32/msvc6/wal_classic.dsp
/W4 -> /W3
2003-02-17 10:38 brodsom
M src/jrd/db_alias.cpp
Add firebird header
2003-02-17 10:37 brodsom
M src/intl/cs_big5.c
M src/intl/cs_gb2312.c
M src/intl/cs_jis.c
M src/intl/cs_ksc.c
M src/intl/cs_narrow.c
M src/intl/cs_unicode_fss.c
M src/intl/cs_unicode_ucs2.c
M src/intl/cv_big5.c
M src/intl/cv_gb2312.c
M src/intl/cv_jis.c
M src/intl/cv_ksc.c
M src/intl/cv_narrow.c
M src/intl/lc_ascii.c
M src/intl/lc_big5.c
M src/intl/lc_dos.c
M src/intl/lc_gb2312.c
M src/intl/lc_iso8859_1.c
M src/intl/lc_iso8859_2.c
M src/intl/lc_jis.c
M src/intl/lc_ksc.c
M src/intl/lc_narrow.c
M src/intl/lc_unicode_ucs2.c
Add firebird header to intl
2003-02-17 09:58 brodsom
M src/v5_examples/example.h
Patch wrong previous commit
2003-02-17 08:42 dimitr
M src/intl/utils/maptest2.c
Cleanup.
2003-02-17 08:42 eku
M src/jrd/cvt.cpp
M src/jrd/enc.cpp
M src/jrd/flu.cpp
M src/jrd/fun.epp
M src/jrd/gds.cpp
M src/jrd/par.cpp
M src/jrd/plugin_manager.h
M src/jrd/sort.cpp
Fixed a "search and replace" error from my previous check-in.
2003-02-17 08:26 eku
M builds/posix/Makefile.in.jrd
M builds/posix/make.shared.variables
Fixed POSIX build after removal of pipe/csv directories.
2003-02-16 23:22 fsg
M ChangeLog
Updated ChangeLog
2003-02-16 19:25 dimitr
M src/install/misc/firebird.conf
New config values for win32.
2003-02-16 19:19 dimitr
M builds/win32/msvc6/fbembed.dsp
Added finalization code.
2003-02-16 19:04 dimitr
M src/remote/srvr_w32.cpp
1. Priority level of the server (SS only)
2. Multi-instancing (without local protocols)
3. Remote shutdown of instances
2003-02-16 18:58 dimitr
M src/common/config/config.cpp
M src/common/config/config.h
New config values for win32.
2003-02-16 18:07 dimitr
M src/jrd/ibinitdll.cpp
M src/jrd/jrd.cpp
Corrections.
2003-02-16 16:55 alexpeshkoff
M src/jrd/evl.cpp
Fixed bug with NULL ptr use
2003-02-16 15:00 dimitr
M src/jrd/ibinitdll.cpp
Shutdown attachments when fbembed is being unloaded.
2003-02-16 13:26 dimitr
M src/common/config/config.cpp
Fixed config error.
2003-02-16 13:25 dimitr
M src/jrd/cch.cpp
Cleanup.
2003-02-16 12:53 dimitr
M src/jrd/dfw.epp
Some extra checks.
2003-02-16 11:39 brodsom
M builds/win32/common_boot.mak
M builds/win32/fbclient_boot.mak
M builds/win32/gpre.mak
M builds/win32/gpre_boot.mak
M builds/win32/msvc6/alice.dsp
M builds/win32/msvc6/alice_classic.dsp
M builds/win32/msvc6/burp.dsp
M builds/win32/msvc6/burp_classic.dsp
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
M builds/win32/msvc6/dsql_server.dsp
M builds/win32/msvc6/dsql_server_classic.dsp
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/fb_inet_server.dsp
M builds/win32/msvc6/fb_lock_print.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbguard.dsp
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc6/fbudf.dsp
M builds/win32/msvc6/gbak.dsp
M builds/win32/msvc6/gdef.dsp
M builds/win32/msvc6/gds32.dsp
M builds/win32/msvc6/gfix.dsp
M builds/win32/msvc6/gpre.dsp
M builds/win32/msvc6/gpre_boot.dsp
M builds/win32/msvc6/gsec.dsp
M builds/win32/msvc6/gstat.dsp
M builds/win32/msvc6/ib_udf.dsp
M builds/win32/msvc6/ib_util.dsp
M builds/win32/msvc6/instreg.dsp
M builds/win32/msvc6/instsvc.dsp
M builds/win32/msvc6/intl.dsp
M builds/win32/msvc6/ipserver.dsp
M builds/win32/msvc6/isql.dsp
M builds/win32/msvc6/lock.dsp
M builds/win32/msvc6/lock_classic.dsp
M builds/win32/msvc6/qli.dsp
M builds/win32/msvc6/remote.dsp
M builds/win32/msvc6/remote_classic.dsp
M builds/win32/msvc6/utilities.dsp
M builds/win32/msvc6/utilities_classic.dsp
M builds/win32/msvc6/wal.dsp
M builds/win32/msvc6/wal_classic.dsp
M builds/win32/msvc7/alice.vcproj
M builds/win32/msvc7/alice_classic.vcproj
M builds/win32/msvc7/burp.vcproj
M builds/win32/msvc7/burp_classic.vcproj
M builds/win32/msvc7/common.vcproj
M builds/win32/msvc7/common_classic.vcproj
M builds/win32/msvc7/dsql_server.vcproj
M builds/win32/msvc7/dsql_server_classic.vcproj
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/fb_lock_print.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbguard.vcproj
M builds/win32/msvc7/fbudf.vcproj
M builds/win32/msvc7/gbak.vcproj
M builds/win32/msvc7/gdef.vcproj
M builds/win32/msvc7/gds32.vcproj
M builds/win32/msvc7/gfix.vcproj
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
M builds/win32/msvc7/gsec.vcproj
M builds/win32/msvc7/gstat.vcproj
M builds/win32/msvc7/ib_udf.vcproj
M builds/win32/msvc7/ib_util.vcproj
M builds/win32/msvc7/instreg.vcproj
M builds/win32/msvc7/instsvc.vcproj
M builds/win32/msvc7/intl.vcproj
M builds/win32/msvc7/ipserver.vcproj
M builds/win32/msvc7/isql.vcproj
M builds/win32/msvc7/lock.vcproj
M builds/win32/msvc7/lock_classic.vcproj
M builds/win32/msvc7/qli.vcproj
M builds/win32/msvc7/remote.vcproj
M builds/win32/msvc7/remote_classic.vcproj
M builds/win32/msvc7/utilities.vcproj
M builds/win32/msvc7/utilities_classic.vcproj
M builds/win32/msvc7/wal.vcproj
M builds/win32/msvc7/wal_classic.vcproj
M src/common/config/config.cpp
M src/common/config/config_file.cpp
M src/extlib/fbudf/stdafx.h
M src/include/gen/autoconfig_msvc.h
A src/include/removed_msvc_warnings.h
M src/jrd/db_alias.cpp
M src/jrd/evl.cpp
M src/jrd/intl.cpp
M src/jrd/plugin_manager.cpp
M src/jrd/tra.cpp
Change build system to move warning control to only one header for each compiler
2003-02-16 11:17 brodsom
M src/utilities/dba.epp
patch format
2003-02-16 00:55 brodsom
M src/gpre/gpre.cpp
M src/gpre/gpre.h
Move code from header to cpp and remove inline.
2003-02-16 00:38 brodsom
M src/jrd/vms.cpp
D src/lock/pls.cpp
D src/lock/plserver.cpp
D src/lock/plserver.h
Remove PLSERVER (page lock server).
2003-02-16 00:20 brodsom
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/jrd/svc.cpp
M src/jrd/svc.h
Move function definition from header to cpp and remove inline.
2003-02-16 00:17 brodsom
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc7/fbserver.vcproj
Add svc.cpp to fbserver
2003-02-15 23:20 fsg
M ChangeLog
Updated ChangeLog
2003-02-15 16:41 brodsom
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_util.epp
M src/jrd/fun.epp
M src/jrd/grant.epp
D src/jrd/nlm_thd.h
Remove nlm_thd.h (netware nlm)
2003-02-15 16:25 brodsom
D src/jrd/ansi.h
D src/jrd/cdefs.h
M src/jrd/ib_stdio.h
Remove ansi.h and cdefs.h and add lines needed (10) to ib_stdio.h
2003-02-15 16:22 brodsom
M builds/mac_os_x/CS/CS.pbproj/project.pbxproj
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
Rename header arg.h to log2.h (included only in log.cpp) and remove atom.h
2003-02-15 16:17 brodsom
D src/jrd/arg.h
M src/jrd/log.cpp
A src/jrd/log2.h
Rename header arg.h to log2.h (included only in log.cpp)
2003-02-15 16:16 brodsom
D src/jrd/atom.h
Remove not used header
2003-02-15 15:11 dimitr
M src/jrd/cmp.cpp
M src/jrd/req.h
Cleanup.
2003-02-15 15:10 dimitr
M src/dsql/ddl.cpp
Allowed access to both contexts in universal triggers.
2003-02-15 12:51 brodsom
D src/utilities/scrty_apollo.gdl
D src/utilities/scrty_xl.gdl
Remove apollo and mpe/xl remains
2003-02-15 10:49 dimitr
D src/remote/wfwnp.cpp
D src/remote/wfwnp.h
D src/remote/wfwnp_proto.h
Removed obsolete and unused files.
2003-02-15 09:25 dimitr
M builds/win32/msvc6/alice.dsp
M builds/win32/msvc6/alice_classic.dsp
M builds/win32/msvc6/burp.dsp
M builds/win32/msvc6/burp_classic.dsp
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
M builds/win32/msvc6/dsql_server.dsp
M builds/win32/msvc6/dsql_server_classic.dsp
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/fb_inet_server.dsp
M builds/win32/msvc6/fb_lock_print.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbguard.dsp
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc6/fbudf.dsp
M builds/win32/msvc6/gbak.dsp
M builds/win32/msvc6/gdef.dsp
M builds/win32/msvc6/gds32.dsp
M builds/win32/msvc6/gfix.dsp
M builds/win32/msvc6/gpre.dsp
M builds/win32/msvc6/gpre_boot.dsp
M builds/win32/msvc6/gsec.dsp
M builds/win32/msvc6/gstat.dsp
M builds/win32/msvc6/ib_udf.dsp
M builds/win32/msvc6/ib_util.dsp
M builds/win32/msvc6/instreg.dsp
M builds/win32/msvc6/instsvc.dsp
M builds/win32/msvc6/intl.dsp
M builds/win32/msvc6/ipserver.dsp
M builds/win32/msvc6/isql.dsp
M builds/win32/msvc6/lock.dsp
M builds/win32/msvc6/lock_classic.dsp
M builds/win32/msvc6/qli.dsp
M builds/win32/msvc6/remote.dsp
M builds/win32/msvc6/remote_classic.dsp
M builds/win32/msvc6/utilities.dsp
M builds/win32/msvc6/utilities_classic.dsp
M builds/win32/msvc6/wal.dsp
M builds/win32/msvc6/wal_classic.dsp
Updated project files. Fixed issues with exception handling.
2003-02-15 03:08 brodsom
M src/remote/wfwnp.cpp
Patch wrong include
2003-02-15 03:01 hippoman
M src/dsql/dsql.cpp
M src/dsql/errd.cpp
M src/dsql/gen.cpp
M src/dsql/hsh.cpp
M src/dsql/make.cpp
M src/dsql/movd.cpp
M src/dsql/pass1.cpp
M src/dsql/preparse.cpp
M src/dsql/utld.cpp
* Formated comments to make Doxygen Happy..
2003-02-15 02:27 brodsom
D src/remote/lanentry.h
D src/remote/neterr.h
remove unused headers
2003-02-15 02:26 brodsom
D src/jrd/doserr.h
remove unused header
2003-02-15 02:23 brodsom
M src/jrd/intlobj.h
Solve some intl warnings
2003-02-15 02:05 hippoman
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
* formated dsql.h comments to make Doxygen happy..
* changed DSQL_debug values as follow..
/*! \var unsigned DSQL_debug
\brief Debug level
0 No output
1 Display output tree in PASS1_statment
2 Display input tree in PASS1_statment
4 Display ddl BLR
8 Display BLR
16 Display PASS1_rse input tree
32 Display SQL input string
64 Display BLR in dsql/prepare
> 256 Display yacc parser output level = DSQL_level>>8
*/
2003-02-15 01:35 arnobrinkman
M src/jrd/opt.cpp
More optimizer enhancements.
When an equal-node and other nodes (geq, leq, between...) are available for an index retrieval, then use the equal node always instead of the others.
2003-02-15 01:12 brodsom
D src/jrd/aif.cpp
D src/jrd/aif.h
D src/remote/ipc.cpp
D src/remote/ipc.h
D src/remote/ipc_proto.h
D src/remote/ipc_server.cpp
Remove MPE/XL remains
2003-02-15 01:03 brodsom
D src/jrd/lan.cpp
Remove OS/2 remains
2003-02-15 00:55 brodsom
M src/jrd/file_params.h
M src/jrd/isc_ipc.cpp
M src/jrd/why.cpp
M src/jrd/y-valve.cpp
M src/utilities/drop.cpp
Remove csv and pipe directory and defines
2003-02-14 23:52 brodsom
D src/csv
Remove csv directory
2003-02-14 23:51 brodsom
D src/pipe
Remove pipe directory
2003-02-14 23:23 fsg
M ChangeLog
Updated ChangeLog
2003-02-14 14:56 brodsom
D src/gpre/form.cpp
M src/gpre/par.cpp
M src/jrd/common.h
D src/jrd/termtype.h
M src/qli/all.cpp
M src/qli/command.cpp
D src/qli/form.cpp
M src/qli/mov.cpp
M src/qli/parse.cpp
M src/qli/picstr.cpp
M src/qli/show.epp
Remove some of the PYXIS remains
2003-02-14 14:27 eku
M src/jrd/event.cpp
Fixed "assignment to non-pointer type `SLONG' from NULL"
2003-02-14 14:26 eku
M src/remote/inet.cpp
Fixed "argument to non-pointer type `int' from NULL" and
"NULL used in arithmetic".
2003-02-14 14:23 eku
M src/lock/lock.cpp
Fixed "argument to non-pointer type `long int' from NULL"
2003-02-14 14:22 eku
M src/dsql/parse.y
Fixed "'SHARED' redefined"
2003-02-14 14:20 eku
M src/dsql/misc_func.h
Fixed "`static' is not at beginning of declaration"
2003-02-14 14:05 eku
M src/intl/ld.c
Added needed header file to provide prototypes for sprintf and printf.
2003-02-14 13:47 eku
M src/intl/ld.h
Fixed nested comment.
2003-02-14 09:26 dimitr
M src/intl/ld.c
M src/intl/ld2.c
M src/jrd/exe.cpp
Cleanup.
2003-02-14 09:12 dimitr
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
Updated project files.
2003-02-14 06:55 eku
M src/jrd/intl_builtin.cpp
GCC 3.2.1 complains about nested comments.
2003-02-14 02:50 brodsom
M src/dudley/lex.cpp
M src/extlib/ib_udf.h
M src/gpre/gpre.cpp
M src/iscguard/iscguard.cpp
M src/isql/isql.epp
M src/jrd/gds.cpp
M src/jrd/intl.cpp
M src/jrd/thd.cpp
M src/qli/lex.cpp
M src/v5_examples/align.h
M src/v5_examples/api16.c
M src/v5_examples/apifull.c
M src/v5_examples/dynfull.e
M src/v5_examples/example.h
M src/v5_examples/winevent.c
Remove __BORLANDC__ define
2003-02-14 02:24 brodsom
M src/csv/csi.cpp
M src/csv/csi.h
M src/csv/css.cpp
M src/csv/css_proto.h
M src/csv/csv.cpp
M src/dsql/dsql.cpp
M src/jrd/ail.cpp
M src/jrd/blb.cpp
M src/jrd/common.h
M src/jrd/cvt2.cpp
M src/jrd/evl.cpp
M src/jrd/gds.cpp
M src/jrd/isc_file.cpp
M src/jrd/isc_ipc.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/log.cpp
M src/jrd/opt.cpp
M src/jrd/sort.cpp
M src/jrd/utl.cpp
M src/jrd/why.cpp
M src/jrd/y-valve.cpp
M src/remote/server.cpp
Remove PIPE and STACK defines (PIPE_SERVER, PIPE_CLIENT, PIPE_LIBRARY, PIPE_SERVER_YVALUE, PIPE_BRIDGE_TO_V3, V3, V3_PATH, ALTPIPE)(STACK_EFFICIENT, STACK_REDUCTION)
2003-02-14 02:23 brodsom
M src/remote/inet_server.cpp
Change jrd/pwd.h to jrd/jrd_pwd.h
2003-02-14 02:22 brodsom
M src/lock/print.cpp
Change jrd/time.h to jrd/jrd_time.h
2003-02-14 02:14 brodsom
M src/utilities/cmd_util.cpp
M src/utilities/dba.epp
M src/utilities/dba_full.epp
M src/utilities/ppg.cpp
M src/utilities/rebuild.cpp
Change jrd/time.h and jrd/pwd.h to jrd/jrd_time.h and jrd/jrd_pwd.h
2003-02-14 02:12 brodsom
M src/journal/misc.cpp
M src/journal/rebuild.e
M src/journal/server.e
Change jrd/time.h to jrd/jrd_time.h
2003-02-14 02:11 brodsom
M src/alice/alice.h
Remove __cplusplus
2003-02-14 02:08 brodsom
M src/jrd/dmp.cpp
Change jrd/time to jrd/jrd_time.h
2003-02-14 02:05 brodsom
M src/jrd/svc.h
Restore inline keyword, needed to avoid duplicated defs.
2003-02-13 23:39 bellardo
M src/common/classes/alloc.h
M src/gpre/gpre.h
Added some of the "inlines" back. If the functions are really not meant to be inlined they need to be moved from the header file to an appropiate source file, and their declarations placed in the header file. Otherwise we get an overabundance of multiply defined symbols.
2003-02-13 23:25 fsg
M ChangeLog
Updated ChangeLog
2003-02-13 23:18 bellardo
D src/jrd/time.h
remove time.h in favor of jrd_time.h due to name conflict with system header.
2003-02-13 23:11 bellardo
M src/jrd/flu.cpp
include libgen in Darwin.
2003-02-13 23:05 bellardo
M src/jrd/jrd_time.h
Absolute path hack no longer needed now that time.h has been renamed jrd_time.h.
2003-02-13 23:04 bellardo
M src/jrd/isc_file.cpp
Remove the Darwin specific MTAB entry.
2003-02-13 23:03 bellardo
M src/jrd/gds.cpp
No longer need the Darwin specific stuff in the prefix functions - it has moved to config_root.
2003-02-13 23:01 bellardo
M src/jrd/dbt.cpp
Update dbt entries to reflect new jrd_* structure names.
2003-02-13 22:49 bellardo
M configure.in
M src/common/classes/alloc.h
M src/common/classes/tree.h
M src/make.new/config/config.h.in
add a configure check for malloc.h
2003-02-13 22:49 brodsom
M src/alice/alice.cpp
M src/common/classes/alloc.h
M src/common/classes/tree.h
M src/common/config/config_impl.h
M src/dsql/ddl.cpp
M src/dsql/dsql.h
M src/dsql/user_dsql.cpp
M src/extlib/fbudf/fbudf.cpp
M src/gpre/gpre.h
M src/jrd/block_cache.h
M src/jrd/btr.cpp
M src/jrd/ib_stdio.h
M src/jrd/jrd.cpp
M src/jrd/svc.h
M src/jrd/why.cpp
Remove inline keyword.
2003-02-13 22:44 bellardo
A src/jrd/jrd_pwd.h
Opps, I should at least commit the newly renamed file :-)
2003-02-13 22:40 bellardo
A src/jrd/os/darwin/config_root.cpp
config_root implementation for Darwin. The root directory is located using Darwin specific framework search methods.
2003-02-13 22:38 bellardo
M src/jrd/alt.cpp
D src/jrd/math.h
M src/jrd/pwd.cpp
D src/jrd/pwd.h
M src/jrd/scl.epp
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/tra.cpp
M src/remote/interface.cpp
M src/utilities/gsec.cpp
M src/utilities/security.epp
Renamed two header files that conflicted with Darwin (and presumably other *nix ) system headers: pwd.h and math.h
2003-02-13 17:30 tamlin
M src/jrd/rse.cpp
Try to enhance readability of code.
2003-02-13 17:28 tamlin
M src/jrd/evl.cpp
Reduce code size a little bit. Try to enhance readability of code.
2003-02-13 16:52 dimitr
M src/intl/ld2.c
Cleanup.
2003-02-13 16:45 brodsom
M src/jrd/cdefs.h
Remove __STDC__ obsolete define (used for pre C88 code)
2003-02-13 15:33 brodsom
M src/jrd/align.cpp
M src/jrd/blrtable.cpp
M src/jrd/common.h
M src/jrd/gdsold.h
M src/jrd/ib_stdio.h
M src/qli/nounix.cpp
M src/v5_examples/example.h
Remove __STDC__ obsolete define (used for pre C88 code)
2003-02-13 14:55 eku
M src/intl/ldcommon.h
Added missing system header file.
2003-02-13 13:44 dimitr
M src/common/classes/alloc.cpp
M src/common/classes/tree.h
Fixed exception handling.
2003-02-13 13:42 brodsom
M src/jrd/ib_stdio.h
Remove some unused defines & macros
2003-02-13 13:33 dimitr
M src/jrd/align.cpp
M src/jrd/blb.cpp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/dfw.epp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_util.epp
M src/jrd/exe.cpp
M src/jrd/fun.epp
M src/jrd/gds.cpp
M src/jrd/grant.epp
M src/jrd/jrd.cpp
M src/jrd/met.epp
M src/jrd/nav.cpp
M src/jrd/opt.cpp
M src/jrd/pag.cpp
M src/jrd/scl.epp
M src/jrd/sdw.cpp
M src/jrd/shut.cpp
M src/jrd/sort.cpp
M src/jrd/svc.cpp
M src/jrd/tra.cpp
M src/jrd/val.cpp
M src/jrd/vio.cpp
Fixed exception handling.
2003-02-13 13:09 dimitr
M src/utilities/dba.epp
M src/utilities/gsec.cpp
M src/wal/walw.cpp
Fixed exception handling.
2003-02-13 13:02 dimitr
M src/ipserver/ipserver.cpp
M src/qli/dtr.cpp
M src/qli/exe.cpp
M src/remote/interface.cpp
M src/remote/server.cpp
Fixed exception handling.
2003-02-13 12:16 brodsom
M src/jrd/ansi.h
M src/jrd/btr.cpp
M src/jrd/cdefs.h
Remove some unused defines & macros
2003-02-13 12:01 dimitr
M src/alice/alice.cpp
M src/burp/burp.cpp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/user_dsql.cpp
M src/dudley/expand.cpp
M src/dudley/parse.cpp
M src/gpre/gpre.cpp
M src/gpre/par.cpp
Fixed exception handling.
2003-02-13 12:00 eku
M configure.in
Removed the test for 'const'
2003-02-13 10:11 dimitr
M src/jrd/align.h
M src/jrd/arg.h
M src/jrd/blrtable.cpp
M src/jrd/boot_codes/msg_facs.h
M src/jrd/boot_codes/sql_code.h
M src/jrd/btr.cpp
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/codes.epp
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/dflt.h
M src/jrd/dfw.epp
M src/jrd/dmp.cpp
M src/jrd/dsc.cpp
M src/jrd/dsc_proto.h
M src/jrd/dyn_def.epp
M src/jrd/dyn_util.epp
M src/jrd/err.cpp
M src/jrd/err_proto.h
M src/jrd/event.cpp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/filters.cpp
M src/jrd/gds.cpp
M src/jrd/gds.pas
M src/jrd/gds.vpas
M src/jrd/gds_proto.h
M src/jrd/ibase.h
M src/jrd/idx.cpp
M src/jrd/idx.h
M src/jrd/ini.epp
M src/jrd/ini.h
M src/jrd/ini_proto.h
M src/jrd/intl_builtin.cpp
M src/jrd/jrd.h
M src/jrd/lck.cpp
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/jrd/req.h
M src/jrd/scl.epp
M src/jrd/scl_proto.h
M src/jrd/sort.cpp
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/tra.cpp
M src/jrd/trig.h
M src/jrd/val.cpp
M src/jrd/vio.cpp
M src/jrd/why.cpp
M src/jrd/why_proto.h
M src/jrd/y-valve.cpp
CONST -> const
2003-02-13 09:58 dimitr
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/gpre/jrdmet.cpp
M src/include/fb_types.h
M src/include/gen/blrtable.h
M src/include/gen/gds_codes.pas
M src/include/gen/msg_facs.h
M src/include/gen/sql_code.h
M src/intl/charsets/cs_437.h
M src/intl/charsets/cs_737.h
M src/intl/charsets/cs_775.h
M src/intl/charsets/cs_850.h
M src/intl/charsets/cs_852.h
M src/intl/charsets/cs_857.h
M src/intl/charsets/cs_858.h
M src/intl/charsets/cs_860.h
M src/intl/charsets/cs_861.h
M src/intl/charsets/cs_862.h
M src/intl/charsets/cs_863.h
M src/intl/charsets/cs_864.h
M src/intl/charsets/cs_865.h
M src/intl/charsets/cs_866.h
M src/intl/charsets/cs_869.h
M src/intl/charsets/cs_big5.h
M src/intl/charsets/cs_cyrl.h
M src/intl/charsets/cs_gb2312.h
M src/intl/charsets/cs_iso8859_1.h
M src/intl/charsets/cs_iso8859_13.h
M src/intl/charsets/cs_iso8859_2.h
M src/intl/charsets/cs_iso8859_3.h
M src/intl/charsets/cs_iso8859_4.h
M src/intl/charsets/cs_iso8859_5.h
M src/intl/charsets/cs_iso8859_6.h
M src/intl/charsets/cs_iso8859_7.h
M src/intl/charsets/cs_iso8859_8.h
M src/intl/charsets/cs_iso8859_9.h
M src/intl/charsets/cs_jis_0208_1990.h
M src/intl/charsets/cs_ksc5601.h
M src/intl/charsets/cs_next.h
M src/intl/charsets/cs_sjis.h
M src/intl/charsets/cs_w1250.h
M src/intl/charsets/cs_w1251.h
M src/intl/charsets/cs_w1252.h
M src/intl/charsets/cs_w1253.h
M src/intl/charsets/cs_w1254.h
M src/intl/charsets/cs_w1255.h
M src/intl/charsets/cs_w1256.h
M src/intl/charsets/cs_w1257.h
M src/intl/collations/bl88591ca0.h
M src/intl/collations/bl88591da0.h
M src/intl/collations/bl88591de0.h
M src/intl/collations/bl88591es0.h
M src/intl/collations/bl88591fi0.h
M src/intl/collations/bl88591fr0.h
M src/intl/collations/bl88591is0.h
M src/intl/collations/bl88591it0.h
M src/intl/collations/bl88591nl0.h
M src/intl/collations/bl88591no0.h
M src/intl/collations/bl88591pt0.h
M src/intl/collations/bl88591sv0.h
M src/intl/collations/bl88591uk0.h
M src/intl/collations/bl88591us0.h
M src/intl/collations/blNEXTde0.h
M src/intl/collations/blNEXTes0.h
M src/intl/collations/blNEXTfr0.h
M src/intl/collations/blNEXTit0.h
M src/intl/collations/blNEXTus0.h
M src/intl/collations/db437de0.h
M src/intl/collations/db437es1.h
M src/intl/collations/db437fi0.h
M src/intl/collations/db437fr0.h
M src/intl/collations/db437it0.h
M src/intl/collations/db437nl0.h
M src/intl/collations/db437sv0.h
M src/intl/collations/db437uk0.h
M src/intl/collations/db437us0.h
M src/intl/collations/db850cf0.h
M src/intl/collations/db850de0.h
M src/intl/collations/db850es0.h
M src/intl/collations/db850fr0.h
M src/intl/collations/db850it1.h
M src/intl/collations/db850nl0.h
M src/intl/collations/db850pt0.h
M src/intl/collations/db850sv1.h
M src/intl/collations/db850uk0.h
M src/intl/collations/db850us0.h
M src/intl/collations/db852cz0.h
M src/intl/collations/db852po0.h
M src/intl/collations/db852sl0.h
M src/intl/collations/db857tr0.h
M src/intl/collations/db860pt0.h
M src/intl/collations/db863cf1.h
M src/intl/collations/db865da0.h
M src/intl/collations/db865no0.h
M src/intl/collations/db866ru0.h
M src/intl/collations/pd437intl.h
M src/intl/collations/pd437swedfin.h
M src/intl/collations/pd852czech.h
M src/intl/collations/pd852hundc.h
M src/intl/collations/pd852polish.h
M src/intl/collations/pd852slovene.h
M src/intl/collations/pd861iceland.h
M src/intl/collations/pd865nordan40.h
M src/intl/collations/pd866cyrr.h
M src/intl/collations/pw1250czech.h
M src/intl/collations/pw1250hun.h
M src/intl/collations/pw1250hundc.h
M src/intl/collations/pw1250polish.h
M src/intl/collations/pw1250slov.h
M src/intl/collations/pw1251cyrr.h
M src/intl/collations/pw1252i850.h
M src/intl/collations/pw1252intl.h
M src/intl/collations/pw1252nor4.h
M src/intl/collations/pw1252span.h
M src/intl/collations/pw1252swfn.h
M src/intl/collations/pw1253greek1.h
M src/intl/collations/pw1254turk.h
M src/intl/collations/xx1251_ua.h
M src/intl/collations/xx88592czech.h
M src/intl/conversions/tx437_865.h
M src/intl/conversions/tx437_lat1.h
M src/intl/conversions/tx865_lat1.h
M src/intl/cs_big5.c
M src/intl/cs_gb2312.c
M src/intl/cs_jis.c
M src/intl/cs_ksc.c
M src/intl/cs_unicode_fss.c
M src/intl/cs_unicode_ucs2.c
M src/intl/lc_ascii.c
M src/intl/lc_big5.c
M src/intl/lc_dos.c
M src/intl/lc_gb2312.c
M src/intl/lc_iso8859_1.c
M src/intl/lc_iso8859_2.c
M src/intl/lc_jis.c
M src/intl/lc_ksc.c
M src/intl/ld.c
M src/intl/ld.h
M src/intl/ld_proto.h
M src/intl/ldcommon.h
M src/intl/utils/mapgen4.c
M src/intl/utils/maptest2.c
CONST -> const
2003-02-13 09:42 dimitr
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/show.epp
M src/lock/lock.cpp
M src/lock/print.cpp
M src/qli/meta.epp
M src/qli/show.epp
CONST -> const
2003-02-13 09:33 dimitr
M src/dsql/chars.h
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.tab.h
M src/dsql/dsql_proto.h
M src/dsql/gen.cpp
M src/dsql/keywords.cpp
M src/dsql/keywords.h
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/metd.epp
M src/dsql/parse.cpp
M src/dsql/parse.sed
M src/dsql/parse.y
M src/dsql/preparse.cpp
M src/misc/gds_codes.pas
M src/misc/msg_facs.h
M src/misc/sql_code.h
M src/remote/inet.cpp
M src/remote/protocol.cpp
M src/remote/server.cpp
M src/utilities/gsec.cpp
M src/utilities/ppg.cpp
M src/utilities/services.cpp
CONST -> const
2003-02-13 09:19 dimitr
M src/alice/alice.cpp
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/restore.epp
CONST -> const
2003-02-13 07:21 eku
M src/jrd/intl_builtin.cpp
Removed nested comments.
2003-02-13 06:12 eku
M src/jrd/common.h
Removed nested comments.
2003-02-13 02:21 brodsom
M src/common/config/config_impl.h
Remove warning 'static is not at beginning of declaration'
2003-02-13 02:19 brodsom
M src/common/classes/alloc.cpp
M src/common/classes/tree.h
Remove warning 'declaration shadows a previous local'
2003-02-12 23:23 fsg
M ChangeLog
Updated ChangeLog
2003-02-12 22:57 arnobrinkman
M src/jrd/cch.cpp
M src/jrd/jrd.h
M src/jrd/vio.cpp
Stripped implementation of events used by garbage_collection() & cache_writer() procedures.
This will fix known delay with connecting/disconnect on at least WinXP.
Also are the connecting/disconnecting delays while debugging in MSVC6 gone.
2003-02-12 19:36 tamlin
M src/common/classes/alloc.cpp
Print warning messages to stderr instead of stdout
2003-02-12 19:28 tamlin
M src/dsql/ddl.cpp
M src/dsql/ddl_proto.h
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/errd.cpp
M src/dsql/gen.cpp
M src/dsql/hsh.cpp
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/metd.epp
M src/dsql/metd_proto.h
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
A bit const correctness added and some reinterpret_casts removed.
Changed DSQL's str to actually hold char.
2003-02-12 19:12 tamlin
M src/jrd/exe.cpp
Just some reformatting and added a TODO comment.
2003-02-12 18:47 tamlin
M src/jrd/isc_sync.cpp
Prevent garbage text output in log file
2003-02-12 15:50 brodsom
M src/qli/dtr.cpp
Remove __OVERLAY__ define. It is defined for old Borland TurboC and TurboPascal only in MS_DOS.
2003-02-12 14:04 dimitr
M src/jrd/os/win32/thd_priority.cpp
Cleanup.
2003-02-12 12:51 brodsom
M src/alice/all.cpp
M src/dsql/dsql.h
M src/gpre/ada.cpp
M src/gpre/ftn.cpp
M src/include/fb_types.h
M src/iscguard/iscguard.cpp
M src/jrd/all.cpp
M src/jrd/entry.h
M src/jrd/gds.cpp
M src/jrd/gds.h
M src/jrd/ib_stdio.cpp
M src/jrd/iberr.h
M src/jrd/isc_sync.cpp
M src/remote/protocol.cpp
Change #if 0 and #if 1 to NOT_USED_OR_REPLACED
2003-02-12 11:24 brodsom
M src/jrd/intl.cpp
Remove INTL_BACKEND define (used previously by dSCO ODT 3 port).
2003-02-12 11:08 brodsom
M src/jrd/isc_sync.cpp
Remove CHICAGO_FIXED not used define, the isc_is_winnt() check must be done always as long as chicago is supported.
2003-02-12 09:23 eku
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.embed.util
Fixed POSIX build.
2003-02-12 06:09 bellardo
M configure.in
3 new tests for darwin:
expanded semun
expanded 64 bit io
dirname
2003-02-12 02:55 brodsom
M src/intl/collations/bl88591ca0.h
M src/intl/collations/bl88591da0.h
M src/intl/collations/bl88591de0.h
M src/intl/collations/bl88591es0.h
M src/intl/collations/bl88591fi0.h
M src/intl/collations/bl88591fr0.h
M src/intl/collations/bl88591is0.h
M src/intl/collations/bl88591it0.h
M src/intl/collations/bl88591nl0.h
M src/intl/collations/bl88591no0.h
M src/intl/collations/bl88591pt0.h
M src/intl/collations/bl88591sv0.h
M src/intl/collations/bl88591uk0.h
M src/intl/collations/bl88591us0.h
M src/intl/collations/blNEXTde0.h
M src/intl/collations/blNEXTes0.h
M src/intl/collations/blNEXTfr0.h
M src/intl/collations/blNEXTit0.h
M src/intl/collations/blNEXTus0.h
M src/intl/collations/db437de0.h
M src/intl/collations/db437es1.h
M src/intl/collations/db437fi0.h
M src/intl/collations/db437fr0.h
M src/intl/collations/db437it0.h
M src/intl/collations/db437nl0.h
M src/intl/collations/db437sv0.h
M src/intl/collations/db437uk0.h
M src/intl/collations/db437us0.h
M src/intl/collations/db850cf0.h
M src/intl/collations/db850de0.h
M src/intl/collations/db850es0.h
M src/intl/collations/db850fr0.h
M src/intl/collations/db850it1.h
M src/intl/collations/db850nl0.h
M src/intl/collations/db850pt0.h
M src/intl/collations/db850sv1.h
M src/intl/collations/db850uk0.h
M src/intl/collations/db850us0.h
M src/intl/collations/db852cz0.h
M src/intl/collations/db852po0.h
M src/intl/collations/db852sl0.h
M src/intl/collations/db857tr0.h
M src/intl/collations/db860pt0.h
M src/intl/collations/db863cf1.h
M src/intl/collations/db865da0.h
M src/intl/collations/db865no0.h
M src/intl/collations/db866ru0.h
M src/intl/collations/pd437intl.h
M src/intl/collations/pd437swedfin.h
M src/intl/collations/pd852czech.h
M src/intl/collations/pd852hundc.h
M src/intl/collations/pd852polish.h
M src/intl/collations/pd852slovene.h
M src/intl/collations/pd861iceland.h
M src/intl/collations/pd865nordan40.h
M src/intl/collations/pd866cyrr.h
M src/intl/collations/pw1250czech.h
M src/intl/collations/pw1250hun.h
M src/intl/collations/pw1250hundc.h
M src/intl/collations/pw1250polish.h
M src/intl/collations/pw1250slov.h
M src/intl/collations/pw1251cyrr.h
M src/intl/collations/pw1252i850.h
M src/intl/collations/pw1252intl.h
M src/intl/collations/pw1252nor4.h
M src/intl/collations/pw1252span.h
M src/intl/collations/pw1252swfn.h
M src/intl/collations/pw1253greek1.h
M src/intl/collations/pw1254turk.h
M src/intl/collations/xx1251_ua.h
M src/intl/collations/xx88592czech.h
M src/intl/langdrv.h
Remove not used defines
2003-02-12 02:53 brodsom
M src/intl/ld.h
Remove commit non used defines
2003-02-12 02:52 brodsom
D src/intl/collations/ascii.h
D src/intl/collations/ascii2.h
Remove not used sources
2003-02-12 02:26 brodsom
M src/jrd/common.h
Remove obsolete SCO Xenix and Open Desktop.
This patch also enable platforms with M_I386 defined to be compiled.
2003-02-11 23:22 fsg
M ChangeLog
Updated ChangeLog
2003-02-11 20:17 brodsom
M src/alice/alice.cpp
M src/alice/alice_meta.epp
M src/alice/exe.cpp
M src/alice/tdr.cpp
M src/burp/burp.cpp
M src/dsql/dsql.h
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/show.epp
M src/isql/show_proto.h
M src/remote/ibconfig.cpp
M src/utilities/dba.epp
M src/utilities/dba_full.epp
M src/utilities/gsec.cpp
Remove GUI_TOOLS define
2003-02-11 19:03 brodsom
M src/burp/burp.cpp
Remove an old trick
2003-02-11 17:43 dimitr
M builds/win32/msvc6/dsql_server.dsp
M builds/win32/msvc6/dsql_server_classic.dsp
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
Fixed another build issues.
2003-02-11 16:19 dimitr
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
Fixed build problems related to the service manager and error handling.
2003-02-11 15:32 brodsom
D src/utilities/v2_dmp.cpp
Remove V2 dump (not used)
2003-02-11 15:29 brodsom
D src/lock/fparamv3.h
D src/lock/lockv3.h
D src/lock/lockv3s4.h
M src/lock/print.cpp
D src/lock/printv3.cpp
D src/lock/printv3s4.cpp
D src/lock/prtv3_proto.h
M src/utilities/drop.cpp
D src/utilities/dropv3.cpp
D src/utilities/drpv3_proto.h
Remove V3 lock/print
2003-02-11 14:42 brodsom
M src/jrd/gdsold.h
M src/utilities/dba_full.epp
M src/utilities/rebuild.cpp
M src/utilities/rebuild.h
M src/utilities/rstore.epp
Remove ODS_4, gds_version3 defines. (IB V2)
2003-02-11 05:13 aafemt
M builds/posix/Makefile.in.boot.gpre
M builds/posix/Makefile.in.static.gpre
M builds/posix/make.shared.variables
M builds/posix/prefix.darwin
M builds/posix/prefix.example
M builds/posix/prefix.freebsd
M builds/posix/prefix.linux
M builds/posix/prefix.mingw
M builds/posix/prefix.sinixz
M builds/posix/prefix.solaris
M builds/posix/prefix.solx86
M configure.in
Little step towards MinGW build. Physical IO module is platform-depended now
2003-02-11 02:13 brodsom
M src/jrd/val.cpp
Change define name VAL_VERBOSE to DEBUG_VAL_VERBOSE.
2003-02-11 02:12 brodsom
M src/jrd/ib_stdio.cpp
Remove Check_FLT_ROUNDS, No_leftright, Pack_32, Unsigned_shifts, hardway and notdef unused defines.
2003-02-11 02:09 brodsom
M src/jrd/ib_stdio.h
Remove _THREAD_SAFE and _FLOCK_DEBUG unused defines.
2003-02-11 01:50 brodsom
M src/jrd/enc.cpp
Remove notdef unused define
2003-02-11 00:59 brodsom
M src/v5_examples/winevent.c
Correct previous change
2003-02-11 00:56 brodsom
M src/jrd/sort.cpp
Change define name SORT_TRACE to DEBUG_SORT_TRACE
2003-02-11 00:54 brodsom
M src/remote/parser.cpp
M src/remote/remote.cpp
M src/remote/server.cpp
Change define name REMOTE_DEBUG_MEMORY to DEBUG_REMOTE_MEMORY
2003-02-11 00:48 brodsom
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
Change define name IP_TRACE to DEBUG_IP_TRACE
2003-02-11 00:43 brodsom
M src/v5_examples/winevent.c
Change define
2003-02-11 00:37 brodsom
M src/jrd/gds.cpp
Remove win16_only define (unused)
2003-02-11 00:36 brodsom
M src/jrd/fun.epp
Change wrong define
2003-02-10 23:47 brodsom
M src/remote/xnet.cpp
Remove NEW, CHECK_THIS, blank define.
2003-02-10 23:46 brodsom
M src/isql/show.epp
Remove UNUSED_FOR_ISQL define.
2003-02-10 23:44 brodsom
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cob.cpp
M src/gpre/ftn.cpp
M src/gpre/par.cpp
Remove UNDEF define.
2003-02-10 23:24 fsg
M ChangeLog
Updated ChangeLog
2003-02-10 20:15 brodsom
M src/lock/fparamv3.h
Remove MSDOS define.
2003-02-10 19:57 brodsom
M src/dsql/gen.cpp
Remove SQL_DIALECT_1_NEW_DATATYPES_CONVERT_TO_TEXT define, code only provisional for beta 6.0 and not used in 6.0
2003-02-10 19:43 brodsom
D src/intl/collations/db852hdc.h
D src/intl/collations/pd857turk.h
M src/intl/lc_dos.c
M src/intl/ld.c
M src/jrd/intlnames.h
Remove BUG_6925 define and wrong (and not used) collations.
2003-02-10 19:31 brodsom
D src/intl/utils/mapcompare.cpp
remove source, not used and broken (headers don't exits)
2003-02-10 19:27 brodsom
M src/v5_examples/align.h
Remove osf & alpha, correct wrong ifdef
2003-02-10 19:25 brodsom
M src/intl/ld.h
Remove QLD and PIRANHA defines
2003-02-10 18:23 skidder
M src/install/arch-specific/linux/classic/makeInstallImage.sh.in
M src/install/arch-specific/linux/classic/postinstall.sh.in
M src/install/arch-specific/linux/classic/preuninstall.sh.in
isc4.gdb -> security.fdb change in RPM scripts
2003-02-10 17:55 brodsom
M src/jrd/val.cpp
Remove INTERNAL_DOCUMENTATION define (a really strange one)
2003-02-10 17:41 brodsom
M src/jrd/enc.cpp
Remove convex, gould, pdp11 and vax defines
2003-02-10 17:37 brodsom
M src/jrd/enc.cpp
M src/remote/types.h
Remove convex, gould, pdp11 and vax defines
2003-02-10 17:01 brodsom
M src/jrd/btr.cpp
Remove DN10000 define (apollo)
2003-02-10 16:28 alexpeshkoff
M src/jrd/alt.cpp
M src/jrd/ibase.h
Fixed external tools building
2003-02-10 15:59 skidder
M configure.in
Mark linux packages as Beta2
2003-02-10 15:06 brodsom
M src/jrd/common.h
M src/lock/driver.cpp
M src/lock/lock.cpp
M src/lock/manager.cpp
M src/lock/print.cpp
Remove LINKS_EXISTS define, required header don't exist.
2003-02-10 14:50 dimitr
M builds/win32/msvc6/Firebird2.dsw
Fixed the workspace.
2003-02-10 13:40 eku
M src/burp/canonical.cpp
M src/remote/interface.cpp
Fixed a "search and replace" error from my previous check-in.
2003-02-10 13:28 eku
M builds/posix/prefix.sinixz
M src/alice/all.cpp
M src/burp/canonical.cpp
M src/csv/csi.cpp
M src/csv/csi_proto.h
M src/csv/csv.cpp
M src/dsql/alld.cpp
M src/dsql/hsh.cpp
M src/dsql/parse.cpp
M src/dsql/user_dsql.cpp
M src/dudley/ddl.cpp
M src/dudley/ddl_proto.h
M src/dudley/exe.epp
M src/dudley/hsh.cpp
M src/dudley/hsh_proto.h
M src/gpre/cmd.cpp
M src/gpre/cmd_proto.h
M src/gpre/cmp.cpp
M src/gpre/cmp_proto.h
M src/gpre/hsh.cpp
M src/gpre/hsh_proto.h
M src/gpre/par.cpp
M src/gpre/sql.cpp
M src/ipserver/ipclient.cpp
M src/jrd/all.cpp
M src/jrd/all_old.cpp
M src/jrd/alt.cpp
M src/jrd/blb.cpp
M src/jrd/btr.cpp
M src/jrd/btr_proto.h
M src/jrd/cch.cpp
M src/jrd/cch_proto.h
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/cvt.cpp
M src/jrd/dbg.cpp
M src/jrd/dmp.cpp
M src/jrd/dmp_proto.h
M src/jrd/dpm.epp
M src/jrd/dpm_proto.h
M src/jrd/enc.cpp
M src/jrd/entry.h
M src/jrd/evl.cpp
M src/jrd/evl_proto.h
M src/jrd/exe.cpp
M src/jrd/ext.cpp
M src/jrd/ext_proto.h
M src/jrd/extvms.cpp
M src/jrd/flu.cpp
M src/jrd/fun.epp
M src/jrd/gds.cpp
M src/jrd/grammar.cpp
M src/jrd/ib_stdio.cpp
M src/jrd/ini.epp
M src/jrd/jlx.c
M src/jrd/jrd.cpp
M src/jrd/jrd_proto.h
M src/jrd/memtest.cpp
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/mov.cpp
M src/jrd/mov_proto.h
M src/jrd/nav.cpp
M src/jrd/nav_proto.h
M src/jrd/opt.cpp
M src/jrd/opt_proto.h
M src/jrd/pag.cpp
M src/jrd/pag_proto.h
M src/jrd/par.cpp
M src/jrd/pcsleep.cpp
M src/jrd/plugin_manager.h
M src/jrd/rdb.cpp
M src/jrd/rdbint.cpp
M src/jrd/rec.cpp
M src/jrd/rse.cpp
M src/jrd/rse_proto.h
M src/jrd/sbm.cpp
M src/jrd/sbm_proto.h
M src/jrd/sort.cpp
M src/jrd/sqz.cpp
M src/jrd/sun_ftn.cpp
M src/jrd/sym.cpp
M src/jrd/sym_proto.h
M src/jrd/utl.cpp
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
M src/jrd/why.cpp
M src/jrd/y-valve.cpp
M src/lock/pls.cpp
M src/pipe/allp.cpp
M src/pipe/head.cpp
M src/pipe/head_proto.h
M src/qli/all.cpp
M src/qli/all_proto.h
M src/qli/hsh.cpp
M src/qli/hsh_proto.h
M src/qli/mov.cpp
M src/qli/mov_proto.h
M src/remote/inter_proto.h
M src/remote/interface.cpp
M src/remote/protocol.cpp
M src/remote/xdr.cpp
M src/remote/xdr_proto.h
M src/utilities/rebuild.cpp
M src/utilities/v2_dmp.cpp
M src/v5_examples/api9f.c
Removed "register" variables from the source code. It's up to the compiler
to hold variables in CPU registers.
2003-02-10 12:47 brodsom
M src/jrd/vms.cpp
Rollback pio_flush change
2003-02-10 12:47 eku
M src/jrd/alt_use_sec.h.pre
Renamed isc4.gdb to security.fdb.
2003-02-10 12:46 eku
M src/install/misc/CSchangeRunUser.sh
M src/install/misc/CSrestoreRootRunUser.sh
Renamed isc4 in the installation files.
2003-02-10 12:26 dimitr
M builds/posix/Makefile.in.libfbclient
M builds/posix/Makefile.in.libfbembed
M builds/posix/Makefile.in.libfbserver
M builds/win32/make6_debug.bat
M builds/win32/make6_release.bat
Renamed isc4 in the build files.
2003-02-10 12:25 dimitr
M src/utilities/gsec.cpp
Cleanup.
2003-02-10 12:10 dimitr
M src/install/arch-specific/sinixz/prototype.in
Damn, my own typo caused another one. The extension should be "fdb".
2003-02-10 12:00 dimitr
M builds/win32/prepare.bat
Batch file changed to use new extension of the database files.
2003-02-10 11:54 dimitr
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.refDatabases
M builds/posix/make.defaults
M builds/posix/make.shared.targets
Damn, my own typo caused another one. The extension should be "fdb".
2003-02-10 11:51 dimitr
M src/jrd/plugin_manager.cpp
Cleanup.
2003-02-10 11:48 dimitr
M src/install/arch-specific/sinixz/prototype.in
M src/jrd/alt_use_sec.h
M src/jrd/svc.cpp
M src/remote/inet_server.cpp
M src/utilities/ibmgr.h
M src/utilities/security.epp
Damn, my own typo caused another one. The extension should be "fdb".
2003-02-10 11:01 eku
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.refDatabases
M builds/posix/make.defaults
M builds/posix/make.shared.targets
M src/install/arch-specific/sinixz/prototype.in
M src/jrd/alt_use_sec.h
M src/jrd/svc.cpp
M src/remote/inet_server.cpp
M src/utilities/ibmgr.h
M src/utilities/security.epp
Renamed isc4.gdb to security.gdb (POSIX builds)
2003-02-10 10:36 dimitr
M builds/win32/msvc6/Firebird2.dsw
M builds/win32/msvc6/alice.dsp
M builds/win32/msvc6/alice_classic.dsp
M builds/win32/msvc6/burp.dsp
M builds/win32/msvc6/burp_classic.dsp
M builds/win32/msvc6/dsql_server.dsp
M builds/win32/msvc6/dsql_server_classic.dsp
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/fb_inet_server.dsp
M builds/win32/msvc6/fb_lock_print.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbguard.dsp
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc6/fbudf.dsp
M builds/win32/msvc6/gbak.dsp
M builds/win32/msvc6/gdef.dsp
M builds/win32/msvc6/gds32.dsp
M builds/win32/msvc6/gfix.dsp
M builds/win32/msvc6/gpre.dsp
M builds/win32/msvc6/gpre_boot.dsp
M builds/win32/msvc6/gsec.dsp
M builds/win32/msvc6/gstat.dsp
M builds/win32/msvc6/ib_udf.dsp
M builds/win32/msvc6/ib_util.dsp
M builds/win32/msvc6/instreg.dsp
M builds/win32/msvc6/instsvc.dsp
M builds/win32/msvc6/intl.dsp
M builds/win32/msvc6/ipserver.dsp
M builds/win32/msvc6/isql.dsp
M builds/win32/msvc6/lock.dsp
M builds/win32/msvc6/lock_classic.dsp
M builds/win32/msvc6/qli.dsp
M builds/win32/msvc6/remote.dsp
M builds/win32/msvc6/remote_classic.dsp
M builds/win32/msvc6/utilities.dsp
M builds/win32/msvc6/utilities_classic.dsp
M builds/win32/msvc6/wal.dsp
M builds/win32/msvc6/wal_classic.dsp
Changed options for the release configuration.
2003-02-10 10:03 dimitr
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
Changed options for the release configuration.
2003-02-10 09:39 eku
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/make.new/config/config.h.in
Completed the changes made by Dmitri Sibiriak.
2003-02-10 09:26 eku
M src/remote/inet.cpp
Fixed POSIX builds.
2003-02-10 09:23 dimitr
M builds/win32/prepare.bat
D src/misc/isc4.gbak
A src/misc/security.gbak
Rename.
2003-02-10 07:38 dimitr
M src/jrd/jrd.cpp
Fixed POSIX builds (at least I hope so).
2003-02-10 05:42 aafemt
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/make.new/config/config.h.in
M src/remote/inet.cpp
Some cleanup
2003-02-10 00:09 brodsom
M src/jrd/exe.cpp
Remove unusable define (needed header don't exist)
2003-02-10 00:03 brodsom
M src/jrd/btr.cpp
M src/jrd/event.cpp
M src/jrd/isc_sync.cpp
M src/jrd/os/win32/thd_priority.cpp
M src/jrd/thd.cpp
Change debug defines names to DEBUG_*
2003-02-09 23:31 brodsom
M src/dsql/parse.cpp
M src/dsql/parse.y
Change wrong define
2003-02-09 23:20 fsg
M ChangeLog
Updated ChangeLog
2003-02-09 23:14 brodsom
M src/gpre/dyntable.h
M src/jrd/gdsold.h
Remove JPN_ functions attributes
2003-02-09 22:59 brodsom
M src/qli/dtr.cpp
Correct wrong define
2003-02-09 15:43 dimitr
M doc/WhatsNew
Recent changes.
2003-02-09 11:39 brodsom
M src/jrd/codes.epp
Remove dontdothis define
2003-02-09 11:22 brodsom
M src/common/config/config.cpp
Add newline at the end
2003-02-09 11:21 brodsom
M src/utilities/dba_full.epp
Remove unclosed comment
2003-02-09 10:05 dimitr
M src/jrd/jrd.cpp
M src/jrd/jrd.h
Enabled generic support for the database encryption. The key part of the feature is still protected by the macro. Proven to work on win32.
2003-02-09 09:52 dimitr
M src/jrd/winnt.cpp
1. Cleanup.
2. Support for database encryption.
2003-02-09 08:54 dimitr
M doc/WhatsNew
Actual credits.
2003-02-09 08:52 dimitr
M src/install/misc/firebird.conf
no message
2003-02-09 02:07 arnobrinkman
M src/jrd/cmp.cpp
bugfix: SF BUG # [ 523589 ] View is affecting the result of a query. Problem was that rse's (inside the view) where not flagged as variant
2003-02-08 23:19 fsg
M ChangeLog
Updated ChangeLog
2003-02-08 15:39 brodsom
M src/intl/cv_jis.c
Remove NOT_NEEDED define
2003-02-08 15:28 brodsom
M src/jrd/ib_stdio.h
Correct wrong ifndef
2003-02-08 00:58 brodsom
M src/qli/command.cpp
M src/qli/dtr.cpp
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/expand.cpp
M src/qli/format.cpp
M src/qli/gener.cpp
M src/qli/hsh.cpp
M src/qli/lex.cpp
M src/qli/meta.epp
M src/qli/mov.cpp
M src/qli/parse.cpp
M src/qli/picstr.cpp
M src/qli/proc.epp
M src/qli/show.epp
Remove JPN_ defines
2003-02-08 00:36 brodsom
M src/gpre/c_cxx.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/hsh.cpp
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/gpre/par.cpp
M src/gpre/pretty.cpp
M src/gpre/sqe.cpp
M src/gpre/sql.cpp
Remove JPN_ defines
2003-02-08 00:31 brodsom
M src/jrd/dfloat_stub.cpp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_mod.epp
M src/jrd/jrd.cpp
M src/jrd/jrd_proto.h
Remove JPN_ defines
2003-02-07 23:22 fsg
M ChangeLog
Updated ChangeLog
2003-02-07 18:54 brodsom
M src/dudley/ddl.cpp
M src/dudley/ddl.h
M src/dudley/exe.epp
M src/dudley/extract.epp
M src/dudley/generate.cpp
M src/dudley/hsh.cpp
M src/dudley/lex.cpp
M src/dudley/parse.cpp
M src/dudley/trn.cpp
Remove JPN_ defines
2003-02-07 18:48 brodsom
M src/remote/srvr_w32.cpp
Put var decl inside ifdef (remove unused warning)
2003-02-07 18:46 brodsom
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/preparse.cpp
M src/intl/kanji.h
Remove JPN_ defines
2003-02-07 15:23 brodsom
M src/lock/lock.cpp
Remove NEXT remaining ifdefs
2003-02-07 15:22 brodsom
M src/jrd/isc_file.cpp
Remove ultrix remaining ifdefs
2003-02-07 15:20 brodsom
M src/alice/exe.cpp
Remove PC_PLATFORM remaining ifdef
2003-02-07 15:07 brodsom
M src/intl/ld.h
Remove MS_DOS and __LDSYS_H
2003-02-07 14:41 kkuznetsov
M src/jrd/ib_stdio.h
M src/pipe/head.cpp
Fix compile error if without sfio
2003-02-07 14:38 kkuznetsov
M src/include/firebird.h
Some commits for SOLX86
2003-02-07 12:58 brodsom
M src/common/config/config.cpp
Make default parameters values for non forced writes mode depend on the platform
2003-02-07 10:29 brodsom
M src/isql/isql_win.cpp
M src/remote/ntoh.cpp
More mangled preprocessor directives
2003-02-07 10:01 brodsom
D src/remote/faux.cpp
D src/remote/faux.h
Remove unused code
2003-02-07 09:54 brodsom
D src/jrd/isc_cray.cpp
Remove unused code
2003-02-07 09:40 brodsom
M src/qli/compile.cpp
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/expand.cpp
M src/qli/parse.cpp
Add return NULL when needed
2003-02-07 09:33 brodsom
M src/utilities/install_reg.cpp
Remove unused var
2003-02-07 08:47 dimitr
M src/install/misc/firebird.conf
New config options.
2003-02-07 03:43 brodsom
M src/remote/faux.cpp
M src/utilities/analyse.cpp
Correct broken includes
2003-02-06 23:21 fsg
M ChangeLog
Updated ChangeLog
2003-02-06 19:47 brodsom
M src/jrd/pio.h
Add flags field
2003-02-05 23:32 brodsom
M src/jrd/cch.cpp
M src/jrd/jrd.h
Change non FW mode time measure, from oldest_unflushed_write to last_flushed_write.
2003-02-05 23:28 brodsom
M src/common/config/config.cpp
Change non FW mode time parameter value.
2003-02-05 23:21 fsg
M ChangeLog
Updated ChangeLog
2003-02-05 20:43 brodsom
M src/jrd/ail.cpp
M src/jrd/cch.cpp
M src/jrd/jrd.h
M src/jrd/pio.h
M src/jrd/pio_proto.h
M src/jrd/unix.cpp
M src/jrd/winnt.cpp
Non forced writes mode, move logic to cch, add dbb mutex, and rollback changes in ail.cpp, pio.h, pio_proto.h, unix.cpp and winnt.cpp
2003-02-05 19:44 brodsom
M src/dudley/trn.cpp
Remove unused vars
2003-02-05 19:35 brodsom
M src/dudley/parse.cpp
Remove unused vars
2003-02-05 15:46 dimitr
M src/jrd/pwd.h
D src/utilities/isc4.gdl
D src/utilities/isc4.sql
A src/utilities/security.gdl
A src/utilities/security.sql
Renamed isc4.gdb to security.gdb
2003-02-05 15:43 brodsom
M src/dudley/expand.cpp
M src/dudley/expr.cpp
M src/dudley/lex.cpp
Remove unused vars
2003-02-05 15:18 dimitr
M src/jrd/plugin_manager.cpp
M src/jrd/plugin_manager.h
Some cosmetic changes in the plugin manager.
2003-02-05 15:13 dimitr
M src/jrd/met.epp
Fixed reference to released and freed blob.
2003-02-05 14:40 brodsom
M src/jrd/ail.cpp
M src/jrd/cch.cpp
M src/jrd/pio.h
M src/jrd/pio_proto.h
M src/jrd/unix.cpp
M src/jrd/vms.cpp
M src/jrd/winnt.cpp
Make non forced writes mode configurable & more secure.
2003-02-05 14:32 brodsom
M src/common/config/config.cpp
M src/common/config/config.h
New config parameters to control non forced writes mode.
2003-02-05 14:30 brodsom
M src/qli/dtr.cpp
M src/qli/expand.cpp
M src/qli/format.cpp
Remove unused vars
2003-02-05 02:40 brodsom
M src/qli/gener.cpp
M src/qli/noform.cpp
Remove unused vars
2003-02-05 02:19 brodsom
M src/intl/lc_ksc.c
Remove unused vars
2003-02-05 01:47 brodsom
M src/qli/all.cpp
M src/qli/compile.cpp
M src/qli/err.cpp
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/help.epp
M src/qli/meta.epp
M src/qli/mov.cpp
M src/qli/picstr.cpp
M src/qli/proc.epp
M src/qli/report.cpp
M src/qli/show.epp
Remove unused vars
2003-02-04 23:20 fsg
M ChangeLog
Updated ChangeLog
2003-02-04 20:19 dimitr
M builds/win32/msvc6/isql.dsp
Cleanup.
2003-02-04 20:18 dimitr
M builds/win32/msvc6/gfix.dsp
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/jrd/gds.cpp
M src/jrd/sort_mem.cpp
Moved allocator functions back to GDS. MemoryPool is no longer exported.
2003-02-04 19:07 dimitr
M doc/WhatsNew
Beta 2 changes so far.
2003-02-04 18:10 dimitr
M builds/win32/ib_udf.def
Committed contribution by Juan Guerrero (?). Functions LPAD and RPAD added to IB_UDF library.
2003-02-04 18:09 dimitr
M src/install/misc/firebird.conf
Prepared the current version of firebird.conf for publishing.
2003-02-04 17:43 dimitr
M src/misc/writeBuildNum.sh
Preparing for Beta 2 release.
2003-02-04 17:27 dimitr
M src/extlib/ib_udf.c
M src/extlib/ib_udf.sql
Committed contribution by Juan Guerrero (?). Functions LPAD and RPAD added to IB_UDF library.
2003-02-04 15:43 brodsom
M builds/win32/make6_debug.bat
M builds/win32/make6_release.bat
command line make corrections
2003-02-04 15:36 dimitr
M src/isql/extract.epp
M src/isql/show.epp
Added support of universal triggers to ISQL (metadata extraction).
2003-02-04 15:01 brodsom
A builds/win32/install_classic.bat
A builds/win32/install_super.bat
A builds/win32/make6_debug.bat
A builds/win32/make6_release.bat
A builds/win32/uninstall.bat
Add command line makes
Add install batchs
2003-02-04 13:31 dimitr
M src/jrd/par.cpp
Temporary fix for the bad memory references issue. Still waiting for the Nickolay's analysis.
2003-02-04 13:14 dimitr
M src/alice/aliceswi.h
Why on earth should we bark on -user and -pass switches and consider them incompatible with something?
2003-02-04 11:30 dimitr
M src/jrd/ibinitdll.cpp
Don't try to load the client library twice or thrice.
2003-02-04 11:18 dimitr
M src/common/classes/alloc.cpp
Fixed bug in the memory manager. We shouldn't use the uninitialized pool. gpre_boot no longer crashes.
2003-02-04 10:28 dimitr
M builds/win32/msvc6/gpre_boot.dsp
Fixed debug build of gpre_boot.
2003-02-03 23:18 fsg
M ChangeLog
Updated ChangeLog
2003-02-03 15:01 dimitr
M src/jrd/pwd.cpp
Fixed some issues with the latest commit.
2003-02-03 14:21 brodsom
M builds/win32/common_boot.mak
M builds/win32/fbclient_boot.mak
M builds/win32/gpre.mak
M builds/win32/gpre_boot.mak
Use bscmake non incremental
2003-02-03 13:34 dimitr
M src/jrd/jrd.cpp
M src/jrd/pwd.cpp
M src/jrd/pwd.h
D src/jrd/pwd_proto.h
M src/jrd/scl.epp
M src/jrd/svc.cpp
M src/jrd/tra.cpp
M src/utilities/gsec.cpp
1. Re-designed PWD interface.
2. Implemented cached isc4 connection.
3. Cleanup.
2003-02-03 13:06 dimitr
M src/jrd/rse.h
Increased internal limits of the optimizer.
2003-02-03 12:48 brodsom
M builds/win32/build_all.bat
M builds/win32/preprocess.bat
Autoconfig must be copy before build_boot.bat
2003-02-02 23:17 fsg
M ChangeLog
Updated ChangeLog
2003-02-02 16:01 dimitr
M src/common/config/config.cpp
Fixed my latest commit.
2003-02-02 15:20 dimitr
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
M src/remote/wnet.cpp
A bit changed two config entry names.
2003-02-02 15:20 dimitr
M src/common/config/config.cpp
M src/common/config/config.h
M src/common/config/config_impl.h
1. Applied singleton-instance idiom to the config manager. It costs just a few CPU cycles, so doesn't affect the performance.
2. A bit changed two config entry names.
2003-02-02 13:23 dimitr
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
Updated project files.
2003-02-02 13:12 dimitr
M src/jrd/sort_mem.cpp
Optimized sorting for the cases of file I/O (i.e. when memory is not used).
2003-02-02 13:09 dimitr
M src/common/classes/alloc.cpp
Reduced memory usage.
2003-02-01 23:16 fsg
M ChangeLog
Updated ChangeLog
2003-02-01 03:08 hippoman
M builds/win32/msvc7/Firebird2.sln
M builds/win32/msvc7/burp.vcproj
M builds/win32/msvc7/burp_classic.vcproj
M builds/win32/msvc7/common.vcproj
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/fbguard.vcproj
M builds/win32/msvc7/gdef.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
M builds/win32/msvc7/gsec.vcproj
M builds/win32/msvc7/gstat.vcproj
M builds/win32/msvc7/instreg.vcproj
M builds/win32/msvc7/instsvc.vcproj
M builds/win32/msvc7/intl.vcproj
M builds/win32/msvc7/ipserver.vcproj
M builds/win32/msvc7/lock.vcproj
M builds/win32/msvc7/lock_classic.vcproj
M builds/win32/msvc7/remote.vcproj
M builds/win32/msvc7/remote_classic.vcproj
M builds/win32/msvc7/utilities.vcproj
M builds/win32/msvc7/utilities_classic.vcproj
M builds/win32/msvc7/wal.vcproj
M builds/win32/msvc7/wal_classic.vcproj
Sync msvc7 build with latest changes
2003-02-01 00:08 arnobrinkman
M src/jrd/opt.cpp
bugfix: a simple LEFT JOIN on a VIEW with only a ON clause didn't use an index even if it was possible.
SF BUG # [ 508594 ]
2003-01-31 23:22 fsg
M ChangeLog
Updated ChangeLog
2003-01-31 12:22 dimitr
M src/utilities/dba.epp
Fixed wrong memory management that caused the server to crash.
2003-01-31 07:44 dimitr
M src/common/classes/locks.cpp
Fixed win32 CS build.
2003-01-30 23:21 fsg
M ChangeLog
Updated ChangeLog
2003-01-30 22:14 arnobrinkman
M src/dsql/pass1.cpp
bugfix: wrong context was used with FieldX IN (sub-select) predicate.
Caused by me by an other bugfix SF BUG # [ 213859 ]
2003-01-30 18:05 skidder
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
Fixed a couple errors Mike Nordell pointed at
2003-01-30 14:53 dimitr
M src/jrd/cmp.cpp
Fixed bug with cyclic dependencies in the metadata cache.
2003-01-30 13:30 arnobrinkman
M src/dsql/pass1.cpp
bugfix: It wasn't possible to use non-aggregate related-fields from a aggregate query inside an sub-query.
Example (this failed) :
SELECT
Count(T1.F1),
SUM((SELECT T2.F2 FROM Table2 T2 WHERE T2.F1 = T1.F1))
FROM
Table1 T1
2003-01-30 13:26 dimitr
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/config/config.cpp
M src/common/config/config_file.h
M src/common/config/config_impl.h
Fixed the errors pointed out by Mike.
2003-01-30 07:07 dimitr
M src/iscguard/cntl_guard.cpp
Fixed old hardcoded service name.
2003-01-29 23:21 fsg
M ChangeLog
Updated ChangeLog
2003-01-29 15:29 skidder
M configure.in
Change package prefix
2003-01-29 10:16 eku
M src/common/classes/locks.h
Dmitry Yemanov:
Right now locks.h is used by the memory manager only. In its internals you
can find that SS uses Spinlock class whilst CS uses SharedSpinlock (which is
just a dummy now). So I think everything except SharedSpinlock should be
#ifdef'ed with SUPERSERVER in locks.h. The only doubt I have is a SOLARIS
check there (is it related to SS or CS?).
2003-01-28 23:21 fsg
M ChangeLog
Updated ChangeLog
2003-01-28 16:03 dimitr
M src/utilities/install_nt.h
M src/utilities/install_svc.cpp
A bit changed installation of the services.
2003-01-28 15:23 dimitr
M src/jrd/lck.h
Fixed initialization problem in the current codebase.
2003-01-28 08:58 dimitr
M builds/win32/msvc6/alice.dsp
M builds/win32/msvc6/alice_classic.dsp
M builds/win32/msvc6/burp.dsp
M builds/win32/msvc6/burp_classic.dsp
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
M builds/win32/msvc6/dsql_server.dsp
M builds/win32/msvc6/dsql_server_classic.dsp
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/fb_inet_server.dsp
M builds/win32/msvc6/fb_lock_print.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbguard.dsp
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc6/gbak.dsp
M builds/win32/msvc6/gdef.dsp
M builds/win32/msvc6/gds32.dsp
M builds/win32/msvc6/gfix.dsp
M builds/win32/msvc6/gpre.dsp
M builds/win32/msvc6/gpre_boot.dsp
M builds/win32/msvc6/gsec.dsp
M builds/win32/msvc6/gstat.dsp
M builds/win32/msvc6/ib_udf.dsp
M builds/win32/msvc6/ib_util.dsp
M builds/win32/msvc6/instreg.dsp
M builds/win32/msvc6/instsvc.dsp
M builds/win32/msvc6/ipserver.dsp
M builds/win32/msvc6/isql.dsp
M builds/win32/msvc6/lock.dsp
M builds/win32/msvc6/lock_classic.dsp
M builds/win32/msvc6/qli.dsp
M builds/win32/msvc6/remote.dsp
M builds/win32/msvc6/remote_classic.dsp
M builds/win32/msvc6/utilities.dsp
M builds/win32/msvc6/utilities_classic.dsp
M builds/win32/msvc6/wal.dsp
M builds/win32/msvc6/wal_classic.dsp
Updated project files.
2003-01-27 23:21 fsg
M ChangeLog
Updated ChangeLog
2003-01-27 11:47 dimitr
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/jrd/inf.cpp
Fixed linkage issues on win32.
2003-01-27 10:54 brodsom
M src/intl/depends.mak
Patch cv_narrow.o depends
2003-01-26 23:18 fsg
M ChangeLog
Updated ChangeLog
2003-01-26 18:12 fsg
M builds/posix/Makefile.in.intl
Fixed a typo to get it compiled under Linux again
2003-01-25 23:05 fsg
M ChangeLog
Updated ChangeLog
2003-01-25 08:55 dimitr
M builds/win32/build_all.bat
M builds/win32/build_boot.bat
M builds/win32/prepare.bat
M builds/win32/preprocess.bat
Updated batch files.
2003-01-25 03:14 brodsom
M builds/posix/Makefile.in.intl
New charsets (update posix build)
2003-01-25 03:13 brodsom
M builds/win32/msvc6/intl.dsp
New charsets (update msvc6 build)
2003-01-25 03:12 brodsom
M src/burp/restore.epp
M src/jrd/filters.cpp
M src/jrd/intl.cpp
M src/jrd/intl.h
M src/jrd/intl_builtin.cpp
M src/jrd/intlnames.h
New charsets (....)
2003-01-25 03:10 brodsom
D src/intl/charsets/cs_latin1.h
D src/intl/charsets/cs_latin2.h
D src/intl/cs_unicode.c
D src/intl/cs_utffss.c
D src/intl/lc_latin1.c
D src/intl/lc_latin2.c
D src/intl/lc_unicode.c
remove renamed sources
2003-01-25 03:08 brodsom
A src/intl/cs_unicode_fss.c
A src/intl/cs_unicode_ucs2.c
A src/intl/lc_iso8859_1.c
A src/intl/lc_iso8859_2.c
A src/intl/lc_unicode_ucs2.c
change source names
2003-01-25 03:05 brodsom
M src/intl/charsets.h
M src/intl/conversions/tx437_lat1.h
M src/intl/conversions/tx865_lat1.h
M src/intl/cs_big5.c
M src/intl/cs_gb2312.c
M src/intl/cs_jis.c
M src/intl/cs_ksc.c
M src/intl/cs_narrow.c
M src/intl/cv_narrow.c
M src/intl/depends.mak
M src/intl/lc_ascii.c
M src/intl/ld.c
M src/intl/moved_files.txt
M src/intl/utils/mapdump.c
M src/intl/utils/maptest.cpp
M src/intl/utils/maptest2.c
New character sets (update intl sources)
2003-01-25 03:03 brodsom
M src/intl/charsets/cs_437.h
M src/intl/charsets/cs_850.h
M src/intl/charsets/cs_852.h
M src/intl/charsets/cs_857.h
M src/intl/charsets/cs_860.h
M src/intl/charsets/cs_861.h
M src/intl/charsets/cs_863.h
M src/intl/charsets/cs_865.h
M src/intl/charsets/cs_w1250.h
M src/intl/charsets/cs_w1251.h
M src/intl/charsets/cs_w1252.h
M src/intl/charsets/cs_w1253.h
M src/intl/charsets/cs_w1254.h
New character sets (update old ones)
2003-01-25 03:02 brodsom
A src/intl/charsets/cs_737.h
A src/intl/charsets/cs_775.h
A src/intl/charsets/cs_858.h
A src/intl/charsets/cs_862.h
A src/intl/charsets/cs_864.h
A src/intl/charsets/cs_866.h
A src/intl/charsets/cs_869.h
A src/intl/charsets/cs_iso8859_1.h
A src/intl/charsets/cs_iso8859_13.h
A src/intl/charsets/cs_iso8859_2.h
A src/intl/charsets/cs_iso8859_3.h
A src/intl/charsets/cs_iso8859_4.h
A src/intl/charsets/cs_iso8859_5.h
A src/intl/charsets/cs_iso8859_6.h
A src/intl/charsets/cs_iso8859_7.h
A src/intl/charsets/cs_iso8859_8.h
A src/intl/charsets/cs_iso8859_9.h
A src/intl/charsets/cs_w1255.h
A src/intl/charsets/cs_w1256.h
A src/intl/charsets/cs_w1257.h
New character sets
2003-01-25 01:50 hippoman
M src/dsql/dsql.cpp
Some fixes to to DSQL_pretty:
-. Added some missing verbs and mispellings
-. Fixed a bug displaying parameters info.
2003-01-24 23:06 fsg
M ChangeLog
Updated ChangeLog
2003-01-24 22:57 hippoman
M builds/win32/msvc7/Firebird2.sln
M builds/win32/msvc7/alice.vcproj
M builds/win32/msvc7/alice_classic.vcproj
M builds/win32/msvc7/burp.vcproj
M builds/win32/msvc7/burp_classic.vcproj
M builds/win32/msvc7/common.vcproj
A builds/win32/msvc7/common_classic.vcproj
M builds/win32/msvc7/dsql_server.vcproj
M builds/win32/msvc7/dsql_server_classic.vcproj
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/fb_inet_server.vcproj
M builds/win32/msvc7/fb_lock_print.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbguard.vcproj
M builds/win32/msvc7/fbserver.vcproj
A builds/win32/msvc7/fbudf.vcproj
M builds/win32/msvc7/gbak.vcproj
M builds/win32/msvc7/gdef.vcproj
M builds/win32/msvc7/gds32.vcproj
M builds/win32/msvc7/gfix.vcproj
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
M builds/win32/msvc7/gsec.vcproj
M builds/win32/msvc7/gstat.vcproj
M builds/win32/msvc7/ib_udf.vcproj
M builds/win32/msvc7/ib_util.vcproj
M builds/win32/msvc7/instreg.vcproj
M builds/win32/msvc7/instsvc.vcproj
M builds/win32/msvc7/intl.vcproj
M builds/win32/msvc7/ipserver.vcproj
M builds/win32/msvc7/isql.vcproj
M builds/win32/msvc7/lock.vcproj
M builds/win32/msvc7/lock_classic.vcproj
M builds/win32/msvc7/qli.vcproj
M builds/win32/msvc7/remote.vcproj
M builds/win32/msvc7/remote_classic.vcproj
M builds/win32/msvc7/utilities.vcproj
M builds/win32/msvc7/utilities_classic.vcproj
M builds/win32/msvc7/wal.vcproj
M builds/win32/msvc7/wal_classic.vcproj
Sync msvc7 build with latest changes
2003-01-24 17:45 dimitr
M builds/win32/build_all.bat
M builds/win32/build_boot.bat
Updated batch files.
2003-01-24 17:15 dimitr
A builds/win32/build_all.bat
A builds/win32/build_boot.bat
A builds/win32/common_boot.mak
A builds/win32/fbclient_boot.mak
A builds/win32/gpre.mak
A builds/win32/gpre_boot.mak
M builds/win32/preprocess.bat
Other win32 build batch files.
2003-01-24 16:39 dimitr
A builds/win32/prepare.bat
A builds/win32/preprocess.bat
Other win32 build batch files.
2003-01-24 13:53 dimitr
A builds/win32/blrtable.bat
A builds/win32/parse.bat
Two of the win32 build batch files. Others will follow shortly.
2003-01-24 12:05 dimitr
M builds/win32/msvc6/Firebird2.dsw
A builds/win32/msvc6/fbudf.dsp
D src/extlib/fbudf/fbudf.dsp
D src/extlib/fbudf/fbudf.dsw
M src/extlib/fbudf/fbudf.h
D src/extlib/fbudf/fbudf.plg
Updated fbudf files.
2003-01-24 09:30 dimitr
M src/jrd/pwd.cpp
no message
2003-01-24 09:30 dimitr
M builds/win32/gds32.def
M builds/win32/gds32_debug.def
M builds/win32/msvc6/fbembed.dsp
Updated project files.
2003-01-23 23:07 fsg
M ChangeLog
Updated ChangeLog
2003-01-23 12:26 skidder
M doc/WhatsNew
*** empty log message ***
2003-01-23 12:25 skidder
M doc/WhatsNew
*** empty log message ***
2003-01-23 10:38 skidder
M doc/WhatsNew
Little Beta 1 description change
2003-01-23 09:30 dimitr
M doc/WhatsNew
Added Beta 1 changes. Please review this file and correct, if necessary.
2003-01-23 09:18 dimitr
M src/dsql/parse.cpp
M src/dsql/parse.y
Disallowed PLAN clause in views until it works.
2003-01-23 03:36 brodsom
M builds/win32/msvc6/intl.dsp
Update msvc6 build
2003-01-23 03:34 brodsom
M src/utilities/dba_full.epp
Patch FINISH;
2003-01-23 03:33 brodsom
M src/jrd/ibase.h
M src/jrd/ini.epp
M src/jrd/ini_proto.h
M src/jrd/intl.h
M src/jrd/jrd.cpp
- Move default attachment character set to header
- Mode default database character set to header
- Add isc_dpb_set_db_charset to use in create_database and apply it
2003-01-23 03:29 brodsom
D src/intl/ancyrr.h
D src/intl/anczech.h
D src/intl/angreek1.h
D src/intl/anhun.h
D src/intl/anhundc.h
D src/intl/anpolish.h
D src/intl/ansii850.h
D src/intl/ansiintl.h
D src/intl/ansinor4.h
D src/intl/ansislov.h
D src/intl/ansispan.h
D src/intl/ansiswfn.h
D src/intl/anturk.h
D src/intl/ascii.h
D src/intl/ascii2.h
D src/intl/bllt1ca0.h
D src/intl/bllt1da0.h
D src/intl/bllt1de0.h
D src/intl/bllt1es0.h
D src/intl/bllt1fi0.h
D src/intl/bllt1fr0.h
D src/intl/bllt1is0.h
D src/intl/bllt1it0.h
D src/intl/bllt1nl0.h
D src/intl/bllt1no0.h
D src/intl/bllt1pt0.h
D src/intl/bllt1sv0.h
D src/intl/bllt1uk0.h
D src/intl/bllt1us0.h
D src/intl/blnxtde0.h
D src/intl/blnxtes0.h
D src/intl/blnxtfr0.h
D src/intl/blnxtit0.h
D src/intl/blnxtus0.h
D src/intl/cs_437.h
D src/intl/cs_850.h
D src/intl/cs_852.h
D src/intl/cs_857.h
D src/intl/cs_860.h
D src/intl/cs_861.h
D src/intl/cs_863.h
D src/intl/cs_865.h
D src/intl/cs_big5.h
D src/intl/cs_cyrl.h
D src/intl/cs_gb2312.h
D src/intl/cs_jis_0208_1990.h
D src/intl/cs_jis_20208_1990.c
D src/intl/cs_ksc5601.h
D src/intl/cs_latin1.h
D src/intl/cs_latin2.h
D src/intl/cs_next.h
D src/intl/cs_sjis.h
D src/intl/cs_w1250.h
D src/intl/cs_w1251.h
D src/intl/cs_w1252.h
D src/intl/cs_w1253.h
D src/intl/cs_w1254.h
D src/intl/csjis2_p.h
D src/intl/cyrr.h
D src/intl/czech.h
D src/intl/db437de0.h
D src/intl/db437es1.h
D src/intl/db437fi0.h
D src/intl/db437fr0.h
D src/intl/db437it0.h
D src/intl/db437nl0.h
D src/intl/db437sv0.h
D src/intl/db437uk0.h
D src/intl/db437us0.h
D src/intl/db850cf0.h
D src/intl/db850de0.h
D src/intl/db850es0.h
D src/intl/db850fr0.h
D src/intl/db850it1.h
D src/intl/db850nl0.h
D src/intl/db850pt0.h
D src/intl/db850sv1.h
D src/intl/db850uk0.h
D src/intl/db850us0.h
D src/intl/db852cz0.h
D src/intl/db852hdc.h
D src/intl/db852po0.h
D src/intl/db852sl0.h
D src/intl/db857tr0.h
D src/intl/db860pt0.h
D src/intl/db863cf1.h
D src/intl/db865da0.h
D src/intl/db865no0.h
D src/intl/db866ru0.h
D src/intl/dtest.c
D src/intl/dtest2.c
D src/intl/hun852dc.h
D src/intl/iceland.h
D src/intl/intl.h
D src/intl/lt2czech.h
D src/intl/mac_437.h
D src/intl/mac_865.h
D src/intl/mac_lat1.h
D src/intl/make.maps
D src/intl/mapcompare.cpp
D src/intl/mapdump.c
D src/intl/mapgen4.c
D src/intl/maptest.cpp
D src/intl/maptest2.c
D src/intl/nordan40.h
D src/intl/polish.h
D src/intl/slovene.h
D src/intl/swedfin.h
D src/intl/turk.h
D src/intl/tx437_865.h
D src/intl/tx437_lat1.h
D src/intl/tx865_lat1.h
D src/intl/undef.h
D src/intl/win1251_ua.h
Remove moved files
2003-01-23 03:28 brodsom
M src/intl/cs_big5.c
M src/intl/cs_gb2312.c
M src/intl/cs_jis.c
M src/intl/cs_ksc.c
M src/intl/cs_narrow.c
M src/intl/cv_jis.c
M src/intl/cv_narrow.c
M src/intl/depends.mak
M src/intl/lc_ascii.c
M src/intl/lc_big5.c
M src/intl/lc_dos.c
M src/intl/lc_gb2312.c
M src/intl/lc_jis.c
M src/intl/lc_ksc.c
M src/intl/lc_latin1.c
M src/intl/lc_latin2.c
M src/intl/lc_unicode.c
A src/intl/moved_files.txt
Update moved files references
2003-01-23 03:27 brodsom
M src/intl/lc_narrow.c
M src/intl/ldcommon.h
Remove DEBUG_LD switch
2003-01-23 03:27 brodsom
M src/intl/charsets.h
Remove CS_ANSI (not used)
Add DEFAULT_ATTACHMEN_CHARSET
2003-01-23 03:22 brodsom
A src/intl/utils
A src/intl/utils/dtest.c
A src/intl/utils/dtest2.c
A src/intl/utils/make.maps
A src/intl/utils/mapcompare.cpp
A src/intl/utils/mapdump.c
A src/intl/utils/mapgen4.c
A src/intl/utils/maptest.cpp
A src/intl/utils/maptest2.c
Create utils directory
2003-01-23 03:21 brodsom
A src/intl/conversions
A src/intl/conversions/tx437_865.h
A src/intl/conversions/tx437_lat1.h
A src/intl/conversions/tx865_lat1.h
Create conversions directory
2003-01-23 03:21 brodsom
A src/intl/collations
A src/intl/collations/ascii.h
A src/intl/collations/ascii2.h
A src/intl/collations/bl88591ca0.h
A src/intl/collations/bl88591da0.h
A src/intl/collations/bl88591de0.h
A src/intl/collations/bl88591es0.h
A src/intl/collations/bl88591fi0.h
A src/intl/collations/bl88591fr0.h
A src/intl/collations/bl88591is0.h
A src/intl/collations/bl88591it0.h
A src/intl/collations/bl88591nl0.h
A src/intl/collations/bl88591no0.h
A src/intl/collations/bl88591pt0.h
A src/intl/collations/bl88591sv0.h
A src/intl/collations/bl88591uk0.h
A src/intl/collations/bl88591us0.h
A src/intl/collations/blNEXTde0.h
A src/intl/collations/blNEXTes0.h
A src/intl/collations/blNEXTfr0.h
A src/intl/collations/blNEXTit0.h
A src/intl/collations/blNEXTus0.h
A src/intl/collations/db437de0.h
A src/intl/collations/db437es1.h
A src/intl/collations/db437fi0.h
A src/intl/collations/db437fr0.h
A src/intl/collations/db437it0.h
A src/intl/collations/db437nl0.h
A src/intl/collations/db437sv0.h
A src/intl/collations/db437uk0.h
A src/intl/collations/db437us0.h
A src/intl/collations/db850cf0.h
A src/intl/collations/db850de0.h
A src/intl/collations/db850es0.h
A src/intl/collations/db850fr0.h
A src/intl/collations/db850it1.h
A src/intl/collations/db850nl0.h
A src/intl/collations/db850pt0.h
A src/intl/collations/db850sv1.h
A src/intl/collations/db850uk0.h
A src/intl/collations/db850us0.h
A src/intl/collations/db852cz0.h
A src/intl/collations/db852hdc.h
A src/intl/collations/db852po0.h
A src/intl/collations/db852sl0.h
A src/intl/collations/db857tr0.h
A src/intl/collations/db860pt0.h
A src/intl/collations/db863cf1.h
A src/intl/collations/db865da0.h
A src/intl/collations/db865no0.h
A src/intl/collations/db866ru0.h
A src/intl/collations/pd437intl.h
A src/intl/collations/pd437swedfin.h
A src/intl/collations/pd852czech.h
A src/intl/collations/pd852hundc.h
A src/intl/collations/pd852polish.h
A src/intl/collations/pd852slovene.h
A src/intl/collations/pd857turk.h
A src/intl/collations/pd861iceland.h
A src/intl/collations/pd865nordan40.h
A src/intl/collations/pd866cyrr.h
A src/intl/collations/pw1250czech.h
A src/intl/collations/pw1250hun.h
A src/intl/collations/pw1250hundc.h
A src/intl/collations/pw1250polish.h
A src/intl/collations/pw1250slov.h
A src/intl/collations/pw1251cyrr.h
A src/intl/collations/pw1252i850.h
A src/intl/collations/pw1252intl.h
A src/intl/collations/pw1252nor4.h
A src/intl/collations/pw1252span.h
A src/intl/collations/pw1252swfn.h
A src/intl/collations/pw1253greek1.h
A src/intl/collations/pw1254turk.h
A src/intl/collations/undef.h
A src/intl/collations/xx1251_ua.h
A src/intl/collations/xx88592czech.h
Create collations directory
2003-01-23 03:19 brodsom
A src/intl/charsets
A src/intl/charsets/cs_437.h
A src/intl/charsets/cs_850.h
A src/intl/charsets/cs_852.h
A src/intl/charsets/cs_857.h
A src/intl/charsets/cs_860.h
A src/intl/charsets/cs_861.h
A src/intl/charsets/cs_863.h
A src/intl/charsets/cs_865.h
A src/intl/charsets/cs_big5.h
A src/intl/charsets/cs_cyrl.h
A src/intl/charsets/cs_gb2312.h
A src/intl/charsets/cs_jis_0208_1990.h
A src/intl/charsets/cs_ksc5601.h
A src/intl/charsets/cs_latin1.h
A src/intl/charsets/cs_latin2.h
A src/intl/charsets/cs_next.h
A src/intl/charsets/cs_sjis.h
A src/intl/charsets/cs_w1250.h
A src/intl/charsets/cs_w1251.h
A src/intl/charsets/cs_w1252.h
A src/intl/charsets/cs_w1253.h
A src/intl/charsets/cs_w1254.h
Create charsets directory
2003-01-22 16:37 alexpeshkoff
M src/dsql/user_dsql.cpp
M src/jrd/alt.cpp
M src/jrd/perf.cpp
M src/jrd/perf_proto.h
M src/jrd/why.cpp
M src/jrd/why_proto.h
M src/remote/interface.cpp
M src/remote/remote.h
M src/remote/server.cpp
M src/utilities/gsec.cpp
M src/utilities/secur_proto.h
Finished y-valve C++ conversion cleanup
2003-01-22 00:17 arnobrinkman
M src/jrd/cmp.cpp
M src/jrd/opt.cpp
More and better optimizations with "complex" JOIN queries (LEFT JOIN, views, sp etc...).
bugfix: An SORT can't be generated when there are already RSBs on the stack, because this will lead to strange values. See also SF BUG # [ 221921 ].
2003-01-21 23:06 fsg
M ChangeLog
Updated ChangeLog
2003-01-21 16:58 alexpeshkoff
M src/ipserver/ipc.h
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
Cleanup
2003-01-21 12:22 dimitr
M src/jrd/all.cpp
Fixed wrong iterator test. Thanks to Tomas Skoda.
2003-01-21 12:19 dimitr
M src/common/classes/alloc.cpp
Cleanup.
2003-01-21 11:10 dimitr
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/common_classic.dsp
Updated project files.
2003-01-21 11:08 dimitr
M src/common/classes/locks.cpp
Cosmetics.
2003-01-20 23:05 fsg
M ChangeLog
Updated ChangeLog
2003-01-20 18:38 alexpeshkoff
A src/common/classes/locks.cpp
M src/common/classes/locks.h
Make Spinlock Win95 compatible
2003-01-20 14:31 skidder
M src/common/classes/alloc.cpp
Fixed engine compilation problem on GCC3.2.1
2003-01-20 13:51 dimitr
M src/jrd/enc.cpp
M src/jrd/isc_file.cpp
M src/jrd/svc.cpp
M src/jrd/svc_proto.h
M src/remote/window.cpp
Cleanup by Dimitry Sibiryakov.
2003-01-20 12:50 dimitr
M src/utilities/security.epp
Sigh. Yet another porting bug fixed.
2003-01-20 11:10 dimitr
M src/jrd/all.cpp
M src/jrd/all.h
M src/jrd/jrd.h
Fixed major memory leaks.
2003-01-20 11:07 dimitr
M src/jrd/os/win32/thd_priority.cpp
Let's use default memory pool in production builds. I cannot see a reason to allocate 100K for small structures of the scheduler.
2003-01-20 08:40 dimitr
M src/common/classes/alloc.cpp
Fixed dump of the memory usage stats.
2003-01-19 23:04 fsg
M ChangeLog
Updated ChangeLog
2003-01-19 18:32 kkuznetsov
M src/common/classes/locks.h
Dummy inplementation of Spin-Lock let me return to compiling on Solx86
2003-01-19 14:46 dimitr
M src/misc/writeBuildNum.sh
Getting closer to the first beta release.
2003-01-19 14:42 dimitr
M src/include/fb_types.h
One of my previous commits has broken generated ibase.h. Fixed.
2003-01-19 14:30 dimitr
M builds/win32/fbclient.def
M builds/win32/fbclient_debug.def
M src/jrd/alt.cpp
M src/jrd/ibase.h
M src/jrd/utl.cpp
M src/jrd/utl_proto.h
Let's return version of the client library via API. Interface is IB7-compliant.
2003-01-19 14:12 dimitr
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/remote.dsp
M builds/win32/msvc6/remote_classic.dsp
Link with XNET support.
2003-01-19 12:28 dimitr
M src/jrd/gds.cpp
Cleanup.
2003-01-19 12:18 dimitr
M src/ipserver/ipclient.cpp
M src/remote/interface.cpp
M src/remote/remote.h
M src/remote/server.cpp
M src/remote/srvr_w32.cpp
M src/remote/window.cpp
M src/remote/window.h
M src/remote/xnet.cpp
M src/remote/xnet.h
M src/remote/xnet_proto.h
XNET support on win32. Untested.
2003-01-19 11:46 dimitr
M src/ipserver/ipclient.cpp
M src/ipserver/ips.h
Cleanup.
2003-01-19 11:44 dimitr
M src/jrd/isc_f_proto.h
M src/jrd/isc_file.cpp
Temporary hack to make XNET working as a true remote protocol and be able to use both XNET and IPC.
2003-01-18 23:06 fsg
M ChangeLog
Updated ChangeLog
2003-01-18 21:45 skidder
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/classes/class_test.cpp
M src/common/classes/test.sh
M src/dsql/dsql.tab.h
M src/jrd/all.cpp
M src/jrd/all.h
M src/jrd/inf.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
Memory manager changes - added memory usage stats, empty extents are now deallocated
2003-01-18 19:50 dimitr
M src/intl/ld.h
M src/remote/property.cpp
Cleanup.
2003-01-18 19:43 dimitr
M src/include/firebird.h
M src/include/gen/autoconfig_msvc.h
M src/jrd/shrinit.cpp
Cleanup.
2003-01-18 19:39 dimitr
M src/dsql/dsql.h
M src/dsql/keywords.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/include/fb_types.h
M src/include/firebird.h
M src/jrd/jrd.cpp
M src/jrd/jrd.h
Cleanup.
2003-01-18 19:25 dimitr
D src/jrd/dllshell.cpp
Removed unused win16 module.
2003-01-18 19:21 dimitr
M builds/win32/msvc6/Firebird2.dsw
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/fb_inet_server.dsp
M builds/win32/msvc6/fb_lock_print.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbguard.dsp
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc6/gbak.dsp
M builds/win32/msvc6/gdef.dsp
M builds/win32/msvc6/gfix.dsp
M builds/win32/msvc6/gpre.dsp
M builds/win32/msvc6/gpre_boot.dsp
M builds/win32/msvc6/gsec.dsp
M builds/win32/msvc6/gstat.dsp
M builds/win32/msvc6/ib_udf.dsp
M builds/win32/msvc6/ib_util.dsp
M builds/win32/msvc6/instreg.dsp
M builds/win32/msvc6/instsvc.dsp
M builds/win32/msvc6/intl.dsp
M builds/win32/msvc6/isql.dsp
M builds/win32/msvc6/qli.dsp
Updated project files:
1. Cleaned up used import libraries.
2. Winsock2 is used.
3. Embedded engine now supports true local access.
2003-01-18 18:43 dimitr
M src/common/classes/alloc.cpp
M src/common/classes/tree.h
Removed compiler warnings.
2003-01-18 18:19 dimitr
M src/jrd/why.cpp
M src/remote/allr.cpp
Further development of the embedded engine.
2003-01-18 18:02 dimitr
M src/common/classes/alloc.h
M src/jrd/cch.cpp
M src/jrd/dfw.epp
M src/jrd/old.cpp
M src/jrd/pag.cpp
M src/jrd/rse.cpp
M src/jrd/sdw.cpp
M src/jrd/sort.cpp
M src/jrd/sort_mem.cpp
Undone.
2003-01-18 16:44 dimitr
D src/jrd/os2.cpp
Removed PIO layer for OS/2.
2003-01-18 16:44 dimitr
M src/jrd/cch.cpp
M src/jrd/vio.cpp
Some changes related to aliases.
2003-01-18 16:31 dimitr
M src/jrd/cch.cpp
M src/jrd/jrd.cpp
Some changes related to aliases.
2003-01-18 15:22 dimitr
M src/jrd/pag.cpp
M src/jrd/rse.cpp
M src/jrd/sdw.cpp
Reverted some allocations back to system instead of the default pool.
2003-01-18 15:16 dimitr
M src/jrd/old.cpp
Reverted some allocations back to system instead of the default pool.
2003-01-18 15:13 dimitr
M src/jrd/dfw.epp
Reverted some allocations in the DFW manager back to system instead of the default pool.
2003-01-18 15:10 dimitr
M src/jrd/cch.cpp
Reverted allocations in the cache manager back to system instead of the default pool.
2003-01-18 15:03 dimitr
M src/jrd/sort.cpp
Reverted allocations in the sort module back to system instead of the default pool. Look at Dave's comments in sort_alloc.
2003-01-18 14:57 dimitr
M src/jrd/sort_mem.cpp
Allocate sort space from system, not from the default pool.
2003-01-18 14:56 dimitr
M src/common/classes/alloc.h
Expose routines for allocation from system. Various temp buffers shouldn't go through the pool implementation.
2003-01-18 14:54 dimitr
M src/jrd/rse.cpp
Use in-memory sorting for merges.
2003-01-17 23:06 fsg
M ChangeLog
Updated ChangeLog
2003-01-17 13:46 dimitr
M src/jrd/rse.cpp
Fixed problem with uninitialized structure.
2003-01-17 12:52 dimitr
M src/dsql/metd.epp
Fixed porting bug which caused zero to be returned as bytes-per-character value.
2003-01-17 12:47 skidder
M src/dsql/pass1.cpp
Fix intermittent bug in aggregate reference tracking
2003-01-17 12:40 dimitr
M src/dsql/ddl.cpp
Rolled back previous commit.
2003-01-17 11:11 dimitr
M src/dsql/ddl.cpp
Restored compatibility with FB1. Index name is no longer assigned automatically for constraints.
2003-01-17 09:59 dimitr
M src/common/classes/alloc.cpp
Fixed problems with the memory manager. Oddly enough, but the server seems to work ;-)
2003-01-17 09:54 dimitr
M builds/win32/msvc6/Firebird2.dsw
M builds/win32/msvc6/common.dsp
A builds/win32/msvc6/common_classic.dsp
Updated project files.
2003-01-17 09:03 dimitr
M builds/win32/msvc6/common.dsp
Updated project files.
2003-01-17 08:47 dimitr
M src/iscguard/iscguard.cpp
M src/iscguard/iscguard.h
Cleanup.
2003-01-17 07:11 dimitr
M src/jrd/os/win32/thd_priority.cpp
Fixed memory pool usage.
2003-01-17 07:10 dimitr
M src/remote/remote.cpp
Fixed linkage type.
2003-01-17 07:09 dimitr
M src/jrd/sort_mem.cpp
Cleanup.
2003-01-17 06:59 dimitr
M src/include/firebird.h
no message
2003-01-17 06:41 dimitr
M src/common/classes/alloc.cpp
Fixed a typo.
2003-01-16 23:02 fsg
M ChangeLog
Updated ChangeLog
2003-01-16 17:47 skidder
M builds/posix/Makefile.in.libfbclient
M builds/posix/Makefile.in.libfbcommon
M builds/posix/make.shared.variables
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/all.cpp
M src/alice/all.h
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/classes/class_perf.cpp
M src/common/classes/class_test.cpp
M src/common/classes/test.sh
M src/common/classes/tree.h
M src/common/config/config.cpp
D src/common/memory
M src/dsql/all.h
M src/dsql/alld.cpp
M src/dsql/dsql.cpp
M src/dsql/hsh.cpp
M src/include/fb_blk.h
M src/include/fb_list.h
M src/include/fb_map.h
M src/include/fb_string.h
M src/include/fb_vector.h
M src/ipserver/ipserver.cpp
M src/jrd/all.cpp
M src/jrd/all.h
M src/jrd/blb.cpp
M src/jrd/block_cache.h
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/db_alias.cpp
M src/jrd/dfw.epp
M src/jrd/dyn.epp
M src/jrd/exe.h
M src/jrd/fun.epp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/intl_builtin.cpp
M src/jrd/intl_classes.h
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/lck.h
M src/jrd/met.epp
M src/jrd/old.cpp
M src/jrd/os/path_utils.h
M src/jrd/os/thd_priority.h
M src/jrd/pag.cpp
M src/jrd/plugin_manager.cpp
M src/jrd/rse.cpp
M src/jrd/sdw.cpp
M src/jrd/sort.cpp
M src/jrd/sort_mem.cpp
M src/jrd/svc.cpp
M src/jrd/tra.cpp
M src/jrd/val.cpp
M src/remote/inet_server.cpp
M src/remote/xdr.cpp
M src/remote/xdr.h
M src/remote/xdr_proto.h
M src/utilities/dba.epp
Integrate new memory manager into the engine
2003-01-16 16:34 skidder
M configure.in
Fix typo in my latest commit
2003-01-16 16:28 skidder
M configure.in
M src/make.new/config/config.h.in
Add FB_IPC_NAME parameter
2003-01-16 13:53 dimitr
D src/jrd/windows.cpp
Removed PIO for win16.
2003-01-15 23:03 fsg
M ChangeLog
Updated ChangeLog
2003-01-15 14:10 dimitr
M src/common/config/config.cpp
M src/common/config/config.h
M src/ipserver/ipc.h
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
M src/remote/inet.cpp
M src/remote/wnet.cpp
M src/remote/xnet.cpp
New config values.
2003-01-15 13:42 dimitr
M src/ipserver/ipc.h
Added IPC prefix to the autoconf stuff.
2003-01-15 13:34 dimitr
M src/include/gen/autoconfig_msvc.h
Added IPC prefix to the autoconf stuff.
2003-01-15 12:25 dimitr
M src/iscguard/iscguard.cpp
Changed class and window names to identify us properly.
2003-01-15 12:25 dimitr
M src/ipserver/ipc.h
Changed IPC map prefix. This change obviously breaks compatibility via local protocol with IB6/FB1 clients.
Any thoughts whether it's appropriate for us or not?
2003-01-15 12:20 dimitr
M src/utilities/install_nt.h
Changed services names to identify us properly.
2003-01-15 12:19 dimitr
M src/remote/window.cpp
M src/remote/window.h
Changed class and window names to identify us properly.
The only thing that still doesn't allow us to run with IB/FB1 simultaneously is IPC map name.
2003-01-15 12:15 dimitr
M src/remote/server.cpp
no message
2003-01-15 12:13 dimitr
M src/include/gen/blrtable.h
New BLR verb for parametrized events.
2003-01-15 12:11 dimitr
M src/jrd/why.cpp
Cleanup of my old changes that were never used.
2003-01-15 12:08 dimitr
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/par.cpp
M src/jrd/req.h
Added support for parametrized events and runtime trigger action checks.
2003-01-15 12:02 dimitr
M src/jrd/misc_func_ids.h
no message
2003-01-15 12:00 dimitr
M src/dsql/dsql.tab.h
M src/dsql/gen.cpp
M src/dsql/keywords.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
1. Reworked internal info stuff once more.
2. Added DSQL support for parametrized events.
3. Fixed bug with cursors in triggers.
4. Added support for runtime trigger action checks (INSERTING/UPDATING/DELETING).
5. Fixed bug with concatenation and trashed RDB$FIELD_LENGTH.
2003-01-15 11:57 dimitr
M src/dsql/dsql.cpp
M src/dsql/misc_func.cpp
M src/dsql/misc_func.h
Reworked internal info stuff.
2003-01-15 11:40 dimitr
M src/jrd/blr.h
M src/jrd/blrtable.cpp
New BLR verb for parametrized events.
2003-01-14 23:01 fsg
M ChangeLog
Updated ChangeLog
2003-01-14 13:47 dimitr
M src/dsql/dsql.cpp
Remove REQ_SAVEPOINT from allowed requests in EXECUTE STATEMENT.
2003-01-12 23:06 fsg
M ChangeLog
Updated ChangeLog
2003-01-12 22:33 arnobrinkman
M src/jrd/opt.cpp
bugfix: SF BUG # [ 221921 ] ORDER BY has no effect
2003-01-12 20:27 arnobrinkman
M src/dsql/pass1.cpp
bugfix: SF BUG # [ 213859 ] Subquery connected with 'IN' clause
2003-01-12 18:16 alexpeshkoff
M src/alice/alice.h
M src/alice/exe.cpp
M src/alice/tdr.cpp
M src/alice/tdr_proto.h
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/dsql_proto.h
M src/dsql/prepa_proto.h
M src/dsql/preparse.cpp
M src/dsql/user__proto.h
M src/dsql/user_dsql.cpp
Cleanup of mixed use of macro FRBRD and struct why_hndl
2003-01-12 16:29 arnobrinkman
M src/dsql/pass1.cpp
bugfix on my latest commits
2003-01-12 15:33 alexpeshkoff
M src/common/config/config.cpp
M src/common/config/config.h
M src/jrd/jrd.cpp
M src/jrd/os/win32/thd_priority.cpp
Added config file parameters, controlling threads' priorities scheduler
2003-01-12 13:55 arnobrinkman
M src/jrd/opt.cpp
Reworked the last bugfix by dmitry
2003-01-12 00:41 arnobrinkman
M src/dsql/parse.cpp
bugfix on my latest commits
2003-01-11 23:06 fsg
M ChangeLog
Updated ChangeLog
2003-01-11 19:04 dimitr
M src/jrd/opt.cpp
1. More proper implementation of my last bugfix.
2. Fixed known problems with explicit plans.
2003-01-11 18:02 dimitr
M src/jrd/opt.cpp
Fix for the optimizer issue with compound indices. Leave it up to Arno to decide whether this fix is correct or not.
2003-01-11 02:49 arnobrinkman
M src/dsql/pass1.cpp
Introduce backwards compatibilty within aggregates.
Deepest field inside aggregate determine where an aggregate-context should belong too.
2003-01-10 23:06 fsg
M ChangeLog
Updated ChangeLog
2003-01-10 21:37 skidder
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/classes/class_perf.cpp
M src/common/classes/class_test.cpp
M src/common/classes/locks.h
M src/common/classes/test.sh
Little fixes in MemoryPool implementation
2003-01-10 12:27 dimitr
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
Fixed MemoryPool implementation.
2003-01-09 23:05 fsg
M ChangeLog
Updated ChangeLog
2003-01-09 19:47 skidder
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/classes/class_test.cpp
Prepare new memory manager for integration into the engine core
2003-01-09 16:50 skidder
M src/dsql/parse.y
M src/dsql/pass1.cpp
Allow arbitrary expressions in ORDER-BY clause
2003-01-07 23:12 fsg
M ChangeLog
Updated ChangeLog
2003-01-07 16:35 skidder
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/classes/class_perf.cpp
M src/common/classes/class_test.cpp
A src/common/classes/locks.h
M src/common/classes/test.sh
M src/common/classes/tree.h
Further class library development. Added memory pool locking and line number allocation information
2003-01-06 23:11 fsg
M ChangeLog
Updated ChangeLog
2003-01-06 17:35 alexpeshkoff
M src/common/classes/alloc.cpp
M src/common/classes/class_perf.cpp
M src/common/classes/class_test.cpp
Make it compile with MSVC6
2003-01-04 23:04 fsg
M ChangeLog
Updated ChangeLog
2003-01-04 17:18 skidder
M src/jrd/why.cpp
Make engine compile on POSIX again
2003-01-04 17:10 skidder
M builds/posix/Makefile.in.firebird
Make engine compile on POSIX again
2003-01-03 23:05 fsg
M ChangeLog
Updated ChangeLog
2003-01-03 16:03 skidder
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/classes/class_perf.cpp
M src/common/classes/class_test.cpp
M src/common/classes/test.sh
M src/common/classes/tree.h
Further class library development. MemoryPool works now
2003-01-03 12:52 alexpeshkoff
M src/alice/alice.h
M src/alice/aliceswi.h
M src/burp/burp.cpp
M src/burp/burpswi.h
M src/gpre/gpre.h
M src/include/jrd/gds.h
M src/pipe/head.cpp
M src/qli/dtr.h
M src/remote/chop.cpp
M src/remote/ibconfig.cpp
M src/remote/property.cpp
Don't include internals of struct why_hndl where it is not required.
2003-01-03 12:49 alexpeshkoff
M src/jrd/dbt.cpp
M src/jrd/flu.cpp
M src/jrd/flu_proto.h
M src/jrd/gds.h
M src/jrd/ibase.h
M src/jrd/isc.cpp
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/unix.cpp
M src/jrd/vio.cpp
M src/jrd/why.cpp
M src/jrd/y_handle.h
A src/jrd/y_ref.h
1. Don't include internals of struct why_hndl where it is nit required.
2. CONST fixup in why.cpp & flu.cpp.
2003-01-02 23:06 fsg
M ChangeLog
Updated ChangeLog
2003-01-02 16:02 skidder
M builds/posix/Makefile.in.extlib
M src/extlib/ib_util.h
M src/extlib/ib_util.pas
Make standard UDF libraries functions involving memory allocation work on Linux
2002-12-31 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-12-31 19:32 nmcc
M src/jrd/common.h
Only need ib_stdio/sfio with superserver.
2002-12-31 18:52 nmcc
A src/install/arch-specific/solaris
A src/install/arch-specific/solaris/Makefile.in
keep configure happy.
2002-12-31 18:15 nmcc
M builds/posix/prefix.solaris
M configure.in
Move sfio test to Solaris specific location.
Change to --with-sfio=path_to_sfio defaulting to no and substitute values
in to makefiles.
This allows Classic to be built and run without sfio using standard Solaris
stdio while problems between sfio, ib_stdio etc and C++ are sorted out for
superserver.
2002-12-31 00:12 arnobrinkman
M src/jrd/opt.cpp
more cosmetic changes to opt.cpp
bugfix: When UNIONS where used in a VIEW and that VIEW was used in the where clause inside an sub-select then the engine crashed !!
2002-12-30 23:03 fsg
M ChangeLog
Updated ChangeLog
2002-12-30 18:53 skidder
M src/remote/xdr.cpp
Fixed FB XDR double representation for Linux server and client. This fixes numerous bugs with double precision columns and UDF's when using Linux server and Jaybird or Windows client
2002-12-30 16:00 nmcc
A builds/posix/prefix.solaris
Firebird2 make rules for Solaris Sparc.
2002-12-30 15:46 nmcc
M src/common/memory/memory_pool.cpp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
Use system system anon mmap on Solaris where supported ie: >= Solaris8
otherwise use orginal FB1 version.
2002-12-29 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-12-29 22:26 arnobrinkman
M src/dsql/dsql.cpp
bugfix: PLAN wasn't correctly returned. bug probable introduced by c to c++ port.
2002-12-29 15:34 nmcc
M src/jrd/isc_file.cpp
Put back useful comment lost in code cleanup.
2002-12-29 15:29 nmcc
M src/jrd/ib_stdio.h
Avoid ib_stdio on all Solaris platforms.
2002-12-29 15:23 nmcc
M src/jrd/common.h
Remove test for HP10 from middle of sun/Solaris block.
2002-12-29 14:59 nmcc
M builds/posix/Makefile.in.firebird
Do not replace users exisiting LD_LIBRARY_PATH
2002-12-29 14:18 nmcc
M builds/posix/Makefile.in.refDatabases
Remove any existing link otherwise ln fails on Solaris.
2002-12-29 14:15 nmcc
M configure.in
Update Solaris Sparc options.
2002-12-29 13:28 nmcc
M src/jrd/why.cpp
Add Solaris to list not supporting V3 databases via bridge code.
2002-12-29 01:45 nmcc
M src/burp/restore.epp
Fix new compiler error in sparc specific code.
2002-12-29 01:38 nmcc
M builds/posix/Makefile.in.extlib
M builds/posix/make.rules
M builds/posix/prefix.darwin
M builds/posix/prefix.freebsd
M builds/posix/prefix.linux
M builds/posix/prefix.mingw
M builds/posix/prefix.sinixz
Move platform specific ld option to platform makefiles.
2002-12-28 23:02 fsg
M ChangeLog
Updated ChangeLog
2002-12-28 00:20 arnobrinkman
M src/jrd/opt.cpp
bugfix: OUTER JOINs and no current record for fetch operation, caused by previous optimizer change
2002-12-24 23:03 fsg
M ChangeLog
Updated ChangeLog
2002-12-24 18:14 skidder
M src/jrd/met.epp
Fix for crash during procedure alteration
2002-12-23 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-12-23 17:10 dimitr
M src/jrd/dfw.epp
Fixed bug in my previous commit.
2002-12-23 15:50 dimitr
M src/common/config/config.cpp
Changed default values.
2002-12-23 15:49 dimitr
M src/jrd/dfw.epp
M src/jrd/dfw_proto.h
M src/jrd/tra.h
Internal support for deferred work arguments.
2002-12-23 11:23 dimitr
M src/jrd/blr.h
M src/jrd/par.cpp
Removed unused BLR codes. This code space should be reused later.
2002-12-22 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-12-22 19:45 nmcc
M builds/posix/Makefile.in.firebird
Remove gpre generated files when doing a make clean.
2002-12-22 14:19 alexpeshkoff
M src/jrd/vio.cpp
My code cleanup to standard style
2002-12-22 13:32 alexpeshkoff
M src/jrd/why.cpp
Few type-casting fixes
2002-12-22 13:08 alexpeshkoff
M src/jrd/dyn_def.epp
M src/jrd/gds_proto.h
M src/jrd/met.epp
Removed pSCHAR - not needed any more.
2002-12-22 12:18 alexpeshkoff
M src/remote/interface.cpp
Reverted my incorrect change.
2002-12-22 11:42 alexpeshkoff
M src/dsql/ddl_proto.h
M src/jrd/y_handle.h
Fixed problem with
extern "C" DDL_resolve_intl_type
2002-12-22 01:54 hippoman
M builds/win32/msvc7/Firebird2.sln
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
Fixed the MSVC7 build, why.c has been removed
2002-12-19 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-12-19 14:48 dimitr
M src/dsql/parse.cpp
M src/dsql/parse.y
Now we understand single-line comments (--) in any position of the SQL statement.
2002-12-19 13:14 dimitr
M src/dsql/parse.cpp
M src/dsql/parse.y
Prepared parser to allow non-reserved words as valid symbol names.
2002-12-19 13:08 dimitr
M src/dsql/dsql.tab.h
no message
2002-12-19 08:57 dimitr
M src/dsql/parse.y
no message
2002-12-18 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-12-18 15:01 dimitr
M src/dsql/ddl.cpp
M src/dsql/dsql.h
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
Fixed bug with BREAK and partially implemented labels and LEAVE statement.
2002-12-17 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-12-17 19:42 skidder
M src/common/classes/alloc.cpp
Further class library development
2002-12-17 14:58 skidder
M src/jrd/gdsold.h
M src/jrd/utl.cpp
M src/jrd/utl_proto.h
M src/jrd/why.cpp
M src/qli/command.cpp
M src/qli/dtr.cpp
M src/qli/dtr.h
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/exe.h
M src/qli/exe_proto.h
M src/qli/format.cpp
M src/qli/gener.cpp
M src/qli/lex.cpp
M src/qli/lex_proto.h
M src/qli/meta.epp
M src/qli/meta_proto.h
M src/qli/parse.h
M src/qli/proc.epp
M src/qli/proc_proto.h
M src/qli/show.epp
Make QLI compile after why.c-->why.cpp change
2002-12-17 11:58 eku
M src/qli/dtr.cpp
M src/qli/eval.cpp
Several little changes to make engine compilable again on POSIX.
2002-12-16 23:54 arnobrinkman
M src/dsql/metd.epp
fix so that win32/msvc6 builds works again
2002-12-16 23:07 fsg
M ChangeLog
Updated ChangeLog
2002-12-16 21:19 skidder
M builds/posix/Makefile.in.boot.gpre
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.jrd
M builds/posix/make.shared.targets
M builds/posix/make.shared.variables
M builds/posix/prefix.linux
M src/burp/restore.epp
M src/dsql/dsql.tab.h
M src/dsql/parse.cpp
M src/include/fb_blk.h
M src/jrd/build_no.h
M src/jrd/flu.cpp
M src/jrd/gds.cpp
M src/jrd/ibase.h
D src/jrd/why.c
M src/jrd/why.cpp
M src/utilities/rmet.epp
M src/utilities/rstore.epp
M src/utilities/security.epp
Several little changes to make engine compilable again on Linux
2002-12-16 18:33 skidder
M src/common/classes/alloc.cpp
M src/common/classes/alloc.h
M src/common/classes/class_test.cpp
M src/common/classes/test.sh
M src/common/classes/tree.h
Further class library development
2002-12-16 17:01 alexpeshkoff
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/fbclient.dsp
M src/utilities/dba_full.epp
M src/utilities/gsec.cpp
M src/utilities/rmet.epp
M src/utilities/rstore.epp
M src/utilities/secur_proto.h
M src/utilities/security.epp
Rename all links to why.cpp handle to struct why_hndl * (or FRBRD *)
2002-12-16 16:52 alexpeshkoff
M src/qli/lex.cpp
M src/remote/chop.cpp
M src/remote/ibconfig.cpp
M src/remote/interface.cpp
M src/remote/property.cpp
M src/remote/remote.h
M src/remote/server.cpp
Rename all links to why.cpp handle to struct why_hndl * (or FRBRD *)
2002-12-16 16:44 alexpeshkoff
M src/pipe/head.cpp
Rename all links to why.cpp handle to struct why_hndl * (or FRBRD *)
2002-12-16 16:35 alexpeshkoff
A src/jrd/why.cpp
A src/jrd/y_handle.h
Rename all links to why.cpp handle to struct why_hndl * (or FRBRD *)
Why.c => Why.cpp
2002-12-16 16:25 alexpeshkoff
M src/jrd/alt.cpp
M src/jrd/blb_proto.h
M src/jrd/cmp_proto.h
M src/jrd/dbt.cpp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_util.epp
M src/jrd/flu.cpp
M src/jrd/flu_proto.h
M src/jrd/gds.cpp
M src/jrd/gds.h
M src/jrd/gds_proto.h
M src/jrd/gdsold.h
M src/jrd/ibase.h
M src/jrd/isc.cpp
M src/jrd/met.epp
M src/jrd/perf.cpp
M src/jrd/perf_proto.h
M src/jrd/pwd.cpp
M src/jrd/req.h
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/tra.cpp
M src/jrd/tra_proto.h
M src/jrd/unix.cpp
M src/jrd/utl.cpp
M src/jrd/utl_proto.h
M src/jrd/vio.cpp
M src/jrd/why_proto.h
Rename all links to why.cpp handle to struct why_hndl * (or FRBRD *)
Fixed bug #625899 - bugcheck 291
2002-12-16 16:25 alexpeshkoff
M src/alice/alice_meta.epp
M src/burp/backup.epp
M src/burp/restore.epp
M src/dsql/array.epp
M src/dsql/blob.epp
M src/dsql/metd.epp
M src/dudley/exe.epp
M src/dudley/extract.epp
M src/gpre/gpre_meta.epp
Sorry for wrong DATABASE directive :-(
2002-12-16 16:06 alexpeshkoff
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql_proto.h
M src/isql/show.epp
M src/isql/show_proto.h
Rename all links to why.cpp handle to struct why_hndl * (or FRBRD *)
2002-12-16 15:59 alexpeshkoff
M src/gpre/c_cxx.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/include/jrd/gds.h
M src/ipserver/ipc.h
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
Rename all links to why.cpp handle to struct why_hndl * (or FRBRD *)
2002-12-16 15:44 alexpeshkoff
M src/dudley/exe.epp
M src/dudley/extract.epp
M src/dudley/lex.cpp
M src/dudley/lex_proto.h
Rename all links to why.cpp handle to struct why_hndl *
2002-12-16 15:38 alexpeshkoff
M src/dsql/array.epp
M src/dsql/blob.epp
M src/dsql/ddl.cpp
M src/dsql/ddl_proto.h
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/dsql_proto.h
M src/dsql/keywords.cpp
M src/dsql/metd.epp
M src/dsql/metd_proto.h
M src/dsql/parse.y
M src/dsql/pass1_proto.h
M src/dsql/prepa_proto.h
M src/dsql/preparse.cpp
M src/dsql/user__proto.h
M src/dsql/user_dsql.cpp
Rename all links to why.cpp handle to struct why_hndl *
Warning! Don't commit parse.cpp and dsql.tab.h, because:
1. I use another YACC version.
2. They must be removed from CVS at all.
Execute STATEMENT also here
2002-12-16 15:24 alexpeshkoff
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burpswi.h
M src/burp/restore.epp
Rename all links to why.cpp handle to struct why_hndl *
2002-12-16 15:16 alexpeshkoff
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/aliceswi.h
M src/alice/all.cpp
M src/alice/exe.cpp
M src/alice/tdr.cpp
M src/alice/tdr_proto.h
Rename all links to why.cpp handle to struct why_hndl *
2002-12-16 00:48 arnobrinkman
M src/dsql/ddl.cpp
bugfix previous added code. correct way of retrieving length for
an variable inside SP/Trigger. This was needed for CASE expressions.
2002-12-16 00:45 arnobrinkman
M src/jrd/opt.cpp
another bugfix Alpha5 "no current record for fetch operation"
Added code so that more index-retrieval can be used.
Cases where an LEFT OUTER JOIN messed-up the optimizer should be much lower.
Example :
SELECT * FROM
SomeTable t1
LEFT JOIN AnotherTable t2 ON (t1.PK_Key = t2.FK_Key)
JOIN AnotherTable t3 ON (t1.PK_Key = t3.FK_Key)
This change fixed also BUG SF #219525.
2002-12-15 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-12-15 13:03 dimitr
M src/jrd/btr.cpp
Cleanup.
2002-12-14 23:03 fsg
M ChangeLog
Updated ChangeLog
2002-12-14 21:43 skidder
A src/common/classes
A src/common/classes/alloc.cpp
A src/common/classes/alloc.h
A src/common/classes/class_perf.cpp
A src/common/classes/class_test.cpp
A src/common/classes/test.sh
A src/common/classes/tree.h
A src/common/classes/vector.h
First little pieces of new Firebird class library implementation
2002-12-13 23:05 fsg
M ChangeLog
Updated ChangeLog
2002-12-13 14:50 dimitr
M src/gpre/pretty.cpp
Cleanup.
2002-12-13 14:12 dimitr
M src/qli/meta.epp
Let's learn QLI to understand BIGINT datatype.
2002-12-13 14:04 dimitr
M src/qli/gener.cpp
Let's learn CLI to understand BIGINT datatype.
2002-12-13 13:41 dimitr
M src/jrd/dsc.cpp
Cleanup.
2002-12-13 11:09 dimitr
M src/jrd/dls.cpp
M src/jrd/jrd.cpp
Moved temporary hack from jrd.cpp to dls.cpp.
2002-12-13 02:02 arnobrinkman
M src/dsql/ddl.cpp
bugfix: length of text variables inside procs/triggers wasn't copied to descriptor structure.
2002-12-12 23:06 fsg
M ChangeLog
Updated ChangeLog
2002-12-12 12:08 dimitr
M builds/posix/Makefile.in.boot.gpre
M builds/posix/make.defaults
M builds/posix/prefix.mingw
M configure.in
Changes by Dimitry Sibiryakov.
2002-12-12 11:02 dimitr
M src/jrd/lck.cpp
Fixed broken win32 builds.
2002-12-11 23:05 fsg
M ChangeLog
Updated ChangeLog
2002-12-11 20:52 skidder
M builds/posix/Makefile.in.firebird
M builds/posix/prefix.linux
M configure.in
Little changes to build stable Linux packages
2002-12-11 16:31 skidder
M src/jrd/isc.cpp
M src/jrd/jrd.cpp
Temporary hack to make engine work until new configuration manager be able to handle directories stuff
2002-12-11 10:09 dimitr
M src/dsql/parse.y
Fixed serious bug with views I unfortunately introduced in Alpha 5 :-(
2002-12-11 09:48 dimitr
M src/burp/burp.cpp
no message
2002-12-11 09:45 dimitr
M src/dsql/gen.cpp
Cleanup.
2002-12-11 09:41 dimitr
M src/jrd/svc.cpp
no message
2002-12-11 09:39 dimitr
M src/jrd/exe.cpp
Fixed coredump when a message expression was NULL.
2002-12-11 08:35 dimitr
M builds/win32/msvc6/Firebird2.dsw
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/gpre_boot.dsp
Updated project files.
2002-12-10 23:03 fsg
M ChangeLog
Updated ChangeLog
2002-12-10 11:53 eku
M builds/posix/prefix.sinixz
M src/burp/restore.epp
M src/dsql/errd.cpp
M src/dsql/make.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/intl/cv_big5.c
M src/intl/cv_gb2312.c
M src/intl/cv_jis.c
M src/intl/cv_ksc.c
M src/intl/cv_narrow.c
M src/isql/isql.epp
M src/isql/show.epp
M src/jrd/all.cpp
M src/jrd/blrtable.cpp
M src/jrd/codes.epp
M src/jrd/event.cpp
M src/jrd/exe.cpp
M src/jrd/flu.cpp
M src/jrd/gds.cpp
M src/jrd/ini.epp
M src/jrd/isc.cpp
M src/jrd/isc_file.cpp
M src/jrd/isc_sync.cpp
M src/jrd/lck.cpp
M src/jrd/par.cpp
M src/jrd/unix.cpp
M src/jrd/vio.cpp
M src/jrd/why.c
M src/msgs/build_file.epp
M src/msgs/change_msgs.epp
M src/msgs/enter_msgs.epp
M src/msgs/modify_msgs.epp
M src/pipe/allp.cpp
M src/pipe/head.cpp
M src/remote/inet.cpp
M src/wal/walc.cpp
Removed unused variables.
2002-12-09 23:06 fsg
M ChangeLog
Updated ChangeLog
2002-12-09 01:46 nmcc
M src/install/arch-specific/linux/classic/makeInstallImage.sh.in
M src/install/arch-specific/linux/classic/preinstall.sh.in
M src/install/arch-specific/linux/classic/preuninstall.sh.in
M src/install/arch-specific/linux/super/preinstall.sh.in
Changed gds_lock_mgr to fb_lock_mgr.
2002-12-09 01:43 nmcc
M builds/posix/Makefile.in.firebird
add clean_config and clean_makefiles targets.
2002-12-09 01:38 nmcc
M builds/posix/Makefile.in.embed.lockmgr
M builds/posix/Makefile.in.refDatabases
M builds/posix/make.defaults
Change gds_lock_mgr to fb_lock_mgr as code now defaults to this.
2002-12-09 01:28 nmcc
M src/lock/lock.cpp
Improve error message to report the lock manager that was actually tried.
2002-12-07 23:03 fsg
M ChangeLog
Updated ChangeLog
2002-12-07 13:50 kkuznetsov
M builds/posix/make.defaults
M builds/posix/prefix.solx86
Adding linker option what prevent user to setting LD_LIBRARY_PATH
2002-12-07 13:49 dimitr
M src/common/config/config.cpp
M src/common/config/config.h
M src/remote/inet_server.cpp
M src/remote/window.cpp
More usage of the new config stuff.
2002-12-07 13:32 dimitr
M src/utilities/drop.cpp
More usage of the new config stuff.
2002-12-07 13:27 dimitr
M src/common/config/config.cpp
M src/common/config/config.h
M src/jrd/event.cpp
M src/lock/lock.cpp
More usage of the new config stuff.
2002-12-06 23:03 fsg
M ChangeLog
Updated ChangeLog
2002-12-06 22:14 hippoman
M src/remote/ibconfig.cpp
Bug: Fixed a buffer overrun in the isc_service_query API call at WriteIBSettings function
2002-12-06 21:35 dimitr
M src/remote/remote.cpp
M src/remote/window.cpp
More usage of the new config stuff.
2002-12-06 21:20 dimitr
M src/jrd/cmp.cpp
Restored the check - just to be safe from infinite recursions etc.
2002-12-06 21:12 dimitr
M src/common/config/config.cpp
M src/common/config/config.h
M src/jrd/jrd.cpp
More usage of the new config stuff.
2002-12-06 20:55 hippoman
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gpre_boot.vcproj
Fixing the build, added pascal and ada to gpre salad.
2002-12-06 14:30 dimitr
M builds/posix/make.defaults
Changes by Dimitry Sibiryakov.
2002-12-06 13:44 eku
M configure.in
M src/gpre/ada.cpp
M src/gpre/cmp.cpp
M src/gpre/cob.cpp
M src/gpre/exp.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpreswi.h
M src/gpre/par.cpp
M src/gpre/pat.cpp
M src/gpre/sql.cpp
M src/include/gen/autoconfig_msvc.h
M src/make.new/config/config.h.in
Removed hooks for BASIC/PL1 in gpre, as the support has been dropped
before IB4.
2002-12-06 12:34 dimitr
M src/common/config/config.cpp
M src/common/config/config.h
M src/remote/inet.cpp
More usage of the new config stuff.
2002-12-06 12:07 dimitr
M src/iscguard/iscguard.cpp
Cleanup.
2002-12-06 12:04 dimitr
M src/common/config/config.cpp
M src/jrd/os/config_root.h
M src/jrd/os/posix/config_root.cpp
M src/jrd/os/win32/config_root.cpp
Corrected config implementation.
2002-12-06 11:44 dimitr
M src/include/gen/autoconfig_msvc.h
M src/jrd/winnt.cpp
Cleanup.
2002-12-05 23:03 fsg
M ChangeLog
Updated ChangeLog
2002-12-05 22:28 arnobrinkman
M src/jrd/cmp.cpp
bugfix: release wrong memory (introduced in last commit)
2002-12-05 16:15 kkuznetsov
M builds/posix/Makefile.in.extlib
M builds/posix/Makefile.in.intl
M builds/posix/Makefile.in.libfbclient
M builds/posix/Makefile.in.libfbembed
M builds/posix/make.defaults
M builds/posix/make.rules
M builds/posix/prefix.darwin
M builds/posix/prefix.example
M builds/posix/prefix.freebsd
M builds/posix/prefix.linux
M builds/posix/prefix.mingw
M builds/posix/prefix.sinixz
M builds/posix/prefix.solx86
Moving platform dependent linker option to platform files
2002-12-04 23:09 fsg
M ChangeLog
Updated ChangeLog
2002-12-04 20:05 arnobrinkman
M src/jrd/opt.cpp
bugfix: no index was used for STARTING WITH and IS NULL comparison inside OR structures.
2002-12-04 18:56 arnobrinkman
M src/jrd/cmp.cpp
no message
2002-12-04 18:50 arnobrinkman
M src/jrd/cmp.cpp
no message
2002-12-04 18:39 arnobrinkman
M src/jrd/cmp.cpp
M src/jrd/opt.cpp
Cosmetic changes with thanks to Claudio V.
A better/logical change so that the optimizer can use indices in sub-selects and aggregate-statements.
2002-12-04 16:23 skidder
M doc/WhatsNew
Little changes in Alpha 5 changes description
2002-12-04 15:15 dimitr
M doc/WhatsNew
Added alpha 5 changes.
2002-12-04 07:07 eku
M src/jrd/par.cpp
Fixed bug introduced with FB_NELEM. Thanks to Claudio Valderr.
2002-12-04 07:06 eku
M src/intl/dtest.c
Removed unused variable.
2002-12-03 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-12-03 18:04 dimitr
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/jrd/rse.cpp
1. Implemented ORDER BY clause in subqueries.
2. Disallowed FIRST/SKIP for views.
3. Allowed zero as valid argument for FIRST.
2002-12-03 14:12 dimitr
M src/install/misc/firebird.conf
Corrected default value for the config key.
2002-12-03 13:58 eku
M configure.in
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpreswi.h
M src/include/gen/autoconfig_msvc.h
M src/make.new/config/config.h.in
Disabled gpre's BASIC and PL/1 support in configure. There's no such
implementation.
2002-12-03 13:48 skidder
M src/dsql/make.cpp
M src/dsql/parse.cpp
Oops. Forgot to enable parameter duplication in parameter bug emulation mode
2002-12-03 13:37 skidder
M src/common/config/config.cpp
M src/common/config/config.h
M src/dsql/make.cpp
M src/install/misc/firebird.conf
M src/jrd/vio.cpp
Added configuration parameter to enable older parameter ordering behavior
2002-12-03 13:27 dimitr
M src/include/gen/autoconfig_msvc.h
no message
2002-12-03 11:53 eku
D src/make.new/Makefile.in.alice
D src/make.new/Makefile.in.burp
D src/make.new/Makefile.in.client
D src/make.new/Makefile.in.common.memory
D src/make.new/Makefile.in.csv
D src/make.new/Makefile.in.dsql
D src/make.new/Makefile.in.dudley
D src/make.new/Makefile.in.example5
D src/make.new/Makefile.in.extlib
D src/make.new/Makefile.in.fbudf
D src/make.new/Makefile.in.fbutil
D src/make.new/Makefile.in.firebird
D src/make.new/Makefile.in.gpre
D src/make.new/Makefile.in.install
D src/make.new/Makefile.in.intl
D src/make.new/Makefile.in.isql
D src/make.new/Makefile.in.journal
D src/make.new/Makefile.in.jrd
D src/make.new/Makefile.in.lock
D src/make.new/Makefile.in.msgs
D src/make.new/Makefile.in.pipe
D src/make.new/Makefile.in.qli
D src/make.new/Makefile.in.refDatabases
D src/make.new/Makefile.in.remote
D src/make.new/Makefile.in.utilities
D src/make.new/Makefile.in.wal
D src/make.new/make.defaults
D src/make.new/make.rules
D src/make.new/make.shared.variables
Since the new build process is faily stable and tested, we can remove the
old, obsoleted files. If any error pops up, we still have a reference to
these file anywhere in the tree.
2002-12-03 11:48 eku
M src/utilities/create_db.cpp
Fixed compilation error.
2002-12-03 11:47 eku
M configure.in
Prepared for Alpha 5.
2002-12-03 11:20 dimitr
M src/misc/writeBuildNum.sh
Updated version string.
2002-12-03 11:09 dimitr
M builds/win32/msvc6/gpre.dsp
M builds/win32/msvc6/gpre_boot.dsp
Cleanup.
2002-12-03 10:52 eku
M src/gpre/pas.cpp
Make file compile. It's still unknown if the PASCAL support in GPRE will
work. Anyway - it compiles :-)
2002-12-03 10:14 dimitr
M src/jrd/sort.cpp
Cleanup.
2002-12-03 03:55 seanleyne
M src/jrd/ibase.h
Adding some comments regarding deprecated SPX protocol.
2002-12-03 03:47 seanleyne
M src/jrd/sort.cpp
A small code cleanup.
2002-12-02 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-12-02 13:06 eku
M src/jrd/os/posix/config_root.cpp
Synchronised POSIX build with recent changes in the configuration manager.
2002-12-02 11:17 eku
M builds/posix/Makefile.in.client.gpre
M builds/posix/Makefile.in.embed.gpre
M builds/posix/Makefile.in.gpre
M builds/posix/Makefile.in.static.gpre
M configure.in
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpreswi.h
M src/gpre/pat.cpp
M src/include/gen/autoconfig_msvc.h
M src/make.new/config/config.h.in
gpre's built-in lannguage support is now an autoconf option. C/C++ are
mandatory, all others are optional. Default all=off.
Type 'configure --help' for details.
2002-12-02 10:29 dimitr
M src/jrd/met.epp
Fixed renaming issue.
2002-12-02 10:25 kkuznetsov
M src/gpre/gpre.h
Fix boot-time refences to FTN_fini
2002-12-02 10:15 kkuznetsov
M src/jrd/gds.cpp
Fix some errors in mmap_anon for Solaris
2002-12-02 09:49 eku
M builds/posix/Makefile.in.boot.gpre
M src/gpre/gpre.h
Removed support for ADA, BASIC, COBOL, FORTRAN and PASCAL from gpre_boot.
2002-12-02 09:48 eku
M src/jrd/flu.cpp
Fixed a buffer overflow (MAXPATHLEN) and rewritten local function dirname.
2002-12-02 09:45 eku
M src/csv/csi.cpp
M src/dsql/ddl.cpp
M src/gpre/pretty.cpp
M src/intl/dtest.c
M src/intl/dtest2.c
M src/iscguard/iscguard.cpp
M src/isql/isql.epp
M src/isql/isql_win.cpp
M src/jrd/alt.cpp
M src/jrd/blob_filter.epp
M src/jrd/blrtable.cpp
M src/jrd/codes.epp
M src/jrd/dsc.cpp
M src/jrd/evl_like.cpp
M src/jrd/filters.cpp
M src/jrd/gds.cpp
M src/jrd/idx.h
M src/jrd/inuse.cpp
M src/jrd/memtest.cpp
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/jrd/sort.cpp
M src/jrd/svc.cpp
M src/jrd/utl.cpp
M src/jrd/why.c
M src/jrd/y-valve.cpp
M src/lock/lock.cpp
M src/lock/print.cpp
M src/remote/inet.cpp
M src/remote/property.cpp
Use the new macro FB_NELEM to calculate the number of elements in an array.
2002-12-02 08:25 eku
M configure.in
M src/common/config/config.cpp
M src/dudley/hsh.cpp
M src/gpre/hsh.cpp
M src/include/fb_types.h
M src/include/gen/autoconfig_msvc.h
M src/include/gen/codes.h
M src/jrd/align.cpp
M src/jrd/codes.epp
M src/jrd/gdsold.h
M src/jrd/ibase.h
M src/jrd/intl.cpp
M src/jrd/sym.cpp
M src/lock/lock.cpp
M src/make.new/config/config.h.in
M src/qli/hsh.cpp
M src/utilities/create_db.cpp
Removed inconsistencies pointed out by Claudio Valderr.
Replaced 'defined(__osf__) && defined(__alpha)' with 'SIZEOF_LONG == 8'.
New macro FB_NELEM calculates the number of elements in an array.
2002-11-30 23:05 fsg
M ChangeLog
Updated ChangeLog
2002-11-30 17:45 hippoman
M src/burp/backup.epp
M src/burp/burp.h
M src/burp/canonical.cpp
M src/burp/restore.epp
M src/dsql/blk.h
M src/dsql/ddl.cpp
M src/dsql/ddl_proto.h
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/metd.epp
M src/dsql/metd_proto.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dudley/ddl.h
M src/dudley/exe.epp
M src/dudley/expand.cpp
M src/dudley/generate.cpp
M src/dudley/parse.cpp
M src/dudley/trn.cpp
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cme.cpp
M src/gpre/cme_proto.h
M src/gpre/cmp.cpp
M src/gpre/cmp_proto.h
M src/gpre/cob.cpp
M src/gpre/exp.cpp
M src/gpre/exp_proto.h
M src/gpre/form.cpp
M src/gpre/form.h
M src/gpre/form_proto.h
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta.h
M src/gpre/gpre_meta_boot.cpp
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/gpre/jrdmet.cpp
M src/gpre/noform.cpp
M src/gpre/par.cpp
M src/gpre/par_proto.h
M src/gpre/pas.cpp
M src/gpre/sqe.cpp
M src/gpre/sqe_proto.h
M src/gpre/sql.cpp
M src/gpre/sql_proto.h
M src/jrd/blb.cpp
M src/jrd/cmp.cpp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/ext.cpp
M src/jrd/idx.cpp
M src/jrd/idx_proto.h
M src/jrd/ini.epp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/par.cpp
M src/jrd/scl.epp
M src/qli/blk.h
M src/qli/compile.cpp
M src/qli/dtr.h
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/exe.h
M src/qli/expand.cpp
M src/qli/format.cpp
M src/qli/gener.cpp
M src/qli/meta.epp
M src/qli/meta_proto.h
M src/qli/parse.cpp
M src/qli/show.epp
Changed struct fld and FLD to local module names
2002-11-30 17:30 hippoman
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/fb_lock_print.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/gdef.vcproj
M builds/win32/msvc7/gfix.vcproj
M builds/win32/msvc7/qli.vcproj
Fixed the build, isc_win32.cpp has been removed
2002-11-30 15:08 skidder
M builds/posix/prefix.mingw
M builds/win32/msvc6/alice.dsp
M builds/win32/msvc6/alice_classic.dsp
M builds/win32/msvc6/burp.dsp
M builds/win32/msvc6/burp_classic.dsp
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/dsql_server.dsp
M builds/win32/msvc6/dsql_server_classic.dsp
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/fb_inet_server.dsp
M builds/win32/msvc6/fb_lock_print.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbserver.dsp
M configure.in
M src/common/config/config.cpp
M src/common/config/config.h
M src/common/config/config_impl.h
M src/gpre/ftn.cpp
M src/iscguard/iscguard.cpp
M src/jrd/gds.cpp
M src/jrd/os/win32/config_root.cpp
M src/jrd/sort_mem.cpp
M src/remote/srvr_w32.cpp
New changes by Dmitry Emanov. Configuration manager and Windows build environment improvements
2002-11-29 04:10 seanleyne
M src/jrd/flu.cpp
Small change
2002-11-29 04:06 seanleyne
M src/jrd/flu.cpp
Code cleanup, removed obsolete "HM300" port
2002-11-28 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-11-28 15:44 kkuznetsov
M src/extlib/ib_udf.c
M src/msgs/change_msgs.epp
M src/msgs/enter_msgs.epp
M src/msgs/modify_msgs.epp
Fix compile errors on Solaris IA
2002-11-28 15:42 kkuznetsov
M src/jrd/gds.cpp
M src/jrd/ib_stdio.h
A
A
2002-11-26 23:05 fsg
M ChangeLog
Updated ChangeLog
2002-11-26 09:00 dimitr
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/fb_lock_print.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/gbak.dsp
M builds/win32/msvc6/gdef.dsp
M builds/win32/msvc6/gfix.dsp
M builds/win32/msvc6/qli.dsp
Updated project files.
2002-11-26 08:58 dimitr
D src/jrd/isc_win32.cpp
Removed isc_win32.cpp.
2002-11-26 08:56 dimitr
M src/jrd/os/win32/mod_loader.cpp
no message
2002-11-25 23:02 fsg
M ChangeLog
Updated ChangeLog
2002-11-25 20:29 arnobrinkman
M src/dsql/pass1.cpp
bugfix: allow use of other outer-references in a aggregated sub-select
2002-11-25 16:25 dimitr
M src/jrd/isc.cpp
M src/jrd/isc_proto.h
Merged isc_win32.cpp into isc.cpp. By Dimitry Sibiryakov.
2002-11-25 16:14 kkuznetsov
M src/msgs/change_msgs.epp
M src/msgs/enter_msgs.epp
M src/msgs/modify_msgs.epp
Fix compile error on Solaris X86
2002-11-25 15:28 kkuznetsov
M src/burp/backup.epp
*** empty log message ***
2002-11-25 15:23 kkuznetsov
M src/burp/backup.epp
Fix compile error on SOLX86
2002-11-25 10:24 dimitr
M src/jrd/blb.cpp
Cleanup.
2002-11-25 10:23 dimitr
M src/jrd/cmp.cpp
Since an impure area is dynamically allocated out of the request memory pool, I cannot see any reason to limit request size.
2002-11-25 07:46 eku
M src/ipserver/ipc.h
Undone mistaken replacement of ISC_STATUS_LENGTH. Thanks to Claudio Valderr.
2002-11-24 23:02 fsg
M ChangeLog
Updated ChangeLog
2002-11-24 17:53 skidder
M builds/posix/prefix.linux
A little more optimization wont hurt
2002-11-24 15:22 skidder
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
Make SQLDA parameter mapping consistent with order and number of parameters in source SQL string
2002-11-24 13:47 skidder
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/exe.h
Fixed crash when grouping by invariant subquery
2002-11-24 13:03 arnobrinkman
M src/dsql/pass1.cpp
no message
2002-11-24 10:22 dimitr
M src/common/memory/memory_pool.cpp
Avoid redundant "best fit" lookup after a pool has been extended.
2002-11-23 23:36 arnobrinkman
M src/jrd/cmp.cpp
M src/jrd/opt.cpp
1) bugfix another LEFT JOIN and 'no current record for fetch operation'.
2) Let sub-selects also use indices when there parent is a stored procedure.
2002-11-23 23:11 hippoman
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/fb_lock_print.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/gpre.vcproj
Fixed the build, thd_win32.cpp has been deleted..
2002-11-23 23:02 fsg
M ChangeLog
Updated ChangeLog
2002-11-23 18:26 dimitr
M src/common/memory/memory_pool.cpp
All pool extends passed from the external world are in bytes, not in allocation units.
2002-11-23 17:59 dimitr
M src/jrd/opt.cpp
no message
2002-11-23 17:58 dimitr
M src/jrd/cmp.cpp
Increased maximum size of request block.
2002-11-23 12:19 dimitr
M src/jrd/svc.cpp
Compatibility mode for my previous fix.
2002-11-23 11:39 dimitr
M src/burp/burp.cpp
M src/jrd/svc.cpp
The type of service invokation never must be specified by the client tool. It should be defined by the server only.
2002-11-23 11:23 dimitr
M src/jrd/status.cpp
Fixed one little issue with unrecognized error type.
2002-11-22 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-11-22 15:27 skidder
M src/dsql/pass1.cpp
Fixed nulls first/last and collation handling in "order by" clause of unions
2002-11-22 14:31 eku
M configure.in
Added default rule for currently unsupported systems.
2002-11-22 14:11 dimitr
M configure.in
M src/include/fb_types.h
Cleanup by Dimitry Sibiryakov.
2002-11-22 12:47 dimitr
M src/jrd/grant.epp
Fixed another porting bug in grant/revoke code.
2002-11-22 11:20 dimitr
M builds/win32/msvc6/dsql_server.dsp
M builds/win32/msvc6/dsql_server_classic.dsp
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/fb_lock_print.dsp
M builds/win32/msvc6/fbclient.dsp
Updated project files.
2002-11-22 09:02 dimitr
M src/common/config/config_file.cpp
Applied patch for config_file.cpp. Thanks to Pirtea Calin Iancu.
2002-11-22 08:48 dimitr
M src/jrd/thd.cpp
D src/jrd/thd_win32.cpp
Merged contents of thd_win32.cpp into thd.cpp. Thanks to Dimitry Sibiryakov.
2002-11-21 23:05 fsg
M ChangeLog
Updated ChangeLog
2002-11-21 23:02 arnobrinkman
M src/jrd/opt.cpp
bugfix Optimizer LEFT OUTER JOIN and error : no current record for fetch operation
2002-11-21 21:02 tamlin
M src/jrd/dfw.epp
M src/jrd/dyn_def.epp
Removed unused variables.
2002-11-21 20:43 tamlin
M src/dudley/exe.epp
M src/dudley/extract.epp
Bugfix for modify_relation and removing unused variables.
2002-11-21 15:37 dimitr
M src/jrd/scl.epp
Fixed porting bug that caused wrong privileges checks.
2002-11-21 15:24 kkuznetsov
M src/jrd/gds.cpp
Fix declaration of mmap_anon
2002-11-21 13:46 kkuznetsov
M builds/posix/Makefile.in.boot.gpre
M builds/posix/prefix.solx86
*** empty log message ***
2002-11-21 11:54 kkuznetsov
M configure.in
Add check for sun threads on Solx86
2002-11-21 10:20 eku
M src/jrd/isc_sync.cpp
Cleanup semun stuff.
2002-11-21 10:08 eku
M builds/posix/Makefile.in.client.gpre
M builds/posix/Makefile.in.embed.gpre
M builds/posix/Makefile.in.gpre
M builds/posix/Makefile.in.static.gpre
M builds/posix/prefix.solx86
Include support for ADA and FORTRAN into gpre by default.
2002-11-21 09:02 eku
M src/jrd/isc_file.cpp
Fixed typo.
2002-11-21 08:56 eku
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/jrd/isc_file.cpp
M src/make.new/config/config.h.in
Autoconf: check for header files sys/ipc.h and sys/file.h.
2002-11-20 23:48 arnobrinkman
M src/dsql/make.cpp
bug : UDF node didn't contain any character set, was always NONE.
2002-11-20 23:18 hippoman
M src/burp/backup.epp
M src/burp/burp.h
M src/burp/canon_proto.h
M src/burp/restore.epp
M src/dsql/blk.h
M src/dsql/ddl.cpp
M src/dsql/ddl_proto.h
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/dsql_proto.h
M src/dsql/gen_proto.h
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/metd.epp
M src/dsql/metd_proto.h
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dsql/pass1_proto.h
M src/dudley/ddl.h
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cob.cpp
M src/gpre/form.h
M src/gpre/ftn.cpp
M src/gpre/gpre.h
M src/gpre/pas.cpp
M src/gpre/sqe.cpp
M src/jrd/blb.cpp
M src/jrd/blb.h
M src/jrd/blb_proto.h
M src/jrd/blk.h
M src/jrd/bookmark.h
M src/jrd/btr.h
M src/jrd/btr_proto.h
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/dbg.cpp
M src/jrd/dbg_proto.h
M src/jrd/dfw.epp
M src/jrd/dfw_proto.h
M src/jrd/dpm_proto.h
M src/jrd/dyn_proto.h
M src/jrd/entry.h
M src/jrd/err_proto.h
M src/jrd/event.cpp
M src/jrd/event.h
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/ext_proto.h
M src/jrd/fun_proto.h
M src/jrd/idx_proto.h
M src/jrd/inf.cpp
M src/jrd/inf_proto.h
M src/jrd/ini_proto.h
M src/jrd/jrd.h
M src/jrd/jrd_proto.h
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/nav.cpp
M src/jrd/nav_proto.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/pcmet_proto.h
M src/jrd/req.h
M src/jrd/rlck_proto.h
M src/jrd/rng_proto.h
M src/jrd/rse.cpp
M src/jrd/rse.h
M src/jrd/rse_proto.h
M src/jrd/scl_proto.h
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/tra_proto.h
M src/jrd/trig.h
M src/jrd/val.h
M src/jrd/vio_proto.h
M src/jrd/vmsevent.cpp
M src/qli/blk.h
M src/qli/compi_proto.h
M src/qli/dtr.cpp
M src/qli/dtr.h
M src/qli/eval_proto.h
M src/qli/exe.h
M src/qli/exe_proto.h
M src/qli/expan_proto.h
M src/qli/form_proto.h
M src/qli/forma_proto.h
M src/qli/format.h
M src/qli/gener_proto.h
M src/qli/meta_proto.h
M src/qli/repor_proto.h
M src/qli/report.h
M src/utilities/dba.epp
M src/utilities/dba_full.epp
changed nod,tra,req,trg,rel,ctx,prc struct names to local module names
2002-11-20 23:02 fsg
M ChangeLog
Updated ChangeLog
2002-11-20 15:07 hippoman
M src/jrd/isc_file.cpp
Fixed the build for win32
2002-11-20 15:01 hippoman
M builds/win32/msvc7/burp.vcproj
M builds/win32/msvc7/burp_classic.vcproj
M builds/win32/msvc7/dsql_server.vcproj
M builds/win32/msvc7/dsql_server_classic.vcproj
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/fb_inet_server.vcproj
M builds/win32/msvc7/fb_lock_print.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/fbguard.vcproj
M builds/win32/msvc7/fbserver.vcproj
M builds/win32/msvc7/gbak.vcproj
M builds/win32/msvc7/isql.vcproj
M builds/win32/msvc7/remote.vcproj
M builds/win32/msvc7/remote_classic.vcproj
NOMSG is not needed, addied version.lib
2002-11-20 13:38 kkuznetsov
M builds/posix/Makefile.in.gpre
M builds/posix/Makefile.in.static.gpre
M builds/posix/prefix.solx86
GPRE additional files on Solaris x86
2002-11-20 13:37 kkuznetsov
M src/jrd/isc_i_proto.h
M src/jrd/isc_ipc.cpp
M src/pipe/allp.cpp
M src/pipe/allp_proto.h
M src/remote/merge.cpp
M src/remote/merge_proto.h
Resolving C/C++ linkage problem on SOLX86
2002-11-20 10:28 kkuznetsov
M src/pipe/head.cpp
M src/pipe/head5.cpp
M src/pipe/head_proto.h
Fixed mixed C/C++ linkage error on SOLX86
2002-11-20 09:50 dimitr
M src/common/memory/memory_pool.cpp
Fixed alignment bug in the memory manager.
2002-11-20 08:30 eku
M builds/posix/make.shared.variables
Fixed compilation and linking on SINIX-Z (and probably on other POSIX
platforms).
2002-11-19 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-11-19 17:02 skidder
M src/jrd/vio.cpp
Fixed little bug in explicit locking implementation
2002-11-19 15:37 skidder
M src/burp/canonical.cpp
M src/remote/protocol.cpp
M src/remote/xdr.cpp
M src/remote/xdr_proto.h
Move xdr_hyper to the correct place and remove duplicate definitions
2002-11-19 15:31 skidder
M configure.in
Removed check for xdr_hyper
2002-11-19 13:21 dimitr
M builds/win32/msvc6/burp.dsp
M builds/win32/msvc6/burp_classic.dsp
M builds/win32/msvc6/dsql_server.dsp
M builds/win32/msvc6/dsql_server_classic.dsp
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/fb_inet_server.dsp
M builds/win32/msvc6/fb_lock_print.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbguard.dsp
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc6/gbak.dsp
M builds/win32/msvc6/isql.dsp
M builds/win32/msvc6/remote.dsp
M builds/win32/msvc6/remote_classic.dsp
We no longer need NOMSG macro defined.
2002-11-19 13:17 eku
M src/remote/protocol.cpp
Last check-in removed autoconf stuff.
2002-11-19 13:07 dimitr
M src/include/gen/autoconfig_msvc.h
Correction.
2002-11-19 12:40 dimitr
M src/remote/interface.cpp
M src/remote/parser.cpp
M src/remote/protocol.cpp
M src/remote/remote.cpp
M src/remote/remote.h
M src/remote/server.cpp
Renamed MSG to REM_MSG.
2002-11-19 12:38 dimitr
M src/qli/blk.h
M src/qli/compile.cpp
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/exe.h
M src/qli/exe_proto.h
M src/qli/form.cpp
M src/qli/gener.cpp
M src/qli/noform.cpp
M src/qli/report.cpp
Renamed MSG to QLI_MSG.
2002-11-19 12:37 dimitr
M src/jrd/map.cpp
M src/jrd/map_proto.h
Renamed MSG to MAP_MSG.
2002-11-19 12:36 dimitr
M src/jrd/gds.cpp
Renamed MSG to GDS_MSG.
2002-11-19 12:35 dimitr
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/gen.cpp
M src/dsql/gen_proto.h
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/pass1.cpp
Renamed MSG to DSQL_MSG.
2002-11-19 12:31 dimitr
M src/csv/csi.cpp
M src/csv/csi.h
M src/csv/css.cpp
M src/csv/css_proto.h
M src/csv/csv.cpp
M src/csv/print.cpp
Renamed MSG to CSV_MSG.
2002-11-18 23:03 fsg
M ChangeLog
Updated ChangeLog
2002-11-18 21:31 arnobrinkman
M src/jrd/opt.cpp
More optimizer improvement of handle AND nodes inside an OR node.
2002-11-18 20:27 skidder
M src/dsql/gen.cpp
M src/include/gen/blrtable.h
M src/jrd/blrtable.cpp
M src/jrd/cmp.cpp
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/nod.h
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/jrd/rse.cpp
M src/jrd/rse.h
M src/jrd/sqz.cpp
M src/jrd/sqz_proto.h
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
New explicit pessimistic locks implementation. It is logically consistent in all TPB modes and should be very fast.
2002-11-18 16:40 skidder
M src/remote/xdr_proto.h
Rollback recent xdr changes to make engine compilable on Linux(and other platforms) again
2002-11-18 16:20 skidder
M src/remote/inet.cpp
M src/remote/protocol.cpp
M src/remote/remote.cpp
M src/remote/remote.h
Rollback recent xdr changes to make engine compilable on Linux(and other platforms) again
2002-11-18 13:33 kkuznetsov
M src/remote/remote.h
Try to fix error on non Solaris platform
2002-11-18 13:23 eku
M builds/posix/Makefile.in.firebird
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/jrd/isc_file.cpp
M src/jrd/jrd.cpp
M src/make.new/config/config.h.in
M src/remote/interface.cpp
Autoconf:
o added tests for nttab.h sys/mntent.h sys/mnttab.h
o added tests for getcwd getwd setmntent getmntent
o ISC_PREFIX renamed to FB_PREFIX
o major code cleanup in src/jrd/isc_file.cpp
Removed platform-specific files from posix/Makefile.in.firebird.
2002-11-18 10:16 kkuznetsov
M src/remote/inet.cpp
M src/remote/protocol.cpp
M src/remote/remote.cpp
M src/remote/remote.h
Migrating to OS native XDR if exist <rpc/xdr.h>
2002-11-18 10:13 eku
M src/jrd/why.c
Fixed preprocessor directive.
2002-11-18 07:58 skywalker
M src/jrd/jrd.cpp
Change ISC_check_if_remote call since the check for nfs options disabled
is done now in isc_file.cpp
2002-11-18 07:57 eku
M src/jrd/common.h
M src/jrd/divorce.cpp
M src/remote/divorce.cpp
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/utilities/relay.cpp
Moved the definition of NOFILE to a common place.
2002-11-18 07:40 eku
M src/jrd/isc_sync.cpp
Removed unused variable.
2002-11-18 07:35 eku
A src/install/arch-specific/linux/super
A src/install/arch-specific/linux/super/SSchangePasswd.sh
A src/install/arch-specific/linux/super/install.sh.in
A src/install/arch-specific/linux/super/postinstall.sh.in
A src/install/arch-specific/linux/super/postuninstall.sh.in
A src/install/arch-specific/linux/super/preinstall.sh.in
A src/install/arch-specific/linux/super/preuninstall.sh.in
A src/install/arch-specific/linux/super/rpmfiles.txt.in
A src/install/arch-specific/linux/super/rpmheader.txt.in
D src/install/super
Moved Linux SS files to arch-specific/linux/super.
2002-11-18 07:31 eku
A src/install/arch-specific/linux/classic/README
D src/install/classic
D src/install/misc/README
D src/install/misc/firebird.xinetd
D src/install/misc/firebird.xinetd.in
Moved Linux CS files to arch-specific/linux/classic.
2002-11-18 03:07 skywalker
M builds/posix/prefix.linux
Changed the default optimisation for prod builds. Current gcc 3.2
compilers have problems with -O2 -O3 and -march=i686 combinations
2002-11-18 02:57 skywalker
M Makefile.in
M configure.in
Remove firebird_super target from makefile, when super is chosen firebird
target will be the super edition.
Configure.in changed to build some install files from new locations.
2002-11-18 02:53 skywalker
M src/jrd/isc_file.cpp
Changed to look for flag about not trying a remote host for nfs files
2002-11-18 02:43 skywalker
M src/install/arch-specific/linux/classic/makeInstallImage.sh.in
Changes for alpha4 release
2002-11-17 16:31 skywalker
A src/install/arch-specific/linux/misc
A src/install/arch-specific/linux/misc/changeDBAPassword.sh.in
A src/install/arch-specific/linux/misc/firebird.xinetd.in
Create linux specific autoconf versions of some script files
2002-11-17 16:21 dimitr
M src/jrd/ibase.h
Let's support mingw.
2002-11-17 16:06 dimitr
M builds/win32/msvc6/fb_inet_server.dsp
M builds/win32/msvc6/fb_lock_print.dsp
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbserver.dsp
Updates project files.
2002-11-17 15:55 dimitr
M src/jrd/rse.cpp
Some changes to support future improvements.
2002-11-17 15:51 dimitr
M src/jrd/sort.cpp
M src/jrd/sort.h
Cleanup.
2002-11-17 15:47 dimitr
M src/jrd/gds.cpp
Use universal path separator.
2002-11-17 15:46 dimitr
M src/jrd/os/win32/config_root.cpp
M src/jrd/os/win32/mod_loader.cpp
Changed some win32 specifics.
2002-11-17 00:20 hippoman
M src/ipserver/ipclient.cpp
Uninitialized variable fixed.
2002-11-17 00:13 hippoman
M src/jrd/blb.cpp
M src/jrd/blf_proto.h
M src/jrd/blk.h
M src/jrd/blob_filter.epp
M src/jrd/bookmark.cpp
M src/jrd/btr.cpp
M src/jrd/btr_proto.h
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/dbg.cpp
M src/jrd/dbt.cpp
M src/jrd/dfw.epp
M src/jrd/dpm.epp
M src/jrd/dyn.epp
M src/jrd/dyn.h
M src/jrd/dyn_def.epp
M src/jrd/dyn_def.sed
M src/jrd/dyn_mod.epp
M src/jrd/dyn_util.epp
M src/jrd/err.cpp
M src/jrd/event.cpp
M src/jrd/event.h
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/ext.cpp
M src/jrd/extvms.cpp
M src/jrd/fun.epp
M src/jrd/grant.epp
M src/jrd/idx.cpp
M src/jrd/inf.cpp
M src/jrd/ini.epp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/nav.cpp
M src/jrd/opt.cpp
M src/jrd/pag.cpp
M src/jrd/par.cpp
M src/jrd/pcmet.epp
M src/jrd/print.cpp
M src/jrd/req.h
M src/jrd/rlck.cpp
M src/jrd/rng.cpp
M src/jrd/rse.cpp
M src/jrd/scl.epp
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/trig.h
M src/jrd/val.cpp
M src/jrd/vio.cpp
M src/jrd/why.c
M src/jrd/why_proto.h
M src/jrd/y-valve.cpp
M src/qli/compile.cpp
M src/qli/dtr.h
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/exe.h
M src/qli/expand.cpp
M src/qli/gener.cpp
M src/qli/meta.epp
M src/qli/noform.cpp
M src/qli/parse.cpp
M src/qli/report.cpp
M src/qli/show.epp
M src/utilities/dba.epp
change TRA,REQ,TRG,REL,CTX or PRC, to module local names.
2002-11-17 00:04 hippoman
M src/burp/backup.epp
M src/burp/burp.h
M src/burp/canonical.cpp
M src/burp/restore.epp
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/hsh.cpp
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/metd_proto.h
M src/dsql/pass1.cpp
M src/dudley/ddl.h
M src/dudley/exe.epp
M src/dudley/exe_proto.h
M src/dudley/expand.cpp
M src/dudley/expr.cpp
M src/dudley/generate.cpp
M src/dudley/hsh.cpp
M src/dudley/parse.cpp
M src/dudley/parse_proto.h
M src/dudley/trn.cpp
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cmd_proto.h
M src/gpre/cme.cpp
M src/gpre/cme_proto.h
M src/gpre/cmp.cpp
M src/gpre/cmp_proto.h
M src/gpre/cob.cpp
M src/gpre/exp.cpp
M src/gpre/exp_proto.h
M src/gpre/form.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta.h
M src/gpre/gpre_meta_boot.cpp
M src/gpre/hsh.cpp
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/gpre/jrdmet.cpp
M src/gpre/msc.cpp
M src/gpre/msc_proto.h
M src/gpre/par.cpp
M src/gpre/par_proto.h
M src/gpre/pas.cpp
M src/gpre/pat.h
M src/gpre/sqe.cpp
M src/gpre/sqe_proto.h
M src/gpre/sql.cpp
M src/gpre/sql_proto.h
change TRA,REQ,TRG,REL,CTX or PRC, to module local names.
2002-11-16 23:54 hippoman
M builds/win32/msvc7/Firebird2.sln
M builds/win32/msvc7/engine.vcproj
M builds/win32/msvc7/engine_classic.vcproj
M builds/win32/msvc7/fb_lock_print.vcproj
M builds/win32/msvc7/fbclient.vcproj
M builds/win32/msvc7/fbembed.vcproj
M builds/win32/msvc7/gds32.vcproj
M builds/win32/msvc7/gpre.vcproj
M builds/win32/msvc7/gstat.vcproj
M builds/win32/msvc7/ib_udf.vcproj
M builds/win32/msvc7/ib_util.vcproj
M builds/win32/msvc7/utilities.vcproj
update to the latest changes
2002-11-16 23:02 fsg
M ChangeLog
Updated ChangeLog
2002-11-16 20:59 skidder
M src/jrd/met.epp
Roll back part of my previous change
2002-11-16 20:20 skidder
M src/jrd/met.epp
Roll back part of my previous change
2002-11-16 18:48 skidder
M src/jrd/cmp.cpp
M src/jrd/dbg.cpp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/opt.cpp
M src/jrd/par.cpp
Fixed restore problem for databases having views that use procedures AND are used by procedures. General procedure metadata related cleanup.
2002-11-16 17:41 dimitr
M src/jrd/evl.cpp
M src/jrd/idx.cpp
M src/jrd/rse.cpp
M src/jrd/sort.cpp
M src/jrd/sort.h
M src/jrd/sort_proto.h
Some changes to support future improvements.
2002-11-16 16:01 dimitr
M src/include/gen/autoconfig_msvc.h
no message
2002-11-16 15:54 dimitr
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/fbclient.dsp
M src/jrd/isc_sync.cpp
D src/jrd/isc_sync_win32.cpp
Synchronized generic and win32-only files. The latter is removed.
2002-11-16 13:59 dimitr
M src/common/memory/memory_pool.cpp
Fixed a couple of bugs in the memory manager. Now we're fast again.
2002-11-16 11:40 dimitr
M builds/win32/gds32.def
M builds/win32/gds32_debug.def
Restored export by ordinals for gds32.dll (due to compatibility issues).
2002-11-16 10:58 dimitr
M builds/win32/msvc6/fb_inet_server.dsp
M builds/win32/msvc6/fbembed.dsp
Updates project files.
2002-11-16 10:56 dimitr
M src/common/config/config_file.cpp
Having duplicated names is not a good practice.
2002-11-16 08:38 dimitr
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/gds32.dsp
M builds/win32/msvc6/ib_udf.dsp
M builds/win32/msvc6/ib_util.dsp
Updates project files.
2002-11-16 03:14 skywalker
M builds/posix/Makefile.in.firebird
Build ibase.h distribution file correctly
2002-11-16 02:17 skywalker
M builds/posix/Makefile.in.firebird
M configure.in
M src/install/arch-specific/linux/Makefile.in
M src/install/arch-specific/linux/classic/makeInstallImage.sh.in
M src/install/arch-specific/linux/classic/postinstall.sh.in
M src/install/arch-specific/linux/classic/rpmheader.txt.in
Change rpmbuild to not need root access
Change install to only put in 'compatibility' libgds.so links if the
files do not already exist.
2002-11-15 23:05 fsg
M ChangeLog
Updated ChangeLog
2002-11-15 12:01 hippoman
A builds/win32/fbclient.def
A builds/win32/fbclient_debug.def
A builds/win32/gds32.def
A builds/win32/gds32_debug.def
A builds/win32/ib_udf.def
A builds/win32/ib_util.def
D builds/win32/msvc6/fbclient.def
D builds/win32/msvc6/fbclient_debug.def
D builds/win32/msvc6/gds32.def
D builds/win32/msvc6/gds32_debug.def
D builds/win32/msvc6/ib_udf.def
D builds/win32/msvc6/ib_util.def
Moved def files to builds\win32, to be able share them between msvc6 and 7 project files.
FIXME: The msvc6 project files still point to old location.
2002-11-15 11:20 skidder
M doc/WhatsNew
Added instabitily note
2002-11-15 11:19 eku
D src/make.new/prefix.darwin
D src/make.new/prefix.example
D src/make.new/prefix.linux
D src/make.new/prefix.sinixz
D src/make.new/prefix.solx86
POSIX build files are held in builds/posix
2002-11-15 10:55 kkuznetsov
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/make.new/config/config.h.in
Fix check for xdr staff
2002-11-15 00:11 hippoman
A builds/win32/msvc7
A builds/win32/msvc7/Firebird2.sln
A builds/win32/msvc7/alice.vcproj
A builds/win32/msvc7/alice_classic.vcproj
A builds/win32/msvc7/burp.vcproj
A builds/win32/msvc7/burp_classic.vcproj
A builds/win32/msvc7/common.vcproj
A builds/win32/msvc7/dsql_server.vcproj
A builds/win32/msvc7/dsql_server_classic.vcproj
A builds/win32/msvc7/engine.vcproj
A builds/win32/msvc7/engine_classic.vcproj
A builds/win32/msvc7/fb_inet_server.vcproj
A builds/win32/msvc7/fb_lock_print.vcproj
A builds/win32/msvc7/fbclient.vcproj
A builds/win32/msvc7/fbembed.vcproj
A builds/win32/msvc7/fbguard.vcproj
A builds/win32/msvc7/fbserver.vcproj
A builds/win32/msvc7/gbak.vcproj
A builds/win32/msvc7/gdef.vcproj
A builds/win32/msvc7/gds32.vcproj
A builds/win32/msvc7/gfix.vcproj
A builds/win32/msvc7/gpre.vcproj
A builds/win32/msvc7/gpre_boot.vcproj
A builds/win32/msvc7/gsec.vcproj
A builds/win32/msvc7/gstat.vcproj
A builds/win32/msvc7/ib_udf.vcproj
A builds/win32/msvc7/ib_util.vcproj
A builds/win32/msvc7/instreg.vcproj
A builds/win32/msvc7/instsvc.vcproj
A builds/win32/msvc7/intl.vcproj
A builds/win32/msvc7/ipserver.vcproj
A builds/win32/msvc7/isql.vcproj
A builds/win32/msvc7/lock.vcproj
A builds/win32/msvc7/lock_classic.vcproj
A builds/win32/msvc7/qli.vcproj
A builds/win32/msvc7/remote.vcproj
A builds/win32/msvc7/remote_classic.vcproj
A builds/win32/msvc7/utilities.vcproj
A builds/win32/msvc7/utilities_classic.vcproj
A builds/win32/msvc7/wal.vcproj
A builds/win32/msvc7/wal_classic.vcproj
MSVC7 Project files..
2002-11-14 23:03 fsg
M ChangeLog
Updated ChangeLog
2002-11-14 16:23 dimitr
M doc/WhatsNew
Added alpha 4 changes.
2002-11-14 13:53 dimitr
M builds/posix/Makefile.in.boot.gpre
M builds/posix/make.defaults
M builds/posix/make.shared.variables
A few changes contributed by Dimitry Sibiryakov.
2002-11-14 13:40 dimitr
M builds/posix/prefix.mingw
M src/jrd/common.h
M src/jrd/os/win32/config_root.cpp
M src/jrd/os/win32/mod_loader.cpp
M src/jrd/sort_mem.cpp
Cleanup.
2002-11-14 13:39 skidder
M src/jrd/cmp.cpp
M src/jrd/dfw.epp
M src/jrd/met.epp
M src/jrd/met_proto.h
Better cache dependency tracking for procedure modification
2002-11-14 12:16 skidder
M src/jrd/met.epp
Fixed procedure dependency tracking problem in MET_clear_cache
2002-11-14 09:17 skidder
M src/jrd/met.epp
Fixed MET_clear_cache error that prevented restore of many databases
2002-11-14 08:33 dimitr
M src/burp/spit.cpp
M src/csv/csi.cpp
M src/csv/csv.cpp
M src/dsql/array.epp
M src/dsql/blob.epp
M src/dsql/dsql.cpp
M src/dsql/preparse.cpp
M src/dsql/user_dsql.cpp
M src/dsql/utld.cpp
M src/dudley/exe.epp
M src/ipserver/ipclient.cpp
M src/journal/archive.cpp
M src/journal/misc.cpp
M src/journal/oldr.cpp
M src/journal/rebuild.e
M src/jrd/ail.cpp
M src/jrd/blb.cpp
M src/jrd/blob_filter.epp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/common.h
M src/jrd/dyn_def.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_util.epp
M src/jrd/filters.cpp
M src/jrd/gds.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jio.cpp
M src/jrd/jrd.cpp
M src/jrd/jrn.cpp
M src/jrd/lck_dummy.cpp
M src/jrd/llio.cpp
M src/jrd/map.cpp
M src/jrd/old.cpp
M src/jrd/rec.cpp
M src/jrd/sdl.cpp
M src/jrd/sort.cpp
M src/jrd/svc.cpp
M src/jrd/thd.cpp
M src/jrd/thd_win32.cpp
M src/jrd/utl.cpp
M src/jrd/vmslock.cpp
M src/jrd/why.c
M src/jrd/y-valve.cpp
M src/lock/lock.cpp
M src/lock/pls.cpp
M src/lock/printv3.cpp
M src/lock/printv3s4.cpp
M src/pipe/foot.cpp
M src/pipe/head.cpp
M src/qli/meta.epp
M src/remote/interface.cpp
M src/remote/merge.cpp
M src/remote/multivx.cpp
M src/remote/remote.cpp
M src/remote/server.cpp
M src/remote/wfwnp.cpp
M src/remote/winvx.cpp
M src/utilities/ibmgr.cpp
M src/utilities/install_reg.cpp
M src/utilities/install_svc.cpp
M src/utilities/registry.cpp
M src/utilities/services.cpp
M src/utilities/srvrmgr.cpp
M src/v5_examples/api9f.c
M src/wal/driver.cpp
M src/wal/wal.cpp
M src/wal/wal.h
M src/wal/wal_prnt.cpp
M src/wal/walc.cpp
M src/wal/walf.cpp
M src/wal/walr.cpp
M src/wal/walw.cpp
Global names change:
FBOK=>FB_SUCCESS
FAILURE=>FB_FAILURE
xxx_FBOK=>xxx_SUCCESS
2002-11-14 08:25 eku
M src/jrd/isc_file.cpp
M src/remote/interface.cpp
We don't need two different defines for the same thing: NFS meant !NO_NFS.
2002-11-14 08:22 skywalker
M src/install/arch-specific/linux/classic/makeInstallImage.sh.in
M src/install/misc/changeDBAPassword.sh
Change libgds.so.0 link to enable backward compatibility
Update changeDBAPassword.sh so script points to install location.
2002-11-14 08:20 eku
M src/jrd/perf.h
NOTIME meant that the function times() is not available. Renamed into
!HAVE_TIMES.
2002-11-14 08:18 eku
M configure.in
Flags are named XXX_FLG.
2002-11-14 08:01 kkuznetsov
M configure.in
Solaris always chech for -lnsl
2002-11-14 07:42 dimitr
M src/jrd/exe.cpp
Fixed bug with dynamic exception messages.
2002-11-14 07:37 dimitr
M src/include/gen/autoconfig_msvc.h
M src/jrd/file_params.h
Cleanup.
2002-11-14 07:35 eku
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/make.new/config/config.h.in
M src/remote/inet.cpp
Autoconf cleanup:
o added tests for setitimer
o updated config.h.in and autoconfig_msvc.h (the latter may be incorrect)
o replaced NO_ITIMER with HAVE_SETITIMER
2002-11-14 07:35 dimitr
M src/jrd/cmp.cpp
M src/jrd/exe.cpp
M src/jrd/exe.h
Fixed bug with dynamic exception messages.
2002-11-14 07:12 eku
M src/jrd/enc.cpp
M src/remote/interface.cpp
Autoconf: check for crypt.h and crypt
2002-11-14 06:53 eku
M configure.in
Set defaults for lock manager and editline per platform.
2002-11-14 06:48 eku
M src/remote/inet.cpp
Cleanup
2002-11-13 23:03 fsg
M ChangeLog
Updated ChangeLog
2002-11-13 16:37 alexpeshkoff
M src/jrd/isc_file.cpp
M src/jrd/isc_win32.cpp
ERROR_FBOK => ERROR_SUCCESS
2002-11-13 15:57 alexpeshkoff
M src/dsql/ddl.cpp
M src/jrd/exe.cpp
Fixed bug with exception inside for/while loop in triggers
2002-11-13 15:01 kkuznetsov
M src/burp/spit.cpp
M src/csv/csi.cpp
M src/csv/csv.cpp
M src/dsql/array.epp
M src/dsql/blob.epp
M src/dsql/dsql.cpp
M src/dsql/preparse.cpp
M src/dsql/user_dsql.cpp
M src/dsql/utld.cpp
M src/dudley/exe.epp
M src/ipserver/ipclient.cpp
M src/journal/archive.cpp
M src/journal/misc.cpp
M src/journal/oldr.cpp
M src/jrd/ail.cpp
M src/jrd/blb.cpp
M src/jrd/blob_filter.epp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/common.h
M src/jrd/dyn_def.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_util.epp
M src/jrd/filters.cpp
M src/jrd/gds.cpp
M src/jrd/isc_file.cpp
M src/jrd/isc_sync.cpp
M src/jrd/isc_win32.cpp
M src/jrd/jio.cpp
M src/jrd/jrd.cpp
M src/jrd/jrn.cpp
M src/jrd/lck_dummy.cpp
M src/jrd/llio.cpp
M src/jrd/map.cpp
M src/jrd/old.cpp
M src/jrd/rec.cpp
M src/jrd/sdl.cpp
M src/jrd/sort.cpp
M src/jrd/svc.cpp
M src/jrd/utl.cpp
M src/jrd/vmslock.cpp
M src/jrd/why.c
M src/jrd/y-valve.cpp
M src/lock/lock.cpp
M src/lock/pls.cpp
M src/lock/printv3.cpp
M src/lock/printv3s4.cpp
M src/pipe/foot.cpp
M src/pipe/head.cpp
M src/qli/meta.epp
M src/remote/interface.cpp
M src/remote/merge.cpp
M src/remote/multivx.cpp
M src/remote/remote.cpp
M src/remote/server.cpp
M src/remote/wfwnp.cpp
M src/remote/winvx.cpp
M src/utilities/ibmgr.cpp
M src/utilities/install_reg.cpp
M src/utilities/install_svc.cpp
M src/utilities/registry.cpp
M src/utilities/services.cpp
M src/utilities/srvrmgr.cpp
M src/v5_examples/api9f.c
M src/wal/driver.cpp
M src/wal/wal.cpp
M src/wal/wal_prnt.cpp
M src/wal/walc.cpp
M src/wal/walf.cpp
M src/wal/walr.cpp
M src/wal/walw.cpp
Renaming all occurences of SUCCESS to FBOK
2002-11-13 14:47 dimitr
M src/dsql/parse.cpp
no message
2002-11-13 14:43 paul_reeves
M src/jrd/isc_file.cpp
-m Fix bug: 623992 - double forward slash in connection string. With thanks to Mark O'Donohue.
2002-11-13 12:27 eku
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/jrd/common.h
M src/jrd/isc_file.cpp
M src/make.new/config/config.h.in
Autoconf cleanup:
o added test for the header file mntent.h
o replaced NON_MNTENT with !HAVE_MNTENT_H
Removed some left-overs from Sean's DECOSF removal.
2002-11-13 12:23 eku
M builds/posix/prefix.sinixz
We don't need profiling information!
2002-11-13 12:07 kkuznetsov
M src/gpre/ada.cpp
M src/gpre/ftn.cpp
Making ADA and Fortrun funs happy
2002-11-13 11:07 eku
M src/install/arch-specific/sinixz/Makefile.in
M src/install/arch-specific/sinixz/prototype.in
SINIX-Z: distribute firebird.conf, removed duplicate entry in prototype
2002-11-13 10:12 eku
M configure.in
Help text should show the correct default value.
2002-11-13 08:00 eku
M src/install/misc/firebird.conf
D src/misc/firebird.conf
Merged contents of src/misc/firebird.conf into src/install/misc/firebird.conf.
2002-11-13 07:07 eku
M builds/posix/Makefile.in.firebird
M builds/posix/make.defaults
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/isql/isql.epp
M src/make.new/config/config.h.in
Editline cleanup:
o removed obsolete readline tests
o renamed readline into editline
o editline is not enabled by default, enabled with '--with-editline'
2002-11-13 04:09 skywalker
M src/install/misc/firebird.conf
Change parameter name to RemoteFileOpenAbility
2002-11-12 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-11-12 18:59 fsg
M src/intl/anhun.h
Fixed hungarian collation provided by Sandor Szollosi
2002-11-12 16:04 alexpeshkoff
M src/dsql/dsql.cpp
Avoid deadlocks:
lock databases_mutex only when THREAD_EXITed
2002-11-12 15:43 dimitr
A src/misc/firebird.conf
Added firebird.conf to the repository.
2002-11-12 15:41 dimitr
M src/jrd/sort_mem.cpp
Limited default value.
2002-11-12 14:06 dimitr
M builds/posix/prefix.mingw
More work regarding win32 builds via mingw.
2002-11-12 14:04 dimitr
M builds/win32/msvc6/gpre.dsp
M builds/win32/msvc6/gpre_boot.dsp
M src/gpre/cob.cpp
Make COBOL available in win32 builds of gpre.
2002-11-12 13:46 eku
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/jrd/unix.cpp
M src/make.new/config/config.h.in
Autoconf: check for aio.h, pread and pwrite
2002-11-12 13:15 eku
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/make.new/config/config.h.in
M src/remote/inet.cpp
Autoconf: check for getpgrp
2002-11-12 12:44 kkuznetsov
A src/install/arch-specific/solx86
A src/install/arch-specific/solx86/Makefile.in
*** empty log message ***
2002-11-12 12:30 kkuznetsov
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/make.new/config/config.h.in
Add check for native xdr
2002-11-12 12:16 eku
M src/burp/canonical.cpp
M src/remote/inet.cpp
Cleanup
2002-11-12 12:10 eku
M src/install/arch-specific/sinixz/Makefile.in
M src/install/arch-specific/sinixz/prototype.in
Finally packaging works again.
2002-11-12 09:17 eku
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/lock/lockv3.h
M src/make.new/config/config.h.in
Autoconf: check for semun
2002-11-12 09:12 eku
D builds/posix/Makefile.in.install
File obsoleted by src/install/arch-specific/<platform>/Makefile.in
2002-11-12 07:59 eku
M src/jrd/flu.cpp
M src/jrd/isc_sync.cpp
M src/jrd/why.c
M src/jrd/y-valve.cpp
Cleanup.
2002-11-12 07:50 eku
M Makefile.in
Added more targets to the top makefile.
2002-11-12 07:46 eku
M configure.in
Separated installation and packaging rules per platform.
2002-11-12 05:05 skywalker
M src/dsql/parse.cpp
M src/dudley/exe.epp
M src/gpre/cob.cpp
M src/jrd/fun.epp
M src/jrd/met.epp
M src/remote/xdr_proto.h
Changes to make some NOD entries now XXX_NOD as per module (assume this
is part of Ignatio's change).
Change to define xdr_hyper when it's available locally. (The standard
#include file rpc/xdr.h is not included and the definition needs to be
in remote/xdr_proto.h for some reason).
2002-11-11 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-11-11 19:45 hippoman
M src/qli/blk.h
M src/qli/command.cpp
M src/qli/compile.cpp
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/exe.h
M src/qli/expand.cpp
M src/qli/format.cpp
M src/qli/gener.cpp
M src/qli/noform.cpp
M src/qli/parse.cpp
M src/qli/report.cpp
* Changed NOD struct name to QLI_NOD.
2002-11-11 19:42 hippoman
M src/jrd/blb.cpp
M src/jrd/blk.h
M src/jrd/btr.cpp
M src/jrd/cmp.cpp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/ext.cpp
M src/jrd/inf.cpp
M src/jrd/jrd.cpp
M src/jrd/nav.cpp
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/jrd/rng.cpp
M src/jrd/rse.cpp
* Changed NOD struct name to JRD_NOD.
2002-11-11 19:19 hippoman
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cme.cpp
M src/gpre/cme_proto.h
M src/gpre/cmp.cpp
M src/gpre/exp.cpp
M src/gpre/exp_proto.h
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta.h
M src/gpre/gpre_meta_boot.cpp
M src/gpre/jrdmet.cpp
M src/gpre/msc.cpp
M src/gpre/msc_proto.h
M src/gpre/par.cpp
M src/gpre/sqe.cpp
M src/gpre/sqe_proto.h
M src/gpre/sql.cpp
* Changed NOD struct name to GPRE_NOD.
2002-11-11 19:11 hippoman
M src/dudley/ddl.cpp
M src/dudley/ddl.h
M src/dudley/ddl_proto.h
M src/dudley/expand.cpp
M src/dudley/expr.cpp
M src/dudley/expr_proto.h
M src/dudley/gener_proto.h
M src/dudley/generate.cpp
M src/dudley/parse.cpp
M src/dudley/parse_proto.h
M src/dudley/trn.cpp
* Changed NOD struct name to DUDLEY_NOD.
2002-11-11 19:08 hippoman
M src/dsql/blk.h
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/gen.cpp
M src/dsql/gen_proto.h
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/metd_proto.h
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dsql/pass1_proto.h
* Changed NOD struct name to DSQL_NOD.
2002-11-11 18:28 alexpeshkoff
M src/jrd/jrd.cpp
Increase time interval, given to thread with high priority in JRD_reschedule
2002-11-11 18:09 alexpeshkoff
M src/jrd/os/thd_priority.h
M src/jrd/os/win32/thd_priority.cpp
Increase time interval, given to thread with high priority in JRD_reschedule
Cleanup
2002-11-11 18:06 alexpeshkoff
M src/common/fb_exception.cpp
M src/include/fb_exception.h
Added 2 new exceptions
Cleanup
2002-11-11 16:07 skywalker
M src/install/arch-specific/linux/Makefile.in
Change where rpm file is left.
2002-11-11 16:04 skywalker
M configure.in
Change location of Makefile.install to arch-specific/${MAKEFILE_PREFIX}
This 'should' work for Erik as well.
2002-11-11 15:52 kkuznetsov
M src/remote/protocol.cpp
more flesible way
2002-11-11 15:34 kkuznetsov
M src/remote/protocol.cpp
Fix compile error on Solaris 2.6
2002-11-11 15:17 skywalker
M src/install/arch-specific/linux/Makefile.in
Move components from Makefile.in.install to here
2002-11-11 14:48 skywalker
M doc/README.makefiles
A doc/README.user
A doc/README.user.troubleshooting
Added troubleshooting guide and simple user intro
2002-11-11 14:08 skywalker
M configure.in
Change of package id to Alpha3
2002-11-11 13:54 skywalker
D src/install/arch-specific/linux/CSrpmscript
D src/install/arch-specific/linux/SSrpmscript
Files no longer needed - hangover from old old build process
2002-11-11 13:52 skywalker
D src/install/arch-specific/linux/classic/install.sh.in
M src/install/arch-specific/linux/classic/makeInstallImage.sh.in
M src/install/arch-specific/linux/classic/postinstall.sh.in
Minor changes to install procedure.
makeInstallImage.sh copies doc files and handles missing files from build
postinstall.sh handles /etc/services correctly and generate password as well
2002-11-11 13:09 eku
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.install
M configure.in
M src/install/arch-specific/darwin/Makefile.in
M src/install/arch-specific/linux/Makefile.in
M src/install/arch-specific/sinixz/Makefile.in
Moved plaform specific installation and packaging rules from
builds/posix/Makefile.in.install and builds/posix/Makefile.in.firebird to
src/install/arch-specific/<platform>/Makefile.in.
2002-11-11 10:03 dimitr
M src/jrd/jrd.cpp
Cleanup.
2002-11-11 05:56 skywalker
A src/install/arch-specific/linux/classic
A src/install/arch-specific/linux/classic/install.sh.in
A src/install/arch-specific/linux/classic/makeInstallImage.sh.in
A src/install/arch-specific/linux/classic/postinstall.sh.in
A src/install/arch-specific/linux/classic/postuninstall.sh.in
A src/install/arch-specific/linux/classic/preinstall.sh.in
A src/install/arch-specific/linux/classic/preuninstall.sh.in
A src/install/arch-specific/linux/classic/rpmfiles.txt.in
A src/install/arch-specific/linux/classic/rpmheader.txt.in
A src/install/arch-specific/linux/classic/tarMainInstall.sh.in
A src/install/arch-specific/linux/classic/tarMainUninstall.sh.in
A src/install/arch-specific/linux/classic/tarinstall.sh.in
A src/install/arch-specific/linux/classic/taruninstall.sh.in
Changes to linux classic package/install
2002-11-11 05:55 skywalker
M builds/posix/Makefile.in.install
Changes to linux classic packaging/install
2002-11-11 05:54 skywalker
M configure.in
Changes to packaging of linux classic build
2002-11-10 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-11-10 16:34 dimitr
M src/ipserver/ipc.h
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
Cleanup.
2002-11-10 16:27 nmcc
M src/jrd/os/posix/config_root.cpp
M src/make.new/config/config.h.in
Fix posix builds.
2002-11-10 15:38 dimitr
M src/jrd/winnt.cpp
Cleanup.
2002-11-10 14:46 dimitr
M builds/win32/msvc6/fbembed.dsp
M src/iscguard/cntl_guard.cpp
M src/remote/cntl.cpp
Cleanup.
2002-11-10 14:29 kkuznetsov
M src/lock/lock.cpp
M src/remote/inet.cpp
Fix some compile errors
2002-11-10 14:19 dimitr
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/engine.dsp
M builds/win32/msvc6/engine_classic.dsp
M builds/win32/msvc6/fbguard.dsp
Updated project files.
2002-11-10 14:09 dimitr
M src/iscguard/cntl_guard.cpp
M src/iscguard/iscguard.cpp
M src/iscguard/iscguard.h
D src/iscguard/iscguard_utils.cpp
M src/lock/fparamv3.h
M src/make.new/config/config.h.in
Cleanup.
2002-11-10 14:06 dimitr
M src/utilities/install_svc.cpp
M src/utilities/registry.cpp
M src/utilities/registry.h
Don't use the registry, use new config manager instead.
2002-11-10 14:04 dimitr
M src/jrd/arg.h
M src/jrd/file_params.h
M src/jrd/gds.cpp
M src/jrd/isc_win32.cpp
M src/jrd/pwd.h
M src/jrd/sort_mem.cpp
Cleanup and get rid of the registry.
2002-11-10 13:54 dimitr
M src/remote/cntl.cpp
D src/remote/nt_server.cpp
M src/remote/property.cpp
M src/remote/remote_def.h
M src/remote/srvr_w32.cpp
M src/remote/wnet.cpp
1. SRVR_pipe renamed to SRVR_wnet.
2. Registry entries are no longer used.
3. Wnet protocol is now controlled by -w switch (was: -n).
2002-11-10 13:41 dimitr
M src/common/config/config.cpp
M src/common/config/config.h
M src/common/config/config_impl.h
Guardian option is added to the config manager.
2002-11-10 09:48 dimitr
M src/common/config/config.cpp
M src/common/config/config.h
M src/common/config/config_impl.h
Allowed root directory to be overriden in the config file.
2002-11-10 07:58 dimitr
M src/dsql/parse.cpp
M src/dsql/parse.y
A bit improved parser's debug output. Thanks to Ignacio J. Ortega.
2002-11-10 07:48 dimitr
M src/dsql/parse.cpp
M src/dsql/parse.y
Fixed small parser bug. Thanks to Ignacio J. Ortega.
2002-11-09 23:03 fsg
M ChangeLog
Updated ChangeLog
2002-11-09 13:23 skywalker
M builds/posix/Makefile.in.boot.gpre
M builds/posix/Makefile.in.libfbcommon
M builds/posix/make.shared.variables
M configure.in
Slight changes for linux compile to work with new ConfigRoot class
2002-11-09 08:05 dimitr
M src/dsql/dsql.cpp
Committed Ignacio's fix for DSQL_pretty (affects debug builds only).
2002-11-09 01:42 arnobrinkman
M src/jrd/opt.cpp
Update for explicit PLAN support and little cosmetic changes.
2002-11-08 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-11-08 16:23 dimitr
M src/jrd/opt.cpp
Yep, I've joined with Arno in his struggle with the optimizer ;-)
2002-11-07 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-11-07 16:54 skywalker
M builds/posix/Makefile.in.firebird
add firebird.conf into files moved to install area
2002-11-07 16:53 skywalker
M src/install/classic/install.sh.in
A src/install/classic/makeInstallImage.sh.in
M src/install/classic/postinstall.sh.in
M src/install/classic/postuninstall.sh.in
M src/install/classic/preinstall.sh.in
M src/install/classic/preuninstall.sh.in
Changes to install procedure, basically finishing merge of some of
the fb1 install code into the fb2 codebase (the fb1 code had been
committed prematurely, this should fix those differences)
2002-11-07 14:06 eku
M configure.in
Fixed C&P error.
2002-11-07 13:05 eku
M configure.in
M src/make.new/config/config.h.in
Autoconfigured pipe name for wnet protocol.
2002-11-07 11:41 dimitr
M src/jrd/gds.cpp
Fixed old config manager usage.
2002-11-07 09:40 dimitr
D src/fbutil
We no longer need old config stuff.
2002-11-07 07:16 dimitr
M builds/win32/msvc6/fbguard.dsp
Removed redundant absolute path.
2002-11-06 23:06 fsg
M ChangeLog
Updated ChangeLog
2002-11-06 20:37 skidder
M configure.in
Make new config stuff compile on POSIX
2002-11-06 20:34 skidder
M src/jrd/all.cpp
Fixed memory corruption problem that prevented restore of databases with procedures using plan expressions with long index names
2002-11-06 20:26 skidder
M src/jrd/par.cpp
Fixed quoted identifiers problem in plan expressions
2002-11-06 20:25 skidder
M configure.in
Make new config stuff compile on POSIX
2002-11-06 20:18 skidder
M builds/posix/make.shared.variables
Make new config stuff compile on POSIX
2002-11-06 20:10 skidder
M builds/posix/make.shared.variables
Make new config stuff compile on POSIX
2002-11-06 19:23 arnobrinkman
M src/jrd/opt.cpp
no message
2002-11-06 15:19 kkuznetsov
M src/jrd/jrn.cpp
*** empty log message ***
2002-11-06 15:13 dimitr
M src/jrd/db_alias.cpp
M src/jrd/jrd.cpp
M src/jrd/sort_mem.cpp
Force everybody to use new config manager.
2002-11-06 15:10 dimitr
M builds/win32/msvc6/Firebird2.dsw
M builds/win32/msvc6/alice.dsp
A builds/win32/msvc6/alice_classic.dsp
M builds/win32/msvc6/burp.dsp
A builds/win32/msvc6/burp_classic.dsp
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/dsql_server.dsp
A builds/win32/msvc6/dsql_server_classic.dsp
A builds/win32/msvc6/engine.dsp
A builds/win32/msvc6/engine_classic.dsp
A builds/win32/msvc6/fb_inet_server.dsp
A builds/win32/msvc6/fb_lock_print.dsp
M builds/win32/msvc6/fbclient.dsp
A builds/win32/msvc6/fbembed.dsp
M builds/win32/msvc6/fbguard.dsp
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc6/gbak.dsp
M builds/win32/msvc6/gdef.dsp
M builds/win32/msvc6/gds32.dsp
M builds/win32/msvc6/gfix.dsp
M builds/win32/msvc6/gpre.dsp
M builds/win32/msvc6/gpre_boot.dsp
M builds/win32/msvc6/gsec.dsp
M builds/win32/msvc6/gstat.dsp
M builds/win32/msvc6/ib_udf.dsp
M builds/win32/msvc6/ib_util.dsp
M builds/win32/msvc6/instreg.dsp
M builds/win32/msvc6/instsvc.dsp
M builds/win32/msvc6/intl.dsp
M builds/win32/msvc6/ipserver.dsp
M builds/win32/msvc6/isql.dsp
M builds/win32/msvc6/lock.dsp
A builds/win32/msvc6/lock_classic.dsp
A builds/win32/msvc6/qli.dsp
M builds/win32/msvc6/remote.dsp
A builds/win32/msvc6/remote_classic.dsp
M builds/win32/msvc6/utilities.dsp
A builds/win32/msvc6/utilities_classic.dsp
M builds/win32/msvc6/wal.dsp
A builds/win32/msvc6/wal_classic.dsp
1. Reorganized project files.
2. Added fb_lock_print and qli.
3. Implemented classic and embedded servers.
4. Used new configuration manager.
2002-11-06 14:50 dimitr
M src/qli/err.cpp
M src/qli/parse.cpp
Cleanup.
2002-11-06 14:35 eku
M src/intl/ld.c
Need to include "firebird.h" to get the autoconf values.
2002-11-06 14:10 dimitr
M src/include/gen/autoconfig_msvc.h
M src/remote/wnet.cpp
Autoconfigured pipe name for wnet protocol.
2002-11-06 14:06 eku
M src/make.new/config/config.h.in
Corrected service name.
2002-11-06 13:39 dimitr
M configure.in
M src/include/gen/autoconfig_msvc.h
Corrected service name.
2002-11-06 13:03 dimitr
M configure.in
no message
2002-11-06 12:58 dimitr
A builds/posix/prefix.mingw
M configure.in
We're going to support win32 builds made with mingw.
2002-11-06 12:37 dimitr
M src/jrd/ibinitdll.cpp
Fixed IBX-related and other explicit loading issues.
2002-11-06 12:36 eku
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/install/arch-specific/sinixz/postinstall.in
M src/make.new/config/config.h.in
M src/remote/inet.cpp
M src/remote/ipc.cpp
M src/remote/ipc.h
M src/remote/wnet.cpp
M src/remote/xnet.cpp
Now you can specify the service name and port of the DB server via configure
--with-service-name specify inet service name (default=gds_db)
--with-service-port specify inet service port (default=3050)
So it's possible to run FB1 and FB2 together on the same machine.
2002-11-06 12:33 dimitr
M src/include/gen/autoconfig_msvc.h
M src/intl/ld.c
Fixed MAXPATHLEN cleanup for win32.
2002-11-06 07:23 eku
M src/jrd/intl.cpp
M src/remote/server.cpp
Fixed compiler warnings.
2002-11-06 07:21 eku
M src/include/gen/autoconfig_msvc.h
M src/make.new/config/config.h.in
Keep the order of the defines in sync with the tests in configure.in.
2002-11-06 07:19 eku
M src/intl/ld.h
M src/jrd/isc_cray.cpp
M src/jrd/isc_win32.cpp
M src/jrd/os2.cpp
M src/jrd/windows.cpp
M src/jrd/winnt.cpp
Do not redefine MAXPATHLEN. Always use the value supplied by the operating
system (header files).
2002-11-06 07:08 eku
M src/alice/alice.h
M src/alice/exe.cpp
M src/intl/ld.c
M src/ipserver/ipclient.cpp
M src/isql/isql_win.cpp
M src/jrd/common.h
M src/jrd/gds.cpp
M src/jrd/isc_file.cpp
M src/jrd/qatest.cpp
M src/jrd/svc.cpp
M src/jrd/unix.cpp
M src/jrd/why.c
M src/jrd/y-valve.cpp
M src/lock/lock.cpp
M src/lock/print.cpp
M src/lock/printv3.cpp
M src/pipe/head.cpp
M src/remote/inet.cpp
M src/remote/interface.cpp
M src/remote/ipc.cpp
M src/remote/wnet.cpp
M src/remote/xnet.cpp
M src/utilities/util.cpp
M src/wal/wal.h
Do not redefine MAXPATHLEN. Always use the value supplied by the operating
system (header files).
2002-11-06 03:07 arnobrinkman
M src/jrd/opt.cpp
M src/jrd/rse.h
New changes to the optimizer. Better backward compatibility with forced PLAN's
2002-11-05 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-11-05 16:49 skywalker
M builds/posix/make.shared.variables
M configure.in
M src/install/classic/postinstall.sh.in
M src/install/classic/postuninstall.sh.in
M src/install/classic/preinstall.sh.in
M src/install/classic/preuninstall.sh.in
A src/jrd/os/posix/config_root.cpp
M src/make.new/config/config.h.in
Added config_root.cpp file for posix.
2002-11-05 14:24 kkuznetsov
M src/jrd/event.cpp
Fix compile error
2002-11-05 13:48 kkuznetsov
M src/include/gen/autoconfig_msvc.h
M src/make.new/config/config.h.in
Add check for crypt.h
2002-11-05 13:46 kkuznetsov
M src/jrd/enc.cpp
*** empty log message ***
2002-11-05 13:15 kkuznetsov
M configure.in
Add check for crypt.h
2002-11-05 13:14 kkuznetsov
M builds/posix/prefix.solx86
My 'as' do not eat pipes
2002-11-05 01:51 nmcc
M builds/posix/Makefile.in.firebird
Add extern sub directory to make clean target.
2002-11-05 01:49 nmcc
M builds/posix/make.rules
M builds/posix/prefix.darwin
M builds/posix/prefix.freebsd
M builds/posix/prefix.linux
M builds/posix/prefix.sinixz
M builds/posix/prefix.solx86
Move compiler/platform specific cflags from make.rules to individual
platform prefix files.
2002-11-05 01:42 nmcc
M builds/posix/make.defaults
Use readline/editline setting from configure in makefiles.
2002-11-05 01:39 nmcc
M configure.in
Add Solaris Sparc as valid target.
2002-11-05 01:36 nmcc
M autogen.sh
Do not issue warning when already been told not to run configure.
2002-11-04 23:03 fsg
M ChangeLog
Updated ChangeLog
2002-11-04 21:57 arnobrinkman
M src/jrd/opt.cpp
Give ASC a higher priority against same selectivity indices.
2002-11-04 16:37 tamlin
A builds/win32/msvc6/README_MSVC6.txt
no message
2002-11-04 16:35 tamlin
M builds/win32/msvc6/isql.dsp
Fix isql debug build line input
2002-11-04 15:12 skidder
M src/jrd/build_no.h
M src/jrd/dfw.epp
M src/jrd/dyn_del.epp
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/par.cpp
M src/jrd/vio.cpp
Stored procedures are no longer recompiled before deletion
2002-11-04 13:57 eku
M configure.in
M src/burp/canonical.cpp
M src/csv/csi.cpp
M src/csv/csv.cpp
M src/dudley/hsh.cpp
M src/include/gen/autoconfig_msvc.h
M src/jrd/common.h
M src/jrd/iberr.cpp
M src/make.new/config/config.h.in
M src/qli/hsh.cpp
M src/remote/ibconfig.cpp
M src/remote/interface.cpp
M src/utilities/srvrmgr.cpp
More status vector cleanups (ISC_STATUS_LENGTH).
Autoconf checks for xdr_hyper.
2002-11-04 11:19 eku
M src/csv/csi.cpp
M src/intl/dtest.c
M src/jrd/builtin.cpp
M src/jrd/divorce.cpp
M src/jrd/event.cpp
M src/jrd/isc.cpp
M src/jrd/isc_cray.cpp
M src/jrd/isc_ipc.cpp
M src/jrd/log.cpp
M src/jrd/svc.cpp
M src/lock/lock.cpp
M src/remote/inet.cpp
M src/utilities/srvrmgr.cpp
M src/wal/wal.cpp
Arrays that hold filenames must be at least MAXPATHLEN long.
2002-11-04 09:04 eku
M src/jrd/isc_sync.cpp
Autoconf cleanup: signal.h and sys/signal.h
2002-11-04 09:03 eku
M src/gpre/hsh.cpp
Fixed compiler warning.
2002-11-04 08:48 dimitr
M src/remote/remote_def.h
M src/remote/srvr_w32.cpp
Cleanup.
2002-11-04 08:07 eku
M configure.in
Fixed C&P error in help text.
2002-11-03 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-11-03 22:27 tamlin
M src/remote/interface.cpp
Trimmed compiler warnings.
2002-11-03 22:26 tamlin
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/jrd/dyn_def.epp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/gdsold.h
M src/jrd/met.epp
Fixed gds__vtov to use native char type, and const correct.
2002-11-03 22:23 tamlin
M src/gpre/c_cxx.cpp
Fixed a warning pragma.
2002-11-03 22:22 tamlin
M src/gpre/gpre_meta.epp
Removed unused local variables
2002-11-03 22:03 dimitr
M src/jrd/license.h
M src/remote/property.cpp
M src/remote/window.cpp
Cleanup.
2002-11-03 22:02 dimitr
M src/remote/remote_def.h
M src/remote/srvr_w32.cpp
Changed remote server initialization for Win32 CS builds.
2002-11-03 17:29 skidder
M src/jrd/dyn.epp
M src/jrd/exe.cpp
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
Reworked savepoint stuff a little
2002-11-03 16:48 dimitr
M src/jrd/os/thd_priority.h
Enabled priority scheduler for win32 builds.
2002-11-03 16:30 dimitr
M src/intl/lc_latin1.c
M src/intl/ld.c
A src/intl/win1251_ua.h
M src/jrd/intlnames.h
New collate for WIN1251 charset.
2002-11-03 16:26 dimitr
A src/common/config
A src/common/config/config.cpp
A src/common/config/config.h
A src/common/config/config_file.cpp
A src/common/config/config_file.h
A src/common/config/config_impl.h
A src/jrd/os/config_root.h
A src/jrd/os/win32/config_root.cpp
New configuration manager.
2002-11-03 15:41 dimitr
M builds/win32/msvc6/fbclient.def
M builds/win32/msvc6/fbclient_debug.def
M builds/win32/msvc6/gds32.def
M builds/win32/msvc6/gds32_debug.def
M builds/win32/msvc6/ib_udf.def
M builds/win32/msvc6/ib_util.def
Disallowed export by ordinals and some cleanup.
2002-11-02 23:05 fsg
M ChangeLog
Updated ChangeLog
2002-11-02 17:25 skidder
M configure.in
Make engine compilable on systems that apply autoconf version mentioned in AC_PREREQ like Mandrake 9.0
2002-11-02 17:23 skidder
M src/remote/remote.h
Make engine compilable again after Sean's cleanup
2002-11-02 11:03 dimitr
M src/jrd/isc.cpp
Disabled directory handling for the client library.
2002-11-02 03:20 arnobrinkman
M src/jrd/btr.h
M src/jrd/opt.cpp
Added better support for using indices with "OR".
Pick the best available compound index from all "AND" nodes.
2002-11-02 03:15 arnobrinkman
M src/jrd/rse.h
no message
2002-11-01 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-11-01 13:22 kkuznetsov
M builds/posix/Makefile.in.boot.gpre
M builds/posix/prefix.solx86
M configure.in
*** empty log message ***
2002-11-01 13:21 kkuznetsov
M src/jrd/isc_sync.cpp
M src/jrd/thd.cpp
for Solaris port steps
2002-11-01 08:53 dimitr
M src/dsql/parse.y
Cleanup.
2002-10-31 23:12 fsg
M ChangeLog
Updated ChangeLog
2002-10-31 16:07 alexpeshkoff
M builds/win32/msvc6/fbserver.dsp
Minor bug while cleaning netware port
2002-10-31 13:08 dimitr
M src/dsql/parse.y
A bit more cleanup.
2002-10-31 12:22 dimitr
M src/dsql/pass1.cpp
Let's report real statement, not it's internal meaning.
2002-10-31 12:15 dimitr
M src/jrd/ail.cpp
A bit more cleanup.
2002-10-31 12:11 dimitr
M src/jrd/ail.cpp
Finilized Sean's cleanup.
2002-10-31 12:01 dimitr
M src/dsql/pass1.cpp
Disallowed Nickolay's SAVEPOINT feature for SPs/triggers.
2002-10-31 11:58 dimitr
M src/jrd/isc_file.cpp
M src/jrd/par.cpp
M src/remote/property.cpp
M src/remote/server.cpp
M src/wal/wal_prnt.cpp
Finilized Sean's cleanup.
2002-10-31 11:28 dimitr
M src/dsql/parse.cpp
Cleaned up to remove those damned line numbers.
2002-10-31 11:26 dimitr
M src/jrd/os/thd_priority.h
Disallowed new priority scheduler for CS builds.
2002-10-31 10:38 dimitr
M src/jrd/blb.cpp
M src/jrd/dpm.epp
Fixed a porting error that led up to database corruption (damaged blob pages).
2002-10-31 05:33 seanleyne
M src/journal/server.e
M src/jrd/file_params.h
M src/jrd/isc.cpp
M src/jrd/isc_file.cpp
M src/jrd/license.h
M src/lock/fparamv3.h
M src/remote/inet.cpp
Removed obsolete "SUN3_3" port
2002-10-31 05:09 seanleyne
M src/intl/ld.h
Removed support for obsolete "MS_DOS" define
2002-10-31 05:06 seanleyne
M src/alice/alice.cpp
M src/alice/exe.cpp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/canonical.cpp
M src/csv/csi.h
M src/csv/css.cpp
M src/dudley/lex.cpp
M src/dudley/parse.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/include/gen/autoconfig_msvc.h
M src/isql/isql.h
M src/jrd/ail.cpp
M src/jrd/ail.h
M src/jrd/all_old.h
M src/jrd/alt.cpp
M src/jrd/arg.h
M src/jrd/btr.cpp
M src/jrd/cmp.cpp
M src/jrd/common.h
M src/jrd/dpm.epp
M src/jrd/enc.cpp
M src/jrd/exe.cpp
M src/jrd/fil.h
M src/jrd/file_params.h
M src/jrd/gds.cpp
M src/jrd/intl.cpp
M src/jrd/isc.cpp
M src/jrd/isc.h
M src/jrd/isc_file.cpp
M src/jrd/isc_ipc.cpp
M src/jrd/isc_s_proto.h
M src/jrd/jio.cpp
M src/jrd/lck.cpp
M src/jrd/license.h
M src/jrd/ods.h
M src/jrd/perf.cpp
M src/jrd/perf.h
M src/jrd/pio.h
M src/jrd/rse.cpp
M src/jrd/sbm.h
M src/jrd/sort.cpp
M src/jrd/utl.cpp
M src/jrd/val.h
M src/jrd/why.c
M src/jrd/y-valve.cpp
M src/make.new/config/config.h.in
M src/msgs/build_file.epp
M src/qli/dtr.cpp
M src/qli/help.epp
M src/qli/lex.cpp
M src/qli/proc.epp
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/remote/remote.h
M src/remote/server.cpp
M src/wal/wal_proto.h
Removed support for obsolete "PC_PLATFORM" define
2002-10-30 23:04 fsg
M ChangeLog
Updated ChangeLog
2002-10-30 14:49 kkuznetsov
M configure.in
Add search for SFIO library
2002-10-30 14:47 kkuznetsov
M src/common/memory/memory_pool.cpp
And link mmap_anon hear
2002-10-30 14:46 kkuznetsov
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
Reincarnated mmap_anon for solarises pre 2.8
2002-10-30 06:40 seanleyne
M builds/win32/msvc6/fbserver.dsp
M src/alice/alice.cpp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/canonical.cpp
M src/burp/mvol.cpp
M src/common/memory/memory_pool.cpp
M src/dsql/dsql.cpp
M src/dsql/errd.cpp
M src/dsql/user_dsql.cpp
M src/dsql/utld.cpp
M src/dudley/lex.cpp
M src/include/gen/autoconfig_msvc.h
M src/intl/ld.h
M src/ipserver/ipclient.cpp
M src/journal/archive.cpp
M src/journal/console.cpp
M src/journal/gjrn.cpp
M src/journal/rebuild.e
M src/journal/server.e
M src/jrd/ail.cpp
M src/jrd/ail.h
M src/jrd/all_old.h
M src/jrd/alt.cpp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/common.h
M src/jrd/dpm.epp
M src/jrd/dyn_def.epp
M src/jrd/enc.cpp
M src/jrd/err.cpp
M src/jrd/event.cpp
M src/jrd/ext.cpp
M src/jrd/fil.h
M src/jrd/file_params.h
M src/jrd/fun.epp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/grant.epp
M src/jrd/iberr.h
M src/jrd/intl.cpp
M src/jrd/isc.cpp
M src/jrd/isc.h
M src/jrd/isc_file.cpp
M src/jrd/isc_ipc.cpp
M src/jrd/isc_s_proto.h
M src/jrd/isc_sync.cpp
M src/jrd/jio.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/jrd_time.h
M src/jrd/jrn.cpp
M src/jrd/lck.cpp
M src/jrd/license.h
M src/jrd/llio.cpp
M src/jrd/met.epp
M src/jrd/misc.cpp
M src/jrd/misc.h
D src/jrd/netware.cpp
M src/jrd/nlm_thd.h
M src/jrd/ods.h
M src/jrd/opt.cpp
M src/jrd/pag.cpp
M src/jrd/par.cpp
M src/jrd/perf.h
M src/jrd/pio.h
M src/jrd/pwd.h
M src/jrd/rse.cpp
M src/jrd/sbm.h
M src/jrd/sch.cpp
M src/jrd/sort.cpp
M src/jrd/status.cpp
M src/jrd/svc.cpp
M src/jrd/thd.cpp
M src/jrd/thd.h
M src/jrd/time.h
M src/jrd/utl.cpp
M src/jrd/val.h
M src/jrd/vio.cpp
M src/jrd/why.c
M src/jrd/y-valve.cpp
M src/lock/lock.cpp
M src/lock/lock.h
M src/lock/print.cpp
M src/pipe/head.cpp
M src/remote/divorce.cpp
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/remote/interface.cpp
M src/remote/remote.h
M src/remote/remote_def.h
M src/remote/server.cpp
M src/remote/xdr.cpp
M src/remote/xdr.h
M src/remote/xnet.cpp
M src/utilities/dba.epp
M src/utilities/dba_full.epp
M src/utilities/drop.cpp
M src/utilities/ibmgr.cpp
M src/utilities/sbc_print.cpp
M src/wal/wal.cpp
M src/wal/wal_prnt.cpp
M src/wal/wal_proto.h
M src/wal/walc.cpp
M src/wal/walw.cpp
M src/wal/wstat_proto.h
M src/wal/wstatus.cpp
Removed obsolete "Netware" port
2002-10-30 05:04 seanleyne
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbserver.dsp
M builds/win32/msvc6/remote.dsp
M src/jrd/alt.cpp
M src/jrd/doserr.h
M src/jrd/ibase.h
M src/jrd/isc_f_proto.h
M src/jrd/isc_file.cpp
M src/remote/depends.mak
M src/remote/dllshell.cpp
M src/remote/interface.cpp
M src/remote/makefile.mak
M src/remote/neterr.h
D src/remote/netwcon.cpp
D src/remote/nlmtst.def
D src/remote/nwserv.cpp
M src/remote/property.cpp
M src/remote/remote.def
M src/remote/remote_def.h
D src/remote/spxesr.cpp
D src/remote/spxne_proto.h
D src/remote/spxnet.cpp
D src/remote/spxnet32.cpp
D src/remote/spxnet32_proto.h
D src/remote/spxwi_proto.h
D src/remote/spxwin.cpp
D src/remote/spxwin.h
Removed support for obsolete IPX/SPX Protocol
2002-10-29 23:07 fsg
M ChangeLog
Updated ChangeLog
2002-10-29 20:20 skidder
A builds/posix/Makefile.in.codes
M builds/posix/Makefile.in.firebird
M configure.in
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
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
M src/dsql/pass1_proto.h
M src/include/gen/blrtable.h
M src/include/gen/codes.h
M src/include/gen/codetext.h
M src/include/gen/gds_codes.ftn
M src/include/gen/gds_codes.pas
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/blr.h
M src/jrd/blrtable.cpp
M src/jrd/cmp.cpp
M src/jrd/dyn.epp
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/ibase.h
M src/jrd/ids.m
M src/jrd/nod.h
M src/jrd/par.cpp
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
M src/msgs/msg.gbak
Merging changes from skidder branch - explicit locks, savepoints, build system changes
2002-10-29 16:31 tamlin
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/burp_proto.h
M src/burp/mvol.cpp
M src/burp/mvol_proto.h
M src/burp/restore.epp
const correctness, 64-bit backup reporting (currently disabled by macro TMN_THINKS_NS_SHOULD_FIX_THIS until msg DB is updated)
2002-10-29 16:28 tamlin
M src/dudley/ddl.cpp
removed unused locals
2002-10-29 16:27 tamlin
M src/jrd/blb.cpp
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/cvt_proto.h
M src/jrd/dfw.epp
M src/jrd/err.cpp
M src/jrd/err_proto.h
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/intl.cpp
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/mov.cpp
M src/jrd/mov_proto.h
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/jrd/par_proto.h
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/svc_proto.h
const correctness etc
2002-10-29 16:26 tamlin
M src/utilities/cmd_util.cpp
M src/utilities/cmd_util_proto.h
const correctness
2002-10-29 13:46 dimitr
M src/jrd/svc.cpp
Cleanup.
2002-10-29 13:24 dimitr
M src/remote/inet.cpp
M src/remote/wnet.cpp
Win32 classic changes.
2002-10-29 06:35 dimitr
M src/jrd/dpm.epp
Fixed a porting error that led up to memory corruption.
2002-10-29 03:37 seanleyne
M src/gpre/cob.cpp
M src/gpre/gpre.h
M src/jrd/flu.cpp
M src/jrd/flu.h
M src/jrd/license.h
Code clean, removed obsolete "HP700" port
2002-10-29 03:33 seanleyne
D src/makefiles/prefix.decosf
D src/makefiles/prefix.hp700
D src/makefiles/prefix.sgi
D src/makefiles/prefix.ul
Delete prefix files for obsolete ports
2002-10-29 03:31 seanleyne
M src/gpre/ftn.cpp
M src/gpre/gpre.h
M src/include/gen/autoconfig_msvc.h
M src/jrd/common.h
M src/jrd/flu.cpp
M src/jrd/isc_sync.cpp
M src/jrd/license.h
M src/jrd/pag.cpp
M src/jrd/shrinit.cpp
M src/jrd/why.c
M src/jrd/y-valve.cpp
M src/lock/lock.h
M src/lock/lockv3.h
M src/lock/print.cpp
M src/make.new/config/config.h.in
M src/remote/inet_server.cpp
M src/remote/protocol.cpp
M src/remote/remote_def.h
M src/v5_examples/align.h
Code cleanup, removed obsolete "SGI" port
2002-10-29 03:17 seanleyne
M src/gpre/c_cxx.cpp
M src/jrd/align.h
M src/jrd/blb.cpp
M src/jrd/blb.h
M src/jrd/btr.h
M src/jrd/common.h
M src/jrd/exe.cpp
M src/jrd/flu.cpp
M src/jrd/isc_file.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.h
M src/jrd/license.h
M src/jrd/pag.cpp
M src/jrd/why.c
M src/jrd/y-valve.cpp
M src/lock/lock.h
M src/remote/inet_server.cpp
M src/remote/interface.cpp
M src/remote/protocol.h
M src/remote/remote_def.h
M src/v5_examples/align.h
Code cleanup, removed obsolete "DecOSF" port
2002-10-29 02:59 seanleyne
M src/dsql/errd.cpp
M src/dsql/user_dsql.cpp
M src/include/gen/autoconfig_msvc.h
M src/ipserver/ipclient.cpp
M src/journal/journal_vms.e
M src/jrd/err.cpp
M src/jrd/iberr.h
M src/jrd/pag.cpp
M src/jrd/par.cpp
M src/jrd/status.cpp
M src/jrd/utl.cpp
M src/jrd/why.c
M src/jrd/y-valve.cpp
Code cleanup, removed obsolete "MPEXL" port
2002-10-29 02:48 seanleyne
M src/intl/langdrv.h
D src/makefiles/prefix.dg
Completed removal of obsolete "DG" port
2002-10-29 02:45 seanleyne
M src/gpre/cob.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.h
M src/include/gen/autoconfig_msvc.h
M src/jrd/common.h
M src/jrd/cvt.cpp
M src/jrd/flu.cpp
M src/jrd/isc.cpp
M src/jrd/isc_cray.cpp
M src/jrd/isc_file.cpp
M src/jrd/isc_ipc.cpp
M src/jrd/isc_sync.cpp
M src/jrd/license.h
M src/jrd/pag.cpp
M src/jrd/thd.cpp
M src/jrd/thd.h
M src/lock/lock.h
M src/lock/lockv3.h
M src/remote/inet.cpp
M src/remote/remote_def.h
Removed obsolete "DGUX" port
2002-10-28 23:03 fsg
M ChangeLog
Updated ChangeLog
2002-10-28 15:34 alexpeshkoff
M builds/win32/msvc6/fbserver.dsp
Threads' priority scheduling in Win32
Added thd_priority.cpp to project file
Inactive by default
To bring to active state uncomment
//#define THREAD_PSCHED
in thd_priority.h
2002-10-28 12:17 dimitr
M src/misc/writeBuildNum.sh
Next version is alpha 4.
2002-10-28 10:16 dimitr
M src/remote/nt_server.cpp
M src/utilities/services.cpp
Win32 classic changes.
2002-10-28 06:47 dimitr
M builds/win32/msvc6/Firebird2.dsw
Small correction.
2002-10-28 05:39 seanleyne
M src/jrd/license.h
Code Cleanup, removed obsolete "ALPHA_NT" port
2002-10-28 05:24 seanleyne
M src/intl/langdrv.h
Completed removal of "NeXT" port
2002-10-28 05:19 seanleyne
M src/alice/tdr.cpp
M src/burp/canonical.cpp
M src/gpre/gpre.h
M src/include/gen/autoconfig_msvc.h
M src/intl/langdrv.h
M src/intl/ld.h
M src/jrd/common.h
M src/jrd/isc_cray.cpp
M src/jrd/isc_file.cpp
M src/jrd/license.h
M src/jrd/pag.cpp
M src/jrd/utl.cpp
M src/lock/lock.h
M src/lock/lockv3.h
M src/lock/print.cpp
M src/remote/inet.cpp
M src/remote/interface.cpp
M src/remote/protocol.cpp
M src/remote/protocol.h
M src/remote/remote_def.h
M src/v5_examples/align.h
Code Cleanup, removed obsolete "Ultrix" and "Ultrix/MIPS" ports
2002-10-28 04:57 seanleyne
M src/burp/misc.cpp
M src/gpre/cob.cpp
M src/gpre/gpre.h
M src/include/gen/autoconfig_msvc.h
M src/journal/console.cpp
M src/jrd/common.h
M src/jrd/flu.cpp
M src/jrd/isc_file.cpp
M src/jrd/isc_ipc.cpp
M src/jrd/license.h
M src/jrd/pag.cpp
M src/jrd/utl.cpp
M src/lock/lock.h
M src/lock/lockv3.h
D src/makefiles/prefix.unixware
M src/pipe/head.cpp
M src/remote/inet.cpp
M src/remote/remote_def.h
Code Cleanup, removed obsolete "UNIXWARE" port
2002-10-28 04:44 seanleyne
M src/jrd/isc_sync.cpp
Completed removal of obsolete "M88K" port
2002-10-28 04:42 seanleyne
M src/gpre/cob.cpp
M src/jrd/common.h
M src/jrd/isc_sync.cpp
M src/jrd/license.h
M src/jrd/pag.cpp
M src/jrd/utl.cpp
M src/jrd/why.c
M src/jrd/y-valve.cpp
D src/makefiles/prefix.dg_x86
M src/remote/remote_def.h
Completed removal of obsolete "DG_X86" port
2002-10-28 03:52 seanleyne
M src/jrd/svc.cpp
M src/lock/lock.cpp
M src/utilities/drop.cpp
M src/wal/wal.cpp
Completed removal of obsolete "IMP" port
2002-10-28 03:47 seanleyne
M src/jrd/llio.cpp
M src/jrd/svc.cpp
M src/jrd/unix.cpp
M src/lock/lock.cpp
M src/lock/print.cpp
M src/pipe/head.cpp
M src/utilities/drop.cpp
M src/wal/wal.cpp
Completed removal of obsolete "DELTA" port
2002-10-28 03:40 seanleyne
D src/makefiles/prefix.ap
D src/makefiles/prefix.ax
D src/makefiles/prefix.cray
D src/makefiles/prefix.delta
D src/makefiles/prefix.epson
D src/makefiles/prefix.hm300
D src/makefiles/prefix.imp
D src/makefiles/prefix.m88k
D src/makefiles/prefix.nxt
D src/makefiles/prefix.os2
Deleted 'prefix.' files for old/deleted ports
2002-10-27 22:17 fsg
M ChangeLog
Updated ChangeLog
2002-10-27 12:51 dimitr
M src/lock/lock.cpp
Rolled back my change, because it breaked unix builds.
2002-10-26 22:03 fsg
M ChangeLog
Updated ChangeLog
2002-10-26 21:16 arnobrinkman
M src/jrd/opt.cpp
AB: Added support for detecting use of index with sub-selects in aggregate selects
2002-10-26 13:26 dimitr
M doc/WhatsNew
Added alpha 3 changes.
2002-10-26 12:34 dimitr
M src/jrd/svc.h
Small correction.
2002-10-26 08:32 dimitr
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbserver.dsp
Corrected project files.
2002-10-26 08:21 dimitr
M src/jrd/sort_mem.cpp
M src/jrd/sort_mem.h
Global usage of "size_t" data type instead of "long".
2002-10-25 22:03 fsg
M ChangeLog
Updated ChangeLog
2002-10-25 16:28 alexpeshkoff
A src/jrd/os/thd_priority.h
A src/jrd/os/win32/thd_priority.cpp
M src/jrd/sch.cpp
M src/jrd/thd_win32.cpp
M src/remote/cntl.cpp
Threads' priority scheduling in Win32
Inactive by default
To bring to active state uncomment
//#define THREAD_PSCHED
in thd_priority.h
2002-10-25 14:08 dimitr
D src/misc/status.cpp
D src/misc/status.h
Removed duplicated files. Absolutely the same ones still exist in /jrd.
2002-10-25 08:29 dimitr
M src/dsql/pass1.cpp
Re-allowed plans in triggers.
2002-10-24 22:06 fsg
M ChangeLog
Updated ChangeLog
2002-10-24 15:41 dimitr
M src/utilities/install_svc.cpp
Cleanup.
2002-10-24 15:39 dimitr
M src/iscguard/iscguard_utils.cpp
ISC_STATUS_LENGTH correction.
2002-10-24 15:18 dimitr
M src/remote/window.cpp
Cleanup.
2002-10-24 14:53 dimitr
M src/jrd/isc_ipc.cpp
M src/lock/lock.cpp
Cleanup.
2002-10-24 14:02 dimitr
M builds/win32/msvc6/ib_udf.def
no message
2002-10-24 12:01 tamlin
M builds/win32/msvc6/gfix.dsp
Make gfix compile in debug mode.
2002-10-24 11:16 tamlin
M src/jrd/jrd.cpp
Compile without warnings on MSVC6.
2002-10-24 11:13 dimitr
M src/jrd/why.c
M src/jrd/y-valve.cpp
More complete implementation of my 2PC related fix.
2002-10-24 09:13 eku
M src/remote/inet.cpp
Removed latestr checkin (private modifications).
2002-10-24 09:01 eku
M src/alice/tdr.cpp
M src/burp/backup.epp
M src/burp/burp.h
M src/burp/canonical.cpp
M src/burp/restore.epp
M src/csv/csi.cpp
M src/csv/csi.h
M src/csv/csu.cpp
M src/csv/csv.cpp
M src/csv/print.cpp
M src/dsql/metd.epp
M src/dsql/movd.cpp
M src/dsql/preparse.cpp
M src/dsql/user_dsql.cpp
M src/dudley/exe.epp
M src/dudley/extract.epp
M src/dudley/lex.cpp
M src/gpre/form.cpp
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/install/arch-specific/sinixz/prototype.in
M src/ipserver/ipc.h
M src/iscguard/iscguard.cpp
M src/iscguard/iscguard_utils.cpp
M src/isql/show.epp
M src/journal/archive.cpp
M src/journal/console.cpp
M src/journal/gjrn.cpp
M src/journal/journal.h
M src/journal/oldr.cpp
M src/jrd/ail.cpp
M src/jrd/all_old.cpp
M src/jrd/alt.cpp
M src/jrd/cch.cpp
M src/jrd/common.h
M src/jrd/dfw.epp
M src/jrd/dyn.epp
M src/jrd/event.cpp
M src/jrd/functions.cpp
M src/jrd/gds.cpp
M src/jrd/ibase.h
M src/jrd/iberr.cpp
M src/jrd/isc.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/jrn.cpp
M src/jrd/map.cpp
M src/jrd/met.epp
M src/jrd/old.cpp
M src/jrd/pag.cpp
M src/jrd/perf.cpp
M src/jrd/print.cpp
M src/jrd/pwd.cpp
M src/jrd/rdb.cpp
M src/jrd/rdbgpas.cpp
M src/jrd/rdbint.cpp
M src/jrd/rng.cpp
M src/jrd/sdw.cpp
M src/jrd/svc.cpp
M src/jrd/utl.cpp
M src/jrd/why.c
M src/jrd/y-valve.cpp
M src/lock/driver.cpp
M src/lock/lock.cpp
M src/lock/manager.cpp
M src/lock/print.cpp
M src/lock/printv3.cpp
M src/pipe/foot.cpp
M src/qli/all.cpp
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/form.cpp
M src/qli/format.cpp
M src/qli/gener.cpp
M src/qli/lex.cpp
M src/qli/meta.epp
M src/qli/noform.cpp
M src/qli/proc.epp
M src/qli/show.epp
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/remote/interface.cpp
M src/remote/ipc_server.cpp
M src/remote/mgr.cpp
M src/remote/nt_server.cpp
M src/remote/nwserv.cpp
M src/remote/remote.h
M src/remote/server.cpp
M src/remote/srvr_w32.cpp
M src/utilities/cache.cpp
M src/utilities/create_db.cpp
M src/utilities/dba_full.epp
M src/utilities/drop.cpp
M src/utilities/dropv3.cpp
M src/utilities/print_pool.cpp
M src/utilities/sbc_print.cpp
M src/utilities/security.epp
M src/v5_examples/api1.c
M src/v5_examples/api10.c
M src/v5_examples/api11.c
M src/v5_examples/api12.c
M src/v5_examples/api13.c
M src/v5_examples/api15.c
M src/v5_examples/api16.c
M src/v5_examples/api16t.c
M src/v5_examples/api2.c
M src/v5_examples/api3.c
M src/v5_examples/api4.c
M src/v5_examples/api5.c
M src/v5_examples/api6.c
M src/v5_examples/api7.c
M src/v5_examples/api8.c
M src/v5_examples/api9.c
M src/v5_examples/apifull.c
M src/v5_examples/empbuild.c
M src/v5_examples/winevent.c
M src/wal/driver.cpp
M src/wal/wal.cpp
M src/wal/wal_prnt.cpp
M src/wal/walc.cpp
M src/wal/walw.cpp
Code cleanup:
Since we already have the define ISC_STATUS_LENGTH for the the length of
the status vector, we should use it! Replaced 'status[20]' with
'status[ISC_STATUS_LENGTH]'.
Replaced the different symbolic names for the maximum length of a path
(MAX_PATH, MAX_PATH_LENGTH, MAXPATHLEN) with one uniq symbol MAXPATHLEN.
2002-10-23 22:04 fsg
M ChangeLog
Updated ChangeLog
2002-10-22 22:04 fsg
M ChangeLog
Updated ChangeLog
2002-10-22 08:05 dimitr
M src/burp/restore.epp
Commited Ignacio's fix for uninitialized variables in burp.
2002-10-19 22:02 fsg
M ChangeLog
Updated ChangeLog
2002-10-19 09:05 dimitr
M src/jrd/exe.cpp
Fixed a possible buffer overrun.
2002-10-19 00:56 arnobrinkman
M src/dsql/pass1.cpp
AB: "cosmetic changes"
2002-10-19 00:49 arnobrinkman
M src/dsql/make.cpp
AB: "cosmetic changes"
2002-10-19 00:32 arnobrinkman
M src/dsql/pass1.cpp
AB: bug fixed with sub-select and group by clause and cosmetic changes
2002-10-18 22:04 fsg
M ChangeLog
Updated ChangeLog
2002-10-18 14:40 dimitr
M src/jrd/jrd.cpp
Fixed one more 2PC related bug.
2002-10-18 13:41 dimitr
M src/jrd/vio.cpp
Rolled back my bugfix. It does solve the mentioned problem, but introduces much more additional (unexpected) pain.
2002-10-18 13:26 dimitr
M src/jrd/why.c
M src/jrd/y-valve.cpp
Fixed incorrect 2PC behaviour with a rollback of a distributed transaction.
2002-10-18 11:11 dimitr
M builds/win32/msvc6/fbclient.dsp
Added proper version information for the both client libraries.
2002-10-18 09:14 dimitr
M builds/win32/msvc6/gpre.dsp
Small correction.
2002-10-18 05:12 fsg
M ChangeLog
Updated ChangeLog
2002-10-18 04:55 stryqx
M src/jrd/thd.cpp
Fix preprocessor statement.
2002-10-16 22:03 fsg
M ChangeLog
Updated ChangeLog
2002-10-16 08:40 eku
M src/dsql/preparse.cpp
Eventually fixed redefinition of PAGESIZE.
2002-10-16 08:38 eku
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/jrd/isc_sync.cpp
M src/make.new/config/config.h.in
Autoconf: check for function getpagesize.
2002-10-14 22:09 fsg
M ChangeLog
Updated ChangeLog
2002-10-14 09:21 eku
M builds/posix/Makefile.in.refDatabases
The file permissions must match the database attribute (read-only), otherwise
gpre will fail.
2002-10-14 05:40 fsg
M ChangeLog
Updated ChangeLog
2002-10-13 10:30 dimitr
M src/jrd/scl.epp
M src/jrd/winnt.cpp
Fixed one possible bug and one typo.
2002-10-13 10:24 dimitr
M src/jrd/ibase.h
M src/jrd/intlnames.h
Fixed a few little bugs.
2002-10-12 22:02 fsg
M ChangeLog
Updated ChangeLog
2002-10-12 20:27 skidder
M src/jrd/opt.cpp
Move nulls first/last code out of SCROLLABLE_CURSORS ifdef
2002-10-12 19:46 skidder
M src/jrd/opt.cpp
Fixed problem which caused complex outer joins to produce wrong results
2002-10-12 19:39 skidder
M src/jrd/opt.cpp
Fixed problem which caused complex outer joins to produce wrong results
2002-10-12 11:16 dimitr
M src/remote/cntl.cpp
M src/remote/nt_server.cpp
M src/remote/srvr_w32.cpp
M src/utilities/install_nt.h
M src/utilities/install_svc.cpp
Made the codebase ready for the win32 classic builds.
2002-10-12 11:07 dimitr
M src/jrd/svc.cpp
Made the codebase ready for the win32 classic builds.
2002-10-12 10:03 dimitr
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/gds32.dsp
A src/jrd/isc_version.rc
Added proper version information for the both client libraries.
2002-10-12 08:13 stryqx
M src/qli/err.cpp
Implicit cast breaks FreeBSD build.
2002-10-12 05:21 stryqx
M src/jrd/os/mod_loader.h
M src/jrd/os/path_utils.h
Quiet newline warning
2002-10-12 04:59 stryqx
A builds/posix/prefix.freebsd
Add prefix.freebsd.
2002-10-12 04:16 stryqx
M src/common/memory/memory_pool.cpp
M src/jrd/common.h
M src/jrd/flu.cpp
M src/jrd/gds.cpp
M src/jrd/isc_file.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.h
M src/jrd/thd.cpp
M src/jrd/thd.h
Add FreeBSD support.
This allows me to compile CS on FreeBSD 4.7 using gcc 3.2.1.
2002-10-12 04:12 stryqx
M src/extlib/fbudf/fbudf.cpp
M src/extlib/fbudf/fbudf.h
M src/extlib/fbudf/fbudf.sql
Rename truncate to fbtruncate to avoid conflict with standard C/C++ library.
2002-10-12 04:05 stryqx
M src/qli/exe.cpp
Include string.h for memcpy definition for those systems that need it.
2002-10-11 22:03 fsg
M ChangeLog
Updated ChangeLog
2002-10-11 21:41 skywalker
M builds/posix/Makefile.in.refDatabases
Changed restore of isc4.gdb to not have read_only option
2002-10-11 04:40 fsg
M ChangeLog
Updated ChangeLog
2002-10-10 19:32 eku
M builds/posix/Makefile.in.embed.qli
M src/qli/dtr.cpp
M src/qli/err.cpp
M src/qli/exe.cpp
Fixed compilation of qli.
2002-10-10 18:49 fsg
M ChangeLog
Updated ChangeLog
2002-10-10 12:52 dimitr
M src/dsql/preparse.cpp
Commented out because MSVC doesn't understand such a preprocessor directive.
2002-10-10 11:44 dimitr
M src/misc/writeBuildNum.sh
Make sure the next version is Alpha 3.
2002-10-10 06:48 eku
M configure.in
Compilation of the editline library depends on configure switches.
2002-10-10 06:47 eku
M builds/posix/Makefile.in.firebird
Compilation of the editline library depends on configure switches.
Added qli to the CS targets (needed by TCS).
2002-10-09 19:48 fsg
M ChangeLog
Updated ChangeLog
2002-10-09 12:32 skidder
M doc/WhatsNew
Added my unmentioned change
2002-10-09 11:28 skidder
M src/extern/editline/Makefile
Fixed to make posix build work
2002-10-08 11:46 dimitr
M src/jrd/db_alias.cpp
Re-read aliases config file every time any database is attached.
2002-10-08 09:42 eku
M builds/posix/prefix.sinixz
Updated settings with SINIX-2000 environment
2002-10-08 05:12 eku
M src/dsql/preparse.cpp
Added warning. One needs to rename PAGESIZE to something different. It's
already defined in 'sys/param.h'.
2002-10-07 15:09 fsg
M ChangeLog
ChangeLog updated
2002-10-07 13:33 eku
M src/jrd/svc.cpp
M src/jrd/svc.h
Service API:
o fixed SVC_TRMNTR parsing
o fixed -svc/-svc_thd argument passing
o re-enabled API on CS (SINIX-Z)
2002-10-07 01:29 skywalker
M builds/posix/Makefile.in.boot.gpre
M builds/posix/Makefile.in.client.gbak
M builds/posix/Makefile.in.client.gdef
M builds/posix/Makefile.in.client.gfix
M builds/posix/Makefile.in.client.gpre
M builds/posix/Makefile.in.client.isql
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.embed.gbak
M builds/posix/Makefile.in.embed.gdef
M builds/posix/Makefile.in.embed.gfix
M builds/posix/Makefile.in.embed.gpre
M builds/posix/Makefile.in.embed.isql
M builds/posix/Makefile.in.embed.lockmgr
M builds/posix/Makefile.in.embed.qli
M builds/posix/Makefile.in.embed.util
M builds/posix/Makefile.in.extlib
M builds/posix/Makefile.in.fbserver
M builds/posix/Makefile.in.fbutil
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.inet_server
M builds/posix/Makefile.in.install
M builds/posix/Makefile.in.intl
M builds/posix/Makefile.in.libfbclient
M builds/posix/Makefile.in.libfbcommon
M builds/posix/Makefile.in.libfbembed
M builds/posix/Makefile.in.libfbserver
M builds/posix/Makefile.in.libfbstatic
M builds/posix/Makefile.in.msgs
M builds/posix/Makefile.in.refDatabases
M builds/posix/Makefile.in.static.gbak
M builds/posix/Makefile.in.static.gpre
M builds/posix/Makefile.in.static.isql
M builds/posix/Makefile.in.v5_examples
M builds/posix/make.defaults
M builds/posix/make.rules
A builds/posix/make.shared.targets
M builds/posix/make.shared.variables
M configure.in
M src/dsql/parse.cpp
A src/extern
A src/extern/editline
A src/extern/editline/MANIFEST
A src/extern/editline/Make.os9
A src/extern/editline/Makefile
A src/extern/editline/README
A src/extern/editline/complete.c
A src/extern/editline/editline.3
A src/extern/editline/editline.c
A src/extern/editline/editline.h
A src/extern/editline/os9.h
A src/extern/editline/sysos9.c
A src/extern/editline/sysunix.c
A src/extern/editline/testit.c
A src/extern/editline/unix.h
A src/include/editline.h
M src/include/gen/autoconfig_msvc.h
M src/isql/isql.epp
M src/make.new/config/config.h.in
M src/utilities/srvrmgr.cpp
A few makefile dependancies fixed.
Started work on upgrading rpm build scripts
Fix makefiles for super build
Exchange editline for readline in isql
2002-10-06 13:33 dimitr
M doc/WhatsNew
Alpha 2 changes.
2002-10-06 10:59 dimitr
M builds/win32/msvc6/fbserver.dsp
no message
2002-10-06 10:55 dimitr
M builds/win32/msvc6/isql.dsp
Statically link isql with the runtime libraries.
2002-10-06 10:51 dimitr
M src/dsql/ddl.cpp
BLOB subtypes are no longer ignored in views (expression fields only).
2002-10-06 08:59 dimitr
M src/utilities/registry.cpp
Added missing guardian registry entry.
2002-10-04 22:08 skidder
M src/jrd/dfw.epp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/met_proto.h
Fixed resource leaks in DDL recursive procedure handling which caused some DDL to fail
2002-10-04 21:57 skidder
M builds/posix/make.shared.variables
M builds/posix/prefix.darwin
M builds/posix/prefix.linux
M builds/posix/prefix.sinixz
M builds/posix/prefix.solx86
Little garbage cleanup. Shouldn't break anything
2002-10-04 17:53 arnobrinkman
M src/dsql/pass1.cpp
AB: Fixed bug with alias and GROUP BY clause
2002-10-04 11:06 eku
M src/jrd/alt.cpp
M src/utilities/gsec.cpp
Fixed coredump caused by 'array out of bounds' writes.
2002-10-04 09:38 eku
M src/utilities/security.epp
Fixed merge error FB1->FB2.
2002-10-02 17:56 skidder
M src/jrd/grant.gdl
M src/jrd/trig.h
Field check constraints are now deleted automatically
2002-10-02 14:31 dimitr
M doc/WhatsNew
Updated.
2002-10-02 13:27 dimitr
M src/jrd/idx.h
Just a cosmetic change.
2002-10-02 13:27 dimitr
M src/jrd/dyn_def.epp
Removed problematic code related to ALTER VIEW implementation.
2002-10-02 13:26 fsg
M ChangeLog
ChangeLog updated
2002-10-02 13:24 dimitr
M src/dsql/parse.cpp
M src/dsql/parse.y
Hide ALTER VIEW functionality until it works good.
2002-10-02 13:24 dimitr
M src/dsql/ddl.cpp
Made it in-sync with the FB1 tree.
2002-10-02 12:43 eku
M builds/posix/Makefile.in.firebird
M src/install/arch-specific/sinixz/prototype.in
Build and distribute 'gdef'.
2002-10-02 09:41 eku
M src/remote/inet.cpp
Found a last occurance of NOINITGROUPS :-(
2002-10-02 09:40 eku
M src/intl/ld.h
Fixed compiler warning 'No newline at end of file'.
2002-10-01 12:03 dimitr
M src/include/gen/autoconfig_msvc.h
M src/make.new/config/config.h.in
Fixed wrong alignment of double for i386.
2002-10-01 10:38 eku
M configure.in
Autoconf: the usage of the readline library can be turned off with
'--without-readline'.
2002-10-01 07:56 dimitr
M doc/WhatsNew
no message
2002-10-01 05:48 eku
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/install/arch-specific/sinixz/prototype.in
M src/jrd/jrd.cpp
M src/jrd/unix.cpp
M src/make.new/config/config.h.in
Merged the support for databases on raw devices from FB1 into FB2.
Added switch '--enable-raw-devices' to configure to enable this feature
(default=off). Currently only supported on UNIX platforms.
2002-10-01 00:34 arnobrinkman
M src/dsql/pass1.cpp
AB: Fix error-message bug with aggregate only in sub-select
2002-09-30 20:32 dimitr
M doc/WhatsNew
Oops.
2002-09-30 20:27 dimitr
M doc/WhatsNew
Mentioned the invisible work that's done by our heroes ;-)
Most of these things cannot be seen by our users but its importance cannot be overstressed.
2002-09-30 20:25 dimitr
M doc/WhatsNew
Mentioned the invisible work that's done by our heroes ;-)
Most of these things cannot be seen by our users but its importance cannot be overstressed.
2002-09-30 20:22 dimitr
M doc/WhatsNew
Mentioned the invisible work that's done by our heroes ;-)
Most of these things cannot be seen by our users but its importance cannot be overstressed.
2002-09-30 19:19 skidder
M src/jrd/met.epp
Fixed my own dropped procedure handling error
2002-09-30 19:13 dimitr
M doc/WhatsNew
Removed unfinished stuff and added credits.
2002-09-30 18:24 skidder
M src/jrd/met.epp
Fixed possible coredump while dropping procedure and in some other cases
2002-09-30 15:21 skidder
M src/jrd/dyn_def.epp
Fixed resource leaks which caused recursive definition error
2002-09-30 15:18 dimitr
A doc/WhatsNew
Added new file which describes all changes that are visible for end-users.
2002-09-30 14:21 skidder
M src/jrd/dfw.epp
M src/jrd/met.epp
M src/jrd/met_proto.h
Fixed FB1/FB2/IB6 possibility of deferred database corruption (just reported or rarely real) when deleting foreign constraint
2002-09-30 07:41 eku
M src/intl/langdrv.h
Avoid compiler warning 'No newline at end of file'.
2002-09-30 06:00 eku
M src/jrd/arg.h
M src/jrd/pwd.h
M src/lock/fparamv3.h
Don't hard-code the installation path. Use ISC_PREFIX whereever possible.
2002-09-29 15:44 dimitr
M src/jrd/vio.cpp
Fixed one reason of the well-known "decompression overran buffer" error.
2002-09-28 23:52 arnobrinkman
M src/dsql/pass1.cpp
AB: Adding better error-handeling and support for subqueries with group_by clause
2002-09-28 22:42 skidder
M src/jrd/dfw.epp
Fixed resource/memory leak which caused some DDL to fail
2002-09-28 22:37 skidder
M src/jrd/dfw.epp
Fixed resource/memory leak which caused some DDL to fail
2002-09-28 20:58 skidder
M src/jrd/met.epp
Fixed one more DDL coredump
2002-09-28 20:56 skidder
M builds/posix/make.shared.variables
Make it build on posix again
2002-09-28 14:08 dimitr
M builds/win32/msvc6/dsql_server.dsp
M builds/win32/msvc6/fbserver.dsp
Added new files to the projects.
2002-09-28 14:04 dimitr
M src/dsql/dsql.cpp
M src/dsql/dsql.tab.h
M src/dsql/gen.cpp
M src/dsql/keywords.cpp
M src/dsql/make.cpp
A src/dsql/misc_func.cpp
A src/dsql/misc_func.h
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/jrd/blr.h
M src/jrd/cmp.cpp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/exe.h
A src/jrd/misc_func_ids.h
M src/jrd/par.cpp
M src/jrd/req.h
1. Reworked internal_info implementation in both DSQL and JRD.
New helper class created to serve it properly.
2. Added exception re-raise semantics.
Syntax: EXCEPTION;
If there was handled exception, re-initiate it, otherwise evaluate to no-op.
3. Implemented run-time exception messages.
Syntax: EXCEPTION <exception_name> [<value>];
If <value> is specified, evaluate it and use instead of RDB$EXCEPTION_MESSAGE.
4. Added new SQLCODE and GDSCODE system variables.
Available in procedures/triggers only.
If there wasn't any exception raised, return zero (success), otherwise return an error code.
5. Implemented ROWS_AFFECTED system variable.
Available in procedures/triggers only.
Count rows affected by the last INSERT/UPDATE/DELETE statement.
For any other statement, result is always zero.
2002-09-27 22:59 skidder
M src/jrd/cmp.cpp
M src/jrd/dfw.epp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/met_proto.h
Fix several mostly DDL-related coredumps and locking failures
2002-09-27 15:21 alexpeshkoff
M builds/win32/msvc6/alice.dsp
Missed DEV_BUILD in Debug configuration
2002-09-27 13:12 kkuznetsov
M src/include/firebird.h
M src/jrd/common.h
*** empty log message ***
2002-09-27 09:05 eku
M src/dsql/dsql.h
Fixed compiler warning about redefinition of 'assert'.
2002-09-27 01:31 bellardo
A src/jrd/jrd_math.h
Finished header file renaming cleanup.
2002-09-27 01:29 bellardo
M src/isql/isql.epp
Cleaned up include directives after renaming math.h to jrd_math.h.
2002-09-27 01:28 bellardo
M src/jrd/cvt.cpp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/gds.cpp
A src/jrd/jrd_time.h
Cleaned up some include directives after renaming jrd_time.h.
2002-09-27 00:20 bellardo
M src/burp/burp.cpp
M src/isql/isql.epp
M src/jrd/cvt.cpp
M src/jrd/evl.cpp
M src/jrd/gds.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/jrn.cpp
M src/jrd/math.cpp
M src/jrd/mov.cpp
M src/jrd/perf.cpp
M src/jrd/svc.cpp
M src/jrd/utl.cpp
M src/lock/lock.cpp
M src/qli/format.cpp
M src/qli/mov.cpp
M src/qli/picstr.cpp
M src/remote/inet.cpp
M src/wal/wal.cpp
M src/wal/walc.cpp
M src/wal/walw.cpp
renamed header files jrd/math.h and jrd/time.h to jrd/jrd_math.h and
jrd/jrd_time.h.
2002-09-26 18:14 skidder
M src/jrd/vio.cpp
Fixed nasty memory corruption problem which caused server to crash quasi-randomly under high load (seems to be very old bug)
2002-09-26 18:13 skidder
M src/jrd/cmp.cpp
M src/jrd/dfw.epp
M src/jrd/jrd.cpp
M src/jrd/met.epp
Fixed some memory leaks
2002-09-26 13:32 kkuznetsov
M builds/posix/prefix.solx86
*** empty log message ***
2002-09-26 09:53 kkuznetsov
M builds/posix/prefix.solx86
*** empty log message ***
2002-09-26 09:26 eku
M src/isql/isql.epp
M src/jrd/blb.cpp
M src/jrd/dls.cpp
M src/jrd/dpm.epp
M src/jrd/isc_file.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/svc.cpp
Fixed compiler warnings.
2002-09-25 17:12 skidder
M src/alice/alice_meta.epp
M src/alice/all.cpp
M src/alice/tdr.cpp
M src/common/memory/allocators.cpp
M src/common/memory/allocators.h
M src/common/memory/memory_pool.h
M src/dsql/alld.cpp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/include/fb_blk.h
M src/jrd/ail.cpp
M src/jrd/all.cpp
M src/jrd/blb.cpp
M src/jrd/blob_filter.epp
M src/jrd/block_cache.h
M src/jrd/bookmark.cpp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/cvt2.cpp
M src/jrd/dfw.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/ext.cpp
M src/jrd/extvms.cpp
M src/jrd/fun.epp
M src/jrd/grant.epp
M src/jrd/idx.cpp
M src/jrd/ini.epp
M src/jrd/intl.cpp
M src/jrd/intl_builtin.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/log.cpp
M src/jrd/met.epp
M src/jrd/netware.cpp
M src/jrd/opt.cpp
M src/jrd/os/darwin/mod_loader.cpp
M src/jrd/os/posix/mod_loader.cpp
M src/jrd/os/posix/path_utils.cpp
M src/jrd/os/win32/mod_loader.cpp
M src/jrd/os/win32/path_utils.cpp
M src/jrd/os2.cpp
M src/jrd/pag.cpp
M src/jrd/par.cpp
M src/jrd/plugin_manager.cpp
M src/jrd/rec.cpp
M src/jrd/rlck.cpp
M src/jrd/rng.cpp
M src/jrd/rse.cpp
M src/jrd/sbm.cpp
M src/jrd/scl.epp
M src/jrd/sdw.cpp
M src/jrd/sort.cpp
M src/jrd/sort_mem.cpp
M src/jrd/sqz.cpp
M src/jrd/svc.cpp
M src/jrd/tpc.cpp
M src/jrd/tra.cpp
M src/jrd/unix.cpp
M src/jrd/val.cpp
M src/jrd/val.h
M src/jrd/vio.cpp
M src/jrd/vms.cpp
M src/jrd/windows.cpp
M src/jrd/winnt.cpp
M src/utilities/dba.epp
Changed engine to store source file name/line number information for EVERY allocation when DEBUG_GDS_ALLOC is defined. All allocation should be done using FB_NEW or FB_NEW_RPT macros instead of keyword new since now
2002-09-25 13:08 eku
M src/burp/burp.h
M src/msgs/build_file.epp
M src/msgs/modify_msgs.epp
Fixed compiler warnings.
2002-09-25 11:20 kkuznetsov
M builds/posix/make.rules
M builds/posix/prefix.solx86
*** empty log message ***
2002-09-25 11:12 kkuznetsov
M src/common/memory/memory_pool.cpp
fixed some compile errors
2002-09-25 07:18 eku
M src/jrd/intl_builtin.cpp
Undone previous changes.
2002-09-25 06:41 eku
M src/jrd/intl_builtin.cpp
Fixed compiler warnings about nested comments.
2002-09-25 06:22 kkuznetsov
M src/jrd/common.h
M src/jrd/ib_stdio.h
M src/jrd/thd.h
Some work on Solaris port
2002-09-25 05:56 dimitr
M src/jrd/plugin_manager.cpp
Commited John's fix for PluginManager::Module class destructor.
2002-09-24 19:53 skidder
M src/jrd/isc_i_proto.h
M src/jrd/isc_ipc.cpp
M src/jrd/isc_sync.cpp
M src/remote/inet.cpp
Make engine compileable on Linux again after Erik's signal cleanup
2002-09-24 17:53 bellardo
M src/jrd/jrd.h
Fixed the "typename" error message. The fix involved adding the typename
keyname to a declaration. It is possible that older compilers don't support
typename, so in the future we may have to use autoconf to detect compiler
support.
2002-09-24 14:17 dimitr
M src/include/gen/autoconfig_msvc.h
DEBUG_GDS_ALLOC macro is now defined by autoconf.
2002-09-24 13:01 eku
M builds/posix/Makefile.in.boot.gpre
M builds/posix/Makefile.in.client.gbak
M builds/posix/Makefile.in.client.gdef
M builds/posix/Makefile.in.client.gfix
M builds/posix/Makefile.in.client.gpre
M builds/posix/Makefile.in.client.isql
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.embed.gbak
M builds/posix/Makefile.in.embed.gdef
M builds/posix/Makefile.in.embed.gfix
M builds/posix/Makefile.in.embed.gpre
M builds/posix/Makefile.in.embed.isql
M builds/posix/Makefile.in.embed.qli
M builds/posix/Makefile.in.embed.util
M builds/posix/Makefile.in.example5
M builds/posix/Makefile.in.extlib
M builds/posix/Makefile.in.fbserver
M builds/posix/Makefile.in.inet_server
M builds/posix/Makefile.in.intl
M builds/posix/Makefile.in.jrd
M builds/posix/Makefile.in.libfbclient
M builds/posix/Makefile.in.libfbembed
M builds/posix/Makefile.in.msgs
M builds/posix/Makefile.in.static.gpre
M builds/posix/Makefile.in.static.isql
M builds/posix/make.defaults
M builds/posix/make.rules
Call linker with $(LD) (and not $(CC) to link C++ programs.
Don't hard-code linker path (rpath option).
2002-09-24 12:59 eku
M builds/posix/prefix.sinixz
Activate memory debugging and a few more compiler warnings.
2002-09-24 12:58 eku
M src/install/arch-specific/sinixz/postinstall.in
M src/install/arch-specific/sinixz/prototype.in
Fixed installation issues.
2002-09-24 12:57 eku
M src/alice/alice.cpp
M src/burp/burp.cpp
M src/common/memory/memory_pool.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmp.cpp
M src/gpre/cob.cpp
M src/gpre/int.cpp
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/fil.h
M src/jrd/gds.cpp
M src/jrd/isc_cray.cpp
M src/jrd/isc_i_proto.h
M src/jrd/isc_ipc.cpp
M src/jrd/isc_sync.cpp
M src/remote/inet.cpp
Removed compiler warnings. Fixed more SIG_FPTR issues. Use GNU C to check
format strings against arguments.
2002-09-24 08:05 dimitr
M src/jrd/met.epp
Fixed lack of member variable initialization.
2002-09-24 00:27 bellardo
M src/jrd/jrd.cpp
M src/jrd/plugin_manager.cpp
M src/jrd/plugin_manager.h
Added support for a single, generic "plugins" directory. Where possible, this
new plugins directory should be used for engine modules. Note the old separate
directories intl and UDF still exist and have the same usage as before.
2002-09-23 23:19 bellardo
M src/jrd/plugin_manager.cpp
M src/jrd/plugin_manager.h
Added some class documentation and move module cleanup to PluginManager
destructor, including verifing reference counts in the debug build.
2002-09-23 18:02 skidder
M src/common/memory/allocators.cpp
M src/common/memory/allocators.h
Added FB_NEW macro
2002-09-23 17:58 skidder
M src/jrd/plugin_manager.h
Fixed memory corruption problem which forbad build with DEBUG_GDS_ALLOC turned on
2002-09-23 17:18 bellardo
M src/jrd/jrd.cpp
M src/jrd/jrd.h
Fixed an infinite recursion problem with the new compilation delayed triggers.
2002-09-23 15:08 skidder
M src/common/memory/allocators.cpp
gds__alloc_debug stores line number information in the memory pool
2002-09-23 10:41 dimitr
M src/jrd/common.h
M src/jrd/isc_ipc.cpp
Fixed wrong SIG_FPTR definition for win32.
2002-09-23 07:49 eku
M configure.in
Fixed syntax error introduced with previous check-in.
2002-09-22 20:41 skidder
M builds/posix/prefix.linux
M src/common/memory/memory_pool.cpp
M src/common/memory/memory_pool.h
M src/jrd/common.h
M src/remote/inet_server.cpp
Added file name/line number information to debug memory manager. Dumps memory state to memdebug.log on exit
2002-09-22 19:08 bellardo
M src/jrd/jrd.cpp
M src/jrd/jrd.h
Fixed an order of operations error in the first dbb destructor implementation.
2002-09-22 17:25 bellardo
M src/jrd/jrd.cpp
M src/jrd/jrd.h
Patch a rather large dbb memory leak created during the c++ porting.
2002-09-22 13:29 dimitr
M src/jrd/scl.epp
Added initialization of the local variable.
2002-09-22 12:52 dimitr
M src/jrd/intl_classes.h
Don't know why, but it fixes the current linking problem.
2002-09-21 09:53 dimitr
M src/include/gen/autoconfig_msvc.h
We definitely don't need extra tons of warnings regarding unrecognized preprocessor directive.
2002-09-21 08:00 dimitr
M src/jrd/isc_ipc.cpp
Fixed wrong (at least for win32) function pointer cast.
2002-09-20 20:59 bellardo
D builds/mac_os_x/CS/CS.pbproj/bellardo.pbxuser
D builds/mac_os_x/CS/CS.pbproj/john.pbxuser
Removed two personal IDE settings files that should have never been committed.
2002-09-20 19:01 skidder
M src/install/classic/install.sh.in
Fixed to make install work after interbase.msg->firebird.msg change
2002-09-20 18:58 skidder
M configure.in
Fixed to make build work w/o config file
2002-09-20 10:23 eku
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.msgs
M builds/posix/make.defaults
M builds/posix/prefix.sinixz
M src/install/arch-specific/sinixz/prototype.in
M src/jrd/cch.cpp
M src/jrd/err.cpp
M src/jrd/isc_ipc.cpp
M src/remote/interface.cpp
M src/utilities/srvrmgr.cpp
Fixed the naming of some files:
interbase.msg => firebird.msg
interbase.log => firebird.log
SINIX-Z: don't distribute build programms
2002-09-20 10:13 dimitr
M builds/win32/msvc6/fbclient.dsp
M builds/win32/msvc6/fbserver.dsp
M src/iscguard/iscguard.rc
D src/jrd/jrd_ver.h
D src/jrd/jrd_ver.rc
M src/jrd/version.rc
D src/jrd/version_95.rc
D src/remote/window.aps
M src/remote/window.rc
Get rid of unnecessary files.
2002-09-20 08:31 eku
M src/install/arch-specific/sinixz/postinstall.in
Fixed typo.
2002-09-20 08:28 eku
M configure.in
M src/jrd/file_params.h
M src/make.new/config/config.h.in
Do not hard-code the value of ISC_PREFIX, but set it to installation
prefix (--prefix option).
2002-09-19 16:02 skidder
M src/jrd/cmp.cpp
M src/jrd/dfw.epp
M src/jrd/exe.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/met_proto.h
Deferred user trigger compilation added. Solves some, but not all DDL issues and speeds things up
2002-09-19 15:25 skidder
M builds/posix/Makefile.in.boot.gpre
M builds/posix/Makefile.in.client.gbak
M builds/posix/Makefile.in.client.gdef
M builds/posix/Makefile.in.client.gfix
M builds/posix/Makefile.in.client.gpre
M builds/posix/Makefile.in.client.isql
M builds/posix/Makefile.in.client.util
M builds/posix/Makefile.in.embed.gbak
M builds/posix/Makefile.in.embed.gdef
M builds/posix/Makefile.in.embed.gfix
M builds/posix/Makefile.in.embed.gpre
M builds/posix/Makefile.in.embed.isql
M builds/posix/Makefile.in.embed.lockmgr
M builds/posix/Makefile.in.embed.qli
M builds/posix/Makefile.in.embed.util
M builds/posix/Makefile.in.example5
M builds/posix/Makefile.in.extlib
M builds/posix/Makefile.in.fbserver
M builds/posix/Makefile.in.fbutil
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.gpre
M builds/posix/Makefile.in.inet_server
M builds/posix/Makefile.in.install
M builds/posix/Makefile.in.intl
M builds/posix/Makefile.in.jrd
M builds/posix/Makefile.in.libfbclient
M builds/posix/Makefile.in.libfbcommon
M builds/posix/Makefile.in.libfbembed
M builds/posix/Makefile.in.libfbserver
M builds/posix/Makefile.in.libfbstatic
M builds/posix/Makefile.in.msgs
M builds/posix/Makefile.in.refDatabases
M builds/posix/Makefile.in.static.gbak
M builds/posix/Makefile.in.static.gpre
M builds/posix/Makefile.in.static.isql
M builds/posix/Makefile.in.v5_examples
M builds/posix/make.rules
M builds/posix/prefix.linux
M builds/posix/prefix.sinixz
D src/install/super/SSTarInstall.sh
D src/install/super/SSinstall.sh
D src/install/super/SSpostinstall.sh
D src/install/super/SSpostuninstall.sh
D src/install/super/SSpreinstall.sh
D src/install/super/SSpreuninstall.sh
D src/install/super/SSrpmfiles.txt
D src/install/super/SSrpmheader.txt
A src/install/super/install.sh.in
A src/install/super/postinstall.sh.in
A src/install/super/postuninstall.sh.in
A src/install/super/preinstall.sh.in
A src/install/super/preuninstall.sh.in
A src/install/super/rpmfiles.txt.in
A src/install/super/rpmheader.txt.in
A src/install/super/tarInstall.sh.in
Fix build engine to make PROD_BUILD compile
2002-09-19 10:51 eku
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/jrd/common.h
M src/make.new/config/config.h.in
Autoconf:
o check for the function initgroups (replaces NOINITGROUPS define)
o the define INTL (common.h) has been removed, since it is only set but not
used anywhere
2002-09-19 09:35 eku
M src/install/arch-specific/sinixz/postinstall.in
gds_inet_server is now called fb_inet_server
2002-09-18 14:47 fsg
M ChangeLog
ChangeLog updated
2002-09-18 12:50 eku
M configure.in
M src/burp/mvol.cpp
M src/burp/spit.cpp
M src/extlib/fbudf/stdafx.h
M src/extlib/ib_udf.c
M src/include/gen/autoconfig_msvc.h
M src/iscguard/iscguard.cpp
M src/isql/isql_win.cpp
M src/journal/misc.cpp
M src/jrd/common.h
M src/jrd/cvt.cpp
M src/jrd/exe.cpp
M src/jrd/gds.cpp
M src/jrd/memtest.cpp
M src/jrd/pcsleep.cpp
M src/jrd/perf.cpp
M src/jrd/perf.h
M src/jrd/pwd.cpp
M src/jrd/svc.cpp
M src/jrd/time.h
M src/jrd/unix.cpp
M src/lock/lock.cpp
M src/make.new/config/config.h.in
M src/msgs/check_msgs.epp
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/remote/netwcon.cpp
M src/utilities/analyse.cpp
M src/utilities/drop.cpp
M src/utilities/srvrmgr.cpp
M src/utilities/util.cpp
M src/v5_examples/apifull.c
M src/v5_examples/udflib.c
M src/wal/driver.cpp
M src/wal/wal.cpp
Autoconf cleanup:
o use predefined macros to test for sys/wait.h, time.h and sys/time.h
o search strcasecmp in libresolv only if strcasecmp and stricmp are not in libc
o use predefined macro AC_SYS_LARGEFILE to determine 64Bit I/O
o determine the alignment of long and double (ALIGNMENT,DOUBLE_ALIGN),
still need to write a test for FB_ALIGN!
2002-09-17 05:58 eku
M configure.in
M src/burp/canonical.cpp
M src/dsql/dsql.cpp
M src/include/gen/autoconfig_msvc.h
M src/install/arch-specific/sinixz/prototype.in
M src/jrd/align.cpp
M src/jrd/atom.h
M src/jrd/bookmark.cpp
M src/jrd/btr.cpp
M src/jrd/common.h
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/ib_stdio.cpp
M src/jrd/inf.cpp
M src/jrd/opt.cpp
M src/jrd/quad.cpp
M src/jrd/sort.cpp
M src/jrd/vmsthread.cpp
M src/make.new/config/config.h.in
M src/remote/merge.cpp
M src/remote/protocol.cpp
M src/utilities/rebuild.cpp
Autoconf cleanup:
o since the define 'VAX' was only used to tell that the byte order is
LITTLE_ENDIAN (it have nothing else to do with the VAX computer family)
it can safely replaced with '!WORDS_BIGENDIAN'.
o check if pointers are 64 bit
o replaced HAS_64BIT_POINTERS with 'SIZEOF_VOID_P == 8'
2002-09-16 16:31 skidder
M builds/posix/prefix.linux
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/dyn_df_proto.h
M src/jrd/idx.h
M src/jrd/ods101.gdl
Roll back my previos DDL optimization changes. Add index RDB(RDB) instead. Testing revealed that it works faster
2002-09-13 11:13 skidder
M src/jrd/dyn_def.epp
Fixed wrong comment placement
2002-09-13 10:50 fsg
M ChangeLog
ChangeLog updated
2002-09-13 10:32 fsg
M ChangeLog
ChangeLog updated
2002-09-13 07:15 eku
M src/journal/journal.h
Changed indent.
2002-09-13 07:15 eku
M src/install/arch-specific/sinixz/Makefile.in
SINIX-Z: changed location of the produced package
2002-09-13 07:14 eku
M builds/posix/prefix.sinixz
SINIX-Z: turn on compiler warnings only in debug builds
2002-09-12 19:53 skidder
M src/dsql/ddl.cpp
Fixed cached metadata error which caused many DDL/DML statements to fail
2002-09-12 19:51 skidder
M src/dsql/ddl.cpp
Fixed cached metadata error which caused many DDL/DML statements to fail
2002-09-12 16:17 skidder
M src/jrd/dyn_def.epp
Fixed my own bug with index creation
2002-09-12 13:14 eku
M src/journal/journal.h
Fixed unterminated comment.
2002-09-11 19:37 skidder
M src/common/memory/memory_pool.cpp
M src/jrd/common.h
M src/jrd/gds.cpp
M src/jrd/gdsassert.h
M src/jrd/intl.cpp
M src/jrd/jrd.h
M src/jrd/lck.cpp
resoled some linux build issues, warnings
2002-09-11 19:32 skidder
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/dyn_df_proto.h
DDL GDML query optimization
2002-09-11 11:30 eku
M autogen.sh
M configure.in
M src/alice/alice.cpp
M src/burp/burp.cpp
M src/include/fb_types.h
M src/include/gen/autoconfig_msvc.h
M src/jrd/common.h
M src/jrd/divorce.cpp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_util.epp
M src/jrd/exe.cpp
M src/jrd/gds.cpp
M src/jrd/isc_ipc.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/met.epp
M src/jrd/scl.epp
M src/jrd/sdw.cpp
M src/jrd/svc.cpp
M src/jrd/unix.cpp
M src/lock/lock.cpp
M src/make.new/config/config.h.in
M src/pipe/foot.cpp
M src/pipe/head.cpp
M src/qli/exe.cpp
M src/remote/divorce.cpp
M src/remote/server.cpp
M src/utilities/cache.cpp
M src/utilities/relay.cpp
M src/utilities/util.cpp
Autoconf enhancements:
o autoconf v2.53 and later is now required to generate configure
(sorry, but it makes many tasks easier)
o improved tests for mmap, socklen_t and offt_64
o added tests for atexit, on_exit, (v)fork, set(p)grp, setpgid and flock
o added test for the keyword 'volatile'
o fixed errors in configure.in
o updated config.h.in and autoconfig_msvc.h (the latter may be incorrect)
o replaced VOLATILE by volatile
o removed SETPGRP and ATEXIT
o replaced NO_FLOCK by HAVE_FLOCK
o SIG_FPTR cleanup
o vfork cleanup
2002-09-11 07:49 eku
M builds/posix/prefix.sinixz
New version.
2002-09-10 18:38 skidder
M src/fbutil/FirebirdConfigFile.cpp
Fix compiler warning
2002-09-10 18:35 skidder
M builds/posix/Makefile.in.intl
M src/intl/ld.c
Make INTL work on Linux
2002-09-10 18:34 skidder
M src/msgs/load.epp
Added nulls first/last support load.epp
2002-09-10 18:34 skidder
M src/jrd/blr.h
M src/jrd/build_no.h
M src/jrd/opt.cpp
M src/jrd/par.cpp
Added nulls first/last support
2002-09-10 18:31 skidder
M src/install/classic/install.sh.in
M src/install/misc/firebird.xinetd
M src/install/misc/firebird.xinetd.in
Make make install work
2002-09-10 18:30 skidder
M src/dsql/metd.epp
M src/gpre/gpre_meta.epp
Optimize it a little
2002-09-10 18:28 skidder
M src/dsql/dsql.tab.h
M src/dsql/gen.cpp
M src/dsql/keywords.cpp
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
added nulls first/last syntax support
2002-09-10 18:24 skidder
M src/common/memory/memory_pool.cpp
Fix compiler warning
2002-09-10 18:22 skidder
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.v5_examples
Makefile for examples is broken. Do not compile it
2002-09-10 13:40 dimitr
M src/jrd/cch.cpp
M src/jrd/sdw.cpp
M src/jrd/tra.cpp
Fixed wrong initialization of the stack variables.
2002-09-10 13:38 dimitr
M src/utilities/dba.epp
Fixed wrong size of the local variable.
Thanks to Dmitry Kuzmenko.
2002-09-10 08:07 dimitr
M src/dsql/metd.epp
M src/gpre/gpre_meta.epp
Fixed error in GDML statement.
2002-09-10 07:56 eku
M configure.in
Fixed problems with '--with-lock-manager'.
2002-09-10 06:08 eku
M builds/posix/make.rules
M builds/posix/prefix.darwin
M builds/posix/prefix.linux
M builds/posix/prefix.solx86
Control build type (production/development) by configure (--enable-debug).
2002-09-09 13:24 fsg
M ChangeLog
ChangeLog updated
2002-09-09 11:40 dimitr
M src/jrd/dyn.epp
Fixed memory handling bug.
2002-09-09 05:51 eku
M builds/posix/Makefile.in.fbutil
Always use '$(MAKE)' instead of 'make' to call make, because it could have been
redefined.
2002-09-09 05:48 eku
M builds/posix/Makefile.in.firebird
Fixed C&P error that prevented ISQL from beeing compiled.
2002-09-08 16:33 dimitr
M src/jrd/tra.cpp
Don't allow sweeper to start if the database is shutdown.
2002-09-08 16:32 dimitr
M src/msgs/load.epp
no message
2002-09-08 07:56 dimitr
M src/iscguard/iscguard.cpp
M src/iscguard/iscguard.h
M src/jrd/jrd.cpp
M src/remote/ibconfig.h
M src/remote/inet_server.cpp
M src/remote/window.h
M src/utilities/guard.cpp
M src/utilities/util.cpp
M src/v5_examples/makefile.old
fbserver instead of ibserver.
2002-09-06 13:05 alexpeshkoff
M src/jrd/fun.epp
Corrected bug with UDF's returning floating point by value
2002-09-06 08:57 dimitr
M src/jrd/db_alias.cpp
Proper location of the aliases config file.
2002-09-06 08:45 eku
A src/install/arch-specific/sinixz
A src/install/arch-specific/sinixz/Makefile.in
A src/install/arch-specific/sinixz/pkginfo.in
A src/install/arch-specific/sinixz/postinstall.in
A src/install/arch-specific/sinixz/postremove.in
A src/install/arch-specific/sinixz/preinstall.in
A src/install/arch-specific/sinixz/prototype.in
SINIX-Z package files
2002-09-06 07:51 dimitr
M src/dsql/ddl.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
More complete implementation of the INDEX subclause of a constraint declaration.
2002-09-06 07:13 eku
M configure.in
SINIX-Z packaging
2002-09-06 04:49 fsg
M src/misc/writeBuildNum.sh
First step to get build_no.h updated at commit-time
2002-09-05 11:48 dimitr
M src/dsql/ddl.cpp
Fixed bug with wrong RDB$SYSTEM_FLAG values for the relation constraint triggers.
2002-09-05 09:00 dimitr
M src/jrd/isc_sync_win32.cpp
Corrected the exception handling logic:
- check asynchronous (hardware) exceptions first
- proper memory management
2002-09-04 18:17 dimitr
M src/jrd/isc_sync_win32.cpp
Fixed wrong exception handling logic.
Hope it's done correctly and won't cause more errors.
2002-09-04 14:37 dimitr
M src/jrd/isc_sync_win32.cpp
a) we're Firebird, not InterBase
b) we shouldn't have such ugly string handling bugs
2002-09-04 13:34 eku
M src/jrd/svc.cpp
M src/utilities/security.epp
Fixed a typo that was introduced with the strcasecmp/stricmp changes.
2002-09-04 12:09 dimitr
M src/dsql/ddl.cpp
M src/dsql/dsql.tab.h
M src/dsql/keywords.cpp
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
Changed syntax of the INDEX subclause of a constraint declaration,
now it looks as:
[USING [ASC[ENDING] | DESC[ENDING]] INDEX index]
2002-09-04 10:22 dimitr
M builds/win32/msvc6/intl.dsp
M src/jrd/intl.cpp
Renamed gdsintl.dll to fbintl.dll.
2002-09-04 09:12 dimitr
M src/jrd/file_params.h
M src/msgs/build_file.epp
M src/utilities/install_nt.h
M src/utilities/install_svc.cpp
Make sure we're Firebird, both interbase.msg and interbase.log are renamed.
2002-09-04 08:18 dimitr
M src/utilities/registry.h
Changed the default registry key to the native Firebird one.
2002-09-03 17:31 dimitr
A builds/win32/msvc6/ib_udf.def
A builds/win32/msvc6/ib_udf.dsp
Added ib_udf project.
2002-09-03 17:29 dimitr
M src/include/gen/autoconfig_msvc.h
Minor build changes in the UDF libraries.
2002-09-03 17:25 dimitr
M builds/win32/msvc6/Firebird2.dsw
Added ib_udf project.
2002-09-03 17:23 dimitr
M src/extlib/fbudf/fbudf.cpp
M src/extlib/fbudf/stdafx.h
M src/extlib/ib_udf.h
Minor build changes in the UDF libraries.
2002-09-03 13:35 eku
M builds/posix/Makefile.in.refDatabases
Fixed more make problems.
Why do we touch the result here???
2002-09-03 13:25 eku
M configure.in
Added the new configure option '--with-lock-manager' that controlls the build of the manager binary. This option is only valid for CS architecture.
Replaced '#' with the correct M4 macro for comments 'dnl'.
2002-09-03 13:24 eku
M builds/posix/Makefile.in.firebird
M src/include/gen/autoconfig_msvc.h
M src/lock/lock.h
M src/make.new/config/config.h.in
Added the new configure option '--with-lock-manager' that controlls the build of the manager binary. This option is only valid for CS architecture.
2002-09-02 15:01 fsg
M ChangeLog
ChangeLog updated
2002-09-01 15:49 dimitr
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/gpre/gpre_meta.epp
M src/jrd/dfw.epp
M src/jrd/dyn_def.epp
M src/jrd/met.epp
- allowed user-defined index names for PK/FK/UK constraints
- fixed ugly hardcoded name checks for primary/foreign keys
- implemented RECREATE VIEW statement
2002-09-01 15:44 dimitr
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/metd.epp
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
- allowed user-defined index names for PK/FK/UK constraints
- fixed ugly hardcoded name checks for primary/foreign keys
- implemented RECREATE VIEW statement
2002-08-31 13:13 dimitr
A src/jrd/ods101.gdl
Minor ODS change (version 10.1). New indices on system tables:
- define index RDB$INDEX_41
for RDB$INDICES
RDB$FOREIGN_KEY;
- define index RDB$INDEX_42
for RDB$RELATION_CONSTRAINTS
RDB$RELATION_NAME, RDB$CONSTRAINT_TYPE;
2002-08-31 09:25 fsg
A builds/posix/Makefile.in.example5
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.refDatabases
M src/jrd/common.h
Some minor fixes to get it compiled under linux again,
some of them submitted by Nickolay Samofatov
2002-08-28 15:50 dimitr
M src/jrd/grant.gdl
M src/jrd/trig.h
Fixed bug, when nobody could alter or drop a trigger which name contains 'RDB$'.
2002-08-28 15:48 dimitr
M src/utilities/install_svc.cpp
M src/utilities/regis_proto.h
M src/utilities/registry.cpp
M src/utilities/servi_proto.h
M src/utilities/services.cpp
Some changes to make gdef, instreg and instsvc compilable.
2002-08-28 09:20 dimitr
M builds/win32/msvc6/Firebird2.dsw
M builds/win32/msvc6/fbclient.dsp
A builds/win32/msvc6/gdef.dsp
A builds/win32/msvc6/instreg.dsp
A builds/win32/msvc6/instsvc.dsp
Added new projects to the workspace:
- gdef.exe
- instreg.exe
- instsvc.exe
2002-08-28 09:05 eku
M builds/posix/Makefile.in.install
make.XXX files are now under $ROOT/gen and not $ROOT/src.
2002-08-28 08:25 fsg
M ChangeLog
ChangeLog updated
2002-08-28 08:02 eku
M configure.in
Another C&P error.
2002-08-28 07:51 eku
M configure.in
Fixed C&P error.
2002-08-28 07:11 eku
M src/extlib/fbudf/stdafx.h
Needs include file common.h to compile.
2002-08-28 07:10 eku
M src/remote/inet_server.cpp
Use SIG_FPTR from common.h.
2002-08-28 07:03 eku
M configure.in
Check which network libraries (socket, nsl, resolv) are needed. configure
will set the variable LIBS to the correct value. Setting this in prefix.XXX
should no longer be neccessary. If it doesn't work for you, please extend
the tests in configure.in, rather than defining this in prefix.your_system.
Another autoconf cleanup:
o check for the existence of the function strcasecmp and stricmp
o replaced STRICMP
2002-08-28 06:50 eku
M src/include/gen/autoconfig_msvc.h
M src/jrd/common.h
M src/jrd/svc.cpp
M src/make.new/config/config.h.in
M src/utilities/security.epp
Another autoconf cleanup:
o check for the existence of the function strcasecmp and stricmp
o replaced STRICMP
2002-08-28 06:12 dimitr
M builds/win32/msvc6/fbclient.dsp
Cleaned up fbclient.dll contents.
2002-08-27 19:26 dimitr
M src/ipserver/ipclient.cpp
M src/remote/serve_proto.h
M src/remote/srvr_w32.cpp
M src/remote/window.cpp
M src/remote/xnet.cpp
M src/remote/xnet_proto.h
Finilized Borland's implementation of XNET (win32 only). Seems to work ;-)
2002-08-27 11:58 dimitr
M src/jrd/idx.h
M src/jrd/ods.h
Minor ODS change (version 10.1). New indices on system tables:
- define index RDB$INDEX_41
for RDB$INDICES
RDB$FOREIGN_KEY;
- define index RDB$INDEX_42
for RDB$RELATION_CONSTRAINTS
RDB$RELATION_NAME, RDB$CONSTRAINT_TYPE;
2002-08-27 11:47 dimitr
M src/include/fb_types.h
M src/jrd/common.h
Moved SIG_FPTR type declaration from fb_types.h to common.h.
Hence we've got the codebase compiled on win32 again, and
it shouldn't break other builds, IMHO.
2002-08-27 11:23 dimitr
M src/misc/writeBuildNum.sh
Updated FB version.
2002-08-27 11:07 dimitr
M src/jrd/isc_proto.h
M src/jrd/isc_win32.cpp
Removed duplicated registry path constants.
2002-08-27 11:01 dimitr
M builds/win32/msvc6/intl.dsp
Small correction.
2002-08-27 07:48 dimitr
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
Implemented CREATE OR ALTER statement for procedures/triggers/views.
2002-08-26 19:40 arnobrinkman
M src/dsql/pass1.cpp
Added code in pass1_simple_case for handeling parameters in case_operand together with when_operands.
The method used to get the derciber for parameters is taken from MAKE_desc_from_list in make.cpp
Example : SELECT CASE FieldA WHEN :param1 THEN 1 WHEN 2 THEN 2 ELSE NULL END FROM TableA
Note : At least one "know describer" must be in the list else no describer could be guested (logic but...) !
2002-08-26 13:50 dimitr
M builds/win32/msvc6/Firebird2.dsw
A builds/win32/msvc6/fbclient.def
A builds/win32/msvc6/fbclient.dsp
A builds/win32/msvc6/fbclient_debug.def
M builds/win32/msvc6/gds32.def
M builds/win32/msvc6/gds32.dsp
M builds/win32/msvc6/gds32_debug.def
Renamed the win32 client library.
2002-08-26 13:20 eku
M src/utilities/drop.cpp
Fixed GCC 3.1 compile problem with missing cast operator.
2002-08-26 12:18 eku
M src/burp/mvol.cpp
M src/jrd/isc_file.cpp
M src/jrd/jrd.cpp
M src/jrd/llio.cpp
M src/jrd/os/posix/mod_loader.cpp
M src/jrd/thd.cpp
M src/jrd/y-valve.cpp
M src/remote/xnet.cpp
M src/utilities/srvrmgr.cpp
M src/wal/walw.cpp
Added / replaced ifdef's around unistd.h with the define HAVE_UNISTD_H
generated by autoconf.
2002-08-26 12:14 eku
M src/jrd/isc_sync.cpp
Another autoconf cleanup:
o check for the existence of the function mmap
o replaced MMAP_SUPPORTED by HAVE_MMAP
Moved the (multiple) definition of SIG_FPTR to fb_types.h.
2002-08-26 12:13 eku
M src/include/fb_types.h
M src/jrd/isc_cray.cpp
M src/jrd/isc_ipc.cpp
M src/remote/inet.cpp
Moved the (multiple) definition of SIG_FPTR to fb_types.h.
2002-08-26 12:10 eku
M src/jrd/common.h
M src/jrd/event.cpp
M src/jrd/isc_s_proto.h
M src/lock/lock.cpp
M src/lock/print.cpp
M src/utilities/drop.cpp
M src/utilities/dropv3.cpp
M src/wal/walc.cpp
Another autoconf cleanup:
o check for the existence of the function mmap
o replaced MMAP_SUPPORTED by HAVE_MMAP
2002-08-26 11:59 eku
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/make.new/config/config.h.in
Another autoconf cleanup:
o check for the existence of the function mmap
o replaced MMAP_SUPPORTED by HAVE_MMAP
2002-08-26 08:51 eku
M src/qli/help.epp
Fixed format string (GCC 3.2 won't compile this file).
2002-08-26 07:51 dimitr
M src/jrd/db_alias.cpp
Learnt the alias management code to handle both possible path separators correctly.
2002-08-24 10:53 dimitr
M src/include/gen/autoconfig_msvc.h
Corrected MSVC related autoconf stuff.
2002-08-24 09:40 dimitr
M src/jrd/svc.cpp
Added missing #endif.
2002-08-22 13:11 fsg
M ChangeLog
ChangeLog updated
2002-08-22 11:30 eku
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/jrd/intl.cpp
M src/make.new/config/config.h.in
Check for the existence of the function snprintf. Added a work-around
for systems like SINIX-Z, that do not have snprintf. We really need
a plug-in replacement for those systems.
2002-08-22 11:22 dimitr
M src/remote/inet.cpp
M src/remote/remote.cpp
M src/remote/spxnet.cpp
Make sure a length of string being allocated is always initialized.
2002-08-22 10:57 dimitr
M src/pipe/head.cpp
Corrected the GATEWAY cleanup.
2002-08-22 10:48 eku
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/jrd/common.h
M src/jrd/isc_ipc.cpp
M src/jrd/isc_sync.cpp
M src/jrd/svc.cpp
M src/make.new/config/config.h.in
M src/remote/inet.cpp
M src/remote/inet_server.cpp
Another autoconf cleanup:
o check for the existence of the function sigaction
o replaced SIGACTION_SUPPORTED with HAVE_SIGACTION
2002-08-22 10:16 dimitr
M src/jrd/vio.cpp
Fixed a typing error in my bugfix <g>.
2002-08-22 09:07 eku
M configure.in
Unset a cached variable before rerunning a test.
2002-08-22 08:34 dimitr
M src/jrd/mov.cpp
M src/jrd/mov_proto.h
M src/jrd/vio.cpp
More careful (and proper) implementation of my yesterday's bugfix.
2002-08-22 08:20 dimitr
M src/csv/csi.cpp
M src/csv/csi.h
M src/csv/css.cpp
M src/csv/css_proto.h
M src/csv/csv.cpp
M src/jrd/all.cpp
M src/jrd/all_old.cpp
M src/jrd/blb.h
M src/jrd/cmp.cpp
M src/jrd/common.h
M src/jrd/dsc.h
M src/jrd/err.cpp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/fun.epp
M src/jrd/inf.cpp
M src/jrd/isc.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.h
M src/jrd/jrd_blks.cpp
M src/jrd/jrd_blks.h
M src/jrd/lck.cpp
M src/jrd/lck.h
M src/jrd/met.h
M src/jrd/par.cpp
M src/jrd/req.h
M src/jrd/rse.cpp
M src/jrd/rse.h
M src/jrd/scl.h
M src/jrd/thd.h
M src/jrd/tra.cpp
M src/jrd/val.h
M src/pipe/foot.cpp
M src/pipe/head.cpp
M src/pipe/pipe.h
Get rid of the legacy GATEWAY (vms/oracle) implementation.
2002-08-22 07:56 eku
M configure.in
Major cleanup of the autoconf stuff:
o changed the order of the tests, because some tests rely on the result
of others
o removed test for CONST as suggested by Dmitry Yemanov
o added test for 64 bit I/O support
o added SINIX-Z specific cases
2002-08-21 13:34 dimitr
M src/jrd/err.cpp
M src/jrd/mov.cpp
M src/jrd/tra.cpp
1. More changes for the correct database alias management.
2. Fixed bug with a buffer overrun.
2002-08-20 11:49 eku
M src/remote/inet.cpp
The call to ftime is obsoleted by gettimeofday.
2002-08-16 13:34 eku
M configure.in
Fixed error with last check-in.
2002-08-16 13:21 eku
M src/jrd/gds.cpp
Fixed error from last check-in.
2002-08-14 13:43 eku
M configure.in
Check for return type of function 'signal'.
2002-08-14 13:10 eku
M configure.in
Set default values for configureable options.
2002-08-14 12:27 eku
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/jrd/flu.cpp
M src/make.new/config/config.h.in
Minor 'dirname' cleanup:
o check for the availability in configure
o removed the ugly test in flu.cpp
o synchronised config.h.in and MSVC pendant
NOTE: If you have problems on your system, don't change the source.
Extend the tests in configure.in!!!
2002-08-14 12:15 eku
M configure.in
Fixed some typos.
2002-08-14 12:13 eku
M configure.in
Architecture and production type are now a command line switch to
configure. See 'configure --help' for details.
2002-08-14 11:44 eku
M configure.in
M src/include/gen/autoconfig_msvc.h
M src/jrd/perf.cpp
M src/make.new/config/config.h.in
Huge 'times' cleanup:
o check for the availability in configure
o removed the define NO_TIMES
o synchronised config.h.in and MSVC pendant
NOTE: If you have problems on your system, don't change the source.
Extend the tests in configure.in!!!
2002-08-14 11:14 eku
M autogen.sh
M configure.in
M src/extlib/fbudf/fbudf.cpp
M src/include/gen/autoconfig_msvc.h
M src/journal/misc.cpp
M src/jrd/gds.cpp
M src/jrd/isc.cpp
M src/jrd/perf.cpp
M src/jrd/svc.cpp
M src/make.new/config/config.h.in
M src/wal/driver.cpp
Huge 'gettimeofday' cleanup:
o check for the availability in configure
o check for the number of arguments in configure
o synchronised config.h.in and MSVC pendant
NOTE: If you have problems on your system, don't change the source.
Extend the tests in configure.in!!!
2002-08-14 06:46 eku
D src/make.new/config/config.log
This is a generated file.
2002-08-14 05:45 eku
D configure
Use autogen.sh to generate configure from configure.in on your machine.
2002-08-14 05:44 eku
M autogen.sh
Small type in the CVS placeholder.
2002-08-14 05:43 eku
A autogen.sh
autogen.sh replaces configure in CVS. Run autogen.sh create all
the initial files (configure etc.).
2002-08-13 12:12 eku
M configure
Updated configure from configure.in.
2002-08-13 10:02 eku
M builds/posix/make.rules
Do not define '-m468' in platform-independent rules.
2002-08-13 07:40 dimitr
M src/dsql/metd.epp
Now UDFs work again.
2002-08-12 11:32 dimitr
M src/jrd/pwd.cpp
Fixed the weird logic with reversed return values.
2002-08-12 05:34 dimitr
M builds/win32/msvc6/fbserver.dsp
Just a small correction for the generated headers.
2002-08-11 08:04 dimitr
M src/dsql/ddl.cpp
M src/dsql/dsql.tab.h
M src/dsql/keywords.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/isql/show.epp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_md_proto.h
M src/jrd/dyn_mod.epp
1. BIGINT is now the only keyword for the 64-bit exact numerics and it's available
in dialect 3 only.
2. BREAK statement has been disabled in triggers (like EXIT) because of the known
BLR limitations. I hope it can be safely used in stored procedures though, hence
I'd prefer to have it officially documented.
3. More complete implementation of the GROUP BY clause. You can group by internal
functions and have ability to use more complex grouping conditions than before.
By Arno Brinkman.
4. Allowed declaring and defining local variables at the same time.
By Claudio Valderrama.
Syntax: declare [variable] <var_name> <var_type> [{= | default} <default_value>]
5. Allowed ordinals to be used in the GROUP BY clause (like ORDER BY).
By Arno Brinkman.
Example: select extract(month from order_date), sum(order_sum) from orders group by 1
6. The first approach to the ALTER VIEW statement. Only high-level implementation so far.
A lot of work in dfw.epp, metd.epp, etc. still required.
By Dmitry Yemanov.
2002-08-11 05:49 dimitr
M src/gpre/gpre_meta_boot.cpp
Make gpre_boot compilable on win32
2002-08-09 17:05 dimitr
M builds/win32/msvc6/Firebird2.dsw
M builds/win32/msvc6/alice.dsp
M builds/win32/msvc6/burp.dsp
M builds/win32/msvc6/common.dsp
M builds/win32/msvc6/dsql_server.dsp
M builds/win32/msvc6/fbguard.dsp
M builds/win32/msvc6/gbak.dsp
M builds/win32/msvc6/gds32.dsp
M builds/win32/msvc6/gfix.dsp
M builds/win32/msvc6/gpre.dsp
A builds/win32/msvc6/gpre_boot.dsp
A builds/win32/msvc6/gsec.dsp
M builds/win32/msvc6/gstat.dsp
M builds/win32/msvc6/ib_util.dsp
M builds/win32/msvc6/intl.dsp
M builds/win32/msvc6/ipserver.dsp
M builds/win32/msvc6/isql.dsp
M builds/win32/msvc6/lock.dsp
M builds/win32/msvc6/remote.dsp
M builds/win32/msvc6/utilities.dsp
M builds/win32/msvc6/wal.dsp
1. Get rid of debug runtime libraries in our release builds
2. Added gpre_boot and gsec projects
2002-08-09 07:25 skywalker
M doc/sql.extensions/README.nullif
Update the description, it is now correct.
2002-08-08 23:33 skywalker
A doc/sql.extensions
A doc/sql.extensions/README.case
A doc/sql.extensions/README.coalesce
A doc/sql.extensions/README.nullif
documentation for new sql clauses case, coalesce and nullif
contributed by Arno Brinkman <firebird@abvisie.nl>
2002-08-07 15:02 fsg
M ChangeLog
ChangeLog updated
2002-08-07 05:36 skywalker
A src/misc/isc4.gbak
Initial security db - used to ease a boot type build process
2002-08-05 16:34 skywalker
M configure.in
Changed to make build with new structure possible.
2002-08-05 07:14 skywalker
M builds/posix/Makefile.in.boot.gpre
M builds/posix/Makefile.in.firebird
M builds/posix/Makefile.in.libfbstatic
M builds/posix/Makefile.in.msgs
M builds/posix/Makefile.in.refDatabases
M builds/posix/Makefile.in.static.gpre
M builds/posix/make.rules
More changes to make fb2 compile on linux work with new build structure
2002-08-03 15:27 dimitr
M src/dsql/dsql.cpp
M src/dsql/dsql.tab.h
M src/dsql/gen.cpp
M src/dsql/keywords.cpp
M src/dsql/keywords.h
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/jrd/dsc.cpp
1) Implemented CASE, NULLIF, COALESCE
2) Allowed grouping by internal functions (some work in pass1.cpp still required)
Thanks to Arno Brinkman.
2002-08-01 11:19 fsg
M ChangeLog
ChangeLog updated
2002-07-30 09:49 dimitr
M src/dsql/keywords.cpp
Fixed my own damned mistake. Sorry to everyone who got scared by this change ;-)
2002-07-30 07:23 dimitr
M src/dsql/keywords.cpp
M src/dsql/keywords.h
Stay in-sync with Mark's changes and make them win32 friendly.
2002-07-29 19:04 dimitr
M src/jrd/sort_mem.cpp
Just a minor change.
2002-07-29 18:42 dimitr
M builds/win32/msvc6/dsql_server.dsp
M builds/win32/msvc6/gds32.def
M builds/win32/msvc6/gds32.dsp
M builds/win32/msvc6/gds32_debug.def
Keep in-sync with Mark's changes.
2002-07-29 17:35 dimitr
M src/include/gen/autoconfig_msvc.h
M src/utilities/dba.epp
Keep in-sync with Mark's changes.
2002-07-29 15:43 skywalker
M configure.in
Changed to work with super build as well as classic. The makefile now
come from builds/posix rather than src/make.new
2002-07-29 15:37 skywalker
M src/alice/alice.cpp
M src/burp/burp.cpp
M src/common/memory/memory_pool.h
A src/dsql/dsql.tab.h
A src/dsql/keywords.cpp
M src/dsql/keywords.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/parse_proto.h
M src/isql/isql.epp
M src/jrd/alt.cpp
M src/jrd/blob_filter.epp
M src/jrd/build_no.h
M src/jrd/dyn.epp
M src/jrd/fun.epp
M src/jrd/gds.cpp
M src/jrd/ibsetjmp.h
M src/jrd/intl.cpp
M src/jrd/isc.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.h
M src/jrd/opt.cpp
M src/jrd/status.cpp
M src/jrd/status.h
M src/jrd/thd.cpp
M src/jrd/vio.cpp
M src/jrd/why.c
M src/lock/lock.h
D src/make.defaults
M src/make.new/config/config.h.in
D src/make.platform
D src/make.rules
D src/make.shared.variables
M src/misc/fb_boilerplate.h
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/utilities/cmd_util.cpp
M src/utilities/dba.epp
M src/utilities/guard.cpp
M src/utilities/ibmgr.cpp
M src/utilities/rebuild.cpp
M src/utilities/util.cpp
M src/utilities/util_proto.h
M src/v5_examples/empbuild.c
Changes to make fb2 compile super version for linux
2002-07-29 15:04 skywalker
A builds/posix
A builds/posix/Makefile.in.boot.gpre
A builds/posix/Makefile.in.client.gbak
A builds/posix/Makefile.in.client.gdef
A builds/posix/Makefile.in.client.gfix
A builds/posix/Makefile.in.client.gpre
A builds/posix/Makefile.in.client.isql
A builds/posix/Makefile.in.client.util
A builds/posix/Makefile.in.embed.gbak
A builds/posix/Makefile.in.embed.gdef
A builds/posix/Makefile.in.embed.gfix
A builds/posix/Makefile.in.embed.gpre
A builds/posix/Makefile.in.embed.isql
A builds/posix/Makefile.in.embed.lockmgr
A builds/posix/Makefile.in.embed.qli
A builds/posix/Makefile.in.embed.util
A builds/posix/Makefile.in.extlib
A builds/posix/Makefile.in.fbserver
A builds/posix/Makefile.in.fbutil
A builds/posix/Makefile.in.firebird
A builds/posix/Makefile.in.gpre
A builds/posix/Makefile.in.inet_server
A builds/posix/Makefile.in.install
A builds/posix/Makefile.in.intl
A builds/posix/Makefile.in.jrd
A builds/posix/Makefile.in.libfbclient
A builds/posix/Makefile.in.libfbcommon
A builds/posix/Makefile.in.libfbembed
A builds/posix/Makefile.in.libfbserver
A builds/posix/Makefile.in.libfbstatic
A builds/posix/Makefile.in.msgs
A builds/posix/Makefile.in.refDatabases
A builds/posix/Makefile.in.static.gbak
A builds/posix/Makefile.in.static.gpre
A builds/posix/Makefile.in.static.isql
A builds/posix/Makefile.in.v5_examples
A builds/posix/make.defaults
A builds/posix/make.rules
A builds/posix/make.shared.variables
A builds/posix/prefix.darwin
A builds/posix/prefix.example
A builds/posix/prefix.linux
A builds/posix/prefix.sinixz
A builds/posix/prefix.solx86
This time for sure - 4th generation main change this time was to incorperate
the super build as well as classic into fb2.
2002-07-25 14:41 fsg
M ChangeLog
ChangeLog updated
2002-07-22 17:12 bellardo
M builds/mac_os_x/CS/Helpers.make
Fixed a bug in the MacOS X GUI build project.
2002-07-21 07:21 bellardo
A builds/mac_os_x
A builds/mac_os_x/CS
A builds/mac_os_x/CS/CS.pbproj
A builds/mac_os_x/CS/CS.pbproj/bellardo.pbxuser
A builds/mac_os_x/CS/CS.pbproj/john.pbxuser
A builds/mac_os_x/CS/CS.pbproj/project.pbxproj
A builds/mac_os_x/CS/Helpers.make
A builds/mac_os_x/CS/gpre_wrapper.sh
A builds/mac_os_x/CS/make_wrapper.sh
A builds/mac_os_x/CS/stlport_vars.cpp
A builds/mac_os_x/CS/stub.c
Added the initial revision of the MacOS X PB project files.
2002-07-21 06:14 bellardo
M src/jrd/plugin_manager.cpp
Fixed bug that caused all accesses to miss the internal cache.
2002-07-15 10:12 pcisar
M ChangeLog
no message
2002-07-15 07:00 eku
M configure
M configure.in
The good old Bourne Shell does not implement the command 'source'.
2002-07-12 13:32 dimitr
A src/utilities/registry.h
Oops, I forgot to add this file during the FB1->FB2 porting. Sorry.
2002-07-11 14:25 dimitr
M src/isql/isql.epp
Fixed a few more porting errors.
2002-07-10 14:52 dimitr
M src/dsql/gen.cpp
M src/jrd/evl.cpp
Minor additions to my previous changes.
2002-07-09 15:21 dimitr
M src/remote/srvr_w32.cpp
Fixed a few more porting errors.
2002-07-09 14:41 dimitr
M src/isql/extract.epp
M src/jrd/isc.cpp
Fixed a few more porting errors.
2002-07-06 05:32 skywalker
M configure.in
M src/burp/mvol.cpp
M src/dsql/dsql.cpp
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dudley/expr.cpp
M src/dudley/parse.cpp
M src/gpre/ada.cpp
M src/gpre/cob.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre_proto.h
M src/jrd/alt_use_sec.h
M src/jrd/divorce.cpp
M src/jrd/dsc.h
M src/jrd/event.cpp
M src/jrd/event_proto.h
M src/jrd/intl.cpp
M src/jrd/isc_file.cpp
M src/jrd/isc_ipc.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrn.cpp
M src/jrd/misc.cpp
M src/jrd/pag.cpp
M src/jrd/pwd.cpp
M src/jrd/pwd.h
M src/jrd/rec.cpp
M src/jrd/rec_proto.h
M src/jrd/sort.cpp
M src/jrd/thd.h
M src/jrd/unix.cpp
M src/jrd/utl.cpp
M src/jrd/vmsevent.cpp
M src/jrd/why.c
M src/lock/lock.cpp
M src/lock/printv3.cpp
M src/lock/printv3s4.cpp
M src/make.new/config/config.h.in
M src/remote/protocol.cpp
M src/utilities/dropv3.cpp
M src/utilities/drpv3_proto.h
Merge final changes from fb1 tree.
2002-07-05 16:01 skywalker
M src/dsql/keywords.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/jrd/alt_use_sec.h
Change DEBUG_KEYWORD to KW_DEBUG,
few more changes in parse.y (mostly post fb1 changes)
2002-07-05 15:00 skywalker
M configure
M configure.in
M src/dsql/dsql.cpp
M src/dsql/keywords.h
M src/dsql/parse.cpp
M src/dsql/parse.sed
M src/dsql/parse.y
M src/include/fb_string.h
M src/isql/isql.epp
M src/jrd/alt_use_sec.h
M src/jrd/build_no.h
M src/jrd/common.h
M src/jrd/dfw.epp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/dyn_mod.epp
M src/jrd/evl.cpp
M src/jrd/gds.cpp
M src/jrd/grant.epp
M src/jrd/inf.cpp
M src/jrd/met.epp
M src/jrd/scl.epp
M src/jrd/sort.cpp
M src/make.defaults
M src/make.new/Makefile.in.dsql
M src/make.new/Makefile.in.firebird
M src/make.new/config/config.h.in
M src/make.new/make.defaults
M src/make.new/make.shared.variables
M src/make.platform
M src/make.rules
M src/make.shared.variables
M src/pipe/head.cpp
M src/qli/all.cpp
M src/qli/picstr.cpp
M src/utilities/dba.epp
M src/v5_examples/empbuild.c
Changes to get compiling on linux (post fb1 changes).
2002-07-05 13:10 skywalker
M src/misc/writeBuildNum.sh
syncmail for fb2 - testing
2002-07-05 13:02 skywalker
M src/misc/writeBuildNum.sh
syncmail for fb2 - testing
2002-07-05 12:48 skywalker
M src/misc/writeBuildNum.sh
syncmail for fb2 - testing
2002-07-05 12:46 skywalker
M src/misc/writeBuildNum.sh
syncmail for fb2 - testing
2002-07-05 12:45 skywalker
M src/misc/writeBuildNum.sh
syncmail for fb2 - testing
2002-07-05 12:30 skywalker
M src/misc/writeBuildNum.sh
testing syncmail
2002-07-05 12:22 skywalker
M src/misc/writeBuildNum.sh
Slight change in print version
2002-07-05 12:07 skywalker
M src/misc/writeBuildNum.sh
Change to have print build num option
2002-07-05 10:09 pcisar
M ChangeLog
Updated changelog
2002-07-04 09:34 skywalker
M configure
M configure.in
M src/gpre/pat.cpp
M src/jrd/alt_use_sec.h
M src/jrd/build_no.h
M src/jrd/cmp.cpp
M src/jrd/isc.cpp
M src/jrd/isc_win32.cpp
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/make.defaults
M src/make.new/Makefile.in.firebird
M src/make.new/Makefile.in.gpre
M src/make.new/make.rules
M src/make.platform
M src/make.rules
Changes for rebuild of fb2.
2002-07-04 06:08 eku
M src/jrd/flu.cpp
SINIXZ: fixed loading of shared libraries (merged from fb1)
2002-07-04 05:53 eku
M src/utilities/drop.cpp
SINIX-Z: fixed semaphore handling (merged from fb1)
2002-07-03 10:04 eku
M configure
M configure.in
A src/make.new/prefix.sinixz
Support SINIX-Z as a platform.
2002-07-03 07:16 dimitr
M src/jrd/gdsold.h
Merging changes from fb1 (stage 2 - fixing porting errors).
2002-07-02 14:09 dimitr
M builds/win32/msvc6/intl.dsp
Updated project files
2002-07-02 14:06 dimitr
A src/intl/anhun.h
A src/intl/cs_latin2.h
Merging changes from fb1.
2002-07-02 12:20 dimitr
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/errd.cpp
M src/dsql/gen.cpp
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/metd_proto.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/jrd/gds.h
M src/jrd/gdsold.h
M src/jrd/ibase.h
M src/jrd/version_95.rc
Merging changes from fb1 (stage 2 - fixing porting errors).
2002-07-02 09:49 dimitr
M src/jrd/intlnames.h
M src/jrd/intlobj.h
M src/jrd/irq.h
M src/jrd/isc.cpp
M src/jrd/isc_file.cpp
M src/jrd/isc_ipc.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/license.h
Merging changes from fb1.
2002-07-01 16:59 skywalker
M configure
M configure.in
M src/include/gen/rdb_codes.h
M src/iscguard/iscguard.cpp
M src/iscguard/iscguard.h
M src/iscguard/iscguard.rc
M src/iscguard/iscguard_utils.cpp
M src/jrd/map.cpp
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/nod.h
M src/jrd/obj.h
M src/jrd/opt.cpp
M src/jrd/pag.cpp
M src/jrd/par.cpp
D src/jrd/rdb_codes.h
M src/jrd/rse.cpp
M src/jrd/rse.h
M src/make.defaults
M src/make.new/config/config.h.in
M src/make.platform
M src/make.rules
M src/make.shared.variables
Merged change from fb1.
2002-07-01 15:46 dimitr
M src/include/gen/iberror.h
M src/jrd/grant.epp
M src/jrd/inf.cpp
M src/jrd/inf.h
M src/jrd/ini.h
Merging changes from fb1.
2002-07-01 15:43 dimitr
D src/include/iberror.h
Must be (and already is) in /include/gen
2002-07-01 15:07 skywalker
M src/jrd/alt_use_sec.h
M src/jrd/build_no.h
M src/jrd/common.h
M src/jrd/ib_stdio.cpp
M src/jrd/scl.epp
M src/jrd/scl_proto.h
M src/jrd/shrinit.cpp
M src/jrd/sort.cpp
M src/jrd/thd.h
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/types.h
M src/jrd/unix.cpp
M src/jrd/utl.cpp
M src/jrd/val.h
M src/jrd/version.rc
M src/jrd/version_95.rc
M src/jrd/vio.cpp
M src/jrd/why.c
M src/jrd/winnt.cpp
porting changes from fb1.
2002-07-01 14:59 dimitr
A builds
A builds/win32
A builds/win32/msvc6
A builds/win32/msvc6/Firebird2.dsw
A builds/win32/msvc6/alice.dsp
A builds/win32/msvc6/burp.dsp
A builds/win32/msvc6/common.dsp
A builds/win32/msvc6/dsql_server.dsp
A builds/win32/msvc6/fbguard.dsp
A builds/win32/msvc6/fbserver.dsp
A builds/win32/msvc6/gbak.dsp
A builds/win32/msvc6/gds32.def
A builds/win32/msvc6/gds32.dsp
A builds/win32/msvc6/gds32_debug.def
A builds/win32/msvc6/gfix.dsp
A builds/win32/msvc6/gpre.dsp
A builds/win32/msvc6/gstat.dsp
A builds/win32/msvc6/ib_util.def
A builds/win32/msvc6/ib_util.dsp
A builds/win32/msvc6/intl.dsp
A builds/win32/msvc6/ipserver.dsp
A builds/win32/msvc6/isql.dsp
A builds/win32/msvc6/lock.dsp
A builds/win32/msvc6/remote.dsp
A builds/win32/msvc6/utilities.dsp
A builds/win32/msvc6/wal.dsp
Added FB2 project files for MSVC6
2002-06-30 10:44 dimitr
M src/jrd/fun.epp
M src/jrd/functions.cpp
M src/jrd/gds.cpp
Merging changes from fb1.
2002-06-30 10:22 dimitr
M src/jrd/req.h
Merging changes from fb1.
2002-06-30 10:15 dimitr
M src/jrd/exe.cpp
M src/jrd/ext.cpp
Merging changes from fb1.
2002-06-30 09:58 dimitr
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/ext.cpp
M src/jrd/fil.h
M src/jrd/file_params.h
M src/jrd/flu.cpp
M src/jrd/flu.h
Merging changes from fb1.
2002-06-30 08:47 dimitr
M src/jrd/dyn_util.epp
Merging changes from fb1.
2002-06-30 08:46 dimitr
M src/jrd/divorce.cpp
M src/jrd/dls.cpp
M src/jrd/dls_proto.h
M src/jrd/doserr.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/jrd/dyn_mod.epp
M src/jrd/dyn_proto.h
M src/jrd/dyn_util.epp
Merging changes from fb1.
2002-06-29 17:37 skywalker
M src/intl/cs_narrow.c
M src/intl/lc_ascii.c
M src/intl/lc_latin1.c
M src/intl/lc_narrow.c
M src/intl/ld.c
ported changed from fb1.
2002-06-29 17:21 skywalker
M src/journal/misc.cpp
M src/journal/rebuild.e
port changes from fb1.
2002-06-29 17:20 skywalker
M src/extlib/fbudf/fbudf.cpp
put testreflect into dev build only
2002-06-29 16:59 skywalker
M src/utilities/install_nt.h
Change the ISCGUARD_SERVICE name here rather than in the iscguard.cpp file
2002-06-29 16:50 skywalker
M src/gpre/gpre.cpp
M src/gpre/gpre.h
porting changes from fb1.
2002-06-29 16:41 skywalker
M configure.in
A src/make.new/Makefile.in.fbudf
M src/make.new/Makefile.in.jrd
M src/make.new/config/config.h.in
Porting changes made to fb1.
2002-06-29 16:38 skywalker
M src/extlib/ib_udf.sql
porting changes made to fb1.
2002-06-29 16:35 skywalker
A src/extlib/fbudf
A src/extlib/fbudf/MSReadMe.txt
A src/extlib/fbudf/fbudf.cpp
A src/extlib/fbudf/fbudf.dsp
A src/extlib/fbudf/fbudf.dsw
A src/extlib/fbudf/fbudf.h
A src/extlib/fbudf/fbudf.plg
A src/extlib/fbudf/fbudf.sql
A src/extlib/fbudf/fbudf.txt
A src/extlib/fbudf/stdafx.cpp
A src/extlib/fbudf/stdafx.h
Ported code changes from fb1
2002-06-29 14:28 skywalker
M src/v5_examples/empbld.sql
M src/v5_examples/empddl.sql
M src/v5_examples/intlddl.sql
Merge changes from fb1.
2002-06-29 14:13 skywalker
D src/makefiles/000_readme
D src/makefiles/000_readme_porting
A src/makefiles/README.txt
D src/makefiles/add_template
D src/makefiles/bind_csilib.apollo
D src/makefiles/bind_dsql.apollo
D src/makefiles/bind_gds.aix_ppc
D src/makefiles/bind_gds.generic
D src/makefiles/bind_gds.hp
D src/makefiles/bind_gds.win_nt
D src/makefiles/bind_gds5.apollo
D src/makefiles/bind_gds5.generic
D src/makefiles/bind_gds5.hp
D src/makefiles/bind_gds_rsp.os2
D src/makefiles/bind_gds_rsp.win_nt
D src/makefiles/bind_gds_s.im
D src/makefiles/bind_gds_s.sco
D src/makefiles/bind_gdsf_s.im
D src/makefiles/bind_gdsf_s.sco
D src/makefiles/bind_gdsintl.aix_ppc
D src/makefiles/bind_gdsintl.win_nt
D src/makefiles/bind_gdslib.apollo
D src/makefiles/bind_pyxis.apollo
D src/makefiles/bind_remotelib.apollo
D src/makefiles/boot.sfx.interbase
D src/makefiles/buildRefDatabases
D src/makefiles/build_kit
D src/makefiles/build_kit.bat
D src/makefiles/build_kit.cmd
D src/makefiles/ccs.sco
D src/makefiles/cdmt.config.sco
D src/makefiles/compress.sed
D src/makefiles/compress_dbs
D src/makefiles/compress_dbs.bat
D src/makefiles/config
D src/makefiles/copy_makes
D src/makefiles/copy_set_prot
D src/makefiles/copyright.cl
D src/makefiles/copyright.clsr
D src/makefiles/debug_entry.bind
D src/makefiles/depend.cl
D src/makefiles/depend.clnd
D src/makefiles/depend.clsr
D src/makefiles/depend.clsrnd
D src/makefiles/edit_make
D src/makefiles/edit_makes
D src/makefiles/expand.sed
D src/makefiles/expand_dbs
D src/makefiles/expand_dbs.bat
D src/makefiles/fetch_comp
D src/makefiles/fetch_comp.bat
D src/makefiles/gdsalias.asm
D src/makefiles/gsplit.h
D src/makefiles/ibase.cmpnt.sco
D src/makefiles/ibase.pkg.sco
D src/makefiles/ibase.prd.sco
D src/makefiles/iclient.cmpnt.sco
D src/makefiles/iclient.pkg.sco
D src/makefiles/iclient.prd.sco
D src/makefiles/inetd.conf.apollo
D src/makefiles/inetd.conf.psx
D src/makefiles/inetd.conf.ultrix
D src/makefiles/inetd.conf.unx
D src/makefiles/init.intrbase
D src/makefiles/install.apollo
D src/makefiles/install.ksh
D src/makefiles/install.nolink
D src/makefiles/install.sun4
D src/makefiles/install.unix
D src/makefiles/intrbase.rmv
D src/makefiles/make.pipe
D src/makefiles/makemtar
D src/makefiles/makepkg
D src/makefiles/makesspkg
D src/makefiles/makesstar
D src/makefiles/maketar
D src/makefiles/mpm_template
D src/makefiles/mpp_template
D src/makefiles/pkginfo
D src/makefiles/pkginfo.cl
D src/makefiles/pkginfo.clnd
D src/makefiles/pkginfo.clsr
D src/makefiles/pkginfo.clsrnd
D src/makefiles/platform
D src/makefiles/postinstall
D src/makefiles/postinstall.cl
D src/makefiles/postinstall.clsr
D src/makefiles/prep.intrbase
D src/makefiles/preremove
D src/makefiles/preremove.cl
D src/makefiles/preremove.clsr
D src/makefiles/put_template
D src/makefiles/readme.sco
D src/makefiles/refresh
D src/makefiles/refresh.all
D src/makefiles/refresh.bat
D src/makefiles/request
D src/makefiles/request.cl
D src/makefiles/request.clsr
D src/makefiles/run_edit
D src/makefiles/sco_ship
D src/makefiles/servers.isc
D src/makefiles/services.isc
D src/makefiles/set_prot
D src/makefiles/setup.ksh
D src/makefiles/setup_gdbs
D src/makefiles/setup_prots
D src/makefiles/sfx.alice
D src/makefiles/sfx.burp
D src/makefiles/sfx.client
D src/makefiles/sfx.csv
D src/makefiles/sfx.dbs
D src/makefiles/sfx.dsql
D src/makefiles/sfx.dudley
D src/makefiles/sfx.example4
D src/makefiles/sfx.example5
D src/makefiles/sfx.examples
D src/makefiles/sfx.extlib
D src/makefiles/sfx.firebird
D src/makefiles/sfx.gpre
D src/makefiles/sfx.intl
D src/makefiles/sfx.isql
D src/makefiles/sfx.journal
D src/makefiles/sfx.jrd
D src/makefiles/sfx.lock
D src/makefiles/sfx.main
D src/makefiles/sfx.msgs
D src/makefiles/sfx.pipe
D src/makefiles/sfx.pyxis
D src/makefiles/sfx.qli
D src/makefiles/sfx.remote
D src/makefiles/sfx.utilities
D src/makefiles/sfx.wal
D src/makefiles/site_variables
D src/makefiles/special_opt
D src/makefiles/special_opt.c
D src/makefiles/sys.conf.isc.apollo
D src/makefiles/unset_prot
D src/makefiles/v3compat
Removed redundant files to avoid confusing newcomers to fb2 build process.
2002-06-29 13:47 skywalker
M src/dsql/keywords.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/parse_proto.h
Added LEX_StringIsAKeyword function to avoid an awkward #include from isql
module.
2002-06-29 13:39 skywalker
M src/isql/extra_proto.h
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/isql.rc
M src/isql/isql_proto.h
M src/isql/show.epp
M src/isql/show_proto.h
Merge changes from fb1.
2002-06-29 13:33 skywalker
M src/jrd/license.h
Merged changed from fb1.
2002-06-29 13:03 dimitr
M src/include/gen/blrtable.h
M src/jrd/alt.cpp
M src/jrd/blb.cpp
M src/jrd/blb_proto.h
M src/jrd/blp.h
M src/jrd/blr.h
M src/jrd/blrtable.cpp
M src/jrd/cmp.cpp
M src/jrd/codes.epp
M src/jrd/common.h
M src/jrd/constants.h
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/cvt2_proto.h
M src/jrd/dfw.epp
M src/jrd/dsc.h
M src/jrd/exe.h
M src/jrd/ibase.h
M src/jrd/isc.h
M src/jrd/rse.h
M src/jrd/scl.h
Merging changes from fb1.
2002-06-29 12:55 dimitr
M src/include/gen/codes.h
M src/include/gen/codetext.h
Merging changes from fb1.
2002-06-29 09:36 dimitr
M src/remote/property.cpp
M src/remote/srvr_w32.cpp
Fixed porting errors.
2002-06-29 08:49 dimitr
M src/qli/all.cpp
M src/qli/mov.cpp
M src/qli/picst_proto.h
M src/qli/picstr.cpp
M src/remote/cntl.cpp
M src/remote/dllshell.cpp
M src/remote/ibconfig.cpp
M src/remote/ibconfig.rc
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/remote/neterr.h
M src/remote/nt_server.cpp
M src/remote/property.cpp
M src/remote/property.rc
M src/remote/protocol.cpp
M src/remote/server.cpp
M src/remote/server.ico
M src/remote/spxnet32.cpp
M src/remote/srvr_w32.cpp
M src/remote/window.cpp
M src/remote/window.h
M src/remote/window.rc
M src/remote/winmain.cpp
M src/utilities/analyse.cpp
M src/utilities/dba.epp
M src/utilities/dba_full.epp
M src/utilities/dbaswi.h
M src/utilities/install_nt.h
M src/utilities/install_reg.cpp
M src/utilities/install_svc.cpp
M src/utilities/rebuild.cpp
M src/utilities/registry.cpp
M src/utilities/sbc_print.cpp
M src/utilities/security.epp
M src/utilities/services.cpp
Merging changes from fb1.
2002-06-29 08:40 dimitr
M src/pipe/head.cpp
Merging changes from fb1.
2002-06-29 08:34 dimitr
M src/msgs/build_file.epp
M src/msgs/include.epp
M src/msgs/msg.gbak
Merging changes from fb1.
2002-06-29 08:27 dimitr
M src/misc/help.gbak
Merging changes from fb1.
2002-06-29 08:22 dimitr
M src/lock/lock.cpp
M src/lock/lock.h
M src/lock/lockv3.h
M src/lock/lockv3s4.h
Merging changes from fb1.
2002-06-29 06:56 skywalker
M src/dsql/array.epp
M src/dsql/blob.epp
M src/dsql/ddl.cpp
M src/dsql/ddl_proto.h
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/errd.cpp
M src/dsql/gen.cpp
M src/dsql/keywords.h
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/metd_proto.h
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.sed
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dsql/utld.cpp
Merging changes from fb1.
2002-06-29 05:39 skywalker
M src/burp/backup.epp
M src/burp/burp.h
M src/burp/mvol.cpp
M src/burp/restore.epp
Merge changes from fb1
2002-06-29 05:33 skywalker
M src/alice/alice.cpp
merge fb1 changes.
2002-06-28 13:58 alexpeshkoff
M src/jrd/inf.cpp
fixed bug #545725 - internal connections to database
now reported as user (SQL Server)
2002-06-28 13:56 alexpeshkoff
M src/jrd/tra.cpp
temporary lock fix in TRA_sweep
2002-06-28 13:49 dimitr
M src/dsql/dsql.cpp
Fixed bug with the server crash when XSQLDAs are prepared for not all statement parameters.
2002-06-27 12:14 paul_reeves
M src/dsql/dsql.cpp
Remove superfluous include
2002-06-27 10:14 dimitr
M src/burp/backup.epp
M src/burp/restore.epp
Fixed another bug with INT64 array slices. Thanks to Artem Petkevych.
2002-06-24 13:59 paul_reeves
M src/make.new/Makefile.in.gpre
M src/remote/inet.cpp
More changes to support building under Linux
2002-06-23 19:51 paul_reeves
M configure.in
M src/dsql/dsql.cpp
M src/dudley/hsh.cpp
M src/dudley/lex.cpp
M src/dudley/parse.cpp
M src/gpre/hsh.cpp
M src/intl/kanji.cpp
M src/jrd/intl.cpp
M src/jrd/os/posix/mod_loader.cpp
M src/make.new/Makefile.in.example5
M src/make.new/Makefile.in.jrd
M src/make.new/config/config.h.in
M src/make.new/make.defaults
M src/make.new/make.rules
M src/make.new/make.shared.variables
M src/make.new/prefix.linux
M src/qli/eval.cpp
M src/qli/expand.cpp
M src/qli/hsh.cpp
M src/qli/lex.cpp
M src/qli/meta.epp
M src/qli/mov.cpp
M src/qli/parse.cpp
M src/qli/picstr.cpp
M src/qli/proc.epp
Updated code to support building under Linux. Main changes are to support the platform manager and the move of kanji.* to /intl.
2002-06-20 11:42 dimitr
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
Enabled support for empty BEGIN...END blocks
2002-06-20 11:37 dimitr
M src/jrd/dyn_del.epp
Partially fixed bug SF #567931
2002-06-20 10:10 dimitr
M src/jrd/opt.cpp
Fixed bug with uninitialized local variables. Thanks to Oleg LOA.
2002-06-20 10:01 dimitr
M src/jrd/sdl.cpp
Fixed bug with INT64 array slices. Thanks to Artem Petkevych.
2002-06-20 08:24 dimitr
M src/include/gen/autoconfig_msvc.h
Implemented case-insensitive keys in FirebirdConfigFile (to support various configs on Win32).
2002-06-20 08:06 dimitr
M src/fbutil/FirebirdConfigFile.cpp
M src/fbutil/FirebirdConfigFile.h
Implemented case-insensitive keys in FirebirdConfigFile (to support various configs on Win32).
2002-06-20 08:00 dimitr
M src/dsql/parse.cpp
M src/dsql/parse.y
Force SP parameters to behave the same way in both syntaxes (SELECT FROM and EXECUTE PROCEDURE), thus enabling expressions, UDFs, etc. to be passed as a parameter.
2002-06-20 07:56 dimitr
M src/jrd/err.cpp
M src/jrd/val.cpp
Server-side database aliases (error-handling changes).
2002-06-19 15:10 skywalker
A doc
A doc/README.makefiles
Added README file which explains a little about the makefile structure.
2002-06-16 14:19 dimitr
M src/jrd/evl.cpp
Fixed bug SF #562417
(the fix is not obvious, so it should be properly tested)
2002-06-16 14:15 dimitr
M src/jrd/jrd.cpp
Fixed an ugly error I made in the server-side aliases management
2002-06-15 09:38 dimitr
M src/dsql/keywords.h
M src/dsql/parse.cpp
M src/dsql/parse.y
While I'm in touch with the parser - INT64 and LARGEINT aliases for the intenal dtype_int64 data type.
2002-06-14 12:09 dimitr
M src/include/gen/blrtable.h
M src/jrd/blr.h
M src/jrd/blrtable.cpp
M src/jrd/cmp.cpp
M src/jrd/evl.cpp
M src/jrd/met.epp
M src/jrd/met.h
M src/jrd/nod.h
M src/jrd/opt.cpp
M src/jrd/par.cpp
1. New system variables - CONNECTION_ID and TRANSACTION_ID
2. Universal triggers
2002-06-14 12:07 dimitr
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/gen.cpp
M src/dsql/keywords.h
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
1. New system variables - CONNECTION_ID and TRANSACTION_ID
2. Universal triggers
(parser changes are not very nice, but at least it works;
perhaps it should be polished up a bit later)
2002-06-12 07:07 tamlin
M src/jrd/perf.cpp
Compiler warning
2002-06-12 07:03 tamlin
M src/jrd/intl.cpp
Compiler warnings removed.
2002-06-12 07:03 tamlin
M src/jrd/db_alias.cpp
M src/jrd/jrd.cpp
const correctness
2002-06-12 07:02 tamlin
M src/jrd/plugin_manager.h
Make it compile using MSVC6.
2002-06-12 07:01 tamlin
M src/jrd/plugin_manager.cpp
Removed (at least) 219KB of compiler warnings using MSVC6.
2002-06-12 06:58 tamlin
M src/include/fb_list.h
There is no C++ class named slist. Removed.
2002-06-05 11:02 dimitr
M src/intl/ld.h
Fixed compile problems on Win32.
2002-06-05 10:18 dimitr
M src/jrd/intl.cpp
Fixed compile problems on Win32.
2002-06-05 09:57 dimitr
A src/jrd/os/win32
A src/jrd/os/win32/mod_loader.cpp
A src/jrd/os/win32/path_utils.cpp
A Win32 implementation of the dynamic module loader and path operations
abstractions.
2002-06-05 09:53 dimitr
M src/jrd/tra.cpp
Server-side database aliases (error-handling changes).
2002-06-05 09:49 dimitr
M src/jrd/jrd.cpp
Server-side database aliases (main changes).
2002-06-04 19:56 bellardo
M src/jrd/blk.h
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/dbt.cpp
M src/jrd/everything.h
M src/jrd/evl.cpp
M src/jrd/evl_like.cpp
M src/jrd/evl_proto.h
M src/jrd/filters.cpp
M src/jrd/ini.epp
M src/jrd/ini_proto.h
M src/jrd/intl.cpp
M src/jrd/intl_proto.h
M src/jrd/intlobj.h
M src/jrd/jrd.h
M src/jrd/opt.cpp
Changes to bring intl support to FB2.
2002-06-04 19:36 bellardo
A src/include/fb_list.h
A src/include/fb_map.h
A src/jrd/intl_builtin.cpp
A src/jrd/intl_classes.h
A src/jrd/plugin_manager.cpp
A src/jrd/plugin_manager.h
New files added during the porting of intl support to FB2.
2002-06-04 13:07 dimitr
M src/jrd/sort.cpp
I believe now my changes are ready for the public testing.
2002-06-04 13:01 dimitr
M src/jrd/err.cpp
Server-side database aliases (error-handling changes).
2002-06-04 12:57 dimitr
A src/jrd/db_alias.cpp
M src/jrd/inf.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
Server-side database aliases (main changes).
2002-06-04 12:31 dimitr
M src/ipserver/ipclient.cpp
no message
2002-06-04 12:03 dimitr
M src/jrd/winnt.cpp
Fixed little [porting?] bug with the forced writes.
2002-05-24 08:06 dimitr
M src/remote/interface.cpp
Fixed serious porting error.
2002-04-30 09:30 kkuznetsov
M src/jrd/intl.cpp
Fixed bug - Crashing server on Solaris
Intel when passing "" to nchar udf,
and remove incrementing function argument from pad_spaces
in intl.cpp
2002-04-29 15:05 dimitr
M src/jrd/blb.cpp
M src/jrd/cch.cpp
M src/jrd/pio.h
M src/jrd/tra.cpp
M src/jrd/winnt.cpp
Cleanup
2002-04-29 12:06 dimitr
M src/jrd/sort.cpp
Applied Mike Grover's fix from FB1 tree to my recent changes
2002-04-29 11:22 dimitr
M src/jrd/sort.cpp
M src/jrd/sort.h
A src/jrd/sort_mem.cpp
A src/jrd/sort_mem.h
New temporary space management for the external sorting stuff
2002-04-29 11:14 dimitr
M src/jrd/cch.cpp
M src/jrd/gds.cpp
Some minor changes
2002-04-29 10:57 dimitr
M src/common/memory/allocators.h
M src/common/memory/memory_pool.cpp
M src/common/memory/memory_pool.h
M src/fbutil/FirebirdConfig.cpp
M src/fbutil/FirebirdConfig.h
M src/fbutil/FirebirdConfigFile.cpp
M src/fbutil/FirebirdConfigFile.h
M src/include/gen/autoconfig_msvc.h
Some minor changes
2002-04-18 03:54 bellardo
M src/jrd/exe.cpp
throw clause cleanup.
2002-04-13 06:04 dimitr
M src/jrd/evl.cpp
Applied Claudio's fix for bug SF #538201
2002-04-12 01:55 bellardo
M src/gpre/gpre.cpp
M src/gpre/gpre.h
Changes to make the -GDS switch work correctly. This allows FB2 to be used
to build FB1 :-)
2002-04-10 04:42 bellardo
A src/jrd/os/posix/mod_loader.cpp
A posix (dlopen et al) implementation of the dynamic module loader
abstraction.
2002-04-09 23:27 bellardo
D src/jrd/kanji.cpp
D src/jrd/kanji.h
D src/jrd/kanji_proto.h
Moved the files into intl. They don't belong in jrd.
2002-04-09 23:27 bellardo
A src/intl/kanji.cpp
A src/intl/kanji.h
A src/intl/kanji_proto.h
A src/intl/lt2czech.h
lt2czech.h wasn't brought over in the original c++ port, fix it.
The kanji* files are no longer used, except for some macros in one of
the headers. Now that we have the intl directory they don't belong in
jrd. Moved them into intl.
2002-04-09 23:25 bellardo
M src/intl/cs_big5.c
M src/intl/cs_gb2312.c
M src/intl/cs_jis.c
M src/intl/cs_jis_20208_1990.c
M src/intl/cs_ksc.c
M src/intl/cs_narrow.c
M src/intl/cs_unicode.c
M src/intl/cs_utffss.c
M src/intl/cv_big5.c
M src/intl/cv_gb2312.c
M src/intl/cv_jis.c
M src/intl/cv_ksc.c
M src/intl/cv_narrow.c
M src/intl/lc_ascii.c
M src/intl/lc_big5.c
M src/intl/lc_dos.c
M src/intl/lc_gb2312.c
M src/intl/lc_jis.c
M src/intl/lc_ksc.c
M src/intl/lc_latin1.c
M src/intl/lc_latin2.c
M src/intl/lc_narrow.c
M src/intl/lc_unicode.c
M src/intl/ld.c
M src/intl/ld.h
M src/intl/ldcommon.h
changes necessary to get the intl lib compiling after adding the new
memory management, an additional intl c++ interface, and a slight
refactoring of the intl header files.
2002-04-09 23:23 bellardo
A src/jrd/os
A src/jrd/os/darwin
A src/jrd/os/darwin/mod_loader.cpp
A src/jrd/os/mod_loader.h
A src/jrd/os/path_utils.h
A src/jrd/os/posix
A src/jrd/os/posix/path_utils.cpp
Added the operating system specific subdirectory (os) to jrd. Also added the
abstraction headers for file path operations and dynamically loaded modules.
Included the implementations of the abstractions necessary for Darwin.
2002-04-06 08:50 dimitr
M src/jrd/exe.cpp
Fixed one memory allocation issue.
2002-04-05 19:56 bellardo
M src/jrd/scl.epp
fixing another mistake I made. sorry :-(
2002-04-05 19:54 bellardo
M src/jrd/dyn.epp
Commited wrong local version of code. fixing my mistake.
2002-04-05 07:17 dimitr
D src/jrd/blrtable.h
Cleanup
2002-04-04 16:41 bellardo
M src/dsql/pass1.cpp
Fixed some ugly code I committed yesterday.
2002-04-04 16:22 bellardo
M src/dsql/utld.cpp
Fixed the buffer overflow check to be correct instead of commenting it out.
2002-04-04 16:09 bellardo
M src/jrd/blk.h
Wronging named struct last time I committed.
2002-04-04 16:08 bellardo
M src/remote/interface.cpp
Forgot to rename include directive
2002-04-04 13:53 dimitr
M src/dsql/dsql.cpp
M src/dsql/gen.cpp
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/include/gen/blrtable.h
M src/jrd/blp.h
M src/jrd/blr.h
M src/jrd/blrtable.cpp
M src/jrd/exe.cpp
M src/jrd/nod.h
M src/jrd/par.cpp
M src/jrd/tra.h
M src/msgs/load.epp
Implemented 'EXECUTE VARCHAR' command.
2002-04-04 11:37 dimitr
M src/jrd/y-valve.cpp
Cleanup
2002-04-04 07:13 bellardo
M src/jrd/dbt.cpp
committed wrong local version of file last time, opps.
2002-04-04 07:10 bellardo
M src/jrd/blb.cpp
M src/jrd/blk.h
M src/jrd/btr.cpp
M src/jrd/cch.cpp
M src/jrd/dbt.cpp
M src/jrd/dfw.epp
M src/jrd/dpm.epp
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_mod.epp
M src/jrd/dyn_util.epp
M src/jrd/ext.cpp
M src/jrd/file_params.h
M src/jrd/fun.epp
M src/jrd/gds.cpp
M src/jrd/grant.epp
M src/jrd/jrd.cpp
M src/jrd/met.epp
M src/jrd/nav.cpp
M src/jrd/opt.cpp
M src/jrd/pag.cpp
M src/jrd/scl.epp
M src/jrd/shut.cpp
M src/jrd/svc.cpp
M src/jrd/tra.cpp
M src/jrd/val.cpp
M src/jrd/vio.cpp
Finished removal of setjmp/longjmp code, and fixed a handful of FB1->FB2
porting bugs.
2002-04-04 05:43 bellardo
M src/remote/allr.cpp
M src/remote/interface.cpp
M src/remote/remote.h
M src/remote/server.cpp
We are using exceptions now, clean out old setjmp/longjmp code.
2002-04-04 05:41 bellardo
M src/qli/all.cpp
minor include file change
2002-04-04 05:39 bellardo
M src/install/arch-specific/darwin/FrameworkInfo.plist
Minor Darwin naming changes
2002-04-04 05:38 bellardo
M src/include/fb_blk.h
M src/include/fb_exception.h
Accept NULL memory deletes and move exception raise code to its own file.
2002-04-04 05:37 bellardo
M src/gpre/gpre_meta_boot.cpp
fixed extern declaration bug
2002-04-04 05:36 bellardo
M src/dudley/ddl.cpp
M src/dudley/exe.epp
M src/dudley/expr.cpp
M src/dudley/extract.epp
M src/dudley/hsh.cpp
M src/dudley/parse.cpp
removed warnings.
2002-04-04 05:35 bellardo
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/movd.cpp
M src/dsql/user_dsql.cpp
Cleaning up unneeded setjmp/longjmp code.
2002-04-04 05:34 bellardo
M src/dsql/utld.cpp
c++ conversion bug fix
2002-04-04 05:33 bellardo
A src/common/fb_exception.cpp
File to hold our custom exception class implementation.
2002-04-04 05:32 bellardo
M src/burp/restore.epp
Fixed warnings.
2002-04-04 05:31 bellardo
M src/alice/alice.cpp
M src/alice/alice_meta.epp
Fixed some warnings.
2002-04-03 23:35 bellardo
M src/common/memory/memory_pool.cpp
Someone (who shall remain nameless) committed this file with red zones enabled.
As these tend to be a drag on performance I decided to disable them.
2002-04-03 16:05 bellardo
A src/intl/lc_latin2.c
File got lost bringing FB1->FB2. Its back now.
2002-04-03 08:41 dimitr
M src/jrd/svc_proto.h
M src/jrd/why.c
M src/jrd/winnt.cpp
Cleanup
2002-04-03 06:05 dimitr
M src/misc/status.cpp
ANSI C++ says that a loop variable (if declared within a 'for' construct) cannot be accessed outside the loop block. Fixed.
2002-04-02 23:12 bellardo
M src/jrd/exe.cpp
Cleanup of some try/catch block mistakes during the initial exception conversion.
2002-04-02 17:10 bellardo
M src/dsql/pass1.cpp
Can't BLKCHK stack variables anymore. Fixed one such occurance in pass1.cpp
2002-04-02 05:42 bellardo
M src/common/memory/allocators.cpp
M src/common/memory/allocators.h
M src/common/memory/memory_pool.cpp
Updated delete operators to accept a null pointer to delete as required by c++.
2002-04-02 05:41 bellardo
M src/gpre/pretty.cpp
Some of the gds__XXXX blr constants were incorrectly changed to gds_XXXX during the initial c++ port. Fixed them.
2002-04-01 09:11 dimitr
M src/dsql/parse.cpp
M src/remote/ibconfig.cpp
M src/remote/property.cpp
M src/remote/xdr.cpp
Cleanup
2002-04-01 09:03 dimitr
M src/iscguard/iscguard.cpp
Cleanup
2002-04-01 00:03 bellardo
M src/jrd/met.epp
Fixed bug (c++ porting error, bug not present in FB1) that prevented most views from working.
2002-03-31 00:40 tamlin
M src/jrd/cch.cpp
M src/jrd/idx.cpp
M src/jrd/lck.cpp
M src/jrd/met.epp
M src/jrd/met_proto.h
M src/jrd/netware.cpp
M src/jrd/os2.cpp
M src/jrd/rlck.cpp
M src/jrd/rng.cpp
M src/jrd/sdw.cpp
M src/jrd/tra.cpp
M src/jrd/unix.cpp
M src/jrd/vms.cpp
M src/jrd/windows.cpp
M src/jrd/winnt.cpp
M src/lock/lock.cpp
M src/remote/interface.cpp
M src/remote/server.cpp
Cleanup and bugfixing
2002-03-15 09:14 pcisar
M ChangeLog
no message
2002-03-11 16:34 skywalker
M src/alice/all.h
M src/alice/info.h
M src/alice/tdr.cpp
M src/gpre/gpre.h
M src/include/fb_types.h
M src/include/gen/codes.h
M src/jrd/alt_use_sec.h
M src/jrd/build_no.h
M src/jrd/common.h
M src/jrd/cvt_proto.h
M src/jrd/gdsold.h
M src/jrd/ibase.h
M src/jrd/isc_file.cpp
M src/jrd/isc_sync.cpp
M src/jrd/license.h
M src/jrd/perf.h
M src/remote/inet.cpp
M src/remote/protocol.cpp
M src/remote/remote_def.h
M src/v5_examples/empbuild.c
M src/wal/wal.cpp
M src/wal/walw.cpp
Main changes were to add cr to end of the files.
cvt_proto.h removed a duplicate extern directive
gen/codes.h added back appolo error code, since it was still used
2002-02-26 13:48 dimitr
M generated/alice/makefile
M generated/burp/makefile
M generated/dsql/makefile
M generated/dudley/makefile
M generated/gpre/makefile
M generated/isql/makefile
M generated/jrd/makefile
M generated/makefile
M generated/msgs/makefile
M generated/utilities/makefile
Updated makefiles
2002-02-25 11:41 dimitr
M src/jrd/why.c
Correction to the clean up of the Apollo port
2002-02-25 10:59 dimitr
M src/include/gen/codes.h
Correction to the clean up of the Apollo port
2002-02-25 10:45 dimitr
M src/jrd/license.h
Fixed the invalid removal of an ambiguity I've commited before and fixed the real problem that was there.
2002-02-25 10:12 dimitr
M src/common/memory/allocators.cpp
Fixed a compilation error in the release mode
2002-02-25 10:09 dimitr
M src/jrd/cvt_proto.h
Fixed a linking error
2002-02-25 06:33 pcisar
M ChangeLog
no message
2002-02-24 16:53 seanleyne
M src/dsql/parse.cpp
Code cleanup, corrected some mistakes (;-[) in my removal of the Win3.1 port.
2002-02-24 16:39 seanleyne
M src/dsql/array.epp
M src/dsql/parse.y
M src/isql/isql.epp
M src/jrd/dfw.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_util.epp
M src/jrd/met.epp
M src/make.new/config/config.h.in
M src/makefiles/config/config.h.in
Code cleanup, removed old Win3.1 port from routines I missed the first time
2002-02-24 11:38 pcisar
M ChangeLog
no message
2002-02-23 22:15 seanleyne
M src/jrd/flu.cpp
M src/jrd/isc_file.cpp
M src/jrd/isc_sync.cpp
M src/jrd/why.c
M src/jrd/y-valve.cpp
M src/pipe/head.cpp
M src/remote/inet.cpp
More code cleanup of old NCR3000 and M88K ports
2002-02-23 22:08 seanleyne
M src/dsql/parse.cpp
M src/dsql/utld_proto.h
M src/include/gen/autoconfig_msvc.h
M src/jrd/event.h
M src/jrd/why.c
M src/jrd/y-valve.cpp
Code cleanup, removed old Windows 3.1 (WINDOWS_ONLY) port
2002-02-23 10:27 dimitr
M src/jrd/dfw.epp
M src/jrd/event.cpp
M src/jrd/event.h
M src/jrd/event_proto.h
M src/jrd/utl.cpp
M src/jrd/why.c
Introduced the wildcarding of event names.
Since the work is not finished yet, so far the changes are protected by a macro.
2002-02-23 07:49 dimitr
M src/dsql/errd.cpp
M src/dsql/user_dsql.cpp
M src/jrd/err.cpp
M src/jrd/par.cpp
M src/jrd/sdl.cpp
M src/misc/status.cpp
Correction to the clean up of the Apollo port
2002-02-20 19:21 dimitr
M src/jrd/license.h
Removed an ambiguity in nested #ifdef's
2002-02-19 20:43 pcisar
M ChangeLog
Updated ChangeLog
2002-02-19 01:17 seanleyne
M src/alice/tdr.cpp
Correction, deleted a little too much code in my clean up of the Appolo port. Thanks to Claudio V. for the second set of eyes.
2002-02-16 10:27 pcisar
M ChangeLog
no message
2002-02-16 05:06 seanleyne
M src/gpre/gpre.h
M src/include/gen/autoconfig_msvc.h
M src/intl/langdrv.h
M src/intl/ld.h
M src/jrd/common.h
M src/jrd/cvt.cpp
M src/jrd/gdsold.h
M src/jrd/ibase.h
M src/jrd/isc_ipc.cpp
M src/jrd/pag.cpp
M src/make.new/config/config.h.in
M src/makefiles/config/config.h.in
M src/remote/remote_def.h
Clean up of change notes in headers
2002-02-16 04:36 seanleyne
M src/alice/info.h
M src/alice/tdr.cpp
M src/include/gen/autoconfig_msvc.h
M src/include/gen/codes.h
M src/intl/dtest.c
M src/jrd/pag.cpp
M src/jrd/termtype.h
M src/jrd/utl.cpp
M src/make.new/config/config.h.in
M src/makefiles/config/config.h.in
Code cleanup of obsolete Apollo port(s)
2002-02-16 04:16 seanleyne
M src/include/fb_types.h
M src/include/gen/autoconfig_msvc.h
M src/intl/ld.h
M src/jrd/gds.hxx
M src/jrd/gdsold.h
M src/jrd/ibase.h
M src/jrd/os2.cpp
M src/jrd/perf.h
M src/make.new/config/config.h.in
M src/makefiles/config/config.h.in
Code cleanup of obsolete OS/2 port
2002-02-16 04:04 seanleyne
M src/include/gen/autoconfig_msvc.h
M src/jrd/gdsold.h
M src/jrd/ibase.h
M src/jrd/isc_cray.cpp
M src/make.new/config/config.h.in
M src/makefiles/config/config.h.in
M src/remote/protocol.h
Code cleanup of obsolete Cray port
2002-02-16 03:59 seanleyne
M src/gpre/gpre.h
M src/jrd/common.h
M src/jrd/license.h
M src/jrd/pag.cpp
M src/remote/remote_def.h
Code cleanup of obsolete HP9000 s300 port
2002-02-16 03:54 seanleyne
M src/include/gen/autoconfig_msvc.h
M src/journal/misc.cpp
M src/jrd/common.h
M src/jrd/gds.cpp
M src/jrd/isc_ipc.cpp
M src/jrd/jio.cpp
M src/jrd/license.h
M src/jrd/pag.cpp
M src/lock/lock.h
M src/lock/lockv3.h
M src/make.new/config/config.h.in
M src/makefiles/config/config.h.in
M src/remote/remote_def.h
M src/wal/driver.cpp
Code cleanup of obsolete M88K and NT Power PC ports
2002-02-16 03:37 seanleyne
M src/include/gen/autoconfig_msvc.h
M src/make.new/config/config.h.in
M src/makefiles/config/config.h.in
M src/makefiles/special_opt.c
Code cleanup of obsolete NeXT port
2002-02-16 03:33 seanleyne
M src/include/gen/autoconfig_msvc.h
M src/jrd/common.h
M src/jrd/isc_ipc.cpp
M src/jrd/license.h
M src/jrd/pag.cpp
M src/lock/lock.h
M src/make.new/config/config.h.in
M src/makefiles/config/config.h.in
M src/remote/inet.cpp
M src/remote/remote_def.h
Code cleanup of obsolete NCR3000 port
2002-02-16 03:27 seanleyne
M src/gpre/gpre.h
M src/include/gen/autoconfig_msvc.h
M src/intl/langdrv.h
M src/jrd/common.h
M src/jrd/cvt.cpp
M src/jrd/gds.cpp
M src/jrd/isc.cpp
M src/jrd/isc_ipc.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jrn.cpp
M src/jrd/license.h
M src/jrd/llio.cpp
M src/jrd/pag.cpp
M src/jrd/perf.cpp
M src/jrd/shdef.h
M src/jrd/shrinit.cpp
M src/jrd/svc.cpp
M src/lock/lock.cpp
M src/lock/lock.h
M src/lock/lockv3.h
M src/lock/printv3.cpp
M src/make.new/config/config.h.in
M src/makefiles/config/config.h.in
M src/remote/inet.cpp
M src/remote/protocol.cpp
M src/remote/remote_def.h
M src/utilities/dropv3.cpp
M src/wal/wal.cpp
M src/wal/wal.h
M src/wal/walw.cpp
Code cleanup of obsolete IMP port
2002-02-16 03:05 seanleyne
M src/include/gen/autoconfig_msvc.h
M src/intl/langdrv.h
M src/journal/oldr.cpp
M src/journal/server.e
M src/jrd/common.h
M src/jrd/cvt.cpp
M src/jrd/dbt.cpp
M src/jrd/isc.cpp
M src/jrd/isc_file.cpp
M src/jrd/isc_ipc.cpp
M src/jrd/isc_sync.cpp
M src/jrd/jio.cpp
M src/jrd/license.h
M src/jrd/llio.cpp
M src/jrd/pag.cpp
M src/jrd/perf.cpp
M src/lock/lock.h
M src/lock/lockv3.h
M src/make.new/config/config.h.in
M src/makefiles/config/config.h.in
M src/msgs/build_file.epp
M src/remote/remote_def.h
M src/remote/xdr.h
M src/wal/wal.h
M src/wal/walw.cpp
Code cleanup of obsolete DELTA port
2002-02-16 02:50 seanleyne
M src/intl/ld.h
M src/jrd/common.h
M src/jrd/gds.hxx
M src/jrd/gdsold.h
M src/jrd/ibase.h
M src/jrd/isc_cray.cpp
M src/jrd/isc_sync.cpp
M src/jrd/license.h
M src/jrd/pag.cpp
M src/jrd/utl.cpp
M src/lock/lockv3.h
M src/make.new/config/config.sub
M src/msgs/build_file.epp
M src/msgs/load.epp
M src/remote/inet.cpp
M src/remote/protocol.h
M src/remote/remote_def.h
Code cleanup of obsolete XENIX port and missed MAC (MAC_AUX) port items
2002-02-16 02:21 seanleyne
M src/burp/burp.cpp
M src/include/gen/autoconfig_msvc.h
M src/journal/server.e
M src/jrd/common.h
M src/jrd/file_params.h
M src/jrd/flu.cpp
M src/jrd/gdsold.h
M src/jrd/ibase.h
M src/jrd/isc_file.cpp
M src/jrd/isc_ipc.cpp
M src/jrd/jio.cpp
M src/jrd/license.h
M src/jrd/llio.cpp
M src/jrd/pag.cpp
M src/jrd/svc.cpp
M src/jrd/utl.cpp
M src/lock/lock.h
M src/make.new/Makefile.in.firebird
M src/make.new/Makefile.in.jrd
M src/make.new/config/config.h.in
M src/makefiles/boot.sfx.interbase
M src/makefiles/config/config.h.in
M src/makefiles/prefix.epson
M src/makefiles/sfx.firebird
M src/makefiles/sfx.jrd
M src/pipe/head.cpp
M src/remote/inet.cpp
M src/remote/protocol.h
M src/remote/remote_def.h
Code cleanup of obsolete EPSON port
2002-02-16 01:58 seanleyne
M src/include/gen/autoconfig_msvc.h
M src/intl/ld.h
M src/jrd/common.h
M src/jrd/license.h
M src/jrd/pag.cpp
M src/make.new/config/config.h.in
M src/makefiles/config/config.h.in
Code cleanup of obsolete MAC AUX port defines "MAC" and "MAC_CP"
2002-01-28 07:30 skywalker
M src/misc/writeBuildNum.sh
Changed string == to = for shell compatibility.
2002-01-21 15:26 kkuznetsov
M configure.in
I forgot ";"
2002-01-21 12:01 kkuznetsov
A src/make.new/prefix.solx86
first try to port IT to Solaris X86
2002-01-21 11:54 kkuznetsov
M configure.in
fist try to port IT to Solaris X86
2002-01-06 13:06 skywalker
M src/jrd/alt_use_sec.h
M src/jrd/build_no.h
M src/jrd/sdl.cpp
M src/make.defaults
M src/make.new/Makefile.in.firebird
D src/make.new/README.makefiles
M src/make.platform
M src/make.rules
M src/misc/writeBuildNum.sh
M src/v5_examples/empbuild.c
Changed to force write of update build #.
2002-01-05 16:30 tamlin
M src/jrd/isc_sync_win32.cpp
Silly (but potentially serious) bug fixed
2002-01-05 16:29 tamlin
M src/jrd/sdl.cpp
signed/unsigned mismatch bugfix
2002-01-05 16:28 tamlin
M src/jrd/blb.cpp
Cleaning up
2002-01-04 19:03 tamlin
M src/jrd/tpc.cpp
Objects are not allowed to live on the stack if you want to ask a pool of their type.
2002-01-04 11:48 skywalker
M configure
M configure.in
Changed one or two of the headers that are checked for.
2002-01-04 11:34 skywalker
M src/alice/alice.cpp
M src/burp/backup.epp
M src/burp/restore.epp
M src/common/memory/allocators.cpp
M src/common/memory/allocators.h
M src/dsql/pass1.cpp
M src/dsql/preparse.cpp
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmp.cpp
M src/gpre/exp.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta_boot.cpp
M src/gpre/par.cpp
M src/gpre/pat.cpp
M src/include/fb_exception.h
M src/include/gen/codes.h
M src/include/gen/codetext.h
M src/include/gen/gds_codes.ftn
M src/include/gen/gds_codes.pas
M src/include/gen/iberror.h
M src/include/gen/msg_facs.h
M src/include/gen/msgs.h
M src/include/gen/rdb_codes.h
M src/include/gen/sql_code.h
M src/jrd/alt_use_sec.h
M src/jrd/builtin.cpp
M src/jrd/cmp.cpp
M src/jrd/codes.epp
M src/jrd/dfw.epp
M src/jrd/dpm.epp
M src/jrd/event.cpp
M src/jrd/functions.cpp
M src/jrd/gds.cpp
M src/jrd/ini.epp
M src/jrd/isc.cpp
M src/jrd/jrd.h
M src/jrd/met.epp
M src/jrd/opt.cpp
M src/jrd/par.cpp
M src/jrd/perf.cpp
M src/jrd/sbm.cpp
M src/jrd/scl.epp
M src/jrd/svc.cpp
M src/jrd/tra.cpp
M src/jrd/vio.cpp
M src/lock/lock.cpp
M src/make.defaults
A src/make.new/Makefile.in.common.memory
M src/make.new/Makefile.in.firebird
M src/make.new/Makefile.in.gpre
M src/make.new/Makefile.in.jrd
M src/make.new/config/config.h.in
M src/make.new/make.rules
M src/make.new/make.shared.variables
M src/make.new/prefix.linux
M src/make.platform
M src/make.rules
M src/make.shared.variables
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/mov.cpp
M src/remote/allr.cpp
M src/remote/inet.cpp
M src/remote/remote.cpp
M src/utilities/drop.cpp
M src/utilities/dropv3.cpp
M src/v5_examples/empddl.sql
Changes to make it compile on linux.
and work through a few issues.
2001-12-30 12:22 pcisar
M ChangeLog
no message
2001-12-29 11:41 tamlin
M src/alice/alice.cpp
M src/alice/alice_meta.epp
M src/burp/burp.h
M src/common/memory/memory_pool.cpp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/errd.cpp
M src/dsql/user_dsql.cpp
M src/dudley/expand.cpp
M src/dudley/parse.cpp
M src/gpre/gpre.cpp
M src/gpre/par.cpp
M src/include/fb_exception.h
M src/journal/gjrn.cpp
M src/jrd/align.cpp
M src/jrd/err.cpp
M src/jrd/exe.cpp
M src/jrd/gds.cpp
M src/jrd/ib_stdio.cpp
M src/jrd/iberr.cpp
M src/jrd/lck.cpp
M src/jrd/nav.cpp
M src/jrd/scl.epp
M src/qli/dtr.cpp
M src/qli/err.cpp
M src/remote/allr.cpp
M src/remote/interface.cpp
M src/remote/server.cpp
M src/utilities/dba.epp
M src/utilities/dba_full.epp
M src/utilities/gsec.h
M src/wal/walw.cpp
cleaning up
2001-12-29 10:09 tamlin
M src/jrd/vio.cpp
Cleaning up
2001-12-29 10:08 tamlin
M src/alice/all.cpp
Explicitly allocate the alice permanent pool from the global default memory pool.
2001-12-28 06:31 tamlin
M src/jrd/exe.cpp
M src/jrd/jrd.h
cleaning up
2001-12-28 05:53 tamlin
M src/remote/interface.cpp
cleaning up
2001-12-28 05:16 tamlin
M src/jrd/winnt.cpp
Fix for turning forced writes off
2001-12-28 05:16 tamlin
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/all.cpp
M src/alice/all.h
M src/common/memory/allocators.cpp
M src/common/memory/allocators.h
M src/common/memory/memory_pool.h
M src/dsql/all.h
M src/dsql/alld.cpp
M src/include/firebird.h
M src/jrd/all.h
M src/jrd/jrd.cpp
M src/jrd/met.epp
M src/jrd/rse.cpp
M src/jrd/svc.cpp
MemoryPool work
2001-12-27 04:59 tamlin
M src/jrd/blb.h
Logic correction
2001-12-25 08:01 tamlin
M src/alice/alice.cpp
forgotten comment removed
2001-12-25 07:57 tamlin
M src/alice/alice.cpp
M src/alice/alice.h
cleaning up
2001-12-25 04:53 tamlin
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_meta.h
cleaning up
2001-12-25 04:10 tamlin
M src/jrd/dyn_def.epp
C++ EH
2001-12-24 03:02 tamlin
A src/common
A src/common/memory
A src/common/memory/allocators.cpp
A src/common/memory/allocators.h
A src/common/memory/memory_pool.cpp
A src/common/memory/memory_pool.h
A src/common/mp
A src/common/mp/AtomicCounter.h
A src/common/mp/crit_section_guard.h
A src/common/mp/crit_section_lock.h
A src/common/mp/mutex.h
A src/common/mp/semaphore.h
A src/common/mp/thread.h
New C++ memory pool
2001-12-24 02:51 tamlin
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/all.cpp
M src/alice/all.h
M src/alice/all_proto.h
M src/alice/alloc.h
M src/alice/blk.h
M src/alice/exe.cpp
M src/alice/lls.h
M src/alice/tdr.cpp
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/canonical.cpp
M src/burp/restore.epp
M src/burp/spit.cpp
M src/csv/csi.h
M src/csv/csu.cpp
M src/csv/csv.cpp
M src/dsql/all.h
M src/dsql/alld.cpp
M src/dsql/alld_proto.h
M src/dsql/array.epp
M src/dsql/blk.h
M src/dsql/blob.epp
M src/dsql/ddl.cpp
M src/dsql/ddl_proto.h
M src/dsql/dsql.cpp
M src/dsql/dsql.h
M src/dsql/dsql_proto.h
M src/dsql/errd.cpp
M src/dsql/errd_proto.h
M src/dsql/gen.cpp
M src/dsql/hsh.cpp
M src/dsql/make.cpp
M src/dsql/make_proto.h
M src/dsql/metd.epp
M src/dsql/metd_proto.h
M src/dsql/node.h
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dsql/sqlda.h
M src/dsql/sym.h
M src/dsql/user_dsql.cpp
M src/dsql/utld.cpp
M src/dudley/ddl.cpp
M src/dudley/expand.cpp
M src/dudley/parse.cpp
M src/extlib/ib_udf.sql
M src/extlib/ib_util.c
M src/fbutil/FirebirdConfig.cpp
M src/fbutil/FirebirdConfig.h
M src/fbutil/FirebirdConfigFile.cpp
M src/fbutil/FirebirdConfigFile.h
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cme.cpp
M src/gpre/cmp.cpp
M src/gpre/cob.cpp
M src/gpre/dyntable.cpp
M src/gpre/exp.cpp
M src/gpre/form.cpp
M src/gpre/form_trn.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre.h
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/gpreswi.h
M src/gpre/hsh.cpp
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/gpre/jrdmet.cpp
M src/gpre/movg.cpp
M src/gpre/msc.cpp
M src/gpre/noform.cpp
M src/gpre/par.cpp
M src/gpre/pas.cpp
M src/gpre/pat.cpp
M src/gpre/pretty.cpp
M src/gpre/sqe.cpp
M src/gpre/sql.cpp
M src/include/fb_blk.h
A src/include/fb_exception.h
A src/include/fb_string.h
M src/include/fb_types.h
A src/include/fb_vector.h
M src/include/firebird.h
A src/include/old_fb_blk.h
M src/install/arch-specific/darwin/FrameworkInfo.plist
M src/install/arch-specific/linux/Makefile.in
M src/ipserver/ipc.h
M src/ipserver/ipserver.cpp
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/show.epp
M src/journal/archive.cpp
M src/journal/gjrn.cpp
M src/journal/misc.cpp
M src/journal/server.e
M src/jrd/ail.cpp
M src/jrd/align.cpp
M src/jrd/all.cpp
M src/jrd/all.h
A src/jrd/all_old.cpp
A src/jrd/all_old.h
M src/jrd/all_proto.h
A src/jrd/alt_use_sec.h
M src/jrd/alt_use_sec.h.pre
M src/jrd/blb.cpp
M src/jrd/blb.h
M src/jrd/blb_proto.h
M src/jrd/blf_proto.h
M src/jrd/blk.h
M src/jrd/blob_filter.epp
M src/jrd/blob_filter.h
A src/jrd/block_cache.h
M src/jrd/bookmark.cpp
M src/jrd/btr.cpp
M src/jrd/btr.h
M src/jrd/builtin.cpp
M src/jrd/cch.cpp
M src/jrd/cch.h
M src/jrd/cch_proto.h
M src/jrd/cmp.cpp
M src/jrd/cmp_proto.h
M src/jrd/common.h
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/dbg.cpp
M src/jrd/dbg_proto.h
M src/jrd/dbt.cpp
M src/jrd/dfw.epp
M src/jrd/dpm.epp
M src/jrd/dpm_proto.h
M src/jrd/drq.h
M src/jrd/dsc.h
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_util.epp
M src/jrd/entry.h
M src/jrd/err.cpp
M src/jrd/err_proto.h
M src/jrd/event.cpp
M src/jrd/everything.h
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/exe.h
M src/jrd/ext.cpp
M src/jrd/ext.h
M src/jrd/ext_proto.h
M src/jrd/extvms.cpp
M src/jrd/file_params.h
M src/jrd/filters.cpp
M src/jrd/flu.cpp
M src/jrd/fun.epp
M src/jrd/fun_proto.h
M src/jrd/gds.cpp
M src/jrd/gds.hxx
M src/jrd/gdsassert.h
M src/jrd/grammar.cpp
M src/jrd/grammar.y
M src/jrd/grant.epp
M src/jrd/ib_stdio.cpp
M src/jrd/ibase.h
M src/jrd/iberr.cpp
M src/jrd/idx.cpp
M src/jrd/idx_proto.h
M src/jrd/inf.cpp
M src/jrd/ini.epp
M src/jrd/ini.h
M src/jrd/intl.cpp
M src/jrd/intlobj.h
M src/jrd/irq.h
M src/jrd/isc.cpp
M src/jrd/isc.h
M src/jrd/isc_file.cpp
M src/jrd/isc_ipc.cpp
M src/jrd/isc_sync.cpp
M src/jrd/isc_sync_win32.cpp
M src/jrd/isc_win32.cpp
M src/jrd/jlx.c
A src/jrd/john.make
M src/jrd/jrd.cpp
M src/jrd/jrd.h
A src/jrd/jrd_blks.cpp
A src/jrd/jrd_blks.h
M src/jrd/jrd_proto.h
M src/jrd/jrn.h
M src/jrd/lck.cpp
M src/jrd/lck.h
M src/jrd/license.h
M src/jrd/lls.h
M src/jrd/log.cpp
M src/jrd/log.h
M src/jrd/map.cpp
M src/jrd/mblr.cpp
M src/jrd/met.epp
M src/jrd/met.h
M src/jrd/met_proto.h
M src/jrd/misc.cpp
M src/jrd/msg.h
M src/jrd/nav.cpp
M src/jrd/nav_proto.h
M src/jrd/netware.cpp
M src/jrd/old.cpp
M src/jrd/opt.cpp
M src/jrd/opt_proto.h
M src/jrd/os2.cpp
M src/jrd/pag.cpp
M src/jrd/pag.h
M src/jrd/par.cpp
M src/jrd/par_proto.h
M src/jrd/pcmet.epp
M src/jrd/perf.cpp
M src/jrd/pio.h
M src/jrd/pwd.cpp
M src/jrd/pwd.h
M src/jrd/pwd_proto.h
M src/jrd/qatest.cpp
M src/jrd/rec.cpp
M src/jrd/req.h
M src/jrd/rlck.cpp
M src/jrd/rng.cpp
M src/jrd/rng.h
M src/jrd/rse.cpp
M src/jrd/rse.h
M src/jrd/rse_proto.h
M src/jrd/sbm.cpp
M src/jrd/sbm.h
M src/jrd/scl.epp
M src/jrd/scl.h
M src/jrd/sdl.h
M src/jrd/sdl_proto.h
M src/jrd/sdw.cpp
M src/jrd/sdw.h
M src/jrd/shdef.h
M src/jrd/shut.cpp
A src/jrd/smp.h
A src/jrd/smp_impl.h
M src/jrd/sort.cpp
M src/jrd/sort.h
M src/jrd/sqz.cpp
M src/jrd/sqz.h
M src/jrd/sqz_proto.h
M src/jrd/stats.epp
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/svc_proto.h
M src/jrd/sym.cpp
M src/jrd/thd.cpp
M src/jrd/thd.h
M src/jrd/thd_win32.cpp
M src/jrd/time.h
M src/jrd/tpc.cpp
M src/jrd/tpc.h
M src/jrd/tra.cpp
M src/jrd/tra.h
M src/jrd/tra_proto.h
M src/jrd/trig.h
M src/jrd/unix.cpp
M src/jrd/val.cpp
M src/jrd/val.h
M src/jrd/vio.cpp
M src/jrd/vio_proto.h
M src/jrd/vms.cpp
M src/jrd/why.c
M src/jrd/windows.cpp
M src/jrd/winnt.cpp
A src/jrd/y-valve.cpp
M src/lock/lock.cpp
M src/lock/print.cpp
A src/make.defaults
M src/make.new/Makefile.in.alice
M src/make.new/Makefile.in.burp
M src/make.new/Makefile.in.client
M src/make.new/Makefile.in.dsql
M src/make.new/Makefile.in.dudley
M src/make.new/Makefile.in.example5
M src/make.new/Makefile.in.extlib
M src/make.new/Makefile.in.fbutil
M src/make.new/Makefile.in.firebird
M src/make.new/Makefile.in.gpre
M src/make.new/Makefile.in.install
M src/make.new/Makefile.in.intl
M src/make.new/Makefile.in.isql
M src/make.new/Makefile.in.jrd
M src/make.new/Makefile.in.lock
M src/make.new/Makefile.in.msgs
M src/make.new/Makefile.in.pipe
M src/make.new/Makefile.in.qli
M src/make.new/Makefile.in.refDatabases
M src/make.new/Makefile.in.remote
M src/make.new/Makefile.in.utilities
M src/make.new/Makefile.in.wal
M src/make.new/make.defaults
M src/make.new/make.rules
M src/make.new/make.shared.variables
M src/make.new/prefix.darwin
M src/make.new/prefix.linux
A src/make.platform
A src/make.rules
A src/make.shared.variables
M src/makefiles/bind_gds.aix_ppc
M src/makefiles/bind_gds_s.im
M src/makefiles/bind_gds_s.sco
M src/makefiles/bind_gdsintl.aix_ppc
M src/makefiles/boot.sfx.interbase
M src/makefiles/buildRefDatabases
M src/makefiles/prefix.darwin
M src/makefiles/prefix.freebsd
M src/makefiles/prefix.linux
M src/makefiles/prefix.netbsd
M src/makefiles/prefix.solx86
M src/makefiles/sfx.jrd
M src/makefiles/sfx.pipe
M src/misc/fb_boilerplate.h
M src/pipe/head.cpp
M src/pipe/pipe.h
M src/qli/all.cpp
M src/qli/dtr.cpp
M src/qli/dtr.h
M src/qli/err.cpp
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/gener.cpp
M src/qli/mov.cpp
M src/remote/allr.cpp
D src/remote/decne_proto.h
D src/remote/decnet.cpp
D src/remote/decnet_server.cpp
D src/remote/dnet.cpp
D src/remote/dnet_proto.h
D src/remote/dnet_server.cpp
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/remote/interface.cpp
M src/remote/parser.cpp
M src/remote/protocol.h
M src/remote/remote.h
M src/remote/server.cpp
M src/remote/srvr_w32.cpp
M src/remote/xdr_proto.h
M src/utilities/create_db.cpp
M src/utilities/dba.epp
M src/utilities/dba_full.epp
M src/utilities/drop.cpp
M src/utilities/gsec.cpp
M src/utilities/gsec.h
M src/utilities/guard.cpp
M src/utilities/ibmgr.cpp
M src/utilities/ibmgr.h
M src/utilities/ibmgrswi.h
M src/utilities/sbc_print.cpp
M src/utilities/srvrmgr.cpp
M src/utilities/util.cpp
M src/wal/wal_prnt.cpp
M src/wal/walw.cpp
M src/wal/wstatus.cpp
New C++ memory pool
2001-12-24 02:11 tamlin
A src/include/gen/autoconfig_msvc.h
no message
2001-11-02 20:59 tamlin
M src/jrd/winnt.cpp
Synch with FB1 changes.
2001-11-02 20:40 tamlin
M src/dsql/alld.cpp
Synch with FB1 changes.
2001-10-18 21:31 bellardo
M src/make.new/prefix.darwin
Testing syncmail some more.
2001-10-17 22:48 bellardo
M src/isql/isql.epp
M src/make.new/Makefile.in.extlib
M src/make.new/Makefile.in.intl
M src/make.new/make.rules
M src/make.new/prefix.darwin
Changes to make FB2 compile on Darwin. Mostly build system related, but
also added a missing typecast in isql.epp.
2001-10-17 21:53 bellardo
M src/isql/isql.epp
Added missing paren.
2001-09-19 13:08 fsg
A ChangeLog
Finally found the time to create a FB2 Changelog :-)
2001-09-18 19:12 awharrison
M src/jrd/dfw.epp
release external files after table deletion
2001-08-27 15:29 skywalker
M configure
M configure.in
M src/fbutil/FirebirdConfigFile.cpp
A src/fbutil/main.cpp
D src/install/Makefile.in
D src/install/classic/CSTarInstall.sh
D src/install/classic/CSTarKullFiles.sh
D src/install/classic/CSinstall.sh
D src/install/classic/CSpostinstall.sh
D src/install/classic/CSpostuninstall.sh
D src/install/classic/CSpreinstall.sh
D src/install/classic/CSpreuninstall.sh
D src/install/classic/CSrpmfiles.txt
A src/install/classic/TarKullFiles.sh.in
A src/install/classic/install.sh.in
A src/install/classic/postinstall.sh.in
A src/install/classic/postuninstall.sh.in
A src/install/classic/preinstall.sh.in
A src/install/classic/preuninstall.sh.in
A src/install/classic/rpmfiles.txt.in
A src/install/classic/rpmheader.txt.in
A src/install/classic/tarInstall.sh.in
A src/install/misc/firebird.conf
M src/install/misc/firebird.xinetd
A src/install/misc/firebird.xinetd.in
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql.h
M src/isql/show.epp
M src/jrd/gdsassert.h
M src/make.new/Makefile.in.fbutil
M src/make.new/Makefile.in.firebird
A src/make.new/Makefile.in.install
M src/make.new/Makefile.in.jrd
M src/make.new/config/config.h.in
M src/make.new/make.defaults
M src/make.new/make.rules
Changed to make install work better.
Fix build of shared library so global objects have thier constructors called
Added readline to isql
Added version numbers to libgds.so.2.0.0
Change install location and version to be driven from ./configure file
2001-08-21 09:41 skywalker
M src/fbutil/FirebirdConfig.cpp
M src/fbutil/FirebirdConfig.h
M src/fbutil/FirebirdConfigFile.cpp
M src/fbutil/FirebirdConfigFile.h
M src/jrd/jrd.cpp
M src/make.new/Makefile.in.burp
M src/make.new/Makefile.in.fbutil
M src/make.new/Makefile.in.firebird
M src/make.new/Makefile.in.gpre
M src/make.new/Makefile.in.lock
M src/make.new/make.rules
Changes to read /etc/firebird.conf file
2001-08-20 08:15 skywalker
M src/fbutil/FirebirdConfig.cpp
M src/fbutil/FirebirdConfig.h
A src/fbutil/FirebirdConfigFile.cpp
A src/fbutil/FirebirdConfigFile.h
M src/install/Makefile.in
M src/install/classic/CSinstall.sh
M src/jrd/file_params.h
M src/jrd/gds.cpp
M src/jrd/isc.cpp
M src/make.new/Makefile.in.firebird
M src/make.new/make.defaults
M src/make.new/make.rules
M src/make.new/make.shared.variables
Partial change to load RootDirectory from /etc/firebird.conf file
plus some more install/compile things
2001-08-15 18:10 skywalker
M configure
M configure.in
M src/install/Makefile.in
M src/install/arch-specific/linux/Makefile.in
M src/install/classic/CSTarInstall.sh
M src/install/classic/CSinstall.sh
M src/install/classic/CSpostinstall.sh
M src/install/classic/CSpreinstall.sh
M src/install/classic/CSpreuninstall.sh
M src/make.new/Makefile.in.firebird
M src/v5_examples/empbuild.c
Some changes to work on classic install, (it's not complete as yet
but it's getting there)
2001-08-15 08:44 skywalker
M configure
M configure.in
M src/jrd/build_no.h
M src/make.new/config/config.h.in
A src/misc/writeBuildNum.sh
Updated the build num process
2001-08-15 05:37 skywalker
M src/install/classic/CSTarInstall.sh
M src/make.new/Makefile.in.firebird
M src/msgs/change_msgs.epp
M src/msgs/enter_msgs.epp
M src/msgs/modify_msgs.epp
Fix some simple void main() declarations, and the clean directive
2001-08-14 17:41 skywalker
M configure
M configure.in
M src/install/Makefile.in
M src/make.new/make.rules
Changes to detect socklen_t properly, and a bit more on install
2001-08-13 08:14 skywalker
M configure
M configure.in
M src/install/Makefile.in
M src/jrd/isc_ipc.cpp
M src/make.new/Makefile.in.alice
M src/make.new/Makefile.in.burp
M src/make.new/Makefile.in.dsql
M src/make.new/Makefile.in.dudley
M src/make.new/Makefile.in.extlib
M src/make.new/Makefile.in.fbutil
M src/make.new/Makefile.in.firebird
M src/make.new/Makefile.in.gpre
M src/make.new/Makefile.in.intl
M src/make.new/Makefile.in.isql
M src/make.new/Makefile.in.jrd
M src/make.new/Makefile.in.lock
M src/make.new/Makefile.in.msgs
M src/make.new/Makefile.in.pipe
M src/make.new/Makefile.in.qli
M src/make.new/Makefile.in.refDatabases
M src/make.new/Makefile.in.remote
M src/make.new/Makefile.in.utilities
M src/make.new/Makefile.in.wal
M src/make.new/make.defaults
M src/make.new/make.rules
Change makefiles to not touch source files to rebuild (it was making it
hell to checkin to cvs since it then did a diff on all files)
Did a little bit with install.
2001-08-08 02:01 seanleyne
M src/jrd/ext.cpp
M src/jrd/pag.cpp
M src/utilities/ppg.cpp
Code Cleanup, removed "#ifdef READONLY_DATABASE" conditionals, second attempt
2001-08-07 02:15 bellardo
M src/make.new/Makefile.in.alice
M src/make.new/Makefile.in.burp
M src/make.new/Makefile.in.dsql
M src/make.new/Makefile.in.dudley
M src/make.new/Makefile.in.example5
M src/make.new/Makefile.in.fbutil
M src/make.new/Makefile.in.firebird
M src/make.new/Makefile.in.gpre
M src/make.new/Makefile.in.isql
M src/make.new/Makefile.in.jrd
M src/make.new/Makefile.in.lock
M src/make.new/Makefile.in.msgs
M src/make.new/Makefile.in.pipe
M src/make.new/Makefile.in.qli
M src/make.new/Makefile.in.remote
M src/make.new/Makefile.in.utilities
M src/make.new/Makefile.in.wal
M src/make.new/make.defaults
M src/make.new/make.shared.variables
M src/make.new/prefix.darwin
Updated build system to remove jrd_static.a, and make it possible to build
completely statically linked executables.
2001-08-07 00:41 bellardo
M src/make.new/prefix.darwin
Some more work to get FB2 building on Darwin.
2001-08-07 00:33 bellardo
A src/install/arch-specific/darwin/FrameworkInfo.plist
The framework properties file for FB2
2001-08-06 21:22 bellardo
M src/utilities/security.epp
Added 'STATIC' option to DB declaration line to avoid sybmol conflicts when
security.o gets included in libgds.so.
2001-08-06 19:36 bellardo
M src/make.new/Makefile.in.msgs
Changed makefile so msgs objects were placed in gen/msgs, not src/msgs.
2001-08-06 15:08 skywalker
M src/make.new/Makefile.in.dudley
M src/make.new/Makefile.in.intl
M src/make.new/Makefile.in.jrd
M src/make.new/Makefile.in.utilities
M src/make.new/make.rules
M src/utilities/security.epp
Changed makefiles to only use .o files drop the .lo files
Change security.epp to use isc4.gdb rather than original isc.gdb
2001-08-05 16:10 bellardo
D src/include/gen/autoconfig.h
autoconf.h should not be in the source tree. It is generated by configure.
2001-08-04 22:51 bellardo
A src/install/arch-specific/darwin
A src/install/arch-specific/darwin/Makefile.in
An empty install makefile for Darwin.
2001-08-04 22:48 bellardo
M configure
M configure.in
M src/burp/burp.cpp
M src/include/gen/autoconfig.h
M src/jrd/isc_ipc.cpp
M src/make.new/Makefile.in.gpre
M src/make.new/Makefile.in.jrd
M src/make.new/Makefile.in.lock
M src/make.new/config/config.h.in
M src/make.new/make.defaults
M src/make.new/make.rules
M src/make.new/prefix.darwin
First round of changes to FB2 to get the Darwin build working again.
2001-08-02 07:03 skywalker
M configure
M configure.in
M src/install/Makefile.in
M src/install/classic/CSTarInstall.sh
M src/install/classic/CSpreinstall.sh
M src/make.new/Makefile.in.firebird
M src/make.new/make.defaults
A few changes to the install routine.
2001-08-01 08:11 skywalker
M configure
M configure.in
M src/burp/burpswi.h
M src/make.new/Makefile.in.burp
M src/make.new/Makefile.in.dudley
M src/make.new/Makefile.in.intl
M src/make.new/Makefile.in.isql
M src/make.new/Makefile.in.msgs
M src/make.new/Makefile.in.qli
M src/make.new/Makefile.in.utilities
M src/make.new/make.defaults
M src/msgs/change_msgs.epp
D src/pyxis
M src/utilities/dbaswi.h
M src/utilities/ibmgrswi.h
More changes to straighten out compile, fix up makefiles to build
into GEN_ROOT directory
2001-08-01 07:59 skywalker
A src/install
A src/install/Makefile.in
A src/install/arch-specific
A src/install/arch-specific/linux
A src/install/arch-specific/linux/CSrpmscript
A src/install/arch-specific/linux/Makefile.in
A src/install/arch-specific/linux/SSrpmscript
A src/install/classic
A src/install/classic/CSTarInstall.sh
A src/install/classic/CSTarKullFiles.sh
A src/install/classic/CSinstall.sh
A src/install/classic/CSpostinstall.sh
A src/install/classic/CSpostuninstall.sh
A src/install/classic/CSpreinstall.sh
A src/install/classic/CSpreuninstall.sh
A src/install/classic/CSrpmfiles.txt
A src/install/classic/CSrpmheader.txt
A src/install/misc
A src/install/misc/CSchangeRunUser.sh
A src/install/misc/CSrestoreRootRunUser.sh
A src/install/misc/README
A src/install/misc/SSchangeRunUser.sh
A src/install/misc/SSrestoreRootRunUser.sh
A src/install/misc/changeDBAPassword.sh
A src/install/misc/firebird.init.d.generic
A src/install/misc/firebird.init.d.mandrake
A src/install/misc/firebird.xinetd
A src/install/super
A src/install/super/SSTarInstall.sh
A src/install/super/SSchangePasswd.sh
A src/install/super/SSinstall.sh
A src/install/super/SSpostinstall.sh
A src/install/super/SSpostuninstall.sh
A src/install/super/SSpreinstall.sh
A src/install/super/SSpreuninstall.sh
A src/install/super/SSrpmfiles.txt
A src/install/super/SSrpmheader.txt
Added the linux/unix install to fb2
also modified a bit to start working with autoconf
2001-08-01 04:18 skywalker
M src/fbutil/FirebirdConfig.cpp
M src/make.new/Makefile.in.alice
M src/make.new/Makefile.in.dsql
M src/make.new/Makefile.in.fbutil
M src/make.new/Makefile.in.gpre
M src/make.new/Makefile.in.jrd
M src/make.new/Makefile.in.lock
M src/make.new/Makefile.in.pipe
M src/make.new/Makefile.in.remote
M src/make.new/Makefile.in.utilities
M src/make.new/Makefile.in.wal
M src/make.new/make.defaults
M src/make.new/make.rules
More simple changes to move to new make format
2001-07-31 18:34 skywalker
A Makefile.in
M configure
M configure.in
A src/fbutil
A src/fbutil/FirebirdConfig.cpp
A src/fbutil/FirebirdConfig.h
M src/gpre/gpre.cpp
M src/gpre/gpreswi.h
M src/make.new/Makefile.in.alice
A src/make.new/Makefile.in.fbutil
M src/make.new/Makefile.in.firebird
M src/make.new/Makefile.in.gpre
M src/make.new/Makefile.in.jrd
M src/make.new/Makefile.in.remote
M src/make.new/Makefile.in.utilities
M src/make.new/make.rules
M src/make.new/make.shared.variables
M src/utilities/security.epp
Changes to make compile with new script
2001-07-31 08:42 skywalker
M configure
A configure.in
Modified to use new makefiles
2001-07-29 23:43 skywalker
M src/alice/alice.cpp
M src/alice/alice.h
M src/alice/alice_meta.epp
M src/alice/aliceswi.h
M src/alice/all.cpp
M src/alice/exe.cpp
M src/alice/tdr.cpp
M src/burp/backup.epp
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/canonical.cpp
M src/burp/misc.cpp
M src/burp/mvol.cpp
M src/burp/restore.epp
M src/burp/spit.cpp
M src/csv/csi.cpp
M src/csv/css.cpp
M src/csv/csu.cpp
M src/csv/csv.cpp
M src/csv/print.cpp
M src/dsql/alld.cpp
M src/dsql/array.epp
M src/dsql/blob.epp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/errd.cpp
M src/dsql/gen.cpp
M src/dsql/hsh.cpp
M src/dsql/keywords.h
M src/dsql/make.cpp
M src/dsql/metd.epp
M src/dsql/movd.cpp
M src/dsql/parse.cpp
M src/dsql/parse.y
M src/dsql/pass1.cpp
M src/dsql/preparse.cpp
M src/dsql/user_dsql.cpp
M src/dsql/utld.cpp
M src/dudley/ddl.cpp
M src/dudley/exe.epp
M src/dudley/expand.cpp
M src/dudley/expr.cpp
M src/dudley/extract.epp
M src/dudley/generate.cpp
M src/dudley/hsh.cpp
M src/dudley/lex.cpp
M src/dudley/parse.cpp
M src/dudley/trn.cpp
M src/extlib/ib_udf.c
M src/extlib/ib_util.c
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cme.cpp
M src/gpre/cmp.cpp
M src/gpre/cob.cpp
M src/gpre/dyntable.cpp
M src/gpre/exp.cpp
M src/gpre/form.cpp
M src/gpre/form_trn.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre_meta.epp
M src/gpre/gpre_meta_boot.cpp
M src/gpre/hsh.cpp
M src/gpre/hsh.h
M src/gpre/int.cpp
M src/gpre/int_cxx.cpp
M src/gpre/jrdmet.cpp
M src/gpre/movg.cpp
M src/gpre/msc.cpp
M src/gpre/noform.cpp
M src/gpre/par.cpp
M src/gpre/pas.cpp
M src/gpre/pat.cpp
M src/gpre/pretty.cpp
M src/gpre/sqe.cpp
M src/gpre/sql.cpp
M src/intl/cs_big5.c
M src/intl/cs_gb2312.c
M src/intl/cs_jis.c
M src/intl/cs_jis_20208_1990.c
M src/intl/cs_ksc.c
M src/intl/cs_narrow.c
M src/intl/cs_unicode.c
M src/intl/cs_utffss.c
M src/intl/cv_big5.c
M src/intl/cv_gb2312.c
M src/intl/cv_jis.c
M src/intl/cv_ksc.c
M src/intl/cv_narrow.c
M src/intl/dtest.c
M src/intl/dtest2.c
M src/intl/lc_ascii.c
M src/intl/lc_big5.c
M src/intl/lc_dos.c
M src/intl/lc_gb2312.c
M src/intl/lc_jis.c
M src/intl/lc_ksc.c
M src/intl/lc_latin1.c
M src/intl/lc_narrow.c
M src/intl/lc_unicode.c
M src/intl/ld.c
M src/intl/ld2.c
M src/intl/ld_proto.h
M src/intl/mapcompare.cpp
M src/intl/mapdump.c
M src/intl/mapgen4.c
M src/intl/maptest.cpp
M src/intl/maptest2.c
M src/ipserver/alli.cpp
M src/ipserver/ipcevent.cpp
M src/ipserver/ipclient.cpp
M src/ipserver/ipserver.cpp
M src/iscguard/cntl_guard.cpp
M src/iscguard/iscguard.cpp
M src/iscguard/iscguard_utils.cpp
M src/isql/extract.epp
M src/isql/isql.epp
M src/isql/isql_win.cpp
M src/isql/show.epp
M src/journal/archive.cpp
M src/journal/console.cpp
M src/journal/gjrn.cpp
M src/journal/misc.cpp
M src/journal/oldr.cpp
M src/lock/driver.cpp
M src/lock/lock.cpp
M src/lock/manager.cpp
M src/lock/pls.cpp
M src/lock/plserver.cpp
M src/lock/print.cpp
M src/lock/printv3.cpp
M src/lock/printv3s4.cpp
M src/lock/reset.cpp
M src/lock/ulimit.cpp
A src/make.new
A src/make.new/Makefile.in.alice
A src/make.new/Makefile.in.burp
A src/make.new/Makefile.in.client
A src/make.new/Makefile.in.csv
A src/make.new/Makefile.in.dsql
A src/make.new/Makefile.in.dudley
A src/make.new/Makefile.in.example5
A src/make.new/Makefile.in.extlib
A src/make.new/Makefile.in.firebird
A src/make.new/Makefile.in.gpre
A src/make.new/Makefile.in.intl
A src/make.new/Makefile.in.isql
A src/make.new/Makefile.in.journal
A src/make.new/Makefile.in.jrd
A src/make.new/Makefile.in.lock
A src/make.new/Makefile.in.msgs
A src/make.new/Makefile.in.pipe
A src/make.new/Makefile.in.qli
A src/make.new/Makefile.in.refDatabases
A src/make.new/Makefile.in.remote
A src/make.new/Makefile.in.utilities
A src/make.new/Makefile.in.wal
A src/make.new/README.makefiles
A src/make.new/config
A src/make.new/config/config.guess
A src/make.new/config/config.h.in
A src/make.new/config/config.log
A src/make.new/config/config.sub
A src/make.new/config/install-sh
A src/make.new/make.defaults
A src/make.new/make.rules
A src/make.new/make.shared.variables
A src/make.new/prefix.darwin
A src/make.new/prefix.example
A src/make.new/prefix.linux
A src/misc/fb_boilerplate.h
A src/misc/gds_header.txt
A src/misc/metadata.sql
M src/misc/status.cpp
M src/msgs/build_file.epp
M src/msgs/change_msgs.epp
M src/msgs/check_msgs.epp
M src/msgs/enter_msgs.epp
M src/msgs/include.epp
M src/msgs/load.epp
M src/msgs/modify_msgs.epp
M src/msgs/msg.gbak
M src/pipe/allp.cpp
M src/pipe/foot.cpp
M src/pipe/head.cpp
A src/pipe/head5.cpp
M src/qli/all.cpp
M src/qli/command.cpp
M src/qli/compile.cpp
M src/qli/dtr.cpp
M src/qli/err.cpp
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/expand.cpp
M src/qli/form.cpp
M src/qli/format.cpp
M src/qli/format.h
M src/qli/gener.cpp
M src/qli/help.epp
M src/qli/hsh.cpp
M src/qli/lex.cpp
M src/qli/meta.epp
M src/qli/mov.cpp
M src/qli/noform.cpp
M src/qli/nounix.cpp
M src/qli/parse.cpp
M src/qli/picstr.cpp
M src/qli/proc.epp
M src/qli/report.cpp
M src/qli/show.epp
M src/qli/words.h
M src/remote/allr.cpp
M src/remote/chop.cpp
M src/remote/chuser.cpp
M src/remote/cntl.cpp
M src/remote/decnet.cpp
M src/remote/decnet_server.cpp
M src/remote/divorce.cpp
M src/remote/dllshell.cpp
M src/remote/dnet.cpp
M src/remote/dnet_server.cpp
M src/remote/faux.cpp
M src/remote/ibconfig.cpp
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/remote/interface.cpp
M src/remote/ipc.cpp
M src/remote/ipc_server.cpp
M src/remote/merge.cpp
M src/remote/mgr.cpp
M src/remote/multivx.cpp
M src/remote/netwcon.cpp
M src/remote/nt_server.cpp
M src/remote/ntoh.cpp
M src/remote/nwserv.cpp
M src/remote/parser.cpp
M src/remote/property.cpp
M src/remote/protocol.cpp
M src/remote/remote.cpp
M src/remote/remote_def.h
M src/remote/server.cpp
M src/remote/spxesr.cpp
M src/remote/spxnet.cpp
M src/remote/spxnet32.cpp
M src/remote/spxwin.cpp
M src/remote/srvr_w32.cpp
M src/remote/ucx.cpp
M src/remote/wfwnp.cpp
M src/remote/window.cpp
M src/remote/winmain.cpp
M src/remote/winvx.cpp
M src/remote/wnet.cpp
M src/remote/xdr.cpp
M src/remote/xnet.cpp
M src/utilities/analyse.cpp
M src/utilities/cache.cpp
M src/utilities/cmd_util.cpp
M src/utilities/create_db.cpp
M src/utilities/dba.epp
M src/utilities/dba_full.epp
M src/utilities/drop.cpp
M src/utilities/dropv3.cpp
M src/utilities/gsec.cpp
M src/utilities/gsecswi.h
M src/utilities/guard.cpp
M src/utilities/ibmgr.cpp
M src/utilities/install_reg.cpp
M src/utilities/install_svc.cpp
M src/utilities/ppg.cpp
M src/utilities/print_pool.cpp
M src/utilities/rebuild.cpp
M src/utilities/registry.cpp
M src/utilities/relay.cpp
M src/utilities/rmet.epp
M src/utilities/rstore.epp
M src/utilities/run_service.cpp
M src/utilities/sbc_print.cpp
M src/utilities/security.epp
M src/utilities/services.cpp
M src/utilities/srvrmgr.cpp
M src/utilities/util.cpp
M src/utilities/v2_dmp.cpp
M src/v5_examples/empbld.sql
M src/v5_examples/empbuild.c
M src/v5_examples/intlbld.sql
M src/v5_examples/intlddl.sql
M src/wal/driver.cpp
M src/wal/wal.cpp
M src/wal/wal.h
M src/wal/wal_prnt.cpp
M src/wal/walc.cpp
M src/wal/walf.cpp
M src/wal/walr.cpp
M src/wal/walw.cpp
M src/wal/walw_main.cpp
M src/wal/wstatus.cpp
Global changes for new Makefile and firebird2 compile on linux
2001-07-29 17:42 skywalker
M src/jrd/aif.cpp
M src/jrd/ail.cpp
M src/jrd/align.cpp
M src/jrd/all.cpp
M src/jrd/alt.cpp
A src/jrd/alt_use_sec.h.pre
M src/jrd/blb.cpp
M src/jrd/blb_proto.h
M src/jrd/blob_filter.epp
M src/jrd/blp.h
M src/jrd/blrtable.cpp
M src/jrd/bookmark.cpp
M src/jrd/btr.cpp
M src/jrd/builtin.cpp
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/codes.epp
D src/jrd/codes.h
D src/jrd/codetext.h
M src/jrd/common.h
M src/jrd/cvt.cpp
M src/jrd/cvt2.cpp
M src/jrd/dbg.cpp
M src/jrd/dbt.cpp
M src/jrd/dfloat_stub.cpp
M src/jrd/dfw.epp
M src/jrd/divorce.cpp
M src/jrd/dllshell.cpp
M src/jrd/dls.cpp
M src/jrd/dmp.cpp
M src/jrd/dpm.epp
M src/jrd/dsc.cpp
M src/jrd/dyn.epp
M src/jrd/dyn_def.epp
M src/jrd/dyn_del.epp
M src/jrd/dyn_mod.epp
M src/jrd/dyn_util.epp
M src/jrd/enc.cpp
M src/jrd/envelope.epp
M src/jrd/err.cpp
M src/jrd/event.cpp
M src/jrd/evl.cpp
M src/jrd/evl_like.cpp
M src/jrd/exe.cpp
M src/jrd/ext.cpp
M src/jrd/extvms.cpp
M src/jrd/file_params.h
M src/jrd/filters.cpp
M src/jrd/flu.cpp
M src/jrd/fun.epp
M src/jrd/functions.cpp
M src/jrd/gds.cpp
A src/jrd/gds.h
M src/jrd/gdsold.h
M src/jrd/grammar.cpp
M src/jrd/grant.epp
M src/jrd/ib_stdio.cpp
M src/jrd/ibase.h
M src/jrd/iberr.cpp
M src/jrd/ibinitdll.cpp
M src/jrd/ids.h
M src/jrd/idx.cpp
M src/jrd/inf.cpp
M src/jrd/ini.epp
M src/jrd/intl.cpp
M src/jrd/inuse.cpp
M src/jrd/isc.cpp
M src/jrd/isc_cray.cpp
M src/jrd/isc_file.cpp
M src/jrd/isc_ipc.cpp
M src/jrd/isc_proto.h
M src/jrd/isc_sync.cpp
M src/jrd/isc_sync_win32.cpp
M src/jrd/isc_win32.cpp
M src/jrd/jio.cpp
A src/jrd/jlx.c
D src/jrd/jlx.cpp
M src/jrd/jrd.cpp
M src/jrd/jrn.cpp
M src/jrd/kanji.cpp
M src/jrd/lan.cpp
M src/jrd/lck.cpp
M src/jrd/lck.h
M src/jrd/lck_dummy.cpp
M src/jrd/llio.cpp
M src/jrd/log.cpp
M src/jrd/loiter.cpp
M src/jrd/map.cpp
M src/jrd/math.cpp
M src/jrd/mblr.cpp
M src/jrd/mem.cpp
M src/jrd/memtest.cpp
M src/jrd/met.epp
M src/jrd/misc.cpp
M src/jrd/mov.cpp
D src/jrd/msg_facs.h
D src/jrd/msgs.h
M src/jrd/nav.cpp
M src/jrd/netware.cpp
M src/jrd/nodebug.cpp
M src/jrd/old.cpp
M src/jrd/opt.cpp
M src/jrd/os2.cpp
M src/jrd/pag.cpp
M src/jrd/par.cpp
M src/jrd/pcmet.epp
M src/jrd/pcsleep.cpp
M src/jrd/perf.cpp
M src/jrd/print.cpp
M src/jrd/pwd.cpp
M src/jrd/qatest.cpp
M src/jrd/quad.cpp
M src/jrd/rdb.cpp
M src/jrd/rdbgpas.cpp
M src/jrd/rdbint.cpp
M src/jrd/rec.cpp
M src/jrd/relations.h
M src/jrd/rlck.cpp
M src/jrd/rng.cpp
M src/jrd/rse.cpp
M src/jrd/sbm.cpp
M src/jrd/sch.cpp
M src/jrd/scl.epp
M src/jrd/sdl.cpp
M src/jrd/sdw.cpp
M src/jrd/shrfinit.cpp
M src/jrd/shrinit.cpp
M src/jrd/shut.cpp
M src/jrd/sort.cpp
D src/jrd/sql_code.h
M src/jrd/sqz.cpp
M src/jrd/stats.epp
M src/jrd/status.cpp
M src/jrd/stubs.cpp
M src/jrd/sun_ftn.cpp
M src/jrd/svc.cpp
M src/jrd/sym.cpp
M src/jrd/thd.cpp
M src/jrd/thd_win32.cpp
M src/jrd/time.h
M src/jrd/tpc.cpp
M src/jrd/tra.cpp
M src/jrd/unix.cpp
M src/jrd/utl.cpp
M src/jrd/val.cpp
M src/jrd/vio.cpp
M src/jrd/vms.cpp
M src/jrd/vms_command.cpp
M src/jrd/vmsevent.cpp
M src/jrd/vmslock.cpp
M src/jrd/vmsthread.cpp
M src/jrd/why.c
M src/jrd/windows.cpp
M src/jrd/winnt.cpp
M src/jrd/winnt_dll.cpp
Changes to compile fb2 under autoconf includes some structural changes
2001-07-29 17:19 skywalker
M src/include/fb_types.h
A src/include/firebird.h
Added new firebird.h global header
2001-07-29 17:07 skywalker
A src/include/gen
A src/include/gen/README.txt
A src/include/gen/autoconfig.h
A src/include/gen/blrtable.h
A src/include/gen/codes.h
A src/include/gen/codetext.h
A src/include/gen/files.txt
A src/include/gen/gds_codes.ftn
A src/include/gen/gds_codes.pas
A src/include/gen/iberror.h
A src/include/gen/ids.h
A src/include/gen/msg_facs.h
A src/include/gen/msgs.h
A src/include/gen/rdb_codes.h
A src/include/gen/sql_code.h
These files are all generated by programs in jrd, mainly codes.epp
2001-07-23 16:05 skywalker
A src/v5_examples
A src/v5_examples/align.h
A src/v5_examples/api1.c
A src/v5_examples/api10.c
A src/v5_examples/api11.c
A src/v5_examples/api12.c
A src/v5_examples/api13.c
A src/v5_examples/api14.e
A src/v5_examples/api15.c
A src/v5_examples/api16.c
A src/v5_examples/api16t.c
A src/v5_examples/api2.c
A src/v5_examples/api3.c
A src/v5_examples/api4.c
A src/v5_examples/api5.c
A src/v5_examples/api6.c
A src/v5_examples/api7.c
A src/v5_examples/api8.c
A src/v5_examples/api9.c
A src/v5_examples/api9f.c
A src/v5_examples/api9f.def
A src/v5_examples/api9f.sql
A src/v5_examples/apifull.c
A src/v5_examples/dyn1.e
A src/v5_examples/dyn2.e
A src/v5_examples/dyn3.e
A src/v5_examples/dyn4.e
A src/v5_examples/dyn5.e
A src/v5_examples/dynfull.e
A src/v5_examples/empbld.sql
A src/v5_examples/empbuild.c
A src/v5_examples/empbuild.e
A src/v5_examples/empddl.sql
A src/v5_examples/empdml.sql
A src/v5_examples/employe2.sql
A src/v5_examples/example.def
A src/v5_examples/example.h
A src/v5_examples/example.mak
A src/v5_examples/functions.c
A src/v5_examples/indexoff.sql
A src/v5_examples/indexon.sql
A src/v5_examples/intlbld.e
A src/v5_examples/intlbld.sql
A src/v5_examples/intlddl.sql
A src/v5_examples/intldml.sql
A src/v5_examples/job.inp
A src/v5_examples/lang.inp
A src/v5_examples/makefile.mak
A src/v5_examples/makefile.old
A src/v5_examples/prefix.hp10
A src/v5_examples/prefix.linux
A src/v5_examples/prefix.sco_ev
A src/v5_examples/prefix.solaris
A src/v5_examples/prefix.win32_bc
A src/v5_examples/prefix.win32_msc
A src/v5_examples/proj.inp
A src/v5_examples/qtr.inp
A src/v5_examples/readme
A src/v5_examples/sfx.unix_makefile
A src/v5_examples/sfx.win32_makefile
A src/v5_examples/stat1.e
A src/v5_examples/stat10.e
A src/v5_examples/stat11.e
A src/v5_examples/stat12.e
A src/v5_examples/stat12t.e
A src/v5_examples/stat2.e
A src/v5_examples/stat3.e
A src/v5_examples/stat4.e
A src/v5_examples/stat5.e
A src/v5_examples/stat6.e
A src/v5_examples/stat7.e
A src/v5_examples/stat8.e
A src/v5_examples/stat9.e
A src/v5_examples/udf.sql
A src/v5_examples/udflib.c
A src/v5_examples/udflib.def
A src/v5_examples/winevent.c
A src/v5_examples/winevent.def
A src/v5_examples/winevent.rc
Added v5_examples to the firebird2 tree
2001-07-14 00:44 skywalker
M src/dsql/dsql.cpp
Fix simple syntax errors
2001-07-12 20:39 bellardo
M src/makefiles/config/config.h.in
Added support for HAVE_SIGNAL_H.
2001-07-12 20:07 bellardo
M src/makefiles/prefix.darwin
Added the FOUNDATION_LINK macro.
2001-07-12 19:51 bellardo
M configure
M src/makefiles/config/configure.in
Added HAVE_SIGNAL_H to autoconf.
2001-07-12 17:01 bellardo
M configure
M src/makefiles/config/configure.in
Added ability to create needed symlinks (objs/source) to the configure script.
2001-07-12 06:32 bellardo
A configure
D src/alice/alice_meta.e
A src/alice/alice_meta.epp
D src/burp/backup.e
A src/burp/backup.epp
D src/burp/restore.e
A src/burp/restore.epp
D src/dsql/array.e
A src/dsql/array.epp
D src/dsql/blob.e
A src/dsql/blob.epp
D src/dsql/metd.e
A src/dsql/metd.epp
D src/dudley/exe.e
A src/dudley/exe.epp
D src/dudley/extract.e
A src/dudley/extract.epp
D src/gpre/gpre_meta.e
A src/gpre/gpre_meta.epp
A src/gpre/gpre_meta_boot.cpp
A src/gpre/int_cxx.cpp
D src/isql/extract.e
A src/isql/extract.epp
D src/isql/isql.e
A src/isql/isql.epp
D src/isql/show.e
A src/isql/show.epp
D src/jrd/blob_filter.e
A src/jrd/blob_filter.epp
A src/jrd/boot_codes
A src/jrd/boot_codes/codes.h
A src/jrd/boot_codes/codetext.h
A src/jrd/boot_codes/files.txt
A src/jrd/boot_codes/iberror.h
A src/jrd/boot_codes/msg_facs.h
A src/jrd/boot_codes/msgs.h
A src/jrd/boot_codes/rdb_codes.h
A src/jrd/boot_codes/sql_code.h
D src/jrd/codes.e
A src/jrd/codes.epp
M src/jrd/common.h
D src/jrd/dfw.e
A src/jrd/dfw.epp
D src/jrd/dpm.e
A src/jrd/dpm.epp
D src/jrd/dyn.e
A src/jrd/dyn.epp
D src/jrd/dyn_def.e
A src/jrd/dyn_def.epp
D src/jrd/dyn_del.e
A src/jrd/dyn_del.epp
D src/jrd/dyn_mod.e
A src/jrd/dyn_mod.epp
D src/jrd/dyn_util.e
A src/jrd/dyn_util.epp
D src/jrd/envelope.e
A src/jrd/envelope.epp
D src/jrd/fun.e
A src/jrd/fun.epp
D src/jrd/grant.e
A src/jrd/grant.epp
D src/jrd/ini.e
A src/jrd/ini.epp
D src/jrd/met.e
A src/jrd/met.epp
D src/jrd/pcmet.e
A src/jrd/pcmet.epp
D src/jrd/scl.e
A src/jrd/scl.epp
D src/jrd/stats.e
A src/jrd/stats.epp
A src/jrd/status.cpp
A src/jrd/status.h
A src/makefiles
A src/makefiles/000_readme
A src/makefiles/000_readme_porting
A src/makefiles/add_template
A src/makefiles/bind_csilib.apollo
A src/makefiles/bind_dsql.apollo
A src/makefiles/bind_gds.aix_ppc
A src/makefiles/bind_gds.generic
A src/makefiles/bind_gds.hp
A src/makefiles/bind_gds.win_nt
A src/makefiles/bind_gds5.apollo
A src/makefiles/bind_gds5.generic
A src/makefiles/bind_gds5.hp
A src/makefiles/bind_gds_rsp.os2
A src/makefiles/bind_gds_rsp.win_nt
A src/makefiles/bind_gds_s.im
A src/makefiles/bind_gds_s.sco
A src/makefiles/bind_gdsf_s.im
A src/makefiles/bind_gdsf_s.sco
A src/makefiles/bind_gdsintl.aix_ppc
A src/makefiles/bind_gdsintl.win_nt
A src/makefiles/bind_gdslib.apollo
A src/makefiles/bind_pyxis.apollo
A src/makefiles/bind_remotelib.apollo
A src/makefiles/boot.sfx.interbase
A src/makefiles/buildRefDatabases
A src/makefiles/build_kit
A src/makefiles/build_kit.bat
A src/makefiles/build_kit.cmd
A src/makefiles/ccs.sco
A src/makefiles/cdmt.config.sco
A src/makefiles/compress.sed
A src/makefiles/compress_dbs
A src/makefiles/compress_dbs.bat
A src/makefiles/config
A src/makefiles/config/Makefile.in
A src/makefiles/config/config.guess
A src/makefiles/config/config.h.in
A src/makefiles/config/config.sub
A src/makefiles/config/configure.in
A src/makefiles/config/install-sh
A src/makefiles/copy_makes
A src/makefiles/copy_set_prot
A src/makefiles/copyright.cl
A src/makefiles/copyright.clsr
A src/makefiles/debug_entry.bind
A src/makefiles/depend.cl
A src/makefiles/depend.clnd
A src/makefiles/depend.clsr
A src/makefiles/depend.clsrnd
A src/makefiles/edit_make
A src/makefiles/edit_makes
A src/makefiles/expand.sed
A src/makefiles/expand_dbs
A src/makefiles/expand_dbs.bat
A src/makefiles/fetch_comp
A src/makefiles/fetch_comp.bat
A src/makefiles/gdsalias.asm
A src/makefiles/gsplit.h
A src/makefiles/ibase.cmpnt.sco
A src/makefiles/ibase.pkg.sco
A src/makefiles/ibase.prd.sco
A src/makefiles/iclient.cmpnt.sco
A src/makefiles/iclient.pkg.sco
A src/makefiles/iclient.prd.sco
A src/makefiles/inetd.conf.apollo
A src/makefiles/inetd.conf.psx
A src/makefiles/inetd.conf.ultrix
A src/makefiles/inetd.conf.unx
A src/makefiles/init.intrbase
A src/makefiles/install.apollo
A src/makefiles/install.ksh
A src/makefiles/install.nolink
A src/makefiles/install.sun4
A src/makefiles/install.unix
A src/makefiles/intrbase.rmv
A src/makefiles/make.pipe
A src/makefiles/makemtar
A src/makefiles/makepkg
A src/makefiles/makesspkg
A src/makefiles/makesstar
A src/makefiles/maketar
A src/makefiles/mpm_template
A src/makefiles/mpp_template
A src/makefiles/pkginfo
A src/makefiles/pkginfo.cl
A src/makefiles/pkginfo.clnd
A src/makefiles/pkginfo.clsr
A src/makefiles/pkginfo.clsrnd
A src/makefiles/platform
A src/makefiles/postinstall
A src/makefiles/postinstall.cl
A src/makefiles/postinstall.clsr
A src/makefiles/prefix.aix
A src/makefiles/prefix.aix_ppc
A src/makefiles/prefix.ap
A src/makefiles/prefix.ax
A src/makefiles/prefix.cray
A src/makefiles/prefix.darwin
A src/makefiles/prefix.decosf
A src/makefiles/prefix.delta
A src/makefiles/prefix.dg
A src/makefiles/prefix.dg_x86
A src/makefiles/prefix.epson
A src/makefiles/prefix.freebsd
A src/makefiles/prefix.hm300
A src/makefiles/prefix.hp10
A src/makefiles/prefix.hp700
A src/makefiles/prefix.hp9.0
A src/makefiles/prefix.imp
A src/makefiles/prefix.linux
A src/makefiles/prefix.m88k
A src/makefiles/prefix.mu
A src/makefiles/prefix.ncr3000
A src/makefiles/prefix.netbsd
A src/makefiles/prefix.nxt
A src/makefiles/prefix.os2
A src/makefiles/prefix.sco
A src/makefiles/prefix.sco_ev
A src/makefiles/prefix.sgi
A src/makefiles/prefix.solaris
A src/makefiles/prefix.solaris_mt
A src/makefiles/prefix.solx86
A src/makefiles/prefix.sun4
A src/makefiles/prefix.sun4_acc
A src/makefiles/prefix.ul
A src/makefiles/prefix.unixware
A src/makefiles/prefix.win_nt
A src/makefiles/prefix.win_nts
A src/makefiles/prep.intrbase
A src/makefiles/preremove
A src/makefiles/preremove.cl
A src/makefiles/preremove.clsr
A src/makefiles/put_template
A src/makefiles/readme.sco
A src/makefiles/refresh
A src/makefiles/refresh.all
A src/makefiles/refresh.bat
A src/makefiles/request
A src/makefiles/request.cl
A src/makefiles/request.clsr
A src/makefiles/run_edit
A src/makefiles/sco_ship
A src/makefiles/servers.isc
A src/makefiles/services.isc
A src/makefiles/set_prot
A src/makefiles/setup.ksh
A src/makefiles/setup_gdbs
A src/makefiles/setup_prots
A src/makefiles/sfx.alice
A src/makefiles/sfx.burp
A src/makefiles/sfx.client
A src/makefiles/sfx.csv
A src/makefiles/sfx.dbs
A src/makefiles/sfx.dsql
A src/makefiles/sfx.dudley
A src/makefiles/sfx.example4
A src/makefiles/sfx.example5
A src/makefiles/sfx.examples
A src/makefiles/sfx.extlib
A src/makefiles/sfx.firebird
A src/makefiles/sfx.gpre
A src/makefiles/sfx.intl
A src/makefiles/sfx.isql
A src/makefiles/sfx.journal
A src/makefiles/sfx.jrd
A src/makefiles/sfx.lock
A src/makefiles/sfx.main
A src/makefiles/sfx.msgs
A src/makefiles/sfx.pipe
A src/makefiles/sfx.pyxis
A src/makefiles/sfx.qli
A src/makefiles/sfx.remote
A src/makefiles/sfx.utilities
A src/makefiles/sfx.wal
A src/makefiles/site_variables
A src/makefiles/special_opt
A src/makefiles/special_opt.c
A src/makefiles/sys.conf.isc.apollo
A src/makefiles/unset_prot
A src/makefiles/v3compat
D src/msgs/build_file.e
A src/msgs/build_file.epp
D src/msgs/change_msgs.e
A src/msgs/change_msgs.epp
D src/msgs/check_msgs.e
A src/msgs/check_msgs.epp
D src/msgs/enter_msgs.e
A src/msgs/enter_msgs.epp
D src/msgs/include.e
A src/msgs/include.epp
D src/msgs/load.e
A src/msgs/load.epp
D src/msgs/modify_msgs.e
A src/msgs/modify_msgs.epp
D src/pyxis/fred.e
A src/pyxis/fred.epp
A src/pyxis/phase3.h
A src/pyxis/picstr.cpp
A src/pyxis/pyxis_proto.h
D src/pyxis/save.e
A src/pyxis/save.epp
A src/pyxis/save.h
A src/pyxis/save_proto.h
D src/qli/help.e
A src/qli/help.epp
D src/qli/meta.e
A src/qli/meta.epp
D src/qli/proc.e
A src/qli/proc.epp
D src/qli/show.e
A src/qli/show.epp
A src/utilities/create_db.cpp
D src/utilities/dba.e
A src/utilities/dba.epp
D src/utilities/dba_full.e
A src/utilities/dba_full.epp
D src/utilities/rmet.e
A src/utilities/rmet.epp
D src/utilities/rstore.e
A src/utilities/rstore.epp
D src/utilities/security.e
A src/utilities/security.epp
More changes to convert FB2 to c++. This time is files that have been renamed
and some conflict resolutions on files edited by more than one person at once.
2001-07-12 05:46 bellardo
M src/alice/alice.cpp
M src/alice/alice.h
M src/burp/burp.cpp
M src/burp/burp.h
M src/burp/mvol.cpp
M src/burp/spit.cpp
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/dsql/errd.cpp
M src/dsql/node.h
M src/dsql/parse.sed
M src/dsql/parse.y
M src/dudley/ddl.cpp
M src/dudley/expand.cpp
M src/dudley/expr.cpp
M src/dudley/generate.cpp
M src/dudley/lex.cpp
M src/dudley/parse.cpp
M src/dudley/trn.cpp
M src/gpre/ada.cpp
M src/gpre/c_cxx.cpp
M src/gpre/cmd.cpp
M src/gpre/cmp.cpp
M src/gpre/cob.cpp
M src/gpre/exp.cpp
M src/gpre/form.cpp
M src/gpre/ftn.cpp
M src/gpre/gpre.cpp
M src/gpre/gpre_meta.h
M src/gpre/gpreswi.h
M src/gpre/hsh.cpp
M src/gpre/lang_proto.h
M src/gpre/par.cpp
M src/gpre/parse.h
M src/gpre/pat.h
M src/gpre/pretty.cpp
M src/include/jrd/gds.h
M src/isql/isql.h
M src/jrd/ail.cpp
M src/jrd/alt.cpp
M src/jrd/blb.cpp
M src/jrd/blf_proto.h
M src/jrd/blob_filter.h
M src/jrd/cch.cpp
M src/jrd/cmp.cpp
M src/jrd/common.h
M src/jrd/cvt.cpp
M src/jrd/dbg.cpp
M src/jrd/divorce.cpp
M src/jrd/dyn.h
M src/jrd/dyn_md_proto.h
M src/jrd/enc.cpp
M src/jrd/err.cpp
M src/jrd/err_proto.h
M src/jrd/event.cpp
M src/jrd/evl.cpp
M src/jrd/exe.cpp
M src/jrd/file_params.h
M src/jrd/filters.cpp
M src/jrd/flu.cpp
M src/jrd/functions.cpp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/gdsold.h
M src/jrd/ibase.h
M src/jrd/iberr.h
M src/jrd/idx.cpp
M src/jrd/isc.cpp
M src/jrd/isc_file.cpp
M src/jrd/isc_i_proto.h
M src/jrd/isc_ipc.cpp
M src/jrd/isc_s_proto.h
M src/jrd/isc_sync.cpp
M src/jrd/jio.cpp
M src/jrd/jrd.cpp
M src/jrd/jrd.h
M src/jrd/jrn.cpp
M src/jrd/lck.cpp
M src/jrd/lck.h
M src/jrd/license.h
M src/jrd/llio.cpp
M src/jrd/old.cpp
M src/jrd/pag.cpp
M src/jrd/par.cpp
M src/jrd/perf.cpp
M src/jrd/perf.h
M src/jrd/pwd.cpp
M src/jrd/pwd.h
M src/jrd/rse.cpp
M src/jrd/sbm_proto.h
M src/jrd/sort.cpp
M src/jrd/svc.cpp
M src/jrd/thd.cpp
M src/jrd/thd.h
M src/jrd/time.h
M src/jrd/unix.cpp
M src/jrd/utl.cpp
M src/jrd/val.cpp
M src/jrd/vio_debug.h
M src/jrd/why.c
M src/lock/lock.cpp
M src/lock/lock.h
M src/lock/lockv3.h
M src/lock/manager.cpp
M src/lock/print.cpp
M src/lock/printv3.cpp
M src/lock/prtv3_proto.h
M src/pipe/allp.cpp
M src/pipe/head.cpp
M src/pyxis/all.h
M src/pyxis/allp.cpp
M src/pyxis/altp.cpp
M src/pyxis/cdm.cpp
M src/pyxis/debug.cpp
M src/pyxis/form_ddl.h
M src/pyxis/menu.cpp
M src/pyxis/phase2.cpp
M src/pyxis/phase2.h
M src/pyxis/phase3.cpp
M src/pyxis/pyxis.cpp
M src/pyxis/pyxis.h
M src/pyxis/scr.cpp
M src/pyxis/scr.h
M src/pyxis/sun_ftn_pyxis.cpp
M src/pyxis/vt100.cpp
M src/qli/all.cpp
M src/qli/command.cpp
M src/qli/compile.cpp
M src/qli/dtr.cpp
M src/qli/err.cpp
M src/qli/eval.cpp
M src/qli/exe.cpp
M src/qli/expand.cpp
M src/qli/form.cpp
M src/qli/format.cpp
M src/qli/gener.cpp
M src/qli/hsh.cpp
M src/qli/lex.cpp
M src/qli/mov.cpp
M src/qli/parse.cpp
M src/qli/picstr.cpp
M src/qli/procddl4.h
M src/qli/report.cpp
M src/remote/inet.cpp
M src/remote/inet_server.cpp
M src/remote/interface.cpp
M src/remote/protocol.h
M src/remote/remote.cpp
M src/remote/remote_def.h
M src/utilities/drop.cpp
M src/utilities/dropv3.cpp
M src/utilities/gsec.cpp
M src/utilities/relay.cpp
M src/wal/wal.cpp
M src/wal/walc.cpp
M src/wal/walw.cpp
Changes to bring FB2 to c++ on *nix.
2001-07-10 17:35 awharrison
M src/alice/alice.cpp
M src/alice/aliceswi.h
M src/alice/exe.cpp
M src/burp/backup.e
M src/burp/burp.cpp
M src/burp/burpswi.h
M src/burp/restore.e
M src/dsql/ddl.cpp
M src/dsql/dsql.cpp
M src/jrd/blb.cpp
M src/jrd/cch.cpp
M src/jrd/common.h
M src/jrd/dpm.e
M src/jrd/ext.cpp
M src/jrd/inf.cpp
M src/jrd/ini.e
M src/jrd/jrd.cpp
M src/jrd/met.e
M src/jrd/netware.cpp
M src/jrd/pag.cpp
M src/jrd/rlck.cpp
M src/jrd/tra.cpp
M src/jrd/unix.cpp
M src/jrd/vio.cpp
M src/jrd/winnt.cpp
M src/utilities/dba.e
read only databases are supported unconditionally in fb2
2001-05-24 14:54 tamlin
M src/alice/tdr.cpp
M src/burp/misc.cpp
M src/dsql/all.h
M src/dsql/alld.cpp
M src/dsql/alld_proto.h
M src/dsql/dsql.cpp
M src/dsql/hsh.cpp
M src/gpre/gpre.cpp
M src/ipserver/alli.cpp
M src/ipserver/alli_proto.h
M src/ipserver/ipserver.cpp
M src/jrd/blp.h
M src/jrd/event.cpp
M src/jrd/evl.cpp
M src/jrd/ext.cpp
M src/jrd/flu.cpp
M src/jrd/gds.cpp
M src/jrd/gds_proto.h
M src/jrd/sdl.cpp
M src/jrd/svc.cpp
M src/jrd/svc.h
M src/jrd/thd_proto.h
M src/jrd/thd_win32.cpp
M src/jrd/tra.cpp
M src/jrd/utl.cpp
M src/remote/allr.cpp
M src/remote/interface.cpp
M src/remote/remote.h
M src/utilities/security.e
ongoing cleanup
2001-05-23 13:26 tamlin
A generated/alice
A generated/alice/makefile
A generated/alice/placeholder.txt
A generated/burp
A generated/burp/makefile
A generated/burp/placeholder.txt
A generated/dsql
A generated/dsql/makefile
A generated/dsql/placeholder.txt
A generated/dudley
A generated/dudley/makefile
A generated/dudley/placeholder.txt
A generated/gpre
A generated/gpre/makefile
A generated/gpre/placeholder.txt
A generated/isql
A generated/isql/makefile
A generated/isql/placeholder.txt
A generated/journal
A generated/journal/placeholder.txt
A generated/jrd
A generated/jrd/makefile
A generated/jrd/placeholder.txt
A generated/msgs
A generated/msgs/makefile
A generated/msgs/placeholder.txt
A generated/pyxis
A generated/pyxis/placeholder.txt
A generated/qli
A generated/qli/placeholder.txt
A generated/utilities
A generated/utilities/makefile
A generated/utilities/placeholder.txt
A src
A src/alice
A src/alice/alice.cpp
A src/alice/alice.h
A src/alice/alice_meta.e
A src/alice/alice_meta.h
A src/alice/alice_proto.h
A src/alice/aliceswi.h
A src/alice/all.cpp
A src/alice/all.h
A src/alice/all_proto.h
A src/alice/alloc.h
A src/alice/blk.h
A src/alice/exe.cpp
A src/alice/exe_proto.h
A src/alice/info.h
A src/alice/lls.h
A src/alice/tdr.cpp
A src/alice/tdr_proto.h
A src/burp
A src/burp/backu_proto.h
A src/burp/backup.e
A src/burp/burp.cpp
A src/burp/burp.def
A src/burp/burp.h
A src/burp/burp32.def
A src/burp/burp_proto.h
A src/burp/burpswi.h
A src/burp/canon_proto.h
A src/burp/canonical.cpp
A src/burp/depends.mak
A src/burp/makefile.mak
A src/burp/misc.cpp
A src/burp/misc_proto.h
A src/burp/mvol.cpp
A src/burp/mvol_proto.h
A src/burp/resto_proto.h
A src/burp/restore.e
A src/burp/spit.cpp
A src/burp/spit.h
A src/csv
A src/csv/csi.cpp
A src/csv/csi.h
A src/csv/csi_proto.h
A src/csv/css.cpp
A src/csv/css_proto.h
A src/csv/csu.cpp
A src/csv/csv.cpp
A src/csv/depends.mak
A src/csv/print.cpp
A src/dsql
A src/dsql/all.h
A src/dsql/alld.cpp
A src/dsql/alld_proto.h
A src/dsql/array.e
A src/dsql/array_proto.h
A src/dsql/blk.h
A src/dsql/blob.e
A src/dsql/blob_proto.h
A src/dsql/chars.h
A src/dsql/ddl.cpp
A src/dsql/ddl_proto.h
A src/dsql/depends.mak
A src/dsql/dsql.cpp
A src/dsql/dsql.def
A src/dsql/dsql.h
A src/dsql/dsql_proto.h
A src/dsql/errd.cpp
A src/dsql/errd_proto.h
A src/dsql/gen.cpp
A src/dsql/gen_proto.h
A src/dsql/hsh.cpp
A src/dsql/hsh_proto.h
A src/dsql/keywords.h
A src/dsql/make.cpp
A src/dsql/make_proto.h
A src/dsql/makefile.mak
A src/dsql/metd.e
A src/dsql/metd_proto.h
A src/dsql/movd.cpp
A src/dsql/movd_proto.h
A src/dsql/node.h
A src/dsql/parse.awk
A src/dsql/parse.cpp
A src/dsql/parse.sed
A src/dsql/parse.y
A src/dsql/parse_proto.h
A src/dsql/pass1.cpp
A src/dsql/pass1_proto.h
A src/dsql/prepa_proto.h
A src/dsql/preparse.cpp
A src/dsql/sqlda.h
A src/dsql/sym.h
A src/dsql/user__proto.h
A src/dsql/user_dsql.cpp
A src/dsql/utld.cpp
A src/dsql/utld_proto.h
A src/dudley
A src/dudley/ddl.cpp
A src/dudley/ddl.h
A src/dudley/ddl_proto.h
A src/dudley/depends.mak
A src/dudley/exe.e
A src/dudley/exe_proto.h
A src/dudley/expan_proto.h
A src/dudley/expand.cpp
A src/dudley/expr.cpp
A src/dudley/expr_proto.h
A src/dudley/extra_proto.h
A src/dudley/extract.e
A src/dudley/gener_proto.h
A src/dudley/generate.cpp
A src/dudley/hsh.cpp
A src/dudley/hsh_proto.h
A src/dudley/lex.cpp
A src/dudley/lex_proto.h
A src/dudley/parse.cpp
A src/dudley/parse.h
A src/dudley/parse_proto.h
A src/dudley/trn.cpp
A src/dudley/trn_proto.h
A src/extlib
A src/extlib/ib_udf.c
A src/extlib/ib_udf.h
A src/extlib/ib_udf.sql
A src/extlib/ib_util.c
A src/extlib/ib_util.h
A src/extlib/ib_util.pas
A src/extlib/makefile.mak
A src/gpre
A src/gpre/ada.cpp
A src/gpre/c_cxx.cpp
A src/gpre/cdbtable.h
A src/gpre/cmd.cpp
A src/gpre/cmd_proto.h
A src/gpre/cme.cpp
A src/gpre/cme_proto.h
A src/gpre/cmp.cpp
A src/gpre/cmp_proto.h
A src/gpre/cob.cpp
A src/gpre/dyntable.cpp
A src/gpre/dyntable.h
A src/gpre/exp.cpp
A src/gpre/exp_proto.h
A src/gpre/form.cpp
A src/gpre/form.h
A src/gpre/form__proto.h
A src/gpre/form_proto.h
A src/gpre/form_trn.cpp
A src/gpre/ftn.cpp
A src/gpre/gpre.cpp
A src/gpre/gpre.h
A src/gpre/gpre_meta.e
A src/gpre/gpre_meta.h
A src/gpre/gpre_proto.h
A src/gpre/gpreswi.h
A src/gpre/hsh.cpp
A src/gpre/hsh.h
A src/gpre/hsh_proto.h
A src/gpre/int.cpp
A src/gpre/jrdme_proto.h
A src/gpre/jrdmet.cpp
A src/gpre/lang_proto.h
A src/gpre/movg.cpp
A src/gpre/movg_proto.h
A src/gpre/msc.cpp
A src/gpre/msc_proto.h
A src/gpre/noform.cpp
A src/gpre/par.cpp
A src/gpre/par_proto.h
A src/gpre/parse.h
A src/gpre/pas.cpp
A src/gpre/pat.cpp
A src/gpre/pat.h
A src/gpre/pat_proto.h
A src/gpre/prett_proto.h
A src/gpre/pretty.cpp
A src/gpre/sdltable.h
A src/gpre/sqe.cpp
A src/gpre/sqe_proto.h
A src/gpre/sql.cpp
A src/gpre/sql_proto.h
A src/gpre/words.h
A src/include
A src/include/fb_blk.h
A src/include/fb_macros.h
A src/include/fb_types.h
A src/include/iberror.h
A src/include/jrd
A src/include/jrd/gds.h
A src/intl
A src/intl/ancyrr.h
A src/intl/anczech.h
A src/intl/angreek1.h
A src/intl/anhundc.h
A src/intl/anpolish.h
A src/intl/ansii850.h
A src/intl/ansiintl.h
A src/intl/ansinor4.h
A src/intl/ansislov.h
A src/intl/ansispan.h
A src/intl/ansiswfn.h
A src/intl/anturk.h
A src/intl/ascii.h
A src/intl/ascii2.h
A src/intl/bllt1ca0.h
A src/intl/bllt1da0.h
A src/intl/bllt1de0.h
A src/intl/bllt1es0.h
A src/intl/bllt1fi0.h
A src/intl/bllt1fr0.h
A src/intl/bllt1is0.h
A src/intl/bllt1it0.h
A src/intl/bllt1nl0.h
A src/intl/bllt1no0.h
A src/intl/bllt1pt0.h
A src/intl/bllt1sv0.h
A src/intl/bllt1uk0.h
A src/intl/bllt1us0.h
A src/intl/blnxtde0.h
A src/intl/blnxtes0.h
A src/intl/blnxtfr0.h
A src/intl/blnxtit0.h
A src/intl/blnxtus0.h
A src/intl/charsets.h
A src/intl/countries.h
A src/intl/country_codes.h
A src/intl/cs_437.h
A src/intl/cs_850.h
A src/intl/cs_852.h
A src/intl/cs_857.h
A src/intl/cs_860.h
A src/intl/cs_861.h
A src/intl/cs_863.h
A src/intl/cs_865.h
A src/intl/cs_big5.c
A src/intl/cs_big5.h
A src/intl/cs_cyrl.h
A src/intl/cs_gb2312.c
A src/intl/cs_gb2312.h
A src/intl/cs_jis.c
A src/intl/cs_jis_0208_1990.h
A src/intl/cs_jis_20208_1990.c
A src/intl/cs_ksc.c
A src/intl/cs_ksc5601.h
A src/intl/cs_latin1.h
A src/intl/cs_narrow.c
A src/intl/cs_next.h
A src/intl/cs_sjis.h
A src/intl/cs_unicode.c
A src/intl/cs_utffss.c
A src/intl/cs_w1250.h
A src/intl/cs_w1251.h
A src/intl/cs_w1252.h
A src/intl/cs_w1253.h
A src/intl/cs_w1254.h
A src/intl/csjis2_p.h
A src/intl/cv_big5.c
A src/intl/cv_gb2312.c
A src/intl/cv_jis.c
A src/intl/cv_ksc.c
A src/intl/cv_narrow.c
A src/intl/cyrr.h
A src/intl/czech.h
A src/intl/db437de0.h
A src/intl/db437es1.h
A src/intl/db437fi0.h
A src/intl/db437fr0.h
A src/intl/db437it0.h
A src/intl/db437nl0.h
A src/intl/db437sv0.h
A src/intl/db437uk0.h
A src/intl/db437us0.h
A src/intl/db850cf0.h
A src/intl/db850de0.h
A src/intl/db850es0.h
A src/intl/db850fr0.h
A src/intl/db850it1.h
A src/intl/db850nl0.h
A src/intl/db850pt0.h
A src/intl/db850sv1.h
A src/intl/db850uk0.h
A src/intl/db850us0.h
A src/intl/db852cz0.h
A src/intl/db852hdc.h
A src/intl/db852po0.h
A src/intl/db852sl0.h
A src/intl/db857tr0.h
A src/intl/db860pt0.h
A src/intl/db863cf1.h
A src/intl/db865da0.h
A src/intl/db865no0.h
A src/intl/db866ru0.h
A src/intl/depends.mak
A src/intl/dtest.c
A src/intl/dtest2.c
A src/intl/hun852dc.h
A src/intl/iceland.h
A src/intl/intl.def
A src/intl/intl.h
A src/intl/langdrv.h
A src/intl/lc_ascii.c
A src/intl/lc_big5.c
A src/intl/lc_dos.c
A src/intl/lc_gb2312.c
A src/intl/lc_jis.c
A src/intl/lc_ksc.c
A src/intl/lc_latin1.c
A src/intl/lc_narrow.c
A src/intl/lc_unicode.c
A src/intl/ld.c
A src/intl/ld.h
A src/intl/ld2.c
A src/intl/ld_proto.h
A src/intl/ldcommon.h
A src/intl/mac_437.h
A src/intl/mac_865.h
A src/intl/mac_lat1.h
A src/intl/make.maps
A src/intl/makefile.mak
A src/intl/mapcompare.cpp
A src/intl/mapdump.c
A src/intl/mapgen4.c
A src/intl/maptest.cpp
A src/intl/maptest2.c
A src/intl/nordan40.h
A src/intl/polish.h
A src/intl/slovene.h
A src/intl/swedfin.h
A src/intl/turk.h
A src/intl/tx437_865.h
A src/intl/tx437_lat1.h
A src/intl/tx865_lat1.h
A src/intl/undef.h
A src/ipserver
A src/ipserver/alli.cpp
A src/ipserver/alli_proto.h
A src/ipserver/blk.h
A src/ipserver/ipapi_proto.h
A src/ipserver/ipc.h
A src/ipserver/ipcevent.cpp
A src/ipserver/ipcli_proto.h
A src/ipserver/ipclient.cpp
A src/ipserver/ipevt_proto.h
A src/ipserver/ips.h
A src/ipserver/ipserver.cpp
A src/ipserver/ipsrv_proto.h
A src/iscguard
A src/iscguard/cntl_guard.cpp
A src/iscguard/cntlg_proto.h
A src/iscguard/iscguard.cpp
A src/iscguard/iscguard.h
A src/iscguard/iscguard.rc
A src/iscguard/iscguard.rh
A src/iscguard/iscguard_utils.cpp
A src/iscguard/salrt23i.ico
A src/iscguard/sgard23i.ico
A src/isql
A src/isql/depends.mak
A src/isql/extra_proto.h
A src/isql/extract.e
A src/isql/isql.def
A src/isql/isql.e
A src/isql/isql.h
A src/isql/isql.rc
A src/isql/isql_proto.h
A src/isql/isql_res.h
A src/isql/isql_win.cpp
A src/isql/isql_win.h
A src/isql/isqlw_proto.h
A src/isql/show.e
A src/isql/show_proto.h
A src/journal
A src/journal/archive.cpp
A src/journal/conso_proto.h
A src/journal/console.cpp
A src/journal/depends.mak
A src/journal/gjrn.cpp
A src/journal/gjrn_proto.h
A src/journal/journal.gdl
A src/journal/journal.h
A src/journal/journal_vms.e
A src/journal/journal_vms.gdl
A src/journal/misc.cpp
A src/journal/misc_proto.h
A src/journal/oldr.cpp
A src/journal/oldr_proto.h
A src/journal/rebui_proto.h
A src/journal/rebuild.e
A src/journal/serve_proto.h
A src/journal/server.e
A src/jrd
A src/jrd/acl.h
A src/jrd/aif.cpp
A src/jrd/aif.h
A src/jrd/ail.cpp
A src/jrd/ail.h
A src/jrd/align.cpp
A src/jrd/align.h
A src/jrd/all.cpp
A src/jrd/all.h
A src/jrd/all_proto.h
A src/jrd/alt.cpp
A src/jrd/ansi.h
A src/jrd/arg.h
A src/jrd/atom.h
A src/jrd/blb.cpp
A src/jrd/blb.h
A src/jrd/blb_proto.h
A src/jrd/blf_proto.h
A src/jrd/blk.h
A src/jrd/blob_filter.e
A src/jrd/blob_filter.h
A src/jrd/blp.h
A src/jrd/blr.h
A src/jrd/blrtable.cpp
A src/jrd/blrtable.h
A src/jrd/bookmark.cpp
A src/jrd/bookmark.h
A src/jrd/btr.cpp
A src/jrd/btr.h
A src/jrd/btr_proto.h
A src/jrd/build_no.h
A src/jrd/builtin.cpp
A src/jrd/cch.cpp
A src/jrd/cch.h
A src/jrd/cch_proto.h
A src/jrd/cdefs.h
A src/jrd/cmp.cpp
A src/jrd/cmp_proto.h
A src/jrd/codes.e
A src/jrd/codes.h
A src/jrd/codetext.h
A src/jrd/common.h
A src/jrd/constants.h
A src/jrd/cvt.cpp
A src/jrd/cvt2.cpp
A src/jrd/cvt2_proto.h
A src/jrd/cvt_proto.h
A src/jrd/dbg.cpp
A src/jrd/dbg.h
A src/jrd/dbg_proto.h
A src/jrd/dbt.cpp
A src/jrd/dfloat_stub.cpp
A src/jrd/dflt.gdl
A src/jrd/dflt.h
A src/jrd/dfw.e
A src/jrd/dfw_proto.h
A src/jrd/divorce.cpp
A src/jrd/divorce.h
A src/jrd/dllshell.cpp
A src/jrd/dls.cpp
A src/jrd/dls_proto.h
A src/jrd/dmp.cpp
A src/jrd/dmp_proto.h
A src/jrd/doserr.h
A src/jrd/dpm.e
A src/jrd/dpm_proto.h
A src/jrd/drq.h
A src/jrd/dsc.cpp
A src/jrd/dsc.h
A src/jrd/dsc_proto.h
A src/jrd/dyn.e
A src/jrd/dyn.h
A src/jrd/dyn_def.e
A src/jrd/dyn_def.sed
A src/jrd/dyn_del.e
A src/jrd/dyn_df_proto.h
A src/jrd/dyn_dl_proto.h
A src/jrd/dyn_md_proto.h
A src/jrd/dyn_mod.e
A src/jrd/dyn_proto.h
A src/jrd/dyn_ut_proto.h
A src/jrd/dyn_util.e
A src/jrd/enc.cpp
A src/jrd/enc_proto.h
A src/jrd/entry.h
A src/jrd/envelope.e
A src/jrd/err.cpp
A src/jrd/err_proto.h
A src/jrd/event.cpp
A src/jrd/event.h
A src/jrd/event_proto.h
A src/jrd/everything.h
A src/jrd/evl.cpp
A src/jrd/evl_like.cpp
A src/jrd/evl_proto.h
A src/jrd/exe.cpp
A src/jrd/exe.h
A src/jrd/exe_proto.h
A src/jrd/ext.cpp
A src/jrd/ext.h
A src/jrd/ext_proto.h
A src/jrd/extvms.cpp
A src/jrd/fields.h
A src/jrd/fil.h
A src/jrd/file_params.h
A src/jrd/filte_proto.h
A src/jrd/filters.cpp
A src/jrd/flags.h
A src/jrd/flu.cpp
A src/jrd/flu.h
A src/jrd/flu_proto.h
A src/jrd/fun.e
A src/jrd/fun_proto.h
A src/jrd/functions.cpp
A src/jrd/gds.bas
A src/jrd/gds.cpp
A src/jrd/gds.def
A src/jrd/gds.hxx
A src/jrd/gds.pas
A src/jrd/gds.pli
A src/jrd/gds.vpas
A src/jrd/gds5entry.mar
A src/jrd/gds_aix.f
A src/jrd/gds_apollo.f
A src/jrd/gds_h3.f
A src/jrd/gds_hp.f
A src/jrd/gds_proto.h
A src/jrd/gds_sun.f
A src/jrd/gds_vms.f
A src/jrd/gdsassert.h
A src/jrd/gdsentry.mar
A src/jrd/gdsold.h
A src/jrd/grammar.cpp
A src/jrd/grammar.y
A src/jrd/grant.e
A src/jrd/grant.gdl
A src/jrd/grant_proto.h
A src/jrd/ib_stdio.cpp
A src/jrd/ib_stdio.h
A src/jrd/ibase.h
A src/jrd/iberr.cpp
A src/jrd/iberr.h
A src/jrd/iberr_proto.h
A src/jrd/ibinitdll.cpp
A src/jrd/ibsetjmp.h
A src/jrd/ids.h
A src/jrd/ids.m
A src/jrd/idx.cpp
A src/jrd/idx.h
A src/jrd/idx_proto.h
A src/jrd/inf.cpp
A src/jrd/inf.h
A src/jrd/inf_proto.h
A src/jrd/ini.e
A src/jrd/ini.h
A src/jrd/ini_proto.h
A src/jrd/intl.cpp
A src/jrd/intl.h
A src/jrd/intl_proto.h
A src/jrd/intlnames.h
A src/jrd/intlobj.h
A src/jrd/inuse.cpp
A src/jrd/inuse_proto.h
A src/jrd/irq.h
A src/jrd/isc.cpp
A src/jrd/isc.h
A src/jrd/isc_cray.cpp
A src/jrd/isc_f_proto.h
A src/jrd/isc_file.cpp
A src/jrd/isc_i_proto.h
A src/jrd/isc_ipc.cpp
A src/jrd/isc_proto.h
A src/jrd/isc_s_proto.h
A src/jrd/isc_signal.h
A src/jrd/isc_sync.cpp
A src/jrd/isc_sync_win32.cpp
A src/jrd/isc_win32.cpp
A src/jrd/iscmsgs.msg
A src/jrd/iutls.def
A src/jrd/jio.cpp
A src/jrd/jlx.cpp
A src/jrd/jrd.cpp
A src/jrd/jrd.def
A src/jrd/jrd.h
A src/jrd/jrd_proto.h
A src/jrd/jrd_ver.h
A src/jrd/jrd_ver.rc
A src/jrd/jrn.cpp
A src/jrd/jrn.h
A src/jrd/jrn_proto.h
A src/jrd/kanji.cpp
A src/jrd/kanji.h
A src/jrd/kanji_proto.h
A src/jrd/lan.cpp
A src/jrd/lck.cpp
A src/jrd/lck.h
A src/jrd/lck_dummy.cpp
A src/jrd/lck_proto.h
A src/jrd/license.h
A src/jrd/llio.cpp
A src/jrd/llio.h
A src/jrd/llio_proto.h
A src/jrd/lls.h
A src/jrd/lnmdef.h
A src/jrd/log.cpp
A src/jrd/log.h
A src/jrd/log_proto.h
A src/jrd/loiter.cpp
A src/jrd/loiter.h
A src/jrd/makefile.mak
A src/jrd/map.cpp
A src/jrd/map_proto.h
A src/jrd/math.cpp
A src/jrd/math.h
A src/jrd/mblr.cpp
A src/jrd/mblr.h
A src/jrd/mblr_proto.h
A src/jrd/mem.cpp
A src/jrd/memtest.cpp
A src/jrd/met.e
A src/jrd/met.h
A src/jrd/met_proto.h
A src/jrd/misc.cpp
A src/jrd/misc.h
A src/jrd/misc_proto.h
A src/jrd/mmov.mar
A src/jrd/mov.cpp
A src/jrd/mov_proto.h
A src/jrd/msg.h
A src/jrd/msg_encode.h
A src/jrd/msg_facs.h
A src/jrd/msgs.h
A src/jrd/names.h
A src/jrd/nav.cpp
A src/jrd/nav_proto.h
A src/jrd/netware.cpp
A src/jrd/nlm_thd.h
A src/jrd/nod.h
A src/jrd/nodebug.cpp
A src/jrd/obj.h
A src/jrd/ods.h
A src/jrd/ods10.gdl
A src/jrd/ods72.gdl
A src/jrd/ods80.gdl
A src/jrd/ods80dif.gdl
A src/jrd/ods81.gdl
A src/jrd/ods91.gdl
A src/jrd/old.cpp
A src/jrd/old.h
A src/jrd/old_proto.h
A src/jrd/opt.cpp
A src/jrd/opt_proto.h
A src/jrd/os2.cpp
A src/jrd/pag.cpp
A src/jrd/pag.h
A src/jrd/pag_proto.h
A src/jrd/par.cpp
A src/jrd/par_proto.h
A src/jrd/pcmet.e
A src/jrd/pcmet_proto.h
A src/jrd/pcsleep.cpp
A src/jrd/perf.cpp
A src/jrd/perf.h
A src/jrd/perf.pas
A src/jrd/perf_proto.h
A src/jrd/pio.h
A src/jrd/pio_proto.h
A src/jrd/pragma.h
A src/jrd/print.cpp
A src/jrd/procs2.gdl
A src/jrd/prv_m_bypass.h
A src/jrd/pwd.cpp
A src/jrd/pwd.h
A src/jrd/pwd_proto.h
A src/jrd/qatest.cpp
A src/jrd/quad.cpp
A src/jrd/quad.h
A src/jrd/quad_proto.h
A src/jrd/que.h
A src/jrd/rdb.cpp
A src/jrd/rdb.h
A src/jrd/rdb_codes.h
A src/jrd/rdbcodes.h
A src/jrd/rdbcodes.mar
A src/jrd/rdbgentry.mar
A src/jrd/rdbgpas.cpp
A src/jrd/rdbint.cpp
A src/jrd/rec.cpp
A src/jrd/rec_proto.h
A src/jrd/relations.h
A src/jrd/req.h
A src/jrd/rlck.cpp
A src/jrd/rlck_proto.h
A src/jrd/rng.cpp
A src/jrd/rng.h
A src/jrd/rng_proto.h
A src/jrd/rse.cpp
A src/jrd/rse.h
A src/jrd/rse_proto.h
A src/jrd/sbm.cpp
A src/jrd/sbm.h
A src/jrd/sbm_proto.h
A src/jrd/sch.cpp
A src/jrd/sch_proto.h
A src/jrd/scl.e
A src/jrd/scl.h
A src/jrd/scl_proto.h
A src/jrd/scroll_cursors.h
A src/jrd/sdl.cpp
A src/jrd/sdl.h
A src/jrd/sdl_proto.h
A src/jrd/sdw.cpp
A src/jrd/sdw.h
A src/jrd/sdw_proto.h
A src/jrd/shdef.h
A src/jrd/shrfinit.cpp
A src/jrd/shrinit.cpp
A src/jrd/shut.cpp
A src/jrd/shut_proto.h
A src/jrd/sort.cpp
A src/jrd/sort.h
A src/jrd/sort_proto.h
A src/jrd/sql_code.h
A src/jrd/sqz.cpp
A src/jrd/sqz.h
A src/jrd/sqz_proto.h
A src/jrd/stats.e
A src/jrd/stored_proc.gdl
A src/jrd/stubs.cpp
A src/jrd/sun_ftn.cpp
A src/jrd/svc.cpp
A src/jrd/svc.h
A src/jrd/svc_proto.h
A src/jrd/svc_undoc.h
A src/jrd/syidef.h
A src/jrd/sym.cpp
A src/jrd/sym_proto.h
A src/jrd/termtype.h
A src/jrd/thd.cpp
A src/jrd/thd.h
A src/jrd/thd_proto.h
A src/jrd/thd_win32.cpp
A src/jrd/thin.asm
A src/jrd/thread.mar
A src/jrd/time.h
A src/jrd/tpc.cpp
A src/jrd/tpc.h
A src/jrd/tpc_proto.h
A src/jrd/tra.cpp
A src/jrd/tra.h
A src/jrd/tra_proto.h
A src/jrd/trig.h
A src/jrd/types.h
A src/jrd/unix.cpp
A src/jrd/utl.cpp
A src/jrd/utl_proto.h
A src/jrd/utls.def
A src/jrd/v2_triggers.gdl
A src/jrd/val.cpp
A src/jrd/val.h
A src/jrd/val_proto.h
A src/jrd/version.rc
A src/jrd/version_95.rc
A src/jrd/vio.cpp
A src/jrd/vio_debug.h
A src/jrd/vio_proto.h
A src/jrd/vms.cpp
A src/jrd/vms.h
A src/jrd/vms_command.cpp
A src/jrd/vmsevent.cpp
A src/jrd/vmslo_proto.h
A src/jrd/vmslock.cpp
A src/jrd/vmsthread.cpp
A src/jrd/why.c
A src/jrd/why_proto.h
A src/jrd/windows.cpp
A src/jrd/winnt.cpp
A src/jrd/winnt_dll.cpp
A src/lock
A src/lock/config_params
A src/lock/depends.mak
A src/lock/driver.cpp
A src/lock/fparamv3.h
A src/lock/lock.cpp
A src/lock/lock.h
A src/lock/lock_header_mmap
A src/lock/lock_header_shmem
A src/lock/lock_proto.h
A src/lock/lockv3.h
A src/lock/lockv3s4.h
A src/lock/manager.cpp
A src/lock/pls.cpp
A src/lock/plserver.cpp
A src/lock/plserver.h
A src/lock/print.cpp
A src/lock/printv3.cpp
A src/lock/printv3s4.cpp
A src/lock/prtv3_proto.h
A src/lock/reset.cpp
A src/lock/ulimit.cpp
A src/misc
A src/misc/codes.h
A src/misc/codetext.h
A src/misc/gds_codes.ftn
A src/misc/gds_codes.pas
A src/misc/help.gbak
A src/misc/metadata.gbak
A src/misc/msg_facs.h
A src/misc/msgs.h
A src/misc/rdb_codes.h
A src/misc/sql_code.h
A src/misc/status.cpp
A src/misc/status.h
A src/msgs
A src/msgs/build.def
A src/msgs/build_file.e
A src/msgs/change_msgs.e
A src/msgs/check_msgs.e
A src/msgs/depends.mak
A src/msgs/enter_msgs.e
A src/msgs/include.e
A src/msgs/load.e
A src/msgs/makefile.mak
A src/msgs/modify_msgs.e
A src/msgs/msg.gbak
A src/msgs/msg.gdl
A src/pipe
A src/pipe/allp.cpp
A src/pipe/allp_proto.h
A src/pipe/blk.h
A src/pipe/foot.cpp
A src/pipe/head.cpp
A src/pipe/head_proto.h
A src/pipe/pipe.h
A src/pyxis
A src/pyxis/adm.cpp
A src/pyxis/all.h
A src/pyxis/allp.cpp
A src/pyxis/altp.cpp
A src/pyxis/attributes.h
A src/pyxis/blk.cpp
A src/pyxis/blk.h
A src/pyxis/cdm.cpp
A src/pyxis/curses_play.cpp
A src/pyxis/debug.cpp
A src/pyxis/edit.cpp
A src/pyxis/edit.e
A src/pyxis/enumerations.h
A src/pyxis/everything.h
A src/pyxis/field_edit.h
A src/pyxis/field_name.h
A src/pyxis/file_name.h
A src/pyxis/form_ddl.h
A src/pyxis/form_name.h
A src/pyxis/forms.gbk
A src/pyxis/fred.e
A src/pyxis/keys.h
A src/pyxis/menu.cpp
A src/pyxis/phase1.h
A src/pyxis/phase2.cpp
A src/pyxis/phase2.h
A src/pyxis/phase3.cpp
A src/pyxis/pyxis.cpp
A src/pyxis/pyxis.h
A src/pyxis/save.e
A src/pyxis/scr.cpp
A src/pyxis/scr.h
A src/pyxis/size_form.h
A src/pyxis/sun_ftn_pyxis.cpp
A src/pyxis/vdm.cpp
A src/pyxis/vt100.cpp
A src/qli
A src/qli/all.cpp
A src/qli/all_proto.h
A src/qli/blk.h
A src/qli/comma_proto.h
A src/qli/command.cpp
A src/qli/compi_proto.h
A src/qli/compile.cpp
A src/qli/compile.h
A src/qli/depends.mak
A src/qli/dtr.cpp
A src/qli/dtr.h
A src/qli/err.cpp
A src/qli/err_proto.h
A src/qli/eval.cpp
A src/qli/eval_proto.h
A src/qli/everything.h
A src/qli/exe.cpp
A src/qli/exe.h
A src/qli/exe_proto.h
A src/qli/expan_proto.h
A src/qli/expand.cpp
A src/qli/form.cpp
A src/qli/form.h
A src/qli/form_proto.h
A src/qli/forma_proto.h
A src/qli/format.cpp
A src/qli/format.h
A src/qli/gener.cpp
A src/qli/gener_proto.h
A src/qli/help.e
A src/qli/help_proto.h
A src/qli/hsh.cpp
A src/qli/hsh_proto.h
A src/qli/lex.cpp
A src/qli/lex_proto.h
A src/qli/meta.e
A src/qli/meta_proto.h
A src/qli/mov.cpp
A src/qli/mov_proto.h
A src/qli/noform.cpp
A src/qli/nounix.cpp
A src/qli/parse.cpp
A src/qli/parse.h
A src/qli/parse_proto.h
A src/qli/picst_proto.h
A src/qli/picstr.cpp
A src/qli/proc.e
A src/qli/proc_ddl.h
A src/qli/proc_proto.h
A src/qli/procddl1.h
A src/qli/procddl2.h
A src/qli/procddl3.h
A src/qli/procddl4.h
A src/qli/repor_proto.h
A src/qli/report.cpp
A src/qli/report.h
A src/qli/reqs.h
A src/qli/show.e
A src/qli/show_proto.h
A src/qli/symbols.h
A src/qli/words.h
A src/remote
A src/remote/allr.cpp
A src/remote/allr_proto.h
A src/remote/caution.ico
A src/remote/chop.cpp
A src/remote/chop_proto.h
A src/remote/chuser.cpp
A src/remote/cntl.cpp
A src/remote/cntl_proto.h
A src/remote/decne_proto.h
A src/remote/decnet.cpp
A src/remote/decnet_server.cpp
A src/remote/depends.mak
A src/remote/divorce.cpp
A src/remote/dllshell.cpp
A src/remote/dnet.cpp
A src/remote/dnet_proto.h
A src/remote/dnet_server.cpp
A src/remote/faux.cpp
A src/remote/faux.h
A src/remote/ibconfig.cpp
A src/remote/ibconfig.h
A src/remote/ibconfig.rc
A src/remote/ibsvrhlp.h
A src/remote/in.h
A src/remote/inet.cpp
A src/remote/inet_proto.h
A src/remote/inet_server.cpp
A src/remote/inetiodef.h
A src/remote/inter_proto.h
A src/remote/interface.cpp
A src/remote/ipc.cpp
A src/remote/ipc.h
A src/remote/ipc_proto.h
A src/remote/ipc_server.cpp
A src/remote/isc_tcpent.mar
A src/remote/jibdef.mar
A src/remote/lanentry.h
A src/remote/makefile.mak
A src/remote/merge.cpp
A src/remote/merge_proto.h
A src/remote/mgr.cpp
A src/remote/multivx.cpp
A src/remote/neterr.h
A src/remote/netwcon.cpp
A src/remote/nlmtst.def
A src/remote/nt_server.cpp
A src/remote/ntoh.cpp
A src/remote/ntoh_proto.h
A src/remote/nwserv.cpp
A src/remote/parse_proto.h
A src/remote/parser.cpp
A src/remote/pcbdefv4.mar
A src/remote/pcbdefv5.mar
A src/remote/property.cpp
A src/remote/property.rc
A src/remote/property.rh
A src/remote/propty_proto.h
A src/remote/proto_proto.h
A src/remote/protocol.cpp
A src/remote/protocol.h
A src/remote/remot_proto.h
A src/remote/remote.cpp
A src/remote/remote.def
A src/remote/remote.h
A src/remote/remote_def.h
A src/remote/serve_proto.h
A src/remote/server.cpp
A src/remote/server.ico
A src/remote/spxesr.cpp
A src/remote/spxne_proto.h
A src/remote/spxnet.cpp
A src/remote/spxnet32.cpp
A src/remote/spxnet32_proto.h
A src/remote/spxwi_proto.h
A src/remote/spxwin.cpp
A src/remote/spxwin.h
A src/remote/srvr_w32.cpp
A src/remote/tcptypes.h
A src/remote/types.h
A src/remote/ucx.cpp
A src/remote/wfwnp.cpp
A src/remote/wfwnp.h
A src/remote/wfwnp_proto.h
A src/remote/window.aps
A src/remote/window.cpp
A src/remote/window.h
A src/remote/window.rc
A src/remote/window.rh
A src/remote/window_proto.h
A src/remote/winerr.h
A src/remote/winmain.cpp
A src/remote/winvx.cpp
A src/remote/wnet.cpp
A src/remote/wnet_proto.h
A src/remote/xdr.cpp
A src/remote/xdr.h
A src/remote/xdr_proto.h
A src/remote/xnet.cpp
A src/remote/xnet.h
A src/remote/xnet_proto.h
A src/remote/zap.mar
A src/utilities
A src/utilities/analyse.cpp
A src/utilities/cache.cpp
A src/utilities/cmd_util.cpp
A src/utilities/cmd_util_proto.h
A src/utilities/dba.e
A src/utilities/dba_full.e
A src/utilities/dbaswi.h
A src/utilities/drop.cpp
A src/utilities/dropv3.cpp
A src/utilities/drpv3_proto.h
A src/utilities/gsec.cpp
A src/utilities/gsec.h
A src/utilities/gsecswi.h
A src/utilities/guard.cpp
A src/utilities/ibmgr.cpp
A src/utilities/ibmgr.h
A src/utilities/ibmgrswi.h
A src/utilities/install_nt.h
A src/utilities/install_reg.cpp
A src/utilities/install_svc.cpp
A src/utilities/isc.gdl
A src/utilities/isc4.gdl
A src/utilities/isc4.sql
A src/utilities/ppg.cpp
A src/utilities/ppg_proto.h
A src/utilities/print_pool.cpp
A src/utilities/rebui_proto.h
A src/utilities/rebuild.cpp
A src/utilities/rebuild.gdl
A src/utilities/rebuild.h
A src/utilities/regis_proto.h
A src/utilities/registry.cpp
A src/utilities/relay.cpp
A src/utilities/rmet.e
A src/utilities/rmet_proto.h
A src/utilities/rstor_proto.h
A src/utilities/rstore.e
A src/utilities/run_service.cpp
A src/utilities/sbc_print.cpp
A src/utilities/scrty_apollo.gdl
A src/utilities/scrty_unix.gdl
A src/utilities/scrty_vms.gdl
A src/utilities/scrty_xl.gdl
A src/utilities/secur_proto.h
A src/utilities/security.e
A src/utilities/servi_proto.h
A src/utilities/services.cpp
A src/utilities/srvrmgr.cpp
A src/utilities/srvrmgr_proto.h
A src/utilities/util.cpp
A src/utilities/util_proto.h
A src/utilities/v2_dmp.cpp
A src/wal
A src/wal/driver.cpp
A src/wal/wal.cpp
A src/wal/wal.h
A src/wal/wal_prnt.cpp
A src/wal/wal_proto.h
A src/wal/walc.cpp
A src/wal/walc_proto.h
A src/wal/walf.cpp
A src/wal/walf_proto.h
A src/wal/walr.cpp
A src/wal/walr_proto.h
A src/wal/walw.cpp
A src/wal/walw_main.cpp
A src/wal/walw_proto.h
A src/wal/wstat_proto.h
A src/wal/wstatus.cpp
First steps towards a C++ conversion.
2001-05-23 13:25 tamlin
A generated
A generated/makefile
A generated/placeholder.txt
Initial revision
2001-05-23 13:25 (no author)
A /firebird
A /firebird/branches
A /firebird/tags
A /firebird/trunk
Standard project directories initialized by cvs2svn.