8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 09:23:03 +01:00
firebird-mirror/ChangeLog

36775 lines
995 KiB
Plaintext
Raw Normal View History

2008-03-24 20:52:36 +01:00
2008-03-24 16:29 alexpeshkoff
2008-03-23 21:00:33 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/make.shared.variables (1.88):
2008-03-23 21:00:33 +01:00
2008-03-24 20:52:36 +01:00
removed ALLR
2008-03-24 16:19 alexpeshkoff
* firebird2/src/include/fb_blk.h (1.17):
Added types of remote blocks
2008-03-24 16:18 alexpeshkoff
* firebird2/src/common/classes/RefCounted.h (1.4):
Fixed gcc warning
2008-03-23 21:00:33 +01:00
2008-03-24 20:52:36 +01:00
2008-03-24 16:00 alexpeshkoff
2008-03-23 21:00:33 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/auto.h (1.14):
2008-03-23 21:00:33 +01:00
2008-03-24 20:52:36 +01:00
Added template to be used when AutoPtr points to array
2008-03-23 21:00:33 +01:00
2008-03-24 20:52:36 +01:00
2008-03-24 15:40 alexpeshkoff
2008-03-23 21:00:33 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/sql.cpp (1.68):
2008-03-23 21:00:33 +01:00
2008-03-24 20:52:36 +01:00
Fixed AV
2008-03-23 21:00:33 +01:00
2008-03-24 20:52:36 +01:00
2008-03-24 15:04 paulbeach
2008-03-23 21:00:33 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/install/arch-specific/darwin/install-script
(1.13):
2008-03-23 21:00:33 +01:00
2008-03-24 20:52:36 +01:00
Typo
2008-03-23 21:00:33 +01:00
2008-03-24 20:52:36 +01:00
2008-03-24 11:36 dimitr
2008-03-23 21:00:33 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/RefCounted.h (1.3):
2008-03-23 21:00:33 +01:00
2008-03-24 20:52:36 +01:00
Validation.
2008-03-23 21:00:33 +01:00
2008-03-24 20:52:36 +01:00
2008-03-24 10:31 dimitr
2008-03-22 20:57:29 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: PublicHandle.cpp (1.3),
PublicHandle.h (1.3):
2008-03-22 20:57:29 +01:00
2008-03-24 20:52:36 +01:00
An attempt fo speed up compilation.
2008-03-22 20:57:29 +01:00
2008-03-22 10:00 robocop
* firebird2/src/common/classes/PublicHandle.cpp (1.2):
Misc.
2008-03-22 07:36 robocop
* firebird2/src/include/gen/msgs.h (1.99):
Commit generated file after my messages2.sql changes.
2008-03-21 21:10:46 +01:00
2008-03-21 20:02 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/pass1.cpp (1.363):
2008-03-21 21:10:46 +01:00
More problematic cases of CORE-1798 - thanks to Dmitry
2008-03-21 09:23 dimitr
* firebird2/builds/install/misc/firebird.conf (1.41):
Cleanup.
2008-03-21 03:42 asfernandes
* firebird2/src/: common/classes/PublicHandle.h (1.2),
common/classes/RefCounted.h (1.2), common/classes/alloc.cpp
2008-03-24 20:52:36 +01:00
(1.105), common/classes/array.h (1.45), dsql/pass1.cpp (1.362):
2008-03-21 21:10:46 +01:00
Misc
2008-03-21 03:39 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/make.shared.variables (1.87):
2008-03-21 21:10:46 +01:00
Fix GCC build
2008-03-20 20:58:54 +01:00
2008-03-20 18:00 dimitr
* firebird2/builds/win32/msvc8/: common.vcproj (1.10),
common_classic.vcproj (1.10):
Update the makefiles.
2008-03-20 17:41 dimitr
* firebird2/src/common/classes/: PublicHandle.cpp (1.1),
PublicHandle.h (1.1):
1) Added proper handle validation for dbb. 2) Changed dbb_sync
lifestyle handling. 3) Sync'ed access to the att_long_locks.
2008-03-20 17:38 dimitr
* firebird2/src/include/fb_blk.h (1.16):
Correction. We cannot have vtbl in child classes.
2008-03-20 17:23 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/include/fb_blk.h (1.15):
2008-03-20 20:58:54 +01:00
A bit better name.
2008-03-20 14:00 dimitr
* firebird2/src/common/classes/: RefCounted.h (1.1), locks.h
(1.44):
Make the reference counting a common feature.
2008-03-20 11:04 robocop
* firebird2/builds/win32/create_msgs.bat (1.9):
Redirect the build to the new, cleaned French translation.
2008-03-20 11:03 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/msgs.h (1.98):
2008-03-20 20:58:54 +01:00
Misc fixed to the default messages.
2008-03-19 21:17:26 +01:00
2008-03-19 19:53 skidder
* firebird2/builds/win32/setenvvar.bat (1.18):
Allow setting target CPU arch in Windows builds via the environment
variable. This is a convenience option to be able to launch easily
64-bit build from WOW64 environment
2008-03-19 17:28 dimitr
* firebird2/builds/win32/: msvc6/alice.dsp (1.21),
msvc6/alice_classic.dsp (1.17), msvc6/dsql_server.dsp (1.26),
msvc6/dsql_server_classic.dsp (1.22), msvc6/engine.dsp (1.79),
msvc6/engine_classic.dsp (1.75), msvc6/engine_embed.dsp (1.54),
msvc7/alice.vcproj (1.20), msvc7/alice_classic.vcproj (1.20),
msvc7/dsql_server.vcproj (1.22), msvc7/dsql_server_classic.vcproj
(1.22), msvc7/engine.vcproj (1.72), msvc7/engine_classic.vcproj
(1.72), msvc7/engine_embed.vcproj (1.61), msvc8/alice.vcproj (1.7),
msvc8/alice_classic.vcproj (1.8), msvc8/dsql_server.vcproj (1.9),
msvc8/dsql_server_classic.vcproj (1.10), msvc8/engine.vcproj
(1.21), msvc8/engine_classic.vcproj (1.21),
msvc8/engine_embed.vcproj (1.19):
Major cleanup of the old-style blk and allocator-based blk_type.
2008-03-19 17:22 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/: alice/blk.h (1.6), dsql/blk.h (1.10):
2008-03-19 21:17:26 +01:00
Major cleanup of the old-style blk and allocator-based blk_type.
2008-03-19 17:07 dimitr
* firebird2/src/: dsql/ddl.cpp (1.222), dsql/dsql.h (1.128),
dsql/make.cpp (1.153), dsql/metd.epp (1.127), dsql/node.h (1.104),
dsql/parse.y (1.263), dsql/pass1.cpp (1.361), include/fb_blk.h
2008-03-24 20:52:36 +01:00
(1.14):
2008-03-19 21:17:26 +01:00
Major cleanup of the old-style blk and allocator-based blk_type.
2008-03-19 17:03 dimitr
* firebird2/src/common/classes/: alloc.cpp (1.104), alloc.h (1.76):
Major cleanup of the old-style blk and allocator-based blk_type.
2008-03-19 16:59 dimitr
* firebird2/src/: alice/alice.h (1.59), burp/burp.h (1.87),
common/classes/array.h (1.44):
Major cleanup of the old-style blk and allocator-based blk_type.
2008-03-18 21:59:19 +01:00
2008-03-18 13:57 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: dsql.h (1.127), pass1.cpp (1.360):
2008-03-18 21:59:19 +01:00
Misc.
2008-03-18 13:47 robocop
* firebird2/lang_helpers/: gds_codes.ftn (1.69), gds_codes.pas
(1.69):
Update the generated files after Dmitry's changes.
2008-03-18 13:38 robocop
* firebird2/builds/win32/create_msgs.bat (1.8):
Redirect the build to the revamped localized file. Put as comment
the line needed to build the alternate msg files.
2008-03-18 07:29 dimitr
* firebird2/src/common/classes/init.cpp (1.8):
Get rid of warnings.
2008-03-17 21:13:03 +01:00
2008-03-17 18:58 dimitr
* firebird2/src/include/gen/: codetext.h (1.78), iberror.h (1.80),
msgs.h (1.97), sql_code.h (1.84), sql_state.h (1.8):
Sync with SAS: Better diagnostics for some DYN errors.
2008-03-17 18:17 dimitr
* firebird2/src/dsql/pass1.cpp (1.359):
Fixed the build.
2008-03-17 17:48 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: init.cpp (1.7), init.h (1.13):
2008-03-17 21:13:03 +01:00
Applied shutdown changes, discussed in fb-devel a week ago.
2008-03-17 13:07 paulbeach
* firebird2/builds/posix/postfix.darwin (1.12):
Include aliases.conf in the install
2008-03-17 11:29 hvlad
* firebird2/src/include/gen/: codetext.h (1.77), iberror.h (1.79),
msgs.h (1.96), sql_code.h (1.83), sql_state.h (1.7):
Update codes after new error message added. Note, i added message
at the place where it can be added in 2.1 release, not at the end
of list as usual.
2008-03-17 11:26 hvlad
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: dsql.h (1.126), node.h (1.103), pass1.cpp
(1.358):
2008-03-17 21:13:03 +01:00
Fixed bug CORE-1793 : AV at prepare of query with unused
parametrized CTE
2008-03-15 21:04:39 +01:00
2008-03-15 20:13 skidder
* firebird2/doc/README.instsvc (1.7):
Update documentation for instsvc
2008-03-15 18:55 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/locks.h (1.43):
2008-03-15 21:04:39 +01:00
Misc
2008-03-15 11:26 robocop
* firebird2/src/common/classes/locks.h (1.42):
Use the template type.
2008-03-14 16:29 asfernandes
* firebird2/src/dsql/dsql.cpp (1.237):
Fixed EXECUTE STATEMENT returning BLOBs
2008-03-14 12:06 asfernandes
* firebird2/builds/win32/msvc7/: engine.vcproj (1.71),
engine_classic.vcproj (1.71), engine_embed.vcproj (1.60),
intl.vcproj (1.36):
Revert the ICU include directory changes
2008-03-13 21:41:51 +01:00
2008-03-13 17:36 asfernandes
* firebird2/: builds/posix/make.shared.variables (1.86),
builds/win32/msvc6/engine.dsp (1.78),
builds/win32/msvc6/engine_classic.dsp (1.74),
builds/win32/msvc6/engine_embed.dsp (1.53),
builds/win32/msvc7/engine.vcproj (1.70),
builds/win32/msvc7/engine_classic.vcproj (1.70),
builds/win32/msvc7/engine_embed.vcproj (1.59),
builds/win32/msvc8/engine.vcproj (1.20),
builds/win32/msvc8/engine_classic.vcproj (1.20),
builds/win32/msvc8/engine_embed.vcproj (1.18), src/dsql/dsql.cpp
2008-03-24 20:52:36 +01:00
(1.236), src/dsql/dsql_proto.h (1.20):
2008-03-13 21:41:51 +01:00
1) Created classes PreparedStatement and ResultSet 2) Changed
EXECUTE STATEMENT to use these classes 3) Fixed CORE-1784 - Error
with EXECUTE PROCEDURE inside EXECUTE STATEMENT
2008-03-13 13:54 hvlad
* firebird2/src/common/classes/locks.h (1.41):
Add check in WIN_NT's DEV_BUILD for correct mutex
unlocking\deleting. Implement new EnsureUnlock class for use
instead of (or together with) LockGuard's if LockGuard is not
usable.
2008-03-13 11:38 robocop
* firebird2/src/: common/classes/fb_string.cpp (1.37),
2008-03-24 20:52:36 +01:00
common/classes/fb_string.h (1.12), dsql/parse.y (1.262):
2008-03-13 21:41:51 +01:00
- Made some constructor explicit and discovered that for adding one
byte to a string, a temporary string was being created on the fly.
Unacceptable in loops. - Disabled constructor from hell for now. I
wasn't the only one confused about the nature of the only argument:
only looking at the signature one realizes it's a byte's value, not
the initial length.
2008-03-13 03:43 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: locks.cpp (1.16), locks.h (1.40):
2008-03-13 21:41:51 +01:00
Misc
2008-03-12 21:37:12 +01:00
2008-03-12 18:07 dimitr
* firebird2/builds/: win32/msvc6/engine.dsp (1.77),
win32/msvc6/engine_classic.dsp (1.73), win32/msvc6/engine_embed.dsp
(1.52), win32/msvc6/fb_event_print.dsp (1.5),
win32/msvc6/fbclient.dsp (1.59), win32/msvc6/fbclient_static.dsp
(1.23), posix/make.shared.variables (1.85):
Cleanup.
2008-03-12 18:01 dimitr
* firebird2/builds/win32/: msvc8/engine.vcproj (1.19),
msvc8/engine_classic.vcproj (1.19), msvc8/engine_embed.vcproj
(1.17), msvc8/fbclient.vcproj (1.12), msvc8/fbclient_static.vcproj
(1.6), msvc7/engine.vcproj (1.69), msvc7/engine_classic.vcproj
(1.69), msvc7/engine_embed.vcproj (1.58), msvc7/fbclient.vcproj
(1.49), msvc7/fbclient_static.vcproj (1.21):
Cleanup.
2008-03-24 20:52:36 +01:00
2008-03-12 17:40 dimitr
2008-03-12 21:37:12 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: ddl.cpp (1.221), dsql.cpp (1.235), metd.epp
(1.126):
2008-03-12 21:37:12 +01:00
Cleanup.
2008-03-12 14:36 alexpeshkoff
* firebird2/src/common/classes/locks.h (1.39):
added new method to posix threads mutex
2008-03-12 14:34 alexpeshkoff
* firebird2/builds/posix/firebird.vers (1.14):
added new API call
2008-03-12 09:17 hvlad
* firebird2/src/common/classes/: locks.cpp (1.15), locks.h (1.38):
Made Mutex::tryEnter more efficient. Per Claudio request
2008-03-12 08:32 robocop
* firebird2/: lang_helpers/gds_codes.ftn (1.68),
lang_helpers/gds_codes.pas (1.68), src/include/gen/codetext.h
(1.76), src/include/gen/iberror.h (1.78), src/include/gen/msgs.h
(1.95), src/include/gen/sql_code.h (1.82),
2008-03-24 20:52:36 +01:00
src/include/gen/sql_state.h (1.6):
2008-03-12 21:37:12 +01:00
More fixes for CORE-1600. CORE-1777.
2008-03-11 21:53:12 +01:00
2008-03-11 15:33 hvlad
* firebird2/src/common/classes/locks.h (1.37):
Correction, noted by Alex
2008-03-11 15:08 hvlad
* firebird2/src/common/classes/: locks.cpp (1.14), locks.h (1.36):
Implement Mutex::tryEnter and new RefMutex class - mutex with
reference counted lifetime
2008-03-10 16:03 paul_reeves
* firebird2/builds/install/arch-specific/win32/:
BuildExecutableInstall.bat (1.37), FirebirdInstall_20.iss (1.33),
Readme.txt (1.18), installation_readme.txt (1.17),
ba/Instalacija_ProcitajMe.txt (1.6), ba/ProcitajMe.txt (1.4),
ba/custom_messages_ba.inc (1.5), de/custom_messages_de.inc (1.5),
de/installation_liesmich.txt (1.5), de/liesmich.txt (1.5),
es/custom_messages_es.inc (1.4), es/leame.txt (1.3),
es/leame_instalacion.txt (1.3), fr/custom_messages_fr.inc (1.5),
fr/installation_lisezmoi.txt (1.3), fr/lisezmoi.txt (1.3),
hu/custom_messages_hu.inc (1.5), hu/olvass_el.txt (1.3),
hu/telepitesi_segedlet.txt (1.3), it/custom_messages_it.inc (1.4),
it/leggimi.txt (1.3), it/leggimi_installazione.txt (1.3),
pl/custom_messages_pl.inc (1.6), pl/czytajto.txt (1.5),
pl/instalacja_czytajto.txt (1.6), pt/custom_messages_pt.inc (1.6),
pt/instalacao_leia-me.txt (1.5), pt/leia-me.txt (1.4),
si/custom_messages_si.inc (1.5):
sync HEAD to 2.1 branch and mark docs as unprepared for 2.5
2008-03-10 10:32 robocop
* firebird2/src/dsql/dsql.cpp (1.234):
Cleanup.
2008-03-10 10:31 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/dsql.cpp (1.233):
2008-03-11 21:53:12 +01:00
Binary things are UCHAR. Let's try to fix them from the innermost
layer to the outermost layer until we can fix the public
interfaces.
2008-03-10 10:23 robocop
* firebird2/src/dsql/utld.cpp (1.49):
Cleanup.
2008-03-10 09:43 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/: dsql/metd.epp (1.125), dudley/exe.epp (1.65):
2008-03-11 21:53:12 +01:00
Cleanup and misc.
2008-03-10 09:30 robocop
* firebird2/src/: burp/restore.epp (1.131), gpre/cme.cpp (1.44),
gpre/cmp.cpp (1.36), gpre/exp.cpp (1.41), gpre/hsh.cpp (1.24),
gpre/msc.cpp (1.24), gpre/msc_proto.h (1.15), gpre/par.cpp (1.67),
2008-03-24 20:52:36 +01:00
gpre/pretty.cpp (1.33), gpre/sql.cpp (1.67):
2008-03-11 21:53:12 +01:00
Minimize casts.
2008-03-10 09:16 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/sparse_bitmap.h (1.21):
2008-03-11 21:53:12 +01:00
Make them explicit.
2008-03-09 21:09:57 +01:00
2008-03-08 22:20 asfernandes
* firebird2/src/: common/classes/tree.h (1.70), dsql/dsql.cpp
2008-03-24 20:52:36 +01:00
(1.232):
2008-03-09 21:09:57 +01:00
Misc
2008-03-08 21:42:00 +01:00
2008-03-08 12:32 robocop
* firebird2/src/common/classes/tree.h (1.69):
Totally misc.
2008-03-08 08:34 robocop
* firebird2/src/common/classes/GenericMap.h (1.17):
Totally misc.
2008-03-07 21:41:48 +01:00
2008-03-07 16:23 asfernandes
* firebird2/: builds/posix/make.shared.variables (1.84),
builds/win32/msvc6/engine.dsp (1.76),
builds/win32/msvc6/engine_classic.dsp (1.72),
builds/win32/msvc6/engine_embed.dsp (1.51),
builds/win32/msvc7/engine.vcproj (1.68),
builds/win32/msvc7/engine_classic.vcproj (1.68),
builds/win32/msvc7/engine_embed.vcproj (1.57),
builds/win32/msvc8/engine.vcproj (1.18),
builds/win32/msvc8/engine_classic.vcproj (1.18),
builds/win32/msvc8/engine_embed.vcproj (1.16), src/dsql/dsql.cpp
2008-03-24 20:52:36 +01:00
(1.231):
2008-03-07 21:41:48 +01:00
1) Remove REPLAY_OSRI_API_CALLS_SUBSYSTEM code 2) Remove internal
y-valve function INTERNAL_COMPILE_REQUEST 3) Go direct to engine
internals from DSQL, without need to exit/enter the attachment lock
and check exceptions in status vector
2008-03-07 10:24 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/rdb_codes.h (1.73):
2008-03-07 21:41:48 +01:00
Get rid of the field VMS_CODE in the messages database. You should
preprocess and compile codes.epp again or you will read trash from
the db when regenerating the header files in include/gen. For
Win32, this means calling create_msgs alone is not enough; do a
boot build instead.
2008-03-07 10:18 robocop
* firebird2/src/include/gen/files.txt (1.3):
Not sure who needs this file, but I updated it to reflect the
deletion of rdb_codes.h; I would delete this file as well.
2008-03-07 07:25 robocop
* firebird2/: lang_helpers/gds_codes.ftn (1.67),
lang_helpers/gds_codes.pas (1.67), src/include/gen/codetext.h
(1.75), src/include/gen/iberror.h (1.77), src/include/gen/msgs.h
(1.94), src/include/gen/rdb_codes.h (1.72),
src/include/gen/sql_code.h (1.81), src/include/gen/sql_state.h
2008-03-24 20:52:36 +01:00
(1.5):
2008-03-07 21:41:48 +01:00
CORE-1600, work in progress. I expect I copied a consistent
intermediate state.
2008-03-06 21:58:28 +01:00
2008-03-06 10:43 robocop
* firebird2/: lang_helpers/gds_codes.ftn (1.66),
lang_helpers/gds_codes.pas (1.66), src/include/gen/codetext.h
(1.74), src/include/gen/iberror.h (1.76), src/include/gen/msgs.h
(1.93), src/include/gen/rdb_codes.h (1.71),
src/include/gen/sql_code.h (1.80), src/include/gen/sql_state.h
2008-03-24 20:52:36 +01:00
(1.4):
2008-03-06 21:58:28 +01:00
CORE-1600, work in progress, before I have to return to my private
work.
2008-03-05 21:09:06 +01:00
2008-03-05 10:31 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/sql_state.h (1.3):
2008-03-05 21:09:06 +01:00
Fixed the SQLSTATE issue reported by Claudio.
2008-03-05 09:40 robocop
* firebird2/src/dsql/: ddl.cpp (1.220), metd.epp (1.124),
metd_proto.h (1.29):
Let's better use UCHAR for binary streams.
2008-03-05 09:39 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/metd.epp (1.123):
2008-03-05 21:09:06 +01:00
Style.
2008-03-05 03:35 asfernandes
* firebird2/src/dsql/metd.epp (1.122):
Correction
2008-03-04 21:45:26 +01:00
2008-03-04 11:58 dimitr
* firebird2/src/dsql/metd.epp (1.121):
Fixed the status vector thrown for the NULL transaction handle.
2008-03-04 07:07 robocop
* firebird2/builds/win32/msvc8/Firebird2.sln (1.9):
After doing a clean BOOT and ALL build, I think we don't need
gpre_boot in Firebird2.sln, only in Firebird2Boot.sln.
2008-03-04 07:03 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: ddl.cpp (1.219), dsql.cpp (1.230):
2008-03-04 21:45:26 +01:00
Let's better use UCHAR for binary streams.
2008-03-04 07:01 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/metd.epp (1.120):
2008-03-04 21:45:26 +01:00
Misc.
2008-03-04 07:00 robocop
* firebird2/builds/win32/defs/fbclient.def (1.19):
The client library on Windows won't build without getting rid of
these references to already gone private API entrypoints.
2008-03-03 20:42:32 +01:00
2008-03-03 18:46 alexpeshkoff
* firebird2/: builds/posix/firebird.vers (1.13), src/burp/burp.cpp
2008-03-24 20:52:36 +01:00
(1.132), src/include/consts_pub.h (1.15):
2008-03-03 20:42:32 +01:00
Make fb_disconnect_transaction, fb_shutdown and
fb_shutdown_callback public API calls. Related cleanup.
2008-03-03 17:31 alexpeshkoff
*
firebird2/builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
(1.23):
add superclassic to binary package
2008-03-03 16:40 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: ddl.cpp (1.218), metd.epp (1.119):
2008-03-03 20:42:32 +01:00
Let DSQL cache lock logic in SS too - per Dmitry request
2008-03-03 15:38 dimitr
* firebird2/src/dsql/: dsql.cpp (1.229), dsql.h (1.125):
Cleanup.
2008-03-03 07:31 dimitr
* firebird2/src/dsql/metd.epp (1.118):
Fixed the NULL transaction handle crash reported by Dmitry
Kovalenko in fb-devel.
2008-03-03 01:46 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: dsql.cpp (1.228), metd.epp (1.117),
pass1.cpp (1.357):
2008-03-03 20:42:32 +01:00
1) Restore logic of not handled exceptions 2) Initialize some
status vectors
2008-03-02 22:16 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: ddl.cpp (1.217), dsql.cpp (1.227), metd.epp
(1.116):
2008-03-03 20:42:32 +01:00
Go direct to engine internals from DSQL, without need to exit/enter
the attachment lock - more to follow
2008-03-02 20:48:47 +01:00
2008-03-02 13:47 alexpeshkoff
* firebird2/builds/posix/Makefile.in.smp_server (1.1):
added forgotten file
2008-03-02 10:24 robocop
* firebird2/src/common/classes/semaphore.h (1.54):
Cleanup.
2008-03-02 09:44 robocop
* firebird2/src/dsql/utld_proto.h (1.22):
Style.
2008-03-02 09:42 robocop
* firebird2/src/dsql/metd.epp (1.115):
Simplification.
2008-03-02 09:40 robocop
* firebird2/src/dsql/dsql.cpp (1.226):
Cleanup and warning.
2008-03-01 20:45:54 +01:00
2008-03-01 20:32 asfernandes
* firebird2/src/dsql/: dsql.cpp (1.225), dsql.h (1.124), gen.cpp
(1.139), metd.epp (1.114), pass1.cpp (1.356):
Cleanup: do not replicate attachment charset info in DSQL
2008-03-01 20:14 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: ddl.cpp (1.216), metd.epp (1.113), pass1.cpp
(1.355):
2008-03-01 20:45:54 +01:00
Cleanup: remove y-valve functions DSQL_CACHE and INTL_FUNCTION
2008-03-01 16:08 asfernandes
* firebird2/src/: common/utils.cpp (1.46), dsql/dsql.cpp (1.224),
dsql/dsql.h (1.123), dsql/errd.cpp (1.44), dsql/gen.cpp (1.138),
dsql/hsh.cpp (1.41), dsql/make_proto.h (1.29), dsql/metd.epp
(1.112), dsql/movd.cpp (1.20), dsql/node.h (1.102):
Misc
2008-03-01 12:41 dimitr
* firebird2/src/dsql/metd.epp (1.111):
Restored the old logic which uses the user transaction handle to
prepare the statement. This allows to keep the good DSQL's early
validations for intermixed DDL/DML operations.
2008-03-01 12:39 dimitr
* firebird2/src/include/firebird.h (1.46):
Cleanup.
2008-02-29 20:48:09 +01:00
2008-02-29 17:42 alexpeshkoff
* firebird2/: src/include/gen/codetext.h (1.73),
src/include/gen/iberror.h (1.75), src/include/gen/msgs.h (1.92),
src/include/gen/rdb_codes.h (1.70), src/include/gen/sql_code.h
2008-03-24 20:52:36 +01:00
(1.79), src/include/gen/sql_state.h (1.2),
lang_helpers/gds_codes.ftn (1.65), lang_helpers/gds_codes.pas
(1.65):
2008-02-29 20:48:09 +01:00
fixed CORE-1756: AV in isc_start_transaction (isc_start_multiple)
2008-02-29 16:23 paulbeach
* firebird2/: builds/posix/prefix.darwin_i386 (1.6),
2008-03-24 20:52:36 +01:00
src/common/classes/semaphore.h (1.53):
2008-02-29 20:48:09 +01:00
Fix UNIX2003 symbol issue with kinterbasdb and SuperServer. Make
sure that sem is used properly depening on MacOSX 10.4 or 10.5
Correct the header file in config_root.cpp to pull in MacTypes.h
properly
2008-02-29 09:41 dimitr
* firebird2/src/dsql/: Parser.h (1.4), dsql.h (1.122), node.h
(1.101), sym.h (1.14), utld_proto.h (1.21):
Misc.
2008-02-29 08:34 dimitr
* firebird2/builds/win32/defs/fbclient.def (1.18):
Fixed the Windows build, but I do object about these changes.
2008-02-29 06:33 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/include/types_pub.h (1.9):
2008-02-29 20:48:09 +01:00
Switch to FB_ prefix.
2008-02-28 20:49:33 +01:00
2008-02-28 19:41 alexpeshkoff
* firebird2/: configure.in (1.279),
builds/install/arch-specific/linux/classic/postinstall.sh.in
(1.18), builds/install/misc/classicLibrary.sh.in (1.10),
builds/install/misc/posixLibrary.sh.in (1.13),
builds/posix/Makefile.in.firebird (1.87),
builds/posix/firebird.vers (1.12), builds/posix/make.defaults
(1.64), src/common/utils.cpp (1.45), src/common/utils_proto.h
(1.23), src/dsql/Parser.h (1.3), src/dsql/dsql.h (1.121),
2008-03-24 20:52:36 +01:00
src/dsql/make_proto.h (1.28), src/dsql/node.h (1.100):
2008-02-28 20:49:33 +01:00
1. Make signals handling in yValve MT safe. 2. Introduce new
private API calls, fb__shutdown() and fb__shutdown_callback(). 3.
Introduce fb_smp_server - binary to run superclassic on posix. 4.
Various cleanups.
2008-02-28 19:16 dimitr
* firebird2/src/dsql/: dsql.cpp (1.223), dsql.h (1.120):
1) Fixed the crash reported by Alex. 2) Cleanup.
2008-02-28 18:54 alexpeshkoff
* firebird2/builds/posix/: make.rules (1.38), make.shared.targets
(1.27):
Partially fixed posix build after DSQL merge
2008-02-28 15:06 dimitr
* firebird2/builds/win32/preprocess.bat (1.39):
DSQL integration into the engine.
2008-02-28 14:59 alexpeshkoff
* firebird2/src/common/classes/: init.cpp (1.6), init.h (1.12):
1. Avoid suspicious operator!(). 2. Make GlobalPtr<> usable in
static local variables.
2008-02-28 14:54 dimitr
* firebird2/builds/posix/make.rules (1.37):
DSQL integration into the engine.
2008-02-28 14:47 dimitr
* firebird2/builds/win32/: msvc7/dsql_server.vcproj (1.21),
msvc7/dsql_server_classic.vcproj (1.21), msvc6/dsql_server.dsp
(1.25), msvc6/dsql_server_classic.dsp (1.21):
DSQL integration into the engine.
2008-03-24 20:52:36 +01:00
2008-02-28 14:41 dimitr
* firebird2/: src/dsql/Parser.cpp (1.2), src/dsql/Parser.h (1.2),
src/dsql/blk.h (1.9), src/dsql/ddl.cpp (1.215),
src/dsql/ddl_proto.h (1.15), src/dsql/dsql.cpp (1.222),
2008-02-28 20:49:33 +01:00
src/dsql/dsql.h (1.119), src/dsql/dsql_proto.h (1.19),
src/dsql/errd.cpp (1.43), src/dsql/gen.cpp (1.137),
src/dsql/gen_proto.h (1.15), src/dsql/hsh.cpp (1.40),
src/dsql/hsh_proto.h (1.8), src/dsql/keywords.cpp (1.68),
src/dsql/make.cpp (1.152), src/dsql/make_proto.h (1.27),
src/dsql/metd.epp (1.110), src/dsql/metd_proto.h (1.28),
src/dsql/misc_func.cpp (1.9), src/dsql/movd.cpp (1.19),
src/dsql/node.h (1.99), src/dsql/parse.y (1.261),
src/dsql/parse_proto.h (1.11), src/dsql/pass1.cpp (1.354),
src/dsql/pass1_proto.h (1.16), src/dsql/sym.h (1.13),
src/dsql/utld.cpp (1.48), src/dsql/utld_proto.h (1.20),
builds/win32/msvc8/dsql_server.vcproj (1.8),
builds/win32/msvc8/dsql_server_classic.vcproj (1.9):
DSQL integration into the engine.
2008-02-28 10:35 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/include/types_pub.h (1.8):
2008-02-28 20:49:33 +01:00
Make sqlstate a public type like status vector.
2008-02-28 10:28 robocop
* firebird2/src/dsql/user_dsql.cpp (1.52):
memcpy instead of custom loop.
2008-02-27 20:49:17 +01:00
2008-02-27 17:00 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: make.cpp (1.151), parse.y (1.260):
2008-02-27 20:49:17 +01:00
Feature CORE-1760 - Support hex numeric and string literals
2008-02-27 13:14 alexpeshkoff
*
firebird2/builds/install/arch-specific/linux/classic/postinstall.sh.in
(1.17):
Isc_* files are created in classicLibrary
2008-02-27 13:03 dimitr
* firebird2/src/dsql/user_dsql.cpp (1.51):
Better lock scope.
2008-02-27 06:07 dimitr
* firebird2/builds/posix/Makefile.in.refDatabases (1.34):
Fixed my mistake.
2008-02-27 01:09 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/dsql.cpp (1.221):
2008-02-27 20:49:17 +01:00
Fix GCC build
2008-02-26 20:47:14 +01:00
2008-02-26 08:12 dimitr
* firebird2/src/dsql/user_dsql.cpp (1.50):
Make this code thread-safe and independent from the core DSQL.
2008-02-26 03:23 asfernandes
* firebird2/: builds/win32/defs/fbclient.def (1.17),
2008-03-24 20:52:36 +01:00
src/common/StatusHolder.cpp (1.5), src/dsql/utld.cpp (1.47):
2008-02-26 20:47:14 +01:00
Misc
2008-02-25 21:12:24 +01:00
2008-02-25 10:29 paul_reeves
* firebird2/builds/install/arch-specific/win32/install_classic.bat
(1.3):
Gosh! Isn't it fun maintaining four separate branches.
2008-02-24 20:48:46 +01:00
2008-02-24 15:59 dimitr
* firebird2/src/: common/StatusHolder.cpp (1.4),
common/fb_exception.cpp (1.34), dsql/errd.cpp (1.42),
2008-03-24 20:52:36 +01:00
dsql/user_dsql.cpp (1.49), dsql/utld.cpp (1.46):
2008-02-24 20:48:46 +01:00
Ported SQLSTATE from Vulcan. Part II: handling of
isc_arg_sql_state.
2008-02-24 15:05 dimitr
* firebird2/builds/: win32/defs/fbclient.def (1.16),
posix/Makefile.in.refDatabases (1.33):
Ported SQLSTATE from Vulcan. Part I: core changes.
2008-02-24 15:02 dimitr
* firebird2/: src/include/gen/iberror.h (1.74),
src/include/gen/sql_code.h (1.78), src/include/gen/sql_state.h
2008-03-24 20:52:36 +01:00
(1.1), builds/win32/create_msgs.bat (1.7):
2008-02-24 20:48:46 +01:00
Ported SQLSTATE from Vulcan. Part I: core changes.
2008-02-22 20:47:28 +01:00
2008-02-22 03:51 asfernandes
* firebird2/src/dsql/metd.epp (1.109):
Misc
2008-02-21 20:48:02 +01:00
2008-02-21 14:19 robocop
* firebird2/src/common/classes/ClumpletWriter.cpp (1.22):
Misc.
2008-02-21 14:11 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/dsql.h (1.118):
2008-02-21 20:48:02 +01:00
Misc.
2008-02-20 20:46:02 +01:00
2008-02-20 17:04 paulbeach
* firebird2/builds/install/arch-specific/solaris/: CS/pkginfo.in
(1.3), CS/postinstall.in (1.6), CS/prototype.in (1.7),
SS/pkginfo.in (1.2), SS/postinstall.in (1.3), SS/postremove.in
(1.3), SS/prototype.in (1.2):
Installation of Firebird 2.0.x SuperServer on Solaris
2008-02-20 16:46 dimitr
* firebird2/src/dsql/: all.h (1.14), alld.cpp (1.34), alld_proto.h
(1.9):
Cleanup.
2008-02-20 16:43 dimitr
* firebird2/src/dsql/metd.epp (1.108):
Make the mutex protection available for [super-]classic builds.
2008-02-20 16:38 dimitr
* firebird2/builds/posix/make.shared.variables (1.83):
Cleanup the makefiles.
2008-02-20 16:34 dimitr
* firebird2/builds/win32/: msvc8/dsql_server.vcproj (1.7),
msvc8/dsql_server_classic.vcproj (1.8), msvc7/dsql_server.vcproj
(1.20), msvc7/dsql_server_classic.vcproj (1.20),
msvc6/dsql_server.dsp (1.24), msvc6/dsql_server_classic.dsp (1.20):
Cleanup the makefiles.
2008-02-20 16:25 dimitr
* firebird2/src/common/classes/: alloc.cpp (1.103), alloc.h (1.75):
Cleanup.
2008-02-20 16:24 dimitr
* firebird2/src/dsql/: ddl.cpp (1.214), dsql.cpp (1.220), dsql.h
(1.117), gen.cpp (1.136), hsh.cpp (1.39), make.cpp (1.150),
metd.epp (1.107), parse.y (1.259), pass1.cpp (1.353):
Get rid of DsqlMemoryPool.
2008-02-20 14:13 dimitr
* firebird2/src/include/gen/ids.h (1.31):
Done CORE-1750.
2008-02-19 20:20:18 +01:00
2008-02-19 17:23 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/array.h (1.43):
2008-02-19 20:20:18 +01:00
1) Make enumeration and shutdown routines SuperClassic friendly.
2) Cleanup and minor refactoring of the Classic shutdown routines.
2008-02-19 11:29 alexpeshkoff
* firebird2/builds/install/arch-specific/linux/:
classic/makeInstallImage.sh.in (1.22), super/makeInstallImage.sh.in
(1.22):
Make windows and linux install trees better match
2008-02-19 03:34 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/Makefile.in.static.gpre (1.22):
2008-02-19 20:20:18 +01:00
Misc
2008-02-18 13:05 paulbeach
* firebird2/builds/: install/arch-specific/darwin/Readme.txt (1.3),
install/arch-specific/darwin/install-script (1.12),
install/arch-specific/darwin/preupgrade-script (1.5),
posix/postfix.darwin (1.11):
Add the Readme.txt, allow package upgrade of aliases.conf and UDF
files, so existing installations get upgraded properly.
2008-02-17 20:43:42 +01:00
2008-02-17 16:47 asfernandes
* firebird2/src/gpre/c_cxx.cpp (1.69):
Generate named structs in GPRE to not have a lot of warnings in GCC
2008-02-17 09:25:16 +01:00
2008-02-16 02:18 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dbs/grant.gdl (1.2):
2008-02-17 09:25:16 +01:00
Fixed CORE-479 - Grants overwrite previous rdb$security_classes
entries
2008-02-15 09:47 alexpeshkoff
* firebird2/builds/posix/make.shared.variables (1.82):
add Database.cpp to posix build
2008-02-14 22:19:23 +01:00
2008-02-14 17:34 alexpeshkoff
* firebird2/builds/:
install/arch-specific/linux/classic/rpmheader.txt.in (1.8),
install/arch-specific/solaris/CS/prototype.in (1.6),
posix/make.defaults (1.63):
changed soname for embedded library - frontported
2008-03-24 20:52:36 +01:00
2008-02-14 13:24 robocop
2008-02-14 22:19:23 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc8/: engine.vcproj (1.17),
engine_classic.vcproj (1.17), engine_embed.vcproj (1.15):
2008-02-14 22:19:23 +01:00
Move some clutter out of jrd.h to Database.h and Database.cpp.
2008-02-14 12:52 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/: utils.cpp (1.44), utils_proto.h (1.22):
2008-02-14 22:19:23 +01:00
fixed posix build
2008-02-14 11:53 robocop
* firebird2/builds/install/arch-specific/sinixz/: Makefile.in
(1.2), pkginfo.in (1.2), postinstall.in (1.4), postremove.in (1.2),
preinstall.in (1.2), prototype.in (1.8):
We don't support Sinix-Z anymore.
2008-02-14 11:08 alexpeshkoff
* firebird2/builds/posix/Makefile.in.static.gpre (1.21):
let gpre_static rebuild when library is changed
2008-02-14 02:31 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/dsql.cpp (1.219):
2008-02-14 22:19:23 +01:00
Misc
2008-02-13 23:38:47 +01:00
2008-02-13 13:56 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: btyacc_fb.ske (1.5), dsql.cpp (1.218):
2008-02-13 23:38:47 +01:00
Style.
2008-02-13 13:56 robocop
* firebird2/src/dsql/metd.epp (1.106):
Style and deleting extra, unnecessary scope block.
2008-02-12 21:39:36 +01:00
2008-02-12 18:21 dimitr
* firebird2/src/dsql/: dsql.cpp (1.217), sqlda_pub.h (1.6):
Front-ported the DSQL_unprepare feature from Vulcan.
2008-02-12 17:13 paulbeach
*
firebird2/builds/install/arch-specific/darwin/launchd.org.firebird.gds.plist
(1.4):
update the launchdaemon plist file with the correct dtd url
2008-02-12 17:02 asfernandes
* firebird2/extern/icu/source/common/unicode/uconfig.h (1.3):
Missing changes - please rebuild ICU
2008-02-11 23:50:43 +01:00
2008-02-11 10:52 alexpeshkoff
* firebird2/src/common/classes/: init.cpp (1.5), locks.cpp (1.13),
locks.h (1.35):
Explicit init for mutexes - thanks to Claudio
2008-02-10 18:33 sboyd
* firebird2/src/gpre/rmc.cpp (1.7):
Changed the option for calls to isc_dsql_free_statement from
DSQL_close to DSQL_drop. This allows cursors used in separately
compiled subprograms which are CALLed and subsequently CANCELed to
function properly. Failure to use DSQL_drop resulted in -502
errors.
2008-02-09 16:09:10 +01:00
2008-02-08 11:48 paulbeach
* firebird2/src/common/classes/fb_atomic.h (1.8):
64bit MacOS use __x86_64__ instead of DARWIN64 as per Adriano
2008-02-08 02:25 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/install/arch-specific/: freebsd/install.sh.in
(1.11), linux/classic/preuninstall.sh.in (1.7),
netbsd/install.sh.in (1.5):
2008-02-09 16:09:10 +01:00
Misc
2008-02-07 15:10 hvlad
* firebird2/src/dsql/: ddl.cpp (1.213), parse.y (1.258):
Frontport fix for bug CORE-1724 : Common table expressions cannot
be used in computed columns and quantified predicates (IN / ANY /
ALL)
2008-02-07 04:22:39 +01:00
2008-02-06 21:18 dimitr
* firebird2/builds/win32/msvc8/fbrmclib.vcproj (1.7):
Fixed the build.
2008-02-06 17:51 paulbeach
* firebird2/src/common/classes/fb_atomic.h (1.7):
64bit MacOS
2008-02-06 17:19 paulbeach
* firebird2/builds/install/arch-specific/darwin/install-script
(1.11):
Oops - there should be a comment here
2008-02-06 12:26 alexpeshkoff
* firebird2/builds/install/: arch-specific/freebsd/install.sh.in
(1.10), arch-specific/linux/classic/preuninstall.sh.in (1.6),
arch-specific/linux/super/preuninstall.sh.in (1.8),
arch-specific/netbsd/install.sh.in (1.4),
arch-specific/sinixz/postinstall.in (1.3),
arch-specific/solaris/CS/postinstall.in (1.5),
arch-specific/solaris/SS/postinstall.in (1.2),
misc/classicLibrary.sh.in (1.9), misc/superLibrary.sh.in (1.5):
Fixed CORE-1728: Monitoring tables do not work after fresh linux
install
2008-02-06 04:20:40 +01:00
2008-02-06 01:43 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: locks.cpp (1.12), locks.h (1.34):
2008-02-06 04:20:40 +01:00
Misc
2008-02-05 15:46 asfernandes
* firebird2/src/dsql/ddl.cpp (1.212):
Fixed problem when altering non existent database trigger
2008-02-05 15:33 asfernandes
* firebird2/src/dsql/parse.y (1.257):
Improvement CORE-1453 - Allow usage of functions in LIST delimiter
parameter
2008-02-05 13:48 paulbeach
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/postfix.darwin (1.10):
2008-02-06 04:20:40 +01:00
1. Updated MacOS mod_loader to handle Bundles and Dynamic Libraries
(yes the loading of the two is different) 2. Support the loading of
the ICU Libraries dynamically 3. new = FB_NEW - prevent asserts.
2008-02-05 12:48 alexpeshkoff
* firebird2/src/dsql/: ddl.cpp (1.211), dsql.h (1.116):
Fixed error in TCS's DSQL_DOMAIN_01 and PROC_LEVEL0_TESTS_2 - long
domain name was silently truncated instead of throwing an error
2008-02-05 09:21 alexpeshkoff
* firebird2/src/: common/classes/init.cpp (1.4),
common/classes/init.h (1.11), common/classes/locks.cpp (1.11),
2008-03-24 20:52:36 +01:00
common/classes/locks.h (1.33), dsql/metd.epp (1.105):
2008-02-06 04:20:40 +01:00
Mutexes cleanup: 1. Make all firebird mutexes recursive. 2. Enable
exceptions to be thrown by mutexes and process them in code where
needed. 3. Catch and ignore exceptions in various MutexGuard
dtors.
2008-02-05 09:04 alexpeshkoff
* firebird2/builds/posix/: Makefile.in.client.util (1.54),
Makefile.in.embed.util (1.39):
Mutexes cleanup
2008-02-05 04:20:29 +01:00
2008-02-04 18:01 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: dsql.cpp (1.216), utld.cpp (1.45):
2008-02-05 04:20:29 +01:00
Misc
2008-02-04 13:45 dimitr
* firebird2/src/dsql/dsql.cpp (1.215):
Cleanup and refactoring.
2008-02-04 12:59 alexpeshkoff
* firebird2/src/common/classes/init.h (1.10):
Use LockGuard instead of try/catch
2008-02-04 04:20:19 +01:00
2008-02-03 20:15 asfernandes
* firebird2/: builds/posix/make.shared.variables (1.81),
builds/win32/msvc8/dsql_server.vcproj (1.6),
builds/win32/msvc8/dsql_server_classic.vcproj (1.7),
src/dsql/Parser.cpp (1.1), src/dsql/Parser.h (1.1),
src/dsql/btyacc_fb.ske (1.4), src/dsql/dsql.cpp (1.214),
src/dsql/parse.y (1.256), src/dsql/parse_proto.h (1.10):
Encapsulate the parser and make it thread safe
2008-02-03 15:27 asfernandes
* firebird2/src/dsql/utld.cpp (1.44):
Protect DSQL_failures
2008-02-03 12:20 robocop
* firebird2/src/: burp/backup.epp (1.107), burp/restore.epp
(1.130), dsql/dsql.cpp (1.213), dsql/errd.cpp (1.41), dsql/make.cpp
2008-03-24 20:52:36 +01:00
(1.149):
2008-02-04 04:20:19 +01:00
Style, constness and macro cleanup.
2008-02-03 04:20:41 +01:00
2008-02-03 03:38 asfernandes
* firebird2/builds/posix/Makefile.in.firebird (1.86):
Oops
2008-02-03 03:32 asfernandes
* firebird2/: builds/posix/Makefile.in.firebird (1.85),
2008-03-24 20:52:36 +01:00
src/dsql/dsql.cpp (1.212), src/gpre/hsh.h (1.10):
2008-02-03 04:20:41 +01:00
Misc
2008-02-03 00:48 dimitr
* firebird2/src/dsql/dsql.cpp (1.211):
Misc.
2008-02-02 19:33 alexpeshkoff
* firebird2/src/: alice/alice.cpp (1.101), alice/tdr.cpp (1.56),
2008-03-24 20:52:36 +01:00
burp/burp.h (1.86):
2008-02-03 04:20:41 +01:00
Services cleanup - make class Service traditional C++ class
2008-02-02 19:16 alexpeshkoff
* firebird2/src/common/: UtilSvc.cpp (1.3), UtilSvc.h (1.3):
use GlobalStorage in UtilSvc
2008-02-02 18:43 alexpeshkoff
* firebird2/src/common/classes/alloc.h (1.74):
One more common storage class
2008-02-02 18:42 alexpeshkoff
* firebird2/src/dsql/dsql.cpp (1.210):
Do not hold mutex more then needed
2008-02-02 17:57 robocop
* firebird2/src/: burp/burp.cpp (1.131), burp/restore.epp (1.129),
common/fb_exception.cpp (1.33), common/classes/locks.h (1.32),
common/classes/rwlock.h (1.34), common/classes/tree.h (1.68),
gpre/cmd.cpp (1.42), gpre/hsh.h (1.9), include/fb_exception.h
(1.27):
Misc, explicit constructors, extra commas in enumerations,
constness, etc.
2008-02-02 17:52 robocop
*
firebird2/builds/install/arch-specific/win32/pl/custom_messages_pl.inc
(1.5):
Misc.
2008-02-02 17:51 robocop
2008-03-24 20:52:36 +01:00
* firebird2/: lang_helpers/gds_codes.ftn (1.64),
lang_helpers/gds_codes.pas (1.64), src/include/gen/codetext.h
(1.72), src/include/gen/iberror.h (1.73), src/include/gen/msgs.h
(1.91), src/include/gen/rdb_codes.h (1.69),
src/include/gen/sql_code.h (1.77):
2008-02-03 04:20:41 +01:00
I thought this DYN message deserves to be translatable.
2008-02-02 13:21 dimitr
* firebird2/src/dsql/dsql.cpp (1.209):
Fix for an issue spotted by Claudio in fb-devel.
2008-02-02 04:20:44 +01:00
2008-02-01 21:18 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: alld.cpp (1.33), ddl.cpp (1.210), dsql.cpp
(1.208), dsql.h (1.115), metd.epp (1.104), pass1.cpp (1.352):
2008-02-02 04:20:44 +01:00
DSQL sync. changes
2008-02-01 18:32 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/init.cpp (1.3):
2008-02-02 04:20:44 +01:00
Misc
2008-02-01 04:20:03 +01:00
2008-01-31 13:04 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/config_file.cpp (1.29):
2008-02-01 04:20:03 +01:00
Make syslog interface as light as possible
2008-01-31 13:01 alexpeshkoff
* firebird2/src/common/classes/init.cpp (1.2):
Ignore exceptions in destructors in release build
2008-01-31 12:03 alexpeshkoff
* firebird2/src/common/classes/: array.h (1.42), vector.h (1.18):
First add an element, next increase count - makes class safer in
MT world
2008-01-31 11:53 alexpeshkoff
* firebird2/src/common/classes/init.h (1.9):
having this methods const dangerous - thanks to Claudio
2008-01-30 04:21:20 +01:00
2008-01-29 19:07 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/locks.h (1.31):
2008-01-30 04:21:20 +01:00
Misc
2008-01-29 16:03 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/locks.h (1.30):
2008-01-30 04:21:20 +01:00
fixed posix SS - use recursive mutex to protect security DB access
2008-01-29 13:26 dimitr
* firebird2/: builds/posix/Makefile.in.client.gfix (1.25),
builds/posix/Makefile.in.embed.gfix (1.25),
builds/posix/make.shared.variables (1.80), src/alice/alice.cpp
(1.100), src/alice/alice.h (1.58), src/alice/alice_meta.epp (1.51),
src/alice/exe.cpp (1.51), src/alice/tdr.cpp (1.55),
src/alice/all.cpp (1.32), src/alice/all.h (1.14),
src/alice/all_proto.h (1.7):
Cleanup AliceMemoryPool.
2008-01-29 13:23 dimitr
* firebird2/builds/win32/msvc6/: alice.dsp (1.20),
alice_classic.dsp (1.16), gfix.dsp (1.25):
Cleanup AliceMemoryPool.
2008-01-29 13:20 dimitr
* firebird2/builds/win32/: msvc8/alice.vcproj (1.6),
msvc8/alice_classic.vcproj (1.7), msvc8/gfix.vcproj (1.8),
msvc7/alice.vcproj (1.19), msvc7/alice_classic.vcproj (1.19),
msvc7/gfix.vcproj (1.24):
Cleanup AliceMemoryPool.
2008-01-29 13:16 dimitr
* firebird2/src/common/classes/alloc.h (1.73):
Just a little useful feature.
2008-01-29 12:57 dimitr
* firebird2/src/common/classes/alloc.cpp (1.102):
Misc.
2008-01-29 11:20 dimitr
* firebird2/src/common/classes/alloc.cpp (1.101):
Misc.
2008-01-29 04:20:51 +01:00
2008-01-29 03:28 asfernandes
* firebird2/src/dsql/: hsh.cpp (1.38), hsh_proto.h (1.7):
Misc
2008-01-29 02:36 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/fb_atomic.h (1.6):
2008-01-29 04:20:51 +01:00
Misc
2008-01-28 04:20:44 +01:00
2008-01-27 13:36 hvlad
* firebird2/builds/win32/msvc8/common_static.vcproj (1.7):
Restore broken boot build
2008-01-27 04:23:31 +01:00
2008-01-27 03:33 mkubecek
* firebird2/src/common/classes/fb_atomic.h (1.5):
added missing namespace
2008-03-24 20:52:36 +01:00
2008-01-26 13:45 dimitr
2008-01-27 04:23:31 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/dsql.cpp (1.207):
2008-01-27 04:23:31 +01:00
Major synchronization changes. Description of the commit will be
posted to fb-devel.
2008-01-25 04:23:33 +01:00
2008-01-24 16:02 alexpeshkoff
* firebird2/builds/win32/msvc7/: common.vcproj (1.29),
common_classic.vcproj (1.26), common_static.vcproj (1.14),
engine.vcproj (1.67), engine_classic.vcproj (1.67),
engine_embed.vcproj (1.56), fb_lock_print.vcproj (1.25),
fbclient.vcproj (1.48), fbrmclib.vcproj (1.3), gds32.vcproj (1.24),
gfix.vcproj (1.23), gpre_boot.vcproj (1.31), intl.vcproj (1.35):
Fixed VC7 build
2008-01-24 16:01 alexpeshkoff
* firebird2/src/common/classes/alloc.cpp (1.100):
Remove conditional compilation - it was raising hell in windows
build
2008-01-24 12:09 alexpeshkoff
* firebird2/src/common/classes/alloc.cpp (1.99):
do not initialize context pool in init() - TLS may be not ready for
it
2008-01-24 12:04 paul_reeves
*
firebird2/builds/install/arch-specific/win32/BuildExecutableInstall.bat
(1.36):
fix typo
2008-01-24 11:32 paul_reeves
* firebird2/builds/install/arch-specific/win32/:
BuildExecutableInstall.bat (1.35), FirebirdInstall_20.iss (1.32):
Forward port attempt to minimize hard-coded version string hell
from windows install kits.
2008-01-24 04:23:28 +01:00
2008-01-23 20:34 dimitr
* firebird2/builds/win32/msvc8/fbrmclib.vcproj (1.6):
Fixed the win32 build.
2008-01-23 20:27 dimitr
* firebird2/builds/win32/msvc8/: gfix.vcproj (1.7),
gpre_boot.vcproj (1.6), intl.vcproj (1.16):
Fixed the win32 build.
2008-01-23 20:24 dimitr
* firebird2/builds/win32/msvc8/: common.vcproj (1.9),
common_classic.vcproj (1.9), engine.vcproj (1.16),
engine_classic.vcproj (1.16), engine_embed.vcproj (1.14),
fb_lock_print.vcproj (1.7), fbclient.vcproj (1.11):
Fixed the win32 build.
2008-01-23 20:20 dimitr
* firebird2/src/common/classes/: alloc.cpp (1.98), locks.cpp
(1.10), locks.h (1.29):
Fixed the win32 build.
2008-01-23 20:02 asfernandes
* firebird2/src/: alice/all.cpp (1.31), common/classes/alloc.cpp
(1.97), common/classes/init.h (1.8), common/classes/locks.h (1.28),
2008-03-24 20:52:36 +01:00
gpre/movg.cpp (1.10), include/fb_exception.h (1.26):
2008-01-24 04:23:28 +01:00
Misc
2008-01-23 16:55 alexpeshkoff
* firebird2/src/common/classes/init.cpp (1.1):
added new file to support GlobalPtr
2008-01-23 16:54 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/: thd.cpp (1.1), thd.h (1.1):
2008-01-24 04:23:28 +01:00
move remaining thd.x files to common
2008-01-23 16:51 alexpeshkoff
* firebird2/: builds/posix/Makefile.in.client.util (1.53),
builds/posix/Makefile.in.embed.util (1.38),
builds/posix/make.shared.variables (1.79), src/alice/alice.cpp
(1.99), src/alice/alice_meta.epp (1.50), src/alice/all.cpp (1.30),
src/alice/exe.cpp (1.50), src/alice/tdr.cpp (1.54),
src/burp/backup.epp (1.106), src/burp/burp.cpp (1.130),
src/burp/mvol.cpp (1.52), src/burp/restore.epp (1.128),
src/common/fb_exception.cpp (1.32), src/common/classes/alloc.cpp
(1.96), src/common/classes/alloc.h (1.72),
src/common/classes/init.h (1.7), src/common/classes/locks.cpp
(1.9), src/common/classes/locks.h (1.27),
src/common/classes/rwlock.h (1.33), src/common/classes/semaphore.h
(1.52), src/common/classes/tree.h (1.67),
src/common/config/config.cpp (1.86),
src/common/config/config_impl.h (1.17), src/dsql/alld.cpp (1.32),
src/dsql/ddl.cpp (1.209), src/dsql/dsql.cpp (1.206),
src/dsql/errd.cpp (1.40), src/dsql/gen.cpp (1.135),
src/dsql/hsh.cpp (1.37), src/dsql/make.cpp (1.148),
src/dsql/metd.epp (1.103), src/dsql/movd.cpp (1.18),
src/dsql/parse.y (1.255), src/dsql/pass1.cpp (1.351),
2008-03-24 20:52:36 +01:00
src/gpre/movg.cpp (1.9), src/include/fb_exception.h (1.25):
2008-01-24 04:23:28 +01:00
Fixed CORE-1671: atexit() calls in client libraries cause segfaults
and CORE-1079: Every attach of fbclient/fbembed library leaks
64KB of memory
To do it: - created new template GlobalPtr, controlling access to
destructors of global objects. - applied it to global objects.
Also some related cleanup.
2008-01-23 16:39 alexpeshkoff
* firebird2/builds/posix/prefix.linux_amd64 (1.13):
use valgrind for amd64 DEV_BUILD
2008-01-23 07:58 paul_reeves
* firebird2/builds/install/arch-specific/win32/:
BuildExecutableInstall.bat (1.34), FirebirdInstall_20.iss (1.31),
Readme.txt (1.17), custom_messages.inc (1.6),
installation_readme.txt (1.16), ba/custom_messages_ba.inc (1.4),
de/custom_messages_de.inc (1.4), es/custom_messages_es.inc (1.3),
fr/custom_messages_fr.inc (1.4), hu/custom_messages_hu.inc (1.4),
it/custom_messages_it.inc (1.3), pl/custom_messages_pl.inc (1.4),
pt/custom_messages_pt.inc (1.5), si/custom_messages_si.inc (1.4):
Keep 2.5 'sort of' up-to-date
2008-01-23 04:23:14 +01:00
2008-01-22 12:08 robocop
* firebird2/builds/:
install/arch-specific/win32/FirebirdInstall_20.iss (1.30),
install/arch-specific/win32/Readme.txt (1.16),
posix/prefix.darwin_x86_64 (1.4):
Misc.
2008-01-22 11:30 robocop
* firebird2/: builds/install/arch-specific/darwin/install-script
(1.10), doc/README.UserSql (1.3):
Misc.
2008-01-22 10:37 paulbeach
* firebird2/builds/install/arch-specific/darwin/install-script
(1.9):
Minor Mods
2008-01-22 04:22:48 +01:00
2008-01-21 11:14 alexpeshkoff
* firebird2/configure.in (1.278):
Restored build flags
2008-01-20 04:24:53 +01:00
2008-01-19 14:30 dimitr
* firebird2/src/burp/burp.cpp (1.129):
Fixed CORE-1703.
2008-01-19 04:22:18 +01:00
2008-01-18 16:12 paulbeach
* firebird2/: builds/posix/prefix.darwin_x86_64 (1.3),
extern/icu/source/config/mh-darwin (1.5):
Welcome to 64bit MacOS builds
2008-01-18 15:12 paulbeach
* firebird2/builds/: install/arch-specific/darwin/Makefile.in
(1.5), posix/prefix.darwin_x86_64 (1.2):
Welcome to 64bit MacOS builds
2008-01-18 15:07 paulbeach
2008-03-24 20:52:36 +01:00
* firebird2/configure.in (1.277):
2008-01-19 04:22:18 +01:00
Welcome to 64bit MacOS builds
2008-01-18 04:23:11 +01:00
2008-01-17 13:28 paulbeach
* firebird2/builds/posix/postfix.darwin (1.9):
Darwin and HPUX mods
2008-01-17 13:25 alexpeshkoff
* firebird2/: builds/posix/prefix.linux_mips (1.2), configure.in
(1.276):
Applied Damyan's patch - MIPS linux port
2008-01-17 13:09 paulbeach
* firebird2/builds/: install/arch-specific/darwin/FB.info (1.6),
posix/fbintl.darwin.vers (1.3), posix/fbintl.hpux.vers (1.2),
posix/postfix.darwin (1.8), posix/prefix.darwin_i386 (1.5),
posix/prefix.darwin_powerpc (1.5), posix/prefix.hpux (1.4):
Darwin and HPUX mods
2008-01-17 12:56 dimitr
* firebird2/extern/icu/source/: data/makedata_8.vcproj (1.4),
tools/pkgdata/pkgdata_8.vcproj (1.4), stubdata/stubdata_8.vcproj
(1.4), tools/toolutil/toolutil_8.vcproj (1.4),
extra/uconv/uconv_8.vcproj (1.4):
Finished the merge.
2008-01-17 12:53 dimitr
* firebird2/extern/icu/source/: test/cintltst/cintltst_8.vcproj
(1.4), common/common_8.vcproj (1.4), tools/ctestfw/ctestfw_8.vcproj
(1.4), tools/gencmn/decmn_8.vcproj (1.4),
tools/gencmn/gencmn_8.vcproj (1.4), tools/genrb/derb_8.vcproj
(1.4), tools/genrb/genrb_8.vcproj (1.4),
tools/genbrk/genbrk_8.vcproj (1.4),
tools/genccode/genccode_8.vcproj (1.4),
tools/gencnval/gencnval_8.vcproj (1.4),
tools/gennames/gennames_8.vcproj (1.4),
tools/gennorm/gennorm_8.vcproj (1.4),
tools/genpname/genpname_8.vcproj (1.4),
tools/genprops/genprops_8.vcproj (1.4),
tools/gensprep/gensprep_8.vcproj (1.4),
tools/gentest/gentest_8.vcproj (1.4), tools/genuca/genuca_8.vcproj
(1.4), i18n/i18n_8.vcproj (1.4), tools/icuswap/icuswap_8.vcproj
(1.4), test/intltest/intltest_8.vcproj (1.4), io/io_8.vcproj (1.4),
test/iotest/iotest_8.vcproj (1.4), layout/layout_8.vcproj (1.4),
layoutex/layoutex_8.vcproj (1.4), tools/makeconv/makeconv_8.vcproj
(1.4):
Finished the merge.
2008-01-17 12:36 alexpeshkoff
*
firebird2/builds/install/arch-specific/linux/misc/linuxLibrary.sh.in
(1.8):
misc
2008-01-17 04:23:35 +01:00
2008-01-16 15:37 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/pass1.cpp (1.350):
2008-01-17 04:23:35 +01:00
Eliminate some warnings
2008-01-16 14:55 dimitr
* firebird2/builds/win32/msvc8/: engine.vcproj (1.14),
engine_classic.vcproj (1.14), engine.vcproj (1.15),
engine_classic.vcproj (1.15):
The merge is being fixed.
2008-01-16 14:40 alexpeshkoff
* firebird2/builds/posix/Makefile.in.client.util (1.52):
Fixing merge
2008-01-16 14:37 dimitr
* firebird2/: src/common/classes/fb_string.cpp (1.36),
doc/sql.extensions/README.column_type_psql.txt (1.2),
doc/sql.extensions/README.domains_psql.txt (1.3):
The merge is being fixed.
2008-01-16 14:29 dimitr
* firebird2/builds/win32/msvc8/gstat.vcproj (1.9):
The merge is being fixed.
2008-01-16 14:26 alexpeshkoff
* firebird2/builds/posix/Makefile.in.embed.util (1.37):
Fixing merge
2008-03-24 20:52:36 +01:00
2008-01-16 14:03 dimitr
2008-01-17 04:23:35 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc8/Firebird2Boot.sln (1.6):
2008-01-17 04:23:35 +01:00
The merge is being fixed.
2008-03-24 20:52:36 +01:00
2008-01-16 13:28 alexpeshkoff
2008-01-17 04:23:35 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/: src/include/gen/codetext.h (1.71),
src/include/gen/iberror.h (1.72), src/include/gen/ids.h (1.30),
src/include/gen/msg_facs.h (1.11), src/include/gen/msgs.h (1.90),
src/include/gen/rdb_codes.h (1.68), src/include/gen/sql_code.h
(1.76), lang_helpers/gds_codes.ftn (1.63),
lang_helpers/gds_codes.pas (1.63):
2008-01-17 04:23:35 +01:00
2008-03-24 20:52:36 +01:00
Fixing merge (generated headers)
2008-01-17 04:23:35 +01:00
2008-03-24 20:52:36 +01:00
2008-01-16 13:20 dimitr
2008-01-17 04:23:35 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.108):
2008-01-17 04:23:35 +01:00
The merge is being fixed.
2008-01-16 12:51 dimitr
* firebird2/src/dsql/parse.y (1.254):
The merge is being fixed.
2008-01-16 12:47 alexpeshkoff
* firebird2/: configure.in (1.275),
builds/posix/Makefile.in.client.gbak (1.21),
builds/posix/Makefile.in.client.gdef (1.17),
builds/posix/Makefile.in.client.gfix (1.24),
builds/posix/Makefile.in.client.gpre (1.28),
builds/posix/Makefile.in.client.gsec (1.11),
builds/posix/Makefile.in.client.isql (1.21),
builds/posix/Makefile.in.client.qli (1.16),
builds/posix/Makefile.in.client.util (1.51),
builds/posix/Makefile.in.embed.util (1.36),
builds/posix/Makefile.in.extlib (1.25),
builds/posix/Makefile.in.fbserver (1.25),
builds/posix/Makefile.in.firebird (1.84),
builds/posix/Makefile.in.libfbclient (1.39),
builds/posix/Makefile.in.static.gbak (1.18),
builds/posix/make.defaults (1.62):
Merge continued
2008-01-16 12:41 dimitr
* firebird2/src/gpre/cme.cpp (1.43):
The merge is being fixed.
2008-01-16 12:35 dimitr
* firebird2/builds/win32/msvc8/: empbuild.vcproj (1.7),
Firebird2Boot.sln (1.5):
The merge is being fixed.
2008-01-16 12:31 dimitr
* firebird2/builds/win32/msvc8/: alice_classic.vcproj (1.6),
build_msg.vcproj (1.6), burp_classic.vcproj (1.6), codes.vcproj
(1.5), common.vcproj (1.8), common_classic.vcproj (1.8),
dsql_server_classic.vcproj (1.6), empbuild.vcproj (1.6),
engine.vcproj (1.13), engine_classic.vcproj (1.13),
engine_embed.vcproj (1.13), fb_inet_server.vcproj (1.13),
fbclient.vcproj (1.10), fbclient_static.vcproj (1.5),
fbrmclib.vcproj (1.5), fbserver.vcproj (1.14), Firebird2.sln (1.8),
Firebird2Boot.sln (1.4), gbak.vcproj (1.6), gbak_embed.vcproj
(1.8), gdef.vcproj (1.6), gfix.vcproj (1.6), gpre.vcproj (1.8),
gpre_embed.vcproj (1.6), gpre_static.vcproj (1.5), gsec.vcproj
(1.7), gstat.vcproj (1.8), intl.vcproj (1.15), intlbuild.vcproj
(1.6), isql.vcproj (1.8), isql_embed.vcproj (1.6), qli.vcproj
(1.6), utilities.vcproj (1.6), utilities_classic.vcproj (1.6),
v5_examples.vcproj (1.5):
The merge continued.
2008-01-16 11:47 dimitr
* firebird2/configure.in (1.274):
Committed with conflicts by Alex's request.
2008-01-16 11:41 dimitr
* firebird2/builds/win32/msvc6/: common.dsp (1.38),
common_static.dsp (1.16), engine.dsp (1.75), engine_classic.dsp
(1.71), engine_embed.dsp (1.50), fbclient.dsp (1.58),
fbclient_static.dsp (1.22), fbrmclib.dsp (1.4), gbak.dsp (1.25),
gbak_embed.dsp (1.3), gfix.dsp (1.24), gsec.dsp (1.23), gstat.dsp
(1.25), isql.dsp (1.28), isql_embed.dsp (1.6):
The merge continued.
2008-01-16 11:37 dimitr
* firebird2/builds/win32/: msvc7/common.vcproj (1.28),
msvc7/common_classic.vcproj (1.25), msvc7/common_static.vcproj
(1.13), msvc7/engine.vcproj (1.66), msvc7/engine_classic.vcproj
(1.66), msvc7/engine_embed.vcproj (1.55), msvc7/fbclient.vcproj
(1.47), msvc7/fbclient_static.vcproj (1.20), msvc7/fbrmclib.vcproj
(1.2), msvc7/gbak.vcproj (1.21), msvc7/gbak_embed.vcproj (1.3),
msvc7/gfix.vcproj (1.22), msvc7/gsec.vcproj (1.25),
msvc7/gstat.vcproj (1.28), msvc7/intl.vcproj (1.34),
msvc7/isql.vcproj (1.23), msvc7/isql_embed.vcproj (1.4),
defs/fbrmclib.def (1.2):
The merge continued.
2008-01-16 11:36 dimitr
* firebird2/builds/posix/: Makefile.in.client.gbak (1.20),
Makefile.in.client.gdef (1.16), Makefile.in.client.gfix (1.23),
make.defaults (1.61), Makefile.in.client.gpre (1.27),
Makefile.in.client.gsec (1.10), Makefile.in.client.isql (1.20),
Makefile.in.client.qli (1.15), Makefile.in.client.util (1.50),
Makefile.in.embed.util (1.35), Makefile.in.extlib (1.24),
Makefile.in.fbserver (1.24), Makefile.in.firebird (1.83),
Makefile.in.libfbclient (1.38), Makefile.in.static.gbak (1.17):
Committed with conflicts by Alex's request.
2008-03-24 20:52:36 +01:00
2008-01-16 11:33 dimitr
2008-01-17 04:23:35 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/: mac_os_x/CS/CS.pbproj/project.pbxproj (1.14),
posix/make.rules (1.36), posix/make.shared.targets (1.26),
posix/Makefile.in.client.fbudf (1.12),
posix/Makefile.in.embed.fbudf (1.7), posix/Makefile.in.embed.gbak
(1.21), posix/make.shared.variables (1.78),
posix/Makefile.in.embed.gfix (1.24), posix/Makefile.in.embed.isql
(1.19), posix/Makefile.in.intl (1.33),
posix/Makefile.in.refDatabases (1.32),
posix/Makefile.in.static.isql (1.16), posix/postfix.darwin (1.7):
2008-01-17 04:23:35 +01:00
The merge continued.
2008-01-16 11:08 alexpeshkoff
* firebird2/src/common/config/config.h (1.48):
make it compile
2008-01-16 09:37 dimitr
* firebird2/doc/README.UserSql (1.2):
The merge continued.
2008-01-16 08:07 dimitr
* firebird2/src/: gpre/ada.cpp (1.52), gpre/c_cxx.cpp (1.68),
gpre/cmd.cpp (1.41), gpre/cme.cpp (1.42), gpre/cob.cpp (1.65),
gpre/exp.cpp (1.40), gpre/fbrmclib.cpp (1.5), gpre/ftn.cpp (1.61),
gpre/gpre.cpp (1.87), gpre/gpre.h (1.91), gpre/gpre_meta.epp
(1.56), gpre/gpre_meta_boot.cpp (1.51), gpre/gpreswi.h (1.18),
gpre/hsh.cpp (1.23), gpre/hsh.h (1.8), gpre/msc.cpp (1.23),
gpre/par.cpp (1.66), gpre/pas.cpp (1.53), gpre/pat.cpp (1.29),
gpre/pretty.cpp (1.32), gpre/rmc.cpp (1.6), gpre/sqe.cpp (1.49),
gpre/sql.cpp (1.66), gpre/words.h (1.8), include/consts_pub.h
(1.14), include/fb_blk.h (1.13), include/fb_types.h (1.54),
2008-03-24 20:52:36 +01:00
include/firebird.h (1.45):
2008-01-17 04:23:35 +01:00
The merge continued.
2008-01-16 07:52 dimitr
* firebird2/src/: dsql/ddl.cpp (1.208), dsql/dsql.cpp (1.205),
dsql/dsql.h (1.114), dsql/gen.cpp (1.134), dsql/gen_proto.h (1.14),
dsql/keywords.cpp (1.67), dsql/make.cpp (1.147), dsql/metd.epp
(1.102), dsql/node.h (1.98), dsql/parse.y (1.253), dsql/pass1.cpp
(1.349), dsql/sym.h (1.12), dsql/user_dsql.cpp (1.48),
dsql/utld.cpp (1.43), dsql/utld_proto.h (1.19), dudley/ddl.cpp
(1.41), dudley/ddl.h (1.37), dudley/exe.epp (1.64),
dudley/extract.epp (1.46):
The merge continued.
2008-01-16 07:32 dimitr
* firebird2/src/common/mp/: AtomicCounter.h (1.2),
crit_section_guard.h (1.2), crit_section_lock.h (1.2), mutex.h
(1.2), semaphore.h (1.2), thread.h (1.2):
Cleanup.
2008-01-16 07:31 dimitr
* firebird2/src/: common/config/config.cpp (1.85),
common/config/config.h (1.47), config/Parameters.h (1.3),
dbs/security.sql (1.10):
The merge continued.
2008-01-16 07:24 dimitr
* firebird2/src/common/classes/: ClumpletWriter.cpp (1.21),
fb_string.cpp (1.35), fb_tls.h (1.16), locks.h (1.26),
objects_array.h (1.20), rwlock.h (1.32), TempFile.cpp (1.11),
semaphore.h (1.51):
The merge continued.
2008-01-16 07:11 dimitr
* firebird2/src/: burp/backup.epp (1.105), burp/burp.cpp (1.128),
burp/burp.h (1.85), burp/burpMain.cpp (1.2), burp/burp_proto.h
(1.22), burp/burpswi.h (1.20), burp/canonical.cpp (1.39),
burp/misc.cpp (1.19), burp/mvol.cpp (1.51), burp/mvol_proto.h
(1.11), burp/restore.epp (1.127), common/UtilSvc.cpp (1.2),
common/UtilSvc.h (1.2), common/utils.cpp (1.43),
common/utils_proto.h (1.21):
The merge continued.
2008-01-16 06:57 dimitr
* firebird2/src/: alice/alice.cpp (1.98), alice/alice.h (1.57),
alice/aliceMain.cpp (1.2), alice/alice_proto.h (1.14),
alice/aliceswi.h (1.17), alice/exe.cpp (1.49), alice/tdr.cpp
(1.53), auth/trusted/AuthSspi.cpp (1.12), auth/trusted/AuthSspi.h
(1.10):
The merge continued.
2008-01-11 04:22:22 +01:00
2008-01-10 15:18 paulbeach
*
firebird2/builds/install/arch-specific/hpux/misc/hpuxLibrary.sh.in
(1.4):
No -M for useradd on HPUX
2008-01-10 12:26 paulbeach
* firebird2/: builds/install/arch-specific/hpux/Makefile.in (1.3),
builds/install/arch-specific/hpux/classic/firebirdCS.psf.in (1.2),
builds/install/arch-specific/hpux/classic/postInstall.sh.in (1.3),
builds/install/arch-specific/hpux/classic/postUninstall.sh.in
(1.3), builds/install/arch-specific/hpux/misc/hpuxLibrary.sh.in
(1.3), configure.in (1.273):
HPUX Depot install
2008-01-10 11:06 alexpeshkoff
* firebird2/: configure.in (1.272),
builds/posix/Makefile.in.firebird (1.82):
fixed linux build
2008-01-10 09:38 dimitr
* firebird2/doc/WhatsNew (1.148):
Update.
2008-01-10 08:59 robocop
* firebird2/doc/README.DiskSpaceAllocation (1.3):
A bit better wording.
2008-01-10 08:43 dimitr
* firebird2/doc/WhatsNew (1.147):
Update.
2008-01-10 04:23:20 +01:00
2008-01-10 00:57 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/install/arch-specific/linux/Makefile.in (1.8):
2008-01-10 04:23:20 +01:00
Misc
2008-01-09 17:14 alexpeshkoff
* firebird2/configure.in (1.271):
Fixed CORE-1421: RPM libstdc++ version dependency
2008-01-09 16:47 alexpeshkoff
* firebird2/builds/install/arch-specific/linux/: Makefile.in (1.7),
classic/rpmheader.txt.in (1.7), super/rpmheader.txt.in (1.8):
Fixed CORE-1421: RPM libstdc++ version dependency
2008-01-09 15:43 paul_reeves
* firebird2/doc/install_windows_manually.txt (1.2):
Clarify a point
2008-01-09 12:05 paulbeach
* firebird2/builds/install/:
arch-specific/linux/misc/linuxLibrary.sh.in (1.7),
misc/posixLibrary.sh.in (1.12):
Move generateNewDBAPassword function from posixLibrary to
linuxLibrary. This function makes no sense on HPUX.
2008-01-09 04:22:21 +01:00
2008-01-08 19:29 dimitr
* firebird2/doc/WhatsNew (1.146):
Update.
2008-01-08 04:24:26 +01:00
2008-01-07 13:25 paulbeach
* firebird2/: builds/install/misc/posixLibrary.sh.in (1.11),
builds/posix/fbintl.hpux.vers (1.1), builds/posix/prefix.hpux
(1.3), builds/posix/firebird.hpux.vers (1.1), configure.in (1.270),
builds/install/arch-specific/hpux/Makefile.in (1.2),
builds/install/arch-specific/hpux/classic/makeinstallImage.sh.in
(1.2), builds/install/arch-specific/hpux/classic/postInstall.sh.in
(1.2),
builds/install/arch-specific/hpux/classic/postUninstall.sh.in
(1.2), builds/install/arch-specific/hpux/classic/preInstall.sh.in
(1.2), builds/install/arch-specific/hpux/classic/preUninstall.sh.in
(1.2), builds/install/arch-specific/hpux/classic/tarInstall.sh.in
(1.2), builds/install/arch-specific/hpux/classic/tarUninstall.sh.in
(1.2),
builds/install/arch-specific/hpux/classic/tarmainInstall.sh.in
(1.2),
builds/install/arch-specific/hpux/classic/tarmainUninstall.sh.in
(1.2),
builds/install/arch-specific/hpux/misc/changedbaPassword.sh.in
(1.2),
builds/install/arch-specific/hpux/misc/changegdslibrarycompatibleLink.sh.in
(1.2), builds/install/arch-specific/hpux/misc/createaliasDB.sh.in
(1.2),
builds/install/arch-specific/hpux/misc/firebird.init.d.hpux.in
(1.2), builds/install/arch-specific/hpux/misc/hpuxLibrary.sh.in
(1.2),
builds/install/arch-specific/hpux/misc/rc.config.firebird.hpux.in
(1.2),
builds/install/arch-specific/hpux/super/makeinstallImage.sh.in
(1.2), builds/install/arch-specific/hpux/super/postInstall.sh.in
(1.2), builds/install/arch-specific/hpux/super/postUninstall.sh.in
(1.2), builds/install/arch-specific/hpux/super/preInstall.sh.in
(1.2), builds/install/arch-specific/hpux/super/preUninstall.sh.in
(1.2), builds/install/arch-specific/hpux/super/tarInstall.sh.in
(1.2), builds/install/arch-specific/hpux/super/tarUninstall.sh.in
(1.2), builds/install/arch-specific/hpux/super/tarmainInstall.sh.in
(1.2),
builds/install/arch-specific/hpux/super/tarmainUninstall.sh.in
(1.2):
HPUX Port
2008-01-06 04:22:12 +01:00
2008-01-05 09:19 robocop
* firebird2/src/common/classes/semaphore.h (1.50):
No need to use the class name in a member function declaration
inside the class.
2008-01-05 04:22:41 +01:00
2008-01-04 18:34 alexpeshkoff
* firebird2/builds/posix/: Makefile.in.embed.lockmgr (1.15),
Makefile.in.firebird (1.81), make.defaults (1.60),
make.shared.targets (1.25):
Pass through CFLAGS, set for ./configure. This is minimum
cross-build support. It makes it possible to build, for example,
for i386 on amd64 linux. Just use: ./configure CFLAGS=-m32
--host=i386-cross-linux or, certainly: ./autogen.sh CFLAGS=-m32
--host=i386-cross-linux Should also help when doing builds in other
cases when 32/64 bit choice is possible.
2008-01-04 16:14 alexpeshkoff
* firebird2/builds/install/misc/: classicLibrary.sh.in (1.8),
posixLibrary.sh.in (1.10), superLibrary.sh.in (1.4):
Frontported fix for CORE-1674: Wrong access rights in doc
subdirectory
2007-12-28 04:22:20 +01:00
2007-12-28 01:13 asfernandes
* firebird2/: builds/posix/prefix.darwin_i386 (1.4),
builds/posix/prefix.darwin_powerpc (1.4),
doc/README.DiskSpaceAllocation (1.2),
2008-03-24 20:52:36 +01:00
src/common/classes/semaphore.h (1.49):
2007-12-28 04:22:20 +01:00
Misc
2007-12-27 21:39 hvlad
* firebird2/doc/README.DiskSpaceAllocation (1.1):
Documentation
2007-12-27 14:47 paulbeach
* firebird2/src/common/classes/semaphore.h (1.48):
Minor Mods MacOS
2007-12-27 13:19 paulbeach
* firebird2/builds/posix/: prefix.darwin_i386 (1.3),
prefix.darwin_powerpc (1.3):
Apply MacOS changes to HEAD
2007-12-27 11:55 paulbeach
* firebird2/: builds/posix/make.shared.variables (1.77),
extern/icu/source/config/mh-darwin (1.4),
src/common/classes/semaphore.h (1.47):
Apply MacOS changes to HEAD
2007-12-27 04:22:26 +01:00
2007-12-26 10:45 dimitr
* firebird2/doc/WhatsNew (1.145):
Correction.
2007-12-23 04:22:16 +01:00
2007-12-22 10:38 robocop
* firebird2/doc/WhatsNew (1.144):
Formatting and IMHO give due credit where needed.
2007-12-22 10:37 robocop
* firebird2/src/common/classes/semaphore.h (1.46):
I don't see the point in using the class name to qualify a method
declaration inside the class definition.
2007-12-22 10:36 robocop
*
firebird2/builds/install/arch-specific/win32/FirebirdInstallSupportFunctions.inc
(1.7):
Totally misc.
2007-12-22 04:23:29 +01:00
2007-12-22 01:53 asfernandes
* firebird2/: builds/install/arch-specific/darwin/install-script
(1.8),
builds/install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc
(1.9),
builds/install/arch-specific/win32/FirebirdInstallSupportFunctions.inc
(1.6), builds/install/arch-specific/win32/FirebirdInstall_20.iss
(1.29), src/common/classes/semaphore.h (1.45):
Misc
2007-12-21 13:22 paul_reeves
* firebird2/builds/win32/run_all.bat (1.15):
MInor tweaks to a) speed up testing the installer, and b) document
the available options.
2007-12-21 13:21 paul_reeves
* firebird2/builds/win32/msvc8/: VCCRT_Shared_Body.wxi (1.1),
VCCRT_Shared_Header.wxi (1.1), VCCRT_Win32.wxi (1.1),
VCCRT_Win32.wxs (1.1), VCCRT_x64.wxi (1.1), VCCRT_x64.wxs (1.1):
Add support to build VCRT merge modules. These files are VC8
specific, and technically they belong under the
'install\arch-specific\win32\msvc8' directory. But that directory
does not exist (and may never exist), so they can be parked here
for the time being.
2007-12-21 13:10 paul_reeves
* firebird2/builds/install/arch-specific/win32/:
BuildExecutableInstall.bat (1.33),
FirebirdInstallEnvironmentChecks.inc (1.8),
FirebirdInstallSupportFunctions.inc (1.5), FirebirdInstall_20.iss
(1.28), installation_readme.txt (1.15):
Add support to deploy VCRT libraries via msi, if windows installer
3.0 is available.
2007-12-21 08:15:23 +01:00
2007-12-20 15:20 paulbeach
* firebird2/configure.in (1.269):
Apply MacOS changes to HEAD
2007-12-20 12:34 paulbeach
* firebird2/builds/install/arch-specific/darwin/: Makefile.in
(1.4), install-script (1.7), launchd.org.firebird.gds.plist (1.3):
Apply MacOS changes to HEAD
2007-12-19 16:21 dimitr
* firebird2/doc/WhatsNew (1.143):
More additions.
2007-12-19 15:35 paulbeach
* firebird2/: extern/icu/source/common/putil.c (1.6),
src/common/classes/semaphore.h (1.44),
2008-03-24 20:52:36 +01:00
src/common/classes/semaphore.cpp (1.2):
2007-12-21 08:15:23 +01:00
Apply MacOS changes to HEAD
2007-12-19 15:07 paul_reeves
*
firebird2/builds/install/arch-specific/win32/FirebirdInstallSupportFunctions.inc
(1.4):
Add some generic functions to test for host O/S
2007-12-19 14:49 dimitr
* firebird2/doc/WhatsNew (1.142):
A few additions.
2007-12-19 14:46 paulbeach
* firebird2/configure.in (1.268):
Apply MacOS changes to HEAD
2007-12-19 14:40 dimitr
* firebird2/builds/install/misc/firebird.conf (1.40):
Just better English. Credits go to Helen.
2007-12-19 14:34 paul_reeves
* firebird2/builds/install/arch-specific/win32/:
FirebirdInstallSupportFunctions.inc (1.3), FirebirdInstall_20.iss
(1.27), installation_scripted.txt (1.7):
Implement feature request CORE-548 Installer now generates a help
screen when passed /?, /h or /help on the command-line
2007-12-19 14:33 dimitr
* firebird2/doc/WhatsNew (1.141):
Updated docs.
2007-12-19 14:25 paulbeach
* firebird2/builds/posix/: prefix.darwin_i386 (1.2),
prefix.darwin_powerpc (1.2):
Apply MacOS changes to HEAD
2007-12-19 14:22 paulbeach
* firebird2/: configure.in (1.267), builds/posix/prefix.darwin
(1.24):
Apply MacOS changes to HEAD
2007-12-18 00:58 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/doc/WhatsNew (1.140):
2007-12-21 08:15:23 +01:00
Misc
2007-12-17 14:48 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/auto.h (1.13):
2007-12-21 08:15:23 +01:00
1) Make the class members more readable. 2) Add two methods:
release() and reset() (accordingly to the ISO/IEC 14882 standard
re. auto_ptr). 3) Utilize release() in DatabaseSnapshot.
2007-12-17 14:00 dimitr
* firebird2/doc/WhatsNew (1.139):
Updated docs.
2007-12-15 04:21:40 +01:00
2007-12-14 12:31 alexpeshkoff
* firebird2/builds/posix/: Makefile.in.boot.gpre (1.29),
Makefile.in.client.gbak (1.19), Makefile.in.client.gdef (1.15),
Makefile.in.client.gfix (1.22), Makefile.in.client.gpre (1.26),
Makefile.in.client.gsec (1.9), Makefile.in.client.isql (1.19),
Makefile.in.client.qli (1.14), Makefile.in.client.util (1.49),
Makefile.in.codes (1.21), Makefile.in.embed.gbak (1.20),
Makefile.in.embed.gdef (1.13), Makefile.in.embed.gfix (1.23),
Makefile.in.embed.gpre (1.24), Makefile.in.embed.isql (1.18),
Makefile.in.embed.lockmgr (1.14), Makefile.in.embed.qli (1.23),
Makefile.in.embed.util (1.34), Makefile.in.fbserver (1.23),
Makefile.in.firebird (1.80), Makefile.in.msgs (1.18),
Makefile.in.static.gbak (1.16), Makefile.in.static.gpre (1.20),
Makefile.in.static.isql (1.15):
1. Use EXE_LINK or STATICEXE_LINK (what appropriate) to link
executables instead of plain LD. 2. Fron-ported fix for broken in
ALt-Linux ld - changed order of libraries in command line.
2007-12-14 04:23:58 +01:00
2007-12-13 12:04 paul_reeves
* firebird2/builds/win32/msvc8/fb2control.vcproj (1.10):
Fix build
2007-12-12 04:21:55 +01:00
2007-12-11 16:17 alexpeshkoff
* firebird2/src/dsql/: pass1.cpp (1.348), pass1_proto.h (1.15):
Applied patch from Dmitry Kovalenko - some constness in DSQL
2007-12-11 04:21:24 +01:00
2007-12-10 12:13 paulbeach
2007-12-10 04:22:25 +01:00
2007-12-11 04:21:24 +01:00
* firebird2/builds/install/arch-specific/darwin/install-script
(1.6):
2007-12-10 04:22:25 +01:00
2007-12-11 04:21:24 +01:00
Fix MacOS install typo
2007-12-10 04:22:25 +01:00
2007-12-09 14:09 asfernandes
* firebird2/builds/install/arch-specific/darwin/install-script
(1.5):
Misc
2007-12-09 04:24:13 +01:00
2007-12-08 08:46 robocop
* firebird2/: configure.in (1.266),
builds/install/arch-specific/darwin/FB.info (1.5):
Misc.
2007-12-12 04:21:55 +01:00
2007-12-07 13:50 alexpeshkoff
* firebird2/src/common/classes/semaphore.h (1.43):
misc
2007-12-08 04:22:40 +01:00
2007-12-07 13:19 paulbeach
* firebird2/: builds/install/arch-specific/darwin/FB.info (1.4),
builds/install/arch-specific/darwin/install-script (1.4),
builds/install/arch-specific/darwin/preupgrade-script (1.4),
builds/install/arch-specific/darwin/launchd.org.firebird.gds.plist
(1.2), builds/posix/make.rules (1.35), builds/posix/postfix.darwin
2007-12-12 04:21:55 +01:00
(1.6), builds/posix/prefix.darwin (1.23), configure.in (1.265),
src/common/classes/semaphore.h (1.42):
2007-12-08 04:22:40 +01:00
MacOS 10.5 (Leopard) updates
2007-12-05 04:24:20 +01:00
2007-12-04 14:58 alexpeshkoff
* firebird2/doc/README.raw_devices (1.4):
misc
2007-12-12 04:21:55 +01:00
2007-12-04 11:05 robocop
* firebird2/: src/include/gen/codetext.h (1.70),
src/include/gen/iberror.h (1.71), src/include/gen/msgs.h (1.89),
src/include/gen/rdb_codes.h (1.67), src/include/gen/sql_code.h
2008-03-24 20:52:36 +01:00
(1.75), lang_helpers/gds_codes.ftn (1.62),
lang_helpers/gds_codes.pas (1.62):
2007-12-12 04:21:55 +01:00
Fixed the message column @1 is not defined in table @1 and added a
new one for unknown field in procedure (with Dmitry's permission).
2007-12-05 04:24:20 +01:00
2007-12-04 09:36 robocop
* firebird2/builds/win32/msvc6/Firebird2.dsw (1.43):
Follow VC8 changes.
2007-12-04 09:29 dimitr
* firebird2/doc/sql.extensions/: README.context_variables (1.5),
README.exception_handling (1.2):
Fixed docs.
2007-12-04 09:23 robocop
* firebird2/doc/sql.extensions/README.db_triggers.txt (1.7):
Misc.
2007-12-04 04:22:40 +01:00
2007-12-03 17:11 alexpeshkoff
*
firebird2/builds/install/arch-specific/linux/misc/firebird.init.d.slackware.in
(1.4):
Multi-instancing in SlackWare
2007-12-03 16:48 alexpeshkoff
*
firebird2/builds/install/arch-specific/linux/misc/firebird.init.d.generic.in
(1.7):
Comment
2007-12-12 04:21:55 +01:00
2007-12-03 14:29 alexpeshkoff
* firebird2/src/common/classes/fb_string.h (1.11):
Dropped method, compliant with STL's copy(), but never used due to
presence of much better copyTo()
2007-12-01 04:23:21 +01:00
2007-11-30 14:49 asfernandes
* firebird2/doc/sql.extensions/README.builtin_functions.txt (1.12):
Change function description
2007-12-12 04:21:55 +01:00
2007-11-30 01:35 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/pass1.cpp (1.347):
2007-12-12 04:21:55 +01:00
Misc
2007-11-30 04:22:43 +01:00
2007-11-29 19:45 dimitr
* firebird2/builds/install/misc/firebird.conf (1.39):
Some practice in the English language :-)
2007-11-29 18:53 hvlad
2007-12-12 04:21:55 +01:00
* firebird2/: builds/install/misc/firebird.conf (1.38),
src/common/config/config.cpp (1.84), src/common/config/config.h
(1.46), src/dsql/pass1.cpp (1.346):
2007-11-30 04:22:43 +01:00
Implement CORE-1625 : Implement new setting to relax strict SQL
standard's alias checking rules
2007-12-12 04:21:55 +01:00
2007-11-29 16:15 asfernandes
* firebird2/src/dsql/pass1.cpp (1.345):
Fixed CORE-1624 - MERGE not correctly worked with parameters in
MATCHING clause
2007-11-28 04:25:59 +01:00
2007-11-27 08:45 alexpeshkoff
*
firebird2/builds/install/arch-specific/linux/misc/firebird.init.d.generic.in
(1.6):
Multi-instancing support in generic startup file for super-server.
2007-11-27 04:25:06 +01:00
2007-11-26 16:41 alexpeshkoff
*
firebird2/builds/install/arch-specific/linux/misc/firebird.init.d.mandrake.in
(1.7):
Multi-instance support for Mandriva/Mandrake/Redhat/Fedora
2007-11-26 16:40 alexpeshkoff
*
firebird2/builds/install/arch-specific/linux/misc/firebird.init.d.gentoo.in
(1.7):
misc
2007-11-26 15:26 asfernandes
2007-12-12 04:21:55 +01:00
* firebird2/: doc/sql.extensions/README.db_triggers.txt (1.6),
2008-03-24 20:52:36 +01:00
src/burp/burpswi.h (1.19):
2007-11-27 04:25:06 +01:00
Task CORE-1618 - Change GBAK option to not run database triggers to
use the same name as the ISQL equivalent option
2007-11-26 13:31 hvlad
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc8/Firebird2.sln (1.7):
2007-11-27 04:25:06 +01:00
Make instreg independent from common
2007-12-12 04:21:55 +01:00
2007-11-26 10:57 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/parse.y (1.252):
2007-12-12 04:21:55 +01:00
Commit forgotten change
2007-11-27 04:25:06 +01:00
2007-11-26 09:55 alexpeshkoff
* firebird2/doc/README.raw_devices (1.3):
misc
2007-11-25 04:24:52 +01:00
2007-11-24 01:12 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/doc/README.raw_devices (1.2):
2007-11-25 04:24:52 +01:00
Misc
2007-11-22 13:22 alexpeshkoff
* firebird2/doc/README.raw_devices (1.1):
Added readme for raw devices
2007-11-21 11:43 alexpeshkoff
* firebird2/doc/: README.NTSecurity (1.3), README.instsvc (1.6):
misc
2007-11-20 04:22:08 +01:00
2007-11-19 14:21 alexpeshkoff
*
firebird2/builds/install/arch-specific/linux/misc/firebird.init.d.gentoo.in
(1.6):
Added minimum multi-instance support
2007-11-19 14:20 alexpeshkoff
*
firebird2/builds/install/arch-specific/linux/misc/firebird.init.d.suse.in
(1.8):
frontported change in startup script
2007-12-12 04:21:55 +01:00
2007-11-19 11:36 dimitr
* firebird2/src/auth/trusted/AuthSspi.cpp (1.11):
Fixed CORE-1602.
2007-11-19 11:30 alexpeshkoff
* firebird2/src/common/classes/semaphore.h (1.41):
Fixed wrong return - thanks to Adriano
2007-11-19 01:21 hvlad
* firebird2/src/: dsql/dsql.cpp (1.204), dsql/gen.cpp (1.133),
dsql/keywords.cpp (1.66), dsql/node.h (1.97), dsql/pass1.cpp
2008-03-24 20:52:36 +01:00
(1.344), include/consts_pub.h (1.13):
2007-12-12 04:21:55 +01:00
Revert files back after wrong commit
2007-11-18 23:58 hvlad
* firebird2/src/: dsql/dsql.cpp (1.203), dsql/gen.cpp (1.132),
dsql/keywords.cpp (1.65), dsql/node.h (1.96), dsql/pass1.cpp
2008-03-24 20:52:36 +01:00
(1.343), include/consts_pub.h (1.12):
2007-12-12 04:21:55 +01:00
Execute statement with support of external data source
2007-11-17 18:22 asfernandes
* firebird2/src/common/classes/semaphore.h (1.40):
Misc
2007-11-17 11:26 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.107):
2007-12-12 04:21:55 +01:00
No more hpux (lowercase). To be reviewed by Paul Beach.
2007-11-17 11:24 robocop
* firebird2/lang_helpers/: gds_codes.ftn (1.61), gds_codes.pas
(1.61):
Update files after message addition.
2007-11-25 04:24:52 +01:00
2007-11-17 11:17 robocop
2007-11-02 09:05:21 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/: msvc7/gstat.vcproj (1.27),
msvc8/gstat.vcproj (1.7):
2007-11-02 09:05:21 +01:00
2007-11-25 04:24:52 +01:00
Misc.
2007-11-01 04:29:57 +01:00
2007-12-12 04:21:55 +01:00
2007-11-17 11:16 robocop
* firebird2/src/common/classes/semaphore.h (1.39):
Style. I expect the code is logically equivalent to the original.
2007-11-25 04:24:52 +01:00
2007-11-17 01:37 asfernandes
2007-11-01 04:29:57 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: builds/win32/msvc7/engine.vcproj (1.65),
builds/win32/msvc7/engine_classic.vcproj (1.65),
builds/win32/msvc7/engine_embed.vcproj (1.54),
src/burp/canonical.cpp (1.38), src/common/classes/semaphore.h
(1.38), src/dsql/make.cpp (1.146), src/dsql/parse.y (1.251),
2008-03-24 20:52:36 +01:00
src/gpre/ftn.cpp (1.60):
2007-11-01 04:29:57 +01:00
2007-11-25 04:24:52 +01:00
Misc
2007-10-31 04:25:53 +01:00
2007-12-12 04:21:55 +01:00
2007-11-16 14:47 asfernandes
* firebird2/src/dsql/pass1.cpp (1.342):
Fixed warning - thanks to Dmitry
2007-11-16 00:05 hvlad
* firebird2/src/include/gen/: codetext.h (1.69), iberror.h (1.70),
msgs.h (1.88), rdb_codes.h (1.66), sql_code.h (1.74):
Regenerate files
2007-11-15 14:50 dimitr
* firebird2/src/common/utils.cpp (1.42):
Cleanup after Alex's commit.
2007-11-25 04:24:52 +01:00
2007-11-15 14:29 alexpeshkoff
2007-10-28 04:28:50 +01:00
2007-11-25 04:24:52 +01:00
* firebird2/builds/win32/msvc7/: engine.vcproj (1.64),
engine_classic.vcproj (1.64), engine_embed.vcproj (1.53):
2007-10-28 04:28:50 +01:00
2007-11-25 04:24:52 +01:00
Fixed VC7 build
2007-10-28 04:28:50 +01:00
2007-12-12 04:21:55 +01:00
2007-11-15 14:28 alexpeshkoff
* firebird2/src/common/utils.cpp (1.41):
Make it buildable with old SDK
2007-11-15 13:48 alexpeshkoff
* firebird2/: lang_helpers/gds_codes.ftn (1.60),
lang_helpers/gds_codes.pas (1.60), src/include/gen/codetext.h
(1.68), src/include/gen/iberror.h (1.69), src/include/gen/msgs.h
(1.87), src/include/gen/rdb_codes.h (1.65),
2008-03-24 20:52:36 +01:00
src/include/gen/sql_code.h (1.73):
2007-12-12 04:21:55 +01:00
Fixed CORE-1593: Full domain user name can be longer than 31
char(for trusted authentication)
2007-11-25 04:24:52 +01:00
2007-11-15 12:38 alexpeshkoff
2007-10-27 04:26:37 +02:00
2007-11-25 04:24:52 +01:00
* firebird2/configure.in (1.264):
2007-10-27 04:26:37 +02:00
2007-11-25 04:24:52 +01:00
Fixed posix build
2007-10-27 04:26:37 +02:00
2007-12-12 04:21:55 +01:00
2007-11-15 12:31 alexpeshkoff
* firebird2/src/common/classes/semaphore.h (1.37):
Fixed posix build
2007-11-25 04:24:52 +01:00
2007-11-15 09:20 paulbeach
2007-10-27 04:26:37 +02:00
2007-11-25 04:24:52 +01:00
* firebird2/builds/posix/prefix.hpux (1.2):
2007-10-26 04:23:08 +02:00
2007-11-25 04:24:52 +01:00
HPUX Port
2007-10-26 04:23:08 +02:00
2007-11-25 04:24:52 +01:00
2007-11-14 11:02 dimitr
2007-10-25 04:23:10 +02:00
2007-11-25 04:24:52 +01:00
* firebird2/builds/win32/msvc8/fb2control.vcproj (1.9):
2007-10-25 04:23:10 +02:00
2007-11-25 04:24:52 +01:00
Fixed the CPL applet linkage (made it static instead of dynamic).
This is the only project that overrides the common property sheets
(in terms of linkage).
2007-10-25 04:23:10 +02:00
2007-11-25 04:24:52 +01:00
2007-11-13 16:01 dimitr
2007-10-25 04:23:10 +02:00
2007-11-25 04:24:52 +01:00
* firebird2/builds/win32/msvc8/: fb2control.vcproj (1.8),
firebird2release.vsprops (1.3):
2007-10-23 04:27:00 +02:00
2007-11-25 04:24:52 +01:00
Fixed linkage issues.
2007-10-23 04:27:00 +02:00
2007-11-25 04:24:52 +01:00
2007-11-13 15:09 dimitr
2007-10-23 04:27:00 +02:00
2007-11-25 04:24:52 +01:00
* firebird2/builds/win32/msvc8/firebird2release.vsprops (1.2):
2007-10-22 04:25:25 +02:00
2007-11-25 04:24:52 +01:00
Re-enable the dynamic linkage for the release builds as well. This
should solve both CORE-1587 and CORE-1590.
2007-10-22 04:25:25 +02:00
2007-12-12 04:21:55 +01:00
2007-11-12 16:18 paulbeach
* firebird2/src/: burp/canonical.cpp (1.37),
common/classes/semaphore.h (1.36), config/ScanDir.cpp (1.6),
gpre/ftn.cpp (1.59), gpre/gpre.cpp (1.86), gpre/gpre.h (1.90),
2008-03-24 20:52:36 +01:00
include/firebird.h (1.44):
2007-12-12 04:21:55 +01:00
HPUX Port
2007-11-25 04:24:52 +01:00
2007-11-12 15:25 paulbeach
2007-10-19 04:22:56 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.263), src/burp/backup.epp (1.104),
src/burp/burp.h (1.84), src/burp/mvol.cpp (1.50),
src/burp/mvol_proto.h (1.10), src/burp/restore.epp (1.126),
src/common/classes/File.h (1.5), src/common/classes/SafeArg.cpp
(1.6), src/common/classes/SafeArg.h (1.3),
src/common/classes/sparse_bitmap.h (1.20), src/dsql/make.cpp
2008-03-24 20:52:36 +01:00
(1.145), src/dsql/parse.y (1.250), src/gpre/cme.cpp (1.41):
2007-10-19 04:22:56 +02:00
2007-11-25 04:24:52 +01:00
HPUX Port
2007-10-19 04:22:56 +02:00
2007-11-25 04:24:52 +01:00
2007-11-12 01:31 asfernandes
2007-10-19 04:22:56 +02:00
2008-03-24 20:52:36 +01:00
* firebird2/doc/sql.extensions/README.builtin_functions.txt (1.11):
2007-10-18 04:27:02 +02:00
2007-11-25 04:24:52 +01:00
Feature CORE-1511 - POSITION(string_exp1, string_exp2 [, start])
2007-10-18 04:27:02 +02:00
2007-11-25 04:24:52 +01:00
2007-11-12 01:02 asfernandes
2007-10-18 04:27:02 +02:00
2008-03-24 20:52:36 +01:00
* firebird2/doc/sql.extensions/README.builtin_functions.txt (1.10):
2007-10-18 04:27:02 +02:00
2007-11-25 04:24:52 +01:00
1) Fixing another case of CORE-1514 - Many new 2.1 built in
functions have incorrect NULL semantics 2) Improvement CORE-1569 -
ROUND function second parameter - make optional like TRUNC
2007-10-18 04:27:02 +02:00
2007-12-12 04:21:55 +01:00
2007-11-02 16:13 asfernandes
2007-10-15 04:19:26 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/utils.cpp (1.40):
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
Misc
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
2007-11-02 16:12 alexpeshkoff
2007-10-11 04:24:55 +02:00
2008-03-24 20:52:36 +01:00
* firebird2/configure.in (1.262):
2007-10-11 04:24:55 +02:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1558: Help people get core files in case of abort() on
BUGCHECK
2007-10-11 04:24:55 +02:00
2007-12-12 04:21:55 +01:00
2007-10-29 15:03 alexpeshkoff
2007-10-15 04:19:26 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/alice/alice.cpp (1.97):
2007-10-15 04:19:26 +02:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1548: Incorrect error code in GFIX
2007-10-15 04:19:26 +02:00
2007-12-12 04:21:55 +01:00
2007-10-29 09:30 robocop
2007-10-15 04:19:26 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/utils.cpp (1.39):
2007-10-15 04:19:26 +02:00
2007-12-12 04:21:55 +01:00
Misc.
2007-10-15 04:19:26 +02:00
2007-12-12 04:21:55 +01:00
2007-10-29 04:22 robocop
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: engine.dsp (1.74),
engine_classic.dsp (1.70), engine_embed.dsp (1.49):
2007-10-15 04:19:26 +02:00
2007-12-12 04:21:55 +01:00
Fix the VC6 project files.
2007-10-15 04:19:26 +02:00
2007-12-12 04:21:55 +01:00
2007-10-29 04:20 robocop
2007-10-05 04:21:56 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/utils.cpp (1.38):
2007-10-05 04:21:56 +02:00
2007-12-12 04:21:55 +01:00
Make compilation possible in VC6. Simplify code.
2007-10-05 04:21:56 +02:00
2007-12-12 04:21:55 +01:00
2007-10-29 01:19 asfernandes
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: burp/mvol.cpp (1.49), burp/restore.epp (1.125),
2008-03-24 20:52:36 +01:00
common/utils.cpp (1.37):
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
Misc
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
2007-10-29 00:41 asfernandes
2007-10-03 04:23:31 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/misc/firebird.conf (1.37):
2007-10-03 04:23:31 +02:00
2007-12-12 04:21:55 +01:00
Correction - there was a \0 byte in this file
2007-10-03 04:23:31 +02:00
2007-12-12 04:21:55 +01:00
2007-10-28 21:20 dimitr
2007-10-15 04:19:26 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/burp/mvol.cpp (1.48):
2007-10-15 04:19:26 +02:00
2007-12-12 04:21:55 +01:00
Fixed a possible 64-bit issue spotted by Claudio.
2007-10-15 04:19:26 +02:00
2007-12-12 04:21:55 +01:00
2007-10-28 19:03 skidder
2007-10-03 04:23:31 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/misc/firebird.conf (1.36):
2007-10-03 04:23:31 +02:00
2007-12-12 04:21:55 +01:00
Correction
2007-10-03 04:23:31 +02:00
2007-12-12 04:21:55 +01:00
2007-10-28 17:00 asfernandes
2007-10-15 04:19:26 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: utld.cpp (1.42), utld_proto.h (1.18):
2007-10-15 04:19:26 +02:00
2007-12-12 04:21:55 +01:00
Misc
2007-10-15 04:19:26 +02:00
2007-12-12 04:21:55 +01:00
2007-10-28 16:00 skidder
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/misc/firebird.conf (1.35):
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
Allow local protocol to work with servers running both under
restricted accounts (e.g. Vista regular user) and unrestricted
accounts (e.g. LocalService)
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
2007-10-28 15:51 asfernandes
2007-10-16 04:22:32 +02:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/: posix/make.shared.variables (1.76),
win32/msvc8/engine.vcproj (1.12), win32/msvc8/engine_classic.vcproj
(1.12), win32/msvc8/engine_embed.vcproj (1.12):
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
Create class to buffer random bytes generation as process of
generate many small random bytes is slow - thanks to Nickolay
2007-09-28 04:20:52 +02:00
2007-12-12 04:21:55 +01:00
2007-10-28 15:35 skidder
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/config/config.cpp (1.83):
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
Allow local protocol to work with servers running both under
restricted accounts (e.g. Vista regular user) and unrestricted
accounts (e.g. LocalService)
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
2007-10-28 15:23 skidder
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/: utils.cpp (1.36), utils_proto.h (1.20):
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
Allow local protocol to work with servers running both under
restricted accounts (e.g. Vista regular user) and unrestricted
accounts (e.g. LocalService)
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
2007-10-28 14:32 skidder
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/burp/: burp.h (1.83), restore.epp (1.124):
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
The fix by Roman Simakov for unrestorable databases if computed
fields reference stored procedures
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
2007-10-28 13:25 skidder
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/auth/trusted/AuthSspi.cpp (1.10):
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
Fix the server crash with Trusted Auth on 64-bit Vista. Access
token is the handle, not a pointer. Attempt to deallocate the
handle crash the server. In other configurations it seems OS memory
manager does the check against the passed value to check if it is
the valid pointer
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2007-10-28 10:03 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/utils.cpp (1.35):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Correction
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2007-10-28 09:53 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/utils.cpp (1.34):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Correction as per Adriano suggestion. Firebird client library links
to Advapi32.dll only by mistake now. If somebody fixes that it
could break privilege checking code
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2007-10-28 09:46 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/tree.h (1.66):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Reduce warnings on Win64
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2007-10-27 22:48 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/utils.cpp (1.33):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Restore the ability broken around FB 2.0.2 to run server under
Vista and (hopefully) 2000/XP restricted accounts as application.
This change may break the build against old Platform SDK, please
replace SE_CREATE_GLOBAL_NAME constant with the hardcoded string in
this case.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2007-10-27 20:09 asfernandes
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/make.cpp (1.144):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2007-10-27 09:03 robocop
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/utld.cpp (1.41):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Misc.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2007-10-27 08:11 robocop
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/lang_helpers/: gds_codes.ftn (1.59), gds_codes.pas
(1.59):
2007-11-11 04:21:26 +01:00
2007-12-12 04:21:55 +01:00
Forgotten files in the last messages db change.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2007-10-26 15:20 alexpeshkoff
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/: codetext.h (1.67), iberror.h (1.68),
msgs.h (1.86), rdb_codes.h (1.64), sql_code.h (1.72):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1537: NBackup creates difference file in bad place
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2007-10-26 15:17 alexpeshkoff
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: ClumpletWriter.cpp (1.20),
ClumpletWriter.h (1.11):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1543: Security bug in trusted authentication
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2007-10-26 12:44 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc8/Firebird2Boot.sln (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fix broken MSVC 2005 build. The problem was about the GUIDs in
solution file not matching the ones in project files causing VS to
kill dependencies in SLN file during the build.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Tested against recent MSVC 8.0.50727.867
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2007-10-25 16:31 asfernandes
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: dsql.cpp (1.202), utld.cpp (1.40),
utld_proto.h (1.17):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1528 - Functions DATEDIFF, ABS(integer const) does not
work in dialect 1
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-25 06:01 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.42), config.dsp
(1.5), fbsvcmgr.dsp (1.1):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Add fbsvcmgr project to VC6.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-24 08:23 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/make.cpp (1.143):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fix CORE-1508. I applied a simple fix because I think that
expressions like -gen_id() don't deserve to carry the alias
"gen_id", etc. But it makes sense for constants and NULL.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2007-10-24 08:13 robocop
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/gstat.dsp (1.24):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Misc.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2007-10-23 16:14 asfernandes
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/doc/sql.extensions/README.builtin_functions.txt (1.9):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Remove weekday support in DATEADD/DATEDIFF - CORE-1526
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2007-10-21 16:49 asfernandes
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/node.h (1.95):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-19 13:51 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: ddl.cpp (1.207), dsql.cpp (1.201), gen.cpp
(1.131), make.cpp (1.142), node.h (1.94), pass1.cpp (1.341):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Changes suggested by Claudio and Adriano. Further cleanup
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-19 10:13 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/fb_string.h (1.10):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Corrections - thanks to Claudio and Adriano
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-19 03:25 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: ddl.cpp (1.206), make.cpp (1.141):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-18 14:47 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/fb_string.h (1.9):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed minor 64-bit issue
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-17 17:27 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/make.cpp (1.140):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed the problem (with POWER) described in a comment of CORE-1514
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-17 16:35 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: ddl.cpp (1.205), dsql.cpp (1.200), gen.cpp
(1.130), make.cpp (1.139), make_proto.h (1.26), node.h (1.93),
parse.y (1.249), pass1.cpp (1.340):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1501: Wrong access to SLONG data in dsql_nod
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-17 16:03 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc7/: gsec.vcproj (1.24), gstat.vcproj
(1.26):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-17 16:02 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.28),
fbsvcmgr.vcproj (1.1):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Added project to build fbsvcmgr using VC7
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-17 15:05 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
*
firebird2/builds/install/arch-specific/win32/FirebirdInstall_20.iss
(1.26):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Be sure to include manifest for wow64
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-15 19:48 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/README.monitoring_tables (1.8):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Update.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-15 17:09 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/arch-specific/win32/:
FirebirdInstall_20.iss (1.25), installation_readme.txt (1.14):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Ensure that binary installer removes an existing service. Otherwise
it will attempt to start the pre-existing service, not the one it
has just installed.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-15 07:53 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/arch-specific/win32/: Readme.txt (1.15),
installation_readme.txt (1.13):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Update installation readme files for beta 2
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-14 03:32 asfernandes
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/ids.h (1.29):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Backport patch to make references (at BLR level) to non-existent
system fields return NULL - to simplify ODS differences handling
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-12 22:24 asfernandes
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/pass1.cpp (1.339):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Use const in SysFunction as suggested by Dmitry Kovalenko
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-12 14:18 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-11 04:21:24 +01:00
*
2007-12-12 04:21:55 +01:00
firebird2/builds/install/arch-specific/win32/installation_scripted.txt
(1.6):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-12 14:15 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/arch-specific/win32/Readme.txt (1.14):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Update readme for beta 2
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-12 14:09 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
*
firebird2/builds/install/arch-specific/win32/installation_readme.txt
(1.12):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Update installation notes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-12 02:52 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/make.cpp (1.138):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
1) Fixed CORE-1510 - Bad XSQLVAR [NULL flags] for
(2*COALESCE(NULL,NULL)) - thanks to Dmitry Kovalenko 2) Fixed few
problems with NULLs and new system functions
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-10 16:00 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/run_all.bat (1.14):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Make run_all a little more useful.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-10 12:57 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/arch-specific/win32/pl/:
custom_messages_pl.inc (1.3), czytajto.txt (1.4),
instalacja_czytajto.txt (1.5):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Forward port (from 2.0.3) latest polish translations for windows
installer.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-10 12:54 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/arch-specific/win32/:
BuildExecutableInstall.bat (1.32), FirebirdInstall_20.iss (1.24):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Roll back deployment with static linking of ms runtimes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-08 03:21 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/sql.extensions/README.builtin_functions.txt (1.8):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Update
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-06 18:07 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: doc/sql.extensions/README.builtin_functions.txt
2008-03-24 20:52:36 +01:00
(1.7), src/common/classes/Aligner.h (1.2):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-06 12:30 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/dsql.cpp (1.199):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixing comditional compilation.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-05 16:35 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/Aligner.h (1.1):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Added templates to ensure alignment in INTL
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-04 17:33 asfernandes
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/make.cpp (1.137):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1492 - BLOB isn't compatible with [VAR]CHAR in COALESCE
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-04 17:23 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/parse.y (1.248):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1497 - New builtin function DATEADD() implements wrong
choice of keywords for expanded syntax
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-04 15:23 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc8/gbak_embed.vcproj (1.7):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Restore tabs
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
2007-10-04 11:20 robocop
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/: utils.cpp (1.32), utils_proto.h (1.19):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Still trying to adjust isql to fix CORE-1261 completely: now it
needs to understand that RDB$PRIMARY<n> are implicit index names
and shouldn't be part of a script.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-02 21:19 hvlad
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc8/Firebird2.sln (1.6):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Remove 'common' from dependencies of 'fb2control' to allow static
linkage
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-02 17:37 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: doc/sql.extensions/README.builtin_functions.txt
(1.6), src/dsql/parse.y (1.247):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1490 - New builtin function DATEDIFF() implements wrong
choice of keywords for expanded syntax
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-02 12:41 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: gpre/sqe.cpp (1.48), common/fb_exception.cpp
(1.31):
2007-11-25 04:24:52 +01:00
2007-12-11 04:21:24 +01:00
Misc.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-02 12:21 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/analyse.dsp (1.1):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
I'm posting this in case someone wants to play with it. It contains
one of our forgotten pieces of code.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-02 10:12 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: doc/WhatsNew (1.138), builds/win32/msvc7/gsec.vcproj
(1.23), builds/win32/msvc6/gsec.dsp (1.22):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-10-02 03:53 asfernandes
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/fb_exception.cpp (1.30):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-30 16:12 hvlad
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc8/Firebird2.sln (1.5):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Add 'common' into dependencies to 'fb2control'
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-28 21:55 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.137):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Update.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-28 21:43 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/gen/ids.h (1.28):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Added MON$STAT_GROUP into the statistics tables. This allows to
join backwards from a particular statistics record.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-27 18:04 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.338):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
More complete fix for CORE-1451
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-27 17:59 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.136):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Oops, it's ordered by bug-id desc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-27 17:55 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.135):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Update WhatsNew
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-27 17:52 asfernandes
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/pass1.cpp (1.337):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1451 - Using RDB$DB_KEY in where section while selecting
from a procedure crashes the server
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-27 15:11 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/extern/icu/source/: data/makedata.mak (1.4),
extra/uconv/makedata.mak (1.4), test/testdata/testdata.mk (1.4):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Correctly detect the target config, so as to use the appropriate
directory layout. (ie, make sure that VC6 and VC7 can still build
ICU after the changes to the VC8 build.)
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-27 15:06 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc8/: gbak_embed.vcproj (1.6),
gsec.vcproj (1.6):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-26 21:19 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/sqe.cpp (1.47):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed a GPRE regression reported by Alex.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-26 19:50 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: common/fb_exception.cpp (1.29),
include/fb_exception.h (1.24):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
added public method to make strings in vector permanent to
StringsBuffer
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-26 19:48 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/alloc.h (1.71):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-25 10:22 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.134):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Documented the Beta 2 changes.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-24 09:23 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.133):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Documented the Beta 2 changes.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-18 17:10 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-11 04:21:24 +01:00
*
2007-12-12 04:21:55 +01:00
firebird2/builds/install/arch-specific/win32/BuildExecutableInstall.bat
(1.31):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Don't deploy the MSVC8 C runtimes unless we link dynamically.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-18 17:09 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
*
firebird2/builds/install/arch-specific/win32/FirebirdInstall_20.iss
(1.23):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Switch on support to deploy 32-bit client into <SysWOW64> when
installing the 64-bit kits.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-18 14:48 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc8/gbak_embed.vcproj (1.5):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Minor cleanup
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-17 11:49 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/clean_all.bat (1.17):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
More misc tidy up.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-17 11:48 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc8/fb2control.vcproj (1.7):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc tidy up.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-17 10:13 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/: make_icu.bat (1.15),
set_build_target.bat (1.3), setenvvar.bat (1.17),
msvc8/fb_inet_server.vcproj (1.12), msvc8/fbembed.vcproj (1.14),
msvc8/fbserver.vcproj (1.13), msvc8/intl.vcproj (1.14):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fix debug build to use release target when building ICU module
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-17 07:56 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/alloc.cpp (1.95):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed the wrong assertion.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-16 18:15 asfernandes
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/utils.cpp (1.31):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-16 11:02 robocop
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/: utils.cpp (1.30), utils_proto.h (1.18):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fix CORE-1465
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-14 17:47 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/README.monitoring_tables (1.7):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Update.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-14 17:36 dimitr
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/ids.h (1.27):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Added MON$BACKUP_STATE to MON$DATABASE.
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
2007-09-14 17:13 dimitr
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/ids.h (1.26):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Added MON$IO_STATS and MON$RECORD_STATS.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-13 12:47 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/make_all.bat (1.50):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Totally misc.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-13 12:20 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/make_boot.bat (1.39):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
report correct name of log file in case of error.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-12 16:04 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/:
install/arch-specific/win32/BuildExecutableInstall.bat (1.30),
install/arch-specific/win32/FirebirdInstall_20.iss (1.22),
win32/clean_all.bat (1.16), win32/make_all.bat (1.49),
win32/make_boot.bat (1.38), win32/run_all.bat (1.13),
win32/msvc8/fb_inet_server.vcproj (1.11),
win32/msvc8/fbembed.vcproj (1.13), win32/msvc8/fbserver.vcproj
(1.12), win32/msvc8/intl.vcproj (1.13):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Roll back support for icu debug builds as part of the Firebird
build process on Windows
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-12 15:49 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc8/: empbuild.vcproj (1.5),
intlbuild.vcproj (1.5):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Be consistent with usage of Detect64BitPortabilityProblems property
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-12 15:09 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc8/fbclient.vcproj (1.9):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc cleanup
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-12 04:31 asfernandes
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
*
firebird2/builds/install/arch-specific/win32/installation_scripted.txt
(1.5):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-11 18:07 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/gen/msgs.h (1.85):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Correction
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-11 17:20 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc8/firebird2debug.vsprops (1.2):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
We don't want these warnings
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-11 14:28 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/extern/icu/source/allinone/firebird2debug.vsprops
(1.2):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Use dynamic linking by default for ICU debug builds.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-11 14:21 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/arch-specific/win32/:
FirebirdInstallEnvironmentChecks.inc (1.7), FirebirdInstall_20.iss
(1.21), installation_scripted.txt (1.4):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Implement support for passing /clean option when running the
Windows binary uninstaller. (CORE-1158)
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Update documentation for scripted installations.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-11 14:13 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/arch-specific/win32/:
BuildExecutableInstall.bat (1.29), FirebirdInstall_20.iss (1.20):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Bring into line with recent changes to the build process
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-11 14:10 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc8/: fb2control.vcproj (1.6),
fb_lock_print.vcproj (1.6):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc. cleanup
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-11 14:07 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/run_all.bat (1.12):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Pass option to buildexecutableinstall
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-11 01:43 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc8/fbserver.vcproj (1.11):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Correction.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-10 15:55 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/run_all.bat (1.11):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Allow run_all.bat to pass a variable through to each batch file it
calls.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-10 15:53 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/clean_all.bat (1.15):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Document why better cleaning is required for debug builds.
Automatically set variable to implement better cleaning for debug
builds.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-10 15:52 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/: make_all.bat (1.48), make_boot.bat
(1.37):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Copy icu debug dll's too.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-10 15:48 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc8/: fb_inet_server.vcproj (1.10),
fbembed.vcproj (1.12), fbserver.vcproj (1.10), intl.vcproj (1.12):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
link with icu debug libraries when appropriate.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-10 02:45 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: builds/win32/msvc8/btyacc.vcproj (1.5),
2008-03-24 20:52:36 +01:00
src/alice/exe.cpp (1.48), src/common/classes/TriState.h (1.4):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-06 15:25 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/: blrtable.bat (1.11), clean_all.bat
(1.14), create_msgs.bat (1.6), make_all.bat (1.47), make_boot.bat
(1.36), make_examples.bat (1.23), parse.bat (1.10), preprocess.bat
(1.38), set_build_target.bat (1.2), setenvvar.bat (1.16):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Use environment variables to encapsulate directory layout
differences between VS2005 and earlier. Use FB_GEN_DIR env var. to
determin location of generated output. Tidy up usage of
FB_GEN_DB_DIR - only use with unix style paths. Generate platform
specific log files during build process.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-06 14:57 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc8/: alice.vcproj (1.5),
alice_classic.vcproj (1.5), btyacc.vcproj (1.4), build_msg.vcproj
(1.5), burp.vcproj (1.5), burp_classic.vcproj (1.5), codes.vcproj
(1.4), common.vcproj (1.7), common_classic.vcproj (1.7),
common_static.vcproj (1.6), config.vcproj (1.5), dsql_server.vcproj
(1.5), dsql_server_classic.vcproj (1.5), empbuild.vcproj (1.4),
engine.vcproj (1.11), engine_classic.vcproj (1.11),
engine_embed.vcproj (1.11), fb2control.vcproj (1.5),
fb_inet_server.vcproj (1.9), fb_lock_print.vcproj (1.5),
fbclient.vcproj (1.8), fbclient_static.vcproj (1.4), fbembed.vcproj
(1.11), fbguard.vcproj (1.5), fbrmclib.vcproj (1.4),
fbserver.vcproj (1.9), fbsvcmgr.vcproj (1.2), fbudf.vcproj (1.6),
firebird2.vsprops (1.2), gbak.vcproj (1.5), gbak_embed.vcproj
(1.4), gdef.vcproj (1.5), gds32.vcproj (1.5), gfix.vcproj (1.5),
gpre.vcproj (1.7), gpre_boot.vcproj (1.5), gpre_embed.vcproj (1.5),
gpre_static.vcproj (1.4), gsec.vcproj (1.5), gsplit.vcproj (1.5),
gstat.vcproj (1.6), ib_udf.vcproj (1.5), ib_util.vcproj (1.5),
instclient.vcproj (1.5), instreg.vcproj (1.5), instsvc.vcproj
(1.5), intl.vcproj (1.11), intlbuild.vcproj (1.4), isql.vcproj
(1.7), isql_embed.vcproj (1.5), lock.vcproj (1.5),
lock_classic.vcproj (1.5), nbackup.vcproj (1.5), qli.vcproj (1.5),
remote.vcproj (1.6), remote_classic.vcproj (1.6), utilities.vcproj
(1.5), utilities_classic.vcproj (1.5), utilities_embed.vcproj
(1.5), v5_examples.vcproj (1.4):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Add target specific property sheets to VS2005 projects.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-06 14:50 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/extern/icu/source/: data/makedata.mak (1.3),
data/makedata_8.vcproj (1.3), extra/uconv/makedata.mak (1.3),
extra/uconv/uconv_8.vcproj (1.3), test/testdata/testdata.mk (1.3),
common/common_8.vcproj (1.3), i18n/i18n_8.vcproj (1.3),
io/io_8.vcproj (1.3), layout/layout_8.vcproj (1.3),
layoutex/layoutex_8.vcproj (1.3), stubdata/stubdata_8.vcproj (1.3),
test/cintltst/cintltst_8.vcproj (1.3),
test/intltest/intltest_8.vcproj (1.3), test/iotest/iotest_8.vcproj
(1.3), tools/ctestfw/ctestfw_8.vcproj (1.3),
tools/genbrk/genbrk_8.vcproj (1.3),
tools/genccode/genccode_8.vcproj (1.3), tools/gencmn/decmn_8.vcproj
(1.3), tools/gencmn/gencmn_8.vcproj (1.3),
tools/gencnval/gencnval_8.vcproj (1.3),
tools/gennames/gennames_8.vcproj (1.3),
tools/gennorm/gennorm_8.vcproj (1.3),
tools/genpname/genpname_8.vcproj (1.3),
tools/genprops/genprops_8.vcproj (1.3), tools/genrb/derb_8.vcproj
(1.3), tools/genrb/genrb_8.vcproj (1.3),
tools/gensprep/gensprep_8.vcproj (1.3),
tools/gentest/gentest_8.vcproj (1.3), tools/genuca/genuca_8.vcproj
(1.3), tools/icuswap/icuswap_8.vcproj (1.3),
tools/makeconv/makeconv_8.vcproj (1.3),
tools/pkgdata/pkgdata_8.vcproj (1.3),
tools/toolutil/toolutil_8.vcproj (1.3):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Add property sheets to VS2005 projects in ICU module Separate
output from 32-bit and 64-bit builds into different directories.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-06 13:16 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/extern/icu/source/allinone/: firebird2debug.vsprops
(1.1), firebird2intl.vsprops (1.1), firebird2release.vsprops (1.1):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Add VS 2005 property sheets for the ICU module
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-06 12:59 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc8/: firebird2debug.vsprops (1.1),
firebird2release.vsprops (1.1):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Add property sheets for VS 2005 builds, to give finer control over
release and debug configurations.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-06 12:57 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/: .cvsignore (1.1), msvc7/.cvsignore
(1.1), msvc8/.cvsignore (1.1):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Ignore files generated by MSVC or the build process
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-05 11:41 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/TriState.h (1.3):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Switch to inline for now.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-05 04:26 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/TriState.h (1.2):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Do not include file more than once
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-04 10:37 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/alice/exe.cpp (1.47):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Simplification and check for end of buffer.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-04 10:22 robocop
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/TriState.h (1.1):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fix CORE-1440.
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
2007-09-02 11:34 robocop
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/install/arch-specific/solaris/CS/postinstall.in
(1.4):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-09-02 04:13 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/arch-specific/solaris/Makefile.in (1.5):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-31 17:29 paulbeach
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/arch-specific/solaris/CS/prototype.in
(1.5):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Solaris Port
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-31 14:28 paulbeach
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/: install/arch-specific/solaris/CS/prototype.in
(1.4), posix/prefix.solx86gcc (1.25):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Solaris Port
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-31 12:47 paulbeach
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/: install/arch-specific/solaris/CS/prototype.in
(1.3), posix/prefix.solx86gcc (1.24):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Solaris Port
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-31 11:07 paulbeach
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/arch-specific/solaris/libgcc/:
pkginfolg.in (1.2), prototypelg.in (1.2), pkginfolg.in (1.3):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Solaris Port
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-31 10:51 paulbeach
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: builds/install/arch-specific/solaris/CS/pkginfo.in
(1.2), builds/install/arch-specific/solaris/CS/postinstall.in
(1.3), builds/install/arch-specific/solaris/CS/prototype.in (1.2),
builds/install/arch-specific/solaris/Makefile.in (1.4),
builds/install/arch-specific/solx86/Makefile.in (1.3), configure.in
(1.261), extern/icu/source/config/mh-solaris-gcc (1.7):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Solaris Port
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-31 09:56 paulbeach
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/arch-specific/solx86gcc/: CS/pkginfo.in
(1.3), CS/postinstall.in (1.3), CS/postremove.in (1.3),
CS/preinstall.in (1.3), CS/prototype.in (1.6), LIBGCC/pkginfolg.in
(1.3), LIBGCC/prototypelg.in (1.2), Makefile.in (1.5),
SS/pkginfo.in (1.3), SS/postinstall.in (1.2), SS/postremove.in
(1.2), SS/preinstall.in (1.2), SS/prototype.in (1.2):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Solaris Port
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-29 12:02 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/fbrmclib.cpp (1.4):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Commit fix from Stephen Boyd for his RMCOBOL interface library.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-29 11:49 hvlad
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/keywords.cpp (1.64):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Correct my mistake - new built-in UDFs must be extracted with
quotes by isql
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-29 11:05 hvlad
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: keywords.cpp (1.63), keywords.h (1.21):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Lets isql not quote new non-reserved tokens
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-28 13:19 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.260):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed linux build in HEAD
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-27 12:49 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: keywords.cpp (1.62), parse.y (1.246):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Resolved CORE-1386.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-27 12:19 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/ddl.cpp (1.204):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-26 11:53 robocop
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/burp.cpp (1.127):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc tweaks with Firebird::string.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-26 11:14 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/dsql.cpp (1.198):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc: document code that doesn't handle quoted names as expected.
It may be bug or strange feature for cursor names.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-26 11:05 robocop
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/metd.epp (1.101):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Minor changes in MetaName usage.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-22 08:52 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/config/ScanDir.cpp (1.5):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Comment
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-22 04:18 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/dsql.cpp (1.197):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1417 - "Invalid BLOB ID" in IBX insert operation
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-21 16:22 paulbeach
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.259):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Update for Solaris Sparc too
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-21 15:34 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/config/: ScanDir.cpp (1.4), ScanDir.h (1.4):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Make firebird.h first include file - specially required for solaris
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-20 15:26 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.258):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Added library required for standard semaphores.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-20 15:24 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/semaphore.h (1.35):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Removed buggy implementation of semaphore on solaris in favour of
standard one
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-20 15:22 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/fb_string.h (1.8):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Never include autoconfig.h directly
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-20 15:21 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/make.defaults (1.59):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-14 13:06 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: Makefile.in.extlib (1.23),
Makefile.in.libfbclient (1.37), make.defaults (1.58),
prefix.solx86gcc (1.23):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
1. We have 3 kinds of libraries we build - plain-C (libib_util),
C++ with static ++ support (libfbclient) and C++ with dynamic ++
support (all the others). Reworked build process to clearly handle
different linkers and switches for this 3 kinds of libraries. 2.
Disabled creation of binaries with undefined external references
during DEV_BUILD.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-14 12:15 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/gpre.h (1.89):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Absolutely no reasons to have it non-const here
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-13 14:55 aafemt
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.client.util (1.48):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fix MinGW build
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-13 14:00 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: Makefile.in.client.util (1.47),
prefix.solx86gcc (1.22):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Should link with g++ on Solaris
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-10 10:11 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/make.defaults (1.57):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
restored accidetially commited file
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-10 09:51 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: Makefile.in.client.util (1.46),
Makefile.in.inet_server (1.17), firebird.vers (1.11), make.defaults
(1.56):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Removed entry, actually missing in API
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-09 13:05 hvlad
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/dsql.cpp (1.196):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fix for CORE-908 : Garbage in plan output of complex statement
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-07 12:29 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/gstat.dsp (1.23):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fix the VC6 build.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-03 11:09 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: Makefile.in.client.util (1.45),
Makefile.in.embed.util (1.33):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-03 11:00 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: Makefile.in.client.util (1.44),
Makefile.in.embed.util (1.32):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
fixed posix build
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-03 07:21 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc7/gstat.vcproj (1.25):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1398, CORE-1399, CORE-1400.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-03 07:17 dimitr
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc8/gstat.vcproj (1.5):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1398, CORE-1399, CORE-1400.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-02 04:00 asfernandes
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/: fbrmclib.cpp (1.3), rmc.cpp (1.5), sqe.cpp
(1.46):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-08-02 02:51 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/parse.y (1.245):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Correction
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-31 03:22 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: common/classes/timestamp.h (1.13),
dsql/keywords.cpp (1.61), dsql/make.cpp (1.136), dsql/parse.y
2008-03-24 20:52:36 +01:00
(1.244), dsql/pass1.cpp (1.336):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Improvements: 1) CORE-1387 - Add MILLISECONDS handling to EXTRACT,
DATEADD and DATEDIFF functions 2) CORE-663 - EXTRACT(WEEK FROM
DATE)
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-30 13:03 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/run_all.bat (1.10):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Don't build the PDB images by default
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-30 12:56 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/run_all.bat (1.9):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Add a test for optional env var - FB_NOCLEAN - to speed up
rebuilds.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-29 10:15 hvlad
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/parse.y (1.243):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Implement RECREATE GLOBAL TEMPORARY TABLE
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-29 09:30 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/: cme.cpp (1.40), fbrmclib.cpp (1.2), gpre.cpp
(1.85), gpre.h (1.88), gpreswi.h (1.17), hsh.h (1.7), par.cpp
(1.65), rmc.cpp (1.4), sqe.cpp (1.45), words.h (1.7):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Commit GPRE enhancements on behalf of Stephen Boyd. This batch of
changes includes: - Support for FIRST/SKIP clauses - Support for
CURRENT_CONNECTION, CURRENT_ROLE, CURRENT_TRANSACTION and
CURRENT_USER context variables - Changed the BLR generated for
RM/Cobol programs to use blr_cstring rather than blr_text so that
CHAR and VARCHAR fields are not written as "fixed length" fields
from Cobol programs. Incoming CHAR and VARCHAR fields are right
filled with spaces inbound to the Cobol program and stripped of
trailing spaces outbound.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-29 04:30 robocop
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/alloc.cpp (1.94):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-27 15:40 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/alloc.cpp (1.93):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Backported fix for spare space in MemoryPool
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-26 14:58 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc8/fb2control.vcproj (1.4):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Statically link cpl applet to mfc for the time being. It doesn't
solve all the problems related to deployment of VC8 apps, but it
does solve one.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-26 14:05 hvlad
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/misc/firebird.conf (1.34):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Explanation as Claudio suggest
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-26 03:23 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: builds/install/misc/firebird.conf (1.33),
2008-03-24 20:52:36 +01:00
src/common/classes/GenericMap.h (1.16):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-25 20:51 hvlad
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/misc/firebird.conf (1.32):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Implement CORE-1381 : Allow Firebird to not use filesystem cache
for database files
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-25 20:44 hvlad
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: config.cpp (1.82), config.h (1.45):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Implement CORE-1381 : Allow Firebird to not use filesystem cache
for database files Implementation in unix.cpp is experimental and
commented out (calls of posix_fadvice) until testing Cleanup in
winnt.cpp : removed fil_force_write_desc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-25 17:46 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.335):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1379 - Invalid parameter type when using it in
CHAR_LENGTH function
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-25 16:43 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/arch-specific/win32/:
FirebirdInstall_20.iss (1.19), custom_messages.inc (1.5):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Remove some more hard-coded version numbers from the install
script.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-25 16:41 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
*
firebird2/builds/install/arch-specific/win32/BuildExecutableInstall.bat
(1.28):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Remove quotes around env var and document how to define it
correctly.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-25 15:13 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.firebird (1.79):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Make build process slightly less artificial
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-24 18:28 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: ddl.cpp (1.203), dsql.h (1.113), gen.cpp
(1.129):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1378 - Domain names and charset issues
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-24 15:44 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/GenericMap.h (1.15):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Function to put pair to map, using default value, returning pointer
to it
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-22 11:05 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/dsql.h (1.112):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Totally misc.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-21 23:28 hvlad
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: dsql.h (1.111), gen.cpp (1.128), pass1.cpp
(1.334):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed bug CORE-1373 : Incorrect result of recursive CTE query when
recursive member's SELECT list contains expression using
self-referenced fields
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
2007-07-20 11:35 alexpeshkoff
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/dsql.cpp (1.195):
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
Fixed CORE-1371: Execute block fails within execute statement
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
2007-07-19 03:25 asfernandes
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/install/misc/fbintl.conf (1.16):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
1) CORE-1366 - French insensitive collation FR_FR_CI_AI 2) Renamed
CP932 to CP943C per user feedback in CORE-1324
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-08 10:43 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/gen.cpp (1.127):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-05 15:57 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
*
firebird2/builds/install/arch-specific/win32/installation_scripted.txt
(1.3):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Make sure example is actually correct.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-03 14:10 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/sql.extensions/README.order_by_expressions_nulls
(1.3):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Corrections for v2.0 and above.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-03 11:08 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/arch-specific/win32/:
After_Installation.url (1.1), FirebirdInstall_20.iss (1.18),
firebirdsql.org.url (1.1):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Add link to landing page Make sure we include the metadata update
script.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-03 02:09 asfernandes
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/doc/sql.extensions/README.builtin_functions.txt (1.5):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Improvement CORE-1340 - Add a scale parameter to TRUNC function
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-02 16:46 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
*
firebird2/builds/install/arch-specific/win32/FirebirdInstall_20.iss
(1.17):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Make sure that manifest file is _really_ included, if it is needed.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-02 16:36 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
*
firebird2/builds/install/arch-specific/win32/FirebirdInstall_20.iss
(1.16):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Include link to 2.1.0 release notes Dynamically generate version
number for readme menuitem
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-02 16:25 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-11 04:21:24 +01:00
*
2007-12-12 04:21:55 +01:00
firebird2/builds/install/arch-specific/win32/BuildExecutableInstall.bat
(1.27):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Remove duplicate line
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-02 16:00 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
*
firebird2/builds/install/arch-specific/win32/BuildExecutableInstall.bat
(1.26):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Make sure embedded packages are separated by platform. Include
manifest if necessary.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-02 14:28 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
*
firebird2/builds/install/arch-specific/win32/BuildExecutableInstall.bat
(1.25):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Include the VC80 runtime manifest.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-07-01 04:40 asfernandes
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: gen.cpp (1.126), node.h (1.92):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-29 12:22 hvlad
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: gen.cpp (1.125), node.h (1.91), parse.y
(1.242), pass1.cpp (1.333):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Improve implementation of nod_src_info to avoid generation of
additional blr_begin\blr_end pair
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-28 17:27 asfernandes
2007-12-11 04:21:24 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/gen.cpp (1.124):
2007-12-11 04:21:24 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1332 - Put the connection charset in sqlscale of blobs
when appropriate
2007-12-11 04:21:24 +01:00
2007-12-12 04:21:55 +01:00
2007-06-26 11:22 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
*
firebird2/builds/install/arch-specific/win32/FirebirdInstall_20.iss
(1.15):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Tidy up a little.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-26 10:43 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/arch-specific/win32/:
FirebirdInstallEnvironmentChecks.inc (1.6), FirebirdInstall_20.iss
(1.14), Readme.txt (1.13), custom_messages.inc (1.4),
installation_readme.txt (1.11), installation_scripted.txt (1.2):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Upgrade inno setup script to IS5 Add support for building 64-bit
installable binaries Update readme's for beta 1.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-23 20:48 asfernandes
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/fb_pair.h (1.15):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1331 - Charset transliterations don't work with EXECUTE
STATEMENT
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-22 14:21 paul_reeves
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
*
firebird2/builds/install/arch-specific/win32/BuildExecutableInstall.bat
2007-12-11 04:21:24 +01:00
(1.24):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc upstream changes to support InnoSetup 5 and other
enhancements to innosetup install script.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-22 03:59 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: builds/install/misc/fbintl.conf (1.15),
extern/icu/source/data/mappings/ucmcore.mk (1.4),
2008-03-24 20:52:36 +01:00
extern/icu/source/data/mappings/ucmfiles.mk (1.4):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Feature request CORE-1324 - Japanese character set cp932 -- waiting
for user feedback on what ICU charset is best
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-19 09:35 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/alice/: alice.cpp (1.96), alice.h (1.56),
alice_proto.h (1.13), tdr.cpp (1.52):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1328: unexpected end of input when running gfix in
dialog
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-18 14:52 aafemt
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/GenericMap.h (1.14):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Warning
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-15 02:41 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.332):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Second part of fix for CORE-1313, fixed the issue with RDB$DB_KEY
and derived tables
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-14 14:25 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/fb_string.h (1.7):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
added missing method
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-14 04:15 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.331):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1313 - RDB$DB_KEY not supported in merge command
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-13 13:56 paulbeach
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/extern/icu/source/config/mh-darwin (1.3):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
MacOS Port into HEAD - Minor mods
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-13 12:07 paulbeach
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/postfix.darwin (1.5):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
MacOS Port into HEAD - Minor mods
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-13 03:56 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.132):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Update
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-12 10:29 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.330):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc and VC6 compilation workaround.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-12 04:02 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/postfix.darwin (1.4):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-11 16:21 paulbeach
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: builds/install/arch-specific/darwin/FB.info (1.3),
builds/install/arch-specific/darwin/Makefile.in (1.3),
builds/install/arch-specific/darwin/fullvers.c (1.3),
builds/install/arch-specific/darwin/install-script (1.3),
builds/install/arch-specific/darwin/preupgrade-script (1.3),
builds/install/arch-specific/darwin/buildno.c (1.2),
builds/install/arch-specific/darwin/revno.c (1.2),
builds/posix/Makefile.in.firebird (1.78),
builds/posix/Makefile.in.libfbclient (1.36),
builds/posix/Makefile.in.libfbembed (1.24),
builds/posix/Makefile.in.static.gbak (1.15),
builds/posix/fbintl.darwin.vers (1.2), builds/posix/make.defaults
(1.55), builds/posix/postfix.darwin (1.3),
builds/posix/prefix.darwin (1.22),
builds/posix/firebird.darwin.client.vers (1.2),
builds/posix/firebird.darwin.embed.vers (1.2),
2008-03-24 20:52:36 +01:00
src/common/classes/locks.h (1.25), src/include/firebird.h (1.43):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
MacOS Port into HEAD
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-09 21:31 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: doc/WhatsNew (1.131), src/dsql/dsql.h (1.110),
src/dsql/make.cpp (1.135), src/dsql/node.h (1.90),
src/dsql/pass1.cpp (1.329):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Rollback fix for CORE-1245 and CORE-1246 and defer to better times,
as each change causes regressions
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-09 21:18 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: doc/WhatsNew (1.130), src/dsql/make.cpp (1.134),
2008-03-24 20:52:36 +01:00
src/dsql/pass1.cpp (1.328):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1315 - Data type unknown, for most functions ported from
Yaffil
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-09 11:04 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.327):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-08 15:24 hvlad
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/make.cpp (1.133):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Quick fix for CORE-1315 : Data type unknown. To be reviewed by
Adriano
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-08 10:40 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/gen/ids.h (1.25):
2007-11-25 04:24:52 +01:00
Misc.
2007-12-12 04:21:55 +01:00
2007-06-08 10:40 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/semaphore.h (1.34):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fix wrong indentation.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-08 04:19 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: doc/WhatsNew (1.129), src/dsql/dsql.h (1.109),
src/dsql/make.cpp (1.132), src/dsql/node.h (1.89), src/dsql/parse.y
2008-03-24 20:52:36 +01:00
(1.241), src/dsql/pass1.cpp (1.326):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Rework fix for CORE-1245 to fix: CORE-1246 - Incorrect column
values with outer joins and derived tables, CORE-1306 - Indices not
used for views
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-07 05:34 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: builds/posix/Makefile.in.static.gbak (1.14),
2008-03-24 20:52:36 +01:00
src/common/classes/semaphore.h (1.33):
2007-11-25 04:24:52 +01:00
2007-12-11 04:21:24 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-06 15:08 alexpeshkoff
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/ids.h (1.24):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Make ids.h better human-readable
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-06 14:36 alexpeshkoff
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/: dsql/dsql.cpp (1.194), include/gen/ids.h (1.23):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Cleaned up mutexes - removed MUTX_T and related macros
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-06 13:45 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.static.gbak (1.13):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-06 11:03 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/semaphore.h (1.32):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
front-ported changes required for Solaris and Darwin
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-05 10:52 hvlad
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.128):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Update WhatsNew
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-05 09:11 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/semaphore.h (1.31):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Null implementation for ST case
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-02 21:51 hvlad
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/UserBlob.cpp (1.7):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed crash in DEV_BUILD when zero length blob is read by gbak.
Reported privately by Adriano
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-02 21:13 asfernandes
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/: doc/WhatsNew (1.127), src/dsql/ddl.cpp (1.202):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fix for: CORE-1286 - Bug with COMPUTED BY fields CORE-1292 - Can't
create table using long username and UTF8 as attachment charset
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-02 21:11 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/arch-specific/:
linux/classic/makeInstallImage.sh.in (1.21),
linux/super/makeInstallImage.sh.in (1.21),
win32/BuildExecutableInstall.bat (1.23):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Metadata charset upgrade scripts
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-01 18:05 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/sqe.cpp (1.44):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-01 15:16 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/extlib/ib_udf.sql (1.8):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Builtin functions - same changes in legacy file
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-06-01 14:08 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/extlib/ib_udf2.sql (1.10):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
All this functions became builtin in fb2.1
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-28 22:24 hvlad
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/StatusHolder.cpp (1.3):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
fb_assert added to not allow illegal use of StatusHolder
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-28 15:23 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.126):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Update
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-28 14:46 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/gen.cpp (1.123):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-27 02:37 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/gen.cpp (1.122):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-27 00:08 asfernandes
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/gen.cpp (1.121):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fix non-ASCII object names in: 1) aliases in PLANs 2) EXECUTE
PROCEDURE 3) SELECTs inside procedures/triggers
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-23 10:56 hvlad
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/alice/alice.cpp (1.95):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Correct invalid cast in SafeArg usage
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-22 04:14 asfernandes
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: gen.cpp (1.120), pass1.cpp (1.325):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Improvement CORE-1277 - Automatic transliteration of text blobs
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-20 03:37 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.125):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Update
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-18 15:33 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.124):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Update.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-18 09:19 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/make.shared.variables (1.75):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Added StatusHolder to posix build
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-18 08:31 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: common.dsp (1.37),
common_classic.dsp (1.31), common_static.dsp (1.15):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Sync VC6 files.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-18 08:15 robocop
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/StatusHolder.cpp (1.2):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-18 03:17 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: parse.y (1.240), pass1.cpp (1.324):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Rollback fix for CORE-1246 - Incorrect column values with outer
joins and derived tables, that broke recursive-CTE and uses scarse
contexts
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-17 16:48 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc8/: common.vcproj (1.6),
common_classic.vcproj (1.6), common_static.vcproj (1.5):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Update MSVC8 build
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-17 15:00 hvlad
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: src/common/StatusHolder.cpp (1.1),
src/common/StatusHolder.h (1.1), builds/win32/msvc7/common.vcproj
(1.27), builds/win32/msvc7/common_classic.vcproj (1.24),
builds/win32/msvc7/common_static.vcproj (1.12):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Add class for holding status vector and error strings
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-17 14:40 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/README.fbsvcmgr (1.2):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Added missing SPB parameter
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-17 14:30 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/utils.cpp (1.29):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed posix build
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-17 14:25 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/tree.h (1.65):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-16 11:38 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.123):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Update.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-16 10:38 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/utils.cpp (1.28):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Changed the logic a bit to please Claudio.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-16 09:54 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/README.monitoring_tables (1.6):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Added remote process name to the monitoring data. Applications are
allowed to override this value via DPB.
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
2007-05-16 09:44 dimitr
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/: include/gen/ids.h (1.22), include/consts_pub.h
(1.11), common/utils.cpp (1.27), common/utils_proto.h (1.17):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Added remote process name to the monitoring data. Applications are
allowed to override this value via DPB.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-16 08:53 robocop
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/pass1.cpp (1.323):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-16 08:52 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/tree.h (1.64):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Formatting and VC6 hack.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-16 06:18 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.122):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-15 10:12 dimitr
* firebird2/doc/WhatsNew (1.121):
2007-11-25 04:24:52 +01:00
2007-12-11 04:21:24 +01:00
Misc.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-15 10:06 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.120):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Update.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-14 17:27 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/config/ConfObject.cpp (1.6):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed BOs
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-14 13:40 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.257),
builds/install/arch-specific/linux/classic/rpmheader.txt.in (1.6),
builds/install/arch-specific/linux/super/rpmheader.txt.in (1.7):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-981 - x86_64 RPM package missing "provides"
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-13 16:06 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: doc/sql.extensions/README.update_or_insert (1.4),
src/dsql/pass1.cpp (1.322):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Changed UPDATE OR INSERT to check existence of records with IS NOT
DISTINCT
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-13 15:44 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/GenericMap.h (1.13):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Correction
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-13 03:37 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: common/classes/GenericMap.h (1.12), dsql/dsql.h
(1.108), dsql/pass1.cpp (1.321):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1256 - Table columns hide destination variables of
RETURNING INTO, and others problems recent introduced
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-11 18:37 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/README.fbsvcmgr (1.1):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Documentation for fbsvcmgr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-11 13:18 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/sql.extensions/README.update_or_insert (1.3):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Removed incorrect note
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-11 08:41 aafemt
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/README.makefiles (1.4):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Note for POSIX builders
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-11 08:40 aafemt
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: Makefile.in.client.gbak (1.18),
Makefile.in.client.gfix (1.21), Makefile.in.client.gpre (1.25),
Makefile.in.client.isql (1.18), Makefile.in.client.qli (1.13),
Makefile.in.client.util (1.43), Makefile.in.embed.gbak (1.19),
Makefile.in.embed.gfix (1.22), Makefile.in.embed.gpre (1.23),
Makefile.in.embed.isql (1.17), Makefile.in.embed.qli (1.22),
Makefile.in.intl (1.32), Makefile.in.libfbclient (1.35),
make.shared.variables (1.74):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fix MinGW build
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-09 17:23 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/sql.extensions/README.list (1.2):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Updated LIST documentation - thanks to Maycon Ferra<72>a
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-09 04:03 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/burp/burp.cpp (1.126):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-08 17:50 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/parse.y (1.239):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Use UNION ALL instead of UNION
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-08 17:34 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/README.intl (1.9):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
More INTL documentation
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-08 17:33 asfernandes
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/metd.epp (1.100):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed registration and use of custom character sets
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-08 17:16 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/burp/mvol.cpp (1.47):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
1. Fixed ignored IO-errors (i.e. incomplete backups) on non-windows
platforms. 2. Fixed CORE-1237 - GBAK does not create backup in
service_mgr mode if there is no space on disk, no error reported.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-08 17:13 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/burp/burp.cpp (1.125):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
use ClumpletWriter for spb
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-08 10:50 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/alloc.cpp (1.92):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-08 04:31 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: common/classes/tree.h (1.63), dsql/parse.y
(1.238):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-06 23:30 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: parse.y (1.237), pass1.cpp (1.320):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1246 - Incorrect column values with outer joins and
derived tables
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-06 18:45 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.319):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed ambiguity problem in NATURAL/USING join and derived tables
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-05 21:28 asfernandes
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/make.cpp (1.131):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1227 - LIST() function seems not work if used twice or
more in a query
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-05 05:17 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.318):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1244 - Server crash on select * from <recursive CTE>
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-04 14:37 hvlad
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/: sparse_bitmap.h (1.19), tree.h
(1.62):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Optimize SparseBitmap::set a bit
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-04 03:38 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc8/: Firebird2.sln (1.4),
fbsvcmgr.vcproj (1.1):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Added fbsvcmgr for MSVC8. Note: it should depend on common and
fbclient.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-04 03:23 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/create_msgs.bat (1.5):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Correction
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-04 03:18 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/:
builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
(1.20), builds/posix/prefix.linux_mipsel (1.5),
src/common/classes/alloc.cpp (1.91), src/common/classes/alloc.h
2008-03-24 20:52:36 +01:00
(1.70):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-03 15:51 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: alice/all.h (1.13), common/classes/alloc.cpp
2008-03-24 20:52:36 +01:00
(1.90), common/classes/alloc.h (1.69):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Front-ported fix for CORE-1240 - any task, using libfbclient, hangs
on exit on Darwin/PPC
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-03 13:24 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/:
builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
(1.19),
builds/install/arch-specific/linux/super/makeInstallImage.sh.in
(1.20), builds/posix/Makefile.in.client.util (1.42),
builds/posix/Makefile.in.embed.util (1.31),
builds/posix/make.defaults (1.54), builds/posix/prefix.linux
(1.32), builds/posix/prefix.linux_amd64 (1.12),
builds/posix/prefix.linux_generic (1.9),
builds/posix/prefix.linux_mipsel (1.4),
builds/posix/prefix.linux_powerpc (1.4),
builds/posix/prefix.linux_sparc32 (1.13),
lang_helpers/gds_codes.ftn (1.58), lang_helpers/gds_codes.pas
(1.58), src/include/gen/codetext.h (1.66),
src/include/gen/iberror.h (1.67), src/include/gen/msg_facs.h
(1.10), src/include/gen/msgs.h (1.84), src/include/gen/rdb_codes.h
2008-03-24 20:52:36 +01:00
(1.63), src/include/gen/sql_code.h (1.71):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Added fbsvcmgr, utility to access services manager
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-03 03:32 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/sql.extensions/README.joins.txt (1.1):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Doc. for new join types
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-02 08:59 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: engine.dsp (1.73),
engine_classic.dsp (1.69), engine_embed.dsp (1.48):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fix VC6 project files after the last file(s) addition.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-05-02 08:57 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: src/common/config/config.cpp (1.81),
builds/install/misc/firebird.conf (1.31), src/dsql/pass1.cpp
2008-03-24 20:52:36 +01:00
(1.317):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-29 21:04 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: lang_helpers/gds_codes.ftn (1.57),
lang_helpers/gds_codes.pas (1.57), src/common/classes/array.h
(1.41), src/dsql/blk.h (1.8), src/dsql/dsql.h (1.107),
src/dsql/node.h (1.88), src/dsql/pass1.cpp (1.316),
src/include/gen/codetext.h (1.65), src/include/gen/iberror.h
(1.66), src/include/gen/msgs.h (1.83), src/include/gen/rdb_codes.h
2008-03-24 20:52:36 +01:00
(1.62), src/include/gen/sql_code.h (1.70):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Implementation of CORE-1235: NATURAL JOIN and JOIN...USING
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-28 16:13 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: lang_helpers/gds_codes.ftn (1.56),
lang_helpers/gds_codes.pas (1.56), src/include/gen/codetext.h
(1.64), src/include/gen/iberror.h (1.65), src/include/gen/msgs.h
(1.82), src/include/gen/rdb_codes.h (1.61),
2008-03-24 20:52:36 +01:00
src/include/gen/sql_code.h (1.69):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-1083 - engine silently ignored attempt to revoke
privilege
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-28 16:11 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/ddl.cpp (1.201):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-27 17:53 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/dsql.cpp (1.193):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed the issue reported by grostoon in fb-devel.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-27 17:06 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/ClumpletReader.cpp (1.26):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Removed tags, which never appear in any clumplet
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-27 11:19 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: builds/posix/Makefile.in.client.util (1.41),
2008-03-24 20:52:36 +01:00
src/alice/alice.cpp (1.94), src/common/utils_proto.h (1.16):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
1. avoid code duplication defining arg_string 2. fix posix build
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-27 04:28 asfernandes
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/install/misc/firebird.conf (1.30):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-26 21:29 skidder
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: alice/alice.cpp (1.93), common/utils.cpp (1.26),
2008-03-24 20:52:36 +01:00
common/utils_proto.h (1.15), include/firebird.h (1.42):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fix MSVC8/Win32 build. IMO, these things where not nice: -
Target-dependent global typedefs - Target-dependent stuff in COMMON
.cpp files
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-26 18:15 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/ClumpletWriter.cpp (1.19):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
fixed diagnostics
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-26 10:51 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/utils.cpp (1.25):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
misc comment
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-25 23:08 hvlad
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: builds/install/misc/firebird.conf (1.29),
src/common/config/config.cpp (1.80), src/common/config/config.h
2008-03-24 20:52:36 +01:00
(1.44):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Implement CORE-1229 : Teach Firebird to allocate disk space by more
than one page at a time
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-25 16:09 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: builds/posix/Makefile.in.client.util (1.40),
src/alice/alice.cpp (1.92), src/burp/burp.cpp (1.124),
src/common/utils.cpp (1.24), src/common/utils_proto.h (1.14),
src/dudley/ddl.cpp (1.40), src/gpre/gpre.cpp (1.84),
2008-03-24 20:52:36 +01:00
src/include/firebird.h (1.41):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed CORE-867 - all utilities now hide password from "ps" as soon
as possible
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-25 16:02 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/ClumpletWriter.cpp (1.18):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
fixed writing of SpbStart clumplet
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-25 16:00 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/make.defaults (1.53):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
added minimum support for easy profiling setup
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-25 04:31 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc8/fbembed.vcproj (1.10):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
This shouldn't belong to this project
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-25 04:26 asfernandes
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/pass1.cpp (1.315):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-24 17:21 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: doc/sql.extensions/README.returning (1.5),
doc/sql.extensions/README.update_or_insert (1.2), src/dsql/dsql.h
(1.106), src/dsql/gen.cpp (1.119), src/dsql/parse.y (1.236),
src/dsql/pass1.cpp (1.314):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
CORE-1226: Allow RETURNING in INSERT...SELECT, UPDATE and DELETE
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-24 16:05 skidder
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: builds/posix/make.shared.variables (1.73),
builds/win32/msvc7/engine.vcproj (1.63),
builds/win32/msvc7/engine_classic.vcproj (1.63),
builds/win32/msvc7/engine_embed.vcproj (1.52),
builds/win32/msvc8/engine.vcproj (1.10),
builds/win32/msvc8/engine_classic.vcproj (1.10),
builds/win32/msvc8/engine_embed.vcproj (1.10),
builds/win32/msvc8/fbembed.vcproj (1.9), src/common/classes/alloc.h
2008-03-24 20:52:36 +01:00
(1.68), src/common/classes/array.h (1.40):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
NBAK synchronization rework. This should fix CORE-1151 and other
Nbackup stability issues
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-24 08:11 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/sql.extensions/README.builtin_functions.txt (1.4):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-21 23:27 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/sql.extensions/README.builtin_functions.txt (1.3):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Some more info proposed by Claudio
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-21 05:27 asfernandes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: builds/posix/Makefile.in.client.gbak (1.17),
doc/README.user (1.3), src/common/classes/ClumpletReader.h (1.18),
2008-03-24 20:52:36 +01:00
src/config/Element.cpp (1.8):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-19 17:27 asfernandes
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/rwlock.h (1.31):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Avoid code duplication - thanks to Alex
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-19 11:19 alexpeshkoff
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/rwlock.h (1.30):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
fixed posix build after latest changes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-19 11:16 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/: ClumpletReader.cpp (1.25),
ClumpletReader.h (1.17):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Added one more clumplet style
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-19 11:09 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: Makefile.in.client.gbak (1.16),
Makefile.in.client.gfix (1.20), Makefile.in.client.gpre (1.24),
Makefile.in.client.isql (1.17), Makefile.in.client.qli (1.12),
Makefile.in.client.util (1.39), Makefile.in.embed.gbak (1.18),
Makefile.in.embed.gfix (1.21), Makefile.in.embed.gpre (1.22),
Makefile.in.embed.isql (1.16), Makefile.in.embed.qli (1.21),
make.defaults (1.52), prefix.linux_amd64 (1.11):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
added path_utils to appropriate Makefiles
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-19 03:09 asfernandes
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/: msvc7/intl.vcproj (1.33),
msvc8/intl.vcproj (1.10):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Misc changes as per Claudio and Alex comments
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-18 19:29 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.313):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Done CORE-1213.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-18 19:01 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/TempFile.cpp (1.10):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fix for the issue reported by Michal Kubecek in fb-devel.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-18 13:55 robocop
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/config/: ConfObject.cpp (1.5), ConfObject.h (1.4),
ConfigFile.cpp (1.6), ConfigFile.h (1.3), Lex.h (1.6):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixing the interface of this crap plus buffer overruns.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2007-04-18 13:05 robocop
* firebird2/builds/win32/msvc6/intl.dsp (1.39):
Fix the VC6 build.
2007-04-18 13:05 robocop
* firebird2/doc/README.user (1.2):
Only the domain is FirebirdSQL.
2007-04-18 13:02 robocop
* firebird2/src/: common/classes/MetaName.h (1.6),
common/classes/objects_array.h (1.19), common/classes/rwlock.h
(1.29), config/ConfObj.cpp (1.3), config/ConfObj.h (1.3),
config/ConfObject.cpp (1.4), config/ConfObject.h (1.3),
2008-03-24 20:52:36 +01:00
config/Element.cpp (1.7), config/Element.h (1.4):
2007-12-12 04:21:55 +01:00
Misc.
2007-04-17 04:24 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/rwlock.h (1.28):
2007-12-12 04:21:55 +01:00
Misc
2007-04-16 11:37 hvlad
* firebird2/builds/win32/msvc7/intl.vcproj (1.32):
Update MSVC7 project file after changes in INTL module
2007-04-15 20:34 asfernandes
* firebird2/src/dsql/dsql.cpp (1.192):
Added missing items noted by Claudio
2007-04-15 17:56 asfernandes
* firebird2/: builds/install/misc/fbintl.conf (1.14),
builds/posix/fbintl.vers (1.4),
builds/win32/msvc6/fb_inet_server.dsp (1.26),
builds/win32/msvc6/fbembed.dsp (1.41),
builds/win32/msvc6/fbserver.dsp (1.40), builds/win32/msvc6/intl.dsp
(1.38), builds/win32/msvc7/fb_inet_server.vcproj (1.24),
builds/win32/msvc7/fbembed.vcproj (1.35),
builds/win32/msvc7/fbserver.vcproj (1.25),
builds/win32/msvc7/intl.vcproj (1.31),
builds/win32/msvc8/fb_inet_server.vcproj (1.8),
builds/win32/msvc8/fbembed.vcproj (1.8),
builds/win32/msvc8/fbserver.vcproj (1.8),
builds/win32/msvc8/intl.vcproj (1.9), lang_helpers/gds_codes.ftn
(1.55), lang_helpers/gds_codes.pas (1.55),
src/common/classes/rwlock.h (1.27), src/include/gen/codetext.h
(1.63), src/include/gen/iberror.h (1.64), src/include/gen/msgs.h
(1.81), src/include/gen/rdb_codes.h (1.60),
2008-03-24 20:52:36 +01:00
src/include/gen/sql_code.h (1.68):
2007-12-12 04:21:55 +01:00
1) Upgrade INTL interface to undestand misc. configuration
informations 2) Make our ICU collations work with different ICU
versions (tested with ICU 3.6)
2007-04-15 13:56 robocop
* firebird2/doc/sql.extensions/README.builtin_functions.txt (1.2):
Misc.
2007-04-15 13:25 robocop
* firebird2/: doc/README.trusted_authentication (1.2),
2008-03-24 20:52:36 +01:00
src/dsql/gen.cpp (1.118), src/dsql/pass1.cpp (1.312):
2007-12-12 04:21:55 +01:00
Misc.
2007-04-15 13:21 robocop
* firebird2/src/include/gen/autoconfig_msvc.h (1.106):
Either VC doesn't have INFINITY in math.h or it should be
constrained to new versions of the compiler.
2007-04-15 03:11 asfernandes
* firebird2/doc/sql.extensions/README.builtin_functions.txt (1.1):
Documentation for new builtin functions
2007-04-13 14:10 dimitr
* firebird2/src/burp/backup.epp (1.103):
Fixed CORE-1205.
2007-04-13 13:10 dimitr
* firebird2/builds/install/misc/firebird.conf (1.28):
Resolved CORE-861.
2007-04-13 12:53 alexpeshkoff
* firebird2/src/common/config/config.cpp (1.79):
Check for negative values to avoid problems comparing unsigned
later in the code
2007-04-13 03:37 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: ddl.cpp (1.200), dsql.cpp (1.191), gen.cpp
(1.117), make.cpp (1.130), node.h (1.87), parse.y (1.235):
2007-12-12 04:21:55 +01:00
Misc
2007-04-13 03:11 asfernandes
* firebird2/src/dsql/keywords.cpp (1.60):
Correction
2007-04-12 17:56 asfernandes
* firebird2/: builds/posix/make.shared.variables (1.72),
builds/win32/msvc6/engine.dsp (1.72),
builds/win32/msvc6/engine_classic.dsp (1.68),
builds/win32/msvc6/engine_embed.dsp (1.47),
builds/win32/msvc7/engine.vcproj (1.62),
builds/win32/msvc7/engine_classic.vcproj (1.62),
builds/win32/msvc7/engine_embed.vcproj (1.51),
builds/win32/msvc8/engine.vcproj (1.9),
builds/win32/msvc8/engine_classic.vcproj (1.9),
builds/win32/msvc8/engine_embed.vcproj (1.9), src/dsql/ddl.cpp
(1.199), src/dsql/dsql.cpp (1.190), src/dsql/gen.cpp (1.116),
src/dsql/keywords.cpp (1.59), src/dsql/make.cpp (1.129),
src/dsql/node.h (1.86), src/dsql/parse.y (1.234),
2008-03-24 20:52:36 +01:00
src/dsql/pass1.cpp (1.311):
2007-12-12 04:21:55 +01:00
Port of Yaffil builtin functions
2007-04-11 18:04 alexpeshkoff
* firebird2/: configure.in (1.256), src/burp/burp.h (1.82),
src/burp/restore.epp (1.123), src/config/AdminException.cpp (1.7),
src/dsql/array.epp (1.39), src/dsql/blob.epp (1.22),
src/dsql/btyacc_fb.ske (1.3), src/dsql/ddl.cpp (1.198),
src/dsql/dsql.cpp (1.189), src/dsql/preparse.cpp (1.43),
2008-03-24 20:52:36 +01:00
src/extlib/ib_udf.cpp (1.11):
2007-12-12 04:21:55 +01:00
Finished gcc-warnings cleanup
2007-04-11 17:55 dchri
* firebird2/src/common/classes/: alloc.cpp (1.89), alloc.h (1.67):
Renamed struct small to mbk_small
2007-04-11 17:34 alexpeshkoff
* firebird2/doc/README.trusted_authentication (1.1):
Added readme for trusted authentication in windows
2007-04-11 11:39 alexpeshkoff
* firebird2/builds/posix/make.rules (1.34):
fixed plain-C compilation rule
2007-04-11 11:28 alexpeshkoff
* firebird2/src/: common/classes/MetaName.cpp (1.7),
common/classes/MsgPrint.cpp (1.5), common/classes/TempFile.cpp
(1.9), dsql/pass1.cpp (1.310), dsql/preparse.cpp (1.42),
2008-03-24 20:52:36 +01:00
gpre/sql.cpp (1.65):
2007-12-12 04:21:55 +01:00
Fixed gcc warnings, general (un)signed usage cleanup
2007-04-11 11:23 alexpeshkoff
* firebird2/builds/posix/: prefix.example (1.11),
prefix.linux_amd64 (1.10), prefix.linux_generic (1.8),
prefix.linux_sparc32 (1.12):
Turn off RTTI for known platforms
2007-04-10 12:03 robocop
* firebird2/src/: common/classes/UserBlob.cpp (1.6),
2008-03-24 20:52:36 +01:00
common/classes/UserBlob.h (1.5), config/Element.cpp (1.6):
2007-12-12 04:21:55 +01:00
Misc.
2007-04-09 18:15 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/: config/Element.cpp (1.5), dsql/pass1.cpp (1.309):
2007-12-12 04:21:55 +01:00
Misc + gcc warning hunting
2007-04-09 16:39 dimitr
*
firebird2/doc/sql.extensions/README.data_type_results_of_aggregations.txt
(1.2):
Corrections.
2007-04-09 15:07 alexpeshkoff
* firebird2/builds/posix/Makefile.in.extern.editline (1.10):
misc
2007-04-09 15:06 alexpeshkoff
* firebird2/builds/posix/Makefile.in.extern.editline (1.9):
BSD-licensed editline build support
2007-04-09 14:57 alexpeshkoff
* firebird2/extern/editline/: CHANGELOG (1.2), CHANGES (1.4),
COPYING (1.2), INSTALL (1.4), MANIFEST (1.2), Makefile.am (1.1),
Makefile.in (1.4), NEWS (1.2), README (1.4), THANKS (1.1), USAGE
(1.2), acinclude.m4 (1.1), aclocal.m4 (1.2), ansi_stdlib.h (1.2),
bind.c (1.2), callback.c (1.2), chardefs.h (1.2), compat.c (1.2),
complete.c (1.2), config.guess (1.4), config.h.in (1.4), config.sub
(1.4), configure (1.5), configure.ac (1.1), configure.in (1.5),
depcomp (1.1), display.c (1.2), emacs_keymap.c (1.2), funmap.c
(1.2), histexpand.c (1.2), histfile.c (1.2), histlib.h (1.2),
history.c (1.4), history.h (1.2), histsearch.c (1.2), input.c
(1.2), install-sh (1.4), isearch.c (1.2), keymaps.c (1.2),
keymaps.h (1.2), kill.c (1.2), ltmain.sh (1.1), macro.c (1.2),
mbutil.c (1.2), misc.c (1.2), missing (1.1), nls.c (1.2), parens.c
(1.2), posixdir.h (1.2), posixjmp.h (1.2), posixstat.h (1.2),
readline.c (1.4), readline.h (1.2), rlconf.h (1.2), rldefs.h (1.2),
rlmbutil.h (1.2), rlprivate.h (1.2), rlshell.h (1.2), rlstdc.h
(1.2), rltty.c (1.2), rltty.h (1.2), rltypedefs.h (1.2),
rlwinsize.h (1.2), savestring.c (1.2), search.c (1.4), shell.c
(1.2), signals.c (1.2), tcap.h (1.2), terminal.c (1.2), text.c
(1.2), tilde.c (1.2), tilde.h (1.2), undo.c (1.2), util.c (1.2),
vi_keymap.c (1.2), vi_mode.c (1.2), xmalloc.c (1.2), xmalloc.h
(1.2), src/Makefile.am (1.1), src/Makefile.in (1.1), src/chared.c
(1.1), src/chared.h (1.1), src/common.c (1.1), src/el.c (1.1),
src/el.h (1.1), src/el_term.h (1.1), src/emacs.c (1.1),
src/fgetln.c (1.1), src/filecomplete.c (1.1), src/filecomplete.h
(1.1), src/hist.c (1.1), src/hist.h (1.1), src/histedit.h (1.1),
src/history.c (1.1), src/key.c (1.1), src/key.h (1.1), src/makelist
(1.1), src/map.c (1.1), src/map.h (1.1), src/parse.c (1.1),
src/parse.h (1.1), src/prompt.c (1.1), src/prompt.h (1.1),
src/read.c (1.1), src/read.h (1.1), src/readline.c (1.1),
src/refresh.c (1.1), src/refresh.h (1.1), src/search.c (1.1),
src/search.h (1.1), src/shlib_version (1.1), src/sig.c (1.1),
src/sig.h (1.1), src/strlcat.c (1.1), src/strlcpy.c (1.1),
src/sys.h (1.1), src/term.c (1.1), src/tokenizer.c (1.1), src/tty.c
(1.1), src/tty.h (1.1), src/unvis.c (1.1), src/vi.c (1.1),
src/vis.c (1.1), src/vis.h (1.1), src/editline/readline.h (1.1),
support/config.guess (1.2), support/config.rpath (1.2),
support/config.sub (1.2), support/install.sh (1.2), support/mkdirs
(1.2), support/mkdist (1.2), support/mkinstalldirs (1.2),
support/shlib-install (1.2), support/shobj-conf (1.2),
support/wcwidth.c (1.2):
replaced by library with compatible license
2007-04-09 12:36 dimitr
* firebird2/doc/license/: LGPL_w_exception.txt (1.2),
README.license.usage.txt (1.3):
Adjusted the license usage information. We don't support LGPL
anymore.
2007-04-07 17:52 asfernandes
* firebird2/: builds/posix/Makefile.in.extern.editline (1.8),
2008-03-24 20:52:36 +01:00
src/burp/burp.cpp (1.123):
2007-12-12 04:21:55 +01:00
Misc
2007-04-07 10:47 alexpeshkoff
* firebird2/src/: alice/alice.cpp (1.91), alice/alice.h (1.55),
alice/aliceswi.h (1.16), alice/exe.cpp (1.46), burp/burp.cpp
(1.122), burp/burpswi.h (1.18), dudley/ddl.cpp (1.39), dudley/ddl.h
(1.36), dudley/exe.epp (1.63), dudley/extract.epp (1.45),
gpre/gpre.cpp (1.83), gpre/gpre.h (1.87), gpre/gpre_meta.epp
2008-03-24 20:52:36 +01:00
(1.55), gpre/gpreswi.h (1.16):
2007-12-12 04:21:55 +01:00
added switch -trusted to most of firebird utilities
2007-04-07 10:05 alexpeshkoff
* firebird2/builds/posix/Makefile.in.extern.editline (1.7):
Support of new editline's version
2007-04-06 12:10 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: UserBlob.cpp (1.5), UserBlob.h
(1.4):
2007-12-12 04:21:55 +01:00
Inject UserBlob into QLI (not in all places).
2007-04-05 21:14 asfernandes
* firebird2/builds/install/misc/fbintl.conf (1.13):
Make available UNICODE and UNICODE_CI for all charsets (not
registered automatically in the db)
2007-04-05 20:44 asfernandes
* firebird2/src/burp/: backup.epp (1.102), restore.epp (1.122):
Misc
2007-04-05 18:26 alexpeshkoff
* firebird2/builds/posix/Makefile.in.embed.lockmgr (1.13):
Fixed build on gcc 4.1/ld 2.17
2007-04-05 16:19 alexpeshkoff
* firebird2/extern/editline/: CHANGELOG (1.1), CHANGES (1.3),
COPYING (1.1), INSTALL (1.3), MANIFEST (1.1), Makefile.in (1.3),
NEWS (1.1), PLATFORMS (1.3), README (1.3), USAGE (1.1), aclocal.m4
(1.1), ansi_stdlib.h (1.1), bind.c (1.1), callback.c (1.1),
chardefs.h (1.1), chared.c (1.3), chared.h (1.3), common.c (1.3),
compat.c (1.1), complete.c (1.1), config.guess (1.3), config.h.in
(1.3), config.sub (1.3), configure (1.4), configure.in (1.4),
display.c (1.1), editline.3 (1.3), editrc.5 (1.3), el.c (1.3), el.h
(1.3), emacs.c (1.3), emacs_keymap.c (1.1), funmap.c (1.1), hist.c
(1.3), hist.h (1.3), histedit.h (1.3), histexpand.c (1.1),
histfile.c (1.1), histlib.h (1.1), history.c (1.3), history.h
(1.1), histsearch.c (1.1), input.c (1.1), install-sh (1.3),
isearch.c (1.1), key.c (1.3), key.h (1.3), keymaps.c (1.1),
keymaps.h (1.1), kill.c (1.1), macro.c (1.1), makelist (1.3), map.c
(1.3), map.h (1.3), mbutil.c (1.1), misc.c (1.1), nls.c (1.1),
parens.c (1.1), parse.c (1.3), parse.h (1.3), posixdir.h (1.1),
posixjmp.h (1.1), posixstat.h (1.1), prompt.c (1.3), prompt.h
(1.3), read.c (1.3), read.h (1.3), readline.c (1.3), readline.h
(1.1), refresh.c (1.3), refresh.h (1.3), rlconf.h (1.1), rldefs.h
(1.1), rlmbutil.h (1.1), rlprivate.h (1.1), rlshell.h (1.1),
rlstdc.h (1.1), rltty.c (1.1), rltty.h (1.1), rltypedefs.h (1.1),
rlwinsize.h (1.1), savestring.c (1.1), search.c (1.3), search.h
(1.3), shell.c (1.1), sig.c (1.3), sig.h (1.3), signals.c (1.1),
sys.h (1.3), tcap.h (1.1), term.c (1.3), term.h (1.3), terminal.c
(1.1), text.c (1.1), tilde.c (1.1), tilde.h (1.1), tokenizer.c
(1.3), tokenizer.h (1.3), tty.c (1.3), tty.h (1.3), undo.c (1.1),
util.c (1.1), vi.c (1.3), vi_keymap.c (1.1), vi_mode.c (1.1),
xmalloc.c (1.1), xmalloc.h (1.1), TEST/test.c (1.3), np/fgetln.c
(1.3), np/strlcat.c (1.3), np/strlcpy.c (1.3), np/unvis.c (1.3),
np/vis.c (1.3), np/vis.h (1.3), readline/readline.h (1.3),
support/config.guess (1.1), support/config.rpath (1.1),
support/config.sub (1.1), support/install.sh (1.1), support/mkdirs
(1.1), support/mkdist (1.1), support/mkinstalldirs (1.1),
support/shlib-install (1.1), support/shobj-conf (1.1),
support/wcwidth.c (1.1):
Fixed CORE-703 - Using DEL-Key in isql under Linux gives "~".
Upgraded readline version
2007-04-05 14:47 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: config.cpp (1.78), config.h (1.43):
2007-12-12 04:21:55 +01:00
restored functionality of -e family of switches, broken somewhere
in 1.5
2007-04-05 14:35 alexpeshkoff
* firebird2/src/common/classes/alloc.cpp (1.88):
Misc
2007-04-05 12:09 paulbeach
*
firebird2/builds/install/arch-specific/darwin/Firebird.startupitem/:
Firebird (1.2), StartupParameters.plist (1.2),
Resources/English.lproj/Localizable.strings (1.2):
More Darwin related stuff
2007-04-04 14:21 alexpeshkoff
* firebird2/src/common/classes/alloc.cpp (1.87):
frontported from 2.0: fixed races on Darwin/386 during init
2007-04-04 10:51 robocop
* firebird2/src/common/classes/UserBlob.cpp (1.4):
Avoid some checks in the production build.
2007-04-04 10:50 robocop
* firebird2/src/burp/restore.epp (1.121):
Simplification.
2007-04-04 10:49 robocop
* firebird2/builds/win32/msvc6/: common.dsp (1.36),
common_classic.dsp (1.30), common_static.dsp (1.14),
fb_event_print.dsp (1.4), fb_inet_server.dsp (1.25),
fb_lock_print.dsp (1.23), fbclient.dsp (1.57), fbembed.dsp (1.40),
fbserver.dsp (1.39), gbak.dsp (1.24), gdef.dsp (1.21), gfix.dsp
(1.23), gsec.dsp (1.21), gstat.dsp (1.22), isql.dsp (1.27),
isql_embed.dsp (1.5), qli.dsp (1.20):
I remember I was told to leave common* in peace and thus I
introduced new classes' files where needed in VC6, but since almost
everyone seems to prefer common, common_classic and common_static,
I'm following the trend.
2007-04-04 10:46 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: UserBlob.cpp (1.3), UserBlob.h
(1.3):
2007-12-12 04:21:55 +01:00
Tweaks to UserBlob to support backup/restore.
2007-04-04 10:45 robocop
* firebird2/src/burp/restore.epp (1.120):
Introduce UserBlob into restore. Pass the thread-specific
information as parameter in most cases.
2007-04-04 10:44 robocop
* firebird2/src/burp/backup.epp (1.101):
Introduce UserBlob into backup.
2007-04-04 09:30 robocop
* firebird2/configure.in (1.255):
Totally misc.
2007-04-03 14:30 alexpeshkoff
* firebird2/builds/posix/Makefile.in.firebird (1.77):
make clean_all should clean as much as possible
2007-04-03 12:41 aafemt
* firebird2/builds/win32/defs/fbclient_s.def (1.6):
Another mangled export to please new modules
2007-04-03 10:25 alexpeshkoff
* firebird2/: configure.in (1.254),
builds/posix/Makefile.in.client.isql (1.16),
builds/posix/Makefile.in.embed.isql (1.15),
builds/posix/Makefile.in.firebird (1.76),
builds/posix/Makefile.in.static.isql (1.14),
builds/posix/make.defaults (1.51), builds/posix/make.rules (1.33):
Added configure switches to build with OS-wide editline and/or ICU
2007-04-03 10:19 robocop
* firebird2/src/common/classes/UserBlob.cpp (1.2):
Drop useless functionality.
2007-04-03 10:19 robocop
* firebird2/src/common/classes/UserBlob.h (1.2):
Convenience.
2007-04-03 04:30 asfernandes
* firebird2/: autogen.sh (1.14),
builds/install/arch-specific/linux/classic/tarinstall.sh.in (1.4),
builds/install/arch-specific/linux/super/tarinstall.sh.in (1.6),
builds/posix/Makefile.in.embed.lockmgr (1.12),
builds/posix/prefix.freebsd (1.17),
builds/posix/prefix.linux_powerpc (1.3), builds/posix/prefix.netbsd
(1.5), builds/posix/prefix.solx86 (1.28),
builds/posix/prefix.solx86gcc (1.21), doc/README.intl (1.8),
2008-03-24 20:52:36 +01:00
src/common/classes/SafeArg.cpp (1.5):
2007-12-12 04:21:55 +01:00
Misc
2007-04-02 13:28 hvlad
* firebird2/builds/win32/msvc7/: common.vcproj (1.26),
common_classic.vcproj (1.23), common_static.vcproj (1.11),
isql.vcproj (1.22), isql_embed.vcproj (1.3):
Fixed MSVC 7 build
2007-04-02 13:25 alexpeshkoff
* firebird2/src/dudley/expr.cpp (1.28):
make it compile on linux
2007-04-02 12:42 alexpeshkoff
* firebird2/builds/posix/Makefile.in.firebird (1.75):
Remove btyacc output when making clean
2007-04-02 09:58 alexpeshkoff
* firebird2/builds/posix/Makefile.in.embed.lockmgr (1.11):
fixed lock manager build
2007-04-01 15:04 robocop
* firebird2/src/gpre/: cob.cpp (1.64), rmc.cpp (1.3):
Get rid of the $ symbol in var names.
2007-04-01 15:02 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dudley/: parse.cpp (1.51), parse_proto.h (1.10):
2007-12-12 04:21:55 +01:00
Corrections from Adriano.
2007-04-01 14:32 mkubecek
* firebird2/builds/install/arch-specific/linux/:
classic/tarinstall.sh.in (1.3), super/tarinstall.sh.in (1.5):
fix for CORE-1189
2007-04-01 12:34 alexpeshkoff
* firebird2/builds/posix/: prefix.darwin (1.21), prefix.example
(1.10), prefix.freebsd (1.16), prefix.linux (1.31),
prefix.linux_amd64 (1.9), prefix.linux_generic (1.7),
prefix.linux_mipsel (1.3), prefix.linux_powerpc (1.2),
prefix.linux_sparc32 (1.11), prefix.netbsd (1.4), prefix.sinixz
(1.28), prefix.solaris (1.22), prefix.solaris-64SCC (1.6),
prefix.solaris-64gcc (1.7), prefix.solx86 (1.27), prefix.solx86gcc
(1.20):
remove unneeded, insecure gds_relay from all builds
2007-04-01 12:06 alexpeshkoff
* firebird2/builds/posix/prefix.linux_mipsel (1.2):
last minute change
2008-03-24 20:52:36 +01:00
2007-04-01 12:03 alexpeshkoff
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/: configure.in (1.253),
builds/posix/prefix.linux_mipsel (1.1):
2007-12-12 04:21:55 +01:00
Patch by Damyan Ivanov for Mipsel
2007-03-31 08:49 robocop
* firebird2/: doc/README.intl (1.7), src/dsql/pass1.cpp (1.308):
Totally misc.
2007-03-30 17:15 alexpeshkoff
* firebird2/autogen.sh (1.13):
make it compatible with wider range of shells
2007-03-30 15:11 asfernandes
* firebird2/doc/README.intl (1.6):
Added info re more than one attribute
2007-03-30 04:48 asfernandes
* firebird2/builds/win32/msvc8/: common_static.vcproj (1.4),
isql.vcproj (1.6), isql_embed.vcproj (1.4):
Integrating new classes in MSVC8 build
2007-03-30 04:18 asfernandes
* firebird2/builds/win32/msvc8/: common.vcproj (1.5),
common_classic.vcproj (1.5), isql.vcproj (1.5):
Integrating new classes in MSVC8 build
2007-03-30 03:57 asfernandes
* firebird2/src/burp/: backup.epp (1.100), burp.cpp (1.121),
restore.epp (1.119):
Misc
2007-03-29 19:10 asfernandes
* firebird2/builds/posix/: Makefile.in.client.gfix (1.19),
Makefile.in.client.isql (1.15), Makefile.in.refDatabases (1.31),
Makefile.in.static.isql (1.13):
Misc
2007-03-29 11:03 robocop
* firebird2/src/common/classes/SafeArg.cpp (1.4):
Honor UCHAR.
2007-03-29 10:22 robocop
* firebird2/src/common/classes/SafeArg.cpp (1.3):
Commit the full dump() member function as requested by Alex.
2007-03-29 09:18 robocop
* firebird2/builds/win32/msvc6/fbrmclib.dsp (1.3):
Commit changes on behalf of Stephen Boyd to support RM/Cobol. This
linker change is needed for RM/Cobol to be able to load
fbrmclib.dll because it doesn't use the typical LoadLibrary call.
2007-03-29 09:16 robocop
* firebird2/src/gpre/: gpre.cpp (1.82), gpre.h (1.86), gpreswi.h
(1.15), par.cpp (1.64):
Commit changes on behalf of Stephen Boyd to support RM/Cobol. At
least for me, I needed a full rebuild to avoid gpre crashing in the
boot phase.
2007-03-29 09:08 robocop
* firebird2/src/common/classes/MsgPrint.cpp (1.4):
Ann wasted considerable time getting rid of the nasty do-while
(that may fool the eye) in several places. Let's not resurrect it
unless really necessary (complex code, for example).
2007-03-29 08:08 aafemt
* firebird2/builds/posix/: Makefile.in.boot.gpre (1.28),
Makefile.in.client.gfix (1.18), Makefile.in.client.util (1.38),
Makefile.in.intl (1.31), Makefile.in.libfbclient (1.34),
make.shared.variables (1.71):
Some tweaks for POSIX builds
2007-03-29 03:49 asfernandes
* firebird2/src/common/classes/: MsgPrint.cpp (1.3), MsgPrint.h
(1.2):
Misc
2007-03-28 18:03 alexpeshkoff
* firebird2/src/common/classes/: MsgPrint.cpp (1.2), SafeArg.cpp
(1.2), SafeArg.h (1.2):
Use 64-bit integer types, known to work cross-platform in all other
places
2007-03-28 17:52 asfernandes
* firebird2/src/common/classes/BaseStream.h (1.2):
Misc
2007-03-28 13:54 alexpeshkoff
* firebird2/src/common/classes/BaseStream.cpp (1.2):
fixed posix build
2007-03-28 13:32 alexpeshkoff
* firebird2/builds/posix/: Makefile.in.client.isql (1.14),
Makefile.in.embed.isql (1.14), Makefile.in.refDatabases (1.30),
Makefile.in.static.isql (1.12), make.shared.variables (1.70):
fixed posix built after latest changes
2007-03-28 11:47 dimitr
* firebird2/src/dsql/pass1.cpp (1.307):
Fixed CORE-1183.
2007-03-28 11:27 dimitr
* firebird2/src/dsql/pass1.cpp (1.306):
Small improvement partially related to CORE-1181. It allows to keep
the field name if the cast source is an aggregated column.
2007-03-28 09:14 robocop
* firebird2/: builds/win32/msvc6/isql.dsp (1.26),
builds/win32/msvc6/isql_embed.dsp (1.4),
src/common/classes/UserBlob.cpp (1.1),
2008-03-24 20:52:36 +01:00
src/common/classes/UserBlob.h (1.1):
2007-12-12 04:21:55 +01:00
Handle blob in user side with a class and optimize blob handling
for bulk insertion in isql.
2007-03-28 06:53 robocop
* firebird2/src/burp/restore.epp (1.118):
Fix CORE-1174
2007-03-28 06:51 robocop
* firebird2/: lang_helpers/gds_codes.ftn (1.54),
lang_helpers/gds_codes.pas (1.54), src/include/gen/codetext.h
(1.62), src/include/gen/iberror.h (1.63), src/include/gen/msgs.h
(1.80), src/include/gen/rdb_codes.h (1.59),
2008-03-24 20:52:36 +01:00
src/include/gen/sql_code.h (1.67):
2007-12-12 04:21:55 +01:00
Fix CORE-1162
2007-03-28 06:19 robocop
* firebird2/: builds/win32/create_msgs.bat (1.4),
builds/win32/msvc6/common_static.dsp (1.13),
builds/win32/msvc6/fb_event_print.dsp (1.3),
builds/win32/msvc6/fb_inet_server.dsp (1.24),
builds/win32/msvc6/fb_lock_print.dsp (1.22),
builds/win32/msvc6/fbclient.dsp (1.56),
builds/win32/msvc6/fbembed.dsp (1.39),
builds/win32/msvc6/fbserver.dsp (1.38), builds/win32/msvc6/gbak.dsp
(1.23), builds/win32/msvc6/gdef.dsp (1.20),
builds/win32/msvc6/gfix.dsp (1.22), builds/win32/msvc6/gsec.dsp
(1.20), builds/win32/msvc6/gstat.dsp (1.21),
builds/win32/msvc6/isql.dsp (1.25),
builds/win32/msvc6/isql_embed.dsp (1.3), builds/win32/msvc6/qli.dsp
(1.19), src/alice/alice.cpp (1.90), src/alice/alice_meta.epp
(1.49), src/alice/alice_proto.h (1.12), src/alice/tdr.cpp (1.51),
src/burp/backup.epp (1.99), src/burp/burp.cpp (1.120),
src/burp/burp_proto.h (1.21), src/burp/misc.cpp (1.18),
src/burp/mvol.cpp (1.46), src/burp/restore.epp (1.117),
src/common/classes/BaseStream.cpp (1.1),
src/common/classes/BaseStream.h (1.1),
src/common/classes/MsgPrint.cpp (1.1),
src/common/classes/MsgPrint.h (1.1), src/common/classes/SafeArg.cpp
(1.1), src/common/classes/SafeArg.h (1.1), src/dudley/ddl.cpp
(1.38), src/dudley/ddl_proto.h (1.11), src/dudley/exe.epp (1.62),
src/dudley/expand.cpp (1.28), src/dudley/expr.cpp (1.27),
src/dudley/extract.epp (1.44), src/dudley/generate.cpp (1.21),
src/dudley/hsh.cpp (1.18), src/dudley/lex.cpp (1.36),
src/dudley/parse.cpp (1.50), src/dudley/trn.cpp (1.38),
2008-03-24 20:52:36 +01:00
src/include/gen/msgs.h (1.79):
2007-12-12 04:21:55 +01:00
This is the full SafeArg implementation for getting rid of the
fixed parameter types in the messages db. Alas, the legacy messages
(before FB2.1) can't be changed in number of arguments neither the
types of arguments sent by callers of the MsgPrint family or the
fb_msg_format functions can be changed because old clients know
these legacy messages and would crash.
2007-03-27 12:29 aafemt
* firebird2/src/burp/backup.epp (1.98):
Fix CORE-949
2007-03-24 18:43 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/doc/README.monitoring_tables (1.5):
2007-12-12 04:21:55 +01:00
Misc
2007-03-22 15:03 robocop
* firebird2/src/include/gen/sql_code.h (1.66):
Correct error code (forgot this generated file in the previous
commit).
2007-03-22 14:25 alexpeshkoff
* firebird2/builds/install/:
arch-specific/linux/classic/postinstall.sh.in (1.16),
arch-specific/linux/misc/firebird.init.d.gentoo.in (1.5),
arch-specific/linux/super/postinstall.sh.in (1.11),
misc/posixLibrary.sh.in (1.9):
Removed unneeded any more creation of equiv file
2007-03-22 14:07 asfernandes
* firebird2/doc/sql.extensions/README.context_variables2 (1.6):
Document the new context variable - thanks to Maicon Ferra<72>a
2007-03-22 13:53 dimitr
* firebird2/src/dsql/pass1.cpp (1.305):
Fixed CORE-1175.
2007-03-22 10:10 paul_reeves
*
firebird2/builds/install/arch-specific/win32/BuildExecutableInstall.bat
(1.22):
Include consts_pub.h in ibase.h Create the examples directories
before trying to copy files into them.
2007-03-22 05:20 robocop
* firebird2/builds/install/arch-specific/win32/Readme.txt (1.12):
Misc.
2007-03-21 14:23 paul_reeves
* firebird2/builds/install/arch-specific/win32/Readme.txt (1.11):
Update readme for 2.1 alpha
2007-03-21 13:31 dimitr
* firebird2/doc/README.monitoring_tables (1.4):
Docs.
2007-03-21 12:49 robocop
* firebird2/doc/README.monitoring_tables (1.3):
Delete reference to outdated field in doc.
2007-03-20 14:25 paul_reeves
*
firebird2/builds/install/arch-specific/win32/BuildExecutableInstall.bat
(1.21):
Don't include fbrmclib.dll in standard kits until we a) agree
otherwise, and b) produce an x64 library.
2007-03-20 14:11 paul_reeves
*
firebird2/builds/install/arch-specific/win32/BuildExecutableInstall.bat
(1.20):
Include the Fb 2.1 pdf file in the Windows kits.
2007-03-20 14:01 paul_reeves
* firebird2/doc/README.monitoring_tables (1.2):
Bring up-to-date with current table definitions.
2007-03-20 10:18 dimitr
* firebird2/doc/: sql.extensions/README.list (1.1), WhatsNew
(1.119):
Docs.
2007-03-19 18:26 alexpeshkoff
* firebird2/builds/posix/: prefix.linux_generic (1.6),
prefix.linux_sparc32 (1.10):
let this platforms also have correct debug info
2007-03-19 01:28 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/doc/WhatsNew (1.118):
2007-12-12 04:21:55 +01:00
Misc
2007-03-17 22:08 asfernandes
* firebird2/extern/icu/source/data/mappings/: ucmcore.mk (1.3),
ucmfiles.mk (1.3):
Activate TIS620 and GBK (CORE-1167)
2007-03-16 12:49 paul_reeves
* firebird2/builds/install/arch-specific/win32/:
install_classic.bat (1.2), install_super.bat (1.2), uninstall.bat
(1.2):
Update manual installation batch files to support installation as a
non-default service name.
2007-03-16 12:48 paul_reeves
* firebird2/doc/install_windows_manually.txt (1.1):
Add some notes on manual installation under windows, especially of
multiple services.
2007-03-16 10:37 dimitr
* firebird2/doc/WhatsNew (1.117):
Misc.
2007-03-15 16:25 paul_reeves
*
firebird2/builds/install/arch-specific/win32/BuildExecutableInstall.bat
(1.19):
Make inclusion of examples in zip package optional.
2007-03-15 16:21 paul_reeves
* firebird2/builds/win32/make_examples.bat (1.22):
compile.bat must always be called, otherwise execution stops after
the current statement. Other misc improvements.
2007-03-15 10:34 robocop
* firebird2/doc/sql.extensions/: README.common_table_expressions
(1.2), README.global_temporary_tables (1.2):
Misc.
2007-03-15 10:14 robocop
* firebird2/doc/sql.extensions/README.domains_psql.txt (1.2):
Misc.
2007-03-14 14:58 asfernandes
* firebird2/doc/: WhatsNew (1.116),
sql.extensions/README.domains_psql.txt (1.1):
Documentation for domains in PSQL
2007-03-14 14:51 hvlad
* firebird2/doc/sql.extensions/: README.common_table_expressions
(1.1), README.global_temporary_tables (1.1):
Documentation for GTT and CTE features
2007-03-13 06:28 aafemt
* firebird2/builds/posix/: make.defaults (1.50), make.rules (1.32),
prefix.darwin (1.20):
Move some of darwin hacks to appropriate place
2007-03-11 04:52 robocop
* firebird2/builds/posix/: Makefile.in.embed.fbudf (1.6),
Makefile.in.examples (1.10), Makefile.in.extlib (1.22),
Makefile.in.inet_server (1.16), prefix.darwin (1.19):
Misc.
2007-03-11 04:13 robocop
* firebird2/src/dsql/pass1.cpp (1.304):
Misc (some spaces mixed with tabs).
2007-03-09 14:32 alexpeshkoff
* firebird2/builds/install/:
arch-specific/linux/misc/firebird.init.d.generic.in (1.5),
arch-specific/linux/misc/firebird.init.d.gentoo.in (1.4),
arch-specific/linux/misc/firebird.init.d.mandrake.in (1.6),
arch-specific/linux/misc/firebird.init.d.slackware.in (1.3),
arch-specific/linux/misc/firebird.init.d.suse.in (1.7),
arch-specific/linux/misc/linuxLibrary.sh.in (1.6),
misc/classicLibrary.sh.in (1.7), misc/posixLibrary.sh.in (1.8):
front-ported various fixes from B2_0_Release
2007-03-09 12:35 robocop
* firebird2/builds/win32/msvc6/gpre_static.dsp (1.11):
Include more files to be able to link.
2007-03-09 11:32 paulbeach
* firebird2/: builds/install/arch-specific/darwin/Description.plist
(1.2), builds/install/arch-specific/darwin/FB.info (1.2),
builds/install/arch-specific/darwin/Info.plist (1.2),
builds/install/arch-specific/darwin/Makefile.in (1.2),
builds/install/arch-specific/darwin/License.txt (1.2),
builds/install/arch-specific/darwin/PkgInfo (1.2),
builds/install/arch-specific/darwin/Readme.txt (1.2),
builds/install/arch-specific/darwin/Welcome.txt (1.2),
builds/install/arch-specific/darwin/buildsuffix.c (1.2),
builds/install/arch-specific/darwin/fullvers.c (1.2),
builds/install/arch-specific/darwin/install-script (1.2),
builds/install/arch-specific/darwin/installer_background.pdf (1.2),
builds/install/arch-specific/darwin/installer_background.psd (1.2),
builds/install/arch-specific/darwin/majorvers.c (1.2),
builds/install/arch-specific/darwin/minorvers.c (1.2),
builds/install/arch-specific/darwin/preinstall-script (1.2),
builds/install/arch-specific/darwin/preupgrade-script (1.2),
builds/posix/Makefile.in.client.fbudf (1.11),
builds/posix/Makefile.in.embed.fbudf (1.5),
builds/posix/Makefile.in.embed.gbak (1.17),
builds/posix/Makefile.in.embed.gdef (1.12),
builds/posix/Makefile.in.embed.gfix (1.20),
builds/posix/Makefile.in.embed.gpre (1.21),
builds/posix/Makefile.in.embed.isql (1.13),
builds/posix/Makefile.in.embed.qli (1.20),
builds/posix/Makefile.in.embed.util (1.30),
builds/posix/Makefile.in.examples (1.9),
builds/posix/Makefile.in.extlib (1.21),
builds/posix/Makefile.in.firebird (1.74),
builds/posix/Makefile.in.inet_server (1.15),
builds/posix/Makefile.in.intl (1.30),
builds/posix/Makefile.in.libfbclient (1.33),
builds/posix/Makefile.in.libfbembed (1.23),
builds/posix/make.defaults (1.49), builds/posix/make.rules (1.31),
builds/posix/postfix.darwin (1.2), builds/posix/prefix.darwin
2008-03-24 20:52:36 +01:00
(1.18), configure.in (1.252):
2007-12-12 04:21:55 +01:00
Firebird 2.0 MacOS Classic Intel Build
2007-03-07 09:34 robocop
* firebird2/builds/win32/msvc6/: alice.dsp (1.19),
alice_classic.dsp (1.15), btyacc.dsp (1.4), build_msg.dsp (1.10),
burp_classic.dsp (1.18), codes.dsp (1.10), config.dsp (1.4),
dsql_server.dsp (1.23), dsql_server_classic.dsp (1.19),
empbuild.dsp (1.4), fb2control.dsp (1.7), fbguard.dsp (1.23),
fbrmclib.dsp (1.2), gbak_embed.dsp (1.2), gsplit.dsp (1.10),
ib_udf.dsp (1.20), ib_util.dsp (1.18), instclient.dsp (1.6),
instreg.dsp (1.16), instsvc.dsp (1.17), intlbld.dsp (1.4),
isql_embed.dsp (1.2), lock.dsp (1.15), lock_classic.dsp (1.13),
nbackup.dsp (1.5), utilities_embed.dsp (1.2):
Getting rid of RTTI and other cleanup.
2007-03-07 08:14 robocop
* firebird2/builds/win32/msvc6/: burp.dsp (1.20), utilities.dsp
(1.18), utilities_classic.dsp (1.16):
Getting rid of RTTI.
2007-03-07 04:26 robocop
* firebird2/src/common/stuff.h (1.3):
Change the license to IDPL after getting permission from Blas.
2007-03-06 16:54 asfernandes
* firebird2/src/dsql/pass1.cpp (1.303):
Fixed CORE-1156 - Prepare fails when having a parameter in a DSQL
statement before a sub query
2007-03-06 09:21 paul_reeves
* firebird2/builds/install/misc/firebird.conf (1.27):
Document Vista requirement.
2007-03-06 03:29 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/restore.epp (1.116):
2007-12-12 04:21:55 +01:00
Misc
2007-03-05 13:36 dimitr
* firebird2/doc/WhatsNew (1.115):
Updated docs.
2008-03-24 20:52:36 +01:00
2007-03-05 08:50 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/ids.h (1.21):
2007-12-12 04:21:55 +01:00
Added MON$CALL_STACK plus some minor monitoring-related changes.
2007-03-04 02:27 asfernandes
* firebird2/src/burp/restore.epp (1.115):
Always restore with database triggers turned off. The contrary
doesn't make sense, and old engines (at least V2.0) accepts unkown
DPB.
2007-03-02 12:14 robocop
* firebird2/src/include/gen/sql_code.h (1.65):
Update generated file after Alex changes.
2007-03-01 14:07 alexpeshkoff
* firebird2/src/common/classes/stack.h (1.22):
fixed bug in my previous commit
2007-03-01 13:31 alexpeshkoff
* firebird2/src/common/classes/stack.h (1.21):
1. Fixed different behavior of hasMore() in stack and it's
iterator. 2. Use size_t as hasMore() parameter avoiding asserts
and casts
2007-02-28 13:43 aafemt
* firebird2/builds/win32/defs/fbclient_s.def (1.5):
More mangled exports because Claudio decided to use this
undocumented thing in isql
2007-02-27 10:22 hvlad
* firebird2/doc/WhatsNew (1.114):
Change my e-mail to more appropriate
2007-02-26 16:20 paul_reeves
*
firebird2/builds/install/arch-specific/win32/BuildExecutableInstall.bat
(1.18):
Start bringing main install script into line with requirements to
build x64 and Win32 targets. The ZIP option works for now. Other
options are temporarily broken.
2007-02-26 16:18 paul_reeves
* firebird2/builds/win32/: clean_all.bat (1.13), compile.bat (1.3),
create_msgs.bat (1.3), make_all.bat (1.46), make_boot.bat (1.35),
make_examples.bat (1.21), make_icu.bat (1.14), parse.bat (1.9),
install_classic.bat (1.3), install_super.bat (1.3), preprocess.bat
(1.37), run_all.bat (1.8), set_build_target.bat (1.1),
setenvvar.bat (1.15), uninstall.bat (1.3):
Prefix (almost) all env vars with FB. Refactor common code (mostly
into set_build_target.bat). Ensure that all VS2005 x64 output is
clearly generated into x64 directories, and likewise for Win32
output
2007-02-26 16:13 paul_reeves
* firebird2/builds/win32/msvc7/empbuild.vcproj (1.2):
Minor changes caused by other modifications to the build process
2007-02-26 16:12 paul_reeves
* firebird2/builds/win32/msvc8/: Firebird2_Examples.sln (1.2),
alice.vcproj (1.4), alice_classic.vcproj (1.4), btyacc.vcproj
(1.3), build_msg.vcproj (1.4), burp.vcproj (1.4),
burp_classic.vcproj (1.4), codes.vcproj (1.3), common.vcproj (1.4),
common_classic.vcproj (1.4), common_static.vcproj (1.3),
config.vcproj (1.4), dsql_server.vcproj (1.4),
dsql_server_classic.vcproj (1.4), empbuild.vcproj (1.3),
engine.vcproj (1.8), engine_classic.vcproj (1.8),
engine_embed.vcproj (1.8), fb2control.vcproj (1.3),
fb_inet_server.vcproj (1.7), fb_lock_print.vcproj (1.4),
fbclient.vcproj (1.7), fbclient_static.vcproj (1.3), fbembed.vcproj
(1.7), fbguard.vcproj (1.4), fbrmclib.vcproj (1.3), fbserver.vcproj
(1.7), fbudf.vcproj (1.5), gbak.vcproj (1.4), gbak_embed.vcproj
(1.3), gdef.vcproj (1.4), gds32.vcproj (1.4), gfix.vcproj (1.4),
gpre.vcproj (1.6), gpre_boot.vcproj (1.4), gpre_embed.vcproj (1.4),
gpre_static.vcproj (1.3), gsec.vcproj (1.4), firebird2.vsprops
(1.1), gsplit.vcproj (1.4), gstat.vcproj (1.4), ib_udf.vcproj
(1.4), ib_util.vcproj (1.4), instclient.vcproj (1.4),
instreg.vcproj (1.4), instsvc.vcproj (1.4), intl.vcproj (1.8),
intlbuild.vcproj (1.3), isql.vcproj (1.4), isql_embed.vcproj (1.3),
lock.vcproj (1.4), lock_classic.vcproj (1.4), nbackup.vcproj (1.4),
qli.vcproj (1.4), remote.vcproj (1.5), remote_classic.vcproj (1.5),
utilities.vcproj (1.4), utilities_classic.vcproj (1.4),
utilities_embed.vcproj (1.4), v5_examples.vcproj (1.3):
Use a property sheet for VS2005 builds Fully separate the win32
output from the x64 output
2007-02-26 16:08 paul_reeves
* firebird2/builds/install/arch-specific/win32/:
install_classic.bat (1.1), install_super.bat (1.1), uninstall.bat
(1.1):
Move install scripts to the install script directory.
2007-02-25 22:25 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/common/utils.cpp (1.23):
2007-12-12 04:21:55 +01:00
Misc
2007-02-23 06:55 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/common/utils.cpp (1.22):
2007-12-12 04:21:55 +01:00
Misc.
2007-02-22 10:52 robocop
* firebird2/src/common/utils.cpp (1.21):
Make a simpler resource management for Windows registry handles and
local memory allocation.
2007-02-21 11:51 paulbeach
2008-03-24 20:52:36 +01:00
* firebird2/doc/WhatsNew (1.113):
2007-12-12 04:21:55 +01:00
Fix crash in QLI using the following SQL command. insert into
relationx select * from relationy
2007-02-21 01:02 asfernandes
* firebird2/src/common/utils.cpp (1.20):
Misc
2007-02-20 16:38 hvlad
2008-03-24 20:52:36 +01:00
* firebird2/src/common/: utils.cpp (1.19), utils_proto.h (1.13),
config/config.cpp (1.77):
2007-12-12 04:21:55 +01:00
Moved ISC_prefix_object_name into
fb_utils::prefix_kernel_object_name to avoid a need to add isc.cpp
to all projects which can read config file
2007-02-20 09:40 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/extlib/fbudf/fbudf.sql (1.10):
2007-12-12 04:21:55 +01:00
Totally misc.
2007-02-19 14:05 hvlad
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/config.cpp (1.76):
2007-12-12 04:21:55 +01:00
Fixed CORE-1031 : fb_lock_print.exe fails on windows 2003 R2 / XP
SP 2 and CORE-1133 : XNET (IPC) communication protocol does not
work across sessions
2007-02-15 11:21 robocop
* firebird2/src/common/classes/tree.h (1.61):
Fixing previous hack for VC6.
2008-03-24 20:52:36 +01:00
2007-02-14 12:38 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/defs/: fbclient.def (1.15), gds32.def
2007-12-12 04:21:55 +01:00
(1.13):
Restored the legacy entrypoint as suggested by Claudio many months
ago. It's imported by pre-v2.1 utilities.
2007-02-12 10:31 hvlad
* firebird2/src/common/classes/tree.h (1.60):
Bugfix after sparse bitmap optimization
2007-02-11 10:31 robocop
* firebird2/src/gpre/: ada.cpp (1.51), ftn.cpp (1.58), pas.cpp
(1.52):
More IB->FB changes.
2007-02-11 10:23 robocop
* firebird2/src/gpre/sdltable.h (1.2):
Misc.
2007-02-11 10:03 robocop
* firebird2/src/: alice/alice.cpp (1.89), burp/burp.cpp (1.119),
burp/burpswi.h (1.17), dsql/make.cpp (1.128), dudley/ddl.cpp
(1.37), dudley/trn.cpp (1.37), gpre/sql.cpp (1.64),
2008-03-24 20:52:36 +01:00
include/consts_pub.h (1.10):
2007-12-12 04:21:55 +01:00
Misc and replaced "IB" by "FB" where it made sense to me.
2007-02-09 09:34 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/mvol.cpp (1.45):
2007-12-12 04:21:55 +01:00
Misc.
2007-02-09 09:29 dchri
*
firebird2/builds/install/arch-specific/win32/BuildExecutableInstall.bat
(1.17):
Changed sed "discovery" switch to a compatible but more widely used
switch.
2007-02-08 11:17 aafemt
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/ClumpletWriter.cpp (1.17):
2007-12-12 04:21:55 +01:00
Warnings
2007-02-08 09:06 aafemt
* firebird2/src/auth/trusted/AuthSspi.cpp (1.9):
More explicit check for compiler as requested by Claudio
2007-02-08 01:03 asfernandes
* firebird2/: builds/posix/Makefile.in.client.gpre (1.23),
2008-03-24 20:52:36 +01:00
src/auth/trusted/AuthSspi.cpp (1.8):
2007-12-12 04:21:55 +01:00
Misc
2007-02-06 13:17 aafemt
* firebird2/: configure.in (1.251),
builds/posix/Makefile.in.client.gpre (1.22),
builds/posix/Makefile.in.libfbclient (1.32),
builds/posix/make.shared.variables (1.69),
2008-03-24 20:52:36 +01:00
src/auth/trusted/AuthSspi.cpp (1.7):
2007-12-12 04:21:55 +01:00
Fix MinGW build
2007-02-06 10:51 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/restore.epp (1.114):
2007-12-12 04:21:55 +01:00
Misc.
2007-02-05 14:33 dimitr
* firebird2/src/common/classes/alloc.cpp (1.86):
Fixed allocator assertion for some platflorms with ALIGNMENT == 8.
2007-02-03 11:40 robocop
* firebird2/src/gpre/rmc.cpp (1.2):
Patch by Stephen Boyd: he found a small bug in the RM/Cobol support
in GPRE he did months ago. It wasn't generating the code for EVENT
INIT and EVENT WAIT statements properly.
2007-02-03 11:38 robocop
* firebird2/builds/install/arch-specific/win32/i18n_readme.txt
(1.5):
Corrections.
2007-02-02 11:58 robocop
* firebird2/builds/win32/msvc6/: fbclient.dsp (1.55), fbembed.dsp
(1.38), remote.dsp (1.24), remote_classic.dsp (1.21):
Integrating Alex's Win32 NTLM authentication in VC6.
2007-02-02 11:56 robocop
* firebird2/src/: auth/trusted/AuthSspi.cpp (1.6),
auth/trusted/AuthSspi.h (1.9), dsql/ddl.cpp (1.197), dudley/lex.cpp
2008-03-24 20:52:36 +01:00
(1.35):
2007-12-12 04:21:55 +01:00
Misc.
2007-01-29 08:34 alexpeshkoff
* firebird2/src/dudley/lex.cpp (1.34):
fixed CORE-1113
2007-01-29 04:17 dimitr
* firebird2/src/dsql/parse.y (1.233):
Let's always initialize node arguments. Thanks to Claudio and David
Rushby.
2007-01-28 16:35 alexpeshkoff
* firebird2/builds/posix/Makefile.in.intl (1.29):
fixed posix build
2007-01-26 11:16 asfernandes
* firebird2/src/dsql/pass1.cpp (1.302):
No need to generated a outer join if WHEN NOT MATCHED is not
present in MERGE
2007-01-26 08:48 dimitr
* firebird2/doc/WhatsNew (1.112):
Updated docs.
2007-01-26 02:24 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/auth/trusted/AuthSspi.h (1.8):
2007-12-12 04:21:55 +01:00
Misc
2007-01-25 13:54 dimitr
* firebird2/: src/common/config/config.cpp (1.75),
builds/install/misc/firebird.conf (1.26):
Resolved CORE-937.
2007-01-24 18:21 dimitr
* firebird2/doc/WhatsNew (1.111):
Updated docs.
2007-01-23 09:24 robocop
* firebird2/: builds/win32/msvc8/fb_inet_server.vcproj (1.6),
builds/win32/msvc8/fbclient.vcproj (1.6),
builds/win32/msvc8/fbembed.vcproj (1.6),
builds/win32/msvc8/fbserver.vcproj (1.6),
src/auth/trusted/AuthSspi.cpp (1.5):
I'm simply following Alex changes to MSVC7 to get rid of static
dependency on secur32.lib for now, editing the files by hand. I
noticed that VC8's fbclient.vcproj and fbembed.vcproj don't include
AuthSspi.h explicitly, but that should be irrelevant.
2007-01-21 16:35 asfernandes
* firebird2/src/: dsql/ddl.cpp (1.196), dsql/dsql.h (1.105),
2008-03-24 20:52:36 +01:00
dsql/parse.y (1.232), include/consts_pub.h (1.9):
2007-12-12 04:21:55 +01:00
Some changes based on Claudio's comments
2007-01-21 08:16 robocop
* firebird2/builds/win32/msvc6/intl.dsp (1.37):
Removed unneeded junk.
2007-01-20 18:19 alexpeshkoff
* firebird2/: src/auth/trusted/AuthSspi.cpp (1.4),
src/auth/trusted/AuthSspi.h (1.7),
builds/win32/msvc7/fb_inet_server.vcproj (1.23),
builds/win32/msvc7/fbclient.vcproj (1.46),
builds/win32/msvc7/fbembed.vcproj (1.34),
builds/win32/msvc7/fbserver.vcproj (1.24):
Use dynamic loadind of secur32.dll - some extremely old NT4 do not
have one.
2007-01-20 15:45 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/dsql.cpp (1.188):
2007-12-12 04:21:55 +01:00
1. Make classic server close shutdown normally when killed by
signals 2 & 15. 2. Don't leave running instances of fb_inet_server
after database shutdown. 3. To make all this possible - reworked
Y-Valve in general.
2007-01-20 15:18 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: ddl.cpp (1.195), dsql.cpp (1.187):
2007-12-12 04:21:55 +01:00
Use debug informations in EXECUTE BLOCK
2007-01-20 15:02 alexpeshkoff
* firebird2/src/dsql/dsql.h (1.104):
fixed gcc warning
2007-01-19 13:11 dimitr
* firebird2/src/dsql/: dsql.cpp (1.186), dsql.h (1.103), make.cpp
(1.127):
Front-ported bugfix for CORE-1094.
2007-01-18 01:26 asfernandes
* firebird2/src/dsql/ddl.cpp (1.194):
Validate input parameters
2007-01-18 00:59 asfernandes
* firebird2/: lang_helpers/gds_codes.ftn (1.53),
lang_helpers/gds_codes.pas (1.53), src/include/gen/codetext.h
(1.61), src/include/gen/iberror.h (1.62), src/include/gen/msgs.h
(1.78), src/include/gen/rdb_codes.h (1.58),
2008-03-24 20:52:36 +01:00
src/include/gen/sql_code.h (1.64):
2007-12-12 04:21:55 +01:00
1) Correction for input parameters 2) Correct message for
constraint violation in CAST 3) Display parameter/variable number
when there is no debug info
2007-01-17 02:18 asfernandes
* firebird2/: lang_helpers/gds_codes.ftn (1.52),
lang_helpers/gds_codes.pas (1.52), src/dsql/ddl.cpp (1.193),
src/dsql/dsql.h (1.102), src/dsql/metd.epp (1.99), src/dsql/parse.y
(1.231), src/include/consts_pub.h (1.8), src/include/gen/codetext.h
(1.60), src/include/gen/iberror.h (1.61), src/include/gen/msgs.h
(1.77), src/include/gen/rdb_codes.h (1.57),
2008-03-24 20:52:36 +01:00
src/include/gen/sql_code.h (1.63):
2007-12-12 04:21:55 +01:00
Full domain support and NOT NULL in PSQL
2007-01-07 00:54 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/doc/sql.extensions/README.db_triggers.txt (1.5):
2007-12-12 04:21:55 +01:00
Fix problems with COMMIT triggers: 1) Fix a problem when the
transaction could not be commited due to errors in DFW. 2) Run
triggers inside a savepoint when "preparing" the transaction. 3)
More doc.
2007-01-04 15:43 asfernandes
* firebird2/doc/sql.extensions/README.db_triggers.txt (1.4):
More documentation for database triggers
2007-01-04 14:26 paul_reeves
* firebird2/builds/win32/setenvvar.bat (1.14):
Some minor documentation improvements
2007-01-01 15:13 asfernandes
* firebird2/src/dsql/parse.y (1.230):
Be standard compliant and allow "AS" between the table name and
alias in UPDATE, DELETE and MERGE
2006-12-31 21:55 asfernandes
* firebird2/src/dsql/parse.y (1.229):
Allow table alias on INTO part of MERGE
2006-12-31 10:18 robocop
* firebird2/src/common/classes/tree.h (1.59):
Sorry for the hack, but I need to compile.
2006-12-30 17:52 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/doc/sql.extensions/README.db_triggers.txt (1.3):
2007-12-12 04:21:55 +01:00
Misc
2006-12-30 07:03 robocop
* firebird2/doc/sql.extensions/README.db_triggers.txt (1.2):
Misc.
2006-12-30 02:57 asfernandes
* firebird2/doc/: sql.extensions/README.db_triggers.txt (1.1),
WhatsNew (1.110):
Document database triggers
2006-12-29 10:45 hvlad
* firebird2/src/common/classes/: sparse_bitmap.h (1.18), tree.h
(1.58):
Taken into account several useful notes made by Nickolay
2006-12-27 22:30 hvlad
* firebird2/src/common/classes/: sparse_bitmap.h (1.17), tree.h
(1.57):
Implement improvement CORE-1070 : Optimize sparse bitmap operations
(set, test and clear) with mostly consecutive values
2006-12-22 15:29 asfernandes
* firebird2/src/burp/backup.epp (1.97):
Fixed CORE-1064 - Wrong backup order for character sets and
collations
2006-12-20 15:31 asfernandes
* firebird2/src/common/classes/auto.h (1.12):
Misc
2006-12-20 09:22 robocop
* firebird2/src/auth/trusted/AuthSspi.h (1.6):
Totally misc.
2006-12-20 09:21 robocop
* firebird2/src/common/classes/: auto.h (1.11), stack.h (1.20):
Remove unneeded template argument list (although I'm not sure why
some compilers don't like it).
2006-12-19 09:36 robocop
2008-03-24 20:52:36 +01:00
* firebird2/doc/README.intl (1.5):
2007-12-12 04:21:55 +01:00
Totally misc.
2006-12-17 22:03 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/: src/include/gen/codetext.h (1.59),
src/include/gen/iberror.h (1.60), src/include/gen/msgs.h (1.76),
src/include/gen/rdb_codes.h (1.56), src/include/gen/sql_code.h
(1.62), lang_helpers/gds_codes.ftn (1.51),
lang_helpers/gds_codes.pas (1.51):
2007-12-12 04:21:55 +01:00
Report number of concurrent transaction when raising
update_conflict
2006-12-17 16:51 alexpeshkoff
* firebird2/src/auth/trusted/AuthSspi.h (1.5):
Added some comments
2006-12-17 15:02 alexpeshkoff
* firebird2/: src/common/config/config.cpp (1.74),
src/common/config/config.h (1.42),
2008-03-24 20:52:36 +01:00
builds/install/misc/firebird.conf (1.25):
2007-12-12 04:21:55 +01:00
Use symbolic names for authentication methods in firebird.conf
2006-12-17 10:09 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/auth/trusted/AuthSspi.h (1.4):
2007-12-12 04:21:55 +01:00
Misc.
2006-12-16 03:21 asfernandes
* firebird2/src/dsql/metd.epp (1.98):
Misc
2006-12-16 02:41 asfernandes
* firebird2/doc/: README.intl (1.4), WhatsNew (1.109):
Document CREATE COLLATION
2006-12-15 17:04 dimitr
* firebird2/src/dsql/metd.epp (1.97):
Fixed CORE-1055. A change in METD_get_relation() seems to not be
strongly required, but I keep it in HEAD for testing.
2006-12-14 11:30 asfernandes
* firebird2/doc/sql.extensions/README.returning (1.4):
Correction - thanks to Maycon Ferra<72>a
2006-12-14 10:14 dimitr
* firebird2/doc/README.monitoring_tables (1.1):
Docs.
2006-12-13 01:29 asfernandes
* firebird2/doc/WhatsNew (1.108):
Misc
2006-12-12 00:11 asfernandes
* firebird2/src/common/config/config.cpp (1.73):
Misc
2006-12-11 23:55 asfernandes
* firebird2/doc/sql.extensions/README.merge.txt (1.1):
Documentation for MERGE
2006-12-11 13:53 helebor
*
firebird2/builds/install/arch-specific/win32/firebird_install_logo1.bmp
(1.2):
[no log message]
2006-12-10 13:31 alexpeshkoff
* firebird2/: src/common/config/config.cpp (1.72),
src/common/config/config.h (1.41),
2008-03-24 20:52:36 +01:00
builds/install/misc/firebird.conf (1.24):
2007-12-12 04:21:55 +01:00
Added 'Authentication' parameter to firebird.conf
2006-12-10 12:17 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/alice/: alice.cpp (1.88), alice.h (1.54), exe.cpp
(1.45), tdr.cpp (1.50):
2007-12-12 04:21:55 +01:00
A couple of improvements/cleanups, suggested by Adriano
2006-12-10 01:56 asfernandes
* firebird2/builds/win32/msvc8/: fb_inet_server.vcproj (1.5),
fbclient.vcproj (1.5), fbembed.vcproj (1.5), fbserver.vcproj (1.5):
Update MSVC8 Win32 platform
2006-12-10 01:15 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/auth/trusted/: AuthSspi.cpp (1.3), AuthSspi.h
(1.3):
2007-12-12 04:21:55 +01:00
Misc
2006-12-09 13:53 dimitr
* firebird2/builds/win32/msvc8/: fb_inet_server.vcproj (1.4),
fbclient.vcproj (1.4), fbembed.vcproj (1.4), fbserver.vcproj (1.4),
remote.vcproj (1.4), remote_classic.vcproj (1.4):
Fixed MSVC8 build.
2006-12-08 19:38 alexpeshkoff
* firebird2/builds/win32/msvc7/: fb_inet_server.vcproj (1.22),
fbclient.vcproj (1.45), fbembed.vcproj (1.33), fbserver.vcproj
(1.23), remote.vcproj (1.24), remote_classic.vcproj (1.25):
Trusted authentication for windows
2006-12-08 19:33 alexpeshkoff
* firebird2/src/: alice/alice.cpp (1.87), alice/alice.h (1.53),
alice/aliceswi.h (1.15), alice/exe.cpp (1.44), alice/tdr.cpp
(1.49), auth/trusted/AuthSspi.cpp (1.2), auth/trusted/AuthSspi.h
(1.2), burp/burp.cpp (1.118), burp/burp.h (1.81), burp/burpswi.h
2008-03-24 20:52:36 +01:00
(1.16), include/consts_pub.h (1.7), include/firebird.h (1.40):
2007-12-12 04:21:55 +01:00
Trusted authentication for windows
2006-12-08 19:32 alexpeshkoff
* firebird2/configure.in (1.250):
Diego Petteno patch for Gentoo/FreBSD
2006-12-06 06:51 paul_reeves
* firebird2/builds/install/arch-specific/win32/:
ba/custom_messages_ba.inc (1.3), ba/Instalacija_ProcitajMe.txt
(1.5), ba/ProcitajMe.txt (1.3), BuildExecutableInstall.bat (1.16),
FirebirdInstallEnvironmentChecks.inc (1.5), FirebirdInstall_20.iss
(1.13), Readme.txt (1.10), custom_messages.inc (1.3),
i18n_readme.txt (1.4), installation_readme.txt (1.10),
de/custom_messages_de.inc (1.3), de/installation_liesmich.txt
(1.4), de/liesmich.txt (1.4), es/custom_messages_es.inc (1.2),
es/leame.txt (1.2), es/leame_instalacion.txt (1.2),
fr/custom_messages_fr.inc (1.3), fr/installation_lisezmoi.txt
(1.2), fr/lisezmoi.txt (1.2), hu/custom_messages_hu.inc (1.3),
hu/olvass_el.txt (1.2), hu/telepitesi_segedlet.txt (1.2),
it/custom_messages_it.inc (1.2), it/leggimi.txt (1.2),
it/leggimi_installazione.txt (1.2), pl/custom_messages_pl.inc
(1.2), pl/czytajto.txt (1.3), pl/instalacja_czytajto.txt (1.4),
pt/custom_messages_pt.inc (1.4), pt/instalacao_leia-me.txt (1.4),
pt/leia-me.txt (1.3), si/custom_messages_si.inc (1.3):
Forward port the windows installation scripts and i18n from
B2_0_Release
2006-12-04 22:36 dimitr
* firebird2/src/include/gen/ids.h (1.20):
1) Changed MON$STATEMENTS a bit. 2) Implemented statement
cancellation.
2006-12-01 15:36 asfernandes
* firebird2/: src/include/gen/codetext.h (1.58),
src/include/gen/iberror.h (1.59), src/include/gen/msgs.h (1.75),
src/include/gen/rdb_codes.h (1.55), src/include/gen/sql_code.h
2008-03-24 20:52:36 +01:00
(1.61), lang_helpers/gds_codes.ftn (1.50),
lang_helpers/gds_codes.pas (1.50):
2007-12-12 04:21:55 +01:00
Fixed CORE-997 - Database-Update 1.5 to 2.0 fails
2006-12-01 14:49 asfernandes
* firebird2/src/dsql/make.cpp (1.126):
Fixed CORE-1012 - IBO problems with FB >= 1.5.3 "Error with joins
and auto-generated search query"
2006-11-29 15:17 asfernandes
* firebird2/builds/win32/old_makes/: burp.mak (1.2), dsql.mak
(1.2), extlib.mak (1.2), intl.mak (1.2), jrd.mak (1.2), msgs.mak
(1.2), remote.mak (1.2), v5_examples.mak (1.2):
Remove obsolete files
2006-11-29 01:20 asfernandes
* firebird2/src/dsql/dsql.cpp (1.185):
Replace a deleted piece of code - thanks to Claudio
2006-11-28 09:52 robocop
* firebird2/src/include/gen/msgs.h (1.74):
For unknown reasons, this generated file wasn't committed.
2006-11-26 17:08 asfernandes
* firebird2/doc/WhatsNew (1.107):
Rename REPLACE to UPDATE OR INSERT
2006-11-26 16:39 asfernandes
* firebird2/: doc/sql.extensions/README.replace (1.2),
doc/sql.extensions/README.update_or_insert (1.1),
lang_helpers/gds_codes.ftn (1.49), lang_helpers/gds_codes.pas
(1.49), src/dsql/dsql.cpp (1.184), src/dsql/keywords.cpp (1.58),
src/dsql/node.h (1.85), src/dsql/parse.y (1.228),
src/dsql/pass1.cpp (1.301), src/include/gen/codetext.h (1.57),
src/include/gen/iberror.h (1.58), src/include/gen/msgs.h (1.73),
2008-03-24 20:52:36 +01:00
src/include/gen/sql_code.h (1.60):
2007-12-12 04:21:55 +01:00
Rename REPLACE to UPDATE OR INSERT
2006-11-25 02:34 asfernandes
* firebird2/src/burp/backup.epp (1.96):
Misc
2006-11-24 15:20 asfernandes
* firebird2/builds/win32/msvc7/fbudf.vcproj (1.20):
Remove use of ODBC in FBUDF of MSVC7 build
2006-11-24 11:22 robocop
* firebird2/src/burp/backup.epp (1.95):
Solve CORE-1009 so that Jiri can sleep at night. :-)
2006-11-24 11:17 robocop
* firebird2/builds/win32/msvc6/Firebird2.dsw (1.41):
Get rid of empbuild and intlbl in Firebird2.dsw to follow newer VC
versions that put them in a separate solution.
2006-11-24 11:15 robocop
* firebird2/builds/win32/msvc6/fbudf.dsp (1.16):
Clean linker references to ODBC and others in fbudf.
2006-11-24 11:14 robocop
* firebird2/builds/win32/compile.bat (1.2):
Use the famous brute force approach to fix syntax error in this new
DOS batch file introduced by Adriano (for the VC6 case).
2006-11-24 01:24 asfernandes
* firebird2/src/: burp/backup.epp (1.94), burp/burp.h (1.80),
burp/restore.epp (1.113), dsql/ddl.cpp (1.192), dsql/metd.epp
2008-03-24 20:52:36 +01:00
(1.96), include/consts_pub.h (1.6), include/gen/ids.h (1.19):
2007-12-12 04:21:55 +01:00
Added RDB$NULL_FLAG and RDB$PARAMETER_MECHANISM to
RDB$PROCEDURE_PARAMETERS
2006-11-22 15:33 asfernandes
* firebird2/builds/win32/msvc8/fbudf.vcproj (1.4):
Remove use of ODBC in FBUDF
2006-11-20 13:37 asfernandes
* firebird2/src/dsql/: keywords.cpp (1.57), parse.y (1.227):
Remove "MESSAGE" keyword
2006-11-19 16:40 alexpeshkoff
* firebird2/configure.in (1.249):
Applied patch by Michal Kubecek
2006-11-19 15:57 asfernandes
* firebird2/builds/win32/make_boot.bat (1.34):
Misc
2006-11-19 15:24 asfernandes
* firebird2/builds/win32/: compile.bat (1.1), make_all.bat (1.45),
make_boot.bat (1.33), make_examples.bat (1.20), make_icu.bat
(1.13), setenvvar.bat (1.13), msvc7/build_msg.vcproj (1.7),
msvc8/build_msg.vcproj (1.3):
Clean the build files and make buildable with MS Visual C++ Express
2006-11-18 21:24 asfernandes
* firebird2/builds/win32/: msvc7/gpre_embed.vcproj (1.7),
msvc8/gpre_embed.vcproj (1.3):
Fix the boot build
2006-11-18 20:32 asfernandes
* firebird2/src/dsql/errd.cpp (1.39):
Remove not correct warnings
2006-11-18 03:40 asfernandes
* firebird2/builds/win32/msvc8/: Firebird2.sln (1.3),
fbrmclib.vcproj (1.2), gpre.vcproj (1.5):
Fix and integrate Steve Boyd changes in MSVC8 build - hope to not
break it even more done changes with Visual Studio Express
2006-11-18 03:06 asfernandes
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.27),
fbrmclib.vcproj (1.1), gpre.vcproj (1.26):
Integrate Steve Boyd changes to GPRE in MSVC7 build
2006-11-12 14:58 alexpeshkoff
* firebird2/src/common/classes/semaphore.h (1.30):
Fix CORE-988 class Semaphore now can work with broken versions of
glibc (sem_timedwait())
2006-11-11 03:47 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/: cme.cpp (1.39), gpreswi.h (1.14), sqe.cpp
(1.43):
2007-12-12 04:21:55 +01:00
Misc
2006-11-10 09:12 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/parse.y (1.226):
2007-12-12 04:21:55 +01:00
Misc.
2006-11-10 09:08 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/: include/gen/msgs.h (1.72), dsql/pass1.cpp
(1.300):
2007-12-12 04:21:55 +01:00
Fix typos in recent messages.
2006-11-10 09:04 robocop
* firebird2/builds/win32/defs/: fbclient.def (1.14), fbrmclib.def
(1.1), gds32.def (1.12):
Commit build changes by Stephen Boyd to support RM Cobol.
Restoring the missing entry points that COBOL needs and that were
deleted years ago. Added the entry points in the new fbrmclib.
2006-11-10 09:02 robocop
* firebird2/builds/win32/msvc6/: fbclient_static.dsp (1.21),
gds32.dsp (1.26), gpre_boot.dsp (1.27), gpre_embed.dsp (1.4):
VC6 cleanup.
2006-11-10 08:59 robocop
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.40), fbrmclib.dsp
(1.1), gpre.dsp (1.26), gpre_static.dsp (1.10):
Commit build changes by Stephen Boyd to support RM Cobol. Fixing
VC6 builds.
2006-11-10 08:57 robocop
* firebird2/builds/win32/msvc8/: fbrmclib.vcproj (1.1), gpre.vcproj
(1.4):
Commit build changes by Stephen Boyd to support RM Cobol.
fbrmclib.vcproj needs to be added to VC8's Firebird2.sln and then
the corresponding changes have to be propagated to VC7 and *nix
builds.
2006-11-10 08:52 robocop
* firebird2/src/gpre/: fbrmclib.cpp (1.1), rmc.cpp (1.1):
Commit source changes by Stephen Boyd to support RM Cobol. COBOL
support (rmc) and additional interface library (fbrmclib).
2006-11-10 08:50 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/: cme.cpp (1.38), cob.cpp (1.63), gpre.cpp
(1.81), gpre.h (1.85), gpreswi.h (1.13), lang_proto.h (1.10),
par.cpp (1.63), sqe.cpp (1.42), sql.cpp (1.63):
2007-12-12 04:21:55 +01:00
Commit source changes by Stephen Boyd to support RM Cobol.
2006-11-09 10:24 paul_reeves
* firebird2/builds/win32/make_icu.bat (1.12):
Add missing quotes
2006-11-09 08:43 paulbeach
* firebird2/configure.in (1.248):
Correct typo
2006-11-09 01:31 asfernandes
* firebird2/builds/win32/msvc7/: gpre_boot.vcproj (1.30),
gpre_embed.vcproj (1.6):
More cleanup in internal gpre
2006-11-08 15:50 asfernandes
* firebird2/builds/win32/msvc7/: gpre_boot.vcproj (1.29),
gpre_embed.vcproj (1.5):
Correction - thanks to Claudio
2006-11-08 14:00 paulbeach
* firebird2/configure.in (1.247):
Configure.in should work out alignment correctly for non X86
platforms
2006-11-08 02:21 asfernandes
* firebird2/builds/win32/msvc7/: gpre_boot.vcproj (1.28),
gpre_embed.vcproj (1.4):
Remove support of optional languages from gpre_embeded - suggested
by Claudio
2006-11-08 02:00 asfernandes
* firebird2/lang_helpers/: gds_codes.ftn (1.48), gds_codes.pas
(1.48):
Autogenerated files missing from my last commit
2006-11-06 02:07 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/doc/WhatsNew (1.106):
2007-12-12 04:21:55 +01:00
Misc
2006-11-06 01:47 asfernandes
* firebird2/src/burp/: burp.cpp (1.117), burpswi.h (1.15):
Corrections
2006-11-05 19:30 asfernandes
* firebird2/: doc/WhatsNew (1.105), src/burp/backup.epp (1.93),
src/burp/burp.cpp (1.116), src/burp/burp.h (1.79),
src/burp/burpswi.h (1.14), src/burp/restore.epp (1.112),
src/dsql/ddl.cpp (1.191), src/dsql/keywords.cpp (1.56),
src/dsql/metd.epp (1.95), src/dsql/metd_proto.h (1.27),
src/dsql/parse.y (1.225), src/include/consts_pub.h (1.5),
src/include/gen/codetext.h (1.56), src/include/gen/iberror.h
(1.57), src/include/gen/msgs.h (1.71), src/include/gen/rdb_codes.h
2008-03-24 20:52:36 +01:00
(1.54), src/include/gen/sql_code.h (1.59):
2007-12-12 04:21:55 +01:00
1) CORE-645 and CORE-745: Database triggers 2) CORE-711: Make
syntax for "CREATE TRIGGER" compliant with SQL2003
2006-11-05 11:54 hvlad
* firebird2/lang_helpers/: gds_codes.ftn (1.47), gds_codes.pas
(1.47):
Replace few hardcoded error messages by new error codes
2006-11-05 11:50 hvlad
* firebird2/src/: dsql/pass1.cpp (1.299), include/gen/codetext.h
(1.55), include/gen/iberror.h (1.56), include/gen/msgs.h (1.70),
2008-03-24 20:52:36 +01:00
include/gen/rdb_codes.h (1.53), include/gen/sql_code.h (1.58):
2007-12-12 04:21:55 +01:00
Replace few hardcoded error messages by new error codes
2006-11-05 05:02 robocop
* firebird2/builds/win32/msvc6/: engine.dsp (1.71),
engine_classic.dsp (1.67), engine_embed.dsp (1.46):
Add DebugInterface to the VC6 builds.
2006-11-05 05:01 robocop
* firebird2/: src/include/gen/codetext.h (1.54),
src/include/gen/iberror.h (1.55), src/include/gen/msgs.h (1.69),
src/include/gen/rdb_codes.h (1.52), src/include/gen/sql_code.h
2008-03-24 20:52:36 +01:00
(1.57), lang_helpers/gds_codes.ftn (1.46),
lang_helpers/gds_codes.pas (1.46):
2007-12-12 04:21:55 +01:00
Put two recent hardcoded messages into the msg db.
2006-11-04 08:57 robocop
* firebird2/doc/WhatsNew (1.104):
Misc: this file uses spaces instead of tabs for indentation.
2006-11-04 04:44 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/doc/WhatsNew (1.103):
2007-12-12 04:21:55 +01:00
Fixed CORE-986 - Non-ASCII quoted identifiers are not converted to
metadata (UNICODE_FSS) charset
2006-11-04 04:03 asfernandes
* firebird2/src/dsql/ddl.cpp (1.190):
Misc
2006-11-03 10:42 hvlad
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: ddl.cpp (1.189), gen.cpp (1.115):
2007-12-12 04:21:55 +01:00
Few corrections pointed by Claudio
2006-11-02 23:37 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: gen.cpp (1.114), pass1.cpp (1.298):
2007-12-12 04:21:55 +01:00
Fixed a bug when the connection charset is multibyte, appeared
after recent changes to CsConvert class.
2008-03-24 20:52:36 +01:00
2006-10-31 16:19 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.105):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
Simplification and fix.
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
2006-10-31 15:23 asfernandes
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/: common/classes/vector.h (1.17), dsql/dsql.h
(1.101), dsql/gen.cpp (1.113):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
Misc
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
2006-10-31 14:54 alexpeshkoff
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/array.h (1.39):
fixed my last commit - thanks to Adriano
2006-10-31 13:24 alexpeshkoff
* firebird2/builds/posix/make.shared.variables (1.68):
fixed posix build
2006-10-31 13:03 dimitr
* firebird2/builds/win32/msvc8/: alice.vcproj (1.3),
alice_classic.vcproj (1.3), burp.vcproj (1.3), burp_classic.vcproj
(1.3), common.vcproj (1.3), common_classic.vcproj (1.3),
config.vcproj (1.3), dsql_server.vcproj (1.3),
dsql_server_classic.vcproj (1.3), engine.vcproj (1.7),
engine_classic.vcproj (1.7), engine_embed.vcproj (1.7),
fb_inet_server.vcproj (1.3), fb_lock_print.vcproj (1.3),
fbclient.vcproj (1.3), fbembed.vcproj (1.3), fbguard.vcproj (1.3),
fbserver.vcproj (1.3), fbudf.vcproj (1.3), gbak.vcproj (1.3),
gdef.vcproj (1.3), gds32.vcproj (1.3), gfix.vcproj (1.3),
gpre.vcproj (1.3), gpre_boot.vcproj (1.3), gsec.vcproj (1.3),
gsplit.vcproj (1.3), gstat.vcproj (1.3), ib_udf.vcproj (1.3),
ib_util.vcproj (1.3), instclient.vcproj (1.3), instreg.vcproj
(1.3), instsvc.vcproj (1.3), intl.vcproj (1.7), isql.vcproj (1.3),
lock.vcproj (1.3), lock_classic.vcproj (1.3), nbackup.vcproj (1.3),
qli.vcproj (1.3), remote.vcproj (1.3), remote_classic.vcproj (1.3),
utilities.vcproj (1.3), utilities_classic.vcproj (1.3),
utilities_embed.vcproj (1.3):
Changed the optimization mode. This is required because MS has
deprecated /Og.
2006-10-31 12:24 alexpeshkoff
* firebird2/src/common/classes/: array.h (1.38), vector.h (1.16):
remove() methods now return pointer to next after deleted element
2006-10-31 11:09 dimitr
* firebird2/builds/win32/: msvc8/alice.vcproj (1.2),
msvc8/alice_classic.vcproj (1.2), msvc8/btyacc.vcproj (1.2),
msvc8/build_msg.vcproj (1.2), msvc8/burp.vcproj (1.2),
msvc8/burp_classic.vcproj (1.2), msvc8/codes.vcproj (1.2),
msvc8/common.vcproj (1.2), msvc8/common_classic.vcproj (1.2),
msvc8/common_static.vcproj (1.2), msvc8/config.vcproj (1.2),
msvc8/dsql_server.vcproj (1.2), msvc8/dsql_server_classic.vcproj
(1.2), msvc8/empbuild.vcproj (1.2), msvc8/engine.vcproj (1.6),
msvc8/engine_classic.vcproj (1.6), msvc8/engine_embed.vcproj (1.6),
msvc8/fb2control.vcproj (1.2), msvc8/fb_inet_server.vcproj (1.2),
msvc8/fb_lock_print.vcproj (1.2), msvc8/fbclient.vcproj (1.2),
msvc8/fbclient_static.vcproj (1.2), msvc8/fbembed.vcproj (1.2),
msvc8/fbguard.vcproj (1.2), msvc8/Firebird2.sln (1.2),
msvc8/Firebird2Boot.sln (1.2), msvc8/fbserver.vcproj (1.2),
msvc8/fbudf.vcproj (1.2), msvc8/gbak.vcproj (1.2),
msvc8/gbak_embed.vcproj (1.2), msvc8/gdef.vcproj (1.2),
msvc8/gds32.vcproj (1.2), msvc8/gfix.vcproj (1.2),
msvc8/gpre.vcproj (1.2), msvc8/gpre_boot.vcproj (1.2),
msvc8/gpre_embed.vcproj (1.2), msvc8/gpre_static.vcproj (1.2),
msvc8/gsec.vcproj (1.2), msvc8/gsplit.vcproj (1.2),
msvc8/gstat.vcproj (1.2), msvc8/ib_udf.vcproj (1.2),
msvc8/ib_util.vcproj (1.2), msvc8/instclient.vcproj (1.2),
msvc8/instreg.vcproj (1.2), msvc8/instsvc.vcproj (1.2),
msvc8/intl.vcproj (1.6), msvc8/intlbuild.vcproj (1.2),
msvc8/isql.vcproj (1.2), msvc8/isql_embed.vcproj (1.2),
msvc8/lock.vcproj (1.2), msvc8/lock_classic.vcproj (1.2),
msvc8/nbackup.vcproj (1.2), msvc8/qli.vcproj (1.2),
msvc8/remote.vcproj (1.2), msvc8/remote_classic.vcproj (1.2),
msvc8/utilities.vcproj (1.2), msvc8/utilities_classic.vcproj (1.2),
msvc8/utilities_embed.vcproj (1.2), msvc8/v5_examples.vcproj (1.2),
make_all.bat (1.44), make_boot.bat (1.32), make_examples.bat
(1.19), make_icu.bat (1.11), setenvvar.bat (1.12):
Updated projects for the AMD64 target. + added Vlad's new files.
2006-10-30 22:06 hvlad
* firebird2/builds/win32/msvc7/: engine.vcproj (1.61),
engine_classic.vcproj (1.61), engine_embed.vcproj (1.50):
Add new files (debug info)
2006-10-30 21:57 hvlad
* firebird2/src/: burp/backup.epp (1.92), burp/burp.h (1.78),
burp/restore.epp (1.111), dsql/ddl.cpp (1.188), dsql/dsql.h
(1.100), dsql/gen.cpp (1.112), dsql/parse.y (1.224),
2008-03-24 20:52:36 +01:00
include/consts_pub.h (1.4):
2007-12-12 04:21:55 +01:00
1. Remove blr_src_info code as it is prevents database downgrade
from ODS 11.1 2. Put debug information (mapping between blr offset
and source line\column and names of local variables) into new blob
field RDB$DEBUG_INFO This is first step to implement native SQL
debugger i believe
2006-10-30 16:14 asfernandes
* firebird2/builds/win32/: make_boot.bat (1.31), make_icu.bat
(1.10):
Fix problems reported by "dlh" in fb-devel
2006-10-30 14:39 dimitr
* firebird2/extern/icu/source/: allinone/allinone_8.sln (1.2),
test/cintltst/cintltst_8.vcproj (1.2), common/common_8.vcproj
(1.2), tools/ctestfw/ctestfw_8.vcproj (1.2),
tools/gencmn/decmn_8.vcproj (1.2), tools/gencmn/gencmn_8.vcproj
(1.2), tools/genrb/derb_8.vcproj (1.2), tools/genrb/genrb_8.vcproj
(1.2), tools/genbrk/genbrk_8.vcproj (1.2),
tools/genccode/genccode_8.vcproj (1.2),
tools/gencnval/gencnval_8.vcproj (1.2),
tools/gennames/gennames_8.vcproj (1.2),
tools/gennorm/gennorm_8.vcproj (1.2),
tools/genpname/genpname_8.vcproj (1.2),
tools/genprops/genprops_8.vcproj (1.2),
tools/gensprep/gensprep_8.vcproj (1.2),
tools/gentest/gentest_8.vcproj (1.2), tools/genuca/genuca_8.vcproj
(1.2), i18n/i18n_8.vcproj (1.2), tools/icuswap/icuswap_8.vcproj
(1.2), test/intltest/intltest_8.vcproj (1.2), io/io_8.vcproj (1.2),
test/iotest/iotest_8.vcproj (1.2), layout/layout_8.vcproj (1.2),
layoutex/layoutex_8.vcproj (1.2), tools/makeconv/makeconv_8.vcproj
(1.2), data/makedata_8.vcproj (1.2), tools/pkgdata/pkgdata_8.vcproj
(1.2), stubdata/stubdata_8.vcproj (1.2),
tools/toolutil/toolutil_8.vcproj (1.2), extra/uconv/uconv_8.vcproj
(1.2):
Updated projects for the AMD64 target.
2006-10-30 14:09 dimitr
* firebird2/extern/icu/source/test/iotest/iotest.cpp (1.3):
This weird change fixes the compilation issue on VC8.
2006-10-30 14:04 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h (1.104):
Win64 adjustments.
2006-10-30 13:35 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/ids.h (1.18):
2007-12-12 04:21:55 +01:00
1) Updated monitoring implementation. 2) Cleanup.
2006-10-29 15:13 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/fb_string.h (1.6):
2007-12-12 04:21:55 +01:00
Misc (64-bit related)
2006-10-25 17:41 asfernandes
* firebird2/doc/WhatsNew (1.102):
Some more entries
2006-10-25 17:09 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/doc/WhatsNew (1.101):
2007-12-12 04:21:55 +01:00
Misc
2006-10-25 11:54 paulbeach
2008-03-24 20:52:36 +01:00
* firebird2/doc/WhatsNew (1.100):
2007-12-12 04:21:55 +01:00
Commit the right inet.cpp and fix for CORE-966
2006-10-25 09:02 robocop
* firebird2/doc/WhatsNew (1.99):
I think these entries go into v2.1's WhatsNew, too.
2006-10-25 08:22 dimitr
* firebird2/doc/WhatsNew (1.98):
Update.
2006-10-24 18:47 dimitr
* firebird2/doc/WhatsNew (1.97):
Update.
2006-10-24 18:45 dimitr
* firebird2/src/dsql/: parse.y (1.223), pass1.cpp (1.297):
Done CORE-863.
2006-10-24 17:48 dimitr
* firebird2/doc/WhatsNew (1.96):
Documented v2.1 changes committed up to date. If I've forgotten
something, feel free to add the necessary items. It's prefered
that all documented issues would have a corresponding tracker
ticket.
2006-10-24 05:48 robocop
* firebird2/src/dsql/user_dsql.cpp (1.47):
Misc.
2006-10-24 04:26 robocop
* firebird2/src/dsql/user__proto.h (1.11):
Fix prototype, thanks to Steve Boyd.
2006-10-23 13:43 alexpeshkoff
* firebird2/: builds/posix/prefix.linux_powerpc (1.1), configure.in
(1.246):
applied patch by Damyan Ivanov for PowepPC
2008-03-24 20:52:36 +01:00
2006-10-23 13:41 alexpeshkoff
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/make.shared.variables (1.67):
2007-12-12 04:21:55 +01:00
fixed posix build
2006-10-20 20:49 asfernandes
* firebird2/src/dsql/pass1.cpp (1.296):
Misc
2006-10-19 07:12 robocop
* firebird2/src/dsql/pass1.cpp (1.295):
Disable the duplicate field check for sort. (But keep the check
for max items at 255.)
2006-10-17 08:03 robocop
* firebird2/: src/include/gen/codetext.h (1.53),
src/include/gen/iberror.h (1.54), src/include/gen/msgs.h (1.68),
src/include/gen/rdb_codes.h (1.51), src/include/gen/sql_code.h
2008-03-24 20:52:36 +01:00
(1.56), lang_helpers/gds_codes.ftn (1.45),
lang_helpers/gds_codes.pas (1.45), src/dsql/pass1.cpp (1.294):
2007-12-12 04:21:55 +01:00
Put into the msg file several hardcoded messages marked by Arno to
be localized.
2006-10-14 03:29 robocop
2008-03-24 20:52:36 +01:00
* firebird2/: src/include/gen/codetext.h (1.52),
src/include/gen/iberror.h (1.53), src/include/gen/msgs.h (1.67),
src/include/gen/rdb_codes.h (1.50), src/include/gen/sql_code.h
(1.55), lang_helpers/gds_codes.ftn (1.44),
2007-12-12 04:21:55 +01:00
lang_helpers/gds_codes.pas (1.44):
ApiGuide.pdf says a maximum of 16 databases is allowed for a
multi-db transaction. However, Ann agrees that a modern new,
sensible limit is 256 databases for start_transaction and
start_multiple. Fixed a buffer overrun in jrd.cpp related to this.
2006-10-14 03:20 robocop
* firebird2/builds/win32/msvc6/: engine.dsp (1.70),
engine_classic.dsp (1.66), engine_embed.dsp (1.45), intl.dsp
(1.36):
Updating the VC6 build after Adriano's additions.
2006-10-10 21:40 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/: posix/make.shared.variables (1.66),
win32/msvc7/engine.vcproj (1.60), win32/msvc7/engine_classic.vcproj
(1.60), win32/msvc7/engine_embed.vcproj (1.49),
win32/msvc7/intl.vcproj (1.30), win32/msvc8/engine.vcproj (1.5),
win32/msvc8/engine_classic.vcproj (1.5),
win32/msvc8/engine_embed.vcproj (1.5), win32/msvc8/intl.vcproj
(1.5):
2007-12-12 04:21:55 +01:00
1) Refactor intl_classes.h and intl.cpp 2) Make conversions from
CharSet1->UTF16->CharSet2 job of CsConvert class
2006-10-10 17:31 asfernandes
* firebird2/builds/win32/msvc7/: engine.vcproj (1.59),
engine_classic.vcproj (1.59), engine_embed.vcproj (1.48):
Add RuntimeStatistics to MSVC7 build
2006-10-10 08:43 robocop
* firebird2/builds/win32/msvc6/: common.dsp (1.35),
common_classic.dsp (1.29), common_static.dsp (1.12), engine.dsp
(1.69), engine_classic.dsp (1.65), engine_embed.dsp (1.44):
Sync VC6 files with VC8 files.
2006-10-10 08:41 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/cmp.cpp (1.35):
2007-12-12 04:21:55 +01:00
Partial commit with some cleanup and more constants.
2006-10-10 06:42 dimitr
* firebird2/builds/win32/msvc8/: engine.vcproj (1.4),
engine_classic.vcproj (1.4), engine_embed.vcproj (1.4):
Fixed the project files.
2006-10-08 09:57 robocop
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc6/: common.dsp (1.34),
common_classic.dsp (1.28), common_static.dsp (1.11):
2007-12-12 04:21:55 +01:00
Dmitry's last commit appears incomplete for me (for example, no
project files were updated). While trying to fix the VC6 build, I
added the new class to the three "common*" projects and commented a
line in jrd.cpp. Server may misbehave due to the jrd modification.
2006-10-08 03:57 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/pass1.cpp (1.293):
2007-12-12 04:21:55 +01:00
Misc
2006-10-08 03:09 asfernandes
* firebird2/builds/win32/: make_all.bat (1.43), make_examples.bat
(1.18):
prepare.bat was removed
2006-10-07 19:06 asfernandes
* firebird2/src/dsql/make.cpp (1.125):
Misc
2006-10-07 11:40 robocop
* firebird2/: lang_helpers/gds_codes.ftn (1.43),
lang_helpers/gds_codes.pas (1.43), src/dsql/pass1.cpp (1.292),
src/include/gen/codetext.h (1.51), src/include/gen/iberror.h
(1.52), src/include/gen/msgs.h (1.66), src/include/gen/rdb_codes.h
2008-03-24 20:52:36 +01:00
(1.49), src/include/gen/sql_code.h (1.54):
2007-12-12 04:21:55 +01:00
- Give meaningful message when reaching max group items (255),
reported by David Schnepper. - Misc: more mnemonics for nodes'
argument positions. - Experimental: try to detect conflicting sort
options on the same field.
2006-10-07 11:30 robocop
* firebird2/src/dsql/: node.h (1.84), parse.y (1.222):
Misc: more mnemonic for nodes' argument positions.
2006-10-07 11:29 robocop
* firebird2/src/common/classes/stack.h (1.19):
Misc: since this file had a mixture of two coding styles, I chose
one.
2006-10-02 04:39 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/extlib/ib_udf.sql (1.7):
2007-12-12 04:21:55 +01:00
Misc
2006-09-30 11:10 robocop
* firebird2/: lang_helpers/gds_codes.ftn (1.42),
lang_helpers/gds_codes.pas (1.42), src/dsql/pass1.cpp (1.291),
src/include/gen/codetext.h (1.50), src/include/gen/iberror.h
(1.51), src/include/gen/msgs.h (1.65), src/include/gen/rdb_codes.h
2008-03-24 20:52:36 +01:00
(1.48), src/include/gen/sql_code.h (1.53):
2007-12-12 04:21:55 +01:00
Solve problem reported by Bill Oliver in fb-devel: we should
complain when someone tries to sort on more than 255 items.
2006-09-28 08:27 robocop
* firebird2/src/extlib/: ib_udf.sql (1.6), ib_udf2.sql (1.9):
Fix comment.
2006-09-27 02:32 asfernandes
* firebird2/src/common/classes/ClumpletWriter.cpp (1.16):
Misc
2006-09-26 17:09 dimitr
* firebird2/src/common/classes/: ClumpletReader.cpp (1.24),
ClumpletReader.h (1.16), ClumpletWriter.cpp (1.15),
ClumpletWriter.h (1.10):
A few extentions to the clumplet classes.
2006-09-22 14:58 dimitr
* firebird2/doc/Firebird_conf.txt (1.3):
Fixed the docs.
2006-09-22 06:24 dimitr
* firebird2/src/common/classes/timestamp.cpp (1.14):
Fixed the issue reported in fb-devel.
2006-09-17 22:06 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/: posix/Makefile.in.intl (1.28),
win32/msvc6/intl.dsp (1.35), win32/msvc7/intl.vcproj (1.29),
win32/msvc8/intl.vcproj (1.4):
2007-12-12 04:21:55 +01:00
1) UNICODE_CI - UNICODE case-insensitive collation for UTF8 2)
Locale specific attribute for UNICODE collations 3) Remove code
duplication in implementation of UNICODE collations for fbintl 4)
Remove ugly TEXTTYPE type
2006-09-17 03:41 asfernandes
* firebird2/src/dsql/: parse.y (1.221), pass1.cpp (1.290):
Allow only one of WHEN MATCHED and WHEN NOT MATCHED in MERGE as the
SQL spec
2006-09-16 17:53 asfernandes
* firebird2/src/dsql/pass1.cpp (1.289):
Fixed problem with REPLACE and WHEN blocks
2006-09-15 03:54 asfernandes
* firebird2/src/dsql/pass1.cpp (1.288):
Misc
2008-03-24 20:52:36 +01:00
2006-09-14 15:45 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/: src/include/consts_pub.h (1.3),
doc/sql.extensions/README.context_variables2 (1.5):
2007-12-12 04:21:55 +01:00
1) Support for client PID in the monitoring data. 2) Changed XNET
to return local hostname instead of PID as its remote address.
2006-09-14 13:44 asfernandes
* firebird2/src/dsql/pass1.cpp (1.287):
Be more simple as suggested by Claudio
2006-09-14 11:43 robocop
* firebird2/src/dsql/ddl.cpp (1.187):
Skip irrelevant characters at the beginning of trigger's body.
Granted, this has little practical effect because (unlike
procedures) trigger bodies include the AS keyword, so garbage
between AS and BEGIN is not detected.
2006-09-14 11:40 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/node.h (1.83):
2007-12-12 04:21:55 +01:00
Misc.
2006-09-14 04:27 asfernandes
* firebird2/src/dsql/parse.y (1.220):
Misc
2006-09-14 04:05 asfernandes
* firebird2/src/dsql/: dsql.cpp (1.183), gen.cpp (1.111),
keywords.cpp (1.55), node.h (1.82), parse.y (1.219), pass1.cpp
(1.286):
MERGE statement
2006-09-13 14:59 asfernandes
* firebird2/src/dsql/pass1.cpp (1.285):
Fix the problem with CAST and parameters reported by Maycon Ferra<72>a
in fb-devel
2006-09-12 10:52 dimitr
* firebird2/src/dsql/make.cpp (1.124):
Fixed CORE-924.
2006-09-12 07:53 dimitr
* firebird2/: extern/icu/source/test/cintltst/cintltst_8.vcproj
(1.1), extern/icu/source/common/common_8.vcproj (1.1),
extern/icu/source/tools/ctestfw/ctestfw_8.vcproj (1.1),
extern/icu/source/tools/gencmn/decmn_8.vcproj (1.1),
extern/icu/source/tools/gencmn/gencmn_8.vcproj (1.1),
extern/icu/source/tools/genrb/derb_8.vcproj (1.1),
extern/icu/source/tools/genrb/genrb_8.vcproj (1.1),
extern/icu/source/tools/genbrk/genbrk_8.vcproj (1.1),
extern/icu/source/tools/genccode/genccode_8.vcproj (1.1),
extern/icu/source/tools/gencnval/gencnval_8.vcproj (1.1),
extern/icu/source/tools/gennames/gennames_8.vcproj (1.1),
extern/icu/source/tools/gennorm/gennorm_8.vcproj (1.1),
extern/icu/source/tools/genpname/genpname_8.vcproj (1.1),
extern/icu/source/tools/genprops/genprops_8.vcproj (1.1),
extern/icu/source/tools/gensprep/gensprep_8.vcproj (1.1),
extern/icu/source/tools/gentest/gentest_8.vcproj (1.1),
extern/icu/source/tools/genuca/genuca_8.vcproj (1.1),
extern/icu/source/i18n/i18n_8.vcproj (1.1),
extern/icu/source/tools/icuswap/icuswap_8.vcproj (1.1),
extern/icu/source/test/intltest/intltest_8.vcproj (1.1),
extern/icu/source/io/io_8.vcproj (1.1),
extern/icu/source/test/iotest/iotest_8.vcproj (1.1),
extern/icu/source/layout/layout_8.vcproj (1.1),
extern/icu/source/layoutex/layoutex_8.vcproj (1.1),
extern/icu/source/tools/makeconv/makeconv_8.vcproj (1.1),
extern/icu/source/data/makedata_8.vcproj (1.1),
extern/icu/source/tools/pkgdata/pkgdata_8.vcproj (1.1),
extern/icu/source/stubdata/stubdata_8.vcproj (1.1),
extern/icu/source/tools/toolutil/toolutil_8.vcproj (1.1),
extern/icu/source/extra/uconv/uconv_8.vcproj (1.1),
extern/icu/source/allinone/allinone_8.sln (1.1),
builds/win32/make_icu.bat (1.9):
Added makefiles for MSVC8.
2006-09-10 11:05 robocop
* firebird2/: lang_helpers/gds_codes.ftn (1.41),
lang_helpers/gds_codes.pas (1.41), src/dsql/dsql.h (1.99),
src/dsql/make.cpp (1.123), src/gpre/gpre.h (1.84),
src/include/gen/codetext.h (1.49), src/include/gen/iberror.h
(1.50), src/include/gen/msgs.h (1.64), src/include/gen/rdb_codes.h
2008-03-24 20:52:36 +01:00
(1.47), src/include/gen/sql_code.h (1.52):
2007-12-12 04:21:55 +01:00
Solve three problems with arrays: - Don't allow to apply
scalar/subscript syntax to fields that aren't array. - Detect if
we get corrupt database containing array with more than 16
dimensions. - Reject attempt to subscript array with more than 16
dimensions and thus fix the buffer overrun.
2006-09-07 13:46 dimitr
* firebird2/src/dsql/pass1.cpp (1.284):
Fixed GCC-based builds.
2006-09-07 05:43 asfernandes
* firebird2/src/dsql/metd.epp (1.94):
Misc
2006-09-07 05:30 asfernandes
* firebird2/src/: common/classes/GenericMap.h (1.11),
common/classes/tree.h (1.56), dsql/metd.epp (1.93):
Detect ambiguities in implicit MATCHING of views in REPLACE
2006-09-07 03:55 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/make.cpp (1.122):
2007-12-12 04:21:55 +01:00
1) Fixed CORE-899 - Problems with explicit cursors in unwanted
states 2) Make RDB$DB_KEY in outer joins returns NULL when
appropriate
2006-09-06 04:42 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/pass1.cpp (1.283):
2007-12-12 04:21:55 +01:00
Misc
2006-09-05 10:17 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/pass1.cpp (1.282):
2007-12-12 04:21:55 +01:00
Misc.
2006-09-03 03:09 asfernandes
* firebird2/: doc/sql.extensions/README.replace (1.1),
doc/sql.extensions/README.returning (1.3),
lang_helpers/gds_codes.ftn (1.40), lang_helpers/gds_codes.pas
(1.40), src/common/classes/GenericMap.h (1.10),
src/common/classes/MetaName.h (1.5), src/dsql/dsql.cpp (1.182),
src/dsql/dsql.h (1.98), src/dsql/gen.cpp (1.110),
src/dsql/keywords.cpp (1.54), src/dsql/metd.epp (1.92),
src/dsql/metd_proto.h (1.26), src/dsql/node.h (1.81),
src/dsql/parse.y (1.218), src/dsql/pass1.cpp (1.281),
src/include/gen/codetext.h (1.48), src/include/gen/iberror.h
(1.49), src/include/gen/msgs.h (1.63), src/include/gen/rdb_codes.h
2008-03-24 20:52:36 +01:00
(1.46), src/include/gen/sql_code.h (1.51):
2007-12-12 04:21:55 +01:00
REPLACE statement
2006-09-01 12:51 aafemt
2008-03-24 20:52:36 +01:00
* firebird2/src/dudley/exe.epp (1.61):
2007-12-12 04:21:55 +01:00
Warnings
2006-09-01 12:50 aafemt
* firebird2/builds/win32/make_all.bat (1.42):
Add consts_pub.h to public ibase.h
2006-09-01 04:42 robocop
* firebird2/src/dsql/metd.epp (1.91):
Centralize detection of those pesky implicit domains.
2006-09-01 03:27 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/common/utils.cpp (1.18):
2007-12-12 04:21:55 +01:00
Misc
2006-08-31 11:06 robocop
* firebird2/: lang_helpers/gds_codes.ftn (1.39),
lang_helpers/gds_codes.pas (1.39), src/dsql/ddl.cpp (1.186),
src/include/gen/codetext.h (1.47), src/include/gen/iberror.h
(1.48), src/include/gen/msgs.h (1.62), src/include/gen/rdb_codes.h
2008-03-24 20:52:36 +01:00
(1.45), src/include/gen/sql_code.h (1.50):
2007-12-12 04:21:55 +01:00
Prevent users from creating explicit domains that resemble implicit
domains because this trick confuses our internal checks: SQL>
create domain rdb$1 int; Statement failed, SQLCODE = -637 Dynamic
SQL Error -SQL error code = -637 -Implicit domain name RDB$1 not
allowed in user created domain
2006-08-31 10:01 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/common/: utils.cpp (1.17), utils_proto.h (1.12):
2007-12-12 04:21:55 +01:00
Centralize detection of those pesky implicit domains. There may be
more cases that can use the new function.
2006-08-30 06:50 robocop
* firebird2/src/burp/backup.epp (1.91):
We just need one field to identify a new ODS version.
2006-08-30 04:31 asfernandes
* firebird2/src/dsql/ddl.cpp (1.185):
Fixed crash with CREATE VIEW ... AS SELECT and the number of
columns of the SELECT is greated than the number of columns of the
VIEW
2006-08-29 10:37 aafemt
* firebird2/builds/posix/: Makefile.in.client.util (1.37),
Makefile.in.embed.gbak (1.16), Makefile.in.embed.gfix (1.19),
Makefile.in.embed.util (1.29), Makefile.in.intl (1.27):
Fix MinGW SS build
2006-08-27 04:48 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/burp.h (1.77):
2007-12-12 04:21:55 +01:00
Misc
2006-08-27 03:09 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/ids.h (1.17):
2007-12-12 04:21:55 +01:00
Don't check procedure BLR when it's marked as invalid, to allow
restoration of backups with invalid procedures.
2006-08-26 04:59 asfernandes
* firebird2/src/burp/: backup.epp (1.90), burp.h (1.76),
restore.epp (1.110):
Backup the new fields added - thanks to Claudio
2008-03-24 20:52:36 +01:00
2006-08-25 06:51 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/ids.h (1.16):
2007-12-12 04:21:55 +01:00
Fixed a small issue noticed by Michal.
2006-08-24 15:28 hvlad
* firebird2/src/dsql/dsql.cpp (1.181):
Fix for CORE-908: Garbage in plan output of complex statement
2006-08-21 10:23 alexpeshkoff
* firebird2/src/extlib/fbudf/fbudf.cpp (1.30):
commited patch of Gerard Patel
2006-08-20 21:26 asfernandes
* firebird2/src/dsql/dsql.cpp (1.180):
Print the statement text before print the BLR
2006-08-20 17:23 asfernandes
* firebird2/src/dsql/user__proto.h (1.10):
Rollback change not necessary after creation of consts_pub.h
2006-08-19 20:18 asfernandes
* firebird2/src/dsql/gen.cpp (1.109):
Fix problems of RETURNING...INTO of not yet existent constructions
(update/delete)
2006-08-19 17:49 asfernandes
* firebird2/src/dsql/gen.cpp (1.108):
Fixed INSERT...RETURNING...INTO not working
2006-08-19 04:52 asfernandes
* firebird2/: lang_helpers/gds_codes.ftn (1.38),
lang_helpers/gds_codes.pas (1.38), src/dsql/ddl.cpp (1.184),
src/dsql/dsql.cpp (1.179), src/dsql/dsql.h (1.97),
src/dsql/metd.epp (1.90), src/dsql/parse.y (1.217),
src/include/gen/codetext.h (1.46), src/include/gen/iberror.h
(1.47), src/include/gen/msgs.h (1.61), src/include/gen/rdb_codes.h
2008-03-24 20:52:36 +01:00
(1.44), src/include/gen/sql_code.h (1.49):
2007-12-12 04:21:55 +01:00
Allow usage of domains in PSQL (with TYPE OF syntax)
2006-08-18 05:46 aafemt
* firebird2/src/include/consts_pub.h (1.2):
License added as Adriano requested
2006-08-17 14:08 aafemt
* firebird2/src/: burp/burp.cpp (1.115), config/ConfigFile.cpp
(1.5), config/Element.cpp (1.4), dsql/dsql.h (1.96), dsql/gen.cpp
2008-03-24 20:52:36 +01:00
(1.107), dsql/pass1.cpp (1.280), dsql/utld_proto.h (1.16):
2007-12-12 04:21:55 +01:00
Warnings
2006-08-17 07:59 aafemt
* firebird2/builds/posix/Makefile.in.firebird (1.73):
Add consts_pub.h to public ibase.h
2006-08-17 07:57 aafemt
2008-03-24 20:52:36 +01:00
* firebird2/src/include/consts_pub.h (1.1):
2007-12-12 04:21:55 +01:00
Separate header for public constants
2006-08-16 11:08 hvlad
* firebird2/src/alice/: alice.cpp (1.86), alice.h (1.52):
Fixed CORE-898: uininitialized variables cause a crash in alice.cpp
/ common_main
2006-08-16 02:09 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/make.cpp (1.121):
2007-12-12 04:21:55 +01:00
Fixed CORE-896 - SUBSTRING with NULL offset or length don't return
NULL
2006-08-14 13:37 aafemt
* firebird2/src/include/types_pub.h (1.7):
GCC provide inttypes.h even on Win32
2006-08-14 05:34 asfernandes
* firebird2/src/dsql/ddl.cpp (1.183):
Misc
2006-08-13 08:46 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: node.h (1.80), pass1.cpp (1.279):
2007-12-12 04:21:55 +01:00
Misc.
2006-08-13 08:42 robocop
* firebird2/src/dsql/ddl.cpp (1.182):
Misc and better skipping of irrelevant characters in procedure
bodies (do not spoil user formatting as requested by Dmitry).
2006-08-13 08:24 robocop
* firebird2/builds/win32/msvc6/: engine.dsp (1.68),
engine_classic.dsp (1.64), engine_embed.dsp (1.43):
MSVC6 insists in restoring RTTI enabled when the project files are
modified. Let's see if I convince it this time.
2006-08-12 05:16 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: make.cpp (1.120), utld.cpp (1.39),
utld_proto.h (1.15):
2007-12-12 04:21:55 +01:00
1) Make SUBSTRING of BLOB work 2) More refactoration on describing
result of expressions (concatenate and substring)
2006-08-10 13:29 aafemt
* firebird2/builds/posix/make.shared.variables (1.65):
Misc
2006-08-10 04:52 asfernandes
* firebird2/: builds/posix/make.shared.variables (1.64),
builds/win32/msvc6/engine.dsp (1.67),
builds/win32/msvc6/engine_classic.dsp (1.63),
builds/win32/msvc6/engine_embed.dsp (1.42),
builds/win32/msvc7/engine.vcproj (1.58),
builds/win32/msvc7/engine_classic.vcproj (1.58),
builds/win32/msvc7/engine_embed.vcproj (1.47),
builds/win32/msvc8/engine.vcproj (1.3),
builds/win32/msvc8/engine_classic.vcproj (1.3),
builds/win32/msvc8/engine_embed.vcproj (1.3), src/dsql/make.cpp
2008-03-24 20:52:36 +01:00
(1.119), src/dsql/user__proto.h (1.9):
2007-12-12 04:21:55 +01:00
1) Concatenate of BLOBs 2) Start a refactoration on descriptor
manipulations
2006-08-08 13:23 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/dsql.cpp (1.178):
2007-12-12 04:21:55 +01:00
Put blob charset in XSQLVAR::sqlscale
2006-08-08 04:42 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: ddl.cpp (1.181), dsql.cpp (1.177), parse.y
(1.216):
2007-12-12 04:21:55 +01:00
Misc
2006-08-07 18:40 asfernandes
* firebird2/: lang_helpers/gds_codes.ftn (1.37),
lang_helpers/gds_codes.pas (1.37), src/include/gen/codetext.h
(1.45), src/include/gen/iberror.h (1.46), src/include/gen/msgs.h
(1.60), src/include/gen/rdb_codes.h (1.43),
src/include/gen/sql_code.h (1.48):
Regenerate files
2006-08-07 18:39 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: ddl.cpp (1.180), dsql.cpp (1.176), dsql.h
(1.95), keywords.cpp (1.53), metd.epp (1.89), metd_proto.h (1.25),
node.h (1.79), parse.y (1.215), pass1.cpp (1.278):
2007-12-12 04:21:55 +01:00
Implementation of CREATE/DROP COLLATION and ISQL show/extraction of
collations
2006-08-06 20:03 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/pass1.cpp (1.277):
2007-12-12 04:21:55 +01:00
Misc
2006-08-05 23:56 hvlad
* firebird2/src/dsql/pass1.cpp (1.276):
Corrected logic of removing recursive members from joins in
recursive CTE
2006-08-04 06:32 dimitr
* firebird2/src/dsql/pass1.cpp (1.275):
Ported fix for CORE-855 to HEAD.
2008-03-24 20:52:36 +01:00
2006-08-02 07:28 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/types_pub.h (1.6):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
More patches for Win64 compatibility.
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
2006-08-02 03:22 asfernandes
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: dsql.h (1.94), pass1.cpp (1.274):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
Misc
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
2006-08-02 02:53 asfernandes
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/parse.y (1.214):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
RECURSIVE is reserved in SQL2003
2007-12-12 04:21:55 +01:00
2006-08-01 22:37 hvlad
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: dsql.cpp (1.175), dsql.h (1.93), gen.cpp
(1.106), keywords.cpp (1.52), node.h (1.78), parse.y (1.213),
pass1.cpp (1.273):
2007-12-12 04:21:55 +01:00
Common table expressions implementation
2006-08-01 09:42 robocop
* firebird2/src/burp/mvol.cpp (1.44):
Fix possible buffer overrun when restoring a db.
2006-07-31 17:43 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/array.h (1.37):
2007-12-12 04:21:55 +01:00
Create common UCharBuffer based on Claudio and Alex suggestions
2006-07-31 09:42 robocop
* firebird2/doc/sql.extensions/README.execute_statement (1.5):
Misc, adding example.
2006-07-31 03:46 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/make.cpp (1.118):
2007-12-12 04:21:55 +01:00
Misc
2006-07-31 03:16 asfernandes
* firebird2/builds/win32/msvc6/intl.dsp (1.34):
Correction
2006-07-31 03:11 asfernandes
* firebird2/builds/win32/: msvc6/intl.dsp (1.33), msvc8/intl.vcproj
(1.3):
Add fb_string.cpp in MSVC6/8 intl projects
2006-07-30 22:31 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/: src/common/classes/GenericMap.h (1.9),
2007-12-12 04:21:55 +01:00
builds/posix/Makefile.in.intl (1.26),
builds/posix/make.shared.variables (1.63),
builds/win32/msvc6/engine.dsp (1.66),
builds/win32/msvc6/engine_classic.dsp (1.62),
builds/win32/msvc6/engine_embed.dsp (1.41),
builds/win32/msvc6/intl.dsp (1.32),
builds/win32/msvc7/engine.vcproj (1.57),
builds/win32/msvc7/engine_classic.vcproj (1.57),
builds/win32/msvc7/engine_embed.vcproj (1.46),
builds/win32/msvc7/intl.vcproj (1.28),
builds/win32/msvc8/engine.vcproj (1.2),
builds/win32/msvc8/engine_classic.vcproj (1.2),
builds/win32/msvc8/engine_embed.vcproj (1.2),
builds/win32/msvc8/intl.vcproj (1.2):
Work on collation attributes: 1) Define a common format for it 2)
Merge attributes of the base collation in the attributes of the
derived one
2006-07-30 21:49 asfernandes
* firebird2/src/burp/burp.h (1.75):
Misc
2006-07-30 07:09 robocop
* firebird2/src/dsql/: ddl.cpp (1.179), dsql.cpp (1.174), gen.cpp
(1.105), make.cpp (1.117), node.h (1.77):
Fix CORE-200 Handle column names in subqueries. Put some more
names for common operations and special data. Disable nod_count
since it's not generated by our parser.
2006-07-30 04:59 robocop
* firebird2/: lang_helpers/gds_codes.ftn (1.36),
lang_helpers/gds_codes.pas (1.36), src/dsql/ddl.cpp (1.178),
src/dsql/node.h (1.76), src/dsql/pass1.cpp (1.272),
src/include/gen/codetext.h (1.44), src/include/gen/iberror.h
(1.45), src/include/gen/msgs.h (1.59), src/include/gen/rdb_codes.h
2008-03-24 20:52:36 +01:00
(1.42), src/include/gen/sql_code.h (1.47):
2007-12-12 04:21:55 +01:00
1.- COALESCE/CASE and VIA (subqueries) allowed breach in computed
field checks (no array and no blob). 2.- Misc: since gbak allows
not only to backup metadata only but to restore metadata only (even
from a full backup), changed the help message.
2006-07-30 04:03 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/sparse_bitmap.h (1.16):
2007-12-12 04:21:55 +01:00
Misc
2006-07-29 20:28 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/install/misc/fbintl.conf (1.12):
2007-12-12 04:21:55 +01:00
Implementation of character sets TIS620 and GBK with collations
TIS620_UNICODE and GBK_UNICODE. They don't work with our current
stripped version of ICU.
2006-07-29 09:18 dimitr
* firebird2/src/common/classes/sparse_bitmap.h (1.15):
Misc.
2006-07-29 08:01 robocop
* firebird2/src/: burp/restore.epp (1.109), include/gen/msgs.h
2008-03-24 20:52:36 +01:00
(1.58):
2007-12-12 04:21:55 +01:00
Fix wrong gbak verbose messages due to Borland's copy/paste
(example: function instead of procedure). Initialize more sysflags
to zero instead of NULL.
2006-07-28 10:29 robocop
* firebird2/src/burp/restore.epp (1.108):
More backwards compatibility. Store sysflag always. Cases that I
missed before.
2006-07-28 09:45 robocop
* firebird2/src/dsql/metd.epp (1.88):
Fix CORE-871 I did this fix for SF Bug #228135 in February 2002 to
FB1. On November 2002, for unknown reasons to me, Ignacio Ortega
made the fix a comment, so FB1.5, FB2 and FB2.1 have the bug again.
I'm fixing FB2.1 to close the same bug that now appears as
CORE-871. We need more regression tests.
2006-07-28 03:44 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/backup.epp (1.89):
2007-12-12 04:21:55 +01:00
Misc
2008-03-24 20:52:36 +01:00
2006-07-27 16:24 alexpeshkoff
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/: burp/burp.cpp (1.114), alice/alice.cpp (1.85):
2007-12-12 04:21:55 +01:00
fixed AV related with SVC_TRMNTR in services
2006-07-27 16:17 alexpeshkoff
* firebird2/src/common/fb_exception.cpp (1.28):
Always initialize required members of status_exception
2006-07-27 11:27 robocop
* firebird2/src/burp/backup.epp (1.88):
Misc.
2006-07-27 11:16 robocop
* firebird2/src/burp/restore.epp (1.107):
Fix gbak to correct the wrong idea that by looking at the backup
level you can guess the target server version where the db
restoration will take place. Now it's possible to use FB2.1's gbak
to restore on FB2.1, FB2.0, FB1.5, FB1, IB6, IB5 and IB4. Spurious
tags for the current backup level are detected. Missing fields for
the target ODS are discarded. Need to fix some historically wrong
messages and store always the sysflag (missed three cases last
year).
2006-07-27 11:11 robocop
* firebird2/src/include/gen/autoconfig_msvc.h (1.103):
Put the manual Windows #defines in the same position as the
autoconf's AC_CHECKs for easy visual match.
2006-07-26 12:00 alexpeshkoff
* firebird2/src/common/classes/ClumpletReader.cpp (1.23):
Changed program's structure to avoid errors in some compilers
2006-07-26 11:33 alexpeshkoff
* firebird2/src/config/ConfigFile.cpp (1.4):
each file must have firebird.h included first
2006-07-26 11:24 alexpeshkoff
* firebird2/src/include/fb_types.h (1.53):
rollback my previous commit, check SIZEOF_LONG correctness
2006-07-26 04:37 asfernandes
* firebird2/builds/posix/Makefile.in.libfbstatic (1.10):
Misc
2006-07-26 03:06 asfernandes
* firebird2/src/include/gen/autoconfig_msvc.h (1.102):
MSVC have limits.h
2006-07-25 16:07 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/dbs/security.sql (1.9):
2007-12-12 04:21:55 +01:00
Fixed problem with FullName and nulls
2006-07-25 15:21 alexpeshkoff
* firebird2/builds/posix/: Makefile.in.libfbstatic (1.9),
make.shared.targets (1.24), make.shared.variables (1.62):
fixed posix build
2006-07-25 15:03 kkuznetsov
* firebird2/: configure.in (1.245),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.101):
2007-12-12 04:21:55 +01:00
Fix compile error in sort.cpp
2006-07-25 14:58 alexpeshkoff
* firebird2/src/include/fb_types.h (1.52):
Always have correct SIZEOF_LONG
2006-07-25 10:58 dimitr
* firebird2/src/extlib/ib_udf.cpp (1.10):
Fixed MSVC8 build once more :-)
2006-07-25 07:25 robocop
* firebird2/src/burp/: burp.h (1.74), restore.epp (1.106):
Checking capabilities when restoring. Work in progress.
2006-07-25 07:10 robocop
* firebird2/src/burp/backup.epp (1.87):
We just need one field that may activate a particular flag (ods
level) in the capabilities.
2006-07-24 17:42 dimitr
* firebird2/src/include/: fb_types.h (1.51), types_pub.h (1.5):
More patches for Win64 compatibility.
2006-07-24 16:41 dimitr
* firebird2/src/gpre/c_cxx.cpp (1.67):
Let's not rely on ISC_STATUS being always long. This is false for
Win64.
2006-07-23 14:14 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/dsql.cpp (1.173):
2007-12-12 04:21:55 +01:00
A few fixes for the monitoring tables.
2006-07-23 13:14 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/parse.y (1.212):
2007-12-12 04:21:55 +01:00
Misc.
2006-07-22 05:54 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/timestamp.cpp (1.13):
2007-12-12 04:21:55 +01:00
Misc
2006-07-21 14:43 asfernandes
* firebird2/src/burp/restore.epp (1.105):
Misc
2006-07-21 10:23 dimitr
* firebird2/src/common/classes/: timestamp.cpp (1.12), timestamp.h
(1.12):
1) Replace API encode/decode routines with TimeStamp methods 2)
Encapsulate range checks inside TimeStamp class 3) Fixed CORE-347
2008-03-24 20:52:36 +01:00
2006-07-21 09:53 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/jrdmet.cpp (1.22):
2007-12-12 04:21:55 +01:00
Forward declaration of enums is not allowed in the C++ language,
even although being supported by MSVC. This commit should fix GCC
compilation problems.
2006-07-21 08:57 robocop
* firebird2/src/extlib/fbudf/fbudf.cpp (1.29):
CORE-858 Misc, related to the other data type changes.
2006-07-21 08:55 robocop
* firebird2/src/extlib/fbudf/: fbudf.cpp (1.28), fbudf.h (1.11):
CORE-858 In version 1.15, I fixed a bug but introduced a worse one.
It went unnoticed for more than two years, but fbudf has memory
problem when dealing with varchars due to a silly change in the
vary struct definition. I think these h and cpp can be copied
safely from the HEAD to FB2.0.
2006-07-21 06:15 dimitr
* firebird2/src/dsql/gen.cpp (1.104):
Misc.
2006-07-21 03:37 robocop
* firebird2/builds/win32/msvc6/: engine.dsp (1.65),
engine_classic.dsp (1.61), engine_embed.dsp (1.40):
Sync MSVC6 with MSVC7 build files.
2006-07-21 03:36 robocop
* firebird2/: lang_helpers/gds_codes.ftn (1.35),
lang_helpers/gds_codes.pas (1.35), src/include/gen/codetext.h
(1.43), src/include/gen/iberror.h (1.44), src/include/gen/msgs.h
(1.57), src/include/gen/rdb_codes.h (1.41),
src/include/gen/sql_code.h (1.46):
Regenerate files after Dmitry's changes.
2006-07-21 03:35 robocop
* firebird2/: builds/win32/setenvvar.bat (1.11),
2008-03-24 20:52:36 +01:00
src/burp/backup.epp (1.86), src/include/gen/ids.h (1.15):
2007-12-12 04:21:55 +01:00
Misc.
2006-07-20 11:57 dimitr
* firebird2/src/dsql/gen.cpp (1.103):
More format overflow checks. Also this fixes CORE-842.
2006-07-20 10:06 dimitr
* firebird2/builds/win32/msvc8/: alice.vcproj (1.1),
alice_classic.vcproj (1.1), btyacc.vcproj (1.1), build_msg.vcproj
(1.1), burp.vcproj (1.1), burp_classic.vcproj (1.1), codes.vcproj
(1.1), common.vcproj (1.1), Firebird2.sln (1.1), Firebird2Boot.sln
(1.1), Firebird2_Examples.sln (1.1), common_classic.vcproj (1.1),
common_static.vcproj (1.1), config.vcproj (1.1), dsql_server.vcproj
(1.1), dsql_server_classic.vcproj (1.1), empbuild.vcproj (1.1),
engine.vcproj (1.1), engine_classic.vcproj (1.1),
engine_embed.vcproj (1.1), fb2control.vcproj (1.1),
fb_inet_server.vcproj (1.1), fb_lock_print.vcproj (1.1),
fbclient.vcproj (1.1), fbclient_static.vcproj (1.1), fbembed.vcproj
(1.1), fbguard.vcproj (1.1), fbserver.vcproj (1.1), fbudf.vcproj
(1.1), gbak.vcproj (1.1), gbak_embed.vcproj (1.1), gdef.vcproj
(1.1), gds32.vcproj (1.1), gfix.vcproj (1.1), gpre.vcproj (1.1),
gpre_boot.vcproj (1.1), gpre_embed.vcproj (1.1), gpre_static.vcproj
(1.1), gsec.vcproj (1.1), gsplit.vcproj (1.1), gstat.vcproj (1.1),
ib_udf.vcproj (1.1), ib_util.vcproj (1.1), instclient.vcproj (1.1),
instreg.vcproj (1.1), instsvc.vcproj (1.1), intl.vcproj (1.1),
intlbuild.vcproj (1.1), isql.vcproj (1.1), isql_embed.vcproj (1.1),
lock.vcproj (1.1), lock_classic.vcproj (1.1), nbackup.vcproj (1.1),
qli.vcproj (1.1), remote.vcproj (1.1), remote_classic.vcproj (1.1),
utilities.vcproj (1.1), utilities_classic.vcproj (1.1),
utilities_embed.vcproj (1.1), v5_examples.vcproj (1.1):
Added project files for VC8.
2006-07-20 10:04 dimitr
* firebird2/builds/win32/setenvvar.bat (1.10):
This should work for both VC7 and VC8 properly. Hopefully, I didn't
break the VC6 check.
2006-07-20 08:29 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h (1.100):
Let's workaround the MS' attempt to declare the entire
string-handling RTL deprecated. BTYACC and ICU are still affected
by those tons of warning, though.
2008-03-24 20:52:36 +01:00
2006-07-19 16:49 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/: src/include/gen/codetext.h (1.42),
src/include/gen/iberror.h (1.43), src/include/gen/msgs.h (1.56),
src/include/gen/rdb_codes.h (1.40), src/include/gen/sql_code.h
(1.45), lang_helpers/gds_codes.ftn (1.34),
2007-12-12 04:21:55 +01:00
lang_helpers/gds_codes.pas (1.34):
Reject attempts to select from executable procedures.
2006-07-19 07:29 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/ids.h (1.14):
2007-12-12 04:21:55 +01:00
Monitoring, continued.
2006-07-18 20:02 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/: backup.epp (1.85), restore.epp (1.104):
2007-12-12 04:21:55 +01:00
Misc
2006-07-18 15:29 dimitr
* firebird2/src/burp/backup.epp (1.84):
Fixed typo.
2006-07-18 13:17 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/: backup.epp (1.83), burp.h (1.73),
restore.epp (1.103):
2007-12-12 04:21:55 +01:00
Allow backup/restore of the new fields.
2006-07-18 04:45 asfernandes
* firebird2/src/: dsql/ddl.cpp (1.177), dsql/pass1.cpp (1.271),
2008-03-24 20:52:36 +01:00
gpre/jrdmet.cpp (1.21):
2007-12-12 04:21:55 +01:00
Misc
2006-07-17 19:42 dimitr
* firebird2/: src/dsql/dsql.cpp (1.172), src/include/gen/ids.h
(1.13), src/gpre/jrdmet.cpp (1.20),
builds/win32/msvc7/engine.vcproj (1.56),
builds/win32/msvc7/engine_classic.vcproj (1.56),
builds/win32/msvc7/engine_embed.vcproj (1.45):
1. Virtual tables 2. ODS 11.1, procedure type and relation type
2006-07-17 14:42 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: ddl.cpp (1.176), dsql.h (1.92), pass1.cpp
(1.270):
2007-12-12 04:21:55 +01:00
1) Fixed CORE-831. 2) Solved CORE-779 (partially intermixed with
another changes that will be committed tomorrow).
2006-07-17 04:22 asfernandes
* firebird2/src/dsql/: parse.cpp (1.184), dsql.tab.h (1.70):
Remove these autogenerated files as everybody can build with the
integrated btyacc
2006-07-12 20:44 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/make.cpp (1.116):
2007-12-12 04:21:55 +01:00
Correction for problem with CURRENT_USER/ROLE and client charset
2006-07-10 05:12 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: ddl.cpp (1.175), dsql.h (1.91), metd.epp
(1.87), sym.h (1.11):
2007-12-12 04:21:55 +01:00
Synchronization of DSQL metadata cache objects in classic-server
2006-07-06 20:35 asfernandes
* firebird2/builds/win32/msvc7/: fbclient.vcproj (1.44),
fbclient_static.vcproj (1.19), gds32.vcproj (1.23):
Remove duplicate references to .def files - noted by Claudio
2006-07-06 04:54 robocop
* firebird2/builds/win32/msvc6/gds32.dsp (1.25):
Sync with VC7 just in case.
2006-07-05 06:37 robocop
* firebird2/src/dsql/dsql.cpp (1.171):
Misc: we typically use the exact node name when doing DSQL's
internal debugging output.
2006-07-05 04:17 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/make.rules (1.30):
2007-12-12 04:21:55 +01:00
Misc
2006-07-04 16:49 hvlad
* firebird2/src/dsql/parse.cpp (1.183):
Regenerate parser files
2006-07-04 16:44 hvlad
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: dsql.cpp (1.170), gen.cpp (1.102), node.h
(1.75), parse.y (1.211), pass1.cpp (1.269):
2007-12-12 04:21:55 +01:00
Added blr_src_info. Error call stack now contains not only
procedures\triggers names but line\column numbers also. Thanks to
Eugeney Putilin for idea
2006-07-04 07:27 robocop
* firebird2/src/dsql/hsh.cpp (1.36):
Totally misc.
2006-07-04 06:05 aafemt
* firebird2/builds/posix/: make.defaults (1.48), make.rules (1.29),
prefix.mingw (1.44):
Use linker to link DLLs on MinGW
2006-07-03 03:28 asfernandes
* firebird2/src/dsql/hsh.cpp (1.35):
Mark potential dropped UDFs as dropped as we do with procedures and
relations
2006-07-03 00:42 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/: dudley/lex.cpp (1.33), gpre/gpre.cpp (1.80):
2007-12-12 04:21:55 +01:00
Misc
2006-07-01 10:53 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/: dudley/lex.cpp (1.32), gpre/gpre.cpp (1.79):
2007-12-12 04:21:55 +01:00
We had to bring new force to the project (Michal Kubecek) to
remember us that fopen() returns NULL on failure. After his fix, I
found more cases that we overlooked for years.
2006-06-30 09:41 robocop
* firebird2/src/common/classes/TempFile.cpp (1.8):
Consistence.
2006-06-30 02:50 asfernandes
* firebird2/src/common/classes/TempFile.h (1.6):
Misc
2006-06-29 11:02 aafemt
* firebird2/src/common/classes/: TempFile.cpp (1.7), TempFile.h
(1.5):
Warnings
2006-06-29 06:19 robocop
* firebird2/src/common/classes/ClumpletReader.cpp (1.22):
May be a better description.
2006-06-29 00:50 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/defs/utls.def (1.2):
2007-12-12 04:21:55 +01:00
Fix B.O. in y-valve
2006-06-28 02:56 asfernandes
* firebird2/builds/win32/preprocess.bat (1.36):
Only regenerate preprocessed files when needed to make builds
faster
2006-06-27 13:07 alexpeshkoff
* firebird2/src/common/classes/ClumpletReader.cpp (1.21):
Front-ported fix for CORE-1 to HEAD. Do not accept badly formed
clumplets any more.
2006-06-27 12:31 mkubecek
* firebird2/builds/:
install/arch-specific/linux/classic/rpmheader.txt.in (1.5),
install/arch-specific/linux/super/rpmfiles.txt.in (1.10),
install/arch-specific/linux/super/rpmheader.txt.in (1.6),
posix/Makefile.in.firebird (1.72):
compatibility with rpm 4.4
2006-06-26 22:58 asfernandes
* firebird2/src/dsql/parse.cpp (1.182):
Regenerate
2006-06-26 22:58 asfernandes
* firebird2/src/dsql/: ddl.cpp (1.174), parse.y (1.210):
Allow the use of COLLATE in parameters (input and output) and
variables in PSQL - feature request (CORE-684) COLLATE IN STORED
PROCEDURES, OR IN PARAMETERS
2006-06-23 10:33 alexpeshkoff
* firebird2/src/gpre/cob.cpp (1.62):
applied Damyan's patch for gcc 4.0.1
2006-06-16 14:36 alexpeshkoff
* firebird2/src/config/: AdminException.cpp (1.6), ConfigFile.cpp
(1.3), Configuration.cpp (1.4), DirectoryList.cpp (1.3),
Element.cpp (1.3), InputFile.cpp (1.4), Stream.cpp (1.4):
force use of redefined new/delete
2006-06-16 10:13 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/: burp/burp.cpp (1.113), dsql/dsql.cpp (1.169):
2007-12-12 04:21:55 +01:00
Misc.
2006-06-16 00:36 asfernandes
* firebird2/builds/win32/msvc7/gds32.vcproj (1.22):
Fix link errors in gds32
2006-06-15 03:53 asfernandes
* firebird2/src/config/: Lex.cpp (1.5), Lex.h (1.5):
Misc
2006-06-14 03:48 asfernandes
* firebird2/builds/posix/Makefile.in.intl (1.25):
Misc
2006-06-13 04:35 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/: posix/Makefile.in.intl (1.24),
win32/msvc6/intl.dsp (1.31), win32/msvc7/intl.vcproj (1.27):
2007-12-12 04:21:55 +01:00
Ability to use: 1) ICU charsets through fbintl 2) UNICODE collation
(charset_UNICODE) for all fbintl charsets
2006-06-12 03:50 asfernandes
* firebird2/extern/icu/source/io/ufile.c (1.4):
Misc
2006-06-12 03:47 asfernandes
* firebird2/extern/icu/source/: io/ufile.c (1.3), common/putil.c
(1.5):
Changes based on comments of Geoff Worboys using VS2005 Express
2006-06-08 07:15 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/: dudley/lex.cpp (1.31), gpre/gpre.cpp (1.78):
2007-12-12 04:21:55 +01:00
It seems that all of Jim's hand-made parsers have had the same bug
for 20 years in compilers that treat the "char" type as signed byte
internally: they get random character attributes because they apply
negative indices (obviously out of bounds) to the array of char
attributes for any char value greater than 127. And all of them do
their work in slightly but almost equal way... tell me about code
redundance! This without losing time fixing unused stuff like
jrd/jlx.c.
2006-06-07 07:39 robocop
* firebird2/src/dsql/: chars.h (1.5), parse.cpp (1.181), parse.y
(1.209), preparse.cpp (1.41), user_dsql.cpp (1.46):
Fix bug noticed by Dmitry Yemanov: sometimes, special characters
are detected and rejected. Other times, anything that follows them
is silenty ignored. Unacceptable. We were accesing an array out of
bounds. update customers set city = 1<SC> where 1 = 0; In this
case, SC was a strange character in the range 127..255 (for
example, 238) and I had to use Windows' chcp 1251 and isql's set
names 1251 to see the problem.
2006-06-06 17:42 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/TempFile.cpp (1.6):
2007-12-12 04:21:55 +01:00
Make compilable in MSVC6
2006-06-06 13:22 alexpeshkoff
* firebird2/src/common/classes/tree.h (1.55):
cleanup
2006-06-06 13:21 alexpeshkoff
* firebird2/src/common/classes/: alloc.cpp (1.85), alloc.h (1.66):
redefinition of new/delete in non-STL case
2006-06-06 12:30 alexpeshkoff
* firebird2/src/: alice/alice.h (1.51),
common/config/config_file.cpp (1.28), common/config/config_file.h
2008-03-24 20:52:36 +01:00
(1.14):
2007-12-12 04:21:55 +01:00
cleanup
2006-06-05 16:22 dimitr
* firebird2/src/common/classes/TempFile.cpp (1.5):
Support for 64bit I/O.
2006-06-05 15:01 asfernandes
* firebird2/src/config/Lex.cpp (1.4):
Don't access negative elements in array
2006-06-05 13:11 aafemt
* firebird2/configure.in (1.244):
Get rid of YACC
2006-06-05 13:10 aafemt
* firebird2/builds/posix/: Makefile.in.firebird (1.71),
make.defaults (1.47):
Include autoconf cache to cleanup process Get rid of YACC
2006-06-05 03:13 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/install/misc/fbintl.conf (1.11):
2007-12-12 04:21:55 +01:00
Add Spanish case-/accent-insensitive collation ES_ES_CI_AI for
ISO8859_1
2006-06-04 03:19 asfernandes
* firebird2/builds/win32/msvc7/fbudf.vcproj (1.19):
Define DEV_BUILD in fbudf of MSVC7
2006-06-03 07:24 robocop
* firebird2/src/extlib/fbudf/: fbudf.cpp (1.27), fbudf.h (1.10):
Migrate fbudf to platform-neutral integral types.
2006-06-03 06:53 robocop
* firebird2/src/extlib/ib_udf.cpp (1.9):
Migrate ib_udf to platform-neutral integral types.
2006-06-03 06:52 robocop
* firebird2/builds/win32/msvc6/fbudf.dsp (1.15):
fbudf didn't define DEV_BUILD for the debug version: I couldn't use
"testreflect".
2006-06-02 15:07 asfernandes
* firebird2/builds/win32/make_all.bat (1.41):
Put fb2control again in MSVC6 build
2006-06-02 14:55 asfernandes
* firebird2/builds/win32/make_boot.bat (1.30):
Make make_boot.bat stop when error occur
2006-06-02 10:44 robocop
* firebird2/: lang_helpers/gds_codes.ftn (1.33),
lang_helpers/gds_codes.pas (1.33), src/dsql/ddl.cpp (1.173),
src/include/gen/codetext.h (1.41), src/include/gen/iberror.h
(1.42), src/include/gen/msgs.h (1.55), src/include/gen/rdb_codes.h
2008-03-24 20:52:36 +01:00
(1.39), src/include/gen/sql_code.h (1.44):
2007-12-12 04:21:55 +01:00
Blob sub_types greater than 1 (text) are for our internal ussage.
Negative blob sub_types are for users. Stop users from creating
columns with blob sub_types beyond. Probably the same check has to
be done in DYN.
2006-06-02 10:06 robocop
* firebird2/builds/win32/msvc6/: common.dsp (1.33),
common_classic.dsp (1.27), common_static.dsp (1.10), engine.dsp
(1.64), engine_classic.dsp (1.60), engine_embed.dsp (1.39),
gpre_boot.dsp (1.26), gpre_embed.dsp (1.3):
Fix the VC6 build after Dmitry's changes.
2006-06-02 10:03 robocop
* firebird2/src/dsql/gen.cpp (1.101):
Misc.
2006-06-02 08:52 dimitr
* firebird2/builds/install/misc/firebird.conf (1.23):
Provided some self-docs about the possible XNET issues.
2006-06-02 05:34 dimitr
* firebird2/src/dsql/parse.sed (1.13):
sed-file is not used anymore.
2006-06-02 05:29 dimitr
* firebird2/builds/install/misc/firebird.conf (1.22):
Update the conf-file.
2006-06-02 03:17 asfernandes
* firebird2/builds/posix/Makefile.in.boot.gpre (1.27):
Misc
2006-06-01 17:48 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: File.h (1.4), TempFile.h (1.4):
2007-12-12 04:21:55 +01:00
Misc
2006-06-01 16:06 kkuznetsov
* firebird2/src/common/classes/File.h (1.3):
Fix compile error
2006-06-01 12:10 alexpeshkoff
* firebird2/builds/posix/Makefile.in.firebird (1.70):
Misc
2006-06-01 11:47 dimitr
* firebird2/src/dsql/: parse.cpp (1.180), parse.y (1.208):
Complete one of my previous commits.
2006-06-01 09:33 mkubecek
* firebird2/builds/posix/: Makefile.in.boot.gpre (1.26),
make.shared.variables (1.61):
adjust makefiles to recent changes
2006-06-01 09:22 mkubecek
* firebird2/src/common/classes/TempFile.cpp (1.4):
fixed a typo
2006-06-01 06:22 dimitr
* firebird2/src/common/classes/: TempFile.cpp (1.3), TempFile.h
(1.3):
Fixed issues reported by Michal.
2006-06-01 06:16 dimitr
* firebird2/src/common/classes/: TempFile.cpp (1.2), TempFile.h
(1.2), File.h (1.2):
Fixed issues reported by Michal.
2006-06-01 04:49 asfernandes
* firebird2/builds/win32/msvc7/: gpre_boot.vcproj (1.27),
gpre_embed.vcproj (1.3):
Try to fix MSVC7 boot-build. There is problem in DSQL/pass1
crashing the server.
2006-06-01 04:28 asfernandes
* firebird2/builds/win32/: msvc6/Firebird2Boot.dsw (1.6),
msvc6/Firebird2Boot2.dsw (1.3), msvc7/Firebird2Boot.sln (1.6),
msvc7/Firebird2Boot2.sln (1.3), make_boot.bat (1.29):
Rename Firebird2Boot2.* to Firebird2Boot.*
2006-06-01 04:01 asfernandes
* firebird2/builds/win32/defs/: fbclient.def (1.13), fbclient_s.def
(1.4), gds32.def (1.11), iutls.def (1.4):
Remove obsolete functions from .def files
2006-06-01 03:46 asfernandes
* firebird2/src/extlib/ib_udf.cpp (1.8):
Misc
2006-05-31 20:01 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: gen.cpp (1.100), node.h (1.74), pass1.cpp
(1.268):
2007-12-12 04:21:55 +01:00
Some preparation for RETURNING in UPDATE/DELETE. To be completed
in v3.0.
2006-05-31 17:08 dimitr
* firebird2/src/extlib/ib_udf.cpp (1.7):
VS8.0 has two implementations of div(). Let's explicitly use the
int-aware one.
2008-03-24 20:52:36 +01:00
2006-05-31 10:53 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc7/: common.vcproj (1.25),
common_classic.vcproj (1.22), engine.vcproj (1.55),
engine_classic.vcproj (1.55), engine_embed.vcproj (1.44):
2007-12-12 04:21:55 +01:00
1) Reworked memory management in SORT. Now we're pools aware there.
2) Reworked error handling in SORT and its callers. 3) Replaced
DLS+SortMem with the generic TempSpace class. 4) Replaced GDS temp
file management with the TempFile class. 5) Various cleanup.
2008-03-24 20:52:36 +01:00
2006-05-31 10:48 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/: gpre/gpre.cpp (1.77), dudley/lex.cpp (1.30):
2007-12-12 04:21:55 +01:00
1) Reworked memory management in SORT. Now we're pools aware there.
2) Reworked error handling in SORT and its callers. 3) Replaced
DLS+SortMem with the generic TempSpace class. 4) Replaced GDS temp
file management with the TempFile class. 5) Various cleanup.
2006-05-31 10:44 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/common/: config/config.cpp (1.71), config/config.h
(1.40), config/dir_list.cpp (1.32), classes/File.h (1.1),
classes/TempFile.cpp (1.1), classes/TempFile.h (1.1):
2007-12-12 04:21:55 +01:00
1) Reworked memory management in SORT. Now we're pools aware there.
2) Reworked error handling in SORT and its callers. 3) Replaced
DLS+SortMem with the generic TempSpace class. 4) Replaced GDS temp
file management with the TempFile class. 5) Various cleanup.
2006-05-31 03:19 robocop
* firebird2/src/dsql/blob.epp (1.21):
Follow Alex' fix but in the other DSQL preprocessed file.
2006-05-30 16:45 alexpeshkoff
* firebird2/src/dsql/array.epp (1.38):
fixed regression in diagnostics
2006-05-30 15:31 hvlad
* firebird2/builds/win32/msvc6/: engine.dsp (1.63),
engine_classic.dsp (1.59), engine_embed.dsp (1.38):
Add Relation.h\Relation.cpp into MSVC6 build files
2006-05-30 15:30 hvlad
* firebird2/builds/win32/msvc7/: engine.vcproj (1.54),
engine_classic.vcproj (1.54), engine_embed.vcproj (1.43):
Add Relation.h\Relation.cpp into MSCV7 build files
2006-05-29 18:28 alexpeshkoff
* firebird2/: builds/install/misc/firebird.conf (1.21),
src/common/config/config.cpp (1.70):
Limit packet size which we can process correctly
2006-05-29 00:50 asfernandes
* firebird2/builds/posix/Makefile.in.libfbclient (1.31):
Misc
2006-05-29 00:07 asfernandes
* firebird2/builds/win32/preprocess.bat (1.35):
GDEF isn't needed in boot phase - noted by Claudio
2006-05-28 09:46 robocop
* firebird2/src/dsql/make.cpp (1.115):
Tag time differences and timestamp differences as NUMERIC sub_type
if they produce exact numeric results.
2006-05-28 09:43 robocop
* firebird2/builds/win32/make_all.bat (1.40):
Disable obsolete or problematic projects in MSVC6.
2006-05-28 09:42 robocop
* firebird2/builds/win32/msvc6/: btyacc.dsp (1.3), build_msg.dsp
(1.9), codes.dsp (1.9), common_static.dsp (1.9),
fbclient_static.dsp (1.20), gpre_boot.dsp (1.25), gpre_embed.dsp
(1.2), gpre_static.dsp (1.9):
Disable RTTI in the boot build, too.
2006-05-28 02:54 asfernandes
* firebird2/builds/win32/run_all.bat (1.7):
Fix run_all.bat
2006-05-28 02:41 asfernandes
* firebird2/doc/: README.build.msvc.html (1.12),
README.build.mingw.html (1.17), README.build.msvc.html (1.13):
Misc
2006-05-27 20:07 asfernandes
* firebird2/doc/README.build.msvc.html (1.11):
Update MSVC build instructions
2006-05-27 20:06 asfernandes
* firebird2/builds/win32/: create_msgs.bat (1.2), make_all.bat
(1.39), make_boot.bat (1.28), make_boot2.bat (1.5),
make_examples.bat (1.17), make_icu.bat (1.8), prepare.bat (1.45),
preprocess.bat (1.34), preprocess2.bat (1.3), setenvvar2.bat (1.4):
Remove the old build system. Make the new one as: make_icu.bat,
make_boot.bat, make_all.bat.
2006-05-27 03:33 asfernandes
* firebird2/builds/win32/msvc7/: btyacc.vcproj (1.3),
build_msg.vcproj (1.6), codes.vcproj (1.6), common_static.vcproj
(1.10), gbak_embed.vcproj (1.2), gpre_embed.vcproj (1.2),
isql_embed.vcproj (1.2):
Disable RTTI in MSVC7 boot-build projects
2006-05-26 17:38 alexpeshkoff
* firebird2/builds/posix/Makefile.in.libfbclient (1.30):
statically link C++ runtime in client
2006-05-26 08:11 dimitr
* firebird2/src/dsql/hsh.cpp (1.34):
MT related cleanup.
2006-05-26 05:52 robocop
* firebird2/builds/win32/msvc6/: Firebird2Boot2.dsw (1.2),
gbak_embed.dsp (1.1), gpre_embed.dsp (1.1), isql_embed.dsp (1.1),
utilities_embed.dsp (1.1):
Finally got the new Windows build system working also in VC6.
Thanks to Adriano.
2006-05-26 03:01 asfernandes
* firebird2/src/dsql/parse.cpp (1.179):
Regenerate parse.cpp
2006-05-26 02:59 asfernandes
* firebird2/src/dsql/parse.y (1.207):
GLOBAL is reserved word in SQL2003. Move from non_reserved_word to
keyword_or_column.
2006-05-25 10:40 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/node.h (1.73):
2007-12-12 04:21:55 +01:00
Misc.
2006-05-25 10:01 dimitr
* firebird2/src/dsql/: dsql.tab.h (1.69), parse.cpp (1.178):
Updated parse.cpp
2006-05-25 09:05 robocop
* firebird2/src/dsql/parse.y (1.206):
Introduce the new v2.1 keywords as non-reserved words. Someone with
the new build system (btyacc) please regenerate the files.
2006-05-24 15:18 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/pass1.cpp (1.267):
2007-12-12 04:21:55 +01:00
Restored my previous solution. The final decision is that NOT IN
cannot be index-optimized reliably.
2006-05-23 15:10 alexpeshkoff
*
firebird2/builds/install/arch-specific/linux/misc/firebird.init.d.suse.in
(1.6):
Applied changes, recommended by Michal Kubecek
2006-05-23 15:04 alexpeshkoff
* firebird2/src/include/: fb_list.h (1.5), fb_map.h (1.6):
removed unneeded STL-based headers
2006-05-23 15:03 alexpeshkoff
* firebird2/src/common/fb_exception.cpp (1.27):
fixed bug, reported by Adriano privately
2006-05-23 14:23 asfernandes
* firebird2/builds/win32/msvc6/engine.dsp (1.62):
Complete Dmitry's cleanup of all_proto.h
2006-05-23 14:20 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/: msvc6/engine_classic.dsp (1.58),
msvc6/engine_embed.dsp (1.37), msvc7/engine.vcproj (1.53),
msvc7/engine_classic.vcproj (1.53), msvc7/engine_embed.vcproj
(1.42):
2007-12-12 04:21:55 +01:00
Complete Dmitry's cleanup of all_proto.h
2006-05-23 12:15 robocop
* firebird2/builds/win32/msvc6/intl.dsp (1.30):
Follow Adriano's cleanup in VC7.
2006-05-23 10:54 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/: codetext.h (1.40), iberror.h (1.41),
msgs.h (1.54), sql_code.h (1.43):
2007-12-12 04:21:55 +01:00
Vlad used the wrong msg number in system_errors.sql: it's 232
instead of 231. Regenerating headers.
2006-05-23 10:50 robocop
* firebird2/lang_helpers/: gds_codes.ftn (1.32), gds_codes.pas
(1.32):
Update forgotten files.
2006-05-22 13:44 alexpeshkoff
* firebird2/src/: include/fb_exception.h (1.23),
common/fb_exception.cpp (1.26):
avoid reinterpret_cast in exception's handler
2006-05-22 11:33 alexpeshkoff
* firebird2/src/common/classes/objects_array.h (1.18):
make it compilable with fresh gcc
2006-05-22 03:29 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/parse.y (1.205):
2007-12-12 04:21:55 +01:00
Misc
2006-05-22 02:14 asfernandes
* firebird2/src/dsql/keywords.cpp (1.51):
New keywords is using tok_version = 2
2006-05-22 00:14 hvlad
* firebird2/src/: dsql/dsql.tab.h (1.68), dsql/parse.cpp (1.177),
include/gen/codetext.h (1.39), include/gen/iberror.h (1.40),
include/gen/msgs.h (1.53), include/gen/rdb_codes.h (1.38),
include/gen/sql_code.h (1.42):
Regenerate parser and error codes files (after GTT)
2006-05-22 00:07 hvlad
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: ddl.cpp (1.172), keywords.cpp (1.50), node.h
(1.72), parse.y (1.204):
2007-12-12 04:21:55 +01:00
Global temporary tables implementation
2006-05-21 21:25 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc7/intl.vcproj (1.26):
2007-12-12 04:21:55 +01:00
Remove hacks and make fb_assert work in INTL. DEV_BUILD should be
turned on in MSVC6 intl.dsp debug configuration.
2006-05-21 17:17 asfernandes
* firebird2/builds/win32/msvc7/: alice.vcproj (1.18),
alice_classic.vcproj (1.18), burp.vcproj (1.21),
burp_classic.vcproj (1.21), common.vcproj (1.24),
common_classic.vcproj (1.21), config.vcproj (1.4),
dsql_server.vcproj (1.19), dsql_server_classic.vcproj (1.19),
engine.vcproj (1.52), engine_classic.vcproj (1.52),
engine_embed.vcproj (1.41), fb2control.vcproj (1.5),
fb_inet_server.vcproj (1.21), fb_lock_print.vcproj (1.24),
fbclient.vcproj (1.43), fbembed.vcproj (1.32), fbguard.vcproj
(1.23), fbserver.vcproj (1.22), fbudf.vcproj (1.18), gbak.vcproj
(1.20), gdef.vcproj (1.22), gds32.vcproj (1.21), gfix.vcproj
(1.21), gpre.vcproj (1.25), gpre_boot.vcproj (1.26), gsec.vcproj
(1.22), gsplit.vcproj (1.14), gstat.vcproj (1.24), ib_udf.vcproj
(1.20), ib_util.vcproj (1.19), instclient.vcproj (1.7),
instreg.vcproj (1.19), instsvc.vcproj (1.19), intl.vcproj (1.25),
isql.vcproj (1.21), lock.vcproj (1.18), lock_classic.vcproj (1.18),
nbackup.vcproj (1.9), qli.vcproj (1.22), remote.vcproj (1.23),
remote_classic.vcproj (1.24), utilities.vcproj (1.22),
utilities_classic.vcproj (1.22), utilities_embed.vcproj (1.3):
Remove RTTI in MSVC7 debug build too - thanks to Claudio
2006-05-21 02:24 asfernandes
* firebird2/builds/win32/msvc7/: alice.vcproj (1.17),
alice_classic.vcproj (1.17), burp.vcproj (1.20),
burp_classic.vcproj (1.20), common.vcproj (1.23),
common_classic.vcproj (1.20), config.vcproj (1.3),
dsql_server.vcproj (1.18), dsql_server_classic.vcproj (1.18),
engine.vcproj (1.51), engine_classic.vcproj (1.51),
engine_embed.vcproj (1.40), fb2control.vcproj (1.4),
fb_inet_server.vcproj (1.20), fb_lock_print.vcproj (1.23),
fbclient.vcproj (1.42), fbembed.vcproj (1.31), fbguard.vcproj
(1.22), fbserver.vcproj (1.21), fbudf.vcproj (1.17), gbak.vcproj
(1.19), gdef.vcproj (1.21), gds32.vcproj (1.20), gfix.vcproj
(1.20), gpre.vcproj (1.24), gpre_boot.vcproj (1.25), gsec.vcproj
(1.21), gsplit.vcproj (1.13), gstat.vcproj (1.23), ib_udf.vcproj
(1.19), ib_util.vcproj (1.18), instclient.vcproj (1.6),
instreg.vcproj (1.18), instsvc.vcproj (1.18), intl.vcproj (1.24),
isql.vcproj (1.20), lock.vcproj (1.17), lock_classic.vcproj (1.17),
nbackup.vcproj (1.8), qli.vcproj (1.21), remote.vcproj (1.22),
remote_classic.vcproj (1.23), utilities.vcproj (1.21),
utilities_classic.vcproj (1.21), utilities_embed.vcproj (1.2):
Disable RTTI in MSVC7 build
2006-05-20 08:11 robocop
* firebird2/builds/win32/msvc6/Firebird2Boot2.dsw (1.1):
Work in progress.
2006-05-20 08:11 robocop
* firebird2/builds/win32/msvc6/Firebird2Boot.dsw (1.5):
No need to have btyacc here.
2006-05-20 08:10 robocop
* firebird2/builds/win32/msvc6/: alice.dsp (1.18),
alice_classic.dsp (1.14), burp.dsp (1.19), burp_classic.dsp (1.17),
common.dsp (1.32), common_classic.dsp (1.26), config.dsp (1.3),
dsql_server.dsp (1.22), dsql_server_classic.dsp (1.18),
empbuild.dsp (1.3), engine.dsp (1.61), engine_classic.dsp (1.57),
engine_embed.dsp (1.36), fb2control.dsp (1.6), fb_event_print.dsp
(1.2), fb_inet_server.dsp (1.23), fb_lock_print.dsp (1.21),
fbclient.dsp (1.54), fbembed.dsp (1.37), fbguard.dsp (1.22),
fbserver.dsp (1.37), fbudf.dsp (1.14), gbak.dsp (1.22), gdef.dsp
(1.19), gds32.dsp (1.24), gfix.dsp (1.21), gpre.dsp (1.25),
gsec.dsp (1.19), gsplit.dsp (1.9), gstat.dsp (1.20), ib_udf.dsp
(1.19), ib_util.dsp (1.17), instclient.dsp (1.5), instreg.dsp
(1.15), instsvc.dsp (1.16), intl.dsp (1.29), intlbld.dsp (1.3),
isql.dsp (1.24), lock.dsp (1.14), lock_classic.dsp (1.12),
nbackup.dsp (1.4), qli.dsp (1.18), remote.dsp (1.23),
remote_classic.dsp (1.20), utilities.dsp (1.17),
utilities_classic.dsp (1.15):
Disable RTTI after Alex' source code changes.
2006-05-20 06:21 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: ClumpletReader.cpp (1.20),
alloc.cpp (1.84):
2007-12-12 04:21:55 +01:00
Misc.
2006-05-20 05:55 robocop
* firebird2/src/common/classes/: init.h (1.6), tree.h (1.54):
Misc.
2006-05-20 05:51 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/config.cpp (1.69):
2007-12-12 04:21:55 +01:00
Misc.
2006-05-20 03:53 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: preparse.cpp (1.40), user_dsql.cpp (1.45):
2007-12-12 04:21:55 +01:00
Misc
2006-05-20 03:10 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/common/fb_exception.cpp (1.25):
2007-12-12 04:21:55 +01:00
Do not #include <typeinfo>
2006-05-20 02:59 asfernandes
* firebird2/:
builds/install/arch-specific/linux/super/makeInstallImage.sh.in
(1.19), src/common/classes/alloc.h (1.65),
src/common/classes/init.h (1.5), src/common/classes/tree.h (1.53),
src/common/config/config.cpp (1.68), src/dsql/ddl.cpp (1.171),
src/dsql/dsql.cpp (1.168):
Misc
2006-05-19 17:16 alexpeshkoff
* firebird2/configure.in (1.243):
avoid use of libstdc++ when not required
2006-05-19 17:16 alexpeshkoff
* firebird2/src/: alice/alice.cpp (1.84), alice/alice.h (1.50),
alice/alice_meta.epp (1.48), burp/burp.cpp (1.112),
common/fb_exception.cpp (1.24), common/classes/alloc.cpp (1.83),
common/classes/alloc.h (1.64), common/classes/init.h (1.4),
common/classes/tree.h (1.52), common/config/config.cpp (1.67),
dsql/ddl.cpp (1.170), dsql/dsql.cpp (1.167), dsql/hsh.cpp (1.33),
dsql/pass1.cpp (1.266), dsql/preparse.cpp (1.39),
dsql/user_dsql.cpp (1.44), dudley/expand.cpp (1.27),
dudley/parse.cpp (1.49), gpre/gpre.cpp (1.76), gpre/gpre.h (1.83),
2008-03-24 20:52:36 +01:00
gpre/par.cpp (1.62), include/fb_exception.h (1.22):
2007-12-12 04:21:55 +01:00
1. Avoid use of STL 2. Reworked exceptions to make status_exception
always hold correct status vector 3. Avoid use of RTTI
2006-05-19 17:14 alexpeshkoff
* firebird2/builds/posix/prefix.linux_amd64 (1.8):
avoid use of RTTI
2006-05-19 13:42 alexpeshkoff
*
firebird2/builds/install/arch-specific/linux/super/makeInstallImage.sh.in
(1.18):
added nbackup to SS binary packages
2006-05-19 03:35 asfernandes
* firebird2/src/common/config/dir_list.cpp (1.31):
Misc
2006-05-18 16:16 alexpeshkoff
* firebird2/src/common/config/dir_list.cpp (1.30):
restored normal processing way after fixing ObjectsArray
2006-05-18 16:15 alexpeshkoff
* firebird2/src/common/classes/objects_array.h (1.17):
added missing operator= to ObjectsArray
2008-03-24 20:52:36 +01:00
2006-05-18 10:37 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: dir_list.cpp (1.29), dir_list.h
(1.17):
2007-12-12 04:21:55 +01:00
Temporary commit with the fixed (hopefully) TempDirList class.
2006-05-18 08:31 robocop
* firebird2/builds/win32/msvc6/fbclient.dsp (1.53):
Misc.
2006-05-18 08:26 robocop
* firebird2/src/dsql/pass1.cpp (1.265):
Cope with old compilers.
2006-05-18 08:25 robocop
* firebird2/builds/win32/msvc6/: fb_lock_print.dsp (1.20),
fbclient.dsp (1.52), fbclient_static.dsp (1.19), gpre_boot.dsp
(1.24):
Copy Dmitry's changes to MSVC6.
2006-05-18 08:23 robocop
* firebird2/src/common/config/dir_list.cpp (1.28):
Revert to old cumbersome notation so MSVC6 can call the inherited
function.
2006-05-18 04:32 asfernandes
* firebird2/builds/win32/msvc7/fbclient.vcproj (1.41):
Misc
2006-05-17 15:24 dimitr
* firebird2/builds/win32/msvc7/: fb_lock_print.vcproj (1.22),
fbclient.vcproj (1.40), fbclient_static.vcproj (1.18),
gpre_boot.vcproj (1.24):
Remove DLS where it's not used.
2006-05-17 06:33 dimitr
* firebird2/src/dsql/pass1.cpp (1.264):
Fixed the regression reported by Adriano.
2006-05-17 04:43 asfernandes
* firebird2/src/dsql/pass1.cpp (1.263):
Misc
2006-05-16 21:17 asfernandes
* firebird2/builds/win32/: make_icu.bat (1.7), prepare.bat (1.44):
Build DEBUG version of ICU when asked to do it in MSVC7 build
2006-05-16 13:55 dimitr
* firebird2/src/common/config/dir_list.cpp (1.27):
Fixed the code to please Claudio :-)
2006-05-16 11:09 dimitr
* firebird2/src/dsql/pass1.cpp (1.262):
Committed the correct UPDATE behaviour. Disabled so far.
2006-05-14 16:32 asfernandes
* firebird2/src/dsql/make.cpp (1.114):
Fix problem when trimming not-nullable blobs
2006-05-14 06:39 dimitr
* firebird2/src/common/config/dir_list.cpp (1.26):
Fixed the bug I introduced yesterday.
2006-05-13 07:50 robocop
2008-03-24 20:52:36 +01:00
* firebird2/builds/install/arch-specific/win32/i18n_readme.txt
(1.3):
2007-12-12 04:21:55 +01:00
Fixing docs and scripts.
2006-05-13 06:57 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/dir_list.h (1.16):
2007-12-12 04:21:55 +01:00
Let our naming conventions be consistent.
2006-05-13 03:27 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/make.cpp (1.113):
2007-12-12 04:21:55 +01:00
Make TRIM of blob work - returning a blob
2006-05-04 04:57 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: dsql.cpp (1.166), errd.cpp (1.38):
2007-12-12 04:21:55 +01:00
Misc.
2006-05-04 02:02 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/: burp/backup.epp (1.82), gpre/exp.cpp (1.39):
2007-12-12 04:21:55 +01:00
Simplification.
2006-05-03 12:50 dimitr
* firebird2/src/common/classes/: alloc.cpp (1.82), alloc.h (1.63):
Don't use spinlocks until FB3.
2006-05-03 09:06 dimitr
* firebird2/src/common/classes/locks.h (1.24):
Correction.
2006-05-03 07:44 dimitr
* firebird2/src/common/classes/: alloc.cpp (1.81), alloc.h (1.62),
locks.cpp (1.8), locks.h (1.23):
Let's separate Mutex and Spinlock.
2006-05-02 02:15 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/utld_proto.h (1.14):
2007-12-12 04:21:55 +01:00
Misc
2006-05-02 02:11 robocop
* firebird2/src/dsql/: all.h (1.13), dsql.h (1.90):
Remove unused code.
2006-05-02 02:04 robocop
* firebird2/src/: dudley/ddl.h (1.35), gpre/gpre.h (1.82),
2008-03-24 20:52:36 +01:00
gpre/sqe.cpp (1.41), dsql/utld.cpp (1.38):
2007-12-12 04:21:55 +01:00
I don't want another "interprete", so I rename "defered" to
"deferred".
2006-05-02 00:23 hvlad
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: dsql.cpp (1.165), sqlda.h (1.11), utld.cpp
(1.37), utld_proto.h (1.13):
2007-12-12 04:21:55 +01:00
Merge B1_5_Remote_LazyPort branch into HEAD
2006-05-01 06:42 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/: include/firebird.h (1.39), dsql/dsql.cpp (1.164):
2007-12-12 04:21:55 +01:00
Threading cleanup. More to follow.
2006-04-30 08:43 robocop
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc6/Firebird2.dsw (1.39):
2007-12-12 04:21:55 +01:00
Integrate fb_event_print into the VC6 build. Time will say if it's
useful or not.
2006-04-29 10:08 robocop
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc6/fb_event_print.dsp (1.1):
2007-12-12 04:21:55 +01:00
Finally I figured out how to update and compile the events printing
facility, but I'm still trying to figure out a linker problem.
Built with a small trick for now.
2006-04-29 02:31 robocop
* firebird2/src/common/classes/fb_string.cpp (1.34):
Misc change. Hope the class auhtor doesn't take offense. :-)
2006-04-29 02:30 robocop
* firebird2/builds/win32/msvc6/btyacc.dsp (1.2):
Fixed the btyacc project so MSVC6 can load it (was reported as
corrupt).
2006-04-29 02:29 robocop
* firebird2/extern/btyacc/main.c (1.4):
Do C programmers think the worse the code they write, the more
expert they are? Fix this crap so it looks less like assembler and
can compile happily on MSVC6.
2006-04-26 07:26 robocop
* firebird2/src/common/classes/array.h (1.36):
Misc: misplaced comment.
2006-04-25 19:49 alexpeshkoff
* firebird2/src/: common/classes/array.h (1.35),
common/config/config.h (1.39), dsql/alld.cpp (1.31),
2008-03-24 20:52:36 +01:00
include/fb_blk.h (1.12), include/fb_vector.h (1.8):
2007-12-12 04:21:55 +01:00
Use Firebird::Array instead of STL's vector
2006-04-25 19:06 alexpeshkoff
* firebird2/configure.in (1.242):
added slackware support to configure.in
2006-04-25 15:00 dimitr
* firebird2/src/common/classes/rwlock.h (1.26):
Committed patch by Christian Barheine.
2006-04-25 04:16 asfernandes
* firebird2/builds/install/misc/posixLibrary.sh.in (1.7):
Misc
2006-04-24 19:24 dimitr
* firebird2/src/dsql/: ddl.cpp (1.169), dsql.cpp (1.163),
dsql.tab.h (1.67), gen.cpp (1.99), keywords.cpp (1.49), make.cpp
(1.112), node.h (1.71), parse.cpp (1.176), parse.y (1.203),
pass1.cpp (1.261):
The DSQL code of the LIST function. Unstable yet.
2006-04-24 12:06 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/builds/install/:
arch-specific/linux/classic/rpmheader.txt.in (1.4),
arch-specific/linux/misc/firebird.init.d.debian.in (1.6),
arch-specific/linux/misc/firebird.init.d.slackware.in (1.2),
arch-specific/linux/misc/linuxLibrary.sh.in (1.5),
arch-specific/linux/misc/superLinux.sh.in (1.4),
arch-specific/linux/super/rpmheader.txt.in (1.5),
misc/classicLibrary.sh.in (1.6), misc/posixLibrary.sh.in (1.6),
misc/superLibrary.sh.in (1.3):
2007-12-12 04:21:55 +01:00
ported changes from B2_0_Release
2006-04-23 17:14 asfernandes
* firebird2/src/dsql/parse.cpp (1.175):
Sync with parse.y
2006-04-23 01:00 robocop
* firebird2/builds/win32/msvc6/fbguard.dsp (1.21):
Make FbGuardian a client utility as in VC7. However, I didn't need
to add more files to the project as in VC7 case.
2006-04-20 12:37 dimitr
* firebird2/builds/win32/msvc7/fbguard.vcproj (1.21):
Made fbguard a true client utility.
2006-04-20 08:27 robocop
* firebird2/extern/SfIO/read.me (1.2):
Totally misc.
2006-04-20 04:44 asfernandes
* firebird2/builds/posix/: Makefile.in.firebird (1.69),
make.defaults (1.46), make.shared.targets (1.23):
Misc
2006-04-20 04:26 asfernandes
* firebird2/builds/win32/parse.bat (1.8):
Remove generated files from build directory
2006-04-20 03:23 robocop
* firebird2/src/dsql/parse.y (1.202):
Misc.
2006-04-19 14:02 alexpeshkoff
* firebird2/extern/btyacc/main.c (1.3):
fixed linux compilation
2006-04-19 13:45 dimitr
* firebird2/builds/posix/: Makefile.in.firebird (1.68),
make.defaults (1.45), make.shared.targets (1.22):
Hopefully, this should cure the posix builds.
2006-04-19 13:32 dimitr
* firebird2/src/dsql/: btyacc_fb.ske (1.2), parse.y (1.201),
dsql.tab.h (1.66), parse.cpp (1.174):
Removed the lexer hacks from the parser.
2006-04-19 13:28 dimitr
* firebird2/builds/win32/: make_boot2.bat (1.4), parse.bat (1.7):
Changed the build to use btyacc.
2006-04-19 13:16 dimitr
* firebird2/builds/win32/: msvc6/Firebird2Boot.dsw (1.4),
msvc6/btyacc.dsp (1.1), msvc7/Firebird2Boot2.sln (1.2),
msvc7/btyacc.vcproj (1.2):
Changed the build to use btyacc.
2006-04-19 11:52 dimitr
* firebird2/extern/btyacc/: Makefile (1.2), README (1.2),
README.BYACC (1.2), btyaccpa.ske (1.2), closure.c (1.2), defs.h
(1.2), empty.y (1.2), error.c (1.2), lalr.c (1.2), lr0.c (1.2),
main.c (1.2), makefile.dos (1.2), manpage (1.2), mkpar.c (1.2),
mstring.c (1.2), mstring.h (1.2), output.c (1.2), push.skel (1.2),
reader.c (1.2), readskel.c (1.2), skel2c (1.2), skeleton.c (1.2),
symtab.c (1.2), verbose.c (1.2), warshall.c (1.2), test/ansiC.y
(1.2), test/ansiC2.y (1.2), test/error.y (1.2), test/ftp.y (1.2),
test/t1.y (1.2), test/t2.y (1.2), test/test.y (1.2):
Added btyacc sources.
2006-04-19 05:07 robocop
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/prefix.darwin (1.17):
2007-12-12 04:21:55 +01:00
Try to comply with MacOS docs... there's work to do in inet.cpp
with FB_SETOPT_FLAGS.
2006-04-19 05:04 robocop
* firebird2/builds/posix/: prefix.linux (1.30), prefix.linux_amd64
(1.7), prefix.linux_generic (1.5), prefix.linux_sparc32 (1.9):
Totally misc.
2006-04-19 04:31 asfernandes
* firebird2/builds/posix/: prefix.darwin (1.16), prefix.linux
(1.29), prefix.linux_amd64 (1.6), prefix.linux_generic (1.4),
prefix.linux_sparc32 (1.8), prefix.sinixz (1.27):
Misc
2006-04-18 12:12 alexpeshkoff
* firebird2/builds/posix/: prefix.darwin (1.15), prefix.sinixz
(1.26):
correcting my previous commit - thanks to Claudio
2006-04-18 11:44 alexpeshkoff
* firebird2/builds/posix/: prefix.linux (1.28), prefix.linux_amd64
(1.5), prefix.linux_generic (1.3), prefix.linux_sparc32 (1.7),
prefix.sinixz (1.25):
set FB_SEND_FLAGS for known platforms
2008-03-24 20:52:36 +01:00
2006-04-17 00:11 asfernandes
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/:
install/arch-specific/linux/classic/postinstall.sh.in (1.15),
posix/Makefile.in.client.util (1.36):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
Misc
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
2006-04-17 00:01 asfernandes
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/semaphore.h (1.29):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
Correction for posix build
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
2006-04-16 21:54 kkuznetsov
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/semaphore.h (1.28):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
Solaris error correction
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
2006-04-16 20:45 asfernandes
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/make.cpp (1.111):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
Let LOWER/UPPER (blob) work - returning a blob
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
2006-04-16 18:13 alexpeshkoff
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/ClumpletReader.cpp (1.19):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
ported fixes from release
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
2006-04-16 14:58 alexpeshkoff
2007-12-12 04:21:55 +01:00
* firebird2/:
builds/install/arch-specific/linux/classic/postinstall.sh.in
(1.14),
builds/install/arch-specific/linux/misc/firebird.init.d.debian.in
(1.5),
builds/install/arch-specific/linux/misc/firebird.init.d.generic.in
(1.4),
builds/install/arch-specific/linux/misc/firebird.init.d.gentoo.in
(1.3),
builds/install/arch-specific/linux/misc/firebird.init.d.mandrake.in
(1.5),
builds/install/arch-specific/linux/misc/firebird.init.d.suse.in
(1.5), builds/install/arch-specific/linux/misc/linuxLibrary.sh.in
(1.4), builds/install/arch-specific/linux/misc/superLinux.sh.in
(1.3), builds/install/arch-specific/linux/super/postuninstall.sh.in
(1.5), builds/install/misc/classicLibrary.sh.in (1.5),
builds/install/misc/posixLibrary.sh.in (1.5),
builds/install/misc/superLibrary.sh.in (1.2),
builds/posix/Makefile.in.client.util (1.35), src/burp/restore.epp
2008-03-24 20:52:36 +01:00
(1.102):
2007-12-12 04:21:55 +01:00
ported fixes from 2.0 release
2006-04-14 20:16 asfernandes
* firebird2/builds/win32/: create_msgs.bat (1.1), make_boot2.bat
(1.3):
Add create_msgs.bat to be able to rebuild messages files without
running make_boot2.bat
2006-04-13 05:59 robocop
* firebird2/src/common/classes/semaphore.h (1.27):
Misc.
2006-04-13 05:04 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/: install/misc/fbintl.conf (1.10),
win32/msvc6/intl.dsp (1.28), win32/msvc7/intl.vcproj (1.23):
2007-12-12 04:21:55 +01:00
Polish collation ISO_PLK for ISO8859_2 charset - contributed by
Jaroslaw Glowacki
2006-04-12 13:54 kkuznetsov
* firebird2/src/common/classes/semaphore.h (1.26):
Correct messages from Semaphore exceptions
2006-04-12 11:25 kkuznetsov
* firebird2/src/common/classes/semaphore.h (1.25):
Rewiev semaphore on Solaris platform: add some fixes and loop on
EINTR
2006-04-12 03:57 asfernandes
* firebird2/src/common/classes/fb_string.cpp (1.33):
Misc
2006-04-11 09:16 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/include/old_fb_blk.h (1.5):
2007-12-12 04:21:55 +01:00
Solve a possible truncation problem due to USHORT<->ULONG issues.
Tweak for embedded so it doesn't crash when handling an error.
2006-04-11 09:14 robocop
* firebird2/src/dsql/hsh.cpp (1.32):
Misc.
2006-04-11 08:46 dimitr
* firebird2/src/common/classes/: fb_string.cpp (1.32), tree.h
(1.51):
Sync with BV branch. Committed on behalf of George Sergeev.
2006-04-09 14:47 alexpeshkoff
* firebird2/src/dsql/hsh.cpp (1.31):
fixed AV during massive addition of relations to DSQL hash
2006-04-08 05:09 asfernandes
* firebird2/src/dsql/gen.cpp (1.98):
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-07 11:16 dimitr
* firebird2/src/dsql/: array.epp (1.37), blob.epp (1.20):
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:57 asfernandes
* firebird2/: builds/posix/Makefile.in.client.fbudf (1.10),
src/common/classes/class_test.cpp (1.27),
2008-03-24 20:52:36 +01:00
src/common/classes/sparse_bitmap.h (1.14):
2007-12-12 04:21:55 +01:00
Misc
2006-04-06 10:17 robocop
* firebird2/src/: common/fb_exception.cpp (1.23),
common/classes/ClumpletReader.cpp (1.18),
common/classes/ClumpletWriter.cpp (1.14), common/classes/alloc.cpp
(1.80), common/classes/class_perf.cpp (1.17),
common/classes/class_test.cpp (1.26), common/classes/fb_string.cpp
(1.31), common/classes/fb_string.h (1.5),
common/classes/semaphore.h (1.24), common/classes/sparse_bitmap.h
(1.13), common/classes/tree.h (1.50), config/Lex.cpp (1.3),
2008-03-24 20:52:36 +01:00
config/Lex.h (1.4):
2007-12-12 04:21:55 +01:00
Style.
2006-04-06 06:19 aafemt
* firebird2/builds/posix/Makefile.in.client.fbudf (1.9):
Since timestamp routines are compiled-in directly, no need to link
against fbclient.
2006-04-05 18:24 asfernandes
* firebird2/src/burp/backup.epp (1.81):
Remove obsolete comment
2006-04-05 08:25 kkuznetsov
* firebird2/src/common/classes/alloc.cpp (1.79):
Add check for result of mmap() on Solaris platforms
2006-04-05 06:38 dimitr
* firebird2/src/dsql/make.cpp (1.110):
Fixed the regression caused by my changes re. Dialect 1.
2006-04-05 00:48 robocop
* firebird2/src/alice/: alice.cpp (1.83), alice.h (1.49), tdr.cpp
(1.48):
Misc.
2006-03-30 07:59 kkuznetsov
* firebird2/extern/SfIO/read.me (1.1):
Add readme
2006-03-29 17:20 asfernandes
*
firebird2/builds/install/arch-specific/win32/pt/instalacao_leia-me.txt
(1.3):
Misc
2006-03-29 15:44 paul_reeves
* firebird2/builds/:
install/arch-specific/win32/BuildExecutableInstall.bat (1.15),
install/arch-specific/win32/FirebirdInstall_20.iss (1.12),
install/arch-specific/win32/Readme.txt (1.9),
install/arch-specific/win32/installation_readme.txt (1.9),
win32/make_examples.bat (1.16):
Minor tweaks to the Win32 build/install stuff. Updated readme and
install_readme.
2006-03-29 15:43 paul_reeves
* firebird2/builds/install/arch-specific/win32/pt/:
custom_messages_pt.inc (1.3), instalacao_leia-me.txt (1.2),
leia-me.txt (1.2):
Win32 installer - latest portuguese translations
2006-03-29 15:41 paul_reeves
* firebird2/builds/install/arch-specific/win32/it/:
custom_messages_it.inc (1.1), leggimi.txt (1.1),
leggimi_installazione.txt (1.1):
Add italian translations of install strings for Windows installs
2006-03-29 11:41 hvlad
* firebird2/src/dsql/pass1.cpp (1.260):
Make input parameters of EXECUTE BLOCK statement nullable
2006-03-29 11:39 kkuznetsov
* firebird2/extern/SfIO/include/stdio.h (1.1):
Add modifyed SFIO include file to public CVS
2006-03-28 11:51 dimitr
* firebird2/: src/include/gen/codetext.h (1.38),
src/include/gen/iberror.h (1.39), src/include/gen/msgs.h (1.52),
src/include/gen/rdb_codes.h (1.37), src/include/gen/sql_code.h
(1.41), lang_helpers/gds_codes.ftn (1.31),
lang_helpers/gds_codes.pas (1.31):
Added new error message.
2006-03-28 06:04 robocop
* firebird2/doc/README.garbage_collector (1.2):
Misc.
2006-03-26 22:51 hvlad
* firebird2/doc/README.garbage_collector (1.1):
Documentation for garbage collector
2006-03-25 08:07 robocop
* firebird2/: configure.in (1.241), src/common/utils_proto.h
2008-03-24 20:52:36 +01:00
(1.11), src/include/gen/autoconfig_msvc.h (1.99):
2007-12-12 04:21:55 +01:00
Only strcmp and strncmp have common names across all plartforms.
Cater for differences in strcasecmp/stricmp and
strncasecmp/strnicmp.
2006-03-21 02:55 asfernandes
* firebird2/builds/posix/Makefile.in.client.qli (1.11):
Misc
2006-03-19 16:37 alexpeshkoff
* firebird2/configure.in (1.240):
Let FreeBSD use editline by default
2006-03-19 16:32 alexpeshkoff
* firebird2/builds/posix/: Makefile.in.client.qli (1.10),
Makefile.in.embed.qli (1.19):
removed absolutely unneeded setuid - thanks to Sergey Skvortsov
2006-03-19 14:56 alexpeshkoff
* firebird2/configure.in (1.239):
fixing build on FreeBSD/amd64
2006-03-18 02:47 asfernandes
* firebird2/doc/WhatsNew (1.95):
Misc
2006-03-17 14:36 alexpeshkoff
* firebird2/doc/WhatsNew (1.94):
Misc
2006-03-17 11:41 robocop
* firebird2/doc/WhatsNew (1.93):
Document isql's command line arguments explanation.
2006-03-17 10:39 hvlad
* firebird2/doc/WhatsNew (1.92):
Update WhatsNew
2006-03-17 09:15 dimitr
* firebird2/doc/WhatsNew (1.91):
Updated docs.
2006-03-16 09:53 robocop
* firebird2/builds/install/misc/firebird.conf (1.20):
Misc.
2006-03-15 18:28 alexpeshkoff
* firebird2/src/: include/fb_exception.h (1.21),
common/fb_exception.cpp (1.22):
better support for OS error code in system_call_failed
2006-03-15 18:27 alexpeshkoff
* firebird2/src/: alice/alice.h (1.48), burp/burp.cpp (1.111),
burp/burp.h (1.72):
return error in case of unexpected status_exception
2006-03-15 18:19 alexpeshkoff
* firebird2/: builds/install/misc/firebird.conf (1.19),
src/common/config/config.cpp (1.66):
change default value of LegacyHash
2006-03-15 05:21 robocop
* firebird2/src/burp/restore.epp (1.101):
Get rid of unused handle.
2006-03-14 11:57 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.259):
Fix node compare function for derived fields. Fixes field
test-item #1449377.
2006-03-13 15:39 hvlad
* firebird2/src/burp/restore.epp (1.100):
Update statistics for system indices after restore
2006-03-10 03:05 asfernandes
* firebird2/builds/posix/Makefile.in.libfbembed (1.22):
Misc
2006-03-10 01:08 asfernandes
* firebird2/src/dsql/pass1.cpp (1.258):
Fix incorrect malformed string error, reported by Richard Wesley
2006-03-09 16:24 kkuznetsov
* firebird2/builds/install/arch-specific/solx86gcc/CS/prototype.in
(1.5):
Update solaris packaging
2006-03-09 14:26 kkuznetsov
* firebird2/configure.in (1.238):
Fix packaging on SOLARIS sparc port
2006-03-09 10:34 kkuznetsov
* firebird2/builds/posix/: Makefile.in.libfbembed (1.21),
prefix.solaris (1.21):
Minor cleanup
2006-03-09 10:23 kkuznetsov
* firebird2/builds/posix/prefix.solaris (1.20):
Fix Solaris sparc 32 bit gcc port
2008-03-24 20:52:36 +01:00
2006-03-08 04:12 robocop
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/msgs.h (1.51):
2007-12-12 04:21:55 +01:00
Sync after Dmitry's changes.
2006-03-08 03:06 asfernandes
* firebird2/builds/posix/Makefile.in.libfbembed (1.20):
Use tab instead of spaces
2008-03-24 20:52:36 +01:00
2006-03-07 18:52 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/gen.cpp (1.97):
2007-12-12 04:21:55 +01:00
Fixed yet another bug in explicit cursors. Unfortunately, BLR
compatibility is not provided, so users have to recompile their
SPs/triggers.
2006-03-07 15:42 dimitr
* firebird2/src/dsql/pass1.cpp (1.257):
Fixed bug in RETURNING INTO code.
2006-03-07 14:01 kkuznetsov
* firebird2/builds/posix/Makefile.in.libfbembed (1.19):
Temporally comment out my previous commit
2006-03-07 12:21 kkuznetsov
* firebird2/builds/posix/Makefile.in.libfbembed (1.18):
Fix make process on Solaris OSes
2006-03-07 11:20 dimitr
* firebird2/src/dsql/gen.cpp (1.96):
Added a context overflow check to DSQL as well. Based on a
bugreport by Volker Rehn.
2006-03-07 04:11 asfernandes
* firebird2/src/include/: fb_types.h (1.50), types_pub.h (1.4):
Move ISC_STATUS_LENGTH and ISC_STATUS_ARRAY to public
2006-03-06 18:49 alexpeshkoff
* firebird2/builds/posix/: Makefile.in.client.fbudf (1.8),
Makefile.in.embed.fbudf (1.4):
fixed FBUDF build on posix
2006-03-06 02:00 asfernandes
* firebird2/doc/README.user.embedded (1.5):
Document files required for fbembed.dll
2006-03-03 17:03 alexpeshkoff
* firebird2/src/common/classes/alloc.h (1.61):
let's try to make gcc4 happy
2006-03-03 11:56 kkuznetsov
* firebird2/builds/posix/: prefix.solaris (1.19),
prefix.solaris-64gcc (1.6):
Removed profile gcc flag
2006-02-23 08:13 hvlad
* firebird2/doc/WhatsNew (1.90):
Misc
2008-03-24 20:52:36 +01:00
2006-02-23 06:22 robocop
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/doc/WhatsNew (1.89):
2007-12-12 04:21:55 +01:00
Misc.
2006-02-23 06:07 robocop
* firebird2/src/: burp/burp.cpp (1.110), burp/burp.h (1.71),
2008-03-24 20:52:36 +01:00
common/config/config_impl.h (1.16):
2007-12-12 04:21:55 +01:00
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-22 16:25 hvlad
* firebird2/doc/WhatsNew (1.88):
Update WhatsNew
2006-02-22 14:55 dimitr
* firebird2/doc/WhatsNew (1.87):
An update.
2006-02-22 08:21 robocop
* firebird2/builds/mac_os_x/CS/CS.pbproj/project.pbxproj (1.13):
This was the only project file referencing legacy mem.cpp.
2006-02-21 05:29 robocop
* firebird2/src/common/classes/: fb_tls.h (1.15), tree.h (1.49):
The whole indentation was screwed in those files.
2006-02-20 09:25 kkuznetsov
* firebird2/src/common/config/config_impl.h (1.15):
Fix Sun C++ compiler visibility error
2006-02-20 08:59 kkuznetsov
* firebird2/src/common/classes/: fb_tls.h (1.13), fb_tls.h (1.14):
misc
2006-02-20 08:46 kkuznetsov
* firebird2/src/common/classes/tree.h (1.48):
Support Sun C++ compiller in Bee+tree though conditional
compilation.
2006-02-20 08:45 kkuznetsov
* firebird2/builds/posix/prefix.solaris-64SCC (1.5):
Add defines to support Sun C++ compiller in FB Code.
2006-02-15 14:35 dimitr
* firebird2/src/dsql/pass1.cpp (1.256):
There's no need to transform NOT ANY to ALL, as NOT ANY effectively
uses indices.
2006-02-10 20:40 dimitr
* firebird2/builds/win32/: preprocess.bat (1.33), preprocess2.bat
(1.2):
Committed changes for the win32 build process.
2006-02-10 04:28 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/include/memory_routines.h (1.10):
2007-12-12 04:21:55 +01:00
Misc.
2006-02-09 12:00 kkuznetsov
* firebird2/src/include/memory_routines.h (1.9):
Minor fixes big thanks to Alex and Dmitry
2006-02-09 08:48 hvlad
* firebird2/doc/sql.extensions/README.isc_info_xxx (1.4):
Correct documentation for isc_info_creation_date
2006-02-08 22:21 hvlad
* firebird2/doc/sql.extensions/README.isc_info_xxx (1.3):
Document isc_info_creation_date
2006-02-08 10:25 kkuznetsov
* firebird2/builds/posix/: prefix.solaris (1.18),
prefix.solaris-64SCC (1.4), prefix.solaris-64gcc (1.5):
Minor updates to Solaris sparc 64 prefixes
2006-02-06 17:13 kkuznetsov
* firebird2/extern/icu/source/config/mh-solaris (1.5):
minor fixes
2006-02-06 17:12 kkuznetsov
* firebird2/builds/posix/prefix.solaris-64SCC (1.3):
More fixes to SCC port
2006-02-06 15:27 dimitr
* firebird2/builds/win32/msvc7/fbudf.vcproj (1.16):
Fixed MSVC7 build.
2006-02-06 14:01 kkuznetsov
* firebird2/extern/icu/source/config/mh-solaris (1.4):
misc
2006-02-06 09:13 kkuznetsov
* firebird2/src/include/memory_routines.h (1.8):
Add 2 aligment fixes templates
2006-02-05 13:39 hvlad
* firebird2/doc/sql.extensions/README.isc_info_xxx (1.2):
Typo's
2006-02-05 13:33 hvlad
* firebird2/doc/sql.extensions/README.isc_info_xxx (1.1):
Documentation for new isc_info_xxx calls
2006-02-04 05:38 robocop
* firebird2/: builds/win32/msvc6/fbudf.dsp (1.13),
src/common/classes/timestamp.cpp (1.11):
Use SUPERCLIENT for fbudf for avoiding exception-related code.
2006-02-04 05:20 robocop
* firebird2/: lang_helpers/gds_codes.ftn (1.30),
lang_helpers/gds_codes.pas (1.30), src/include/gen/msgs.h (1.50):
Sync after Vlad's changes.
2006-02-04 03:40 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/extlib/fbudf/fbudf.cpp (1.26):
2007-12-12 04:21:55 +01:00
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-04 00:47 asfernandes
* firebird2/doc/WhatsNew (1.86):
Fixed typo
2006-02-03 18:45 hvlad
* firebird2/src/include/gen/: codetext.h (1.37), iberror.h (1.38),
msgs.h (1.49), rdb_codes.h (1.36), sql_code.h (1.40):
New error message
2006-02-03 14:13 hvlad
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/burp.cpp (1.109):
2007-12-12 04:21:55 +01:00
Replace "../jrd/jrd_time.h" with "../common/classes/timestamp.h"
2006-02-03 13:24 kkuznetsov
* firebird2/builds/posix/prefix.solaris-64SCC (1.2):
Fix 64 switches
2006-02-03 13:23 kkuznetsov
* firebird2/extern/icu/source/config/mh-solaris (1.3):
Add 64 bit swithes to solaris port of icu
2006-02-03 09:39 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/timestamp.h (1.11):
2007-12-12 04:21:55 +01:00
Replace jrd_time.h by our timestamp.h, but I left timestamp.h's
#includes commented where it *seemed* not necessary.
2006-02-03 09:19 kkuznetsov
* firebird2/builds/posix/prefix.solaris-64SCC (1.1):
Prepare for use Sun CC compiler on Solaris sparc platform
2006-02-02 14:17 dimitr
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.26), fbudf.vcproj
(1.15):
Fixed the win32 build.
2006-02-02 01:39 robocop
* firebird2/src/extlib/fbudf/fbudf.cpp (1.25):
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 01:27 robocop
* firebird2/: src/extlib/fbudf/fbudf.cpp (1.24),
builds/win32/msvc6/fbudf.dsp (1.12),
builds/win32/msvc6/Firebird2.dsw (1.38),
src/common/classes/timestamp.cpp (1.10),
src/common/classes/timestamp.h (1.10):
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-01 09:51 robocop
* firebird2/builds/: mac_os_x/CS/CS.pbproj/project.pbxproj (1.12),
posix/make.shared.variables (1.60), win32/msvc6/engine.dsp (1.60),
win32/msvc6/engine_classic.dsp (1.56), win32/msvc6/engine_embed.dsp
(1.35), win32/msvc7/engine.vcproj (1.50),
win32/msvc7/engine_classic.vcproj (1.50),
win32/msvc7/engine_embed.vcproj (1.39):
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-29 04:23 robocop
* firebird2/src/burp/backup.epp (1.80):
Skip system objects: exceptions, blob filters and procedures.
2006-01-27 08:36 hvlad
* firebird2/src/dsql/dsql.cpp (1.162):
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:21 dimitr
* firebird2/src/dsql/ddl.cpp (1.168):
CREATE VIEW should be aware that a column alias doesn't necessarily
mean an expression.
2006-01-26 11:41 dimitr
* firebird2/src/include/memory_routines.h (1.7):
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:21 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/msgs.h (1.48):
2007-12-12 04:21:55 +01:00
Sync after Dmitry Yemanov's changes.
2006-01-25 09:40 robocop
* firebird2/src/dsql/: parse.cpp (1.173), parse.y (1.200):
Fix SF Bug# 1408079 and also the same problem with unterminated
comment blocks /* ...
2006-01-22 20:14 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.255):
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:55 asfernandes
* firebird2/src/dsql/: dsql.h (1.89), make.cpp (1.109), metd.epp
(1.86):
Fixed problem caused by usage of UNICODE_FSS system domains in
users views and tables - thanks to Dmitry
2006-01-20 14:32 hvlad
* firebird2/src/dsql/: parse.cpp (1.172), dsql.tab.h (1.65):
Regenerated parser files after parse.y change By bison 2.1 now
2006-01-20 14:31 hvlad
* firebird2/src/dsql/parse.y (1.199):
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 15:32 alexpeshkoff
* firebird2/builds/posix/Makefile.in.client.fbudf (1.7):
applied patch from Michal Kubecek
2006-01-18 12:54 alexpeshkoff
* firebird2/src/gpre/int_cxx.cpp (1.41):
fixed gcc warning(s)
2006-01-17 10:20 robocop
* firebird2/doc/WhatsNew (1.85):
Restore missing WhatsNew entries that I deleted on bad merge.
2006-01-17 08:37 robocop
* firebird2/doc/WhatsNew (1.84):
Fix my previous entry in the WhatsNew.
2006-01-17 05:40 paul_reeves
* firebird2/: builds/install/misc/firebird.conf (1.18),
doc/WhatsNew (1.83), src/common/config/config.cpp (1.65),
src/common/config/config.h (1.38), src/dsql/make.cpp (1.108):
Forward port OldColumnNaming from Fb 1.5.3
2006-01-16 18:17 dimitr
* firebird2/doc/WhatsNew (1.82):
Updated the docs.
2006-01-16 17:31 alexpeshkoff
* firebird2/src/dsql/: dsql.cpp (1.161), metd.epp (1.85), pass1.cpp
(1.254):
fixed gcc warning(s)
2006-01-16 16:38 alexpeshkoff
* firebird2/src/: alice/alice.cpp (1.82), burp/burp.cpp (1.108),
common/classes/ClumpletReader.h (1.15), common/classes/semaphore.h
(1.23):
fixed gcc warning(s)
2006-01-16 16:21 paul_reeves
* firebird2/builds/install/arch-specific/win32/: Readme.txt (1.8),
installation_readme.txt (1.8), ba/Instalacija_ProcitajMe.txt (1.4),
de/installation_liesmich.txt (1.3), de/liesmich.txt (1.3),
pl/instalacja_czytajto.txt (1.3):
Catch up with commit of some win32 install docs that were part of
beta 1
2006-01-15 19:11 asfernandes
* firebird2/src/dsql/: gen.cpp (1.95), pass1.cpp (1.253):
Fixed problem causing collation lost in sqlsubtype when using
dynamic charset - reported by Ivan Prenosil
2006-01-15 14:39 alexpeshkoff
* firebird2/builds/posix/Makefile.in.client.util (1.34):
fixed posix build
2006-01-14 19:03 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/: install/misc/fbintl.conf (1.9),
win32/msvc6/intl.dsp (1.27), win32/msvc7/intl.vcproj (1.22):
2007-12-12 04:21:55 +01:00
Add Czech collations - contributed by Ivan Prenosil: - WIN_CZ
(case-insensitive, accent-sensitive) - WIN_CZ_CI_AI
(case-insensitive, accent-insensitive)
2006-01-14 08:00 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/ddl.cpp (1.167):
2007-12-12 04:21:55 +01:00
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 05:48 robocop
* firebird2/src/: burp/burp.cpp (1.107), common/utils.cpp (1.16),
2008-03-24 20:52:36 +01:00
common/utils_proto.h (1.10):
2007-12-12 04:21:55 +01:00
Change from getenv to readenv. This is still getenv in Linux/UNIX
but GetEnvironmentVariable in Windows.
2006-01-13 23:25 robocop
* firebird2/src/burp/: spit.h (1.10), std_desc.h (1.9):
Totally misc.
2006-01-13 08:36 dimitr
* firebird2/src/burp/: burp.h (1.70), spit.cpp (1.31), spit.h
(1.9), std_desc.h (1.8):
1) Fixed stdin/stdout redirection in win32 gsplit 2) Make the code
more GCC4 friendly
2006-01-10 23:20 robocop
* firebird2/doc/WhatsNew (1.81):
Misc.
2006-01-10 16:00 kkuznetsov
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/fb_string.h (1.4):
2007-12-12 04:21:55 +01:00
Fix compile error on Solaris - udefined va_list
2006-01-10 09:31 dimitr
* firebird2/src/burp/std_desc.h (1.7):
Correction.
2006-01-10 08:59 dimitr
* firebird2/doc/sql.extensions/README.select_expressions (1.3):
Corrections, thanks to Claudio.
2006-01-09 20:57 dimitr
* firebird2/src/burp/: burp.cpp (1.106), burp.h (1.69), std_desc.h
(1.6):
Minor cleanup + solved one of the GCC4 compile issues.
2006-01-09 15:17 dimitr
* firebird2/doc/WhatsNew (1.80):
More docs.
2006-01-09 13:45 dimitr
* firebird2/doc/sql.extensions/README.select_expressions (1.2):
More docs.
2006-01-09 11:13 dimitr
* firebird2/doc/README.xnet (1.2):
Added description of XNET.
2006-01-08 02:11 robocop
* firebird2/src/: common/fb_exception.cpp (1.21),
include/fb_exception.h (1.20):
Avoid a crash.
2006-01-07 17:57 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/: utils.cpp (1.15), classes/MetaName.cpp
(1.6), classes/fb_string.cpp (1.30):
2007-12-12 04:21:55 +01:00
fixed compilation after changes in exception
2006-01-07 17:55 alexpeshkoff
* firebird2/src/common/fb_exception.cpp (1.20):
avoid vararg constructors in status_exception
2006-01-07 17:50 alexpeshkoff
* firebird2/src/include/fb_exception.h (1.19):
avoid vararg constructors in status_exception
2006-01-07 02:32 robocop
* firebird2/src/: alice/alice_meta.epp (1.47),
gpre/gpre_meta_boot.cpp (1.50):
Misc.
2006-01-07 01:34 robocop
* firebird2/src/common/fb_exception.cpp (1.19):
Complete Alex fix.
2006-01-07 01:31 robocop
* firebird2/src/: alice/alice_meta.epp (1.46), dudley/exe.epp
(1.60), dudley/trn.cpp (1.36), gpre/gpre_meta.epp (1.54),
2008-03-24 20:52:36 +01:00
gpre/gpre_meta_boot.cpp (1.49):
2007-12-12 04:21:55 +01:00
Comment excessive dependencies on license.h.
2006-01-06 12:21 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/fb_exception.cpp (1.18):
2007-12-12 04:21:55 +01:00
fixed "invalid database handle" error
2006-01-04 06:55 robocop
* firebird2/src/dsql/metd.epp (1.84):
Misc.
2006-01-03 16:07 alexpeshkoff
* firebird2/src/common/classes/: MetaName.cpp (1.5), MetaName.h
(1.4):
MetaName can now handle NULL in constructors and assignments
2005-12-30 17:08 alexpeshkoff
* firebird2/src/dbs/security.sql (1.8):
fixed SF bug 229237
2005-12-30 16:13 alexpeshkoff
*
firebird2/builds/install/arch-specific/linux/misc/firebird.init.d.debian.in
(1.4):
fixed runuser problem on Debian
2005-12-28 08:11 aafemt
* firebird2/doc/README.build.mingw.html (1.16):
Misc
2005-12-28 07:58 aafemt
* firebird2/builds/posix/: make.defaults (1.44), make.rules (1.28),
prefix.mingw (1.43):
Strip executables in prod build
2005-12-28 07:09 aafemt
* firebird2/builds/posix/Makefile.in.client.util (1.33):
Redundant objects
2005-12-28 07:08 aafemt
* firebird2/builds/posix/prefix.mingw (1.42):
Adapted for GCC 3.4
2005-12-28 07:07 aafemt
* firebird2/doc/README.build.mingw.html (1.15):
Update
2005-12-28 07:06 aafemt
* firebird2/doc/README.incompatibilities.txt (1.6):
More info
2005-12-28 03:21 robocop
* firebird2/doc/README.incompatibilities.txt (1.5):
Misc.
2005-12-27 11:57 dimitr
* firebird2/doc/README.incompatibilities.txt (1.4):
More info.
2005-12-27 09:09 robocop
2008-03-24 20:52:36 +01:00
* firebird2/: src/include/gen/iberror.h (1.37),
doc/README.incompatibilities.txt (1.3):
2007-12-12 04:21:55 +01:00
Misc.
2005-12-26 22:18 hvlad
* firebird2/src/common/classes/stack.h (1.18):
Avoid frequent (unneeded and inefficient) allocation\deallocation
of stack entryes
2005-12-26 12:59 alexpeshkoff
* firebird2/doc/README.incompatibilities.txt (1.2):
Misc
2008-03-24 20:52:36 +01:00
2005-12-26 11:31 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/iberror.h (1.36):
2007-12-12 04:21:55 +01:00
Continued fixing public headers.
2005-12-25 05:01 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/common/fb_exception.cpp (1.17):
2007-12-12 04:21:55 +01:00
Misc.
2005-12-25 04:59 robocop
* firebird2/src/: common/config/config.cpp (1.64),
common/config/config_file.h (1.13), config/Configuration.cpp (1.3),
2008-03-24 20:52:36 +01:00
config/Configuration.h (1.3):
2007-12-12 04:21:55 +01:00
[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 18:05 alexpeshkoff
* firebird2/src/extlib/fbudf/fbudf.cpp (1.23):
make fbudf use fb2 class Mutex, when needed
2005-12-24 18:03 alexpeshkoff
* firebird2/builds/posix/Makefile.in.client.fbudf (1.6):
fixed fbudf
2005-12-24 08:28 robocop
* firebird2/src/common/classes/alloc.cpp (1.78):
Don't crash the debug build if the allocations report file cannot
be opened.
2005-12-24 00:32 robocop
* firebird2/src/include/gen/autoconfig_msvc.h (1.98):
Make sure gmtime_r is marked as missing in Win32.
2005-12-24 00:08 robocop
* firebird2/src/extlib/fbudf/: fbudf.cpp (1.22), fbudf.h (1.9),
fbudf.sql (1.9):
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 16:39 dimitr
* firebird2/doc/README.incompatibilities.txt (1.1):
Added some docs.
2005-12-23 12:42 alexpeshkoff
* firebird2/builds/install/: misc/posixLibrary.sh.in (1.4),
arch-specific/linux/super/postinstall.sh.in (1.10):
fix fbmgr operation
2005-12-23 10:21 alexpeshkoff
* firebird2/configure.in (1.237):
test presence of gmtime_r()
2005-12-23 09:24 alexpeshkoff
* firebird2/src/common/classes/ClumpletWriter.cpp (1.13):
fixed problems with empty SPB
2005-12-23 02:42 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/include/fb_exception.h (1.18):
2007-12-12 04:21:55 +01:00
Const correctness and the like.
2005-12-22 07:22 robocop
* firebird2/src/include/fb_exception.h (1.17):
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-21 18:49 dimitr
* firebird2/src/dsql/dsql.h (1.88):
More realistic BLR buffer. We don't need redundant allocations.
2005-12-21 11:15 alexpeshkoff
* firebird2/doc/WhatsNew (1.79):
my changes
2005-12-21 11:09 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: config.cpp (1.63), config.h (1.37):
2007-12-12 04:21:55 +01:00
added Redirection parameter to firebird.conf
2005-12-21 11:04 alexpeshkoff
* firebird2/builds/install/misc/firebird.conf (1.17):
added Redirection parameter to firebird.conf
2005-12-20 21:36 kkuznetsov
* firebird2/extern/icu/source/configure (1.4):
reflect changes to configure.in for sun threading
2005-12-20 14:24 dimitr
* firebird2/doc/WhatsNew (1.78):
Updated.
2005-12-20 13:14 alexpeshkoff
* firebird2/builds/posix/: Makefile.in.client.gbak (1.15),
Makefile.in.client.gdef (1.14), Makefile.in.client.gfix (1.17),
Makefile.in.client.gpre (1.21), Makefile.in.client.gsec (1.8),
Makefile.in.client.isql (1.13), Makefile.in.client.qli (1.9),
Makefile.in.client.util (1.32):
fix non-nptl SS build
2005-12-20 09:18 aafemt
* firebird2/configure.in (1.236):
deleted libfbcommon as was suggested by Jim
2005-12-19 11:02 alexpeshkoff
* firebird2/src/dudley/extract.epp (1.43):
fixed warning
2005-12-18 18:56 alexpeshkoff
* firebird2/builds/posix/: Makefile.in.boot.gpre (1.25),
Makefile.in.client.gbak (1.14), Makefile.in.client.gdef (1.13),
Makefile.in.client.gfix (1.16), Makefile.in.client.gpre (1.20),
Makefile.in.client.gsec (1.7), Makefile.in.client.isql (1.12),
Makefile.in.client.qli (1.8), Makefile.in.client.util (1.31),
Makefile.in.codes (1.20), Makefile.in.embed.gbak (1.15),
Makefile.in.embed.gdef (1.11), Makefile.in.embed.gfix (1.18),
Makefile.in.embed.gpre (1.20), Makefile.in.embed.isql (1.12),
Makefile.in.embed.lockmgr (1.10), Makefile.in.embed.qli (1.18),
Makefile.in.embed.util (1.28), Makefile.in.examples (1.8),
Makefile.in.fbserver (1.22), Makefile.in.libfbembed (1.17),
Makefile.in.msgs (1.17), Makefile.in.refDatabases (1.29),
Makefile.in.static.gbak (1.12), Makefile.in.static.gpre (1.19),
Makefile.in.static.isql (1.11), make.defaults (1.43),
make.shared.targets (1.21), make.shared.variables (1.59):
deleted libfbcommon as was suggested by Jim
2005-12-18 18:56 alexpeshkoff
* firebird2/builds/posix/Makefile.in.firebird (1.67):
correctly build public ibase.h
2005-12-18 18:49 alexpeshkoff
* firebird2/builds/posix/Makefile.in.libfbcommon (1.11):
deleted libfbcommon as was suggested by Jim
2005-12-18 17:10 alexpeshkoff
* firebird2/src/common/classes/locks.h (1.22):
use mutex instead of spin lock
2005-12-18 16:23 alexpeshkoff
* firebird2/builds/install/misc/classicLibrary.sh.in (1.4):
let all users run applications
2005-12-17 13:59 aafemt
* firebird2/builds/win32/defs/fbclient_s.def (1.3):
Some more mangled exports
2005-12-17 13:55 aafemt
2008-03-24 20:52:36 +01:00
* firebird2/src/include/types_pub.h (1.3):
2007-12-12 04:21:55 +01:00
Move type declarations to appropriate header
2005-12-17 08:09 dimitr
* firebird2/doc/WhatsNew (1.77):
Correction.
2005-12-17 05:31 robocop
* firebird2/doc/WhatsNew (1.76):
Misc.
2005-12-14 03:20 robocop
2008-03-24 20:52:36 +01:00
* firebird2/doc/WhatsNew (1.75):
2007-12-12 04:21:55 +01:00
Misc.
2005-12-13 16:41 dimitr
* firebird2/doc/WhatsNew (1.74):
Misc.
2005-12-13 15:20 dimitr
* firebird2/doc/WhatsNew (1.73):
Described changes for Beta 2.
2005-12-12 18:36 dimitr
* firebird2/src/dsql/make.cpp (1.107):
Fixed a few wrong error messages + minor cleanup.
2005-12-12 18:27 dimitr
* firebird2/src/dsql/pass1.cpp (1.252):
Ported solution for SF #1371274 from Yaffil + minor cleanup.
2008-03-24 20:52:36 +01:00
2005-12-12 14:55 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/: src/include/gen/codetext.h (1.36),
src/include/gen/iberror.h (1.35), src/include/gen/msgs.h (1.47),
src/include/gen/rdb_codes.h (1.35), src/include/gen/sql_code.h
(1.39), lang_helpers/gds_codes.ftn (1.29),
lang_helpers/gds_codes.pas (1.29):
2007-12-12 04:21:55 +01:00
More error messages.
2005-12-12 11:50 dimitr
* firebird2/: src/include/gen/codetext.h (1.35),
src/include/gen/iberror.h (1.34), src/include/gen/msgs.h (1.46),
src/include/gen/rdb_codes.h (1.34), src/include/gen/sql_code.h
(1.38), lang_helpers/gds_codes.ftn (1.28),
lang_helpers/gds_codes.pas (1.28):
Added new error messages.
2005-12-11 09:32 robocop
* firebird2/src/gpre/cmp.cpp (1.34):
Misc.
2005-12-10 11:15 dimitr
* firebird2/src/common/classes/ClumpletReader.cpp (1.17):
Undone my changes in clumplets to follow Alex's solution.
2005-12-10 11:05 dimitr
* firebird2/src/common/classes/ClumpletReader.cpp (1.16):
Fixed regressions with SAPI.
2005-12-09 22:50 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/install/misc/fbintl.conf (1.8):
2007-12-12 04:21:55 +01:00
Add Vietnamese charset WIN1258 - contributed by Nguyen The Phuong
2005-12-09 11:17 dimitr
* firebird2/examples/empbuild/empbuild.e (1.6):
Fixed compilation of empbuild.
2005-12-09 06:07 robocop
* firebird2/src/gpre/: c_cxx.cpp (1.66), cmp.cpp (1.33),
cmp_proto.h (1.13), gpre.cpp (1.75), gpre.h (1.81), pat.cpp (1.28):
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-05 14:42 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/include/: fb_types.h (1.49), types_pub.h (1.2):
2007-12-12 04:21:55 +01:00
Fixed 64bit builds.
2005-12-05 13:57 dimitr
* firebird2/builds/posix/Makefile.in.firebird (1.66):
Changed location of some defines in order to avoid internals inside
ibase.h.
2005-12-05 12:45 alexpeshkoff
* firebird2/src/burp/burp.cpp (1.105):
let use services to backup security database
2005-12-05 12:44 dimitr
* firebird2/builds/win32/make_all.bat (1.38):
Changed location of some defines in order to avoid internals inside
ibase.h.
2005-12-05 12:39 dimitr
*
firebird2/builds/install/arch-specific/win32/BuildExecutableInstall.bat
(1.14):
Changed location of some defines in order to avoid internals inside
ibase.h.
2005-12-05 12:28 dimitr
* firebird2/src/: include/fb_types.h (1.48), include/types_pub.h
2008-03-24 20:52:36 +01:00
(1.1), dsql/sqlda_pub.h (1.5):
2007-12-12 04:21:55 +01:00
Changed location of some defines in order to avoid internals inside
ibase.h.
2005-12-04 13:21 hvlad
* firebird2/src/dsql/: dsql.tab.h (1.64), parse.cpp (1.171):
Regenerate parser files
2005-12-04 13:18 hvlad
* firebird2/src/dsql/parse.y (1.198):
1. Correct end_default_opt rule 2. Fix wrong error reporting found
by Claudio
2005-12-04 13:08 alexpeshkoff
* firebird2/src/common/classes/string_test.cpp (1.4):
added test to trim characters >= 128
2005-12-04 13:06 alexpeshkoff
* firebird2/src/common/classes/fb_string.cpp (1.29):
fixed trim of characters >= 128
2005-12-03 12:09 dimitr
* firebird2/doc/sql.extensions/README.universal_triggers (1.3):
Fixed typos.
2005-12-03 11:22 dimitr
* firebird2/src/common/classes/ClumpletReader.cpp (1.15):
More missing stuff.
2005-12-03 10:48 dimitr
* firebird2/src/common/classes/ClumpletReader.cpp (1.14):
Fixed backup.
2005-12-02 17:54 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: ClumpletReader.cpp (1.13),
ClumpletReader.h (1.14):
2007-12-12 04:21:55 +01:00
fixed problems, caused by my previous commit
2005-12-02 17:34 alexpeshkoff
* firebird2/src/dudley/extract.epp (1.42):
mark wal_info() NOT_USED_OR_REPLACED
2005-12-02 01:28 asfernandes
* firebird2/src/dsql/blob.epp (1.19):
Lookup for procedure parameters in isc_blob_lookup_desc
2005-12-01 08:12 robocop
* firebird2/doc/sql.extensions/README.ddl.txt (1.7):
Document the blob filter restriction in FB2.
2005-12-01 06:46 robocop
* firebird2/builds/win32/msvc6/: fbclient.dsp (1.51), fbembed.dsp
(1.36):
Add alloc.cpp to the "common" section in fbclient and fbembed
projects as Dmitry did in MSVC7.
2005-12-01 04:00 robocop
* firebird2/src/common/classes/ClumpletReader.cpp (1.12):
Totally misc.
2005-12-01 03:34 robocop
* firebird2/doc/sql.extensions/README.set_transaction.txt (1.1):
Add documentation for the extra options exposed through the DSQL's
SET TRANSACTION command. This functionality exists already using
TPB's.
2005-11-30 18:11 alexpeshkoff
* firebird2/src/common/classes/: ClumpletReader.cpp (1.11),
ClumpletReader.h (1.13), ClumpletWriter.cpp (1.12):
Clumplet's improvements
2005-11-30 10:03 dimitr
* firebird2/src/dsql/pass1.cpp (1.251):
Simplified code a bit. Fixed the crash with the usage of TRIM in
aggregation.
2005-11-30 07:12 robocop
* firebird2/src/gpre/: ada.cpp (1.50), c_cxx.cpp (1.65), cob.cpp
(1.61), ftn.cpp (1.57), pas.cpp (1.51):
Misc.
2005-11-29 17:13 hvlad
* firebird2/src/dsql/parse.cpp (1.170):
Regenerated parser files after parse.y change
2005-11-29 17:09 hvlad
* firebird2/src/dsql/parse.y (1.197):
Second attempt to fix issue with parser and not correctly stored
source for DEFAULT CURRENT_TIME\DEFAULT CURRENT_TIMESTAMP
2005-11-29 07:24 robocop
* firebird2/src/dsql/dsql.h (1.87):
Misc.
2005-11-29 00:06 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.250):
Fix column-name problem with UNION and derived fields. Problem
found by Volker Rehn.
2005-11-28 11:27 paul_reeves
* firebird2/builds/install/arch-specific/win32/:
BuildExecutableInstall.bat (1.13), readme_snapshot.txt (1.1):
Update win32 build installer script for snapshot builds.
2005-11-27 21:52 alexpeshkoff
* firebird2/src/: alice/exe.cpp (1.43), alice/tdr.cpp (1.47),
burp/burp.cpp (1.104), burp/restore.epp (1.99),
common/classes/ClumpletReader.cpp (1.10),
common/classes/ClumpletReader.h (1.12),
common/classes/ClumpletWriter.cpp (1.11),
common/classes/ClumpletWriter.h (1.9), dsql/preparse.cpp (1.38),
2008-03-24 20:52:36 +01:00
dudley/exe.epp (1.59), gpre/gpre_meta.epp (1.53):
2007-12-12 04:21:55 +01:00
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 16:04 alexpeshkoff
* firebird2/builds/posix/Makefile.in.firebird (1.65):
rebuild libraries not only during boot_phase1
2005-11-26 17:15 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.249):
Add missing nodes to sub-select detection
2005-11-25 15:58 dimitr
* firebird2/src/dsql/ddl.cpp (1.166):
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 06:54 dimitr
* firebird2/src/include/gen/: msgs.h (1.45), sql_code.h (1.37):
Damn, I'm much sorry.
2005-11-23 10:23 kkuznetsov
* firebird2/builds/install/arch-specific/solx86gcc/CS/prototype.in
(1.4):
Some more updates
2005-11-22 00:52 hvlad
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/hsh.cpp (1.30):
2007-12-12 04:21:55 +01:00
Enlarged dsql and jrd hash tables sizes
2005-11-21 18:58 hvlad
* firebird2/src/dsql/parse.cpp (1.169):
Regenerated parser files after parse.y change
2005-11-21 18:57 hvlad
* firebird2/src/dsql/parse.y (1.196):
Fixed issue with parser and not correctly stored source for DEFAULT
CURRENT_TIME\DEFAULT CURRENT_TIMESTAMP
2005-11-18 06:31 robocop
* firebird2/src/common/classes/array.h (1.34):
Fix for Alex's removeRange & removeCount methods in Array class.
2005-11-18 05:39 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: dsql.tab.h (1.63), keywords.cpp (1.48),
parse.cpp (1.168), parse.y (1.195):
2007-12-12 04:21:55 +01:00
Fix clash with winbase.h on IGNORE.
2005-11-17 15:24 kkuznetsov
* firebird2/builds/install/arch-specific/solx86gcc/CS/prototype.in
(1.3):
Start update Solaris packaging for FB2
2005-11-17 12:32 asfernandes
* firebird2/src/burp/burp.cpp (1.103):
1) Make "total" to Claudio taste :-) 2) Fix error found by Vlad
2005-11-17 07:55 kkuznetsov
* firebird2/builds/posix/: prefix.solaris (1.17),
prefix.solaris-64gcc (1.4), prefix.solx86gcc (1.19):
Sync solaris prefixes
2005-11-17 05:22 robocop
* firebird2/src/dsql/: dsql.cpp (1.160), dsql.tab.h (1.62), gen.cpp
(1.94), keywords.cpp (1.47), node.h (1.70), parse.cpp (1.167),
parse.y (1.194):
Let Ivan Prenosil test his beloved transaction options.
2005-11-16 08:49 hvlad
* firebird2/src/dsql/: dsql.cpp (1.159), dsql.h (1.86), metd.epp
(1.83):
Cached charsets by id (not only by name) in dsql. Removed
irq_cs_bpc request as unneeded anymore
2005-11-15 09:48 dimitr
* firebird2/src/burp/canonical.cpp (1.36):
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 00:36 robocop
* firebird2/src/dsql/dsql.cpp (1.158):
What about putting the nodes you added in node.h also in the DSQL
debugging facilility, folks? :-)
2005-11-12 19:48 dimitr
* firebird2/src/dsql/metd.epp (1.82):
Globals must die, epysode III.
2005-11-11 01:43 asfernandes
* firebird2/src/burp/burp.cpp (1.102):
Fix problem of empty arguments passing garbage in SPB
2005-11-09 00:49 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.248):
Fix problem with sub-queries/derived tables in the HAVING clause
2005-11-04 06:20 robocop
* firebird2/src/burp/restore.epp (1.98):
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-10-30 09:15 robocop
* firebird2/src/dsql/ddl.cpp (1.165):
Fix SF-bug field-test #1192225.
2005-10-29 16:57 asfernandes
* firebird2/src/burp/burp.cpp (1.101):
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 11:15 dimitr
* firebird2/src/dsql/: ddl.cpp (1.164), dsql.cpp (1.157), node.h
(1.69), parse.cpp (1.166), parse.y (1.193), pass1.cpp (1.247):
Implemented RECREATE TRIGGER.
2005-10-28 18:34 alexpeshkoff
* firebird2/src/dsql/metd.epp (1.81):
Fixed SS deadlock in DSQL
2005-10-28 17:25 alexpeshkoff
* firebird2/src/common/classes/semaphore.h (1.22):
Retry when system call is interrupted
2005-10-28 07:37 dimitr
* firebird2/src/dsql/ddl.cpp (1.163):
Fixed the bug noticed by Claudio.
2005-10-27 15:51 alexpeshkoff
* firebird2/builds/install/arch-specific/linux/:
classic/makeInstallImage.sh.in (1.18), super/makeInstallImage.sh.in
(1.17):
added new stuff to the packages
2005-10-26 20:21 dimitr
* firebird2/src/dsql/: ddl.cpp (1.162), node.h (1.68), parse.cpp
(1.165), parse.y (1.192):
1) Fixed check constraints 2) A bit simplified generation of check
option triggers 3) Cleanup of unused parser stuff
2005-10-26 16:03 alexpeshkoff
* firebird2/builds/install/misc/classicLibrary.sh.in (1.3):
fixed bug with access to QLI's help
2005-10-25 22:42 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.246):
Fix NEW/OLD context problem found by Dmitry
2008-03-24 20:52:36 +01:00
2005-10-24 14:30 alexpeshkoff
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dbs/security.sql (1.7):
2007-12-12 04:21:55 +01:00
finished rdb$users to match vulcan
2005-10-22 14:35 aafemt
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/: Makefile.in.client.gbak (1.13),
Makefile.in.client.gfix (1.15), Makefile.in.client.gsec (1.6),
Makefile.in.client.util (1.30):
2007-12-12 04:21:55 +01:00
Fix MinGW SS build
2005-10-22 13:51 dimitr
* firebird2/doc/WhatsNew (1.72):
More docs.
2008-03-24 20:52:36 +01:00
2005-10-22 13:08 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/msgs.h (1.44):
2007-12-12 04:21:55 +01:00
Restored the XCPCODE reporting to be compatible with 1.5. A
temporary solution.
2005-10-22 07:58 robocop
* firebird2/lang_helpers/: gds_codes.ftn (1.27), gds_codes.pas
(1.27):
Generate lang-helpers after Dmitry's changes.
2005-10-21 11:49 dimitr
* firebird2/doc/sql.extensions/README.current_time (1.2):
Typo.
2005-10-21 11:42 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/pass1.cpp (1.245):
2007-12-12 04:21:55 +01:00
Better (and more honest) diagnostics.
2008-03-24 20:52:36 +01:00
2005-10-21 11:37 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/: codetext.h (1.34), iberror.h (1.33),
msgs.h (1.43), rdb_codes.h (1.33), sql_code.h (1.36):
2007-12-12 04:21:55 +01:00
Added new error message.
2005-10-21 10:47 dimitr
* firebird2/src/dsql/ddl.cpp (1.161):
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 06:09 robocop
* firebird2/: lang_helpers/gds_codes.ftn (1.26),
lang_helpers/gds_codes.pas (1.26), src/include/gen/codetext.h
(1.33), src/include/gen/iberror.h (1.32), src/include/gen/msgs.h
(1.42), src/include/gen/rdb_codes.h (1.32),
2008-03-24 20:52:36 +01:00
src/include/gen/sql_code.h (1.35):
2007-12-12 04:21:55 +01:00
Try to please the team leader before it's too late. :-) We have
definitely serious problems with firebird.msg mismatches.
2005-10-19 11:02 dimitr
* firebird2/src/dbs/security.sql (1.6):
Cleanup.
2005-10-17 19:15 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/dbs/security.sql (1.5):
2007-12-12 04:21:55 +01:00
let user_name be in unicode_fss in table rdb$users
2005-10-14 06:10 robocop
* firebird2/doc/README.isql_enhancements.txt (1.5):
Explain other isql options.
2005-10-13 21:11 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/install/misc/fbintl.conf (1.7):
2007-12-12 04:21:55 +01:00
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 21:09 asfernandes
* firebird2/: lang_helpers/gds_codes.ftn (1.25),
lang_helpers/gds_codes.pas (1.25), src/include/gen/codetext.h
(1.32), src/include/gen/iberror.h (1.31), src/include/gen/msgs.h
(1.41), src/include/gen/rdb_codes.h (1.31),
src/include/gen/sql_code.h (1.34):
Regenerate files
2005-10-12 07:57 dimitr
* firebird2/doc/WhatsNew (1.71):
Updated docs.
2005-10-08 11:56 robocop
* firebird2/doc/sql.extensions/README.ddl.txt (1.6):
Misc: missing double quote in readme.
2005-10-08 08:52 robocop
* firebird2/src/dsql/: ddl.cpp (1.160), dsql.h (1.85), make.cpp
(1.106):
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 08:47 robocop
* firebird2/src/dsql/pass1.cpp (1.244):
Totally misc.
2005-10-07 10:52 robocop
* firebird2/: lang_helpers/gds_codes.ftn (1.24),
lang_helpers/gds_codes.pas (1.24), src/include/gen/codetext.h
(1.31), src/include/gen/iberror.h (1.30), src/include/gen/msgs.h
2008-03-24 20:52:36 +01:00
(1.40), src/include/gen/sql_code.h (1.33):
2007-12-12 04:21:55 +01:00
Moved another hardcoded error string to the msg database.
2005-10-06 08:08 robocop
* firebird2/: lang_helpers/gds_codes.ftn (1.23),
lang_helpers/gds_codes.pas (1.23), src/dsql/pass1.cpp (1.243),
src/include/gen/codetext.h (1.30), src/include/gen/iberror.h
(1.29), src/include/gen/msgs.h (1.39), src/include/gen/rdb_codes.h
2008-03-24 20:52:36 +01:00
(1.30), src/include/gen/sql_code.h (1.32):
2007-12-12 04:21:55 +01:00
Fix SF Bug #1292007 Move some hardcoded error texts to the msg
database.
2005-10-05 08:23 robocop
* firebird2/builds/win32/msvc6/intl.dsp (1.26):
Fix MSVC6 "intl" project file that Adriano invalidated accidentally
by manual editing.
2005-10-04 07:15 robocop
* firebird2/src/extlib/ib_udf2.sql (1.8):
Declare UDF lower as "LOWER" in ib_udf2.sql and go on with life.
2005-10-03 14:41 dimitr
* firebird2/doc/WhatsNew (1.70):
Updated docs.
2005-10-03 14:34 dimitr
* firebird2/doc/: sql.extensions/README.current_time (1.1),
README.instsvc (1.5):
Updated docs.
2005-10-03 14:26 dimitr
* firebird2/doc/sql.extensions/README.returning (1.2):
Updated docs.
2005-09-30 19:49 dimitr
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.37), gsec.dsp
(1.18):
Fixed MSVC6 build.
2005-09-30 19:45 dimitr
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.25), gsec.vcproj
(1.20):
Fixed MSVC7 build.
2005-09-30 18:25 alexpeshkoff
* firebird2/builds/posix/: Makefile.in.client.gsec (1.5),
Makefile.in.embed.gbak (1.14), Makefile.in.embed.gfix (1.17),
Makefile.in.embed.util (1.27):
Reanimated -database switch in gsec. Also fixed linux CS build
after solaris-related changes.
2005-09-30 12:34 paul_reeves
* firebird2/builds/win32/: setenvvar.bat (1.9), setenvvar2.bat
(1.3):
Evaluate available compilers in correct order.
2005-09-30 09:50 robocop
* firebird2/src/dsql/ddl.cpp (1.159):
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 11:22 aafemt
* firebird2/configure.in (1.235):
MinGW also can do threaded CS
2005-09-28 16:03 kkuznetsov
* firebird2/extern/icu/source/runConfigureICU (1.9):
Fix my previos commit
2005-09-28 15:23 dimitr
* firebird2/src/dsql/: parse.cpp (1.164), parse.y (1.191):
Temporarely rolled back to the previous end_trigger logic due to
found issues. Still looking for a proper solution.
2005-09-28 11:26 kkuznetsov
* firebird2/extern/icu/source/: runConfigureICU (1.8),
config/mh-solaris-gcc (1.6):
Maked Solaris gcc ICU build unified
2005-09-27 22:41 arnobrinkman
* firebird2/src/dsql/ddl.cpp (1.158):
Fix another "with check option" issue <sigh>
2005-09-27 21:23 hvlad
* firebird2/src/dsql/dsql.cpp (1.156):
Make code more robust. Reported privately by Tom Cole
2005-09-27 13:17 dimitr
* firebird2/src/dsql/: parse.cpp (1.163), parse.y (1.190):
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 09:47 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/common/utils.cpp (1.14):
2007-12-12 04:21:55 +01:00
Source code comments.
2005-09-25 00:50 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/: install/misc/fbintl.conf (1.6),
posix/Makefile.in.intl (1.23), win32/msvc6/intl.dsp (1.25),
win32/msvc7/intl.vcproj (1.21):
2007-12-12 04:21:55 +01:00
Forward-port collation LT_LT from 1.5 branch
2005-09-22 09:09 robocop
* firebird2/src/include/firebird.h (1.38):
Totally misc.
2005-09-21 10:31 kkuznetsov
* firebird2/src/include/firebird.h (1.37):
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 10:30 kkuznetsov
* firebird2/builds/posix/: Makefile.in.embed.gbak (1.13),
Makefile.in.embed.gfix (1.16), Makefile.in.embed.util (1.26),
firebird.vers (1.10):
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 16:48 dimitr
* firebird2/src/dsql/ddl.cpp (1.157):
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-16 12:50 dimitr
* firebird2/src/dsql/make.cpp (1.105):
Fixed dialect 1 regression caused by my recent changes.
2005-09-14 21:06 dimitr
* firebird2/src/dsql/: gen.cpp (1.93), pass1.cpp (1.242):
Fixed the issue with zero-initialized status vector during prepare.
2005-09-14 20:09 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/make.cpp (1.104):
2007-12-12 04:21:55 +01:00
Fix issue of SQLVAR.sqllen from non-system MBCS fields, thanks to
Roman
2005-09-14 13:42 dimitr
* firebird2/src/dsql/: dsql.h (1.84), metd.epp (1.80):
Another attempt to fix the issue with uncommitted DDL.
2005-09-14 07:58 alexpeshkoff
* firebird2/src/burp/: burp.h (1.68), restore.epp (1.97):
fixed restore of database with broken foreign keys
2005-09-10 09:15 robocop
* firebird2/: lang_helpers/gds_codes.ftn (1.22),
lang_helpers/gds_codes.pas (1.22), src/dsql/ddl.cpp (1.156),
src/dsql/dsql.cpp (1.155), src/dsql/dsql.h (1.83), src/dsql/gen.cpp
(1.92), src/dsql/metd.epp (1.79), src/dsql/pass1.cpp (1.241),
src/include/gen/codetext.h (1.29), src/include/gen/iberror.h
(1.28), src/include/gen/msg_facs.h (1.9), src/include/gen/msgs.h
(1.38), src/include/gen/rdb_codes.h (1.29),
2008-03-24 20:52:36 +01:00
src/include/gen/sql_code.h (1.31):
2007-12-12 04:21:55 +01:00
- 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 12:15 dimitr
* firebird2/src/dsql/dsql.h (1.82):
Cleanup.
2005-09-09 11:07 dimitr
* firebird2/src/dsql/ddl.cpp (1.155):
Small correction.
2005-09-09 08:40 dimitr
* firebird2/src/dsql/ddl.cpp (1.154):
Clear the DSQL metadata cache after ALTER EXTERNAL FUNCTION
statement.
2005-09-04 23:39 hvlad
* firebird2/src/dsql/dsql.h (1.81):
Removed unused member
2005-09-04 23:33 hvlad
* firebird2/src/dsql/sym.h (1.10):
Correction
2005-09-04 23:32 hvlad
* firebird2/src/dsql/metd.epp (1.78):
Add error handlers
2005-09-04 23:31 hvlad
* firebird2/src/dsql/: array.epp (1.36), blob.epp (1.18), errd.cpp
(1.37), errd_proto.h (1.11), utld.cpp (1.36), utld_proto.h (1.12):
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-03 10:03 robocop
* firebird2/src/dsql/: make.cpp (1.103), pass1.cpp (1.240):
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 09:47 robocop
* firebird2/src/dsql/pass1.cpp (1.239):
- Misc. - Detect a limit case with params and containing or
starting.
2005-09-02 07:30 dimitr
* firebird2/src/dsql/: ddl.cpp (1.153), gen.cpp (1.91), make.cpp
(1.102), make_proto.h (1.25), parse.cpp (1.162), parse.y (1.189),
pass1.cpp (1.238):
1) Made output parameter naming a common procedure instead of
select-list private code. 2) Allowed value expressions in the
RETURNING clause.
2005-08-29 20:41 asfernandes
* firebird2/src/dsql/ddl.cpp (1.152):
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-25 14:37 dimitr
* firebird2/src/dsql/pass1.cpp (1.237):
Fixed SEGV reported by Konstantin.
2005-08-24 14:12 kkuznetsov
* firebird2/: configure.in (1.234), builds/posix/firebird.vers
(1.9), builds/posix/make.shared.variables (1.58),
2008-03-24 20:52:36 +01:00
builds/posix/prefix.solaris (1.16):
2007-12-12 04:21:55 +01:00
Allowing using SERVICE_THREAD in CLASSIC server as platform option
2005-08-24 11:42 dimitr
* firebird2/src/dsql/pass1.cpp (1.236):
Added optional seconds precision to CURRENT_TIME and
CURRENT_TIMESTAMP as agreed with Ann and others times ago.
2005-08-24 11:22 dimitr
* firebird2/src/dsql/: gen.cpp (1.90), parse.cpp (1.161), parse.y
(1.188):
Added optional seconds precision to CURRENT_TIME and
CURRENT_TIMESTAMP as agreed with Ann and others times ago.
2005-08-24 11:09 dimitr
* firebird2/src/common/classes/: timestamp.cpp (1.9), timestamp.h
(1.9):
Slightly change the round function.
2005-08-24 08:21 dimitr
* firebird2/src/dsql/: node.h (1.67), parse.cpp (1.160), parse.y
(1.187), pass1.cpp (1.235):
Rolled back my commit as a performance looser. More precise
savepoints handling is being investigated.
2008-03-24 20:52:36 +01:00
2005-08-22 15:39 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/keywords.cpp (1.46):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
Fixed wrong keyword version.
2007-12-12 04:21:55 +01:00
2005-08-22 12:12 dimitr
* firebird2/src/dsql/: dsql.tab.h (1.61), node.h (1.66), parse.cpp
(1.159), parse.y (1.186), pass1.cpp (1.234):
Fixed PSQL exception handling which never worked consistently.
2005-08-22 11:16 dimitr
* firebird2/src/common/config/dir_list.cpp (1.25):
Fixed one of the UDF access issues.
2005-08-21 17:52 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: gen.cpp (1.89), make.cpp (1.101), pass1.cpp
(1.233):
2007-12-12 04:21:55 +01:00
Fixed SF field-test #1249187 - 2.0a3: String literals dest. for
large CHAR fields truncated
2005-08-19 12:08 dimitr
* firebird2/src/include/firebird.h (1.36):
Fixed the win32 build.
2005-08-19 08:56 kkuznetsov
* firebird2/src/include/firebird.h (1.35):
Disabled service threads at boot time for all platform except of
WIN_NT
2005-08-19 08:04 kkuznetsov
* firebird2/src/common/classes/semaphore.h (1.21):
Comment correction thanks to Claudio
2005-08-19 02:53 robocop
* firebird2/builds/:
install/arch-specific/linux/super/makeInstallImage.sh.in (1.16),
install/misc/posixLibrary.sh.in (1.3), win32/setenvvar.bat (1.8),
win32/setenvvar2.bat (1.2):
Nitpicking.
2005-08-18 11:33 kkuznetsov
* firebird2/src/common/classes/semaphore.h (1.20):
Some comments added
2005-08-17 16:07 alexpeshkoff
* firebird2/builds/posix/: Makefile.in.client.util (1.29),
Makefile.in.embed.util (1.25), Makefile.in.fbserver (1.21),
make.shared.variables (1.57):
Added ods.cpp to posix. Also fixes for SS build.
2005-08-16 23:19 arnobrinkman
* firebird2/src/dsql/: node.h (1.65), pass1.cpp (1.232):
Allow outer reference in derived table to higher scope-levels
2008-03-24 20:52:36 +01:00
2005-08-16 15:38 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/: msvc7/engine.vcproj (1.49),
msvc7/engine_classic.vcproj (1.49), msvc7/engine_embed.vcproj
(1.38), msvc7/gstat.vcproj (1.22), msvc6/engine.dsp (1.59),
msvc6/engine_classic.dsp (1.55), msvc6/engine_embed.dsp (1.34),
msvc6/gstat.dsp (1.19):
2007-12-12 04:21:55 +01:00
Moved the ODS checking routine from ods.h to a separate module.
2005-08-16 12:03 alexpeshkoff
* firebird2/builds/install/:
misc/changeGdsLibraryCompatibleLink.sh.in (1.3),
misc/classicLibrary.sh.in (1.2), misc/createAliasDB.sh.in (1.2),
misc/posixLibrary.sh.in (1.2),
arch-specific/linux/classic/makeInstallImage.sh.in (1.17),
arch-specific/linux/classic/postinstall.sh.in (1.13),
arch-specific/linux/classic/postuninstall.sh.in (1.4),
arch-specific/linux/classic/preinstall.sh.in (1.7),
arch-specific/linux/classic/preuninstall.sh.in (1.5),
arch-specific/linux/classic/tarMainInstall.sh.in (1.2),
arch-specific/linux/classic/tarMainUninstall.sh.in (1.2),
arch-specific/linux/classic/tarinstall.sh.in (1.2),
arch-specific/linux/classic/taruninstall.sh.in (1.2),
arch-specific/linux/misc/linuxLibrary.sh.in (1.3),
arch-specific/linux/misc/superLinux.sh.in (1.2),
arch-specific/linux/super/makeInstallImage.sh.in (1.15),
arch-specific/linux/super/postinstall.sh.in (1.9),
arch-specific/linux/super/preinstall.sh.in (1.7),
arch-specific/linux/super/taruninstall.sh.in (1.4):
new way to build linux scripts
2005-08-16 08:22 robocop
* firebird2/doc/sql.extensions/README.ddl.txt (1.5):
Update DDL documentation for setting/dropping default values in
table fields.
2005-08-15 13:30 kkuznetsov
* firebird2/extern/icu/source/runConfigureICU (1.7):
revert my previos commit
2005-08-14 08:56 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/msgs.h (1.37):
2007-12-12 04:21:55 +01:00
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 07:48 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: ddl.cpp (1.151), dsql.h (1.80), dsql.tab.h
(1.60), node.h (1.64), parse.cpp (1.158), parse.y (1.185):
2007-12-12 04:21:55 +01:00
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 10:19 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/burp_proto.h (1.20):
2007-12-12 04:21:55 +01:00
Fixed wrong defines, thanks to Claudio.
2005-08-12 14:47 kkuznetsov
* firebird2/extern/icu/source/: configure.in (1.5), runConfigureICU
(1.6):
Second part of making icu using Solaris threads on Solaris
platforms Others platforms should be retested
2005-08-12 10:05 robocop
2008-03-24 20:52:36 +01:00
* firebird2/extern/icu/source/common/umutex.c (1.4):
2007-12-12 04:21:55 +01:00
Misc.
2005-08-10 16:46 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/alice/tdr.cpp (1.46):
2007-12-12 04:21:55 +01:00
Moved the Services API into the engine on threadable platforms.
2005-08-10 16:43 dimitr
* firebird2/src/: alice/alice.cpp (1.81), alice/alice.h (1.47),
alice/alice_proto.h (1.11), burp/burp.cpp (1.100), burp/burp.h
(1.67), burp/burp_proto.h (1.19), burp/misc.cpp (1.17):
Moved the Services API into the engine on threadable platforms.
2005-08-10 16:38 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/include/firebird.h (1.34):
2007-12-12 04:21:55 +01:00
Moved the Services API into the engine on threadable platforms.
2005-08-10 06:42 aafemt
* firebird2/builds/posix/: prefix.mingw (1.41), prefix.solx86gcc
(1.18):
Remove isc_ipc from platform files after it was added to main list
2005-08-09 08:51 alexpeshkoff
* firebird2/builds/posix/prefix.freebsd (1.15):
applied Renato's patch - makes it successfully buildable on freebsd
2005-08-09 08:51 kkuznetsov
* firebird2/configure.in (1.233):
Making icu debug build of icu when building debug FB
2005-08-09 08:46 alexpeshkoff
* firebird2/builds/posix/Makefile.in.embed.util (1.24):
fixed posix CS build
2005-08-08 15:47 alexpeshkoff
* firebird2/builds/posix/: Makefile.in.boot.gpre (1.24),
Makefile.in.client.util (1.28), Makefile.in.embed.util (1.23),
make.shared.variables (1.56):
Applied suggested by Dmitry changes with some additions, this
should be OK for both linux and MinGW
2005-08-08 15:22 paul_reeves
*
firebird2/builds/install/arch-specific/win32/BuildExecutableInstall.bat
(1.12):
Don't include embeddable client tools in Win32 distribution packs.
2005-08-08 13:20 alexpeshkoff
* firebird2/builds/posix/: Makefile.in.client.util (1.27),
Makefile.in.embed.util (1.22):
fixed utils build - such way of adding isc_ipc to lockprint anyway
bad
2005-08-08 11:56 alexpeshkoff
* firebird2/builds/posix/make.shared.variables (1.55):
fixed posix build
2005-08-06 07:36 dimitr
* firebird2/src/gpre/cme.cpp (1.37):
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 07:29 dimitr
* firebird2/src/dsql/make.cpp (1.100):
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 03:53 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/install/misc/fbintl.conf (1.5):
2007-12-12 04:21:55 +01:00
Rename collation BO_BO to BS_BA - per Fikret request
2005-08-04 14:33 alexpeshkoff
* firebird2/configure.in (1.232):
Set default for x86 linux to build with editline
2005-08-04 13:40 kkuznetsov
* firebird2/extern/icu/source/: common/umutex.c (1.3),
config/mh-solaris-gcc (1.5):
First step switching to sun threading of icu
2005-08-04 12:36 alexpeshkoff
* firebird2/configure.in (1.231):
Make output better understandable on 64-bit native platforms
2008-03-24 20:52:36 +01:00
2005-08-04 06:03 robocop
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/pass1.cpp (1.231):
2007-12-12 04:21:55 +01:00
Totally misc.
2005-08-02 10:36 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.230):
Sigh, if i change something then i must do it right
2005-08-01 21:05 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.229):
Fix unreleased contexts problem with derived tables, found by Vlad.
2005-07-31 16:13 arnobrinkman
* firebird2/src/dsql/make.cpp (1.99):
Fix mistake, noticed by Claudio
2008-03-24 20:52:36 +01:00
2005-07-31 05:34 robocop
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/dsql.h (1.79):
2007-12-12 04:21:55 +01:00
Totally misc.
2005-07-31 03:05 robocop
* firebird2/: src/alice/alice.cpp (1.80),
src/include/gen/codetext.h (1.28), src/include/gen/iberror.h
(1.27), src/include/gen/msgs.h (1.36), src/include/gen/rdb_codes.h
2008-03-24 20:52:36 +01:00
(1.28), src/include/gen/sql_code.h (1.30),
lang_helpers/gds_codes.ftn (1.21), lang_helpers/gds_codes.pas
(1.21):
2007-12-12 04:21:55 +01:00
Fixed misplaced error messages in gfix. For example, if you do gfix
- housekeeping you were getting "dialect number required".
2005-07-30 03:48 asfernandes
* firebird2/builds/win32/defs/ib_udf.def (1.2):
Export IB_UDF_srand function
2005-07-29 11:24 kkuznetsov
* firebird2/builds/posix/prefix.solx86gcc (1.17):
Fix solaris x86 build
2005-07-28 21:58 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/install/misc/fbintl.conf (1.4):
2007-12-12 04:21:55 +01:00
Bosnian collation BO_BO for WIN1250 - contributed by Fikret Hasovic
2005-07-28 21:57 asfernandes
* firebird2/lang_helpers/: gds_codes.ftn (1.20), gds_codes.pas
(1.20):
Regenerate files
2005-07-28 15:35 arnobrinkman
* firebird2/src/dsql/make.cpp (1.98):
Fix nullable flag for descriptor generated by MAKE_desc_from_list()
2005-07-27 20:57 arnobrinkman
* firebird2/src/dsql/ddl.cpp (1.150):
Fix "WITH CHECK OPTION" bug introduced with tighter alias handling.
In fact the tighter alias handling was showing a hidden "bug".
2005-07-27 09:36 dimitr
* firebird2/src/dsql/make.cpp (1.97):
Fixed the GEN_ID(<name>, NULL) issue (reported by Claudio).
2005-07-27 07:36 dimitr
* firebird2/src/dsql/: parse.cpp (1.157), parse.y (1.184):
Fixed the NEXT VALUE FOR bug for dialect 3. Thanks to Claudio.
2005-07-26 14:16 dimitr
* firebird2/src/dsql/array.epp (1.35):
Fixed the arrays bug introduced by myself.
2005-07-26 13:54 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.228):
Fix and simplify PLAN alias lookup
2005-07-26 13:48 arnobrinkman
* firebird2/src/dsql/dsql.h (1.78):
Fix and simplify PLAN alias lookup
2005-07-25 16:43 arnobrinkman
* firebird2/src/dsql/: ddl.cpp (1.149), dsql.h (1.77), node.h
(1.63), pass1.cpp (1.227):
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.
2008-03-24 20:52:36 +01:00
2005-07-24 20:45 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/: codetext.h (1.27), iberror.h (1.26),
msgs.h (1.35), rdb_codes.h (1.27), sql_code.h (1.29):
2007-12-12 04:21:55 +01:00
Added new error message.
2005-07-24 17:53 hvlad
* firebird2/src/alice/tdr.cpp (1.45):
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 17:32 hvlad
* firebird2/src/alice/alice.h (1.46):
Fixed SF bug #1242106 (FB 2.0 Alpha 3: In-Limbo transaction
Services API broken)
2005-07-23 14:48 dimitr
* firebird2/doc/WhatsNew (1.69):
no message
2005-07-22 12:26 aafemt
* firebird2/builds/: posix/Makefile.in.client.gbak (1.12),
posix/Makefile.in.client.gdef (1.12), posix/Makefile.in.client.gfix
(1.14), posix/Makefile.in.client.gpre (1.19),
posix/Makefile.in.client.isql (1.11), posix/Makefile.in.client.qli
(1.7), posix/Makefile.in.client.util (1.26),
posix/Makefile.in.embed.gbak (1.12), posix/Makefile.in.embed.gdef
(1.10), posix/Makefile.in.embed.gfix (1.15),
posix/Makefile.in.embed.gpre (1.19), posix/Makefile.in.embed.isql
(1.11), posix/Makefile.in.embed.qli (1.17),
posix/Makefile.in.embed.util (1.21), posix/Makefile.in.fbserver
(1.20), posix/make.defaults (1.42), posix/make.rules (1.27),
posix/make.shared.variables (1.54), posix/prefix.mingw (1.40),
win32/defs/fbclient_s.def (1.2):
Use libfbcommon wherever possible and drop ancient workaround for
dependencies (use -MMD switch instead)
2005-07-22 04:08 asfernandes
* firebird2/src/dsql/pass1.cpp (1.226):
Fixed SF #1242379 - Collation changes VARCHAR's length
2005-07-21 07:44 robocop
* firebird2/doc/README.intl (1.3):
Misc.
2005-07-20 14:49 dimitr
* firebird2/src/dsql/dsql.cpp (1.154):
Correction.
2005-07-20 12:04 dimitr
* firebird2/src/dsql/: dsql.cpp (1.153), dsql.h (1.76), dsql.tab.h
(1.59), node.h (1.62), parse.cpp (1.156), parse.y (1.183),
pass1.cpp (1.225):
Added DSQL support for ROLLBACK RETAIN.
2005-07-19 15:17 paul_reeves
* firebird2/builds/win32/clean_all.bat (1.12):
When we say clean lets make sure to include the icu tree as well.
2005-07-19 15:09 paul_reeves
*
firebird2/builds/install/arch-specific/win32/FirebirdInstall_20.iss
(1.11):
Make sure we ship instructions on scripted installs with the binary
installer.
2005-07-19 14:36 paul_reeves
* firebird2/builds/install/arch-specific/win32/pl/: czytajto.txt
(1.2), instalacja_czytajto.txt (1.2):
Update Polish text of Win32 install notes.
2005-07-18 16:04 paul_reeves
* firebird2/builds/install/arch-specific/win32/: Readme.txt (1.7),
ba/Instalacija_ProcitajMe.txt (1.3), ba/ProcitajMe.txt (1.2):
Add updated bosnian Win32 install notes.
2005-07-17 09:00 dimitr
* firebird2/src/dsql/: array.epp (1.34), blob.epp (1.17), dsql.h
(1.75), metd.epp (1.77):
1) Fixed threading issues in DSQL (they always existed, but were
hidden until recently). 2) Cached all METD requests.
2005-07-16 08:46 dimitr
* firebird2/src/dsql/metd.epp (1.76):
Temporarily rolled back my fix.
2005-07-13 22:07 arnobrinkman
* firebird2/src/dsql/: dsql.h (1.74), pass1.cpp (1.224):
Send annoying unemployed code out of the door
2005-07-12 14:35 paul_reeves
2008-03-24 20:52:36 +01:00
* firebird2/builds/:
install/arch-specific/win32/BuildExecutableInstall.bat (1.11),
install/arch-specific/win32/Readme.txt (1.6),
install/arch-specific/win32/installation_readme.txt (1.7),
win32/make_all.bat (1.37), win32/make_examples.bat (1.15),
win32/make_icu.bat (1.6):
2007-12-12 04:21:55 +01:00
Minor updates to the Win32 build scripts. Disable intlbuild in
make_examples. Update Win32 readmes.
2005-07-10 19:57 asfernandes
* firebird2/builds/win32/: make_boot2.bat (1.2), make_icu.bat
(1.5), msvc7/Firebird2Boot.sln (1.5), msvc7/Firebird2Boot2.sln
(1.1), msvc7/gpre_static.vcproj (1.8):
Fix normal build for MSVC7
2005-07-08 05:43 robocop
* firebird2/builds/win32/make_all.bat (1.36):
Prevent confusing error msg "1 was unexpected at this time."
2005-07-08 05:25 robocop
2008-03-24 20:52:36 +01:00
* firebird2/: src/config/AdminException.cpp (1.5),
extern/icu/source/common/putil.c (1.4):
2007-12-12 04:21:55 +01:00
Misc.
2005-07-05 17:24 asfernandes
* firebird2/:
builds/install/arch-specific/win32/BuildExecutableInstall.bat
(1.10), builds/install/arch-specific/win32/FirebirdInstall_20.iss
2008-03-24 20:52:36 +01:00
(1.10), doc/README.intl (1.2):
2007-12-12 04:21:55 +01:00
INTL script
2005-07-05 10:07 dimitr
* firebird2/doc/sql.extensions/README.keywords (1.3):
Added some docs.
2005-07-05 10:02 dimitr
* firebird2/doc/sql.extensions/README.returning (1.1):
Added some docs.
2005-07-05 03:19 asfernandes
* firebird2/doc/README.intl (1.1):
Doc.
2005-07-04 07:52 aafemt
* firebird2/builds/: win32/defs/fbclient_s.def (1.1),
posix/prefix.mingw (1.39):
Mangled stdcall export
2005-07-02 15:32 hvlad
* firebird2/doc/WhatsNew (1.68):
Added some Alpha 3 changes
2005-07-02 10:52 dimitr
* firebird2/doc/WhatsNew (1.67):
Added all Alpha 3 changes.
2005-06-30 17:06 kkuznetsov
* firebird2/extern/icu/source/config/mh-solaris-gcc (1.4):
Still working on icu on Solaris x86: compiling it with threads
2005-06-29 11:17 kkuznetsov
* firebird2/extern/editline/: configure (1.3), configure.in (1.3):
Sun asm do not eat pipes. Fixed.
2005-06-29 11:07 kkuznetsov
* firebird2/extern/icu/source/config/mh-solaris-gcc (1.3):
Make icu happy on Solaris x86
2005-06-29 08:17 alexpeshkoff
* firebird2/builds/posix/Makefile.in.extern.icu (1.8):
one more attempt to make it build on all platforms
2005-06-29 07:22 aafemt
* firebird2/extern/icu/source/common/unicode/umachine.h (1.5):
We can't check for U_MINGW becaise it is defined in platform.h.
Let's rollback a bit
2005-06-27 15:53 paul_reeves
* firebird2/: builds/win32/make_all.bat (1.35),
builds/win32/make_icu.bat (1.4),
extern/icu/source/common/unicode/umachine.h (1.4):
Minor tweaks to Win32 build system to integrate the icu code into
the build.
2005-06-27 14:45 alexpeshkoff
* firebird2/builds/install/arch-specific/linux/:
classic/makeInstallImage.sh.in (1.16), super/makeInstallImage.sh.in
(1.14):
make it compatible with solaris build
2005-06-27 14:43 alexpeshkoff
* firebird2/builds/posix/Makefile.in.extern.icu (1.7):
make icu build on both linux and solaris
2005-06-27 12:22 aafemt
* firebird2/extern/icu/source/tools/pkgdata/pkgtypes.h (1.4):
Case
2005-06-27 12:20 aafemt
* firebird2/builds/posix/prefix.mingw (1.38):
Let's produce not so big files
2005-06-26 18:11 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/msgs.h (1.34):
2007-12-12 04:21:55 +01:00
Changed the ODS encoding, messaging and protection rules.
2005-06-24 17:06 dimitr
* firebird2/src/dsql/metd.epp (1.75):
Fixed SF #1012152.
2005-06-23 12:10 kkuznetsov
* firebird2/extern/icu/source/runConfigureICU (1.5):
Fix configure error on Solaris x86
2005-06-23 07:25 aafemt
* firebird2/src/config/: AdminException.cpp (1.4), AdminException.h
(1.4):
Cleanup
2005-06-23 01:00 asfernandes
* firebird2/builds/win32/: make_boot2.bat (1.1), preprocess2.bat
(1.1), setenvvar2.bat (1.1):
Use fbembed in boot-build
2005-06-23 00:47 asfernandes
* firebird2/builds/win32/make_icu.bat (1.3):
Misc.
2005-06-23 00:46 asfernandes
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.24),
Firebird2Boot.sln (1.4), alice.vcproj (1.16), burp.vcproj (1.19),
common.vcproj (1.22), dsql_server.vcproj (1.17),
engine_embed.vcproj (1.37), fbembed.vcproj (1.30),
gbak_embed.vcproj (1.1), gpre_embed.vcproj (1.1), isql_embed.vcproj
(1.1), lock.vcproj (1.16), utilities_embed.vcproj (1.1):
MSVC7 projects for boot-build with fbembed
2005-06-23 00:23 asfernandes
* firebird2/src/gpre/gpre_meta_boot.cpp (1.48):
Make gpre_boot work without -lang_internal switch
2005-06-22 15:48 kkuznetsov
* firebird2/: configure.in (1.230),
extern/icu/source/runConfigureICU (1.4):
More plays with icu on Solaris x86
2005-06-22 11:21 alexpeshkoff
* firebird2/builds/posix/Makefile.in.examples (1.7):
Fixed problem, noticed by Dimitry Sibiryakov
2005-06-22 07:10 aafemt
* firebird2/src/config/ConfObject.cpp (1.3):
Warnings
2005-06-21 12:23 aafemt
2008-03-24 20:52:36 +01:00
* firebird2/src/config/: AdminException.h (1.3), Args.h (1.3),
ArgsException.h (1.3), Element.h (1.3), InputFile.h (1.3),
InputStream.h (1.3), Lex.h (1.3), ScanDir.h (1.3), Stream.h (1.3),
StreamSegment.h (1.3):
2007-12-12 04:21:55 +01:00
Warnings
2005-06-21 11:15 alexpeshkoff
* firebird2/builds/:
install/arch-specific/linux/super/makeInstallImage.sh.in (1.13),
posix/Makefile.in.extern.icu (1.6):
a bit better handling of intl stuff
2005-06-21 11:03 alexpeshkoff
*
firebird2/builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
(1.15):
a bit better handling of intl stuff while packaging
2005-06-17 12:42 aafemt
* firebird2/src/config/ScanDir.cpp (1.3):
Overloaded operators is evil
2005-06-17 03:33 asfernandes
* firebird2/src/dsql/make.cpp (1.96):
Simplification
2005-06-16 14:09 aafemt
* firebird2/builds/posix/prefix.mingw (1.37):
Fix over-export
2005-06-16 07:11 aafemt
* firebird2/: clean.sh (1.13), doc/README.build.mingw.html (1.14):
Revert to common cleaning procedure
2005-06-16 07:10 robocop
* firebird2/src/dsql/: ddl.cpp (1.148), dsql.cpp (1.152),
dsql.tab.h (1.58), gen.cpp (1.88), parse.cpp (1.155), parse.y
(1.182), pass1.cpp (1.223):
Try to indicate position of incomplete commands. Some casts
because statuses are fixed 32 quantities, not natural int types.
2005-06-16 07:02 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/metd.epp (1.74):
2007-12-12 04:21:55 +01:00
Misc.
2005-06-15 17:19 alexpeshkoff
*
firebird2/builds/install/arch-specific/linux/super/makeInstallImage.sh.in
(1.12):
fixed INTL issues in SS package build
2005-06-15 17:18 alexpeshkoff
*
firebird2/builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
(1.14):
fixed INTL issues in package build
2005-06-15 17:03 alexpeshkoff
* firebird2/builds/posix/Makefile.in.embed.util (1.20):
fixed gsec CS posix build
2005-06-15 07:31 aafemt
* firebird2/: configure.in (1.229), extern/icu/source/aclocal.m4
(1.3), extern/icu/source/configure (1.3),
extern/icu/source/configure.in (1.4),
extern/icu/source/runConfigureICU (1.3),
extern/icu/source/common/putil.c (1.3),
extern/icu/source/common/unicode/brkiter.h (1.3),
extern/icu/source/common/unicode/platform.h.in (1.3),
extern/icu/source/common/unicode/putil.h (1.3),
extern/icu/source/common/unicode/umachine.h (1.3),
extern/icu/source/common/unicode/uniset.h (1.3),
extern/icu/source/common/unicode/utypes.h (1.3),
extern/icu/source/config/mh-mingw (1.1),
extern/icu/source/data/Makefile.in (1.3),
extern/icu/source/tools/pkgdata/dllmode.c (1.3),
extern/icu/source/tools/pkgdata/make.c (1.3),
extern/icu/source/tools/pkgdata/makefile.h (1.3),
extern/icu/source/tools/pkgdata/pkgdata.c (1.3),
extern/icu/source/tools/pkgdata/pkgtypes.h (1.3),
extern/icu/source/tools/pkgdata/sttcmode.c (1.3),
extern/icu/source/tools/pkgdata/winmode.c (1.3):
MinGW port of ICU
2005-06-14 05:16 asfernandes
* firebird2/: lang_helpers/gds_codes.ftn (1.19),
lang_helpers/gds_codes.pas (1.19), src/dsql/ddl.cpp (1.147),
src/dsql/metd.epp (1.73), src/dsql/metd_proto.h (1.24),
src/dsql/pass1.cpp (1.222), src/include/gen/codetext.h (1.26),
src/include/gen/iberror.h (1.25), src/include/gen/msgs.h (1.33),
src/include/gen/rdb_codes.h (1.26), src/include/gen/sql_code.h
2008-03-24 20:52:36 +01:00
(1.28):
2007-12-12 04:21:55 +01:00
1) Fixed SF #1016040 Missing external libraries causes engine
exception 2) Use better error messages
2005-06-13 14:44 dimitr
* firebird2/src/dsql/: dsql.tab.h (1.57), gen.cpp (1.87),
keywords.cpp (1.45), node.h (1.61), parse.cpp (1.154), parse.y
(1.181), pass1.cpp (1.221):
RETURNING implementation.
2005-06-13 04:12 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: gen.cpp (1.86), make.cpp (1.95), pass1.cpp
(1.220):
2007-12-12 04:21:55 +01:00
Removed some compiler messages
2008-03-24 20:52:36 +01:00
2005-06-13 01:45 robocop
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/: src/include/gen/codetext.h (1.25),
src/include/gen/iberror.h (1.24), src/include/gen/msgs.h (1.32),
src/include/gen/rdb_codes.h (1.25), src/include/gen/sql_code.h
(1.27), lang_helpers/gds_codes.ftn (1.18),
lang_helpers/gds_codes.pas (1.18):
2007-12-12 04:21:55 +01:00
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 23:20 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/make.cpp (1.94):
2007-12-12 04:21:55 +01:00
Fix TRIM(NULL FROM <something>) to return NULL
2005-06-12 03:18 robocop
* firebird2/lang_helpers/: gds_codes.ftn (1.17), gds_codes.pas
(1.17):
Update the language helpers after the last message additions.
2005-06-11 23:26 hvlad
* firebird2/src/include/gen/: codetext.h (1.24), iberror.h (1.23),
msgs.h (1.31), rdb_codes.h (1.24), sql_code.h (1.26):
Regenerated error codes
2005-06-11 21:50 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/: install/misc/fbintl.conf (1.3),
win32/msvc6/intl.dsp (1.24), win32/msvc7/intl.vcproj (1.20):
2007-12-12 04:21:55 +01:00
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 13:36 hvlad
* firebird2/src/dsql/ddl.cpp (1.146):
Fixed SF bug #1211325 (BLOBs in external tables)
2005-06-11 05:14 robocop
* firebird2/src/dsql/gen.cpp (1.85):
Backport Tom Cole's fix for FP numbers as strings.
2005-06-11 02:22 robocop
* firebird2/src/dsql/preparse.cpp (1.37):
CREATE DATABASE can tolerate single line comments (AFAIK,
client-side issue).
2005-06-11 02:19 robocop
* firebird2/: src/include/gen/codetext.h (1.23),
src/include/gen/iberror.h (1.22), src/include/gen/msgs.h (1.30),
src/include/gen/rdb_codes.h (1.23), src/include/gen/sql_code.h
(1.25), src/dsql/ddl.cpp (1.145), src/dsql/dsql.cpp (1.151),
src/dsql/dsql.tab.h (1.56), src/dsql/parse.cpp (1.153),
2008-03-24 20:52:36 +01:00
src/dsql/parse.y (1.180), lang_helpers/gds_codes.ftn (1.16),
lang_helpers/gds_codes.pas (1.16):
2007-12-12 04:21:55 +01:00
Please Dmitry and try to report the line/column of an incomplete
statement.
2005-06-11 02:13 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/objects_array.h (1.16):
2007-12-12 04:21:55 +01:00
const_iterator The code in intlmanager originally confused me.
2005-06-10 12:35 aafemt
* firebird2/src/extlib/ib_util.c (1.4):
Plain C don't know namespaces
2005-06-10 12:32 aafemt
* firebird2/builds/posix/: Makefile.in.client.util (1.25),
Makefile.in.codes (1.19), Makefile.in.embed.util (1.19),
Makefile.in.examples (1.6), Makefile.in.extern.icu (1.5),
Makefile.in.fbserver (1.19), Makefile.in.firebird (1.64),
Makefile.in.libfbcommon (1.10), Makefile.in.libfbembed (1.16),
Makefile.in.msgs (1.16), Makefile.in.refDatabases (1.28),
Makefile.in.static.gbak (1.11), Makefile.in.static.gpre (1.18),
Makefile.in.static.isql (1.10), make.defaults (1.41), make.rules
(1.26), make.shared.targets (1.20), make.shared.variables (1.53),
prefix.mingw (1.36):
ICU adaptation and some improvements
2005-06-10 04:03 asfernandes
* firebird2/src/dsql/: gen.cpp (1.84), make.cpp (1.93), pass1.cpp
(1.219), utld.cpp (1.35), utld_proto.h (1.11):
Fix possible problems with larger columns sizes noted by Claudio
2005-06-08 15:42 dimitr
* firebird2/src/dsql/ddl.cpp (1.144):
Fixed bug with lost charset/collation in local variables, reported
by Eugene Kilin.
2005-06-08 12:21 aafemt
* firebird2/extern/icu/source/configure.in (1.3):
A bit better method to check for _tzname
2005-06-08 11:58 alexpeshkoff
* firebird2/builds/posix/make.shared.variables (1.52):
fixed posix build after Dmitry's change
2005-06-08 07:28 aafemt
* firebird2/builds/posix/: Makefile.in.firebird (1.63),
make.defaults (1.40):
ICU build with MinGW
2005-06-07 12:36 aafemt
* firebird2/src/config/InputFile.cpp (1.3):
Required header
2005-06-07 07:09 aafemt
* firebird2/: configure.in (1.228),
builds/posix/Makefile.in.extern.icu (1.4):
More appropriate place to configure ICU
2005-06-07 03:57 asfernandes
* firebird2/lang_helpers/: gds_codes.ftn (1.15), gds_codes.pas
(1.15):
Regenerate files
2005-06-06 22:18 asfernandes
* firebird2/src/dsql/: ddl.cpp (1.143), make.cpp (1.92):
Misc.
2005-06-06 20:11 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: ddl.cpp (1.142), dsql.cpp (1.150), gen.cpp
(1.83), make.cpp (1.91), node.h (1.60), parse.cpp (1.152), parse.y
(1.179), pass1.cpp (1.218):
2007-12-12 04:21:55 +01:00
1) Replace length_ to strlen as noted by Claudio and Dmitry 2)
Change USHORT to ULONG in intl.cpp
2005-06-06 15:34 dimitr
* firebird2/src/: include/gen/codetext.h (1.22),
include/gen/iberror.h (1.21), include/gen/msgs.h (1.29),
include/gen/rdb_codes.h (1.22), include/gen/sql_code.h (1.24),
2008-03-24 20:52:36 +01:00
dsql/pass1.cpp (1.217):
2007-12-12 04:21:55 +01:00
Added new error message.
2005-06-06 13:06 dimitr
* firebird2/src/dsql/ddl.cpp (1.141):
Fixed charset/collation issues for view columns.
2005-06-06 10:29 robocop
* firebird2/: builds/install/arch-specific/solaris/CS/postremove.in
(1.3), builds/install/arch-specific/solaris/SS/postremove.in (1.2),
doc/WhatsNew (1.66), src/config/AdminException.cpp (1.3),
src/config/ArgsException.cpp (1.3), src/config/Stream.cpp (1.3),
src/dsql/ddl.cpp (1.140), src/dsql/gen.cpp (1.82),
src/dsql/make.cpp (1.90), src/dsql/parse.y (1.178),
2008-03-24 20:52:36 +01:00
src/dsql/pass1.cpp (1.216), src/include/firebird.h (1.33):
2007-12-12 04:21:55 +01:00
- 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 00:08 asfernandes
* firebird2/builds/win32/msvc6/intl.dsp (1.23):
Add bl88591ptbr0.h and pw1252ptbr.h to MSVC6 build
2005-06-03 23:14 arnobrinkman
* firebird2/src/dsql/gen.cpp (1.81):
Fix unneeded evaluation of last item by COALESCE function, noted by
Dmitry
2005-06-03 10:40 dimitr
* firebird2/src/burp/restore.epp (1.96):
Let's report we're creating an index before we do so, not after.
2005-06-02 10:00 kkuznetsov
* firebird2/: configure.in (1.227),
builds/posix/Makefile.in.extern.icu (1.3):
First step to build icu on others then Linux Linux should work but
must be retested
2005-05-30 17:57 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/Makefile.in.intl (1.22):
2007-12-12 04:21:55 +01:00
Removed inconsistences spotted by Claudio
2005-05-29 17:26 asfernandes
* firebird2/: builds/posix/Makefile.in.extern.editline (1.6),
builds/posix/Makefile.in.firebird (1.62), src/include/gen/ids.h
(1.12):
Make "configure --with-editline" work
2005-05-29 16:38 asfernandes
* firebird2/src/burp/: backup.epp (1.79), restore.epp (1.95):
Removed unsense code noticed by Claudio
2005-05-28 00:40 asfernandes
* firebird2/src/: dsql/parse.y (1.177), dsql/pass1.cpp (1.215),
dudley/ddl.h (1.34), dudley/generate.cpp (1.20),
extern/editline/CHANGES (1.2), extern/editline/INSTALL (1.2),
extern/editline/Makefile.in (1.2), extern/editline/PLATFORMS (1.2),
extern/editline/README (1.3), extern/editline/chared.c (1.2),
extern/editline/chared.h (1.2), extern/editline/common.c (1.2),
extern/editline/config.guess (1.2), extern/editline/config.h.in
(1.2), extern/editline/config.sub (1.2), extern/editline/configure
(1.3), extern/editline/configure.in (1.3),
extern/editline/editline.3 (1.3), extern/editline/editrc.5 (1.2),
extern/editline/el.c (1.2), extern/editline/el.h (1.2),
extern/editline/emacs.c (1.2), extern/editline/hist.c (1.2),
extern/editline/hist.h (1.2), extern/editline/histedit.h (1.2),
extern/editline/history.c (1.2), extern/editline/install-sh (1.2),
extern/editline/key.c (1.2), extern/editline/key.h (1.2),
extern/editline/makelist (1.3), extern/editline/map.c (1.2),
extern/editline/map.h (1.2), extern/editline/parse.c (1.2),
extern/editline/parse.h (1.2), extern/editline/prompt.c (1.2),
extern/editline/prompt.h (1.2), extern/editline/read.c (1.2),
extern/editline/read.h (1.2), extern/editline/readline.c (1.2),
extern/editline/refresh.c (1.2), extern/editline/refresh.h (1.2),
extern/editline/search.c (1.2), extern/editline/search.h (1.2),
extern/editline/sig.c (1.2), extern/editline/sig.h (1.2),
extern/editline/sys.h (1.2), extern/editline/term.c (1.2),
extern/editline/term.h (1.2), extern/editline/tokenizer.c (1.2),
extern/editline/tokenizer.h (1.2), extern/editline/tty.c (1.2),
extern/editline/tty.h (1.2), extern/editline/vi.c (1.2),
extern/editline/TEST/test.c (1.2), extern/editline/np/fgetln.c
(1.2), extern/editline/np/strlcat.c (1.2),
extern/editline/np/strlcpy.c (1.2), extern/editline/np/unvis.c
(1.2), extern/editline/np/vis.c (1.2), extern/editline/np/vis.h
(1.2), extern/editline/readline/readline.h (1.2),
extern/regex/COPYRIGHT (1.2), extern/regex/INSTALL (1.2),
extern/regex/Makefile.am (1.2), extern/regex/Makefile.in (1.2),
extern/regex/Makefile.orig (1.2), extern/regex/README (1.2),
extern/regex/WHATSNEW (1.2), extern/regex/aclocal.m4 (1.2),
extern/regex/autogen.sh (1.2), extern/regex/cclass.h (1.2),
extern/regex/cname.h (1.2), extern/regex/config.guess (1.2),
extern/regex/config.sub (1.2), extern/regex/configure (1.2),
extern/regex/configure.in (1.2), extern/regex/debug.c (1.2),
extern/regex/debug.ih (1.2), extern/regex/engine.c (1.2),
extern/regex/engine.ih (1.2), extern/regex/install-sh (1.2),
extern/regex/ltmain.sh (1.2), extern/regex/main.c (1.2),
extern/regex/missing (1.2), extern/regex/mkh (1.2),
extern/regex/mkinstalldirs (1.2), extern/regex/regcomp.c (1.2),
extern/regex/regcomp.ih (1.2), extern/regex/regerror.c (1.2),
extern/regex/regerror.ih (1.2), extern/regex/regex.h (1.2),
extern/regex/regex2.h (1.2), extern/regex/regexec.c (1.2),
extern/regex/regfree.c (1.2), extern/regex/rxspencer.3 (1.2),
extern/regex/rxspencer.7 (1.2), extern/regex/split.c (1.2),
extern/regex/test1.sh (1.2), extern/regex/test2.sh (1.2),
extern/regex/test3.sh (1.2), extern/regex/tests (1.2),
extern/regex/utils.h (1.2), extern/regex/fake/limits.h (1.2),
extern/regex/fake/memmove.c (1.2), extern/regex/fake/stdlib.h
(1.2), gpre/cmd.cpp (1.40), gpre/cme.cpp (1.36), gpre/dyntable.cpp
(1.10), gpre/gpre.h (1.80), gpre/gpre_meta_boot.cpp (1.47),
gpre/gpreswi.h (1.12), gpre/hsh.cpp (1.22), gpre/sqe.cpp (1.40),
gpre/words.h (1.6), include/firebird.h (1.32),
include/gen/codetext.h (1.21), include/gen/iberror.h (1.20),
include/gen/ids.h (1.11), include/gen/msgs.h (1.28),
2008-03-24 20:52:36 +01:00
include/gen/rdb_codes.h (1.21), include/gen/sql_code.h (1.23):
2007-12-12 04:21:55 +01:00
Merge INTL branch into HEAD
2005-05-28 00:36 asfernandes
* firebird2/: extern/icu/source/tools/pkgdata/.cvsignore (1.2),
extern/icu/source/tools/pkgdata/Makefile.in (1.2),
extern/icu/source/tools/pkgdata/cmnmode.c (1.2),
extern/icu/source/tools/pkgdata/dllmode.c (1.2),
extern/icu/source/tools/pkgdata/filemode.c (1.2),
extern/icu/source/tools/pkgdata/make.c (1.2),
extern/icu/source/tools/pkgdata/makefile.h (1.2),
extern/icu/source/tools/pkgdata/pkgdata.1.in (1.2),
extern/icu/source/tools/pkgdata/pkgdata.c (1.2),
extern/icu/source/tools/pkgdata/pkgdata.dsp (1.2),
extern/icu/source/tools/pkgdata/pkgdata.vcproj (1.2),
extern/icu/source/tools/pkgdata/pkgtypes.c (1.2),
extern/icu/source/tools/pkgdata/pkgtypes.h (1.2),
extern/icu/source/tools/pkgdata/sttcmode.c (1.2),
extern/icu/source/tools/pkgdata/winmode.c (1.2),
extern/icu/source/tools/toolutil/.cvsignore (1.2),
extern/icu/source/tools/toolutil/Makefile.in (1.2),
extern/icu/source/tools/toolutil/toolutil.c (1.2),
extern/icu/source/tools/toolutil/toolutil.dsp (1.2),
extern/icu/source/tools/toolutil/toolutil.h (1.2),
extern/icu/source/tools/toolutil/toolutil.vcproj (1.2),
extern/icu/source/tools/toolutil/ucbuf.c (1.2),
extern/icu/source/tools/toolutil/ucbuf.h (1.2),
extern/icu/source/tools/toolutil/ucm.c (1.2),
extern/icu/source/tools/toolutil/ucm.h (1.2),
extern/icu/source/tools/toolutil/ucmpwrit.c (1.2),
extern/icu/source/tools/toolutil/ucmpwrit.h (1.2),
extern/icu/source/tools/toolutil/ucmstate.c (1.2),
extern/icu/source/tools/toolutil/unewdata.c (1.2),
extern/icu/source/tools/toolutil/unewdata.h (1.2),
extern/icu/source/tools/toolutil/uoptions.c (1.2),
extern/icu/source/tools/toolutil/uoptions.h (1.2),
extern/icu/source/tools/toolutil/uparse.c (1.2),
extern/icu/source/tools/toolutil/uparse.h (1.2),
extern/icu/source/tools/toolutil/uperf.cpp (1.2),
extern/icu/source/tools/toolutil/uperf.h (1.2),
extern/icu/source/tools/toolutil/utimer.h (1.2),
extern/icu/source/tools/tzcode/patch-icu-tzcode (1.2),
extern/icu/source/tools/tzcode/readme.txt (1.2),
extern/icu/source/tools/tzcode/tz.alias (1.2),
extern/icu/source/tools/tzcode/tz2icu.cpp (1.2),
extern/icu/source/tools/tzcode/tz2icu.h (1.2),
extern/regex/COPYRIGHT (1.2), extern/regex/INSTALL (1.2),
extern/regex/Makefile.am (1.2), extern/regex/Makefile.in (1.2),
extern/regex/Makefile.orig (1.2), extern/regex/README (1.2),
extern/regex/WHATSNEW (1.2), extern/regex/aclocal.m4 (1.2),
extern/regex/autogen.sh (1.2), extern/regex/cclass.h (1.2),
extern/regex/cname.h (1.2), extern/regex/config.guess (1.2),
extern/regex/config.sub (1.2), extern/regex/configure (1.2),
extern/regex/configure.in (1.2), extern/regex/debug.c (1.2),
extern/regex/debug.ih (1.2), extern/regex/engine.c (1.2),
extern/regex/engine.ih (1.2), extern/regex/install-sh (1.2),
extern/regex/ltmain.sh (1.2), extern/regex/main.c (1.2),
extern/regex/missing (1.2), extern/regex/mkh (1.2),
extern/regex/mkinstalldirs (1.2), extern/regex/regcomp.c (1.2),
extern/regex/regcomp.ih (1.2), extern/regex/regerror.c (1.2),
extern/regex/regerror.ih (1.2), extern/regex/regex.h (1.2),
extern/regex/regex2.h (1.2), extern/regex/regexec.c (1.2),
extern/regex/regfree.c (1.2), extern/regex/rxspencer.3 (1.2),
extern/regex/rxspencer.7 (1.2), extern/regex/split.c (1.2),
extern/regex/test1.sh (1.2), extern/regex/test2.sh (1.2),
extern/regex/test3.sh (1.2), extern/regex/tests (1.2),
extern/regex/utils.h (1.2), extern/regex/fake/limits.h (1.2),
extern/regex/fake/memmove.c (1.2), extern/regex/fake/stdlib.h
(1.2), lang_helpers/gds_codes.ftn (1.14),
lang_helpers/gds_codes.pas (1.14), src/alice/alice.cpp (1.79),
src/alice/alice_meta.epp (1.45), src/burp/backup.epp (1.78),
src/burp/burp.h (1.66), src/burp/restore.epp (1.94),
src/common/classes/ClumpletWriter.cpp (1.10),
src/common/classes/GenericMap.h (1.8),
src/common/classes/class_test.cpp (1.25),
src/common/classes/sparse_bitmap.h (1.12),
src/common/classes/vector.h (1.15), src/common/config/config.cpp
(1.62), src/common/config/config.h (1.36),
src/config/AdminException.cpp (1.2), src/config/AdminException.h
(1.2), src/config/Args.cpp (1.2), src/config/Args.h (1.2),
src/config/ArgsException.cpp (1.2), src/config/ArgsException.h
(1.2), src/config/ConfObj.cpp (1.2), src/config/ConfObj.h (1.2),
src/config/ConfObject.cpp (1.2), src/config/ConfObject.h (1.2),
src/config/ConfigFile.cpp (1.2), src/config/ConfigFile.h (1.2),
src/config/Configuration.cpp (1.2), src/config/Configuration.h
(1.2), src/config/DirectoryList.cpp (1.2),
src/config/DirectoryList.h (1.2), src/config/Element.cpp (1.2),
src/config/Element.h (1.2), src/config/FileName.cpp (1.2),
src/config/FileName.h (1.2), src/config/InputFile.cpp (1.2),
src/config/InputFile.h (1.2), src/config/InputStream.cpp (1.2),
src/config/InputStream.h (1.2), src/config/Lex.cpp (1.2),
src/config/Lex.h (1.2), src/config/Parameters.h (1.2),
src/config/ScanDir.cpp (1.2), src/config/ScanDir.h (1.2),
src/config/Stream.cpp (1.2), src/config/Stream.h (1.2),
src/config/StreamSegment.cpp (1.2), src/config/StreamSegment.h
(1.2), src/dsql/ddl.cpp (1.139), src/dsql/dsql.cpp (1.149),
src/dsql/dsql.tab.h (1.55), src/dsql/gen.cpp (1.80),
src/dsql/keywords.cpp (1.44), src/dsql/make.cpp (1.89),
src/dsql/make_proto.h (1.24), src/dsql/metd.epp (1.72),
src/dsql/metd_proto.h (1.23), src/dsql/node.h (1.59),
src/dsql/parse.cpp (1.151):
Merge INTL branch into HEAD
2005-05-28 00:33 asfernandes
* firebird2/extern/icu/source/tools/: gencmn/.cvsignore (1.2),
gencmn/Makefile.in (1.2), gencmn/decmn.8.in (1.2), gencmn/decmn.c
(1.2), gencmn/decmn.dsp (1.2), gencmn/decmn.vcproj (1.2),
gencmn/gencmn.8.in (1.2), gencmn/gencmn.c (1.2), gencmn/gencmn.dsp
(1.2), gencmn/gencmn.vcproj (1.2), gencnval/.cvsignore (1.2),
gencnval/Makefile.in (1.2), gencnval/gencnval.1.in (1.2),
gencnval/gencnval.c (1.2), gencnval/gencnval.dsp (1.2),
gencnval/gencnval.vcproj (1.2), gendraft/gendraft.pl (1.2),
gennames/.cvsignore (1.2), gennames/Makefile.in (1.2),
gennames/gennames.8.in (1.2), gennames/gennames.c (1.2),
gennames/gennames.dsp (1.2), gennames/gennames.vcproj (1.2),
gennorm/.cvsignore (1.2), gennorm/Makefile.in (1.2),
gennorm/gennorm.8.in (1.2), gennorm/gennorm.c (1.2),
gennorm/gennorm.dsp (1.2), gennorm/gennorm.h (1.2),
gennorm/gennorm.vcproj (1.2), gennorm/store.c (1.2),
genpname/.cvsignore (1.2), genpname/Makefile.in (1.2),
genpname/SyntheticPropertyAliases.txt (1.2), genpname/data.h (1.2),
genpname/genpname.cpp (1.2), genpname/genpname.dsp (1.2),
genpname/genpname.vcproj (1.2), genpname/preparse.pl (1.2),
genprops/.cvsignore (1.2), genprops/Makefile.in (1.2),
genprops/genprops.8.in (1.2), genprops/genprops.c (1.2),
genprops/genprops.dsp (1.2), genprops/genprops.h (1.2),
genprops/genprops.vcproj (1.2), genprops/props2.c (1.2),
genprops/propsvec.c (1.2), genprops/propsvec.h (1.2),
genprops/store.c (1.2), genprops/misc/ucdmerge.c (1.2),
genprops/misc/ucdstrip.c (1.2), genprops/misc/ucdstrip.pl (1.2),
genrb/.cvsignore (1.2), genrb/Makefile.in (1.2), genrb/derb.1.in
(1.2), genrb/derb.c (1.2), genrb/derb.dsp (1.2), genrb/derb.vcproj
(1.2), genrb/errmsg.c (1.2), genrb/errmsg.h (1.2),
genrb/gendtjar.pl (1.2), genrb/genrb.1.in (1.2), genrb/genrb.c
(1.2), genrb/genrb.dsp (1.2), genrb/genrb.h (1.2),
genrb/genrb.vcproj (1.2), genrb/genrbjar.pl (1.2), genrb/parse.c
(1.2), genrb/parse.h (1.2), genrb/prscmnts.cpp (1.2),
genrb/prscmnts.h (1.2), genrb/read.c (1.2), genrb/read.h (1.2),
genrb/reslist.c (1.2), genrb/reslist.h (1.2), genrb/rle.c (1.2),
genrb/rle.h (1.2), genrb/ustr.c (1.2), genrb/ustr.h (1.2),
genrb/util.c (1.2), genrb/util.h (1.2), genrb/wrtjava.c (1.2),
genrb/wrtxml.c (1.2), genren/Makefile (1.2), genren/README (1.2),
genren/genren.pl (1.2), gensprep/.cvsignore (1.2),
gensprep/Makefile.in (1.2), gensprep/filterRFC3454.pl (1.2),
gensprep/gensprep.8.in (1.2), gensprep/gensprep.c (1.2),
gensprep/gensprep.dsp (1.2), gensprep/gensprep.h (1.2),
gensprep/gensprep.vcproj (1.2), gensprep/store.c (1.2),
gentest/.cvsignore (1.2), gentest/Makefile.in (1.2),
gentest/genres32.c (1.2), gentest/gentest.c (1.2),
gentest/gentest.dsp (1.2), gentest/gentest.h (1.2),
gentest/gentest.vcproj (1.2), genuca/.cvsignore (1.2),
genuca/Makefile.in (1.2), genuca/genuca.8.in (1.2),
genuca/genuca.cpp (1.2), genuca/genuca.dsp (1.2), genuca/genuca.h
(1.2), genuca/genuca.vcproj (1.2), icuswap/.cvsignore (1.2),
icuswap/Makefile.in (1.2), icuswap/icuswap.cpp (1.2),
icuswap/icuswap.dsp (1.2), icuswap/icuswap.vcproj (1.2),
makeconv/.cvsignore (1.2), makeconv/Makefile.in (1.2),
makeconv/gencnvex.c (1.2), makeconv/genmbcs.c (1.2),
makeconv/genmbcs.h (1.2), makeconv/makeconv.1.in (1.2),
makeconv/makeconv.c (1.2), makeconv/makeconv.dsp (1.2),
makeconv/makeconv.h (1.2), makeconv/makeconv.vcproj (1.2),
makeconv/ucnvstat.c (1.2), makeconv/misc/canonucm.c (1.2),
makeconv/misc/rptp2ucm.c (1.2), makeconv/misc/ucmmerge.c (1.2),
makeconv/misc/ucmstrip.c (1.2):
Merge INTL branch into HEAD
2005-05-28 00:30 asfernandes
* firebird2/extern/icu/source/: test/perf/perldriver/Dataset.pm
(1.2), test/perf/perldriver/Format.pm (1.2),
test/perf/perldriver/Output.pm (1.2),
test/perf/perldriver/PerfFramework.pm (1.2),
test/perf/ubrkperf/Makefile.in (1.2),
test/perf/ubrkperf/UBrkPerf.pl (1.2),
test/perf/ubrkperf/ubrkperf.cpp (1.2),
test/perf/ubrkperf/ubrkperf.dsp (1.2),
test/perf/ubrkperf/ubrkperf.h (1.2),
test/perf/ubrkperf/ubrkperf20.dsp (1.2),
test/perf/ubrkperf/ubrkperfold.cpp (1.2),
test/perf/ubrkperf/ubrkperfold.dsp (1.2),
test/perf/ustrperf/StringPerf.pl (1.2),
test/perf/ustrperf/stringperf.cpp (1.2),
test/perf/ustrperf/stringperf.h (1.2),
test/perf/ustrperf/stringperf.vcproj (1.2),
test/testdata/.cvsignore (1.2),
test/testdata/CollationTest_NON_IGNORABLE_STUB.txt (1.2),
test/testdata/CollationTest_SHIFTED_STUB.txt (1.2),
test/testdata/DataDrivenCollationTest.txt (1.2),
test/testdata/Makefile.in (1.2),
test/testdata/NormalizationTest-3.2.0.txt (1.2),
test/testdata/NumberFormatTestCases.txt (1.2),
test/testdata/casing.txt (1.2), test/testdata/conversion.txt (1.2),
test/testdata/default.goo (1.2), test/testdata/default.txt (1.2),
test/testdata/ibm9027.ucm (1.2), test/testdata/icuio.txt (1.2),
test/testdata/idna_rules.txt (1.2), test/testdata/importtest.bin
(1.2), test/testdata/iscii.bin (1.2), test/testdata/mc.txt (1.2),
test/testdata/nfs4_cis_prep.txt (1.2),
test/testdata/nfs4_cs_prep_ci.txt (1.2),
test/testdata/nfs4_cs_prep_cs.txt (1.2),
test/testdata/nfs4_mixed_prep_p.txt (1.2),
test/testdata/nfs4_mixed_prep_s.txt (1.2), test/testdata/ra.txt
(1.2), test/testdata/rbbitst.txt (1.2), test/testdata/re_tests.txt
(1.2), test/testdata/readme.txt (1.2), test/testdata/regextst.txt
(1.2), test/testdata/riwords.txt (1.2), test/testdata/root.txt
(1.2), test/testdata/te.txt (1.2), test/testdata/te_IN.goo (1.2),
test/testdata/te_IN.txt (1.2), test/testdata/test1.ucm (1.2),
test/testdata/test3.ucm (1.2), test/testdata/test4.ucm (1.2),
test/testdata/test4x.ucm (1.2), test/testdata/testaliases.txt
(1.2), test/testdata/testdata.mk (1.2),
test/testdata/testdata_icu26_testtypes.res (1.2),
test/testdata/testdata_icu26e_testtypes.res (1.2),
test/testdata/testempty.txt (1.2), test/testdata/testtypes.txt
(1.2), test/testdata/translit_rules.txt (1.2),
test/testdata/uni-text.bin (1.2), test/testmap/.cvsignore (1.2),
test/testmap/Makefile.in (1.2), test/testmap/testmap.c (1.2),
test/testmap/testmap.dsp (1.2), test/thaitest/.cvsignore (1.2),
test/thaitest/Makefile.in (1.2), test/thaitest/space.txt (1.2),
test/thaitest/thaitest.cpp (1.2), test/thaitest/thaitest.dsp (1.2),
test/threadtest/.cvsignore (1.2), test/threadtest/Makefile.in
(1.2), test/threadtest/converttest.cpp (1.2),
test/threadtest/stringtest.cpp (1.2),
test/threadtest/threadtest.cpp (1.2),
test/threadtest/threadtest.dsp (1.2),
test/threadtest/threadtest.dsw (1.2), test/threadtest/threadtest.h
(1.2), test/unalignedtest/Makefile.in (1.2),
test/unalignedtest/readme (1.2), test/unalignedtest/unaligned.c
(1.2), test/usetperf/bitset.cpp (1.2), test/usetperf/bitset.h
(1.2), test/usetperf/timer.h (1.2), test/usetperf/usetperf.cpp
(1.2), test/usetperf/usetperf.dsp (1.2), test/utfperf/utfperf.c
(1.2), test/utfperf/utfperf.dsp (1.2), tools/.cvsignore (1.2),
tools/Makefile.in (1.2), tools/cpysearch/cpysearch.pl (1.2),
tools/cpysearch/readme.txt (1.2), tools/ctestfw/.cvsignore (1.2),
tools/ctestfw/Makefile.in (1.2), tools/ctestfw/ctest.c (1.2),
tools/ctestfw/ctestfw.dsp (1.2), tools/ctestfw/ctestfw.vcproj
(1.2), tools/ctestfw/datamap.cpp (1.2), tools/ctestfw/testdata.cpp
(1.2), tools/ctestfw/tstdtmod.cpp (1.2),
tools/ctestfw/unicode/ctest.h (1.2),
tools/ctestfw/unicode/datamap.h (1.2),
tools/ctestfw/unicode/testdata.h (1.2),
tools/ctestfw/unicode/testlog.h (1.2),
tools/ctestfw/unicode/testtype.h (1.2),
tools/ctestfw/unicode/tstdtmod.h (1.2), tools/dumpce/.cvsignore
(1.2), tools/dumpce/Makefile.in (1.2), tools/dumpce/dumpce.cpp
(1.2), tools/dumpce/dumpce.dsp (1.2), tools/dumpce/dumpce.dsw
(1.2), tools/genbrk/.cvsignore (1.2), tools/genbrk/Makefile.in
(1.2), tools/genbrk/genbrk.cpp (1.2), tools/genbrk/genbrk.dsp
(1.2), tools/genbrk/genbrk.vcproj (1.2), tools/genccode/.cvsignore
(1.2), tools/genccode/Makefile.in (1.2),
tools/genccode/genccode.8.in (1.2), tools/genccode/genccode.c
(1.2), tools/genccode/genccode.dsp (1.2),
tools/genccode/genccode.vcproj (1.2):
Merge INTL branch into HEAD
2005-05-28 00:26 asfernandes
* firebird2/extern/icu/source/: samples/ufortune/fortunedefs.mk
(1.2), samples/ufortune/readme.txt (1.2),
samples/ufortune/ufortune.c (1.2), samples/ufortune/ufortune.dsp
(1.2), samples/ufortune/ufortune.dsw (1.2),
samples/ufortune/ufortune.sln (1.2),
samples/ufortune/ufortune.vcproj (1.2),
samples/ufortune/resources/Makefile (1.2),
samples/ufortune/resources/es.txt (1.2),
samples/ufortune/resources/fortune_resources.mak (1.2),
samples/ufortune/resources/res-file-list.txt (1.2),
samples/ufortune/resources/root.txt (1.2), samples/ugrep/Makefile
(1.2), samples/ugrep/readme.txt (1.2), samples/ugrep/ugrep.cpp
(1.2), samples/ugrep/ugrep.dsp (1.2), samples/ugrep/ugrep.dsw
(1.2), samples/ugrep/ugrep.sln (1.2), samples/ugrep/ugrep.vcproj
(1.2), samples/uresb/Makefile (1.2), samples/uresb/en.txt (1.2),
samples/uresb/readme.txt (1.2), samples/uresb/resources.dsp (1.2),
samples/uresb/resources.mak (1.2), samples/uresb/resources.vcproj
(1.2), samples/uresb/root.txt (1.2), samples/uresb/sr.txt (1.2),
samples/uresb/uresb.c (1.2), samples/uresb/uresb.dsp (1.2),
samples/uresb/uresb.dsw (1.2), samples/uresb/uresb.sln (1.2),
samples/uresb/uresb.vcproj (1.2), samples/ustring/Makefile (1.2),
samples/ustring/readme.txt (1.2), samples/ustring/ustring.cpp
(1.2), samples/ustring/ustring.dsp (1.2),
samples/ustring/ustring.dsw (1.2), samples/ustring/ustring.sln
(1.2), samples/ustring/ustring.vcproj (1.2),
samples/xml2txt/readme.txt (1.2), stubdata/.cvsignore (1.2),
stubdata/Makefile.in (1.2), stubdata/stubdata.c (1.2),
stubdata/stubdata.dsp (1.2), stubdata/stubdata.vcproj (1.2),
test/.cvsignore (1.2), test/Makefile.in (1.2),
test/cintltst/.cvsignore (1.2), test/cintltst/Makefile.in (1.2),
test/cintltst/bocu1tst.c (1.2), test/cintltst/callcoll.c (1.2),
test/cintltst/callcoll.h (1.2), test/cintltst/calldata.h (1.2),
test/cintltst/calltest.c (1.2), test/cintltst/capitst.c (1.2),
test/cintltst/capitst.h (1.2), test/cintltst/cbiapts.c (1.2),
test/cintltst/cbiapts.h (1.2), test/cintltst/cbididat.c (1.2),
test/cintltst/cbiditst.c (1.2), test/cintltst/cbiditst.h (1.2),
test/cintltst/cbkittst.c (1.2), test/cintltst/ccaltst.c (1.2),
test/cintltst/ccaltst.h (1.2), test/cintltst/ccapitst.c (1.2),
test/cintltst/ccapitst.h (1.2), test/cintltst/ccolltst.c (1.2),
test/cintltst/ccolltst.h (1.2), test/cintltst/cconvtst.c (1.2),
test/cintltst/cctest.c (1.2), test/cintltst/ccurrtst.c (1.2),
test/cintltst/ccurrtst.h (1.2), test/cintltst/cdantst.c (1.2),
test/cintltst/cdantst.h (1.2), test/cintltst/cdattst.c (1.2),
test/cintltst/cdattst.h (1.2), test/cintltst/cdetst.c (1.2),
test/cintltst/cdetst.h (1.2), test/cintltst/cdtdptst.c (1.2),
test/cintltst/cdtdptst.h (1.2), test/cintltst/cdtrgtst.c (1.2),
test/cintltst/cdtrgtst.h (1.2), test/cintltst/cestst.c (1.2),
test/cintltst/cestst.h (1.2), test/cintltst/cfintst.c (1.2),
test/cintltst/cfintst.h (1.2), test/cintltst/cformtst.c (1.2),
test/cintltst/cformtst.h (1.2), test/cintltst/cfrtst.c (1.2),
test/cintltst/cfrtst.h (1.2), test/cintltst/cg7coll.c (1.2),
test/cintltst/cg7coll.h (1.2), test/cintltst/chashtst.c (1.2),
test/cintltst/cintltst.c (1.2), test/cintltst/cintltst.dsp (1.2),
test/cintltst/cintltst.h (1.2), test/cintltst/cintltst.vcproj
(1.2), test/cintltst/citertst.c (1.2), test/cintltst/citertst.h
(1.2), test/cintltst/cjaptst.c (1.2), test/cintltst/cjaptst.h
(1.2), test/cintltst/cloctst.c (1.2), test/cintltst/cloctst.h
(1.2), test/cintltst/cmsccoll.c (1.2), test/cintltst/cmsgtst.c
(1.2), test/cintltst/cmsgtst.h (1.2), test/cintltst/cnmdptst.c
(1.2), test/cintltst/cnmdptst.h (1.2), test/cintltst/cnormtst.c
(1.2), test/cintltst/cnormtst.h (1.2), test/cintltst/cnumtst.c
(1.2), test/cintltst/cnumtst.h (1.2), test/cintltst/colutil.c
(1.2), test/cintltst/cposxtst.c (1.2), test/cintltst/cregrtst.c
(1.2), test/cintltst/cregrtst.h (1.2), test/cintltst/crestst.c
(1.2), test/cintltst/crestst.h (1.2), test/cintltst/creststn.c
(1.2), test/cintltst/creststn.h (1.2), test/cintltst/cstrcase.c
(1.2), test/cintltst/cstrtest.c (1.2), test/cintltst/ctstdep.c
(1.2), test/cintltst/cturtst.c (1.2), test/cintltst/cturtst.h
(1.2), test/cintltst/cucdapi.c (1.2), test/cintltst/cucdapi.h
(1.2), test/cintltst/cucdtst.c (1.2), test/cintltst/cucdtst.h
(1.2), test/cintltst/custrtrn.c (1.2), test/cintltst/custrtst.c
(1.2), test/cintltst/cutiltst.c (1.2), test/cintltst/encoll.c
(1.2), test/cintltst/encoll.h (1.2), test/cintltst/eurocreg.c
(1.2), test/cintltst/hpmufn.c (1.2), test/cintltst/idnatest.c
(1.2), test/cintltst/mstrmtst.c (1.2), test/cintltst/nccbtst.c
(1.2), test/cintltst/nccbtst.h (1.2), test/cintltst/ncnvfbts.c
(1.2), test/cintltst/ncnvfbts.h (1.2), test/cintltst/ncnvtst.c
(1.2), test/cintltst/nfsprep.c (1.2), test/cintltst/nfsprep.h
(1.2), test/cintltst/nucnvtst.c (1.2), test/cintltst/nucnvtst.h
(1.2), test/cintltst/putiltst.c (1.2), test/cintltst/reapits.c
(1.2), test/cintltst/sorttest.c (1.2), test/cintltst/spreptst.c
(1.2), test/cintltst/sprpdata.c (1.2), test/cintltst/stdnmtst.c
(1.2), test/cintltst/tracetst.c (1.2), test/cintltst/trietest.c
(1.2), test/cintltst/ucmptst.c (1.2), test/cintltst/udatatst.c
(1.2), test/cintltst/uenumtst.c (1.2), test/cintltst/usettest.c
(1.2), test/cintltst/usrchdat.c (1.2), test/cintltst/usrchtst.c
(1.2), test/cintltst/utf16tst.c (1.2), test/cintltst/utf8tst.c
(1.2), test/cintltst/utransts.c (1.2), test/collperf/.cvsignore
(1.2), test/collperf/Makefile.in (1.2), test/collperf/collperf.cpp
(1.2), test/collperf/collperf.dsp (1.2), test/collperf/readme.html
(1.2), test/hdrtst/.cvsignore (1.2), test/hdrtst/Makefile.in (1.2),
test/hdrtst/cxxfiles.txt (1.2), test/hdrtst/dfiles.txt (1.2),
test/hdrtst/pfiles.txt (1.2), test/intltest/.cvsignore (1.2),
test/intltest/Makefile.in (1.2), test/intltest/allcoll.cpp (1.2),
test/intltest/allcoll.h (1.2), test/intltest/apicoll.cpp (1.2),
test/intltest/apicoll.h (1.2), test/intltest/astrotst.cpp (1.2),
test/intltest/astrotst.h (1.2), test/intltest/calcasts.cpp (1.2),
test/intltest/calcasts.h (1.2), test/intltest/callimts.cpp (1.2),
test/intltest/callimts.h (1.2), test/intltest/calregts.cpp (1.2),
test/intltest/calregts.h (1.2), test/intltest/caltest.cpp (1.2),
test/intltest/caltest.h (1.2), test/intltest/caltztst.cpp (1.2),
test/intltest/caltztst.h (1.2), test/intltest/canittst.cpp (1.2),
test/intltest/canittst.h (1.2), test/intltest/citrtest.cpp (1.2),
test/intltest/citrtest.h (1.2), test/intltest/cntabcol.cpp (1.2),
test/intltest/cntabcol.h (1.2), test/intltest/convtest.cpp (1.2),
test/intltest/convtest.h (1.2), test/intltest/cpdtrtst.cpp (1.2),
test/intltest/cpdtrtst.h (1.2), test/intltest/currcoll.cpp (1.2),
test/intltest/currcoll.h (1.2), test/intltest/dacoll.cpp (1.2),
test/intltest/dacoll.h (1.2), test/intltest/dadrcoll.cpp (1.2),
test/intltest/dadrcoll.h (1.2), test/intltest/dcfmapts.cpp (1.2),
test/intltest/dcfmapts.h (1.2), test/intltest/decoll.cpp (1.2),
test/intltest/decoll.h (1.2), test/intltest/dtfmapts.cpp (1.2),
test/intltest/dtfmapts.h (1.2), test/intltest/dtfmrgts.cpp (1.2),
test/intltest/dtfmrgts.h (1.2), test/intltest/dtfmtrtts.cpp (1.2),
test/intltest/dtfmtrtts.h (1.2), test/intltest/dtfmttst.cpp (1.2),
test/intltest/dtfmttst.h (1.2), test/intltest/encoll.cpp (1.2),
test/intltest/encoll.h (1.2), test/intltest/escoll.cpp (1.2),
test/intltest/escoll.h (1.2), test/intltest/ficoll.cpp (1.2),
test/intltest/ficoll.h (1.2), test/intltest/frcoll.cpp (1.2),
test/intltest/frcoll.h (1.2), test/intltest/g7coll.cpp (1.2),
test/intltest/g7coll.h (1.2), test/intltest/icusvtst.cpp (1.2),
test/intltest/icusvtst.h (1.2), test/intltest/idnaref.cpp (1.2),
test/intltest/idnaref.h (1.2), test/intltest/incaltst.cpp (1.2),
test/intltest/incaltst.h (1.2), test/intltest/intltest.cpp (1.2),
test/intltest/intltest.dsp (1.2), test/intltest/intltest.h (1.2),
test/intltest/intltest.vcproj (1.2), test/intltest/itercoll.cpp
(1.2), test/intltest/itercoll.h (1.2), test/intltest/itformat.cpp
(1.2), test/intltest/itformat.h (1.2), test/intltest/itmajor.cpp
(1.2), test/intltest/itmajor.h (1.2), test/intltest/itrbbi.cpp
(1.2), test/intltest/itrbbi.h (1.2), test/intltest/itrbnf.cpp
(1.2), test/intltest/itrbnf.h (1.2), test/intltest/itrbnfp.cpp
(1.2), test/intltest/itrbnfp.h (1.2), test/intltest/itrbnfrt.cpp
(1.2), test/intltest/itrbnfrt.h (1.2), test/intltest/ittrans.cpp
(1.2), test/intltest/ittrans.h (1.2), test/intltest/itutil.cpp
(1.2), test/intltest/itutil.h (1.2), test/intltest/jacoll.cpp
(1.2), test/intltest/jacoll.h (1.2), test/intltest/jamotest.cpp
(1.2), test/intltest/jamotest.h (1.2), test/intltest/lcukocol.cpp
(1.2), test/intltest/lcukocol.h (1.2), test/intltest/loctest.cpp
(1.2), test/intltest/loctest.h (1.2), test/intltest/miscdtfm.cpp
(1.2), test/intltest/miscdtfm.h (1.2), test/intltest/mnkytst.cpp
(1.2), test/intltest/mnkytst.h (1.2), test/intltest/msfmrgts.cpp
(1.2), test/intltest/msfmrgts.h (1.2), test/intltest/nmfmapts.cpp
(1.2), test/intltest/nmfmapts.h (1.2), test/intltest/nmfmtrt.cpp
(1.2), test/intltest/nmfmtrt.h (1.2), test/intltest/normconf.cpp
(1.2), test/intltest/normconf.h (1.2), test/intltest/nptrans.cpp
(1.2), test/intltest/nptrans.h (1.2), test/intltest/numfmtst.cpp
(1.2), test/intltest/numfmtst.h (1.2), test/intltest/numrgts.cpp
(1.2), test/intltest/numrgts.h (1.2), test/intltest/pptest.cpp
(1.2), test/intltest/pptest.h (1.2), test/intltest/punyref.c (1.2),
test/intltest/punyref.h (1.2), test/intltest/rbbiapts.cpp (1.2),
test/intltest/rbbiapts.h (1.2), test/intltest/rbbitst.cpp (1.2),
test/intltest/rbbitst.h (1.2), test/intltest/regcoll.cpp (1.2),
test/intltest/regcoll.h (1.2), test/intltest/regextst.cpp (1.2),
test/intltest/regextst.h (1.2), test/intltest/reptest.cpp (1.2),
test/intltest/reptest.h (1.2), test/intltest/restest.cpp (1.2),
test/intltest/restest.h (1.2), test/intltest/restsnew.cpp (1.2),
test/intltest/restsnew.h (1.2), test/intltest/sdtfmtts.cpp (1.2),
test/intltest/sdtfmtts.h (1.2), test/intltest/sfwdchit.cpp (1.2),
test/intltest/sfwdchit.h (1.2), test/intltest/srchtest.cpp (1.2),
test/intltest/srchtest.h (1.2), test/intltest/strcase.cpp (1.2),
test/intltest/strtest.cpp (1.2), test/intltest/strtest.h (1.2),
test/intltest/svccoll.cpp (1.2), test/intltest/svccoll.h (1.2),
test/intltest/tchcfmt.cpp (1.2), test/intltest/tchcfmt.h (1.2),
test/intltest/testidn.cpp (1.2), test/intltest/testidna.cpp (1.2),
test/intltest/testidna.h (1.2), test/intltest/testutil.cpp (1.2),
test/intltest/testutil.h (1.2), test/intltest/textfile.cpp (1.2),
test/intltest/textfile.h (1.2), test/intltest/tfsmalls.cpp (1.2),
test/intltest/tfsmalls.h (1.2), test/intltest/thcoll.cpp (1.2),
test/intltest/thcoll.h (1.2), test/intltest/tmsgfmt.cpp (1.2),
test/intltest/tmsgfmt.h (1.2), test/intltest/tokiter.cpp (1.2),
test/intltest/tokiter.h (1.2), test/intltest/transapi.cpp (1.2),
test/intltest/transapi.h (1.2), test/intltest/transrt.cpp (1.2),
test/intltest/transrt.h (1.2), test/intltest/transtst.cpp (1.2),
test/intltest/transtst.h (1.2), test/intltest/trcoll.cpp (1.2),
test/intltest/trcoll.h (1.2), test/intltest/trnserr.cpp (1.2),
test/intltest/trnserr.h (1.2), test/intltest/tscoll.cpp (1.2),
test/intltest/tscoll.h (1.2), test/intltest/tsdate.cpp (1.2),
test/intltest/tsdate.h (1.2), test/intltest/tsdcfmsy.cpp (1.2),
test/intltest/tsdcfmsy.h (1.2), test/intltest/tsdtfmsy.cpp (1.2),
test/intltest/tsdtfmsy.h (1.2), test/intltest/tsmthred.cpp (1.2),
test/intltest/tsmthred.h (1.2), test/intltest/tsnmfmt.cpp (1.2),
test/intltest/tsnmfmt.h (1.2), test/intltest/tsputil.cpp (1.2),
test/intltest/tsputil.h (1.2), test/intltest/tstnorm.cpp (1.2),
test/intltest/tstnorm.h (1.2), test/intltest/tstnrapi.cpp (1.2),
test/intltest/tzbdtest.cpp (1.2), test/intltest/tzbdtest.h (1.2),
test/intltest/tzregts.cpp (1.2), test/intltest/tzregts.h (1.2),
test/intltest/tztest.cpp (1.2), test/intltest/tztest.h (1.2),
test/intltest/ucaconf.cpp (1.2), test/intltest/ucaconf.h (1.2),
test/intltest/ucdtest.cpp (1.2), test/intltest/ucdtest.h (1.2),
test/intltest/uobjtest.cpp (1.2), test/intltest/uobjtest.h (1.2),
test/intltest/usettest.cpp (1.2), test/intltest/usettest.h (1.2),
test/intltest/ustrtest.cpp (1.2), test/intltest/ustrtest.h (1.2),
test/intltest/v32test.cpp (1.2), test/intltest/v32test.h (1.2),
test/iotest/.cvsignore (1.2), test/iotest/Makefile.in (1.2),
test/iotest/filetst.c (1.2), test/iotest/iotest.cpp (1.2),
test/iotest/iotest.dsp (1.2), test/iotest/iotest.h (1.2),
test/iotest/iotest.vcproj (1.2), test/iotest/strtst.c (1.2),
test/letest/.cvsignore (1.2), test/letest/FontObject.cpp (1.2),
test/letest/FontObject.h (1.2), test/letest/FontTableCache.cpp
(1.2), test/letest/FontTableCache.h (1.2), test/letest/Makefile.in
(1.2), test/letest/PortableFontInstance.cpp (1.2),
test/letest/PortableFontInstance.h (1.2), test/letest/cmaps.cpp
(1.2), test/letest/cmaps.h (1.2), test/letest/gendata.cpp (1.2),
test/letest/gendata.dsp (1.2), test/letest/gendata.dsw (1.2),
test/letest/gendata.sln (1.2), test/letest/gendata.vcproj (1.2),
test/letest/letest.cpp (1.2), test/letest/letest.dsp (1.2),
test/letest/letest.dsw (1.2), test/letest/letest.h (1.2),
test/letest/letest.sln (1.2), test/letest/letest.vcproj (1.2),
test/letest/readme.html (1.2), test/letest/sfnt.h (1.2),
test/letest/testdata.cpp (1.2), test/perf/perf.dsw (1.2),
test/perf/all/all.dsp (1.2), test/perf/charperf/CharPerf.pl (1.2),
test/perf/charperf/Makefile.in (1.2),
test/perf/charperf/charperf.cpp (1.2),
test/perf/charperf/charperf.dsp (1.2),
test/perf/charperf/charperf.h (1.2),
test/perf/convperf/convperf.cpp (1.2),
test/perf/convperf/convperf.dsp (1.2),
test/perf/convperf/convperf.h (1.2),
test/perf/convperf/convperf_ansi.pl (1.2),
test/perf/convperf/convperf_iml.pl (1.2), test/perf/convperf/data.h
(1.2), test/perf/normperf/Makefile.in (1.2),
test/perf/normperf/NormPerf.pl (1.2),
test/perf/normperf/normperf.cpp (1.2),
test/perf/normperf/normperf.dsp (1.2),
test/perf/normperf/normperf.h (1.2):
Merge INTL branch into HEAD
2005-05-28 00:23 asfernandes
* firebird2/extern/icu/source/: io/.cvsignore (1.2), io/Makefile.in
(1.2), io/io.dsp (1.2), io/io.rc (1.2), io/io.vcproj (1.2),
io/locbund.c (1.2), io/locbund.h (1.2), io/sprintf.c (1.2),
io/sscanf.c (1.2), io/ufile.c (1.2), io/ufile.h (1.2),
io/ufmt_cmn.c (1.2), io/ufmt_cmn.h (1.2), io/uprintf.c (1.2),
io/uprintf.h (1.2), io/uprntf_p.c (1.2), io/uscanf.c (1.2),
io/uscanf.h (1.2), io/uscanf_p.c (1.2), io/ustdio.c (1.2),
io/ustream.cpp (1.2), io/unicode/ustdio.h (1.2),
io/unicode/ustream.h (1.2), layout/.cvsignore (1.2),
layout/AlternateSubstSubtables.cpp (1.2),
layout/AlternateSubstSubtables.h (1.2), layout/AnchorTables.cpp
(1.2), layout/AnchorTables.h (1.2), layout/ArabicLayoutEngine.cpp
(1.2), layout/ArabicLayoutEngine.h (1.2),
layout/ArabicLigatureData.cpp (1.2), layout/ArabicShaping.cpp
(1.2), layout/ArabicShaping.h (1.2),
layout/AttachmentPosnSubtables.h (1.2), layout/CanonData.cpp (1.2),
layout/CanonShaping.h (1.2), layout/CharSubstitutionFilter.h (1.2),
layout/ClassDefinitionTables.cpp (1.2),
layout/ClassDefinitionTables.h (1.2),
layout/ContextualGlyphInsertion.h (1.2),
layout/ContextualGlyphSubstProc.cpp (1.2),
layout/ContextualGlyphSubstProc.h (1.2),
layout/ContextualGlyphSubstitution.h (1.2),
layout/ContextualSubstSubtables.cpp (1.2),
layout/ContextualSubstSubtables.h (1.2), layout/CoverageTables.cpp
(1.2), layout/CoverageTables.h (1.2),
layout/CursiveAttachmentSubtables.cpp (1.2),
layout/CursiveAttachmentSubtables.h (1.2),
layout/DefaultCharMapper.h (1.2), layout/DeviceTables.cpp (1.2),
layout/DeviceTables.h (1.2), layout/ExtensionSubtables.cpp (1.2),
layout/ExtensionSubtables.h (1.2), layout/Features.cpp (1.2),
layout/Features.h (1.2), layout/GDEFMarkFilter.cpp (1.2),
layout/GDEFMarkFilter.h (1.2), layout/GXLayoutEngine.cpp (1.2),
layout/GXLayoutEngine.h (1.2), layout/GlyphDefinitionTables.cpp
(1.2), layout/GlyphDefinitionTables.h (1.2),
layout/GlyphIterator.cpp (1.2), layout/GlyphIterator.h (1.2),
layout/GlyphLookupTables.cpp (1.2), layout/GlyphLookupTables.h
(1.2), layout/GlyphPositionAdjustments.h (1.2),
layout/GlyphPositioningTables.cpp (1.2),
layout/GlyphPositioningTables.h (1.2),
layout/GlyphPosnLookupProc.cpp (1.2), layout/GlyphPosnLookupProc.h
(1.2), layout/GlyphSubstLookupProc.cpp (1.2),
layout/GlyphSubstLookupProc.h (1.2),
layout/GlyphSubstitutionTables.cpp (1.2),
layout/GlyphSubstitutionTables.h (1.2), layout/HanLayoutEngine.cpp
(1.2), layout/HanLayoutEngine.h (1.2),
layout/HebrewLigatureData.cpp (1.2), layout/HebrewShaping.cpp
(1.2), layout/HebrewShaping.h (1.2), layout/HindiFeatureTags.h
(1.2), layout/IndicClassTables.cpp (1.2),
layout/IndicLayoutEngine.cpp (1.2), layout/IndicLayoutEngine.h
(1.2), layout/IndicRearrangement.h (1.2),
layout/IndicRearrangementProcessor.cpp (1.2),
layout/IndicRearrangementProcessor.h (1.2),
layout/IndicReordering.cpp (1.2), layout/IndicReordering.h (1.2),
layout/LEFontInstance.cpp (1.2), layout/LEFontInstance.h (1.2),
layout/LEGlyphFilter.h (1.2), layout/LEGlyphStorage.cpp (1.2),
layout/LEGlyphStorage.h (1.2), layout/LEInsertionList.cpp (1.2),
layout/LEInsertionList.h (1.2), layout/LELanguages.h (1.2),
layout/LEScripts.h (1.2), layout/LESwaps.h (1.2), layout/LETypes.h
(1.2), layout/LayoutEngine.cpp (1.2), layout/LayoutEngine.h (1.2),
layout/LayoutTables.h (1.2), layout/LigatureSubstProc.cpp (1.2),
layout/LigatureSubstProc.h (1.2), layout/LigatureSubstSubtables.cpp
(1.2), layout/LigatureSubstSubtables.h (1.2),
layout/LigatureSubstitution.h (1.2), layout/LookupProcessor.cpp
(1.2), layout/LookupProcessor.h (1.2), layout/LookupTables.cpp
(1.2), layout/LookupTables.h (1.2), layout/Lookups.cpp (1.2),
layout/Lookups.h (1.2), layout/MPreFixups.cpp (1.2),
layout/MPreFixups.h (1.2), layout/Makefile.in (1.2),
layout/MarkArrays.cpp (1.2), layout/MarkArrays.h (1.2),
layout/MarkToBasePosnSubtables.cpp (1.2),
layout/MarkToBasePosnSubtables.h (1.2),
layout/MarkToLigaturePosnSubtables.cpp (1.2),
layout/MarkToLigaturePosnSubtables.h (1.2),
layout/MarkToMarkPosnSubtables.cpp (1.2),
layout/MarkToMarkPosnSubtables.h (1.2), layout/MorphStateTables.h
(1.2), layout/MorphTables.cpp (1.2), layout/MorphTables.h (1.2),
layout/MultipleSubstSubtables.cpp (1.2),
layout/MultipleSubstSubtables.h (1.2),
layout/NonContextualGlyphSubst.h (1.2),
layout/NonContextualGlyphSubstProc.cpp (1.2),
layout/NonContextualGlyphSubstProc.h (1.2),
layout/OpenTypeLayoutEngine.cpp (1.2),
layout/OpenTypeLayoutEngine.h (1.2), layout/OpenTypeTables.h (1.2),
layout/OpenTypeUtilities.cpp (1.2), layout/OpenTypeUtilities.h
(1.2), layout/PairPositioningSubtables.cpp (1.2),
layout/PairPositioningSubtables.h (1.2),
layout/ScriptAndLanguage.cpp (1.2), layout/ScriptAndLanguage.h
(1.2), layout/ScriptAndLanguageTags.cpp (1.2),
layout/ScriptAndLanguageTags.h (1.2),
layout/SegmentArrayProcessor.cpp (1.2),
layout/SegmentArrayProcessor.h (1.2),
layout/SegmentSingleProcessor.cpp (1.2),
layout/SegmentSingleProcessor.h (1.2),
layout/SimpleArrayProcessor.cpp (1.2),
layout/SimpleArrayProcessor.h (1.2),
layout/SinglePositioningSubtables.cpp (1.2),
layout/SinglePositioningSubtables.h (1.2),
layout/SingleSubstitutionSubtables.cpp (1.2),
layout/SingleSubstitutionSubtables.h (1.2),
layout/SingleTableProcessor.cpp (1.2),
layout/SingleTableProcessor.h (1.2), layout/StateTableProcessor.cpp
(1.2), layout/StateTableProcessor.h (1.2), layout/StateTables.h
(1.2), layout/SubstitutionLookups.cpp (1.2),
layout/SubstitutionLookups.h (1.2), layout/SubtableProcessor.cpp
(1.2), layout/SubtableProcessor.h (1.2),
layout/ThaiLayoutEngine.cpp (1.2), layout/ThaiLayoutEngine.h (1.2),
layout/ThaiShaping.cpp (1.2), layout/ThaiShaping.h (1.2),
layout/ThaiStateTables.cpp (1.2), layout/TrimmedArrayProcessor.cpp
(1.2), layout/TrimmedArrayProcessor.h (1.2),
layout/ValueRecords.cpp (1.2), layout/ValueRecords.h (1.2),
layout/layout.dsp (1.2), layout/layout.rc (1.2),
layout/layout.vcproj (1.2), layout/loengine.cpp (1.2),
layout/unicode/loengine.h (1.2), layoutex/.cvsignore (1.2),
layoutex/LXUtilities.cpp (1.2), layoutex/LXUtilities.h (1.2),
layoutex/Makefile.in (1.2), layoutex/ParagraphLayout.cpp (1.2),
layoutex/RunArrays.cpp (1.2), layoutex/layoutex.dsp (1.2),
layoutex/layoutex.rc (1.2), layoutex/layoutex.vcproj (1.2),
layoutex/layout/ParagraphLayout.h (1.2),
layoutex/layout/RunArrays.h (1.2), samples/.cvsignore (1.2),
samples/Makefile.in (1.2), samples/defs.mk (1.2),
samples/readme.txt (1.2), samples/rules.mk (1.2),
samples/all/all.dsp (1.2), samples/all/all.dsw (1.2),
samples/all/all.sln (1.2), samples/break/Makefile (1.2),
samples/break/break.cpp (1.2), samples/break/break.dsp (1.2),
samples/break/break.dsw (1.2), samples/break/break.sln (1.2),
samples/break/break.vcproj (1.2), samples/break/readme.txt (1.2),
samples/break/ubreak.c (1.2), samples/cal/.cvsignore (1.2),
samples/cal/Makefile.in (1.2), samples/cal/cal.c (1.2),
samples/cal/cal.dsp (1.2), samples/cal/cal.dsw (1.2),
samples/cal/cal.sln (1.2), samples/cal/cal.vcproj (1.2),
samples/cal/readme.txt (1.2), samples/cal/uprint.c (1.2),
samples/cal/uprint.h (1.2), samples/case/Makefile (1.2),
samples/case/case.cpp (1.2), samples/case/case.dsp (1.2),
samples/case/case.dsw (1.2), samples/case/case.sln (1.2),
samples/case/case.vcproj (1.2), samples/case/readme.txt (1.2),
samples/case/ucase.c (1.2), samples/citer/citer.cpp (1.2),
samples/citer/readme.txt (1.2), samples/coll/Makefile (1.2),
samples/coll/coll.cpp (1.2), samples/coll/coll.dsp (1.2),
samples/coll/coll.dsw (1.2), samples/coll/coll.sln (1.2),
samples/coll/coll.vcproj (1.2), samples/coll/readme.txt (1.2),
samples/date/.cvsignore (1.2), samples/date/Makefile.in (1.2),
samples/date/date.c (1.2), samples/date/date.dsp (1.2),
samples/date/date.dsw (1.2), samples/date/date.sln (1.2),
samples/date/date.vcproj (1.2), samples/date/readme.txt (1.2),
samples/date/uprint.c (1.2), samples/date/uprint.h (1.2),
samples/datecal/Makefile (1.2), samples/datecal/cal.cpp (1.2),
samples/datecal/ccal.c (1.2), samples/datefmt/Makefile (1.2),
samples/datefmt/README.TXT (1.2), samples/datefmt/datefmt.dsp
(1.2), samples/datefmt/datefmt.dsw (1.2),
samples/datefmt/datefmt.sln (1.2), samples/datefmt/datefmt.vcproj
(1.2), samples/datefmt/main.cpp (1.2), samples/datefmt/util.cpp
(1.2), samples/datefmt/util.h (1.2),
samples/datefmt/answers/main_0.cpp (1.2),
samples/datefmt/answers/main_1.cpp (1.2),
samples/datefmt/answers/main_2.cpp (1.2),
samples/datefmt/answers/main_3.cpp (1.2), samples/layout/.cvsignore
(1.2), samples/layout/FontMap.GDI (1.2),
samples/layout/FontMap.Gnome (1.2), samples/layout/FontMap.cpp
(1.2), samples/layout/FontMap.h (1.2),
samples/layout/FontTableCache.cpp (1.2),
samples/layout/FontTableCache.h (1.2),
samples/layout/GDIFontInstance.cpp (1.2),
samples/layout/GDIFontInstance.h (1.2),
samples/layout/GDIFontMap.cpp (1.2), samples/layout/GDIFontMap.h
(1.2), samples/layout/GDIGUISupport.cpp (1.2),
samples/layout/GDIGUISupport.h (1.2), samples/layout/GUISupport.h
(1.2), samples/layout/GnomeFontInstance.cpp (1.2),
samples/layout/GnomeFontInstance.h (1.2),
samples/layout/GnomeFontMap.cpp (1.2),
samples/layout/GnomeFontMap.h (1.2),
samples/layout/GnomeGUISupport.cpp (1.2),
samples/layout/GnomeGUISupport.h (1.2),
samples/layout/LayoutSample.rc (1.2), samples/layout/Makefile.in
(1.2), samples/layout/RenderingSurface.h (1.2),
samples/layout/Sample.txt (1.2),
samples/layout/ScriptCompositeFontInstance.cpp (1.2),
samples/layout/ScriptCompositeFontInstance.h (1.2),
samples/layout/Surface.cpp (1.2), samples/layout/Surface.h (1.2),
samples/layout/UnicodeReader.cpp (1.2),
samples/layout/UnicodeReader.h (1.2), samples/layout/cmaps.cpp
(1.2), samples/layout/cmaps.h (1.2), samples/layout/gnomelayout.cpp
(1.2), samples/layout/layout.cpp (1.2), samples/layout/layout.dsp
(1.2), samples/layout/layout.dsw (1.2), samples/layout/layout.sln
(1.2), samples/layout/layout.vcproj (1.2),
samples/layout/paragraph.cpp (1.2), samples/layout/paragraph.h
(1.2), samples/layout/readme.html (1.2), samples/layout/resource.h
(1.2), samples/layout/sfnt.h (1.2), samples/legacy/Makefile (1.2),
samples/legacy/README (1.2), samples/legacy/legacy.cpp (1.2),
samples/legacy/legacy.dsp (1.2), samples/legacy/legacy.dsw (1.2),
samples/legacy/legacy.sln (1.2), samples/legacy/legacy.vcproj
(1.2), samples/legacy/newcol.cpp (1.2), samples/legacy/oldcol.cpp
(1.2), samples/msgfmt/Makefile (1.2), samples/msgfmt/README.TXT
(1.2), samples/msgfmt/main.cpp (1.2), samples/msgfmt/msgfmt.dsp
(1.2), samples/msgfmt/msgfmt.dsw (1.2), samples/msgfmt/msgfmt.sln
(1.2), samples/msgfmt/msgfmt.vcproj (1.2), samples/msgfmt/util.cpp
(1.2), samples/msgfmt/util.h (1.2),
samples/msgfmt/answers/main_0.cpp (1.2),
samples/msgfmt/answers/main_1.cpp (1.2),
samples/msgfmt/answers/main_2.cpp (1.2),
samples/msgfmt/answers/main_3.cpp (1.2), samples/numfmt/Makefile
(1.2), samples/numfmt/capi.c (1.2), samples/numfmt/main.cpp (1.2),
samples/numfmt/numfmt.dsp (1.2), samples/numfmt/numfmt.dsw (1.2),
samples/numfmt/numfmt.sln (1.2), samples/numfmt/numfmt.vcproj
(1.2), samples/numfmt/readme.txt (1.2), samples/numfmt/util.cpp
(1.2), samples/numfmt/util.h (1.2), samples/props/Makefile (1.2),
samples/props/props.cpp (1.2), samples/props/props.dsp (1.2),
samples/props/props.dsw (1.2), samples/props/props.sln (1.2),
samples/props/props.vcproj (1.2), samples/props/readme.txt (1.2),
samples/strsrch/Makefile (1.2), samples/strsrch/readme.txt (1.2),
samples/strsrch/strsrch.cpp (1.2), samples/strsrch/strsrch.dsp
(1.2), samples/strsrch/strsrch.dsw (1.2),
samples/strsrch/strsrch.sln (1.2), samples/strsrch/strsrch.vcproj
(1.2), samples/translit/Makefile (1.2), samples/translit/README.TXT
(1.2), samples/translit/main.cpp (1.2),
samples/translit/translit.dsp (1.2), samples/translit/translit.dsw
(1.2), samples/translit/translit.sln (1.2),
samples/translit/translit.vcproj (1.2),
samples/translit/unaccent.cpp (1.2), samples/translit/unaccent.h
(1.2), samples/translit/util.cpp (1.2), samples/translit/util.h
(1.2), samples/translit/answers/main_1.cpp (1.2),
samples/translit/answers/main_2.cpp (1.2),
samples/translit/answers/main_3.cpp (1.2),
samples/translit/answers/main_4.cpp (1.2),
samples/translit/answers/unaccent.cpp (1.2),
samples/translit/answers/unaccent.h (1.2), samples/uciter8/Makefile
(1.2), samples/uciter8/readme.txt (1.2), samples/uciter8/uciter8.c
(1.2), samples/uciter8/uciter8.dsp (1.2),
samples/uciter8/uciter8.dsw (1.2), samples/uciter8/uciter8.sln
(1.2), samples/uciter8/uciter8.vcproj (1.2),
samples/uciter8/uit_len8.c (1.2), samples/uciter8/uit_len8.h (1.2),
samples/ucnv/Makefile (1.2), samples/ucnv/convsamp.cpp (1.2),
samples/ucnv/data01.txt (1.2), samples/ucnv/data02.bin (1.2),
samples/ucnv/data06.txt (1.2), samples/ucnv/flagcb.c (1.2),
samples/ucnv/flagcb.h (1.2), samples/ucnv/readme.txt (1.2),
samples/ucnv/ucnv.dsp (1.2), samples/ucnv/ucnv.dsw (1.2),
samples/ucnv/ucnv.sln (1.2), samples/ucnv/ucnv.vcproj (1.2),
samples/udata/Makefile (1.2), samples/udata/reader.c (1.2),
samples/udata/reader.dsp (1.2), samples/udata/reader.vcproj (1.2),
samples/udata/readme.txt (1.2), samples/udata/udata.dsw (1.2),
samples/udata/udata.sln (1.2), samples/udata/writer.c (1.2),
samples/udata/writer.dsp (1.2), samples/udata/writer.vcproj (1.2),
samples/ufortune/Makefile (1.2):
Merge INTL branch into HEAD
2005-05-28 00:20 asfernandes
* firebird2/extern/icu/source/: data/locales/af.txt (1.2),
data/locales/af_ZA.txt (1.2), data/locales/am.txt (1.2),
data/locales/am_ET.txt (1.2), data/locales/ar.txt (1.2),
data/locales/ar_AE.txt (1.2), data/locales/ar_BH.txt (1.2),
data/locales/ar_DZ.txt (1.2), data/locales/ar_EG.txt (1.2),
data/locales/ar_IN.txt (1.2), data/locales/ar_IQ.txt (1.2),
data/locales/ar_JO.txt (1.2), data/locales/ar_KW.txt (1.2),
data/locales/ar_LB.txt (1.2), data/locales/ar_LY.txt (1.2),
data/locales/ar_MA.txt (1.2), data/locales/ar_OM.txt (1.2),
data/locales/ar_QA.txt (1.2), data/locales/ar_SA.txt (1.2),
data/locales/ar_SD.txt (1.2), data/locales/ar_SY.txt (1.2),
data/locales/ar_TN.txt (1.2), data/locales/ar_YE.txt (1.2),
data/locales/be.txt (1.2), data/locales/be_BY.txt (1.2),
data/locales/bg.txt (1.2), data/locales/bg_BG.txt (1.2),
data/locales/bn.txt (1.2), data/locales/bn_IN.txt (1.2),
data/locales/ca.txt (1.2), data/locales/ca_ES.txt (1.2),
data/locales/cs.txt (1.2), data/locales/cs_CZ.txt (1.2),
data/locales/da.txt (1.2), data/locales/da_DK.txt (1.2),
data/locales/de.txt (1.2), data/locales/de_AT.txt (1.2),
data/locales/de_BE.txt (1.2), data/locales/de_CH.txt (1.2),
data/locales/de_DE.txt (1.2), data/locales/de_LU.txt (1.2),
data/locales/el.txt (1.2), data/locales/el_GR.txt (1.2),
data/locales/en.txt (1.2), data/locales/en_AU.txt (1.2),
data/locales/en_BE.txt (1.2), data/locales/en_BW.txt (1.2),
data/locales/en_CA.txt (1.2), data/locales/en_GB.txt (1.2),
data/locales/en_HK.txt (1.2), data/locales/en_IE.txt (1.2),
data/locales/en_IN.txt (1.2), data/locales/en_MT.txt (1.2),
data/locales/en_NZ.txt (1.2), data/locales/en_PH.txt (1.2),
data/locales/en_SG.txt (1.2), data/locales/en_US.txt (1.2),
data/locales/en_US_POSIX.txt (1.2), data/locales/en_VI.txt (1.2),
data/locales/en_ZA.txt (1.2), data/locales/en_ZW.txt (1.2),
data/locales/eo.txt (1.2), data/locales/es.txt (1.2),
data/locales/es_AR.txt (1.2), data/locales/es_BO.txt (1.2),
data/locales/es_CL.txt (1.2), data/locales/es_CO.txt (1.2),
data/locales/es_CR.txt (1.2), data/locales/es_DO.txt (1.2),
data/locales/es_EC.txt (1.2), data/locales/es_ES.txt (1.2),
data/locales/es_GT.txt (1.2), data/locales/es_HN.txt (1.2),
data/locales/es_MX.txt (1.2), data/locales/es_NI.txt (1.2),
data/locales/es_PA.txt (1.2), data/locales/es_PE.txt (1.2),
data/locales/es_PR.txt (1.2), data/locales/es_PY.txt (1.2),
data/locales/es_SV.txt (1.2), data/locales/es_US.txt (1.2),
data/locales/es_UY.txt (1.2), data/locales/es_VE.txt (1.2),
data/locales/et.txt (1.2), data/locales/et_EE.txt (1.2),
data/locales/eu.txt (1.2), data/locales/eu_ES.txt (1.2),
data/locales/fa.txt (1.2), data/locales/fa_AF.txt (1.2),
data/locales/fa_IR.txt (1.2), data/locales/fi.txt (1.2),
data/locales/fi_FI.txt (1.2), data/locales/fo.txt (1.2),
data/locales/fo_FO.txt (1.2), data/locales/fr.txt (1.2),
data/locales/fr_BE.txt (1.2), data/locales/fr_CA.txt (1.2),
data/locales/fr_CH.txt (1.2), data/locales/fr_FR.txt (1.2),
data/locales/fr_LU.txt (1.2), data/locales/ga.txt (1.2),
data/locales/ga_IE.txt (1.2), data/locales/gl.txt (1.2),
data/locales/gl_ES.txt (1.2), data/locales/gu.txt (1.2),
data/locales/gu_IN.txt (1.2), data/locales/gv.txt (1.2),
data/locales/gv_GB.txt (1.2), data/locales/he.txt (1.2),
data/locales/he_IL.txt (1.2), data/locales/hi.txt (1.2),
data/locales/hi_IN.txt (1.2), data/locales/hr.txt (1.2),
data/locales/hr_HR.txt (1.2), data/locales/hu.txt (1.2),
data/locales/hu_HU.txt (1.2), data/locales/hy.txt (1.2),
data/locales/hy_AM.txt (1.2), data/locales/hy_AM_REVISED.txt (1.2),
data/locales/id.txt (1.2), data/locales/id_ID.txt (1.2),
data/locales/is.txt (1.2), data/locales/is_IS.txt (1.2),
data/locales/it.txt (1.2), data/locales/it_CH.txt (1.2),
data/locales/it_IT.txt (1.2), data/locales/iw.txt (1.2),
data/locales/iw_IL.txt (1.2), data/locales/ja.txt (1.2),
data/locales/ja_JP.txt (1.2), data/locales/ja_JP_TRADITIONAL.txt
(1.2), data/locales/kk.txt (1.2), data/locales/kk_KZ.txt (1.2),
data/locales/kl.txt (1.2), data/locales/kl_GL.txt (1.2),
data/locales/kn.txt (1.2), data/locales/kn_IN.txt (1.2),
data/locales/ko.txt (1.2), data/locales/ko_KR.txt (1.2),
data/locales/kok.txt (1.2), data/locales/kok_IN.txt (1.2),
data/locales/kw.txt (1.2), data/locales/kw_GB.txt (1.2),
data/locales/lt.txt (1.2), data/locales/lt_LT.txt (1.2),
data/locales/lv.txt (1.2), data/locales/lv_LV.txt (1.2),
data/locales/mk.txt (1.2), data/locales/mk_MK.txt (1.2),
data/locales/mr.txt (1.2), data/locales/mr_IN.txt (1.2),
data/locales/ms.txt (1.2), data/locales/ms_BN.txt (1.2),
data/locales/ms_MY.txt (1.2), data/locales/mt.txt (1.2),
data/locales/mt_MT.txt (1.2), data/locales/nb.txt (1.2),
data/locales/nb_NO.txt (1.2), data/locales/nl.txt (1.2),
data/locales/nl_BE.txt (1.2), data/locales/nl_NL.txt (1.2),
data/locales/nn.txt (1.2), data/locales/nn_NO.txt (1.2),
data/locales/no.txt (1.2), data/locales/no_NO.txt (1.2),
data/locales/no_NO_NY.txt (1.2), data/locales/om.txt (1.2),
data/locales/om_ET.txt (1.2), data/locales/om_KE.txt (1.2),
data/locales/pa.txt (1.2), data/locales/pa_IN.txt (1.2),
data/locales/pl.txt (1.2), data/locales/pl_PL.txt (1.2),
data/locales/ps.txt (1.2), data/locales/ps_AF.txt (1.2),
data/locales/pt.txt (1.2), data/locales/pt_BR.txt (1.2),
data/locales/pt_PT.txt (1.2), data/locales/resfiles.mk (1.2),
data/locales/ro.txt (1.2), data/locales/ro_RO.txt (1.2),
data/locales/root.txt (1.2), data/locales/ru.txt (1.2),
data/locales/ru_RU.txt (1.2), data/locales/ru_UA.txt (1.2),
data/locales/sh.txt (1.2), data/locales/sh_YU.txt (1.2),
data/locales/sk.txt (1.2), data/locales/sk_SK.txt (1.2),
data/locales/sl.txt (1.2), data/locales/sl_SI.txt (1.2),
data/locales/so.txt (1.2), data/locales/so_DJ.txt (1.2),
data/locales/so_ET.txt (1.2), data/locales/so_KE.txt (1.2),
data/locales/so_SO.txt (1.2), data/locales/sq.txt (1.2),
data/locales/sq_AL.txt (1.2), data/locales/sr.txt (1.2),
data/locales/sr_YU.txt (1.2), data/locales/sv.txt (1.2),
data/locales/sv_FI.txt (1.2), data/locales/sv_SE.txt (1.2),
data/locales/sw.txt (1.2), data/locales/sw_KE.txt (1.2),
data/locales/sw_TZ.txt (1.2), data/locales/ta.txt (1.2),
data/locales/ta_IN.txt (1.2), data/locales/te.txt (1.2),
data/locales/te_IN.txt (1.2), data/locales/th.txt (1.2),
data/locales/th_TH.txt (1.2), data/locales/th_TH_TRADITIONAL.txt
(1.2), data/locales/ti.txt (1.2), data/locales/ti_ER.txt (1.2),
data/locales/ti_ET.txt (1.2), data/locales/tr.txt (1.2),
data/locales/tr_TR.txt (1.2), data/locales/uk.txt (1.2),
data/locales/uk_UA.txt (1.2), data/locales/vi.txt (1.2),
data/locales/vi_VN.txt (1.2), data/locales/zh.txt (1.2),
data/locales/zh_CN.txt (1.2), data/locales/zh_HK.txt (1.2),
data/locales/zh_Hans.txt (1.2), data/locales/zh_Hans_CN.txt (1.2),
data/locales/zh_Hans_SG.txt (1.2), data/locales/zh_Hant.txt (1.2),
data/locales/zh_Hant_HK.txt (1.2), data/locales/zh_Hant_MO.txt
(1.2), data/locales/zh_MO.txt (1.2), data/locales/zh_SG.txt (1.2),
data/locales/zh_TW.txt (1.2), data/mappings/cns-11643-1992.ucm
(1.2), data/mappings/convrtrs.txt (1.2),
data/mappings/ebcdic-xml-us.ucm (1.2), data/mappings/gb18030.ucm
(1.2), data/mappings/ibm-1006_P100-1995.ucm (1.2),
data/mappings/ibm-1025_P100-1995.ucm (1.2),
data/mappings/ibm-1026_P100-1995.ucm (1.2),
data/mappings/ibm-1047_P100-1995.ucm (1.2),
data/mappings/ibm-1051_P100-1995.ucm (1.2),
data/mappings/ibm-1089_P100-1995.ucm (1.2),
data/mappings/ibm-1097_P100-1995.ucm (1.2),
data/mappings/ibm-1098_P100-1995.ucm (1.2),
data/mappings/ibm-1112_P100-1995.ucm (1.2),
data/mappings/ibm-1122_P100-1999.ucm (1.2),
data/mappings/ibm-1123_P100-1995.ucm (1.2),
data/mappings/ibm-1124_P100-1996.ucm (1.2),
data/mappings/ibm-1125_P100-1997.ucm (1.2),
data/mappings/ibm-1129_P100-1997.ucm (1.2),
data/mappings/ibm-1130_P100-1997.ucm (1.2),
data/mappings/ibm-1131_P100-1997.ucm (1.2),
data/mappings/ibm-1132_P100-1998.ucm (1.2),
data/mappings/ibm-1133_P100-1997.ucm (1.2),
data/mappings/ibm-1137_P100-1999.ucm (1.2),
data/mappings/ibm-1140_P100-1997.ucm (1.2),
data/mappings/ibm-1141_P100-1997.ucm (1.2),
data/mappings/ibm-1142_P100-1997.ucm (1.2),
data/mappings/ibm-1143_P100-1997.ucm (1.2),
data/mappings/ibm-1144_P100-1997.ucm (1.2),
data/mappings/ibm-1145_P100-1997.ucm (1.2),
data/mappings/ibm-1146_P100-1997.ucm (1.2),
data/mappings/ibm-1147_P100-1997.ucm (1.2),
data/mappings/ibm-1148_P100-1997.ucm (1.2),
data/mappings/ibm-1149_P100-1997.ucm (1.2),
data/mappings/ibm-1153_P100-1999.ucm (1.2),
data/mappings/ibm-1154_P100-1999.ucm (1.2),
data/mappings/ibm-1155_P100-1999.ucm (1.2),
data/mappings/ibm-1156_P100-1999.ucm (1.2),
data/mappings/ibm-1157_P100-1999.ucm (1.2),
data/mappings/ibm-1158_P100-1999.ucm (1.2),
data/mappings/ibm-1160_P100-1999.ucm (1.2),
data/mappings/ibm-1162_P100-1999.ucm (1.2),
data/mappings/ibm-1164_P100-1999.ucm (1.2),
data/mappings/ibm-1250_P100-1995.ucm (1.2),
data/mappings/ibm-1251_P100-1995.ucm (1.2),
data/mappings/ibm-1252_P100-2000.ucm (1.2),
data/mappings/ibm-1253_P100-1995.ucm (1.2),
data/mappings/ibm-1254_P100-1995.ucm (1.2),
data/mappings/ibm-1255_P100-1995.ucm (1.2),
data/mappings/ibm-1256_P110-1997.ucm (1.2),
data/mappings/ibm-1257_P100-1995.ucm (1.2),
data/mappings/ibm-1258_P100-1997.ucm (1.2),
data/mappings/ibm-12712_P100-1998.ucm (1.2),
data/mappings/ibm-1276_P100-1995.ucm (1.2),
data/mappings/ibm-1277_P100-1995.ucm (1.2),
data/mappings/ibm-1363_P110-1997.ucm (1.2),
data/mappings/ibm-1363_P11B-1998.ucm (1.2),
data/mappings/ibm-1364_P110-1997.ucm (1.2),
data/mappings/ibm-1371_P100-1999.ucm (1.2),
data/mappings/ibm-1373_P100-2002.ucm (1.2),
data/mappings/ibm-1375_P100-2003.ucm (1.2),
data/mappings/ibm-1381_P110-1999.ucm (1.2),
data/mappings/ibm-1383_P110-1999.ucm (1.2),
data/mappings/ibm-1386_P100-2002.ucm (1.2),
data/mappings/ibm-1388_P103-2001.ucm (1.2),
data/mappings/ibm-1390_P110-2003.ucm (1.2),
data/mappings/ibm-1399_P110-2003.ucm (1.2),
data/mappings/ibm-16684_P110-2003.ucm (1.2),
data/mappings/ibm-16804_X110-1999.ucm (1.2),
data/mappings/ibm-273_P100-1995.ucm (1.2),
data/mappings/ibm-277_P100-1995.ucm (1.2),
data/mappings/ibm-278_P100-1995.ucm (1.2),
data/mappings/ibm-280_P100-1995.ucm (1.2),
data/mappings/ibm-284_P100-1995.ucm (1.2),
data/mappings/ibm-285_P100-1995.ucm (1.2),
data/mappings/ibm-290_P100-1995.ucm (1.2),
data/mappings/ibm-297_P100-1995.ucm (1.2),
data/mappings/ibm-33722_P120-1999.ucm (1.2),
data/mappings/ibm-33722_P12A-1999.ucm (1.2),
data/mappings/ibm-367_P100-1995.ucm (1.2),
data/mappings/ibm-37_P100-1995.ucm (1.2),
data/mappings/ibm-420_X120-1999.ucm (1.2),
data/mappings/ibm-424_P100-1995.ucm (1.2),
data/mappings/ibm-437_P100-1995.ucm (1.2),
data/mappings/ibm-4899_P100-1998.ucm (1.2),
data/mappings/ibm-4909_P100-1999.ucm (1.2),
data/mappings/ibm-4971_P100-1999.ucm (1.2),
data/mappings/ibm-500_P100-1995.ucm (1.2),
data/mappings/ibm-5123_P100-1999.ucm (1.2),
data/mappings/ibm-5346_P100-1998.ucm (1.2),
data/mappings/ibm-5347_P100-1998.ucm (1.2),
data/mappings/ibm-5348_P100-1997.ucm (1.2),
data/mappings/ibm-5349_P100-1998.ucm (1.2),
data/mappings/ibm-5350_P100-1998.ucm (1.2),
data/mappings/ibm-5351_P100-1998.ucm (1.2),
data/mappings/ibm-5352_P100-1998.ucm (1.2),
data/mappings/ibm-5353_P100-1998.ucm (1.2),
data/mappings/ibm-5354_P100-1998.ucm (1.2),
data/mappings/ibm-5478_P100-1995.ucm (1.2),
data/mappings/ibm-803_P100-1999.ucm (1.2),
data/mappings/ibm-813_P100-1995.ucm (1.2),
data/mappings/ibm-838_P100-1995.ucm (1.2),
data/mappings/ibm-8482_P100-1999.ucm (1.2),
data/mappings/ibm-850_P100-1995.ucm (1.2),
data/mappings/ibm-851_P100-1995.ucm (1.2),
data/mappings/ibm-852_P100-1995.ucm (1.2),
data/mappings/ibm-855_P100-1995.ucm (1.2),
data/mappings/ibm-856_P100-1995.ucm (1.2),
data/mappings/ibm-857_P100-1995.ucm (1.2),
data/mappings/ibm-858_P100-1997.ucm (1.2),
data/mappings/ibm-860_P100-1995.ucm (1.2),
data/mappings/ibm-861_P100-1995.ucm (1.2),
data/mappings/ibm-862_P100-1995.ucm (1.2),
data/mappings/ibm-863_P100-1995.ucm (1.2),
data/mappings/ibm-864_X110-1999.ucm (1.2),
data/mappings/ibm-865_P100-1995.ucm (1.2),
data/mappings/ibm-866_P100-1995.ucm (1.2),
data/mappings/ibm-867_P100-1998.ucm (1.2),
data/mappings/ibm-868_P100-1995.ucm (1.2),
data/mappings/ibm-869_P100-1995.ucm (1.2),
data/mappings/ibm-870_P100-1995.ucm (1.2),
data/mappings/ibm-871_P100-1995.ucm (1.2),
data/mappings/ibm-874_P100-1995.ucm (1.2),
data/mappings/ibm-875_P100-1995.ucm (1.2),
data/mappings/ibm-878_P100-1996.ucm (1.2),
data/mappings/ibm-901_P100-1999.ucm (1.2),
data/mappings/ibm-902_P100-1999.ucm (1.2),
data/mappings/ibm-912_P100-1995.ucm (1.2),
data/mappings/ibm-913_P100-2000.ucm (1.2),
data/mappings/ibm-914_P100-1995.ucm (1.2),
data/mappings/ibm-915_P100-1995.ucm (1.2),
data/mappings/ibm-916_P100-1995.ucm (1.2),
data/mappings/ibm-918_P100-1995.ucm (1.2),
data/mappings/ibm-920_P100-1995.ucm (1.2),
data/mappings/ibm-921_P100-1995.ucm (1.2),
data/mappings/ibm-922_P100-1999.ucm (1.2),
data/mappings/ibm-923_P100-1998.ucm (1.2),
data/mappings/ibm-930_P120-1999.ucm (1.2),
data/mappings/ibm-933_P110-1995.ucm (1.2),
data/mappings/ibm-935_P110-1999.ucm (1.2),
data/mappings/ibm-937_P110-1999.ucm (1.2),
data/mappings/ibm-939_P120-1999.ucm (1.2),
data/mappings/ibm-942_P12A-1999.ucm (1.2),
data/mappings/ibm-943_P130-1999.ucm (1.2),
data/mappings/ibm-943_P15A-2003.ucm (1.2),
data/mappings/ibm-9447_P100-2002.ucm (1.2),
data/mappings/ibm-9449_P100-2002.ucm (1.2),
data/mappings/ibm-949_P110-1999.ucm (1.2),
data/mappings/ibm-949_P11A-1999.ucm (1.2),
data/mappings/ibm-950_P110-1999.ucm (1.2),
data/mappings/ibm-954_P101-2000.ucm (1.2),
data/mappings/ibm-964_P110-1999.ucm (1.2),
data/mappings/ibm-970_P110-1995.ucm (1.2),
data/mappings/ibm-971_P100-1995.ucm (1.2),
data/mappings/icu-internal-25546.ucm (1.2),
data/mappings/iso-ir-165.ucm (1.2), data/mappings/jisx-201.ucm
(1.2), data/mappings/jisx-208.ucm (1.2), data/mappings/jisx-212.ucm
(1.2), data/mappings/lmb-excp.ucm (1.2),
data/mappings/macos-0_2-10.2.ucm (1.2),
data/mappings/macos-2566-10.2.ucm (1.2),
data/mappings/macos-29-10.2.ucm (1.2),
data/mappings/macos-35-10.2.ucm (1.2),
data/mappings/macos-6-10.2.ucm (1.2),
data/mappings/macos-7_3-10.2.ucm (1.2), data/mappings/ucmcore.mk
(1.2), data/mappings/ucmebcdic.mk (1.2), data/mappings/ucmfiles.mk
(1.2), data/mappings/windows-1256-2000.ucm (1.2),
data/mappings/windows-874-2000.ucm (1.2),
data/mappings/windows-936-2000.ucm (1.2),
data/mappings/windows-949-2000.ucm (1.2),
data/mappings/windows-950-2000.ucm (1.2),
data/misc/NamePrepProfile.txt (1.2), data/misc/icudata.rc (1.2),
data/misc/miscfiles.mk (1.2), data/misc/zoneinfo.txt (1.2),
data/translit/t_Any_Accents.txt (1.2),
data/translit/t_Any_Publishing.txt (1.2),
data/translit/t_Arab_Latn.txt (1.2),
data/translit/t_Beng_InterIndic.txt (1.2),
data/translit/t_Cyrl_Latn.txt (1.2),
data/translit/t_Deva_InterIndic.txt (1.2),
data/translit/t_FWidth_HWidth.txt (1.2),
data/translit/t_Grek_Latn.txt (1.2),
data/translit/t_Grek_Latn_UNGEGN.txt (1.2),
data/translit/t_Gujr_InterIndic.txt (1.2),
data/translit/t_Guru_InterIndic.txt (1.2),
data/translit/t_Hani_Latn.txt (1.2), data/translit/t_Hani_SpHan.txt
(1.2), data/translit/t_Hebr_Latn.txt (1.2),
data/translit/t_Hira_Kana.txt (1.2), data/translit/t_Hira_Latn.txt
(1.2), data/translit/t_InterIndic_Beng.txt (1.2),
data/translit/t_InterIndic_Deva.txt (1.2),
data/translit/t_InterIndic_Gujr.txt (1.2),
data/translit/t_InterIndic_Guru.txt (1.2),
data/translit/t_InterIndic_Knda.txt (1.2),
data/translit/t_InterIndic_Latn.txt (1.2),
data/translit/t_InterIndic_Mlym.txt (1.2),
data/translit/t_InterIndic_Orya.txt (1.2),
data/translit/t_InterIndic_Taml.txt (1.2),
data/translit/t_InterIndic_Telu.txt (1.2),
data/translit/t_Knda_InterIndic.txt (1.2),
data/translit/t_Latn_InterIndic.txt (1.2),
data/translit/t_Latn_Jamo.txt (1.2), data/translit/t_Latn_Kana.txt
(1.2), data/translit/t_Latn_NPinyn.txt (1.2),
data/translit/t_Mlym_InterIndic.txt (1.2),
data/translit/t_Orya_InterIndic.txt (1.2),
data/translit/t_Taml_InterIndic.txt (1.2),
data/translit/t_Telu_InterIndic.txt (1.2),
data/translit/t_Tone_Digit.txt (1.2),
data/translit/translit_index.txt (1.2), data/translit/trnsfiles.mk
(1.2), data/unidata/BidiMirroring.txt (1.2),
data/unidata/Blocks.txt (1.2), data/unidata/CaseFolding.txt (1.2),
data/unidata/DerivedAge.txt (1.2),
data/unidata/DerivedBidiClass.txt (1.2),
data/unidata/DerivedCoreProperties.txt (1.2),
data/unidata/DerivedJoiningGroup.txt (1.2),
data/unidata/DerivedJoiningType.txt (1.2),
data/unidata/DerivedNormalizationProps.txt (1.2),
data/unidata/DerivedNumericValues.txt (1.2),
data/unidata/EastAsianWidth.txt (1.2),
data/unidata/FractionalUCA.txt (1.2), data/unidata/LineBreak.txt
(1.2), data/unidata/NormalizationCorrections.txt (1.2),
data/unidata/NormalizationTest.txt (1.2), data/unidata/PropList.txt
(1.2), data/unidata/PropertyAliases.txt (1.2),
data/unidata/PropertyValueAliases.txt (1.2),
data/unidata/Scripts.txt (1.2), data/unidata/SpecialCasing.txt
(1.2), data/unidata/UCARules.txt (1.2),
data/unidata/UnicodeData.txt (1.2), data/unidata/changes.txt (1.2),
data/unidata/ucdterms.txt (1.2), extra/.cvsignore (1.2),
extra/Makefile.in (1.2), extra/scrptrun/.cvsignore (1.2),
extra/scrptrun/Makefile.in (1.2), extra/scrptrun/readme.html (1.2),
extra/scrptrun/scrptrun.cpp (1.2), extra/scrptrun/scrptrun.h (1.2),
extra/scrptrun/srtest.cpp (1.2), extra/scrptrun/srtest.dsp (1.2),
extra/scrptrun/srtest.dsw (1.2), extra/uconv/.cvsignore (1.2),
extra/uconv/Makefile.in (1.2), extra/uconv/README (1.2),
extra/uconv/makedata.mak (1.2), extra/uconv/pkgdata.inc.in (1.2),
extra/uconv/resfiles.mk (1.2), extra/uconv/uconv.1.in (1.2),
extra/uconv/uconv.cpp (1.2), extra/uconv/uconv.dsp (1.2),
extra/uconv/uconv.vcproj (1.2), extra/uconv/uwmsg.c (1.2),
extra/uconv/resources/.cvsignore (1.2),
extra/uconv/resources/fr.txt (1.2), extra/uconv/resources/root.txt
(1.2), extra/uconv/samples/ISO-8859-2.txt (1.2),
extra/uconv/samples/ISO-8859-3.txt (1.2),
extra/uconv/samples/danish-ISO-8859-1.txt (1.2),
extra/uconv/samples/eucJP.txt (1.2),
extra/uconv/samples/hangul-eucKR.txt (1.2),
extra/uconv/samples/hania-eucKR.txt (1.2),
extra/uconv/samples/iso8859-1.txt (1.2),
extra/uconv/samples/koi8r.txt (1.2),
extra/uconv/samples/utf8/armenian.txt (1.2),
extra/uconv/samples/utf8/banviet.txt (1.2),
extra/uconv/samples/utf8/chinese-ulysses.txt (1.2),
extra/uconv/samples/utf8/croat.txt (1.2),
extra/uconv/samples/utf8/danish.txt (1.2),
extra/uconv/samples/utf8/greek.txt (1.2),
extra/uconv/samples/utf8/hangul.txt (1.2),
extra/uconv/samples/utf8/hania.txt (1.2),
extra/uconv/samples/utf8/jap.txt (1.2),
extra/uconv/samples/utf8/korean.txt (1.2),
extra/uconv/samples/utf8/linji.txt (1.2),
extra/uconv/samples/utf8/many.txt (1.2),
extra/uconv/samples/utf8/maopoem.txt (1.2),
extra/uconv/samples/utf8/russian.txt (1.2),
extra/uconv/samples/utf8/simplechinese.txt (1.2),
extra/uconv/samples/utf8/turkish.txt (1.2),
extra/uconv/samples/utf8/utf-8-demo.txt (1.2),
extra/uconv/unicode/uwmsg.h (1.2), i18n/.cvsignore (1.2),
i18n/Makefile.in (1.2), i18n/anytrans.cpp (1.2), i18n/anytrans.h
(1.2), i18n/astro.cpp (1.2), i18n/astro.h (1.2), i18n/bocsu.c
(1.2), i18n/bocsu.h (1.2), i18n/buddhcal.cpp (1.2), i18n/buddhcal.h
(1.2), i18n/calendar.cpp (1.2), i18n/chnsecal.cpp (1.2),
i18n/chnsecal.h (1.2), i18n/choicfmt.cpp (1.2), i18n/coleitr.cpp
(1.2), i18n/coll.cpp (1.2), i18n/cpdtrans.cpp (1.2),
i18n/cpdtrans.h (1.2), i18n/curramt.cpp (1.2), i18n/currfmt.cpp
(1.2), i18n/currfmt.h (1.2), i18n/currunit.cpp (1.2),
i18n/datefmt.cpp (1.2), i18n/dcfmtsym.cpp (1.2), i18n/decimfmt.cpp
(1.2), i18n/digitlst.cpp (1.2), i18n/digitlst.h (1.2),
i18n/dtfmtsym.cpp (1.2), i18n/esctrn.cpp (1.2), i18n/esctrn.h
(1.2), i18n/fmtable.cpp (1.2), i18n/format.cpp (1.2),
i18n/funcrepl.cpp (1.2), i18n/funcrepl.h (1.2), i18n/gregocal.cpp
(1.2), i18n/gregoimp.cpp (1.2), i18n/gregoimp.h (1.2),
i18n/hebrwcal.cpp (1.2), i18n/hebrwcal.h (1.2), i18n/i18n.dsp
(1.2), i18n/i18n.rc (1.2), i18n/i18n.vcproj (1.2),
i18n/islamcal.cpp (1.2), i18n/islamcal.h (1.2), i18n/japancal.cpp
(1.2), i18n/japancal.h (1.2), i18n/measfmt.cpp (1.2),
i18n/measure.cpp (1.2), i18n/msgfmt.cpp (1.2), i18n/name2uni.cpp
(1.2), i18n/name2uni.h (1.2), i18n/nfrlist.h (1.2), i18n/nfrs.cpp
(1.2), i18n/nfrs.h (1.2), i18n/nfrule.cpp (1.2), i18n/nfrule.h
(1.2), i18n/nfsubs.cpp (1.2), i18n/nfsubs.h (1.2),
i18n/nortrans.cpp (1.2), i18n/nortrans.h (1.2), i18n/nultrans.cpp
(1.2), i18n/nultrans.h (1.2), i18n/numfmt.cpp (1.2),
i18n/olsontz.cpp (1.2), i18n/olsontz.h (1.2), i18n/quant.cpp (1.2),
i18n/quant.h (1.2), i18n/rbnf.cpp (1.2), i18n/rbt.cpp (1.2),
i18n/rbt.h (1.2), i18n/rbt_data.cpp (1.2), i18n/rbt_data.h (1.2),
i18n/rbt_pars.cpp (1.2), i18n/rbt_pars.h (1.2), i18n/rbt_rule.cpp
(1.2), i18n/rbt_rule.h (1.2), i18n/rbt_set.cpp (1.2),
i18n/rbt_set.h (1.2), i18n/regexcmp.cpp (1.2), i18n/regexcmp.h
(1.2), i18n/regexcst.h (1.2), i18n/regexcst.pl (1.2),
i18n/regexcst.txt (1.2), i18n/regeximp.h (1.2), i18n/regexst.cpp
(1.2), i18n/regexst.h (1.2), i18n/rematch.cpp (1.2),
i18n/remtrans.cpp (1.2), i18n/remtrans.h (1.2), i18n/repattrn.cpp
(1.2), i18n/search.cpp (1.2), i18n/simpletz.cpp (1.2),
i18n/smpdtfmt.cpp (1.2), i18n/sortkey.cpp (1.2), i18n/strmatch.cpp
(1.2), i18n/strmatch.h (1.2), i18n/strrepl.cpp (1.2),
i18n/strrepl.h (1.2), i18n/stsearch.cpp (1.2), i18n/tblcoll.cpp
(1.2), i18n/timezone.cpp (1.2), i18n/titletrn.cpp (1.2),
i18n/titletrn.h (1.2), i18n/tolowtrn.cpp (1.2), i18n/tolowtrn.h
(1.2), i18n/toupptrn.cpp (1.2), i18n/toupptrn.h (1.2),
i18n/translit.cpp (1.2), i18n/transreg.cpp (1.2), i18n/transreg.h
(1.2), i18n/tridpars.cpp (1.2), i18n/tridpars.h (1.2),
i18n/ucal.cpp (1.2), i18n/ucln_in.c (1.2), i18n/ucln_in.h (1.2),
i18n/ucol.cpp (1.2), i18n/ucol_bld.cpp (1.2), i18n/ucol_bld.h
(1.2), i18n/ucol_cnt.cpp (1.2), i18n/ucol_cnt.h (1.2),
i18n/ucol_elm.cpp (1.2), i18n/ucol_elm.h (1.2), i18n/ucol_imp.h
(1.2), i18n/ucol_sit.cpp (1.2), i18n/ucol_tok.cpp (1.2),
i18n/ucol_tok.h (1.2), i18n/ucol_wgt.c (1.2), i18n/ucol_wgt.h
(1.2), i18n/ucoleitr.cpp (1.2), i18n/ucurr.cpp (1.2),
i18n/ucurrimp.h (1.2), i18n/udat.cpp (1.2), i18n/ulocdata.c (1.2),
i18n/umsg.cpp (1.2), i18n/umsg_imp.h (1.2), i18n/unesctrn.cpp
(1.2), i18n/unesctrn.h (1.2), i18n/uni2name.cpp (1.2),
i18n/uni2name.h (1.2), i18n/unum.cpp (1.2), i18n/uregex.cpp (1.2),
i18n/usearch.cpp (1.2), i18n/usrchimp.h (1.2), i18n/utrans.cpp
(1.2), i18n/unicode/calendar.h (1.2), i18n/unicode/choicfmt.h
(1.2), i18n/unicode/coleitr.h (1.2), i18n/unicode/coll.h (1.2),
i18n/unicode/curramt.h (1.2), i18n/unicode/currunit.h (1.2),
i18n/unicode/datefmt.h (1.2), i18n/unicode/dcfmtsym.h (1.2),
i18n/unicode/decimfmt.h (1.2), i18n/unicode/dtfmtsym.h (1.2),
i18n/unicode/fieldpos.h (1.2), i18n/unicode/fmtable.h (1.2),
i18n/unicode/format.h (1.2), i18n/unicode/gregocal.h (1.2),
i18n/unicode/measfmt.h (1.2), i18n/unicode/measunit.h (1.2),
i18n/unicode/measure.h (1.2), i18n/unicode/msgfmt.h (1.2),
i18n/unicode/numfmt.h (1.2), i18n/unicode/rbnf.h (1.2),
i18n/unicode/regex.h (1.2), i18n/unicode/search.h (1.2),
i18n/unicode/simpletz.h (1.2), i18n/unicode/smpdtfmt.h (1.2),
i18n/unicode/sortkey.h (1.2), i18n/unicode/stsearch.h (1.2),
i18n/unicode/tblcoll.h (1.2), i18n/unicode/timezone.h (1.2),
i18n/unicode/translit.h (1.2), i18n/unicode/ucal.h (1.2),
i18n/unicode/ucol.h (1.2), i18n/unicode/ucoleitr.h (1.2),
i18n/unicode/ucurr.h (1.2), i18n/unicode/udat.h (1.2),
i18n/unicode/ulocdata.h (1.2), i18n/unicode/umsg.h (1.2),
i18n/unicode/unirepl.h (1.2), i18n/unicode/unum.h (1.2),
i18n/unicode/uregex.h (1.2), i18n/unicode/usearch.h (1.2),
i18n/unicode/utrans.h (1.2):
Merge INTL branch into HEAD
2005-05-28 00:17 asfernandes
* firebird2/extern/: editline/readline/readline.h (1.2),
icu/.cvsignore (1.2), icu/license.html (1.2), icu/readme.html
(1.2), icu/as_is/os390/unpax-icu.sh (1.2),
icu/as_is/os400/configure (1.2), icu/as_is/os400/unpax-icu.sh
(1.2), icu/debian/.cvsignore (1.2),
icu/debian/README.Debian.libicu-dev (1.2), icu/debian/changelog
(1.2), icu/debian/control (1.2), icu/debian/copyright (1.2),
icu/debian/icu-doc.doc-base (1.2), icu/debian/icu.conffiles.in
(1.2), icu/debian/icu.postinst.in (1.2), icu/debian/icu.prerm.in
(1.2), icu/debian/libicu.postinst (1.2), icu/debian/libicu.prerm.in
(1.2), icu/debian/postinst.in (1.2), icu/debian/prerm.in (1.2),
icu/debian/rules (1.2), icu/packaging/PACKAGES (1.2),
icu/packaging/README (1.2), icu/packaging/debian/README (1.2),
icu/packaging/rpm/icu.spec (1.2), icu/source/.cvsignore (1.2),
icu/source/Doxyfile.in (1.2), icu/source/Makefile.in (1.2),
icu/source/acconfig.h (1.2), icu/source/aclocal.m4 (1.2),
icu/source/config.guess (1.2), icu/source/config.sub (1.2),
icu/source/configure (1.2), icu/source/configure.in (1.2),
icu/source/icudefs.mk.in (1.2), icu/source/install-sh (1.2),
icu/source/mkinstalldirs (1.2), icu/source/runConfigureICU (1.2),
icu/source/allinone/.cvsignore (1.2),
icu/source/allinone/allinone.dsw (1.2),
icu/source/allinone/allinone.sln (1.2),
icu/source/allinone/all/.cvsignore (1.2),
icu/source/allinone/all/all.dsp (1.2), icu/source/common/.cvsignore
(1.2), icu/source/common/Makefile.in (1.2),
icu/source/common/brkdict.cpp (1.2), icu/source/common/brkdict.h
(1.2), icu/source/common/brkiter.cpp (1.2),
icu/source/common/caniter.cpp (1.2), icu/source/common/chariter.cpp
(1.2), icu/source/common/charstr.h (1.2),
icu/source/common/cmemory.c (1.2), icu/source/common/cmemory.h
(1.2), icu/source/common/common.dsp (1.2),
icu/source/common/common.rc (1.2), icu/source/common/common.vcproj
(1.2), icu/source/common/cpputils.h (1.2),
icu/source/common/cstring.c (1.2), icu/source/common/cstring.h
(1.2), icu/source/common/cwchar.c (1.2), icu/source/common/cwchar.h
(1.2), icu/source/common/dbbi.cpp (1.2),
icu/source/common/dbbi_tbl.cpp (1.2), icu/source/common/dbbi_tbl.h
(1.2), icu/source/common/filestrm.c (1.2),
2007-12-11 04:21:24 +01:00
icu/source/common/filestrm.h (1.2), icu/source/common/hash.h (1.2),
icu/source/common/icucfg.h.in (1.2), icu/source/common/iculserv.cpp
(1.2), icu/source/common/iculserv.h (1.2),
icu/source/common/icunotif.cpp (1.2), icu/source/common/icunotif.h
(1.2), icu/source/common/icuserv.cpp (1.2),
icu/source/common/icuserv.h (1.2), icu/source/common/locbased.cpp
(1.2), icu/source/common/locbased.h (1.2),
icu/source/common/locid.cpp (1.2), icu/source/common/locmap.c
(1.2), icu/source/common/locmap.h (1.2),
icu/source/common/msvcres.h (1.2), icu/source/common/mutex.h (1.2),
icu/source/common/normlzr.cpp (1.2), icu/source/common/parsepos.cpp
(1.2), icu/source/common/propname.cpp (1.2),
icu/source/common/propname.h (1.2), icu/source/common/punycode.c
(1.2), icu/source/common/punycode.h (1.2),
icu/source/common/putil.c (1.2), icu/source/common/rbbi.cpp (1.2),
icu/source/common/rbbicst.pl (1.2), icu/source/common/rbbidata.cpp
(1.2), icu/source/common/rbbidata.h (1.2),
icu/source/common/rbbinode.cpp (1.2), icu/source/common/rbbinode.h
(1.2), icu/source/common/rbbirb.cpp (1.2),
icu/source/common/rbbirb.h (1.2), icu/source/common/rbbirpt.h
(1.2), icu/source/common/rbbirpt.txt (1.2),
icu/source/common/rbbiscan.cpp (1.2), icu/source/common/rbbiscan.h
(1.2), icu/source/common/rbbisetb.cpp (1.2),
icu/source/common/rbbisetb.h (1.2), icu/source/common/rbbistbl.cpp
(1.2), icu/source/common/rbbitblb.cpp (1.2),
icu/source/common/rbbitblb.h (1.2), icu/source/common/resbund.cpp
(1.2), icu/source/common/ruleiter.cpp (1.2),
icu/source/common/ruleiter.h (1.2), icu/source/common/schriter.cpp
(1.2), icu/source/common/sprpimpl.h (1.2),
icu/source/common/uarrsort.c (1.2), icu/source/common/uarrsort.h
(1.2), icu/source/common/uassert.h (1.2), icu/source/common/ubidi.c
(1.2), icu/source/common/ubidiimp.h (1.2),
icu/source/common/ubidiln.c (1.2), icu/source/common/ubidiwrt.c
(1.2), icu/source/common/ubrk.cpp (1.2), icu/source/common/ucat.c
(1.2), icu/source/common/uchar.c (1.2),
icu/source/common/uchriter.cpp (1.2), icu/source/common/ucln.h
(1.2), icu/source/common/ucln_cmn.c (1.2),
icu/source/common/ucln_cmn.h (1.2), icu/source/common/ucmndata.c
(1.2), icu/source/common/ucmndata.h (1.2),
icu/source/common/ucmp8.c (1.2), icu/source/common/ucmp8.h (1.2),
icu/source/common/ucnv.c (1.2), icu/source/common/ucnv2022.c (1.2),
icu/source/common/ucnv_bld.c (1.2), icu/source/common/ucnv_bld.h
(1.2), icu/source/common/ucnv_cb.c (1.2),
icu/source/common/ucnv_cnv.c (1.2), icu/source/common/ucnv_cnv.h
(1.2), icu/source/common/ucnv_err.c (1.2),
icu/source/common/ucnv_ext.c (1.2), icu/source/common/ucnv_ext.h
(1.2), icu/source/common/ucnv_imp.h (1.2),
icu/source/common/ucnv_io.c (1.2), icu/source/common/ucnv_io.h
(1.2), icu/source/common/ucnv_lmb.c (1.2),
icu/source/common/ucnv_u16.c (1.2), icu/source/common/ucnv_u32.c
(1.2), icu/source/common/ucnv_u7.c (1.2),
icu/source/common/ucnv_u8.c (1.2), icu/source/common/ucnvbocu.c
(1.2), icu/source/common/ucnvhz.c (1.2),
icu/source/common/ucnvisci.c (1.2), icu/source/common/ucnvlat1.c
(1.2), icu/source/common/ucnvmbcs.c (1.2),
icu/source/common/ucnvmbcs.h (1.2), icu/source/common/ucnvscsu.c
(1.2), icu/source/common/ucol_swp.c (1.2),
icu/source/common/ucol_swp.h (1.2), icu/source/common/udata.c
(1.2), icu/source/common/udatamem.c (1.2),
icu/source/common/udatamem.h (1.2), icu/source/common/udataswp.c
(1.2), icu/source/common/udataswp.h (1.2),
icu/source/common/uenum.c (1.2), icu/source/common/uenumimp.h
(1.2), icu/source/common/uhash.c (1.2), icu/source/common/uhash.h
(1.2), icu/source/common/uhash_us.cpp (1.2),
icu/source/common/uidna.cpp (1.2), icu/source/common/uiter.cpp
(1.2), icu/source/common/uloc.c (1.2), icu/source/common/ulocimp.h
(1.2), icu/source/common/umapfile.c (1.2),
icu/source/common/umapfile.h (1.2), icu/source/common/umemstrm.c
(1.2), icu/source/common/umemstrm.h (1.2),
icu/source/common/umutex.c (1.2), icu/source/common/umutex.h (1.2),
icu/source/common/unames.c (1.2), icu/source/common/unifilt.cpp
(1.2), icu/source/common/unifunct.cpp (1.2),
icu/source/common/uniset.cpp (1.2), icu/source/common/unistr.cpp
(1.2), icu/source/common/unorm.cpp (1.2),
icu/source/common/unorm_it.c (1.2), icu/source/common/unorm_it.h
(1.2), icu/source/common/unormimp.h (1.2),
icu/source/common/uobject.cpp (1.2), icu/source/common/uprops.c
(1.2), icu/source/common/uprops.h (1.2),
icu/source/common/uresbund.c (1.2), icu/source/common/uresdata.c
(1.2), icu/source/common/uresdata.h (1.2),
icu/source/common/uresimp.h (1.2), icu/source/common/usc_impl.c
(1.2), icu/source/common/usc_impl.h (1.2),
icu/source/common/uscript.c (1.2), icu/source/common/uset.cpp
(1.2), icu/source/common/usetiter.cpp (1.2),
icu/source/common/ushape.c (1.2), icu/source/common/usprep.cpp
(1.2), icu/source/common/ustack.cpp (1.2),
icu/source/common/ustr_imp.h (1.2), icu/source/common/ustrcase.c
(1.2), icu/source/common/ustrenum.cpp (1.2),
icu/source/common/ustrenum.h (1.2), icu/source/common/ustrfmt.c
(1.2), icu/source/common/ustrfmt.h (1.2),
icu/source/common/ustring.c (1.2), icu/source/common/ustrtrns.c
(1.2), icu/source/common/utf_impl.c (1.2),
icu/source/common/util.cpp (1.2), icu/source/common/util.h (1.2),
icu/source/common/utrace.c (1.2), icu/source/common/utracimp.h
(1.2), icu/source/common/utrie.c (1.2), icu/source/common/utrie.h
(1.2), icu/source/common/uvector.cpp (1.2),
icu/source/common/uvector.h (1.2), icu/source/common/uvectr32.cpp
(1.2), icu/source/common/uvectr32.h (1.2),
icu/source/common/unicode/.cvsignore (1.2),
icu/source/common/unicode/brkiter.h (1.2),
icu/source/common/unicode/caniter.h (1.2),
icu/source/common/unicode/chariter.h (1.2),
icu/source/common/unicode/dbbi.h (1.2),
icu/source/common/unicode/docmain.h (1.2),
icu/source/common/unicode/locid.h (1.2),
icu/source/common/unicode/normlzr.h (1.2),
icu/source/common/unicode/parseerr.h (1.2),
icu/source/common/unicode/parsepos.h (1.2),
icu/source/common/unicode/platform.h.in (1.2),
icu/source/common/unicode/pmacos.h (1.2),
icu/source/common/unicode/pos400.h (1.2),
icu/source/common/unicode/putil.h (1.2),
icu/source/common/unicode/pwin32.h (1.2),
icu/source/common/unicode/rbbi.h (1.2),
icu/source/common/unicode/rep.h (1.2),
icu/source/common/unicode/resbund.h (1.2),
icu/source/common/unicode/schriter.h (1.2),
icu/source/common/unicode/strenum.h (1.2),
icu/source/common/unicode/symtable.h (1.2),
icu/source/common/unicode/ubidi.h (1.2),
icu/source/common/unicode/ubrk.h (1.2),
icu/source/common/unicode/ucat.h (1.2),
icu/source/common/unicode/uchar.h (1.2),
icu/source/common/unicode/uchriter.h (1.2),
icu/source/common/unicode/uclean.h (1.2),
icu/source/common/unicode/ucnv.h (1.2),
icu/source/common/unicode/ucnv_cb.h (1.2),
icu/source/common/unicode/ucnv_err.h (1.2),
icu/source/common/unicode/uconfig.h (1.2),
icu/source/common/unicode/udata.h (1.2),
icu/source/common/unicode/udeprctd.h (1.2),
icu/source/common/unicode/udraft.h (1.2),
icu/source/common/unicode/uenum.h (1.2),
icu/source/common/unicode/uidna.h (1.2),
icu/source/common/unicode/uiter.h (1.2),
icu/source/common/unicode/uloc.h (1.2),
icu/source/common/unicode/umachine.h (1.2),
icu/source/common/unicode/umisc.h (1.2),
icu/source/common/unicode/unifilt.h (1.2),
icu/source/common/unicode/unifunct.h (1.2),
icu/source/common/unicode/unimatch.h (1.2),
icu/source/common/unicode/uniset.h (1.2),
icu/source/common/unicode/unistr.h (1.2),
icu/source/common/unicode/unorm.h (1.2),
icu/source/common/unicode/uobject.h (1.2),
icu/source/common/unicode/uobslete.h (1.2),
icu/source/common/unicode/urename.h (1.2),
icu/source/common/unicode/urep.h (1.2),
icu/source/common/unicode/ures.h (1.2),
icu/source/common/unicode/uscript.h (1.2),
icu/source/common/unicode/uset.h (1.2),
icu/source/common/unicode/usetiter.h (1.2),
icu/source/common/unicode/ushape.h (1.2),
icu/source/common/unicode/usprep.h (1.2),
icu/source/common/unicode/ustring.h (1.2),
icu/source/common/unicode/utf.h (1.2),
icu/source/common/unicode/utf16.h (1.2),
icu/source/common/unicode/utf32.h (1.2),
icu/source/common/unicode/utf8.h (1.2),
icu/source/common/unicode/utf_old.h (1.2),
icu/source/common/unicode/utrace.h (1.2),
icu/source/common/unicode/utypes.h (1.2),
icu/source/common/unicode/uversion.h (1.2),
icu/source/config/.cvsignore (1.2),
icu/source/config/Makefile.inc.in (1.2),
icu/source/config/icu-config-bottom (1.2),
icu/source/config/icu-config-top (1.2),
icu/source/config/icu-config.1.in (1.2),
icu/source/config/make2sh.sed (1.2), icu/source/config/mh-aix
(1.2), icu/source/config/mh-aix-gcc (1.2),
icu/source/config/mh-aix-va (1.2),
icu/source/config/mh-alpha-linux-cc (1.2),
icu/source/config/mh-alpha-linux-gcc (1.2),
icu/source/config/mh-alpha-osf (1.2), icu/source/config/mh-beos
(1.2), icu/source/config/mh-bsd-gcc (1.2),
icu/source/config/mh-cygwin (1.2), icu/source/config/mh-cygwin-msvc
(1.2), icu/source/config/mh-darwin (1.2),
icu/source/config/mh-hpux-acc (1.2), icu/source/config/mh-hpux-cc
(1.2), icu/source/config/mh-hpux-gcc (1.2),
icu/source/config/mh-irix (1.2), icu/source/config/mh-linux (1.2),
icu/source/config/mh-mpras (1.2), icu/source/config/mh-os390 (1.2),
icu/source/config/mh-os400 (1.2), icu/source/config/mh-ptx (1.2),
icu/source/config/mh-qnx (1.2), icu/source/config/mh-solaris (1.2),
icu/source/config/mh-solaris-gcc (1.2),
icu/source/config/mh-unknown (1.2),
icu/source/config/test-icu-config.sh (1.2),
icu/source/data/.cvsignore (1.2), icu/source/data/Makefile.in
(1.2), icu/source/data/icupkg.inc.in (1.2),
icu/source/data/makedata.dsp (1.2), icu/source/data/makedata.mak
(1.2), icu/source/data/makedata.vcproj (1.2),
icu/source/data/brkitr/char.txt (1.2),
icu/source/data/brkitr/line.txt (1.2),
icu/source/data/brkitr/line_th.txt (1.2),
icu/source/data/brkitr/sent.txt (1.2),
icu/source/data/brkitr/thaidict.brk (1.2),
icu/source/data/brkitr/title.txt (1.2),
icu/source/data/brkitr/word.txt (1.2),
icu/source/data/brkitr/word_th.txt (1.2),
icu/source/data/coll/ar.txt (1.2), icu/source/data/coll/be.txt
(1.2), icu/source/data/coll/bg.txt (1.2),
icu/source/data/coll/ca.txt (1.2), icu/source/data/coll/colfiles.mk
(1.2), icu/source/data/coll/cs.txt (1.2),
icu/source/data/coll/da.txt (1.2), icu/source/data/coll/de.txt
(1.2), icu/source/data/coll/de__PHONEBOOK.txt (1.2),
icu/source/data/coll/el.txt (1.2), icu/source/data/coll/en.txt
(1.2), icu/source/data/coll/en_BE.txt (1.2),
icu/source/data/coll/eo.txt (1.2), icu/source/data/coll/es.txt
(1.2), icu/source/data/coll/es__TRADITIONAL.txt (1.2),
icu/source/data/coll/et.txt (1.2), icu/source/data/coll/fa.txt
(1.2), icu/source/data/coll/fa_AF.txt (1.2),
icu/source/data/coll/fi.txt (1.2), icu/source/data/coll/fo.txt
(1.2), icu/source/data/coll/fr.txt (1.2),
icu/source/data/coll/gu.txt (1.2), icu/source/data/coll/he.txt
(1.2), icu/source/data/coll/hi.txt (1.2),
icu/source/data/coll/hi__DIRECT.txt (1.2),
icu/source/data/coll/hr.txt (1.2), icu/source/data/coll/hu.txt
(1.2), icu/source/data/coll/is.txt (1.2),
icu/source/data/coll/it.txt (1.2), icu/source/data/coll/ja.txt
(1.2), icu/source/data/coll/kk.txt (1.2),
icu/source/data/coll/kl.txt (1.2), icu/source/data/coll/kn.txt
(1.2), icu/source/data/coll/ko.txt (1.2),
icu/source/data/coll/lt.txt (1.2), icu/source/data/coll/lv.txt
(1.2), icu/source/data/coll/mk.txt (1.2),
icu/source/data/coll/mr.txt (1.2), icu/source/data/coll/mt.txt
(1.2), icu/source/data/coll/nb.txt (1.2),
icu/source/data/coll/nn.txt (1.2), icu/source/data/coll/om.txt
(1.2), icu/source/data/coll/pa.txt (1.2),
icu/source/data/coll/pl.txt (1.2), icu/source/data/coll/ps.txt
(1.2), icu/source/data/coll/ro.txt (1.2),
icu/source/data/coll/root.txt (1.2), icu/source/data/coll/ru.txt
(1.2), icu/source/data/coll/sh.txt (1.2),
icu/source/data/coll/sk.txt (1.2), icu/source/data/coll/sl.txt
(1.2), icu/source/data/coll/sq.txt (1.2),
icu/source/data/coll/sr.txt (1.2), icu/source/data/coll/sv.txt
(1.2), icu/source/data/coll/ta.txt (1.2),
icu/source/data/coll/te.txt (1.2), icu/source/data/coll/th.txt
(1.2), icu/source/data/coll/tr.txt (1.2),
icu/source/data/coll/uk.txt (1.2), icu/source/data/coll/vi.txt
(1.2), icu/source/data/coll/zh.txt (1.2),
icu/source/data/coll/zh_HK.txt (1.2),
icu/source/data/coll/zh_Hant.txt (1.2),
icu/source/data/coll/zh_MO.txt (1.2),
icu/source/data/coll/zh_TW.txt (1.2),
icu/source/data/coll/zh_TW_STROKE.txt (1.2),
icu/source/data/coll/zh__PINYIN.txt (1.2):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Merge INTL branch into HEAD
2005-05-28 00:14 asfernandes
* firebird2/: autogen.sh (1.12), configure.in (1.226),
builds/install/arch-specific/freebsd/install.sh.in (1.9),
builds/install/arch-specific/linux/Makefile.in (1.6),
builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
(1.13),
builds/install/arch-specific/linux/classic/postinstall.sh.in
(1.12),
builds/install/arch-specific/linux/classic/postuninstall.sh.in
(1.3), builds/install/arch-specific/linux/classic/preinstall.sh.in
(1.6),
builds/install/arch-specific/linux/classic/preuninstall.sh.in
(1.4),
builds/install/arch-specific/linux/super/makeInstallImage.sh.in
(1.11),
builds/install/arch-specific/linux/super/tarMainInstall.sh.in
(1.3),
builds/install/arch-specific/linux/super/tarMainUninstall.sh.in
(1.3), builds/install/arch-specific/linux/super/tarinstall.sh.in
(1.4), builds/install/arch-specific/linux/super/taruninstall.sh.in
(1.3), builds/install/arch-specific/netbsd/install.sh.in (1.3),
builds/install/arch-specific/sinixz/prototype.in (1.7),
builds/install/arch-specific/solaris/Makefile.in (1.3),
builds/install/arch-specific/solaris/CS/postinstall.in (1.2),
builds/install/arch-specific/solaris/CS/postremove.in (1.2),
builds/install/arch-specific/solaris/CS/preinstall.in (1.2),
builds/install/arch-specific/solx86gcc/Makefile.in (1.4),
builds/install/arch-specific/solx86gcc/CS/postinstall.in (1.2),
builds/install/arch-specific/solx86gcc/CS/postremove.in (1.2),
builds/install/arch-specific/solx86gcc/CS/preinstall.in (1.2),
builds/install/arch-specific/win32/FirebirdInstall_20.iss (1.9),
builds/install/misc/changeGdsLibraryCompatibleLink.sh.in (1.2),
builds/install/misc/fb_config.in (1.2),
builds/install/misc/fbintl.conf (1.2),
builds/posix/Makefile.in.boot.gpre (1.23),
builds/posix/Makefile.in.client.fbudf (1.5),
builds/posix/Makefile.in.client.gbak (1.11),
builds/posix/Makefile.in.client.gdef (1.11),
builds/posix/Makefile.in.client.gfix (1.13),
builds/posix/Makefile.in.client.gpre (1.18),
builds/posix/Makefile.in.client.gsec (1.4),
builds/posix/Makefile.in.client.isql (1.10),
builds/posix/Makefile.in.client.qli (1.6),
builds/posix/Makefile.in.client.util (1.24),
builds/posix/Makefile.in.embed.lockmgr (1.9),
builds/posix/Makefile.in.examples (1.5),
builds/posix/Makefile.in.extern.icu (1.2),
builds/posix/Makefile.in.extlib (1.20),
builds/posix/Makefile.in.fbserver (1.18),
builds/posix/Makefile.in.firebird (1.61),
builds/posix/Makefile.in.intl (1.21),
builds/posix/Makefile.in.libfbclient (1.29),
builds/posix/Makefile.in.libfbcommon (1.9),
builds/posix/Makefile.in.libfbembed (1.15),
builds/posix/Makefile.in.libfbstatic (1.8),
builds/posix/Makefile.in.refDatabases (1.27),
builds/posix/Makefile.in.static.gbak (1.10),
builds/posix/Makefile.in.static.gpre (1.17),
builds/posix/Makefile.in.static.isql (1.9),
builds/posix/fbintl.vers (1.3), builds/posix/make.defaults (1.39),
builds/posix/make.rules (1.25), builds/posix/make.shared.targets
(1.19), builds/posix/make.shared.variables (1.51),
builds/posix/prefix.linux_generic (1.2),
builds/posix/prefix.linux_sparc32 (1.6), builds/posix/prefix.netbsd
(1.3), builds/posix/prefix.solx86 (1.26),
builds/posix/prefix.solx86gcc (1.16), builds/win32/make_all.bat
(1.34), builds/win32/make_icu.bat (1.2), builds/win32/prepare.bat
(1.43), builds/win32/msvc6/Firebird2.dsw (1.36),
builds/win32/msvc6/config.dsp (1.2), builds/win32/msvc6/engine.dsp
(1.58), builds/win32/msvc6/engine_classic.dsp (1.54),
builds/win32/msvc6/engine_embed.dsp (1.33),
builds/win32/msvc6/fb_inet_server.dsp (1.22),
builds/win32/msvc6/fbembed.dsp (1.35),
builds/win32/msvc6/fbserver.dsp (1.36),
builds/win32/msvc7/Firebird2.sln (1.23),
builds/win32/msvc7/config.vcproj (1.2),
builds/win32/msvc7/engine.vcproj (1.48),
builds/win32/msvc7/engine_classic.vcproj (1.48),
builds/win32/msvc7/engine_embed.vcproj (1.36),
builds/win32/msvc7/fb_inet_server.vcproj (1.19),
builds/win32/msvc7/fbembed.vcproj (1.29),
builds/win32/msvc7/fbserver.vcproj (1.20),
builds/win32/msvc7/intl.vcproj (1.19), doc/WhatsNew (1.65),
doc/sql.extensions/README.keywords (1.2),
doc/sql.extensions/README.length (1.2),
doc/sql.extensions/README.trim (1.2), extern/editline/CHANGES
(1.2), extern/editline/INSTALL (1.2), extern/editline/Makefile.in
(1.2), extern/editline/PLATFORMS (1.2), extern/editline/README
(1.2), extern/editline/chared.c (1.2), extern/editline/chared.h
(1.2), extern/editline/common.c (1.2), extern/editline/config.guess
(1.2), extern/editline/config.h.in (1.2),
extern/editline/config.sub (1.2), extern/editline/configure (1.2),
extern/editline/configure.in (1.2), extern/editline/editline.3
(1.2), extern/editline/editrc.5 (1.2), extern/editline/el.c (1.2),
extern/editline/el.h (1.2), extern/editline/emacs.c (1.2),
extern/editline/hist.c (1.2), extern/editline/hist.h (1.2),
extern/editline/histedit.h (1.2), extern/editline/history.c (1.2),
extern/editline/install-sh (1.2), extern/editline/key.c (1.2),
extern/editline/key.h (1.2), extern/editline/makelist (1.2),
extern/editline/map.c (1.2), extern/editline/map.h (1.2),
extern/editline/parse.c (1.2), extern/editline/parse.h (1.2),
extern/editline/prompt.c (1.2), extern/editline/prompt.h (1.2),
extern/editline/read.c (1.2), extern/editline/read.h (1.2),
extern/editline/readline.c (1.2), extern/editline/refresh.c (1.2),
extern/editline/refresh.h (1.2), extern/editline/search.c (1.2),
extern/editline/search.h (1.2), extern/editline/sig.c (1.2),
extern/editline/sig.h (1.2), extern/editline/sys.h (1.2),
extern/editline/term.c (1.2), extern/editline/term.h (1.2),
extern/editline/tokenizer.c (1.2), extern/editline/tokenizer.h
(1.2), extern/editline/tty.c (1.2), extern/editline/tty.h (1.2),
extern/editline/vi.c (1.2), extern/editline/TEST/test.c (1.2),
extern/editline/np/fgetln.c (1.2), extern/editline/np/strlcat.c
(1.2), extern/editline/np/strlcpy.c (1.2),
extern/editline/np/unvis.c (1.2), extern/editline/np/vis.c (1.2),
extern/editline/np/vis.h (1.2):
Merge INTL branch into HEAD
2005-05-24 01:16 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.214):
fixed missed return, thanks to Claudio
2005-05-22 08:13 robocop
* firebird2/: lang_helpers/gds_codes.ftn (1.13),
lang_helpers/gds_codes.pas (1.13), src/include/gen/codetext.h
(1.20), src/include/gen/iberror.h (1.19), src/include/gen/msgs.h
(1.27), src/include/gen/rdb_codes.h (1.20),
2008-03-24 20:52:36 +01:00
src/include/gen/sql_code.h (1.22):
2007-12-12 04:21:55 +01:00
Fix SF Bug #494981. If we can print the name of the exception, we
do.
2005-05-22 05:11 robocop
* firebird2/src/: dsql/ddl.cpp (1.138), dsql/dsql.cpp (1.148),
2008-03-24 20:52:36 +01:00
dsql/pass1.cpp (1.213), extlib/ib_udf2.sql (1.7):
2007-12-12 04:21:55 +01:00
Misc.
2005-05-22 04:42 robocop
* firebird2/src/dsql/: ddl.cpp (1.137), dsql.cpp (1.147), node.h
(1.58), parse.cpp (1.150), parse.y (1.176), pass1.cpp (1.212):
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 01:40 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/pass1.cpp (1.211):
2007-12-12 04:21:55 +01:00
Misc.
2005-05-19 09:40 robocop
* firebird2/src/dsql/: parse.cpp (1.149), parse.y (1.175):
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 09:38 robocop
* firebird2/src/dsql/: keywords.cpp (1.43), keywords.h (1.20):
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 09:34 robocop
* firebird2/src/dsql/: ddl.cpp (1.136), dsql.cpp (1.146):
Getting rid of commented code that belonged to the dead shared
cache and/or WAL plus fixing some indentation.
2005-05-19 07:09 aafemt
* firebird2/builds/posix/: Makefile.in.boot.gpre (1.22),
Makefile.in.libfbcommon (1.8):
Config classes are not part of common library because of ifdefs
inside
2005-05-19 05:28 dimitr
* firebird2/builds/win32/msvc7/fbembed.vcproj (1.28):
Correction.
2005-05-18 21:26 dimitr
* firebird2/builds/win32/msvc7/fbembed.vcproj (1.27):
Fixed the threading issues in fbembed.
2005-05-18 20:55 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.210):
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 13:06 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/MetaName.cpp (1.4):
2007-12-12 04:21:55 +01:00
misc
2005-05-18 09:29 robocop
* firebird2/src/common/classes/MetaName.h (1.3):
Get rid of redundant definition: already in constants.h.
2008-03-24 20:52:36 +01:00
2005-05-17 20:20 alexpeshkoff
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: MetaName.cpp (1.3), MetaName.h
(1.2):
2007-12-12 04:21:55 +01:00
fixed issues, reported by Claudio
2005-05-17 09:21 robocop
* firebird2/doc/sql.extensions/README.ddl.txt (1.4):
Explain how metadata comments syntax works.
2005-05-17 09:16 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: ddl.cpp (1.135), dsql.cpp (1.145), dsql.h
(1.73), dsql.tab.h (1.54), keywords.cpp (1.42), node.h (1.57),
parse.cpp (1.148), parse.y (1.174), pass1.cpp (1.209):
2007-12-12 04:21:55 +01:00
- 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:15 robocop
* firebird2/src/alice/alice.cpp (1.78):
Misc.
2005-05-16 11:00 robocop
* firebird2/src/alice/alice.cpp (1.77):
Misc.
2005-05-14 15:44 hvlad
* firebird2/src/: alice/alice.cpp (1.76), burp/burp.cpp (1.99):
1. Fixed bug #908319 2. Fixed inability to restore into nonexisting
file with -se switch used
2005-05-14 12:42 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/: gpre/gpre.cpp (1.74), dudley/lex.cpp (1.29):
2007-12-12 04:21:55 +01:00
fixed declarations of gds__temp_file() parameter - buffer overflows
were possible
2005-05-14 07:21 alexpeshkoff
* firebird2/src/common/classes/MetaName.cpp (1.2):
fixed bug noticed by Vlad
2005-05-13 09:03 hvlad
* firebird2/builds/win32/msvc6/common_static.dsp (1.8):
Update project files after Alex changes
2005-05-13 08:54 hvlad
* firebird2/builds/win32/msvc7/: common.vcproj (1.21),
common_classic.vcproj (1.19), common_static.vcproj (1.9):
Update project files after Alex changes
2005-05-12 20:28 alexpeshkoff
* firebird2/builds/: posix/Makefile.in.client.gbak (1.10),
posix/Makefile.in.embed.gbak (1.11), posix/make.shared.variables
(1.50), win32/msvc6/common.dsp (1.31),
win32/msvc6/common_classic.dsp (1.25):
Applied class MetaName
2005-05-12 20:26 alexpeshkoff
* firebird2/src/common/classes/: MetaName.cpp (1.1), MetaName.h
(1.1):
Added class to handle metadata names
2005-05-12 20:24 alexpeshkoff
* firebird2/src/common/classes/vector.h (1.14):
make Firebird::vector const-friendly
2005-05-12 20:23 alexpeshkoff
* firebird2/src/dsql/ddl.cpp (1.134):
front-ported my fix from 1.5.2 - fixed AV in ALTER TABLE
2005-05-12 19:46 hvlad
* firebird2/src/dsql/make.cpp (1.88):
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-06 20:09 dimitr
* firebird2/src/dsql/ddl.cpp (1.133):
Fix for the bug reported by Bill Oliver.
2005-05-06 04:09 robocop
* firebird2/doc/WhatsNew (1.64):
Delete mention of enhancement that was undone.
2005-05-05 10:39 robocop
* firebird2/builds/install/arch-specific/linux/misc/:
firebird.init.d.generic.in (1.3), firebird.init.d.mandrake.in
(1.4), firebird.init.d.suse.in (1.4), linuxLibrary.sh.in (1.2):
Totally misc.
2005-05-04 21:38 arnobrinkman
* firebird2/src/dsql/: node.h (1.56), pass1.cpp (1.208):
Fix errors generated by IN-predicate due pass1_any() change
2005-05-04 12:47 paul_reeves
2008-03-24 20:52:36 +01:00
* firebird2/builds/install/arch-specific/win32/:
BuildExecutableInstall.bat (1.9), FirebirdInstall_20.iss (1.8),
Readme.txt (1.5), installation_readme.txt (1.6),
ba/Instalacija_ProcitajMe.txt (1.2), ba/custom_messages_ba.inc
(1.2), es/custom_messages_es.inc (1.1), es/leame.txt (1.1),
es/leame_instalacion.txt (1.1):
2007-12-12 04:21:55 +01:00
Add Spanish translations for Win32 installer. Fix problem with
Bosnian translation. Update readmes for Alpha2.
2005-05-04 11:53 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.207):
Fix bug SF #1191006 Using where params in SUM return incorrect
results parameters weren't checked on equality in node_match()
2005-05-04 10:44 dimitr
* firebird2/src/dsql/pass1.cpp (1.206):
Fixed bug found by Arno.
2005-05-03 06:09 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/restore.epp (1.93):
2007-12-12 04:21:55 +01:00
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 14:41 dimitr
* firebird2/src/dsql/pass1.cpp (1.205):
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 11:47 dimitr
* firebird2/src/dsql/pass1.cpp (1.204):
Optimized NOT conditions when possible.
2005-05-01 13:45 dimitr
* firebird2/doc/sql.extensions/README.context_variables2 (1.4):
no message
2005-04-29 20:24 alexpeshkoff
* firebird2/configure.in (1.225):
New scripts for linux
2005-04-29 20:19 alexpeshkoff
* firebird2/builds/install/arch-specific/linux/:
misc/firebird.init.d.debian.in (1.3),
misc/firebird.init.d.generic.in (1.2),
misc/firebird.init.d.gentoo.in (1.2),
misc/firebird.init.d.mandrake.in (1.3),
misc/firebird.init.d.suse.in (1.3), misc/linuxLibrary.sh.in (1.1),
misc/superLinux.sh.in (1.1), classic/README (1.2),
classic/makeInstallImage.sh.in (1.12), super/makeInstallImage.sh.in
(1.10), super/postinstall.sh.in (1.8), super/postuninstall.sh.in
(1.4), super/preinstall.sh.in (1.6), super/preuninstall.sh.in
(1.7), super/rpmfiles.txt.in (1.9), super/rpmheader.txt.in (1.4),
super/tarMainInstall.sh.in (1.2), super/tarMainUninstall.sh.in
(1.2), super/tarinstall.sh.in (1.3), super/taruninstall.sh.in
(1.2):
New scripts for linux
2005-04-29 20:18 alexpeshkoff
* firebird2/builds/install/arch-specific/linux/misc/:
changeDBAPassword.sh.in (1.5), changeGdsLibraryCompatibleLink.sh.in
(1.3), createAliasDB.sh.in (1.2):
removed obsolete scripts - moving to new scripting style
2005-04-29 20:16 alexpeshkoff
* firebird2/builds/install/misc/: changeDBAPassword.sh.in (1.3),
changeGdsLibraryCompatibleLink.sh.in (1.1), changeRunUser.sh.in
(1.1), classicLibrary.sh.in (1.1), createAliasDB.sh.in (1.1),
posixLibrary.sh.in (1.1), restoreRootRunUser.sh.in (1.1),
superLibrary.sh.in (1.1):
New scripts for posix
2005-04-29 20:12 alexpeshkoff
* firebird2/builds/install/misc/: CSchangeRunUser.sh.in (1.6),
CSrestoreRootRunUser.sh.in (1.4), SSchangeRunUser.sh.in (1.3),
SSrestoreRootRunUser.sh.in (1.3):
removed obsolete scripts - moving to new scripting style
2005-04-29 07:36 robocop
* firebird2/src/: burp/backup.epp (1.77), burp/misc.cpp (1.16),
burp/misc_proto.h (1.6), burp/restore.epp (1.92),
2008-03-24 20:52:36 +01:00
include/gen/msgs.h (1.26):
2007-12-12 04:21:55 +01:00
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 07:27 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/msgs.h (1.25):
2007-12-12 04:21:55 +01:00
Updating messages and history after Dmitry's changes.
2005-04-26 15:51 arnobrinkman
* firebird2/doc/WhatsNew (1.63):
no message
2005-04-26 15:32 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.203):
Remove non-sense comment
2005-04-26 13:46 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.202):
Fix SF bug #1016969
-804 Data type unknown with searched CASE and parameters in results
2005-04-25 22:33 dimitr
* firebird2/doc/WhatsNew (1.62):
Updated docs.
2005-04-25 19:19 dimitr
* firebird2/doc/WhatsNew (1.61):
Updated docs.
2005-04-24 20:26 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.201):
Fix bug with VALUE keyword in check constraint and bug Found by Tom
Cole with VALUE keyword where VALUE represents a column
2005-04-20 16:29 kkuznetsov
* firebird2/: configure.in (1.224),
builds/install/arch-specific/solx86gcc/Makefile.in (1.3),
builds/install/arch-specific/solx86gcc/CS/pkginfo.in (1.2),
builds/install/arch-specific/solx86gcc/LIBGCC/pkginfolg.in (1.2),
builds/install/arch-specific/solx86gcc/SS/pkginfo.in (1.2):
Make Solaris install scripts "unified" for sparc and x86
2005-04-20 15:06 arnobrinkman
* firebird2/src/dsql/: make.cpp (1.87), pass1.cpp (1.200):
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 09:47 kkuznetsov
* firebird2/configure.in (1.223):
Revert my previos commit as autoconf fails with 2 equally filenames
beetween case
2005-04-19 11:55 arnobrinkman
* firebird2/src/dsql/make.cpp (1.86):
Fix bug with alias hiding datatype by datatype-list coercion
2005-04-19 10:23 kkuznetsov
* firebird2/builds/posix/prefix.solaris (1.15):
misc cleanup
2005-04-19 10:05 kkuznetsov
* firebird2/configure.in (1.222):
misc
2005-04-18 18:05 kkuznetsov
* firebird2/: builds/install/arch-specific/solaris/Makefile.in
(1.2), builds/install/arch-specific/solaris/CS/pkginfo.in (1.1),
builds/install/arch-specific/solaris/CS/postinstall.in (1.1),
builds/install/arch-specific/solaris/CS/postremove.in (1.1),
builds/install/arch-specific/solaris/CS/preinstall.in (1.1),
builds/install/arch-specific/solaris/CS/prototype.in (1.1),
builds/install/arch-specific/solaris/SS/pkginfo.in (1.1),
builds/install/arch-specific/solaris/SS/postinstall.in (1.1),
builds/install/arch-specific/solaris/SS/postremove.in (1.1),
builds/install/arch-specific/solaris/SS/preinstall.in (1.1),
builds/install/arch-specific/solaris/SS/prototype.in (1.1),
configure.in (1.221):
Try to pick-up Ray Holme Solaris spark32 port into FB2 (not tested
yet)
2005-04-18 05:36 robocop
* firebird2/src/common/classes/tree.h (1.47):
Misc.
2005-04-18 05:26 robocop
* firebird2/src/common/classes/tree.h (1.46):
Be in sync with our header protection convention.
2005-04-18 05:25 robocop
* firebird2/src/burp/restore.epp (1.91):
Cleanup. No need to test if sizeof() is bigger than zero.
2005-04-18 05:24 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/: burp/burp.cpp (1.98), dsql/parse.y (1.173):
2007-12-12 04:21:55 +01:00
Misc.
2005-04-16 20:21 dimitr
* firebird2/src/dsql/ddl.cpp (1.132):
Fixed issue reported by Adriano.
2005-04-13 15:02 kkuznetsov
* firebird2/builds/posix/prefix.solaris-64gcc (1.3):
Some more moving from solx86 to sol-sparc-64
2005-04-13 13:46 dimitr
* firebird2/src/burp/restore.epp (1.90):
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 09:46 kkuznetsov
* firebird2/builds/posix/prefix.solaris-64gcc (1.2):
Some workarounds
2005-04-09 20:44 hvlad
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/: burp.cpp (1.97), burp.h (1.65), burpswi.h
(1.13), restore.epp (1.89):
2007-12-12 04:21:55 +01:00
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 16:59 kkuznetsov
* firebird2/builds/posix/prefix.solaris-64gcc (1.1):
Starting work to port FB2 to Solaris sparc 64 using gcc
(incomplete)
2005-04-06 17:39 alexpeshkoff
* firebird2/clean.sh (1.12):
Force clean.sh to exit successfully
2005-04-06 10:46 alexpeshkoff
* firebird2/builds/misc/security.gbak (1.2):
removed due to new method to create security database
2005-04-05 09:08 kkuznetsov
* firebird2/builds/install/misc/firebird.conf (1.16):
Changed commented value of TCPNONAGLE to default 1
2008-03-24 20:52:36 +01:00
2005-04-04 14:54 kkuznetsov
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/: src/common/config/config.cpp (1.61),
2007-12-12 04:21:55 +01:00
builds/install/misc/firebird.conf (1.15):
Allow setting TCP_NODELAY socket option in Classic Server and make
if default true on both arhitecture.
2005-04-03 09:06 robocop
* firebird2/doc/README.isql_enhancements.txt (1.4):
Another little change I forgot to document.
2005-04-03 08:59 robocop
* firebird2/doc/: README.isql_enhancements.txt (1.3),
cleaning-todo.txt (1.5), sql.extensions/README.ddl.txt (1.3):
Update some docos.
2005-04-02 04:57 robocop
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc6/instclient.dsp (1.4):
2007-12-12 04:21:55 +01:00
Misc.
2005-03-31 17:33 dimitr
* firebird2/builds/win32/msvc7/: engine.vcproj (1.47),
engine_classic.vcproj (1.47), engine_embed.vcproj (1.35):
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 17:27 dimitr
* firebird2/src/dsql/pass1.cpp (1.199):
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 08:21 robocop
* firebird2/src/dsql/dsql.cpp (1.144):
Misc.
2005-03-31 08:19 robocop
* firebird2/src/dsql/: dsql.tab.h (1.53), parse.cpp (1.147),
parse.y (1.172):
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 20:10 arnobrinkman
* firebird2/doc/ods11-index-structure.html (1.1):
ODS11 index structure description
2005-03-30 19:55 dimitr
* firebird2/src/dsql/gen.cpp (1.79):
Solved issues with EXEC PROC and input message (related to my
previous changes).
2005-03-30 07:12 robocop
* firebird2/src/dsql/dsql.cpp (1.143):
Variables in context.
2005-03-29 11:48 paul_reeves
* firebird2/builds/win32/msvc6/fb2control.dsp (1.5):
Fix msvc6 project file for cpl applet.
2005-03-29 08:09 dimitr
* firebird2/src/dsql/dsql.cpp (1.142):
Removed short-curcuit prepare for EXEC PROC requests.
2005-03-27 06:51 robocop
* firebird2/src/dsql/ddl.cpp (1.131):
Fix DY's copy/paste bug.
2005-03-26 17:09 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: ddl.cpp (1.130), dsql.cpp (1.141), dsql.h
(1.72), dsql.tab.h (1.52), metd.epp (1.71), metd_proto.h (1.22),
node.h (1.55), parse.cpp (1.146), parse.y (1.171), pass1.cpp
(1.198):
2007-12-12 04:21:55 +01:00
Implemented RECREATE EXCEPTION and CREATE OR ALTER EXCEPTION.
2005-03-26 15:05 dimitr
* firebird2/src/dsql/pass1.cpp (1.197):
More parameter checks in the PSQL case.
2005-03-26 14:30 dimitr
* firebird2/src/dsql/: parse.y (1.170), pass1.cpp (1.196),
parse.cpp (1.145):
Parser simplification and minor cleanup.
2005-03-26 06:01 robocop
* firebird2/src/extlib/fbudf/: fbudf.cpp (1.21), fbudf.h (1.8),
fbudf.sql (1.8):
Solve bug with AddMonth when facing January. Include little
IsLeapYear function.
2005-03-24 12:16 aafemt
* firebird2/builds/posix/Makefile.in.examples (1.4):
Comment out dirs with broken files
2005-03-24 12:13 aafemt
* firebird2/configure.in (1.220):
Comment out dirs with broken files
2005-03-23 11:24 aafemt
* firebird2/configure.in (1.219):
Missed directories
2005-03-23 09:20 paul_reeves
* firebird2/builds/install/arch-specific/win32/:
BuildExecutableInstall.bat (1.8), FirebirdInstall_20.iss (1.7):
Install msvc runtimes in <sys>; ship msvc runtimes with embedded;
Assume MSVC 7 is default compiler.
2005-03-23 08:14 dimitr
* firebird2/src/dsql/dsql.cpp (1.140):
Fixed server crashes related to some plan buffer overflows.
2005-03-22 14:36 tsteinmaurer
* firebird2/builds/install/arch-specific/win32/de/:
installation_liesmich.txt (1.2), liesmich.txt (1.2):
German translation for the Firebird 2.0 Alpha 1 installer added
2005-03-20 13:48 alexpeshkoff
*
firebird2/builds/install/arch-specific/linux/classic/postinstall.sh.in
(1.11):
fix examples in package
2005-03-20 12:11 alexpeshkoff
* firebird2/builds/install/misc/aliases.conf.in (1.2):
fix examples in package
2005-03-20 11:59 alexpeshkoff
* firebird2/:
builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
(1.11), configure.in (1.218):
fix examples in package
2005-03-20 05:24 robocop
2008-03-24 20:52:36 +01:00
*
firebird2/builds/install/arch-specific/win32/FirebirdInstall_20.iss
(1.6):
2007-12-12 04:21:55 +01:00
Misc.
2005-03-20 05:21 robocop
* firebird2/builds/win32/msvc6/fb2control.dsp (1.4):
Fixing the MSVC6 build after Paul Reeves' changes, second part.
2005-03-19 08:51 robocop
* firebird2/builds/win32/msvc6/fb2control.dsp (1.3):
Fixing the MSVC6 build after Paul Reeves' changes.
2005-03-18 12:25 paul_reeves
2008-03-24 20:52:36 +01:00
* firebird2/builds/:
install/arch-specific/win32/BuildExecutableInstall.bat (1.7),
install/arch-specific/win32/FirebirdInstall_20.iss (1.5),
win32/make_all.bat (1.33), win32/msvc7/Firebird2.sln (1.22),
win32/msvc7/fb2control.vcproj (1.3):
2007-12-12 04:21:55 +01:00
Final tweaks for Win32 Alpha1 builds.
2005-03-18 06:13 aafemt
* firebird2/builds/install/arch-specific/mingw/super/:
FirebirdInstall_15.iss (1.2), Readme.txt (1.2),
installation_readme.txt (1.2), firebird_install_logo1.bmp (1.2):
Drop outdated duplicates
2005-03-16 15:46 paul_reeves
*
firebird2/builds/install/arch-specific/win32/installation_readme.txt
(1.5):
Bring installation_readme.txt up-to-date.
2005-03-16 14:15 paul_reeves
2008-03-24 20:52:36 +01:00
*
firebird2/builds/install/arch-specific/win32/BuildExecutableInstall.bat
(1.6):
2007-12-12 04:21:55 +01:00
Minor fix to Win32 build script. Sync isc_version.h.
2005-03-16 11:53 paul_reeves
* firebird2/builds/install/arch-specific/win32/:
FirebirdInstallEnvironmentChecks.inc (1.4),
FirebirdInstallSupportFunctions.inc (1.2), FirebirdInstall_20.iss
(1.4):
Improve detection of previous Windows installs.
2005-03-16 11:51 paul_reeves
* firebird2/builds/install/arch-specific/win32/pl/:
custom_messages_pl.inc (1.1), czytajto.txt (1.1),
instalacja_czytajto.txt (1.1):
Add Polish translation of Win32 installer.
2005-03-16 02:08 robocop
* firebird2/builds/install/arch-specific/win32/Readme.txt (1.4):
We renamed the list to become firebird-support a lot of time ago.
2005-03-16 02:04 robocop
* firebird2/builds/install/arch-specific/linux/:
classic/postinstall.sh.in (1.10), misc/changeDBAPassword.sh.in
(1.4), misc/changeGdsLibraryCompatibleLink.sh.in (1.2):
Fixing typos
2005-03-15 12:46 alexpeshkoff
*
firebird2/builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
(1.10):
removed unused link /usr/include/gds.h
2005-03-15 10:27 paul_reeves
* firebird2/builds/install/arch-specific/win32/ba/:
Instalacija_ProcitajMe.txt (1.1), ProcitajMe.txt (1.1),
custom_messages_ba.inc (1.1):
Add Bosnian translation of Win32 installer.
2005-03-14 19:08 dimitr
* firebird2/doc/README.user.embedded (1.4):
Minor corrections
2005-03-14 15:55 paul_reeves
* firebird2/builds/install/arch-specific/win32/:
BuildExecutableInstall.bat (1.5), FirebirdInstall_20.iss (1.3),
Readme.txt (1.3), installation_readme.txt (1.4):
Update Win32 install scripts, and readme's.
2005-03-14 15:50 kkuznetsov
* firebird2/builds/install/arch-specific/solx86gcc/CS/prototype.in
(1.2):
Solaris install system: classic
2005-03-14 15:47 paul_reeves
* firebird2/builds/install/arch-specific/win32/:
FirebirdInstallEnvironmentChecks.inc (1.3), custom_messages.inc
(1.2), de/custom_messages_de.inc (1.2), fr/custom_messages_fr.inc
(1.2), hu/custom_messages_hu.inc (1.2), pt/custom_messages_pt.inc
(1.2), si/custom_messages_si.inc (1.2):
make custom_messages.inc more version agnostic.
2005-03-14 15:40 paul_reeves
* firebird2/builds/win32/msvc6/: fb2control.dsp (1.2),
Firebird2.dsw (1.35):
Add fb2control.dsp
2005-03-14 15:36 paul_reeves
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.21),
fb2control.vcproj (1.2), instclient.vcproj (1.5):
Add fbcontrol.vcproj. Bring instclient.vcproj file into line with
7.1
2005-03-13 17:12 alexpeshkoff
* firebird2/configure.in (1.217):
merge 1.5 install files to 2.0
2005-03-13 17:04 alexpeshkoff
* firebird2/builds/install/arch-specific/linux/:
classic/makeInstallImage.sh.in (1.9), classic/postinstall.sh.in
(1.9), classic/postuninstall.sh.in (1.2), classic/preinstall.sh.in
(1.5), classic/preuninstall.sh.in (1.3), classic/rpmheader.txt.in
(1.3), misc/changeDBAPassword.sh.in (1.3),
misc/changeGdsLibraryCompatibleLink.sh.in (1.1),
misc/createAliasDB.sh.in (1.1), misc/firebird.init.d.debian.in
(1.2), misc/firebird.init.d.mandrake.in (1.2),
misc/firebird.init.d.suse.in (1.2):
merge 1.5 install files to 2.0
2005-03-13 17:00 alexpeshkoff
* firebird2/builds/install/misc/: changeDBAPassword.sh.in (1.2),
fb_config.in (1.1):
merge 1.5 install files to 2.0
2005-03-13 13:17 arnobrinkman
* firebird2/src/dsql/make.cpp (1.85):
Fix typos found by Tom Cole
2005-03-11 16:19 kkuznetsov
* firebird2/builds/install/arch-specific/solx86gcc/: CS/pkginfo.in
(1.1), CS/postinstall.in (1.1), CS/postremove.in (1.1),
CS/preinstall.in (1.1), CS/prototype.in (1.1), LIBGCC/pkginfolg.in
(1.1), LIBGCC/prototypelg.in (1.1), SS/pkginfo.in (1.1),
SS/postinstall.in (1.1), SS/postremove.in (1.1), SS/preinstall.in
(1.1), SS/prototype.in (1.1):
Solaris packaging system next parts (incomplete)
2005-03-11 16:00 kkuznetsov
* firebird2/configure.in (1.216):
Solaris install system
2005-03-11 15:54 kkuznetsov
* firebird2/builds/install/: arch-specific/solx86gcc/Makefile.in
(1.2), misc/aliases.conf.in (1.1), misc/firebird.init.d.Solaris.in
(1.1):
Solaris install system parts incomplete
2005-03-11 01:34 robocop
* firebird2/doc/WhatsNew (1.60):
Misc.
2005-03-10 03:35 robocop
* firebird2/doc/: README.isql_enhancements.txt (1.2),
sql.extensions/README.ddl.txt (1.2):
Write my pending documentation.
2005-03-09 11:24 hvlad
* firebird2/builds/win32/: make_boot.bat (1.27), run_all.bat (1.6):
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 11:17 hvlad
* firebird2/builds/win32/msvc7/build_msg.vcproj (1.5):
Direct DEBUG build to debug directory
2005-03-07 16:14 dimitr
* firebird2/doc/WhatsNew (1.59):
Decribed recent changes.
2005-03-07 08:37 robocop
* firebird2/builds/win32/make_all.bat (1.32):
Include fbembed in MSVC6 build.
2005-03-05 02:43 robocop
* firebird2/: builds/install/arch-specific/freebsd/install.sh.in
(1.8), builds/install/arch-specific/netbsd/install.sh.in (1.2),
builds/install/arch-specific/sinixz/prototype.in (1.6),
builds/install/arch-specific/win32/installation_readme.txt (1.3),
builds/posix/Makefile.in.firebird (1.60),
builds/posix/Makefile.in.libfbclient (1.28),
builds/posix/Makefile.in.libfbembed (1.14),
builds/posix/Makefile.in.refDatabases (1.26), doc/README.NTSecurity
(1.2), doc/README.instsvc (1.4), doc/README.sha1 (1.3),
doc/README.user.embedded (1.3), doc/WhatsNew (1.58),
src/dbs/security.gdl (1.2):
Correct some files to refer to FB2 and security2.fdb
2005-03-04 11:07 paul_reeves
* firebird2/builds/:
install/arch-specific/win32/BuildExecutableInstall.bat (1.4),
install/arch-specific/win32/FirebirdInstallEnvironmentChecks.inc
(1.2), install/arch-specific/win32/FirebirdInstall_20.iss (1.2),
install/arch-specific/win32/strip_comments.sed (1.1),
win32/msvc7/engine.vcproj (1.46), win32/msvc7/engine_classic.vcproj
(1.46), win32/msvc7/engine_embed.vcproj (1.34),
win32/msvc7/fbclient.vcproj (1.39),
win32/msvc7/fbclient_static.vcproj (1.17):
Update Win32 MSVC7 project files. Fix some Win32 packaging issues.
2005-03-04 02:01 robocop
* firebird2/builds/win32/msvc6/: engine.dsp (1.57),
engine_classic.dsp (1.53), engine_embed.dsp (1.32), fbclient.dsp
(1.50), fbclient_static.dsp (1.18):
Make FB2 buildable with MSVC6 again after Konstantin's changes.
2005-03-04 00:56 robocop
* firebird2/: builds/posix/firebird.vers (1.8), src/dsql/ddl.cpp
2008-03-24 20:52:36 +01:00
(1.129):
2007-12-12 04:21:55 +01:00
Totally misc.
2008-03-24 20:52:36 +01:00
2005-03-01 16:49 kkuznetsov
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/: Makefile.in.client.gfix (1.12),
Makefile.in.embed.gfix (1.14), firebird.vers (1.7),
make.shared.variables (1.49), prefix.mingw (1.35), prefix.solaris
(1.14), prefix.solx86 (1.25), prefix.solx86gcc (1.15):
2007-12-12 04:21:55 +01:00
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 16:10 kkuznetsov
* firebird2/builds/posix/Makefile.in.client.util (1.23):
Fix error in makefile
2005-03-01 15:53 paul_reeves
* firebird2/builds/win32/make_examples.bat (1.14):
Append .txt to readme when generating Win32 examples kit.
2005-03-01 15:42 paul_reeves
* firebird2/examples/readme (1.2):
Bring the instructions up to date
2005-02-26 19:54 hvlad
* firebird2/builds/win32/make_all.bat (1.31):
output\security.fbk renamed to security2.fbk
2005-02-26 19:22 hvlad
* firebird2/builds/win32/prepare.bat (1.42):
Correction
2005-02-25 15:17 paul_reeves
* firebird2/builds/win32/prepare.bat (1.41):
Remove misplaced CR/LF
2005-02-24 18:09 alexpeshkoff
* firebird2/configure.in (1.215):
removed dependency from libssl
2005-02-24 13:23 alexpeshkoff
* firebird2/:
builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
(1.8), builds/install/arch-specific/linux/classic/postinstall.sh.in
(1.8),
builds/install/arch-specific/linux/classic/preuninstall.sh.in
(1.2),
builds/install/arch-specific/linux/super/makeInstallImage.sh.in
(1.9), builds/install/arch-specific/linux/super/postinstall.sh.in
(1.7), builds/install/arch-specific/linux/super/preuninstall.sh.in
(1.6), builds/install/misc/CSchangeRunUser.sh.in (1.5),
builds/install/misc/CSrestoreRootRunUser.sh.in (1.3),
builds/posix/Makefile.in.firebird (1.59),
builds/posix/Makefile.in.refDatabases (1.25),
builds/posix/make.defaults (1.38), builds/posix/make.shared.targets
(1.18), builds/win32/make_all.bat (1.30), builds/win32/prepare.bat
(1.40), src/dbs/security.sql (1.4), src/dsql/dsql.tab.h (1.51),
2008-03-24 20:52:36 +01:00
src/dsql/parse.cpp (1.144), src/include/gen/ids.h (1.10):
2007-12-12 04:21:55 +01:00
Changed name to security2.fdb
2005-02-24 07:27 robocop
* firebird2/builds/install/arch-specific/win32/i18n_readme.txt
(1.2):
Totally misc.
2005-02-21 14:18 dimitr
* firebird2/src/dsql/: ddl.cpp (1.128), pass1.cpp (1.195):
Simplify code paths a bit.
2005-02-21 13:46 dimitr
* firebird2/src/dsql/: dsql.tab.h (1.50), parse.cpp (1.143),
parse.y (1.169), pass1.cpp (1.194):
Simplify code paths a bit.
2005-02-21 07:00 robocop
2008-03-24 20:52:36 +01:00
* firebird2/doc/README.Optimizer.txt (1.2):
2007-12-12 04:21:55 +01:00
Misc.
2005-02-20 09:35 dimitr
* firebird2/src/common/classes/timestamp.cpp (1.8):
no message
2005-02-19 11:37 dimitr
* firebird2/src/common/classes/timestamp.cpp (1.7):
Fixed bug with WEEKDAY.
2005-02-17 16:04 paul_reeves
* firebird2/builds/install/arch-specific/win32/:
FirebirdInstallEnvironmentChecks.inc (1.1),
FirebirdInstallSupportFunctions.inc (1.1), FirebirdInstall_15.iss
(1.5), FirebirdInstall_20.iss (1.1), custom_messages.inc (1.1),
i18n_readme.txt (1.1), installation_scripted.txt (1.1),
setenvvar.bat (1.2):
Add supporting files to build Win32 packages
2005-02-17 15:53 paul_reeves
* firebird2/builds/install/arch-specific/win32/:
BuildExecutableInstall.bat (1.3), Readme.txt (1.2),
installation_readme.txt (1.2):
Major overhaul of Win32 package building script. Update win32
readme and install readme.
2005-02-17 15:48 paul_reeves
* firebird2/builds/install/arch-specific/win32/:
de/custom_messages_de.inc (1.1), de/installation_liesmich.txt
(1.1), de/liesmich.txt (1.1), fr/custom_messages_fr.inc (1.1),
fr/documents-en-francais.txt (1.1), fr/installation_lisezmoi.txt
(1.1), fr/lisezmoi.txt (1.1), hu/custom_messages_hu.inc (1.1),
hu/olvass_el.txt (1.1), hu/telepitesi_segedlet.txt (1.1),
pt/custom_messages_pt.inc (1.1), pt/instalacao_leia-me.txt (1.1),
pt/leia-me.txt (1.1), si/custom_messages_si.inc (1.1),
si/instalacija_precitajMe.txt (1.1):
Forward port i18n strings for Win32 installer from Fb 1.5
2005-02-17 13:50 kkuznetsov
* firebird2/src/: extern/editline/configure (1.2),
extern/editline/configure.in (1.2), gpre/cob.cpp (1.60),
include/firebird.h (1.31):
SOLARIS cleanup
2005-02-17 13:42 kkuznetsov
* firebird2/src/common/classes/: locks.h (1.21), semaphore.h
(1.19):
Comments cleanup
2005-02-17 11:46 paul_reeves
* firebird2/builds/win32/make_all.bat (1.29):
Tidy up error handling in make_all.bat.
2005-02-17 11:45 paul_reeves
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.20),
instclient.vcproj (1.4):
Add instclient to MSVC7 solution.
2005-02-17 01:19 arnobrinkman
* firebird2/doc/README.Optimizer.txt (1.1):
First draft optimizer enhancements doc
2005-02-16 11:29 kkuznetsov
* firebird2/configure.in (1.214):
FW fixes from 1.5.2
2005-02-16 09:45 dimitr
* firebird2/: src/common/classes/alloc.cpp (1.77),
src/common/classes/alloc.h (1.60),
builds/win32/msvc7/fbclient.vcproj (1.38):
Fixed the default memory management in fbclient. Avoid crashing
the server when fbclient is used in its address space.
2005-02-14 22:02 fsg
* firebird2/builds/posix/make.shared.variables (1.48):
Add Optimizer.cpp to posix build. FSG
2005-02-14 06:54 robocop
* firebird2/src/dsql/pass1.cpp (1.193):
Do not make a new branch if the code is the same but with a
different variable.
2005-02-14 06:51 robocop
* firebird2/src/dsql/make.cpp (1.84):
Put common code into functions.
2005-02-13 19:03 alexpeshkoff
* firebird2/src/common/classes/fb_string.h (1.3):
add constness
2005-02-13 01:37 asfernandes
* firebird2/src/dsql/make.cpp (1.83):
NULL literals should have DSC_nullable in dsc_flags
2005-02-11 10:09 robocop
* firebird2/builds/win32/msvc6/: engine_classic.dsp (1.52),
engine_embed.dsp (1.31):
Misc.
2005-02-11 08:05 robocop
* firebird2/: builds/win32/make_examples.bat (1.13),
builds/win32/prepare.bat (1.39),
doc/sql.extensions/README.context_variables2 (1.3):
Misc.
2008-03-24 20:52:36 +01:00
2005-02-10 23:53 arnobrinkman
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/: msvc6/engine.dsp (1.56),
msvc6/engine_classic.dsp (1.51), msvc6/engine_embed.dsp (1.30),
msvc7/engine.vcproj (1.45), msvc7/engine_classic.vcproj (1.45),
msvc7/engine_embed.vcproj (1.33):
2007-12-12 04:21:55 +01:00
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 22:14 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.192):
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 11:21 kkuznetsov
* firebird2/src/gpre/gpre.h (1.79):
Fix including FTN_fini refences into gpre_boot while configured
with fortran
2005-02-10 00:48 skidder
* firebird2/doc/WhatsNew (1.57):
Improve English
2005-02-08 15:59 paul_reeves
* firebird2/builds/win32/: make_all.bat (1.28), make_boot.bat
(1.26), make_examples.bat (1.12), prepare.bat (1.38), setenvvar.bat
(1.7):
Some enhancements and fixes for the Win32 build scripts.
2005-02-08 15:55 paul_reeves
* firebird2/examples/empbuild/: empbld.sql (1.2), empbuild.e (1.5),
empddl.sql (1.2), intlbld.e (1.4):
Bring employee database up to dialect 3
2005-02-06 14:14 asfernandes
* firebird2/: doc/WhatsNew (1.56), src/dsql/pass1.cpp (1.191):
Fixed SF #1116809 - Incorrect data type conversion
2005-02-05 13:48 dimitr
* firebird2/src/dsql/ddl.cpp (1.127):
Fixed some metadata issues with views.
2005-02-05 11:30 fsg
* firebird2/builds/posix/: Makefile.in.client.gbak (1.9),
Makefile.in.client.gdef (1.10), Makefile.in.client.gfix (1.11),
Makefile.in.client.gpre (1.17), Makefile.in.client.isql (1.9),
Makefile.in.client.qli (1.5), Makefile.in.client.util (1.22):
Fixed posix superserver build. FSG
2005-02-04 10:58 robocop
* firebird2/doc/: README.isql_enhancements.txt (1.1),
sql.extensions/README.ddl.txt (1.1):
To do's.
2005-02-03 15:26 dimitr
* firebird2/doc/WhatsNew (1.55):
no message
2005-02-03 14:57 paul_reeves
* firebird2/builds/win32/msvc7/: Firebird2_Examples.sln (1.1),
empbuild.vcproj (1.1), intlbuild.vcproj (1.1):
Add Firebird2_examples solution. Note that this is for VS 7.1, not
7.0
2005-02-02 12:57 paul_reeves
* firebird2/builds/win32/msvc7/: alice_classic.vcproj (1.16),
burp_classic.vcproj (1.19), dsql_server_classic.vcproj (1.17),
engine_classic.vcproj (1.44), engine_embed.vcproj (1.32),
fb_inet_server.vcproj (1.18), fb_lock_print.vcproj (1.21),
fbclient.vcproj (1.37), fbembed.vcproj (1.26), fbguard.vcproj
(1.20), fbserver.vcproj (1.19), fbudf.vcproj (1.14), gbak.vcproj
(1.18), gdef.vcproj (1.20), gds32.vcproj (1.19), gfix.vcproj
(1.19), gpre.vcproj (1.23), gsec.vcproj (1.19), gsplit.vcproj
(1.12), gstat.vcproj (1.21), ib_udf.vcproj (1.18), ib_util.vcproj
(1.17), instclient.vcproj (1.3), instreg.vcproj (1.17),
instsvc.vcproj (1.17), intl.vcproj (1.18), isql.vcproj (1.19),
lock_classic.vcproj (1.16), nbackup.vcproj (1.7), qli.vcproj
(1.20), remote_classic.vcproj (1.22), utilities_classic.vcproj
(1.20):
Set all VS 7.1 project files to output binaries into the same
directory.
2005-02-02 12:22 alexpeshkoff
* firebird2/src/common/classes/string_test.cmd (1.3):
misc
2005-02-02 04:59 skidder
* firebird2/doc/sql.extensions/README.context_variables2 (1.2):
Update documentation for context variables
2005-02-02 00:55 arnobrinkman
* firebird2/doc/sql.extensions/: README.case (1.2), README.coalesce
(1.2), README.data_type_results_of_aggregations.txt (1.1),
README.derived_tables.txt (1.3), README.nullif (1.3):
update readme's with method used for determing result data type
2005-01-30 12:44 alexpeshkoff
* firebird2/src/common/classes/: string_test.cmd (1.2),
string_test.cpp (1.3):
license + misc
2005-01-30 03:14 robocop
* firebird2/src/dsql/parse.cpp (1.142):
Regenerate parse.cpp after Nickolay's changes.
2005-01-30 03:13 robocop
* firebird2/src/dsql/pass1.cpp (1.190):
Misc.
2005-01-28 15:07 dimitr
* firebird2/doc/sql.extensions/: README.expression_indices (1.2),
README.rows (1.2):
More docs.
2005-01-28 07:52 robocop
* firebird2/doc/: ambiguity.txt (1.2),
sql.extensions/README.PSQL_stack_trace.txt (1.2),
sql.extensions/README.derived_tables.txt (1.2):
Little corrections.
2005-01-27 04:09 robocop
* firebird2/examples/: api/api1.c (1.2), api/api10.c (1.2),
api/api11.c (1.2), api/api12.c (1.2), api/api13.c (1.2),
api/api14.e (1.2), api/api15.c (1.2), api/api16.c (1.4),
api/api16t.c (1.2), api/api2.c (1.2), api/api3.c (1.2), api/api4.c
(1.2), api/api5.c (1.2), api/api6.c (1.2), api/api7.c (1.2),
api/api8.c (1.2), api/api9.c (1.2), api/api9f.c (1.2),
api/api9f.def (1.2), api/apifull.c (1.5), api/example.def (1.2),
api/winevent.c (1.2), api/winevent.def (1.2), api/winevent.rc
(1.2), dyn/dyn1.e (1.2), dyn/dyn2.e (1.2), dyn/dyn3.e (1.2),
dyn/dyn4.e (1.2), dyn/dyn5.e (1.2), dyn/dynfull.e (1.4),
include/align.h (1.2), include/example.h (1.4), stat/stat1.e (1.2),
stat/stat10.e (1.3), stat/stat11.e (1.3), stat/stat12.e (1.2),
stat/stat12t.e (1.2), stat/stat2.e (1.2), stat/stat3.e (1.2),
stat/stat4.e (1.3), stat/stat6.e (1.2), stat/stat7.e (1.2),
stat/stat8.e (1.2), stat/stat9.e (1.2):
Clean the examples. When the build scripts are revised, it will be
able to check the changes.
2005-01-27 00:31 arnobrinkman
* firebird2/doc/sql.extensions/README.derived_tables.txt (1.1):
no message
2005-01-27 00:30 arnobrinkman
* firebird2/doc/ambiguity.txt (1.1):
FB2.0 changes regarding ambiguity and aliases
2005-01-26 19:01 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: dir_list.cpp (1.24), dir_list.h
(1.15):
2007-12-12 04:21:55 +01:00
added feature (requested by Dmitry) - first path in
ExternalFilesAccess is used as default when external file is to be
initially created
2005-01-26 15:52 hvlad
* firebird2/src/dsql/parse.y (1.168):
Allow EXECUTE BLOCK to work with blob parameters.
2005-01-26 15:49 hvlad
* firebird2/doc/sql.extensions/README.PSQL_stack_trace.txt (1.1):
New readme
2005-01-26 08:33 hvlad
* firebird2/doc/WhatsNew (1.54):
Correction
2005-01-26 04:33 robocop
* firebird2/builds/win32/make_examples.bat (1.11):
Hide error message if there's nothing to delete.
2005-01-26 02:27 robocop
* firebird2/doc/README.sha1 (1.2):
Minor corrections.
2005-01-25 17:57 alexpeshkoff
* firebird2/doc/README.sha1 (1.1):
readme for security review
2005-01-25 07:24 robocop
* firebird2/doc/sql.extensions/: README.plan (1.2),
README.sequence_generators (1.2):
Minor fixes.
2005-01-25 07:22 robocop
* firebird2/doc/WhatsNew (1.53):
Assigned more documents to myself and others. Did little
corrections. Please review.
2005-01-25 00:02 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.189):
fix derived table issue with derived column list and columnname
from sub-select
2005-01-24 03:15 stryqx
* firebird2/builds/posix/prefix.netbsd (1.2):
Fix final instance of gds_delay to gds_relay.
2005-01-23 16:52 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: dsql.cpp (1.139), dsql.h (1.71), gen.cpp
(1.78), make.cpp (1.82):
2007-12-12 04:21:55 +01:00
Return relation alias via API. SQLDA stays untouched for the time
being.
2005-01-22 22:21 dimitr
* firebird2/doc/WhatsNew (1.52):
More docs.
2005-01-22 22:17 dimitr
* firebird2/doc/: sql.extensions/README.expression_indices (1.1),
sql.extensions/README.null_value (1.1), sql.extensions/README.rows
(1.1), sql.extensions/README.select_expressions (1.1),
sql.extensions/README.view_updates (1.1), README.xnet (1.1):
Placeholders for further docs.
2005-01-22 22:13 dimitr
* firebird2/doc/sql.extensions/README.iif (1.1):
More docs.
2005-01-22 22:03 dimitr
* firebird2/doc/sql.extensions/: README.distinct (1.1),
README.sequence_generators (1.1):
More docs.
2005-01-22 21:26 dimitr
* firebird2/doc/sql.extensions/: README.context_variables (1.4),
README.cursors (1.3), README.plan (1.1):
More docs.
2005-01-21 15:09 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.188):
Fix alias usage in explicit PLAN
2005-01-21 09:54 robocop
* firebird2/src/dsql/parse.cpp (1.141):
Regenerate parse.cpp after Dmitry's changes.
2005-01-20 13:35 dimitr
* firebird2/doc/sql.extensions/README.keywords (1.1):
Some docs.
2005-01-20 13:33 dimitr
* firebird2/src/dsql/parse.y (1.167):
More compatibility modes for the parser.
2005-01-20 12:29 dimitr
* firebird2/src/burp/restore.epp (1.88):
More correct fix for restore.
2005-01-19 09:59 robocop
* firebird2/src/gpre/cob.cpp (1.59):
Fix SF Bug #527677 for gpre and the ANSI85 switch.
2005-01-19 09:52 robocop
* firebird2/doc/WhatsNew (1.51):
Requested item in the whatsnew. Added another minor change.
2005-01-18 16:04 dimitr
* firebird2/src/dsql/utld.cpp (1.34):
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 10:16 robocop
* firebird2/src/dsql/: ddl.cpp (1.126), dsql.tab.h (1.49),
parse.cpp (1.140), parse.y (1.166):
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 09:55 robocop
* firebird2/src/gpre/sql.cpp (1.62):
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 07:48 robocop
* firebird2/src/gpre/: par.cpp (1.61), sql.cpp (1.61):
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 07:43 robocop
* firebird2/src/gpre/c_cxx.cpp (1.64):
Fix SF Bug #1103670. Now, quoted cursor names can be opened,
closed and reopened in gpre without losing their names.
2005-01-17 06:41 robocop
* firebird2/src/gpre/sql.cpp (1.60):
Fix error message.
2005-01-17 06:39 robocop
* firebird2/src/gpre/: sqe.cpp (1.39), sql.cpp (1.59):
Fix more inconsistencies in gpre related to SF Bug #1103666,
supposedly caused by the starfishes.
2005-01-17 06:31 robocop
* firebird2/src/gpre/: par.cpp (1.60), sql.cpp (1.58):
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 06:22 robocop
* firebird2/src/gpre/: cme.cpp (1.35), exp.cpp (1.38):
Misc.
2005-01-17 06:02 robocop
* firebird2/src/gpre/: cme.cpp (1.34), exp.cpp (1.37), gpre.cpp
(1.73), gpre.h (1.78), gpre_meta.epp (1.52), par.cpp (1.59),
parse.h (1.12), sqe.cpp (1.38), sql.cpp (1.57), sql_proto.h (1.12):
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 13:35 dimitr
* firebird2/src/common/config/: config.cpp (1.60), config.h (1.35):
Changes and cleanup regarding XNET vs old-style IPC.
2005-01-16 13:31 dimitr
* firebird2/builds/install/misc/firebird.conf (1.14):
Changes and cleanup regarding XNET vs old-style IPC.
2005-01-16 11:21 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h (1.97):
Changes and cleanup regarding XNET vs old-style IPC.
2005-01-14 10:56 alexpeshkoff
* firebird2/src/common/classes/alloc.h (1.59):
fixed multi-threaded client and Win32 embedded problems after
introducing context memory pools
2005-01-13 08:28 aafemt
* firebird2/builds/posix/Makefile.in.libfbclient (1.27):
Missed objects
2005-01-12 09:30 robocop
* firebird2/src/common/config/: config.cpp (1.59), config_file.cpp
(1.27):
Misc.
2005-01-12 06:50 robocop
* firebird2/src/gpre/pat.cpp (1.27):
Misc.
2005-01-12 06:09 robocop
* firebird2/src/dsql/ddl.cpp (1.125):
Fix irrelevant SF Bug #512975. CR-LF => blank. No trimming is
made.
2005-01-12 05:33 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/locks.cpp (1.7):
2007-12-12 04:21:55 +01:00
Correct the year in Alex' changed licenses.
2005-01-12 05:24 robocop
* firebird2/src/common/config/: config_file.cpp (1.26),
config_file.h (1.12):
Change the license. Also, these two files were done by Dmitry
Yemanov, not Mark, according to viewCVS.
2005-01-12 05:22 robocop
* firebird2/src/: dsql/keywords.cpp (1.41), include/editline.h
2008-03-24 20:52:36 +01:00
(1.2):
2007-12-12 04:21:55 +01:00
Change the license with Mark's permission.
2005-01-12 05:20 robocop
* firebird2/src/dsql/: dsql.cpp (1.138), keywords.h (1.19),
pass1.cpp (1.187):
Misc.
2008-03-24 20:52:36 +01:00
2005-01-10 19:06 alexpeshkoff
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/locks.cpp (1.6):
2007-12-12 04:21:55 +01:00
applied correct license to files, added by me to the project
2005-01-07 13:17 dimitr
* firebird2/doc/WhatsNew (1.50):
no message
2005-01-07 10:29 dimitr
* firebird2/doc/WhatsNew (1.49):
no message
2005-01-07 05:00 robocop
* firebird2/src/gpre/: c_cxx.cpp (1.63), gpre.cpp (1.72), gpre.h
(1.77), par.cpp (1.58), pat.cpp (1.26), sqe.cpp (1.37), sql.cpp
(1.56):
Fixing more inconsistencies.
2005-01-07 04:56 robocop
* firebird2/doc/sql.extensions/README.cursors (1.2):
Misc.
2005-01-07 03:56 robocop
* firebird2/doc/WhatsNew (1.48):
Maybe it's just me, but I prefer my name well spelled. :-)
2005-01-06 19:32 dimitr
* firebird2/doc/sql.extensions/: README.cursors (1.1),
README.leave_labels (1.1):
Added some docs.
2005-01-06 19:17 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.186):
Fix another check constraint and ambigous field problem. Are there
any more options left?, sigh: tablename, NEW, OLD, TEMP
2005-01-06 17:58 dimitr
* firebird2/doc/WhatsNew (1.47):
A couple of corrections.
2005-01-06 16:06 dimitr
* firebird2/doc/WhatsNew (1.46):
Added all changes up-to-date.
2005-01-06 14:14 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.185):
Fix sub-select in derived table issue (context already in used
error)
2005-01-05 13:15 dimitr
* firebird2/src/dsql/make.cpp (1.81):
Minor corrections.
2005-01-05 09:25 robocop
* firebird2/src/gpre/: ada.cpp (1.49), c_cxx.cpp (1.62), cob.cpp
(1.58), ftn.cpp (1.56), int_cxx.cpp (1.40), pas.cpp (1.50):
Let's prevent accidental modification of some params.
2005-01-05 05:02 robocop
* firebird2/src/gpre/par.cpp (1.57):
Misc.
2005-01-05 05:00 robocop
* firebird2/src/gpre/par.cpp (1.56):
1.- More constants. 2.- Support for BASIC language was dropped a
lot of time ago.
2005-01-05 04:58 robocop
* firebird2/src/gpre/gpre.cpp (1.71):
More constants.
2005-01-05 03:06 robocop
* firebird2/src/gpre/: gpre.cpp (1.70), gpre.h (1.76):
More constants.
2005-01-04 14:17 dimitr
* firebird2/src/dsql/ddl.cpp (1.124):
1. Allowed implicit NOT NULL declaration for a PRIMARY KEY
constraint (per SQL-99) 2. Minor fixes and cleanup
2005-01-04 11:53 dimitr
* firebird2/src/gpre/sql.cpp (1.55):
Fixed the build.
2005-01-04 06:19 robocop
* firebird2/src/gpre/sql.cpp (1.54):
More constants.
2005-01-04 02:16 stryqx
* firebird2/src/extern/editline/makelist (1.2):
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 01:18 robocop
* firebird2/builds/install/misc/: CSchangeRunUser.sh.in (1.4),
CSrestoreRootRunUser.sh.in (1.2), SSchangeRunUser.sh.in (1.2),
SSrestoreRootRunUser.sh.in (1.2):
Fix typo reported by Kristof Petr.
2005-01-03 09:11 robocop
* firebird2/src/gpre/sqe.cpp (1.36):
Misc.
2005-01-03 09:07 robocop
* firebird2/src/gpre/: ada.cpp (1.48), c_cxx.cpp (1.61), cob.cpp
(1.57), ftn.cpp (1.55), gpre.h (1.75), int_cxx.cpp (1.39), parse.h
(1.11), pas.cpp (1.49), sqe.cpp (1.35), sql.cpp (1.53):
Bring some order to the gpre insanity that was using custom,
disparate lengths for variables that should have the same length.
2005-01-01 02:53 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/extlib/ib_udf2.sql (1.6):
2007-12-12 04:21:55 +01:00
Totally misc.
2004-12-31 11:41 robocop
* firebird2/src/dsql/parse.y (1.165):
Totally misc.
2004-12-28 22:12 skidder
* firebird2/builds/posix/: Makefile.in.boot.gpre (1.21),
Makefile.in.client.fbudf (1.4), Makefile.in.client.gsec (1.3),
Makefile.in.embed.lockmgr (1.8), Makefile.in.extlib (1.19),
Makefile.in.fbserver (1.17), Makefile.in.intl (1.20),
Makefile.in.libfbclient (1.26), Makefile.in.libfbstatic (1.7),
Makefile.in.static.gbak (1.9), Makefile.in.static.gpre (1.16),
Makefile.in.static.isql (1.8):
Honor CFLAGS given by the user in POSIX builds
2004-12-28 22:07 skidder
* firebird2/configure.in (1.213):
Add support for generic Linux builds (misc platforms)
2004-12-28 22:00 skidder
* firebird2/builds/posix/prefix.linux_generic (1.1):
Add support for generic Linux builds (misc platforms)
2004-12-28 21:57 skidder
* firebird2/builds/posix/prefix.linux_sparc32 (1.5):
Update Linux/Sparc build
2004-12-26 16:32 alexpeshkoff
* firebird2/src/dsql/dsql.cpp (1.137):
dsql_set_cursor_name cleanup
2004-12-26 05:08 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/: burp.cpp (1.96), mvol.cpp (1.43):
2007-12-12 04:21:55 +01:00
Misc.
2004-12-25 10:43 robocop
* firebird2/: configure.in (1.212), src/common/classes/locks.h
(1.20), src/common/classes/rwlock.h (1.25),
2008-03-24 20:52:36 +01:00
src/common/classes/semaphore.h (1.18):
2007-12-12 04:21:55 +01:00
Misc.
2004-12-24 10:35 kkuznetsov
* firebird2/: configure.in (1.211), src/common/classes/fb_tls.h
(1.12), src/common/classes/locks.h (1.19),
src/common/classes/rwlock.h (1.24), src/common/classes/semaphore.h
2008-03-24 20:52:36 +01:00
(1.17):
2007-12-12 04:21:55 +01:00
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 09:51 robocop
* firebird2/src/: burp/burp.cpp (1.95), common/classes/auto.h
(1.10), common/classes/fb_string.h (1.2), dsql/ddl.cpp (1.123),
dsql/pass1.cpp (1.184), dudley/expand.cpp (1.26), dudley/hsh.cpp
2008-03-24 20:52:36 +01:00
(1.17), gpre/pas.cpp (1.48):
2007-12-12 04:21:55 +01:00
Style.
2004-12-22 19:34 skidder
* firebird2/: lang_helpers/gds_codes.ftn (1.12),
lang_helpers/gds_codes.pas (1.12), src/include/gen/codetext.h
(1.19), src/include/gen/iberror.h (1.18), src/include/gen/msgs.h
(1.24), src/include/gen/rdb_codes.h (1.19),
2008-03-24 20:52:36 +01:00
src/include/gen/sql_code.h (1.21):
2007-12-12 04:21:55 +01:00
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 18:26 skidder
* firebird2/builds/win32/msvc7/Firebird2.sln (1.19):
Fix MSVC7 build
2004-12-22 09:49 robocop
* firebird2/src/common/classes/: alloc.cpp (1.76), alloc.h (1.58):
Misc.
2004-12-19 17:19 alexpeshkoff
* firebird2/builds/install/misc/firebird.conf (1.13):
Added new parameter
2004-12-19 16:24 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/dbs/security.sql (1.3):
2007-12-12 04:21:55 +01:00
Better way for server to authenticate itself in security database.
2004-12-17 12:12 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: alloc.cpp (1.75), alloc.h (1.57):
2007-12-12 04:21:55 +01:00
use context pool in AutoStorage class
2004-12-17 07:21 robocop
2008-03-24 20:52:36 +01:00
* firebird2/builds/: mac_os_x/CS/CS.pbproj/project.pbxproj (1.11),
posix/make.shared.variables (1.47), win32/msvc6/engine.dsp (1.55),
win32/msvc6/engine_classic.dsp (1.50), win32/msvc6/engine_embed.dsp
(1.29), win32/msvc7/engine.vcproj (1.44),
win32/msvc7/engine_classic.vcproj (1.43),
win32/msvc7/engine_embed.vcproj (1.31):
2007-12-12 04:21:55 +01:00
val.h and val.cpp are unrelated. Change was agreed a year ago in
the list.
2004-12-17 06:41 robocop
* firebird2/src/include/fb_string.h (1.37):
fb_string.h is moved to common/classes.
2004-12-17 06:40 robocop
* firebird2/src/common/classes/ClumpletWriter.h (1.8):
Misc.
2004-12-17 06:36 robocop
* firebird2/src/: common/utils_proto.h (1.9),
common/classes/ClumpletReader.h (1.11), common/classes/GenericMap.h
(1.7), common/classes/fb_string.cpp (1.28),
common/classes/string_test.cpp (1.2), common/config/config.h
(1.34), common/config/config_file.h (1.11),
common/config/config_impl.h (1.14), common/config/dir_list.h
2008-03-24 20:52:36 +01:00
(1.14), dsql/dsql_proto.h (1.18):
2007-12-12 04:21:55 +01:00
fb_string.h is moved to common/classes.
2004-12-17 06:32 robocop
* firebird2/src/common/classes/fb_string.h (1.1):
fb_string.h is moved to common/classes.
2004-12-16 04:10 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/: ada.cpp (1.47), c_cxx.cpp (1.60), ftn.cpp
(1.54), pas.cpp (1.47), pretty.cpp (1.31), sql.cpp (1.52):
2007-12-12 04:21:55 +01:00
Misc.
2004-12-16 04:02 robocop
* firebird2/src/: dudley/extract.epp (1.41), gpre/ada.cpp (1.46),
gpre/c_cxx.cpp (1.59), gpre/cob.cpp (1.56), gpre/ftn.cpp (1.53),
gpre/gpre_meta.epp (1.51), gpre/pas.cpp (1.46), gpre/pretty.cpp
2008-03-24 20:52:36 +01:00
(1.30), gpre/sql.cpp (1.51):
2007-12-12 04:21:55 +01:00
Misc.
2004-12-15 21:15 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.183):
remove optimization in DSQL, this is now done in the optimizer (the
place where it belongs)
2004-12-13 16:49 alexpeshkoff
* firebird2/src/common/classes/ClumpletWriter.cpp (1.9):
fixed bug, noticed by Adriano dos Santos Fernandes
2004-12-13 13:06 alexpeshkoff
* firebird2/src/burp/burp.cpp (1.94):
fixed bug in my last commit, noticed by Claudio
2004-12-13 13:05 alexpeshkoff
* firebird2/src/common/classes/: string_test.cmd (1.1),
string_test.cpp (1.1):
test for Firebird::string
2004-12-12 07:50 robocop
* firebird2/src/common/classes/: ClumpletReader.cpp (1.9),
ClumpletReader.h (1.10):
I can revert the constness if it becomes too restrictive in the
future.
2004-12-12 03:03 robocop
* firebird2/src/dsql/utld.cpp (1.33):
Misc.
2004-12-12 02:58 robocop
* firebird2/src/dsql/utld.cpp (1.32):
Put some variables in context.
2004-12-12 02:57 robocop
* firebird2/src/dsql/preparse.cpp (1.36):
Restore checks for length. We don't need tokens bigger than 1KB.
2004-12-12 02:55 robocop
* firebird2/src/include/fb_exception.h (1.16):
Change the license with Mike's permission.
2004-12-12 02:55 robocop
* firebird2/src/common/classes/: ClumpletWriter.cpp (1.8),
ClumpletWriter.h (1.7):
Misc.
2004-12-11 01:08 robocop
* firebird2/src/dsql/preparse.cpp (1.35):
Misc.
2004-12-10 23:54 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/: dudley/exe.epp (1.58), gpre/gpre_meta.epp (1.50):
2007-12-12 04:21:55 +01:00
Misc.
2004-12-10 23:50 robocop
* firebird2/src/: alice/exe.cpp (1.42), alice/tdr.cpp (1.44),
burp/restore.epp (1.87), common/classes/ClumpletReader.cpp (1.8),
common/classes/ClumpletReader.h (1.9),
common/classes/ClumpletWriter.cpp (1.7),
common/classes/ClumpletWriter.h (1.6):
Misc.
2004-12-10 21:50 robocop
* firebird2/src/include/: fb_types.h (1.47), firebird.h (1.30):
Changing the license with permission from Mark, Mike and John.
2004-12-10 15:51 robocop
* firebird2/builds/posix/: Makefile.in.embed.gbak (1.10),
Makefile.in.embed.gdef (1.9), Makefile.in.embed.gfix (1.13),
Makefile.in.embed.gpre (1.18), Makefile.in.embed.isql (1.10),
Makefile.in.embed.qli (1.16), Makefile.in.embed.util (1.18):
Misc.
2004-12-09 20:18 alexpeshkoff
* firebird2/: builds/posix/Makefile.in.embed.gbak (1.9),
builds/posix/Makefile.in.embed.gdef (1.8),
builds/posix/Makefile.in.embed.gfix (1.12),
builds/posix/Makefile.in.embed.gpre (1.17),
builds/posix/Makefile.in.embed.isql (1.9),
builds/posix/Makefile.in.embed.qli (1.15),
builds/posix/Makefile.in.embed.util (1.17),
builds/win32/msvc6/Firebird2.dsw (1.34),
builds/win32/msvc6/build_msg.dsp (1.8),
builds/win32/msvc6/common_static.dsp (1.7),
builds/win32/msvc6/fbserver.dsp (1.35), builds/win32/msvc6/isql.dsp
(1.23), src/alice/exe.cpp (1.41), src/alice/tdr.cpp (1.43),
src/burp/burp.cpp (1.93), src/burp/burp.h (1.64),
src/burp/restore.epp (1.86), src/common/classes/ClumpletReader.cpp
(1.7), src/common/classes/ClumpletReader.h (1.8),
src/common/classes/ClumpletWriter.cpp (1.6),
src/common/classes/ClumpletWriter.h (1.5),
src/common/classes/array.h (1.33), src/dsql/preparse.cpp (1.34),
2008-03-24 20:52:36 +01:00
src/dudley/exe.epp (1.57), src/gpre/gpre_meta.epp (1.49):
2007-12-12 04:21:55 +01:00
applied Clumplet* classes to dpb where possible
2004-12-09 03:50 robocop
* firebird2/src/: burp/backup.epp (1.76), dsql/dsql.cpp (1.136),
2008-03-24 20:52:36 +01:00
gpre/gpre.cpp (1.68), gpre/gpre.cpp (1.69):
2007-12-12 04:21:55 +01:00
Misc.
2004-12-08 06:59 robocop
* firebird2/src/dsql/dsql.cpp (1.135):
Prevent buffer overrun.
2004-12-08 06:58 robocop
* firebird2/src/: dsql/ddl.cpp (1.122), dsql/sqlda.h (1.10),
dsql/sqlda_pub.h (1.4), dudley/expr.cpp (1.26),
2008-03-24 20:52:36 +01:00
include/fb_exception.h (1.15):
2007-12-12 04:21:55 +01:00
Misc.
2004-12-07 20:21 skidder
* firebird2/builds/win32/msvc7/common_static.vcproj (1.8):
Fix MSVC7 makefiles
2004-12-07 02:40 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/extlib/ib_udf2.sql (1.5):
2007-12-12 04:21:55 +01:00
Misc.
2004-12-07 01:29 robocop
* firebird2/src/extlib/: ib_udf.cpp (1.6), ib_udf2.sql (1.4):
Slavomir Skopalik contributed IB_UDF_frac.
2004-12-06 10:58 robocop
* firebird2/src/include/: fb_map.h (1.5), fb_vector.h (1.7):
Changing the license on John's files after asking him for
permission.
2004-12-05 12:57 alexpeshkoff
* firebird2/src/dsql/preparse.cpp (1.33):
use new classes to preparse 'create database' statement
2004-12-05 12:56 alexpeshkoff
* firebird2/src/include/fb_string.h (1.36):
misc
2004-12-05 12:51 alexpeshkoff
* firebird2/src/dsql/: dsql.cpp (1.134), dsql.h (1.70):
a bit better approach to setup dsql thread context
2004-12-03 08:06 dimitr
* firebird2/src/dsql/: parse.cpp (1.139), parse.y (1.164):
Fixed issues spotted by Claudio.
2004-12-03 07:49 dimitr
* firebird2/src/dsql/ddl.cpp (1.121):
Restored datatype.
2004-12-03 07:23 robocop
* firebird2/src/: common/classes/GenericMap.h (1.6),
2008-03-24 20:52:36 +01:00
dsql/keywords.cpp (1.40), dsql/pass1.cpp (1.182):
2007-12-12 04:21:55 +01:00
Misc.
2004-12-02 23:51 dimitr
* firebird2/src/dsql/: ddl.cpp (1.120), keywords.cpp (1.39),
parse.y (1.163), dsql.tab.h (1.48), parse.cpp (1.138):
1. Parser cleanup 2. SQL-99 synonyms for generators DDL/DML 3.
Implemented REVOKE ADMIN OPTION FROM
2004-12-02 19:57 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.181):
Fix check constraint bug with "ambigous fieldname" error
2004-12-02 13:11 aafemt
* firebird2/src/common/classes/GenericMap.h (1.5):
Shut up warning
2004-12-02 01:42 skidder
* firebird2/src/burp/backup.epp (1.75):
Fix for another problem with backing up stream blobs - zero-length
stream blob may have non-zero segment count
2004-12-01 09:16 robocop
* firebird2/src/burp/backup.epp (1.74):
Misc.
2004-12-01 01:02 skidder
* firebird2/src/burp/backup.epp (1.73):
Cure regressions introduced by Ann's cleanup in Firebird 1.0
2004-11-30 21:17 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/backup.epp (1.72):
2007-12-12 04:21:55 +01:00
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 07:17 robocop
* firebird2/src/: common/classes/class_perf.cpp (1.16),
common/classes/fb_tls.h (1.11), dsql/ddl.cpp (1.119),
2008-03-24 20:52:36 +01:00
dudley/generate.cpp (1.19):
2007-12-12 04:21:55 +01:00
Misc.
2004-11-29 21:27 skidder
* firebird2/src/burp/backup.epp (1.71):
Do not store system functions in backup files
2004-11-29 11:07 alexpeshkoff
* firebird2/src/common/: classes/fb_pair.h (1.14),
classes/objects_array.h (1.15), config/config_file.h (1.10),
config/dir_list.cpp (1.23), config/dir_list.h (1.13):
make SortedObjectsArray easier to use in simple cases
2004-11-29 10:59 robocop
* firebird2/src/common/classes/stack.h (1.17):
"elem" is size_t, assert on it.
2004-11-29 10:09 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/ddl.cpp (1.118):
2007-12-12 04:21:55 +01:00
frb_sys_flag becomes fb_sys_flag
2008-03-24 20:52:36 +01:00
2004-11-29 10:08 robocop
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/pass1.cpp (1.180):
2007-12-12 04:21:55 +01:00
Misc.
2004-11-29 02:08 skidder
* firebird2/src/common/classes/GenericMap.h (1.4):
Fix GCC build curing MSVC build at the same time
2004-11-28 23:38 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.179):
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 05:59 robocop
* firebird2/src/gpre/cob.cpp (1.55):
Overwrote the good version of the file thanks to the CVS Id tag.
2004-11-28 04:44 robocop
* firebird2/src/dsql/: node.h (1.54), pass1.cpp (1.178):
Silence warning.
2004-11-28 04:43 robocop
* firebird2/src/gpre/cob.cpp (1.54):
Misc.
2004-11-28 02:00 robocop
* firebird2/: builds/posix/firebird.vers (1.6),
builds/win32/defs/fbclient.def (1.12), builds/win32/defs/gds32.def
2008-03-24 20:52:36 +01:00
(1.10), src/alice/alice.cpp (1.75), src/burp/burp.cpp (1.92):
2007-12-12 04:21:55 +01:00
isc_interpret is fb_interpret again. Please do a full rebuild.
2004-11-27 22:19 dimitr
* firebird2/src/dsql/pass1.cpp (1.177):
Fixed bug introduced some time ago by myself.
2004-11-27 09:13 robocop
* firebird2/src/common/classes/ClumpletWriter.cpp (1.5):
Corrections.
2004-11-27 04:31 robocop
* firebird2/src/common/classes/stack.h (1.16):
Extra assertion and acknowledge "elem" is size_t.
2004-11-27 04:30 robocop
* firebird2/src/common/classes/objects_array.h (1.14):
Formatting and a couple of assertions.
2004-11-27 04:30 robocop
* firebird2/src/common/classes/: ClumpletReader.h (1.7), fb_pair.h
(1.13):
const.
2004-11-25 17:10 alexpeshkoff
* firebird2/src/common/classes/GenericMap.h (1.3):
make it compile with VC6
2004-11-25 03:28 skidder
* firebird2/src/common/classes/GenericMap.h (1.2):
Fix POSIX build
2004-11-25 02:38 skidder
* firebird2/src/dsql/parse.cpp (1.137):
Regenerate parse.cpp
2004-11-25 01:45 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/parse.y (1.162):
2007-12-12 04:21:55 +01:00
Dmitry asked me to add support for calling UDF routines ignoring
return arguments so did I
2004-11-24 21:44 skidder
* firebird2/builds/: posix/make.shared.variables (1.46),
win32/msvc6/common.dsp (1.30), win32/msvc6/common_classic.dsp
(1.24), win32/msvc7/common.vcproj (1.20),
win32/msvc7/common_classic.vcproj (1.18):
Update makefiles
2004-11-24 21:38 skidder
* firebird2/src/common/classes/: GenericMap.h (1.1), StringMap.cpp
(1.3), StringMap.h (1.4), fb_pair.h (1.12):
Implement Claudio suggestion regarding clean generic map class
2004-11-24 19:24 alexpeshkoff
* firebird2/: src/common/classes/ClumpletReader.cpp (1.6),
2008-03-24 20:52:36 +01:00
src/common/classes/ClumpletReader.h (1.6),
2007-12-12 04:21:55 +01:00
builds/posix/make.shared.variables (1.45),
builds/win32/msvc6/common.dsp (1.29),
builds/win32/msvc6/common_classic.dsp (1.23):
use ClumpletReader to parse dpb options
2004-11-24 19:23 alexpeshkoff
* firebird2/src/include/fb_string.h (1.35):
new method in string
2004-11-24 14:33 dimitr
* firebird2/src/dsql/pass1.cpp (1.176):
Fixed my SEGV, thanks to Adriano.
2004-11-24 10:32 robocop
* firebird2/builds/win32/make_boot.bat (1.25):
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 10:08 robocop
* firebird2/src/: dudley/parse.cpp (1.48), gpre/gpre.cpp (1.67),
gpre/gpreswi.h (1.11), gpre/hsh.h (1.6), include/fb_blk.h (1.11),
include/fb_map.h (1.4):
Misc: style.
2004-11-24 10:05 robocop
* firebird2/src/: common/classes/alloc.cpp (1.74),
common/classes/alloc.h (1.56), common/classes/array.h (1.32),
common/classes/class_perf.cpp (1.15), common/classes/fb_tls.h
(1.10), common/classes/semaphore.h (1.16), common/classes/tree.h
(1.45), common/config/config.cpp (1.58), dsql/parse.cpp (1.136),
dsql/parse.y (1.161):
Misc: style.
2004-11-24 09:55 robocop
* firebird2/builds/win32/prepare.bat (1.37):
More verbosity to know where to look at when there are problems.
2004-11-23 10:55 robocop
* firebird2/builds/win32/msvc6/: common.dsp (1.28),
common_classic.dsp (1.22):
Fix MSVC6 build after Nickolay's changes.
2004-11-23 06:26 skidder
* firebird2/doc/sql.extensions/README.context_variables2 (1.1):
Preliminary explanation for new context variables logic
2004-11-23 05:05 robocop
* firebird2/src/: dsql/pass1.cpp (1.175),
common/classes/StringMap.h (1.3):
Misc.
2004-11-22 23:33 skidder
* firebird2/builds/posix/make.shared.variables (1.44):
Fix POSIX build
2004-11-22 23:31 skidder
* firebird2/src/common/classes/: StringMap.cpp (1.2), StringMap.h
(1.2):
Fix POSIX build warning
2004-11-22 21:53 skidder
* firebird2/src/dsql/: dsql.tab.h (1.47), parse.cpp (1.135):
Regenerate parse.cpp
2004-11-22 21:49 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: dsql.cpp (1.133), gen.cpp (1.77),
keywords.cpp (1.38), make.cpp (1.80), node.h (1.53), parse.y
(1.160), pass1.cpp (1.174):
2007-12-12 04:21:55 +01:00
Remove CURRENT_DATABASE keyword
2004-11-22 21:21 skidder
* firebird2/: builds/win32/msvc7/common.vcproj (1.19),
builds/win32/msvc7/common_classic.vcproj (1.17),
lang_helpers/gds_codes.ftn (1.11), lang_helpers/gds_codes.pas
(1.11), src/common/classes/StringMap.cpp (1.1),
src/common/classes/StringMap.h (1.1), src/include/gen/codetext.h
(1.18), src/include/gen/iberror.h (1.17), src/include/gen/msgs.h
(1.23), src/include/gen/rdb_codes.h (1.18),
2008-03-24 20:52:36 +01:00
src/include/gen/sql_code.h (1.20):
2007-12-12 04:21:55 +01:00
Context variables support
2004-11-22 07:27 robocop
* firebird2/lang_helpers/: gds_codes.ftn (1.10), gds_codes.pas
(1.10):
Update misc files.
2004-11-18 20:53 skidder
*
firebird2/builds/install/arch-specific/linux/misc/firebird.xinetd.in
(1.3):
Fix problem with XP SP2 clients talking to POSIX server
(SF#1065511)
2004-11-18 14:50 hvlad
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/: codetext.h (1.17), iberror.h (1.16),
msgs.h (1.22), rdb_codes.h (1.17), sql_code.h (1.19):
2007-12-12 04:21:55 +01:00
Added new isc_stack_trace error code for PL-SQL stack trace
2004-11-17 23:01 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.173):
Fix bug in aggregate-functions which burried EXISTS/SINGULAR
predicate.
See bug #1063254
2004-11-17 19:27 dimitr
* firebird2/src/dsql/: dsql.h (1.69), misc_func.cpp (1.8),
pass1.cpp (1.172):
Some corrections and cleanup.
2008-03-24 20:52:36 +01:00
2004-11-17 16:18 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/: codetext.h (1.16), iberror.h (1.15),
msgs.h (1.21), rdb_codes.h (1.16), sql_code.h (1.18):
2007-12-12 04:21:55 +01:00
1) Reworked error reporting 2) Allowed positioned updates for
explicit cursors 3) Fixed some possible server crashes
2004-11-17 15:48 dimitr
* firebird2/src/: dsql/dsql.cpp (1.132), dsql/dsql.tab.h (1.46),
dsql/node.h (1.52), dsql/parse.cpp (1.134), dsql/parse.y (1.159),
dsql/pass1.cpp (1.171), dsql/user_dsql.cpp (1.43),
include/gen/codetext.h (1.15), include/gen/iberror.h (1.14),
include/gen/msgs.h (1.20), include/gen/rdb_codes.h (1.15),
include/gen/sql_code.h (1.17):
1) Reworked error reporting 2) Allowed positioned updates for
explicit cursors 3) Fixed some possible server crashes
2004-11-17 09:55 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: alloc.cpp (1.73), alloc.h (1.55):
2007-12-12 04:21:55 +01:00
Poor man's version of the old gds_alloc_report.
2004-11-16 12:38 alexpeshkoff
* firebird2/src/include/fb_string.h (1.34):
restored STL's copy_from - it's useless for us, but safe
2004-11-16 09:35 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/timestamp.cpp (1.6):
2007-12-12 04:21:55 +01:00
Misc.
2004-11-16 07:22 robocop
* firebird2/src/common/classes/: ClumpletReader.cpp (1.5),
ClumpletReader.h (1.5):
Misc: where did those phantom spaces come from?
2004-11-16 06:03 robocop
* firebird2/src/common/fb_exception.cpp (1.16):
Totally misc.
2004-11-16 06:02 robocop
* firebird2/src/common/classes/alloc.h (1.54):
Totally misc: comment.
2004-11-15 17:34 alexpeshkoff
* firebird2/src/common/classes/: ClumpletReader.cpp (1.4),
ClumpletReader.h (1.4), ClumpletWriter.cpp (1.4), ClumpletWriter.h
(1.4), array.h (1.31):
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 08:35 alexpeshkoff
* firebird2/builds/win32/msvc6/: engine.dsp (1.54),
engine_classic.dsp (1.49), engine_embed.dsp (1.28):
replaced platform-dependent SHA1 with in-tree sha.cpp
2004-11-15 05:15 skidder
* firebird2/builds/posix/: Makefile.in.embed.util (1.16),
make.shared.variables (1.43):
Fix posix build
2004-11-15 01:21 skidder
* firebird2/builds/win32/msvc7/: engine.vcproj (1.43),
engine_classic.vcproj (1.42), engine_embed.vcproj (1.30):
Update MSVC7 makefiles
2004-11-14 21:59 skidder
* firebird2/src/common/classes/timestamp.cpp (1.5):
Minor correction of previous commit
2004-11-14 21:49 skidder
* firebird2/src/common/classes/: timestamp.h (1.8), timestamp.cpp
(1.4):
Add time routines to TimeStamp class
2004-11-14 19:05 alexpeshkoff
* firebird2/src/: common/classes/fb_string.cpp (1.27),
2008-03-24 20:52:36 +01:00
include/fb_string.h (1.33):
2007-12-12 04:21:55 +01:00
cleanup of methods, storing data in plain char*
2004-11-11 22:45 skidder
* firebird2/src/: common/fb_exception.cpp (1.15),
include/fb_exception.h (1.14):
Commit change adding method used by ClumpletReader/ClumpletWriter
2004-11-11 06:37 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: dsql.cpp (1.131), gen.cpp (1.76),
keywords.cpp (1.37), make.cpp (1.79), node.h (1.51), parse.y
(1.158), pass1.cpp (1.170):
2007-12-12 04:21:55 +01:00
CURRENT_DATABASE implementation. Established identity may also be
used for isc_info_db_id datum
2004-11-10 09:16 robocop
* firebird2/src/burp/backup.epp (1.70):
fb-checkins shows that I didn't commit the correct version of the
file.
2004-11-10 05:33 robocop
* firebird2/src/burp/backup.epp (1.69):
Avoid backup corruption with too long file names.
2004-11-10 05:32 robocop
* firebird2/src/gpre/cob.cpp (1.53):
Fix with double quotes handling in case someone still uses gpre and
COBOL.
2004-11-10 05:18 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/: c_cxx.cpp (1.58), cob.cpp (1.52), gpre.cpp
(1.66), gpre.h (1.74), gpre_meta.epp (1.48), gpre_meta_boot.cpp
(1.46), par.cpp (1.55), pas.cpp (1.45), pat.cpp (1.25), sql.cpp
(1.50):
2007-12-12 04:21:55 +01:00
Treat string literals and string constants with more respect.
2004-11-10 05:14 robocop
* firebird2/src/: alice/alice.cpp (1.74), alice/alice_meta.epp
(1.44), dsql/pass1.cpp (1.169), dudley/ddl.h (1.33), dudley/exe.epp
(1.56), dudley/expr.cpp (1.25), dudley/extract.epp (1.40),
dudley/lex.cpp (1.28), dudley/parse.cpp (1.47), dudley/trn.cpp
(1.35):
Treat string literals and string constants with more respect.
2004-11-09 14:06 hvlad
* firebird2/builds/install/misc/firebird.conf (1.12):
Added config file parameter for the garbage collection policy
2004-11-09 13:59 hvlad
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: config.cpp (1.57), config.h (1.33):
2007-12-12 04:21:55 +01:00
Add config file parameter for the garbage collection policy
2004-11-08 13:53 asfernandes
* firebird2/builds/win32/msvc7/: engine.vcproj (1.42),
engine_classic.vcproj (1.41), engine_embed.vcproj (1.29),
fbclient.vcproj (1.36), gsec.vcproj (1.18), utilities.vcproj
(1.20), utilities_classic.vcproj (1.19):
Fix MSVC7 build after Alex changes
2004-11-08 06:50 robocop
* firebird2/builds/posix/Makefile.in.client.gsec (1.2):
Change the license.
2004-11-08 04:29 robocop
* firebird2/src/gpre/: c_cxx.cpp (1.57), cmd.cpp (1.39), cob.cpp
(1.51), dyntable.cpp (1.9), gpre.h (1.73), hsh.cpp (1.21), pas.cpp
(1.44):
Treat string literals and string constants with more respect.
2004-11-08 04:19 robocop
* firebird2/src/dudley/: ddl.h (1.32), exe.epp (1.55), expand.cpp
(1.25), generate.cpp (1.18), hsh.cpp (1.16), hsh_proto.h (1.7),
parse.cpp (1.46), parse_proto.h (1.9):
Treat string literals and string constants with more respect.
2004-11-08 04:15 robocop
* firebird2/src/dsql/movd.cpp (1.17):
Const and use symbolic constants instead of harcoded 20.
2004-11-08 04:12 robocop
* firebird2/src/: burp/burp.h (1.63), burp/restore.epp (1.85),
burp/spit.cpp (1.30), dsql/preparse.cpp (1.32), dsql/utld.cpp
(1.31), dsql/utld_proto.h (1.10):
Treat string literals and string constants with more respect.
2004-11-08 04:09 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/ftn.cpp (1.52):
2007-12-12 04:21:55 +01:00
Misc.
2004-11-08 03:57 robocop
* firebird2/src/: alice/exe.cpp (1.40), common/classes/stack.h
(1.15), common/classes/tree.h (1.44):
Misc and mark suspicious place(s).
2004-11-07 15:23 alexpeshkoff
* firebird2/src/include/fb_string.h (1.32):
security fix added method to save string data into char[] buffer
safe
2004-11-07 15:20 alexpeshkoff
* firebird2/src/gpre/cdbtable.h (1.2):
added new dpb parameters
2004-11-07 15:17 alexpeshkoff
* firebird2/src/dbs/security.sql (1.2):
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 15:12 alexpeshkoff
* firebird2/src/common/config/: config.cpp (1.56), config.h (1.32):
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 15:01 alexpeshkoff
* firebird2/builds/win32/prepare.bat (1.36):
security fix use SQL instead of gbak to create security database
2004-11-07 14:49 alexpeshkoff
* firebird2/builds/win32/msvc6/: engine.dsp (1.53),
engine_classic.dsp (1.48), engine_embed.dsp (1.27), fbclient.dsp
(1.49), gsec.dsp (1.17), utilities.dsp (1.16),
utilities_classic.dsp (1.14):
security fix added new files to win32 VC6 build
2004-11-07 14:47 alexpeshkoff
* firebird2/builds/posix/: Makefile.in.client.gsec (1.1),
Makefile.in.client.util (1.21), Makefile.in.embed.util (1.15),
Makefile.in.firebird (1.58), Makefile.in.refDatabases (1.24),
make.shared.variables (1.42):
security fix 1. added separate gsec.client build 2. added new files
to posix build
2004-11-07 14:43 alexpeshkoff
* firebird2/configure.in (1.210):
security fixes - added check for libssl and gsec.client build
2004-11-07 11:52 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: array.h (1.30), locks.h (1.18),
objects_array.h (1.13), rwlock.h (1.23), semaphore.h (1.15),
vector.h (1.13):
2007-12-12 04:21:55 +01:00
Misc: extra semicolons do not help. :-)
2004-11-07 11:35 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: dsql.cpp (1.130), gen.cpp (1.75), parse.cpp
(1.133), parse.y (1.157), pass1.cpp (1.168):
2007-12-12 04:21:55 +01:00
Misc: extra semicolons do not help. :-)
2004-11-06 08:20 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: stack.h (1.14), tree.h (1.43):
2007-12-12 04:21:55 +01:00
1.- Extra unneeded semicolons are being garbage collected. 2.-
Style: sepate params by space, type for<space>(, etc.
2004-11-04 20:38 skidder
* firebird2/src/common/classes/timestamp.cpp (1.3):
Fix posix build after my timestamp change
2004-11-04 20:14 skidder
* firebird2/: configure.in (1.209),
builds/win32/msvc7/common.vcproj (1.18),
builds/win32/msvc7/common_classic.vcproj (1.16),
builds/win32/msvc7/common_static.vcproj (1.7),
src/common/classes/timestamp.cpp (1.2),
src/common/classes/timestamp.h (1.7),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.96):
2007-12-12 04:21:55 +01:00
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:59 skidder
* firebird2/src/include/gen/msgs.h (1.19):
regenerated msgs.h
2004-11-04 06:42 robocop
* firebird2/builds/win32/msvc6/ib_udf.dsp (1.18):
Remove the reference to ib_udf.c from MSVC6.
2004-11-04 06:34 robocop
* firebird2/builds/win32/msvc6/: common.dsp (1.27),
common_classic.dsp (1.21), common_static.dsp (1.6):
Fix MSVC6 build after timestamp.cpp was created.
2004-11-04 06:26 robocop
* firebird2/src/common/classes/timestamp.h (1.6):
Be explicit.
2004-11-04 02:35 robocop
* firebird2/builds/win32/preprocess.bat (1.32):
Misc typo
2004-11-04 01:25 skidder
* firebird2/builds/win32/preprocess.bat (1.31):
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-04 00:47 skidder
* firebird2/builds/posix/make.shared.variables (1.41):
Fix POSIX build
2004-11-03 18:26 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: timestamp.cpp (1.1), timestamp.h
(1.5):
2007-12-12 04:21:55 +01:00
Improved TimeStamp slightly to suit non-engine needs.
2004-11-03 15:16 fsg
* firebird2/src/extlib/: ib_udf.cpp (1.5), ib_udf2.sql (1.3):
Renamed old rand udf to srand added new rand function without seed
FSG
2004-11-03 13:06 paulbeach
* firebird2/builds/install/misc/firebird.conf (1.11):
Fix minor typo
2004-11-03 09:38 skidder
* firebird2/src/common/classes/: ClumpletReader.cpp (1.3),
ClumpletReader.h (1.3), ClumpletWriter.cpp (1.3), ClumpletWriter.h
(1.3):
Bunch of fixes in clumplet readers and writers
2004-11-03 09:36 skidder
* firebird2/src/common/classes/sparse_bitmap.h (1.11):
Remove comment which is no longer pertinent
2004-11-03 00:07 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.167):
bugfix: still were some ambiguous queries possible.
fe: select rdb$database.rdb$relation_id from rdb$database,
rdb$database
2004-11-02 08:15 skidder
* firebird2/builds/posix/Makefile.in.extlib (1.18):
Migrate POSIX build to ib_udf.cpp
2004-11-02 08:13 skidder
* firebird2/src/extlib/: ib_udf.c (1.9), ib_udf.cpp (1.4):
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 07:43 skidder
* firebird2/src/common/classes/timestamp.h (1.4):
Fix warning
2004-11-02 07:27 skidder
* firebird2/builds/win32/msvc7/ib_udf.vcproj (1.17):
Move MSVC7 build to ib_udf.cpp
2004-11-02 07:23 skidder
* firebird2/src/extlib/ib_udf.cpp (1.3):
Fix MSVC7 build
2004-11-02 03:41 asfernandes
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/: burp.h (1.62), restore.epp (1.84):
2007-12-12 04:21:55 +01:00
Update very obsolete error message
2004-11-01 09:26 dimitr
* firebird2/src/common/classes/timestamp.h (1.3):
Changed TimeStamp class a bit, as suggested by Claudio.
2004-10-31 06:40 dimitr
* firebird2/src/common/classes/timestamp.h (1.2):
Removed unused code.
2004-10-30 21:28 dimitr
* firebird2/src/common/classes/timestamp.h (1.1):
Replaced non-centralized datetime management with a new class.
2004-10-30 09:05 robocop
* firebird2/src/burp/: backup.epp (1.68), burp.h (1.61), mvol.cpp
(1.42):
Constant is the max size of the string, not the max length.
2004-10-30 08:03 robocop
* firebird2/src/common/classes/sparse_bitmap.h (1.10):
Misc.
2004-10-30 07:58 robocop
* firebird2/src/burp/: backup.epp (1.67), burp.h (1.60),
restore.epp (1.83):
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 07:41 robocop
* firebird2/src/burp/: burp.cpp (1.91), burp_proto.h (1.18),
mvol.cpp (1.41):
Fix possible buffer overrun.
2004-10-30 07:36 robocop
* firebird2/src/gpre/par.cpp (1.54):
Wrong macro to inline function conversion (but harmless)
2004-10-30 07:30 robocop
* firebird2/src/gpre/: ada.cpp (1.45), c_cxx.cpp (1.56), cob.cpp
(1.50), ftn.cpp (1.51), gpre.cpp (1.65), gpre.h (1.72), pas.cpp
(1.43), sqe.cpp (1.34), sql.cpp (1.49):
Be more respectful of literal strings.
2004-10-30 07:23 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/ids.h (1.9):
2007-12-12 04:21:55 +01:00
Implement rdb$description in rdb$generators. What a chore.
2008-03-24 20:52:36 +01:00
2004-10-29 19:51 skidder
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/sparse_bitmap.h (1.9):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
Kill a few redundant const qualifiers
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
2004-10-29 01:23 skidder
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/sparse_bitmap.h (1.8):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
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
2007-12-12 04:21:55 +01:00
2004-10-28 06:47 robocop
* firebird2/src/extlib/fbudf/fbudf.sql (1.7):
Alternative addDay2 function (same usage, more orthodox handling).
Same can be done for other Add<part> functions.
2004-10-28 06:36 robocop
* firebird2/src/extlib/fbudf/: fbudf.cpp (1.20), fbudf.h (1.7):
Alternative addDay2 function (same usage, more orthodox handling).
Same can be done for other Add<part> functions.
2004-10-27 14:14 dimitr
* firebird2/src/dsql/parse.y (1.156):
Changed non-standard WEEKDAY and YEARDAY extentions to become
non-reserved words.
2004-10-27 12:54 aafemt
* firebird2/src/dudley/ddl.h (1.31):
Supress warning
2004-10-27 12:50 aafemt
* firebird2/src/alice/alice.h (1.45):
Supress warning
2004-10-27 12:14 aafemt
* firebird2/src/dsql/dsql.cpp (1.129):
Variable shadowing
2004-10-27 11:32 dimitr
* firebird2/src/dsql/: node.h (1.50), parse.cpp (1.132), parse.y
(1.155), pass1.cpp (1.166):
Ported UPDATE/DELETE extentions from Yaffil.
2004-10-27 11:27 aafemt
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/sparse_bitmap.h (1.7):
2007-12-12 04:21:55 +01:00
Variable shadowing
2004-10-27 11:21 aafemt
* firebird2/builds/posix/prefix.mingw (1.34):
Unfortunatelly GNU autoconf macros added by Nikolay don't work for
mingw
2004-10-26 09:21 robocop
* firebird2/src/dsql/: gen.cpp (1.74), node.h (1.49):
Misc.
2004-10-25 12:31 robocop
* firebird2/: lang_helpers/gds_codes.ftn (1.9),
lang_helpers/gds_codes.pas (1.9), src/include/gen/codetext.h
(1.14), src/include/gen/iberror.h (1.13), src/include/gen/msgs.h
(1.18), src/include/gen/rdb_codes.h (1.14),
2008-03-24 20:52:36 +01:00
src/include/gen/sql_code.h (1.16):
2007-12-12 04:21:55 +01:00
Added new message. To be used later (pending changes).
2004-10-25 11:45 aafemt
* firebird2/configure.in (1.208):
1) Multithread for Win32. 2) Space is important sometimes
2004-10-25 07:14 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: alloc.cpp (1.72), alloc.h (1.53):
2007-12-12 04:21:55 +01:00
Implement routines for convenient dumping of memory pools under
debugger
2004-10-25 05:52 skidder
* firebird2/: builds/posix/firebird.vers (1.5),
builds/win32/defs/fbclient.def (1.11), builds/win32/defs/gds32.def
2008-03-24 20:52:36 +01:00
(1.9), src/alice/alice.cpp (1.73), src/burp/burp.cpp (1.90):
2007-12-12 04:21:55 +01:00
fb_interpret->isc_interpet, deprecate isc_interpete, clean
interface a little bit
2004-10-25 04:56 skidder
* firebird2/src/include/gen/ids.h (1.8):
Regenerated ids.h
2004-10-24 11:10 skidder
* firebird2/builds/posix/make.defaults (1.37):
Add support for biarch builds
2004-10-24 11:06 skidder
* firebird2/: configure.in (1.207),
builds/install/arch-specific/linux/Makefile.in (1.5),
builds/install/arch-specific/linux/classic/rpmheader.txt.in (1.2),
builds/install/arch-specific/linux/super/rpmheader.txt.in (1.3):
Add support for biarch builds
2004-10-24 10:04 skidder
* firebird2/builds/install/misc/firebird.conf (1.10):
Add documentation note per claudio suggestion
2004-10-24 04:47 skidder
* firebird2/src/common/config/config.cpp (1.55):
Default to BugcheckAbort=1 in DEV_BUILD
2004-10-23 03:21 skidder
* firebird2/src/common/classes/: ClumpletReader.cpp (1.2),
ClumpletReader.h (1.2), ClumpletWriter.cpp (1.2), ClumpletWriter.h
(1.2):
Little corrections in clumplet handler classes
2004-10-23 02:54 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/: gpre_meta.epp (1.47), gpre_meta_boot.cpp
(1.45):
2007-12-12 04:21:55 +01:00
Misc.
2004-10-23 02:51 robocop
* firebird2/builds/win32/preprocess.bat (1.30):
Indication on how to recover the build manually after adding fields
to the engine.
2004-10-22 08:24 skidder
* firebird2/src/common/classes/: ClumpletReader.cpp (1.1),
ClumpletReader.h (1.1), ClumpletWriter.cpp (1.1), ClumpletWriter.h
(1.1):
Classes for secure manipulations with clumplet structures
2004-10-20 03:03 robocop
* firebird2/builds/win32/msvc6/ib_udf.dsp (1.17):
Switch the NSVC6 version to use the new ib_udf2.sql with ib_udf.cpp
2004-10-18 22:48 skidder
* firebird2/builds/install/misc/firebird.conf (1.9):
Update BugCheckAbort option description
2004-10-18 09:19 robocop
* firebird2/src/dsql/errd.cpp (1.36):
a) Error reporting functions must not overflow their buffers. b)
Use ISC_STATUS type when dealing with status vector.
2004-10-18 09:17 robocop
* firebird2/src/burp/burp.cpp (1.89):
reinterpret_cast downgraded to static_cast
2004-10-18 08:48 robocop
* firebird2/src/dsql/dsql.h (1.68):
Totally misc.
2004-10-18 01:48 skidder
* firebird2/configure.in (1.206):
Add support for daily builds
2004-10-17 10:47 dimitr
* firebird2/src/dsql/: dsql.tab.h (1.45), keywords.cpp (1.36),
parse.cpp (1.131), parse.y (1.154):
Replaced "==" with a SQL-99 compliant distinct predicate.
2004-10-15 07:50 robocop
* firebird2/src/common/classes/fb_string.cpp (1.26):
Some folks couldn't compile...
2004-10-14 20:54 dimitr
* firebird2/src/dsql/: dsql.cpp (1.128), dsql.tab.h (1.44), gen.cpp
(1.73), keywords.cpp (1.35), node.h (1.48), parse.cpp (1.130),
parse.y (1.153), pass1.cpp (1.165):
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:35 dimitr
* firebird2/src/dsql/pass1.cpp (1.164):
Restored the old code layout, as suggested by Claudio.
2004-10-13 20:37 dimitr
* firebird2/src/dsql/: ddl.cpp (1.117), dsql.tab.h (1.43), gen.cpp
(1.72), keywords.cpp (1.34), node.h (1.47), parse.cpp (1.129),
parse.y (1.152), pass1.cpp (1.163), pass1_proto.h (1.14):
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-11 12:00 robocop
* firebird2/src/common/classes/alloc.cpp (1.71):
Change Pascal AND to C++ && Thanks to Marlena Miller that couldn't
compile.
2004-10-09 02:43 skidder
* firebird2/src/: common/classes/fb_string.cpp (1.25),
include/fb_string.h (1.31):
Implement vprintf routine in Firebird::string class
2004-10-09 00:52 skidder
* firebird2/src/common/classes/fb_string.cpp (1.24):
Correct Firebird::string::printf behavior for very long strings
2004-10-08 17:05 skidder
* firebird2/src/include/fb_exception.h (1.13):
Add comment for a couple ugly aspects of exception handling (they
need to be fixed, eventually)
2004-10-08 13:08 robocop
* firebird2/src/: dsql/metd.epp (1.70), dsql/parse.cpp (1.128),
dsql/parse.y (1.151), dsql/pass1.cpp (1.162), dudley/exe.epp
2008-03-24 20:52:36 +01:00
(1.54):
2007-12-12 04:21:55 +01:00
Redundant casts.
2004-10-07 22:44 skidder
* firebird2/builds/posix/Makefile.in.client.fbudf (1.3):
Build threaded version of fbudf library in SuperServer builds
2004-10-07 22:25 skidder
* firebird2/builds/posix/: Makefile.in.client.gpre (1.16),
Makefile.in.embed.gpre (1.16):
Fix POSIX build after recent Claudio fix
2004-10-07 11:59 robocop
* firebird2/src/gpre/: gpre.cpp (1.64), gpre.h (1.71), par.cpp
(1.53):
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 11:42 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dudley/extract.epp (1.39):
2007-12-12 04:21:55 +01:00
Treat literal strings as constants, please.
2004-10-07 11:27 robocop
* firebird2/src/: common/fb_exception.cpp (1.14),
include/fb_exception.h (1.12):
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 11:19 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/backup.epp (1.66):
2007-12-12 04:21:55 +01:00
Misc.
2004-10-07 10:35 robocop
* firebird2/src/: common/classes/fb_string.cpp (1.23),
include/fb_string.h (1.30):
recalculate_length(), copy_to(), safe copy to a char array,
constness, style.
2004-10-07 10:29 robocop
* firebird2/src/dudley/extract.epp (1.38):
Clarification on badly written old comment (problem with embedded
blanks in identifiers)
2004-10-07 10:28 robocop
* firebird2/src/dsql/gen.cpp (1.71):
1.- Style. 2.- The const_cast is no longer needed.
2004-10-07 10:27 robocop
* firebird2/src/dsql/dsql.cpp (1.127):
Style
2004-10-07 10:25 robocop
* firebird2/src/burp/burp.h (1.59):
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 10:23 robocop
* firebird2/src/burp/spit.h (1.8):
Unused crud
2004-10-07 10:21 robocop
* firebird2/src/alice/: alice_meta.epp (1.43), tdr.cpp (1.42):
Misc and treat string literals as constants.
2004-10-05 09:03 hvlad
* firebird2/src/common/classes/sparse_bitmap.h (1.6):
Correct on-stack constructor for SparseBitmap (discussed with
Nickolay)
2004-10-04 10:47 robocop
* firebird2/src/extlib/fbudf/: fbudf.cpp (1.19), fbudf.h (1.6):
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 10:14 robocop
* firebird2/src/: alice/alice_meta.epp (1.42), alice/exe.cpp
(1.39), common/fb_exception.cpp (1.13), common/classes/alloc.cpp
(1.70), common/classes/class_test.cpp (1.24),
common/classes/fb_string.cpp (1.22), common/classes/sparse_bitmap.h
(1.5), common/config/dir_list.cpp (1.22), dsql/array.epp (1.33),
dsql/ddl.cpp (1.116), dsql/gen.cpp (1.70), dsql/hsh.cpp (1.29),
dsql/parse.cpp (1.127), dsql/parse.y (1.150), dsql/pass1.cpp
2008-03-24 20:52:36 +01:00
(1.161):
2007-12-12 04:21:55 +01:00
Style: if<space>( for<space>( switch<space>( while<space>(
2004-10-04 07:23 skidder
* firebird2/: acx_pthread.m4 (1.1), configure.in (1.205),
builds/posix/Makefile.in.extlib (1.17),
builds/posix/Makefile.in.fbserver (1.16),
builds/posix/Makefile.in.intl (1.19),
builds/posix/Makefile.in.libfbclient (1.25),
builds/posix/make.rules (1.24), builds/posix/prefix.mingw (1.33):
Use GNU autoconf macros to determine switches required to generate
threaded binaries properly
2004-10-04 06:59 robocop
* firebird2/src/gpre/c_cxx.cpp (1.55):
Finalize Nickolay's rollback of my changes to get MSVC6 compiling
HEAD.
2004-10-04 06:44 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/common/utils.cpp (1.13):
2007-12-12 04:21:55 +01:00
Close vulnerability #3 in gds__interprete's new version.
Traditional sprintf could write past the end of buffer.
2004-10-03 22:18 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/int_cxx.cpp (1.38):
2007-12-12 04:21:55 +01:00
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 13:38 dimitr
* firebird2/src/dsql/: dsql.tab.h (1.42), parse.cpp (1.126),
parse.y (1.149):
Fixed AV in the parser.
2004-10-03 08:33 robocop
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc6/ipserver.dsp (1.15):
2007-12-12 04:21:55 +01:00
ipserver is being deleted. Update build files.
2004-10-03 08:29 robocop
* firebird2/builds/: mac_os_x/CS/CS.pbproj/project.pbxproj (1.10),
posix/prefix.mingw (1.32), win32/msvc6/fbclient_static.dsp (1.17):
ipserver is being deleted. Update build files.
2004-10-03 06:48 robocop
* firebird2/src/: dsql/ddl.cpp (1.115), dsql/dsql.cpp (1.126),
dsql/dsql.tab.h (1.41), dsql/keywords.cpp (1.33), dsql/node.h
(1.46), dsql/parse.cpp (1.125), dsql/parse.y (1.148), dudley/ddl.h
(1.30), dudley/exe.epp (1.53), dudley/extract.epp (1.37),
dudley/hsh.cpp (1.15), dudley/parse.cpp (1.45), dudley/parse.h
2008-03-24 20:52:36 +01:00
(1.8), gpre/cmd.cpp (1.38), gpre/pretty.cpp (1.29):
2007-12-12 04:21:55 +01:00
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 06:43 robocop
* firebird2/src/gpre/: c_cxx.cpp (1.54), int_cxx.cpp (1.37):
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 11:33 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/tree.h (1.42):
2007-12-12 04:21:55 +01:00
Member functions that don't change anything are marked const.
2004-10-02 11:31 robocop
* firebird2/src/common/classes/fb_string.cpp (1.21):
Prevent buffer overrun (equivalent to evl.cpp's concatenate).
2004-10-01 08:27 hvlad
* firebird2/src/common/classes/sparse_bitmap.h (1.4):
Make new class SparseBitmap compile by MSVC6
2004-09-30 18:29 skidder
* firebird2/configure.in (1.204):
Correctly build on non-x86 SuSE linux
2004-09-29 23:58 arnobrinkman
* firebird2/src/common/classes/sparse_bitmap.h (1.3):
fix bug with singular bitmaps, in consideration with Nickolay
2004-09-29 08:42 robocop
* firebird2/src/extlib/fbudf/fbudf.sql (1.6):
Put comment on deprecated functions.
2004-09-29 08:41 robocop
* firebird2/src/extlib/fbudf/fbudf.cpp (1.18):
Fix problem reported by "jssahdra" in fb-support. Numeric overflow
caused resulting timestamp to go backwards instead of forward.
2004-09-29 00:00 skidder
* firebird2/builds/win32/msvc6/: engine.dsp (1.52),
engine_classic.dsp (1.47), engine_embed.dsp (1.26):
Update MSVC6 makefiles (untested)
2004-09-28 23:50 skidder
* firebird2/: builds/win32/msvc7/Firebird2.sln (1.18),
builds/win32/msvc7/Firebird2Boot.sln (1.3),
builds/win32/msvc7/common_static.vcproj (1.6),
builds/win32/msvc7/engine.vcproj (1.41),
builds/win32/msvc7/engine_classic.vcproj (1.40),
builds/win32/msvc7/engine_embed.vcproj (1.28),
2008-03-24 20:52:36 +01:00
src/common/classes/sparse_bitmap.h (1.2):
2007-12-12 04:21:55 +01:00
Fix MSVC7 builds
2004-09-28 22:59 arnobrinkman
* firebird2/builds/win32/msvc7/gpre_static.vcproj (1.7):
fix build
2004-09-28 08:27 skidder
* firebird2/: builds/posix/make.shared.variables (1.40),
src/common/classes/alloc.cpp (1.69), src/common/classes/alloc.h
(1.52), src/common/classes/class_test.cpp (1.23),
2008-03-24 20:52:36 +01:00
src/common/classes/tree.h (1.41),
2007-12-12 04:21:55 +01:00
src/common/classes/sparse_bitmap.h (1.1):
Teach engine to work with larger record numbers - 64-bit
internally, 40-bit externally
2004-09-28 07:56 stryqx
* firebird2/autogen.sh (1.11):
MFB: Allow location of autoconf and libtool binaries to be
specified as environment variables.
2004-09-27 05:42 robocop
* firebird2/src/dsql/parse.cpp (1.124):
parse.cpp needed to be rebuilt after Alex' changes
2004-09-27 00:37 skidder
* firebird2/builds/posix/: Makefile.in.client.gpre (1.15),
Makefile.in.embed.gpre (1.15):
Fix POSIX builds after Claudio changes
2004-09-26 13:23 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: array.epp (1.32), preparse.cpp (1.31):
2007-12-12 04:21:55 +01:00
Got rid of spurious cast.
2004-09-26 13:19 robocop
* firebird2/src/burp/misc.cpp (1.15):
Put an assertion, just in case.
2004-09-26 13:17 robocop
* firebird2/src/common/: utils_proto.h (1.8), utils.cpp (1.12):
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:42 robocop
* firebird2/src/gpre/: gpre_meta.epp (1.46), gpre_meta_boot.cpp
(1.44):
The custom symbol_length is equivalent to fb_utils::name_length.
2004-09-26 09:41 robocop
* firebird2/src/dsql/dsql.cpp (1.125):
Make compiler happy... nobody wants a cursor name with length 2^31
2004-09-26 09:38 robocop
* firebird2/src/common/: utils.cpp (1.11), utils_proto.h (1.7):
Take advantage of the full range in name_length(), in case we need
it. In most platforms, int <==> ptrdiff_t
2004-09-26 09:37 robocop
* firebird2/src/alice/tdr.cpp (1.41):
Minimize forced casts
2004-09-26 09:33 robocop
* firebird2/builds/win32/msvc6/: common_static.dsp (1.5), gpre.dsp
(1.24):
Added common/utils.cpp & h to common_static and gpre. Please
update your non MSVC6 build environments accordingly
2004-09-26 09:32 robocop
* firebird2/builds/win32/msvc6/codes.dsp (1.8):
MSVC put these lines, don't know how or why, but most other
projects have them, too.
2004-09-26 09:31 robocop
* firebird2/builds/win32/msvc6/build_msg.dsp (1.7):
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 09:26 robocop
* firebird2/src/dsql/dsql.cpp (1.124):
Replace custom name_length() by the general one that uses the same
logic
2004-09-26 03:49 robocop
* firebird2/src/: common/utils.cpp (1.10), common/utils_proto.h
2008-03-24 20:52:36 +01:00
(1.6), dsql/metd.epp (1.69), dsql/pass1.cpp (1.160):
2007-12-12 04:21:55 +01:00
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-25 12:27 robocop
* firebird2/src/: dsql/array.epp (1.31), dsql/blob.epp (1.16),
dsql/errd.cpp (1.35), dsql/parse.y (1.147), dsql/user_dsql.cpp
(1.42), gpre/ada.cpp (1.44), gpre/c_cxx.cpp (1.53), gpre/cob.cpp
(1.49), gpre/ftn.cpp (1.50), gpre/int_cxx.cpp (1.36), gpre/pas.cpp
2008-03-24 20:52:36 +01:00
(1.42), gpre/pretty.cpp (1.28):
2007-12-12 04:21:55 +01:00
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-24 08:48 robocop
* firebird2/src/dsql/utld.cpp (1.30):
Style
2004-09-24 08:40 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/common/fb_exception.cpp (1.12):
2007-12-12 04:21:55 +01:00
Totally misc
2004-09-23 09:41 robocop
* firebird2/examples/api/api16.c (1.3):
Fixing the indentation a bit
2004-09-23 09:03 alexpeshkoff
* firebird2/src/: common/classes/fb_string.cpp (1.20),
include/fb_string.h (1.29):
Fixed a number of errors in Firebird::string
2004-09-23 06:53 robocop
* firebird2/src/extlib/: ib_udf.cpp (1.2), ib_udf2.sql (1.2):
Comment added
2004-09-23 06:51 robocop
* firebird2/src/extlib/fbudf/: fbudf.cpp (1.17), fbudf.h (1.5),
fbudf.sql (1.5), stdafx.cpp (1.2), stdafx.h (1.8):
Learning to spell my own surname. :-)
2004-09-22 10:54 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/canonical.cpp (1.35):
2007-12-12 04:21:55 +01:00
Got rid of some casts that were driving me nuts on each compilation
2004-09-22 10:52 robocop
* firebird2/src/gpre/sql.cpp (1.48):
Finally got to solve my own indication in the code from months ago
2004-09-22 08:54 dimitr
* firebird2/src/dsql/make.cpp (1.78):
Fixed yet another issue with make.cpp noticed by Dimitry
Sibiryakov.
2004-09-22 03:58 robocop
* firebird2/: builds/posix/firebird.vers (1.4),
builds/win32/defs/fbclient.def (1.10), builds/win32/defs/gds32.def
(1.8), builds/win32/defs/iutls.def (1.3), src/alice/alice.cpp
2008-03-24 20:52:36 +01:00
(1.72), src/burp/burp.cpp (1.88):
2007-12-12 04:21:55 +01:00
Vulnerability reported by Daniel Urban. First step: reorganize
code. Please do a full rebuild after retrieving those changes.
2004-09-20 10:49 robocop
* firebird2/src/extlib/: ib_udf.cpp (1.1), ib_udf2.sql (1.1):
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 10:39 robocop
* firebird2/src/burp/burp.h (1.58):
Redundant cast
2004-09-20 10:37 robocop
* firebird2/src/common/utils.cpp (1.9):
Added a comment, in case it's not obvious
2004-09-17 17:02 alexpeshkoff
* firebird2/src/include/fb_string.h (1.28):
Slightly optimized strings comparison.
2004-09-17 00:32 skidder
* firebird2/builds/posix/Makefile.in.libfbclient (1.24):
Cleanup
2004-09-15 11:36 kkuznetsov
* firebird2/configure.in (1.203):
added new directory remote/os/sun to mkdir -p
2004-09-15 10:35 kkuznetsov
* firebird2/builds/posix/: Makefile.in.libfbclient (1.23),
prefix.solx86gcc (1.14):
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 05:49 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/common/: utils.cpp (1.8), utils_proto.h (1.5):
2007-12-12 04:21:55 +01:00
Collapsed an example of Borland's advanced copy/paste technique
that repeats routines in different files into a single function.
2004-09-14 18:11 skidder
* firebird2/builds/install/misc/firebird.init.d.mandrake.in (1.2):
Add newline printed after Firebird SS service startup
2004-09-13 21:36 dimitr
* firebird2/src/dsql/make.cpp (1.77):
Fixed another my bug, spotted by Arno.
2004-09-12 12:48 dimitr
* firebird2/src/dsql/make.cpp (1.76):
Correction.
2004-09-09 13:32 kkuznetsov
* firebird2/builds/posix/: Makefile.in.embed.gfix (1.11),
Makefile.in.embed.util (1.14), prefix.solx86gcc (1.13):
Fix some unresolved symbols. Make FB CS linkable on Solaris x86.
2004-09-09 11:24 robocop
* firebird2/src/dsql/dsql.cpp (1.123):
Get rid of some reinterpret_cast's.
2004-09-09 10:58 robocop
* firebird2/src/dsql/ddl.cpp (1.114):
Totally misc: typo in comment
2004-09-09 10:56 robocop
* firebird2/src/dsql/dsql.cpp (1.122):
Style
2004-09-08 14:01 alexpeshkoff
* firebird2/src/dsql/: ddl.cpp (1.113), parse.y (1.146):
fixed AV in DECLARE FILTER
2004-09-07 10:35 robocop
* firebird2/src/common/classes/alloc.h (1.51):
Misc: fix typo in a comment
2004-09-06 21:17 dimitr
* firebird2/src/dsql/parse.y (1.145):
Allowed UNION DISTINCT equal to just UNION (see chapter 7.13 of the
SQL spec).
2004-09-06 10:14 alexpeshkoff
* firebird2/src/dsql/: alld.cpp (1.30), dsql.cpp (1.121):
fixed problems, noticed by Claudio
2004-09-05 23:50 dimitr
* firebird2/src/dsql/make.cpp (1.75):
Fixed a bug I introduced today.
2004-09-05 09:23 dimitr
* firebird2/src/dsql/: make.cpp (1.74), make_proto.h (1.23),
pass1.cpp (1.159):
Solved issues with literal NULLs in the CASE-based functions. To
be reviewed by Arno.
2004-09-04 20:43 dimitr
* firebird2/src/dsql/: make.cpp (1.73), pass1.cpp (1.158):
Allowed EXTRACT(<part> FROM NULL) to return NULL of SMALLINT/INT
(depending on <part>) datatype.
2004-09-04 20:24 dimitr
* firebird2/src/dsql/: ddl.cpp (1.112), gen.cpp (1.69), make.cpp
2008-03-24 20:52:36 +01:00
(1.72), make_proto.h (1.22), pass1.cpp (1.157):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
Let's describe literal NULLs correctly in expressions.
2007-12-12 04:21:55 +01:00
2004-09-02 11:09 alexpeshkoff
* firebird2/builds/install/misc/firebird.conf (1.8):
Added firebird.conf parameter UsePriorityScheduler (requested by
Nickolay)
2004-09-02 11:00 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: config.cpp (1.54), config.h (1.31):
2007-12-12 04:21:55 +01:00
Added firebird.conf parameter UsePriorityScheduler (requested by
Nickolay)
2004-09-02 09:10 dimitr
* firebird2/src/dsql/dsql.cpp (1.120):
Fixed my mistake in the plan output. Noticed by Arno.
2004-09-01 18:11 alexpeshkoff
* firebird2/: builds/install/misc/firebird.conf (1.7),
src/common/config/config.cpp (1.53), src/common/config/config.h
2008-03-24 20:52:36 +01:00
(1.30):
2007-12-12 04:21:55 +01:00
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 16:55 alexpeshkoff
* firebird2/builds/win32/msvc6/alice.dsp (1.17):
Removed alice\lls.h as absolutely unneeded during alice cleanup.
Other non-posix platforms may also need fix.
2004-09-01 16:51 alexpeshkoff
* firebird2/src/alice/: alice.cpp (1.71), alice.h (1.44), all.cpp
(1.29), all.h (1.12), exe.cpp (1.38), lls.h (1.6):
Fixed my bug in alice. Also some style changes and cleanup.
2004-09-01 14:06 alexpeshkoff
* firebird2/builds/win32/prepare.bat (1.35):
fixed bug in previous commit
2004-09-01 13:53 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/builds/: posix/Makefile.in.refDatabases (1.23),
win32/prepare.bat (1.34):
2007-12-12 04:21:55 +01:00
fixed msg.fdb build on windows terminal server remote session posix
is also in sync
2004-09-01 11:36 skidder
* firebird2/src/common/classes/alloc.cpp (1.68):
Look up Valgrind header in more appropriate place
2004-09-01 03:08 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/msgs.h (1.17):
2007-12-12 04:21:55 +01:00
Add notion of ODS type to wrong_ods error message
2004-09-01 00:29 skidder
* firebird2/: lang_helpers/gds_codes.ftn (1.8),
lang_helpers/gds_codes.pas (1.8), src/include/gen/codetext.h
(1.13), src/include/gen/iberror.h (1.12), src/include/gen/msgs.h
(1.16), src/include/gen/rdb_codes.h (1.13),
2008-03-24 20:52:36 +01:00
src/include/gen/sql_code.h (1.15):
2007-12-12 04:21:55 +01:00
Use slightly more clear messages during FK violations. Patch
submitted by Adriano dos Santos Fernandes
2004-08-30 20:10 alexpeshkoff
* firebird2/src/: alice/alice.cpp (1.70), alice/alice.h (1.43),
alice/all.cpp (1.28), alice/all.h (1.11), alice/all_proto.h (1.6),
2008-03-24 20:52:36 +01:00
alice/exe.cpp (1.37), dsql/alld.cpp (1.29), dsql/dsql.cpp (1.119),
dsql/dsql.h (1.67), common/classes/alloc.h (1.50), burp/burp.cpp
(1.87), burp/burp.h (1.57), common/config/config_file.cpp (1.25),
common/config/config_file.h (1.9):
2007-12-12 04:21:55 +01:00
added (and used in sources) template to change and restore default
pool
2004-08-30 17:58 skidder
* firebird2/src/extlib/ib_udf.sql (1.5):
Extent default length for UDF arguments slightly
2004-08-30 12:07 robocop
* firebird2/src/burp/: backup.epp (1.65), burp.h (1.56),
restore.epp (1.82):
Gbak should backup/restore the new field rdb$description in
rdb$roles, depending on ODS.
2004-08-29 08:53 robocop
* firebird2/src/burp/: backup.epp (1.64), mvol.cpp (1.40),
mvol_proto.h (1.9), restore.epp (1.81):
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 08:47 robocop
* firebird2/src/burp/spit.cpp (1.29):
misc
2004-08-29 01:14 skidder
* firebird2/src/common/classes/: alloc.cpp (1.67), class_test.cpp
(1.22), test.sh (1.15):
Fix typo and small bug in memory manager test code
2004-08-28 07:19 skidder
* firebird2/src/common/classes/: class_test.cpp (1.21), test.sh
(1.14):
Update memory manager tests
2004-08-28 07:18 skidder
* firebird2/src/common/classes/alloc.cpp (1.66):
fix handling of zero-length allocations, fix rare memory management
error, add quick pool verification logic
2004-08-28 07:15 skidder
* firebird2/src/common/classes/alloc.h (1.49):
quick pool verification logic
2004-08-28 04:51 skidder
* firebird2/src/common/classes/rwlock.h (1.22):
Some Linux targets may miss support for fancy rwlock options
2004-08-27 11:24 robocop
* firebird2/src/dsql/ddl.cpp (1.111):
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 10:30 robocop
* firebird2/builds/win32/make_all.bat (1.27):
Comment what seems to me a redundant copy
2004-08-27 06:52 robocop
* firebird2/src/dsql/: ddl.cpp (1.110), dsql.h (1.66), dsql.tab.h
(1.40), keywords.cpp (1.32), metd.epp (1.68), parse.cpp (1.123),
parse.y (1.144):
Bring DSQL up to date with UDF capabilities in the engine.
Introduce SCALAR_ARRAY token.
2004-08-27 06:50 robocop
* firebird2/src/gpre/cme.cpp (1.33):
Style
2008-03-24 20:52:36 +01:00
2004-08-27 06:46 robocop
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/dir_list.cpp (1.21):
2007-12-12 04:21:55 +01:00
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:44 brodsom
* firebird2/src/gpre/: cme.cpp (1.32), cob.cpp (1.48), exp.cpp
(1.36), gpre.cpp (1.63), gpre_meta.epp (1.45), gpre_meta_boot.cpp
(1.43):
Assert or silence uninitialized warning
2004-08-26 21:09 brodsom
* firebird2/src/burp/burp.cpp (1.86):
Assert on non initialized variable
2004-08-26 20:48 brodsom
* firebird2/src/dudley/: ddl.cpp (1.36), exe.epp (1.52), expand.cpp
(1.24), expr.cpp (1.24), extract.epp (1.36), generate.cpp (1.17),
parse.cpp (1.44):
Fix, assert or silence non initialized warnings
2004-08-26 20:28 brodsom
* firebird2/src/common/: classes/stack.h (1.13),
config/dir_list.cpp (1.20):
Fix signed/unsigned comparisons
2004-08-26 20:22 brodsom
* firebird2/src/alice/alice_meta.epp (1.41):
Silence uninitialized warnings
2004-08-26 13:04 robocop
* firebird2/src/common/classes/alloc.cpp (1.65):
misc
2004-08-26 06:21 robocop
* firebird2/builds/win32/prepare.bat (1.33):
Invoke isql in silent mode
2004-08-25 05:09 skidder
* firebird2/src/common/classes/alloc.cpp (1.64):
Clarify comment and update assertion check
2004-08-25 01:11 brodsom
* firebird2/src/common/classes/alloc.cpp (1.63):
Avoid variable shadowing
2004-08-24 07:16 robocop
* firebird2/src/common/classes/alloc.cpp (1.62):
Renamed ptr_block to ptrToBLock and block_ptr to blockToPtr for
better self-documenting code as agreed privately. No functional
change.
2004-08-23 11:55 aafemt
* firebird2/builds/win32/prepare.bat (1.32):
Create msg.fdb from scripts instead of backup
2004-08-23 11:53 aafemt
* firebird2/builds/posix/: Makefile.in.msgs (1.15),
Makefile.in.refDatabases (1.22):
Create msg.fdb from scripts instaed of backup
2004-08-22 23:31 skidder
* firebird2/src/common/classes/: class_perf.cpp (1.14),
class_test.cpp (1.20), test.sh (1.13):
Update memory manager tests
2004-08-22 23:28 skidder
* firebird2/src/common/classes/: alloc.cpp (1.61), alloc.h (1.48):
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 23:09 skidder
* firebird2/src/common/classes/tree.h (1.40):
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 02:53 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.156):
Fix unneeded error-message with simple CASE and NULL (NULL as text
in SQL) CASE NULL WHEN NULL THEN 1 END
2004-08-21 11:21 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/jrdmet.cpp (1.19):
2007-12-12 04:21:55 +01:00
Misc: format
2004-08-21 11:20 robocop
* firebird2/src/dsql/dsql.cpp (1.118):
Not an aesthetical achievement, but prevent us from making mistakes
in the same place again. Put variables in their minimal scope.
2004-08-21 11:18 robocop
* firebird2/src/common/classes/alloc.cpp (1.60):
Misc: formatting
2004-08-21 11:16 robocop
* firebird2/src/burp/burp.cpp (1.85):
Delete useless line and avoid memory leak after talking to Dmitry
Yemanov.
2004-08-21 11:13 robocop
* firebird2/builds/win32/make_boot.bat (1.24):
Misc: fix misleading message
2004-08-20 07:11 skidder
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/Makefile.in.firebird (1.57):
2007-12-12 04:21:55 +01:00
Erik's script producing source bundle including configure script.
Invoked via: make srctarfile
2004-08-20 04:08 dimitr
* firebird2/src/dsql/dsql.cpp (1.117):
Fixed uninitialized variable usage reported by Valgrind.
2004-08-19 15:50 kkuznetsov
2008-03-24 20:52:36 +01:00
* firebird2/configure.in (1.202):
2007-12-12 04:21:55 +01:00
Putted SolX86 install files from 1.5.1 to HEAD
2004-08-19 13:19 dimitr
* firebird2/src/dsql/: dsql.tab.h (1.39), keywords.cpp (1.31),
parse.cpp (1.122), parse.y (1.143):
Ported IIF function from Yaffil. Implemented as yet another
abbrevation for CASE. Added as a non-reserved keyword.
2004-08-19 01:39 skidder
* firebird2/src/common/classes/alloc.cpp (1.59):
Old Valgrind stacktraces need to be cleaned up on pool destruction
2004-08-18 20:33 skidder
* firebird2/src/dsql/pass1.cpp (1.155):
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 02:02 skidder
* firebird2/src/dsql/parse.y (1.142):
Fix one more serious issue noted by Valgrind. Views could be
randomly using blr_singleton when defined
2004-08-18 00:34 skidder
* firebird2/builds/posix/Makefile.in.fbserver (1.15):
Correct POSIX SuperServer build dependency tracking problem
2004-08-17 15:25 dimitr
* firebird2/src/dsql/: dsql.tab.h (1.38), parse.cpp (1.121),
parse.y (1.141):
Allowed NULL to be a syntactical value.
2004-08-17 13:19 dimitr
* firebird2/src/dsql/ddl.cpp (1.109):
Allow the DDL engine to understand literal NULLs in computed
fields.
2004-08-17 11:29 dimitr
* firebird2/builds/win32/msvc7/gfix.vcproj (1.18):
Synchronized MSVC7 build with others.
2004-08-17 10:37 dimitr
* firebird2/lang_helpers/: gds_codes.ftn (1.7), gds_codes.pas
(1.7):
Committed two missed files.
2004-08-16 14:56 alexpeshkoff
* firebird2/builds/: win32/msvc6/gfix.dsp (1.20),
posix/Makefile.in.client.gfix (1.10), posix/Makefile.in.embed.gfix
(1.10):
I've added thd.cpp to gfix in VC6 and posix builds. Other builds
should also be fixed.
2004-08-16 14:28 alexpeshkoff
* firebird2/src/: alice/alice.cpp (1.69), alice/alice.h (1.42),
alice/alice_meta.epp (1.40), alice/all.cpp (1.27), alice/tdr.cpp
2008-03-24 20:52:36 +01:00
(1.40), dsql/alld.cpp (1.28), dsql/ddl.cpp (1.108), dsql/dsql.cpp
(1.116), dsql/dsql.h (1.65), dsql/gen.cpp (1.68), dsql/make.cpp
(1.71), dsql/metd.epp (1.67), dsql/parse.cpp (1.120), dsql/parse.y
(1.140), dsql/pass1.cpp (1.154), include/firebird.h (1.29):
2007-12-12 04:21:55 +01:00
next step preparing to allocate auto objects memory from
appropriate pool
2004-08-16 14:25 alexpeshkoff
* firebird2/src/common/classes/stack.h (1.12):
removed a lot of posix warnings after changing int to size_t in
vector.h
2004-08-16 14:24 alexpeshkoff
* firebird2/src/common/config/config_file.cpp (1.24):
replaced exit() with throw fatal_exception - thanks to Jim
2004-08-13 04:32 skidder
* firebird2/src/dsql/dsql.cpp (1.115):
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-13 01:28 skidder
*
firebird2/builds/install/arch-specific/linux/misc/firebird.xinetd.in
(1.2):
Cosmetic changes
2004-08-10 06:10 skidder
* firebird2/src/common/classes/: alloc.cpp (1.58), alloc.h (1.47),
class_perf.cpp (1.13), test.sh (1.12):
Optimize memory manager a little bit
2004-08-09 03:24 skidder
* firebird2/src/common/classes/: alloc.cpp (1.57), alloc.h (1.46),
class_test.cpp (1.19), test.sh (1.11):
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-04 12:08 aafemt
* firebird2/examples/api/api16.c (1.2):
Conform new events API type safety
2004-08-04 12:07 aafemt
* firebird2/examples/include/example.h (1.3):
Rollback some Blas' rash cleanup
2004-08-02 23:17 dimitr
* firebird2/builds/misc/msg.gbak (1.8):
Added two new error messages.
2004-08-02 21:47 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/make.cpp (1.70):
2007-12-12 04:21:55 +01:00
Fixed implementations of concatenation and SUBSTRING function.
Used new messages for error reporting. Changes should be fully
SQLDA-compatible.
2004-08-02 21:43 dimitr
* firebird2/src/include/gen/: codetext.h (1.12), iberror.h (1.11),
msgs.h (1.15), rdb_codes.h (1.12), sql_code.h (1.14):
Added two new error messages.
2004-08-01 20:01 dimitr
* firebird2/src/dsql/pass1.cpp (1.153):
Fixed minor issue.
2004-07-31 00:37 skidder
* firebird2/: builds/posix/make.rules (1.23),
builds/posix/prefix.linux (1.27), src/common/classes/alloc.cpp
(1.56), src/common/classes/alloc.h (1.45), src/dsql/all.h (1.12),
src/include/firebird.h (1.28), src/include/gen/autoconfig_msvc.h
2008-03-24 20:52:36 +01:00
(1.95):
2007-12-12 04:21:55 +01:00
Valgrind support
2004-07-29 19:44 skidder
* firebird2/src/common/classes/tree.h (1.39):
Correct a couple errors I introduced during int->size_t transition
for array indexing
2004-07-22 09:17 robocop
* firebird2/src/common/classes/: array.h (1.29), tree.h (1.38),
vector.h (1.12):
Style and simplification
2004-07-22 09:17 robocop
* firebird2/src/dudley/trn.cpp (1.34):
Fix annoying warnings that appeared when Blas dropped a file with
C++ typed constants for the isc_dyn_ values and others.
2004-07-21 13:02 brodsom
* firebird2/doc/README.build.mingw.html (1.13):
-Update
2004-07-17 02:13 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/tree.h (1.37):
2007-12-12 04:21:55 +01:00
size_t is more correct type for container sizes and indices
2004-07-17 01:06 skidder
* firebird2/src/: common/classes/array.h (1.28),
common/classes/objects_array.h (1.12), common/classes/tree.h
(1.36), common/classes/vector.h (1.11),
2008-03-24 20:52:36 +01:00
common/config/config_file.cpp (1.23), dsql/pass1.cpp (1.152):
2007-12-12 04:21:55 +01:00
size_t is more correct type for container sizes and indices
2004-07-14 23:49 skidder
* firebird2/src/common/classes/fb_tls.h (1.9):
Let our dynamic libraries work
2004-07-10 05:17 robocop
* firebird2/src/common/: utils.cpp (1.7), utils_proto.h (1.4):
Preach with the example and change the license to the IDPL
2004-07-09 07:22 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/include/fb_string.h (1.27):
2007-12-12 04:21:55 +01:00
Style
2004-07-08 00:18 skidder
* firebird2/src/extern/regex/fake/: limits.h (1.1), memmove.c
(1.1), stdlib.h (1.1):
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-08 00:10 skidder
* firebird2/src/extern/regex/: COPYRIGHT (1.1), INSTALL (1.1),
Makefile.am (1.1), Makefile.in (1.1), Makefile.orig (1.1), README
(1.1), WHATSNEW (1.1), aclocal.m4 (1.1), autogen.sh (1.1), cclass.h
(1.1), cname.h (1.1), config.guess (1.1), config.sub (1.1),
configure (1.1), configure.in (1.1), debug.c (1.1), debug.ih (1.1),
engine.c (1.1), engine.ih (1.1), install-sh (1.1), ltmain.sh (1.1),
main.c (1.1), missing (1.1), mkh (1.1), mkinstalldirs (1.1),
regcomp.c (1.1), regcomp.ih (1.1), regerror.c (1.1), regerror.ih
(1.1), regex.h (1.1), regex2.h (1.1), regexec.c (1.1), regfree.c
(1.1), rxspencer.3 (1.1), rxspencer.7 (1.1), split.c (1.1),
test1.sh (1.1), test2.sh (1.1), test3.sh (1.1), tests (1.1),
utils.h (1.1):
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 12:08 aafemt
* firebird2/src/include/fb_string.h (1.26):
Suppress warning
2004-07-06 07:54 robocop
* firebird2/src/burp/: backup.epp (1.63), burp.cpp (1.84), misc.cpp
(1.14):
Totally misc changes
2004-07-04 02:00 skidder
* firebird2/src/include/fb_string.h (1.25):
Fix small inconsistency in string class
2004-07-03 04:32 brodsom
* firebird2/src/: alice/alice.cpp (1.68), alice/alice.h (1.41),
2008-03-24 20:52:36 +01:00
burp/burp.cpp (1.83), burp/burp.h (1.55):
2007-12-12 04:21:55 +01:00
-Put thread functions into thread class -Comment
SVC_PUTSPECIFIC_DATA
2004-07-03 02:13 brodsom
* firebird2/src/: alice/all.cpp (1.26), burp/backup.epp (1.62),
burp/burp.cpp (1.82), burp/burp.h (1.54), burp/misc.cpp (1.13),
burp/mvol.cpp (1.39), burp/mvol_proto.h (1.8), burp/restore.epp
(1.80):
Put thread functions into thread class
2004-07-02 12:02 brodsom
* firebird2/src/alice/: alice.cpp (1.67), alice.h (1.40),
alice_meta.epp (1.39), all.cpp (1.25), exe.cpp (1.36), tdr.cpp
(1.39):
Put thread functions into thread class
2004-07-02 09:26 brodsom
* firebird2/src/dsql/dsql.cpp (1.114):
Correction (noticed by Claudio)
2004-07-01 02:46 skidder
* firebird2/src/dsql/ddl.cpp (1.107):
Fix crash when changing data type for field and specify wrong type
or domain name
2004-06-30 03:26 skidder
* firebird2/: src/common/classes/alloc.cpp (1.55),
src/common/classes/alloc.h (1.44),
src/common/classes/class_perf.cpp (1.12),
src/common/classes/class_test.cpp (1.18),
src/common/classes/fb_atomic.h (1.4), src/common/classes/fb_tls.h
(1.8), src/common/classes/locks.h (1.17),
src/common/classes/rwlock.h (1.21), src/common/classes/semaphore.h
(1.14), src/common/classes/tree.h (1.35),
src/common/classes/vector.h (1.10), builds/posix/Makefile.in.codes
(1.18), builds/posix/fbintl.vers (1.2):
Change license for source files which I wrote
2004-06-30 01:29 skidder
* firebird2/src/: common/classes/fb_string.cpp (1.19),
include/fb_string.h (1.24):
Little string class cleanups
2004-06-30 00:15 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.151):
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 17:16 kkuznetsov
* firebird2/configure.in (1.201):
Fix for not adding both lpthread and lthread on Solaris|solx86
2004-06-29 14:41 skidder
* firebird2/src/include/fb_string.h (1.23):
Add forgotten (by me) length checks
2004-06-29 14:36 skidder
* firebird2/src/common/classes/fb_string.cpp (1.18):
Add forgotten length checks
2004-06-29 06:37 robocop
* firebird2/src/: burp/burp.cpp (1.81), burp/restore.epp (1.79),
2008-03-24 20:52:36 +01:00
common/classes/alloc.cpp (1.54), common/classes/alloc.h (1.43):
2007-12-12 04:21:55 +01:00
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-27 00:23 skidder
* firebird2/src/: common/classes/fb_string.cpp (1.17),
include/fb_string.h (1.22):
Minor bugfixing/cleanup of string class. I hope this change doesn't
break anything, but Alex should look at it
2004-06-25 03:44 skidder
* firebird2/src/include/firebird.h (1.27):
Disable thread priority scheduler for now because it causes too
many random failures during QMDB testing
2004-06-22 22:13 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/tree.h (1.34):
2007-12-12 04:21:55 +01:00
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-22 00:45 skidder
* firebird2/src/common/classes/tree.h (1.33):
Const-correctness
2004-06-22 00:17 skidder
* firebird2/src/common/classes/alloc.cpp (1.53):
Fix bug with wrong output when printing out used only blocks from
memory pool
2004-06-21 04:48 robocop
* firebird2/src/: common/classes/tree.h (1.32), dsql/make.cpp
2008-03-24 20:52:36 +01:00
(1.69):
2007-12-12 04:21:55 +01:00
Misc changes
2004-06-19 23:28 arnobrinkman
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/make.cpp (1.68):
2007-12-12 04:21:55 +01:00
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 17:41 kkuznetsov
* firebird2/builds/posix/firebird.vers (1.3):
Commented out THD_* functions if using new style of thd
2004-06-16 14:33 kkuznetsov
* firebird2/src/common/classes/fb_tls.h (1.7):
Solaris theading portion of TlsValue
2004-06-14 01:49 skidder
* firebird2/src/common/classes/: class_test.cpp (1.17), test.sh
(1.10), tree.h (1.31):
Slightly refine BeePlusTree accessor semantics
2004-06-14 01:46 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/dsql.cpp (1.113):
2007-12-12 04:21:55 +01:00
Removing wrong extra ;
2004-06-14 01:39 brodsom
* firebird2/src/: extlib/fbudf/fbudf.cpp (1.16), include/fb_list.h
2008-03-24 20:52:36 +01:00
(1.4), include/fb_map.h (1.3):
2007-12-12 04:21:55 +01:00
Looking for extra ; at namespace declaration end
2004-06-14 01:36 brodsom
* firebird2/src/common/: fb_exception.cpp (1.11), utils_proto.h
(1.3), classes/alloc.cpp (1.52), classes/array.h (1.27),
classes/fb_string.cpp (1.16), classes/objects_array.h (1.11),
classes/rwlock.h (1.20), classes/semaphore.h (1.13),
classes/stack.h (1.11), config/config_file.cpp (1.22):
Looking for extra ; at namespace declaration end
2004-06-14 01:27 skidder
* firebird2/src/dsql/array_proto.h (1.15):
Fix 64-bit build
2004-06-13 20:30 skidder
* firebird2/src/common/classes/class_test.cpp (1.16):
Bring module up to date
2004-06-13 05:09 brodsom
* firebird2/src/: common/classes/alloc.h (1.42),
common/classes/fb_pair.h (1.11), common/classes/tree.h (1.30),
common/classes/vector.h (1.9), include/fb_vector.h (1.6):
Remove wrong semicolon
2004-06-13 05:08 brodsom
* firebird2/src/common/classes/stack.h (1.10):
-Correction for gcc 3.4
2004-06-12 03:06 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/restore.epp (1.78):
2007-12-12 04:21:55 +01:00
Correct problems with single-user maintenance mode (note it is used
for GBAK restore process now)
2004-06-11 16:23 kkuznetsov
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/locks.h (1.16):
2007-12-12 04:21:55 +01:00
hCVS:
2008-03-24 20:52:36 +01:00
----------------------------------------------------------------------
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
Solaris portion of thd.cpp
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
2004-06-11 05:09 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/: c_cxx.cpp (1.52), ada.cpp (1.43):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
-Correction
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
2004-06-09 20:07 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dudley/: ddl.h (1.29), parse.h (1.7):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
-Rollback
2007-12-12 04:21:55 +01:00
2004-06-08 20:21 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/dudley/: ddl.h (1.28), parse.h (1.6):
2007-12-12 04:21:55 +01:00
-C++ struct declaration style.
2004-06-08 15:59 dimitr
* firebird2/doc/sql.extensions/README.universal_triggers (1.2):
Corrected a typo.
2004-06-08 15:56 alexpeshkoff
* firebird2/builds/win32/msvc6/: engine.dsp (1.51),
engine_classic.dsp (1.46), engine_embed.dsp (1.25), fbclient.dsp
(1.48), fbclient_static.dsp (1.16):
Thread cleanup: Removed thd_proto.h, all required definitions are
in thd.h know.
2004-06-08 15:39 alexpeshkoff
* firebird2/src/: alice/alice.cpp (1.66), alice/alice.h (1.39),
alice/alice_meta.epp (1.38), alice/alice_proto.h (1.10),
alice/all.cpp (1.24), alice/exe.cpp (1.35), alice/tdr.cpp (1.38),
2008-03-24 20:52:36 +01:00
dsql/alld.cpp (1.27), dsql/ddl.cpp (1.106), dsql/dsql.cpp (1.112),
dsql/dsql.h (1.64), dsql/dsql.tab.h (1.37), dsql/errd.cpp (1.34),
dsql/gen.cpp (1.67), dsql/hsh.cpp (1.28), dsql/make.cpp (1.67),
dsql/metd.epp (1.66), dsql/movd.cpp (1.16), dsql/parse.cpp (1.119),
dsql/parse.y (1.139), dsql/pass1.cpp (1.150), burp/backup.epp
2007-12-12 04:21:55 +01:00
(1.61), burp/burp.cpp (1.80), burp/burp.h (1.53), burp/burp_proto.h
(1.17), burp/misc.cpp (1.12), burp/mvol.cpp (1.38),
2008-03-24 20:52:36 +01:00
burp/restore.epp (1.77), include/fb_blk.h (1.10),
include/firebird.h (1.26), common/classes/init.h (1.3),
gpre/movg.cpp (1.8):
2007-12-12 04:21:55 +01:00
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 14:10 kkuznetsov
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/firebird.vers (1.2):
2007-12-12 04:21:55 +01:00
Some more solx86 commits
2004-06-08 08:51 alexpeshkoff
* firebird2/src/common/classes/locks.h (1.15):
explicit constructor for lock guard
2004-06-05 11:36 robocop
* firebird2/src/: burp/burp.cpp (1.79), dsql/ddl.cpp (1.105),
dudley/ddl.h (1.27), dudley/extract.epp (1.35), gpre/c_cxx.cpp
(1.51), gpre/cme.cpp (1.31), gpre/cob.cpp (1.47), gpre/exp.cpp
(1.35), gpre/ftn.cpp (1.49), gpre/gpre.cpp (1.62), gpre/gpre.h
2008-03-24 20:52:36 +01:00
(1.70), gpre/par.cpp (1.52), gpre/pas.cpp (1.41):
2007-12-12 04:21:55 +01:00
Literal strings should be treated as const char*
2004-06-04 16:36 kkuznetsov
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/array_proto.h (1.14):
2007-12-12 04:21:55 +01:00
Fixed some more different prototypes of the same functions
2004-06-03 12:08 kkuznetsov
* firebird2/src/dsql/user__proto.h (1.8):
Fix linkage errors caused by different declaration of extern "c"
functions
2004-06-03 09:42 robocop
* firebird2/src/gpre/sql.cpp (1.47):
Style: opening braces too far to the right
2004-06-03 09:31 robocop
* firebird2/src/gpre/: c_cxx.cpp (1.50), cme.cpp (1.30), cmp.cpp
(1.32), cob.cpp (1.46), ftn.cpp (1.48), gpre.h (1.69),
gpre_meta.epp (1.44), hsh.cpp (1.20), jrdmet.cpp (1.18), par.cpp
(1.51), pas.cpp (1.40), pretty.cpp (1.27), sqe.cpp (1.33), sql.cpp
(1.46), sql_proto.h (1.11):
Misc changes: - const - variables in scope - style - a duplicate
function deleted - some unneeded casts removed
2004-05-31 04:37 robocop
* firebird2/src/extlib/fbudf/: fbudf.cpp (1.15), fbudf.h (1.4):
Use the vary struct as the engine does to know the length of a
varchar Style
2004-05-31 04:34 robocop
* firebird2/src/: gpre/cmd.cpp (1.37), dudley/generate.cpp (1.16),
dsql/make.cpp (1.66):
Changing some variables that have a trailing underscore to allow
conflict with C++ keywords or engine structs.
2004-05-29 06:54 robocop
* firebird2/src/gpre/: par.cpp (1.50), sqe.cpp (1.32):
Cleanup
2004-05-29 06:50 robocop
* firebird2/src/gpre/: cme.cpp (1.29), cob.cpp (1.45), ftn.cpp
(1.47), gpre.cpp (1.61):
Style
2004-05-29 06:48 robocop
* firebird2/src/gpre/gpre.h (1.68):
Fix class/struct mismatch after Blas' cleanup
2004-05-29 06:47 robocop
* firebird2/src/dudley/: ddl.h (1.26), generate.cpp (1.15):
Style
2004-05-29 06:36 robocop
* firebird2/src/dsql/pass1.cpp (1.149):
Misc: keep comment in sync with code
2004-05-29 06:34 robocop
* firebird2/src/common/stuff.h (1.2):
We use DIRECTORY_FILENAME_H for protecting headers
2004-05-28 03:29 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/builds/: win32/msvc6/Firebird2.dsw (1.33),
win32/preprocess.bat (1.29), mac_os_x/CS/CS.pbproj/project.pbxproj
(1.9), win32/msvc6/gstat_full.dsp (1.3):
2007-12-12 04:21:55 +01:00
Removing unused dba_full (After Ann advice)
2008-03-24 20:52:36 +01:00
2004-05-27 18:26 alexpeshkoff
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/: dsql/ddl.cpp (1.104), dsql/make.cpp (1.65),
2007-12-12 04:21:55 +01:00
dsql/metd.epp (1.65), dsql/parse.cpp (1.118), dsql/parse.y (1.138),
dsql/pass1.cpp (1.148), include/fb_string.h (1.21),
2008-03-24 20:52:36 +01:00
common/classes/stack.h (1.9):
2007-12-12 04:21:55 +01:00
make bool (isEmpty/hasData) checks for string and stack safe
2004-05-27 14:01 alexpeshkoff
* firebird2/src/common/classes/fb_string.cpp (1.15):
text indent fix
2004-05-27 11:24 alexpeshkoff
* firebird2/src/common/classes/fb_string.cpp (1.14):
use windows upper/lower-case conversion functions for win32 build
2004-05-26 18:13 alexpeshkoff
* firebird2/src/include/firebird.h (1.25):
restored build of linux classis server's superclient
2004-05-26 18:10 alexpeshkoff
* firebird2/src/: common/classes/fb_string.cpp (1.13),
include/fb_string.h (1.20):
optimize string performance with the price of 4 additional bytes
per string
2004-05-25 15:20 eku
* firebird2/builds/install/arch-specific/sinixz/postinstall.in
(1.2):
env variable changed
2004-05-24 19:21 brodsom
* firebird2/src/: alice/alice.h (1.38), burp/burp.h (1.52),
dsql/array.epp (1.30), dsql/keywords.h (1.18), dsql/node.h (1.45),
dsql/sqlda.h (1.9), dsql/sym.h (1.9):
-Use C++ struct declaration style.
2004-05-24 19:14 brodsom
* firebird2/src/dudley/: ddl.cpp (1.35), ddl.h (1.25), exe.epp
(1.51), expand.cpp (1.23), expr.cpp (1.23), extract.epp (1.34),
lex.cpp (1.27), parse.cpp (1.43), parse.h (1.5), trn.cpp (1.33):
-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 19:13 brodsom
* firebird2/src/gpre/: ada.cpp (1.42), cmd.cpp (1.36), cme.cpp
(1.28), cmp.cpp (1.31), c_cxx.cpp (1.49), cob.cpp (1.44), exp.cpp
(1.34), ftn.cpp (1.46), gpre.cpp (1.60), gpre.h (1.67),
gpre_meta.epp (1.43), gpre_meta_boot.cpp (1.42), hsh.cpp (1.19),
int_cxx.cpp (1.35), msc.cpp (1.22), par.cpp (1.49), parse.h (1.10),
pas.cpp (1.39), pat.cpp (1.24), sqe.cpp (1.31), sql.cpp (1.45):
-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 14:09 skidder
* firebird2/src/dsql/pass1.cpp (1.147):
Fix problem with UDF argument mapping to parameters reported by
Torsten Grundke
2004-05-24 13:23 kkuznetsov
* firebird2/: builds/posix/prefix.solx86gcc (1.12),
2008-03-24 20:52:36 +01:00
src/common/classes/semaphore.h (1.12):
2007-12-12 04:21:55 +01:00
Fixed a couple of compile errors on Solaris x86
2004-05-24 13:00 brodsom
* firebird2/src/: common/stuff.h (1.1), burp/backup.epp (1.60),
burp/burp.h (1.51), burp/restore.epp (1.76), dudley/ddl.h (1.24),
dudley/generate.cpp (1.14), dudley/parse.cpp (1.42), dudley/trn.cpp
(1.32), gpre/cmd.cpp (1.35), gpre/cme.cpp (1.27), gpre/cmp.cpp
2008-03-24 20:52:36 +01:00
(1.30), gpre/gpre.h (1.66):
2007-12-12 04:21:55 +01:00
-Replace stuff macros with either common stuff inlines or class
inline functions
2004-05-24 01:28 brodsom
* firebird2/src/include/firebird.h (1.24):
Style
2004-05-24 01:22 brodsom
* firebird2/src/: burp/burp.cpp (1.78), dsql/array.epp (1.29),
dsql/blob.epp (1.15), dsql/errd.cpp (1.33), dsql/parse.cpp (1.117),
dsql/parse.y (1.137), dsql/user_dsql.cpp (1.41), gpre/ada.cpp
(1.41), gpre/c_cxx.cpp (1.48), gpre/cob.cpp (1.43), gpre/ftn.cpp
(1.45), gpre/int_cxx.cpp (1.34), gpre/pas.cpp (1.38),
gpre/pretty.cpp (1.26):
-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-24 00:56 brodsom
* firebird2/src/alice/alice.cpp (1.65):
-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 08:07 robocop
* firebird2/src/common/classes/semaphore.h (1.11):
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-22 16:30 brodsom
* firebird2/builds/posix/prefix.mingw (1.31):
-Update MinGW warning switchs (+Wshadow +Wundef +pedantic)
2004-05-22 16:22 brodsom
* firebird2/src/dsql/: alld.cpp (1.26), ddl.cpp (1.103), dsql.cpp
(1.111), dsql.h (1.63), errd.cpp (1.32), gen.cpp (1.66), make.cpp
(1.64), metd.epp (1.64), movd.cpp (1.15), parse.cpp (1.116),
parse.y (1.136), pass1.cpp (1.146):
-Replace *_thread_data macros with inline functions
2004-05-22 04:11 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/include/firebird.h (1.23):
2007-12-12 04:21:55 +01:00
-Replace & remove unneeded threading macro in jrd.h -Move more
threading selection to firebird.h -Replace POSIX_THREADS with
USE_POSIX_THREADS
2004-05-22 00:46 skidder
* firebird2/src/extern/editline/Makefile (1.4):
Makefile for editline is generated. Do not include it in CVS
2004-05-21 16:14 kkuznetsov
* firebird2/src/common/classes/semaphore.h (1.10):
Added semaphore implementation used conditional varyable and mutex,
becouse of no sem_timedwait existans.
Ugly, errorable and untested.
2004-05-21 08:14 robocop
* firebird2/src/: alice/alice.h (1.37), burp/burp.h (1.50),
common/classes/class_perf.cpp (1.11), common/classes/class_test.cpp
(1.15), dsql/gen.cpp (1.65), dsql/make.cpp (1.63), dsql/metd.epp
(1.63), dsql/pass1.cpp (1.145), dudley/exe.epp (1.50),
dudley/expr.cpp (1.22), dudley/trn.cpp (1.31),
extlib/fbudf/fbudf.cpp (1.14), gpre/gpre.h (1.65), gpre/sqe.cpp
2008-03-24 20:52:36 +01:00
(1.30), include/fb_string.h (1.19):
2007-12-12 04:21:55 +01:00
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-21 01:04 skidder
* firebird2/: clean.sh (1.11), configure.in (1.200),
builds/install/arch-specific/netbsd/Makefile.in (1.1),
builds/install/arch-specific/netbsd/install.sh.in (1.1),
builds/posix/prefix.netbsd (1.1), src/common/classes/locks.h
(1.14), src/common/config/config.cpp (1.52), src/include/firebird.h
2008-03-24 20:52:36 +01:00
(1.22), src/include/gen/autoconfig_msvc.h (1.94):
2007-12-12 04:21:55 +01:00
NetBSD port from James K. Lowden
2004-05-20 23:58 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/include/fb_types.h (1.46):
2007-12-12 04:21:55 +01:00
Small 64-bitness fixes
2004-05-20 11:55 kkuznetsov
* firebird2/builds/posix/: make.defaults (1.36), prefix.solx86gcc
(1.11):
Add LIB_LINK_MAPFILE variable option
2004-05-20 02:58 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/: dsql/sqlda_pub.h (1.3), gpre/gpre.h (1.64):
2007-12-12 04:21:55 +01:00
Move SQL_DIALECT constants from ibase.h to sqlda_pub.h and use it
in gpre.h instead the full ibase
2004-05-20 02:56 brodsom
* firebird2/src/: alice/alice.cpp (1.64), alice/alice.h (1.36),
alice/alice_meta.epp (1.37), alice/all.cpp (1.23), alice/exe.cpp
(1.34), alice/tdr.cpp (1.37), burp/backup.epp (1.59), burp/burp.cpp
(1.77), burp/burp.h (1.49), burp/misc.cpp (1.11), burp/mvol.cpp
(1.37), burp/restore.epp (1.75):
- Convert *_thread_data macros to inline func
2004-05-19 22:12 brodsom
* firebird2/src/dsql/parse.cpp (1.115):
Update
2004-05-19 20:04 brodsom
* firebird2/src/: alice/alice.cpp (1.63), alice/alice.h (1.35),
alice/alice_meta.epp (1.36), alice/all.cpp (1.22), alice/exe.cpp
(1.33), alice/tdr.cpp (1.36), burp/backup.epp (1.58), burp/burp.cpp
(1.76), burp/burp.h (1.48), burp/misc.cpp (1.10), burp/mvol.cpp
(1.36), burp/restore.epp (1.74), dsql/alld.cpp (1.25), dsql/ddl.cpp
(1.102), dsql/dsql.cpp (1.110), dsql/dsql.h (1.62), dsql/errd.cpp
(1.31), dsql/gen.cpp (1.64), dsql/make.cpp (1.62), dsql/metd.epp
(1.62), dsql/movd.cpp (1.14), dsql/parse.cpp (1.114), dsql/parse.y
(1.135), dsql/pass1.cpp (1.144):
- 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 17:02 brodsom
* firebird2/builds/win32/: blrtable.bat (1.10), msvc6/engine.dsp
(1.50), msvc6/engine_classic.dsp (1.45), msvc6/engine_embed.dsp
(1.24), msvc6/fbclient.dsp (1.47), msvc6/fbclient_static.dsp
(1.15), msvc6/fbembed.dsp (1.34), msvc6/fbguard.dsp (1.20),
msvc6/remote.dsp (1.22), msvc6/remote_classic.dsp (1.19),
msvc7/engine.vcproj (1.40), msvc7/engine_classic.vcproj (1.39),
msvc7/engine_embed.vcproj (1.27), msvc7/fbclient.vcproj (1.35),
msvc7/fbclient_static.vcproj (1.16), msvc7/fbembed.vcproj (1.25),
msvc7/fbguard.vcproj (1.19), msvc7/remote.vcproj (1.21),
msvc7/remote_classic.vcproj (1.21):
Avoid duplicated definition of SERVER_SHUTDOWN (defined in
firebird.h)
2004-05-19 01:27 brodsom
* firebird2/src/include/firebird.h (1.21):
Style
2004-05-18 23:55 brodsom
* firebird2/src/include/firebird.h (1.20):
Define macros for ifdefs without value
2004-05-18 23:54 brodsom
* firebird2/src/gpre/pretty.cpp (1.25):
Macro cleaning
2004-05-18 23:54 brodsom
* firebird2/src/gpre/gpre.h (1.63):
Avoid duplicated definition Define macros for ifdefs without value
2004-05-18 18:22 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: sqlda.h (1.8), user_dsql.cpp (1.40):
2007-12-12 04:21:55 +01:00
Macro cleaning
2004-05-18 00:26 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: alld.cpp (1.24), ddl.cpp (1.101), dsql.cpp
(1.109), metd.epp (1.61):
2007-12-12 04:21:55 +01:00
Move THREAD_ functions from thd.h to thread_proto.h (and fix unix
build)
2008-03-24 20:52:36 +01:00
2004-05-17 17:06 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: class_perf.cpp (1.10),
class_test.cpp (1.14):
2007-12-12 04:21:55 +01:00
Macro cleaning
2004-05-16 03:46 brodsom
* firebird2/examples/empbuild/empbuild.e (1.4):
c++ comment in c source
2004-05-15 03:22 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/ids.h (1.7):
2007-12-12 04:21:55 +01:00
Macro cleaning
2004-05-15 02:52 brodsom
* firebird2/src/: alice/all.cpp (1.21), alice/alice.cpp (1.62),
dsql/alld.cpp (1.23), dsql/ddl.cpp (1.100), dsql/dsql.cpp (1.108),
2008-03-24 20:52:36 +01:00
dsql/metd.epp (1.60):
2007-12-12 04:21:55 +01:00
Macro cleaning (THREAD_*)
2004-05-14 21:15 brodsom
* firebird2/src/dsql/dsql.cpp (1.107):
-Avoid gcc -pedantic warnings
2004-05-14 18:21 brodsom
* firebird2/src/: dsql/sqlda_pub.h (1.2), include/fb_types.h
2008-03-24 20:52:36 +01:00
(1.45):
2007-12-12 04:21:55 +01:00
-Removing c++ comments from public headers
2004-05-14 16:29 brodsom
* firebird2/src/include/fb_string.h (1.18):
-Fix last C++ ISO error (now FB can be built with -pedantic
-Wno-long-long)
2004-05-14 00:34 brodsom
* firebird2/src/gpre/: c_cxx.cpp (1.47), gpre.cpp (1.59):
bad if
2004-05-13 16:04 kkuznetsov
* firebird2/: configure.in (1.199), src/common/classes/alloc.cpp
(1.51), src/include/firebird.h (1.19),
builds/posix/prefix.solx86gcc (1.10):
Add check for caddr_t to fix compile error on Solaris munmap, some
more warnings to prefix solx86gcc, comment historycal pragmas
2004-05-13 11:46 brodsom
* firebird2/src/gpre/: ada.cpp (1.40), ftn.cpp (1.44):
-Avoid shadow warning
2004-05-13 11:23 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/dudley/: ddl.h (1.23), parse.cpp (1.41):
2007-12-12 04:21:55 +01:00
-Fix ISO C++ errors (gcc -pedantic switch)
2004-05-13 08:48 eku
* firebird2/src/gpre/gpre.cpp (1.58):
Fixed Blas' corrections.
2004-05-13 02:32 brodsom
* firebird2/src/: dsql/metd.epp (1.59), gpre/gpre_meta.epp (1.42):
-Avoid shadow warning
2004-05-12 23:47 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/burp.cpp (1.75):
2007-12-12 04:21:55 +01:00
-Avoid shadow warning
2004-05-12 21:34 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/: cmd.cpp (1.34), cmp.cpp (1.29), cob.cpp
(1.42), exp.cpp (1.33), gpre.cpp (1.57), gpre.h (1.62), msc.cpp
(1.21), par.cpp (1.48), parse.h (1.9), sqe.cpp (1.29), sql.cpp
(1.44):
2007-12-12 04:21:55 +01:00
-Avoid shadow warning
2004-05-12 21:28 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/dudley/: exe.epp (1.49), extract.epp (1.33),
trn.cpp (1.30):
2007-12-12 04:21:55 +01:00
-Avoid shadow warning
2008-03-24 20:52:36 +01:00
2004-05-12 21:23 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/user_dsql.cpp (1.39):
2007-12-12 04:21:55 +01:00
-Avoid shadow warning
2004-05-12 21:17 brodsom
* firebird2/src/: common/classes/alloc.cpp (1.50),
common/classes/array.h (1.26), common/classes/fb_atomic.h (1.3),
common/classes/fb_string.cpp (1.12), common/classes/objects_array.h
2008-03-24 20:52:36 +01:00
(1.10), common/classes/tree.h (1.29), include/fb_string.h (1.17):
2007-12-12 04:21:55 +01:00
-Avoid shadow warning
2004-05-12 02:00 brodsom
* firebird2/src/: dsql/gen.cpp (1.63), dsql/make.cpp (1.61),
dsql/metd.epp (1.58), dsql/pass1.cpp (1.143), dudley/exe.epp
2008-03-24 20:52:36 +01:00
(1.48), dudley/expr.cpp (1.21), extlib/fbudf/fbudf.cpp (1.13):
2007-12-12 04:21:55 +01:00
Macro cleaning
2004-05-11 09:30 eku
* firebird2/builds/posix/Makefile.in.extern.editline (1.5):
Always use $(MAKE) instead of plain make.
2004-05-10 10:16 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/files.txt (1.2):
2007-12-12 04:21:55 +01:00
Removing codes.h
2008-03-24 20:52:36 +01:00
2004-05-10 10:05 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/codes.h (1.16):
2007-12-12 04:21:55 +01:00
Removing codes.h
2004-05-10 09:20 brodsom
* firebird2/builds/win32/msvc7/: qli.vcproj (1.19), engine.vcproj
(1.39), engine_classic.vcproj (1.38), engine_embed.vcproj (1.26),
gdef.vcproj (1.19):
Removing llio* and codes.h
2004-05-10 09:17 brodsom
* firebird2/builds/: mac_os_x/CS/Helpers.make (1.8),
mac_os_x/CS/CS.pbproj/project.pbxproj (1.8),
posix/Makefile.in.codes (1.17), posix/Makefile.in.firebird (1.56),
win32/msvc6/qli.dsp (1.17), win32/msvc6/engine_embed.dsp (1.23),
win32/msvc6/gdef.dsp (1.18), win32/msvc6/engine.dsp (1.49),
win32/msvc6/engine_classic.dsp (1.44):
Removing llio* and codes.h
2004-05-10 00:52 brodsom
* firebird2/builds/win32/blrtable.bat (1.9):
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 07:47 robocop
* firebird2/src/: burp/backup.epp (1.57), common/classes/fb_tls.h
(1.6), common/classes/stack.h (1.8), dsql/ddl.cpp (1.99),
dsql/dsql.cpp (1.106), dsql/pass1.cpp (1.142), gpre/c_cxx.cpp
2008-03-24 20:52:36 +01:00
(1.46), include/gen/msg_facs.h (1.8):
2007-12-12 04:21:55 +01:00
Misc changes
2004-05-09 07:34 robocop
* firebird2/builds/win32/make_all.bat (1.26):
Fix typo that creates incomplete ibase.h
2004-05-08 05:40 skidder
* firebird2/src/extern/editline/readline/readline.h (1.1):
Import (unmodified) libedit-2.6.9 to provide line editing
capabilities for isql
2004-05-08 05:33 skidder
* firebird2/src/extern/editline/: CHANGES (1.1), INSTALL (1.1),
Makefile.in (1.1), PLATFORMS (1.1), chared.c (1.1), chared.h (1.1),
common.c (1.1), config.guess (1.1), config.h.in (1.1), config.sub
(1.1), configure (1.1), configure.in (1.1), editrc.5 (1.1), el.c
(1.1), el.h (1.1), emacs.c (1.1), hist.c (1.1), hist.h (1.1),
histedit.h (1.1), history.c (1.1), install-sh (1.1), key.c (1.1),
key.h (1.1), makelist (1.1), map.c (1.1), map.h (1.1), parse.c
(1.1), parse.h (1.1), prompt.c (1.1), prompt.h (1.1), read.c (1.1),
read.h (1.1), readline.c (1.1), refresh.c (1.1), refresh.h (1.1),
search.c (1.1), search.h (1.1), sig.c (1.1), sig.h (1.1), sys.h
(1.1), term.c (1.1), term.h (1.1), tokenizer.c (1.1), tokenizer.h
(1.1), tty.c (1.1), tty.h (1.1), vi.c (1.1), TEST/test.c (1.1):
Import (unmodified) libedit-2.6.9 to provide line editing
capabilities for isql
2004-05-08 05:28 skidder
* firebird2/: builds/posix/Makefile.in.extern.editline (1.4),
builds/posix/Makefile.in.firebird (1.55),
src/extern/editline/MANIFEST (1.2), src/extern/editline/Make.os9
(1.2), src/extern/editline/Makefile (1.3),
src/extern/editline/README (1.2), src/extern/editline/complete.c
(1.3), src/extern/editline/editline.3 (1.2),
src/extern/editline/editline.c (1.4),
src/extern/editline/editline.h (1.3), src/extern/editline/os9.h
(1.2), src/extern/editline/sysos9.c (1.2),
src/extern/editline/sysunix.c (1.2), src/extern/editline/testit.c
(1.2), src/extern/editline/unix.h (1.4),
src/extern/editline/np/fgetln.c (1.1),
src/extern/editline/np/strlcat.c (1.1),
src/extern/editline/np/strlcpy.c (1.1),
src/extern/editline/np/unvis.c (1.1), src/extern/editline/np/vis.c
(1.1), src/extern/editline/np/vis.h (1.1):
Import (unmodified) libedit-2.6.9 to provide line editing
capabilities for isql
2004-05-07 13:26 brodsom
* firebird2/builds/mac_os_x/CS/Helpers.make (1.7):
Correction
2008-03-24 20:52:36 +01:00
2004-05-07 13:21 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/: msvc6/gpre_static.dsp (1.8),
msvc6/gpre_boot.dsp (1.23), msvc6/engine.dsp (1.48),
msvc6/engine_classic.dsp (1.43), msvc6/engine_embed.dsp (1.22),
msvc6/fbclient.dsp (1.46), msvc6/fbclient_static.dsp (1.14),
msvc6/gpre.dsp (1.23), msvc7/engine.vcproj (1.38),
msvc7/engine_classic.vcproj (1.37), msvc7/engine_embed.vcproj
(1.25), msvc7/fbclient.vcproj (1.34), msvc7/fbclient_static.vcproj
(1.15), msvc7/gpre.vcproj (1.22), msvc7/gpre_boot.vcproj (1.23),
msvc7/gpre_static.vcproj (1.6):
2007-12-12 04:21:55 +01:00
-To solve the dsc.h and ibase.h duplicated definitions Create new
dsc_pub.h and include it into ibase.h and dsc.h
2008-03-24 20:52:36 +01:00
2004-05-07 13:18 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/: mac_os_x/CS/Helpers.make (1.6),
mac_os_x/CS/CS.pbproj/project.pbxproj (1.7),
posix/Makefile.in.firebird (1.54), win32/make_all.bat (1.25):
2007-12-12 04:21:55 +01:00
-To solve the dsc.h and ibase.h duplicated definitions Create new
dsc_pub.h and include it into ibase.h and dsc.h
2008-03-24 20:52:36 +01:00
2004-05-07 09:47 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/make.shared.variables (1.39):
2007-12-12 04:21:55 +01:00
llio is not used actually
2004-05-06 20:07 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/: dsql/errd.cpp (1.30), include/gen/msg_facs.h
(1.7):
2007-12-12 04:21:55 +01:00
-Replace define with const -Remove ifdef cplusplus from internal
code -Remove unused macros
2004-05-06 14:49 eku
* firebird2/builds/posix/prefix.sinixz (1.24):
Updated compiler flags.
2004-05-06 13:40 kkuznetsov
* firebird2/builds/posix/prefix.solx86gcc (1.9):
mirroring all compiler options from other platforms
2004-05-06 10:42 alexpeshkoff
* firebird2/src/common/classes/stack.h (1.7):
fixed bug in split()
2004-05-06 07:54 eku
* firebird2/src/extern/editline/editline.c (1.3):
Fixed lots of warnings.
2004-05-06 07:46 eku
* firebird2/src/dsql/parse.y (1.134):
Fixed compiler error: cannot convert `dsql_nod**' to `dsql_nod*' in
initialization
2004-05-05 23:49 brodsom
* firebird2/src/extlib/fbudf/fbudf.cpp (1.12):
Fix warning
2004-05-05 15:58 brodsom
* firebird2/src/: burp/mvol_proto.h (1.7), dsql/metd_proto.h
(1.21):
Obsolete compiler message
2004-05-05 06:47 skidder
* firebird2/src/extlib/ib_util.h (1.3):
Make ib_util.h a valid C++ header
2008-03-24 20:52:36 +01:00
2004-05-05 06:20 skidder
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/dsql.cpp (1.105):
2007-12-12 04:21:55 +01:00
Fix bugs in my commit found by Claudio
2004-05-04 18:01 brodsom
* firebird2/src/burp/: burp.h (1.47), mvol.cpp (1.35):
Fix warnings
2004-05-03 23:39 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/: alice/alice.cpp (1.61), burp/burp.cpp (1.74):
2007-12-12 04:21:55 +01:00
Macro cleaning
2004-05-03 19:05 skidder
* firebird2/src/common/classes/: auto.h (1.9), rwlock.h (1.19):
Close a couple potential tins of worms spotted by Claudio in my
previous commits
2004-05-03 14:20 brodsom
* firebird2/src/common/classes/fb_tls.h (1.5):
-Fix MinGW build
2004-05-03 13:31 eku
* firebird2/: configure.in (1.198),
src/include/gen/autoconfig_msvc.h (1.93):
Remainings of ib_stdio
2004-05-03 11:20 eku
* firebird2/builds/posix/prefix.sinixz (1.23):
Fixed compilation issues by changing compiler flags.
2004-05-03 06:29 skidder
* firebird2/src/dsql/: dsql.tab.h (1.36), parse.cpp (1.113):
Regenerate parse.cpp
2004-05-03 06:24 skidder
* firebird2/src/: common/classes/array.h (1.25),
common/classes/fb_pair.h (1.10), common/classes/init.h (1.2),
common/classes/objects_array.h (1.9), common/classes/stack.h (1.6),
common/classes/tree.h (1.28), common/classes/vector.h (1.8),
2008-03-24 20:52:36 +01:00
dsql/pass1.cpp (1.141), include/fb_exception.h (1.11):
2007-12-12 04:21:55 +01:00
Fixes needed to make GCC 3.4 happy
2004-05-03 03:52 skidder
* firebird2/: builds/win32/msvc7/fbclient_static.vcproj (1.14),
2008-03-24 20:52:36 +01:00
src/common/classes/auto.h (1.8), src/dsql/parse.y (1.133):
2007-12-12 04:21:55 +01:00
Care about quirks of Windows platform
2004-05-03 01:03 skidder
* firebird2/src/: alice/alice.cpp (1.60), alice/alice.h (1.34),
alice/alice_meta.epp (1.35), alice/aliceswi.h (1.14), alice/exe.cpp
(1.32), alice/tdr.cpp (1.35), alice/tdr_proto.h (1.11),
burp/backup.epp (1.56), burp/burp.cpp (1.73), burp/burp.h (1.46),
burp/burpswi.h (1.12), burp/restore.epp (1.73),
common/classes/fb_tls.h (1.4), common/classes/locks.h (1.13),
common/classes/rwlock.h (1.18), dsql/array.epp (1.28),
dsql/blob.epp (1.14), dsql/ddl.cpp (1.98), dsql/dsql.cpp (1.104),
dsql/dsql.h (1.61), dsql/dsql_proto.h (1.17), dsql/gen.cpp (1.62),
dsql/hsh.cpp (1.27), dsql/make.cpp (1.60), dsql/metd.epp (1.57),
dsql/parse.y (1.132), dsql/pass1.cpp (1.140), dsql/prepa_proto.h
(1.12), dsql/preparse.cpp (1.30), dsql/user__proto.h (1.7),
dsql/user_dsql.cpp (1.38), dudley/ddl.cpp (1.34), dudley/ddl.h
(1.22), dudley/exe.epp (1.47), dudley/expand.cpp (1.22),
dudley/expr.cpp (1.20), dudley/extract.epp (1.32),
dudley/generate.cpp (1.13), dudley/lex.cpp (1.26),
dudley/lex_proto.h (1.8), dudley/parse.cpp (1.40), dudley/trn.cpp
(1.29), gpre/ada.cpp (1.39), gpre/c_cxx.cpp (1.45), gpre/cmd.cpp
(1.33), gpre/cme.cpp (1.26), gpre/cmp.cpp (1.28), gpre/cob.cpp
(1.41), gpre/dyntable.cpp (1.8), gpre/exp.cpp (1.32), gpre/ftn.cpp
(1.43), gpre/gpre.h (1.61), gpre/gpre_meta.epp (1.41),
gpre/gpre_meta_boot.cpp (1.41), gpre/int_cxx.cpp (1.33),
gpre/jrdmet.cpp (1.17), gpre/par.cpp (1.47), gpre/pas.cpp (1.37),
gpre/pretty.cpp (1.24), gpre/sql.cpp (1.43), include/fb_types.h
2008-03-24 20:52:36 +01:00
(1.44), include/gen/msgs.h (1.14), include/gen/sql_code.h (1.13):
2007-12-12 04:21:55 +01:00
Y-Valve handle translation layer
2004-05-02 10:53 skidder
* firebird2/configure.in (1.197):
Fix POSIX build
2004-05-01 16:15 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/: msgs.h (1.13), sql_code.h (1.12):
2007-12-12 04:21:55 +01:00
-Remainings of ib_stdio (Pointed by Claudio)
2004-05-01 10:33 skidder
* firebird2/src/dsql/metd.epp (1.56):
Please Claudio and do not return descriptors for VARCHAR(32767) for
UDFs
2004-05-01 01:03 brodsom
* firebird2/configure.in (1.196):
-Modify object generation to be dependent on type (boot, std,
superserver and superclient) not module. This saves 8% time in a
full build.
2004-05-01 01:01 brodsom
* firebird2/builds/posix/: Makefile.in.static.isql (1.7),
Makefile.in.firebird (1.53), Makefile.in.inet_server (1.14),
Makefile.in.intl (1.18), Makefile.in.libfbclient (1.22),
Makefile.in.libfbcommon (1.7), Makefile.in.libfbembed (1.13),
Makefile.in.libfbstatic (1.6), Makefile.in.msgs (1.14),
Makefile.in.refDatabases (1.21), Makefile.in.static.gbak (1.8),
Makefile.in.static.gpre (1.15), Makefile.in.boot.gpre (1.20),
Makefile.in.client.fbudf (1.2), Makefile.in.client.gbak (1.8),
Makefile.in.client.gdef (1.9), Makefile.in.client.gfix (1.9),
Makefile.in.client.gpre (1.14), Makefile.in.client.isql (1.8),
Makefile.in.client.qli (1.4), Makefile.in.client.util (1.20),
Makefile.in.codes (1.16), Makefile.in.embed.fbudf (1.3),
Makefile.in.embed.gbak (1.8), Makefile.in.embed.gdef (1.7),
Makefile.in.embed.gfix (1.9), Makefile.in.embed.gpre (1.14),
Makefile.in.embed.isql (1.8), Makefile.in.embed.lockmgr (1.7),
Makefile.in.embed.qli (1.14), Makefile.in.embed.util (1.13),
Makefile.in.examples (1.3), Makefile.in.extern.editline (1.3),
Makefile.in.extlib (1.16), Makefile.in.fbserver (1.14),
make.defaults (1.35):
-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-05-01 00:48 brodsom
* firebird2/builds/: win32/make_all.bat (1.24),
mac_os_x/CS/Helpers.make (1.5):
Add sqlda_pub.h to monolithic ibase
2008-03-24 20:52:36 +01:00
2004-05-01 00:46 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/sqlda_pub.h (1.1):
2007-12-12 04:21:55 +01:00
- Split sqlda.h to avoid duplicated definitions between ibase.h and
sqlda.h - Replace define for constants - Remove contants.h where
not used.
2004-05-01 00:40 brodsom
* firebird2/src/: dsql/blob.epp (1.13), dsql/dsql.cpp (1.103),
dsql/metd.epp (1.55), dsql/sqlda.h (1.7), dsql/utld.cpp (1.29),
gpre/cmd.cpp (1.32), gpre/gpre_meta.epp (1.40),
2008-03-24 20:52:36 +01:00
gpre/gpre_meta_boot.cpp (1.40), gpre/jrdmet.cpp (1.16):
2007-12-12 04:21:55 +01:00
- 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 13:44 kkuznetsov
* firebird2/builds/posix/prefix.solx86gcc (1.8):
removed -fwritable-strings on so on to const char * instead of
char* for example cant compile config_file
2004-04-29 19:47 brodsom
* firebird2/src/: dsql/blob.epp (1.12), dsql/ddl.cpp (1.97),
dsql/metd.epp (1.54), gpre/sql.cpp (1.42), gpre/cmd.cpp (1.31),
gpre/gpre_meta.epp (1.39), gpre/gpre_meta_boot.cpp (1.39),
2008-03-24 20:52:36 +01:00
gpre/jrdmet.cpp (1.15):
2007-12-12 04:21:55 +01:00
Removing duplicated definitions between ibase.h and blob_filter.h
ibase.h and constants.h
2008-03-24 20:52:36 +01:00
2004-04-29 16:51 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: make.cpp (1.59), ddl.cpp (1.96):
2007-12-12 04:21:55 +01:00
Replace defines for constants
2004-04-29 01:29 brodsom
* firebird2/src/gpre/pas.cpp (1.36):
Style
2004-04-29 00:42 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/builds/: mac_os_x/CS/CS.pbproj/project.pbxproj (1.6),
win32/msvc6/engine.dsp (1.47), win32/msvc6/engine_classic.dsp
(1.42), win32/msvc6/engine_embed.dsp (1.21),
win32/msvc7/engine.vcproj (1.37), win32/msvc7/engine_classic.vcproj
(1.36), win32/msvc7/engine_embed.vcproj (1.24):
2007-12-12 04:21:55 +01:00
Removing ib_stdio.h
2004-04-29 00:05 brodsom
* firebird2/src/: gpre/pas.cpp (1.35), gpre/pat.cpp (1.23),
gpre/pretty.cpp (1.23), gpre/cob.cpp (1.40), gpre/dyntable.cpp
(1.7), gpre/ftn.cpp (1.42), gpre/gpre.cpp (1.56), gpre/gpre.h
(1.60), gpre/gpre_meta.epp (1.38), gpre/int_cxx.cpp (1.32),
gpre/msc.cpp (1.20), gpre/ada.cpp (1.38), gpre/c_cxx.cpp (1.44),
2008-03-24 20:52:36 +01:00
gpre/cme.cpp (1.25), include/fb_string.h (1.16):
2007-12-12 04:21:55 +01:00
Removing ib_stdio.h
2004-04-28 23:59 brodsom
* firebird2/src/dudley/: trn.cpp (1.28), ddl.cpp (1.33),
extract.epp (1.31), lex.cpp (1.25):
Removing ib_stdio.h
2004-04-28 23:56 brodsom
* firebird2/src/dsql/: utld.cpp (1.28), dsql.cpp (1.102), errd.cpp
(1.29), hsh.cpp (1.26), movd.cpp (1.13), pass1.cpp (1.139),
user_dsql.cpp (1.37), alld.cpp (1.22), ddl.cpp (1.95):
Removing ib_stdio.h
2004-04-28 23:52 brodsom
* firebird2/src/: alice/alice.cpp (1.59), alice/alice.h (1.33),
alice/all.cpp (1.20), alice/exe.cpp (1.31), alice/tdr.cpp (1.34),
burp/burp.cpp (1.72), burp/burp.h (1.45), burp/canonical.cpp
(1.34), burp/misc.cpp (1.9), burp/mvol.cpp (1.34), burp/restore.epp
(1.72), burp/spit.cpp (1.28), burp/backup.epp (1.55),
common/classes/alloc.cpp (1.49), common/classes/alloc.h (1.41),
common/config/config_file.cpp (1.21):
Removing ib_stdio.h
2004-04-28 20:36 skidder
* firebird2/src/dsql/metd.epp (1.53):
Make CSTRING map to VARCHAR, not CHAR in DSQL layer
2008-03-24 20:52:36 +01:00
2004-04-27 17:55 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/lang_helpers/: gdsold.h (1.1), gds.h (1.1), gds.hxx
(1.1):
2007-12-12 04:21:55 +01:00
Moving obsolete headers to lang_helpers
2004-04-27 17:53 brodsom
* firebird2/src/include/jrd/gds.h (1.5):
Remove unused header
2004-04-27 14:38 brodsom
* firebird2/builds/win32/make_all.bat (1.23):
Remove references to gds.h, gds.hxx and gdsold.h from builds
2004-04-27 14:35 brodsom
* firebird2/builds/: install/arch-specific/freebsd/install.sh.in
(1.7), install/arch-specific/linux/classic/makeInstallImage.sh.in
(1.7), install/arch-specific/linux/classic/preinstall.sh.in (1.4),
install/arch-specific/linux/super/makeInstallImage.sh.in (1.8),
install/arch-specific/linux/super/rpmfiles.txt.in (1.8),
install/arch-specific/sinixz/prototype.in (1.5),
mac_os_x/CS/Helpers.make (1.4),
mac_os_x/CS/CS.pbproj/project.pbxproj (1.5),
posix/Makefile.in.firebird (1.52):
Remove references to gds.h, gds.hxx and gdsold.h from builds
2004-04-27 14:32 brodsom
* firebird2/builds/win32/: msvc6/fbclient.dsp (1.45),
msvc6/fbclient_static.dsp (1.13), msvc6/engine.dsp (1.46),
msvc6/engine_classic.dsp (1.41), msvc6/engine_embed.dsp (1.20),
msvc7/engine.vcproj (1.36), msvc7/engine_classic.vcproj (1.35),
msvc7/engine_embed.vcproj (1.23), msvc7/fbclient.vcproj (1.33),
msvc7/fbclient_static.vcproj (1.13):
Remove references to gds.h, gds.hxx and gdsold.h from builds
2004-04-26 01:11 brodsom
* firebird2/examples/empbuild/: empbuild.e (1.3), intlbld.e (1.3):
Replace remaining gds.h
2004-04-25 05:29 skidder
* firebird2/src/common/classes/stack.h (1.5):
Fix GCC build
2004-04-23 10:00 hvlad
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/stack.h (1.4):
2007-12-12 04:21:55 +01:00
Added Stack::iterator::hasMore method. Replaced getCount() and
notEmpty() with hasMore() when it's possible
2004-04-23 03:53 brodsom
* firebird2/src/include/gen/msg_facs.h (1.6):
Update generated header with the actual content
2004-04-21 16:48 alexpeshkoff
* firebird2/src/dsql/: parse.y (1.131), pass1.cpp (1.138):
fixed number problems after lls to Stack conversion
2004-04-21 16:21 alexpeshkoff
* firebird2/src/dsql/: ddl.cpp (1.94), dsql.cpp (1.101), dsql.h
(1.60), make.cpp (1.58), metd.epp (1.52), parse.cpp (1.112):
fixed number problems after lls to Stack conversion
2004-04-21 16:04 alexpeshkoff
* firebird2/src/common/classes/: array.h (1.24), stack.h (1.3):
fixed number problems after lls to Stack conversion
2004-04-21 14:42 brodsom
* firebird2/doc/README.build.mingw.html (1.12):
Update MinGW build readme
2004-04-21 03:45 brodsom
* firebird2/builds/install/arch-specific/mingw/:
super/FirebirdInstall_15.iss (1.1), super/Readme.txt (1.1),
super/firebird_install_logo1.bmp (1.1),
super/installation_readme.txt (1.1), prepare_mingw.sh (1.5):
Installer for MinGW (first try)
2004-04-20 21:21 brodsom
* firebird2/builds/posix/Makefile.in.libfbembed (1.12):
Correction needed for fbembed build to succeed
2004-04-20 07:57 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/include/fb_types.h (1.43):
2007-12-12 04:21:55 +01:00
Fix problem with 64-bit SS NPTL builds
2004-04-19 20:45 brodsom
* firebird2/builds/install/arch-specific/mingw/prepare_mingw.sh
(1.4):
Correction use generated gbak not installed one
2004-04-19 15:40 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: array.h (1.23), objects_array.h
(1.8), stack.h (1.2):
2007-12-12 04:21:55 +01:00
applied fixes, mentioned by Claudio
2008-03-24 20:52:36 +01:00
2004-04-19 12:20 paulbeach
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/misc/firebird.conf (1.6):
Improve NFS Warning in conf file
2004-04-18 16:22 alexpeshkoff
* firebird2/src/: alice/all.cpp (1.19), alice/all.h (1.10),
common/classes/alloc.h (1.40), common/classes/array.h (1.22),
common/classes/objects_array.h (1.7), common/classes/stack.h (1.1),
dsql/all.h (1.11), dsql/alld.cpp (1.21), dsql/ddl.cpp (1.93),
dsql/dsql.cpp (1.100), dsql/dsql.h (1.59), dsql/dsql.tab.h (1.35),
dsql/gen.cpp (1.61), dsql/gen_proto.h (1.13), dsql/make.cpp (1.57),
dsql/make_proto.h (1.21), dsql/metd.epp (1.51), dsql/parse.y
2008-03-24 20:52:36 +01:00
(1.130), dsql/pass1.cpp (1.137):
2007-12-12 04:21:55 +01:00
1. removed any mentions of blk_pool() from engine (and method
itself) 2. replaced 'struct lls' with 'template Stack'
2004-04-18 05:34 skidder
* firebird2/src/common/classes/array.h (1.21):
Fix MSVC build
2004-04-18 04:50 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: array.h (1.20), fb_pair.h (1.9),
objects_array.h (1.6), tree.h (1.27), vector.h (1.7):
2007-12-12 04:21:55 +01:00
Switch to Firebird container templates for request resource
tracking. This significantly reduces CPU time any memory
consumption for databases with complex metadata
2008-03-24 20:52:36 +01:00
2004-04-17 04:36 skidder
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/misc/firebird.conf (1.5):
Implement Paul B. suggestion about dangerous config file option
2004-04-15 12:13 aafemt
* firebird2/builds/posix/prefix.mingw (1.30):
Remove obsolete workaround
2004-04-13 12:41 aafemt
* firebird2/configure.in (1.195):
Another dir for win32 in temp
2004-04-11 16:47 alexpeshkoff
* firebird2/src/common/config/config_file.cpp (1.20):
fixed problem with system log overflow in case of missing
aliases.conf ** front-ported fix **
2004-04-11 09:12 robocop
* firebird2/src/common/classes/tree.h (1.26):
Style
2004-04-11 06:04 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/node.h (1.44):
2007-12-12 04:21:55 +01:00
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 04:40 skidder
* firebird2/src/common/config/config_file.cpp (1.19):
Make it build
2004-04-10 15:59 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/config_file.cpp (1.18):
2007-12-12 04:21:55 +01:00
Corrections.
2004-04-10 02:25 robocop
* firebird2/: doc/README.performance_monitoring (1.3),
src/common/classes/fb_string.cpp (1.11), src/dsql/ddl.cpp (1.92),
src/dsql/dsql.cpp (1.99), src/dsql/metd.epp (1.50),
src/dsql/parse.cpp (1.111), src/dsql/parse.y (1.129),
2008-03-24 20:52:36 +01:00
src/gpre/gpre.cpp (1.55), src/include/fb_string.h (1.15):
2007-12-12 04:21:55 +01:00
Small corrections
2004-04-09 10:03 hvlad
* firebird2/src/dsql/: ddl.cpp (1.91), dsql.h (1.58):
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 02:23 skidder
* firebird2/: configure.in (1.194),
src/include/gen/autoconfig_msvc.h (1.92):
Use llrint() on platforms where it is available
2004-04-06 09:25 skidder
* firebird2/: builds/install/misc/firebird.conf (1.4),
src/common/config/config.cpp (1.51), src/common/config/config.h
2008-03-24 20:52:36 +01:00
(1.29):
2007-12-12 04:21:55 +01:00
Add BugcheckAbort option to produce coredumps on BUGCHECKs and
structured exceptions
2004-04-06 07:53 aafemt
* firebird2/src/common/classes/fb_tls.h (1.3):
TLS for win32 gcc
2004-04-06 04:45 skidder
* firebird2/builds/install/arch-specific/linux/Makefile.in (1.4):
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 06:11 skidder
* firebird2/doc/README.performance_monitoring (1.2):
Update Trace API spec
2004-04-03 05:36 skidder
* firebird2/doc/README.performance_monitoring (1.1):
Write a kind of spec for my performance monitoring work. Peer
review is welcome
2004-04-03 04:23 skidder
* firebird2/builds/misc/msg.gbak (1.7):
Add switches for new shutdown modes to the GFIX usage messages
2004-04-03 01:20 arnobrinkman
* firebird2/src/dsql/: node.h (1.43), pass1.cpp (1.136):
Fix wrong mapping for Count(*) in having clause when used with IN,
ANY, SOME, ALL
2004-04-02 05:24 skidder
* firebird2/src/dsql/parse.y (1.128):
Fix counting of line numbers in DSQL parser when multi-line
literals and identifiers are used
2004-04-01 16:15 alexpeshkoff
* firebird2/src/common/classes/array.h (1.19):
Added "T* getBuffer(capacity)" - this helps use Array as temp
buffer
2004-03-31 20:10 alexpeshkoff
* firebird2/src/common/: utils.cpp (1.6), utils_proto.h (1.2):
string cleanup
2004-03-31 20:09 alexpeshkoff
* firebird2/src/common/classes/fb_string.cpp (1.10):
fixed serious bug in string::printf - thanks to Nickolay
2004-03-31 20:07 alexpeshkoff
* firebird2/src/include/fb_string.h (1.14):
added some functionality to string
2004-03-31 19:50 alexpeshkoff
* firebird2/builds/win32/: prepare.bat (1.31), preprocess.bat
(1.28), setenvvar.bat (1.6):
rolling back bat files commit - sorry, please
2004-03-31 19:27 alexpeshkoff
* firebird2/src/dsql/dsql.cpp (1.98):
fixed memory leak in execute statement
2004-03-31 19:13 alexpeshkoff
* firebird2/src/common/classes/: alloc.cpp (1.48), alloc.h (1.39):
moved use of fb_assert to correct place
2004-03-31 19:08 alexpeshkoff
* firebird2/builds/win32/: prepare.bat (1.30), preprocess.bat
(1.27), setenvvar.bat (1.5), msvc6/engine.dsp (1.45),
msvc6/engine_classic.dsp (1.40), msvc6/engine_embed.dsp (1.19):
renamed header - non-critical change for non-VC6 builds
2004-03-30 12:04 aafemt
* firebird2/configure.in (1.193):
Missed dirs in temp
2004-03-30 11:02 robocop
* firebird2/builds/win32/: msvc6/archive.dsp (1.5),
msvc6/journal.dsp (1.4), msvc6/wal.dsp (1.15),
msvc6/wal_classic.dsp (1.13), msvc6/walw.dsp (1.5),
msvc7/wal.vcproj (1.14), msvc7/wal_classic.vcproj (1.14):
More cleanup. Get rid of obsolete files, too.
2004-03-30 10:53 robocop
* firebird2/builds/: posix/make.shared.variables (1.38),
win32/msvc6/archive.dsp (1.4), win32/msvc6/engine.dsp (1.44),
win32/msvc6/engine_classic.dsp (1.39), win32/msvc6/engine_embed.dsp
(1.18), win32/msvc6/journal.dsp (1.3), win32/msvc6/walw.dsp (1.4),
win32/msvc7/engine.vcproj (1.35), win32/msvc7/engine_classic.vcproj
(1.34), win32/msvc7/engine_embed.vcproj (1.22),
win32/msvc7/gdef.vcproj (1.18), win32/msvc7/qli.vcproj (1.18):
More cleanup. Get rid of obsolete files, too.
2004-03-30 10:33 robocop
* firebird2/: builds/win32/msvc6/engine.dsp (1.43),
builds/win32/msvc6/engine_classic.dsp (1.38),
builds/win32/msvc6/gdef.dsp (1.17), builds/win32/msvc6/qli.dsp
2008-03-24 20:52:36 +01:00
(1.16), src/gpre/int_cxx.cpp (1.31), src/include/fb_types.h (1.42):
2007-12-12 04:21:55 +01:00
More cleanup. Get rid of obsolete files, too.
2004-03-30 06:10 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/int_cxx.cpp (1.30):
2007-12-12 04:21:55 +01:00
Cleanup
2004-03-28 11:10 robocop
* firebird2/: builds/win32/defs/fbclient.def (1.9),
builds/win32/msvc6/fbclient.dsp (1.44),
builds/win32/msvc6/fbembed.dsp (1.33), src/common/classes/alloc.cpp
(1.47), src/common/classes/fb_atomic.h (1.2),
src/common/classes/fb_tls.h (1.2), src/common/classes/rwlock.h
(1.17), src/common/classes/tree.h (1.25), src/dsql/keywords.cpp
(1.30), src/dsql/keywords.h (1.17), src/dsql/parse.cpp (1.110),
2008-03-24 20:52:36 +01:00
src/dsql/parse.y (1.127), src/dudley/parse.cpp (1.39):
2007-12-12 04:21:55 +01:00
Cleanup. Fixed a linking error with MSVC6, too.
2004-03-28 07:34 skidder
* firebird2/builds/posix/: Makefile.in.client.gpre (1.13),
Makefile.in.embed.gpre (1.13):
Fix build of FORTRAN preprocessor. Breakage reported by FSG
2004-03-28 01:38 skidder
* firebird2/src/common/classes/rwlock.h (1.16):
Fix error in my previous commits spotted by claudio
2004-03-26 17:06 skidder
* firebird2/builds/posix/fbintl.vers (1.1):
add forgotten file
2004-03-26 00:36 skidder
* firebird2/src/common/classes/: alloc.cpp (1.46), rwlock.h (1.15):
Fix Windows build after my previous commit
2004-03-26 00:12 skidder
* firebird2/: configure.in (1.192),
builds/posix/Makefile.in.client.gbak (1.7),
builds/posix/Makefile.in.client.gdef (1.8),
builds/posix/Makefile.in.client.gfix (1.8),
builds/posix/Makefile.in.client.gpre (1.12),
builds/posix/Makefile.in.client.isql (1.7),
builds/posix/Makefile.in.client.qli (1.3),
builds/posix/Makefile.in.client.util (1.19),
builds/posix/Makefile.in.codes (1.15),
builds/posix/Makefile.in.embed.fbudf (1.2),
builds/posix/Makefile.in.embed.gbak (1.7),
builds/posix/Makefile.in.embed.gdef (1.6),
builds/posix/Makefile.in.embed.gfix (1.8),
builds/posix/Makefile.in.embed.gpre (1.12),
builds/posix/Makefile.in.embed.isql (1.7),
builds/posix/Makefile.in.embed.qli (1.13),
builds/posix/Makefile.in.embed.util (1.12),
builds/posix/Makefile.in.extlib (1.15),
builds/posix/Makefile.in.fbserver (1.13),
builds/posix/Makefile.in.firebird (1.51),
builds/posix/Makefile.in.inet_server (1.13),
builds/posix/Makefile.in.intl (1.17),
builds/posix/Makefile.in.libfbclient (1.21),
builds/posix/Makefile.in.libfbembed (1.11),
builds/posix/Makefile.in.libfbserver (1.7),
builds/posix/firebird.vers (1.1), builds/posix/make.defaults
(1.34), builds/posix/make.rules (1.22), builds/posix/prefix.darwin
(1.14), builds/posix/prefix.example (1.9),
builds/posix/prefix.freebsd (1.14), builds/posix/prefix.linux
(1.26), builds/posix/prefix.linux_amd64 (1.4),
builds/posix/prefix.linux_sparc32 (1.4), builds/posix/prefix.mingw
(1.29), builds/posix/prefix.sinixz (1.22),
builds/win32/defs/fbclient.def (1.8),
builds/win32/defs/fbclient_debug.def (1.8),
builds/win32/defs/gds32.def (1.7),
builds/win32/defs/gds32_debug.def (1.6),
builds/win32/msvc6/fbclient.dsp (1.43),
builds/win32/msvc6/fbclient_static.dsp (1.12),
builds/win32/msvc6/fbembed.dsp (1.32), builds/win32/msvc6/gds32.dsp
(1.23), builds/win32/msvc7/fbclient.vcproj (1.32),
builds/win32/msvc7/fbclient_static.vcproj (1.12),
builds/win32/msvc7/fbembed.vcproj (1.24),
builds/win32/msvc7/gds32.vcproj (1.18), src/alice/all.h (1.9),
src/common/classes/alloc.cpp (1.45), src/common/classes/alloc.h
(1.38), src/common/classes/class_perf.cpp (1.9),
src/common/classes/class_test.cpp (1.13),
src/common/classes/fb_atomic.h (1.1), src/common/classes/fb_tls.h
(1.1), src/common/classes/rwlock.h (1.14),
src/common/classes/test.sh (1.9), src/common/classes/tree.h (1.24),
src/common/config/config_file.cpp (1.17), src/dsql/all.h (1.10),
src/dsql/keywords.cpp (1.29), src/dsql/keywords.h (1.16),
src/include/firebird.h (1.18), src/include/gen/autoconfig_msvc.h
2008-03-24 20:52:36 +01:00
(1.91):
2007-12-12 04:21:55 +01:00
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 07:50 skidder
* firebird2/src/common/config/dir_list.cpp (1.19):
Fix a couple warnings
2004-03-25 07:01 skidder
* firebird2/builds/install/arch-specific/linux/super/:
makeInstallImage.sh.in (1.7), rpmfiles.txt.in (1.7):
Fix HEAD troubles with Linux SS installer
2004-03-24 12:02 aafemt
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/spit.cpp (1.27):
2007-12-12 04:21:55 +01:00
Right headers include sequence
2004-03-24 06:43 skidder
* firebird2/src/common/classes/fb_string.cpp (1.9):
Notify Alex about flaw in his string code
2004-03-23 12:07 aafemt
* firebird2/builds/posix/: prefix.darwin (1.13), prefix.freebsd
(1.13), prefix.linux (1.25), prefix.linux_amd64 (1.3),
prefix.linux_sparc32 (1.3), prefix.mingw (1.28), prefix.sinixz
(1.21), prefix.solaris (1.13):
Remove DEBUG_GDS_ALLOC from platform files since Alex's added it
into make.rules
2004-03-22 16:16 alexpeshkoff
* firebird2/builds/posix/make.rules (1.21):
fixed some problems with posix debug build
2004-03-21 03:10 arnobrinkman
* firebird2/src/dsql/dsql.h (1.57):
Improved derived table support. When using derived tables inside
sub-selects it should be able to reference to higher contexts.
2004-03-21 02:48 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.135):
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 16:45 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/: classes/auto.h (1.7),
config/config_file.cpp (1.16):
2007-12-12 04:21:55 +01:00
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:57 alexpeshkoff
* firebird2/src/: alice/alice.cpp (1.58), alice/alice.h (1.32),
alice/alice_proto.h (1.9), burp/burp.cpp (1.71), burp/burp.h
(1.44), burp/burp_proto.h (1.16), common/classes/fb_pair.h (1.8),
common/classes/fb_string.cpp (1.8), dsql/dsql.cpp (1.97),
dsql/dsql.h (1.56), dsql/dsql_proto.h (1.16), include/fb_string.h
2008-03-24 20:52:36 +01:00
(1.13):
2007-12-12 04:21:55 +01:00
1. introduced Jrd and Ods namespaces 2. cleanup of blk* request
conversions 3. fixed memory allocation in Execute Statement
2004-03-20 15:31 alexpeshkoff
* firebird2/src/gpre/int_cxx.cpp (1.29):
dropped unneeded conversion of all requests to/from blk*
2004-03-20 15:30 alexpeshkoff
* firebird2/src/common/classes/auto.h (1.6):
1. dropped unneeded AutoPtrFromString 2. added private copy
constructor and assignment to avoid errors
2004-03-20 15:29 alexpeshkoff
* firebird2/src/common/classes/alloc.h (1.37):
assert if AutoStorage() used for object not on the stack
2004-03-19 07:14 robocop
* firebird2/src/: alice/alice.cpp (1.57), alice/alice.h (1.31),
alice/alice_meta.epp (1.34), alice/all.cpp (1.18), alice/exe.cpp
(1.30), alice/tdr.cpp (1.33), dsql/metd.epp (1.49), dudley/lex.cpp
2008-03-24 20:52:36 +01:00
(1.24), dudley/parse.cpp (1.38):
2007-12-12 04:21:55 +01:00
Cleanup A few new[] - delete[] pairs fixed.
2004-03-18 06:54 robocop
* firebird2/src/: alice/alice.cpp (1.56), alice/alice.h (1.30),
alice/alice_proto.h (1.8), alice/all.h (1.8), burp/burp.cpp (1.70),
burp/burp.h (1.43), burp/burp_proto.h (1.15),
common/classes/array.h (1.18), common/classes/auto.h (1.5),
common/classes/fb_pair.h (1.7), common/classes/objects_array.h
(1.5), common/classes/rwlock.h (1.13), common/classes/semaphore.h
(1.9), common/config/config.h (1.28), common/config/config_file.h
(1.8), common/config/dir_list.cpp (1.18), common/config/dir_list.h
(1.12), dsql/all.h (1.9), dsql/dsql.cpp (1.96), dsql/dsql_proto.h
(1.15), dsql/parse.y (1.126), include/fb_string.h (1.12),
2008-03-24 20:52:36 +01:00
include/fb_vector.h (1.5), include/gen/autoconfig_msvc.h (1.90):
2007-12-12 04:21:55 +01:00
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-15 20:35 alexpeshkoff
* firebird2/src/common/config/: dir_list.cpp (1.17), dir_list.h
(1.11):
fixing posix build
2004-03-15 20:10 alexpeshkoff
* firebird2/src/common/classes/: auto.h (1.4), fb_pair.h (1.6):
fixing posix build
2004-03-15 19:48 alexpeshkoff
* firebird2/src/common/classes/fb_pair.h (1.5):
This should fix non-VC6 builds. Thanks to Nickolay Samofatov
2004-03-15 03:57 skidder
* firebird2/src/dsql/pass1.cpp (1.134):
Allow using PSQL cursors in EXECUTE BLOCK statement
2004-03-14 15:31 alexpeshkoff
* firebird2/builds/win32/msvc6/: common.dsp (1.26),
common_classic.dsp (1.20):
Added new h-files to VC6 projects. Not critical.
2008-03-24 20:52:36 +01:00
2004-03-14 14:40 alexpeshkoff
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/: include/fb_vector.h (1.4), common/classes/locks.h
(1.12), dsql/pass1.cpp (1.133):
2007-12-12 04:21:55 +01:00
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 14:24 alexpeshkoff
* firebird2/src/common/classes/fb_pair.h (1.4):
1. Full pair (both first and second pooled objects) added. 2. Pair
may be placed to AutoPool.
2004-03-14 14:22 alexpeshkoff
* firebird2/src/: common/classes/fb_string.cpp (1.7),
include/fb_string.h (1.11):
1) a bit more correct memory allocation debugging 2) use
AutoStorage to allocate string data
2004-03-14 14:19 alexpeshkoff
* firebird2/src/common/classes/objects_array.h (1.4):
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 14:14 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: config.cpp (1.50), config.h (1.27),
config_file.cpp (1.15), config_file.h (1.7), config_impl.h (1.13),
dir_list.cpp (1.16), dir_list.h (1.10):
2007-12-12 04:21:55 +01:00
Pools support
2004-03-14 14:10 alexpeshkoff
* firebird2/src/common/classes/init.h (1.1):
Templates, supporting objects initialization
2004-03-14 14:08 alexpeshkoff
* firebird2/src/common/classes/auto.h (1.3):
May use _any_ way to delete pointer, not only operator delete
2004-03-14 14:07 alexpeshkoff
* firebird2/src/common/classes/array.h (1.17):
Constructors to put arrays in local memory, use AutoStorage.
2004-03-14 14:05 alexpeshkoff
* firebird2/src/common/classes/alloc.h (1.36):
Added *Storage classes to be used as primary base for all
pool-oriented classes
2004-03-14 06:51 skidder
* firebird2/src/: burp/spit.cpp (1.26), burp/spit.h (1.7),
dudley/ddl.cpp (1.32), dudley/exe.epp (1.46), dudley/expr.cpp
(1.19), dudley/extract.epp (1.30), dudley/generate.cpp (1.12),
2008-03-24 20:52:36 +01:00
dudley/parse.cpp (1.37), dudley/trn.cpp (1.27):
2007-12-12 04:21:55 +01:00
Fix warnings
2004-03-13 09:29 skidder
* firebird2/src/include/fb_blk.h (1.9):
Please GCC in pool_alloc_rpt template declaration
2004-03-12 21:19 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/include/fb_blk.h (1.8):
2007-12-12 04:21:55 +01:00
Fix issues in my code spotted by Claudio
2004-03-12 07:59 skidder
* firebird2/: examples/empbuild/empbuild.e (1.2), src/burp/mvol.cpp
(1.33), src/dsql/dsql.cpp (1.95), src/dsql/parse.y (1.125),
src/dsql/preparse.cpp (1.29), src/gpre/gpre.cpp (1.54),
2008-03-24 20:52:36 +01:00
src/include/fb_exception.h (1.10):
2007-12-12 04:21:55 +01:00
Fix some warnings from GCC/Linux build. Some of them were subtle
errors
2004-03-11 06:46 skidder
* firebird2/src/alice/alice.cpp (1.55):
Fix comment
2004-03-11 06:44 skidder
* firebird2/src/burp/burp.cpp (1.69):
Kill unneeded volatile
2004-03-11 06:43 skidder
* firebird2/src/alice/alice.cpp (1.54):
Kill a couple unneeded volatiles
2004-03-11 06:30 skidder
* firebird2/src/common/classes/: rwlock.h (1.12), semaphore.h
(1.8):
Fix a couple errors I introduced in previous commit. Spotted by
Claudio
2004-03-11 06:09 robocop
* firebird2/builds/: posix/make.shared.variables (1.37),
win32/msvc6/engine.dsp (1.42), win32/msvc6/engine_classic.dsp
(1.37), win32/msvc6/engine_embed.dsp (1.17),
win32/msvc7/engine.vcproj (1.34), win32/msvc7/engine_classic.vcproj
(1.33), win32/msvc7/engine_embed.vcproj (1.21):
Third step to rename
2004-03-11 06:03 robocop
* firebird2/src/: common/classes/alloc.cpp (1.44),
common/classes/auto.h (1.2), dsql/dsql.cpp (1.94), dsql/hsh.cpp
2008-03-24 20:52:36 +01:00
(1.25), dudley/ddl.h (1.21):
2007-12-12 04:21:55 +01:00
Cleanup Some minor corrections Second step to rename
2004-03-11 05:26 skidder
* firebird2/src/common/classes/fb_string.cpp (1.6):
Fix a few warnings. Not very harmless ones
2004-03-09 01:16 skidder
* firebird2/src/: alice/alice_meta.epp (1.33),
common/fb_exception.cpp (1.10), common/classes/alloc.cpp (1.43),
common/classes/alloc.h (1.35), dsql/dsql.cpp (1.93), dsql/hsh.cpp
2008-03-24 20:52:36 +01:00
(1.24), dudley/exe.epp (1.45), dudley/trn.cpp (1.26):
2007-12-12 04:21:55 +01:00
Clean up. 1. gds__alloc doesn't throw 2. Add NOMEM handlers to a
couple places 3. kill HAVE_*SNPRINTF conditionals
2004-03-07 08:58 robocop
* firebird2/: builds/win32/msvc6/build_msg.dsp (1.6),
builds/win32/msvc6/codes.dsp (1.7), builds/win32/msvc6/gbak.dsp
(1.21), builds/win32/msvc6/gpre.dsp (1.22),
builds/win32/msvc6/gpre_boot.dsp (1.22),
builds/win32/msvc6/gpre_static.dsp (1.7),
builds/win32/msvc6/gsec.dsp (1.16), builds/win32/msvc6/gsplit.dsp
(1.8), builds/win32/msvc6/isql.dsp (1.22), src/alice/alice.cpp
(1.53), src/alice/alice.h (1.29), src/alice/alice_meta.epp (1.32),
src/alice/aliceswi.h (1.13), src/alice/all_proto.h (1.5),
src/burp/backu_proto.h (1.7), src/burp/backup.epp (1.54),
src/burp/burp.cpp (1.68), src/burp/burp.h (1.42),
src/burp/burpswi.h (1.11), src/burp/restore.epp (1.71),
src/burp/spit.cpp (1.25), src/burp/spit.h (1.6),
src/burp/std_desc.h (1.5), src/common/fb_exception.cpp (1.9),
src/common/classes/alloc.cpp (1.42), src/common/classes/alloc.h
(1.34), src/common/classes/array.h (1.16),
src/common/classes/fb_pair.h (1.3), src/common/classes/locks.h
(1.11), src/common/classes/objects_array.h (1.3), src/dsql/ddl.cpp
(1.90), src/dsql/dsql.cpp (1.92), src/dsql/dsql.h (1.55),
src/dsql/dsql_proto.h (1.14), src/dsql/errd.cpp (1.28),
src/dsql/errd_proto.h (1.10), src/dsql/hsh_proto.h (1.6),
src/dsql/keywords.cpp (1.28), src/dsql/make.cpp (1.56),
src/dsql/metd_proto.h (1.20), src/dsql/node.h (1.42),
src/dsql/pass1.cpp (1.132), src/dsql/preparse.cpp (1.28),
src/dsql/sqlda.h (1.6), src/dsql/sym.h (1.8),
src/dsql/user__proto.h (1.6), src/dsql/user_dsql.cpp (1.36),
src/dsql/utld.cpp (1.27), src/dudley/ddl.cpp (1.31),
2008-03-24 20:52:36 +01:00
src/dudley/exe.epp (1.44), src/include/fb_string.h (1.10):
2007-12-12 04:21:55 +01:00
Cleanup Some bug fixes Style
2004-03-05 10:37 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/auto.h (1.1):
2007-12-12 04:21:55 +01:00
1. front-ported blob returning fix 2.correct license
2004-03-05 08:33 skidder
* firebird2/src/dsql/user_dsql.cpp (1.35):
correction
2004-03-05 08:21 skidder
* firebird2/src/dsql/user_dsql.cpp (1.34):
Fix memory corruption
2004-03-02 21:23 skidder
* firebird2/src/common/classes/alloc.cpp (1.41):
Be slightly more portable
2004-03-02 09:43 eku
* firebird2/src/common/classes/alloc.cpp (1.40):
Fixed compilation issues (missing include files, wrong defines).
2004-03-02 09:42 eku
* firebird2/src/common/fb_exception.cpp (1.8):
Fixed compilation on systems without snprintf
2004-03-01 17:50 alexpeshkoff
* firebird2/src/: common/fb_exception.cpp (1.7),
include/fb_exception.h (1.9):
don't start variables names with underscore - _syscall caused
problems with MSVC6
2004-03-01 17:37 alexpeshkoff
* firebird2/builds/win32/msvc6/: alice.dsp (1.16),
alice_classic.dsp (1.13), archive.dsp (1.3), build_msg.dsp (1.5),
burp.dsp (1.18), burp_classic.dsp (1.16), codes.dsp (1.6),
common.dsp (1.25), common_classic.dsp (1.19), common_static.dsp
(1.4), dsql_server.dsp (1.21), dsql_server_classic.dsp (1.17),
empbuild.dsp (1.2), engine.dsp (1.41), engine_classic.dsp (1.36),
engine_embed.dsp (1.16), fb_inet_server.dsp (1.21),
fb_lock_print.dsp (1.19), fbclient.dsp (1.42), fbclient_static.dsp
(1.11), fbembed.dsp (1.31), fbguard.dsp (1.19), fbserver.dsp
(1.34), fbudf.dsp (1.11), gbak.dsp (1.20), gdef.dsp (1.16),
gds32.dsp (1.22), gfix.dsp (1.19), gpre.dsp (1.21), gpre_boot.dsp
(1.21), gpre_static.dsp (1.6), gsec.dsp (1.15), gsplit.dsp (1.7),
gstat.dsp (1.18), gstat_full.dsp (1.2), ib_udf.dsp (1.16),
ib_util.dsp (1.16), instclient.dsp (1.3), instreg.dsp (1.14),
instsvc.dsp (1.15), intl.dsp (1.22), intlbld.dsp (1.2),
ipserver.dsp (1.14), isql.dsp (1.21), journal.dsp (1.2), lock.dsp
(1.13), lock_classic.dsp (1.11), nbackup.dsp (1.3), qli.dsp (1.15),
remote.dsp (1.21), remote_classic.dsp (1.18), utilities.dsp (1.15),
utilities_classic.dsp (1.13), wal.dsp (1.14), wal_classic.dsp
(1.12), walw.dsp (1.3):
fixed MSVC6 build with RTTI
2004-03-01 05:57 skidder
* firebird2/src/: burp/burp.cpp (1.67), common/classes/locks.cpp
2008-03-24 20:52:36 +01:00
(1.5), gpre/gpre.cpp (1.53), gpre/par.cpp (1.46):
2007-12-12 04:21:55 +01:00
Fix MSVC build
2004-03-01 05:54 skidder
* firebird2/builds/win32/msvc7/: alice.vcproj (1.15),
alice_classic.vcproj (1.15), build_msg.vcproj (1.4), burp.vcproj
(1.18), burp_classic.vcproj (1.18), codes.vcproj (1.5),
common.vcproj (1.17), common_classic.vcproj (1.15),
common_static.vcproj (1.5), dsql_server.vcproj (1.16),
dsql_server_classic.vcproj (1.16), engine.vcproj (1.33),
engine_classic.vcproj (1.32), engine_embed.vcproj (1.20),
fb_inet_server.vcproj (1.17), fb_lock_print.vcproj (1.20),
fbclient.vcproj (1.31), fbclient_static.vcproj (1.11),
fbembed.vcproj (1.23), fbguard.vcproj (1.18), fbserver.vcproj
(1.18), fbudf.vcproj (1.13), gbak.vcproj (1.17), gdef.vcproj
(1.17), gds32.vcproj (1.17), gfix.vcproj (1.17), gpre.vcproj
(1.21), gpre_boot.vcproj (1.22), gpre_static.vcproj (1.5),
gsec.vcproj (1.17), gsplit.vcproj (1.11), gstat.vcproj (1.20),
ib_udf.vcproj (1.16), ib_util.vcproj (1.16), instreg.vcproj (1.16),
instsvc.vcproj (1.16), intl.vcproj (1.17), isql.vcproj (1.18),
lock.vcproj (1.15), lock_classic.vcproj (1.15), qli.vcproj (1.17),
remote.vcproj (1.20), remote_classic.vcproj (1.20),
utilities.vcproj (1.19), utilities_classic.vcproj (1.18):
Enable RTTI, remove fb_exception.cpp from utilities
2004-03-01 05:27 skidder
* firebird2/builds/win32/msvc7/: alice.vcproj (1.14),
alice_classic.vcproj (1.14), burp.vcproj (1.17),
burp_classic.vcproj (1.17), common.vcproj (1.16),
common_classic.vcproj (1.14), dsql_server.vcproj (1.15),
dsql_server_classic.vcproj (1.15), engine.vcproj (1.32),
engine_classic.vcproj (1.31), engine_embed.vcproj (1.19),
fb_inet_server.vcproj (1.16), fb_lock_print.vcproj (1.19),
fbclient.vcproj (1.30), fbembed.vcproj (1.22), fbguard.vcproj
(1.17), fbserver.vcproj (1.17), fbudf.vcproj (1.12), gbak.vcproj
(1.16), gdef.vcproj (1.16), gds32.vcproj (1.16), gfix.vcproj
(1.16), gpre.vcproj (1.20), gpre_boot.vcproj (1.21), gsec.vcproj
(1.16), gsplit.vcproj (1.10), gstat.vcproj (1.19), ib_udf.vcproj
(1.15), ib_util.vcproj (1.15), instreg.vcproj (1.15),
instsvc.vcproj (1.15), intl.vcproj (1.16), isql.vcproj (1.17),
lock.vcproj (1.14), lock_classic.vcproj (1.14), qli.vcproj (1.16),
remote.vcproj (1.19), remote_classic.vcproj (1.19),
utilities.vcproj (1.18), utilities_classic.vcproj (1.17):
Enable RTTI, remove fb_exception.cpp from utilities
2004-03-01 04:34 skidder
* firebird2/src/: alice/alice.cpp (1.52), alice/alice_meta.epp
(1.31), burp/burp.cpp (1.66), common/fb_exception.cpp (1.6),
common/classes/locks.h (1.10), common/classes/rwlock.h (1.11),
common/classes/semaphore.h (1.7), common/config/config.cpp (1.49),
dsql/ddl.cpp (1.89), dsql/dsql.cpp (1.91), dsql/errd.cpp (1.27),
dsql/user_dsql.cpp (1.33), dudley/expand.cpp (1.21),
dudley/parse.cpp (1.36), gpre/gpre.cpp (1.52), gpre/par.cpp (1.45),
2008-03-24 20:52:36 +01:00
include/fb_exception.h (1.8):
2007-12-12 04:21:55 +01:00
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 04:18 skidder
* firebird2/src/common/classes/: alloc.cpp (1.39), alloc.h (1.33):
Memory pages manager
2004-03-01 02:29 skidder
* firebird2/src/burp/: backup.epp (1.53), restore.epp (1.70):
Fix 64-bitness warnings
2004-02-29 06:46 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: fb_pair.h (1.2), objects_array.h
(1.2):
2007-12-12 04:21:55 +01:00
Fix POSIX build
2004-02-28 20:43 alexpeshkoff
* firebird2/src/: common/classes/fb_pair.h (1.1),
common/classes/fb_string.cpp (1.5), common/classes/objects_array.h
2008-03-24 20:52:36 +01:00
(1.1), include/fb_string.h (1.9):
2007-12-12 04:21:55 +01:00
make our class behave MemoryPools friendly
2004-02-28 20:19 alexpeshkoff
* firebird2/src/common/classes/array.h (1.15):
Made it const-correct
2004-02-27 13:04 eku
* firebird2/builds/install/arch-specific/sinixz/prototype.in (1.4):
SINIX-Z: fixed package list
2004-02-25 02:50 skidder
* firebird2/: builds/misc/msg.gbak (1.6),
lang_helpers/gds_codes.ftn (1.6), lang_helpers/gds_codes.pas (1.6),
src/alice/alice.cpp (1.51), src/alice/alice.h (1.28),
src/alice/exe.cpp (1.29), src/burp/restore.epp (1.69),
src/include/gen/codes.h (1.15), src/include/gen/codetext.h (1.11),
src/include/gen/iberror.h (1.10), src/include/gen/msgs.h (1.12),
src/include/gen/rdb_codes.h (1.11), src/include/gen/sql_code.h
2008-03-24 20:52:36 +01:00
(1.11):
2007-12-12 04:21:55 +01:00
Implement new shutdown modes (single-user and full shutdown).
Tested on Linux/AMD64 CS and SS
2004-02-24 06:34 robocop
* firebird2/src/: alice/alice_meta.epp (1.30), burp/backup.epp
(1.52), burp/restore.epp (1.68), dudley/exe.epp (1.43),
2008-03-24 20:52:36 +01:00
dudley/extract.epp (1.29):
2007-12-12 04:21:55 +01:00
Cleanup Reduce reinterpret and C casts Fix isql so it can show all
predefined blob types in readable form.
2004-02-20 07:42 robocop
* firebird2/src/: alice/alice.cpp (1.50), alice/alice.h (1.27),
alice/alice_proto.h (1.7), alice/exe.cpp (1.28), burp/backup.epp
(1.51), burp/burp.cpp (1.65), burp/burp_proto.h (1.14),
burp/restore.epp (1.67), common/classes/alloc.cpp (1.38),
common/classes/alloc.h (1.32), common/classes/fb_string.cpp (1.4),
common/classes/rwlock.h (1.10), dudley/ddl.cpp (1.30),
2008-03-24 20:52:36 +01:00
gpre/gpre.cpp (1.51), gpre/gpre.h (1.59), gpre/par.cpp (1.44):
2007-12-12 04:21:55 +01:00
Big cleanup. God have pity on platform maintainers. I only can
compile/test Win32; sorry, folks.
2004-02-18 12:10 aafemt
* firebird2/src/common/classes/fb_string.cpp (1.3):
Remove unneeded comparsions
2004-02-17 21:10 skidder
* firebird2/builds/win32/msvc7/: alice.vcproj (1.13),
alice_classic.vcproj (1.13), burp.vcproj (1.16),
burp_classic.vcproj (1.16), common.vcproj (1.15),
common_classic.vcproj (1.13), common_static.vcproj (1.4),
dsql_server.vcproj (1.14), dsql_server_classic.vcproj (1.14),
engine.vcproj (1.31), engine_classic.vcproj (1.30),
engine_embed.vcproj (1.18), fb_inet_server.vcproj (1.15),
fb_lock_print.vcproj (1.18), fbclient.vcproj (1.29), fbembed.vcproj
(1.21), fbguard.vcproj (1.16), fbserver.vcproj (1.16), fbudf.vcproj
(1.11), gbak.vcproj (1.15), gdef.vcproj (1.15), gds32.vcproj
(1.15), gfix.vcproj (1.15), gpre.vcproj (1.19), gpre_boot.vcproj
(1.20), gsec.vcproj (1.15), gsplit.vcproj (1.9), gstat.vcproj
(1.18), ib_udf.vcproj (1.14), ib_util.vcproj (1.14), instreg.vcproj
(1.14), instsvc.vcproj (1.14), intl.vcproj (1.15), isql.vcproj
(1.16), lock.vcproj (1.13), lock_classic.vcproj (1.13),
nbackup.vcproj (1.6), qli.vcproj (1.15), remote.vcproj (1.18),
remote_classic.vcproj (1.18), utilities.vcproj (1.17),
utilities_classic.vcproj (1.16):
Update MSVC makefiles. 1) add PDB generation for release binaries
2) add fb_string stuff
2004-02-17 12:08 aafemt
* firebird2/src/common/classes/fb_string.cpp (1.2):
Fix a couple of warnings
2004-02-17 00:24 arnobrinkman
* firebird2/src/burp/restore.epp (1.66):
Change rdb$db_key recalculation to the right solution, Thanks to
Oleg.
2004-02-13 12:15 aafemt
* firebird2/src/dsql/ddl.cpp (1.88):
Fix warning
2004-02-13 11:14 stryqx
* firebird2/builds/posix/: prefix.darwin (1.12), prefix.example
(1.8), prefix.freebsd (1.12), prefix.sinixz (1.20), prefix.solaris
(1.12), prefix.solx86 (1.24), prefix.solx86gcc (1.7):
change CLIENT_UTIL_TARGET from gds_delay to gds_relay
2004-02-11 12:14 aafemt
* firebird2/builds/posix/make.shared.variables (1.36):
Fix for my previous commit
2004-02-10 12:27 aafemt
* firebird2/builds/posix/make.shared.variables (1.35):
Add fb_string to POSIX build
2004-02-09 08:41 alexpeshkoff
* firebird2/src/common/classes/fb_string.cpp (1.1):
Please add this file to common section of appropriate builds! Added
native firebird::string class.
2004-02-08 18:08 alexpeshkoff
* firebird2/: builds/win32/msvc6/common.dsp (1.24),
builds/win32/msvc6/common_classic.dsp (1.18),
builds/win32/msvc6/common_static.dsp (1.3),
src/common/config/config.cpp (1.48),
src/common/config/config_file.cpp (1.14),
src/common/config/config_file.h (1.6),
2008-03-24 20:52:36 +01:00
src/common/config/config_impl.h (1.12), src/include/fb_string.h
(1.8):
2007-12-12 04:21:55 +01:00
Added native firebird::string class.
2004-02-08 17:35 alexpeshkoff
* firebird2/src/common/classes/alloc.h (1.31):
const correctness
2004-02-06 08:31 skidder
* firebird2/src/burp/restore.epp (1.65):
Oops. Committed wrong file version
2004-02-06 08:07 skidder
* firebird2/src/burp/: backup.epp (1.50), restore.epp (1.64):
Preserve blob type (streamed/segmented) over backup/restore
process.
2004-02-03 12:20 aafemt
* firebird2/src/gpre/c_cxx.cpp (1.43):
Avoid warning with isc_put_slice() after Nikolay's port
2004-02-02 12:00 robocop
* firebird2/src/: alice/all.cpp (1.17), alice/all.h (1.7),
alice/lls.h (1.5), burp/restore.epp (1.63),
common/classes/class_test.cpp (1.12), dsql/alld.cpp (1.20),
dsql/ddl.cpp (1.87), dsql/dsql.cpp (1.90), dsql/dsql.h (1.54),
dsql/dsql.tab.h (1.34), dsql/errd.cpp (1.26), dsql/gen.cpp (1.60),
dsql/make.cpp (1.55), dsql/make_proto.h (1.20), dsql/metd.epp
(1.48), dsql/movd.cpp (1.12), dsql/parse.cpp (1.109), dsql/parse.y
(1.124), dsql/pass1.cpp (1.131), dsql/sqlda.h (1.5),
dsql/user_dsql.cpp (1.32), dsql/utld.cpp (1.26), dsql/utld_proto.h
(1.9), dudley/ddl.cpp (1.29), dudley/ddl.h (1.20),
dudley/ddl_proto.h (1.10), dudley/exe.epp (1.42), dudley/expand.cpp
(1.20), dudley/expr.cpp (1.18), dudley/extract.epp (1.28),
dudley/parse.cpp (1.35), dudley/parse_proto.h (1.8), gpre/ada.cpp
(1.37), gpre/c_cxx.cpp (1.42), gpre/cmd.cpp (1.30), gpre/cme.cpp
(1.24), gpre/cmp.cpp (1.27), gpre/cmp_proto.h (1.12), gpre/cob.cpp
(1.39), gpre/exp.cpp (1.31), gpre/ftn.cpp (1.41), gpre/gpre.h
(1.58), gpre/gpre_meta.epp (1.37), gpre/gpre_meta.h (1.14),
gpre/gpre_meta_boot.cpp (1.38), gpre/msc.cpp (1.19),
gpre/msc_proto.h (1.14), gpre/par.cpp (1.43), gpre/pas.cpp (1.34),
2008-03-24 20:52:36 +01:00
gpre/pretty.cpp (1.22), gpre/sqe.cpp (1.28), gpre/sql.cpp (1.41):
2007-12-12 04:21:55 +01:00
Cleanup
2004-01-31 20:27 kkuznetsov
* firebird2/builds/install/arch-specific/: solx86/Makefile.in
(1.2), solx86gcc/Makefile.in (1.1):
this is requared files
2004-01-31 14:35 dimitr
* firebird2/src/dsql/: dsql.tab.h (1.33), parse.cpp (1.108),
parse.y (1.123):
Removed obsolete EXECUTE VARCHAR syntax.
2004-01-29 20:55 arnobrinkman
* firebird2/doc/WhatsNew (1.45):
Add enhanced UNION behaviour to whatsnew doc
2004-01-29 10:47 skidder
*
firebird2/builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
(1.6):
fix AMD64 packaging issue
2004-01-29 09:19 skidder
* firebird2/doc/WhatsNew (1.44):
Add descriptions for recent 2.0 changes. It is likely that I missed
something, please check
2004-01-29 07:31 skidder
* firebird2/: configure.in (1.191),
builds/install/arch-specific/linux/Makefile.in (1.3),
builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
(1.5), builds/install/arch-specific/linux/classic/postinstall.sh.in
(1.7), builds/install/arch-specific/linux/classic/preinstall.sh.in
(1.3),
builds/install/arch-specific/linux/super/makeInstallImage.sh.in
(1.6), builds/install/arch-specific/linux/super/preinstall.sh.in
(1.5), builds/install/arch-specific/linux/super/rpmfiles.txt.in
(1.6):
Fix some packaging issues with non-x86 Linux ports. Prepare AMD64
port for public testing
2004-01-29 06:56 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/include/fb_types.h (1.41):
2007-12-12 04:21:55 +01:00
Use better macros to detect 64-bit posix. They are non-standard,
anyway
2004-01-28 12:23 aafemt
* firebird2/src/gpre/cmd.cpp (1.29):
Fix for Claudio's cleanup
2004-01-28 08:50 robocop
* firebird2/src/: alice/alice.cpp (1.49), common/classes/alloc.cpp
(1.37), common/classes/semaphore.h (1.6), common/classes/tree.h
(1.23), dsql/alld.cpp (1.19), dsql/ddl.cpp (1.86), dsql/dsql.cpp
(1.89), dsql/gen.cpp (1.59), dsql/metd.epp (1.47), dsql/pass1.cpp
(1.130), dsql/user_dsql.cpp (1.31), extlib/ib_udf.c (1.8),
gpre/ada.cpp (1.36), gpre/c_cxx.cpp (1.41), gpre/cmd.cpp (1.28),
gpre/cmd_proto.h (1.7), gpre/cme.cpp (1.23), gpre/cme_proto.h
(1.9), gpre/cmp.cpp (1.26), gpre/cmp_proto.h (1.11), gpre/cob.cpp
(1.38), gpre/exp.cpp (1.30), gpre/exp_proto.h (1.13), gpre/ftn.cpp
(1.40), gpre/gpre.cpp (1.50), gpre/gpre.h (1.57),
gpre/gpre_meta.epp (1.36), gpre/gpre_meta.h (1.13),
gpre/gpre_meta_boot.cpp (1.37), gpre/hsh.cpp (1.18),
gpre/hsh_proto.h (1.8), gpre/int_cxx.cpp (1.28), gpre/jrdmet.cpp
(1.14), gpre/msc.cpp (1.18), gpre/msc_proto.h (1.13), gpre/par.cpp
(1.42), gpre/par_proto.h (1.12), gpre/parse.h (1.8), gpre/pas.cpp
(1.33), gpre/pat.cpp (1.22), gpre/pat.h (1.9), gpre/sqe.cpp (1.27),
gpre/sqe_proto.h (1.11), gpre/sql.cpp (1.40), gpre/sql_proto.h
2008-03-24 20:52:36 +01:00
(1.10):
2007-12-12 04:21:55 +01:00
General cleanup. Sorry if I missed some occurrence.
2004-01-27 19:19 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/include/fb_types.h (1.40):
2007-12-12 04:21:55 +01:00
Temporary hack to return Win32 to buildable state. No Win64 port is
possible before ULONG name clash is resolved
2004-01-27 08:09 stryqx
* firebird2/src/dsql/: dsql.tab.h (1.32), parse.cpp (1.107):
Regenerate after changing PAGE_SIZE to KW_PAGE_SIZE.
2004-01-26 17:32 skidder
* firebird2/src/include/fb_types.h (1.39):
Return 32-bit ports to buildable state. Declare SLONG and ISC_LONG
as plain integers everywhere
2004-01-26 08:06 stryqx
* firebird2/src/dsql/: keywords.cpp (1.27), parse.y (1.122):
Change PAGE_SIZE to KW_PAGE_SIZE so as not to conflict with system
define on FreeBSD.
2004-01-23 07:35 skidder
* firebird2/src/dsql/parse.y (1.121):
Use static bison parser stack and allocate it from thread stack
2004-01-21 08:15 skidder
* firebird2/: builds/posix/Makefile.in.boot.gpre (1.19),
builds/posix/Makefile.in.client.gpre (1.11),
builds/posix/Makefile.in.embed.gpre (1.11),
builds/posix/Makefile.in.static.gpre (1.14),
builds/win32/msvc6/gpre.dsp (1.20),
builds/win32/msvc6/gpre_boot.dsp (1.20),
builds/win32/msvc6/gpre_static.dsp (1.5),
builds/win32/msvc7/gpre.vcproj (1.18),
builds/win32/msvc7/gpre_boot.vcproj (1.19),
builds/win32/msvc7/gpre_static.vcproj (1.4), examples/functions.c
(1.2), examples/api/apifull.c (1.4), examples/dyn/dynfull.e (1.3),
examples/stat/stat10.e (1.2), examples/stat/stat11.e (1.2),
examples/stat/stat4.e (1.2), examples/udf/udflib.c (1.3),
src/burp/backup.epp (1.49), src/burp/burp.cpp (1.64),
src/burp/canonical.cpp (1.33), src/burp/mvol.cpp (1.32),
src/burp/restore.epp (1.62), src/common/config/config_impl.h
(1.11), src/dsql/ddl.cpp (1.85), src/dsql/dsql.cpp (1.88),
src/dsql/gen.cpp (1.58), src/dsql/make.cpp (1.54),
src/dsql/metd.epp (1.46), src/dsql/parse.y (1.120),
src/dsql/pass1.cpp (1.129), src/dsql/user_dsql.cpp (1.30),
src/dudley/expr.cpp (1.17), src/gpre/c_cxx.cpp (1.40),
src/gpre/cmd.cpp (1.27), src/gpre/cme.cpp (1.22), src/gpre/exp.cpp
(1.29), src/gpre/gpre.cpp (1.49), src/gpre/int.cpp (1.28),
src/gpre/int_cxx.cpp (1.27), src/gpre/par.cpp (1.41),
2008-03-24 20:52:36 +01:00
src/gpre/sqe.cpp (1.26), src/gpre/sql.cpp (1.39):
2007-12-12 04:21:55 +01:00
Further AMD64 fixes. Given this fixes you may start playing with
databases using isql_static.
2004-01-16 14:05 hvlad
* firebird2/src/dsql/: dsql.tab.h (1.31), parse.cpp (1.106):
Added support for default parameters and EXECUTE BLOCK statement
2004-01-16 11:43 hvlad
* firebird2/src/dsql/: ddl.cpp (1.84), ddl_proto.h (1.14), dsql.cpp
(1.87), dsql.h (1.53), gen.cpp (1.57), keywords.cpp (1.26),
metd.epp (1.45), metd_proto.h (1.19), misc_func.cpp (1.7), node.h
(1.41), parse.y (1.119), pass1.cpp (1.128):
Added support for default parameters and EXECUTE BLOCK statement
2004-01-16 10:32 hvlad
* firebird2/doc/sql.extensions/: README.default_parameters (1.1),
README.execute_block (1.1):
1. Added new EXECUTE BLOCK statement 2. Added default paremeters
in stored procedures
2004-01-13 14:40 eku
* firebird2/src/common/utils.cpp (1.5):
Fixed compilation problems with size_t. It's primarily defined in
sys/types.h
2004-01-13 14:38 eku
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: config.cpp (1.47), config.h (1.26):
2007-12-12 04:21:55 +01:00
Port numbers are limited to 16 bit.
2004-01-13 10:52 robocop
* firebird2/: builds/win32/make_examples.bat (1.10),
src/burp/backup.epp (1.48), src/burp/burp.cpp (1.63),
src/burp/burp.h (1.41), src/burp/burp_proto.h (1.13),
src/burp/canonical.cpp (1.32), src/burp/mvol.cpp (1.31),
src/burp/restore.epp (1.61), src/burp/spit.cpp (1.24),
src/dsql/array.epp (1.27), src/dsql/pass1.cpp (1.127),
2008-03-24 20:52:36 +01:00
src/include/fb_types.h (1.38):
2007-12-12 04:21:55 +01:00
Cleanup
2004-01-12 19:56 arnobrinkman
* firebird2/src/burp/restore.epp (1.60):
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 07:58 skidder
* firebird2/: builds/posix/prefix.linux_amd64 (1.2),
2008-03-24 20:52:36 +01:00
src/include/memory_routines.h (1.6):
2007-12-12 04:21:55 +01:00
Do more AMD64 fixes. libfbstatic builds and can do some basic stuff
now
2004-01-12 07:24 stryqx
* firebird2/builds/install/arch-specific/freebsd/install.sh.in
(1.6):
Cope with upgrades more gracefully.
2008-03-24 20:52:36 +01:00
2004-01-12 06:59 stryqx
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/arch-specific/freebsd/install.sh.in
(1.5):
libgds links to libfbembed for ClassicServer.
2004-01-12 06:40 skidder
* firebird2/src/include/fb_types.h (1.37):
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:57 skidder
* firebird2/: builds/posix/prefix.linux_amd64 (1.1), configure.in
(1.190):
Add prefix for my machine
2004-01-12 01:56 stryqx
* firebird2/src/common/utils.cpp (1.4):
Fix build on FreeBSD.
2004-01-10 19:04 arnobrinkman
* firebird2/src/dsql/: ddl.cpp (1.83), dsql.h (1.52), pass1.cpp
(1.126):
Fix check constraint bug caused by my previously commit
2004-01-09 23:34 arnobrinkman
* firebird2/src/burp/: burp.h (1.40), restore.epp (1.59):
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 03:23 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.125):
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-08 18:15 skidder
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.17),
Firebird2Boot.sln (1.2), alice.vcproj (1.12), alice_classic.vcproj
(1.12), build_msg.vcproj (1.3), burp.vcproj (1.15),
burp_classic.vcproj (1.15), codes.vcproj (1.4), common.vcproj
(1.14), common_classic.vcproj (1.12), common_static.vcproj (1.3),
dsql_server.vcproj (1.13), dsql_server_classic.vcproj (1.13),
engine.vcproj (1.30), engine_classic.vcproj (1.29),
engine_embed.vcproj (1.17), fb_inet_server.vcproj (1.14),
fb_lock_print.vcproj (1.17), fbclient.vcproj (1.28),
fbclient_static.vcproj (1.10), fbembed.vcproj (1.20),
fbguard.vcproj (1.15), fbserver.vcproj (1.15), fbudf.vcproj (1.10),
gbak.vcproj (1.14), gdef.vcproj (1.14), gds32.vcproj (1.14),
gfix.vcproj (1.14), gpre.vcproj (1.17), gpre_boot.vcproj (1.18),
gpre_static.vcproj (1.3), gsec.vcproj (1.14), gsplit.vcproj (1.8),
gstat.vcproj (1.17), ib_udf.vcproj (1.13), ib_util.vcproj (1.13),
instreg.vcproj (1.13), instsvc.vcproj (1.13), intl.vcproj (1.14),
isql.vcproj (1.15), lock.vcproj (1.12), lock_classic.vcproj (1.12),
nbackup.vcproj (1.5), qli.vcproj (1.14), remote.vcproj (1.17),
remote_classic.vcproj (1.17), utilities.vcproj (1.16),
utilities_classic.vcproj (1.15), wal.vcproj (1.13),
wal_classic.vcproj (1.13):
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 06:47 robocop
* firebird2/builds/: misc/journal.gbak (1.2), win32/prepare.bat
(1.29):
Removing JOURNAL leftover. Thanks Blas.
2004-01-07 11:18 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/: alice/alice.cpp (1.48), burp/burp.cpp (1.62):
2007-12-12 04:21:55 +01:00
Removed handle leaks in the service manager.
2004-01-07 01:32 brodsom
* firebird2/src/common/utils.cpp (1.3):
Fix MINGW build
2004-01-07 01:31 brodsom
* firebird2/: builds/posix/Makefile.in.client.journal (1.3),
builds/posix/Makefile.in.embed.archive (1.3),
builds/posix/Makefile.in.embed.journal (1.3),
builds/posix/Makefile.in.client.archive (1.3),
builds/posix/Makefile.in.client.gdef (1.7),
builds/posix/Makefile.in.client.qli (1.2),
builds/posix/Makefile.in.firebird (1.50),
builds/posix/Makefile.in.libfbclient (1.20),
builds/posix/Makefile.in.refDatabases (1.20),
builds/posix/make.defaults (1.33),
builds/posix/make.shared.variables (1.34), configure.in (1.189):
Fix Posix build after - utils.cpp creation - WAL/JOURNAL removal
2004-01-06 11:33 robocop
* firebird2/: builds/win32/clean_all.bat (1.11),
builds/win32/make_all.bat (1.22), builds/win32/make_boot.bat
(1.23), builds/win32/preprocess.bat (1.26),
builds/win32/msvc6/Firebird2.dsw (1.32),
builds/win32/msvc6/engine.dsp (1.40),
builds/win32/msvc6/engine_classic.dsp (1.35),
builds/win32/msvc6/engine_embed.dsp (1.15),
builds/win32/msvc6/gdef.dsp (1.15), src/dsql/dsql.tab.h (1.30),
src/dsql/parse.cpp (1.105), src/dsql/parse.y (1.118),
src/dudley/exe.epp (1.41), src/dudley/extract.epp (1.27),
src/dudley/parse.cpp (1.34), src/gpre/cmd.cpp (1.26),
2008-03-24 20:52:36 +01:00
src/gpre/gpre.h (1.56), src/gpre/sql.cpp (1.38):
2007-12-12 04:21:55 +01:00
A requiem for JOURNAL and WAL. Instructions in the list.
2004-01-05 06:03 skidder
* firebird2/builds/win32/msvc7/Firebird2.sln (1.16):
fix solution file
2004-01-04 15:12 dimitr
* firebird2/src/dsql/utld.cpp (1.25):
Fixed old FB2 bug.
2004-01-03 15:12 fsg
2008-03-24 20:52:36 +01:00
* firebird2/src/common/utils.cpp (1.2):
2007-12-12 04:21:55 +01:00
Some changes to get it compiled under linux. Use const
declarations for BLANK etc. in isql.h again. FSG
2004-01-03 13:32 epocman
* firebird2/doc/: README.Win32LibraryInstallation.txt (1.2),
install_win32.txt (1.6):
More Win32 1.5 -> HEAD synchronisation. Updated documentation
regarding gds32.dll and instclient.exe
2004-01-03 13:20 epocman
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/: make_all.bat (1.21), msvc6/Firebird2.dsw
(1.31), msvc6/instclient.dsp (1.2), msvc7/instclient.vcproj (1.2):
2007-12-12 04:21:55 +01:00
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 11:59 robocop
* firebird2/src/: alice/alice.h (1.26), alice/alice_meta.epp
(1.29), alice/tdr.cpp (1.32), gpre/gpre.cpp (1.48), gpre/int.cpp
2008-03-24 20:52:36 +01:00
(1.27), gpre/int_cxx.cpp (1.26):
2007-12-12 04:21:55 +01:00
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 02:29 skidder
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.15),
common.vcproj (1.13), common_classic.vcproj (1.11), isql.vcproj
(1.14):
Fix up MSVC7 makefiles
2003-12-31 11:33 robocop
* firebird2/src/common/: utils.cpp (1.1), utils_proto.h (1.1):
adding obviously missing files, thanks Arno.
2003-12-31 06:35 robocop
* firebird2/: builds/win32/blrtable.bat (1.8),
builds/win32/make_boot.bat (1.22), builds/win32/msvc6/common.dsp
(1.23), builds/win32/msvc6/common_classic.dsp (1.17),
builds/win32/msvc6/engine.dsp (1.39), builds/win32/msvc6/isql.dsp
(1.20), src/burp/burp.cpp (1.61), src/common/fb_exception.cpp
(1.5), src/dsql/metd.epp (1.44), src/dsql/pass1.cpp (1.124),
src/dudley/ddl.cpp (1.28), src/include/fb_exception.h (1.7),
src/include/fb_string.h (1.7), src/include/fb_types.h (1.36),
2008-03-24 20:52:36 +01:00
src/include/firebird.h (1.17):
2007-12-12 04:21:55 +01:00
Cleanup
2003-12-30 03:06 skidder
* firebird2/builds/install/arch-specific/linux/Makefile.in (1.2):
Forward port generation of external debug info to FB2 HEAD
2003-12-28 00:48 skidder
* firebird2/builds/posix/prefix.linux (1.24):
Build debuggable release binaries on Linux
2003-12-27 18:59 fsg
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/: burp.cpp (1.60), restore.epp (1.58):
2007-12-12 04:21:55 +01:00
First changes to get it compiled under linux again. FSG
2003-12-22 19:26 dimitr
* firebird2/src/burp/mvol.cpp (1.30):
Oooops, sorry.
2003-12-22 18:58 dimitr
* firebird2/src/burp/mvol.cpp (1.29):
Another bugfix by Oleg Loa. Never terminate the server when GBAK is
running as a service.
2003-12-22 10:59 robocop
* firebird2/src/: alice/alice.cpp (1.47), burp/backup.epp (1.47),
burp/burp.cpp (1.59), burp/burp.h (1.39), burp/burp_proto.h (1.12),
burp/restore.epp (1.57), common/classes/vector.h (1.6),
dsql/array.epp (1.26), dsql/array_proto.h (1.13), dsql/dsql.cpp
(1.86), dsql/make.cpp (1.53), dsql/metd.epp (1.43), dudley/exe.epp
(1.40), gpre/cme.cpp (1.21), gpre/gpre_meta_boot.cpp (1.36),
gpre/pretty.cpp (1.21), gpre/sql.cpp (1.37), include/fb_types.h
2008-03-24 20:52:36 +01:00
(1.35), include/fb_vector.h (1.3):
2007-12-12 04:21:55 +01:00
General cleanup
2003-12-22 00:54 skidder
* firebird2/: builds/win32/defs/fbclient.def (1.7),
builds/win32/defs/fbclient_debug.def (1.7),
builds/win32/defs/gds32.def (1.6),
builds/win32/defs/gds32_debug.def (1.5), src/dsql/array.epp (1.25),
2008-03-24 20:52:36 +01:00
src/dsql/array_proto.h (1.12):
2007-12-12 04:21:55 +01:00
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:35 skidder
* firebird2/src/dsql/: dsql.tab.h (1.29), parse.cpp (1.104):
Update parse.cpp
2003-12-21 01:07 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: gen.cpp (1.56), node.h (1.40), parse.y
(1.117):
2007-12-12 04:21:55 +01:00
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 12:05 aafemt
* firebird2/builds/posix/Makefile.in.client.util (1.18):
Add db_alias.cpp to gstat
2003-12-14 19:24 dimitr
* firebird2/src/: alice/all.cpp (1.16), dsql/alld.cpp (1.18),
common/classes/array.h (1.14):
Minor cleanup
2003-12-14 05:44 skidder
* firebird2/src/: alice/alice.cpp (1.46), burp/burp.cpp (1.58),
2008-03-24 20:52:36 +01:00
dudley/ddl.cpp (1.27):
2007-12-12 04:21:55 +01:00
Enable gfix/gstat services API on classic builds. Rollback Blas'
changes in this area
2003-12-14 05:39 skidder
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.14),
common.vcproj (1.12), common_classic.vcproj (1.10),
common_static.vcproj (1.2), engine.vcproj (1.29),
engine_classic.vcproj (1.28), engine_embed.vcproj (1.16),
fbclient.vcproj (1.27), fbclient_static.vcproj (1.9),
nbackup.vcproj (1.4):
Fix MSVC7 makefiles. Note: I didn't test them with VC 7.0, only 7.1
2003-12-14 05:34 skidder
* firebird2/src/common/config/config.cpp (1.46):
Fix another initializatoin race condition
2003-12-14 05:23 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/include/fb_types.h (1.34):
2007-12-12 04:21:55 +01:00
Fix Linux build
2003-12-13 15:42 dimitr
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.30), common.dsp
(1.22), common_classic.dsp (1.16), engine.dsp (1.38),
engine_classic.dsp (1.34), fbclient.dsp (1.41):
1) Move db_alias.cpp to common.lib 2) Add common.lib to gstat.exe
2003-12-13 11:59 dimitr
* firebird2/src/common/config/config_file.cpp (1.13):
Let's be compatible with the config files open in binary mode.
2003-12-11 11:33 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/include/fb_types.h (1.33):
2007-12-12 04:21:55 +01:00
ping-pong cleanup: change one place and you have to change several
others
2003-12-11 01:00 arnobrinkman
* firebird2/src/dsql/dsql.cpp (1.85):
bugfix: Post a error when no input string is given else engine will
crash.
2003-12-06 19:13 dimitr
* firebird2/src/dsql/metd.epp (1.42):
Fixed problem with parameters used as UDF arguments with type of
CSTRING.
2003-12-06 10:40 alexpeshkoff
* firebird2/builds/install/arch-specific/linux/super/:
postinstall.sh.in (1.6), preuninstall.sh.in (1.5):
SS scripts - slightly optimized for various linux distibutions
2003-12-05 21:39 skidder
* firebird2/builds/win32/msvc7/: engine.vcproj (1.28),
engine_classic.vcproj (1.27), engine_embed.vcproj (1.15),
gstat.vcproj (1.16):
Update MSVC7 makefiles. Files were actually edited using VS2003 and
then version numbers were replaced back to 7.0
2003-12-05 11:35 robocop
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: alloc.h (1.30), array.h (1.13),
vector.h (1.5):
2007-12-12 04:21:55 +01:00
Cleanup Some name changes Try to fix SINIX-Z problems with send()
prototype
2003-12-03 09:19 robocop
* firebird2/src/: burp/backup.epp (1.46), dsql/array.epp (1.24),
dsql/ddl.cpp (1.82), dsql/dsql.h (1.51), dsql/user_dsql.cpp (1.29),
2008-03-24 20:52:36 +01:00
gpre/exp.cpp (1.28):
2007-12-12 04:21:55 +01:00
More cleanup
2003-12-02 17:03 brodsom
* firebird2/builds/posix/Makefile.in.client.util (1.17):
Fix posix builds (new btn.cpp source)
2003-12-02 09:35 eku
* firebird2/src/dsql/parse.cpp (1.103):
Fixed syntax error.
2003-12-02 03:50 brodsom
* firebird2/builds/posix/make.shared.variables (1.33):
Fix posix build, add new source btn.cpp.
2003-12-02 03:44 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/: gpre/exp.cpp (1.27), dsql/parse.cpp (1.102),
dsql/parse.y (1.116):
2007-12-12 04:21:55 +01:00
Fix scope change that breaks posix build
2003-12-01 20:44 dimitr
* firebird2/src/common/config/config.cpp (1.45):
Small correction.
2003-12-01 18:53 dimitr
* firebird2/src/common/classes/array.h (1.12):
Oops, sorry.
2003-12-01 17:29 dimitr
* firebird2/src/common/classes/array.h (1.11):
Correction
2003-12-01 03:51 arnobrinkman
* firebird2/builds/win32/msvc6/: engine.dsp (1.37),
engine_classic.dsp (1.33), engine_embed.dsp (1.14), gstat.dsp
(1.17):
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.
2008-03-24 20:52:36 +01:00
2003-11-30 22:14 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/ids.h (1.6):
2007-12-12 04:21:55 +01:00
Let's support segment-level selectivities. Amen.
2003-11-30 22:01 dimitr
* firebird2/src/common/classes/array.h (1.10):
1) Const correctness 2) A few extra vector-like methods
2003-11-28 07:47 robocop
* firebird2/: builds/win32/msvc6/build_msg.dsp (1.4),
builds/win32/msvc6/codes.dsp (1.5), src/alice/alice.cpp (1.45),
src/dsql/array.epp (1.23), src/dsql/ddl.cpp (1.81),
src/dsql/dsql.cpp (1.84), src/dsql/dsql_proto.h (1.13),
src/dsql/errd.cpp (1.25), src/dsql/gen.cpp (1.55), src/dsql/hsh.cpp
(1.23), src/dsql/keywords.cpp (1.25), src/dsql/make.cpp (1.52),
src/dsql/metd.epp (1.41), src/dsql/parse.cpp (1.101),
src/dsql/parse.sed (1.12), src/dsql/parse.y (1.115),
src/dsql/parse_proto.h (1.9), src/dsql/pass1.cpp (1.123),
src/dsql/prepa_proto.h (1.11), src/dsql/preparse.cpp (1.27),
src/dsql/user__proto.h (1.5), src/dsql/user_dsql.cpp (1.28),
src/dsql/utld.cpp (1.24), src/gpre/ada.cpp (1.35),
src/gpre/c_cxx.cpp (1.39), src/gpre/cmd.cpp (1.25),
src/gpre/cme.cpp (1.20), src/gpre/cmp.cpp (1.25), src/gpre/cob.cpp
(1.37), src/gpre/exp.cpp (1.26), src/gpre/exp_proto.h (1.12),
src/gpre/ftn.cpp (1.39), src/gpre/gpre.cpp (1.47), src/gpre/gpre.h
(1.55), src/gpre/gpre_meta.epp (1.35), src/gpre/gpre_meta_boot.cpp
(1.35), src/gpre/gpre_proto.h (1.9), src/gpre/int.cpp (1.26),
src/gpre/int_cxx.cpp (1.25), src/gpre/msc.cpp (1.17),
src/gpre/par.cpp (1.40), src/gpre/pas.cpp (1.32), src/gpre/pat.cpp
(1.21), src/gpre/pretty.cpp (1.20), src/gpre/sqe.cpp (1.25),
2008-03-24 20:52:36 +01:00
src/gpre/sql.cpp (1.36), src/include/gen/msg_facs.h (1.5):
2007-12-12 04:21:55 +01:00
const correctness vars in scope minimal interface cleanup small bug
fixes
2003-11-23 21:17 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/array.h (1.9):
2007-12-12 04:21:55 +01:00
Fix invariant tracking in recursive procedures and when invariants
depend on variables. This solves issues like SF#627057.
2003-11-23 17:37 skidder
* firebird2/configure.in (1.188):
Correction.
2003-11-23 17:27 skidder
* firebird2/configure.in (1.187):
Enable support for raw devices by default
2003-11-22 23:40 arnobrinkman
* firebird2/src/dsql/make.cpp (1.51):
bugfix: SF841696 calculated output descriptor for COALESCE/CASE
should give charsets other then NONE/ASCII precedence
2003-11-21 20:52 kkuznetsov
* firebird2/configure.in (1.186):
first trying gcc for solx86
2003-11-21 20:45 kkuznetsov
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/prefix.solx86gcc (1.6):
2007-12-12 04:21:55 +01:00
some solaris fixes
2003-11-21 20:42 kkuznetsov
* firebird2/src/common/classes/rwlock.h (1.9):
Write solaris portion of RWlock
2003-11-21 16:42 skidder
* firebird2/src/include/gen/autoconfig_msvc.h (1.89):
Fix MSVC build after Erik's changes
2003-11-20 09:13 eku
2008-03-24 20:52:36 +01:00
* firebird2/configure.in (1.185):
2007-12-12 04:21:55 +01:00
Moved the definition of socklen_t to autoconfig.h. It's used in
inet.ccp and server.cpp.
2003-11-18 13:33 brodsom
* firebird2/src/: alice/all.cpp (1.15), alice/exe.cpp (1.27),
alice/alice.cpp (1.44), alice/alice.h (1.25), alice/alice_meta.epp
(1.28), dudley/parse.cpp (1.33), dudley/expand.cpp (1.19),
2008-03-24 20:52:36 +01:00
dudley/expr.cpp (1.16), gpre/gpre.cpp (1.46):
2007-12-12 04:21:55 +01:00
-Remove unneeded setjmp header
2003-11-18 08:58 robocop
* firebird2/src/: alice/alice_meta.epp (1.27), alice/tdr.cpp
(1.31), burp/mvol.cpp (1.28), dsql/ddl.cpp (1.80), dsql/dsql.h
(1.50), dsql/errd.cpp (1.24), dsql/keywords.cpp (1.24),
dsql/keywords.h (1.15), dsql/metd.epp (1.40), dsql/metd_proto.h
(1.18), dsql/pass1.cpp (1.122), dsql/prepa_proto.h (1.10),
dsql/preparse.cpp (1.26), dudley/exe.epp (1.39), dudley/extract.epp
2008-03-24 20:52:36 +01:00
(1.26):
2007-12-12 04:21:55 +01:00
const correctness and other minor items
2003-11-18 04:21 brodsom
* firebird2/doc/README.build.mingw.html (1.11):
-Correction
2003-11-18 04:11 brodsom
* firebird2/: configure.in (1.184), doc/README.build.mingw.html
(1.10):
-Fix threading in MinGW (and the failed tests in fbtcs)
2003-11-18 03:31 brodsom
* firebird2/builds/win32/preprocess.bat (1.25):
-Enable build of dba_full
2003-11-18 00:39 brodsom
* firebird2/src/dsql/parse.y (1.114):
-Remove unneeded win32 headers
2003-11-17 17:04 skidder
* firebird2/builds/win32/make_boot.bat (1.21):
Fix MSVC7 build
2003-11-16 16:40 brodsom
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.29),
gstat_full.dsp (1.1):
-Add gstat_full project (utilities/dba_full)
2003-11-16 12:42 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/dudley/: ddl.cpp (1.26), exe.epp (1.38):
2007-12-12 04:21:55 +01:00
-Removing some unneeded headers (WIN_NT) or explaining why are
needed
2003-11-16 12:39 brodsom
* firebird2/src/: alice/alice.cpp (1.43), burp/burp.cpp (1.57),
burp/mvol.cpp (1.27), burp/spit.cpp (1.23), burp/std_desc.h (1.4):
-Removing uneeded headers (WIN_NT)
2003-11-16 02:43 brodsom
* firebird2/src/: alice/alice_meta.epp (1.26), alice/exe.cpp
(1.26), alice/tdr.cpp (1.30), burp/mvol.cpp (1.26),
burp/restore.epp (1.56), dsql/dsql.cpp (1.83), dsql/utld.cpp
2008-03-24 20:52:36 +01:00
(1.23), dudley/exe.epp (1.37), dudley/extract.epp (1.25):
2007-12-12 04:21:55 +01:00
-Undo gds__vax_integer to isc_vax_integer and gds__event_* to
isc_event_* changes
2003-11-15 13:07 alexpeshkoff
*
firebird2/builds/install/arch-specific/linux/super/postinstall.sh.in
(1.5):
fixed install problems
2008-03-24 20:52:36 +01:00
2003-11-14 12:12 aafemt
2007-12-12 04:21:55 +01:00
* firebird2/src/include/fb_types.h (1.32):
return isc_quad_high and _low
2003-11-13 04:41 stryqx
* firebird2/configure.in (1.183):
Fix build on FreeBSD 4.x
2003-11-13 01:53 stryqx
* firebird2/configure.in (1.182):
Fix build on FreeBSD 4.x
2003-11-12 00:57 stryqx
* firebird2/src/common/classes/locks.h (1.9):
Fix the spinlocks case for FreeBSD 4.x
2003-11-11 15:47 eku
* firebird2/src/dsql/parse.y (1.113):
Yacc doesn't like C++ comments in the language section.
2003-11-11 13:08 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/include/fb_types.h (1.31):
2007-12-12 04:21:55 +01:00
-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 13:05 brodsom
* firebird2/src/: alice/tdr.cpp (1.29), alice/alice_meta.epp
(1.25), alice/exe.cpp (1.25), burp/burp.h (1.38), burp/mvol.cpp
(1.25), burp/restore.epp (1.55), dsql/metd.epp (1.39),
dsql/movd.cpp (1.11), dsql/pass1.cpp (1.121), dsql/user_dsql.cpp
(1.27), dsql/utld.cpp (1.22), dsql/alld.cpp (1.17), dsql/array.epp
(1.22), dsql/array_proto.h (1.11), dsql/ddl.cpp (1.79),
dsql/dsql.cpp (1.82), dsql/errd.cpp (1.23), dsql/make.cpp (1.50),
dudley/exe.epp (1.36), dudley/extract.epp (1.24), dudley/parse.cpp
(1.32), gpre/cme.cpp (1.19), gpre/gpre_meta.epp (1.34),
gpre/gpre_meta_boot.cpp (1.34), gpre/int.cpp (1.25),
gpre/int_cxx.cpp (1.24), gpre/movg.cpp (1.7), gpre/pas.cpp (1.31),
gpre/sql.cpp (1.35):
-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-10 12:25 aafemt
* firebird2/: autogen.sh (1.10), configure.in (1.181):
downgrade autoconf requirement to 2.56
2003-11-10 10:15 robocop
* firebird2/src/: dsql/alld.cpp (1.16), dsql/array.epp (1.21),
dsql/array_proto.h (1.10), dsql/ddl.cpp (1.78), dsql/ddl_proto.h
(1.13), dsql/dsql.cpp (1.81), dsql/dsql.h (1.49), dsql/dsql.tab.h
(1.28), dsql/gen.cpp (1.54), dsql/gen_proto.h (1.12), dsql/hsh.cpp
(1.22), dsql/make.cpp (1.49), dsql/make_proto.h (1.19),
dsql/metd.epp (1.38), dsql/metd_proto.h (1.17), dsql/parse.cpp
(1.100), dsql/parse.y (1.112), dsql/pass1.cpp (1.120),
dsql/user_dsql.cpp (1.26), dudley/extract.epp (1.23), gpre/gpre.cpp
2008-03-24 20:52:36 +01:00
(1.45), gpre/gpre.h (1.54), include/memory_routines.h (1.5):
2007-12-12 04:21:55 +01:00
const correctness and cleanup
2003-11-10 07:27 stryqx
* firebird2/src/dsql/keywords.cpp (1.23):
Undefine PAGE_SIZE to allow successful compile with gcc 3.3.3.
2003-11-09 16:38 brodsom
* firebird2/src/dsql/: dsql.cpp (1.80), user_dsql.cpp (1.25):
-Removing gdsold.h and gds.h -Replace gds__ functions with isc__
functions for internal use
2003-11-09 13:03 dimitr
* firebird2/doc/WhatsNew (1.43):
Let's clear this document for v2.0.
2003-11-09 11:40 dimitr
* firebird2/doc/README.user.embedded (1.2):
Corrections.
2008-03-24 20:52:36 +01:00
2003-11-08 17:31 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/: jrdmet.cpp (1.13), par.cpp (1.39), pas.cpp
(1.30), pretty.cpp (1.19), sql.cpp (1.34), ada.cpp (1.34),
c_cxx.cpp (1.38), cmd.cpp (1.24), cme.cpp (1.18), cmp.cpp (1.24),
cob.cpp (1.36), dyntable.cpp (1.6), exp.cpp (1.25), ftn.cpp (1.38),
gpre_meta.epp (1.33), gpre_meta_boot.cpp (1.33), int.cpp (1.24),
int_cxx.cpp (1.23):
2007-12-12 04:21:55 +01:00
Removing gdsold.h and gds.h
2008-03-24 20:52:36 +01:00
2003-11-08 17:19 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: user_dsql.cpp (1.24), utld.cpp (1.21):
2007-12-12 04:21:55 +01:00
Removing gdsold.h
2003-11-08 08:39 bellardo
* firebird2/builds/posix/: Makefile.in.boot.gpre (1.18),
Makefile.in.client.util (1.16), Makefile.in.codes (1.14),
Makefile.in.embed.lockmgr (1.6), Makefile.in.fbserver (1.12),
Makefile.in.inet_server (1.12), Makefile.in.static.gbak (1.7),
Makefile.in.static.gpre (1.13), make.shared.targets (1.17):
Get rid of the space between the "-L" parameter and the library
name. The space breaks the darwin build.
2003-11-08 00:26 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/dudley/: lex.cpp (1.23), parse.cpp (1.31), trn.cpp
(1.25), ddl.cpp (1.25), exe.epp (1.35), expand.cpp (1.18), expr.cpp
(1.15), extract.epp (1.22), generate.cpp (1.11):
2007-12-12 04:21:55 +01:00
Removing gdsold.h
2003-11-08 00:22 brodsom
* firebird2/src/dsql/: parse.y (1.111), pass1.cpp (1.119),
preparse.cpp (1.25), utld.cpp (1.20), parse.cpp (1.99), array.epp
(1.20), blob.epp (1.11), ddl.cpp (1.77), dsql.cpp (1.79), gen.cpp
(1.53), hsh.cpp (1.21), make.cpp (1.48), metd.epp (1.37):
Removing gdsold.h
2003-11-08 00:15 brodsom
* firebird2/src/burp/: restore.epp (1.54), backup.epp (1.45),
burp.cpp (1.56), burp.h (1.37):
Removing gdsold.h
2003-11-08 00:09 brodsom
* firebird2/src/alice/: alice.cpp (1.42), alice_meta.epp (1.24),
exe.cpp (1.24), tdr.cpp (1.28):
Removing gdsold.h
2003-11-07 15:18 brodsom
* firebird2/builds/install/arch-specific/linux/misc/:
firebird.init.d.debian.in (1.1), firebird.init.d.generic.in (1.1),
firebird.init.d.gentoo.in (1.1), firebird.init.d.mandrake.in (1.1),
firebird.init.d.suse.in (1.1), rc.config.firebird.in (1.1):
Add needed files from B1_5
2003-11-07 15:10 dimitr
* firebird2/src/dsql/: ddl.cpp (1.76), dsql.cpp (1.78), dsql.tab.h
(1.27), keywords.cpp (1.22), make.cpp (1.47), node.h (1.39),
parse.cpp (1.98), parse.y (1.110), pass1.cpp (1.118), pass1_proto.h
(1.13):
Added ROWS clause. FIRST/SKIP remains allowed in unions, although I
still think it doesn't have much sense.
2003-11-07 14:21 brodsom
* firebird2/src/: dsql/pass1.cpp (1.117), include/memory_routines.h
(1.4):
Extern function cleaning
2003-11-07 12:37 brodsom
* firebird2/builds/posix/: Makefile.in.client.archive (1.2),
Makefile.in.client.journal (1.2), Makefile.in.embed.archive (1.2),
Makefile.in.embed.journal (1.2):
Corrections
2003-11-07 09:05 robocop
* firebird2/src/: burp/backup.epp (1.44), burp/restore.epp (1.53),
common/classes/alloc.cpp (1.36), common/classes/alloc.h (1.29),
dudley/exe.epp (1.34), dudley/parse.cpp (1.30), gpre/cob.cpp
2008-03-24 20:52:36 +01:00
(1.35):
2007-12-12 04:21:55 +01:00
const correctness, variables in scope, cleanup, etc.
2003-11-07 00:24 brodsom
* firebird2/src/burp/: burp.h (1.36), restore.epp (1.52):
Remove v3.3 to v4 restore
2003-11-06 18:56 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: parse_proto.h (1.8), prepa_proto.h (1.9),
utld_proto.h (1.8):
2007-12-12 04:21:55 +01:00
Extern "C" cleaning
2003-11-06 13:25 stryqx
* firebird2/builds/install/arch-specific/freebsd/install.sh.in
(1.4):
Even though the libgds symlinks are commented out, make them
correct.
2003-11-06 13:20 stryqx
* firebird2/builds/install/arch-specific/freebsd/install.sh.in
(1.3):
A better solution - copy the symlinks as symlinks.
2003-11-06 13:13 stryqx
* firebird2/builds/install/arch-specific/freebsd/install.sh.in
(1.2):
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 10:31 stryqx
* firebird2/configure.in (1.180):
Look for the install script template for FreeBSD in the right
location.
2003-11-06 10:25 stryqx
* firebird2/configure.in (1.179):
Let configure know about the FreeBSD install script.
2003-11-06 10:20 stryqx
* firebird2/builds/install/arch-specific/freebsd/: Makefile.in
(1.2), install.sh.in (1.1):
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:59 brodsom
* firebird2/src/: extlib/fbudf/stdafx.h (1.7), include/old_fb_blk.h
2008-03-24 20:52:36 +01:00
(1.4):
2007-12-12 04:21:55 +01:00
Extern "C" cleaning
2003-11-05 17:54 brodsom
* firebird2/builds/install/arch-specific/mingw/prepare_mingw.sh
(1.3):
Gsplit.exe is build now
2003-11-05 17:53 brodsom
* firebird2/: builds/posix/Makefile.in.client.archive (1.1),
builds/posix/Makefile.in.client.journal (1.1),
builds/posix/Makefile.in.embed.archive (1.1),
builds/posix/Makefile.in.embed.journal (1.1),
builds/posix/Makefile.in.firebird (1.49),
builds/posix/Makefile.in.refDatabases (1.19),
builds/posix/make.defaults (1.32), configure.in (1.178):
Add journal and archive to posix build
2003-11-05 10:02 robocop
* firebird2/src/: dsql/movd.cpp (1.10), dsql/pass1.cpp (1.116),
2008-03-24 20:52:36 +01:00
gpre/movg.cpp (1.6), include/fb_types.h (1.30):
2007-12-12 04:21:55 +01:00
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 13:12 eku
* firebird2/builds/install/arch-specific/sinixz/prototype.in (1.3):
Updated file list.
2003-11-04 09:34 eku
* firebird2/configure.in (1.177):
Added comment as requested by Claudio.
2003-11-04 07:45 eku
* firebird2/configure.in (1.176):
Work around a problem with some Linux distros.
2003-11-04 07:25 eku
* firebird2/: configure.in (1.175), builds/posix/Makefile.in.intl
(1.16), builds/posix/Makefile.in.libfbclient (1.19):
Undo my latest changes as requested by Nickolay Samofatov.
2008-03-24 20:52:36 +01:00
2003-11-04 00:59 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/parse.cpp (1.97):
2007-12-12 04:21:55 +01:00
Replacing assert with fb_assert
2003-11-04 00:49 brodsom
* firebird2/src/: alice/all.cpp (1.14), alice/exe.cpp (1.23),
burp/spit.cpp (1.22), burp/burp.cpp (1.55), burp/canonical.cpp
(1.31), burp/mvol.cpp (1.24), burp/restore.epp (1.51),
common/classes/alloc.cpp (1.35), common/classes/array.h (1.8),
common/classes/class_test.cpp (1.11), common/classes/semaphore.h
(1.5), common/classes/tree.h (1.22), common/classes/vector.h (1.4),
dsql/dsql.h (1.48), dsql/errd.cpp (1.22), dsql/gen.cpp (1.52),
dsql/hsh.cpp (1.20), dsql/make.cpp (1.46), dsql/metd.epp (1.36),
dsql/parse.y (1.109), dsql/pass1.cpp (1.115), dsql/ddl.cpp (1.75),
dsql/dsql.cpp (1.77), dudley/trn.cpp (1.24), gpre/cmd.cpp (1.23),
gpre/cme.cpp (1.17), gpre/cmp.cpp (1.23), gpre/gpre.cpp (1.44),
gpre/gpre.h (1.53), gpre/gpre_meta.epp (1.32),
gpre/gpre_meta_boot.cpp (1.32), gpre/par.cpp (1.38), gpre/sql.cpp
2008-03-24 20:52:36 +01:00
(1.33):
2007-12-12 04:21:55 +01:00
Replacing assert with fb_assert
2003-11-03 18:14 skidder
* firebird2/src/: common/classes/array.h (1.7), dsql/make.cpp
(1.45), dsql/movd.cpp (1.9), gpre/movg.cpp (1.5),
2008-03-24 20:52:36 +01:00
include/fb_types.h (1.29):
2007-12-12 04:21:55 +01:00
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 03:05 brodsom
* firebird2/src/: include/firebird.h (1.16), common/classes/tree.h
(1.21), common/classes/alloc.cpp (1.34), common/classes/alloc.h
(1.28):
- Make MinGW build again after Nickolay patch (There is a multiple
definition of std::bad_alloc::~bad_alloc())
2003-11-03 02:12 brodsom
* firebird2/src/burp/: backup.epp (1.43), burp.cpp (1.54),
burp_proto.h (1.11), misc.cpp (1.8), mvol.cpp (1.23), restore.epp
(1.50):
- Decrease SUPERSERVER ifdefs (join & use common error) - Remove
obsolete code - Fix warning in mvol.cpp
2003-11-02 13:28 dimitr
* firebird2/src/dsql/: ddl.cpp (1.74), dsql.h (1.47), dsql.tab.h
(1.26), gen.cpp (1.51), keywords.cpp (1.21), node.h (1.38),
parse.cpp (1.96), parse.y (1.108), pass1.cpp (1.114):
1. Reworked cursor management 2. Added explicit cursor statements
3. Slightly reworked LEAVE code 4. Lots of cleanup
2003-11-01 12:32 dimitr
* firebird2/builds/win32/make_boot.bat (1.20):
no message
2003-11-01 11:26 robocop
* firebird2/src/: alice/alice.cpp (1.41), alice/alice.h (1.24),
alice/alice_meta.epp (1.23), alice/alice_meta.h (1.4),
alice/aliceswi.h (1.12), alice/all_proto.h (1.4), alice/blk.h
(1.5), alice/exe.cpp (1.22), alice/exe_proto.h (1.7), alice/lls.h
(1.4), alice/tdr.cpp (1.27), alice/tdr_proto.h (1.10),
burp/burp.cpp (1.53), burp/burp.h (1.35),
common/classes/semaphore.h (1.4), dsql/all.h (1.8), dsql/alld.cpp
(1.15), dsql/alld_proto.h (1.8), dsql/ddl.cpp (1.73), dsql/dsql.cpp
(1.76), dsql/dsql.h (1.46), dsql/errd_proto.h (1.9), dsql/gen.cpp
(1.50), dsql/gen_proto.h (1.11), dsql/make.cpp (1.44),
dsql/make_proto.h (1.18), dsql/metd.epp (1.35), dsql/misc_func.cpp
2008-03-24 20:52:36 +01:00
(1.6), dsql/node.h (1.37), dsql/pass1.cpp (1.113):
2007-12-12 04:21:55 +01:00
const correctness and other related changes
2003-10-31 17:42 skidder
* firebird2/builds/install/:
arch-specific/linux/classic/postinstall.sh.in (1.6),
misc/CSchangeRunUser.sh.in (1.3):
Do not create home directory for firebird user
2003-10-31 13:41 eku
* firebird2/: configure.in (1.174), builds/posix/Makefile.in.intl
(1.15), builds/posix/Makefile.in.libfbclient (1.18):
Let autoconf control whether -DSUPERCLIENT is used or not.
2003-10-31 13:25 skidder
*
firebird2/builds/install/arch-specific/linux/classic/postinstall.sh.in
(1.5):
We are known as Firebird now
2003-10-31 13:21 skidder
*
firebird2/builds/install/arch-specific/linux/classic/postinstall.sh.in
(1.4):
Fix SuSE 9.0 install problem
2003-10-31 12:33 eku
* firebird2/: configure.in (1.173), src/extlib/fbudf/fbudf.cpp
2008-03-24 20:52:36 +01:00
(1.11):
2007-12-12 04:21:55 +01:00
Cleanup usage of gettimeofday.
2003-10-31 12:31 eku
* firebird2/builds/posix/Makefile.in.libfbclient (1.17):
Removed '-DSUPERCLIENT' as it breaks CS build.
2003-10-31 09:30 eku
* firebird2/src/gpre/ftn.cpp (1.37):
Added missing ;
2003-10-30 19:06 epocman
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc6/gds32.dsp (1.21):
2007-12-12 04:21:55 +01:00
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 15:26 eku
* firebird2/builds/posix/Makefile.in.intl (1.14):
Removed '-DSUPERCLIENT' as it breaks CS build.
2003-10-30 13:47 eku
* firebird2/configure.in (1.172):
Spelling.
2003-10-30 13:09 aafemt
* firebird2/builds/posix/prefix.mingw (1.27):
Turn off automatic CPU optimisation 'coz it doesn't work on AMD
K6-2
2003-10-30 11:59 brodsom
* firebird2/src/common/classes/semaphore.h (1.3):
Write fatal error messages into firebird.log
2003-10-30 10:49 eku
2008-03-24 20:52:36 +01:00
* firebird2/configure.in (1.171):
2007-12-12 04:21:55 +01:00
Detect POSIX threads support with autoconf. Some code cleanup.
2003-10-30 10:00 robocop
* firebird2/src/gpre/ada.cpp (1.33):
Fix ISO-C++ problem found by Frank
2003-10-30 09:03 eku
* firebird2/configure.in (1.170):
Added missing autoheader templates.
2003-10-30 08:26 eku
* firebird2/: autogen.sh (1.9), configure.in (1.169),
builds/make.new/config/config.h.in (1.4):
Use autoheader to generate config.h.in.
2003-10-29 11:52 robocop
* firebird2/src/: alice/alice.cpp (1.40), alice/alice.h (1.23),
alice/exe.cpp (1.21), alice/exe_proto.h (1.6), alice/tdr.cpp
(1.26), alice/tdr_proto.h (1.9), burp/backu_proto.h (1.6),
burp/backup.epp (1.42), burp/burp.cpp (1.52), burp/burp.h (1.34),
burp/canonical.cpp (1.30), burp/resto_proto.h (1.6),
burp/restore.epp (1.49), dsql/dsql.cpp (1.75), dsql/metd.epp
(1.34), dudley/ddl.cpp (1.24), dudley/ddl.h (1.19),
dudley/ddl_proto.h (1.9), dudley/exe.epp (1.33), dudley/expand.cpp
(1.17), dudley/extract.epp (1.21), dudley/generate.cpp (1.10),
dudley/trn.cpp (1.23), extlib/fbudf/fbudf.cpp (1.10), gpre/ada.cpp
(1.32), gpre/c_cxx.cpp (1.37), gpre/cmd.cpp (1.22), gpre/cme.cpp
(1.16), gpre/cme_proto.h (1.8), gpre/cob.cpp (1.34), gpre/exp.cpp
(1.24), gpre/exp_proto.h (1.11), gpre/ftn.cpp (1.36), gpre/gpre.cpp
(1.43), gpre/gpre.h (1.52), gpre/gpre_meta.epp (1.31),
gpre/gpre_meta.h (1.12), gpre/gpre_meta_boot.cpp (1.31),
gpre/gpre_proto.h (1.8), gpre/int.cpp (1.23), gpre/int_cxx.cpp
(1.22), gpre/lang_proto.h (1.9), gpre/par.cpp (1.37), gpre/pas.cpp
2008-03-24 20:52:36 +01:00
(1.29), gpre/pat.cpp (1.20), gpre/pat.h (1.8):
2007-12-12 04:21:55 +01:00
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 08:57 eku
* firebird2/configure.in (1.168):
Removed redundant test for socklen_t. Minor cleanup.
2003-10-29 01:29 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/: dudley/lex.cpp (1.22), gpre/gpre.cpp (1.42):
2007-12-12 04:21:55 +01:00
Remove unneeded MINGW ifdef
2003-10-28 18:58 skidder
* firebird2/builds/:
install/arch-specific/linux/classic/makeInstallImage.sh.in (1.4),
install/arch-specific/linux/classic/preinstall.sh.in (1.2),
posix/Makefile.in.firebird (1.48):
Build and install libfbclient.so in Linux CS
2003-10-28 14:39 brodsom
* firebird2/src/gpre/: gpre.h (1.51), msc.cpp (1.16), msc_proto.h
(1.12), sql.cpp (1.32):
Rename usn struct to avoid collision with mingw headers (appear
only after last changes)
2003-10-28 13:37 skidder
* firebird2/builds/posix/prefix.solaris (1.11):
Remove unneeded define. Noted by Claudio
2003-10-27 23:27 skidder
* firebird2/src/: common/classes/alloc.cpp (1.33),
common/classes/alloc.h (1.27), common/classes/tree.h (1.20),
2008-03-24 20:52:36 +01:00
gpre/cmd.cpp (1.21), include/firebird.h (1.15):
2007-12-12 04:21:55 +01:00
Ugly hack to make Firebird compatible with host applications using
STL
2003-10-27 23:07 skidder
* firebird2/lang_helpers/: gds_codes.ftn (1.5), gds_codes.pas
(1.5):
Update codes
2003-10-27 19:42 skidder
* firebird2/: configure.in (1.167), builds/posix/prefix.solaris
2008-03-24 20:52:36 +01:00
(1.10):
2007-12-12 04:21:55 +01:00
Forward port Solaris fixes
2003-10-27 19:00 alexpeshkoff
* firebird2/builds/install/arch-specific/linux/:
misc/changeDBAPassword.sh.in (1.2), misc/firebird.initd.in (1.3),
super/install.sh.in (1.3), super/SSchangePasswd.sh.in (1.2),
super/makeInstallImage.sh.in (1.5), super/miniInstall.sh (1.2),
super/postinstall.sh.in (1.4), super/postuninstall.sh.in (1.3),
super/preinstall.sh.in (1.4), super/preuninstall.sh.in (1.4),
super/rpmfiles.txt.in (1.5), super/tarinstall.sh.in (1.2):
Port SS build changes from 1_5_Release
2003-10-27 18:53 alexpeshkoff
* firebird2/configure.in (1.166):
Port SS build changes from 1_5_Release
2003-10-27 10:28 robocop
* firebird2/builds/: win32/blrtable.bat (1.7),
win32/msvc6/fbclient.dsp (1.40), win32/msvc6/fbclient_static.dsp
(1.10), win32/msvc7/fbclient.vcproj (1.26),
win32/msvc7/fbclient_static.vcproj (1.8), posix/prefix.solaris
(1.9), posix/prefix.solx86 (1.23), posix/prefix.solx86gcc (1.5):
We made EXACT_NUMERICS unconditional in FB1 and the macro was
removed
2003-10-27 10:25 robocop
* firebird2/builds/win32/msvc6/: remote.dsp (1.20),
remote_classic.dsp (1.17):
Get rid of SUPERCLIENT Add explicitly proto_proto.h to the headers
list
2003-10-27 03:41 brodsom
* firebird2/builds/install/arch-specific/mingw/prepare_mingw.sh
(1.2):
Corrections
2003-10-27 02:51 brodsom
* firebird2/builds/install/arch-specific/mingw/Makefile.in (1.3):
Restore dummy file
2003-10-27 02:14 brodsom
* firebird2/configure.in (1.165):
-Add resources to iscguard
2003-10-27 02:10 brodsom
* firebird2/builds/posix/: Makefile.in.client.util (1.15),
Makefile.in.libfbclient (1.16), make.shared.targets (1.16),
prefix.mingw (1.26):
-Add resources to iscguard -Generate import library for fbclient.
2003-10-27 02:09 brodsom
* firebird2/builds/install/arch-specific/mingw/: Makefile.in (1.2),
prepare_mingw.bat (1.2), prepare_mingw.sh (1.1):
Toward installable MinGW build
2003-10-26 13:27 dimitr
* firebird2/: src/include/gen/msgs.h (1.11), builds/misc/msg.gbak
(1.5):
Modified an existing error message.
2003-10-25 14:44 dimitr
* firebird2/src/include/gen/: codes.h (1.14), codetext.h (1.10),
iberror.h (1.9), msgs.h (1.10), rdb_codes.h (1.10), sql_code.h
(1.10):
Added new error message.
2003-10-25 14:35 dimitr
* firebird2/builds/misc/msg.gbak (1.4):
Added new error message.
2003-10-24 09:15 robocop
* firebird2/builds/win32/make_boot.bat (1.19):
Minor correction to error messages
2003-10-24 01:18 brodsom
* firebird2/builds/win32/make_boot.bat (1.18):
Correction
2003-10-24 01:15 brodsom
* firebird2/configure.in (1.164):
Set EDITLINE_FLG=N in Linux until the editline problem is solved.
2003-10-21 00:41 brodsom
* firebird2/src/dudley/: ddl.cpp (1.23), exe.epp (1.32), expand.cpp
(1.16), extract.epp (1.20), generate.cpp (1.9), trn.cpp (1.22):
Macro cleaning Use array access for nod_arg
2003-10-21 00:40 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/make.cpp (1.43):
2007-12-12 04:21:55 +01:00
Macro cleaning
2003-10-20 12:33 robocop
* firebird2/src/include/: fb_blk.h (1.7), fb_types.h (1.28),
old_fb_blk.h (1.3):
Style
2003-10-20 12:26 robocop
* firebird2/src/common/classes/array.h (1.6):
Style: make the code more readable, keep spaces around operators
2003-10-20 12:12 robocop
* firebird2/src/dsql/ddl.cpp (1.72):
Style; comment unused code
2003-10-20 04:49 brodsom
* firebird2/builds/install/arch-specific/mingw/prepare_mingw.bat
(1.1):
First step toward mingw installable
2003-10-20 03:44 brodsom
* firebird2/: configure.in (1.163),
builds/posix/Makefile.in.client.qli (1.1),
builds/posix/Makefile.in.firebird (1.47),
builds/posix/Makefile.in.client.gdef (1.6):
Add gdef and qli to posix ss build (needed for the tcs)
2003-10-20 01:03 brodsom
* firebird2/src/dsql/ddl.cpp (1.71):
Correct recent Claudio's change to allow posix build again.
2003-10-19 17:49 arnobrinkman
* firebird2/builds/win32/make_examples.bat (1.9):
A batch-file i forgot, thanks to Blas
2003-10-19 15:42 arnobrinkman
* firebird2/builds/win32/make_boot.bat (1.17):
Let's make my life a little bit easier, so i don't have to change
everytime the files ;-)
2003-10-19 15:35 arnobrinkman
* firebird2/builds/win32/: prepare.bat (1.28), preprocess.bat
(1.24), setenvvar.bat (1.4):
Let's make my life a little bit easier, so i don't have to change
everytime the files ;-)
2003-10-19 08:58 stryqx
* firebird2/configure.in (1.162):
Make configure summary report match reality.
2003-10-19 03:25 brodsom
* firebird2/builds/win32/: parse.bat (1.6), prepare.bat (1.27),
run_all.bat (1.5):
Corrections
2003-10-19 03:23 brodsom
* firebird2/builds/win32/make_boot.bat (1.16):
Allow debug or release build
2003-10-19 03:22 brodsom
* firebird2/builds/win32/msvc6/fbclient_static.dsp (1.9):
Add DEV_BUILD to the debug build
2003-10-18 01:47 brodsom
* firebird2/src/dudley/: exe.epp (1.31), expand.cpp (1.15),
expr.cpp (1.14), generate.cpp (1.8), parse.cpp (1.29), parse.h
(1.4), trn.cpp (1.21):
-Macro cleaning -Use array access for nod_arg and idx_field
2003-10-18 01:41 brodsom
* firebird2/src/gpre/: sql.cpp (1.31), cmd.cpp (1.20), gpre.h
(1.50), gpre_meta.epp (1.30), gpre_meta_boot.cpp (1.30):
Macro cleaning
2003-10-17 22:29 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/array.h (1.5):
2007-12-12 04:21:55 +01:00
Clean up optimizer
2003-10-17 16:32 brodsom
* firebird2/builds/win32/make_examples.bat (1.8):
Correction
2003-10-17 15:01 brodsom
* firebird2/src/dsql/dsql.h (1.45):
Correct bad debug report (found by Claudio)
2003-10-17 14:56 brodsom
* firebird2/src/dudley/ddl.h (1.18):
Solve allocation bug (found by Claudio)
2003-10-16 10:50 robocop
* firebird2/src/: alice/alice.cpp (1.39), alice/alice.h (1.22),
alice/alice_meta.epp (1.22), alice/exe.cpp (1.20), alice/tdr.cpp
(1.25), alice/tdr_proto.h (1.8), dsql/array.epp (1.19),
dsql/blob.epp (1.10), dsql/blob_proto.h (1.7), dsql/ddl.cpp (1.70),
dsql/ddl_proto.h (1.12), dsql/dsql.cpp (1.74), dsql/hsh.cpp (1.19),
dsql/hsh_proto.h (1.5), dsql/metd.epp (1.33), dsql/metd_proto.h
(1.16), dsql/parse.y (1.107), dudley/lex.cpp (1.21), gpre/ada.cpp
(1.31), gpre/c_cxx.cpp (1.36), gpre/cob.cpp (1.33), gpre/ftn.cpp
(1.35), gpre/gpre.cpp (1.41), gpre/gpre.h (1.49),
gpre/gpre_meta_boot.cpp (1.29), gpre/int.cpp (1.22),
gpre/int_cxx.cpp (1.21), gpre/msc.cpp (1.15), gpre/par.cpp (1.36),
2008-03-24 20:52:36 +01:00
gpre/parse.h (1.7), gpre/pas.cpp (1.28), gpre/sql.cpp (1.30):
2007-12-12 04:21:55 +01:00
const correctness and other tasks
2003-10-15 16:43 brodsom
* firebird2/src/gpre/sql.cpp (1.29):
Style
2003-10-15 14:47 brodsom
* firebird2/builds/win32/: make_all.bat (1.20), make_boot.bat
(1.15), run_all.bat (1.4):
Exit from build process if msdev returns errorlevel 1
2003-10-15 03:18 brodsom
* firebird2/src/gpre/: c_cxx.cpp (1.35), cmd.cpp (1.19), cme.cpp
(1.15), cmp.cpp (1.22), exp.cpp (1.23), ftn.cpp (1.34), gpre.cpp
(1.40), gpre.h (1.48), gpre_meta.epp (1.29), gpre_meta_boot.cpp
(1.28), hsh.cpp (1.17), jrdmet.cpp (1.12), msc.cpp (1.14), par.cpp
(1.35), sqe.cpp (1.24), sql.cpp (1.28):
Macro cleaning
2003-10-15 00:21 brodsom
* firebird2/src/: gpre/ada.cpp (1.30), gpre/c_cxx.cpp (1.34),
gpre/cmd.cpp (1.18), gpre/cmd_proto.h (1.6), gpre/cme.cpp (1.14),
gpre/cmp.cpp (1.21), gpre/cob.cpp (1.32), gpre/dyntable.cpp (1.5),
gpre/exp.cpp (1.22), gpre/ftn.cpp (1.33), gpre/gpre.cpp (1.39),
gpre/gpre.h (1.47), gpre/gpre_meta.epp (1.28),
gpre/gpre_meta_boot.cpp (1.27), gpre/hsh.cpp (1.16), gpre/int.cpp
(1.21), gpre/int_cxx.cpp (1.20), gpre/jrdmet.cpp (1.11),
gpre/par.cpp (1.34), gpre/parse.h (1.6), gpre/pas.cpp (1.27),
gpre/pat.cpp (1.19), gpre/pat.h (1.7), gpre/sqe.cpp (1.23),
gpre/sql.cpp (1.27), gpre/words.h (1.5), dsql/alld.cpp (1.14),
dsql/ddl.cpp (1.69), dsql/dsql.cpp (1.73), dsql/dsql.h (1.44),
dsql/errd.cpp (1.21), dsql/gen.cpp (1.49), dsql/hsh.cpp (1.18),
dsql/make.cpp (1.42), dsql/metd.epp (1.32), dsql/parse.cpp (1.95),
dsql/parse.y (1.106), dsql/pass1.cpp (1.112):
Macro cleaning
2003-10-14 15:09 eku
* firebird2/: configure.in (1.161),
builds/make.new/config/config.h.in (1.3),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.88):
2007-12-12 04:21:55 +01:00
SINIX-Z: POSIX stylish sigaction.
2003-10-13 14:55 dimitr
* firebird2/src/dsql/pass1.cpp (1.111):
Fixed server crash with explicit plans used in subqueries, when
outer aggregation is performed.
2003-10-12 15:17 epocman
* firebird2/doc/install_win32.txt (1.5):
[no log message]
2003-10-12 14:02 epocman
* firebird2/doc/install_win32.txt (1.4):
[no log message]
2003-10-12 13:54 epocman
* firebird2/doc/README.instsvc (1.3):
[no log message]
2003-10-11 01:56 skidder
* firebird2/: configure.in (1.160),
builds/install/arch-specific/linux/classic/postinstall.sh.in (1.3),
builds/install/misc/CSchangeRunUser.sh.in (1.2),
builds/posix/prefix.linux_sparc32 (1.2), src/common/classes/alloc.h
2008-03-24 20:52:36 +01:00
(1.26):
2007-12-12 04:21:55 +01:00
Forward port Sparc fixes
2003-10-09 20:06 brodsom
* firebird2/builds/win32/run_all.bat (1.3):
Correction
2003-10-09 19:48 brodsom
* firebird2/builds/win32/run_all.bat (1.2):
Test if firebird is set and ask for it if not
2003-10-09 05:54 robocop
* firebird2/src/extlib/fbudf/fbudf.sql (1.4):
Fix script for SF bug #819224 => Change the comment, too.
2003-10-09 05:38 robocop
* firebird2/src/extlib/fbudf/fbudf.sql (1.3):
Fix script for SF bug #819224
2008-03-24 20:52:36 +01:00
2003-10-08 13:50 dimitr
2007-12-12 04:21:55 +01:00
* firebird2/builds/install/misc/firebird.conf (1.3):
no message
2003-10-08 11:15 dimitr
* firebird2/doc/sql.extensions/README.context_variables (1.3):
Added extra note.
2003-10-07 12:43 stryqx
* firebird2/src/extlib/fbudf/fbudf.cpp (1.9):
style
2003-10-07 12:32 stryqx
2008-03-24 20:52:36 +01:00
* firebird2/src/extlib/fbudf/fbudf.cpp (1.8):
2007-12-12 04:21:55 +01:00
Fix build with gcc 3.3
2003-10-07 11:59 robocop
* firebird2/src/gpre/: int.cpp (1.20), int_cxx.cpp (1.19):
Generally speaking, it's problematic to dereference null pointers.
:-)
2003-10-07 11:58 robocop
* firebird2/src/gpre/: gpre.h (1.46), gpre_meta.epp (1.27),
gpre_meta.h (1.11), gpre_meta_boot.cpp (1.26), pas.cpp (1.26):
const correctness and vars in scope
2003-10-07 08:48 stryqx
* firebird2/builds/posix/prefix.freebsd (1.11):
Fix typo
2003-10-07 08:43 stryqx
* firebird2/builds/posix/prefix.freebsd (1.10):
Fix up build flags.
2003-10-07 08:20 eku
* firebird2/src/gpre/pat.cpp (1.18):
Fixed "name lookup of `n' changed for new ISO `for' scoping"
2003-10-06 15:20 alexpeshkoff
* firebird2/doc/sql.extensions/README.execute_statement (1.4):
Added security note
2003-10-06 11:48 robocop
* firebird2/src/gpre/: ada.cpp (1.29), c_cxx.cpp (1.33), cmd.cpp
(1.17), cme.cpp (1.13), cmp.cpp (1.20), cob.cpp (1.31), ftn.cpp
(1.32), gpre.cpp (1.38), gpre.h (1.45), gpre_meta.epp (1.26),
gpre_meta.h (1.10), gpre_meta_boot.cpp (1.25), gpre_proto.h (1.7),
hsh.cpp (1.15), hsh_proto.h (1.7), int.cpp (1.19), int_cxx.cpp
(1.18), jrdmet.cpp (1.10), lang_proto.h (1.8), msc.cpp (1.13),
msc_proto.h (1.11), par.cpp (1.33), par_proto.h (1.11), pas.cpp
(1.25), pat.cpp (1.17), pat.h (1.6), sql.cpp (1.26):
const correctness and some variables in scope
2003-10-06 11:46 robocop
* firebird2/builds/win32/msvc6/fbserver.dsp (1.33):
Included two unnecessary files time ago
2003-10-06 01:06 brodsom
* firebird2/builds/win32/make_all.bat (1.19):
include journal
2003-10-06 00:51 brodsom
* firebird2/src/include/fb_types.h (1.27):
Macro cleaning
2003-10-05 08:58 robocop
* firebird2/src/gpre/: cmd_proto.h (1.5), cme_proto.h (1.7),
cmp_proto.h (1.10), exp_proto.h (1.10), gpre_meta.h (1.9),
gpre_proto.h (1.6), hsh_proto.h (1.6), jrdme_proto.h (1.5),
lang_proto.h (1.7), msc_proto.h (1.10), par_proto.h (1.10),
prett_proto.h (1.9), sqe_proto.h (1.10), sql_proto.h (1.9):
style
2003-10-05 08:56 robocop
* firebird2/src/gpre/: pat.cpp (1.16), pat.h (1.5), pat_proto.h
(1.5):
const correctness, vars in scope, etc.
2003-10-05 08:53 robocop
* firebird2/src/gpre/: ftn.cpp (1.31), gpre_meta_boot.cpp (1.24),
movg.cpp (1.4), movg_proto.h (1.3):
const correctness, vars in scope, etc.
2003-10-05 08:42 robocop
* firebird2/src/dudley/: hsh.cpp (1.14), hsh_proto.h (1.6),
parse.cpp (1.28):
const correctness, vars in scope, etc.
2003-10-05 08:39 robocop
* firebird2/src/dudley/: exe.epp (1.30), exe_proto.h (1.6),
expan_proto.h (1.4), expand.cpp (1.14), expr.cpp (1.13),
expr_proto.h (1.6), extra_proto.h (1.4), gener_proto.h (1.5),
ddl_proto.h (1.8), lex.cpp (1.20), lex_proto.h (1.7), parse_proto.h
(1.7), trn.cpp (1.20), trn_proto.h (1.5):
style
2003-10-05 08:37 robocop
* firebird2/src/dudley/: ddl.cpp (1.22), ddl.h (1.17):
const correctness, vars in scope, etc.
2003-10-05 08:33 robocop
* firebird2/src/dsql/: alld.cpp (1.13), array.epp (1.18),
array_proto.h (1.9), blob_proto.h (1.6), ddl.cpp (1.68), dsql.cpp
(1.72), dsql.h (1.43), dsql_proto.h (1.12):
style
2003-10-05 08:33 robocop
* firebird2/src/dsql/: pass1.cpp (1.110), preparse.cpp (1.24),
utld.cpp (1.19):
const correctness, vars in scope, etc.
2003-10-05 08:25 robocop
* firebird2/src/dsql/: make.cpp (1.41), make_proto.h (1.17),
movd.cpp (1.8), movd_proto.h (1.6), errd.cpp (1.20), gen.cpp
(1.48), gen_proto.h (1.10), hsh.cpp (1.17), hsh_proto.h (1.4):
const correctness, vars in scope, etc.
2003-10-05 08:21 robocop
* firebird2/src/: burp/backu_proto.h (1.5), burp/burp_proto.h
(1.10), burp/canon_proto.h (1.9), burp/misc_proto.h (1.5),
burp/mvol_proto.h (1.6), burp/resto_proto.h (1.5),
dsql/parse_proto.h (1.7), dsql/prepa_proto.h (1.8),
dsql/utld_proto.h (1.7):
style
2003-10-05 08:20 robocop
* firebird2/src/burp/burp.h (1.33):
constant should use FB type
2003-10-05 08:17 robocop
* firebird2/src/alice/exe_proto.h (1.5):
style
2003-10-05 08:10 robocop
* firebird2/doc/license/README.license.usage.txt (1.2):
small typo
2003-10-05 06:06 robocop
* firebird2/builds/win32/defs/gds.def (1.3):
Removed win16 survivor
2003-10-03 12:36 dimitr
* firebird2/src/common/config/config.cpp (1.44):
Increased a default size of the lock table, after discussion with
Nickolay.
2003-10-03 12:04 dimitr
* firebird2/doc/license/README.license.usage.txt (1.1):
Added usage rules
2003-10-03 03:59 brodsom
* firebird2/src/: dsql/alld.cpp (1.12), dsql/array_proto.h (1.8),
dsql/blob_proto.h (1.5), dsql/dsql.cpp (1.71), dsql/dsql.h (1.42),
dsql/dsql_proto.h (1.11), dsql/errd.cpp (1.19), dsql/gen_proto.h
(1.9), dsql/hsh.cpp (1.16), dsql/keywords.h (1.14),
dsql/movd_proto.h (1.5), dsql/parse_proto.h (1.6), dsql/pass1.cpp
(1.109), dsql/pass1_proto.h (1.12), dsql/prepa_proto.h (1.7),
dsql/preparse.cpp (1.23), dsql/utld.cpp (1.18), dsql/utld_proto.h
(1.6), dudley/extract.epp (1.19), dudley/gener_proto.h (1.4),
dudley/hsh.cpp (1.13), dudley/hsh_proto.h (1.5), dudley/lex.cpp
(1.19), dudley/lex_proto.h (1.6), dudley/parse.cpp (1.27),
dudley/parse.h (1.3), dudley/parse_proto.h (1.6),
dudley/trn_proto.h (1.4), dudley/ddl.cpp (1.21), dudley/ddl.h
(1.16), dudley/ddl_proto.h (1.7), dudley/exe_proto.h (1.5),
dudley/expan_proto.h (1.3), dudley/expand.cpp (1.13),
dudley/expr.cpp (1.12), dudley/expr_proto.h (1.5),
dudley/extra_proto.h (1.3):
Macro cleaning extern cleaning DLL_EXPORT cleaning
2008-03-24 20:52:36 +01:00
2003-10-03 03:53 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/: gpre.cpp (1.37), gpre_meta.h (1.8),
gpre_meta_boot.cpp (1.23), gpre_proto.h (1.5), hsh_proto.h (1.5),
jrdme_proto.h (1.4), lang_proto.h (1.6), movg_proto.h (1.2),
msc_proto.h (1.9), par_proto.h (1.9), pat_proto.h (1.4),
prett_proto.h (1.8), sqe_proto.h (1.9), sql_proto.h (1.8),
cmd_proto.h (1.4), cme_proto.h (1.6), cmp_proto.h (1.9),
exp_proto.h (1.9):
2007-12-12 04:21:55 +01:00
extern cleaning removing underscores in macros DLL_EXPORT cleaning
2003-10-02 21:16 brodsom
* firebird2/src/burp/burp.h (1.32):
Correction
2003-10-02 21:14 brodsom
* firebird2/src/: alice/exe_proto.h (1.4), burp/backu_proto.h
(1.4), burp/burp_proto.h (1.9), burp/canon_proto.h (1.8),
burp/misc_proto.h (1.4), burp/mvol_proto.h (1.5),
burp/resto_proto.h (1.4):
extern cleaning
2003-10-02 20:41 epocman
* firebird2/doc/README.instsvc (1.2):
Sync with FB1.5 branch.
2003-10-02 12:17 aafemt
* firebird2/: doc/README.build.mingw.html (1.9), src/dsql/dsql.cpp
(1.70), src/dsql/dsql.h (1.41), src/include/gen/autoconfig_msvc.h
2008-03-24 20:52:36 +01:00
(1.87):
2007-12-12 04:21:55 +01:00
Move MSVC-related hack of vsnprintf to MSVC header because it
crashed MinGW build
2003-10-01 21:08 brodsom
* firebird2/src/dudley/: ddl_proto.h (1.6), exe_proto.h (1.4),
expan_proto.h (1.2), expr_proto.h (1.4), gener_proto.h (1.3),
lex_proto.h (1.5), parse_proto.h (1.5), trn_proto.h (1.3),
extra_proto.h (1.2):
Macro cleaning
2003-10-01 20:11 brodsom
* firebird2/src/dsql/: array.epp (1.17), blk.h (1.7), ddl.cpp
(1.67), dsql.h (1.40), gen.cpp (1.47), gen_proto.h (1.8), node.h
(1.36), pass1.cpp (1.108), preparse.cpp (1.22), utld.cpp (1.17),
utld_proto.h (1.5):
Macro cleaning
2003-10-01 20:05 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/: burp/burp.h (1.31), dudley/ddl.h (1.15):
2007-12-12 04:21:55 +01:00
Macro cleaning
2003-10-01 12:57 aafemt
* firebird2/src/dsql/: alld.cpp (1.11), array.epp (1.16), ddl.cpp
(1.66), dsql.cpp (1.69), dsql.h (1.39), dsql_proto.h (1.10),
gen.cpp (1.46), gen_proto.h (1.7), hsh.cpp (1.15), hsh_proto.h
(1.3), make.cpp (1.40), make_proto.h (1.16), metd.epp (1.31),
metd_proto.h (1.15), movd_proto.h (1.4), node.h (1.35), parse.cpp
(1.94), parse.y (1.105), pass1.cpp (1.107), pass1_proto.h (1.11),
preparse.cpp (1.21), sym.h (1.7), utld_proto.h (1.4):
sym -> dsql_sym + some 'struct' cleanup
2003-10-01 05:37 brodsom
* firebird2/src/dsql/dsql.h (1.38):
Patch to Nickolay changes to make MinGW build again
2003-10-01 01:01 brodsom
* firebird2/src/gpre/pretty.cpp (1.18):
Rollback change to make tests run again
2003-10-01 00:58 brodsom
* firebird2/src/dsql/: dsql.cpp (1.68), ddl.cpp (1.65):
Patch to make msvc build again after Nickolay changes
2003-09-30 21:26 brodsom
* firebird2/configure.in (1.159):
Correction
2003-09-30 19:48 brodsom
* firebird2/configure.in (1.158):
Lost commit
2003-09-30 12:39 aafemt
* firebird2/src/dudley/: ddl.cpp (1.20), ddl.h (1.14), exe.epp
(1.29), expand.cpp (1.12), expr.cpp (1.11), lex_proto.h (1.4),
parse.cpp (1.26), parse.h (1.2), trn.cpp (1.19):
'struct' cleanup
2003-09-30 11:41 fsg
* firebird2/: configure.in (1.157), src/gpre/ftn.cpp (1.30):
small fixes for ftn.cpp, include fbudf for the linux build FSG
2003-09-30 00:06 brodsom
* firebird2/doc/README.build.mingw.html (1.8):
Update
2003-09-29 21:32 skidder
* firebird2/src/dsql/: dsql.cpp (1.67), node.h (1.34):
Remove unused DSQL node types
2003-09-29 14:42 robocop
* firebird2/: builds/win32/defs/fbclient.def (1.6),
builds/win32/defs/fbclient_debug.def (1.6),
builds/win32/defs/gds32.def (1.5),
builds/win32/defs/gds32_debug.def (1.4),
builds/win32/defs/iutls.def (1.2), src/alice/alice.cpp (1.38),
src/burp/burp.cpp (1.51), src/burp/canonical.cpp (1.29),
src/dsql/alld_proto.h (1.7), src/dsql/array_proto.h (1.7),
src/dsql/blob_proto.h (1.4), src/dsql/chars.h (1.4),
src/dsql/ddl_proto.h (1.11), src/dsql/dsql_proto.h (1.9),
src/dsql/hsh.cpp (1.14), src/dsql/make.cpp (1.39),
src/dsql/make_proto.h (1.15), src/dsql/metd.epp (1.30),
src/dsql/metd_proto.h (1.14), src/dsql/misc_func.cpp (1.5),
src/dsql/misc_func.h (1.6), src/dsql/movd_proto.h (1.3),
src/dsql/node.h (1.33), src/dsql/parse_proto.h (1.5),
src/dsql/pass1.cpp (1.106), src/dsql/pass1_proto.h (1.10),
src/dsql/prepa_proto.h (1.6), src/dsql/sqlda.h (1.4),
src/dsql/sym.h (1.6), src/dudley/trn.cpp (1.18), src/gpre/ada.cpp
(1.28), src/gpre/c_cxx.cpp (1.32), src/gpre/cob.cpp (1.30),
src/gpre/ftn.cpp (1.29), src/gpre/int.cpp (1.18),
src/gpre/int_cxx.cpp (1.17), src/gpre/pas.cpp (1.24),
2008-03-24 20:52:36 +01:00
src/gpre/prett_proto.h (1.7), src/gpre/pretty.cpp (1.17):
2007-12-12 04:21:55 +01:00
Cleanup. Hopefully harmless It should fix the issue introduced
with constness in gds__interprete for current applications.
2003-09-29 12:48 skidder
* firebird2/src/dsql/dsql.cpp (1.66):
Fix cosmetic issue noted by Claudio
2003-09-28 23:35 skidder
* firebird2/: builds/win32/defs/fbclient.def (1.5),
builds/win32/defs/fbclient_debug.def (1.5),
builds/win32/defs/gds32.def (1.4),
builds/win32/defs/gds32_debug.def (1.3), src/common/classes/array.h
(1.4), src/common/config/config.cpp (1.43),
src/common/config/config.h (1.25), src/dsql/ddl.cpp (1.64),
src/dsql/dsql.cpp (1.65), src/dsql/dsql.h (1.37), src/dsql/node.h
(1.32), src/dsql/parse.cpp (1.93), src/dsql/parse.y (1.104),
src/dsql/pass1.cpp (1.105), src/dudley/ddl.h (1.13),
src/dudley/exe.epp (1.28), src/dudley/lex.cpp (1.18),
src/dudley/lex_proto.h (1.3), src/dudley/trn.cpp (1.17),
src/gpre/ada.cpp (1.27), src/gpre/c_cxx.cpp (1.31),
src/gpre/cme.cpp (1.12), src/gpre/cob.cpp (1.29),
src/gpre/dyntable.h (1.3), src/gpre/ftn.cpp (1.28), src/gpre/gpre.h
(1.44), src/gpre/gpre_meta_boot.cpp (1.22), src/gpre/int.cpp
(1.17), src/gpre/int_cxx.cpp (1.16), src/gpre/pas.cpp (1.23),
src/gpre/prett_proto.h (1.6), src/gpre/pretty.cpp (1.16),
2008-03-24 20:52:36 +01:00
src/include/fb_types.h (1.26):
2007-12-12 04:21:55 +01:00
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 14:05 dimitr
* firebird2/src/dsql/: gen.cpp (1.45), pass1.cpp (1.104):
Fixed types convertion.
2003-09-28 13:11 dimitr
* firebird2/src/dsql/: dsql.tab.h (1.25), gen.cpp (1.44), node.h
(1.31), parse.cpp (1.92), parse.y (1.103), pass1.cpp (1.103):
Slightly reworked my labels implementation.
2003-09-28 02:36 brodsom
* firebird2/src/dsql/: parse.cpp (1.91), pass1.cpp (1.102),
preparse.cpp (1.20), user_dsql.cpp (1.23), utld.cpp (1.16),
array.epp (1.15), ddl.cpp (1.63), dsql.cpp (1.64), dsql.h (1.36),
dsql.tab.h (1.24), gen.cpp (1.43), hsh.cpp (1.13), make.cpp (1.38),
metd.epp (1.29):
Macro cleaning
2003-09-28 02:35 brodsom
* firebird2/src/burp/: burp.cpp (1.50), burp.h (1.30), mvol.cpp
(1.22), spit.cpp (1.21):
Style and Corrections
2003-09-28 02:33 brodsom
* firebird2/src/alice/aliceswi.h (1.11):
Correction
2003-09-28 01:29 brodsom
* firebird2/builds/posix/: Makefile.in.client.fbudf (1.1),
Makefile.in.embed.fbudf (1.1), Makefile.in.extlib (1.14),
Makefile.in.firebird (1.46):
Solve fbudf build in MinGW
2003-09-28 01:28 brodsom
* firebird2/builds/posix/prefix.mingw (1.25):
Remove ipserver from mingw build
2003-09-26 16:25 dimitr
* firebird2/doc/license/: IDPL.txt (1.1), LGPL_w_exception.txt
(1.1):
Added license texts.
2003-09-26 16:11 dimitr
* firebird2/src/: common/config/config.cpp (1.42),
common/config/config.h (1.24), common/config/config_file.cpp
(1.12), common/config/config_file.h (1.5),
common/config/config_impl.h (1.10), dsql/misc_func.cpp (1.4),
2008-03-24 20:52:36 +01:00
dsql/misc_func.h (1.5):
2007-12-12 04:21:55 +01:00
Changed license of some files by Mark and myself.
2003-09-26 15:07 brodsom
* firebird2/doc/README.build.mingw.html (1.7):
Update dates
2003-09-26 14:49 brodsom
* firebird2/doc/README.build.mingw.html (1.6):
Update
2003-09-26 13:02 brodsom
* firebird2/src/dsql/: sym.h (1.5), chars.h (1.3), misc_func.h
(1.4), node.h (1.30), sqlda.h (1.3):
-Macro cleaning
2003-09-26 12:50 brodsom
* firebird2/src/dsql/: alld_proto.h (1.6), array_proto.h (1.6),
blob_proto.h (1.3), ddl_proto.h (1.10), dsql_proto.h (1.8),
make_proto.h (1.14), metd_proto.h (1.13), movd_proto.h (1.2),
parse_proto.h (1.4), pass1_proto.h (1.9), prepa_proto.h (1.5):
-Macro cleaning
2003-09-26 12:22 aafemt
* firebird2/builds/posix/make.defaults (1.31):
Rollback my unneeded anymore hack
2003-09-25 13:48 robocop
* firebird2/src/: alice/alice.cpp (1.37), alice/alice_meta.epp
(1.21), alice/alice_proto.h (1.6), alice/all.cpp (1.13),
alice/exe.cpp (1.19), alice/tdr.cpp (1.24), burp/backup.epp (1.41),
burp/burp.cpp (1.49), burp/burp.h (1.29), burp/burp_proto.h (1.8),
burp/canonical.cpp (1.28), burp/misc.cpp (1.7), burp/mvol.cpp
(1.21), burp/restore.epp (1.48), burp/spit.cpp (1.20), dsql/all.h
(1.7), dsql/alld_proto.h (1.5), dsql/dsql.h (1.35), extlib/ib_udf.c
(1.7), gpre/ada.cpp (1.26), gpre/c_cxx.cpp (1.30), gpre/cme.cpp
(1.11), gpre/ftn.cpp (1.27), gpre/int.cpp (1.16), gpre/int_cxx.cpp
2008-03-24 20:52:36 +01:00
(1.15), gpre/pas.cpp (1.22), gpre/sql.cpp (1.25):
2007-12-12 04:21:55 +01:00
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 17:36 skidder
* firebird2/src/burp/burp.h (1.28):
Make engine compile on Linux after Blas' macro claning
2003-09-24 12:39 aafemt
* firebird2/: builds/posix/Makefile.in.boot.gpre (1.17),
builds/posix/Makefile.in.static.gpre (1.12), src/gpre/gpre.cpp
(1.36), src/gpre/pat.cpp (1.15):
Gpre used during build doesn't need additional language modules
2003-09-24 00:38 skidder
* firebird2/: configure.in (1.156),
builds/install/arch-specific/linux/classic/postinstall.sh.in (1.2),
builds/install/arch-specific/linux/misc/firebird.initd.in (1.2),
builds/install/arch-specific/linux/super/SSchangePasswd.sh (1.3),
builds/install/arch-specific/linux/super/SSchangePasswd.sh.in
(1.1), builds/install/arch-specific/linux/super/postinstall.sh.in
(1.3), builds/install/arch-specific/linux/super/preinstall.sh.in
(1.3), builds/install/arch-specific/linux/super/preuninstall.sh.in
(1.3), builds/install/arch-specific/linux/super/rpmfiles.txt.in
(1.4), builds/install/misc/CSchangeRunUser.sh (1.2),
builds/install/misc/CSchangeRunUser.sh.in (1.1),
builds/install/misc/CSrestoreRootRunUser.sh (1.2),
builds/install/misc/CSrestoreRootRunUser.sh.in (1.1),
builds/install/misc/SSchangeRunUser.sh (1.2),
builds/install/misc/SSchangeRunUser.sh.in (1.1),
builds/install/misc/SSrestoreRootRunUser.sh (1.2),
builds/install/misc/SSrestoreRootRunUser.sh.in (1.1),
builds/install/misc/changeDBAPassword.sh (1.2),
builds/install/misc/changeDBAPassword.sh.in (1.1),
builds/install/misc/firebird.init.d.generic (1.2),
builds/install/misc/firebird.init.d.generic.in (1.1),
builds/install/misc/firebird.init.d.mandrake (1.2),
builds/install/misc/firebird.init.d.mandrake.in (1.1),
builds/posix/Makefile.in.firebird (1.45):
Make Firebird 2.0 Linux CS install prefix-aware and secure
2003-09-24 00:36 skidder
* firebird2/builds/posix/Makefile.in.extlib (1.13):
I don't know why Blas disabled building fbudf.so. Let's build it
again
2003-09-23 21:47 brodsom
* firebird2/src/burp/: backup.epp (1.40), burp.cpp (1.48), burp.h
(1.27), mvol.cpp (1.20), restore.epp (1.47), spit.cpp (1.19):
Macro cleaning
2003-09-23 21:47 brodsom
* firebird2/src/alice/alice_meta.epp (1.20):
Wait a better solution with gpre
2003-09-22 19:51 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: parse.cpp (1.90), parse.sed (1.11), parse.y
(1.102):
2007-12-12 04:21:55 +01:00
Removing SHLIB_DEFS
2003-09-22 16:11 brodsom
* firebird2/src/: alice/alice.cpp (1.36), burp/restore.epp (1.46),
burp/canonical.cpp (1.27), burp/burp.cpp (1.47), burp/burp.h
(1.26):
Style
2003-09-22 10:49 brodsom
* firebird2/src/alice/: alice.h (1.21), alice_meta.epp (1.19),
exe.cpp (1.18), tdr.cpp (1.23):
Style
2003-09-21 19:49 skidder
* firebird2/src/dsql/pass1.cpp (1.101):
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 15:33 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/ddl.cpp (1.62):
2007-12-12 04:21:55 +01:00
- Fix incorrect assignment of DYN constants for NBACKUP - Fix minor
inconsistency in drop_generator DYN constant definition Noted by
Dmitry Emanov
2003-09-21 01:28 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: parse.cpp (1.89), parse.y (1.101),
pass1_proto.h (1.8), preparse.cpp (1.19), user_dsql.cpp (1.22),
utld.cpp (1.15), ddl.cpp (1.61), dsql.cpp (1.63), errd.cpp (1.18),
errd_proto.h (1.8), hsh.cpp (1.12), hsh_proto.h (1.2), metd_proto.h
(1.12):
2007-12-12 04:21:55 +01:00
Cleaning macros
2003-09-21 01:24 brodsom
* firebird2/src/burp/: restore.epp (1.45), spit.cpp (1.18),
std_desc.h (1.3), burp.cpp (1.46), burp.h (1.25), mvol.cpp (1.19):
Cleaning macros
2003-09-20 03:44 brodsom
* firebird2/doc/README.build.mingw.html (1.5):
MinGW readme update
2003-09-20 02:58 brodsom
* firebird2/doc/README.build.mingw.html (1.4):
Update MinGW instructions
2003-09-20 02:18 brodsom
* firebird2/doc/README.build.mingw.html (1.3):
Update MinGW instructions
2003-09-18 23:56 brodsom
* firebird2/src/burp/: backup.epp (1.39), burp.cpp (1.45), burp.h
(1.24), burpswi.h (1.10), canonical.cpp (1.26), mvol.cpp (1.18),
restore.epp (1.44), spit.cpp (1.17), spit.h (1.5):
Cleaning macros
2003-09-18 19:38 brodsom
* firebird2/src/alice/aliceswi.h (1.10):
Cleaning macros
2003-09-18 12:56 brodsom
* firebird2/src/alice/: alice.cpp (1.35), alice.h (1.20),
alice_meta.epp (1.18), aliceswi.h (1.9), blk.h (1.4), exe.cpp
(1.17), lls.h (1.3), tdr.cpp (1.22):
-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-16 23:45 skidder
* firebird2/src/common/classes/semaphore.h (1.2):
Correction
2003-09-16 22:45 skidder
* firebird2/src/common/classes/semaphore.h (1.1):
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 16:01 brodsom
* firebird2/src/gpre/: int.cpp (1.15), int_cxx.cpp (1.14), pas.cpp
(1.21), ada.cpp (1.25), c_cxx.cpp (1.29):
Recover some macros as inlines
2003-09-16 15:57 brodsom
* firebird2/src/dsql/: all.h (1.6), alld_proto.h (1.4):
Cleaning headers
2003-09-16 14:16 brodsom
* firebird2/src/gpre/pat.cpp (1.14):
Fix switch with only default warning
2003-09-16 12:18 aafemt
* firebird2/src/gpre/: ada.cpp (1.24), pas.cpp (1.20):
Add 'void' to functions with no return value
2003-09-15 23:21 arnobrinkman
* firebird2/src/dsql/: parse.cpp (1.88), parse.y (1.100), pass1.cpp
(1.100):
Added ORDER BY support on derived tables. (Suggested by Dmitry
Yemanov)
2003-09-15 18:25 brodsom
* firebird2/src/: alice/alice.cpp (1.34), alice/alice_proto.h
(1.5), alice/aliceswi.h (1.8), alice/all.cpp (1.12), alice/all.h
(1.6), alice/all_proto.h (1.3), alice/alloc.h (1.3),
alice/exe_proto.h (1.3), alice/tdr.cpp (1.21), alice/tdr_proto.h
(1.7), burp/burp.cpp (1.44), burp/spit.cpp (1.16), dsql/dsql.h
2008-03-24 20:52:36 +01:00
(1.34), dsql/errd_proto.h (1.7):
2007-12-12 04:21:55 +01:00
-Cleaning headers
2003-09-15 16:57 brodsom
* firebird2/src/dudley/ddl.cpp (1.19):
Remove msvc unused variable warning.
2003-09-15 15:11 brodsom
* firebird2/src/: alice/alice.cpp (1.33), alice/alice.h (1.19),
alice/alice_meta.epp (1.17), alice/alice_proto.h (1.4),
alice/exe.cpp (1.16), burp/burp.cpp (1.43), burp/burp.h (1.23),
2008-03-24 20:52:36 +01:00
burp/burp_proto.h (1.7), dudley/ddl.cpp (1.18):
2007-12-12 04:21:55 +01:00
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 14:50 dimitr
* firebird2/src/alice/alice_meta.epp (1.16):
no message
2003-09-15 11:36 dimitr
* firebird2/builds/win32/msvc6/nbackup.dsp (1.2):
Updated project files.
2003-09-15 11:33 dimitr
* firebird2/src/alice/alice_meta.epp (1.15):
Fixed another problem in gfix. Thanks to Vlad Horsun.
2003-09-15 10:05 dimitr
* firebird2/src/alice/tdr.cpp (1.20):
Fixed very old typo. Thanks to Vlad Horsun.
2003-09-15 04:15 brodsom
* firebird2/src/dudley/: ddl.h (1.12), exe.epp (1.27), parse.cpp
(1.25), trn.cpp (1.16):
Correction
2003-09-15 04:03 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/burp.cpp (1.42):
2007-12-12 04:21:55 +01:00
-Style
2003-09-15 03:50 brodsom
* firebird2/src/burp/restore.epp (1.43):
-Style
2003-09-14 17:32 dimitr
* firebird2/src/dsql/: dsql.tab.h (1.23), gen.cpp (1.42), parse.cpp
(1.87), parse.y (1.99), pass1.cpp (1.99):
The final part of my little PLAN enhancement.
2003-09-14 03:08 brodsom
* firebird2/src/alice/: alice.cpp (1.32), alice_meta.epp (1.14):
-Style
2003-09-14 03:08 brodsom
* firebird2/src/burp/: backup.epp (1.38), burp.cpp (1.41),
burp_proto.h (1.6), mvol.cpp (1.17):
-Style -Cast corrections
2003-09-13 16:47 skidder
* firebird2/src/gpre/exp.cpp (1.21):
Remove some crap from the code
2003-09-13 14:23 brodsom
* firebird2/src/gpre/: ftn.cpp (1.26), msc.cpp (1.12), sqe.cpp
(1.22), sql.cpp (1.24):
-Fix indents -Corrections (Thanks to Claudio)
2003-09-13 14:22 brodsom
* firebird2/src/gpre/: ada.cpp (1.23), c_cxx.cpp (1.28), cmd.cpp
(1.16), cob.cpp (1.28), hsh.cpp (1.14), par.cpp (1.32), pas.cpp
(1.19):
Fix indents
2003-09-13 14:16 brodsom
* firebird2/src/dsql/dsql.cpp (1.62):
-Fix indents
2003-09-13 13:45 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/dudley/: extract.epp (1.18), hsh.cpp (1.12):
2007-12-12 04:21:55 +01:00
Fix indents
2003-09-13 12:26 robocop
* firebird2/src/dsql/ddl.cpp (1.60):
Trivial correction
2003-09-13 11:25 brodsom
* firebird2/src/common/classes/rwlock.h (1.8):
Fix for MINGW build
2003-09-13 03:12 brodsom
* firebird2/src/common/classes/rwlock.h (1.7):
Provisional quick fix for broken msvc 6 build with last Nickolay
commit. To be reviewed by N.
2003-09-13 01:25 brodsom
* firebird2/src/burp/: backup.epp (1.37), burp.cpp (1.40), burp.h
(1.22), restore.epp (1.42):
-Remove GDS_VAL and GDS_REF -BOOLEAN Cleaning -Fix tab indent in
restore and backup
2003-09-12 18:35 brodsom
* firebird2/src/gpre/: sql.cpp (1.23), cmp.cpp (1.19), exp.cpp
(1.20), gpre.cpp (1.35), gpre.h (1.43), int.cpp (1.14), int_cxx.cpp
(1.13), par.cpp (1.31), parse.h (1.5), pas.cpp (1.18), sqe.cpp
(1.21), ada.cpp (1.22), c_cxx.cpp (1.27), cmd.cpp (1.15), cme.cpp
(1.10):
-Remove some macros or transform to inline -Rename tok_quoted to
tok_sglquoted
2003-09-12 18:32 brodsom
* firebird2/src/dudley/: ddl.h (1.11), exe.epp (1.26), parse.cpp
(1.24), trn.cpp (1.15):
Better idx_type use
2003-09-12 12:16 aafemt
* firebird2/builds/posix/Makefile.in.client.util (1.14):
instsvc doesn't need OS_specific_files
2003-09-12 11:19 robocop
* firebird2/src/dsql/ddl.cpp (1.59):
trivial correction
2003-09-12 11:06 robocop
* firebird2/src/gpre/cob.cpp (1.27):
trivial correction
2003-09-12 11:04 robocop
* firebird2/src/burp/: backu_proto.h (1.3), backup.epp (1.36),
burp.cpp (1.39), burp.h (1.21), burp_proto.h (1.5), burpswi.h
(1.9), canon_proto.h (1.7), canonical.cpp (1.25), misc.cpp (1.6),
misc_proto.h (1.3), mvol.cpp (1.16), mvol_proto.h (1.4),
resto_proto.h (1.3), restore.epp (1.41), spit.cpp (1.15), spit.h
(1.4), std_desc.h (1.2):
const correctness, variables in scope, bool, formatting, less
casts, etc.
2003-09-12 11:00 robocop
* firebird2/src/dudley/exe.epp (1.25):
trivial corrections
2003-09-12 10:55 robocop
* firebird2/src/gpre/ada.cpp (1.21):
trivial corrections
2003-09-12 04:21 brodsom
* firebird2/src/gpre/: sqe_proto.h (1.8), sql.cpp (1.22), cmd.cpp
(1.14), cme.cpp (1.9), cme_proto.h (1.5), cmp.cpp (1.18), exp.cpp
(1.19), exp_proto.h (1.8), gpre.cpp (1.34), gpre.h (1.42),
gpre_meta.epp (1.25), gpre_meta.h (1.7), gpre_meta_boot.cpp (1.21),
par.cpp (1.30), sqe.cpp (1.20):
-BOOLEAN cleaning -Rename rse to gpre_rse (Nickolay's request)
2003-09-12 03:40 brodsom
* firebird2/src/dsql/: parse.cpp (1.86), parse.y (1.98), ddl.cpp
(1.58), errd.cpp (1.17), errd_proto.h (1.6), metd.epp (1.28),
metd_proto.h (1.11):
BOOLEAN cleaning
2003-09-11 23:26 skidder
* firebird2/src/common/classes/rwlock.h (1.6):
Mark volatile vars as such. Add API to get current lock status for
Win32 RWLock
2003-09-11 12:36 aafemt
* firebird2/src/gpre/: gpre.h (1.41), gpre_meta_boot.cpp (1.20),
pas.cpp (1.17), sql.cpp (1.21):
'struct' cleanup
2003-09-11 04:53 brodsom
* firebird2/: builds/posix/Makefile.in.boot.gpre (1.16),
builds/posix/Makefile.in.client.gpre (1.10),
builds/posix/Makefile.in.embed.gpre (1.10),
builds/posix/Makefile.in.embed.qli (1.12),
builds/posix/Makefile.in.static.gpre (1.11), src/gpre/form.h (1.8),
src/gpre/form__proto.h (1.4), src/gpre/form_proto.h (1.5),
2008-03-24 20:52:36 +01:00
src/gpre/form_trn.cpp (1.6), src/gpre/noform.cpp (1.8):
2007-12-12 04:21:55 +01:00
-Remove PYXIS
2003-09-11 04:35 brodsom
* firebird2/src/gpre/sqe.cpp (1.19):
-Scope correction
2008-03-24 20:52:36 +01:00
2003-09-11 04:16 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/: win32/msvc6/gpre.dsp (1.19),
win32/msvc6/gpre_boot.dsp (1.19), win32/msvc6/gpre_static.dsp
(1.4), win32/msvc6/qli.dsp (1.14), win32/msvc7/gpre.vcproj (1.16),
win32/msvc7/gpre_boot.vcproj (1.17), win32/msvc7/gpre_static.vcproj
(1.2), win32/msvc7/qli.vcproj (1.13),
mac_os_x/CS/CS.pbproj/project.pbxproj (1.4):
2007-12-12 04:21:55 +01:00
-Removing PYXIS
2003-09-11 04:13 brodsom
* firebird2/src/gpre/: cob.cpp (1.26), exp.cpp (1.18), exp_proto.h
(1.7), ftn.cpp (1.25), gpre.cpp (1.33), gpre.h (1.40), hsh.h (1.5),
msc.cpp (1.11), msc_proto.h (1.8), par.cpp (1.29), par_proto.h
(1.8), pas.cpp (1.16), pat.cpp (1.13), pat.h (1.4), prett_proto.h
(1.5), pretty.cpp (1.15), sqe.cpp (1.18), sql.cpp (1.20), words.h
(1.4), ada.cpp (1.20), c_cxx.cpp (1.26), cmd.cpp (1.13), cmp.cpp
(1.17), cmp_proto.h (1.8):
-Removing PYXIS -Cleaning BOOLEAN
2003-09-11 04:12 brodsom
* firebird2/src/dbs/metadata.sql (1.2):
Removing PYXIS
2003-09-10 21:48 brodsom
* firebird2/src/gpre/: lang_proto.h (1.5), par.cpp (1.28), pas.cpp
(1.15), pat.cpp (1.12), pretty.cpp (1.14), sqe.cpp (1.17),
sqe_proto.h (1.7), sql.cpp (1.19), sql_proto.h (1.7), ada.cpp
(1.19), c_cxx.cpp (1.25), cmd.cpp (1.12), cme.cpp (1.8), cmp.cpp
(1.16), cob.cpp (1.25), exp.cpp (1.17), ftn.cpp (1.24), gpre.cpp
(1.32), gpre.h (1.39), gpre_meta.epp (1.24), gpre_meta_boot.cpp
(1.19), hsh.cpp (1.13):
-BOOLEAN cleaning -Remove pfn_SQE_list_cb function casts
2003-09-10 19:46 brodsom
* firebird2/src/: alice/alice.cpp (1.31), alice/alice.h (1.18),
alice/exe.cpp (1.15), alice/tdr.cpp (1.19), alice/tdr_proto.h
(1.6), burp/burp.cpp (1.38), burp/mvol.cpp (1.15), burp/spit.cpp
(1.14), dudley/ddl.cpp (1.17), dudley/ddl.h (1.10),
dudley/ddl_proto.h (1.5), dudley/exe.epp (1.24), dudley/exe_proto.h
(1.3), dudley/expr.cpp (1.10), dudley/expr_proto.h (1.3),
dudley/extract.epp (1.17), dudley/lex.cpp (1.17), dudley/parse.cpp
2008-03-24 20:52:36 +01:00
(1.23), dudley/parse_proto.h (1.4), dudley/trn.cpp (1.14):
2007-12-12 04:21:55 +01:00
BOOLEAN cleaning
2003-09-10 19:29 dimitr
* firebird2/doc/WhatsNew (1.42):
no message
2003-09-10 15:24 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/dsql.cpp (1.61):
2007-12-12 04:21:55 +01:00
PLAN enhancements. The DSQL part of this change will follow.
2003-09-09 21:00 skidder
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.13),
fbclient.vcproj (1.25), fbclient_static.vcproj (1.7),
ipserver.vcproj (1.13), remote.vcproj (1.16), remote_classic.vcproj
(1.16):
Adjust MSVC7 makefiles for XNET support
2003-09-09 18:43 skidder
* firebird2/builds/win32/msvc7/nbackup.vcproj (1.3):
Update MSVC7 makefiles
2003-09-09 13:14 robocop
* firebird2/src/dudley/: extract.epp (1.16), hsh_proto.h (1.4):
const correctness, bool, etc.
2003-09-09 13:08 robocop
* firebird2/examples/: include/example.h (1.2), udf/udflib.c (1.2):
clean a bit this old example
2003-09-09 09:51 brodsom
* firebird2/builds/win32/run_all.bat (1.1):
Add a script to build from scratch to installer
2003-09-09 09:49 brodsom
* firebird2/builds/win32/msvc6/: engine.dsp (1.36),
engine_classic.dsp (1.32), engine_embed.dsp (1.13),
fb_lock_print.dsp (1.18), fbclient.dsp (1.39), fbclient_static.dsp
(1.8), gpre_boot.dsp (1.18), gstat.dsp (1.16), walw.dsp (1.2):
Update msvc6 build after Nickolay changes
2003-09-08 23:44 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: parse.cpp (1.85), parse.y (1.97):
2007-12-12 04:21:55 +01:00
Make Win32 version of engine compile
2003-09-08 23:43 skidder
* firebird2/builds/win32/msvc7/: engine.vcproj (1.27),
engine_classic.vcproj (1.26), engine_embed.vcproj (1.14),
fb_lock_print.vcproj (1.16), fbclient.vcproj (1.24),
fbclient_static.vcproj (1.6), gpre_boot.vcproj (1.16), gstat.vcproj
(1.15):
Update MSVC7 makefiles
2003-09-08 23:26 skidder
* firebird2/src/dsql/: dsql.tab.h (1.22), parse.cpp (1.84):
Update parse.cpp
2003-09-08 22:23 skidder
* firebird2/: configure.in (1.155),
builds/posix/Makefile.in.boot.gpre (1.15),
builds/posix/Makefile.in.client.util (1.13),
builds/posix/Makefile.in.embed.util (1.11),
builds/posix/make.defaults (1.30),
builds/posix/make.shared.variables (1.32),
builds/posix/prefix.darwin (1.11), builds/posix/prefix.example
(1.7), builds/posix/prefix.freebsd (1.9), builds/posix/prefix.linux
(1.23), builds/posix/prefix.mingw (1.24),
builds/posix/prefix.sinixz (1.19), builds/posix/prefix.solaris
(1.8), builds/posix/prefix.solx86 (1.22),
builds/posix/prefix.solx86gcc (1.4), src/common/classes/alloc.cpp
(1.32), src/common/classes/alloc.h (1.25),
src/common/classes/class_perf.cpp (1.8),
src/common/classes/class_test.cpp (1.10),
src/common/classes/locks.h (1.8), src/common/classes/rwlock.h
(1.5), src/common/classes/tree.h (1.19),
src/common/classes/vector.h (1.3), src/dsql/parse.y (1.96),
2008-03-24 20:52:36 +01:00
src/include/firebird.h (1.14):
2007-12-12 04:21:55 +01:00
NBACKUP-related changes and some clean-up
2003-09-08 21:30 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/builds/install/arch-specific/linux/:
super/SSchangePasswd.sh (1.2), super/makeInstallImage.sh.in (1.4),
super/postinstall.sh.in (1.2), super/postuninstall.sh.in (1.2),
super/preinstall.sh.in (1.2), super/preuninstall.sh.in (1.2),
super/rpmfiles.txt.in (1.3), super/rpmheader.txt.in (1.2),
misc/firebird.initd.in (1.1):
2007-12-12 04:21:55 +01:00
Move Alex commit to the right place
2003-09-08 20:46 skidder
* firebird2/src/gpre/sqe.cpp (1.16):
Make engine compile after recent cleanup
2003-09-08 16:14 dimitr
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.28), fbclient.dsp
(1.38), remote.dsp (1.19), remote_classic.dsp (1.16):
Added the current XNET implementation. Let's hope it works not
only for me <g>
2003-09-08 14:44 dimitr
* firebird2/src/burp/restore.epp (1.40):
A bit more information from gbak.
2003-09-08 13:39 robocop
* firebird2/lang_helpers/: gds_codes.ftn (1.4), gds_codes.pas
(1.4):
The products of codes.epp
2003-09-08 13:36 robocop
* firebird2/src/include/gen/: codes.h (1.13), codetext.h (1.9),
iberror.h (1.8), msg_facs.h (1.4), msgs.h (1.9), rdb_codes.h (1.9),
sql_code.h (1.9):
The products of codes.epp
2003-09-08 13:29 dimitr
* firebird2/src/dsql/dsql.cpp (1.60):
Fixed logic after Blas' change of the function return.
2003-09-08 13:27 robocop
* firebird2/src/gpre/: cmp_proto.h (1.7), exp.cpp (1.16),
exp_proto.h (1.6), form.h (1.7), gpre.cpp (1.31), gpre.h (1.38),
gpre_proto.h (1.4), gpreswi.h (1.10), hsh_proto.h (1.4),
jrdme_proto.h (1.3), lang_proto.h (1.4), msc.cpp (1.10),
msc_proto.h (1.7), par.cpp (1.27), par_proto.h (1.7), parse.h
(1.4), pat.cpp (1.11), pat_proto.h (1.3), sqe.cpp (1.15),
sqe_proto.h (1.6), sql.cpp (1.18), sql_proto.h (1.6):
const correctness, almost minimal scope for variables, bool, etc.
Hope I did integrate others' changes correctly and totally.
2003-09-08 03:46 brodsom
* firebird2/src/: alice/alice.cpp (1.30), alice/alice.h (1.17),
alice/alice_proto.h (1.3), alice/exe.cpp (1.14), alice/exe_proto.h
(1.2), alice/tdr_proto.h (1.5), burp/backu_proto.h (1.2),
burp/burp.cpp (1.37), burp/burp.h (1.20), burp/burp_proto.h (1.4),
burp/canon_proto.h (1.6), burp/canonical.cpp (1.24), burp/misc.cpp
(1.5), burp/misc_proto.h (1.2), burp/resto_proto.h (1.2):
Remove unneeded extern C
2003-09-07 23:39 epocman
* firebird2/builds/win32/uninstall.bat (1.2):
instsvc 'remove' new syntax does'nt need a '-g' option.
2003-09-07 23:36 epocman
* firebird2/builds/win32/: install_classic.bat (1.2),
install_super.bat (1.2):
instsvc new syntax does not take root_directory on the
command-line.
2003-09-06 02:49 brodsom
* firebird2/src/: dudley/hsh.cpp (1.11), dudley/hsh_proto.h (1.3),
2008-03-24 20:52:36 +01:00
gpre/c_cxx.cpp (1.24), gpre/cmp.cpp (1.15), gpre/cmp_proto.h (1.6),
gpre/ftn.cpp (1.23), gpre/gpre.cpp (1.30), gpre/gpre.h (1.37),
gpre/gpre_meta.h (1.6), gpre/gpre_meta_boot.cpp (1.18),
gpre/gpre_proto.h (1.3), gpre/hsh.cpp (1.12), gpre/hsh_proto.h
(1.3), gpre/jrdme_proto.h (1.2), gpre/jrdmet.cpp (1.9),
gpre/lang_proto.h (1.3), gpre/msc.cpp (1.9), gpre/msc_proto.h
(1.6), gpre/par.cpp (1.26), gpre/par_proto.h (1.6), gpre/pat.cpp
(1.10), gpre/pat_proto.h (1.2), gpre/sqe.cpp (1.14),
gpre/sqe_proto.h (1.5), gpre/sql.cpp (1.17), gpre/sql_proto.h
(1.5):
2007-12-12 04:21:55 +01:00
Remove unneeded extern C
2003-09-05 16:55 brodsom
* firebird2/src/gpre/: par.cpp (1.25), pas.cpp (1.14), sqe.cpp
(1.13), sql.cpp (1.16), ada.cpp (1.18), cmp.cpp (1.14), exp.cpp
(1.15), gpre_meta_boot.cpp (1.17), msc.cpp (1.8), noform.cpp (1.7):
Fix last Dmitry commit
2003-09-05 13:28 brodsom
* firebird2/src/dsql/dsql.cpp (1.59):
-Change function return to SUCCESS=true, FAILURE=false (suggested
by Claudio)
2003-09-05 12:51 brodsom
* firebird2/src/dudley/parse.cpp (1.22):
-Correction
2003-09-05 12:14 aafemt
* firebird2/src/gpre/: ada.cpp (1.17), c_cxx.cpp (1.23), cmd.cpp
(1.11), cme.cpp (1.7), cmp.cpp (1.13), cob.cpp (1.24), dyntable.cpp
(1.4), exp.cpp (1.14), form.h (1.6), ftn.cpp (1.22), gpre.cpp
(1.29), gpre.h (1.36), gpre_meta.epp (1.23), gpre_meta_boot.cpp
(1.16), gpreswi.h (1.9), hsh.cpp (1.11), jrdmet.cpp (1.8), msc.cpp
(1.7), par.cpp (1.24), parse.h (1.3), pas.cpp (1.13), pat.cpp
(1.9), pretty.cpp (1.13), sqe.cpp (1.12), sql.cpp (1.15):
'struct' cleanup
2003-09-05 12:05 alexpeshkoff
* firebird2/builds/posix/Makefile.in.firebird (1.44):
fix posix SS build - script files are copied for both SS and CS
2003-09-05 11:33 brodsom
* firebird2/src/dudley/parse.cpp (1.21):
-Remove unneeded if (Thanks to Claudio)
2003-09-04 23:40 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.98):
Don't forget unnamed derived tables
2008-03-24 20:52:36 +01:00
2003-09-04 23:23 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: parse.cpp (1.83), parse.y (1.95), pass1.cpp
(1.97), preparse.cpp (1.18), user_dsql.cpp (1.21), dsql.cpp (1.58),
hsh.cpp (1.11):
2007-12-12 04:21:55 +01:00
-Replace BOOLEAN, TRUE and FALSE
2003-09-04 19:51 skidder
* firebird2/src/extern/editline/editline.c (1.2):
Apply small patch for AMD64 build
2003-09-04 18:59 brodsom
* firebird2/builds/win32/msvc6/archive.dsp (1.2):
Correction
2003-09-04 17:26 brodsom
* firebird2/src/dsql/pass1.cpp (1.96):
Correction
2003-09-04 17:05 arnobrinkman
* firebird2/src/dsql/gen.cpp (1.41):
Remove generated comment
2003-09-04 17:02 arnobrinkman
* firebird2/src/dsql/: gen.cpp (1.40), make.cpp (1.37), node.h
(1.29), pass1.cpp (1.95):
Changed internally derived-table support to better
readable/understanding code
2008-03-24 20:52:36 +01:00
2003-09-04 15:47 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/preprocess.bat (1.23):
2007-12-12 04:21:55 +01:00
Move stats.epp to utilities
2003-09-04 15:45 brodsom
* firebird2/src/dudley/: exe.epp (1.23), extract.epp (1.15),
hsh.cpp (1.10), parse.cpp (1.20), trn.cpp (1.13), trn_proto.h
(1.2):
-Replace BOOLEAN, TRUE, FALSE
2003-09-04 15:45 brodsom
* firebird2/src/dsql/pass1.cpp (1.94):
Fix cast warning
2003-09-04 01:52 arnobrinkman
* firebird2/src/dsql/: ddl.cpp (1.57), ddl_proto.h (1.9), dsql.cpp
(1.57), gen.cpp (1.39), gen_proto.h (1.6), make.cpp (1.36),
make_proto.h (1.13), pass1.cpp (1.93), pass1_proto.h (1.7):
Change types that were used as booleans to the real bool type
2003-09-03 18:31 brodsom
* firebird2/src/burp/restore.epp (1.39):
-Fix wrong struct removal.
2003-09-03 03:46 brodsom
*
firebird2/builds/install/arch-specific/win32/FirebirdInstall_15.iss
(1.4):
-Add all the examples to the installer
2008-03-24 20:52:36 +01:00
2003-09-02 20:28 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/: make_boot.bat (1.14), prepare.bat
(1.26), preprocess.bat (1.22), msvc6/journal.dsp (1.1),
msvc6/Firebird2.dsw (1.27), msvc6/archive.dsp (1.1):
2007-12-12 04:21:55 +01:00
-Making journal buildable (and translating e to epp)
2003-09-02 20:19 brodsom
* firebird2/builds/misc/journal.gbak (1.1):
-Making journal buildable (and translating e to epp)
2003-09-02 14:45 brodsom
*
firebird2/builds/install/arch-specific/win32/FirebirdInstall_15.iss
(1.3):
-Fix to allow use repositories named differently.
2003-09-02 02:12 brodsom
* firebird2/generated/placeholder2.txt (1.2):
Trying to solve the CVS error in generated directory
2003-09-02 02:00 brodsom
* firebird2/generated/placeholder2.txt (1.1):
Trying to solve the CVS error in generated directory
2003-09-02 01:20 arnobrinkman
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: ddl.cpp (1.56), pass1.cpp (1.92),
pass1_proto.h (1.6):
2007-12-12 04:21:55 +01:00
Change BOOLEAN to bool type
2003-09-01 16:22 alexpeshkoff
* firebird2/builds/posix/make.defaults (1.29):
fix posix SS client library name
2003-09-01 16:17 brodsom
* firebird2/builds/win32/msvc6/gds32.dsp (1.20):
-Remove build warning (warning LNK4098: defaultlib MSVCRTD
conflicts with use of other libs)
2003-09-01 16:04 skidder
* firebird2/builds/win32/msvc7/fbclient_static.vcproj (1.5):
Adjust MSVC7 makefiles
2003-09-01 14:06 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/builds/: posix/make.shared.variables (1.31),
win32/msvc7/wal.vcproj (1.12), win32/msvc7/wal_classic.vcproj
(1.12), win32/msvc6/Firebird2.dsw (1.26), win32/msvc6/wal.dsp
(1.13), win32/msvc6/wal_classic.dsp (1.11), win32/msvc6/walw.dsp
(1.1), win32/make_all.bat (1.18):
2007-12-12 04:21:55 +01:00
-Corrections to wal build -Add walw.exe build to msvc6
2003-09-01 09:46 brodsom
* firebird2/src/: dsql/blk.h (1.6), dsql/pass1.cpp (1.91),
dudley/ddl.h (1.9), dudley/exe.epp (1.22), gpre/par.cpp (1.23):
-Use NULL instead 0 for null pointers -Remove unneeded casts
2003-09-01 09:41 brodsom
* firebird2/src/alice/blk.h (1.3):
-Use NULL instead 0 for null pointers -Remove unneeded casts
2003-09-01 09:39 brodsom
* firebird2/src/dsql/ddl.cpp (1.55):
Correction
2003-08-31 14:27 robocop
* firebird2/src/gpre/sqe.cpp (1.11):
Remove duplicate CVS $Id tag
2003-08-31 09:41 dimitr
* firebird2/doc/install_win32.txt (1.3):
Small corrections.
2003-08-30 18:49 dimitr
* firebird2/src/dsql/pass1.cpp (1.90):
Cleanup variable names.
2008-03-24 20:52:36 +01:00
2003-08-30 04:12 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/gpre_meta.epp (1.22):
2007-12-12 04:21:55 +01:00
-Remove GDS_VAL and GDS_REF
2003-08-30 04:00 brodsom
* firebird2/src/: dudley/exe.epp (1.21), dudley/extract.epp (1.14),
dudley/lex.cpp (1.16), alice/alice_meta.epp (1.13), alice/exe.cpp
(1.13), alice/tdr.cpp (1.18):
-Remove GDS_VAL and GDS_REF
2003-08-30 03:54 brodsom
* firebird2/src/dsql/: ddl.cpp (1.54), dsql.cpp (1.56), metd.epp
(1.27), preparse.cpp (1.17):
-Remove GDS_VAL and GDS_REF
2003-08-29 13:20 brodsom
* firebird2/builds/win32/preprocess.bat (1.21):
Remove envelope.epp from preprocess
2003-08-29 12:55 aafemt
* firebird2/src/dsql/: array.epp (1.14), array_proto.h (1.5):
No more isc_array_gen_sdl() in public API
2003-08-29 12:52 aafemt
* firebird2/builds/win32/defs/: fbclient.def (1.4),
fbclient_debug.def (1.4), gds.def (1.2), gds32.def (1.3),
gds32_debug.def (1.2):
No more isc_array_gen_sdl() in public API
2003-08-28 22:29 arnobrinkman
* firebird2/src/dsql/: parse.cpp (1.82), parse.y (1.94):
missing line/column-numbers
2003-08-28 16:42 brodsom
* firebird2/src/burp/: spit.cpp (1.13), spit.h (1.3):
-Remove NULL_B_FIL macro
2003-08-28 15:06 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: parse.cpp (1.81), parse.y (1.93), pass1.cpp
(1.89), array.epp (1.13), errd_proto.h (1.5):
2007-12-12 04:21:55 +01:00
-Remove NULL_PTR -Remove unneeded NULL casts -Remove (void)
function return cast
2003-08-28 15:01 brodsom
* firebird2/src/: gpre/gpre.h (1.35), gpre/sqe.cpp (1.10),
dudley/exe.epp (1.20), dudley/extract.epp (1.13):
-Remove NULL_PTR -Remove unneeded NULL casts -Remove (void)
function return cast
2003-08-28 14:54 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/: mvol.cpp (1.14), restore.epp (1.38),
backup.epp (1.35):
2007-12-12 04:21:55 +01:00
-Remove NULL_PTR -Remove unneeded NULL casts -Remove (void)
function return cast
2003-08-28 12:58 aafemt
* firebird2/src/dsql/: dsql.h (1.33), errd_proto.h (1.4), parse.cpp
(1.80), parse.y (1.92):
move debug and error handling stuffs away from dsql.h
2003-08-28 12:39 brodsom
* firebird2/src/burp/: backup.epp (1.34), restore.epp (1.37):
-Remove NULL_PTR -Remove unneeded casts
2003-08-28 12:33 brodsom
* firebird2/src/gpre/gpre_meta.epp (1.21):
-Remove NULL_PTR -Remove unneeded casts
2003-08-28 01:00 arnobrinkman
* firebird2/src/dsql/make.cpp (1.35):
Change code-style and prepare for more info on error-message
2003-08-27 14:13 robocop
* firebird2/doc/WhatsNew (1.41):
Minimize email harvesting, as agreed with Dmitry
2003-08-27 12:50 brodsom
* firebird2/doc/cleaning-todo.txt (1.4):
Update
2003-08-27 12:20 aafemt
* firebird2/src/burp/: backup.epp (1.33), burp.cpp (1.36), burp.h
(1.19), burpswi.h (1.8), canon_proto.h (1.5), canonical.cpp (1.23),
restore.epp (1.36), spit.cpp (1.12):
removing word 'struct' from variable declarations as obsolete
2003-08-27 12:15 aafemt
* firebird2/src/alice/: alice.cpp (1.29), alice.h (1.16),
alice_meta.epp (1.12), aliceswi.h (1.7):
removing word 'struct' from variable declarations as obsolete
2003-08-26 12:58 aafemt
* firebird2/src/common/classes/alloc.h (1.24):
removing word 'struct' from variable declarations as obsolete
2003-08-26 09:12 dimitr
* firebird2/src/dsql/: ddl.cpp (1.53), dsql.cpp (1.55), dsql.h
(1.32), gen.cpp (1.38), make.cpp (1.34), node.h (1.28), parse.cpp
(1.79), parse.y (1.91), pass1.cpp (1.88):
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 01:35 arnobrinkman
* firebird2/src/dsql/: make.cpp (1.33), pass1.cpp (1.87):
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 10:36 dimitr
* firebird2/lang_helpers/: gds_codes.ftn (1.3), gds_codes.pas
(1.3):
Added new error message for Arno.
2003-08-25 10:16 dimitr
* firebird2/: src/include/gen/codes.h (1.12),
src/include/gen/codetext.h (1.8), src/include/gen/iberror.h (1.7),
src/include/gen/msgs.h (1.8), src/include/gen/rdb_codes.h (1.8),
src/include/gen/sql_code.h (1.8), builds/misc/msg.gbak (1.3):
Added new error message for Arno.
2003-08-25 00:15 arnobrinkman
* firebird2/src/dsql/: make.cpp (1.32), make_proto.h (1.12),
pass1.cpp (1.86):
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 17:22 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.85):
fix bad behaviour with auto-union-cast
2003-08-24 04:56 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.84):
added comment and nested derived table fix
2003-08-24 04:36 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.83):
fix some derived tables problems
2003-08-22 12:56 aafemt
* firebird2/src/: dsql/dsql.h (1.31), dsql/make_proto.h (1.11),
2008-03-24 20:52:36 +01:00
dsql/node.h (1.27), dsql/sym.h (1.4), gpre/gpre.h (1.34):
2007-12-12 04:21:55 +01:00
ENUM removal
2003-08-22 12:29 aafemt
* firebird2/builds/posix/make.rules (1.20):
Object files are in temp dir now
2003-08-22 12:26 aafemt
* firebird2/: configure.in (1.154), builds/posix/Makefile.in.intl
(1.13):
Make intl compilable
2003-08-22 01:05 arnobrinkman
* firebird2/builds/win32/msvc6/fbembed.dsp (1.30):
update fbembed
2003-08-22 00:27 skidder
* firebird2/: doc/WhatsNew (1.40),
2008-03-24 20:52:36 +01:00
builds/install/misc/firebird.conf (1.2),
src/common/config/config.cpp (1.41):
2007-12-12 04:21:55 +01:00
Fix kernel memory leak
2003-08-21 13:02 robocop
* firebird2/src/burp/: backup.epp (1.32), restore.epp (1.35):
Fix SF Bug #750659
2003-08-21 03:45 brodsom
* firebird2/builds/win32/: defs/intlcpp.def (1.2),
old_makes/intlcpp.mak (1.2):
Remove intlcpp
2003-08-21 03:38 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/: make_all.bat (1.17), msvc6/Firebird2.dsw
(1.25), msvc7/Firebird2.sln (1.12), msvc6/intlcpp.dsp (1.6),
msvc7/intlcpp.vcproj (1.7):
2007-12-12 04:21:55 +01:00
Remove intlcpp
2003-08-20 21:08 brodsom
* firebird2/src/gpre/gpre.cpp (1.28):
-Fix for bug 7122 (TCS IDML_C_CHARSET_08 test)
2003-08-20 14:34 arnobrinkman
* firebird2/builds/win32/msvc6/fbembed.dsp (1.29):
make fbembed work again
2008-03-24 20:52:36 +01:00
2003-08-20 10:35 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/: posix/Makefile.in.intl (1.12),
win32/msvc7/intl.vcproj (1.13), win32/msvc6/intl.dsp (1.21):
2007-12-12 04:21:55 +01:00
Move intl module to c++
2003-08-20 01:56 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.82):
bugfix nested derived tables
2003-08-20 01:47 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.81):
Oops missed something
2003-08-20 01:32 arnobrinkman
* firebird2/src/dsql/: dsql.h (1.30), gen.cpp (1.37), pass1.cpp
(1.80):
Added PLAN support for derived tables
2003-08-20 01:08 skidder
* firebird2/doc/WhatsNew (1.39):
Get ready for RC6
2003-08-19 13:42 brodsom
* firebird2/builds/posix/prefix.linux (1.22):
-Fix parse.cpp (yacc generated) warnings
2003-08-19 13:09 brodsom
* firebird2/src/burp/backup.epp (1.31):
-Fix wrong format in a recent commit (Please review the warnings
before commits)
2003-08-19 12:25 robocop
* firebird2/src/dsql/utld.cpp (1.14):
Damn loop
2003-08-19 11:25 brodsom
* firebird2/builds/posix/prefix.mingw (1.23):
-Remove parse.cpp (yacc generated) warnings
2003-08-19 11:24 brodsom
* firebird2/src/dudley/: ddl.cpp (1.16), ddl.h (1.8), trn.cpp
(1.12):
-Remove basic and pli remains
2003-08-19 11:22 brodsom
* firebird2/src/dudley/extract.epp (1.12):
-Fix cast warning
2003-08-19 10:59 brodsom
* firebird2/src/dudley/: exe.epp (1.19), expr.cpp (1.9), parse.cpp
(1.19):
-Fix cast warnings -Break long lines
2003-08-19 08:03 robocop
* firebird2/builds/win32/msvc6/: Firebird2Boot.dsw (1.3),
relations.dsp (1.3):
We no longer have a "relations" project. Static metadata
definitions came back.
2003-08-18 23:37 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.79):
Code clean-up and re-apply comments as suggested by Claudio V.
2003-08-18 18:56 skidder
* firebird2/builds/win32/msvc7/: alice.vcproj (1.11),
alice_classic.vcproj (1.11), burp.vcproj (1.14),
burp_classic.vcproj (1.14), common.vcproj (1.11),
common_classic.vcproj (1.9), dsql_server.vcproj (1.12),
dsql_server_classic.vcproj (1.12), engine.vcproj (1.26),
engine_classic.vcproj (1.25), engine_embed.vcproj (1.13),
fb_inet_server.vcproj (1.13), fb_lock_print.vcproj (1.15),
fbclient.vcproj (1.23), fbembed.vcproj (1.19), fbguard.vcproj
(1.14), fbserver.vcproj (1.14), fbudf.vcproj (1.9), gbak.vcproj
(1.13), gdef.vcproj (1.13), gds32.vcproj (1.13), gfix.vcproj
(1.13), gpre.vcproj (1.15), gpre_boot.vcproj (1.15), gsec.vcproj
(1.13), gsplit.vcproj (1.7), gstat.vcproj (1.14), ib_udf.vcproj
(1.12), ib_util.vcproj (1.12), instreg.vcproj (1.12),
instsvc.vcproj (1.12), intl.vcproj (1.12), intlcpp.vcproj (1.6),
ipserver.vcproj (1.12), isql.vcproj (1.13), lock.vcproj (1.11),
lock_classic.vcproj (1.11), nbackup.vcproj (1.2), qli.vcproj
(1.12), remote.vcproj (1.15), remote_classic.vcproj (1.15),
utilities.vcproj (1.15), utilities_classic.vcproj (1.14),
wal.vcproj (1.11), wal_classic.vcproj (1.11):
Adjust MSVC7 makefiles to reduce command line compiler warnings
2003-08-18 16:08 arnobrinkman
* firebird2/builds/win32/msvc6/: fbclient.dsp (1.37),
fbclient_static.dsp (1.7), Firebird2.dsw (1.24):
make build work again
2003-08-18 12:31 aafemt
2008-03-24 20:52:36 +01:00
* firebird2/src/include/memory_routines.h (1.3):
2007-12-12 04:21:55 +01:00
Rough (and temporary?) fix for incompatibility between my
get_long(UCHAR*) and old good BTR_get_quad(UCHAR*) reported by
Nikolay Samofatov
2003-08-18 00:36 skidder
* firebird2/doc/WhatsNew (1.38):
Add RC6 changes
2003-08-17 21:56 skidder
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.11),
fbclient.vcproj (1.22):
2007-12-12 04:21:55 +01:00
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 15:14 arnobrinkman
* firebird2/src/dsql/parse.y (1.90):
added comment
2003-08-16 02:37 arnobrinkman
* firebird2/src/dsql/parse.cpp (1.78):
latest versions
2003-08-16 02:36 arnobrinkman
* firebird2/src/dsql/: parse.y (1.89), pass1.cpp (1.78):
Fixed ambiguous columnname problems with derived tables. Added
support for unnamed derived tables.
2003-08-15 16:39 arnobrinkman
* firebird2/src/dsql/parse.cpp (1.77):
latest versions
2003-08-15 16:38 arnobrinkman
* firebird2/src/dsql/parse.y (1.88):
added comment and fix derived table bug inside view, that couldn't
use unions.
2003-08-15 12:23 aafemt
* firebird2/src/: burp/backup.epp (1.30), burp/canon_proto.h (1.4),
burp/canonical.cpp (1.22), burp/restore.epp (1.34), dsql/array.epp
(1.12), dsql/array_proto.h (1.4), gpre/prett_proto.h (1.4),
2008-03-24 20:52:36 +01:00
gpre/pretty.cpp (1.12):
2007-12-12 04:21:55 +01:00
sdl is UCHAR again
2003-08-15 12:11 aafemt
* firebird2/doc/README.coding.style (1.3):
An additional related to previous commit
2003-08-15 12:09 aafemt
* firebird2/src/include/memory_routines.h (1.2):
long may be 64 bits. Unbeliveable! Thanks to Erik
2008-03-24 20:52:36 +01:00
2003-08-15 02:33 arnobrinkman
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/dsql.tab.h (1.21):
2007-12-12 04:21:55 +01:00
derived table support
2003-08-15 02:01 arnobrinkman
* firebird2/src/dsql/: parse.y (1.87), parse.cpp (1.76):
derived table support
2003-08-15 01:58 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.77):
derived table support
2003-08-15 01:34 arnobrinkman
* firebird2/src/dsql/node.h (1.26):
derived table support
2003-08-15 01:31 arnobrinkman
* firebird2/src/dsql/: ddl.cpp (1.52), dsql.h (1.29), gen.cpp
(1.36):
derived table support
2003-08-14 23:00 skidder
* firebird2/doc/README.coding.style (1.2):
Fix up coding rules a bit to make my code compatible
2003-08-14 12:26 aafemt
* firebird2/doc/README.coding.style (1.1):
useful reading for coders
2003-08-14 09:11 fsg
* firebird2/src/dsql/gen.cpp (1.35):
make gcc happy again FSG
2003-08-13 13:26 alexpeshkoff
* firebird2/builds/win32/msvc6/gfix.dsp (1.18):
Also fix MSVC6 gfix build in head branch
2003-08-13 13:11 robocop
* firebird2/builds/win32/msvc6/fbserver.dsp (1.32):
Committed... just in case
2003-08-13 13:09 robocop
* firebird2/src/dsql/gen.cpp (1.34):
There are less unnamed fields now. Changed the code style, too.
2003-08-13 13:08 robocop
* firebird2/src/dsql/utld.cpp (1.13):
Little C->C++ style change
2003-08-13 13:07 robocop
* firebird2/src/burp/backup.epp (1.29):
Since stringstream is no longer used, remove the header.
2003-08-13 13:06 robocop
* firebird2/examples/api/apifull.c (1.3):
Let's hope the cure is not worse than the sickness Took VARY from
ibase.h
2003-08-13 13:01 skidder
* firebird2/src/common/classes/vector.h (1.2):
Change header comment
2003-08-12 21:54 skidder
* firebird2/: builds/misc/msg.gbak (1.2),
lang_helpers/gds_codes.ftn (1.2), lang_helpers/gds_codes.pas (1.2),
src/include/gen/codes.h (1.11), src/include/gen/codetext.h (1.7),
src/include/gen/iberror.h (1.6), src/include/gen/msgs.h (1.7),
src/include/gen/rdb_codes.h (1.7), src/include/gen/sql_code.h
2008-03-24 20:52:36 +01:00
(1.7):
2007-12-12 04:21:55 +01:00
Add nbak messages
2003-08-12 19:32 skidder
* firebird2/src/burp/backup.epp (1.28):
Close can of worms opened by Mike Nordell when he attempted to use
STL to write portable code
2003-08-12 12:42 aafemt
* firebird2/src/include/memory_routines.h (1.1):
Misc inline memory routine
2003-08-12 12:06 eku
* firebird2/: configure.in (1.153),
builds/make.new/config/config.h.in (1.2),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.86):
2007-12-12 04:21:55 +01:00
Use autoconf to do it right :-)
2003-08-12 12:05 robocop
* firebird2/src/gpre/: c_cxx.cpp (1.22), pas.cpp (1.12):
Minor corrections to the PAS (anyone using it with its now fixed
flaw?) and CPP generation files.
2003-08-12 12:02 robocop
* firebird2/src/dudley/: ddl.cpp (1.15), parse.cpp (1.18):
Minor corrections to the obsolete gdef
2003-08-11 13:24 skidder
* firebird2/src/dsql/parse.cpp (1.75):
Update parse.cpp
2003-08-11 13:21 skidder
* firebird2/src/: burp/burp.cpp (1.35), common/classes/alloc.cpp
2008-03-24 20:52:36 +01:00
(1.31), common/classes/alloc.h (1.23):
2007-12-12 04:21:55 +01:00
Apply FreeBSD patches by Tomas Skoda
2003-08-11 03:25 brodsom
* firebird2/builds/posix/prefix.linux (1.21):
-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 03:06 arnobrinkman
* firebird2/src/dsql/parse.y (1.86):
forgotten cleanup, thanks for your attention BLAS
2003-08-11 02:43 arnobrinkman
* firebird2/src/dsql/make.cpp (1.31):
bugfix: CASE / COALESCE functions determine always NUMERIC even
when all values where int or long.
2003-08-11 01:10 brodsom
* firebird2/builds/win32/prepare.bat (1.25):
Change message (the previous one is wrong)
2003-08-11 01:09 brodsom
* firebird2/builds/win32/make_boot.bat (1.13):
beautify
2003-08-11 01:05 brodsom
* firebird2/builds/win32/blrtable.bat (1.6):
Move compiler output to a log file
2003-08-11 00:52 brodsom
* firebird2/src/burp/: backup.epp (1.27), restore.epp (1.33):
-Patch cast warnings and add a compiler message.
2003-08-10 17:43 skidder
* firebird2/: builds/win32/msvc7/alice.vcproj (1.10),
builds/win32/msvc7/alice_classic.vcproj (1.10),
builds/win32/msvc7/build_msg.vcproj (1.2),
builds/win32/msvc7/burp.vcproj (1.13),
builds/win32/msvc7/burp_classic.vcproj (1.13),
builds/win32/msvc7/codes.vcproj (1.3),
builds/win32/msvc7/engine.vcproj (1.25),
builds/win32/msvc7/engine_classic.vcproj (1.24),
builds/win32/msvc7/engine_embed.vcproj (1.12),
builds/win32/msvc7/fbclient_static.vcproj (1.4),
builds/win32/msvc7/fbudf.vcproj (1.8),
builds/win32/msvc7/gfix.vcproj (1.12),
builds/win32/msvc7/ipserver.vcproj (1.11),
builds/win32/msvc7/lock.vcproj (1.10),
builds/win32/msvc7/lock_classic.vcproj (1.10),
builds/win32/msvc7/remote.vcproj (1.14),
builds/win32/msvc7/remote_classic.vcproj (1.14),
builds/win32/msvc7/utilities.vcproj (1.14),
builds/win32/msvc7/utilities_classic.vcproj (1.13),
builds/win32/msvc7/wal.vcproj (1.10),
builds/win32/msvc7/wal_classic.vcproj (1.10),
src/common/classes/alloc.cpp (1.30), src/common/classes/alloc.h
(1.22), src/common/classes/locks.cpp (1.4),
src/common/classes/locks.h (1.7), src/common/classes/rwlock.h
2008-03-24 20:52:36 +01:00
(1.4), src/include/firebird.h (1.13):
2007-12-12 04:21:55 +01:00
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 17:18 arnobrinkman
* firebird2/src/dsql/: parse.y (1.85), pass1.cpp (1.76):
Support all expressions directly in GROUP BY clause
2003-08-10 12:06 arnobrinkman
* firebird2/src/dsql/parse.y (1.84):
Added optional AS keyword to table alias
2003-08-09 23:57 brodsom
* firebird2/src/dsql/parse.y (1.83):
-Fix cast warnings. -Remove unneeded casts
2003-08-09 21:20 brodsom
* firebird2/src/common/config/dir_list.cpp (1.15):
Fix cast warnings
2003-08-09 20:00 brodsom
* firebird2/src/gpre/: cob.cpp (1.23), exp.cpp (1.13), ftn.cpp
(1.21), int_cxx.cpp (1.12), msc_proto.h (1.5), par.cpp (1.22),
par_proto.h (1.5), pas.cpp (1.11), ada.cpp (1.16), c_cxx.cpp
(1.21), cmd.cpp (1.10):
-Format & casts warning fixes -Isolate unused code with ifdefs
-Code style corrections -Remove two unneeded NULL casts
2003-08-08 17:54 brodsom
* firebird2/builds/win32/prepare.bat (1.24):
Reapply Paul change in the HEAD using the HEAD sources.
2003-08-08 16:01 skidder
* firebird2/builds/win32/msvc7/gpre_boot.vcproj (1.14):
Fix tweak in MSVC7 build
2003-08-08 12:26 brodsom
* firebird2/builds/win32/: make_all.bat (1.16), prepare.bat (1.23):
Rollback Paul changes, it breaks the builds in several places.
2003-08-08 11:13 paulbeach
* firebird2/builds/win32/setenvvar.bat (1.3):
Fix moronic spelling mistake
2003-08-08 09:52 paulbeach
* firebird2/builds/win32/: make_all.bat (1.15), prepare.bat (1.22),
setenvvar.bat (1.2):
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 08:29 kkuznetsov
* firebird2/builds/posix/prefix.solx86 (1.21):
[no log message]
2003-08-08 02:38 brodsom
* firebird2/src/common/classes/tree.h (1.18):
Patch msvc6 after Nickolay changes
2003-08-08 02:29 brodsom
* firebird2/builds/win32/msvc6/: fb_inet_server.dsp (1.20),
fbserver.dsp (1.31):
Patch msvc6 after Nickolay changes
2003-08-08 01:20 brodsom
* firebird2/src/common/classes/tree.h (1.17):
Error patch, void function should not return a value.
2003-08-07 23:48 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/rwlock.h (1.3):
2007-12-12 04:21:55 +01:00
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:10 brodsom
* firebird2/configure.in (1.152):
Patch MinGW after Nickolay changes
2003-08-07 18:58 brodsom
* firebird2/builds/win32/: msvc6/Firebird2.dsw (1.23),
msvc6/nbackup.dsp (1.1), msvc6/nbbackup.dsp (1.2), make_all.bat
(1.14):
Change nbbackup to nbackup
2003-08-07 16:31 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/builds/install/arch-specific/linux/super/miniInstall.sh
(1.1):
2007-12-12 04:21:55 +01:00
Move miniinstall from src/install to builds/install
2003-08-07 15:58 brodsom
* firebird2/builds/win32/: make_all.bat (1.13), msvc6/Firebird2.dsw
(1.22), msvc6/engine.dsp (1.35), msvc6/engine_classic.dsp (1.31),
msvc6/engine_embed.dsp (1.12), msvc6/nbbackup.dsp (1.1):
Patch msvc6 after Nickolay changes
2003-08-06 22:21 skidder
* firebird2/src/dsql/: dsql.tab.h (1.20), keywords.cpp (1.20),
parse.cpp (1.74), parse.y (1.82):
Make Windows happier. DIFFERENCE defined as a macro there
2003-08-06 22:03 skidder
* firebird2/builds/win32/msvc7/nbackup.vcproj (1.1):
Add makefile for NBACKUP
2003-08-06 22:00 skidder
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc7/Firebird2.sln (1.10):
2007-12-12 04:21:55 +01:00
Make NBACKUP tool work on Windows. Seems to work.
2003-08-06 20:06 skidder
* firebird2/: builds/win32/msvc7/engine.vcproj (1.24),
builds/win32/msvc7/engine_classic.vcproj (1.23),
builds/win32/msvc7/engine_embed.vcproj (1.11),
2008-03-24 20:52:36 +01:00
src/common/classes/tree.h (1.16):
2007-12-12 04:21:55 +01:00
Win32 engine builds and seems to work
2003-08-06 19:21 skidder
* firebird2/src/common/classes/rwlock.h (1.2):
Correction
2003-08-06 18:55 skidder
* firebird2/src/common/classes/tree.h (1.15):
Make the inferior MSVC7 compiler happy
2003-08-06 18:30 skidder
* firebird2/:
builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
(1.3), builds/install/arch-specific/linux/super/install.sh.in
(1.2),
builds/install/arch-specific/linux/super/makeInstallImage.sh.in
(1.3), builds/install/arch-specific/linux/super/rpmfiles.txt.in
(1.2), builds/posix/Makefile.in.client.util (1.12),
builds/posix/Makefile.in.embed.util (1.10),
builds/posix/make.defaults (1.28),
builds/posix/make.shared.variables (1.30),
builds/posix/prefix.darwin (1.10), builds/posix/prefix.example
(1.6), builds/posix/prefix.freebsd (1.8), builds/posix/prefix.linux
(1.20), builds/posix/prefix.mingw (1.22),
builds/posix/prefix.sinixz (1.18), builds/posix/prefix.solaris
(1.7), builds/posix/prefix.solx86 (1.20),
builds/posix/prefix.solx86gcc (1.3),
src/common/classes/class_perf.cpp (1.7), src/common/classes/locks.h
(1.6), src/common/classes/rwlock.h (1.1),
src/common/classes/test.sh (1.8), src/common/classes/tree.h (1.14),
src/dsql/ddl.cpp (1.51), src/dsql/dsql.tab.h (1.19),
src/dsql/keywords.cpp (1.19), src/dsql/node.h (1.25),
src/dsql/parse.cpp (1.73), src/dsql/parse.y (1.81),
2008-03-24 20:52:36 +01:00
src/include/gen/ids.h (1.5):
2007-12-12 04:21:55 +01:00
Implementation of fast physical incremental backup
2003-08-06 18:21 brodsom
* firebird2/builds/win32/prepare.bat (1.21):
Patch. previoulsy when the directory parameter have spaces (as in
the example) the script fail.
2003-08-06 17:41 brodsom
* firebird2/builds/win32/: make_boot.bat (1.12), preprocess.bat
(1.20):
Correction (no need to build relations.cpp)
2003-08-06 17:41 brodsom
* firebird2/clean.sh (1.10):
Correction
2008-03-24 20:52:36 +01:00
2003-08-04 17:33 skidder
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/Makefile.in.codes (1.13):
2007-12-12 04:21:55 +01:00
Clean up some recent shit after Blas to make engine compile
2003-08-04 10:12 dimitr
* firebird2/doc/WhatsNew (1.37):
Added RC5 changes
2008-03-24 20:52:36 +01:00
2003-08-04 01:26 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/: fields.h (1.3), ids.h (1.4), names.h
(1.3), relations.h (1.3):
2007-12-12 04:21:55 +01:00
Rollback generated metadata headers change
2003-08-04 01:17 brodsom
* firebird2/: configure.in (1.151),
builds/posix/Makefile.in.examples (1.2),
builds/posix/Makefile.in.firebird (1.43):
Solve the examples failure in Linux build
2003-08-03 21:20 skidder
* firebird2/builds/win32/parse.bat (1.5):
Continue fixing MSVC build
2003-08-03 17:56 skidder
* firebird2/doc/fb2-todo.txt (1.4):
A couple TODO items I forgot
2003-08-01 22:08 skidder
* firebird2/src/extlib/ib_udf.c (1.6):
Fix bugs in ib_udf functions rtrim, ltrim and log. Found and fixed
by Paul Vinkenoog
2003-07-31 17:33 dimitr
* firebird2/src/burp/burp.h (1.18):
Fixed gbak version string.
2003-07-31 13:54 skidder
* firebird2/doc/sql.extensions/README.explicit_locks (1.4):
Fix typo
2003-07-29 15:31 skidder
* firebird2/doc/sql.extensions/README.execute_statement (1.3):
Fix typo
2003-07-29 13:33 skidder
* firebird2/doc/sql.extensions/README.savepoints (1.1):
Added docs for savepoints
2003-07-29 02:55 arnobrinkman
* firebird2/doc/sql.extensions/README.aggregate_tracking (1.1):
Please give some comments
2003-07-29 02:29 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.75):
2nd RC4 bugfix, but much better tracking of supported nested
aggregates.
2003-07-28 21:20 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.74):
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 11:29 skidder
* firebird2/doc/sql.extensions/README.explicit_locks (1.3):
Fix a couple typos
2003-07-28 11:21 skidder
* firebird2/doc/sql.extensions/: README.explicit_locks (1.2),
README.order_by_expressions_nulls (1.2):
Correct docs a little
2003-07-27 20:00 skidder
* firebird2/doc/sql.extensions/README.order_by_expressions_nulls
(1.1):
Some more docs
2003-07-27 17:44 skidder
* firebird2/doc/sql.extensions/README.explicit_locks (1.1):
Add docs for explicit locking
2003-07-24 12:21 aafemt
* firebird2/src/: burp/backup.epp (1.26), burp/canon_proto.h (1.3),
burp/canonical.cpp (1.21), burp/restore.epp (1.32), dsql/array.epp
(1.11), dsql/array_proto.h (1.3), gpre/prett_proto.h (1.3),
2008-03-24 20:52:36 +01:00
gpre/pretty.cpp (1.11):
2007-12-12 04:21:55 +01:00
sdl is a plain char again. Some cleanup around it
2003-07-17 17:40 skidder
* firebird2/builds/win32/msvc7/: fbclient.vcproj (1.21),
fbguard.vcproj (1.13), gsec.vcproj (1.12), instreg.vcproj (1.11),
instsvc.vcproj (1.11), utilities.vcproj (1.13),
utilities_classic.vcproj (1.12):
Fix MSVC7 makefiles
2003-07-17 15:59 brodsom
* firebird2/builds/win32/msvc7/codes.vcproj (1.2):
Correct codes.cpp directory
2003-07-17 13:49 eku
* firebird2/src/burp/backup.epp (1.25):
Fixed compilation on SINIX-Z (Thanks to Dmitry Yemanov).
2003-07-17 13:41 brodsom
* firebird2/builds/win32/msvc7/: wal_classic.vcproj (1.9),
alice.vcproj (1.9), alice_classic.vcproj (1.9), burp.vcproj (1.12),
burp_classic.vcproj (1.12), common.vcproj (1.10),
common_classic.vcproj (1.8), dsql_server.vcproj (1.11),
dsql_server_classic.vcproj (1.11), engine.vcproj (1.23),
engine_classic.vcproj (1.22), engine_embed.vcproj (1.10),
fb_inet_server.vcproj (1.12), fb_lock_print.vcproj (1.14),
fbclient.vcproj (1.20), fbembed.vcproj (1.18), fbguard.vcproj
(1.12), fbserver.vcproj (1.13), fbudf.vcproj (1.7), gbak.vcproj
(1.12), gdef.vcproj (1.12), gds32.vcproj (1.12), gfix.vcproj
(1.11), gpre.vcproj (1.14), gpre_boot.vcproj (1.13), gsec.vcproj
(1.11), gsplit.vcproj (1.6), gstat.vcproj (1.13), ib_udf.vcproj
(1.11), ib_util.vcproj (1.11), instreg.vcproj (1.10),
instsvc.vcproj (1.10), intl.vcproj (1.11), intlcpp.vcproj (1.5),
ipserver.vcproj (1.10), isql.vcproj (1.12), lock.vcproj (1.9),
lock_classic.vcproj (1.9), qli.vcproj (1.11), remote.vcproj (1.13),
remote_classic.vcproj (1.13), utilities.vcproj (1.12),
utilities_classic.vcproj (1.11), wal.vcproj (1.9):
Update output directories
2003-07-17 04:15 brodsom
* firebird2/: configure.in (1.150),
builds/posix/Makefile.in.examples (1.1),
builds/posix/Makefile.in.firebird (1.42):
Restore examples build (and add intlbld)
2003-07-16 21:40 brodsom
* firebird2/doc/README.build.msvc.html (1.10):
Update
2003-07-16 21:14 brodsom
* firebird2/builds/win32/make_all.bat (1.12):
Remove examples stuff from make_all
2003-07-16 21:06 brodsom
* firebird2/builds/win32/make_examples.bat (1.7):
Remove commented sed commands
2003-07-16 20:54 brodsom
* firebird2/examples/build_win32/: clean_all.bat (1.4),
clean_empbuild.bat (1.4), make_all.bat (1.4), make_empbuild.bat
(1.3):
Remove make_empbuild from user examples, the datbases are included
in the examples.
2003-07-16 20:49 brodsom
* firebird2/examples/empbuild/: intlbld.e (1.2), intldml.sql (1.2):
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 20:45 brodsom
* firebird2/builds/win32/: msvc6/Firebird2.dsw (1.21),
msvc6/empbuild.dsp (1.1), msvc6/intlbld.dsp (1.1), make_all.bat
(1.11), make_boot.bat (1.11), make_examples.bat (1.6):
Adding the make_examples to build employee.fdb and intlemp.fdb
2003-07-15 21:40 skidder
* firebird2/doc/fb2-todo.txt (1.3):
[no log message]
2003-07-15 12:52 brodsom
* firebird2/configure.in (1.149):
Split utilities dir
2003-07-15 12:49 aafemt
* firebird2/Makefile.in (1.5):
A bit better way to pass target over to sub-makefile
2003-07-15 12:32 dimitr
* firebird2/doc/sql.extensions/: README.context_variables (1.2),
README.data_types (1.2):
no message
2003-07-15 12:11 skidder
* firebird2/doc/fb2-todo.txt (1.2):
fix todo for FB2
2003-07-15 11:09 dimitr
* firebird2/doc/sql.extensions/: README.context_variables (1.1),
README.data_types (1.1), README.exception_handling (1.1),
README.universal_triggers (1.1):
Added some documentation for RelNotes. More will follow shortly.
2008-03-24 20:52:36 +01:00
2003-07-15 04:40 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/: alice/alice.cpp (1.28), burp/burp.cpp (1.34):
2007-12-12 04:21:55 +01:00
Split utilities dir
2003-07-15 04:35 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/builds/: win32/make_boot.bat (1.10),
win32/preprocess.bat (1.19), win32/msvc6/fb_inet_server.dsp (1.19),
win32/msvc6/fbclient.dsp (1.36), win32/msvc6/fbembed.dsp (1.28),
win32/msvc6/fbserver.dsp (1.30), win32/msvc6/gsec.dsp (1.14),
win32/msvc6/gstat.dsp (1.15), win32/msvc6/instreg.dsp (1.13),
win32/msvc6/instsvc.dsp (1.14), win32/msvc6/utilities.dsp (1.14),
win32/msvc6/utilities_classic.dsp (1.12),
win32/msvc7/fb_inet_server.vcproj (1.11),
win32/msvc7/fbembed.vcproj (1.17), win32/msvc7/fbserver.vcproj
(1.12), win32/msvc7/gstat.vcproj (1.12),
win32/msvc7/utilities.vcproj (1.11),
win32/msvc7/utilities_classic.vcproj (1.10),
posix/Makefile.in.client.util (1.11), posix/Makefile.in.embed.util
(1.9), posix/Makefile.in.libfbclient (1.15),
posix/make.shared.variables (1.29):
2007-12-12 04:21:55 +01:00
Split utilities dir
2003-07-15 01:20 brodsom
* firebird2/: configure.in (1.148),
builds/posix/Makefile.in.client.util (1.10),
builds/posix/make.shared.targets (1.15),
builds/posix/make.shared.variables (1.28),
builds/posix/prefix.mingw (1.21),
builds/win32/msvc6/fb_inet_server.dsp (1.18),
builds/win32/msvc6/fbclient.dsp (1.35),
builds/win32/msvc6/fbclient_static.dsp (1.6),
builds/win32/msvc6/fbembed.dsp (1.27),
builds/win32/msvc6/fbguard.dsp (1.18),
builds/win32/msvc6/fbserver.dsp (1.29),
builds/win32/msvc6/remote.dsp (1.18),
builds/win32/msvc6/remote_classic.dsp (1.15),
builds/win32/msvc7/fb_inet_server.vcproj (1.10),
builds/win32/msvc7/fbclient.vcproj (1.19),
builds/win32/msvc7/fbclient_static.vcproj (1.3),
builds/win32/msvc7/fbembed.vcproj (1.16),
builds/win32/msvc7/fbserver.vcproj (1.11),
builds/win32/msvc7/remote.vcproj (1.12),
2008-03-24 20:52:36 +01:00
builds/win32/msvc7/remote_classic.vcproj (1.12):
2007-12-12 04:21:55 +01:00
Move win32 specific sources in remote to remote/os/win32
2003-07-15 01:13 brodsom
* firebird2/src/include/old_fb_blk.h (1.2):
Remove unneeded ifdef
2003-07-14 18:53 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/: gpre/gpre.cpp (1.27), dudley/lex.cpp (1.15):
2007-12-12 04:21:55 +01:00
Patch for MinGW 3.0
2003-07-14 13:23 brodsom
* firebird2/builds/posix/: prefix.darwin (1.9), prefix.example
(1.5), prefix.freebsd (1.7), prefix.linux (1.19), prefix.mingw
(1.20), prefix.sinixz (1.17), prefix.solaris (1.6), prefix.solx86
(1.19), prefix.solx86gcc (1.2):
Move physical io to os specific
2008-03-24 20:52:36 +01:00
2003-07-14 12:35 brodsom
* firebird2/builds/win32/: msvc7/engine.vcproj (1.22),
msvc7/engine_classic.vcproj (1.21), msvc7/engine_embed.vcproj
(1.9), msvc6/engine.dsp (1.34), msvc6/engine_classic.dsp (1.30),
msvc6/engine_embed.dsp (1.11):
2007-12-12 04:21:55 +01:00
Move physical io to os specific
2003-07-14 11:43 brodsom
* firebird2/: builds/win32/blrtable.bat (1.5),
builds/win32/make_boot.bat (1.9), builds/win32/preprocess.bat
(1.18), builds/win32/msvc6/codes.dsp (1.4),
builds/win32/msvc6/fbclient.dsp (1.34),
builds/win32/msvc6/fbclient_static.dsp (1.5),
builds/win32/msvc6/fbembed.dsp (1.26), builds/win32/msvc6/gds32.dsp
(1.19), builds/win32/msvc6/relations.dsp (1.2),
builds/win32/msvc7/fbclient.vcproj (1.18),
builds/win32/msvc7/fbclient_static.vcproj (1.2),
builds/win32/msvc7/fbembed.vcproj (1.15),
builds/win32/msvc7/gds32.vcproj (1.11),
builds/posix/Makefile.in.codes (1.12),
builds/posix/Makefile.in.extlib (1.12),
builds/posix/make.shared.variables (1.27), clean.sh (1.9),
configure.in (1.147):
Update
2003-07-14 11:21 brodsom
* firebird2/examples/build_win32/: clean_all.bat (1.3),
clean_api.bat (1.2), clean_dyn.bat (1.2), clean_empbuild.bat (1.3),
clean_stat.bat (1.2), clean_udf.bat (1.2), make_all.bat (1.3),
make_api.bat (1.3), make_dyn.bat (1.3), make_empbuild.bat (1.2),
make_stat.bat (1.3), make_udf.bat (1.2):
Corrections
2003-07-13 12:30 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/dbs/: dflt.gdl (1.1), grant.gdl (1.1), isc.gdl
(1.1), metadata.sql (1.1), ods10.gdl (1.1), ods101.gdl (1.1),
ods72.gdl (1.1), ods80.gdl (1.1), ods80dif.gdl (1.1), ods81.gdl
(1.1), ods91.gdl (1.1), procs2.gdl (1.1), scrty_unix.gdl (1.1),
scrty_vms.gdl (1.1), security.gdl (1.1), security.sql (1.1),
stored_proc.gdl (1.1), v2_triggers.gdl (1.1):
2007-12-12 04:21:55 +01:00
Move db definitions to dbs
2003-07-13 01:16 brodsom
* firebird2/src/include/gen/ids.h (1.3):
Correction
2003-07-12 22:37 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/Makefile.in.codes (1.11):
2007-12-12 04:21:55 +01:00
Adding generator for fields.h, relations.h, ids.h and names.h
2003-07-12 22:10 brodsom
* firebird2/: builds/win32/make_boot.bat (1.8),
builds/win32/preprocess.bat (1.17),
builds/win32/msvc6/Firebird2Boot.dsw (1.2),
2008-03-24 20:52:36 +01:00
builds/win32/msvc6/relations.dsp (1.1), src/include/gen/relations.h
(1.2), src/include/gen/fields.h (1.2), src/include/gen/ids.h (1.2),
src/include/gen/names.h (1.2):
2007-12-12 04:21:55 +01:00
Adding generator for fields.h, relations.h, ids.h and names.h
2003-07-12 22:02 brodsom
* firebird2/builds/posix/Makefile.in.codes (1.10):
Correction
2008-03-24 20:52:36 +01:00
2003-07-12 15:02 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/: fields.h (1.1), names.h (1.1),
relations.h (1.1):
2007-12-12 04:21:55 +01:00
Move fields.h, relations.h and names.h to include/gen, generator
will follow
2008-03-24 20:52:36 +01:00
2003-07-12 12:24 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/: codetext.h (1.6), msgs.h (1.6),
rdb_codes.h (1.6):
2007-12-12 04:21:55 +01:00
-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 11:55 brodsom
* firebird2/configure.in (1.146):
Clean
2003-07-12 11:54 brodsom
* firebird2/builds/posix/Makefile.in.gpre (1.9):
Remove, replaced with boot.gpre, client.gpre and embed.gpre
2003-07-12 11:42 brodsom
* firebird2/builds/win32/msvc6/: engine_classic.dsp (1.29),
engine_embed.dsp (1.10), engine.dsp (1.33):
Remove not used rdb*.h
2003-07-12 00:36 skidder
* firebird2/src/dsql/: node.h (1.24), parse.y (1.80), pass1.cpp
(1.73):
Separate DSQL cursors management and explicit locks as suggested by
Ivan Prenosil
2003-07-11 18:49 brodsom
* firebird2/builds/win32/make_all.bat (1.10):
-Build fbudf -Copy ib_udf and fb_udf sql to output/udf -Copy
ib_udf/* and fb_udf/* to examples/udf
2003-07-11 18:47 brodsom
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.20),
v5_examples.dsp (1.4):
Remove v5_examples dsp
2003-07-11 18:47 brodsom
* firebird2/builds/win32/make_boot.bat (1.7):
Remove gen/v5_examples directory
2003-07-11 15:34 brodsom
* firebird2/examples/build_win32/make_stat.bat (1.2):
Correction
2003-07-11 15:31 brodsom
* firebird2/builds/posix/: Makefile.in.example5 (1.8),
Makefile.in.v5_examples (1.10):
Move examples builds to examples directory
2003-07-11 15:28 brodsom
* firebird2/: configure.in (1.145),
builds/posix/Makefile.in.firebird (1.41),
examples/build_unix/Makefile.in.example5 (1.1),
examples/build_unix/Makefile.in.v5_examples (1.1):
Move examples builds to examples directory
2003-07-11 12:59 brodsom
* firebird2/doc/README.build.msvc.html (1.9):
Update examples info
2003-07-11 12:53 brodsom
* firebird2/: examples/api/winevent.c (1.1),
examples/api/winevent.def (1.1), examples/api/winevent.rc (1.1),
examples/winevent/winevent.c (1.2), examples/winevent/winevent.def
(1.2), examples/winevent/winevent.rc (1.2),
examples/build_win32/clean_all.bat (1.2),
examples/build_win32/clean_winevent.bat (1.2),
examples/build_win32/make_all.bat (1.2),
examples/build_win32/make_api.bat (1.2),
examples/build_win32/make_winevent.bat (1.2),
builds/win32/make_all.bat (1.9):
Let winevent with api examples
2003-07-11 12:07 brodsom
* firebird2/examples/build_win32/: clean_all.bat (1.1),
clean_udf.bat (1.1), clean_winevent.bat (1.1), make_all.bat (1.1),
make_dyn.bat (1.2), make_udf.bat (1.1), make_winevent.bat (1.1):
Update.
2003-07-11 12:01 brodsom
* firebird2/doc/README.build.msvc.html (1.8):
Update
2003-07-11 05:22 brodsom
* firebird2/: builds/win32/make_all.bat (1.8),
examples/build_win32/clean_empbuild.bat (1.2), clean.sh (1.8):
Correction
2003-07-11 05:10 brodsom
* firebird2/examples/empbuild/empbuild.c (1.2):
Remove generated source
2003-07-11 05:09 brodsom
* firebird2/examples/empbuild/intlddl.sql (1.2):
Change DATE to TIMESTAMP
2003-07-11 05:08 brodsom
* firebird2/examples/: api/apifull.c (1.2), dyn/dynfull.e (1.2):
Win32 code patches
2003-07-11 05:05 brodsom
* firebird2/examples/build_win32/: clean_api.bat (1.1),
clean_dyn.bat (1.1), clean_empbuild.bat (1.1), clean_stat.bat
(1.1), make_api.bat (1.1), make_dyn.bat (1.1), make_empbuild.bat
(1.1), make_stat.bat (1.1), setenvvar.bat (1.1):
Win32 examples build scripts
2003-07-11 04:28 brodsom
* firebird2/configure.in (1.144):
Updates
2003-07-11 04:23 brodsom
* firebird2/builds/posix/: Makefile.in.codes (1.9),
Makefile.in.firebird (1.40), Makefile.in.refDatabases (1.18),
make.defaults (1.27), make.shared.targets (1.14):
Updates
2003-07-11 02:03 brodsom
* firebird2/builds/: win32/make_all.bat (1.7), win32/make_boot.bat
(1.6), win32/make_examples.bat (1.5), win32/prepare.bat (1.20),
install/arch-specific/win32/FirebirdInstall_15.iss (1.2):
Updated scripts
2003-07-11 01:29 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/: src/include/gen/gds_codes.ftn (1.5),
src/include/gen/gds_codes.pas (1.6), src/extlib/ib_util.pas (1.3),
lang_helpers/README.txt (1.1), lang_helpers/gds.bas (1.1),
lang_helpers/gds.pas (1.1), lang_helpers/gds.pli (1.1),
lang_helpers/gds.vpas (1.1), lang_helpers/gds_aix.f (1.1),
lang_helpers/gds_codes.ftn (1.1), lang_helpers/gds_codes.pas (1.1),
lang_helpers/gds_hp.f (1.1), lang_helpers/gds_sun.f (1.1),
lang_helpers/gds_vms.f (1.1), lang_helpers/ib_util.pas (1.1),
lang_helpers/perf.pas (1.1):
2007-12-12 04:21:55 +01:00
Moving fortran, pascal etc helpers to lang_helpers
2008-03-24 20:52:36 +01:00
2003-07-11 01:09 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/misc/: help.gbak (1.1), metadata.gbak (1.1),
msg.gbak (1.1), security.gbak (1.1):
2007-12-12 04:21:55 +01:00
Moving .gbak to firebird2/builds/misc
2003-07-11 01:02 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/examples/: empbuild/empbld.sql (1.1),
empbuild/empbuild.c (1.1), empbuild/empbuild.e (1.1),
2007-12-12 04:21:55 +01:00
empbuild/empddl.sql (1.1), empbuild/empdml.sql (1.1),
empbuild/employe2.sql (1.1), empbuild/indexoff.sql (1.1),
empbuild/indexon.sql (1.1), empbuild/intlbld.e (1.1),
empbuild/intlbld.sql (1.1), empbuild/intlddl.sql (1.1),
empbuild/intldml.sql (1.1), empbuild/job.inp (1.1),
empbuild/lang.inp (1.1), empbuild/proj.inp (1.1), empbuild/qtr.inp
(1.1), dyn/dyn1.e (1.1), dyn/dyn2.e (1.1), dyn/dyn3.e (1.1),
2008-03-24 20:52:36 +01:00
dyn/dyn4.e (1.1), dyn/dyn5.e (1.1), dyn/dynfull.e (1.1),
winevent/winevent.c (1.1), winevent/winevent.def (1.1),
winevent/winevent.rc (1.1), udf/udf.sql (1.1), udf/udflib.c (1.1),
udf/udflib.def (1.1), stat/stat1.e (1.1), stat/stat10.e (1.1),
stat/stat11.e (1.1), stat/stat12.e (1.1), stat/stat12t.e (1.1),
stat/stat2.e (1.1), stat/stat3.e (1.1), stat/stat4.e (1.1),
stat/stat5.e (1.1), stat/stat6.e (1.1), stat/stat7.e (1.1),
stat/stat8.e (1.1), stat/stat9.e (1.1), include/align.h (1.1),
include/example.h (1.1):
2007-12-12 04:21:55 +01:00
Moving firebird/src/v5_examples to firebird/examples
2008-03-24 20:52:36 +01:00
2003-07-11 00:58 brodsom
* firebird2/examples/: readme (1.1), functions.c (1.1), api/api1.c
(1.1), api/api10.c (1.1), api/api11.c (1.1), api/api12.c (1.1),
api/api13.c (1.1), api/api14.e (1.1), api/api15.c (1.1),
api/api16.c (1.1), api/api16t.c (1.1), api/api2.c (1.1), api/api3.c
(1.1), api/api4.c (1.1), api/api5.c (1.1), api/api6.c (1.1),
api/api7.c (1.1), api/api8.c (1.1), api/api9.c (1.1), api/api9f.c
(1.1), api/api9f.def (1.1), api/api9f.sql (1.1), api/apifull.c
(1.1), api/example.def (1.1), build_win32/old/example.mak (1.1),
build_win32/old/prefix.win32_bc (1.1),
build_win32/old/prefix.win32_msc (1.1),
build_win32/old/sfx.win32_makefile (1.1),
build_unix/old/sfx.unix_makefile (1.1), build_unix/old/makefile.old
(1.1), build_unix/old/prefix.hp10 (1.1),
build_unix/old/prefix.linux (1.1), build_unix/old/prefix.sco_ev
(1.1), build_unix/old/prefix.solaris (1.1):
2007-12-12 04:21:55 +01:00
Moving firebird/src/v5_examples to firebird/examples
2003-07-10 17:36 brodsom
* firebird2/doc/README.build.msvc.html (1.7):
Update
2003-07-10 17:29 brodsom
* firebird2/builds/: win32/make_all.bat (1.6),
install/arch-specific/win32/BuildExecutableInstall.bat (1.2):
Remove from BuildExecutableInstall work done in make_all.bat
2003-07-10 17:19 brodsom
* firebird2/builds/win32/make_all.bat (1.5):
Adding automatic public headers build (gds.h and ibase.h)
2003-07-09 11:21 fsg
* firebird2/:
builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
(1.2),
builds/install/arch-specific/linux/super/makeInstallImage.sh.in
(1.2), builds/install/arch-specific/sinixz/prototype.in (1.2),
builds/posix/Makefile.in.extlib (1.11), doc/README.build.mingw.html
(1.2):
renamed fb_udf to fbudf for posix-builds to stay compatible with
the windows world
fsg
2003-07-09 03:24 brodsom
* firebird2/builds/install/arch-specific/linux/super/:
tarInstall.sh.in (1.2), tarinstall.sh.in (1.1):
-Rename to use the name in configure.in and classic
install.(previously configure fails for superserver)
2003-07-09 03:20 brodsom
* firebird2/configure.in (1.143):
-Correction due to 'install' move
2003-07-09 02:46 brodsom
* firebird2/builds/posix/: Makefile.in.firebird (1.39),
make.defaults (1.26):
Corrections
2003-07-09 01:32 brodsom
* firebird2/src/: burp/depends.mak (1.2), dsql/depends.mak (1.2),
2008-03-24 20:52:36 +01:00
dudley/depends.mak (1.2):
2007-12-12 04:21:55 +01:00
Remove depends (unused and unmaintained)
2003-07-09 01:10 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/install/arch-specific/darwin/: FrameworkInfo.plist
(1.4), Makefile.in (1.3):
2007-12-12 04:21:55 +01:00
Moving install from 'src' to 'builds'
2003-07-09 01:05 brodsom
* firebird2/builds/win32/clean_all.bat (1.10):
Moving install from 'src' to 'builds'
2003-07-09 00:59 brodsom
* firebird2/builds/install/arch-specific/linux/classic/: README
(1.1), makeInstallImage.sh.in (1.1), postinstall.sh.in (1.1),
postuninstall.sh.in (1.1), preinstall.sh.in (1.1),
preuninstall.sh.in (1.1), rpmfiles.txt.in (1.1), rpmheader.txt.in
(1.1), tarMainInstall.sh.in (1.1), tarMainUninstall.sh.in (1.1),
tarinstall.sh.in (1.1), taruninstall.sh.in (1.1):
Moving install from 'src' to 'builds'
2003-07-09 00:56 brodsom
* firebird2/builds/install/:
arch-specific/darwin/FrameworkInfo.plist (1.1),
arch-specific/darwin/Makefile.in (1.1),
arch-specific/freebsd/Makefile.in (1.1),
arch-specific/linux/Makefile.in (1.1), misc/CSchangeRunUser.sh
(1.1), misc/CSrestoreRootRunUser.sh (1.1), misc/IDPLicense.txt
(1.1), misc/IPLicense.txt (1.1), misc/SSchangeRunUser.sh (1.1),
misc/SSrestoreRootRunUser.sh (1.1), misc/changeDBAPassword.sh
(1.1), misc/firebird.conf (1.1), misc/firebird.init.d.generic
(1.1), misc/firebird.init.d.mandrake (1.1),
arch-specific/win32/BuildExecutableInstall.bat (1.1),
arch-specific/win32/FirebirdInstall_15.iss (1.1),
arch-specific/win32/Readme.txt (1.1),
arch-specific/win32/firebird_install_logo1.bmp (1.1),
arch-specific/win32/installation_readme.txt (1.1),
arch-specific/win32/setenvvar.bat (1.1),
arch-specific/solx86/Makefile.in (1.1),
arch-specific/solaris/Makefile.in (1.1),
arch-specific/sinixz/Makefile.in (1.1),
arch-specific/sinixz/pkginfo.in (1.1),
arch-specific/sinixz/postinstall.in (1.1),
arch-specific/sinixz/postremove.in (1.1),
arch-specific/sinixz/preinstall.in (1.1),
arch-specific/sinixz/prototype.in (1.1),
arch-specific/mingw/Makefile.in (1.1),
arch-specific/linux/super/SSchangePasswd.sh (1.1),
arch-specific/linux/super/install.sh.in (1.1),
arch-specific/linux/super/makeInstallImage.sh.in (1.1),
arch-specific/linux/super/postinstall.sh.in (1.1),
arch-specific/linux/super/postuninstall.sh.in (1.1),
arch-specific/linux/super/preinstall.sh.in (1.1),
arch-specific/linux/super/preuninstall.sh.in (1.1),
arch-specific/linux/super/rpmfiles.txt.in (1.1),
arch-specific/linux/super/rpmheader.txt.in (1.1),
arch-specific/linux/super/tarInstall.sh.in (1.1),
arch-specific/linux/super/tarMainInstall.sh.in (1.1),
arch-specific/linux/super/tarMainUninstall.sh.in (1.1),
arch-specific/linux/super/taruninstall.sh.in (1.1),
arch-specific/linux/misc/changeDBAPassword.sh.in (1.1),
arch-specific/linux/misc/firebird.xinetd.in (1.1):
Moving install from 'src' to 'builds'
2003-07-09 00:29 brodsom
* firebird2/doc/: cross_ref.html (1.2), emacros-cross_ref.html
(1.1):
Change document name
2003-07-08 21:16 brodsom
* firebird2/doc/: cleaning-todo.txt (1.2), cleaning-todo.txt (1.3):
Update
2003-07-08 20:12 brodsom
* firebird2/doc/: cleaning-todo.txt (1.1), cross_ref.html (1.1):
-Add external macros cross-reference -Add cleaning-todo
2003-07-08 14:23 brodsom
* firebird2/: Makefile.in (1.4), clean.sh (1.7), configure.in
(1.142), builds/posix/Makefile.in.codes (1.8),
builds/posix/Makefile.in.embed.qli (1.11),
builds/posix/Makefile.in.firebird (1.38),
builds/posix/Makefile.in.msgs (1.13),
builds/posix/Makefile.in.refDatabases (1.17):
Posix build move build process and temporary databases to 'gen'
2003-07-08 13:49 dimitr
* firebird2/src/common/config/config_file.cpp (1.11):
Removed warning for fbembed
2003-07-08 13:32 skidder
* firebird2/doc/install_win32.txt (1.2):
Correct docs a little
2003-07-08 13:19 skidder
* firebird2/doc/WhatsNew (1.36):
[no log message]
2003-07-08 13:17 dimitr
* firebird2/src/dsql/parse.cpp (1.72):
Fixed parse.cpp
2003-07-08 12:56 alexpeshkoff
* firebird2/builds/win32/preprocess.bat (1.16):
enable standalone use of preprocess.bat
2003-07-08 12:45 brodsom
* firebird2/builds/posix/: Makefile.in.msgs (1.12), make.defaults
(1.25):
no message
2003-07-08 03:08 brodsom
* firebird2/clean.sh (1.6):
Correction
2003-07-08 03:04 brodsom
* firebird2/: clean.sh (1.5), configure.in (1.141),
builds/posix/Makefile.in.codes (1.7),
builds/posix/Makefile.in.example5 (1.7),
builds/posix/Makefile.in.firebird (1.37),
builds/posix/Makefile.in.gpre (1.8),
builds/posix/Makefile.in.v5_examples (1.9),
builds/posix/make.defaults (1.24), builds/posix/make.rules (1.19),
builds/posix/make.shared.targets (1.13),
builds/posix/make.shared.variables (1.26),
builds/posix/prefix.solaris (1.5):
-Split posix build output between 'gen' and 'temp'(compiler .o .d)
- Remove some redundant variables
2003-07-08 01:49 skidder
* firebird2/src/dsql/parse.y (1.79):
Fix problem in non-reserved Inserting/Updating/Deleting
implementation found by Dmitry Emanov
2003-07-07 13:42 brodsom
* firebird2/doc/README.build.msvc.html (1.6):
Correction
2003-07-07 13:34 brodsom
* firebird2/builds/win32/clean_all.bat (1.9):
Installer update
2003-07-07 13:29 brodsom
* firebird2/doc/README.build.msvc.html (1.5):
Installer update
2003-07-06 17:13 dimitr
* firebird2/doc/WhatsNew (1.35):
Added RC4 changed.
2003-07-06 10:38 dimitr
* firebird2/builds/win32/defs/: fbclient.def (1.3),
fbclient_debug.def (1.3):
Minor addition to the private API
2003-07-06 09:03 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/: dudley/lex.cpp (1.14), gpre/gpre.cpp (1.26):
2007-12-12 04:21:55 +01:00
Uniform tempfile naming.
2003-07-06 03:51 brodsom
* firebird2/builds/posix/Makefile.in.codes (1.6):
Comment correction
2003-07-06 03:18 hippoman
* firebird2/builds/win32/msvc7/: Firebird2Boot.sln (1.1),
build_msg.vcproj (1.1), codes.vcproj (1.1), common_static.vcproj
(1.1), fbclient_static.vcproj (1.1), gpre_static.vcproj (1.1),
v5_examples.vcproj (1.1):
Syncing MSVC7 build files
2003-07-06 03:16 hippoman
* firebird2/builds/win32/: make_all.bat (1.4), make_boot.bat (1.5):
Fixing MSVC7 build
2003-07-06 03:07 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/: builds/make.new/config/config.h.in (1.1),
2007-12-12 04:21:55 +01:00
builds/make.new/config/install-sh (1.1), clean.sh (1.4),
configure.in (1.140):
Move make.new to builds
2003-07-05 17:44 brodsom
* firebird2/generated/pyxis/placeholder.txt (1.2):
Removing 'generated'
2003-07-05 17:41 brodsom
* firebird2/generated/: makefile (1.3), alice/makefile (1.3),
alice/placeholder.txt (1.2), burp/makefile (1.3),
burp/placeholder.txt (1.2), dsql/makefile (1.3),
dsql/placeholder.txt (1.2), dudley/makefile (1.3),
dudley/placeholder.txt (1.2), gpre/makefile (1.3),
gpre/placeholder.txt (1.2), isql/makefile (1.3),
isql/placeholder.txt (1.2), journal/placeholder.txt (1.2),
jrd/makefile (1.3), jrd/placeholder.txt (1.2), msgs/makefile (1.3),
msgs/placeholder.txt (1.2):
Removing 'generated'
2003-07-05 17:24 brodsom
* firebird2/src/dsql/parse.awk (1.2):
remove obsolete file
2003-07-05 17:22 brodsom
* firebird2/builds/old_prefixes/: README.txt (1.1), prefix.aix
(1.1), prefix.aix_ppc (1.1), prefix.darwin (1.1), prefix.freebsd
(1.1), prefix.hp10 (1.1), prefix.hp9.0 (1.1), prefix.linux (1.1),
prefix.mu (1.1), prefix.ncr3000 (1.1), prefix.netbsd (1.1),
prefix.sco (1.1), prefix.sco_ev (1.1), prefix.solaris (1.1),
prefix.solaris_mt (1.1), prefix.solx86 (1.1), prefix.sun4 (1.1),
prefix.sun4_acc (1.1), prefix.win_nt (1.1), prefix.win_nts (1.1):
Move old_prefixes to builds directory
2003-07-05 16:48 brodsom
* firebird2/doc/README.build.msvc.html (1.4):
Update
2003-07-05 16:45 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/: preprocess.bat (1.15), clean_all.bat
(1.8), make_all.bat (1.3), make_boot.bat (1.4), make_examples.bat
(1.4), prepare.bat (1.19):
2007-12-12 04:21:55 +01:00
Move temporary 'dbs' below temporary 'gen'
2003-07-05 14:45 dimitr
* firebird2/src/common/config/config.cpp (1.40):
Fixed typo.
2008-03-24 20:52:36 +01:00
2003-07-05 14:13 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/dir_list.cpp (1.14):
2007-12-12 04:21:55 +01:00
1) Cleanup 2) Some changes for the embedded server
2003-07-05 05:31 brodsom
* firebird2/builds/win32/: clean_all.bat (1.7), make_examples.bat
(1.3):
Corrections
2003-07-05 05:22 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/: clean_all.bat (1.6), make_all.bat (1.2),
make_boot.bat (1.3), make_examples.bat (1.2), parse.bat (1.4):
2007-12-12 04:21:55 +01:00
Use temporary compiler dir 'temp' below root
2003-07-05 05:17 brodsom
* firebird2/builds/win32/msvc6/: alice.dsp (1.15),
alice_classic.dsp (1.12), build_msg.dsp (1.3), burp.dsp (1.17),
burp_classic.dsp (1.15), codes.dsp (1.3), common.dsp (1.21),
common_classic.dsp (1.15), common_static.dsp (1.2), dsql_server.dsp
(1.20), dsql_server_classic.dsp (1.16), engine.dsp (1.32),
engine_classic.dsp (1.28), engine_embed.dsp (1.9),
fb_inet_server.dsp (1.17), fb_lock_print.dsp (1.17), fbclient.dsp
(1.33), fbclient_static.dsp (1.4), fbembed.dsp (1.25), fbguard.dsp
(1.17), fbserver.dsp (1.28), fbudf.dsp (1.10), gbak.dsp (1.19),
gdef.dsp (1.14), gds32.dsp (1.18), gfix.dsp (1.17), gpre.dsp
(1.18), gpre_boot.dsp (1.17), gpre_static.dsp (1.3), gsec.dsp
(1.13), gsplit.dsp (1.6), gstat.dsp (1.14), ib_udf.dsp (1.15),
ib_util.dsp (1.15), instreg.dsp (1.12), instsvc.dsp (1.13),
intl.dsp (1.20), intlcpp.dsp (1.5), ipserver.dsp (1.13), isql.dsp
(1.19), lock.dsp (1.12), lock_classic.dsp (1.10), qli.dsp (1.13),
remote.dsp (1.17), remote_classic.dsp (1.14), utilities.dsp (1.13),
utilities_classic.dsp (1.11), v5_examples.dsp (1.3), wal.dsp
(1.12), wal_classic.dsp (1.10):
Use temporary compiler dir 'temp' below root
2008-03-24 20:52:36 +01:00
2003-07-05 04:54 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/: clean_all.bat (1.5), make_boot.bat
(1.2):
2007-12-12 04:21:55 +01:00
Move firebird.msg to 'gen' directory
2003-07-05 04:44 brodsom
* firebird2/builds/win32/: build_all.bat (1.9), build_boot.bat
(1.5), build_msg.bat (1.4), build_msg.mak (1.3), codes.mak (1.3),
common_boot.mak (1.8), fbclient_boot.mak (1.10), gpre.mak (1.9),
gpre_boot.mak (1.7), make6_all.bat (1.5), make6_boot.bat (1.4),
make6_examples.bat (1.2), make7_all.bat (1.4), make7_boot.bat
(1.4), make7_examples.bat (1.2):
Remove obsoleted build .bat and .mak
2003-07-05 04:35 brodsom
* firebird2/doc/README.build.msvc.html (1.3):
Update
2003-07-05 04:23 brodsom
* firebird2/builds/win32/clean_all.bat (1.4):
Correction
2003-07-05 04:18 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/clean_all.bat (1.3):
2007-12-12 04:21:55 +01:00
-Scripts with visual studio version detection -Move output
directory to a temporary below root -Use absolute paths (easier to
move)
2003-07-05 04:02 brodsom
* firebird2/builds/win32/make_examples.bat (1.1):
-Scripts with visual studio version detection -Move output
directory to a temporary below root -Use absolute paths (easier to
move)
2003-07-05 03:10 brodsom
* firebird2/builds/win32/: make_all.bat (1.1), make_boot.bat (1.1),
prepare.bat (1.18), preprocess.bat (1.14), setenvvar.bat (1.1):
-Scripts with visual studio version detection -Move output
directory to a temporary below root -Use absolute paths (easier to
move)
2003-07-04 21:21 brodsom
* firebird2/doc/README.build.msvc.html (1.2):
Update, not the final one.
2003-07-04 20:45 brodsom
* firebird2/builds/win32/make7_examples.bat (1.1):
Add msvc7 v5_examples. To be reviewed by Ignacio J Ortega
2003-07-04 19:01 brodsom
* firebird2/builds/win32/: make6_debug_examples.bat (1.4),
make6_examples.bat (1.1):
Replace make6_debug_examples with a new one with DEBUG/CLEAN option
and not using sed
2003-07-04 18:45 brodsom
* firebird2/src/gpre/sql.cpp (1.14):
-b option for EXEC SQL SET DATABASE
2003-07-04 18:39 brodsom
* firebird2/builds/win32/: make6_all.bat (1.4), make6_boot.bat
(1.3), make7_all.bat (1.3), make7_boot.bat (1.3):
Beutifiying
2003-07-04 18:19 brodsom
* firebird2/src/gpre/: par.cpp (1.21), sql.cpp (1.13), sql_proto.h
(1.4):
-b option for exec sql
2003-07-04 17:31 brodsom
* firebird2/generated/: v5_examples/placeholder.txt (1.2),
utilities/makefile (1.3), utilities/placeholder.txt (1.2),
qli/placeholder.txt (1.2):
Remove unused generated directory. Builds use the temporary 'gen'
directory
2003-07-04 15:40 brodsom
* firebird2/builds/win32/: make6_all.bat (1.3), make7_all.bat
(1.2):
Beautifying
2003-07-04 15:26 brodsom
* firebird2/builds/win32/: make6_debug.bat (1.7), make6_release.bat
(1.7), make7_debug.bat (1.4), make7_release.bat (1.4):
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 15:19 brodsom
* firebird2/builds/win32/make7_boot.bat (1.2):
Correction
2003-07-04 15:08 brodsom
* firebird2/builds/win32/: make7_boot.bat (1.1), prepare.bat
(1.17):
-Replace build_all with makeX_boot. -Add make7_boot (To be
reviewed by Ignacio J Ortega)
2003-07-04 15:00 brodsom
* firebird2/builds/win32/make7_all.bat (1.1):
Replace make7_debug and make7_release with make7_all (To be
reviewed by Ignacio J Ortega)
2003-07-04 14:54 brodsom
* firebird2/builds/win32/: make6_all.bat (1.2), make6_boot.bat
(1.2):
Correction
2003-07-04 14:46 brodsom
* firebird2/builds/win32/: build6_all.bat (1.8), make6_all.bat
(1.1), make6_boot.bat (1.1):
-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 14:46 dimitr
* firebird2/builds/win32/prepare.bat (1.16):
Minor changes to the preparation script.
2003-07-04 14:42 brodsom
* firebird2/doc/: README.build.mingw.html (1.1), README.mingw.html
(1.3):
Change the file name to a more understandable one.
2003-07-04 14:40 brodsom
* firebird2/doc/README.build.msvc.html (1.1):
First and temporary version of msvc build readme. (The good one in
hours)
2003-07-04 14:19 dimitr
* firebird2/src/common/classes/tree.h (1.13):
Fixed win32 build
2003-07-04 12:34 brodsom
* firebird2/doc/README.mingw.html (1.2):
Update MinGW docs
2003-07-04 12:15 dimitr
* firebird2/builds/win32/msvc6/: engine.dsp (1.31),
engine_classic.dsp (1.27), engine_embed.dsp (1.8):
Fixed little optimization issue with VC6 (SP < 5)
2003-07-04 05:31 brodsom
* firebird2/clean.sh (1.3):
Add more files to clean
2003-07-04 05:21 brodsom
* firebird2/: doc/README.mingw.html (1.1),
builds/posix/prefix.mingw.README.html (1.13):
Move MinGW readme
2003-07-04 04:26 brodsom
* firebird2/builds/posix/prefix.mingw (1.19):
Use MINGW macro and mthreads
2003-07-04 01:02 brodsom
* firebird2/src/gpre/sql.cpp (1.12):
Patch
2003-07-03 17:47 brodsom
* firebird2/: builds/posix/Makefile.in.msgs (1.11), clean.sh (1.2):
add extension to identify type
2003-07-03 16:44 brodsom
* firebird2/configure.in (1.139):
Remove unused directory creation
2003-07-03 16:29 brodsom
* firebird2/clean.sh (1.1):
Add script to clean build generated files
2003-07-03 15:08 brodsom
* firebird2/builds/win32/clean_all.bat (1.2):
Add batch to remove build created files and directories
2003-07-03 14:44 brodsom
* firebird2/builds/win32/clean_all.bat (1.1):
Add batch to remove build created files and directories
2003-07-03 14:36 brodsom
* firebird2/builds/win32/: build6_all.bat (1.7), build_all.bat
(1.8), build_msg.bat (1.3), build_msg.mak (1.2), codes.mak (1.2),
fbclient_boot.mak (1.9), gpre.mak (1.8), make6_debug_examples.bat
(1.3), prepare.bat (1.15), preprocess.bat (1.13), msvc6/alice.dsp
(1.14), msvc6/alice_classic.dsp (1.11), msvc6/build_msg.dsp (1.2),
msvc6/burp.dsp (1.16), msvc6/burp_classic.dsp (1.14),
msvc6/codes.dsp (1.2), msvc6/dsql_server.dsp (1.19),
msvc6/dsql_server_classic.dsp (1.15), msvc6/engine.dsp (1.30),
msvc6/engine_classic.dsp (1.26), msvc6/engine_embed.dsp (1.7),
msvc6/fb_inet_server.dsp (1.16), msvc6/fbclient.dsp (1.32),
msvc6/fbclient_static.dsp (1.3), msvc6/fbembed.dsp (1.24),
msvc6/fbserver.dsp (1.27), msvc6/gbak.dsp (1.18), msvc6/gdef.dsp
(1.13), msvc6/gfix.dsp (1.16), msvc6/gpre.dsp (1.17),
msvc6/gpre_static.dsp (1.2), msvc6/gsec.dsp (1.12), msvc6/gstat.dsp
(1.13), msvc6/isql.dsp (1.18), msvc6/qli.dsp (1.12),
msvc6/utilities.dsp (1.12), msvc6/utilities_classic.dsp (1.10),
msvc6/v5_examples.dsp (1.2), msvc7/alice.vcproj (1.8),
msvc7/alice_classic.vcproj (1.8), msvc7/burp.vcproj (1.11),
msvc7/burp_classic.vcproj (1.11), msvc7/dsql_server.vcproj (1.10),
msvc7/dsql_server_classic.vcproj (1.10), msvc7/engine.vcproj
(1.21), msvc7/engine_classic.vcproj (1.20),
msvc7/engine_embed.vcproj (1.8), msvc7/fb_inet_server.vcproj (1.9),
msvc7/fbclient.vcproj (1.17), msvc7/fbembed.vcproj (1.14),
msvc7/fbserver.vcproj (1.10), msvc7/gbak.vcproj (1.11),
msvc7/gdef.vcproj (1.11), msvc7/gfix.vcproj (1.10),
msvc7/gpre.vcproj (1.13), msvc7/gsec.vcproj (1.10),
msvc7/gstat.vcproj (1.11), msvc7/isql.vcproj (1.11),
msvc7/qli.vcproj (1.10), msvc7/utilities.vcproj (1.10),
msvc7/utilities_classic.vcproj (1.9):
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 13:04 brodsom
* firebird2/builds/win32/: blrtable.bat (1.4), build6_all.bat
(1.6), parse.bat (1.3), prepare.bat (1.14), preprocess.bat (1.12):
minor changes
2003-07-03 04:13 brodsom
* firebird2/builds/win32/preprocess.bat (1.11):
Remove sed test since the normal build (without parse) doesn't need
sed or any other unix command.
2003-07-03 04:12 brodsom
* firebird2/builds/win32/build6_all.bat (1.5):
Minor changes
2003-07-03 04:12 brodsom
* firebird2/builds/win32/parse.bat (1.2):
-Change parse.bat to verify yacc/bison and sed and work with the
two parser generators.
2003-07-02 21:02 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/builds/: win32/preprocess.bat (1.10),
posix/make.shared.targets (1.12):
2007-12-12 04:21:55 +01:00
Add special action to be used in dyn_def.cpp. (remove dyn_def.sed)
2003-07-02 20:58 brodsom
* firebird2/src/gpre/: gpre.h (1.33), hsh.h (1.4), int.cpp (1.13),
int_cxx.cpp (1.11), par.cpp (1.20), words.h (1.3):
Add special action to be used in dyn_def.cpp.
2003-07-02 16:40 brodsom
* firebird2/builds/win32/: build6_all.bat (1.4), build_msg.bat
(1.2), prepare.bat (1.13), preprocess.bat (1.9):
Avoid using sed to edit epp files (excluding security.epp).
2003-07-02 14:57 brodsom
* firebird2/src/gpre/: gpre.cpp (1.25), gpre.h (1.32), gpreswi.h
(1.8), msc.cpp (1.6), msc_proto.h (1.4), par.cpp (1.19),
par_proto.h (1.4):
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 13:40 brodsom
* firebird2/builds/win32/: msvc6/Firebird2Boot.dsw (1.1),
build6_all.bat (1.3), msvc6/Firebird2.dsw (1.19):
New dsp's to replace nmake's (split boot workspace)
2003-07-02 11:40 dimitr
* firebird2/src/dsql/: parse.cpp (1.71), parse.y (1.78):
Correct the parser a bit.
2003-07-02 02:16 brodsom
* firebird2/src/dsql/: parse.cpp (1.70), parse.y (1.77), dsql.tab.h
(1.18), keywords.cpp (1.18):
Solve macro conflicts on win 32 when using bison and msvc
2003-07-02 01:19 brodsom
* firebird2/src/dsql/parse.sed (1.10):
Enable use of bison 1.35 (tested with gnuwin32 version)
2003-07-02 00:25 brodsom
* firebird2/builds/win32/build6_all.bat (1.2):
New dsp's to replace nmake's (correction)
2003-07-02 00:24 brodsom
* firebird2/builds/win32/: preprocess.bat (1.8), gpre.mak (1.7):
New dsp's to replace nmake's (gpre with BOOT_BUILD = gpre_static)
2003-07-01 21:20 brodsom
* firebird2/builds/win32/build6_all.bat (1.1):
New dsp's to replace nmake's
2003-07-01 20:49 brodsom
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.18),
fbclient_static.dsp (1.2):
New dsp's to replace nmake's
2003-07-01 20:45 brodsom
* firebird2/builds/win32/msvc6/: build_msg.dsp (1.1), codes.dsp
(1.1):
New dsp's to replace nmake's
2003-07-01 19:09 brodsom
* firebird2/builds/win32/msvc6/: common_static.dsp (1.1),
fbclient_static.dsp (1.1), gpre_static.dsp (1.1), Firebird2.dsw
(1.17):
New dsp's to replace nmake's
2003-06-30 20:12 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/prepare.bat (1.12):
2007-12-12 04:21:55 +01:00
Remove unneeded sed commands in build
2003-06-30 20:09 brodsom
* firebird2/: src/dudley/exe.epp (1.18),
builds/win32/msvc6/gbak.dsp (1.17):
Changes only inside #ifdef DEBUG. Needed to be able to build with
-DDEBUG on gcc.(there are also some format corrections)
2003-06-30 16:31 skidder
* firebird2/src/dsql/pass1.cpp (1.72):
Forbid pessimistic locks in queries with DISTINCT clause
2003-06-30 14:42 brodsom
* firebird2/builds/posix/prefix.mingw.README.html (1.12):
Update mingw instructions
2003-06-30 12:47 brodsom
* firebird2/src/: dsql/ddl.cpp (1.50), gpre/gpre_meta.epp (1.20):
Changes only inside #ifdef DEBUG. Needed to be able to build with
-DDEBUG on gcc.(there are also some format corrections)
2003-06-30 12:42 brodsom
* firebird2/src/burp/: backup.epp (1.24), mvol.cpp (1.13),
restore.epp (1.31):
Changes only inside #ifdef DEBUG. Needed to be able to build with
-DDEBUG on gcc.(there are also some format corrections)
2003-06-29 22:36 skidder
* firebird2/src/dsql/: dsql.h (1.28), metd.epp (1.26), pass1.cpp
(1.71):
Add checks to allow explicit pessimistic locks only in cases when
we really support them
2003-06-28 15:59 dimitr
* firebird2/src/dsql/ddl.cpp (1.49):
Fixed metadata cache issues with CREATE OR ALTER statement.
2003-06-27 18:16 brodsom
* firebird2/builds/win32/make6_debug_examples.bat (1.2):
Add batch and dsp to rebuild empbuild.c. (Correction use expand_ex
instead of expand)
2003-06-27 18:05 brodsom
* firebird2/generated/v5_examples/placeholder.txt (1.1):
Add batch and dsp to rebuild empbuild.c. The script is not included
in build process.
2003-06-27 17:59 brodsom
* firebird2/builds/win32/: msvc6/Firebird2.dsw (1.16),
msvc6/v5_examples.dsp (1.1), make6_debug_examples.bat (1.1):
Add batch and dsp to rebuild empbuild.c. The script is not included
in build process.
2008-03-24 20:52:36 +01:00
2003-06-26 12:44 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: gen.cpp (1.33), parse.cpp (1.69), parse.y
(1.76):
2007-12-12 04:21:55 +01:00
Some savepoint-related changes: 1. release single savepoint 2.
fixed exception handling
2008-03-24 20:52:36 +01:00
2003-06-25 09:44 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/dir_list.cpp (1.13):
2007-12-12 04:21:55 +01:00
Renamed environment variable. Fixed one temp-related crash.
2003-06-25 09:38 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/config.cpp (1.39):
2007-12-12 04:21:55 +01:00
Fixed manual TCP port assignment.
2003-06-24 11:28 dimitr
* firebird2/src/dsql/: parse.cpp (1.68), parse.y (1.75):
Fixed one more limitation in the parser.
2003-06-22 14:37 alexpeshkoff
* firebird2/doc/: README.NTSecurity (1.1), README.instsvc (1.1):
some more readme's
2003-06-22 13:52 alexpeshkoff
* firebird2/doc/sql.extensions/README.execute_statement (1.2):
fixed word repetition
2003-06-20 19:55 kkuznetsov
* firebird2/: builds/posix/prefix.solx86 (1.18),
builds/posix/prefix.solx86gcc (1.1), src/common/classes/tree.h
(1.12):
Trying to make FB2 compiler independant add prefix for SUN C
compiler and fix fist compilation error
2003-06-19 20:10 dimitr
* firebird2/src/common/config/: config.cpp (1.38), config.h (1.23):
Fixed the config option.
2003-06-18 15:29 alexpeshkoff
* firebird2/doc/sql.extensions/README.execute_statement (1.1):
Initial revision of EXECUTE STATEMENT description
2008-03-24 20:52:36 +01:00
2003-06-16 17:43 alexpeshkoff
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/dsql.cpp (1.54):
2007-12-12 04:21:55 +01:00
fixed diagnostic in EXECUTE STATEMENT & DirectoryList
2003-06-16 00:26 skidder
* firebird2/src/dsql/parse.y (1.74):
Oops. Part of my own RELEASE SAVEPOINT implementation leaked into
to the previous commit
2003-06-16 00:08 skidder
* firebird2/src/dsql/parse.y (1.73):
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 08:03 stryqx
* firebird2/configure.in (1.138):
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 07:57 stryqx
* firebird2/configure.in (1.137):
Fix a typo.
2003-06-13 09:56 dimitr
* firebird2/src/dsql/: dsql.h (1.27), pass1.cpp (1.70):
New error messages for: - gbak - DSQL layer (aggregate
tracking) - JRD layer (EXECUTE STATEMENT) - config stuff
2008-03-24 20:52:36 +01:00
2003-06-13 09:51 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/: include/gen/codes.h (1.10),
2007-12-12 04:21:55 +01:00
include/gen/codetext.h (1.5), include/gen/gds_codes.ftn (1.4),
include/gen/gds_codes.pas (1.5), include/gen/iberror.h (1.5),
include/gen/msgs.h (1.5), include/gen/rdb_codes.h (1.5),
include/gen/sql_code.h (1.6), burp/backup.epp (1.23):
New error messages for: - gbak - DSQL layer (aggregate
tracking) - JRD layer (EXECUTE STATEMENT) - config stuff
2003-06-13 03:17 skywalker
* firebird2/configure.in (1.136):
Create a required directory for super
2003-06-12 11:38 dimitr
* firebird2/src/dsql/pass1.cpp (1.69):
Disallowed explicit locking for aggregate queries. The same should
be done for stored procedure streams (joins require some work too).
2003-06-10 15:39 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: dsql.tab.h (1.17), gen.cpp (1.32),
keywords.cpp (1.17), node.h (1.23), parse.cpp (1.67), parse.y
(1.72), pass1.cpp (1.68):
2007-12-12 04:21:55 +01:00
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-08 22:59 hippoman
* firebird2/builds/win32/msvc7/: fb_inet_server.vcproj (1.8),
fb_lock_print.vcproj (1.13), fbclient.vcproj (1.16), fbembed.vcproj
(1.13), fbguard.vcproj (1.11), fbserver.vcproj (1.9), gbak.vcproj
(1.10), gdef.vcproj (1.10), gds32.vcproj (1.10), gfix.vcproj (1.9),
gpre.vcproj (1.12), gpre_boot.vcproj (1.12), gsec.vcproj (1.9),
gsplit.vcproj (1.5), gstat.vcproj (1.10), ib_udf.vcproj (1.10),
ib_util.vcproj (1.10), instreg.vcproj (1.9), instsvc.vcproj (1.9),
intl.vcproj (1.10), intlcpp.vcproj (1.4), isql.vcproj (1.10),
qli.vcproj (1.9):
*Synced msvc7 build *changed dir references related ro rc files to
relative paths.
2003-06-06 11:31 alexpeshkoff
* firebird2/builds/posix/: Makefile.in.fbserver (1.11),
prefix.linux (1.18):
fixing linux SS - trivial mistypes
2003-06-05 21:38 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc6/fbembed.dsp (1.23):
2007-12-12 04:21:55 +01:00
Add remote client to the embedded server again.
2003-06-05 15:12 dimitr
* firebird2/builds/win32/msvc6/engine.dsp (1.29):
Rolled back my previous optimization change.
2003-06-05 14:37 dimitr
* firebird2/src/dsql/parse.y (1.71):
Let's be GNU Bison 1.75 friendly.
2003-06-05 13:08 dimitr
* firebird2/src/dsql/parse.cpp (1.66):
Committed up-to-date parse.cpp.
2003-06-05 12:12 aafemt
2008-03-24 20:52:36 +01:00
* firebird2/src/include/fb_types.h (1.25):
2007-12-12 04:21:55 +01:00
Backward compatibility of public interface
2003-06-04 15:04 dimitr
* firebird2/builds/win32/msvc6/engine.dsp (1.28):
Fixed another issue with invalid VC6 optimization.
2003-06-04 10:29 paul_reeves
* firebird2/builds/win32/prepare.bat (1.11):
Add a warning about changed behaviour of prepare.bat.
2003-06-04 10:22 paul_reeves
* firebird2/builds/win32/: build_all.bat (1.7), prepare.bat (1.10):
Automate the Win32 build process a little bit more.
2003-06-03 12:26 skidder
* firebird2/src/burp/restore.epp (1.30):
Correct workaround of GCC 3.2 bug. Weirdness of our code fixed.
2003-06-03 12:14 aafemt
* firebird2/src/burp/restore.epp (1.29):
Workaround for GCC 3.2 bug
2003-06-02 18:11 skidder
* firebird2/src/dsql/parse.y (1.70):
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 15:55 alexpeshkoff
* firebird2/src/include/fb_string.h (1.6):
Fixed bug with case-sensitive filesystem
2003-06-01 21:17 skidder
* firebird2/doc/WhatsNew (1.34):
fix up WhatsNew
2003-06-01 21:14 skidder
* firebird2/doc/WhatsNew (1.33):
fix up WhatsNew
2003-06-01 20:42 dimitr
* firebird2/doc/WhatsNew (1.32):
Added RC3 notes.
2003-06-01 19:02 fsg
* firebird2/src/gpre/pas.cpp (1.10):
Some cosmetic changes
2003-06-01 10:09 dimitr
* firebird2/src/include/fb_string.h (1.5):
Fixed PathName compile issues.
2003-05-30 14:29 dimitr
* firebird2/src/dsql/parse.cpp (1.65):
Updated parse.cpp.
2003-05-30 14:17 alexpeshkoff
* firebird2/src/: common/config/config_file.cpp (1.10),
common/config/config_file.h (1.4), common/config/dir_list.cpp
2008-03-24 20:52:36 +01:00
(1.12), common/config/dir_list.h (1.9), include/fb_string.h (1.4):
2007-12-12 04:21:55 +01:00
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-28 05:33 paul_reeves
* firebird2/builds/win32/prepare.bat (1.9):
Fix typo
2003-05-25 12:44 fsg
* firebird2/: configure.in (1.135),
2008-03-24 20:52:36 +01:00
builds/posix/Makefile.in.boot.gpre (1.14):
2007-12-12 04:21:55 +01:00
Reenabled ada, fortran, cobol and pascal for gpre Install *udf.sql
into the UDF-directory for linux builds
2008-03-24 20:52:36 +01:00
2003-05-25 02:10 skidder
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/fb_types.h (1.24):
2007-12-12 04:21:55 +01:00
Move FB_ALIGN out of platform-dependent section as some parts of
code depend on its implementation unconditionally
2003-05-25 02:07 skidder
* firebird2/builds/posix/: make.rules (1.18), prefix.mingw (1.18):
Allow C programs use our shared libraries on Linux and other POSIX
platforms
2003-05-25 02:04 skidder
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/: Makefile.in.extlib (1.10), make.defaults
(1.23):
2007-12-12 04:21:55 +01:00
Fix UDF linkage problems on linux
2003-05-24 19:27 skidder
* firebird2/src/dsql/parse.sed (1.9):
Oops. Forgot to commit sed-script for parse.y
2003-05-24 17:18 skidder
* firebird2/src/dsql/parse.y (1.69):
Add comment
2003-05-24 15:44 fsg
* firebird2/src/gpre/pas.cpp (1.9):
Some fixes to allow to compile gpre with --with-gpre-pascal again
2003-05-23 18:55 skidder
* firebird2/src/dsql/parse.y (1.68):
Make FIRST/SKIP keywords non-reserved
2003-05-22 14:42 paul_reeves
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/prepare.bat (1.8):
2007-12-12 04:21:55 +01:00
Update Win32 install script and associated files
2003-05-22 08:39 alexpeshkoff
* firebird2/src/common/config/config_file.cpp (1.9):
Fixed problem with fbclient on 9x
2003-05-20 17:39 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h (1.85):
Fixed win32 build. VC6 doesn't have mkstemp().
2003-05-16 22:34 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/include/fb_types.h (1.23):
2007-12-12 04:21:55 +01:00
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-14 10:15 dimitr
* firebird2/src/dsql/: ddl.cpp (1.48), pass1.cpp (1.67):
Enabled BREAK/LEAVE and EXITcommands in non-system triggers.
2003-05-14 07:39 eku
* firebird2/: configure.in (1.134),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.84):
2007-12-12 04:21:55 +01:00
Check for the function mkstemp(). If it's not available, fall back
to mktemp().
2003-05-11 21:32 skidder
* firebird2/src/dsql/pass1.cpp (1.66):
Use explicit pessimistic locks only if WITH LOCK clause is
specified
2003-05-11 15:23 dimitr
* firebird2/builds/win32/defs/: fbclient.def (1.2),
fbclient_debug.def (1.2):
Restored compatibility ordinals. Unfortunately, too many software
depend on them.
2003-05-10 17:13 dimitr
* firebird2/doc/WhatsNew (1.31):
Update.
2003-05-10 16:36 hippoman
* firebird2/builds/win32/: make7_debug.bat (1.3), make7_release.bat
(1.3):
* moved intlcpp also to output dir
2003-05-10 16:36 hippoman
* firebird2/builds/win32/build_all.bat (1.6):
* called build_msgs from build_all
2003-05-09 18:02 skidder
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/alld.cpp (1.10):
2007-12-12 04:21:55 +01:00
Cleanup
2003-05-09 17:10 hippoman
* firebird2/builds/win32/msvc7/: engine.vcproj (1.20),
engine_classic.vcproj (1.19), Firebird2.sln (1.9), common.vcproj
(1.9), common_classic.vcproj (1.7), engine_embed.vcproj (1.7),
fbclient.vcproj (1.15), fbembed.vcproj (1.12):
* Synced the msvc7 build files
2003-05-08 19:40 skidder
* firebird2/doc/WhatsNew (1.30):
better description for some of RC2 changes
2003-05-08 12:31 alexpeshkoff
* firebird2/src/common/config/config_file.cpp (1.8):
For BootBuild don't give any diagnostic for missing firebird.conf.
For wrong firebird.conf - standard diagnostic.
2003-05-08 09:15 dimitr
* firebird2/doc/WhatsNew (1.29):
Added RC2 changes.
2003-05-07 15:46 skidder
* firebird2/src/include/fb_types.h (1.22):
Fix a reason of several observed xdr-related crashes. Bug was
introduced during initial C++ porting effort
2003-05-07 13:13 skidder
* firebird2/src/common/classes/alloc.cpp (1.29):
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 12:30 dimitr
* firebird2/builds/win32/fbclient_boot.mak (1.8):
Fixed win32 build process.
2003-05-07 09:51 dimitr
* firebird2/src/common/config/config.cpp (1.37):
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 09:25 dimitr
* firebird2/src/common/config/config.cpp (1.36):
Corrected default value, as suggested by Nickolay.
2003-05-07 03:57 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.65):
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 17:04 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/config.cpp (1.35):
2007-12-12 04:21:55 +01:00
Changed default value.
2003-05-05 18:11 skidder
* firebird2/builds/win32/common_boot.mak (1.7):
Make Win32 build compile
2003-05-05 14:26 alexpeshkoff
* firebird2/src/common/config/: dir_list.cpp (1.11), dir_list.h
(1.8):
Enable spaces & tabs in directory list
2003-05-05 13:55 skidder
* firebird2/src/common/classes/array.h (1.3):
Fix compiler warnings
2003-05-05 12:45 alexpeshkoff
* firebird2/src/common/config/config_file.cpp (1.7):
Preprocessor cleanup
2003-05-05 12:36 dimitr
* firebird2/builds/win32/msvc6/fbembed.dsp (1.22):
Updated project files
2003-05-05 12:32 dimitr
* firebird2/doc/README.user.embedded (1.1):
Added notes for the embedded server
2003-05-05 09:38 alexpeshkoff
* firebird2/builds/posix/make.shared.variables (1.25):
Dropped second entry for rpb_chain
2003-05-05 00:02 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.64):
fixed a typo and changed some comments
2003-05-02 18:04 alexpeshkoff
* firebird2/src/burp/: burp.cpp (1.33), spit.cpp (1.11), spit.h
(1.2), std_desc.h (1.1):
Fixed bug with stdin/stdout use in win32 version of gbak
2003-05-02 17:20 alexpeshkoff
* firebird2/src/dsql/pass1.cpp (1.63):
Fixed server crash in EXECUTE STATEMENT combined with exceptions
handling block
2003-05-01 15:28 dimitr
* firebird2/: src/common/config/config_file.cpp (1.6),
builds/win32/msvc6/fbclient.dsp (1.31):
Bugfix
2003-05-01 14:19 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: dir_list.cpp (1.10), dir_list.h
(1.7):
2007-12-12 04:21:55 +01:00
Temporary directory management
2003-05-01 13:35 dimitr
* firebird2/src/common/config/: config.cpp (1.34), config.h (1.22):
Temporary directory management
2003-04-29 16:23 alexpeshkoff
* firebird2/builds/posix/make.shared.variables (1.24):
added rpb_chain to posix build
2003-04-28 20:57 fsg
* firebird2/builds/posix/make.shared.variables (1.23):
Update linux makefiles to reflect rpb_chain changes
2003-04-28 20:24 skidder
* firebird2/builds/win32/msvc7/: engine.vcproj (1.19),
engine_classic.vcproj (1.18), engine_embed.vcproj (1.6):
Update MSVC7 makefiles to reflect rpb_chain changes
2003-04-28 09:41 dimitr
* firebird2/src/dsql/ddl.cpp (1.47):
Damn, what I was thinking about that time?
2003-04-26 12:08 alexpeshkoff
* firebird2/src/common/classes/array.h (1.2):
Don't execute any constructors / destructors for elements of class
T
2008-03-24 20:52:36 +01:00
2003-04-25 16:51 alexpeshkoff
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc6/: common.dsp (1.20),
common_classic.dsp (1.14), engine.dsp (1.27), engine_classic.dsp
(1.25), engine_embed.dsp (1.6):
2007-12-12 04:21:55 +01:00
Fixed bug with wrong rpb contents after pre-triggers execution
2003-04-25 16:47 alexpeshkoff
* firebird2/src/common/classes/array.h (1.1):
Added dynamic arrays support
2003-04-23 18:17 skidder
* firebird2/builds/win32/common_boot.mak (1.6):
Fix up makefile a little
2003-04-20 18:26 skidder
* firebird2/doc/fb2-todo.txt (1.1):
Added TODO for Firebird 2
2003-04-20 05:30 hippoman
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.8), alice.vcproj
(1.7), alice_classic.vcproj (1.7), burp.vcproj (1.10),
burp_classic.vcproj (1.10), common.vcproj (1.8),
common_classic.vcproj (1.6), dsql_server.vcproj (1.9),
dsql_server_classic.vcproj (1.9), engine.vcproj (1.18),
engine_classic.vcproj (1.17), engine_embed.vcproj (1.5),
fb_inet_server.vcproj (1.7), fb_lock_print.vcproj (1.12),
fbclient.vcproj (1.14), fbembed.vcproj (1.11), fbguard.vcproj
(1.10), fbserver.vcproj (1.8), fbudf.vcproj (1.6), gbak.vcproj
(1.9), gdef.vcproj (1.9), gds32.vcproj (1.9), gfix.vcproj (1.8),
gpre.vcproj (1.11), gpre_boot.vcproj (1.11), gsec.vcproj (1.8),
gsplit.vcproj (1.4), gstat.vcproj (1.9), ib_udf.vcproj (1.9),
ib_util.vcproj (1.9), instreg.vcproj (1.8), instsvc.vcproj (1.8),
intl.vcproj (1.9), intlcpp.vcproj (1.3), ipserver.vcproj (1.9),
isql.vcproj (1.9), lock.vcproj (1.8), lock_classic.vcproj (1.8),
qli.vcproj (1.8), remote.vcproj (1.11), remote_classic.vcproj
(1.11), utilities.vcproj (1.9), utilities_classic.vcproj (1.8),
wal.vcproj (1.8), wal_classic.vcproj (1.8):
* Sync the msvc7 build
2003-04-19 19:01 alexpeshkoff
* firebird2/builds/win32/msvc6/common_classic.dsp (1.13):
Exit on missing / wrong firebird.conf with error report in system
log
2003-04-19 18:44 alexpeshkoff
* firebird2/: src/common/config/config.cpp (1.33),
src/common/config/config_file.cpp (1.5),
2008-03-24 20:52:36 +01:00
src/common/config/config_file.h (1.3),
builds/win32/msvc6/common.dsp (1.19),
builds/posix/make.shared.variables (1.22):
2007-12-12 04:21:55 +01:00
Exit on missing / wrong firebird.conf with error report in system
log
2003-04-18 12:30 paul_reeves
* firebird2/builds/win32/preprocess.bat (1.7):
Update reference to downloadable file.
2003-04-17 22:58 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.62):
bugfix: stored procedure with input parameters and aggregate
tracking/validating methods failed
2003-04-17 20:42 bellardo
* firebird2/configure.in (1.133):
Don't forget to create the darwin specific OS directories in gen/*
2003-04-17 20:41 bellardo
* firebird2/autogen.sh (1.8):
Fix the permissions on the configure script, just in case it is
needed (like on Darwin)
2003-04-17 00:49 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.61):
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 12:16 aafemt
* firebird2/src/: alice/alice.h (1.15), alice/tdr.cpp (1.17),
burp/backup.epp (1.22), burp/burp.cpp (1.32), burp/burp.h (1.17),
burp/canonical.cpp (1.20), burp/restore.epp (1.28), dsql/dsql.cpp
(1.53), dsql/errd.cpp (1.16), dsql/metd.epp (1.25), dsql/movd.cpp
(1.7), dsql/preparse.cpp (1.16), dsql/user_dsql.cpp (1.20),
dudley/exe.epp (1.17), dudley/extract.epp (1.11), dudley/lex.cpp
2008-03-24 20:52:36 +01:00
(1.13), gpre/gpre_meta.epp (1.19):
2007-12-12 04:21:55 +01:00
Introduce of ISC_STATUS_ARRAY
2003-04-16 12:10 aafemt
* firebird2/src/include/fb_types.h (1.21):
Introduce of ISC_STATUS_ARRAY
2003-04-15 11:19 dimitr
* firebird2/builds/win32/msvc6/instsvc.dsp (1.12):
Corrected a typo.
2003-04-14 21:21 skidder
* firebird2/builds/posix/prefix.linux (1.17):
Be compatible with older machines
2003-04-13 17:18 skidder
* firebird2/doc/WhatsNew (1.28):
Add description for my lock manager changes
2003-04-13 16:50 dimitr
* firebird2/doc/WhatsNew (1.27):
Added RC1 changes.
2003-04-13 15:07 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/msgs.h (1.4):
2007-12-12 04:21:55 +01:00
Updated messages database.
2003-04-13 14:14 dimitr
* firebird2/builds/win32/: build_msg.bat (1.1), build_msg.mak
(1.1), codes.mak (1.1), prepare.bat (1.7), preprocess.bat (1.6):
Updated win32 build.
2003-04-12 18:34 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: config.cpp (1.32), config.h (1.21):
2007-12-12 04:21:55 +01:00
Restrict UDF access via UdfAccess entry in firebird.conf
2003-04-12 12:24 alexpeshkoff
* firebird2/src/common/config/dir_list.cpp (1.9):
Directory access restrictions don't apply now to BOOT_BUILD
2003-04-11 12:32 paul_reeves
* firebird2/builds/win32/: blrtable.bat (1.3), build_all.bat (1.5),
build_boot.bat (1.4), prepare.bat (1.6):
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:17 dimitr
* firebird2/builds/win32/: common_boot.mak (1.5), fbclient_boot.mak
(1.7), gpre.mak (1.6), gpre_boot.mak (1.6):
Fixed win32 build.
2003-04-10 12:48 aafemt
* firebird2/src/include/fb_types.h (1.20):
STATUS -> ISC_STATUS. Finalize
2003-04-10 09:50 eku
* firebird2/builds/posix/: Makefile.in.embed.qli (1.10),
Makefile.in.msgs (1.10), Makefile.in.refDatabases (1.16),
make.shared.targets (1.11):
Fixed typo: LN_S->LN
2003-04-10 08:34 eku
* firebird2/builds/posix/: Makefile.in.embed.qli (1.9),
Makefile.in.example5 (1.6), Makefile.in.firebird (1.36),
Makefile.in.msgs (1.9), Makefile.in.refDatabases (1.15), make.rules
(1.17), make.shared.targets (1.10):
Use predefined macros from make.defaults!
2003-04-10 08:19 aafemt
* firebird2/src/: dudley/ddl.cpp (1.14), dudley/ddl_proto.h (1.4),
dudley/exe.epp (1.16), dudley/extract.epp (1.10), dudley/lex.cpp
(1.12), gpre/gpre_meta.epp (1.18), gpre/gpre_meta_boot.cpp (1.15):
STATUS -> ISC_STATUS
2003-04-10 08:14 aafemt
* firebird2/src/dsql/: array.epp (1.10), array_proto.h (1.2),
blob.epp (1.9), blob_proto.h (1.2), ddl.cpp (1.46), dsql.cpp
(1.52), dsql.h (1.26), dsql_proto.h (1.7), errd.cpp (1.15),
errd_proto.h (1.3), metd.epp (1.24), movd.cpp (1.6), parse.cpp
(1.64), parse.y (1.67), pass1.cpp (1.60), prepa_proto.h (1.4),
preparse.cpp (1.15), user__proto.h (1.4), user_dsql.cpp (1.19),
utld.cpp (1.12), utld_proto.h (1.3):
STATUS -> ISC_STATUS
2003-04-10 08:10 aafemt
* firebird2/src/common/fb_exception.cpp (1.4):
STATUS -> ISC_STATUS
2003-04-10 08:06 aafemt
* firebird2/src/burp/: backup.epp (1.21), burp.cpp (1.31), burp.h
(1.16), burp_proto.h (1.3), canonical.cpp (1.19), restore.epp
(1.27):
STATUS -> ISC_STATUS
2003-04-10 08:02 aafemt
* firebird2/src/: include/fb_exception.h (1.6), include/fb_types.h
(1.19), alice/alice.cpp (1.27), alice/alice.h (1.14),
alice/alice_meta.epp (1.11), alice/alice_meta.h (1.3),
alice/alice_proto.h (1.2), alice/tdr.cpp (1.16), alice/tdr_proto.h
(1.4):
STATUS -> ISC_STATUS
2003-04-09 12:51 dimitr
* firebird2/src/dsql/parse.y (1.66):
Misprint.
2003-04-09 12:18 dimitr
* firebird2/src/dsql/parse.y (1.65):
no message
2003-04-09 12:14 dimitr
* firebird2/src/dsql/: dsql.tab.h (1.16), parse.cpp (1.63), parse.y
(1.64):
Fixed migration rule in the parser which allows columns to be
renamed.
2003-04-09 12:08 dimitr
* firebird2/builds/win32/msvc6/: alice.dsp (1.13),
alice_classic.dsp (1.10), burp.dsp (1.15), burp_classic.dsp (1.13),
common.dsp (1.18), common_classic.dsp (1.12), dsql_server.dsp
(1.18), dsql_server_classic.dsp (1.14), engine.dsp (1.26),
engine_classic.dsp (1.24), engine_embed.dsp (1.5),
fb_inet_server.dsp (1.15), fb_lock_print.dsp (1.16), fbclient.dsp
(1.30), fbembed.dsp (1.21), fbguard.dsp (1.16), fbserver.dsp
(1.26), fbudf.dsp (1.9), gbak.dsp (1.16), gdef.dsp (1.12),
gds32.dsp (1.17), gfix.dsp (1.15), gpre.dsp (1.16), gpre_boot.dsp
(1.16), gsec.dsp (1.11), gsplit.dsp (1.5), gstat.dsp (1.12),
ib_udf.dsp (1.14), ib_util.dsp (1.14), instreg.dsp (1.11),
instsvc.dsp (1.11), intl.dsp (1.19), intlcpp.dsp (1.4),
ipserver.dsp (1.12), isql.dsp (1.17), lock.dsp (1.11),
lock_classic.dsp (1.9), qli.dsp (1.11), remote.dsp (1.16),
remote_classic.dsp (1.13), utilities.dsp (1.11),
utilities_classic.dsp (1.9), wal.dsp (1.11), wal_classic.dsp (1.9):
Fixed win32 build.
2003-04-08 12:41 brodsom
* firebird2/builds/posix/prefix.mingw.README.html (1.11):
Update MINGW readme
2003-04-08 12:20 aafemt
* firebird2/: builds/posix/Makefile.in.firebird (1.35),
2008-03-24 20:52:36 +01:00
builds/posix/make.rules (1.16), src/include/gen/codes.h (1.9):
2007-12-12 04:21:55 +01:00
Public headers don't use pathes in #include directives any more.
Now they can be provided 'as is'
2003-04-08 12:09 aafemt
* firebird2/builds/posix/Makefile.in.v5_examples (1.8):
Better exampes' copying
2003-04-08 03:01 brodsom
* firebird2/src/dudley/ddl.cpp (1.13):
Dudley warning fixes
2003-04-08 02:31 brodsom
* firebird2/src/dsql/: ddl.cpp (1.45), dsql.cpp (1.51), gen.cpp
(1.31), pass1.cpp (1.59):
DSQL warning fixes.
2003-04-07 23:51 brodsom
* firebird2/src/burp/: restore.epp (1.26), mvol.cpp (1.12),
burp.cpp (1.30), backup.epp (1.20):
- Fixes for burp warnings.
2003-04-07 17:48 alexpeshkoff
* firebird2/src/common/config/: dir_list.cpp (1.8), dir_list.h
(1.6):
Removed g++ warnings
2003-04-07 12:14 aafemt
* firebird2/builds/posix/Makefile.in.firebird (1.34):
fix typo
2008-03-24 20:52:36 +01:00
2003-04-06 17:01 alexpeshkoff
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: dir_list.h (1.5), config.cpp
(1.31), config.h (1.20), dir_list.cpp (1.7):
2007-12-12 04:21:55 +01:00
New style of files access configuration
2003-04-06 13:40 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/ftn.cpp (1.20):
2007-12-12 04:21:55 +01:00
1. Fixed potential buffer overflow in gds__prefix* family of
functions. 2. Changed second parameter declaration to be const.
2003-04-06 13:34 dimitr
* firebird2/src/dsql/parse.y (1.63):
no message
2003-04-06 13:20 dimitr
* firebird2/src/dsql/: dsql.tab.h (1.15), keywords.cpp (1.16),
misc_func.cpp (1.3), node.h (1.22), parse.cpp (1.62), parse.y
(1.62), pass1.cpp (1.58):
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 12:09 dimitr
* firebird2/src/dsql/: dsql.h (1.25), make.cpp (1.30):
Cleanup.
2003-04-06 11:08 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/dir_list.h (1.4):
2007-12-12 04:21:55 +01:00
Code cleanup
2003-04-04 12:40 aafemt
* firebird2/builds/posix/Makefile.in.static.gbak (1.6):
Prevent static gbak from multiple build
2003-04-03 23:36 skidder
* firebird2/src/dsql/dsql.h (1.24):
Make PROD_BUILD compile again
2008-03-24 20:52:36 +01:00
2003-04-03 20:43 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/make.cpp (1.29):
2007-12-12 04:21:55 +01:00
Avoid signed unsigned comparisons
2003-04-03 19:14 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/canonical.cpp (1.18):
2007-12-12 04:21:55 +01:00
Avoid signed unsigned comparison
2003-04-03 15:32 alexpeshkoff
* firebird2/src/common/config/dir_list.cpp (1.6):
Enabled up-dir access for fully opened filesystem
2003-04-03 14:41 eku
* firebird2/src/dsql/parse.sed (1.8):
Fixed a compilation error with code generated by the SVR4 yacc.
2003-04-03 11:29 brodsom
* firebird2/src/dsql/: pass1.cpp (1.57), make.cpp (1.28), metd.epp
(1.23), dsql.h (1.23):
- Spli macro to avoid not used warnings - Minor code formatting
2003-04-03 10:52 brodsom
* firebird2/src/gpre/cob.cpp (1.22):
ifdef unused code
2003-04-03 10:51 brodsom
* firebird2/src/burp/: burpswi.h (1.7), spit.cpp (1.10):
Move definitions only used by gspit to spit.cpp
2003-04-03 09:35 eku
* firebird2/builds/posix/make.shared.targets (1.9):
SVR4 yacc doesn't support '-b' option. So use 'mv' to achieve the
same result.
2003-04-03 08:55 eku
* firebird2/src/dsql/parse.y (1.61):
SVR4 yacc doesn't like C++ style comments!
2003-04-03 04:03 brodsom
* firebird2/src/dudley/: trn.cpp (1.11), exe.epp (1.15), expand.cpp
(1.11), extract.epp (1.9):
- Correct formats - Remove unused var - ifdef unused code
2003-04-03 04:00 brodsom
* firebird2/src/dudley/: parse.cpp (1.17), ddl.h (1.7):
- Move definition from header to the c which use it. - Remove
unused var - Change NULL to 0
2003-04-03 03:48 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: dsql.cpp (1.50), hsh.cpp (1.10):
2007-12-12 04:21:55 +01:00
Correct formats
2003-04-03 03:36 brodsom
* firebird2/src/dsql/: parse.cpp (1.61), parse.y (1.60), dsql.tab.h
(1.14):
- Update parser (with byacc 1.9)
2003-04-03 00:24 brodsom
* firebird2/builds/posix/make.shared.targets (1.8):
Filter crlf in windows platform
2008-03-24 20:52:36 +01:00
2003-04-02 17:14 alexpeshkoff
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/dir_list.cpp (1.5):
2007-12-12 04:21:55 +01:00
Fixed use of / and c:\ in directories list
2003-04-02 14:07 brodsom
* firebird2/src/gpre/gpre.cpp (1.24):
- Add some ifdefs to isolate better the langs
2003-04-02 13:49 brodsom
* firebird2/src/gpre/pretty.cpp (1.10):
- Remove ugly & unneeded casts
2003-04-02 13:14 brodsom
* firebird2/src/common/config/dir_list.cpp (1.4):
- Avoid signed-unsigned comparison
2003-04-02 01:47 brodsom
* firebird2/builds/posix/prefix.mingw.README.html (1.10):
Update MINGW readme
2003-04-01 13:49 brodsom
* firebird2/src/gpre/: pat.cpp (1.8), exp.cpp (1.12), c_cxx.cpp
(1.20):
Correct formats
2003-04-01 01:40 brodsom
* firebird2/src/dsql/: parse.y (1.59), keywords.cpp (1.15),
parse.sed (1.7):
Changes to allow use of bison to create parse.cpp
2003-03-31 21:11 arnobrinkman
* firebird2/src/dsql/: gen.cpp (1.30), make.cpp (1.27), pass1.cpp
(1.56):
bugfix: 1) bug with sub-selects inside COALESCE function. 2) bug
with parameter ordering.
2003-03-31 19:41 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: config.cpp (1.30), config.h (1.19):
2007-12-12 04:21:55 +01:00
Added DatabasesDirs parameter to firebird.conf. Databases may be
accessed only in trees, listed there. For compatibility reasons,
default = /
2003-03-31 12:29 aafemt
* firebird2/builds/posix/: Makefile.in.client.util (1.9),
Makefile.in.fbserver (1.10), Makefile.in.libfbclient (1.14),
prefix.mingw (1.17):
Improve Win32 build. Add resources to superserver
2003-03-28 14:53 brodsom
* firebird2/builds/posix/prefix.mingw.README.html (1.9):
Update MINGW readme with a note about crash in v5_examples due to
locking bug.
2003-03-28 12:29 aafemt
* firebird2/builds/posix/: Makefile.in.client.gbak (1.6),
Makefile.in.client.gfix (1.7), Makefile.in.client.gpre (1.9),
Makefile.in.client.isql (1.6), Makefile.in.embed.gbak (1.6),
Makefile.in.embed.gfix (1.7), Makefile.in.embed.gpre (1.9),
Makefile.in.embed.isql (1.6), Makefile.in.embed.qli (1.8),
Makefile.in.embed.util (1.8), Makefile.in.fbserver (1.9),
Makefile.in.inet_server (1.11), Makefile.in.libfbserver (1.6),
make.defaults (1.22), make.rules (1.15), make.shared.targets (1.7),
prefix.mingw (1.16):
Ironing POSIX build. Resources were added to some exe and dll's
2003-03-27 18:15 brodsom
* firebird2/src/gpre/: int_cxx.cpp (1.10), int.cpp (1.12), ftn.cpp
(1.19), c_cxx.cpp (1.19), cob.cpp (1.21), ada.cpp (1.15):
Fix some wrong format strings/argument lists
2003-03-27 12:21 aafemt
* firebird2/: builds/posix/Makefile.in.client.gbak (1.5),
builds/posix/Makefile.in.client.gdef (1.5),
builds/posix/Makefile.in.client.gfix (1.6),
builds/posix/Makefile.in.client.gpre (1.8),
builds/posix/Makefile.in.client.isql (1.5),
builds/posix/Makefile.in.client.util (1.8),
builds/posix/Makefile.in.codes (1.5),
builds/posix/Makefile.in.embed.gbak (1.5),
builds/posix/Makefile.in.embed.gdef (1.5),
builds/posix/Makefile.in.embed.gfix (1.6),
builds/posix/Makefile.in.embed.gpre (1.8),
builds/posix/Makefile.in.embed.isql (1.5),
builds/posix/Makefile.in.embed.lockmgr (1.5),
builds/posix/Makefile.in.embed.qli (1.7),
builds/posix/Makefile.in.embed.util (1.7),
builds/posix/Makefile.in.example5 (1.5),
builds/posix/Makefile.in.extern.editline (1.2),
builds/posix/Makefile.in.extlib (1.9),
builds/posix/Makefile.in.fbserver (1.8),
builds/posix/Makefile.in.fbutil (1.6),
builds/posix/Makefile.in.firebird (1.33),
builds/posix/Makefile.in.gpre (1.7),
builds/posix/Makefile.in.inet_server (1.10),
builds/posix/Makefile.in.intl (1.11),
builds/posix/Makefile.in.libfbclient (1.13),
builds/posix/Makefile.in.libfbcommon (1.6),
builds/posix/Makefile.in.libfbembed (1.10),
builds/posix/Makefile.in.libfbserver (1.5),
builds/posix/Makefile.in.libfbstatic (1.5),
builds/posix/Makefile.in.msgs (1.8),
builds/posix/Makefile.in.refDatabases (1.14),
builds/posix/Makefile.in.static.gbak (1.5),
builds/posix/Makefile.in.static.gpre (1.10),
builds/posix/Makefile.in.static.isql (1.6),
builds/posix/Makefile.in.v5_examples (1.7),
builds/posix/make.defaults (1.21), builds/posix/make.rules (1.14),
builds/posix/prefix.mingw (1.15),
builds/posix/prefix.mingw.README.html (1.8), doc/README.makefiles
(1.3):
Ironing POSIX build
2003-03-27 12:16 aafemt
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/Makefile.in.jrd (1.10):
2007-12-12 04:21:55 +01:00
Remove obsolete files
2003-03-27 04:16 brodsom
* firebird2/builds/posix/prefix.mingw.README.html (1.7):
Update instructions to build parse.cpp with bison.
2003-03-27 04:14 brodsom
* firebird2/builds/posix/prefix.mingw (1.14):
Modify warning options. Remove unknown-pragmas and add format and
signed compare
2003-03-26 12:08 brodsom
* firebird2/builds/posix/: Makefile.in.static.isql (1.5),
Makefile.in.v5_examples (1.6), Makefile.in.static.gbak (1.4):
Correct typing errors
2003-03-25 14:24 brodsom
* firebird2/builds/posix/prefix.mingw.README.html (1.6):
Update the MINGW readme after the event problem was resolved.
2003-03-25 12:07 aafemt
* firebird2/builds/posix/: Makefile.in.fbserver (1.7),
Makefile.in.inet_server (1.9), Makefile.in.libfbclient (1.12),
Makefile.in.libfbembed (1.9), prefix.mingw (1.13),
prefix.mingw.README.html (1.5):
Another step towards MinGW CS build
2003-03-25 03:22 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/: msvc6/engine.dsp (1.25),
msvc6/engine_classic.dsp (1.23), msvc6/engine_embed.dsp (1.4),
msvc7/engine.vcproj (1.17), msvc7/engine_classic.vcproj (1.16),
msvc7/engine_embed.vcproj (1.4):
2007-12-12 04:21:55 +01:00
Remove WINDOWS_ONLY remains
2003-03-23 17:50 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: dir_list.cpp (1.3), dir_list.h
(1.3):
2007-12-12 04:21:55 +01:00
External files access restriction cleanup
2003-03-22 07:18 dimitr
* firebird2/src/burp/: backup.epp (1.19), restore.epp (1.25):
Rolled back part of my previous commit. In fact, only one line fix
was required.
2003-03-21 17:19 dimitr
* firebird2/src/burp/: backup.epp (1.18), restore.epp (1.24):
Fixed (porting?) bugs related to GBAK and Services API.
2003-03-21 14:11 brodsom
* firebird2/builds/win32/msvc6/: gbak.dsp (1.15), gsplit.dsp (1.4):
Remove wsock32.lib (thanks to Claudio)
2003-03-21 12:53 aafemt
* firebird2/: configure.in (1.132),
builds/posix/Makefile.in.client.util (1.7),
builds/posix/Makefile.in.libfbclient (1.11),
builds/posix/make.defaults (1.20), builds/posix/prefix.mingw
(1.12), builds/posix/prefix.mingw.README.html (1.4):
Few improvements for Win32 SS build procedure
2003-03-20 12:11 aafemt
* firebird2/: configure.in (1.131),
builds/posix/Makefile.in.firebird (1.32),
2008-03-24 20:52:36 +01:00
builds/posix/make.defaults (1.19):
2007-12-12 04:21:55 +01:00
Version information is concentrated in src/misc/writeBuildNum.sh
2003-03-20 10:32 dimitr
* firebird2/src/burp/burp.cpp (1.29):
no message
2003-03-19 12:33 skidder
* firebird2/src/alice/all.cpp (1.11):
Fix up memory leak in gfix I introduced quite some time ago.
Noticed by Mike Nordell
2003-03-19 09:49 dimitr
* firebird2/builds/win32/msvc6/: intl.dsp (1.18), intlcpp.dsp
(1.3):
Fixed LD2_lookup issue.
2003-03-18 09:58 dimitr
* firebird2/builds/win32/msvc6/gds32.dsp (1.16):
Updated project files: - moved gds32_debug.def - removed IB7
functions from compatibility gds32
2003-03-18 09:48 dimitr
* firebird2/builds/win32/: gds32_debug.def (1.4), defs/gds32.def
(1.2), defs/gds32_debug.def (1.1):
Updated project files: - moved gds32_debug.def - removed IB7
functions from compatibility gds32
2003-03-18 04:05 brodsom
* firebird2/builds/win32/: prepare.bat (1.5), make6_debug.bat
(1.6), make6_release.bat (1.6), make7_debug.bat (1.2),
make7_release.bat (1.2):
Changes to build with help.fdb
2003-03-18 03:13 brodsom
* firebird2/src/include/fb_types.h (1.18):
Comment unused types
2003-03-18 02:35 brodsom
* firebird2/src/burp/canonical.cpp (1.17):
Remove unneeded/unused code
2003-03-17 19:01 alexpeshkoff
* firebird2/src/common/config/dir_list.h (1.2):
Added required comments
2003-03-17 18:57 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: config.cpp (1.29), config.h (1.18):
2007-12-12 04:21:55 +01:00
Fixed names and default value for EXTERNAL_TABLES_DIRS config
parameter
2003-03-17 13:05 eku
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/: Makefile.in.codes (1.4),
Makefile.in.embed.qli (1.6), Makefile.in.example5 (1.4),
Makefile.in.firebird (1.31), Makefile.in.jrd (1.9),
Makefile.in.msgs (1.7), Makefile.in.refDatabases (1.13),
Makefile.in.v5_examples (1.5), make.shared.targets (1.6):
2007-12-12 04:21:55 +01:00
Changed the default extensions for databases from .gdb to .fdb The
Windows and OS X builds have not been updated yet.
2003-03-16 13:04 dimitr
* firebird2/src/dsql/keywords.cpp (1.14):
Cleanup.
2003-03-16 11:54 dimitr
* firebird2/src/dsql/sym.h (1.3):
Cleanup.
2003-03-15 21:20 alexpeshkoff
* firebird2/builds/: win32/msvc6/common.dsp (1.17),
win32/msvc6/common_classic.dsp (1.11), posix/make.shared.variables
(1.21):
Now external tables are checked against directories list
2003-03-15 21:19 alexpeshkoff
* firebird2/src/common/config/dir_list.cpp (1.2):
Small posix fix
2003-03-15 21:15 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: dir_list.cpp (1.1), dir_list.h
(1.1):
2007-12-12 04:21:55 +01:00
Now external tables are checked against directories list
2003-03-15 21:02 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: config.cpp (1.28), config.h (1.17):
2007-12-12 04:21:55 +01:00
Add new config parameter
2003-03-15 17:52 skidder
* firebird2/builds/posix/prefix.linux (1.16):
Fixup optimization flags to produce fastest possible but still
correct binary
2003-03-15 09:14 dimitr
* firebird2/src/dsql/ddl.cpp (1.44):
Fixed another bug with RECREATE VIEW.
2003-03-15 05:21 hippoman
* firebird2/builds/win32/msvc7/ipserver.vcproj (1.8):
* define SUPERSERVER.
2003-03-15 03:58 hippoman
* firebird2/builds/win32/: make7_debug.bat (1.1), make7_release.bat
(1.1):
* Added Batch build for msvc7
2003-03-13 18:02 skidder
* firebird2/doc/WhatsNew (1.26):
Added notes about Services API
2003-03-13 17:54 skidder
* firebird2/src/alice/: exe.cpp (1.12), tdr.cpp (1.15):
Fix up gfix to work with Services API on Linux CS
2003-03-13 16:46 alexpeshkoff
* firebird2/configure.in (1.130):
Dropped HAVE_*EXIT defines
2003-03-13 16:42 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.83):
2007-12-12 04:21:55 +01:00
Dropped HAVE_*EXIT defines
2003-03-13 12:20 dimitr
* firebird2/doc/WhatsNew (1.25):
Added Beta 4 changes.
2003-03-13 11:04 dimitr
* firebird2/doc/install_win32.txt (1.1):
Added win32 installation notes.
2003-03-13 07:50 eku
* firebird2/: autogen.sh (1.7), aclocal.m4 (1.2):
Fixed problems with newer vesions of libtool.
2003-03-13 01:49 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/canonical.cpp (1.16):
2007-12-12 04:21:55 +01:00
Remove LOC_DOUBLE macro (mips || next remains)
2003-03-12 15:29 eku
* firebird2/src/extern/editline/unix.h (1.3):
Provide prototypes for isatty() and getpid().
2003-03-12 13:39 eku
* firebird2/: configure.in (1.129),
builds/posix/Makefile.in.extern.editline (1.1),
builds/posix/Makefile.in.firebird (1.30),
builds/posix/make.defaults (1.18), src/extern/editline/complete.c
(1.2), src/extern/editline/editline.h (1.2),
src/extern/editline/unix.h (1.2), src/include/gen/autoconfig_msvc.h
2008-03-24 20:52:36 +01:00
(1.82):
2007-12-12 04:21:55 +01:00
Editline changes: o got a FB-compliant makefile o uses configure
o eventually compiles on SINIX-Z
2003-03-12 12:57 skidder
* firebird2/configure.in (1.128):
Getting ready for Beta4
2003-03-11 15:55 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: config.cpp (1.27), config.h (1.16):
2007-12-12 04:21:55 +01:00
New config options.
2003-03-11 14:36 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/: pretty.cpp (1.9), prett_proto.h (1.2):
2007-12-12 04:21:55 +01:00
More PYXIS remains
2003-03-11 12:55 dimitr
* firebird2/builds/win32/msvc6/ipserver.dsp (1.11):
Updated project files.
2003-03-11 12:49 alexpeshkoff
* firebird2/src/include/gen/autoconfig_msvc.h (1.81):
Fixed HAVE_ATEXIT define - MSVC has atexit()
2003-03-11 00:30 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.55):
corrected mistake in previous commit.
2003-03-10 22:38 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.54):
bugfix: A bug left with using a aggregate sub-query inside a IN
clause.
2003-03-09 22:16 skidder
* firebird2/src/burp/: burp.cpp (1.28), restore.epp (1.23):
Make backup/restore process work when invoked via Services API on
Classic engine
2003-03-09 03:25 brodsom
* firebird2/src/: gpre/sql.cpp (1.11), dudley/parse.cpp (1.16):
Add FLINT_CACHE ifdefs
2003-03-09 03:23 brodsom
* firebird2/src/include/firebird.h (1.12):
Correct Typo mistake
2003-03-07 17:58 brodsom
* firebird2/builds/posix/prefix.mingw.README.html (1.3):
Modify MinGW instructions
2003-03-07 08:41 eku
2008-03-24 20:52:36 +01:00
* firebird2/: aclocal.m4 (1.1), autogen.sh (1.6), configure.in
(1.127):
2007-12-12 04:21:55 +01:00
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 01:35 brodsom
* firebird2/src/alice/alice.cpp (1.26):
Avoid unused function warning
2003-03-07 00:25 brodsom
* firebird2/builds/posix/: Makefile.in.libfbclient (1.10),
Makefile.in.libfbembed (1.8), prefix.mingw (1.11):
Update instructions, remove win_libs and give instructions to patch
manually libfbclient and libfbembed
2003-03-07 00:20 brodsom
* firebird2/builds/posix/prefix.mingw.README.html (1.2):
Update instructions
2003-03-06 14:22 brodsom
* firebird2/configure.in (1.126):
Remove lstdc++ from mingw platform libs
2003-03-06 14:16 brodsom
* firebird2/builds/posix/: Makefile.in.fbserver (1.6),
Makefile.in.inet_server (1.8), prefix.mingw (1.10):
Move cntl.cpp to OS_ServerFiles
2003-03-06 13:22 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/noform.cpp (1.6):
2007-12-12 04:21:55 +01:00
Add newline at end of file
2003-03-06 02:14 brodsom
* firebird2/configure.in (1.125):
Changes fro MINGW build (forgoten commit) -Add directory
2003-03-06 01:43 brodsom
* firebird2/builds/win32/: msvc6/engine_classic.dsp (1.22),
msvc6/engine_embed.dsp (1.3), msvc6/engine.dsp (1.24),
msvc7/engine.vcproj (1.16), msvc7/engine_classic.vcproj (1.15),
msvc7/engine_embed.vcproj (1.3):
Blob_filter is not a epp file since 1999, change the name to .cpp
and modify the makefiles
2008-03-24 20:52:36 +01:00
2003-03-06 01:37 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/: mac_os_x/CS/CS.pbproj/project.pbxproj (1.3),
mac_os_x/CS/Helpers.make (1.3), win32/preprocess.bat (1.5),
posix/make.shared.variables (1.20), posix/Makefile.in.jrd (1.8):
2007-12-12 04:21:55 +01:00
Blob_filter is not a epp file since 1999, change the name to .cpp
and modify the makefiles
2003-03-06 01:27 brodsom
* firebird2/builds/posix/prefix.mingw.README.html (1.1):
Changes for MinGW build. -Build instructions.
2003-03-06 01:16 brodsom
* firebird2/builds/posix/Makefile.in.libfbclient (1.9):
Changes for MinGW build. -Patch previous commit
2003-03-06 00:43 brodsom
* firebird2/src/include/firebird.h (1.11):
-Changes for MINGW build -SERVER_SHUTDOWN must be defined for
WIN_NT
2003-03-05 21:59 brodsom
* firebird2/builds/posix/Makefile.in.inet_server (1.7):
Add cntl.cpp
2003-03-05 18:59 brodsom
* firebird2/builds/posix/Makefile.in.libfbembed (1.7):
Changes for MINGW build -Use SHRLIB_EXT instead of 'so' -Add
WIN_LIBS
2003-03-05 18:56 brodsom
* firebird2/builds/posix/Makefile.in.inet_server (1.6):
Changes for MINGW build -Add ipserver objects
2003-03-05 18:16 brodsom
* firebird2/builds/posix/Makefile.in.libfbclient (1.8):
Changes for MINGW build -Use SHRLIB_EXT instead of 'so' -Add some
needed sources. -Add WIN_LIBS
2003-03-05 17:19 brodsom
* firebird2/builds/posix/: Makefile.in.extlib (1.8),
Makefile.in.firebird (1.29):
Changes for MINGW build -Use SHRLIB_EXT instead of 'so'
2003-03-05 17:15 brodsom
* firebird2/builds/posix/Makefile.in.inet_server (1.5):
Changes for MINGW build -Use specific server files -Add LIB_GUI
2003-03-05 17:14 brodsom
* firebird2/builds/posix/Makefile.in.fbutil (1.5):
Changes for MINGW build -Use SHRLIB_EXT instead of 'so'
2003-03-05 17:13 brodsom
* firebird2/builds/posix/Makefile.in.embed.util (1.6):
Changes for MINGW build -Use specific EMBED_UTIL_TARGETS
2003-03-05 17:09 brodsom
* firebird2/builds/posix/Makefile.in.client.util (1.6):
Changes for MINGW build -Add new util targets -Use specific
CLIENT_UTIL_TARGETS
2003-03-05 17:07 brodsom
* firebird2/builds/posix/Makefile.in.fbserver (1.5):
Changes for MINGW build -Add ipserver files -Use specific server
files (remote dir) -Add LIB_GUI
2003-03-05 16:57 brodsom
* firebird2/builds/posix/: Makefile.in.jrd (1.7), Makefile.in.gpre
(1.6), Makefile.in.intl (1.10), Makefile.in.embed.gpre (1.7),
Makefile.in.client.gfix (1.5), Makefile.in.client.gpre (1.7),
Makefile.in.embed.gfix (1.5):
Changes for MINGW build -Use SHRLIB_EXT instead of 'so'
2003-03-05 16:51 brodsom
* firebird2/builds/posix/: make.rules (1.13), make.shared.variables
(1.19):
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 16:49 brodsom
* firebird2/builds/posix/make.defaults (1.17):
Changes for MINGW build -Use SHRLIB_EXT -Add new util targets
2003-03-05 16:45 brodsom
* firebird2/builds/posix/prefix.mingw (1.9):
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 16:42 brodsom
* firebird2/builds/posix/: prefix.linux (1.15), prefix.sinixz
(1.16), prefix.solaris (1.4), prefix.solx86 (1.17), prefix.freebsd
(1.6), prefix.darwin (1.8), prefix.example (1.4):
Changes for MINGW build -Add OS_ServerFiles -Add
CLIENT_UTIL_TARGETS and EMBED_UTIL_TARGETS.
2003-03-05 16:38 brodsom
* firebird2/configure.in (1.124):
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-04 23:00 hippoman
* firebird2/builds/win32/msvc7/: remote.vcproj (1.10),
remote_classic.vcproj (1.10):
Fixed MSVC7 build, added IPSERVER define
2003-03-04 04:40 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/dudley/trn.cpp (1.10):
2007-12-12 04:21:55 +01:00
Return fb_assert to assert (rollback)
2003-03-04 01:00 brodsom
* firebird2/src/burp/: restore.epp (1.22), backup.epp (1.17):
Put unused vars and functions inside NOT_USED_OR_REPLACED ifdef
2003-03-03 20:10 dimitr
* firebird2/src/dsql/ddl.cpp (1.43):
Fixed bug in RECREATE/ALTER VIEW.
2003-03-03 15:35 dimitr
* firebird2/builds/win32/msvc6/: remote.dsp (1.15),
remote_classic.dsp (1.12):
Fixed connects via local protocol after Blas' changes.
2003-03-03 09:36 brodsom
* firebird2/src/gpre/: gpre_meta_boot.cpp (1.14), int.cpp (1.11),
int_cxx.cpp (1.9), sqe.cpp (1.9), gpre_meta.epp (1.17):
Put unused function declaration and definition inside
NOT_USED_OR_REPLACED ifdef.
2003-03-03 09:29 brodsom
* firebird2/src/dsql/: ddl.cpp (1.42), utld.cpp (1.11):
Put unused functions declaration and definition inside
NOT_USED_OR_REPLACED ifdef.
2003-03-03 09:27 brodsom
* firebird2/src/gpre/par.cpp (1.18):
Put par_quoted string inside PYXIS. function is only used when
PYXIS is defined
2003-03-03 09:26 brodsom
* firebird2/src/gpre/sql.cpp (1.10):
Put define_cache inside FLINT_CACHE. function is only used when
FLINT_CACHE is defined
2003-03-03 07:02 aafemt
* firebird2/configure.in (1.123):
Let config.status make directories
2003-03-02 18:47 fsg
* firebird2/: builds/posix/make.shared.variables (1.18),
2008-03-24 20:52:36 +01:00
src/gpre/cob.cpp (1.20), src/gpre/ftn.cpp (1.18):
2007-12-12 04:21:55 +01:00
Fixed some really old typos. Included ExecuteStatement in the
LINUX-Build
2003-03-02 14:17 dimitr
* firebird2/builds/win32/msvc6/engine_embed.dsp (1.2):
Synchronized MSVC6 builds with EXECUTE STATEMENT changes.
2003-03-02 13:51 alexpeshkoff
* firebird2/builds/win32/msvc6/: engine.dsp (1.23),
engine_classic.dsp (1.21):
Fixed EXECUTE STATEMENT to support INTO clause Now required changes
in msvc6 build
2003-03-02 02:01 brodsom
* firebird2/src/gpre/gpre_meta_boot.cpp (1.13):
Remove a few unused vars
2003-03-02 00:22 hippoman
* firebird2/builds/win32/msvc7/: engine.vcproj (1.15),
engine_classic.vcproj (1.14), engine_embed.vcproj (1.2):
* Added missing JRD\ExecuteStatment.* files to engine* projects
2003-03-01 23:04 hippoman
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.7), alice.vcproj
(1.6), alice_classic.vcproj (1.6), burp.vcproj (1.9),
burp_classic.vcproj (1.9), common.vcproj (1.7),
common_classic.vcproj (1.5), dsql_server.vcproj (1.8),
dsql_server_classic.vcproj (1.8), engine.vcproj (1.14),
engine_classic.vcproj (1.13), engine_embed.vcproj (1.1),
fb_inet_server.vcproj (1.6), fb_lock_print.vcproj (1.11),
fbclient.vcproj (1.13), fbembed.vcproj (1.10), fbguard.vcproj
(1.9), fbserver.vcproj (1.7), fbudf.vcproj (1.5), gbak.vcproj
(1.8), gdef.vcproj (1.8), gds32.vcproj (1.8), gfix.vcproj (1.7),
gpre.vcproj (1.10), gpre_boot.vcproj (1.10), gsec.vcproj (1.7),
gsplit.vcproj (1.3), gstat.vcproj (1.8), ib_udf.vcproj (1.8),
ib_util.vcproj (1.8), instreg.vcproj (1.7), instsvc.vcproj (1.7),
intl.vcproj (1.8), intlcpp.vcproj (1.2), ipserver.vcproj (1.7),
isql.vcproj (1.8), lock.vcproj (1.7), lock_classic.vcproj (1.7),
qli.vcproj (1.7), remote.vcproj (1.9), remote_classic.vcproj (1.9),
utilities.vcproj (1.8), utilities_classic.vcproj (1.7), wal.vcproj
(1.7), wal_classic.vcproj (1.7):
* updated msvc7 build files.
2003-03-01 20:32 alexpeshkoff
* firebird2/src/dsql/parse.cpp (1.60):
Fixed EXECUTE STATEMENT to support INTO clause
2003-03-01 20:19 alexpeshkoff
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: dsql.cpp (1.49), gen.cpp (1.29), node.h
(1.21), parse.y (1.58), pass1.cpp (1.53):
2007-12-12 04:21:55 +01:00
Fixed EXECUTE STATEMENT to support INTO clause
2003-03-01 20:07 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/gpre.cpp (1.23):
2007-12-12 04:21:55 +01:00
-Comment declared but undefined functions. (found with gcc never
defined warnings)
2003-03-01 20:06 brodsom
* firebird2/src/burp/burp.cpp (1.27):
-Comment declared but undefined functions. (found with gcc never
defined warnings) -Add ifdef for output_netware.
2003-03-01 19:15 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/include/firebird.h (1.10):
2007-12-12 04:21:55 +01:00
-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:33 brodsom
* firebird2/src/: alice/alice.cpp (1.25), burp/burp.cpp (1.26):
Use the same ifdef for function declarations and definitions.
(found with gcc never defined warnings)
2008-03-24 20:52:36 +01:00
2003-03-01 17:29 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.15), fbembed.dsp
(1.20), engine_embed.dsp (1.1):
2007-12-12 04:21:55 +01:00
Some changes for the embedded server.
2003-03-01 16:59 alexpeshkoff
* firebird2/src/dsql/errd.cpp (1.14):
Fixed macro redefinition warnings
2003-03-01 13:10 brodsom
* firebird2/src/gpre/par.cpp (1.17):
-Add some needed PYXIS defines (found with gcc warnings) -Add one
2008-03-24 20:52:36 +01:00
needed FTN_BLK_DATA define (found with gcc warnings)
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
2003-03-01 00:32 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/spit.cpp (1.9):
2007-12-12 04:21:55 +01:00
Change gds_assert to fb_assert (gds_assert is a synonym for
fb_assert)
2008-03-24 20:52:36 +01:00
2003-02-28 21:41 tamlin
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/doc/Firebird_conf.txt (1.2):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
no message
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
2003-02-28 20:20 tamlin
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/doc/Firebird_conf.txt (1.1):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
First draft.
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
2003-02-28 17:35 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dudley/trn.cpp (1.9):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
Change assert to fb_assert when gdsassert is in use. to make clear
if we use the standard macro or the fb one.
2007-12-12 04:21:55 +01:00
2003-02-28 14:19 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/: gpre/c_cxx.cpp (1.18), include/fb_types.h (1.17):
2007-12-12 04:21:55 +01:00
Remove ISC_FAR
2003-02-28 13:52 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/: include/gen/sql_code.h (1.5), dsql/parse.sed
(1.6):
2007-12-12 04:21:55 +01:00
Remove FAR_VARIABLE
2003-02-28 06:22 aafemt
* firebird2/: builds/posix/Makefile.in.codes (1.3),
builds/posix/make.defaults (1.16), builds/posix/make.rules (1.12),
builds/posix/make.shared.targets (1.5),
builds/posix/make.shared.variables (1.17),
src/include/gen/blrtable.h (1.9):
blrtable.h is generated and must not be in tree
2003-02-28 02:08 brodsom
* firebird2/src/gpre/: form.h (1.5), form__proto.h (1.3),
form_proto.h (1.4), form_trn.cpp (1.5):
Add empty line at the end of the source.
2003-02-27 22:43 brodsom
* firebird2/src/: gpre/c_cxx.cpp (1.17), gpre/cob.cpp (1.19),
burp/burp.cpp (1.25), alice/alice.cpp (1.24):
New macro defined in firebird.h to remove compiler dependencies
from cpp sources.
2003-02-27 22:34 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/: include/firebird.h (1.9), gpre/int.cpp (1.10):
2007-12-12 04:21:55 +01:00
New macro defined in firebird.h to remove compiler dependencies
from cpp sources.
2003-02-27 22:09 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/include/fb_types.h (1.16):
2007-12-12 04:21:55 +01:00
Join two compiler dependent defines. Put in fb_types.h since it is
always included in ibase.h
2003-02-27 18:27 brodsom
* firebird2/builds/win32/: make6_release.bat (1.5), make6_debug.bat
(1.5):
Add gpre project to build batch
2003-02-27 17:53 brodsom
* firebird2/: builds/win32/msvc6/gpre.dsp (1.15),
builds/win32/gpre.mak (1.5), src/include/gen/autoconfig_msvc.h
(1.80), src/gpre/gpre.h (1.31):
Add Fortran files and move GPRE_* defines from autoconf header to
makefiles.
2003-02-27 17:38 hippoman
* firebird2/src/dsql/dsql.h (1.22):
* Changed comments to point to used code
2003-02-27 17:27 dimitr
* firebird2/builds/win32/msvc6/: alice.dsp (1.12),
alice_classic.dsp (1.9), burp.dsp (1.14), burp_classic.dsp (1.12),
common.dsp (1.16), common_classic.dsp (1.10), dsql_server.dsp
(1.17), dsql_server_classic.dsp (1.13), engine.dsp (1.22),
engine_classic.dsp (1.20), fb_inet_server.dsp (1.14),
fb_lock_print.dsp (1.15), fbclient.dsp (1.29), fbembed.dsp (1.19),
fbguard.dsp (1.15), fbserver.dsp (1.25), fbudf.dsp (1.8), gbak.dsp
(1.14), gdef.dsp (1.11), gds32.dsp (1.15), gfix.dsp (1.14),
gpre.dsp (1.14), gpre_boot.dsp (1.15), gsec.dsp (1.10), gsplit.dsp
(1.3), gstat.dsp (1.11), ib_udf.dsp (1.13), ib_util.dsp (1.13),
instreg.dsp (1.10), instsvc.dsp (1.10), intl.dsp (1.17),
intlcpp.dsp (1.2), ipserver.dsp (1.10), isql.dsp (1.16), lock.dsp
(1.10), lock_classic.dsp (1.8), qli.dsp (1.10), remote.dsp (1.14),
remote_classic.dsp (1.11), utilities.dsp (1.10),
utilities_classic.dsp (1.8), wal.dsp (1.10), wal_classic.dsp (1.8):
Fixed build problem pointed by Arno (caused the server to crash in
some cases).
2003-02-27 17:04 brodsom
* firebird2/src/gpre/: words.h (1.2), pas.cpp (1.8), noform.cpp
(1.5), par.cpp (1.16), hsh.h (1.3), gpre.h (1.30), gpre.cpp (1.22),
ftn.cpp (1.17), form_trn.cpp (1.4), form_proto.h (1.3), form.h
(1.4), form__proto.h (1.2), exp_proto.h (1.5), exp.cpp (1.11),
cob.cpp (1.18), cmp_proto.h (1.5), cmp.cpp (1.12), cmd.cpp (1.9),
c_cxx.cpp (1.16), ada.cpp (1.14):
Add PYXIS define to isolate pyxis code. When this change were
tested enough, the pyxis code can be removed.
2003-02-27 16:35 dimitr
* firebird2/builds/win32/msvc6/: engine_classic.dsp (1.19),
fbembed.dsp (1.18), fbudf.dsp (1.7):
Updated project files.
2003-02-27 14:59 brodsom
* firebird2/src/alice/exe.cpp (1.11):
Remove unneeded include and ifdef
2003-02-27 05:36 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/include/fb_types.h (1.15):
2007-12-12 04:21:55 +01:00
Remove GDS_FAR, win_handle, form_handle (Thanks to Claudio)
2003-02-27 00:41 arnobrinkman
* firebird2/src/dsql/gen.cpp (1.28):
comment added
2003-02-27 00:28 arnobrinkman
* firebird2/src/dsql/dsql.h (1.21):
bugfix: With a large amount of SQL the server crashed on generating
blr. Due a USHORT was used for str_length.
2003-02-26 13:22 dimitr
* firebird2/doc/WhatsNew (1.24):
Added recent changes.
2003-02-26 12:28 dimitr
* firebird2/builds/win32/msvc6/fbembed.dsp (1.17):
Fixed win32 build.
2003-02-25 14:14 brodsom
* firebird2/builds/win32/msvc6/intl.dsp (1.16):
Add needed file (lost when the change was committed)
2003-02-25 14:11 brodsom
* firebird2/builds/win32/msvc7/: remote_classic.vcproj (1.8),
isql.vcproj (1.7), remote.vcproj (1.8), gsplit.vcproj (1.2),
fbserver.vcproj (1.6), gbak.vcproj (1.7), gpre_boot.vcproj (1.9),
fb_inet_server.vcproj (1.5), fb_lock_print.vcproj (1.10),
fbclient.vcproj (1.12), fbembed.vcproj (1.9), fbguard.vcproj (1.8),
dsql_server_classic.vcproj (1.7), engine.vcproj (1.13),
engine_classic.vcproj (1.12), burp.vcproj (1.8),
burp_classic.vcproj (1.8), dsql_server.vcproj (1.7):
Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h.
2003-02-25 14:10 brodsom
* firebird2/builds/win32/msvc6/isql.dsp (1.15):
Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h. (and clean
dependency)
2003-02-25 14:01 brodsom
* firebird2/builds/win32/msvc6/: remote_classic.dsp (1.10),
gpre_boot.dsp (1.14), gsplit.dsp (1.2), remote.dsp (1.13),
fbserver.dsp (1.24), gbak.dsp (1.13), fbembed.dsp (1.16),
fbguard.dsp (1.14):
Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h.
2003-02-25 13:55 brodsom
* firebird2/builds/win32/msvc6/: fb_lock_print.dsp (1.14),
fbclient.dsp (1.28), fb_inet_server.dsp (1.13), engine_classic.dsp
(1.18), engine.dsp (1.21), dsql_server.dsp (1.16),
dsql_server_classic.dsp (1.12), burp_classic.dsp (1.11), burp.dsp
(1.13):
Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h.
2003-02-25 13:49 brodsom
* firebird2/: src/extlib/fbudf/stdafx.h (1.6),
builds/win32/blrtable.bat (1.2), builds/win32/fbclient_boot.mak
(1.6), builds/win32/gpre_boot.mak (1.5):
Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h.
2003-02-25 13:39 brodsom
* firebird2/src/include/gen/autoconfig_msvc.h (1.79):
Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h
2003-02-25 12:58 dimitr
* firebird2/doc/WhatsNew (1.23):
Added Beta 3 changes.
2003-02-25 09:22 dimitr
* firebird2/builds/win32/msvc6/fbserver.dsp (1.23):
Cleanup.
2003-02-25 02:12 brodsom
* firebird2/configure.in (1.122):
Add some needed directories
2003-02-25 02:11 brodsom
* firebird2/src/common/classes/: alloc.cpp (1.28), alloc.h (1.21):
Restore inlines
2003-02-25 01:01 brodsom
* firebird2/src/: alice/alice.cpp (1.23),
common/config/config_impl.h (1.9), dsql/user_dsql.cpp (1.18),
dsql/ddl.cpp (1.41), dsql/dsql.h (1.20):
Restore inlines
2003-02-25 00:55 brodsom
* firebird2/src/extlib/fbudf/fbudf.cpp (1.7):
Restore inlines
2003-02-24 10:52 eku
* firebird2/builds/posix/: Makefile.in.firebird (1.28),
Makefile.in.jrd (1.6):
Since PYXIS support has gone some time ago, remove it from the
Makefiles as well.
2003-02-24 10:37 dimitr
* firebird2/src/dsql/: parse.cpp (1.59), parse.y (1.57):
Cleanup.
2003-02-23 02:36 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.52):
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 22:48 skidder
* firebird2/configure.in (1.121):
Get ready for Beta3
2003-02-22 16:45 skidder
* firebird2/builds/posix/Makefile.in.intl (1.9):
Make intl support work on POSIX again
2008-03-24 20:52:36 +01:00
2003-02-21 10:17 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: config.cpp (1.26), config.h (1.15):
2007-12-12 04:21:55 +01:00
Committed Mike's introduction of short-circuit boolean evaluation.
2003-02-21 01:32 hippoman
* firebird2/builds/win32/msvc7/: gsplit.vcproj (1.1),
intlcpp.vcproj (1.1):
* new projects
2003-02-21 01:31 hippoman
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.6), alice.vcproj
(1.5), alice_classic.vcproj (1.5), burp.vcproj (1.7),
burp_classic.vcproj (1.7), common.vcproj (1.6),
common_classic.vcproj (1.4), dsql_server.vcproj (1.6),
dsql_server_classic.vcproj (1.6), engine.vcproj (1.12),
engine_classic.vcproj (1.11), fb_inet_server.vcproj (1.4),
fb_lock_print.vcproj (1.9), fbclient.vcproj (1.11), fbembed.vcproj
(1.8), fbguard.vcproj (1.7), fbserver.vcproj (1.5), fbudf.vcproj
(1.4), gbak.vcproj (1.6), gdef.vcproj (1.7), gds32.vcproj (1.7),
gfix.vcproj (1.6), gpre.vcproj (1.9), gpre_boot.vcproj (1.8),
gsec.vcproj (1.6), gstat.vcproj (1.7), ib_udf.vcproj (1.7),
ib_util.vcproj (1.7), instreg.vcproj (1.6), instsvc.vcproj (1.6),
intl.vcproj (1.7), ipserver.vcproj (1.6), isql.vcproj (1.6),
lock.vcproj (1.6), lock_classic.vcproj (1.6), qli.vcproj (1.6),
remote.vcproj (1.7), remote_classic.vcproj (1.7), utilities.vcproj
(1.7), utilities_classic.vcproj (1.6), wal.vcproj (1.6),
wal_classic.vcproj (1.6):
* Fixed the msvc7 build files
2003-02-21 01:27 hippoman
* firebird2/src/dsql/gen.cpp (1.27):
* changed function comment to new forrmat
2003-02-20 22:39 hippoman
* firebird2/builds/win32/msvc6/ib_udf.dsp (1.12):
* deleted an empty /D switch that was causing problems when
importing the projects in msvc7
2003-02-20 20:37 fsg
* firebird2/src/dudley/ddl.cpp (1.12):
main needs to be int
2003-02-20 15:41 kkuznetsov
* firebird2/builds/posix/prefix.solx86 (1.16):
Some Impruvements with sfio
2003-02-20 07:36 eku
* firebird2/: configure.in (1.120), src/common/classes/alloc.h
2008-03-24 20:52:36 +01:00
(1.20), src/common/classes/tree.h (1.11):
2007-12-12 04:21:55 +01:00
XPG defines that prototypes for malloc/free have to be defined in
stdlib.h. malloc.h is deprecated - removed.
2003-02-20 07:17 eku
* firebird2/builds/posix/make.shared.variables (1.16):
This file does not compile on POSIX platforms. Exclude it from the
build process until someone has fixed it.
2003-02-20 02:59 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/parse.cpp (1.58):
2007-12-12 04:21:55 +01:00
Remove lint and LIBC_SCCS defines (dummy)
2003-02-20 02:39 brodsom
* firebird2/src/dsql/parse.cpp (1.57):
Remove warnings
2003-02-20 02:28 brodsom
* firebird2/builds/win32/: make6_debug.bat (1.4), make6_release.bat
(1.4):
Add gsplit and intlcpp projects to batch
2003-02-20 02:28 brodsom
* firebird2/builds/win32/msvc6/: burp.dsp (1.12), burp_classic.dsp
(1.10):
Remove spit from burp project (and remove some warnings)
2003-02-20 02:17 brodsom
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.14), gsplit.dsp
(1.1):
Add gsplit project
2003-02-20 01:27 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/dudley/ddl.cpp (1.11):
2007-12-12 04:21:55 +01:00
Remove warnings
2003-02-19 14:20 brodsom
* firebird2/builds/win32/msvc6/intlcpp.dsp (1.1):
Adding intl C++ conversion
2008-03-24 20:52:36 +01:00
2003-02-19 14:19 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/defs/: api9f.def (1.2), example.def (1.2),
2007-12-12 04:21:55 +01:00
udflib.def (1.2), winevent.def (1.2):
2008-03-24 20:52:36 +01:00
Move def files left in the directory (but not v5_example ones)
2007-12-12 04:21:55 +01:00
2003-02-19 14:08 brodsom
* firebird2/src/: burp/makefile.mak (1.2), dsql/makefile.mak (1.2),
2008-03-24 20:52:36 +01:00
extlib/makefile.mak (1.2):
2007-12-12 04:21:55 +01:00
Move old borland make files to builds directory
2003-02-19 14:01 brodsom
* firebird2/: builds/win32/fbclient_debug.def (1.3),
builds/win32/gds32.def (1.4), builds/win32/ib_udf.def (1.3),
builds/win32/ib_util.def (1.2), builds/win32/fbclient.def (1.3),
src/burp/burp.def (1.2), src/burp/burp32.def (1.2),
src/dsql/dsql.def (1.2):
Move def files to builds directory
2003-02-19 13:58 brodsom
* firebird2/builds/win32/: msvc6/fbclient.dsp (1.27),
msvc6/fbembed.dsp (1.15), msvc6/gds32.dsp (1.14), msvc6/ib_udf.dsp
(1.11), msvc6/ib_util.dsp (1.12), msvc6/intl.dsp (1.15),
fbclient_boot.mak (1.5), msvc7/intl.vcproj (1.6),
msvc7/ib_util.vcproj (1.6), msvc7/gds32.vcproj (1.6),
msvc7/ib_udf.vcproj (1.6), msvc7/fbclient.vcproj (1.10),
msvc7/fbembed.vcproj (1.7):
Move def files to builds directory
2003-02-19 13:21 brodsom
* firebird2/builds/win32/old_makes/: remote.mak (1.1),
v5_examples.mak (1.1), burp.mak (1.1), dsql.mak (1.1), extlib.mak
(1.1), intl.mak (1.1), intlcpp.mak (1.1), jrd.mak (1.1), msgs.mak
(1.1):
Move old borland makefiles to builds directory
2003-02-19 13:15 brodsom
* firebird2/builds/win32/defs/: winevent.def (1.1), remote.def
(1.1), udflib.def (1.1), utls.def (1.1), jrd.def (1.1), isql.def
(1.1), iutls.def (1.1), intlcpp.def (1.1), intl.def (1.1), gds.def
(1.1), gds32.def (1.1), ib_udf.def (1.1), ib_util.def (1.1),
build.def (1.1), burp.def (1.1), burp32.def (1.1), dsql.def (1.1),
example.def (1.1), fbclient.def (1.1), fbclient_debug.def (1.1),
api9f.def (1.1):
Move .def files to builds directory
2003-02-19 06:18 aafemt
* firebird2/src/burp/: mvol.cpp (1.11), mvol_proto.h (1.3):
Some cleanup
2003-02-19 06:16 aafemt
* firebird2/builds/posix/make.shared.variables (1.15):
XNET and somewhere WNET were added to remote interfaces
2003-02-19 06:14 aafemt
* firebird2/builds/posix/make.defaults (1.15):
Propagate PLATFORM across makefiles
2003-02-18 13:38 eku
2008-03-24 20:52:36 +01:00
* firebird2/: configure.in (1.119),
src/include/gen/autoconfig_msvc.h (1.78):
2007-12-12 04:21:55 +01:00
Added a test for <sys/socket.h> needed in remote/inet.cpp.
2003-02-18 12:36 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/: burp/burp.cpp (1.24), dudley/ddl.cpp (1.10):
2007-12-12 04:21:55 +01:00
Remove W4 warnings (remains from ODS 5 and 7)
2003-02-18 08:43 eku
* firebird2/src/gpre/exp.cpp (1.10):
Cleanup.
2003-02-18 06:24 aafemt
* firebird2/: configure.in (1.118),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.77):
2007-12-12 04:21:55 +01:00
WCHAR --> UCS2_CHAR and some cleanup around it
2003-02-18 03:36 brodsom
* firebird2/src/alice/: info.h (1.4), tdr.cpp (1.14):
Remove old protocols, only tcp is supported
2003-02-18 00:42 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/: spit.cpp (1.8), mvol.cpp (1.10):
2007-12-12 04:21:55 +01:00
Remove W4 warnings (initialized but unused var)
2003-02-18 00:22 brodsom
* firebird2/src/burp/: burpswi.h (1.6), restore.epp (1.21),
burp.cpp (1.23), burp.h (1.15):
Remove W4 warnings (remains from ODS 5 and 7)
2003-02-17 15:56 skidder
* firebird2/src/dsql/parse.y (1.56):
Fixed bug with line number tracking introduced recently + some
cleanup
2003-02-17 15:52 brodsom
* firebird2/src/include/gen/autoconfig_msvc.h (1.76):
Disable another level 4 warning.
2003-02-17 14:43 brodsom
* firebird2/builds/win32/: msvc6/utilities.dsp (1.9),
msvc6/utilities_classic.dsp (1.7), msvc6/wal.dsp (1.9),
msvc6/wal_classic.dsp (1.7), msvc6/dsql_server_classic.dsp (1.11),
msvc6/engine.dsp (1.20), msvc6/engine_classic.dsp (1.17),
msvc6/fb_inet_server.dsp (1.12), msvc6/fb_lock_print.dsp (1.13),
msvc6/fbclient.dsp (1.26), msvc6/fbembed.dsp (1.14),
msvc6/fbguard.dsp (1.13), msvc6/fbserver.dsp (1.22),
msvc6/fbudf.dsp (1.6), msvc6/gbak.dsp (1.12), msvc6/gdef.dsp
(1.10), msvc6/gds32.dsp (1.13), msvc6/gfix.dsp (1.13),
msvc6/gpre.dsp (1.13), msvc6/gpre_boot.dsp (1.13), msvc6/gsec.dsp
(1.9), msvc6/gstat.dsp (1.10), msvc6/ib_udf.dsp (1.10),
msvc6/ib_util.dsp (1.11), msvc6/instreg.dsp (1.9),
msvc6/instsvc.dsp (1.9), msvc6/intl.dsp (1.14), msvc6/ipserver.dsp
(1.9), msvc6/isql.dsp (1.14), msvc6/lock.dsp (1.9),
msvc6/lock_classic.dsp (1.7), msvc6/qli.dsp (1.9), msvc6/remote.dsp
(1.12), msvc6/remote_classic.dsp (1.9), msvc6/alice.dsp (1.11),
msvc6/alice_classic.dsp (1.8), msvc6/burp.dsp (1.11),
msvc6/burp_classic.dsp (1.9), msvc6/common.dsp (1.15),
msvc6/common_classic.dsp (1.9), msvc6/dsql_server.dsp (1.15),
common_boot.mak (1.4), fbclient_boot.mak (1.4), gpre.mak (1.4),
gpre_boot.mak (1.4):
Return warning level in msvc6 to 3 until there is a solution to the
Q167355 bug.
2003-02-17 14:35 brodsom
* firebird2/: builds/win32/msvc7/engine_classic.vcproj (1.10),
builds/win32/msvc7/fb_lock_print.vcproj (1.8),
builds/win32/msvc7/fbclient.vcproj (1.9),
builds/win32/msvc7/fbembed.vcproj (1.6),
builds/win32/msvc7/fbguard.vcproj (1.6),
builds/win32/msvc7/fbudf.vcproj (1.3),
builds/win32/msvc7/gbak.vcproj (1.5),
builds/win32/msvc7/gdef.vcproj (1.6),
builds/win32/msvc7/gds32.vcproj (1.5),
builds/win32/msvc7/gfix.vcproj (1.5),
builds/win32/msvc7/gpre.vcproj (1.8),
builds/win32/msvc7/gpre_boot.vcproj (1.7),
builds/win32/msvc7/gsec.vcproj (1.5),
builds/win32/msvc7/gstat.vcproj (1.6),
builds/win32/msvc7/ib_udf.vcproj (1.5),
builds/win32/msvc7/ib_util.vcproj (1.5),
builds/win32/msvc7/instreg.vcproj (1.5),
builds/win32/msvc7/instsvc.vcproj (1.5),
builds/win32/msvc7/intl.vcproj (1.5),
builds/win32/msvc7/ipserver.vcproj (1.5),
builds/win32/msvc7/isql.vcproj (1.5),
builds/win32/msvc7/lock.vcproj (1.5),
builds/win32/msvc7/lock_classic.vcproj (1.5),
builds/win32/msvc7/qli.vcproj (1.5),
builds/win32/msvc7/remote.vcproj (1.6),
builds/win32/msvc7/remote_classic.vcproj (1.6),
builds/win32/msvc7/utilities.vcproj (1.6),
builds/win32/msvc7/utilities_classic.vcproj (1.5),
builds/win32/msvc7/wal.vcproj (1.5),
builds/win32/msvc7/wal_classic.vcproj (1.5),
builds/win32/msvc7/alice.vcproj (1.4),
builds/win32/msvc7/alice_classic.vcproj (1.4),
builds/win32/msvc7/burp.vcproj (1.6),
builds/win32/msvc7/burp_classic.vcproj (1.6),
builds/win32/msvc7/common.vcproj (1.5),
builds/win32/msvc7/common_classic.vcproj (1.3),
builds/win32/msvc7/dsql_server.vcproj (1.5),
builds/win32/msvc7/dsql_server_classic.vcproj (1.5),
builds/win32/msvc7/engine.vcproj (1.11),
src/include/removed_msvc_warnings.h (1.2):
Warning control from autoconfig_msvc.h
2003-02-17 14:28 brodsom
* firebird2/src/: include/gen/autoconfig_msvc.h (1.75),
common/fb_exception.cpp (1.3):
Warning control from autoconfig_msvc.h
2003-02-17 14:22 dimitr
* firebird2/builds/win32/msvc6/: alice.dsp (1.10),
alice_classic.dsp (1.7), burp.dsp (1.10), burp_classic.dsp (1.8),
common.dsp (1.14), common_classic.dsp (1.8), dsql_server.dsp
(1.14), dsql_server_classic.dsp (1.10), engine.dsp (1.19),
engine_classic.dsp (1.16), fb_inet_server.dsp (1.11),
fb_lock_print.dsp (1.12), fbclient.dsp (1.25), fbembed.dsp (1.13),
fbguard.dsp (1.12), fbserver.dsp (1.21), fbudf.dsp (1.5), gbak.dsp
(1.11), gdef.dsp (1.9), gds32.dsp (1.12), gfix.dsp (1.12), gpre.dsp
(1.12), gpre_boot.dsp (1.12), gsec.dsp (1.8), gstat.dsp (1.9),
ib_udf.dsp (1.9), ib_util.dsp (1.10), instreg.dsp (1.8),
instsvc.dsp (1.8), intl.dsp (1.13), ipserver.dsp (1.8), isql.dsp
(1.13), lock.dsp (1.8), lock_classic.dsp (1.6), qli.dsp (1.8),
remote.dsp (1.11), remote_classic.dsp (1.8), utilities.dsp (1.8),
utilities_classic.dsp (1.6), wal.dsp (1.8), wal_classic.dsp (1.6):
/W4 -> /W3
2003-02-17 09:26 eku
* firebird2/builds/posix/: Makefile.in.jrd (1.5),
make.shared.variables (1.14):
Fixed POSIX build after removal of pipe/csv directories.
2003-02-16 20:19 dimitr
* firebird2/builds/win32/msvc6/fbembed.dsp (1.12):
Added finalization code.
2003-02-16 19:58 dimitr
* firebird2/src/common/config/: config.cpp (1.25), config.h (1.14):
New config values for win32.
2003-02-16 14:26 dimitr
* firebird2/src/common/config/config.cpp (1.24):
Fixed config error.
2003-02-16 12:36 brodsom
* firebird2/: src/include/removed_msvc_warnings.h (1.1),
builds/win32/common_boot.mak (1.3), builds/win32/fbclient_boot.mak
(1.3), builds/win32/gpre.mak (1.3), builds/win32/gpre_boot.mak
(1.3), builds/win32/msvc6/instsvc.dsp (1.7),
builds/win32/msvc6/intl.dsp (1.12), builds/win32/msvc6/ipserver.dsp
(1.7), builds/win32/msvc6/isql.dsp (1.12),
builds/win32/msvc6/lock.dsp (1.7),
builds/win32/msvc6/lock_classic.dsp (1.5),
builds/win32/msvc6/qli.dsp (1.7), builds/win32/msvc6/remote.dsp
(1.10), builds/win32/msvc6/remote_classic.dsp (1.7),
builds/win32/msvc6/utilities.dsp (1.7),
builds/win32/msvc6/utilities_classic.dsp (1.5),
builds/win32/msvc6/wal.dsp (1.7),
builds/win32/msvc6/wal_classic.dsp (1.5),
builds/win32/msvc6/fbclient.dsp (1.24),
builds/win32/msvc6/fbembed.dsp (1.11),
builds/win32/msvc6/fbguard.dsp (1.11),
builds/win32/msvc6/fbserver.dsp (1.20),
builds/win32/msvc6/fbudf.dsp (1.4), builds/win32/msvc6/gbak.dsp
(1.10), builds/win32/msvc6/gdef.dsp (1.8),
builds/win32/msvc6/gds32.dsp (1.11), builds/win32/msvc6/gfix.dsp
(1.11), builds/win32/msvc6/gpre.dsp (1.11),
builds/win32/msvc6/gpre_boot.dsp (1.11),
builds/win32/msvc6/gsec.dsp (1.7), builds/win32/msvc6/gstat.dsp
(1.8), builds/win32/msvc6/ib_udf.dsp (1.8),
builds/win32/msvc6/ib_util.dsp (1.9),
builds/win32/msvc6/instreg.dsp (1.7), builds/win32/msvc6/alice.dsp
(1.9), builds/win32/msvc6/alice_classic.dsp (1.6),
builds/win32/msvc6/burp.dsp (1.9),
builds/win32/msvc6/burp_classic.dsp (1.7),
builds/win32/msvc6/common.dsp (1.13),
builds/win32/msvc6/common_classic.dsp (1.7),
builds/win32/msvc6/dsql_server.dsp (1.13),
builds/win32/msvc6/dsql_server_classic.dsp (1.9),
builds/win32/msvc6/engine.dsp (1.18),
builds/win32/msvc6/engine_classic.dsp (1.15),
builds/win32/msvc6/fb_inet_server.dsp (1.10),
builds/win32/msvc6/fb_lock_print.dsp (1.11),
builds/win32/msvc7/gdef.vcproj (1.5),
builds/win32/msvc7/gds32.vcproj (1.4),
builds/win32/msvc7/gfix.vcproj (1.4),
builds/win32/msvc7/gpre.vcproj (1.7),
builds/win32/msvc7/gpre_boot.vcproj (1.6),
builds/win32/msvc7/gsec.vcproj (1.4),
builds/win32/msvc7/gstat.vcproj (1.5),
builds/win32/msvc7/ib_udf.vcproj (1.4),
builds/win32/msvc7/ib_util.vcproj (1.4),
builds/win32/msvc7/instreg.vcproj (1.4),
builds/win32/msvc7/instsvc.vcproj (1.4),
builds/win32/msvc7/intl.vcproj (1.4),
builds/win32/msvc7/ipserver.vcproj (1.4),
builds/win32/msvc7/isql.vcproj (1.4),
builds/win32/msvc7/lock.vcproj (1.4),
builds/win32/msvc7/lock_classic.vcproj (1.4),
builds/win32/msvc7/qli.vcproj (1.4),
builds/win32/msvc7/remote.vcproj (1.5),
builds/win32/msvc7/remote_classic.vcproj (1.5),
builds/win32/msvc7/utilities.vcproj (1.5),
builds/win32/msvc7/utilities_classic.vcproj (1.4),
builds/win32/msvc7/wal.vcproj (1.4),
builds/win32/msvc7/wal_classic.vcproj (1.4),
builds/win32/msvc7/alice.vcproj (1.3),
builds/win32/msvc7/alice_classic.vcproj (1.3),
builds/win32/msvc7/burp.vcproj (1.5),
builds/win32/msvc7/burp_classic.vcproj (1.5),
builds/win32/msvc7/common.vcproj (1.4),
builds/win32/msvc7/common_classic.vcproj (1.2),
builds/win32/msvc7/dsql_server.vcproj (1.4),
builds/win32/msvc7/dsql_server_classic.vcproj (1.4),
builds/win32/msvc7/engine.vcproj (1.10),
builds/win32/msvc7/engine_classic.vcproj (1.9),
builds/win32/msvc7/fb_lock_print.vcproj (1.7),
builds/win32/msvc7/fbclient.vcproj (1.8),
builds/win32/msvc7/fbembed.vcproj (1.5),
builds/win32/msvc7/fbguard.vcproj (1.5),
builds/win32/msvc7/fbudf.vcproj (1.2),
builds/win32/msvc7/gbak.vcproj (1.4), src/common/config/config.cpp
(1.23), src/common/config/config_file.cpp (1.4),
src/extlib/fbudf/stdafx.h (1.5), src/include/gen/autoconfig_msvc.h
2008-03-24 20:52:36 +01:00
(1.74):
2007-12-12 04:21:55 +01:00
Change build system to move warning control to only one header for
each compiler
2003-02-16 01:55 brodsom
* firebird2/src/gpre/: gpre.cpp (1.21), gpre.h (1.29):
Move code from header to cpp and remove inline.
2003-02-16 01:20 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: alloc.cpp (1.27), alloc.h (1.19):
2007-12-12 04:21:55 +01:00
Move function definition from header to cpp and remove inline.
2003-02-16 01:17 brodsom
* firebird2/builds/win32/: msvc7/fbserver.vcproj (1.4),
msvc6/fbserver.dsp (1.19):
Add svc.cpp to fbserver
2003-02-15 17:21 brodsom
* firebird2/builds/: win32/msvc7/engine.vcproj (1.9),
win32/msvc7/engine_classic.vcproj (1.8),
win32/msvc6/engine_classic.dsp (1.14), win32/msvc6/engine.dsp
(1.17), mac_os_x/CS/CS.pbproj/project.pbxproj (1.2):
Rename header arg.h to log2.h (included only in log.cpp) and remove
atom.h
2003-02-15 16:10 dimitr
* firebird2/src/dsql/ddl.cpp (1.40):
Allowed access to both contexts in universal triggers.
2003-02-15 10:25 dimitr
* firebird2/builds/win32/msvc6/: alice.dsp (1.8), alice_classic.dsp
(1.5), burp.dsp (1.8), burp_classic.dsp (1.6), common.dsp (1.12),
common_classic.dsp (1.6), dsql_server.dsp (1.12),
dsql_server_classic.dsp (1.8), engine.dsp (1.16),
engine_classic.dsp (1.13), fb_inet_server.dsp (1.9),
fb_lock_print.dsp (1.10), fbclient.dsp (1.23), fbembed.dsp (1.10),
fbguard.dsp (1.10), fbserver.dsp (1.18), fbudf.dsp (1.3), gbak.dsp
(1.9), gdef.dsp (1.7), gds32.dsp (1.10), gfix.dsp (1.10), gpre.dsp
(1.10), gpre_boot.dsp (1.10), gsec.dsp (1.6), gstat.dsp (1.7),
ib_udf.dsp (1.7), ib_util.dsp (1.8), instreg.dsp (1.6), instsvc.dsp
(1.6), intl.dsp (1.11), ipserver.dsp (1.6), isql.dsp (1.11),
lock.dsp (1.6), lock_classic.dsp (1.4), qli.dsp (1.6), remote.dsp
(1.9), remote_classic.dsp (1.6), utilities.dsp (1.6),
utilities_classic.dsp (1.4), wal.dsp (1.6), wal_classic.dsp (1.4):
Updated project files. Fixed issues with exception handling.
2003-02-15 04:01 hippoman
* firebird2/src/dsql/: dsql.cpp (1.48), errd.cpp (1.13), gen.cpp
(1.26), hsh.cpp (1.9), make.cpp (1.26), movd.cpp (1.5), pass1.cpp
(1.51), preparse.cpp (1.14), utld.cpp (1.10):
* Formated comments to make Doxygen Happy..
2003-02-15 03:05 hippoman
* firebird2/src/dsql/: ddl.cpp (1.39), dsql.cpp (1.47), dsql.h
(1.19), parse.cpp (1.56), parse.y (1.55), pass1.cpp (1.50):
* 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 00:52 brodsom
* firebird2/src/csv/: csu.cpp (1.5), csv.cpp (1.12), depends.mak
(1.2), print.cpp (1.5), csi.cpp (1.13), csi.h (1.8), csi_proto.h
(1.3), css.cpp (1.7), css_proto.h (1.5):
Remove csv directory
2003-02-14 15:55 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/: form.cpp (1.8), par.cpp (1.15):
2007-12-12 04:21:55 +01:00
Remove some of the PYXIS remains
2003-02-14 15:22 eku
* firebird2/src/dsql/parse.y (1.54):
Fixed "'SHARED' redefined"
2003-02-14 15:20 eku
* firebird2/src/dsql/misc_func.h (1.3):
Fixed "`static' is not at beginning of declaration"
2003-02-14 10:12 dimitr
* firebird2/builds/win32/msvc6/: engine.dsp (1.15),
engine_classic.dsp (1.12):
Updated project files.
2003-02-14 03:44 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/gpre.cpp (1.20):
2007-12-12 04:21:55 +01:00
Remove __BORLANDC__ define
2003-02-14 03:41 brodsom
* firebird2/src/: dudley/lex.cpp (1.11), extlib/ib_udf.h (1.3):
Remove __BORLANDC__ define
2003-02-14 03:19 brodsom
* firebird2/src/: csv/csi.cpp (1.12), csv/csi.h (1.7), csv/css.cpp
(1.6), csv/css_proto.h (1.4), csv/csv.cpp (1.11), dsql/dsql.cpp
(1.46):
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 03:11 brodsom
* firebird2/src/alice/alice.h (1.13):
Remove __cplusplus
2003-02-14 00:39 bellardo
* firebird2/src/: gpre/gpre.h (1.28), common/classes/alloc.h
(1.18):
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
2008-03-24 20:52:36 +01:00
an appropiate source file, and their declarations placed in the
header file. Otherwise we get an overabundance of multiply defined
symbols.
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
2003-02-13 23:49 bellardo
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/: src/common/classes/alloc.h (1.17),
src/common/classes/tree.h (1.10), configure.in (1.117):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
add a configure check for malloc.h
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
2003-02-13 23:44 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/: extlib/fbudf/fbudf.cpp (1.6),
common/classes/tree.h (1.9), common/classes/alloc.h (1.16),
common/config/config_impl.h (1.8):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
Remove inline keyword.
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
2003-02-13 23:40 brodsom
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/: alice/alice.cpp (1.22), gpre/gpre.h (1.27),
dsql/dsql.h (1.18), dsql/user_dsql.cpp (1.17), dsql/ddl.cpp (1.38):
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
Remove inline keyword.
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
2003-02-13 14:44 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: alloc.cpp (1.26), tree.h (1.8):
2007-12-12 04:21:55 +01:00
Fixed exception handling.
2003-02-13 13:01 dimitr
* firebird2/src/gpre/: gpre.cpp (1.19), par.cpp (1.14):
Fixed exception handling.
2003-02-13 13:00 eku
* firebird2/configure.in (1.116):
Removed the test for 'const'
2003-02-13 12:57 dimitr
* firebird2/src/: alice/alice.cpp (1.21), burp/burp.cpp (1.22),
dsql/ddl.cpp (1.37), dsql/dsql.cpp (1.45), dsql/user_dsql.cpp
(1.16), dudley/expand.cpp (1.10), dudley/parse.cpp (1.15):
Fixed exception handling.
2003-02-13 10:55 dimitr
* firebird2/src/: include/gen/blrtable.h (1.8),
include/gen/gds_codes.pas (1.4), include/gen/msg_facs.h (1.3),
include/gen/sql_code.h (1.4), include/fb_types.h (1.14),
gpre/gpre_meta.epp (1.16), gpre/gpre_meta_boot.cpp (1.12),
gpre/int.cpp (1.9), gpre/int_cxx.cpp (1.8), gpre/jrdmet.cpp (1.7):
CONST -> const
2003-02-13 10:26 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: chars.h (1.2), ddl.cpp (1.36), dsql.cpp
(1.44), dsql.tab.h (1.13), dsql_proto.h (1.6), gen.cpp (1.25),
keywords.cpp (1.13), keywords.h (1.13), make.cpp (1.25),
make_proto.h (1.10), metd.epp (1.22), parse.cpp (1.55), parse.sed
(1.5), parse.y (1.53), preparse.cpp (1.13):
2007-12-12 04:21:55 +01:00
CONST -> const
2003-02-13 10:19 dimitr
* firebird2/src/burp/: backup.epp (1.16), burp.cpp (1.21),
restore.epp (1.20):
CONST -> const
2003-02-13 10:14 dimitr
* firebird2/src/alice/alice.cpp (1.20):
CONST -> const
2003-02-13 03:21 brodsom
* firebird2/src/common/config/config_impl.h (1.7):
Remove warning 'static is not at beginning of declaration'
2003-02-13 03:19 brodsom
* firebird2/src/common/classes/: tree.h (1.7), alloc.cpp (1.25):
Remove warning 'declaration shadows a previous local'
2003-02-12 20:36 tamlin
* firebird2/src/common/classes/alloc.cpp (1.24):
Print warning messages to stderr instead of stdout
2003-02-12 20:27 tamlin
* firebird2/src/dsql/: pass1.cpp (1.49), parse.y (1.52), parse.cpp
(1.54), metd.epp (1.21), metd_proto.h (1.10), node.h (1.20),
make.cpp (1.24), make_proto.h (1.9), dsql.cpp (1.43), dsql.h
(1.17), errd.cpp (1.12), gen.cpp (1.24), hsh.cpp (1.8), ddl.cpp
(1.35), ddl_proto.h (1.8):
A bit const correctness added and some reinterpret_casts removed.
Changed DSQL's str to actually hold char.
2003-02-12 13:45 brodsom
2008-03-24 20:52:36 +01:00
* firebird2/src/include/fb_types.h (1.13):
2007-12-12 04:21:55 +01:00
Change #if 0 and #if 1 to NOT_USED_OR_REPLACED
2003-02-12 13:42 brodsom
* firebird2/src/: alice/all.cpp (1.10), dsql/dsql.h (1.16),
gpre/ada.cpp (1.13), gpre/ftn.cpp (1.16):
Change #if 0 and #if 1 to NOT_USED_OR_REPLACED
2003-02-12 10:23 eku
* firebird2/builds/posix/: Makefile.in.client.util (1.5),
Makefile.in.embed.util (1.5):
Fixed POSIX build.
2003-02-12 07:09 bellardo
* firebird2/configure.in (1.115):
3 new tests for darwin: expanded semun expanded 64 bit io dirname
2003-02-11 21:14 brodsom
* firebird2/src/: alice/tdr.cpp (1.13), alice/alice.cpp (1.19),
alice/alice_meta.epp (1.10), alice/exe.cpp (1.10), burp/burp.cpp
2008-03-24 20:52:36 +01:00
(1.20), dsql/dsql.h (1.15):
2007-12-12 04:21:55 +01:00
Remove GUI_TOOLS define
2003-02-11 20:03 brodsom
* firebird2/src/burp/burp.cpp (1.19):
Remove an old trick
2003-02-11 18:43 dimitr
* firebird2/builds/win32/msvc6/: dsql_server.dsp (1.11),
dsql_server_classic.dsp (1.7), engine.dsp (1.14),
engine_classic.dsp (1.11):
Fixed another build issues.
2003-02-11 17:19 dimitr
* firebird2/builds/win32/msvc6/: engine.dsp (1.13),
engine_classic.dsp (1.10):
Fixed build problems related to the service manager and error
handling.
2003-02-11 06:13 aafemt
* firebird2/: configure.in (1.114),
builds/posix/Makefile.in.boot.gpre (1.13),
builds/posix/Makefile.in.static.gpre (1.9),
builds/posix/make.shared.variables (1.13),
builds/posix/prefix.darwin (1.7), builds/posix/prefix.example
(1.3), builds/posix/prefix.freebsd (1.5), builds/posix/prefix.linux
(1.14), builds/posix/prefix.mingw (1.8), builds/posix/prefix.sinixz
(1.15), builds/posix/prefix.solaris (1.3),
builds/posix/prefix.solx86 (1.15):
Little step towards MinGW build. Physical IO module is
platform-depended now
2003-02-11 00:44 brodsom
* firebird2/src/gpre/: par.cpp (1.13), ftn.cpp (1.15), cob.cpp
(1.17), c_cxx.cpp (1.15), ada.cpp (1.12):
Remove UNDEF define.
2003-02-10 20:57 brodsom
* firebird2/src/dsql/gen.cpp (1.23):
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 16:59 skidder
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.113):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Mark linux packages as Beta2
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-10 15:50 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/Firebird2.dsw (1.13):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed the workspace.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-10 14:37 eku
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/burp/canonical.cpp (1.15):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed a "search and replace" error from my previous check-in.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-10 14:28 eku
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: builds/posix/prefix.sinixz (1.14), src/alice/all.cpp
(1.9), src/burp/canonical.cpp (1.14), src/csv/csi.cpp (1.11),
src/csv/csi_proto.h (1.2), src/csv/csv.cpp (1.10),
src/dsql/alld.cpp (1.9), src/dsql/hsh.cpp (1.7), src/dsql/parse.cpp
(1.53), src/dsql/user_dsql.cpp (1.15), src/dudley/ddl.cpp (1.9),
src/dudley/ddl_proto.h (1.3), src/dudley/exe.epp (1.14),
src/dudley/hsh.cpp (1.9), src/dudley/hsh_proto.h (1.2),
src/gpre/cmd.cpp (1.8), src/gpre/cmd_proto.h (1.3),
src/gpre/cmp.cpp (1.11), src/gpre/cmp_proto.h (1.4),
src/gpre/hsh.cpp (1.10), src/gpre/hsh_proto.h (1.2),
2008-03-24 20:52:36 +01:00
src/gpre/par.cpp (1.12), src/gpre/sql.cpp (1.9):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Removed "register" variables from the source code. It's up to the
compiler to hold variables in CPU registers.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-10 13:26 dimitr
* firebird2/builds/posix/: Makefile.in.libfbclient (1.7),
Makefile.in.libfbembed (1.6), Makefile.in.libfbserver (1.4):
Renamed isc4 in the build files.
2003-02-10 13:22 dimitr
* firebird2/builds/win32/: make6_debug.bat (1.3), make6_release.bat
(1.3):
Renamed isc4 in the build files.
2003-02-10 13:00 dimitr
* firebird2/builds/win32/prepare.bat (1.4):
Batch file changed to use new extension of the database files.
2003-02-10 12:54 dimitr
* firebird2/builds/posix/: Makefile.in.firebird (1.27),
Makefile.in.refDatabases (1.12), make.defaults (1.14),
make.shared.targets (1.4):
Damn, my own typo caused another one. The extension should be
"fdb".
2003-02-10 12:00 eku
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/: Makefile.in.firebird (1.26),
Makefile.in.refDatabases (1.11), make.defaults (1.13),
make.shared.targets (1.3):
2007-12-12 04:21:55 +01:00
Renamed isc4.gdb to security.gdb (POSIX builds)
2003-02-10 11:36 dimitr
* firebird2/builds/win32/msvc6/: alice.dsp (1.7), alice_classic.dsp
(1.4), burp.dsp (1.7), burp_classic.dsp (1.5), dsql_server.dsp
(1.10), dsql_server_classic.dsp (1.6), engine.dsp (1.12),
engine_classic.dsp (1.9), fb_inet_server.dsp (1.8),
fb_lock_print.dsp (1.9), fbclient.dsp (1.22), Firebird2.dsw (1.12),
fbembed.dsp (1.9), fbguard.dsp (1.9), fbserver.dsp (1.17),
fbudf.dsp (1.2), gbak.dsp (1.8), gdef.dsp (1.6), gds32.dsp (1.9),
gfix.dsp (1.9), gpre.dsp (1.9), gpre_boot.dsp (1.9), gsec.dsp
(1.5), gstat.dsp (1.6), ib_udf.dsp (1.6), ib_util.dsp (1.7),
instreg.dsp (1.5), instsvc.dsp (1.5), intl.dsp (1.10), ipserver.dsp
(1.5), isql.dsp (1.10), lock.dsp (1.5), lock_classic.dsp (1.3),
qli.dsp (1.5), remote.dsp (1.8), remote_classic.dsp (1.5),
utilities.dsp (1.5), utilities_classic.dsp (1.3), wal.dsp (1.5),
wal_classic.dsp (1.3):
Changed options for the release configuration.
2003-02-10 11:03 dimitr
* firebird2/builds/win32/msvc6/: common.dsp (1.11),
common_classic.dsp (1.5):
Changed options for the release configuration.
2003-02-10 10:39 eku
* firebird2/: configure.in (1.112),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.73):
2007-12-12 04:21:55 +01:00
Completed the changes made by Dmitri Sibiriak.
2008-03-24 20:52:36 +01:00
2003-02-10 10:23 dimitr
2007-12-12 04:21:55 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/prepare.bat (1.3):
2007-12-12 04:21:55 +01:00
Rename.
2003-02-10 06:42 aafemt
* firebird2/: configure.in (1.111),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.72):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Some cleanup
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-10 00:31 brodsom
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: parse.y (1.51), parse.cpp (1.52):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Change wrong define
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-10 00:14 brodsom
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/dyntable.h (1.2):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Remove JPN_ functions attributes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-09 16:43 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.22):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Recent changes.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-09 12:22 brodsom
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/config/config.cpp (1.22):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Add newline at the end
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-09 09:54 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.21):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Actual credits.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-08 01:36 brodsom
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/: sqe.cpp (1.8), sql.cpp (1.8), gpre.cpp
(1.18), gpre_meta.epp (1.15), gpre_meta_boot.cpp (1.11), hsh.cpp
(1.9), int.cpp (1.8), int_cxx.cpp (1.7), par.cpp (1.11), pretty.cpp
(1.8), c_cxx.cpp (1.14):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Remove JPN_ defines
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-07 19:54 brodsom
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dudley/: ddl.cpp (1.8), ddl.h (1.6), exe.epp
(1.13), extract.epp (1.8), generate.cpp (1.7), hsh.cpp (1.8),
lex.cpp (1.10), parse.cpp (1.14), trn.cpp (1.8):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Remove JPN_ defines
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-07 19:45 brodsom
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: preparse.cpp (1.12), parse.y (1.50),
parse.cpp (1.51):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Remove JPN_ defines
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-07 16:20 brodsom
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/alice/exe.cpp (1.9):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Remove PC_PLATFORM remaining ifdef
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-07 15:38 kkuznetsov
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/firebird.h (1.8):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Some commits for SOLX86
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-07 13:58 brodsom
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/config/config.cpp (1.21):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Make default parameters values for non forced writes mode depend on
the platform
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-06 00:28 brodsom
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/config/config.cpp (1.20):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Change non FW mode time parameter value.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-05 20:44 brodsom
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dudley/trn.cpp (1.7):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Remove unused vars
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-05 20:35 brodsom
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dudley/parse.cpp (1.13):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Remove unused vars
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-05 16:43 brodsom
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dudley/: expand.cpp (1.9), expr.cpp (1.8), lex.cpp
(1.9):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Remove unused vars
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-05 15:32 brodsom
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/config/: config.cpp (1.19), config.h (1.13):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
New config parameters to control non forced writes mode.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-04 21:19 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/isql.dsp (1.9):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Cleanup.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-04 21:16 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: src/common/classes/alloc.cpp (1.23),
2008-03-24 20:52:36 +01:00
src/common/classes/alloc.h (1.15), builds/win32/msvc6/gfix.dsp
(1.8):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Moved allocator functions back to GDS. MemoryPool is no longer
exported.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-04 20:07 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.20):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Beta 2 changes so far.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-04 19:10 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/ib_udf.def (1.2):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Committed contribution by Juan Guerrero (?). Functions LPAD and
RPAD added to IB_UDF library.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-04 18:27 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/extlib/: ib_udf.c (1.5), ib_udf.sql (1.4):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Committed contribution by Juan Guerrero (?). Functions LPAD and
RPAD added to IB_UDF library.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-04 16:43 brodsom
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/: make6_debug.bat (1.2), make6_release.bat
(1.2):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
command line make corrections
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-04 16:01 brodsom
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/: make6_release.bat (1.1), uninstall.bat
(1.1), install_classic.bat (1.1), install_super.bat (1.1),
make6_debug.bat (1.1):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Add command line makes Add install batchs
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-04 14:14 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/alice/aliceswi.h (1.6):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Why on earth should we bark on -user and -pass switches and
consider them incompatible with something?
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-04 12:18 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/alloc.cpp (1.22):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed bug in the memory manager. We shouldn't use the uninitialized
pool. gpre_boot no longer crashes.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-04 11:28 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/gpre_boot.dsp (1.8):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed debug build of gpre_boot.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-03 15:21 brodsom
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/: gpre_boot.mak (1.2), gpre.mak (1.2),
common_boot.mak (1.2), fbclient_boot.mak (1.2):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Use bscmake non incremental
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-03 13:48 brodsom
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/: build_all.bat (1.4), preprocess.bat
(1.4):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Autoconfig must be copy before build_boot.bat
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-02 17:01 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/config/config.cpp (1.18):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed my latest commit.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-02 16:20 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/config/: config.cpp (1.17), config.h (1.12),
config_impl.h (1.6):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
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.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-02 14:23 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: common.dsp (1.10),
common_classic.dsp (1.4):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Updated project files.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-02 14:09 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/alloc.cpp (1.21):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Reduced memory usage.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-02-01 04:08 hippoman
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.5), burp.vcproj
(1.4), burp_classic.vcproj (1.4), common.vcproj (1.3),
engine.vcproj (1.8), fbguard.vcproj (1.4), gdef.vcproj (1.4),
gpre_boot.vcproj (1.5), gsec.vcproj (1.3), gstat.vcproj (1.4),
instreg.vcproj (1.3), instsvc.vcproj (1.3), intl.vcproj (1.3),
ipserver.vcproj (1.3), lock.vcproj (1.3), lock_classic.vcproj
(1.3), remote.vcproj (1.4), remote_classic.vcproj (1.4),
utilities.vcproj (1.4), utilities_classic.vcproj (1.3), wal.vcproj
(1.3), wal_classic.vcproj (1.3):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Sync msvc7 build with latest changes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-31 08:44 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/locks.cpp (1.3):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed win32 CS build.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-30 23:14 arnobrinkman
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.48):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
bugfix: wrong context was used with FieldX IN (sub-select)
predicate. Caused by me by an other bugfix SF BUG # [ 213859 ]
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-30 19:05 skidder
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/: alloc.cpp (1.20), alloc.h (1.14):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed a couple errors Mike Nordell pointed at
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-30 14:30 arnobrinkman
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.47):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
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
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-30 14:25 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/: classes/alloc.cpp (1.19), classes/alloc.h
(1.13), config/config.cpp (1.16), config/config_file.h (1.2),
config/config_impl.h (1.5):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed the errors pointed out by Mike.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-29 16:29 skidder
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.110):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Change package prefix
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-29 11:16 eku
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/locks.h (1.5):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
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?).
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-28 09:58 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: alice.dsp (1.6), alice_classic.dsp
(1.3), burp.dsp (1.6), burp_classic.dsp (1.4), common.dsp (1.9),
common_classic.dsp (1.3), dsql_server.dsp (1.9),
dsql_server_classic.dsp (1.5), engine.dsp (1.11),
fb_inet_server.dsp (1.7), fb_lock_print.dsp (1.8), fbclient.dsp
(1.21), fbguard.dsp (1.8), fbserver.dsp (1.16), gbak.dsp (1.7),
gdef.dsp (1.5), gds32.dsp (1.8), gfix.dsp (1.7), gpre.dsp (1.8),
gpre_boot.dsp (1.7), gsec.dsp (1.4), gstat.dsp (1.5), ib_udf.dsp
(1.5), ib_util.dsp (1.6), instreg.dsp (1.4), instsvc.dsp (1.4),
ipserver.dsp (1.4), isql.dsp (1.8), lock.dsp (1.4),
lock_classic.dsp (1.2), qli.dsp (1.4), remote.dsp (1.7),
remote_classic.dsp (1.4), utilities.dsp (1.4),
utilities_classic.dsp (1.2), wal.dsp (1.4), wal_classic.dsp (1.2):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Updated project files.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-27 12:46 dimitr
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/: alloc.cpp (1.18), alloc.h (1.12):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed linkage issues on win32.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-26 19:12 fsg
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.intl (1.8):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed a typo to get it compiled under Linux again
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-25 09:55 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/: build_all.bat (1.3), build_boot.bat
(1.3), prepare.bat (1.2), preprocess.bat (1.3):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Updated batch files.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-25 04:14 brodsom
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.intl (1.7):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
New charsets (update posix build)
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-25 04:13 brodsom
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/intl.dsp (1.9):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
New charsets (update msvc6 build)
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
2003-01-25 04:12 brodsom
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/restore.epp (1.19):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
New charsets (....)
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-25 02:50 hippoman
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/dsql.cpp (1.42):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Some fixes to to DSQL_pretty: -. Added some missing verbs and
mispellings -. Fixed a bug displaying parameters info.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-24 23:57 hippoman
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.4), alice.vcproj
(1.2), alice_classic.vcproj (1.2), burp.vcproj (1.3),
burp_classic.vcproj (1.3), common.vcproj (1.2),
common_classic.vcproj (1.1), dsql_server.vcproj (1.3),
dsql_server_classic.vcproj (1.3), engine.vcproj (1.7),
engine_classic.vcproj (1.7), fb_inet_server.vcproj (1.3),
fb_lock_print.vcproj (1.6), fbclient.vcproj (1.7), fbembed.vcproj
(1.4), fbguard.vcproj (1.3), fbserver.vcproj (1.3), fbudf.vcproj
(1.1), gbak.vcproj (1.3), gdef.vcproj (1.3), gds32.vcproj (1.3),
gfix.vcproj (1.3), gpre.vcproj (1.6), gpre_boot.vcproj (1.4),
gsec.vcproj (1.2), gstat.vcproj (1.3), ib_udf.vcproj (1.3),
ib_util.vcproj (1.3), instreg.vcproj (1.2), instsvc.vcproj (1.2),
intl.vcproj (1.2), ipserver.vcproj (1.2), isql.vcproj (1.3),
lock.vcproj (1.2), lock_classic.vcproj (1.2), qli.vcproj (1.3),
remote.vcproj (1.3), remote_classic.vcproj (1.3), utilities.vcproj
(1.3), utilities_classic.vcproj (1.2), wal.vcproj (1.2),
wal_classic.vcproj (1.2):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Sync msvc7 build with latest changes
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-24 18:45 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/: build_all.bat (1.2), build_boot.bat
(1.2):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Updated batch files.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-24 18:15 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/: build_all.bat (1.1), build_boot.bat
(1.1), common_boot.mak (1.1), fbclient_boot.mak (1.1), gpre.mak
(1.1), gpre_boot.mak (1.1), preprocess.bat (1.2):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Other win32 build batch files.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-24 17:38 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/: prepare.bat (1.1), preprocess.bat (1.1):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Other win32 build batch files.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-24 14:53 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/: blrtable.bat (1.1), parse.bat (1.1):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Two of the win32 build batch files. Others will follow shortly.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-24 13:02 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: src/extlib/fbudf/fbudf.h (1.3),
src/extlib/fbudf/fbudf.dsp (1.2), src/extlib/fbudf/fbudf.dsw (1.2),
src/extlib/fbudf/fbudf.plg (1.2), builds/win32/msvc6/fbudf.dsp
(1.1), builds/win32/msvc6/Firebird2.dsw (1.11):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Updated fbudf files.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-24 10:29 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/: msvc6/fbembed.dsp (1.8), gds32.def
(1.3), gds32_debug.def (1.3):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Updated project files.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-23 13:25 skidder
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/: WhatsNew (1.18), WhatsNew (1.19):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
[no log message]
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-23 11:38 skidder
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.17):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Little Beta 1 description change
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-23 10:30 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.16):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Added Beta 1 changes. Please review this file and correct, if
necessary.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-23 10:18 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: parse.cpp (1.50), parse.y (1.49):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Disallowed PLAN clause in views until it works.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-23 04:36 brodsom
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/intl.dsp (1.8):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Update msvc6 build
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-22 17:37 alexpeshkoff
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/user_dsql.cpp (1.14):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Finished y-valve C++ conversion cleanup
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-21 13:19 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/alloc.cpp (1.17):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Cleanup.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-21 12:10 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: common.dsp (1.8),
common_classic.dsp (1.2):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Updated project files.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-21 12:08 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/locks.cpp (1.2):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Cosmetics.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-20 19:38 alexpeshkoff
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/: locks.cpp (1.1), locks.h (1.4):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Make Spinlock Win95 compatible
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-20 15:31 skidder
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/alloc.cpp (1.16):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed engine compilation problem on GCC3.2.1
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-20 09:40 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/alloc.cpp (1.15):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Fixed dump of the memory usage stats.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-19 19:32 kkuznetsov
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/locks.h (1.3):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Dummy inplementation of Spin-Lock let me return to compiling on
Solx86
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-19 15:42 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/fb_types.h (1.12):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
One of my previous commits has broken generated ibase.h. Fixed.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-19 15:30 dimitr
2007-11-25 04:24:52 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/: fbclient.def (1.2), fbclient_debug.def
2007-12-12 04:21:55 +01:00
(1.2):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Let's return version of the client library via API. Interface is
IB7-compliant.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-19 15:12 dimitr
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: fbclient.dsp (1.20), remote.dsp
(1.6), remote_classic.dsp (1.3):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Link with XNET support.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-18 22:45 skidder
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: common/classes/alloc.cpp (1.14),
common/classes/alloc.h (1.11), common/classes/class_test.cpp (1.9),
2008-03-24 20:52:36 +01:00
common/classes/test.sh (1.7), dsql/dsql.tab.h (1.12):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Memory manager changes - added memory usage stats, empty extents
are now deallocated
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2003-01-18 20:42 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/: firebird.h (1.7), gen/autoconfig_msvc.h
(1.71):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Cleanup.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-18 20:34 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: include/firebird.h (1.6), dsql/dsql.h (1.14),
dsql/keywords.h (1.12), dsql/parse.cpp (1.49), dsql/parse.y (1.48),
include/fb_types.h (1.11):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Cleanup.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-18 20:21 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: engine.dsp (1.10),
fb_inet_server.dsp (1.6), fb_lock_print.dsp (1.7), fbclient.dsp
(1.19), Firebird2.dsw (1.10), fbembed.dsp (1.7), fbguard.dsp (1.7),
fbserver.dsp (1.15), gbak.dsp (1.6), gdef.dsp (1.4), gfix.dsp
(1.6), gpre.dsp (1.7), gpre_boot.dsp (1.6), gsec.dsp (1.3),
gstat.dsp (1.4), ib_udf.dsp (1.4), ib_util.dsp (1.5), instreg.dsp
(1.3), instsvc.dsp (1.3), intl.dsp (1.7), isql.dsp (1.7), qli.dsp
(1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Updated project files: 1. Cleaned up used import libraries. 2.
Winsock2 is used. 3. Embedded engine now supports true local
access.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-18 19:43 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/: alloc.cpp (1.13), tree.h (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Removed compiler warnings.
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
2003-01-18 19:02 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/classes/alloc.h (1.10):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Undone.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-18 15:56 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/alloc.h (1.9):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Expose routines for allocation from system. Various temp buffers
shouldn't go through the pool implementation.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-17 13:52 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/metd.epp (1.20):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed porting bug which caused zero to be returned as
bytes-per-character value.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-17 13:47 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.46):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fix intermittent bug in aggregate reference tracking
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-17 13:40 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/ddl.cpp (1.34):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Rolled back previous commit.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-17 12:11 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/ddl.cpp (1.33):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Restored compatibility with FB1. Index name is no longer assigned
automatically for constraints.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-17 10:59 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/alloc.cpp (1.12):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed problems with the memory manager. Oddly enough, but the
server seems to work ;-)
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-17 10:53 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: common.dsp (1.7),
common_classic.dsp (1.1), Firebird2.dsw (1.9):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Updated project files.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-17 10:03 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/common.dsp (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Updated project files.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-17 07:59 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/firebird.h (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
no message
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-17 07:41 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/alloc.cpp (1.11):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed a typo.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-16 18:47 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: builds/posix/Makefile.in.libfbclient (1.6),
builds/posix/Makefile.in.libfbcommon (1.5),
builds/posix/make.shared.variables (1.12), src/alice/alice.h
(1.12), src/alice/alice_meta.epp (1.9), src/alice/all.cpp (1.8),
src/alice/all.h (1.5), src/common/classes/alloc.cpp (1.10),
src/common/classes/alloc.h (1.8), src/common/classes/class_perf.cpp
(1.6), src/common/classes/class_test.cpp (1.8),
src/common/classes/test.sh (1.6), src/common/classes/tree.h (1.5),
src/common/config/config.cpp (1.15),
src/common/memory/allocators.cpp (1.9),
src/common/memory/allocators.h (1.8),
src/common/memory/memory_pool.cpp (1.19),
src/common/memory/memory_pool.h (1.7), src/dsql/all.h (1.5),
src/dsql/alld.cpp (1.8), src/dsql/dsql.cpp (1.41), src/dsql/hsh.cpp
(1.6), src/include/fb_blk.h (1.6), src/include/fb_list.h (1.3),
src/include/fb_map.h (1.2), src/include/fb_string.h (1.3),
2008-03-24 20:52:36 +01:00
src/include/fb_vector.h (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Integrate new memory manager into the engine
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-16 17:34 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.109):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fix typo in my latest commit
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-16 17:27 skidder
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/configure.in (1.108):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Add FB_IPC_NAME parameter
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-15 15:07 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: config.cpp (1.14), config.h (1.11):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
New config values.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-15 14:34 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.70):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added IPC prefix to the autoconf stuff.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-15 13:13 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/gen/blrtable.h (1.7):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
New BLR verb for parametrized events.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-15 13:00 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: dsql.tab.h (1.11), gen.cpp (1.22),
keywords.cpp (1.12), make.cpp (1.23), node.h (1.19), parse.cpp
(1.48), parse.y (1.47), pass1.cpp (1.45):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-15 12:56 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: misc_func.cpp (1.2), misc_func.h (1.2),
dsql.cpp (1.40):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Reworked internal info stuff.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-14 14:47 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/dsql.cpp (1.39):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Remove REQ_SAVEPOINT from allowed requests in EXECUTE STATEMENT.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-12 21:27 arnobrinkman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.44):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
bugfix: SF BUG # [ 213859 ] Subquery connected with 'IN' clause
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-12 19:16 alexpeshkoff
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: alice/alice.h (1.11), alice/exe.cpp (1.8),
alice/tdr.cpp (1.12), alice/tdr_proto.h (1.3), dsql/dsql.cpp
(1.38), dsql/dsql.h (1.13), dsql/dsql_proto.h (1.5),
dsql/prepa_proto.h (1.3), dsql/preparse.cpp (1.11),
dsql/user__proto.h (1.3), dsql/user_dsql.cpp (1.13):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Cleanup of mixed use of macro FRBRD and struct why_hndl
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-12 17:29 arnobrinkman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.43):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
bugfix on my latest commits
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-12 16:32 alexpeshkoff
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: config.cpp (1.13), config.h (1.10):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added config file parameters, controlling threads' priorities
scheduler
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-12 01:41 arnobrinkman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/parse.cpp (1.47):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
bugfix on my latest commits
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-11 03:49 arnobrinkman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.42):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Introduce backwards compatibilty within aggregates. Deepest field
inside aggregate determine where an aggregate-context should belong
too.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-10 22:37 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/: alloc.cpp (1.9), alloc.h (1.7),
class_perf.cpp (1.5), class_test.cpp (1.7), locks.h (1.2), test.sh
(1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Little fixes in MemoryPool implementation
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-10 13:27 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/: alloc.cpp (1.8), alloc.h (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed MemoryPool implementation.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-09 20:47 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/: alloc.cpp (1.7), alloc.h (1.5),
class_test.cpp (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Prepare new memory manager for integration into the engine core
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-09 17:50 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: parse.y (1.46), pass1.cpp (1.41):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Allow arbitrary expressions in ORDER-BY clause
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-07 17:35 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/: alloc.cpp (1.6), alloc.h (1.4),
class_perf.cpp (1.4), class_test.cpp (1.5), locks.h (1.1), test.sh
(1.4), tree.h (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Further class library development. Added memory pool locking and
line number allocation information
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-06 18:35 alexpeshkoff
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/: class_test.cpp (1.4),
class_perf.cpp (1.3), alloc.cpp (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Make it compile with MSVC6
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-04 18:10 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.firebird (1.25):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Make engine compile on POSIX again
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-03 17:03 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/: alloc.cpp (1.4), alloc.h (1.3),
class_perf.cpp (1.2), class_test.cpp (1.3), test.sh (1.3), tree.h
(1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Further class library development. MemoryPool works now
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-03 13:52 alexpeshkoff
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: alice/alice.h (1.10), alice/aliceswi.h (1.5),
2008-03-24 20:52:36 +01:00
burp/burp.cpp (1.18), burp/burpswi.h (1.5), include/jrd/gds.h
(1.4), gpre/gpre.h (1.26):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Don't include internals of struct why_hndl where it is not
required.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2003-01-02 17:01 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: builds/posix/Makefile.in.extlib (1.7),
src/extlib/ib_util.h (1.2), src/extlib/ib_util.pas (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Make standard UDF libraries functions involving memory allocation
work on Linux
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-31 19:15 nmcc
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.107), builds/posix/prefix.solaris
(1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Move sfio test to Solaris specific location. Change to
--with-sfio=path_to_sfio defaulting to no and substitute values in
to makefiles.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-30 17:00 nmcc
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/prefix.solaris (1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Firebird2 make rules for Solaris Sparc.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-30 16:46 nmcc
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/memory/memory_pool.cpp (1.18):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Use system system anon mmap on Solaris where supported ie: >=
Solaris8 otherwise use orginal FB1 version.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-29 23:26 arnobrinkman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/dsql.cpp (1.37):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
bugfix: PLAN wasn't correctly returned. bug probable introduced by
c to c++ port.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-29 15:59 nmcc
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.firebird (1.24):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Do not replace users exisiting LD_LIBRARY_PATH
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-29 15:18 nmcc
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.refDatabases (1.10):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Remove any existing link otherwise ln fails on Solaris.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-29 15:15 nmcc
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.106):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Update Solaris Sparc options.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-29 02:45 nmcc
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/burp/restore.epp (1.18):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fix new compiler error in sparc specific code.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-29 02:38 nmcc
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: Makefile.in.extlib (1.6), make.rules
(1.11), prefix.darwin (1.6), prefix.freebsd (1.4), prefix.linux
(1.13), prefix.mingw (1.7), prefix.sinixz (1.13):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Move platform specific ld option to platform makefiles.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-23 16:50 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/config/config.cpp (1.12):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Changed default values.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-22 20:45 nmcc
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.firebird (1.23):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Remove gpre generated files when doing a make clean.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-22 12:42 alexpeshkoff
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/ddl_proto.h (1.7):
2007-11-12 04:22:27 +01:00
2007-12-12 04:21:55 +01:00
Fixed problem with extern "C" DDL_resolve_intl_type
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-22 02:54 hippoman
2007-11-12 04:22:27 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.3), engine.vcproj
(1.6), engine_classic.vcproj (1.6), fbclient.vcproj (1.6),
gpre.vcproj (1.5), gpre_boot.vcproj (1.3):
2007-11-12 04:22:27 +01:00
2007-12-12 04:21:55 +01:00
Fixed the MSVC7 build, why.c has been removed
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-19 15:48 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: parse.cpp (1.46), parse.y (1.45):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Now we understand single-line comments (--) in any position of the
SQL statement.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-19 14:14 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: parse.cpp (1.45), parse.y (1.44):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Prepared parser to allow non-reserved words as valid symbol names.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-19 14:08 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/dsql.tab.h (1.10):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
no message
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-19 09:57 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/parse.y (1.43):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
no message
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-18 16:01 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: ddl.cpp (1.32), dsql.h (1.12), dsql.tab.h
(1.9), gen.cpp (1.21), keywords.cpp (1.11), node.h (1.18),
parse.cpp (1.44), parse.y (1.42), pass1.cpp (1.40):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed bug with BREAK and partially implemented labels and LEAVE
statement.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-17 20:42 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/alloc.cpp (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Further class library development
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-17 00:54 arnobrinkman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/metd.epp (1.19):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
fix so that win32/msvc6 builds works again
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-16 22:19 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: builds/posix/Makefile.in.boot.gpre (1.12),
builds/posix/Makefile.in.firebird (1.22),
builds/posix/Makefile.in.jrd (1.4),
builds/posix/make.shared.targets (1.2),
builds/posix/make.shared.variables (1.11),
builds/posix/prefix.linux (1.12), src/burp/restore.epp (1.17),
src/dsql/dsql.tab.h (1.8), src/dsql/parse.cpp (1.43),
2008-03-24 20:52:36 +01:00
src/include/fb_blk.h (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Several little changes to make engine compilable again on Linux
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-16 19:33 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/: alloc.cpp (1.2), alloc.h (1.2),
class_test.cpp (1.2), test.sh (1.2), tree.h (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Further class library development
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
2002-12-16 18:01 alexpeshkoff
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc6/: engine.dsp (1.9),
engine_classic.dsp (1.8), fbclient.dsp (1.18):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Rename all links to why.cpp handle to struct why_hndl * (or FRBRD
*)
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-16 17:23 alexpeshkoff
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: dudley/exe.epp (1.12), dudley/extract.epp (1.7),
gpre/gpre_meta.epp (1.14):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Sorry for wrong DATABASE directive :-(
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-16 17:20 alexpeshkoff
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: array.epp (1.9), blob.epp (1.8), metd.epp
(1.18):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Sorry for wrong DATABASE directive :-(
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-16 17:15 alexpeshkoff
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: alice/alice_meta.epp (1.8), burp/backup.epp
(1.15), burp/restore.epp (1.16):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Sorry for wrong DATABASE directive :-(
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-16 16:56 alexpeshkoff
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/jrd/gds.h (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Rename all links to why.cpp handle to struct why_hndl * (or FRBRD
*)
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-16 16:51 alexpeshkoff
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/: c_cxx.cpp (1.13), gpre.h (1.25),
gpre_meta.epp (1.13):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Rename all links to why.cpp handle to struct why_hndl * (or FRBRD
*)
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-16 16:43 alexpeshkoff
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dudley/: exe.epp (1.11), extract.epp (1.6), lex.cpp
(1.8), lex_proto.h (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Rename all links to why.cpp handle to struct why_hndl *
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-16 16:37 alexpeshkoff
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: array.epp (1.8), blob.epp (1.7), ddl.cpp
(1.31), ddl_proto.h (1.6), dsql.cpp (1.36), dsql.h (1.11),
dsql_proto.h (1.4), keywords.cpp (1.10), metd.epp (1.17),
metd_proto.h (1.9), parse.y (1.41), pass1_proto.h (1.5),
prepa_proto.h (1.2), preparse.cpp (1.10), user__proto.h (1.2),
user_dsql.cpp (1.12):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Rename all links to why.cpp handle to struct why_hndl *
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Execute STATEMENT also here
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-16 16:24 alexpeshkoff
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/burp/: backup.epp (1.14), burp.cpp (1.17),
burpswi.h (1.4), restore.epp (1.15):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Rename all links to why.cpp handle to struct why_hndl *
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-16 16:15 alexpeshkoff
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/alice/: alice.h (1.9), alice_meta.epp (1.7),
aliceswi.h (1.4), all.cpp (1.7), exe.cpp (1.7), tdr.cpp (1.11),
tdr_proto.h (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Rename all links to why.cpp handle to struct why_hndl *
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-16 01:48 arnobrinkman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/ddl.cpp (1.30):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
bugfix previous added code. correct way of retrieving length for an
variable inside SP/Trigger. This was needed for CASE expressions.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-14 22:43 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/: tree.h (1.1), vector.h (1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
First little pieces of new Firebird class library implementation
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-14 22:40 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/classes/: alloc.cpp (1.1), alloc.h (1.1),
class_perf.cpp (1.1), class_test.cpp (1.1), test.sh (1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
First little pieces of new Firebird class library implementation
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-13 15:50 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/pretty.cpp (1.7):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Cleanup.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-13 03:02 arnobrinkman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/ddl.cpp (1.29):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
bugfix: length of text variables inside procs/triggers wasn't
copied to descriptor structure.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-12 13:08 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.105),
builds/posix/Makefile.in.boot.gpre (1.11),
builds/posix/make.defaults (1.12), builds/posix/prefix.mingw (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Changes by Dimitry Sibiryakov.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-11 21:52 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.104),
builds/posix/Makefile.in.firebird (1.21), builds/posix/prefix.linux
(1.11):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Little changes to build stable Linux packages
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-11 11:09 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/parse.y (1.40):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed serious bug with views I unfortunately introduced in Alpha 5
:-(
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-11 10:48 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/burp/burp.cpp (1.16):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
no message
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-11 10:45 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/gen.cpp (1.20):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Cleanup.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-11 09:35 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.8), engine.dsp
(1.8), fbclient.dsp (1.17), gpre_boot.dsp (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Updated project files.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-10 12:53 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: builds/posix/prefix.sinixz (1.12),
src/burp/restore.epp (1.14), src/dsql/errd.cpp (1.11),
src/dsql/make.cpp (1.22), src/dsql/parse.cpp (1.42),
2008-03-24 20:52:36 +01:00
src/dsql/parse.y (1.39):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Removed unused variables.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-09 02:43 nmcc
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.firebird (1.20):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
add clean_config and clean_makefiles targets.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-09 02:38 nmcc
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: Makefile.in.embed.lockmgr (1.4),
Makefile.in.refDatabases (1.9), make.defaults (1.11):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Change gds_lock_mgr to fb_lock_mgr as code now defaults to this.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-07 14:50 kkuznetsov
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: make.defaults (1.10), prefix.solx86
(1.14):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Adding linker option what prevent user to setting LD_LIBRARY_PATH
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-07 14:49 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: config.cpp (1.11), config.h (1.9):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
More usage of the new config stuff.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-07 14:23 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: config.cpp (1.10), config.h (1.8):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
More usage of the new config stuff.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-06 22:11 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: config.cpp (1.9), config.h (1.7):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
More usage of the new config stuff.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-06 21:55 hippoman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc7/: gpre.vcproj (1.4),
gpre_boot.vcproj (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixing the build, added pascal and ada to gpre salad.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-06 15:30 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/make.defaults (1.9):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Changes by Dimitry Sibiryakov.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-06 14:43 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: src/gpre/ada.cpp (1.11), src/gpre/cmp.cpp (1.10),
src/gpre/cob.cpp (1.16), src/gpre/exp.cpp (1.9), src/gpre/ftn.cpp
(1.14), src/gpre/gpre.cpp (1.17), src/gpre/gpre.h (1.24),
src/gpre/gpre_meta.epp (1.12), src/gpre/gpreswi.h (1.7),
src/gpre/par.cpp (1.10), src/gpre/pat.cpp (1.7), src/gpre/sql.cpp
(1.7), configure.in (1.103), src/include/gen/autoconfig_msvc.h
2008-03-24 20:52:36 +01:00
(1.69):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Removed hooks for BASIC/PL1 in gpre, as the support has been
dropped before IB4.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-06 13:34 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: config.cpp (1.8), config.h (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
More usage of the new config stuff.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-06 13:04 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/config.cpp (1.7):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Corrected config implementation.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-06 12:43 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.68):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Cleanup.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-05 17:15 kkuznetsov
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: Makefile.in.extlib (1.5),
Makefile.in.intl (1.6), Makefile.in.libfbclient (1.5),
Makefile.in.libfbembed (1.5), make.defaults (1.8), make.rules
(1.10), prefix.darwin (1.5), prefix.example (1.2), prefix.freebsd
(1.3), prefix.linux (1.10), prefix.mingw (1.5), prefix.sinixz
(1.11), prefix.solx86 (1.13):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Moving platform dependent linker option to platform files
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-04 17:23 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.15):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Little changes in Alpha 5 changes description
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-04 16:15 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.14):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added alpha 5 changes.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-03 19:02 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: node.h (1.17), parse.cpp (1.41), parse.y
(1.38), pass1.cpp (1.39):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
1. Implemented ORDER BY clause in subqueries. 2. Disallowed
FIRST/SKIP for views. 3. Allowed zero as valid argument for FIRST.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-03 14:58 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.102), src/gpre/gpre.cpp (1.16),
src/gpre/gpre.h (1.23), src/gpre/gpreswi.h (1.6),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.67):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Disabled gpre's BASIC and PL/1 support in configure. There's no
such implementation.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-03 14:48 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: make.cpp (1.21), parse.cpp (1.40):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Oops. Forgot to enable parameter duplication in parameter bug
emulation mode
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-03 14:37 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: common/config/config.cpp (1.6),
2008-03-24 20:52:36 +01:00
common/config/config.h (1.5), dsql/make.cpp (1.20):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added configuration parameter to enable older parameter ordering
behavior
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-03 14:27 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.66):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
no message
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-03 12:47 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.101):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Prepared for Alpha 5.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-03 12:09 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: gpre.dsp (1.6), gpre_boot.dsp
(1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Cleanup.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-03 11:52 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/pas.cpp (1.7):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Make file compile. It's still unknown if the PASCAL support in GPRE
will work. Anyway - it compiles :-)
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-02 12:17 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.100),
builds/posix/Makefile.in.client.gpre (1.6),
builds/posix/Makefile.in.embed.gpre (1.6),
builds/posix/Makefile.in.gpre (1.5),
builds/posix/Makefile.in.static.gpre (1.8), src/gpre/gpre.cpp
(1.15), src/gpre/gpre.h (1.22), src/gpre/gpreswi.h (1.5),
2008-03-24 20:52:36 +01:00
src/gpre/pat.cpp (1.6), src/include/gen/autoconfig_msvc.h (1.65):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-02 11:25 kkuznetsov
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/gpre.h (1.21):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fix boot-time refences to FTN_fini
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-02 10:49 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: builds/posix/Makefile.in.boot.gpre (1.10),
src/gpre/gpre.h (1.20):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Removed support for ADA, BASIC, COBOL, FORTRAN and PASCAL from
gpre_boot.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2002-12-02 10:43 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: csv/csi.cpp (1.10), dsql/ddl.cpp (1.28),
2008-03-24 20:52:36 +01:00
gpre/pretty.cpp (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Use the new macro FB_NELEM to calculate the number of elements in
an array.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-12-02 09:25 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.99), src/common/config/config.cpp
(1.5), src/dudley/hsh.cpp (1.7), src/gpre/hsh.cpp (1.8),
src/include/fb_types.h (1.10), src/include/gen/autoconfig_msvc.h
2008-03-24 20:52:36 +01:00
(1.64), src/include/gen/codes.h (1.8):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-30 18:37 hippoman
* firebird2/src/: dudley/ddl.h (1.5), dudley/exe.epp (1.10),
dudley/expand.cpp (1.8), dudley/generate.cpp (1.6),
dudley/parse.cpp (1.12), dudley/trn.cpp (1.6), gpre/ada.cpp (1.10),
gpre/c_cxx.cpp (1.12), gpre/cmd.cpp (1.7), gpre/cme.cpp (1.6),
gpre/cme_proto.h (1.4), gpre/cmp.cpp (1.9), gpre/cmp_proto.h (1.3),
gpre/cob.cpp (1.15), gpre/exp.cpp (1.8), gpre/exp_proto.h (1.4),
gpre/form.cpp (1.7), gpre/form.h (1.3), gpre/form_proto.h (1.2),
gpre/ftn.cpp (1.13), gpre/gpre.cpp (1.14), gpre/gpre.h (1.19),
gpre/gpre_meta.epp (1.11), gpre/gpre_meta.h (1.5),
gpre/gpre_meta_boot.cpp (1.10), gpre/int.cpp (1.7),
gpre/int_cxx.cpp (1.6), gpre/jrdmet.cpp (1.6), gpre/noform.cpp
(1.4), gpre/par.cpp (1.9), gpre/par_proto.h (1.3), gpre/pas.cpp
(1.6), gpre/sqe.cpp (1.7), gpre/sqe_proto.h (1.4), gpre/sql.cpp
(1.6), gpre/sql_proto.h (1.3):
Changed struct fld and FLD to local module names
2002-11-30 18:34 hippoman
* firebird2/src/: burp/backup.epp (1.13), burp/burp.h (1.14),
burp/canonical.cpp (1.13), burp/restore.epp (1.13), dsql/blk.h
(1.5), dsql/ddl.cpp (1.27), dsql/ddl_proto.h (1.5), dsql/dsql.cpp
(1.35), dsql/dsql.h (1.10), dsql/gen.cpp (1.19), dsql/make.cpp
(1.19), dsql/make_proto.h (1.8), dsql/metd.epp (1.16),
dsql/metd_proto.h (1.8), dsql/parse.cpp (1.39), dsql/parse.y
(1.37), dsql/pass1.cpp (1.38):
Changed struct fld and FLD to local module names
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-30 18:30 hippoman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc7/: engine.vcproj (1.5),
engine_classic.vcproj (1.5), fb_lock_print.vcproj (1.5),
fbclient.vcproj (1.5), gdef.vcproj (1.2), gfix.vcproj (1.2),
qli.vcproj (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed the build, isc_win32.cpp has been removed
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-30 16:08 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.98), builds/posix/prefix.mingw (1.4),
builds/win32/msvc6/alice.dsp (1.5),
builds/win32/msvc6/alice_classic.dsp (1.2),
builds/win32/msvc6/burp.dsp (1.5),
builds/win32/msvc6/burp_classic.dsp (1.3),
builds/win32/msvc6/common.dsp (1.5),
builds/win32/msvc6/dsql_server.dsp (1.8),
builds/win32/msvc6/dsql_server_classic.dsp (1.4),
builds/win32/msvc6/engine.dsp (1.7),
builds/win32/msvc6/engine_classic.dsp (1.7),
builds/win32/msvc6/fb_inet_server.dsp (1.5),
builds/win32/msvc6/fb_lock_print.dsp (1.6),
builds/win32/msvc6/fbclient.dsp (1.16),
builds/win32/msvc6/fbembed.dsp (1.6),
builds/win32/msvc6/fbserver.dsp (1.14),
src/common/config/config.cpp (1.4), src/common/config/config.h
(1.4), src/common/config/config_impl.h (1.4), src/gpre/ftn.cpp
2008-03-24 20:52:36 +01:00
(1.12):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
New changes by Dmitry Emanov. Configuration manager and Windows
build environment improvements
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-28 16:44 kkuznetsov
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/extlib/ib_udf.c (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fix compile errors on Solaris IA
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-26 10:00 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: engine.dsp (1.6),
engine_classic.dsp (1.6), fb_lock_print.dsp (1.5), fbclient.dsp
(1.15), gbak.dsp (1.5), gdef.dsp (1.3), gfix.dsp (1.5), qli.dsp
(1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Updated project files.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-25 21:29 arnobrinkman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.37):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
bugfix: allow use of other outer-references in a aggregated
sub-select
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-25 16:28 kkuznetsov
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/burp/backup.epp (1.12):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
[no log message]
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-25 16:23 kkuznetsov
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/burp/backup.epp (1.11):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fix compile error on SOLX86
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-24 18:53 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/prefix.linux (1.9):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
A little more optimization wont hurt
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-24 16:22 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: gen.cpp (1.18), make.cpp (1.18),
make_proto.h (1.7), parse.cpp (1.38), parse.y (1.36), pass1.cpp
(1.36):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Make SQLDA parameter mapping consistent with order and number of
parameters in source SQL string
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-24 14:03 arnobrinkman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.35):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
no message
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-24 11:22 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/memory/memory_pool.cpp (1.17):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Avoid redundant "best fit" lookup after a pool has been extended.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-24 00:11 hippoman
2007-11-12 04:22:27 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc7/: engine.vcproj (1.4),
engine_classic.vcproj (1.4), fb_lock_print.vcproj (1.4),
fbclient.vcproj (1.4), gpre.vcproj (1.3):
2007-11-12 04:22:27 +01:00
2007-12-12 04:21:55 +01:00
Fixed the build, thd_win32.cpp has been deleted..
2007-11-12 04:22:27 +01:00
2007-12-12 04:21:55 +01:00
2002-11-23 19:26 dimitr
2007-11-12 04:22:27 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/memory/memory_pool.cpp (1.16):
2007-11-12 04:22:27 +01:00
2007-12-12 04:21:55 +01:00
All pool extends passed from the external world are in bytes, not
in allocation units.
2007-11-12 04:22:27 +01:00
2007-12-12 04:21:55 +01:00
2002-11-23 12:38 dimitr
2007-11-12 04:22:27 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/burp.cpp (1.15):
2007-11-12 04:22:27 +01:00
2007-12-12 04:21:55 +01:00
The type of service invokation never must be specified by the
client tool. It should be defined by the server only.
2007-11-12 04:22:27 +01:00
2007-12-12 04:21:55 +01:00
2002-11-22 16:27 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.34):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed nulls first/last and collation handling in "order by" clause
of unions
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-22 15:31 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.97):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added default rule for currently unsupported systems.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-22 15:09 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: src/include/fb_types.h (1.9), configure.in (1.96):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Cleanup by Dimitry Sibiryakov.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-22 12:20 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: dsql_server.dsp (1.7),
dsql_server_classic.dsp (1.3), engine.dsp (1.5), engine_classic.dsp
(1.5), fb_lock_print.dsp (1.4), fbclient.dsp (1.14):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Updated project files.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-22 10:02 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/config/config_file.cpp (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Applied patch for config_file.cpp. Thanks to Pirtea Calin Iancu.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-21 21:43 tamlin
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dudley/: exe.epp (1.9), extract.epp (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Bugfix for modify_relation and removing unused variables.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-21 14:46 kkuznetsov
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: Makefile.in.boot.gpre (1.9),
prefix.solx86 (1.12):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
[no log message]
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-21 12:54 kkuznetsov
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.95):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Add check for sun threads on Solx86
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-21 11:08 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: Makefile.in.client.gpre (1.5),
Makefile.in.embed.gpre (1.5), Makefile.in.gpre (1.4),
Makefile.in.static.gpre (1.7), prefix.solx86 (1.11):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Include support for ADA and FORTRAN into gpre by default.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2002-11-21 09:56 eku
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.94),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.63):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Autoconf: check for header files sys/ipc.h and sys/file.h.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2002-11-21 00:48 arnobrinkman
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/make.cpp (1.17):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
bug : UDF node didn't contain any character set, was always NONE.
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2002-11-21 00:13 hippoman
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/: ada.cpp (1.9), c_cxx.cpp (1.11), cob.cpp
(1.14), form.h (1.2), ftn.cpp (1.11), gpre.h (1.18), pas.cpp (1.5),
sqe.cpp (1.6):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
changed nod,tra,req,trg,rel,ctx,prc struct names to local module
names
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2002-11-21 00:09 hippoman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: burp/backup.epp (1.10), burp/burp.h (1.13),
burp/canon_proto.h (1.2), burp/restore.epp (1.12), dsql/blk.h
(1.4), dsql/ddl.cpp (1.26), dsql/ddl_proto.h (1.4), dsql/dsql.cpp
(1.34), dsql/dsql.h (1.9), dsql/dsql_proto.h (1.3),
dsql/gen_proto.h (1.5), dsql/make.cpp (1.16), dsql/make_proto.h
(1.6), dsql/metd.epp (1.15), dsql/metd_proto.h (1.7), dsql/node.h
(1.16), dsql/parse.cpp (1.37), dsql/parse.y (1.35), dsql/pass1.cpp
(1.33), dsql/pass1_proto.h (1.4), dudley/ddl.h (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
changed nod,tra,req,trg,rel,ctx,prc struct names to local module
names
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-20 16:01 hippoman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc7/: burp.vcproj (1.2),
burp_classic.vcproj (1.2), dsql_server.vcproj (1.2),
dsql_server_classic.vcproj (1.2), engine.vcproj (1.3),
engine_classic.vcproj (1.3), fb_inet_server.vcproj (1.2),
fb_lock_print.vcproj (1.3), fbclient.vcproj (1.3), fbembed.vcproj
(1.3), fbguard.vcproj (1.2), fbserver.vcproj (1.2), gbak.vcproj
(1.2), isql.vcproj (1.2), remote.vcproj (1.2),
remote_classic.vcproj (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
NOMSG is not needed, addied version.lib
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-20 14:38 kkuznetsov
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: Makefile.in.gpre (1.3),
Makefile.in.static.gpre (1.6), prefix.solx86 (1.10):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
GPRE additional files on Solaris x86
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-20 10:50 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/memory/memory_pool.cpp (1.15):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed alignment bug in the memory manager.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-20 09:30 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/make.shared.variables (1.10):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed compilation and linking on SINIX-Z (and probably on other
POSIX platforms).
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-19 16:37 skidder
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/canonical.cpp (1.12):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Move xdr_hyper to the correct place and remove duplicate
definitions
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-19 16:31 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.93):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Removed check for xdr_hyper
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-19 14:21 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: burp.dsp (1.4), burp_classic.dsp
(1.2), dsql_server.dsp (1.6), dsql_server_classic.dsp (1.2),
engine.dsp (1.4), engine_classic.dsp (1.4), fb_inet_server.dsp
(1.4), fb_lock_print.dsp (1.3), fbclient.dsp (1.13), fbembed.dsp
(1.5), fbguard.dsp (1.6), fbserver.dsp (1.13), gbak.dsp (1.4),
isql.dsp (1.6), remote.dsp (1.5), remote_classic.dsp (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
We no longer need NOMSG macro defined.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-19 14:07 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.62):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Correction.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-19 13:35 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: dsql.cpp (1.33), dsql.h (1.8), gen.cpp
(1.17), gen_proto.h (1.4), make.cpp (1.15), make_proto.h (1.5),
pass1.cpp (1.32):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Renamed MSG to DSQL_MSG.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-19 13:31 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/csv/: csi.cpp (1.9), csi.h (1.6), css.cpp (1.5),
css_proto.h (1.3), csv.cpp (1.9), print.cpp (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Renamed MSG to CSV_MSG.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-18 21:27 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: dsql/gen.cpp (1.16), include/gen/blrtable.h
2008-03-24 20:52:36 +01:00
(1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
New explicit pessimistic locks implementation. It is logically
consistent in all TPB modes and should be very fast.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-18 14:22 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.92),
builds/posix/Makefile.in.firebird (1.19),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.61):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Removed platform-specific files from posix/Makefile.in.firebird.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-18 04:07 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/prefix.linux (1.8):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Changed the default optimisation for prod builds. Current gcc 3.2
compilers have problems with -O2 -O3 and -march=i686 combinations
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-18 03:57 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: Makefile.in (1.3), configure.in (1.91):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-17 17:06 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: fb_inet_server.dsp (1.3),
fb_lock_print.dsp (1.2), fbclient.dsp (1.12), fbembed.dsp (1.4),
fbserver.dsp (1.12):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Updates project files.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-17 01:04 hippoman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/: ada.cpp (1.8), c_cxx.cpp (1.10), cmd.cpp
(1.6), cmd_proto.h (1.2), cme.cpp (1.5), cme_proto.h (1.3), cmp.cpp
(1.8), cmp_proto.h (1.2), cob.cpp (1.13), exp.cpp (1.7),
exp_proto.h (1.3), form.cpp (1.6), ftn.cpp (1.10), gpre.cpp (1.13),
gpre.h (1.17), gpre_meta.epp (1.10), gpre_meta.h (1.4),
gpre_meta_boot.cpp (1.9), hsh.cpp (1.7), int.cpp (1.6), int_cxx.cpp
(1.5), jrdmet.cpp (1.5), msc.cpp (1.5), msc_proto.h (1.3), par.cpp
(1.8), par_proto.h (1.2), pas.cpp (1.4), pat.h (1.3), sqe.cpp
(1.5), sqe_proto.h (1.3), sql.cpp (1.5), sql_proto.h (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
change TRA,REQ,TRG,REL,CTX or PRC, to module local names.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-17 01:00 hippoman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: dsql/ddl.cpp (1.25), dsql/dsql.cpp (1.32),
dsql/dsql.h (1.7), dsql/gen.cpp (1.15), dsql/gen_proto.h (1.3),
dsql/hsh.cpp (1.5), dsql/make.cpp (1.14), dsql/metd.epp (1.14),
dsql/metd_proto.h (1.6), dsql/pass1.cpp (1.31), dudley/ddl.h (1.3),
dudley/exe.epp (1.8), dudley/exe_proto.h (1.2), dudley/expand.cpp
(1.7), dudley/expr.cpp (1.7), dudley/generate.cpp (1.5),
dudley/hsh.cpp (1.6), dudley/parse.cpp (1.11), dudley/parse_proto.h
(1.3), dudley/trn.cpp (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
change TRA,REQ,TRG,REL,CTX or PRC, to module local names.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-17 00:57 hippoman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/burp/: backup.epp (1.9), burp.h (1.12),
canonical.cpp (1.11), restore.epp (1.11):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
change TRA,REQ,TRG,REL,CTX or PRC, to module local names.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-17 00:54 hippoman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.2), engine.vcproj
(1.2), engine_classic.vcproj (1.2), fb_lock_print.vcproj (1.2),
fbclient.vcproj (1.2), fbembed.vcproj (1.2), gds32.vcproj (1.2),
gpre.vcproj (1.2), gstat.vcproj (1.2), ib_udf.vcproj (1.2),
ib_util.vcproj (1.2), utilities.vcproj (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
update to the latest changes
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-16 17:01 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.60):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
no message
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
2002-11-16 16:54 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc6/: engine.dsp (1.3),
engine_classic.dsp (1.3), fbclient.dsp (1.11):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Synchronized generic and win32-only files. The latter is removed.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-16 14:59 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/memory/memory_pool.cpp (1.14):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed a couple of bugs in the memory manager. Now we're fast again.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-16 12:40 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/: gds32.def (1.2), gds32_debug.def (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Restored export by ordinals for gds32.dll (due to compatibility
issues).
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-16 11:58 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: fb_inet_server.dsp (1.2),
fbembed.dsp (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Updates project files.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-16 11:56 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/config/config_file.cpp (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Having duplicated names is not a good practice.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-16 09:38 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: fbclient.dsp (1.10), gds32.dsp
(1.7), ib_udf.dsp (1.3), ib_util.dsp (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Updates project files.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-16 04:14 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.firebird (1.18):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Build ibase.h distribution file correctly
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-16 03:17 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.90),
2008-03-24 20:52:36 +01:00
builds/posix/Makefile.in.firebird (1.17):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Change rpmbuild to not need root access Change install to only put
in 'compatibility' libgds.so links if the files do not already
exist.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-15 13:01 hippoman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/: fbclient.def (1.1), fbclient_debug.def
(1.1), gds32.def (1.1), gds32_debug.def (1.1), ib_udf.def (1.1),
ib_util.def (1.1), msvc6/fbclient.def (1.3),
msvc6/fbclient_debug.def (1.3), msvc6/gds32.def (1.5),
msvc6/gds32_debug.def (1.5), msvc6/ib_udf.def (1.4),
msvc6/ib_util.def (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Moved def files to builds\win32, to be able share them between
msvc6 and 7 project files.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
FIXME: The msvc6 project files still point to old location.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-15 12:20 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.13):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added instabitily note
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-15 11:55 kkuznetsov
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.89),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.59):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fix check for xdr staff
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-15 01:11 hippoman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.1), alice.vcproj
(1.1), alice_classic.vcproj (1.1), burp.vcproj (1.1),
burp_classic.vcproj (1.1), common.vcproj (1.1), dsql_server.vcproj
(1.1), dsql_server_classic.vcproj (1.1), engine.vcproj (1.1),
engine_classic.vcproj (1.1), fb_inet_server.vcproj (1.1),
fb_lock_print.vcproj (1.1), fbclient.vcproj (1.1), fbembed.vcproj
(1.1), fbguard.vcproj (1.1), fbserver.vcproj (1.1), gbak.vcproj
(1.1), gdef.vcproj (1.1), gds32.vcproj (1.1), gfix.vcproj (1.1),
gpre.vcproj (1.1), gpre_boot.vcproj (1.1), gsec.vcproj (1.1),
gstat.vcproj (1.1), ib_udf.vcproj (1.1), ib_util.vcproj (1.1),
instreg.vcproj (1.1), instsvc.vcproj (1.1), intl.vcproj (1.1),
ipserver.vcproj (1.1), isql.vcproj (1.1), lock.vcproj (1.1),
lock_classic.vcproj (1.1), qli.vcproj (1.1), remote.vcproj (1.1),
remote_classic.vcproj (1.1), utilities.vcproj (1.1),
utilities_classic.vcproj (1.1), wal.vcproj (1.1),
wal_classic.vcproj (1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
MSVC7 Project files..
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-14 17:23 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.12):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added alpha 4 changes.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-14 14:53 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: Makefile.in.boot.gpre (1.8),
make.defaults (1.7), make.shared.variables (1.9):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
A few changes contributed by Dimitry Sibiryakov.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-14 14:40 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/prefix.mingw (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Cleanup.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-14 09:18 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.88):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Flags are named XXX_FLG.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-14 09:16 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: burp/spit.cpp (1.7), csv/csi.cpp (1.8),
csv/csv.cpp (1.8), dsql/array.epp (1.7), dsql/blob.epp (1.6),
dsql/dsql.cpp (1.31), dsql/preparse.cpp (1.9), dsql/user_dsql.cpp
(1.11), dsql/utld.cpp (1.9), dudley/exe.epp (1.7):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Global names change: FBOK=>FB_SUCCESS FAILURE=>FB_FAILURE
xxx_FBOK=>xxx_SUCCESS
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-14 09:01 kkuznetsov
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.87):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Solaris always chech for -lnsl
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-14 08:37 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.58):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Cleanup.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-14 08:35 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.86),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.57):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-14 07:53 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.85):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Set defaults for lock manager and editline per platform.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-13 16:57 alexpeshkoff
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/ddl.cpp (1.24):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed bug with exception inside for/while loop in triggers
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-13 16:00 kkuznetsov
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: burp/spit.cpp (1.6), csv/csi.cpp (1.7),
csv/csv.cpp (1.7), dsql/array.epp (1.6), dsql/blob.epp (1.5),
dsql/dsql.cpp (1.30), dsql/preparse.cpp (1.8), dsql/user_dsql.cpp
2008-03-24 20:52:36 +01:00
(1.10), dsql/utld.cpp (1.8), dudley/exe.epp (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Renaming all occurences of SUCCESS to FBOK
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-13 15:47 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/parse.cpp (1.36):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
no message
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-13 13:27 eku
* firebird2/: configure.in (1.84),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.56):
2007-12-12 04:21:55 +01:00
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 13:23 eku
* firebird2/builds/posix/prefix.sinixz (1.10):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
We don't need profiling information!
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-13 13:07 kkuznetsov
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/: ada.cpp (1.7), ftn.cpp (1.9):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Making ADA and Fortrun funs happy
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-13 11:12 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.83):
2007-11-12 04:22:27 +01:00
2007-12-12 04:21:55 +01:00
Help text should show the correct default value.
2007-11-12 04:22:27 +01:00
2007-12-12 04:21:55 +01:00
2002-11-13 08:07 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.82),
builds/posix/Makefile.in.firebird (1.16),
builds/posix/make.defaults (1.6), src/include/gen/autoconfig_msvc.h
2008-03-24 20:52:36 +01:00
(1.55):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Editline cleanup: o removed obsolete readline tests o renamed
readline into editline o editline is not enabled by default,
enabled with '--with-editline'
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-12 17:04 alexpeshkoff
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/dsql.cpp (1.29):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Avoid deadlocks: lock databases_mutex only when THREAD_EXITed
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-12 15:06 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/prefix.mingw (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
More work regarding win32 builds via mingw.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-12 15:03 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: src/gpre/cob.cpp (1.12), builds/win32/msvc6/gpre.dsp
(1.5), builds/win32/msvc6/gpre_boot.dsp (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Make COBOL available in win32 builds of gpre.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-12 14:46 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.81),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.54):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Autoconf: check for aio.h, pread and pwrite
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-12 14:15 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.80),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.53):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Autoconf: check for getpgrp
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-12 13:30 kkuznetsov
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.79),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.52):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Add check for native xdr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-12 13:16 eku
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/canonical.cpp (1.10):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Cleanup
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-12 10:17 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.78),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.51):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Autoconf: check for semun
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-12 10:12 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.install (1.7):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
File obsoleted by src/install/arch-specific/<platform>/Makefile.in
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-12 08:50 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/Makefile.in (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added more targets to the top makefile.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-12 08:46 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.77):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Separated installation and packaging rules per platform.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-12 06:04 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: dsql/parse.cpp (1.35), dudley/exe.epp (1.5),
2008-03-24 20:52:36 +01:00
gpre/cob.cpp (1.11):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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).
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-11 20:19 hippoman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/: c_cxx.cpp (1.9), cmd.cpp (1.5), cme.cpp
(1.4), cme_proto.h (1.2), cmp.cpp (1.7), exp.cpp (1.6), exp_proto.h
(1.2), gpre.h (1.16), gpre_meta.epp (1.9), gpre_meta.h (1.3),
gpre_meta_boot.cpp (1.8), jrdmet.cpp (1.4), msc.cpp (1.4),
msc_proto.h (1.2), par.cpp (1.7), sqe.cpp (1.4), sqe_proto.h (1.2),
sql.cpp (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* Changed NOD struct name to GPRE_NOD.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-11 20:11 hippoman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dudley/: ddl.cpp (1.7), ddl.h (1.2), ddl_proto.h
(1.2), expand.cpp (1.6), expr.cpp (1.6), expr_proto.h (1.2),
gener_proto.h (1.2), generate.cpp (1.4), parse.cpp (1.10),
parse_proto.h (1.2), trn.cpp (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* Changed NOD struct name to DUDLEY_NOD.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-11 20:08 hippoman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: blk.h (1.3), ddl.cpp (1.23), dsql.cpp
(1.28), gen.cpp (1.14), gen_proto.h (1.2), make.cpp (1.13),
metd.epp (1.13), metd_proto.h (1.5), node.h (1.15), parse.cpp
(1.34), parse.y (1.34), pass1.cpp (1.30), pass1_proto.h (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* Changed NOD struct name to DSQL_NOD.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-11 19:05 alexpeshkoff
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: common/fb_exception.cpp (1.2),
include/fb_exception.h (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added 2 new exceptions Cleanup
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-11 17:04 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.76):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Change location of Makefile.install to
arch-specific/${MAKEFILE_PREFIX} This 'should' work for Erik as
well.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-11 15:48 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/: README.makefiles (1.2), README.user (1.1),
README.user.troubleshooting (1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added troubleshooting guide and simple user intro
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-11 15:08 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.75):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Change of package id to Alpha3
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-11 14:09 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.74),
builds/posix/Makefile.in.firebird (1.15),
builds/posix/Makefile.in.install (1.6),
2008-03-24 20:52:36 +01:00
src/install/arch-specific/darwin/Makefile.in (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-11 06:55 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.install (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Changes to linux classic packaging/install
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-11 06:54 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.73):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Changes to packaging of linux classic build
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
2002-11-10 15:46 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc6/fbembed.dsp (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Cleanup.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-10 15:19 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: common.dsp (1.4), engine.dsp
(1.2), engine_classic.dsp (1.2), fbguard.dsp (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Updated project files.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-10 14:41 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/config/: config.cpp (1.3), config.h (1.3),
config_impl.h (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Guardian option is added to the config manager.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-10 10:48 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/config/: config.cpp (1.2), config.h (1.2),
config_impl.h (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Allowed root directory to be overriden in the config file.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-10 08:58 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: parse.cpp (1.33), parse.y (1.33):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
A bit improved parser's debug output. Thanks to Ignacio J. Ortega.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-10 08:48 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: parse.cpp (1.32), parse.y (1.32):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed small parser bug. Thanks to Ignacio J. Ortega.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-09 14:23 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.72),
builds/posix/Makefile.in.boot.gpre (1.7),
builds/posix/Makefile.in.libfbcommon (1.4),
builds/posix/make.shared.variables (1.8):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Slight changes for linux compile to work with new ConfigRoot class
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-09 09:05 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/dsql.cpp (1.27):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Committed Ignacio's fix for DSQL_pretty (affects debug builds
only).
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-07 17:54 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.firebird (1.14):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
add firebird.conf into files moved to install area
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-07 15:06 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.71):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed C&P error.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-07 14:05 eku
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/configure.in (1.70):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Autoconfigured pipe name for wnet protocol.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-07 10:40 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/fbutil/: FirebirdConfig.cpp (1.7), FirebirdConfig.h
(1.6), FirebirdConfigFile.cpp (1.8), FirebirdConfigFile.h (1.6),
main.cpp (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
We no longer need old config stuff.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-07 08:16 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/fbguard.dsp (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Removed redundant absolute path.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-06 21:37 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.69):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Make new config stuff compile on POSIX
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-06 21:25 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.68):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Make new config stuff compile on POSIX
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-06 21:18 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/make.shared.variables (1.7):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Make new config stuff compile on POSIX
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-06 21:10 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/make.shared.variables (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Make new config stuff compile on POSIX
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-06 16:10 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: alice.dsp (1.4), alice_classic.dsp
(1.1), burp.dsp (1.3), burp_classic.dsp (1.1), common.dsp (1.3),
dsql_server.dsp (1.5), dsql_server_classic.dsp (1.1), engine.dsp
(1.1), engine_classic.dsp (1.1), Firebird2.dsw (1.7),
fb_inet_server.dsp (1.1), fb_lock_print.dsp (1.1), fbclient.dsp
(1.9), fbembed.dsp (1.1), fbguard.dsp (1.3), fbserver.dsp (1.11),
gbak.dsp (1.3), gdef.dsp (1.2), gds32.dsp (1.6), gfix.dsp (1.4),
gpre.dsp (1.4), gpre_boot.dsp (1.2), gsec.dsp (1.2), gstat.dsp
(1.3), ib_udf.dsp (1.2), ib_util.dsp (1.3), instreg.dsp (1.2),
instsvc.dsp (1.2), intl.dsp (1.6), ipserver.dsp (1.3), isql.dsp
(1.5), lock.dsp (1.3), lock_classic.dsp (1.1), qli.dsp (1.1),
remote.dsp (1.4), remote_classic.dsp (1.1), utilities.dsp (1.3),
utilities_classic.dsp (1.1), wal.dsp (1.3), wal_classic.dsp (1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
1. Reorganized project files. 2. Added fb_lock_print and qli. 3.
Implemented classic and embedded servers. 4. Used new
configuration manager.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-06 15:09 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.50):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Autoconfigured pipe name for wnet protocol.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-06 14:38 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.67),
src/include/gen/autoconfig_msvc.h (1.49):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Corrected service name.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-06 14:03 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.66):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
no message
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-06 13:58 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.65), builds/posix/prefix.mingw (1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
We're going to support win32 builds made with mingw.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-06 13:36 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.64),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.48):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Now you can specify the service name and port of the DB server via
configure
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
--with-service-name specify inet service name
(default=gds_db)
--with-service-port specify inet service port (default=3050)
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
So it's possible to run FB1 and FB2 together on the same machine.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-06 13:33 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.47):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed MAXPATHLEN cleanup for win32.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-06 08:20 eku
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.46):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Keep the order of the defines in sync with the tests in
configure.in.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-06 08:08 eku
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/alice/: alice.h (1.8), exe.cpp (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Do not redefine MAXPATHLEN. Always use the value supplied by the
operating system (header files).
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-05 17:48 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.63),
2008-03-24 20:52:36 +01:00
builds/posix/make.shared.variables (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added config_root.cpp file for posix.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-05 14:48 kkuznetsov
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.45):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Add check for crypt.h
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-05 14:15 kkuznetsov
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.62):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Add check for crypt.h
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-05 14:14 kkuznetsov
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/prefix.solx86 (1.9):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
My 'as' do not eat pipes
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-05 02:51 nmcc
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.firebird (1.13):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Add extern sub directory to make clean target.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-05 02:49 nmcc
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: make.rules (1.9), prefix.darwin (1.4),
prefix.freebsd (1.2), prefix.linux (1.7), prefix.sinixz (1.9),
prefix.solx86 (1.8):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Move compiler/platform specific cflags from make.rules to
individual platform prefix files.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-05 02:42 nmcc
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/make.defaults (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Use readline/editline setting from configure in makefiles.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-05 02:39 nmcc
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.61):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Add Solaris Sparc as valid target.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-05 02:36 nmcc
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/autogen.sh (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Do not issue warning when already been told not to run configure.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-04 17:37 tamlin
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/README_MSVC6.txt (1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
no message
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-04 17:35 tamlin
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/isql.dsp (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fix isql debug build line input
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-04 14:57 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.60), src/burp/canonical.cpp (1.9),
src/csv/csi.cpp (1.6), src/csv/csv.cpp (1.6), src/dudley/hsh.cpp
2008-03-24 20:52:36 +01:00
(1.5), src/include/gen/autoconfig_msvc.h (1.44):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
More status vector cleanups (ISC_STATUS_LENGTH). Autoconf checks
for xdr_hyper.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-04 12:18 eku
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/csv/csi.cpp (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Arrays that hold filenames must be at least MAXPATHLEN long.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-04 10:03 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/hsh.cpp (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed compiler warning.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-04 09:07 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.59):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed C&P error in help text.
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
2002-11-03 23:26 tamlin
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/: int.cpp (1.5), int_cxx.cpp (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed gds__vtov to use native char type, and const correct.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-03 23:23 tamlin
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/c_cxx.cpp (1.8):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed a warning pragma.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-03 23:22 tamlin
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/gpre_meta.epp (1.8):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Removed unused local variables
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-03 17:24 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/config/: config.cpp (1.1), config.h (1.1),
config_file.cpp (1.1), config_file.h (1.1), config_impl.h (1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
New configuration manager.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-03 16:41 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: fbclient.def (1.2),
fbclient_debug.def (1.2), gds32.def (1.4), gds32_debug.def (1.4),
ib_udf.def (1.3), ib_util.def (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Disallowed export by ordinals and some cleanup.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-02 18:25 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.58):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Make engine compilable on systems that apply autoconf version
mentioned in AC_PREREQ like Mandrake 9.0
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-01 14:21 kkuznetsov
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: builds/posix/Makefile.in.boot.gpre (1.6),
builds/posix/prefix.solx86 (1.7), configure.in (1.57):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
[no log message]
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-11-01 09:53 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/parse.y (1.31):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Cleanup.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-31 17:07 alexpeshkoff
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/fbserver.dsp (1.10):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Minor bug while cleaning netware port
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-31 14:08 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/parse.y (1.30):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
A bit more cleanup.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-31 13:22 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.29):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Let's report real statement, not it's internal meaning.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-31 13:01 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.28):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Disallowed Nickolay's SAVEPOINT feature for SPs/triggers.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-31 12:28 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/parse.cpp (1.31):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Cleaned up to remove those damned line numbers.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-31 06:05 seanleyne
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: alice/alice.cpp (1.18), alice/exe.cpp (1.5),
burp/burp.cpp (1.14), burp/burp.h (1.11), burp/canonical.cpp (1.8),
csv/csi.h (1.5), csv/css.cpp (1.4), dudley/lex.cpp (1.7),
dudley/parse.cpp (1.9), gpre/gpre.cpp (1.12), gpre/gpre.h (1.15),
2008-03-24 20:52:36 +01:00
include/gen/autoconfig_msvc.h (1.43):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Removed support for obsolete "PC_PLATFORM" define
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-30 15:49 kkuznetsov
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.56):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Add search for SFIO library
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2002-10-30 15:47 kkuznetsov
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/memory/memory_pool.cpp (1.13):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
And link mmap_anon hear
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
2002-10-30 07:40 seanleyne
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: builds/win32/msvc6/fbserver.dsp (1.9),
src/alice/alice.cpp (1.17), src/burp/burp.cpp (1.13),
src/burp/burp.h (1.10), src/burp/canonical.cpp (1.7),
src/burp/mvol.cpp (1.9), src/common/memory/memory_pool.cpp (1.12),
src/dsql/dsql.cpp (1.26), src/dsql/errd.cpp (1.10),
src/dsql/user_dsql.cpp (1.9), src/dsql/utld.cpp (1.7),
2008-03-24 20:52:36 +01:00
src/dudley/lex.cpp (1.6), src/include/gen/autoconfig_msvc.h (1.42):
2007-11-25 04:24:52 +01:00
2007-12-12 04:21:55 +01:00
Removed obsolete "Netware" port
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-30 06:04 seanleyne
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc6/: fbclient.dsp (1.8), fbserver.dsp
(1.8), remote.dsp (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Removed support for obsolete IPX/SPX Protocol
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-29 21:20 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.55), builds/posix/Makefile.in.codes
(1.2), builds/posix/Makefile.in.firebird (1.12), src/dsql/ddl.cpp
(1.22), src/dsql/dsql.cpp (1.25), src/dsql/dsql.h (1.6),
src/dsql/dsql.tab.h (1.7), src/dsql/gen.cpp (1.13),
src/dsql/keywords.cpp (1.9), src/dsql/node.h (1.14),
src/dsql/parse.cpp (1.30), src/dsql/parse.y (1.29),
src/dsql/pass1.cpp (1.27), src/dsql/pass1_proto.h (1.2),
src/include/gen/blrtable.h (1.5), src/include/gen/codes.h (1.7),
src/include/gen/codetext.h (1.4), src/include/gen/gds_codes.ftn
(1.3), src/include/gen/gds_codes.pas (1.3),
src/include/gen/iberror.h (1.4), src/include/gen/msgs.h (1.3),
src/include/gen/rdb_codes.h (1.4), src/include/gen/sql_code.h
2008-03-24 20:52:36 +01:00
(1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Merging changes from skidder branch - explicit locks, savepoints,
build system changes
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-29 17:31 tamlin
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/burp/: restore.epp (1.10), backup.epp (1.8),
burp.cpp (1.12), burp.h (1.9), burp_proto.h (1.2), mvol.cpp (1.8),
mvol_proto.h (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
const correctness, 64-bit backup reporting (currently disabled by
macro TMN_THINKS_NS_SHOULD_FIX_THIS until msg DB is updated)
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-29 17:28 tamlin
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dudley/ddl.cpp (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
removed unused locals
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-29 04:37 seanleyne
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/: cob.cpp (1.10), gpre.h (1.14):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Code clean, removed obsolete "HP700" port
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-29 04:31 seanleyne
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: gpre/ftn.cpp (1.8), gpre/gpre.h (1.13),
2008-03-24 20:52:36 +01:00
include/gen/autoconfig_msvc.h (1.41):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Code cleanup, removed obsolete "SGI" port
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-29 04:17 seanleyne
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/c_cxx.cpp (1.7):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Code cleanup, removed obsolete "DecOSF" port
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-29 03:59 seanleyne
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: dsql/errd.cpp (1.9), dsql/user_dsql.cpp (1.8),
2008-03-24 20:52:36 +01:00
include/gen/autoconfig_msvc.h (1.40):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Code cleanup, removed obsolete "MPEXL" port
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-29 03:45 seanleyne
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: gpre/cob.cpp (1.9), gpre/ftn.cpp (1.7),
2008-03-24 20:52:36 +01:00
gpre/gpre.h (1.12), include/gen/autoconfig_msvc.h (1.39):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Removed obsolete "DGUX" port
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-28 16:34 alexpeshkoff
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/fbserver.dsp (1.7):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Threads' priority scheduling in Win32 Added thd_priority.cpp to
project file
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Inactive by default To bring to active state uncomment
//#define THREAD_PSCHED in thd_priority.h
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-28 07:47 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/Firebird2.dsw (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Small correction.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-28 06:19 seanleyne
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: alice/tdr.cpp (1.10), burp/canonical.cpp (1.6),
2008-03-24 20:52:36 +01:00
gpre/gpre.h (1.11), include/gen/autoconfig_msvc.h (1.38):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Code Cleanup, removed obsolete "Ultrix" and "Ultrix/MIPS" ports
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-28 05:57 seanleyne
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: burp/misc.cpp (1.4), gpre/cob.cpp (1.8),
2008-03-24 20:52:36 +01:00
gpre/gpre.h (1.10), include/gen/autoconfig_msvc.h (1.37):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Code Cleanup, removed obsolete "UNIXWARE" port
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-28 05:42 seanleyne
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/cob.cpp (1.7):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Completed removal of obsolete "DG_X86" port
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-26 15:26 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.11):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added alpha 3 changes.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-26 10:32 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: fbclient.dsp (1.7), fbserver.dsp
(1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Corrected project files.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-25 10:29 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.26):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Re-allowed plans in triggers.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-24 16:02 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/ib_udf.def (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
no message
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-24 14:01 tamlin
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/gfix.dsp (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Make gfix compile in debug mode.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-24 11:01 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: alice/tdr.cpp (1.9), burp/backup.epp (1.7),
burp/burp.h (1.8), burp/canonical.cpp (1.5), burp/restore.epp
(1.9), csv/csi.cpp (1.4), csv/csi.h (1.4), csv/csu.cpp (1.4),
csv/csv.cpp (1.5), csv/print.cpp (1.3), dsql/metd.epp (1.12),
dsql/movd.cpp (1.4), dsql/preparse.cpp (1.7), dsql/user_dsql.cpp
(1.7), dudley/exe.epp (1.4), dudley/extract.epp (1.4),
dudley/lex.cpp (1.5), gpre/form.cpp (1.5), gpre/gpre_meta.epp
2008-03-24 20:52:36 +01:00
(1.7), gpre/gpre_meta_boot.cpp (1.7):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Code cleanup:
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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]'.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Replaced the different symbolic names for the maximum length of a
path (MAX_PATH, MAX_PATH_LENGTH, MAXPATHLEN) with one uniq symbol
MAXPATHLEN.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-22 10:05 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/burp/restore.epp (1.8):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Commited Ignacio's fix for uninitialized variables in burp.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-19 02:56 arnobrinkman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.25):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
AB: "cosmetic changes"
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-19 02:49 arnobrinkman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/make.cpp (1.12):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
AB: "cosmetic changes"
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-19 02:32 arnobrinkman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.24):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
AB: bug fixed with sub-select and group by clause and cosmetic
changes
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-18 13:11 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/fbclient.dsp (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added proper version information for the both client libraries.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-18 11:14 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/gpre.dsp (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Small correction.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-16 10:40 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/preparse.cpp (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Eventually fixed redefinition of PAGESIZE.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-16 10:38 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.54),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.36):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Autoconf: check for function getpagesize.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-14 11:21 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.refDatabases (1.8):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
The file permissions must match the database attribute (read-only),
otherwise gpre will fail.
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
2002-10-12 12:03 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc6/: fbclient.dsp (1.5), gds32.dsp
2007-12-12 04:21:55 +01:00
(1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added proper version information for the both client libraries.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-12 06:59 stryqx
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/prefix.freebsd (1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Add prefix.freebsd.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-12 06:16 stryqx
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/memory/memory_pool.cpp (1.11):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Add FreeBSD support. This allows me to compile CS on FreeBSD 4.7
using gcc 3.2.1.
2002-10-12 06:12 stryqx
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/extlib/fbudf/: fbudf.cpp (1.5), fbudf.h (1.2),
fbudf.sql (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Rename truncate to fbtruncate to avoid conflict with standard C/C++
library.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-11 23:41 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.refDatabases (1.7):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Changed restore of isc4.gdb to not have read_only option
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-10 21:32 eku
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/Makefile.in.embed.qli (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed compilation of qli.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-10 14:52 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/preparse.cpp (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Commented out because MSVC doesn't understand such a preprocessor
directive.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-10 08:48 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.53):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Compilation of the editline library depends on configure switches.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-10 08:47 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.firebird (1.11):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Compilation of the editline library depends on configure switches.
Added qli to the CS targets (needed by TCS).
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-09 14:32 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.10):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added my unmentioned change
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-09 13:28 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/extern/editline/Makefile (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed to make posix build work
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-08 11:42 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/prefix.sinixz (1.8):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Updated settings with SINIX-2000 environment
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-08 07:12 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/preparse.cpp (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added warning. One needs to rename PAGESIZE to something different.
It's already defined in 'sys/param.h'.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-07 03:29 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.52),
builds/posix/Makefile.in.boot.gpre (1.5),
builds/posix/Makefile.in.client.gbak (1.4),
builds/posix/Makefile.in.client.gdef (1.4),
builds/posix/Makefile.in.client.gfix (1.4),
builds/posix/Makefile.in.client.gpre (1.4),
builds/posix/Makefile.in.client.isql (1.4),
builds/posix/Makefile.in.client.util (1.4),
builds/posix/Makefile.in.embed.gbak (1.4),
builds/posix/Makefile.in.embed.gdef (1.4),
builds/posix/Makefile.in.embed.gfix (1.4),
builds/posix/Makefile.in.embed.gpre (1.4),
builds/posix/Makefile.in.embed.isql (1.4),
builds/posix/Makefile.in.embed.lockmgr (1.3),
builds/posix/Makefile.in.embed.qli (1.4),
builds/posix/Makefile.in.embed.util (1.4),
builds/posix/Makefile.in.extlib (1.4),
builds/posix/Makefile.in.fbserver (1.4),
builds/posix/Makefile.in.fbutil (1.4),
builds/posix/Makefile.in.firebird (1.10),
builds/posix/Makefile.in.inet_server (1.4),
builds/posix/Makefile.in.install (1.4),
builds/posix/Makefile.in.intl (1.5),
builds/posix/Makefile.in.libfbclient (1.4),
builds/posix/Makefile.in.libfbcommon (1.3),
builds/posix/Makefile.in.libfbembed (1.4),
builds/posix/Makefile.in.libfbserver (1.3),
builds/posix/Makefile.in.libfbstatic (1.4),
builds/posix/Makefile.in.msgs (1.6),
builds/posix/Makefile.in.refDatabases (1.6),
builds/posix/Makefile.in.static.gbak (1.3),
builds/posix/Makefile.in.static.gpre (1.5),
builds/posix/Makefile.in.static.isql (1.4),
builds/posix/Makefile.in.v5_examples (1.4),
builds/posix/make.defaults (1.4), builds/posix/make.rules (1.8),
builds/posix/make.shared.targets (1.1),
builds/posix/make.shared.variables (1.4), src/dsql/parse.cpp
(1.29), src/extern/editline/MANIFEST (1.1),
src/extern/editline/Make.os9 (1.1), src/extern/editline/Makefile
(1.1), src/extern/editline/README (1.1),
src/extern/editline/complete.c (1.1),
src/extern/editline/editline.3 (1.1),
src/extern/editline/editline.c (1.1),
src/extern/editline/editline.h (1.1), src/extern/editline/os9.h
(1.1), src/extern/editline/sysos9.c (1.1),
src/extern/editline/sysunix.c (1.1), src/extern/editline/testit.c
(1.1), src/extern/editline/unix.h (1.1), src/include/editline.h
2008-03-24 20:52:36 +01:00
(1.1), src/include/gen/autoconfig_msvc.h (1.35):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
A few makefile dependancies fixed. Started work on upgrading rpm
build scripts Fix makefiles for super build Exchange editline for
readline in isql
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-06 15:33 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.9):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Alpha 2 changes.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-06 12:59 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/fbserver.dsp (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
no message
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-06 12:55 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/isql.dsp (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Statically link isql with the runtime libraries.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-06 12:51 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/ddl.cpp (1.21):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
BLOB subtypes are no longer ignored in views (expression fields
only).
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-04 23:57 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: make.shared.variables (1.3),
prefix.darwin (1.3), prefix.linux (1.6), prefix.sinixz (1.7),
prefix.solx86 (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Little garbage cleanup. Shouldn't break anything
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-04 19:53 arnobrinkman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.23):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
AB: Fixed bug with alias and GROUP BY clause
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-02 16:31 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.8):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Updated.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-02 15:24 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: parse.cpp (1.28), parse.y (1.28):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Hide ALTER VIEW functionality until it works good.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-02 15:24 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/ddl.cpp (1.20):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Made it in-sync with the FB1 tree.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-02 14:43 eku
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/Makefile.in.firebird (1.9):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Build and distribute 'gdef'.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-01 14:03 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.34):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed wrong alignment of double for i386.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-01 12:38 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.51):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Autoconf: the usage of the readline library can be turned off with
'--without-readline'.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-01 09:56 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.7):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
no message
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-01 07:47 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.50),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.33):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-10-01 02:34 arnobrinkman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.22):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
AB: Fix error-message bug with aggregate only in sub-select
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-30 22:32 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Oops.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-30 22:25 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/: WhatsNew (1.4), WhatsNew (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-30 22:22 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-30 21:13 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Removed unfinished stuff and added credits.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-30 17:18 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/WhatsNew (1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added new file which describes all changes that are visible for
end-users.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-29 01:52 arnobrinkman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.21):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
AB: Adding better error-handeling and support for subqueries with
group_by clause
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-28 22:56 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/make.shared.variables (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Make it build on posix again
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-28 16:08 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: dsql_server.dsp (1.4),
fbserver.dsp (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added new files to the projects.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-28 16:03 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: dsql.cpp (1.24), dsql.tab.h (1.6), gen.cpp
(1.12), keywords.cpp (1.8), make.cpp (1.11), misc_func.cpp (1.1),
misc_func.h (1.1), node.h (1.13), parse.cpp (1.27), parse.y (1.27),
pass1.cpp (1.20):
2007-12-12 04:21:55 +01:00
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 17:21 alexpeshkoff
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/alice.dsp (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Missed DEV_BUILD in Debug configuration
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-27 15:12 kkuznetsov
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/firebird.h (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
[no log message]
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-27 11:05 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/dsql.h (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed compiler warning about redefinition of 'assert'.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-27 02:20 bellardo
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/burp.cpp (1.11):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
renamed header files jrd/math.h and jrd/time.h to jrd/jrd_math.h
and jrd/jrd_time.h.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-26 15:32 kkuznetsov
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/prefix.solx86 (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
[no log message]
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-26 11:53 kkuznetsov
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/prefix.solx86 (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
[no log message]
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-25 19:12 skidder
* firebird2/src/: alice/alice_meta.epp (1.6), alice/all.cpp (1.6),
alice/tdr.cpp (1.8), common/memory/allocators.cpp (1.8),
common/memory/allocators.h (1.7), common/memory/memory_pool.h
(1.6), dsql/alld.cpp (1.7), dsql/ddl.cpp (1.19), dsql/dsql.cpp
(1.23), dsql/gen.cpp (1.11), dsql/make.cpp (1.10), dsql/metd.epp
(1.11), dsql/parse.cpp (1.26), dsql/parse.y (1.26), dsql/pass1.cpp
2008-03-24 20:52:36 +01:00
(1.19), include/fb_blk.h (1.4):
2007-12-12 04:21:55 +01:00
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 15:08 eku
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/burp.h (1.7):
2007-12-12 04:21:55 +01:00
Fixed compiler warnings.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-25 13:20 kkuznetsov
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: make.rules (1.7), prefix.solx86 (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
[no log message]
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-25 13:12 kkuznetsov
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/memory/memory_pool.cpp (1.10):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
fixed some compile errors
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-24 16:17 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.32):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
DEBUG_GDS_ALLOC macro is now defined by autoconf.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-24 15:01 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: Makefile.in.boot.gpre (1.4),
Makefile.in.client.gbak (1.3), Makefile.in.client.gdef (1.3),
Makefile.in.client.gfix (1.3), Makefile.in.client.gpre (1.3),
Makefile.in.client.isql (1.3), Makefile.in.client.util (1.3),
Makefile.in.embed.gbak (1.3), Makefile.in.embed.gdef (1.3),
Makefile.in.embed.gfix (1.3), Makefile.in.embed.gpre (1.3),
Makefile.in.embed.isql (1.3), Makefile.in.embed.qli (1.3),
Makefile.in.embed.util (1.3), Makefile.in.example5 (1.3),
Makefile.in.extlib (1.3), Makefile.in.fbserver (1.3),
Makefile.in.inet_server (1.3), Makefile.in.intl (1.4),
Makefile.in.jrd (1.3), Makefile.in.libfbclient (1.3),
Makefile.in.libfbembed (1.3), Makefile.in.msgs (1.5),
Makefile.in.static.gpre (1.4), Makefile.in.static.isql (1.3),
make.defaults (1.3), make.rules (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Call linker with $(LD) (and not $(CC) to link C++ programs. Don't
hard-code linker path (rpath option).
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-24 14:59 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/prefix.sinixz (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Activate memory debugging and a few more compiler warnings.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-24 14:57 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: alice/alice.cpp (1.16), burp/burp.cpp (1.10),
common/memory/memory_pool.cpp (1.9), gpre/c_cxx.cpp (1.6),
2008-03-24 20:52:36 +01:00
gpre/cmp.cpp (1.6), gpre/cob.cpp (1.6), gpre/int.cpp (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Removed compiler warnings. Fixed more SIG_FPTR issues. Use GNU C to
check format strings against arguments.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-23 20:02 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/memory/: allocators.cpp (1.7), allocators.h
(1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added FB_NEW macro
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-23 17:08 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/memory/allocators.cpp (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
gds__alloc_debug stores line number information in the memory pool
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-23 09:49 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.49):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed syntax error introduced with previous check-in.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-22 22:41 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: builds/posix/prefix.linux (1.5),
src/common/memory/memory_pool.cpp (1.8),
2008-03-24 20:52:36 +01:00
src/common/memory/memory_pool.h (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added file name/line number information to debug memory manager.
Dumps memory state to memdebug.log on exit
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-21 11:53 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.31):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
We definitely don't need extra tons of warnings regarding
unrecognized preprocessor directive.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-20 22:59 bellardo
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/mac_os_x/CS/CS.pbproj/: bellardo.pbxuser (1.2),
john.pbxuser (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Removed two personal IDE settings files that should have never been
committed.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-20 20:58 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.48):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed to make build work w/o config file
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-20 12:23 eku
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/: Makefile.in.firebird (1.8),
Makefile.in.msgs (1.4), make.defaults (1.2), prefix.sinixz (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed the naming of some files: interbase.msg => firebird.msg
interbase.log => firebird.log
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
SINIX-Z: don't distribute build programms
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-20 12:07 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc6/: fbclient.dsp (1.4), fbserver.dsp
2007-12-12 04:21:55 +01:00
(1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Get rid of unnecessary files.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-20 10:28 eku
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/configure.in (1.47):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Do not hard-code the value of ISC_PREFIX, but set it to
installation prefix (--prefix option).
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-19 17:25 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: Makefile.in.boot.gpre (1.3),
Makefile.in.client.gbak (1.2), Makefile.in.client.gdef (1.2),
Makefile.in.client.gfix (1.2), Makefile.in.client.gpre (1.2),
Makefile.in.client.isql (1.2), Makefile.in.client.util (1.2),
Makefile.in.embed.gbak (1.2), Makefile.in.embed.gdef (1.2),
Makefile.in.embed.gfix (1.2), Makefile.in.embed.gpre (1.2),
Makefile.in.embed.isql (1.2), Makefile.in.embed.lockmgr (1.2),
Makefile.in.embed.qli (1.2), Makefile.in.embed.util (1.2),
Makefile.in.example5 (1.2), Makefile.in.extlib (1.2),
Makefile.in.fbserver (1.2), Makefile.in.fbutil (1.3),
Makefile.in.firebird (1.7), Makefile.in.gpre (1.2),
Makefile.in.inet_server (1.2), Makefile.in.install (1.3),
Makefile.in.intl (1.3), Makefile.in.jrd (1.2),
Makefile.in.libfbclient (1.2), Makefile.in.libfbcommon (1.2),
Makefile.in.libfbembed (1.2), Makefile.in.libfbserver (1.2),
Makefile.in.libfbstatic (1.3), Makefile.in.msgs (1.3),
Makefile.in.refDatabases (1.5), Makefile.in.static.gbak (1.2),
Makefile.in.static.gpre (1.3), Makefile.in.static.isql (1.2),
Makefile.in.v5_examples (1.3), make.rules (1.5), prefix.linux
(1.4), prefix.sinixz (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fix build engine to make PROD_BUILD compile
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-19 12:51 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.46),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.30):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-18 14:50 eku
2007-11-11 04:21:26 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.45), src/burp/mvol.cpp (1.7),
src/burp/spit.cpp (1.5), src/extlib/ib_udf.c (1.3),
src/extlib/fbudf/stdafx.h (1.4), src/include/gen/autoconfig_msvc.h
2008-03-24 20:52:36 +01:00
(1.29):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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!
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-17 07:58 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.44), src/burp/canonical.cpp (1.4),
2008-03-24 20:52:36 +01:00
src/dsql/dsql.cpp (1.22), src/include/gen/autoconfig_msvc.h (1.28):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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'
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-16 18:30 skidder
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/prefix.linux (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Roll back my previos DDL optimization changes. Add index RDB(RDB)
instead. Testing revealed that it works faster
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-13 09:14 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/prefix.sinixz (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
SINIX-Z: turn on compiler warnings only in debug builds
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-12 21:51 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: ddl.cpp (1.17), ddl.cpp (1.18):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed cached metadata error which caused many DDL/DML statements to
fail
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-11 21:34 skidder
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/common/memory/memory_pool.cpp (1.7):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
resoled some linux build issues, warnings
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-11 13:30 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: autogen.sh (1.4), configure.in (1.43),
src/alice/alice.cpp (1.15), src/burp/burp.cpp (1.9),
src/include/fb_types.h (1.8), src/include/gen/autoconfig_msvc.h
2008-03-24 20:52:36 +01:00
(1.27):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-11 09:49 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/prefix.sinixz (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
New version.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-10 20:38 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/fbutil/FirebirdConfigFile.cpp (1.7):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fix compiler warning
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
2002-09-10 20:35 skidder
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/Makefile.in.intl (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Make INTL work on Linux
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-10 20:30 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/gpre_meta.epp (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Optimize it a little
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-10 20:28 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: dsql.tab.h (1.5), gen.cpp (1.10),
keywords.cpp (1.7), node.h (1.12), parse.cpp (1.25), parse.y
(1.25), pass1.cpp (1.18):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
added nulls first/last syntax support
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-10 20:26 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/metd.epp (1.10):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Optimize it a little
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-10 20:24 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/memory/memory_pool.cpp (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fix compiler warning
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-10 20:22 skidder
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: Makefile.in.firebird (1.6),
Makefile.in.v5_examples (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Makefile for examples is broken. Do not compile it
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-10 10:07 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: dsql/metd.epp (1.9), gpre/gpre_meta.epp (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed error in GDML statement.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-10 09:56 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.42):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed problems with '--with-lock-manager'.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-10 08:08 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: make.rules (1.4), prefix.darwin (1.2),
prefix.linux (1.2), prefix.solx86 (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Control build type (production/development) by configure
(--enable-debug).
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-09 07:51 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.fbutil (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Always use '$(MAKE)' instead of 'make' to call make, because it
could have been redefined.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-09 07:48 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.firebird (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed C&P error that prevented ISQL from beeing compiled.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-06 09:51 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: ddl.cpp (1.16), parse.cpp (1.24), parse.y
(1.24):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
More complete implementation of the INDEX subclause of a constraint
declaration.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-06 09:13 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.41):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
SINIX-Z packaging
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-05 13:48 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/ddl.cpp (1.15):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed bug with wrong RDB$SYSTEM_FLAG values for the relation
constraint triggers.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-04 14:09 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: ddl.cpp (1.14), dsql.tab.h (1.4),
keywords.cpp (1.6), node.h (1.11), parse.cpp (1.23), parse.y
(1.23):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Changed syntax of the INDEX subclause of a constraint declaration,
now it looks as: [USING [ASC[ENDING] | DESC[ENDING]] INDEX index]
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-04 12:22 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/win32/msvc6/intl.dsp (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Renamed gdsintl.dll to fbintl.dll.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-03 19:31 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: ib_udf.def (1.1), ib_udf.dsp
(1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added ib_udf project.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-03 19:29 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.26):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Minor build changes in the UDF libraries.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-03 19:25 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/Firebird2.dsw (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added ib_udf project.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-03 19:23 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/extlib/: fbudf/fbudf.cpp (1.4), fbudf/stdafx.h
(1.3), ib_udf.h (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Minor build changes in the UDF libraries.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-03 15:35 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.refDatabases (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed more make problems. Why do we touch the result here???
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-03 15:25 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.40):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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'.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-03 15:24 eku
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/: builds/posix/Makefile.in.firebird (1.4),
src/include/gen/autoconfig_msvc.h (1.25):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added the new configure option '--with-lock-manager' that controlls
the build of the manager binary. This option is only valid for CS
architecture.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-09-01 17:49 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/parse.y (1.22):
2007-11-12 04:22:27 +01:00
2007-12-12 04:21:55 +01:00
- allowed user-defined index names for PK/FK/UK constraints - fixed
ugly hardcoded name checks for primary/foreign keys - implemented
RECREATE VIEW statement
2007-11-12 04:22:27 +01:00
2007-12-12 04:21:55 +01:00
2002-09-01 17:44 dimitr
2007-11-12 04:22:27 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: dsql/ddl.cpp (1.13), dsql/dsql.cpp (1.21),
dsql/metd.epp (1.8), dsql/node.h (1.10), dsql/parse.cpp (1.22),
dsql/parse.y (1.21), dsql/pass1.cpp (1.17), gpre/gpre_meta.epp
2008-03-24 20:52:36 +01:00
(1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
- allowed user-defined index names for PK/FK/UK constraints - fixed
ugly hardcoded name checks for primary/foreign keys - implemented
RECREATE VIEW statement
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-31 11:25 fsg
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/builds/posix/: Makefile.in.example5 (1.1),
Makefile.in.firebird (1.3), Makefile.in.refDatabases (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Some minor fixes to get it compiled under linux again, some of them
submitted by Nickolay Samofatov
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-28 11:20 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.4), fbclient.dsp
(1.3), gdef.dsp (1.1), instreg.dsp (1.1), instsvc.dsp (1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added new projects to the workspace: - gdef.exe - instreg.exe
- instsvc.exe
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-28 11:05 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/Makefile.in.install (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
make.XXX files are now under $ROOT/gen and not $ROOT/src.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-28 10:02 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.39):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Another C&P error.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-28 09:51 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.38):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed C&P error.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-28 09:11 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/extlib/fbudf/stdafx.h (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Needs include file common.h to compile.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-28 09:03 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.37):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Another autoconf cleanup: o check for the existence of the
function strcasecmp and stricmp o replaced STRICMP
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-28 08:50 eku
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.24):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Another autoconf cleanup: o check for the existence of the
function strcasecmp and stricmp o replaced STRICMP
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-28 08:12 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/fbclient.dsp (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Cleaned up fbclient.dll contents.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-27 13:47 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/fb_types.h (1.7):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-27 13:01 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/intl.dsp (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Small correction.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-27 09:48 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: ddl.cpp (1.12), dsql.cpp (1.20), node.h
(1.9), parse.cpp (1.21), parse.y (1.20), pass1.cpp (1.16):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Implemented CREATE OR ALTER statement for
procedures/triggers/views.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-26 21:40 arnobrinkman
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.15):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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...) !
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-26 15:50 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.3), fbclient.def
(1.1), fbclient.dsp (1.1), fbclient_debug.def (1.1), gds32.def
(1.3), gds32.dsp (1.4), gds32_debug.def (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Renamed the win32 client library.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-26 14:18 eku
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/burp/mvol.cpp (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added / replaced ifdef's around unistd.h with the define
HAVE_UNISTD_H generated by autoconf.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-26 14:13 eku
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/fb_types.h (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Moved the (multiple) definition of SIG_FPTR to fb_types.h.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-26 13:59 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.36),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.23):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Another autoconf cleanup: o check for the existence of the
function mmap o replaced MMAP_SUPPORTED by HAVE_MMAP
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-24 12:53 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.22):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Corrected MSVC related autoconf stuff.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-22 13:30 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.35),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.21):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-22 12:48 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.34),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.20):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Another autoconf cleanup: o check for the existence of the
function sigaction o replaced SIGACTION_SUPPORTED with
HAVE_SIGACTION
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-22 11:07 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.33):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Unset a cached variable before rerunning a test.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-22 10:20 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/csv/: csi.cpp (1.3), csi.h (1.3), css.cpp (1.3),
css_proto.h (1.2), csv.cpp (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Get rid of the legacy GATEWAY (vms/oracle) implementation.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-22 09:56 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.32):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Major cleanup of the autoconf stuff:
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-16 15:34 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.31):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed error with last check-in.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-14 15:43 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.30):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Check for return type of function 'signal'.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-14 15:10 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.29):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Set default values for configureable options.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-14 14:27 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.28),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.19):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Minor 'dirname' cleanup:
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
o check for the availability in configure
o removed the ugly test in flu.cpp
o synchronised config.h.in and MSVC pendant
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
NOTE: If you have problems on your system, don't change the source.
Extend the tests in configure.in!!!
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-14 14:15 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.27):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed some typos.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-14 14:13 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.26):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Architecture and production type are now a command line switch to
configure. See 'configure --help' for details.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-14 13:44 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.25),
2008-03-24 20:52:36 +01:00
src/include/gen/autoconfig_msvc.h (1.18):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Huge 'times' cleanup:
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
o check for the availability in configure
o removed the define NO_TIMES
o synchronised config.h.in and MSVC pendant
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
NOTE: If you have problems on your system, don't change the source.
Extend the tests in configure.in!!!
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-14 13:13 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: autogen.sh (1.3), configure.in (1.24),
src/extlib/fbudf/fbudf.cpp (1.3), src/include/gen/autoconfig_msvc.h
2008-03-24 20:52:36 +01:00
(1.17):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Huge 'gettimeofday' cleanup:
2007-11-24 04:21:21 +01:00
2007-12-12 04:21:55 +01:00
o check for the availability in configure
o check for the number of arguments in configure
o synchronised config.h.in and MSVC pendant
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
NOTE: If you have problems on your system, don't change the source.
Extend the tests in configure.in!!!
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-14 07:45 eku
2007-11-23 04:21:46 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure (1.21):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Use autogen.sh to generate configure from configure.in on your
machine.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-14 07:44 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/autogen.sh (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Small type in the CVS placeholder.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-14 07:43 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/autogen.sh (1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
autogen.sh replaces configure in CVS. Run autogen.sh create all the
initial files (configure etc.).
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-13 14:12 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure (1.20):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Updated configure from configure.in.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-13 12:02 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/make.rules (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Do not define '-m468' in platform-independent rules.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-13 09:40 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/metd.epp (1.7):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Now UDFs work again.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-12 07:34 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/fbserver.dsp (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Just a small correction for the generated headers.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-11 10:04 dimitr
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: ddl.cpp (1.11), dsql.tab.h (1.3),
keywords.cpp (1.5), make.cpp (1.9), node.h (1.8), parse.cpp (1.20),
parse.y (1.19), pass1.cpp (1.14):
2007-12-12 04:21:55 +01:00
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 07:49 dimitr
* firebird2/src/gpre/gpre_meta_boot.cpp (1.6):
Make gpre_boot compilable on win32
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-09 19:05 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.2), alice.dsp
(1.2), burp.dsp (1.2), common.dsp (1.2), dsql_server.dsp (1.3),
fbguard.dsp (1.2), gbak.dsp (1.2), gds32.dsp (1.3), gfix.dsp (1.2),
gpre.dsp (1.2), gpre_boot.dsp (1.1), gsec.dsp (1.1), gstat.dsp
(1.2), ib_util.dsp (1.2), intl.dsp (1.3), ipserver.dsp (1.2),
isql.dsp (1.2), lock.dsp (1.2), remote.dsp (1.2), utilities.dsp
(1.2), wal.dsp (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
1. Get rid of debug runtime libraries in our release builds 2.
Added gpre_boot and gsec projects
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-09 09:25 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/sql.extensions/README.nullif (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Update the description, it is now correct.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-09 01:33 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/sql.extensions/: README.case (1.1), README.coalesce
(1.1), README.nullif (1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
documentation for new sql clauses case, coalesce and nullif
contributed by Arno Brinkman <firebird@abvisie.nl>
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-05 18:34 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.23):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Changed to make build with new structure possible.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-05 09:14 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: Makefile.in.boot.gpre (1.2),
Makefile.in.firebird (1.2), Makefile.in.libfbstatic (1.2),
Makefile.in.msgs (1.2), Makefile.in.refDatabases (1.2),
Makefile.in.static.gpre (1.2), make.rules (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
More changes to make fb2 compile on linux work with new build
structure
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-08-03 17:27 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: dsql.cpp (1.19), dsql.tab.h (1.2), gen.cpp
(1.9), keywords.cpp (1.4), keywords.h (1.11), make.cpp (1.8),
make_proto.h (1.4), node.h (1.7), parse.cpp (1.19), parse.y (1.18),
pass1.cpp (1.13):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
1) Implemented CASE, NULLIF, COALESCE 2) Allowed grouping by
internal functions (some work in pass1.cpp still required) Thanks
to Arno Brinkman.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-30 11:49 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/keywords.cpp (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed my own damned mistake. Sorry to everyone who got scared by
this change ;-)
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-30 09:23 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: keywords.cpp (1.2), keywords.h (1.10):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Stay in-sync with Mark's changes and make them win32 friendly.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-29 20:42 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: dsql_server.dsp (1.2), gds32.def
(1.2), gds32.dsp (1.2), gds32_debug.def (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Keep in-sync with Mark's changes.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-29 19:35 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.16):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Keep in-sync with Mark's changes.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-29 17:43 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.22):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Changed to work with super build as well as classic. The makefile
now come from builds/posix rather than src/make.new
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-29 17:37 skywalker
* firebird2/src/: make.defaults (1.7), make.platform (1.7),
make.rules (1.7), make.shared.variables (1.5), alice/alice.cpp
(1.14), burp/burp.cpp (1.8), common/memory/memory_pool.h (1.4),
dsql/dsql.tab.h (1.1), dsql/keywords.cpp (1.1), dsql/keywords.h
(1.9), dsql/parse.cpp (1.18), dsql/parse.y (1.17),
2008-03-24 20:52:36 +01:00
dsql/parse_proto.h (1.3):
2007-12-12 04:21:55 +01:00
Changes to make fb2 compile super version for linux
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-29 17:04 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/posix/: Makefile.in.boot.gpre (1.1),
Makefile.in.client.gbak (1.1), Makefile.in.client.gdef (1.1),
Makefile.in.client.gfix (1.1), Makefile.in.client.gpre (1.1),
Makefile.in.client.isql (1.1), Makefile.in.client.util (1.1),
Makefile.in.embed.gbak (1.1), Makefile.in.embed.gdef (1.1),
Makefile.in.embed.gfix (1.1), Makefile.in.embed.gpre (1.1),
Makefile.in.embed.isql (1.1), Makefile.in.embed.lockmgr (1.1),
Makefile.in.embed.qli (1.1), Makefile.in.embed.util (1.1),
Makefile.in.extlib (1.1), Makefile.in.fbserver (1.1),
Makefile.in.fbutil (1.1), Makefile.in.firebird (1.1),
Makefile.in.gpre (1.1), Makefile.in.inet_server (1.1),
Makefile.in.install (1.1), Makefile.in.intl (1.1), Makefile.in.jrd
(1.1), Makefile.in.libfbclient (1.1), Makefile.in.libfbcommon
(1.1), Makefile.in.libfbembed (1.1), Makefile.in.libfbserver (1.1),
Makefile.in.libfbstatic (1.1), Makefile.in.msgs (1.1),
Makefile.in.refDatabases (1.1), Makefile.in.static.gbak (1.1),
Makefile.in.static.gpre (1.1), Makefile.in.static.isql (1.1),
Makefile.in.v5_examples (1.1), make.defaults (1.1), make.rules
(1.1), make.shared.variables (1.1), prefix.darwin (1.1),
prefix.example (1.1), prefix.linux (1.1), prefix.sinixz (1.1),
prefix.solx86 (1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
This time for sure - 4th generation main change this time was to
incorperate the super build as well as classic into fb2.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-22 19:12 bellardo
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/mac_os_x/CS/Helpers.make (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed a bug in the MacOS X GUI build project.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-21 09:21 bellardo
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/mac_os_x/CS/: Helpers.make (1.1),
gpre_wrapper.sh (1.1), make_wrapper.sh (1.1), stlport_vars.cpp
(1.1), stub.c (1.1), CS.pbproj/bellardo.pbxuser (1.1),
CS.pbproj/john.pbxuser (1.1), CS.pbproj/project.pbxproj (1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added the initial revision of the MacOS X PB project files.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-15 09:00 eku
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure (1.19), configure.in (1.21):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
The good old Bourne Shell does not implement the command 'source'.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-10 16:52 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/gen.cpp (1.8):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Minor additions to my previous changes.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-06 07:31 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.20), src/burp/mvol.cpp (1.5),
src/dsql/dsql.cpp (1.18), src/dsql/make.cpp (1.7),
src/dsql/metd.epp (1.6), src/dsql/parse.cpp (1.17),
src/dsql/parse.y (1.16), src/dsql/pass1.cpp (1.12),
src/dudley/expr.cpp (1.5), src/dudley/parse.cpp (1.8),
src/gpre/ada.cpp (1.6), src/gpre/cob.cpp (1.5), src/gpre/ftn.cpp
2008-03-24 20:52:36 +01:00
(1.6), src/gpre/gpre.cpp (1.11), src/gpre/gpre_proto.h (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Merge final changes from fb1 tree.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-05 18:01 skywalker
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: keywords.h (1.8), parse.cpp (1.16), parse.y
(1.15):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Change DEBUG_KEYWORD to KW_DEBUG, few more changes in parse.y
(mostly post fb1 changes)
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-05 17:00 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure (1.18), configure.in (1.19),
src/make.defaults (1.6), src/make.platform (1.6), src/make.rules
(1.6), src/make.shared.variables (1.4), src/dsql/dsql.cpp (1.17),
src/dsql/keywords.h (1.7), src/dsql/parse.cpp (1.15),
src/dsql/parse.sed (1.4), src/dsql/parse.y (1.14),
2008-03-24 20:52:36 +01:00
src/include/fb_string.h (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Changes to get compiling on linux (post fb1 changes).
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-04 11:34 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure (1.17), configure.in (1.18),
src/make.defaults (1.5), src/make.platform (1.5), src/make.rules
2008-03-24 20:52:36 +01:00
(1.5), src/gpre/pat.cpp (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Changes for rebuild of fb2.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-03 12:04 eku
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/: configure (1.16), configure.in (1.17):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Support SINIX-Z as a platform.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-02 16:09 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/intl.dsp (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Updated project files
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-02 14:17 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: ddl.cpp (1.10), dsql.cpp (1.16), errd.cpp
(1.8), gen.cpp (1.7), make.cpp (1.6), metd.epp (1.5), metd_proto.h
(1.4), parse.cpp (1.14), parse.y (1.13), pass1.cpp (1.11):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Merging changes from fb1 (stage 2 - fixing porting errors).
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-01 18:59 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure (1.15), configure.in (1.16),
src/make.defaults (1.4), src/make.platform (1.4), src/make.rules
(1.4), src/make.shared.variables (1.3), src/include/gen/rdb_codes.h
2008-03-24 20:52:36 +01:00
(1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Merged change from fb1.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-01 17:46 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/iberror.h (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Merging changes from fb1.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-01 17:43 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/iberror.h (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Must be (and already is) in /include/gen
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-07-01 16:59 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.1), alice.dsp
(1.1), burp.dsp (1.1), common.dsp (1.1), dsql_server.dsp (1.1),
fbguard.dsp (1.1), fbserver.dsp (1.1), gbak.dsp (1.1), gds32.def
(1.1), gds32.dsp (1.1), gds32_debug.def (1.1), gfix.dsp (1.1),
gpre.dsp (1.1), gstat.dsp (1.1), ib_util.def (1.1), ib_util.dsp
(1.1), intl.dsp (1.1), ipserver.dsp (1.1), isql.dsp (1.1), lock.dsp
(1.1), remote.dsp (1.1), utilities.dsp (1.1), wal.dsp (1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added FB2 project files for MSVC6
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-29 19:20 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/extlib/fbudf/fbudf.cpp (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
put testreflect into dev build only
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-29 18:50 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/: gpre.cpp (1.10), gpre.h (1.9):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
porting changes from fb1.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-29 18:41 skywalker
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/configure.in (1.15):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Porting changes made to fb1.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-29 18:38 skywalker
* firebird2/src/extlib/ib_udf.sql (1.3):
porting changes made to fb1.
2002-06-29 18:35 skywalker
* firebird2/src/extlib/fbudf/: MSReadMe.txt (1.1), fbudf.cpp (1.1),
fbudf.dsp (1.1), fbudf.dsw (1.1), fbudf.h (1.1), fbudf.plg (1.1),
fbudf.sql (1.1), fbudf.txt (1.1), stdafx.cpp (1.1), stdafx.h (1.1):
Ported code changes from fb1
2002-06-29 15:47 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: keywords.h (1.6), parse.cpp (1.13), parse.y
(1.12), parse_proto.h (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added LEX_StringIsAKeyword function to avoid an awkward #include
from isql module.
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
2002-06-29 15:02 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/blrtable.h (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Merging changes from fb1.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-29 14:55 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/gen/: codes.h (1.6), codetext.h (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Merging changes from fb1.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-29 08:56 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: array.epp (1.5), blob.epp (1.4), ddl.cpp
(1.9), ddl_proto.h (1.3), dsql.cpp (1.15), dsql.h (1.4), errd.cpp
(1.7), gen.cpp (1.6), keywords.h (1.5), make.cpp (1.5), metd.epp
(1.4), metd_proto.h (1.3), node.h (1.6), parse.cpp (1.12),
parse.sed (1.3), parse.y (1.11), pass1.cpp (1.10), utld.cpp (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Merging changes from fb1.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-29 07:39 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/burp/: backup.epp (1.6), burp.h (1.6), mvol.cpp
(1.4), restore.epp (1.7):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Merge changes from fb1
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-29 07:33 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/alice/alice.cpp (1.13):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
merge fb1 changes.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-28 15:49 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/dsql.cpp (1.14):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed bug with the server crash when XSQLDAs are prepared for not
all statement parameters.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-27 14:14 paul_reeves
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/dsql.cpp (1.13):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Remove superfluous include
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-27 12:14 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/burp/: backup.epp (1.5), restore.epp (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed another bug with INT64 array slices. Thanks to Artem
Petkevych.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-23 21:51 paul_reeves
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure.in (1.14), src/dsql/dsql.cpp (1.12),
src/dudley/hsh.cpp (1.4), src/dudley/lex.cpp (1.4),
2008-03-24 20:52:36 +01:00
src/dudley/parse.cpp (1.7), src/gpre/hsh.cpp (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Updated code to support building under Linux. Main changes are to
support the platform manager and the move of kanji.* to /intl.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-20 13:41 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: parse.y (1.10), pass1.cpp (1.9), parse.cpp
(1.11):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Enabled support for empty BEGIN...END blocks
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-20 10:24 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.15):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Implemented case-insensitive keys in FirebirdConfigFile (to support
various configs on Win32).
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-20 10:06 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/fbutil/: FirebirdConfigFile.cpp (1.6),
FirebirdConfigFile.h (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Implemented case-insensitive keys in FirebirdConfigFile (to support
various configs on Win32).
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-20 10:00 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: parse.cpp (1.10), parse.y (1.9):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-19 17:10 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/doc/README.makefiles (1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Added README file which explains a little about the makefile
structure.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-15 11:38 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: keywords.h (1.4), parse.cpp (1.9), parse.y
(1.8):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
While I'm in touch with the parser - INT64 and LARGEINT aliases for
the intenal dtype_int64 data type.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-14 14:08 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/blrtable.h (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
1. New system variables - CONNECTION_ID and TRANSACTION_ID 2.
Universal triggers
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-14 14:07 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: ddl.cpp (1.8), dsql.cpp (1.11), gen.cpp
(1.5), keywords.h (1.3), make.cpp (1.4), make_proto.h (1.3), node.h
(1.5), parse.cpp (1.8), parse.y (1.7), pass1.cpp (1.8):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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)
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-12 08:58 tamlin
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/fb_list.h (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
There is no C++ class named slist. Removed.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-06-04 21:36 bellardo
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/: fb_list.h (1.1), fb_map.h (1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
New files added during the porting of intl support to FB2.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-04-29 12:57 dimitr
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.14):
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
Some minor changes
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
2002-04-29 12:53 dimitr
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: common/memory/allocators.h (1.5),
common/memory/memory_pool.cpp (1.5), common/memory/memory_pool.h
(1.3), fbutil/FirebirdConfig.cpp (1.6), fbutil/FirebirdConfig.h
(1.5), fbutil/FirebirdConfigFile.cpp (1.5),
fbutil/FirebirdConfigFile.h (1.4):
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
Some minor changes
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
2002-04-12 03:55 bellardo
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/: gpre.cpp (1.9), gpre.h (1.8):
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
Changes to make the -GDS switch work correctly. This allows FB2 to
be used to build FB1 :-)
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
2002-04-04 18:41 bellardo
2007-01-20 15:36:28 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.7):
2005-06-13 04:25:06 +02:00
2007-12-12 04:21:55 +01:00
Fixed some ugly code I committed yesterday.
2007-01-20 15:36:28 +01:00
2007-12-12 04:21:55 +01:00
2002-04-04 18:22 bellardo
2007-01-20 15:36:28 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/utld.cpp (1.5):
2004-04-23 00:18:06 +02:00
2007-12-12 04:21:55 +01:00
Fixed the buffer overflow check to be correct instead of commenting
it out.
2006-10-30 04:20:03 +01:00
2007-12-12 04:21:55 +01:00
2002-04-04 15:50 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: dsql/dsql.cpp (1.10), dsql/gen.cpp (1.4),
dsql/node.h (1.4), dsql/parse.cpp (1.7), dsql/parse.y (1.6),
2008-03-24 20:52:36 +01:00
dsql/pass1.cpp (1.6), include/gen/blrtable.h (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Implemented 'EXECUTE VARCHAR' command.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-04-04 07:39 bellardo
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/install/arch-specific/darwin/FrameworkInfo.plist
(1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Minor Darwin naming changes
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-04-04 07:38 bellardo
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/: fb_blk.h (1.3), fb_exception.h (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Accept NULL memory deletes and move exception raise code to its own
file.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-04-04 07:37 bellardo
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/gpre_meta_boot.cpp (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
fixed extern declaration bug
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-04-04 07:36 bellardo
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dudley/: ddl.cpp (1.5), exe.epp (1.3), expr.cpp
(1.4), extract.epp (1.3), hsh.cpp (1.3), parse.cpp (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
removed warnings.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-04-04 07:35 bellardo
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/: ddl.cpp (1.7), dsql.cpp (1.9), dsql.h (1.3),
movd.cpp (1.3), user_dsql.cpp (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Cleaning up unneeded setjmp/longjmp code.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-04-04 07:34 bellardo
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/utld.cpp (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
c++ conversion bug fix
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-04-04 07:33 bellardo
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/fb_exception.cpp (1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
File to hold our custom exception class implementation.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-04-04 07:32 bellardo
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/burp/restore.epp (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed warnings.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-04-04 07:31 bellardo
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/alice/: alice.cpp (1.12), alice_meta.epp (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Fixed some warnings.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-04-04 01:35 bellardo
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/memory/memory_pool.cpp (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-04-02 19:10 bellardo
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/pass1.cpp (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Can't BLKCHK stack variables anymore. Fixed one such occurance in
pass1.cpp
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-04-02 07:42 bellardo
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/memory/: allocators.cpp (1.5), allocators.h
(1.4), memory_pool.cpp (1.3):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Updated delete operators to accept a null pointer to delete as
required by c++.
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-04-02 07:41 bellardo
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/gpre/pretty.cpp (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Some of the gds__XXXX blr constants were incorrectly changed to
gds_XXXX during the initial c++ port. Fixed them.
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
2002-04-01 11:11 dimitr
2007-11-08 14:15:38 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/parse.cpp (1.6):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Cleanup
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-03-11 17:34 skywalker
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: alice/all.h (1.4), alice/info.h (1.3),
alice/tdr.cpp (1.7), gpre/gpre.h (1.7), include/fb_types.h (1.5),
2008-03-24 20:52:36 +01:00
include/gen/codes.h (1.5):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
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
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-02-26 14:46 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/generated/: isql/makefile (1.2), jrd/makefile (1.2),
msgs/makefile (1.2), utilities/makefile (1.2), makefile (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Updated makefiles
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-02-26 14:42 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/generated/: alice/makefile (1.2), burp/makefile (1.2),
dsql/makefile (1.2), dudley/makefile (1.2), gpre/makefile (1.2):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Updated makefiles
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2002-02-25 11:59 dimitr
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/include/gen/codes.h (1.4):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
Correction to the clean up of the Apollo port
2006-10-30 04:20:03 +01:00
2007-12-12 04:21:55 +01:00
2002-02-25 11:12 dimitr
2005-06-13 04:25:06 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/common/memory/allocators.cpp (1.4):
2002-07-25 16:41:28 +02:00
2007-12-12 04:21:55 +01:00
Fixed a compilation error in the release mode
2006-10-30 04:20:03 +01:00
2007-12-12 04:21:55 +01:00
2002-02-24 17:53 seanleyne
2005-06-13 04:25:06 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/parse.cpp (1.5):
2005-06-13 04:25:06 +02:00
2007-12-12 04:21:55 +01:00
Code cleanup, corrected some mistakes (;-[) in my removal of the
Win3.1 port.
2006-10-30 04:20:03 +01:00
2007-12-12 04:21:55 +01:00
2002-02-24 17:39 seanleyne
2006-10-30 04:20:03 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: array.epp (1.4), parse.y (1.5):
2005-06-13 04:25:06 +02:00
2007-12-12 04:21:55 +01:00
Code cleanup, removed old Win3.1 port from routines I missed the
first time
2002-07-25 16:41:28 +02:00
2007-12-12 04:21:55 +01:00
2002-02-23 23:08 seanleyne
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: dsql/parse.cpp (1.4), dsql/utld_proto.h (1.2),
2008-03-24 20:52:36 +01:00
include/gen/autoconfig_msvc.h (1.13):
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
Code cleanup, removed old Windows 3.1 (WINDOWS_ONLY) port
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
2002-02-23 08:49 dimitr
2007-10-16 04:22:32 +02:00
2008-03-24 20:52:36 +01:00
* firebird2/src/dsql/: errd.cpp (1.6), user_dsql.cpp (1.5):
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
Correction to the clean up of the Apollo port
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
2002-02-19 02:17 seanleyne
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/alice/tdr.cpp (1.6):
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
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.
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
2002-02-16 06:06 seanleyne
2002-07-25 16:41:28 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: gpre/gpre.h (1.6), include/gen/autoconfig_msvc.h
2008-03-24 20:52:36 +01:00
(1.12):
2006-10-30 04:20:03 +01:00
2007-12-12 04:21:55 +01:00
Clean up of change notes in headers
2002-07-25 16:41:28 +02:00
2007-12-12 04:21:55 +01:00
2002-02-16 05:36 seanleyne
2007-01-20 15:36:28 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: alice/info.h (1.2), alice/tdr.cpp (1.5),
2008-03-24 20:52:36 +01:00
include/gen/autoconfig_msvc.h (1.11), include/gen/codes.h (1.3):
2007-01-20 15:36:28 +01:00
2007-12-12 04:21:55 +01:00
Code cleanup of obsolete Apollo port(s)
2007-01-20 15:36:28 +01:00
2007-12-12 04:21:55 +01:00
2002-02-16 05:16 seanleyne
2007-10-16 04:22:32 +02:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/: fb_types.h (1.4), gen/autoconfig_msvc.h
(1.10):
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
Code cleanup of obsolete OS/2 port
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
2002-02-16 05:04 seanleyne
2007-01-20 15:36:28 +01:00
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.9):
2007-01-20 15:36:28 +01:00
2007-12-12 04:21:55 +01:00
Code cleanup of obsolete Cray port
2007-01-20 15:36:28 +01:00
2007-12-12 04:21:55 +01:00
2002-02-16 04:59 seanleyne
2007-10-16 04:22:32 +02:00
2008-03-24 20:52:36 +01:00
* firebird2/src/gpre/gpre.h (1.5):
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
Code cleanup of obsolete HP9000 s300 port
2002-02-16 04:54 seanleyne
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.8):
2007-12-12 04:21:55 +01:00
Code cleanup of obsolete M88K and NT Power PC ports
2002-02-16 04:37 seanleyne
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.7):
2007-12-12 04:21:55 +01:00
Code cleanup of obsolete NeXT port
2002-02-16 04:33 seanleyne
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.6):
2007-12-12 04:21:55 +01:00
Code cleanup of obsolete NCR3000 port
2002-02-16 04:27 seanleyne
* firebird2/src/: gpre/gpre.h (1.4), include/gen/autoconfig_msvc.h
2008-03-24 20:52:36 +01:00
(1.5):
2007-12-12 04:21:55 +01:00
Code cleanup of obsolete IMP port
2002-02-16 04:05 seanleyne
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.4):
2007-12-12 04:21:55 +01:00
Code cleanup of obsolete DELTA port
2002-02-16 03:21 seanleyne
* firebird2/src/: burp/burp.cpp (1.7),
2008-03-24 20:52:36 +01:00
include/gen/autoconfig_msvc.h (1.3):
2007-12-12 04:21:55 +01:00
Code cleanup of obsolete EPSON port
2002-02-16 02:58 seanleyne
2008-03-24 20:52:36 +01:00
* firebird2/src/include/gen/autoconfig_msvc.h (1.2):
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
Code cleanup of obsolete MAC AUX port defines "MAC" and "MAC_CP"
2007-01-20 15:36:28 +01:00
2007-12-12 04:21:55 +01:00
2002-01-21 16:26 kkuznetsov
2007-01-20 15:36:28 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.13):
2007-01-20 15:36:28 +01:00
2007-12-12 04:21:55 +01:00
I forgot ";"
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
2002-01-21 12:54 kkuznetsov
2007-01-20 15:36:28 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/configure.in (1.12):
2007-01-20 15:36:28 +01:00
2002-07-25 16:41:28 +02:00
2007-12-12 04:21:55 +01:00
fist try to port IT to Solaris X86
2006-10-30 04:20:03 +01:00
2007-12-12 04:21:55 +01:00
2002-01-06 14:06 skywalker
2002-07-25 16:41:28 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: make.defaults (1.3), make.platform (1.3),
2008-03-24 20:52:36 +01:00
make.rules (1.3):
2006-10-30 04:20:03 +01:00
2007-12-12 04:21:55 +01:00
Changed to force write of update build #.
2004-04-23 00:18:06 +02:00
2007-12-12 04:21:55 +01:00
2002-01-04 12:48 skywalker
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/: configure (1.14), configure.in (1.11):
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
Changed one or two of the headers that are checked for.
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
2002-01-04 12:34 skywalker
* firebird2/src/: make.defaults (1.2), make.platform (1.2),
make.rules (1.2), make.shared.variables (1.2), alice/alice.cpp
(1.11), burp/backup.epp (1.4), burp/restore.epp (1.4),
common/memory/allocators.cpp (1.3), common/memory/allocators.h
(1.3), dsql/pass1.cpp (1.4), dsql/preparse.cpp (1.3), gpre/ada.cpp
(1.5), gpre/c_cxx.cpp (1.5), gpre/cmp.cpp (1.5), gpre/exp.cpp
(1.5), gpre/ftn.cpp (1.5), gpre/gpre.cpp (1.8), gpre/gpre.h (1.3),
gpre/gpre_meta_boot.cpp (1.4), gpre/par.cpp (1.6), gpre/pat.cpp
(1.4), include/fb_exception.h (1.3), include/gen/codes.h (1.2),
include/gen/codetext.h (1.2), include/gen/gds_codes.ftn (1.2),
include/gen/gds_codes.pas (1.2), include/gen/iberror.h (1.2),
include/gen/msg_facs.h (1.2), include/gen/msgs.h (1.2),
2008-03-24 20:52:36 +01:00
include/gen/rdb_codes.h (1.2), include/gen/sql_code.h (1.2):
2007-12-12 04:21:55 +01:00
Changes to make it compile on linux. and work through a few
issues.
2001-12-29 12:41 tamlin
* firebird2/src/: alice/alice.cpp (1.10), alice/alice_meta.epp
(1.4), burp/burp.h (1.5), common/memory/memory_pool.cpp (1.2),
dsql/ddl.cpp (1.6), dsql/dsql.cpp (1.8), dsql/errd.cpp (1.5),
dsql/user_dsql.cpp (1.4), dudley/expand.cpp (1.5), dudley/parse.cpp
(1.5), gpre/gpre.cpp (1.7), gpre/par.cpp (1.5),
2008-03-24 20:52:36 +01:00
include/fb_exception.h (1.2):
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
cleaning up
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
2001-12-29 11:08 tamlin
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/alice/all.cpp (1.5):
2007-01-20 15:36:28 +01:00
2007-12-12 04:21:55 +01:00
Explicitly allocate the alice permanent pool from the global
default memory pool.
2007-01-20 15:36:28 +01:00
2007-12-12 04:21:55 +01:00
2001-12-28 06:14 tamlin
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/: alice/alice.cpp (1.9), alice/alice.h (1.7),
alice/all.cpp (1.4), alice/all.h (1.3),
common/memory/allocators.cpp (1.2), common/memory/allocators.h
(1.2), common/memory/memory_pool.h (1.2), dsql/all.h (1.4),
2008-03-24 20:52:36 +01:00
dsql/alld.cpp (1.6), include/firebird.h (1.3):
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
MemoryPool work
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
2001-12-25 09:01 tamlin
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
* firebird2/src/alice/alice.cpp (1.8):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
forgotten comment removed
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2001-12-25 08:57 tamlin
* firebird2/src/alice/: alice.cpp (1.7), alice.h (1.6):
cleaning up
2001-12-25 05:53 tamlin
* firebird2/src/alice/: alice.cpp (1.6), alice.h (1.5),
alice_meta.h (1.2):
cleaning up
2001-12-24 04:02 tamlin
* firebird2/src/common/: memory/allocators.cpp (1.1),
memory/allocators.h (1.1), memory/memory_pool.cpp (1.1),
memory/memory_pool.h (1.1), mp/AtomicCounter.h (1.1),
mp/crit_section_guard.h (1.1), mp/crit_section_lock.h (1.1),
mp/mutex.h (1.1), mp/semaphore.h (1.1), mp/thread.h (1.1):
New C++ memory pool
2001-12-24 03:50 tamlin
* firebird2/src/: make.defaults (1.1), make.platform (1.1),
make.rules (1.1), make.shared.variables (1.1), alice/alice.cpp
(1.5), alice/alice.h (1.4), alice/alice_meta.epp (1.3),
alice/all.cpp (1.3), alice/all.h (1.2), alice/all_proto.h (1.2),
alice/alloc.h (1.2), alice/blk.h (1.2), alice/exe.cpp (1.4),
alice/lls.h (1.2), alice/tdr.cpp (1.4), burp/backup.epp (1.3),
burp/burp.cpp (1.6), burp/burp.h (1.4), burp/canonical.cpp (1.3),
burp/restore.epp (1.3), burp/spit.cpp (1.4), csv/csi.h (1.2),
csv/csu.cpp (1.3), csv/csv.cpp (1.3), dsql/all.h (1.3),
dsql/alld.cpp (1.5), dsql/alld_proto.h (1.3), dsql/array.epp (1.3),
dsql/blk.h (1.2), dsql/blob.epp (1.3), dsql/ddl.cpp (1.5),
dsql/ddl_proto.h (1.2), dsql/dsql.cpp (1.7), dsql/dsql.h (1.2),
dsql/dsql_proto.h (1.2), dsql/errd.cpp (1.4), dsql/errd_proto.h
(1.2), dsql/gen.cpp (1.3), dsql/hsh.cpp (1.4), dsql/make.cpp (1.3),
dsql/make_proto.h (1.2), dsql/metd.epp (1.3), dsql/metd_proto.h
(1.2), dsql/node.h (1.3), dsql/parse.cpp (1.3), dsql/parse.y (1.4),
dsql/pass1.cpp (1.3), dsql/sqlda.h (1.2), dsql/sym.h (1.2),
dsql/user_dsql.cpp (1.3), dsql/utld.cpp (1.3), dudley/ddl.cpp
(1.4), dudley/expand.cpp (1.4), dudley/parse.cpp (1.4),
extlib/ib_udf.sql (1.2), extlib/ib_util.c (1.3),
fbutil/FirebirdConfig.cpp (1.5), fbutil/FirebirdConfig.h (1.4),
fbutil/FirebirdConfigFile.cpp (1.4), fbutil/FirebirdConfigFile.h
(1.3), gpre/ada.cpp (1.4), gpre/c_cxx.cpp (1.4), gpre/cmd.cpp
(1.4), gpre/cme.cpp (1.3), gpre/cmp.cpp (1.4), gpre/cob.cpp (1.4),
gpre/dyntable.cpp (1.3), gpre/exp.cpp (1.4), gpre/form.cpp (1.4),
gpre/form_trn.cpp (1.3), gpre/ftn.cpp (1.4), gpre/gpre.cpp (1.6),
gpre/gpre.h (1.2), gpre/gpre_meta.epp (1.3),
gpre/gpre_meta_boot.cpp (1.3), gpre/gpreswi.h (1.4), gpre/hsh.cpp
(1.4), gpre/int.cpp (1.3), gpre/int_cxx.cpp (1.3), gpre/jrdmet.cpp
(1.3), gpre/movg.cpp (1.3), gpre/msc.cpp (1.3), gpre/noform.cpp
(1.3), gpre/par.cpp (1.4), gpre/pas.cpp (1.3), gpre/pat.cpp (1.3),
gpre/pretty.cpp (1.4), gpre/sqe.cpp (1.3), gpre/sql.cpp (1.3),
include/fb_blk.h (1.2), include/fb_exception.h (1.1),
include/fb_string.h (1.1), include/fb_types.h (1.3),
include/fb_vector.h (1.1), include/firebird.h (1.2),
include/old_fb_blk.h (1.1),
2008-03-24 20:52:36 +01:00
install/arch-specific/darwin/FrameworkInfo.plist (1.2):
2007-12-12 04:21:55 +01:00
New C++ memory pool
2001-12-24 03:11 tamlin
* firebird2/src/include/gen/autoconfig_msvc.h (1.1):
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
no message
2007-11-08 14:15:38 +01:00
2007-12-12 04:21:55 +01:00
2001-11-02 21:40 tamlin
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
* firebird2/src/dsql/alld.cpp (1.4):
2007-10-16 04:22:32 +02:00
2007-12-12 04:21:55 +01:00
Synch with FB1 changes.
2007-10-16 04:22:32 +02:00
2002-07-25 16:41:28 +02:00
2001-08-27 17:29 skywalker
2007-12-12 04:21:55 +01:00
* firebird2/: configure (1.13), configure.in (1.10),
src/fbutil/FirebirdConfigFile.cpp (1.3), src/fbutil/main.cpp (1.1),
2008-03-24 20:52:36 +01:00
src/install/Makefile.in (1.7):
2006-10-30 04:20:03 +01:00
2002-07-25 16:41:28 +02:00
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
2007-12-12 04:21:55 +01:00
2001-08-21 11:41 skywalker
2008-03-24 20:52:36 +01:00
* firebird2/src/fbutil/: FirebirdConfig.cpp (1.4), FirebirdConfig.h
(1.3), FirebirdConfigFile.cpp (1.2), FirebirdConfigFile.h (1.2):
2007-12-12 04:21:55 +01:00
Changes to read /etc/firebird.conf file
2001-08-20 10:15 skywalker
* firebird2/src/: fbutil/FirebirdConfig.cpp (1.3),
fbutil/FirebirdConfig.h (1.2), fbutil/FirebirdConfigFile.cpp (1.1),
2008-03-24 20:52:36 +01:00
fbutil/FirebirdConfigFile.h (1.1), install/Makefile.in (1.6):
2007-12-12 04:21:55 +01:00
Partial change to load RootDirectory from /etc/firebird.conf file
plus some more install/compile things
2002-07-25 16:41:28 +02:00
2001-08-15 20:10 skywalker
2007-12-12 04:21:55 +01:00
* firebird2/: configure (1.12), configure.in (1.9),
2008-03-24 20:52:36 +01:00
src/install/Makefile.in (1.5):
2006-10-30 04:20:03 +01:00
2002-07-25 16:41:28 +02:00
Some changes to work on classic install, (it's not complete as yet
but it's getting there)
2001-08-15 10:44 skywalker
2008-03-24 20:52:36 +01:00
* firebird2/: configure (1.11), configure.in (1.8):
2006-10-30 04:20:03 +01:00
2002-07-25 16:41:28 +02:00
Updated the build num process
2001-08-14 19:41 skywalker
2007-12-12 04:21:55 +01:00
* firebird2/: configure (1.10), configure.in (1.7),
2008-03-24 20:52:36 +01:00
src/install/Makefile.in (1.4):
2006-10-30 04:20:03 +01:00
2002-07-25 16:41:28 +02:00
Changes to detect socklen_t properly, and a bit more on install
2001-08-13 10:14 skywalker
2007-12-12 04:21:55 +01:00
* firebird2/: configure (1.9), configure.in (1.6),
2008-03-24 20:52:36 +01:00
src/install/Makefile.in (1.3):
2006-10-30 04:20:03 +01:00
2002-07-25 16:41:28 +02:00
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.
2007-12-12 04:21:55 +01:00
2001-08-07 02:33 bellardo
* firebird2/src/install/arch-specific/darwin/FrameworkInfo.plist
(1.1):
The framework properties file for FB2
2001-08-05 18:10 bellardo
* firebird2/src/include/gen/autoconfig.h (1.3):
autoconf.h should not be in the source tree. It is generated by
configure.
2001-08-05 00:51 bellardo
* firebird2/src/install/arch-specific/darwin/Makefile.in (1.1):
An empty install makefile for Darwin.
2002-07-25 16:41:28 +02:00
2001-08-05 00:48 bellardo
2007-12-12 04:21:55 +01:00
* firebird2/: configure (1.8), configure.in (1.5),
2008-03-24 20:52:36 +01:00
src/burp/burp.cpp (1.5), src/include/gen/autoconfig.h (1.2):
2006-10-30 04:20:03 +01:00
2002-07-25 16:41:28 +02:00
First round of changes to FB2 to get the Darwin build working
again.
2001-08-02 09:03 skywalker
2007-12-12 04:21:55 +01:00
* firebird2/: configure (1.7), configure.in (1.4),
2008-03-24 20:52:36 +01:00
src/install/Makefile.in (1.2):
2006-10-30 04:20:03 +01:00
2002-07-25 16:41:28 +02:00
A few changes to the install routine.
2001-08-01 10:11 skywalker
2007-12-12 04:21:55 +01:00
* firebird2/: configure (1.6), configure.in (1.3),
2008-03-24 20:52:36 +01:00
src/burp/burpswi.h (1.3):
2006-10-30 04:20:03 +01:00
2002-07-25 16:41:28 +02:00
More changes to straighten out compile, fix up makefiles to build
into GEN_ROOT directory
2007-12-12 04:21:55 +01:00
2001-08-01 09:59 skywalker
2008-03-24 20:52:36 +01:00
* firebird2/src/install/Makefile.in (1.1):
2007-12-12 04:21:55 +01:00
Added the linux/unix install to fb2 also modified a bit to start
working with autoconf
2001-08-01 06:18 skywalker
2008-03-24 20:52:36 +01:00
* firebird2/src/fbutil/FirebirdConfig.cpp (1.2):
2007-12-12 04:21:55 +01:00
More simple changes to move to new make format
2002-07-25 16:41:28 +02:00
2001-07-31 20:34 skywalker
2004-03-27 17:19:54 +01:00
* firebird2/: Makefile.in (1.1), configure (1.5), configure.in
2007-12-12 04:21:55 +01:00
(1.2), src/fbutil/FirebirdConfig.cpp (1.1),
src/fbutil/FirebirdConfig.h (1.1), src/gpre/gpre.cpp (1.5),
2008-03-24 20:52:36 +01:00
src/gpre/gpreswi.h (1.3):
2006-10-30 04:20:03 +01:00
2002-07-25 16:41:28 +02:00
Changes to make compile with new script
2001-07-31 10:42 skywalker
2004-03-27 17:19:54 +01:00
* firebird2/: configure (1.4), configure.in (1.1):
2006-10-30 04:20:03 +01:00
2002-07-25 16:41:28 +02:00
Modified to use new makefiles
2007-12-12 04:21:55 +01:00
2001-07-30 01:43 skywalker
* firebird2/src/: alice/alice.cpp (1.4), alice/alice.h (1.3),
alice/alice_meta.epp (1.2), alice/aliceswi.h (1.3), alice/all.cpp
(1.2), alice/exe.cpp (1.3), alice/tdr.cpp (1.3), burp/backup.epp
(1.2), burp/burp.cpp (1.4), burp/burp.h (1.3), burp/canonical.cpp
(1.2), burp/misc.cpp (1.3), burp/mvol.cpp (1.3), burp/restore.epp
(1.2), burp/spit.cpp (1.3), csv/csi.cpp (1.2), csv/css.cpp (1.2),
csv/csu.cpp (1.2), csv/csv.cpp (1.2), csv/print.cpp (1.2),
dsql/alld.cpp (1.3), dsql/array.epp (1.2), dsql/blob.epp (1.2),
dsql/ddl.cpp (1.4), dsql/dsql.cpp (1.6), dsql/errd.cpp (1.3),
dsql/gen.cpp (1.2), dsql/hsh.cpp (1.3), dsql/keywords.h (1.2),
dsql/make.cpp (1.2), dsql/metd.epp (1.2), dsql/movd.cpp (1.2),
dsql/parse.cpp (1.2), dsql/parse.y (1.3), dsql/pass1.cpp (1.2),
dsql/preparse.cpp (1.2), dsql/user_dsql.cpp (1.2), dsql/utld.cpp
(1.2), dudley/ddl.cpp (1.3), dudley/exe.epp (1.2),
dudley/expand.cpp (1.3), dudley/expr.cpp (1.3), dudley/extract.epp
(1.2), dudley/generate.cpp (1.3), dudley/hsh.cpp (1.2),
dudley/lex.cpp (1.3), dudley/parse.cpp (1.3), dudley/trn.cpp (1.3),
extlib/ib_udf.c (1.2), extlib/ib_util.c (1.2), gpre/ada.cpp (1.3),
gpre/c_cxx.cpp (1.3), gpre/cmd.cpp (1.3), gpre/cme.cpp (1.2),
gpre/cmp.cpp (1.3), gpre/cob.cpp (1.3), gpre/dyntable.cpp (1.2),
gpre/exp.cpp (1.3), gpre/form.cpp (1.3), gpre/form_trn.cpp (1.2),
gpre/ftn.cpp (1.3), gpre/gpre.cpp (1.4), gpre/gpre_meta.epp (1.2),
gpre/gpre_meta_boot.cpp (1.2), gpre/hsh.cpp (1.3), gpre/hsh.h
(1.2), gpre/int.cpp (1.2), gpre/int_cxx.cpp (1.2), gpre/jrdmet.cpp
(1.2), gpre/movg.cpp (1.2), gpre/msc.cpp (1.2), gpre/noform.cpp
(1.2), gpre/par.cpp (1.3), gpre/pas.cpp (1.2), gpre/pat.cpp (1.2),
2008-03-24 20:52:36 +01:00
gpre/pretty.cpp (1.3), gpre/sqe.cpp (1.2), gpre/sql.cpp (1.2):
2007-12-12 04:21:55 +01:00
Global changes for new Makefile and firebird2 compile on linux
2001-07-29 19:19 skywalker
* firebird2/src/include/: fb_types.h (1.2), firebird.h (1.1):
Added new firebird.h global header
2001-07-29 19:07 skywalker
* firebird2/src/include/gen/: README.txt (1.1), autoconfig.h (1.1),
blrtable.h (1.1), codes.h (1.1), codetext.h (1.1), files.txt (1.1),
gds_codes.ftn (1.1), gds_codes.pas (1.1), iberror.h (1.1), ids.h
(1.1), msg_facs.h (1.1), msgs.h (1.1), rdb_codes.h (1.1),
sql_code.h (1.1):
These files are all generated by programs in jrd, mainly codes.epp
2001-07-14 02:44 skywalker
* firebird2/src/dsql/dsql.cpp (1.5):
Fix simple syntax errors
2002-07-25 16:41:28 +02:00
2001-07-12 21:51 bellardo
2008-03-24 20:52:36 +01:00
* firebird2/configure (1.3):
2006-10-30 04:20:03 +01:00
2002-07-25 16:41:28 +02:00
Added HAVE_SIGNAL_H to autoconf.
2001-07-12 19:01 bellardo
2008-03-24 20:52:36 +01:00
* firebird2/configure (1.2):
2006-10-30 04:20:03 +01:00
2002-07-25 16:41:28 +02:00
Added ability to create needed symlinks (objs/source) to the
configure script.
2001-07-12 08:32 bellardo
2007-12-12 04:21:55 +01:00
* firebird2/: configure (1.1), src/alice/alice_meta.e (1.2),
src/alice/alice_meta.epp (1.1), src/burp/backup.e (1.3),
src/burp/backup.epp (1.1), src/burp/restore.e (1.3),
src/burp/restore.epp (1.1), src/dsql/array.e (1.2),
src/dsql/array.epp (1.1), src/dsql/blob.e (1.2), src/dsql/blob.epp
(1.1), src/dsql/metd.e (1.2), src/dsql/metd.epp (1.1),
src/dudley/exe.e (1.2), src/dudley/exe.epp (1.1),
src/dudley/extract.e (1.2), src/dudley/extract.epp (1.1),
src/gpre/gpre_meta.e (1.2), src/gpre/gpre_meta.epp (1.1),
2008-03-24 20:52:36 +01:00
src/gpre/gpre_meta_boot.cpp (1.1), src/gpre/int_cxx.cpp (1.1):
2006-10-30 04:20:03 +01:00
2002-07-25 16:41:28 +02:00
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.
2007-12-12 04:21:55 +01:00
2001-07-12 07:46 bellardo
* firebird2/src/: alice/alice.cpp (1.3), alice/alice.h (1.2),
burp/burp.cpp (1.3), burp/burp.h (1.2), burp/mvol.cpp (1.2),
burp/spit.cpp (1.2), dsql/ddl.cpp (1.3), dsql/dsql.cpp (1.4),
dsql/errd.cpp (1.2), dsql/node.h (1.2), dsql/parse.sed (1.2),
dsql/parse.y (1.2), dudley/ddl.cpp (1.2), dudley/expand.cpp (1.2),
dudley/expr.cpp (1.2), dudley/generate.cpp (1.2), dudley/lex.cpp
(1.2), dudley/parse.cpp (1.2), dudley/trn.cpp (1.2), gpre/ada.cpp
(1.2), gpre/c_cxx.cpp (1.2), gpre/cmd.cpp (1.2), gpre/cmp.cpp
(1.2), gpre/cob.cpp (1.2), gpre/exp.cpp (1.2), gpre/form.cpp (1.2),
gpre/ftn.cpp (1.2), gpre/gpre.cpp (1.3), gpre/gpre_meta.h (1.2),
gpre/gpreswi.h (1.2), gpre/hsh.cpp (1.2), gpre/lang_proto.h (1.2),
gpre/par.cpp (1.2), gpre/parse.h (1.2), gpre/pat.h (1.2),
2008-03-24 20:52:36 +01:00
gpre/pretty.cpp (1.2), include/jrd/gds.h (1.2):
2007-12-12 04:21:55 +01:00
Changes to bring FB2 to c++ on *nix.
2001-07-10 19:35 awharrison
* firebird2/src/: alice/alice.cpp (1.2), alice/aliceswi.h (1.2),
alice/exe.cpp (1.2), burp/backup.e (1.2), burp/burp.cpp (1.2),
burp/burpswi.h (1.2), burp/restore.e (1.2), dsql/ddl.cpp (1.2),
2008-03-24 20:52:36 +01:00
dsql/dsql.cpp (1.3):
2007-12-12 04:21:55 +01:00
read only databases are supported unconditionally in fb2
2001-05-24 16:54 tamlin
* firebird2/src/: alice/tdr.cpp (1.2), burp/misc.cpp (1.2),
dsql/all.h (1.2), dsql/alld.cpp (1.2), dsql/alld_proto.h (1.2),
2008-03-24 20:52:36 +01:00
dsql/dsql.cpp (1.2), dsql/hsh.cpp (1.2), gpre/gpre.cpp (1.2):
2007-12-12 04:21:55 +01:00
ongoing cleanup
2001-05-23 15:25 tamlin
* firebird2/: generated/makefile (1.1), generated/placeholder.txt
(1.1), generated/alice/makefile (1.1),
generated/alice/placeholder.txt (1.1), generated/burp/makefile
(1.1), generated/burp/placeholder.txt (1.1),
generated/dsql/makefile (1.1), generated/dsql/placeholder.txt
(1.1), generated/dudley/makefile (1.1),
generated/dudley/placeholder.txt (1.1), generated/gpre/makefile
(1.1), generated/gpre/placeholder.txt (1.1),
generated/isql/makefile (1.1), generated/isql/placeholder.txt
(1.1), generated/journal/placeholder.txt (1.1),
generated/jrd/makefile (1.1), generated/jrd/placeholder.txt (1.1),
generated/msgs/makefile (1.1), generated/msgs/placeholder.txt
(1.1), generated/pyxis/placeholder.txt (1.1),
generated/qli/placeholder.txt (1.1), generated/utilities/makefile
(1.1), generated/utilities/placeholder.txt (1.1),
2008-03-24 20:52:36 +01:00
src/gpre/cdbtable.h (1.1), src/gpre/cmd.cpp (1.1),
src/gpre/cmd_proto.h (1.1), src/gpre/cme_proto.h (1.1),
src/gpre/gpre.cpp (1.1), src/gpre/par.cpp (1.1), src/gpre/cmp.cpp
(1.1), src/gpre/cob.cpp (1.1), src/gpre/exp.cpp (1.1),
src/gpre/sql.cpp (1.1), src/gpre/cme.cpp (1.1),
2007-12-12 04:21:55 +01:00
src/gpre/cmp_proto.h (1.1), src/gpre/dyntable.h (1.1),
src/gpre/exp_proto.h (1.1), src/gpre/form.cpp (1.1),
src/gpre/form.h (1.1), src/gpre/form__proto.h (1.1),
src/gpre/form_proto.h (1.1), src/gpre/form_trn.cpp (1.1),
src/gpre/gpre.h (1.1), src/gpre/gpre_proto.h (1.1),
src/gpre/gpreswi.h (1.1), src/gpre/hsh.cpp (1.1), src/gpre/hsh.h
(1.1), src/gpre/hsh_proto.h (1.1), src/gpre/int.cpp (1.1),
src/gpre/jrdme_proto.h (1.1), src/gpre/jrdmet.cpp (1.1),
src/gpre/pas.cpp (1.1), src/gpre/pat.cpp (1.1), src/gpre/sqe.cpp
(1.1), src/gpre/c_cxx.cpp (1.1), src/gpre/dyntable.cpp (1.1),
src/gpre/ftn.cpp (1.1), src/gpre/gpre_meta.h (1.1),
src/gpre/lang_proto.h (1.1), src/gpre/movg.cpp (1.1),
src/gpre/movg_proto.h (1.1), src/gpre/msc.cpp (1.1),
src/gpre/msc_proto.h (1.1), src/gpre/noform.cpp (1.1),
src/gpre/par_proto.h (1.1), src/gpre/parse.h (1.1), src/gpre/pat.h
(1.1), src/gpre/pat_proto.h (1.1), src/gpre/prett_proto.h (1.1),
src/gpre/pretty.cpp (1.1), src/gpre/sdltable.h (1.1),
src/gpre/sqe_proto.h (1.1), src/gpre/sql_proto.h (1.1),
src/gpre/words.h (1.1), src/alice/alice.cpp (1.1),
src/alice/alice.h (1.1), src/alice/alice_meta.e (1.1),
src/alice/alice_meta.h (1.1), src/alice/alice_proto.h (1.1),
src/alice/aliceswi.h (1.1), src/alice/all.cpp (1.1),
src/alice/all.h (1.1), src/alice/all_proto.h (1.1),
src/alice/alloc.h (1.1), src/alice/blk.h (1.1), src/alice/exe.cpp
(1.1), src/alice/exe_proto.h (1.1), src/alice/info.h (1.1),
src/alice/lls.h (1.1), src/alice/tdr.cpp (1.1),
src/alice/tdr_proto.h (1.1), src/csv/csi.cpp (1.1), src/csv/csi.h
(1.1), src/csv/csi_proto.h (1.1), src/csv/css.cpp (1.1),
src/csv/css_proto.h (1.1), src/csv/csu.cpp (1.1),
src/csv/depends.mak (1.1), src/csv/print.cpp (1.1),
src/gpre/ada.cpp (1.1), src/gpre/gpre_meta.e (1.1), src/csv/csv.cpp
(1.1), src/dsql/all.h (1.1), src/dsql/array_proto.h (1.1),
src/dsql/blk.h (1.1), src/dsql/dsql.h (1.1), src/dsql/gen.cpp
(1.1), src/dsql/make.cpp (1.1), src/dsql/movd.cpp (1.1),
src/dsql/pass1.cpp (1.1), src/dsql/sqlda.h (1.1), src/dsql/alld.cpp
(1.1), src/dsql/blob.e (1.1), src/dsql/blob_proto.h (1.1),
src/dsql/chars.h (1.1), src/dsql/ddl.cpp (1.1),
src/dsql/ddl_proto.h (1.1), src/dsql/depends.mak (1.1),
src/dsql/dsql.def (1.1), src/dsql/errd.cpp (1.1),
src/dsql/gen_proto.h (1.1), src/dsql/hsh.cpp (1.1),
src/dsql/keywords.h (1.1), src/dsql/makefile.mak (1.1),
src/dsql/metd.e (1.1), src/dsql/node.h (1.1), src/dsql/parse.y
(1.1), src/dsql/preparse.cpp (1.1), src/dsql/utld.cpp (1.1),
src/dsql/dsql.cpp (1.1), src/dsql/hsh_proto.h (1.1),
src/dsql/metd_proto.h (1.1), src/dsql/movd_proto.h (1.1),
src/dsql/user_dsql.cpp (1.1), src/dsql/alld_proto.h (1.1),
src/dsql/array.e (1.1), src/dsql/dsql_proto.h (1.1),
src/dsql/errd_proto.h (1.1), src/dsql/make_proto.h (1.1),
src/dsql/parse.awk (1.1), src/dsql/parse.cpp (1.1),
src/dsql/parse.sed (1.1), src/dsql/parse_proto.h (1.1),
src/dsql/pass1_proto.h (1.1), src/dsql/prepa_proto.h (1.1),
src/dsql/sym.h (1.1), src/dsql/user__proto.h (1.1),
src/dsql/utld_proto.h (1.1), src/dudley/ddl.cpp (1.1),
src/dudley/ddl.h (1.1), src/dudley/ddl_proto.h (1.1),
src/dudley/depends.mak (1.1), src/dudley/exe_proto.h (1.1),
src/dudley/expan_proto.h (1.1), src/dudley/expand.cpp (1.1),
src/dudley/expr.cpp (1.1), src/dudley/expr_proto.h (1.1),
src/dudley/extra_proto.h (1.1), src/dudley/gener_proto.h (1.1),
src/dudley/generate.cpp (1.1), src/dudley/hsh.cpp (1.1),
src/dudley/lex.cpp (1.1), src/dudley/lex_proto.h (1.1),
src/dudley/parse.cpp (1.1), src/dudley/parse.h (1.1),
src/dudley/parse_proto.h (1.1), src/dudley/trn.cpp (1.1),
src/dudley/trn_proto.h (1.1), src/dudley/exe.e (1.1),
src/dudley/extract.e (1.1), src/dudley/hsh_proto.h (1.1),
src/extlib/ib_udf.c (1.1), src/extlib/ib_udf.h (1.1),
src/extlib/ib_udf.sql (1.1), src/extlib/ib_util.c (1.1),
src/extlib/ib_util.h (1.1), src/extlib/ib_util.pas (1.1),
src/extlib/makefile.mak (1.1), src/include/fb_blk.h (1.1),
src/include/fb_macros.h (1.1), src/include/fb_types.h (1.1),
src/include/iberror.h (1.1), src/include/jrd/gds.h (1.1),
2008-03-24 20:52:36 +01:00
src/burp/backu_proto.h (1.1), src/burp/backup.e (1.1),
2007-12-12 04:21:55 +01:00
src/burp/burp.def (1.1), src/burp/burp.h (1.1), src/burp/burp32.def
(1.1), src/burp/burp_proto.h (1.1), src/burp/burpswi.h (1.1),
src/burp/canon_proto.h (1.1), src/burp/depends.mak (1.1),
src/burp/makefile.mak (1.1), src/burp/misc.cpp (1.1),
src/burp/misc_proto.h (1.1), src/burp/mvol.cpp (1.1),
src/burp/mvol_proto.h (1.1), src/burp/restore.e (1.1),
src/burp/spit.cpp (1.1), src/burp/spit.h (1.1), src/burp/burp.cpp
2008-03-24 20:52:36 +01:00
(1.1), src/burp/canonical.cpp (1.1), src/burp/resto_proto.h (1.1):
2007-12-12 04:21:55 +01:00
Initial revision