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), src/common/classes/semaphore.h (1.12): 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 (1.30), gpre/gpre.h (1.66): -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 * firebird2/src/include/firebird.h (1.23): -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 (1.30), include/fb_string.h (1.19), intl/ldcommon.h (1.19): 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 (1.22), src/include/gen/autoconfig_msvc.h (1.94): NetBSD port from James K. Lowden 2004-05-20 23:58 skidder * firebird2/src/include/fb_types.h (1.46): 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 * firebird2/src/: dsql/sqlda_pub.h (1.3), gpre/gpre.h (1.64): 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:21 brodsom * firebird2/src/intl/: country_codes.h (1.2), ld.h (1.25): Style 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:58 brodsom * firebird2/src/intl/: langdrv.h (1.11), lc_ascii.cpp (1.13), lc_ksc.cpp (1.13), lc_narrow.cpp (1.11), ldcommon.h (1.18): -Macro cleaning -Remove langdrv.h 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 * firebird2/src/: dsql/sqlda.h (1.8), dsql/user_dsql.cpp (1.40), intl/lc_ascii.cpp (1.12): Macro cleaning 2004-05-18 00:26 brodsom * firebird2/src/dsql/: alld.cpp (1.24), ddl.cpp (1.101), dsql.cpp (1.109), metd.epp (1.61): Move THREAD_ functions from thd.h to thread_proto.h (and fix unix build) 2004-05-17 17:06 brodsom * firebird2/src/common/classes/: class_perf.cpp (1.10), class_test.cpp (1.14): Macro cleaning 2004-05-17 17:00 brodsom * firebird2/src/intl/: cv_ksc.h (1.6), lc_ksc.cpp (1.12): Move the definition to where it is used 2004-05-17 12:18 brodsom * firebird2/src/intl/: lc_ascii.cpp (1.11), lc_ascii.h (1.7), lc_big5.cpp (1.11), lc_dos.cpp (1.9), lc_iso8859_1.cpp (1.9), lc_jis.cpp (1.11), lc_ksc.cpp (1.11), lc_narrow.cpp (1.10), ld.h (1.24), charsets/cs_big5.h (1.4), charsets/cs_gb2312.h (1.4), charsets/cs_jis_0208_1990.h (1.4), charsets/cs_ksc5601.h (1.4): Macro cleaning 2004-05-16 04:53 brodsom * firebird2/src/intl/: langdrv.h (1.10), ld.h (1.23), collations/xx88592hun.h (1.3): Macro cleaning 2004-05-16 04:52 brodsom * firebird2/src/intl/countries.h (1.2): Remove unused header 2004-05-16 03:46 brodsom * firebird2/examples/empbuild/empbuild.e (1.4): c++ comment in c source 2004-05-15 03:22 brodsom * firebird2/src/include/gen/ids.h (1.7): 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), dsql/metd.epp (1.60): 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 (1.45): -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 * firebird2/src/dudley/: ddl.h (1.23), parse.cpp (1.41): -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 * firebird2/src/burp/burp.cpp (1.75): -Avoid shadow warning 2004-05-12 21:34 brodsom * 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): -Avoid shadow warning 2004-05-12 21:28 brodsom * firebird2/src/dudley/: exe.epp (1.49), extract.epp (1.33), trn.cpp (1.30): -Avoid shadow warning 2004-05-12 21:23 brodsom * firebird2/src/dsql/user_dsql.cpp (1.39): -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 (1.10), common/classes/tree.h (1.29), include/fb_string.h (1.17): -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 (1.48), dudley/expr.cpp (1.21), extlib/fbudf/fbudf.cpp (1.13): 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 * firebird2/src/include/gen/files.txt (1.2): Removing codes.h 2004-05-10 10:05 brodsom * firebird2/src/include/gen/codes.h (1.16): 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 (1.46), include/gen/msg_facs.h (1.8), intl/ld.cpp (1.10): 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 2004-05-07 13:21 brodsom * 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): -To solve the dsc.h and ibase.h duplicated definitions Create new dsc_pub.h and include it into ibase.h and dsc.h 2004-05-07 13:18 brodsom * 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): -To solve the dsc.h and ibase.h duplicated definitions Create new dsc_pub.h and include it into ibase.h and dsc.h 2004-05-07 09:47 brodsom * firebird2/builds/posix/make.shared.variables (1.39): llio is not used actually 2004-05-06 20:07 brodsom * firebird2/src/: dsql/errd.cpp (1.30), include/gen/msg_facs.h (1.7): -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 2004-05-05 06:20 skidder * firebird2/src/dsql/dsql.cpp (1.105): 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 * firebird2/src/: alice/alice.cpp (1.61), burp/burp.cpp (1.74): 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), dsql/pass1.cpp (1.141), include/fb_exception.h (1.11): Fixes needed to make GCC 3.4 happy 2004-05-03 03:52 skidder * firebird2/: builds/win32/msvc7/fbclient_static.vcproj (1.14), src/common/classes/auto.h (1.8), src/dsql/parse.y (1.133): 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 (1.44), include/gen/msgs.h (1.14), include/gen/sql_code.h (1.13): 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 * firebird2/src/include/gen/: msgs.h (1.13), sql_code.h (1.12): -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 2004-05-01 00:46 brodsom * firebird2/src/dsql/sqlda_pub.h (1.1): - 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), gpre/gpre_meta_boot.cpp (1.40), gpre/jrdmet.cpp (1.16), intl/ldcommon.h (1.17): - 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), gpre/jrdmet.cpp (1.15): Removing duplicated definitions between ibase.h and blob_filter.h ibase.h and constants.h 2004-04-29 16:51 brodsom * firebird2/src/dsql/: make.cpp (1.59), ddl.cpp (1.96): Replace defines for constants 2004-04-29 01:29 brodsom * firebird2/src/gpre/pas.cpp (1.36): Style 2004-04-29 00:42 brodsom * 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): Removing ib_stdio.h 2004-04-29 00:09 brodsom * firebird2/src/intl/utils/: dtest.c (1.4), dtest2.c (1.3), mapdump.c (1.3), mapgen4.c (1.4), maptest.cpp (1.4): 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), gpre/cme.cpp (1.25), include/fb_string.h (1.16), intl/cv_ksc.cpp (1.9), intl/kanji.cpp (1.6), intl/lc_narrow.cpp (1.9), intl/ld.cpp (1.9), intl/ld2.cpp (1.5): 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 2004-04-27 17:55 brodsom * firebird2/lang_helpers/: gdsold.h (1.1), gds.h (1.1), gds.hxx (1.1): 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 * firebird2/src/common/classes/stack.h (1.4): 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 * firebird2/src/include/fb_types.h (1.43): 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 * firebird2/src/common/classes/: array.h (1.23), objects_array.h (1.8), stack.h (1.2): applied fixes, mentioned by Claudio 2004-04-19 12:20 paulbeach * 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 (1.130), dsql/pass1.cpp (1.137): 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 * 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): Switch to Firebird container templates for request resource tracking. This significantly reduces CPU time any memory consumption for databases with complex metadata 2004-04-17 04:36 skidder * 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 * firebird2/src/dsql/node.h (1.44): 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 * firebird2/src/common/config/config_file.cpp (1.18): 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), src/gpre/gpre.cpp (1.55), src/include/fb_string.h (1.15): 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 17:46 dimitr * firebird2/src/intl/collations/xx885913lt.h (1.1): file xx885913lt.h was initially added on branch B1_5_Release. 2004-04-06 17:44 dimitr * firebird2/src/intl/lc_iso8859_13.c (1.1): file lc_iso8859_13.c was initially added on branch B1_5_Release. 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 (1.29): 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 (1.16), src/gpre/int_cxx.cpp (1.31), src/include/fb_types.h (1.42): More cleanup. Get rid of obsolete files, too. 2004-03-30 06:10 robocop * firebird2/src/gpre/int_cxx.cpp (1.30): 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), src/dsql/parse.y (1.127), src/dudley/parse.cpp (1.39): 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 (1.91): 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 * firebird2/src/burp/spit.cpp (1.27): 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 * firebird2/src/common/: classes/auto.h (1.7), config/config_file.cpp (1.16): 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 (1.13): 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 (1.24), dudley/parse.cpp (1.38): 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), include/fb_vector.h (1.5), include/gen/autoconfig_msvc.h (1.90): Cleanup. In geeky words: PandoraBox* pbox = reinterpret_cast(&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. 2004-03-14 14:40 alexpeshkoff * firebird2/src/: include/fb_vector.h (1.4), common/classes/locks.h (1.12), dsql/pass1.cpp (1.133): 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 * 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): 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), dudley/parse.cpp (1.37), dudley/trn.cpp (1.27): 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 * firebird2/src/include/fb_blk.h (1.8): 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), src/include/fb_exception.h (1.10): 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 (1.25), dudley/ddl.h (1.21), intl/cs_gb2312.cpp (1.3), intl/cs_ksc.cpp (1.3), intl/cs_narrow.cpp (1.5), intl/cv_big5.cpp (1.8), intl/cv_big5.h (1.5), intl/cv_gb2312.cpp (1.7), intl/cv_gb2312.h (1.4), intl/cv_jis.cpp (1.9), intl/cv_jis.h (1.4), intl/cv_ksc.cpp (1.8), intl/cv_ksc.h (1.5), intl/cv_narrow.cpp (1.7), intl/cv_narrow.h (1.3), intl/cv_unicode_fss.cpp (1.8), intl/cv_unicode_fss.h (1.7), intl/kanji.cpp (1.5), intl/lc_ascii.cpp (1.10), intl/lc_big5.cpp (1.10), intl/lc_dos.cpp (1.8), intl/lc_gb2312.cpp (1.6), intl/lc_iso8859_1.cpp (1.8), intl/lc_iso8859_2.cpp (1.10), intl/lc_jis.cpp (1.10), intl/lc_ksc.cpp (1.10), intl/lc_narrow.cpp (1.8), intl/lc_unicode_ucs2.cpp (1.9), intl/ld.cpp (1.8), intl/ld2.cpp (1.4), intl/ldcommon.h (1.16), intl/utils/dtest.c (1.3), intl/utils/dtest2.c (1.2), intl/utils/maptest.cpp (1.3), intl/utils/maptest2.c (1.8): 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-11 05:07 skidder * firebird2/src/intl/: cv_big5.cpp (1.7), cv_jis.cpp (1.8), cv_ksc.cpp (1.7), cv_narrow.cpp (1.6), cv_unicode_fss.cpp (1.7): Fix POSIX DEV_BUILD recently broken by Claudio cleanup 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 (1.24), dudley/exe.epp (1.45), dudley/trn.cpp (1.26): 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), src/dudley/exe.epp (1.44), src/include/fb_string.h (1.10), src/intl/cs_big5.cpp (1.2), src/intl/cs_gb2312.cpp (1.2), src/intl/cs_jis.cpp (1.3), src/intl/cs_ksc.cpp (1.2), src/intl/cs_narrow.cpp (1.4), src/intl/cs_unicode_fss.cpp (1.3), src/intl/cs_unicode_ucs2.cpp (1.3), src/intl/cv_big5.cpp (1.6), src/intl/cv_big5.h (1.4), src/intl/cv_gb2312.cpp (1.6), src/intl/cv_gb2312.h (1.3), src/intl/cv_jis.cpp (1.7), src/intl/cv_jis.h (1.3), src/intl/cv_ksc.cpp (1.6), src/intl/cv_ksc.h (1.4), src/intl/cv_narrow.cpp (1.5), src/intl/cv_narrow.h (1.2), src/intl/cv_unicode_fss.cpp (1.6), src/intl/cv_unicode_fss.h (1.6), src/intl/kanji.cpp (1.4), src/intl/kanji_proto.h (1.4), src/intl/lc_ascii.cpp (1.9), src/intl/lc_ascii.h (1.6), src/intl/lc_big5.cpp (1.9), src/intl/lc_dos.cpp (1.7), src/intl/lc_gb2312.cpp (1.5), src/intl/lc_iso8859_1.cpp (1.7), src/intl/lc_iso8859_2.cpp (1.9), src/intl/lc_jis.cpp (1.9), src/intl/lc_ksc.cpp (1.9), src/intl/lc_narrow.cpp (1.7), src/intl/lc_narrow.h (1.3), src/intl/lc_unicode_ucs2.cpp (1.8), src/intl/ld.cpp (1.7), src/intl/ldcommon.h (1.15), src/intl/conversions/tx865_lat1.h (1.4): Cleanup Some bug fixes Style 2004-03-05 10:37 alexpeshkoff * firebird2/src/common/classes/auto.h (1.1): 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:23 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 (1.5), gpre/gpre.cpp (1.53), gpre/par.cpp (1.46): 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), include/fb_exception.h (1.8): 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 * firebird2/src/common/classes/: fb_pair.h (1.2), objects_array.h (1.2): 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 (1.1), include/fb_string.h (1.9): 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-26 01:40 arnobrinkman * firebird2/src/intl/cv_ksc.h (1.3): no message 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 (1.11): 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), dudley/extract.epp (1.29): 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), gpre/gpre.cpp (1.51), gpre/gpre.h (1.59), gpre/par.cpp (1.44), intl/ldcommon.h (1.14): 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), src/common/config/config_impl.h (1.12), src/include/fb_string.h (1.8): 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), gpre/pretty.cpp (1.22), gpre/sqe.cpp (1.28), gpre/sql.cpp (1.41): 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 * fix AMD64 packaging issue firebird2/builds/install/arch-specific/linux/classic/makeInstallIma ge.sh.in (1.6): 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 * firebird2/src/include/fb_types.h (1.41): 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 (1.10), intl/cv_jis.cpp (1.6), intl/kanji.cpp (1.3): General cleanup. Sorry if I missed some occurrence. 2004-01-27 19:19 skidder * firebird2/src/include/fb_types.h (1.40): 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-22 08:47 epocman * firebird2/builds/win32/msvc6/common_utilities.dsp (1.1): file common_utilities.dsp was initially added on branch B1_5_Release. 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), src/gpre/sqe.cpp (1.26), src/gpre/sql.cpp (1.39): 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 * firebird2/src/common/config/: config.cpp (1.47), config.h (1.26): 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), src/include/fb_types.h (1.38): 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), src/include/memory_routines.h (1.6): 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. 2004-01-12 06:59 stryqx * 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 * firebird2/src/: alice/alice.cpp (1.48), burp/burp.cpp (1.62): 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), src/gpre/gpre.h (1.56), src/gpre/sql.cpp (1.38): 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 * firebird2/src/common/utils.cpp (1.2): 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 * firebird2/builds/win32/: make_all.bat (1.21), msvc6/Firebird2.dsw (1.31), msvc6/instclient.dsp (1.2), msvc7/instclient.vcproj (1.2): 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 (1.27), gpre/int_cxx.cpp (1.26): 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), src/include/firebird.h (1.17), src/intl/lc_ascii.cpp (1.8), src/intl/lc_ascii.h (1.5), src/intl/lc_big5.cpp (1.8), src/intl/lc_big5.h (1.4), src/intl/lc_dos.cpp (1.6), src/intl/lc_dos.h (1.3), src/intl/lc_iso8859_1.cpp (1.6), src/intl/lc_iso8859_2.cpp (1.8), src/intl/lc_jis.cpp (1.8): 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-28 00:09 skidder * firebird2/src/install/misc/aliases.conf.in (1.1): file aliases.conf.in was initially added on branch B1_5_Release. 2003-12-27 18:59 fsg * firebird2/src/burp/: burp.cpp (1.60), restore.epp (1.58): First changes to get it compiled under linux again. FSG 2003-12-24 00:14 skywalker * firebird2/src/install/arch-specific/linux/misc/createAliasDB.sh.in (1.1): file createAliasDB.sh.in was initially added on branch B1_5_Release. 2003-12-24 00:13 skywalker * file changeGdsLibraryCompatibleLink.sh.in was initially added on branch B1_5_Release. firebird2/src/install/arch-specific/linux/misc/changeGdsLibraryComp atibleLink.sh.in (1.1): 2003-12-22 19:26 dimitr * firebird2/src/burp/mvol.cpp (1.30): Oooops, sorry. 2003-12-22 19:00 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 (1.35), include/fb_vector.h (1.3): 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), src/dsql/array_proto.h (1.12): 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 * firebird2/src/dsql/: gen.cpp (1.56), node.h (1.40), parse.y (1.117): 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-15 17:23 epocman * firebird2/builds/win32/msvc7/instclient.vcproj (1.1): file instclient.vcproj was initially added on branch B1_5_Release. 2003-12-15 17:23 epocman * firebird2/builds/win32/msvc6/instclient.dsp (1.1): file instclient.dsp was initially added on branch B1_5_Release. 2003-12-15 05:32 skywalker * firebird2/src/install/misc/fb_config.in (1.1): file fb_config.in was initially added on branch B1_5_Release. 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), dudley/ddl.cpp (1.27): 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 * firebird2/src/include/fb_types.h (1.34): 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 * firebird2/src/: include/fb_types.h (1.33), intl/cv_big5.cpp (1.5), intl/cv_big5.h (1.3), intl/cv_gb2312.cpp (1.5), intl/cv_gb2312.h (1.2), intl/cv_jis.cpp (1.5), intl/cv_jis.h (1.2), intl/cv_ksc.cpp (1.5), intl/cv_ksc.h (1.2), intl/cv_unicode_fss.cpp (1.5), intl/cv_unicode_fss.h (1.5), intl/lc_ascii.cpp (1.7), intl/lc_ascii.h (1.4), intl/lc_big5.cpp (1.7), intl/lc_dos.cpp (1.5), intl/lc_dos.h (1.2), intl/lc_gb2312.cpp (1.4), intl/lc_iso8859_2.cpp (1.7), intl/lc_jis.cpp (1.7), intl/lc_ksc.cpp (1.8), intl/lc_unicode_ucs2.cpp (1.7): 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 * firebird2/src/common/classes/: alloc.h (1.30), array.h (1.13), vector.h (1.5): 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), gpre/exp.cpp (1.28): 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 * firebird2/src/: gpre/exp.cpp (1.27), dsql/parse.cpp (1.102), dsql/parse.y (1.116): 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. 2003-11-30 22:14 dimitr * firebird2/src/include/gen/ids.h (1.6): 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-30 20:53 epocman * firebird2/builds/win32/msvc7/instgds.vcproj (1.1): file instgds.vcproj was initially added on branch B1_5_Release. 2003-11-30 20:53 epocman * firebird2/builds/win32/msvc6/instgds.dsp (1.1): file instgds.dsp was initially added on branch B1_5_Release. 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), src/gpre/sql.cpp (1.36), src/include/gen/msg_facs.h (1.5): const correctness vars in scope minimal interface cleanup small bug fixes 2003-11-26 20:33 bellardo * file Localizable.strings was initially added on branch B1_5_Release. firebird2/src/install/arch-specific/darwin/Firebird.startupitem/Res ources/English.lproj/Localizable.strings (1.1): 2003-11-26 20:33 bellardo * file Firebird was initially added on branch B1_5_Release. firebird2/src/install/arch-specific/darwin/Firebird.startupitem/Fir ebird (1.1): 2003-11-26 20:33 bellardo * file StartupParameters.plist was initially added on branch B1_5_Release. firebird2/src/install/arch-specific/darwin/Firebird.startupitem/Sta rtupParameters.plist (1.1): 2003-11-23 21:17 skidder * firebird2/src/common/classes/array.h (1.9): Fix invariant tracking in recursive procedures and when invariants depend on variables. This solves issues like SF#627057. 2003-11-23 17:44 skidder * firebird2/src/intl/: ld.cpp (1.6), ld.h (1.22), ld2.cpp (1.3), ld_proto.h (1.5): Change DLL_EXPORT to FB_DLL_EXPORT in intl module to match engine (needed for INTL_BUILTIN on Linux) 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:43 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 * firebird2/builds/posix/prefix.solx86gcc (1.6): 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 * firebird2/configure.in (1.185): 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), dudley/expr.cpp (1.16), gpre/gpre.cpp (1.46): -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 (1.26): 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 * firebird2/src/dudley/: ddl.cpp (1.26), exe.epp (1.38): -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 (1.23), dudley/exe.epp (1.37), dudley/extract.epp (1.25): -Undo gds__vax_integer to isc_vax_integer and gds__event_* to isc_event_* changes 2003-11-15 13:07 alexpeshkoff * fixed install problems firebird2/builds/install/arch-specific/linux/super/postinstall.sh.i n (1.5): 2003-11-14 12:12 aafemt * 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 10:02 bellardo * firebird2/src/install/arch-specific/darwin/majorvers.c (1.1): file majorvers.c was initially added on branch B1_5_Release. 2003-11-12 10:02 bellardo * firebird2/src/install/arch-specific/darwin/minorvers.c (1.1): file minorvers.c was initially added on branch B1_5_Release. 2003-11-12 09:34 bellardo * firebird2/src/install/arch-specific/darwin/installer_background.psd (1.1): file installer_background.psd was initially added on branch B1_5_Release. 2003-11-12 09:34 bellardo * firebird2/src/install/arch-specific/darwin/installer_background.pdf (1.1): file installer_background.pdf was initially added on branch B1_5_Release. 2003-11-12 08:10 bellardo * firebird2/src/install/arch-specific/darwin/fullvers.c (1.1): file fullvers.c was initially added on branch B1_5_Release. 2003-11-12 08:10 bellardo * firebird2/src/install/arch-specific/darwin/buildsuffix.c (1.1): file buildsuffix.c was initially added on branch B1_5_Release. 2003-11-12 06:57 bellardo * firebird2/src/install/arch-specific/darwin/FB.info (1.1): file FB.info was initially added on branch B1_5_Release. 2003-11-12 06:57 bellardo * firebird2/src/install/arch-specific/darwin/Welcome.txt (1.1): file Welcome.txt was initially added on branch B1_5_Release. 2003-11-12 06:57 bellardo * firebird2/src/install/arch-specific/darwin/ReadMe.txt (1.1): file ReadMe.txt was initially added on branch B1_5_Release. 2003-11-12 06:57 bellardo * firebird2/src/install/arch-specific/darwin/Info.plist (1.1): file Info.plist was initially added on branch B1_5_Release. 2003-11-12 06:57 bellardo * firebird2/src/install/arch-specific/darwin/Description.plist (1.1): file Description.plist was initially added on branch B1_5_Release. 2003-11-12 06:57 bellardo * firebird2/src/install/arch-specific/darwin/PkgInfo (1.1): file PkgInfo was initially added on branch B1_5_Release. 2003-11-12 06:57 bellardo * firebird2/src/install/arch-specific/darwin/preinstall-script (1.1): file preinstall-script was initially added on branch B1_5_Release. 2003-11-12 06:57 bellardo * firebird2/src/install/arch-specific/darwin/install-script (1.1): file install-script was initially added on branch B1_5_Release. 2003-11-12 06:57 bellardo * firebird2/src/install/arch-specific/darwin/License.txt (1.1): file License.txt was initially added on branch B1_5_Release. 2003-11-12 06:57 bellardo * firebird2/src/install/arch-specific/darwin/preupgrade-script (1.1): file preupgrade-script was initially added on branch B1_5_Release. 2003-11-12 00:58 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 * firebird2/src/include/fb_types.h (1.31): -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-11 01:27 bellardo * firebird2/builds/posix/postfix.darwin (1.1): file postfix.darwin was initially added on branch B1_5_Release. 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 (1.45), gpre/gpre.h (1.54), include/memory_routines.h (1.5): 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:41 dimitr * firebird2/doc/README.user.embedded (1.2): Corrections. 2003-11-08 17:31 brodsom * 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): Removing gdsold.h and gds.h 2003-11-08 17:19 brodsom * firebird2/src/dsql/: user_dsql.cpp (1.24), utld.cpp (1.21): 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 * 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): 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 (1.35): 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 * firebird2/src/dsql/: parse_proto.h (1.8), prepa_proto.h (1.9), utld_proto.h (1.8): Extern "C" cleaning 2003-11-06 14:05 paul_reeves * firebird2/doc/README.Win32LibraryInstallation.txt (1.1): file README.Win32LibraryInstallation.txt was initially added on branch B1_5_Release. 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 10:11 stryqx * firebird2/src/install/arch-specific/freebsd/install.sh.in (1.1): file install.sh.in was initially added on branch B1_5_Release. 2003-11-06 03:59 brodsom * firebird2/src/: extlib/fbudf/stdafx.h (1.7), include/old_fb_blk.h (1.4): 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), gpre/movg.cpp (1.6), include/fb_types.h (1.30), intl/lc_ascii.cpp (1.6), intl/lc_ascii.h (1.3), intl/lc_ksc.cpp (1.7), intl/lc_narrow.cpp (1.6), intl/lc_narrow.h (1.2): 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:18 paul_reeves * file FirebirdInstallEnvironmentChecks.inc was initially added on branch B1_5_Release. firebird2/src/install/arch-specific/win32/FirebirdInstallEnvironmen tChecks.inc (1.1): 2003-11-04 13:18 paul_reeves * file FirebirdInstallSupportFunctions.inc was initially added on branch B1_5_Release. firebird2/src/install/arch-specific/win32/FirebirdInstallSupportFun ctions.inc (1.1): 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. 2003-11-04 00:59 brodsom * firebird2/src/dsql/parse.cpp (1.97): 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 (1.33), intl/cv_big5.cpp (1.4), intl/cv_gb2312.cpp (1.4), intl/cv_jis.cpp (1.4), intl/cv_ksc.cpp (1.4), intl/cv_narrow.cpp (1.4), intl/cv_unicode_fss.cpp (1.4), intl/lc_ascii.cpp (1.5), intl/lc_big5.cpp (1.6), intl/lc_dos.cpp (1.4), intl/lc_iso8859_1.cpp (1.5), intl/lc_iso8859_2.cpp (1.6), intl/lc_jis.cpp (1.6), intl/lc_ksc.cpp (1.6), intl/lc_narrow.cpp (1.5), intl/lc_unicode_ucs2.cpp (1.6), intl/ld.cpp (1.5), intl/ld2.cpp (1.2), intl/ldcommon.h (1.13): 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), include/fb_types.h (1.29): 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 (1.6), dsql/node.h (1.37), dsql/pass1.cpp (1.113): 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 * We are known as Firebird now firebird2/builds/install/arch-specific/linux/classic/postinstall.sh .in (1.5): 2003-10-31 13:21 skidder * Fix SuSE 9.0 install problem firebird2/builds/install/arch-specific/linux/classic/postinstall.sh .in (1.4): 2003-10-31 12:33 eku * firebird2/: configure.in (1.173), src/extlib/fbudf/fbudf.cpp (1.11): 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 * firebird2/builds/win32/msvc6/gds32.dsp (1.21): 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 * firebird2/configure.in (1.171): 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 (1.29), gpre/pat.cpp (1.20), gpre/pat.h (1.8): 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 * firebird2/src/: dudley/lex.cpp (1.22), gpre/gpre.cpp (1.42): 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), gpre/cmd.cpp (1.21), include/firebird.h (1.15), intl/ldcommon.h (1.12): 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 (1.10): 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-26 12:12 hippoman * firebird2/builds/win32/msvc7/fb2control.vcproj (1.1): file fb2control.vcproj was initially added on branch B1_5_Release. 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 * firebird2/src/dsql/make.cpp (1.43): 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:59 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 * firebird2/src/common/classes/array.h (1.5): 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), gpre/parse.h (1.7), gpre/pas.cpp (1.28), gpre/sql.cpp (1.30): const correctness and other tasks 2003-10-16 07:05 paul_reeves * firebird2/src/install/arch-specific/win32/strip_comments.sed (1.1): file strip_comments.sed was initially added on branch B1_5_Release. 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 11:07 alexpeshkoff * file firebird.init.d.gentoo.in was initially added on branch B1_5_Release. firebird2/src/install/arch-specific/linux/misc/firebird.init.d.gent oo.in (1.1): 2003-10-15 11:07 alexpeshkoff * file firebird.init.d.debian.in was initially added on branch B1_5_Release. firebird2/src/install/arch-specific/linux/misc/firebird.init.d.debi an.in (1.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), src/include/gen/autoconfig_msvc.h (1.88): SINIX-Z: POSIX stylish sigaction. 2003-10-13 14:56 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 (1.26): Forward port Sparc fixes 2003-10-11 01:17 skidder * firebird2/builds/posix/prefix.linux_sparc32 (1.1): file prefix.linux_sparc32 was initially added on branch B1_5_Release. 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 18:47 alexpeshkoff * file firebird.init.d.generic.in was initially added on branch B1_5_Release. firebird2/src/install/arch-specific/linux/misc/firebird.init.d.gene ric.in (1.1): 2003-10-09 18:47 alexpeshkoff * file rc.config.firebird.in was initially added on branch B1_5_Release. firebird2/src/install/arch-specific/linux/misc/rc.config.firebird.i n (1.1): 2003-10-09 18:47 alexpeshkoff * file firebird.init.d.suse.in was initially added on branch B1_5_Release. firebird2/src/install/arch-specific/linux/misc/firebird.init.d.suse .in (1.1): 2003-10-09 18:47 alexpeshkoff * file firebird.init.d.mandrake.in was initially added on branch B1_5_Release. firebird2/src/install/arch-specific/linux/misc/firebird.init.d.mand rake.in (1.1): 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 2003-10-08 13:50 dimitr * 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 * firebird2/src/extlib/fbudf/fbudf.cpp (1.8): 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:22 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 09:03 robocop * firebird2/src/intl/: kanji.h (1.4), kanji_proto.h (1.3), ldcommon.h (1.11), utils/maptest2.c (1.7): style 2003-10-05 09:02 robocop * firebird2/src/intl/ld.cpp (1.4): changed _INTL_COMPONENT_ to INTL_COMPONENT_FB 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:38 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 2003-10-03 03:51 brodsom * firebird2/src/: intl/utils/maptest2.c (1.6), gpre/gpre.cpp (1.37), gpre/gpre_meta.h (1.8), gpre/gpre_meta_boot.cpp (1.23), gpre/gpre_proto.h (1.5), gpre/hsh_proto.h (1.5), gpre/jrdme_proto.h (1.4), gpre/lang_proto.h (1.6), gpre/movg_proto.h (1.2), gpre/msc_proto.h (1.9), gpre/par_proto.h (1.9), gpre/pat_proto.h (1.4), gpre/prett_proto.h (1.8), gpre/sqe_proto.h (1.9), gpre/sql_proto.h (1.8), gpre/cmd_proto.h (1.4), gpre/cme_proto.h (1.6), gpre/cmp_proto.h (1.9), gpre/exp_proto.h (1.9): extern cleaning removing underscores in macros DLL_EXPORT cleaning 2003-10-03 03:50 brodsom * firebird2/src/intl/: kanji.h (1.3), kanji_proto.h (1.2), ld.cpp (1.3), ldcommon.h (1.10): extern cleaning removing underscores in macros DLL_EXPORT cleaning Removing duplicated declarations 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 (1.87): 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 * firebird2/src/: burp/burp.h (1.31), dudley/ddl.h (1.15): 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), src/gpre/prett_proto.h (1.7), src/gpre/pretty.cpp (1.17): Cleanup. Hopefully harmless It should fix the issue introduced with constness in gds__interprete for current applications. 2003-09-29 13:37 paul_reeves * firebird2/builds/win32/msvc6/fb2control.dsp (1.1): file fb2control.dsp was initially added on branch B1_5_Release. 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), src/include/fb_types.h (1.26): 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 17:25 dimitr * firebird2/src/intl/: lc_iso8859_2.cpp (1.5), ld.cpp (1.2), collations/xx88592hun.h (1.2): Added new collation by Sandor Szollosi. 2003-09-26 17:15 dimitr * firebird2/src/intl/collations/xx88592hun.h (1.1): file xx88592hun.h was initially added on branch B1_5_Release. 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), dsql/misc_func.h (1.5): 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 (1.15), gpre/pas.cpp (1.22), gpre/sql.cpp (1.25): 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-23 21:07 skidder * firebird2/src/install/misc/firebird.init.d.generic.in (1.1): file firebird.init.d.generic.in was initially added on branch B1_5_Release. 2003-09-23 21:07 skidder * firebird2/src/install/misc/SSchangeRunUser.sh.in (1.1): file SSchangeRunUser.sh.in was initially added on branch B1_5_Release. 2003-09-23 21:07 skidder * firebird2/src/install/misc/changeDBAPassword.sh.in (1.1): file changeDBAPassword.sh.in was initially added on branch B1_5_Release. 2003-09-23 21:07 skidder * firebird2/src/install/misc/SSrestoreRootRunUser.sh.in (1.1): file SSrestoreRootRunUser.sh.in was initially added on branch B1_5_Release. 2003-09-23 21:07 skidder * firebird2/src/install/misc/firebird.init.d.mandrake.in (1.1): file firebird.init.d.mandrake.in was initially added on branch B1_5_Release. 2003-09-23 21:07 skidder * firebird2/src/install/misc/CSchangeRunUser.sh.in (1.1): file CSchangeRunUser.sh.in was initially added on branch B1_5_Release. 2003-09-23 21:07 skidder * firebird2/src/install/misc/CSrestoreRootRunUser.sh.in (1.1): file CSrestoreRootRunUser.sh.in was initially added on branch B1_5_Release. 2003-09-23 21:07 skidder * file SSchangePasswd.sh.in was initially added on branch B1_5_Release. firebird2/src/install/arch-specific/linux/super/SSchangePasswd.sh.i n (1.1): 2003-09-22 19:51 brodsom * firebird2/src/dsql/: parse.cpp (1.90), parse.sed (1.11), parse.y (1.102): 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 * firebird2/src/dsql/ddl.cpp (1.62): - 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:33 brodsom * firebird2/src/intl/: cv_big5.cpp (1.3), cv_gb2312.cpp (1.3), cv_jis.cpp (1.3), cv_ksc.cpp (1.3), cv_narrow.cpp (1.3), cv_unicode_fss.cpp (1.3), lc_ascii.cpp (1.4), lc_big5.cpp (1.5), lc_dos.cpp (1.3), lc_iso8859_1.cpp (1.4), lc_iso8859_2.cpp (1.4), lc_jis.cpp (1.5), lc_ksc.cpp (1.5), lc_narrow.cpp (1.4), lc_unicode_ucs2.cpp (1.5), ldcommon.h (1.9): Remove duplicated function declaration 2003-09-21 01:33 brodsom * firebird2/src/intl/charsets.h (1.4): Cleaning extern C 2003-09-21 01:28 brodsom * 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): 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-19 00:12 brodsom * firebird2/src/intl/collations/: bl88591sv0.h (1.5), bl88591uk0.h (1.5), bl88591us0.h (1.5), blNEXTde0.h (1.5), blNEXTes0.h (1.5), blNEXTfr0.h (1.5), blNEXTit0.h (1.5), blNEXTus0.h (1.5), db437de0.h (1.5), db437es1.h (1.5), db437fi0.h (1.5), db437fr0.h (1.5), db437it0.h (1.5), db437nl0.h (1.5), db437sv0.h (1.5), db437uk0.h (1.5), db437us0.h (1.5), db850cf0.h (1.5), db850de0.h (1.5), db850es0.h (1.5), db850fr0.h (1.5), db850it1.h (1.5), db850nl0.h (1.5), db850pt0.h (1.5), db850sv1.h (1.5), db850uk0.h (1.5), db850us0.h (1.5), db852cz0.h (1.5), db852po0.h (1.5), db852sl0.h (1.5), db857tr0.h (1.5), db860pt0.h (1.5), db863cf1.h (1.5), db865da0.h (1.5), db865no0.h (1.5), db866ru0.h (1.5), pd437intl.h (1.5), pd437swedfin.h (1.5), pd852czech.h (1.5), pd852hundc.h (1.5), pd852polish.h (1.5), pd852slovene.h (1.5), pd861iceland.h (1.5), pd865nordan40.h (1.5), pd866cyrr.h (1.5), pw1250czech.h (1.5), pw1250hun.h (1.5), pw1250hundc.h (1.5), pw1250polish.h (1.5), pw1250slov.h (1.5), pw1251cyrr.h (1.5), pw1252i850.h (1.5), pw1252intl.h (1.5), pw1252nor4.h (1.5), pw1252span.h (1.5), pw1252swfn.h (1.5), pw1253greek1.h (1.5), pw1254turk.h (1.5), undef.h (1.2), xx1251_ua.h (1.5), xx88592czech.h (1.6), bl88591ca0.h (1.5), bl88591da0.h (1.5), bl88591de0.h (1.5), bl88591es0.h (1.5), bl88591fi0.h (1.5), bl88591fr0.h (1.5), bl88591is0.h (1.5), bl88591it0.h (1.5), bl88591nl0.h (1.5), bl88591no0.h (1.5), bl88591pt0.h (1.5): Macro cleaning (intl) 2003-09-19 00:05 brodsom * firebird2/src/intl/: lc_ascii.cpp (1.3), lc_big5.cpp (1.4), lc_dos.cpp (1.2), lc_gb2312.cpp (1.3), lc_iso8859_1.cpp (1.3), lc_iso8859_2.cpp (1.3), lc_jis.cpp (1.4), lc_ksc.cpp (1.4), lc_unicode_ucs2.cpp (1.4), charsets/cs_863.h (1.5), charsets/cs_864.h (1.4), charsets/cs_865.h (1.5), charsets/cs_866.h (1.4), charsets/cs_869.h (1.4), charsets/cs_cyrl.h (1.4), charsets/cs_iso8859_1.h (1.4), charsets/cs_iso8859_13.h (1.4), charsets/cs_iso8859_2.h (1.4), charsets/cs_iso8859_3.h (1.4), charsets/cs_iso8859_4.h (1.4), charsets/cs_iso8859_5.h (1.4), charsets/cs_iso8859_6.h (1.4), charsets/cs_iso8859_7.h (1.4), charsets/cs_iso8859_8.h (1.4), charsets/cs_iso8859_9.h (1.4), charsets/cs_next.h (1.4), charsets/cs_sjis.h (1.4), charsets/cs_w1250.h (1.5), charsets/cs_w1251.h (1.5), charsets/cs_w1252.h (1.5), charsets/cs_w1253.h (1.5), charsets/cs_w1254.h (1.5), charsets/cs_w1255.h (1.4), charsets/cs_w1256.h (1.4), charsets/cs_w1257.h (1.4), charsets/cs_437.h (1.5), charsets/cs_737.h (1.4), charsets/cs_775.h (1.4), charsets/cs_850.h (1.5), charsets/cs_852.h (1.5), charsets/cs_857.h (1.5), charsets/cs_858.h (1.4), charsets/cs_860.h (1.5), charsets/cs_861.h (1.5), charsets/cs_862.h (1.4): Macro cleaning (intl) 2003-09-19 00:04 brodsom * firebird2/src/intl/: cs_narrow.cpp (1.3), cv_big5.cpp (1.2), cv_gb2312.cpp (1.2), cv_jis.cpp (1.2), cv_ksc.cpp (1.2), cv_narrow.cpp (1.2), cv_unicode_fss.cpp (1.2): Style 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:33 aafemt * firebird2/src/intl/: cv_unicode_fss.h (1.4), lc_narrow.cpp (1.3), ld.h (1.21), collations/bl88591ca0.h (1.4), collations/bl88591da0.h (1.4), collations/bl88591de0.h (1.4), collations/bl88591es0.h (1.4), collations/bl88591fi0.h (1.4), collations/bl88591fr0.h (1.4), collations/bl88591is0.h (1.4), collations/bl88591it0.h (1.4), collations/bl88591nl0.h (1.4), collations/bl88591no0.h (1.4), collations/bl88591pt0.h (1.4), collations/bl88591sv0.h (1.4), collations/bl88591uk0.h (1.4), collations/bl88591us0.h (1.4), collations/blNEXTde0.h (1.4), collations/blNEXTes0.h (1.4), collations/blNEXTfr0.h (1.4), collations/blNEXTit0.h (1.4), collations/blNEXTus0.h (1.4), collations/db437de0.h (1.4), collations/db437es1.h (1.4), collations/db437fi0.h (1.4), collations/db437fr0.h (1.4), collations/db437it0.h (1.4), collations/db437nl0.h (1.4), collations/db437sv0.h (1.4), collations/db437uk0.h (1.4), collations/db437us0.h (1.4), collations/db850cf0.h (1.4), collations/db850de0.h (1.4), collations/db850es0.h (1.4), collations/db850fr0.h (1.4), collations/db850it1.h (1.4), collations/db850nl0.h (1.4), collations/db850pt0.h (1.4), collations/db850sv1.h (1.4), collations/db850uk0.h (1.4), collations/db850us0.h (1.4), collations/db852cz0.h (1.4), collations/db852po0.h (1.4), collations/db852sl0.h (1.4), collations/db857tr0.h (1.4), collations/db860pt0.h (1.4), collations/db863cf1.h (1.4), collations/db865da0.h (1.4), collations/db865no0.h (1.4), collations/db866ru0.h (1.4), collations/pd437intl.h (1.4), collations/pd437swedfin.h (1.4), collations/pd852czech.h (1.4), collations/pd852hundc.h (1.4), collations/pd852polish.h (1.4), collations/pd852slovene.h (1.4), collations/pd861iceland.h (1.4), collations/pd865nordan40.h (1.4), collations/pd866cyrr.h (1.4), collations/pw1250czech.h (1.4), collations/pw1250hun.h (1.4), collations/pw1250hundc.h (1.4), collations/pw1250polish.h (1.4), collations/pw1250slov.h (1.4), collations/pw1251cyrr.h (1.4), collations/pw1252i850.h (1.4), collations/pw1252intl.h (1.4), collations/pw1252nor4.h (1.4), collations/pw1252span.h (1.4), collations/pw1252swfn.h (1.4), collations/pw1253greek1.h (1.4), collations/pw1254turk.h (1.4), collations/xx1251_ua.h (1.4), collations/xx88592czech.h (1.5): 'struct' removal 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 (1.34), dsql/errd_proto.h (1.7): -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), burp/burp_proto.h (1.7), dudley/ddl.cpp (1.18): 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 * firebird2/src/burp/burp.cpp (1.42): -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 * firebird2/src/dudley/: extract.epp (1.18), hsh.cpp (1.12): 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 08:20 alexpeshkoff * firebird2/src/install/arch-specific/linux/super/tarinstall.sh.in (1.1): file tarinstall.sh.in was initially added on branch B1_5_Release. 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 11:08 brodsom * firebird2/src/install/arch-specific/linux/super/: SSchangePasswd.sh (1.4), makeInstallImage.sh.in (1.4), postinstall.sh.in (1.5), postuninstall.sh.in (1.4), preinstall.sh.in (1.5), preuninstall.sh.in (1.4), rpmfiles.txt.in (1.5), rpmheader.txt.in (1.5): Move Alex commit to the right place 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), src/gpre/form_trn.cpp (1.6), src/gpre/noform.cpp (1.8): -Remove PYXIS 2003-09-11 04:35 brodsom * firebird2/src/gpre/sqe.cpp (1.19): -Scope correction 2003-09-11 04:16 brodsom * 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): -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 (1.23), dudley/parse_proto.h (1.4), dudley/trn.cpp (1.14): BOOLEAN cleaning 2003-09-10 19:29 dimitr * firebird2/doc/WhatsNew (1.42): no message 2003-09-10 15:24 dimitr * firebird2/src/dsql/dsql.cpp (1.61): 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 * firebird2/src/dsql/: parse.cpp (1.85), parse.y (1.97): 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), src/include/firebird.h (1.14): NBACKUP-related changes and some clean-up 2003-09-08 21:30 brodsom * firebird2/: builds/install/arch-specific/linux/super/SSchangePasswd.sh (1.2), builds/install/arch-specific/linux/super/makeInstallImage.sh.in (1.4), builds/install/arch-specific/linux/super/postinstall.sh.in (1.2), builds/install/arch-specific/linux/super/postuninstall.sh.in (1.2), builds/install/arch-specific/linux/super/preinstall.sh.in (1.2), builds/install/arch-specific/linux/super/preuninstall.sh.in (1.2), builds/install/arch-specific/linux/super/rpmfiles.txt.in (1.3), builds/install/arch-specific/linux/super/rpmheader.txt.in (1.2), builds/install/arch-specific/linux/misc/firebird.initd.in (1.1), src/install/arch-specific/linux/misc/firebird.initd.in (1.3): 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 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), 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): 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:54 alexpeshkoff * firebird2/src/install/arch-specific/linux/super/: SSchangePasswd.sh (1.3), makeInstallImage.sh.in (1.3), postinstall.sh.in (1.4), postuninstall.sh.in (1.3), preinstall.sh.in (1.4), preuninstall.sh.in (1.3), rpmfiles.txt.in (1.4), rpmheader.txt.in (1.4): fix posix SS build - now rpm package appear to be successfully buildable 2003-09-05 12:51 brodsom * firebird2/src/dudley/parse.cpp (1.22): -Correction 2003-09-05 12:50 alexpeshkoff * firebird2/src/install/arch-specific/linux/misc/firebird.initd.in (1.2): fix posix SS build - now rpm package appear to be successfully buildable 2003-09-05 12:30 alexpeshkoff * firebird2/src/install/arch-specific/linux/misc/firebird.initd.in (1.1): file firebird.initd.in was initially added on branch B1_5_Release. 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 2003-09-04 23:23 brodsom * 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): -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 2003-09-04 15:47 brodsom * firebird2/builds/win32/preprocess.bat (1.23): 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 2003-09-02 20:28 brodsom * 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): -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 * firebird2/src/dsql/: ddl.cpp (1.56), pass1.cpp (1.92), pass1_proto.h (1.6): 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 * 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): -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:44 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. 2003-08-30 04:12 brodsom * firebird2/src/gpre/gpre_meta.epp (1.22): -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 * firebird2/src/: dsql/parse.cpp (1.81), dsql/parse.y (1.93), dsql/pass1.cpp (1.89), dsql/array.epp (1.13), dsql/errd_proto.h (1.5), intl/cs_jis.cpp (1.2), intl/cs_narrow.cpp (1.2), intl/cs_unicode_fss.cpp (1.2), intl/cs_unicode_ucs2.cpp (1.2), intl/lc_ascii.cpp (1.2), intl/lc_big5.cpp (1.3), intl/lc_gb2312.cpp (1.2), intl/lc_jis.cpp (1.3), intl/lc_ksc.cpp (1.3), intl/lc_unicode_ucs2.cpp (1.3), intl/ldcommon.h (1.8): -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 * firebird2/src/burp/: mvol.cpp (1.14), restore.epp (1.38), backup.epp (1.35): -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