8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 02:43:03 +01:00
firebird-mirror/src
robocop 2b99e764e3 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 07:32:07 +00:00
..
alice fixed gcc warning(s) 2006-01-16 15:39:55 +00:00
burp Skip system objects: exceptions, blob filters and procedures. 2006-01-29 03:23:34 +00:00
common Declare independence day from client library for fbudf . For builds other than MSVC6, the following has to be done: 2006-02-02 00:28:03 +00:00
config [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 03:59:49 +00:00
dbs fixed SF bug 229237 2005-12-30 16:08:44 +00:00
dsql Fixed unregistered bug: AV in request driven by freed cursor 2006-01-27 07:36:17 +00:00
dudley Comment excessive dependencies on license.h. 2006-01-07 00:31:37 +00:00
extlib 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:39:02 +00:00
gpre fixed gcc warning(s) 2006-01-18 11:54:00 +00:00
include 1) An attempt to fix the endianess/alignment issues in the b-tree code. 2006-01-26 10:45:02 +00:00
install/arch-specific/solx86gcc Changed name to security2.fdb 2005-02-24 12:24:38 +00:00
intl Fixed problem "key size exceeds implementation restriction for index ..." reported by Michal Kubecek in fb-devel 2006-01-28 14:43:35 +00:00
iscguard Misc. 2006-01-28 04:12:42 +00:00
isql fixed gcc warning(s) 2006-01-16 16:49:15 +00:00
jrd The files rng.cpp, rng.h, rng_proto.h, bookmark.cpp and bookmark.h belong exclusively to PC_ENGINE, that's obsolete functionality. 2006-02-02 07:32:07 +00:00
lock fixed gcc warning(s) 2006-01-16 16:49:15 +00:00
misc increment build number 2006-02-02 03:19:10 +00:00
msgs Sync after Dmitry Yemanov's changes. 2006-01-26 07:21:26 +00:00
qli 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 08:00:41 +00:00
remote Reduced dependencies upon window messages + cleanup. 2006-01-26 12:23:48 +00:00
utilities I want to continue compiling FB2 successfully with my tools, if you don't object. 2006-01-25 07:04:13 +00:00
vulcan fixed posix build 2005-12-23 09:40:59 +00:00