8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00
firebird-mirror/ChangeLog
2004-05-26 05:41:00 +00:00

18676 lines
522 KiB
Plaintext

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<PandoraBox*>(&can_of_worms); pbox->open();
pbox->flush(); Nickolay may want to undo my ods.h changes if gcc
insists in its crusade against non-PODs and poodles.
2004-03-15 20:35 alexpeshkoff
* firebird2/src/common/config/: dir_list.cpp (1.17), dir_list.h
(1.11):
fixing posix build
2004-03-15 20:10 alexpeshkoff
* firebird2/src/common/classes/: auto.h (1.4), fb_pair.h (1.6):
fixing posix build
2004-03-15 19:48 alexpeshkoff
* firebird2/src/common/classes/fb_pair.h (1.5):
This should fix non-VC6 builds. Thanks to Nickolay Samofatov
2004-03-15 03:57 skidder
* firebird2/src/dsql/pass1.cpp (1.134):
Allow using PSQL cursors in EXECUTE BLOCK statement
2004-03-14 15:31 alexpeshkoff
* firebird2/builds/win32/msvc6/: common.dsp (1.26),
common_classic.dsp (1.20):
Added new h-files to VC6 projects. Not critical.
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 <g>
2003-09-08 14:44 dimitr
* firebird2/src/burp/restore.epp (1.40):
A bit more information from gbak.
2003-09-08 13:39 robocop
* firebird2/lang_helpers/: gds_codes.ftn (1.4), gds_codes.pas
(1.4):
The products of codes.epp
2003-09-08 13:36 robocop
* firebird2/src/include/gen/: codes.h (1.13), codetext.h (1.9),
iberror.h (1.8), msg_facs.h (1.4), msgs.h (1.9), rdb_codes.h (1.9),
sql_code.h (1.9):
The products of codes.epp
2003-09-08 13:29 dimitr
* firebird2/src/dsql/dsql.cpp (1.60):
Fixed logic after Blas' change of the function return.
2003-09-08 13:27 robocop
* firebird2/src/gpre/: cmp_proto.h (1.7), exp.cpp (1.16),
exp_proto.h (1.6), form.h (1.7), gpre.cpp (1.31), gpre.h (1.38),
gpre_proto.h (1.4), gpreswi.h (1.10), hsh_proto.h (1.4),
jrdme_proto.h (1.3), lang_proto.h (1.4), msc.cpp (1.10),
msc_proto.h (1.7), par.cpp (1.27), par_proto.h (1.7), parse.h
(1.4), pat.cpp (1.11), pat_proto.h (1.3), sqe.cpp (1.15),
sqe_proto.h (1.6), sql.cpp (1.18), sql_proto.h (1.6):
const correctness, almost minimal scope for variables, bool, etc.
Hope I did integrate others' changes correctly and totally.
2003-09-08 03:46 brodsom
* firebird2/src/: alice/alice.cpp (1.30), alice/alice.h (1.17),
alice/alice_proto.h (1.3), alice/exe.cpp (1.14), alice/exe_proto.h
(1.2), alice/tdr_proto.h (1.5), burp/backu_proto.h (1.2),
burp/burp.cpp (1.37), burp/burp.h (1.20), burp/burp_proto.h (1.4),
burp/canon_proto.h (1.6), burp/canonical.cpp (1.24), burp/misc.cpp
(1.5), burp/misc_proto.h (1.2), burp/resto_proto.h (1.2):
Remove unneeded extern C
2003-09-07 23:39 epocman
* firebird2/builds/win32/uninstall.bat (1.2):
instsvc 'remove' new syntax does'nt need a '-g' option.
2003-09-07 23:36 epocman
* firebird2/builds/win32/: install_classic.bat (1.2),
install_super.bat (1.2):
instsvc new syntax does not take root_directory on the
command-line.
2003-09-06 02:49 brodsom
* firebird2/src/: dudley/hsh.cpp (1.11), dudley/hsh_proto.h (1.3),
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 <label> statement 5. Fixed SUBSTRING to
support value expressions as its arguments
2003-08-26 01:35 arnobrinkman
* firebird2/src/dsql/: make.cpp (1.33), pass1.cpp (1.87):
1) Make COALESCE/CASE output descriptor more SQL-standard.
Exception is that we allow mixing datatypes with (var)char (except
blob), because all datatypes are convertable to character-type and
because this functionallity was available from 1st day COALESCE is
introduced inside Firebird. 2) Fix bug with expressions without
fields inside aggregate-functions. Example : SELECT (SELECT
Count(1) FROM RDB$DATABASE) FROM RDB$RELATIONS
2003-08-25 10:36 dimitr
* firebird2/lang_helpers/: gds_codes.ftn (1.3), gds_codes.pas
(1.3):
Added new error message for Arno.
2003-08-25 10:16 dimitr
* firebird2/: src/include/gen/codes.h (1.12),
src/include/gen/codetext.h (1.8), src/include/gen/iberror.h (1.7),
src/include/gen/msgs.h (1.8), src/include/gen/rdb_codes.h (1.8),
src/include/gen/sql_code.h (1.8), builds/misc/msg.gbak (1.3):
Added new error message for Arno.
2003-08-25 00:15 arnobrinkman
* firebird2/src/dsql/: make.cpp (1.32), make_proto.h (1.12),
pass1.cpp (1.86):
Already fix COALESCE/CASE output-descriptor behaviour inside HEAD
branch to conform with SQL-standard. FB1.5_RELEASE will follow
when error-message is added
2003-08-24 17:22 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.85):
fix bad behaviour with auto-union-cast
2003-08-24 04:56 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.84):
added comment and nested derived table fix
2003-08-24 04:36 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.83):
fix some derived tables problems
2003-08-22 12:56 aafemt
* firebird2/src/: dsql/dsql.h (1.31), dsql/make_proto.h (1.11),
dsql/node.h (1.27), dsql/sym.h (1.4), gpre/gpre.h (1.34):
ENUM removal
2003-08-22 12:29 aafemt
* firebird2/builds/posix/make.rules (1.20):
Object files are in temp dir now
2003-08-22 12:26 aafemt
* firebird2/: configure.in (1.154), builds/posix/Makefile.in.intl
(1.13):
Make intl compilable
2003-08-22 01:05 arnobrinkman
* firebird2/builds/win32/msvc6/fbembed.dsp (1.30):
update fbembed
2003-08-22 00:27 skidder
* firebird2/: doc/WhatsNew (1.40),
builds/install/misc/firebird.conf (1.2),
src/common/config/config.cpp (1.41):
Fix kernel memory leak
2003-08-21 18:22 brodsom
* firebird2/src/intl/: lc_big5.cpp (1.2), lc_big5.h (1.3),
lc_iso8859_1.cpp (1.2), lc_iso8859_2.cpp (1.2), lc_jis.cpp (1.2),
lc_ksc.cpp (1.2), lc_narrow.cpp (1.2), lc_unicode_ucs2.cpp (1.2),
ld.h (1.20), ldcommon.h (1.7):
-Replace STATIC with static -Remove a few unused macros
2003-08-21 17:43 brodsom
* firebird2/src/intl/ldcommon.h (1.6):
Fix calling convention
2003-08-21 13:02 robocop
* firebird2/src/burp/: backup.epp (1.32), restore.epp (1.35):
Fix SF Bug #750659
2003-08-21 03:45 brodsom
* firebird2/builds/win32/: defs/intlcpp.def (1.2),
old_makes/intlcpp.mak (1.2):
Remove intlcpp
2003-08-21 03:41 brodsom
* firebird2/src/intlcpp/: charsets/cs_w1256.h (1.3),
charsets/cs_w1257.h (1.3), charsets/cs_next.h (1.3),
charsets/cs_sjis.h (1.3), charsets/cs_w1250.h (1.3),
charsets/cs_w1251.h (1.3), charsets/cs_w1252.h (1.3),
charsets/cs_w1253.h (1.3), charsets/cs_w1254.h (1.3),
charsets/cs_w1255.h (1.3), charsets/cs_iso8859_1.h (1.3),
charsets/cs_iso8859_13.h (1.3), charsets/cs_iso8859_2.h (1.3),
charsets/cs_iso8859_3.h (1.3), charsets/cs_iso8859_4.h (1.3),
charsets/cs_iso8859_5.h (1.3), charsets/cs_iso8859_6.h (1.3),
charsets/cs_iso8859_7.h (1.3), charsets/cs_iso8859_8.h (1.3),
charsets/cs_iso8859_9.h (1.3), charsets/cs_jis_0208_1990.h (1.3),
charsets/cs_ksc5601.h (1.3), charsets/cs_861.h (1.3),
charsets/cs_862.h (1.3), charsets/cs_863.h (1.3), charsets/cs_864.h
(1.3), charsets/cs_865.h (1.3), charsets/cs_866.h (1.3),
charsets/cs_869.h (1.3), charsets/cs_big5.h (1.3),
charsets/cs_cyrl.h (1.3), charsets/cs_gb2312.h (1.3),
charsets/cs_852.h (1.3), charsets/cs_857.h (1.3), charsets/cs_858.h
(1.3), charsets/cs_860.h (1.3), charsets/cs_437.h (1.3),
charsets/cs_737.h (1.3), charsets/cs_775.h (1.3), charsets/cs_850.h
(1.3), charsets.h (1.2), countries.h (1.2), country_codes.h (1.2),
cs_big5.cpp (1.2), cs_gb2312.cpp (1.2), cs_jis.cpp (1.2),
cs_ksc.cpp (1.2), cs_narrow.cpp (1.2), cs_unicode_fss.cpp (1.3),
cs_unicode_ucs2.cpp (1.3), cv_big5.cpp (1.4), cv_big5.h (1.2),
cv_gb2312.cpp (1.5), cv_gb2312.h (1.2), cv_jis.cpp (1.6), cv_jis.h
(1.2), cv_ksc.cpp (1.4), cv_ksc.h (1.2), cv_narrow.cpp (1.5),
cv_narrow.h (1.2), cv_unicode_fss.cpp (1.6), cv_unicode_fss.h
(1.4), kanji.cpp (1.2), kanji.h (1.2), kanji_proto.h (1.2),
langdrv.h (1.2), lc_ascii.cpp (1.3), lc_ascii.h (1.2), lc_big5.cpp
(1.3), lc_big5.h (1.2), lc_dos.cpp (1.4), lc_dos.h (1.2),
lc_gb2312.cpp (1.2), lc_iso8859_1.cpp (1.2), lc_iso8859_2.cpp
(1.2), lc_jis.cpp (1.3), lc_ksc.cpp (1.4), lc_narrow.cpp (1.2),
lc_narrow.h (1.2), lc_unicode_ucs2.cpp (1.2), ld.cpp (1.2), ld.h
(1.3), ld2.cpp (1.3), ld_proto.h (1.2), ldcommon.h (1.2),
moved_files.txt (1.2):
Remove intlcpp
2003-08-21 03:38 brodsom
* firebird2/: builds/win32/make_all.bat (1.17),
builds/win32/msvc6/Firebird2.dsw (1.25),
builds/win32/msvc7/Firebird2.sln (1.12),
builds/win32/msvc6/intlcpp.dsp (1.6),
builds/win32/msvc7/intlcpp.vcproj (1.7),
src/intlcpp/collations/bl88591pt0.h (1.2),
src/intlcpp/collations/bl88591sv0.h (1.2),
src/intlcpp/collations/bl88591uk0.h (1.2),
src/intlcpp/collations/bl88591us0.h (1.2),
src/intlcpp/collations/blNEXTde0.h (1.2),
src/intlcpp/collations/blNEXTes0.h (1.2),
src/intlcpp/collations/blNEXTfr0.h (1.2),
src/intlcpp/collations/blNEXTit0.h (1.2),
src/intlcpp/collations/blNEXTus0.h (1.2),
src/intlcpp/collations/db437de0.h (1.2),
src/intlcpp/collations/db437es1.h (1.2),
src/intlcpp/collations/db437fi0.h (1.2),
src/intlcpp/collations/db437fr0.h (1.2),
src/intlcpp/collations/db437it0.h (1.2),
src/intlcpp/collations/db437nl0.h (1.2),
src/intlcpp/collations/db437sv0.h (1.2),
src/intlcpp/collations/db437uk0.h (1.2),
src/intlcpp/collations/db437us0.h (1.2),
src/intlcpp/collations/db850cf0.h (1.2),
src/intlcpp/collations/db850de0.h (1.2),
src/intlcpp/collations/db850es0.h (1.2),
src/intlcpp/collations/db850fr0.h (1.2),
src/intlcpp/collations/db850it1.h (1.2),
src/intlcpp/collations/db850nl0.h (1.2),
src/intlcpp/collations/db850pt0.h (1.2),
src/intlcpp/collations/db850sv1.h (1.2),
src/intlcpp/collations/db850uk0.h (1.2),
src/intlcpp/collations/db850us0.h (1.2),
src/intlcpp/collations/db852cz0.h (1.2),
src/intlcpp/collations/db852po0.h (1.2),
src/intlcpp/collations/db852sl0.h (1.2),
src/intlcpp/collations/db857tr0.h (1.2),
src/intlcpp/collations/db860pt0.h (1.2),
src/intlcpp/collations/db863cf1.h (1.2),
src/intlcpp/collations/db865da0.h (1.2),
src/intlcpp/collations/db865no0.h (1.2),
src/intlcpp/collations/db866ru0.h (1.2),
src/intlcpp/collations/pd437intl.h (1.2),
src/intlcpp/collations/pd437swedfin.h (1.2),
src/intlcpp/collations/pd852czech.h (1.2),
src/intlcpp/collations/pd852hundc.h (1.2),
src/intlcpp/collations/pd852polish.h (1.2),
src/intlcpp/collations/pd852slovene.h (1.2),
src/intlcpp/collations/pd861iceland.h (1.2),
src/intlcpp/collations/pd865nordan40.h (1.2),
src/intlcpp/collations/pd866cyrr.h (1.2),
src/intlcpp/collations/bl88591ca0.h (1.2),
src/intlcpp/collations/bl88591da0.h (1.2),
src/intlcpp/collations/bl88591de0.h (1.2),
src/intlcpp/collations/bl88591es0.h (1.2),
src/intlcpp/collations/bl88591fi0.h (1.2),
src/intlcpp/collations/bl88591fr0.h (1.2),
src/intlcpp/collations/bl88591is0.h (1.2),
src/intlcpp/collations/bl88591it0.h (1.2),
src/intlcpp/collations/bl88591nl0.h (1.2),
src/intlcpp/collations/bl88591no0.h (1.2):
Remove intlcpp
2003-08-21 03:37 brodsom
* firebird2/src/intl/cv_big5.h (1.2):
Fix wrong header
2003-08-20 21:08 brodsom
* firebird2/src/gpre/gpre.cpp (1.28):
-Fix for bug 7122 (TCS IDML_C_CHARSET_08 test)
2003-08-20 14:34 arnobrinkman
* firebird2/builds/win32/msvc6/fbembed.dsp (1.29):
make fbembed work again
2003-08-20 13:35 brodsom
* firebird2/src/intl/ld_proto.h (1.4):
Move intl module to c++
2003-08-20 10:38 brodsom
* firebird2/src/intl/: lc_ksc.c (1.14), lc_narrow.c (1.10),
lc_unicode_ucs2.c (1.8), ld.c (1.16), ld2.c (1.5), cs_big5.c
(1.10), cs_gb2312.c (1.11), cs_jis.c (1.11), cs_ksc.c (1.10),
cs_narrow.c (1.11), cs_unicode_fss.c (1.9), cs_unicode_ucs2.c
(1.7), cv_big5.c (1.10), cv_gb2312.c (1.12), cv_jis.c (1.15),
cv_ksc.c (1.11), cv_narrow.c (1.13), cv_unicode_fss.c (1.5),
lc_ascii.c (1.16), lc_big5.c (1.12), lc_dos.c (1.14), lc_gb2312.c
(1.9), lc_iso8859_1.c (1.8), lc_iso8859_2.c (1.8), lc_jis.c (1.12):
Move intl module to c++
2003-08-20 10:34 brodsom
* firebird2/: src/intl/cs_big5.cpp (1.1), src/intl/cs_gb2312.cpp
(1.1), src/intl/cs_jis.cpp (1.1), src/intl/cs_ksc.cpp (1.1),
src/intl/cs_narrow.cpp (1.1), src/intl/cs_unicode_fss.cpp (1.1),
src/intl/cs_unicode_ucs2.cpp (1.1), src/intl/cv_big5.cpp (1.1),
src/intl/cv_gb2312.cpp (1.1), src/intl/cv_jis.cpp (1.1),
src/intl/cv_ksc.cpp (1.1), src/intl/cv_narrow.cpp (1.1),
src/intl/cv_unicode_fss.cpp (1.1), src/intl/lc_ascii.cpp (1.1),
src/intl/lc_big5.cpp (1.1), src/intl/lc_dos.cpp (1.1),
src/intl/lc_gb2312.cpp (1.1), src/intl/lc_iso8859_1.cpp (1.1),
src/intl/lc_iso8859_2.cpp (1.1), src/intl/lc_jis.cpp (1.1),
src/intl/lc_ksc.cpp (1.1), src/intl/lc_narrow.cpp (1.1),
src/intl/lc_unicode_ucs2.cpp (1.1), src/intl/ld.cpp (1.1),
src/intl/ld2.cpp (1.1), builds/posix/Makefile.in.intl (1.12),
builds/win32/msvc7/intl.vcproj (1.13), builds/win32/msvc6/intl.dsp
(1.21):
Move intl module to c++
2003-08-20 01:56 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.82):
bugfix nested derived tables
2003-08-20 01:47 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.81):
Oops missed something
2003-08-20 01:32 arnobrinkman
* firebird2/src/dsql/: dsql.h (1.30), gen.cpp (1.37), pass1.cpp
(1.80):
Added PLAN support for derived tables
2003-08-20 01:09 skidder
* firebird2/doc/WhatsNew (1.39):
Get ready for RC6
2003-08-19 13:42 brodsom
* firebird2/builds/posix/prefix.linux (1.22):
-Fix parse.cpp (yacc generated) warnings
2003-08-19 13:09 brodsom
* firebird2/src/burp/backup.epp (1.31):
-Fix wrong format in a recent commit (Please review the warnings
before commits)
2003-08-19 12:25 robocop
* firebird2/src/dsql/utld.cpp (1.14):
Damn loop
2003-08-19 11:25 brodsom
* firebird2/builds/posix/prefix.mingw (1.23):
-Remove parse.cpp (yacc generated) warnings
2003-08-19 11:24 brodsom
* firebird2/src/dudley/: ddl.cpp (1.16), ddl.h (1.8), trn.cpp
(1.12):
-Remove basic and pli remains
2003-08-19 11:22 brodsom
* firebird2/src/dudley/extract.epp (1.12):
-Fix cast warning
2003-08-19 10:59 brodsom
* firebird2/src/dudley/: exe.epp (1.19), expr.cpp (1.9), parse.cpp
(1.19):
-Fix cast warnings -Break long lines
2003-08-19 08:03 robocop
* firebird2/builds/win32/msvc6/: Firebird2Boot.dsw (1.3),
relations.dsp (1.3):
We no longer have a "relations" project. Static metadata
definitions came back.
2003-08-18 23:37 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.79):
Code clean-up and re-apply comments as suggested by Claudio V.
2003-08-18 18:56 skidder
* firebird2/builds/win32/msvc7/: alice.vcproj (1.11),
alice_classic.vcproj (1.11), burp.vcproj (1.14),
burp_classic.vcproj (1.14), common.vcproj (1.11),
common_classic.vcproj (1.9), dsql_server.vcproj (1.12),
dsql_server_classic.vcproj (1.12), engine.vcproj (1.26),
engine_classic.vcproj (1.25), engine_embed.vcproj (1.13),
fb_inet_server.vcproj (1.13), fb_lock_print.vcproj (1.15),
fbclient.vcproj (1.23), fbembed.vcproj (1.19), fbguard.vcproj
(1.14), fbserver.vcproj (1.14), fbudf.vcproj (1.9), gbak.vcproj
(1.13), gdef.vcproj (1.13), gds32.vcproj (1.13), gfix.vcproj
(1.13), gpre.vcproj (1.15), gpre_boot.vcproj (1.15), gsec.vcproj
(1.13), gsplit.vcproj (1.7), gstat.vcproj (1.14), ib_udf.vcproj
(1.12), ib_util.vcproj (1.12), instreg.vcproj (1.12),
instsvc.vcproj (1.12), intl.vcproj (1.12), intlcpp.vcproj (1.6),
ipserver.vcproj (1.12), isql.vcproj (1.13), lock.vcproj (1.11),
lock_classic.vcproj (1.11), nbackup.vcproj (1.2), qli.vcproj
(1.12), remote.vcproj (1.15), remote_classic.vcproj (1.15),
utilities.vcproj (1.15), utilities_classic.vcproj (1.14),
wal.vcproj (1.11), wal_classic.vcproj (1.11):
Adjust MSVC7 makefiles to reduce command line compiler warnings
2003-08-18 16:08 arnobrinkman
* firebird2/builds/win32/msvc6/: fbclient.dsp (1.37),
fbclient_static.dsp (1.7), Firebird2.dsw (1.24):
make build work again
2003-08-18 12:31 aafemt
* firebird2/src/include/memory_routines.h (1.3):
Rough (and temporary?) fix for incompatibility between my
get_long(UCHAR*) and old good BTR_get_quad(UCHAR*) reported by
Nikolay Samofatov
2003-08-18 00:37 skidder
* firebird2/doc/WhatsNew (1.38):
Add RC6 changes
2003-08-17 21:56 skidder
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.11),
fbclient.vcproj (1.22):
Fix up server-side database aliases - expand Windows SS local
connection strings on the client side unless they specify database
aliases (return to backward-compatible behavior) - use aliases for
database creation - do security checks after database file name
expansion - forbid usage of relative paths in aliases - do not
stick to 8.3 filenames on Windows as it causes problems
2003-08-16 15:14 arnobrinkman
* firebird2/src/dsql/parse.y (1.90):
added comment
2003-08-16 02:37 arnobrinkman
* firebird2/src/dsql/parse.cpp (1.78):
latest versions
2003-08-16 02:36 arnobrinkman
* firebird2/src/dsql/: parse.y (1.89), pass1.cpp (1.78):
Fixed ambiguous columnname problems with derived tables. Added
support for unnamed derived tables.
2003-08-15 16:39 arnobrinkman
* firebird2/src/dsql/parse.cpp (1.77):
latest versions
2003-08-15 16:38 arnobrinkman
* firebird2/src/dsql/parse.y (1.88):
added comment and fix derived table bug inside view, that couldn't
use unions.
2003-08-15 12:23 aafemt
* firebird2/src/: burp/backup.epp (1.30), burp/canon_proto.h (1.4),
burp/canonical.cpp (1.22), burp/restore.epp (1.34), dsql/array.epp
(1.12), dsql/array_proto.h (1.4), gpre/prett_proto.h (1.4),
gpre/pretty.cpp (1.12):
sdl is UCHAR again
2003-08-15 12:11 aafemt
* firebird2/doc/README.coding.style (1.3):
An additional related to previous commit
2003-08-15 12:09 aafemt
* firebird2/src/include/memory_routines.h (1.2):
long may be 64 bits. Unbeliveable! Thanks to Erik
2003-08-15 02:33 arnobrinkman
* firebird2/src/dsql/dsql.tab.h (1.21):
derived table support
2003-08-15 02:01 arnobrinkman
* firebird2/src/dsql/: parse.y (1.87), parse.cpp (1.76):
derived table support
2003-08-15 01:58 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.77):
derived table support
2003-08-15 01:34 arnobrinkman
* firebird2/src/dsql/node.h (1.26):
derived table support
2003-08-15 01:31 arnobrinkman
* firebird2/src/dsql/: ddl.cpp (1.52), dsql.h (1.29), gen.cpp
(1.36):
derived table support
2003-08-14 23:00 skidder
* firebird2/doc/README.coding.style (1.2):
Fix up coding rules a bit to make my code compatible
2003-08-14 12:26 aafemt
* firebird2/doc/README.coding.style (1.1):
useful reading for coders
2003-08-14 09:11 fsg
* firebird2/src/dsql/gen.cpp (1.35):
make gcc happy again FSG
2003-08-13 13:26 alexpeshkoff
* firebird2/builds/win32/msvc6/gfix.dsp (1.18):
Also fix MSVC6 gfix build in head branch
2003-08-13 13:11 robocop
* firebird2/builds/win32/msvc6/fbserver.dsp (1.32):
Committed... just in case
2003-08-13 13:09 robocop
* firebird2/src/dsql/gen.cpp (1.34):
There are less unnamed fields now. Changed the code style, too.
2003-08-13 13:08 robocop
* firebird2/src/dsql/utld.cpp (1.13):
Little C->C++ style change
2003-08-13 13:07 robocop
* firebird2/src/burp/backup.epp (1.29):
Since stringstream is no longer used, remove the header.
2003-08-13 13:06 robocop
* firebird2/examples/api/apifull.c (1.3):
Let's hope the cure is not worse than the sickness Took VARY from
ibase.h
2003-08-13 13:01 skidder
* firebird2/src/common/classes/vector.h (1.2):
Change header comment
2003-08-12 21:54 skidder
* firebird2/: builds/misc/msg.gbak (1.2),
lang_helpers/gds_codes.ftn (1.2), lang_helpers/gds_codes.pas (1.2),
src/include/gen/codes.h (1.11), src/include/gen/codetext.h (1.7),
src/include/gen/iberror.h (1.6), src/include/gen/msgs.h (1.7),
src/include/gen/rdb_codes.h (1.7), src/include/gen/sql_code.h
(1.7):
Add nbak messages
2003-08-12 19:32 skidder
* firebird2/src/burp/backup.epp (1.28):
Close can of worms opened by Mike Nordell when he attempted to use
STL to write portable code
2003-08-12 12:42 aafemt
* firebird2/src/include/memory_routines.h (1.1):
Misc inline memory routine
2003-08-12 12:06 eku
* firebird2/: configure.in (1.153),
builds/make.new/config/config.h.in (1.2),
src/include/gen/autoconfig_msvc.h (1.86):
Use autoconf to do it right :-)
2003-08-12 12:05 robocop
* firebird2/src/gpre/: c_cxx.cpp (1.22), pas.cpp (1.12):
Minor corrections to the PAS (anyone using it with its now fixed
flaw?) and CPP generation files.
2003-08-12 12:02 robocop
* firebird2/src/dudley/: ddl.cpp (1.15), parse.cpp (1.18):
Minor corrections to the obsolete gdef
2003-08-11 13:24 skidder
* firebird2/src/dsql/parse.cpp (1.75):
Update parse.cpp
2003-08-11 13:21 skidder
* firebird2/src/: burp/burp.cpp (1.35), common/classes/alloc.cpp
(1.31), common/classes/alloc.h (1.23):
Apply FreeBSD patches by Tomas Skoda
2003-08-11 03:25 brodsom
* firebird2/builds/posix/prefix.linux (1.21):
-Remove parentheses warnings. -Remove unknown-pragmas warnings.
-Remove unused variables warnings, near all the actual warnings are
for gpre generated stuff. -Avoid message wrapping.
2003-08-11 03:06 arnobrinkman
* firebird2/src/dsql/parse.y (1.86):
forgotten cleanup, thanks for your attention BLAS
2003-08-11 02:43 arnobrinkman
* firebird2/src/dsql/make.cpp (1.31):
bugfix: CASE / COALESCE functions determine always NUMERIC even
when all values where int or long.
2003-08-11 01:10 brodsom
* firebird2/builds/win32/prepare.bat (1.25):
Change message (the previous one is wrong)
2003-08-11 01:09 brodsom
* firebird2/builds/win32/make_boot.bat (1.13):
beautify
2003-08-11 01:05 brodsom
* firebird2/builds/win32/blrtable.bat (1.6):
Move compiler output to a log file
2003-08-11 00:52 brodsom
* firebird2/src/burp/: backup.epp (1.27), restore.epp (1.33):
-Patch cast warnings and add a compiler message.
2003-08-10 17:43 skidder
* firebird2/: builds/win32/msvc7/alice.vcproj (1.10),
builds/win32/msvc7/alice_classic.vcproj (1.10),
builds/win32/msvc7/build_msg.vcproj (1.2),
builds/win32/msvc7/burp.vcproj (1.13),
builds/win32/msvc7/burp_classic.vcproj (1.13),
builds/win32/msvc7/codes.vcproj (1.3),
builds/win32/msvc7/engine.vcproj (1.25),
builds/win32/msvc7/engine_classic.vcproj (1.24),
builds/win32/msvc7/engine_embed.vcproj (1.12),
builds/win32/msvc7/fbclient_static.vcproj (1.4),
builds/win32/msvc7/fbudf.vcproj (1.8),
builds/win32/msvc7/gfix.vcproj (1.12),
builds/win32/msvc7/ipserver.vcproj (1.11),
builds/win32/msvc7/lock.vcproj (1.10),
builds/win32/msvc7/lock_classic.vcproj (1.10),
builds/win32/msvc7/remote.vcproj (1.14),
builds/win32/msvc7/remote_classic.vcproj (1.14),
builds/win32/msvc7/utilities.vcproj (1.14),
builds/win32/msvc7/utilities_classic.vcproj (1.13),
builds/win32/msvc7/wal.vcproj (1.10),
builds/win32/msvc7/wal_classic.vcproj (1.10),
src/common/classes/alloc.cpp (1.30), src/common/classes/alloc.h
(1.22), src/common/classes/locks.cpp (1.4),
src/common/classes/locks.h (1.7), src/common/classes/rwlock.h
(1.4), src/include/firebird.h (1.13):
1) Make NBACKUP happy on Win32 CS too. 2) Fix tracking of OWN_hung
in Win32 CS lock manager (lock-up debugging aid) 3) Fix possible
unsynchronized access to memory manager in Win32 CS builds and
client library. Have shown itself as a very rare crash of Win32 CS
manager process during its startup. 4) Reduce warnings a little
Points 2 and 3 need to be backported to B1_5_Release
2003-08-10 17:18 arnobrinkman
* firebird2/src/dsql/: parse.y (1.85), pass1.cpp (1.76):
Support all expressions directly in GROUP BY clause
2003-08-10 12:06 arnobrinkman
* firebird2/src/dsql/parse.y (1.84):
Added optional AS keyword to table alias
2003-08-09 23:57 brodsom
* firebird2/src/dsql/parse.y (1.83):
-Fix cast warnings. -Remove unneeded casts
2003-08-09 21:20 brodsom
* firebird2/src/common/config/dir_list.cpp (1.15):
Fix cast warnings
2003-08-09 20:00 brodsom
* firebird2/src/gpre/: cob.cpp (1.23), exp.cpp (1.13), ftn.cpp
(1.21), int_cxx.cpp (1.12), msc_proto.h (1.5), par.cpp (1.22),
par_proto.h (1.5), pas.cpp (1.11), ada.cpp (1.16), c_cxx.cpp
(1.21), cmd.cpp (1.10):
-Format & casts warning fixes -Isolate unused code with ifdefs
-Code style corrections -Remove two unneeded NULL casts
2003-08-08 17:54 brodsom
* firebird2/builds/win32/prepare.bat (1.24):
Reapply Paul change in the HEAD using the HEAD sources.
2003-08-08 16:01 skidder
* firebird2/builds/win32/msvc7/gpre_boot.vcproj (1.14):
Fix tweak in MSVC7 build
2003-08-08 12:26 brodsom
* firebird2/builds/win32/: make_all.bat (1.16), prepare.bat (1.23):
Rollback Paul changes, it breaks the builds in several places.
2003-08-08 11:13 paulbeach
* firebird2/builds/win32/setenvvar.bat (1.3):
Fix moronic spelling mistake
2003-08-08 09:52 paulbeach
* firebird2/builds/win32/: make_all.bat (1.15), prepare.bat (1.22),
setenvvar.bat (1.2):
Fix Blas' fix for Firebird location in prepare, so it can handle
spaces in the path name. Echo %FIREBIRD% in setenvvar.bat. Copy
firebird.conf to output so the server will actually run.
2003-08-08 08:29 kkuznetsov
* firebird2/builds/posix/prefix.solx86 (1.21):
[no log message]
2003-08-08 02:38 brodsom
* firebird2/src/common/classes/tree.h (1.18):
Patch msvc6 after Nickolay changes
2003-08-08 02:29 brodsom
* firebird2/builds/win32/msvc6/: fb_inet_server.dsp (1.20),
fbserver.dsp (1.31):
Patch msvc6 after Nickolay changes
2003-08-08 01:20 brodsom
* firebird2/src/common/classes/tree.h (1.17):
Error patch, void function should not return a value.
2003-08-07 23:48 skidder
* firebird2/src/common/classes/rwlock.h (1.3):
New backup technology seems to work on Windows SuperServer now. At
least I can run 400MB AS3AP benchmark on it and lock/unlock/backup
database during this process.
2003-08-07 19:10 brodsom
* firebird2/configure.in (1.152):
Patch MinGW after Nickolay changes
2003-08-07 18:58 brodsom
* firebird2/builds/win32/: msvc6/Firebird2.dsw (1.23),
msvc6/nbackup.dsp (1.1), msvc6/nbbackup.dsp (1.2), make_all.bat
(1.14):
Change nbbackup to nbackup
2003-08-07 16:31 brodsom
* firebird2/:
builds/install/arch-specific/linux/super/miniInstall.sh (1.1),
src/install/arch-specific/linux/super/miniInstall.sh (1.2):
Move miniinstall from src/install to builds/install
2003-08-07 15:58 brodsom
* firebird2/builds/win32/: make_all.bat (1.13), msvc6/Firebird2.dsw
(1.22), msvc6/engine.dsp (1.35), msvc6/engine_classic.dsp (1.31),
msvc6/engine_embed.dsp (1.12), msvc6/nbbackup.dsp (1.1):
Patch msvc6 after Nickolay changes
2003-08-06 22:21 skidder
* firebird2/src/dsql/: dsql.tab.h (1.20), keywords.cpp (1.20),
parse.cpp (1.74), parse.y (1.82):
Make Windows happier. DIFFERENCE defined as a macro there
2003-08-06 22:03 skidder
* firebird2/builds/win32/msvc7/nbackup.vcproj (1.1):
Add makefile for NBACKUP
2003-08-06 22:00 skidder
* firebird2/builds/win32/msvc7/Firebird2.sln (1.10):
Make NBACKUP tool work on Windows. Seems to work.
2003-08-06 20:06 skidder
* firebird2/: builds/win32/msvc7/engine.vcproj (1.24),
builds/win32/msvc7/engine_classic.vcproj (1.23),
builds/win32/msvc7/engine_embed.vcproj (1.11),
src/common/classes/tree.h (1.16):
Win32 engine builds and seems to work
2003-08-06 19:21 skidder
* firebird2/src/common/classes/rwlock.h (1.2):
Correction
2003-08-06 18:55 skidder
* firebird2/src/common/classes/tree.h (1.15):
Make the inferior MSVC7 compiler happy
2003-08-06 18:30 skidder
* firebird2/:
builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
(1.3), builds/install/arch-specific/linux/super/install.sh.in
(1.2),
builds/install/arch-specific/linux/super/makeInstallImage.sh.in
(1.3), builds/install/arch-specific/linux/super/rpmfiles.txt.in
(1.2), builds/posix/Makefile.in.client.util (1.12),
builds/posix/Makefile.in.embed.util (1.10),
builds/posix/make.defaults (1.28),
builds/posix/make.shared.variables (1.30),
builds/posix/prefix.darwin (1.10), builds/posix/prefix.example
(1.6), builds/posix/prefix.freebsd (1.8), builds/posix/prefix.linux
(1.20), builds/posix/prefix.mingw (1.22),
builds/posix/prefix.sinixz (1.18), builds/posix/prefix.solaris
(1.7), builds/posix/prefix.solx86 (1.20),
builds/posix/prefix.solx86gcc (1.3),
src/common/classes/class_perf.cpp (1.7), src/common/classes/locks.h
(1.6), src/common/classes/rwlock.h (1.1),
src/common/classes/test.sh (1.8), src/common/classes/tree.h (1.14),
src/dsql/ddl.cpp (1.51), src/dsql/dsql.tab.h (1.19),
src/dsql/keywords.cpp (1.19), src/dsql/node.h (1.25),
src/dsql/parse.cpp (1.73), src/dsql/parse.y (1.81),
src/include/gen/ids.h (1.5):
Implementation of fast physical incremental backup
2003-08-06 18:21 brodsom
* firebird2/builds/win32/prepare.bat (1.21):
Patch. previoulsy when the directory parameter have spaces (as in
the example) the script fail.
2003-08-06 17:41 brodsom
* firebird2/builds/win32/: make_boot.bat (1.12), preprocess.bat
(1.20):
Correction (no need to build relations.cpp)
2003-08-06 17:41 brodsom
* firebird2/clean.sh (1.10):
Correction
2003-08-04 17:33 skidder
* firebird2/builds/posix/Makefile.in.codes (1.13):
Clean up some recent shit after Blas to make engine compile
2003-08-04 10:12 dimitr
* firebird2/doc/WhatsNew (1.37):
Added RC5 changes
2003-08-04 01:26 brodsom
* firebird2/src/include/gen/: fields.h (1.3), ids.h (1.4), names.h
(1.3), relations.h (1.3):
Rollback generated metadata headers change
2003-08-04 01:17 brodsom
* firebird2/: configure.in (1.151),
builds/posix/Makefile.in.examples (1.2),
builds/posix/Makefile.in.firebird (1.43):
Solve the examples failure in Linux build
2003-08-03 21:20 skidder
* firebird2/builds/win32/parse.bat (1.5):
Continue fixing MSVC build
2003-08-03 17:56 skidder
* firebird2/doc/fb2-todo.txt (1.4):
A couple TODO items I forgot
2003-08-01 22:08 skidder
* firebird2/src/extlib/ib_udf.c (1.6):
Fix bugs in ib_udf functions rtrim, ltrim and log. Found and fixed
by Paul Vinkenoog
2003-07-31 17:34 dimitr
* firebird2/src/burp/burp.h (1.18):
Fixed gbak version string.
2003-07-31 13:54 skidder
* firebird2/doc/sql.extensions/README.explicit_locks (1.4):
Fix typo
2003-07-29 15:31 skidder
* firebird2/doc/sql.extensions/README.execute_statement (1.3):
Fix typo
2003-07-29 13:33 skidder
* firebird2/doc/sql.extensions/README.savepoints (1.1):
Added docs for savepoints
2003-07-29 02:55 arnobrinkman
* firebird2/doc/sql.extensions/README.aggregate_tracking (1.1):
Please give some comments
2003-07-29 02:29 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.75):
2nd RC4 bugfix, but much better tracking of supported nested
aggregates.
2003-07-28 21:22 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.74):
bugfix RC4: a higher context was supported with nested aggregates,
but this isn't possible. Only a lower context is possible with
nested aggregates.
2003-07-28 11:29 skidder
* firebird2/doc/sql.extensions/README.explicit_locks (1.3):
Fix a couple typos
2003-07-28 11:21 skidder
* firebird2/doc/sql.extensions/: README.explicit_locks (1.2),
README.order_by_expressions_nulls (1.2):
Correct docs a little
2003-07-27 20:00 skidder
* firebird2/doc/sql.extensions/README.order_by_expressions_nulls
(1.1):
Some more docs
2003-07-27 17:44 skidder
* firebird2/doc/sql.extensions/README.explicit_locks (1.1):
Add docs for explicit locking
2003-07-24 12:21 aafemt
* firebird2/src/: burp/backup.epp (1.26), burp/canon_proto.h (1.3),
burp/canonical.cpp (1.21), burp/restore.epp (1.32), dsql/array.epp
(1.11), dsql/array_proto.h (1.3), gpre/prett_proto.h (1.3),
gpre/pretty.cpp (1.11):
sdl is a plain char again. Some cleanup around it
2003-07-18 11:58 alexpeshkoff
* firebird2/src/install/arch-specific/linux/super/miniInstall.sh
(1.1):
Trivial SS installation script
2003-07-17 17:40 skidder
* firebird2/builds/win32/msvc7/: fbclient.vcproj (1.21),
fbguard.vcproj (1.13), gsec.vcproj (1.12), instreg.vcproj (1.11),
instsvc.vcproj (1.11), utilities.vcproj (1.13),
utilities_classic.vcproj (1.12):
Fix MSVC7 makefiles
2003-07-17 15:59 brodsom
* firebird2/builds/win32/msvc7/codes.vcproj (1.2):
Correct codes.cpp directory
2003-07-17 13:49 eku
* firebird2/src/burp/backup.epp (1.25):
Fixed compilation on SINIX-Z (Thanks to Dmitry Yemanov).
2003-07-17 13:41 brodsom
* firebird2/builds/win32/msvc7/: wal_classic.vcproj (1.9),
alice.vcproj (1.9), alice_classic.vcproj (1.9), burp.vcproj (1.12),
burp_classic.vcproj (1.12), common.vcproj (1.10),
common_classic.vcproj (1.8), dsql_server.vcproj (1.11),
dsql_server_classic.vcproj (1.11), engine.vcproj (1.23),
engine_classic.vcproj (1.22), engine_embed.vcproj (1.10),
fb_inet_server.vcproj (1.12), fb_lock_print.vcproj (1.14),
fbclient.vcproj (1.20), fbembed.vcproj (1.18), fbguard.vcproj
(1.12), fbserver.vcproj (1.13), fbudf.vcproj (1.7), gbak.vcproj
(1.12), gdef.vcproj (1.12), gds32.vcproj (1.12), gfix.vcproj
(1.11), gpre.vcproj (1.14), gpre_boot.vcproj (1.13), gsec.vcproj
(1.11), gsplit.vcproj (1.6), gstat.vcproj (1.13), ib_udf.vcproj
(1.11), ib_util.vcproj (1.11), instreg.vcproj (1.10),
instsvc.vcproj (1.10), intl.vcproj (1.11), intlcpp.vcproj (1.5),
ipserver.vcproj (1.10), isql.vcproj (1.12), lock.vcproj (1.9),
lock_classic.vcproj (1.9), qli.vcproj (1.11), remote.vcproj (1.13),
remote_classic.vcproj (1.13), utilities.vcproj (1.12),
utilities_classic.vcproj (1.11), wal.vcproj (1.9):
Update output directories
2003-07-17 04:15 brodsom
* firebird2/: configure.in (1.150),
builds/posix/Makefile.in.examples (1.1),
builds/posix/Makefile.in.firebird (1.42):
Restore examples build (and add intlbld)
2003-07-16 21:40 brodsom
* firebird2/doc/README.build.msvc.html (1.10):
Update
2003-07-16 21:14 brodsom
* firebird2/builds/win32/make_all.bat (1.12):
Remove examples stuff from make_all
2003-07-16 21:06 brodsom
* firebird2/builds/win32/make_examples.bat (1.7):
Remove commented sed commands
2003-07-16 20:54 brodsom
* firebird2/examples/build_win32/: clean_all.bat (1.4),
clean_empbuild.bat (1.4), make_all.bat (1.4), make_empbuild.bat
(1.3):
Remove make_empbuild from user examples, the datbases are included
in the examples.
2003-07-16 20:49 brodsom
* firebird2/examples/empbuild/: intlbld.e (1.2), intldml.sql (1.2):
Use isql option to set character set from command line, to connect
with a command line specified database with non default charset.
2003-07-16 20:45 brodsom
* firebird2/builds/win32/: msvc6/Firebird2.dsw (1.21),
msvc6/empbuild.dsp (1.1), msvc6/intlbld.dsp (1.1), make_all.bat
(1.11), make_boot.bat (1.11), make_examples.bat (1.6):
Adding the make_examples to build employee.fdb and intlemp.fdb
2003-07-15 21:40 skidder
* firebird2/doc/fb2-todo.txt (1.3):
[no log message]
2003-07-15 12:52 brodsom
* firebird2/configure.in (1.149):
Split utilities dir
2003-07-15 12:49 aafemt
* firebird2/Makefile.in (1.5):
A bit better way to pass target over to sub-makefile
2003-07-15 12:32 dimitr
* firebird2/doc/sql.extensions/: README.context_variables (1.2),
README.data_types (1.2):
no message
2003-07-15 12:11 skidder
* firebird2/doc/fb2-todo.txt (1.2):
fix todo for FB2
2003-07-15 11:09 dimitr
* firebird2/doc/sql.extensions/: README.context_variables (1.1),
README.data_types (1.1), README.exception_handling (1.1),
README.universal_triggers (1.1):
Added some documentation for RelNotes. More will follow shortly.
2003-07-15 04:40 brodsom
* firebird2/src/: alice/alice.cpp (1.28), burp/burp.cpp (1.34):
Split utilities dir
2003-07-15 04:35 brodsom
* firebird2/builds/: win32/make_boot.bat (1.10),
win32/preprocess.bat (1.19), win32/msvc6/fb_inet_server.dsp (1.19),
win32/msvc6/fbclient.dsp (1.36), win32/msvc6/fbembed.dsp (1.28),
win32/msvc6/fbserver.dsp (1.30), win32/msvc6/gsec.dsp (1.14),
win32/msvc6/gstat.dsp (1.15), win32/msvc6/instreg.dsp (1.13),
win32/msvc6/instsvc.dsp (1.14), win32/msvc6/utilities.dsp (1.14),
win32/msvc6/utilities_classic.dsp (1.12),
win32/msvc7/fb_inet_server.vcproj (1.11),
win32/msvc7/fbembed.vcproj (1.17), win32/msvc7/fbserver.vcproj
(1.12), win32/msvc7/gstat.vcproj (1.12),
win32/msvc7/utilities.vcproj (1.11),
win32/msvc7/utilities_classic.vcproj (1.10),
posix/Makefile.in.client.util (1.11), posix/Makefile.in.embed.util
(1.9), posix/Makefile.in.libfbclient (1.15),
posix/make.shared.variables (1.29):
Split utilities dir
2003-07-15 01:20 brodsom
* firebird2/: configure.in (1.148),
builds/posix/Makefile.in.client.util (1.10),
builds/posix/make.shared.targets (1.15),
builds/posix/make.shared.variables (1.28),
builds/posix/prefix.mingw (1.21),
builds/win32/msvc6/fb_inet_server.dsp (1.18),
builds/win32/msvc6/fbclient.dsp (1.35),
builds/win32/msvc6/fbclient_static.dsp (1.6),
builds/win32/msvc6/fbembed.dsp (1.27),
builds/win32/msvc6/fbguard.dsp (1.18),
builds/win32/msvc6/fbserver.dsp (1.29),
builds/win32/msvc6/remote.dsp (1.18),
builds/win32/msvc6/remote_classic.dsp (1.15),
builds/win32/msvc7/fb_inet_server.vcproj (1.10),
builds/win32/msvc7/fbclient.vcproj (1.19),
builds/win32/msvc7/fbclient_static.vcproj (1.3),
builds/win32/msvc7/fbembed.vcproj (1.16),
builds/win32/msvc7/fbserver.vcproj (1.11),
builds/win32/msvc7/remote.vcproj (1.12),
builds/win32/msvc7/remote_classic.vcproj (1.12):
Move win32 specific sources in remote to remote/os/win32
2003-07-15 01:13 brodsom
* firebird2/src/include/old_fb_blk.h (1.2):
Remove unneeded ifdef
2003-07-14 18:53 brodsom
* firebird2/src/: gpre/gpre.cpp (1.27), dudley/lex.cpp (1.15):
Patch for MinGW 3.0
2003-07-14 13:23 brodsom
* firebird2/builds/posix/: prefix.darwin (1.9), prefix.example
(1.5), prefix.freebsd (1.7), prefix.linux (1.19), prefix.mingw
(1.20), prefix.sinixz (1.17), prefix.solaris (1.6), prefix.solx86
(1.19), prefix.solx86gcc (1.2):
Move physical io to os specific
2003-07-14 12:35 brodsom
* firebird2/builds/win32/: msvc7/engine.vcproj (1.22),
msvc7/engine_classic.vcproj (1.21), msvc7/engine_embed.vcproj
(1.9), msvc6/engine.dsp (1.34), msvc6/engine_classic.dsp (1.30),
msvc6/engine_embed.dsp (1.11):
Move physical io to os specific
2003-07-14 11:43 brodsom
* firebird2/: builds/win32/blrtable.bat (1.5),
builds/win32/make_boot.bat (1.9), builds/win32/preprocess.bat
(1.18), builds/win32/msvc6/codes.dsp (1.4),
builds/win32/msvc6/fbclient.dsp (1.34),
builds/win32/msvc6/fbclient_static.dsp (1.5),
builds/win32/msvc6/fbembed.dsp (1.26), builds/win32/msvc6/gds32.dsp
(1.19), builds/win32/msvc6/relations.dsp (1.2),
builds/win32/msvc7/fbclient.vcproj (1.18),
builds/win32/msvc7/fbclient_static.vcproj (1.2),
builds/win32/msvc7/fbembed.vcproj (1.15),
builds/win32/msvc7/gds32.vcproj (1.11),
builds/posix/Makefile.in.codes (1.12),
builds/posix/Makefile.in.extlib (1.12),
builds/posix/make.shared.variables (1.27), clean.sh (1.9),
configure.in (1.147):
Update
2003-07-14 11:21 brodsom
* firebird2/examples/build_win32/: clean_all.bat (1.3),
clean_api.bat (1.2), clean_dyn.bat (1.2), clean_empbuild.bat (1.3),
clean_stat.bat (1.2), clean_udf.bat (1.2), make_all.bat (1.3),
make_api.bat (1.3), make_dyn.bat (1.3), make_empbuild.bat (1.2),
make_stat.bat (1.3), make_udf.bat (1.2):
Corrections
2003-07-13 12:30 brodsom
* firebird2/src/dbs/: dflt.gdl (1.1), grant.gdl (1.1), isc.gdl
(1.1), metadata.sql (1.1), ods10.gdl (1.1), ods101.gdl (1.1),
ods72.gdl (1.1), ods80.gdl (1.1), ods80dif.gdl (1.1), ods81.gdl
(1.1), ods91.gdl (1.1), procs2.gdl (1.1), scrty_unix.gdl (1.1),
scrty_vms.gdl (1.1), security.gdl (1.1), security.sql (1.1),
stored_proc.gdl (1.1), v2_triggers.gdl (1.1):
Move db definitions to dbs
2003-07-13 01:16 brodsom
* firebird2/src/include/gen/ids.h (1.3):
Correction
2003-07-12 22:37 brodsom
* firebird2/builds/posix/Makefile.in.codes (1.11):
Adding generator for fields.h, relations.h, ids.h and names.h
2003-07-12 22:10 brodsom
* firebird2/: builds/win32/make_boot.bat (1.8),
builds/win32/preprocess.bat (1.17),
builds/win32/msvc6/Firebird2Boot.dsw (1.2),
builds/win32/msvc6/relations.dsp (1.1), src/include/gen/relations.h
(1.2), src/include/gen/fields.h (1.2), src/include/gen/ids.h (1.2),
src/include/gen/names.h (1.2):
Adding generator for fields.h, relations.h, ids.h and names.h
2003-07-12 22:02 brodsom
* firebird2/builds/posix/Makefile.in.codes (1.10):
Correction
2003-07-12 15:02 brodsom
* firebird2/src/include/gen/: fields.h (1.1), names.h (1.1),
relations.h (1.1):
Move fields.h, relations.h and names.h to include/gen, generator
will follow
2003-07-12 12:24 brodsom
* firebird2/src/include/gen/: codetext.h (1.6), msgs.h (1.6),
rdb_codes.h (1.6):
-Include var definitions in rdb_codes, codetext, msgs and blh.p
headers. -Uncommited change to codes.epp to allow to used two
directories (moving ftn and pas)
2003-07-12 11:55 brodsom
* firebird2/configure.in (1.146):
Clean
2003-07-12 11:54 brodsom
* firebird2/builds/posix/Makefile.in.gpre (1.9):
Remove, replaced with boot.gpre, client.gpre and embed.gpre
2003-07-12 11:42 brodsom
* firebird2/builds/win32/msvc6/: engine_classic.dsp (1.29),
engine_embed.dsp (1.10), engine.dsp (1.33):
Remove not used rdb*.h
2003-07-12 00:36 skidder
* firebird2/src/dsql/: node.h (1.24), parse.y (1.80), pass1.cpp
(1.73):
Separate DSQL cursors management and explicit locks as suggested by
Ivan Prenosil
2003-07-11 18:49 brodsom
* firebird2/builds/win32/make_all.bat (1.10):
-Build fbudf -Copy ib_udf and fb_udf sql to output/udf -Copy
ib_udf/* and fb_udf/* to examples/udf
2003-07-11 18:47 brodsom
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.20),
v5_examples.dsp (1.4):
Remove v5_examples dsp
2003-07-11 18:47 brodsom
* firebird2/builds/win32/make_boot.bat (1.7):
Remove gen/v5_examples directory
2003-07-11 15:34 brodsom
* firebird2/examples/build_win32/make_stat.bat (1.2):
Correction
2003-07-11 15:31 brodsom
* firebird2/builds/posix/: Makefile.in.example5 (1.8),
Makefile.in.v5_examples (1.10):
Move examples builds to examples directory
2003-07-11 15:28 brodsom
* firebird2/: configure.in (1.145),
builds/posix/Makefile.in.firebird (1.41),
examples/build_unix/Makefile.in.example5 (1.1),
examples/build_unix/Makefile.in.v5_examples (1.1):
Move examples builds to examples directory
2003-07-11 12:59 brodsom
* firebird2/doc/README.build.msvc.html (1.9):
Update examples info
2003-07-11 12:53 brodsom
* firebird2/: examples/api/winevent.c (1.1),
examples/api/winevent.def (1.1), examples/api/winevent.rc (1.1),
examples/winevent/winevent.c (1.2), examples/winevent/winevent.def
(1.2), examples/winevent/winevent.rc (1.2),
examples/build_win32/clean_all.bat (1.2),
examples/build_win32/clean_winevent.bat (1.2),
examples/build_win32/make_all.bat (1.2),
examples/build_win32/make_api.bat (1.2),
examples/build_win32/make_winevent.bat (1.2),
builds/win32/make_all.bat (1.9):
Let winevent with api examples
2003-07-11 12:07 brodsom
* firebird2/examples/build_win32/: clean_all.bat (1.1),
clean_udf.bat (1.1), clean_winevent.bat (1.1), make_all.bat (1.1),
make_dyn.bat (1.2), make_udf.bat (1.1), make_winevent.bat (1.1):
Update.
2003-07-11 12:01 brodsom
* firebird2/doc/README.build.msvc.html (1.8):
Update
2003-07-11 05:22 brodsom
* firebird2/: builds/win32/make_all.bat (1.8),
examples/build_win32/clean_empbuild.bat (1.2), clean.sh (1.8):
Correction
2003-07-11 05:10 brodsom
* firebird2/examples/empbuild/empbuild.c (1.2):
Remove generated source
2003-07-11 05:09 brodsom
* firebird2/examples/empbuild/intlddl.sql (1.2):
Change DATE to TIMESTAMP
2003-07-11 05:08 brodsom
* firebird2/examples/: api/apifull.c (1.2), dyn/dynfull.e (1.2):
Win32 code patches
2003-07-11 05:05 brodsom
* firebird2/examples/build_win32/: clean_api.bat (1.1),
clean_dyn.bat (1.1), clean_empbuild.bat (1.1), clean_stat.bat
(1.1), make_api.bat (1.1), make_dyn.bat (1.1), make_empbuild.bat
(1.1), make_stat.bat (1.1), setenvvar.bat (1.1):
Win32 examples build scripts
2003-07-11 04:28 brodsom
* firebird2/configure.in (1.144):
Updates
2003-07-11 04:23 brodsom
* firebird2/builds/posix/: Makefile.in.codes (1.9),
Makefile.in.firebird (1.40), Makefile.in.refDatabases (1.18),
make.defaults (1.27), make.shared.targets (1.14):
Updates
2003-07-11 02:03 brodsom
* firebird2/builds/: win32/make_all.bat (1.7), win32/make_boot.bat
(1.6), win32/make_examples.bat (1.5), win32/prepare.bat (1.20),
install/arch-specific/win32/FirebirdInstall_15.iss (1.2):
Updated scripts
2003-07-11 01:29 brodsom
* firebird2/: src/include/gen/gds_codes.ftn (1.5),
src/include/gen/gds_codes.pas (1.6), src/extlib/ib_util.pas (1.3),
lang_helpers/README.txt (1.1), lang_helpers/gds.bas (1.1),
lang_helpers/gds.pas (1.1), lang_helpers/gds.pli (1.1),
lang_helpers/gds.vpas (1.1), lang_helpers/gds_aix.f (1.1),
lang_helpers/gds_codes.ftn (1.1), lang_helpers/gds_codes.pas (1.1),
lang_helpers/gds_hp.f (1.1), lang_helpers/gds_sun.f (1.1),
lang_helpers/gds_vms.f (1.1), lang_helpers/ib_util.pas (1.1),
lang_helpers/perf.pas (1.1):
Moving fortran, pascal etc helpers to lang_helpers
2003-07-11 01:09 brodsom
* firebird2/builds/misc/: help.gbak (1.1), metadata.gbak (1.1),
msg.gbak (1.1), security.gbak (1.1):
Moving .gbak to firebird2/builds/misc
2003-07-11 01:02 brodsom
* firebird2/examples/: empbuild/empbld.sql (1.1),
empbuild/empbuild.c (1.1), empbuild/empbuild.e (1.1),
empbuild/empddl.sql (1.1), empbuild/empdml.sql (1.1),
empbuild/employe2.sql (1.1), empbuild/indexoff.sql (1.1),
empbuild/indexon.sql (1.1), empbuild/intlbld.e (1.1),
empbuild/intlbld.sql (1.1), empbuild/intlddl.sql (1.1),
empbuild/intldml.sql (1.1), empbuild/job.inp (1.1),
empbuild/lang.inp (1.1), empbuild/proj.inp (1.1), empbuild/qtr.inp
(1.1), dyn/dyn1.e (1.1), dyn/dyn2.e (1.1), dyn/dyn3.e (1.1),
dyn/dyn4.e (1.1), dyn/dyn5.e (1.1), dyn/dynfull.e (1.1),
winevent/winevent.c (1.1), winevent/winevent.def (1.1),
winevent/winevent.rc (1.1), udf/udf.sql (1.1), udf/udflib.c (1.1),
udf/udflib.def (1.1), stat/stat1.e (1.1), stat/stat10.e (1.1),
stat/stat11.e (1.1), stat/stat12.e (1.1), stat/stat12t.e (1.1),
stat/stat2.e (1.1), stat/stat3.e (1.1), stat/stat4.e (1.1),
stat/stat5.e (1.1), stat/stat6.e (1.1), stat/stat7.e (1.1),
stat/stat8.e (1.1), stat/stat9.e (1.1), include/align.h (1.1),
include/example.h (1.1):
Moving firebird/src/v5_examples to firebird/examples
2003-07-11 00:58 brodsom
* firebird2/examples/: readme (1.1), functions.c (1.1), api/api1.c
(1.1), api/api10.c (1.1), api/api11.c (1.1), api/api12.c (1.1),
api/api13.c (1.1), api/api14.e (1.1), api/api15.c (1.1),
api/api16.c (1.1), api/api16t.c (1.1), api/api2.c (1.1), api/api3.c
(1.1), api/api4.c (1.1), api/api5.c (1.1), api/api6.c (1.1),
api/api7.c (1.1), api/api8.c (1.1), api/api9.c (1.1), api/api9f.c
(1.1), api/api9f.def (1.1), api/api9f.sql (1.1), api/apifull.c
(1.1), api/example.def (1.1), build_win32/old/example.mak (1.1),
build_win32/old/prefix.win32_bc (1.1),
build_win32/old/prefix.win32_msc (1.1),
build_win32/old/sfx.win32_makefile (1.1),
build_unix/old/sfx.unix_makefile (1.1), build_unix/old/makefile.old
(1.1), build_unix/old/prefix.hp10 (1.1),
build_unix/old/prefix.linux (1.1), build_unix/old/prefix.sco_ev
(1.1), build_unix/old/prefix.solaris (1.1):
Moving firebird/src/v5_examples to firebird/examples
2003-07-10 17:36 brodsom
* firebird2/doc/README.build.msvc.html (1.7):
Update
2003-07-10 17:29 brodsom
* firebird2/builds/: win32/make_all.bat (1.6),
install/arch-specific/win32/BuildExecutableInstall.bat (1.2):
Remove from BuildExecutableInstall work done in make_all.bat
2003-07-10 17:19 brodsom
* firebird2/builds/win32/make_all.bat (1.5):
Adding automatic public headers build (gds.h and ibase.h)
2003-07-09 11:21 fsg
* firebird2/:
builds/install/arch-specific/linux/classic/makeInstallImage.sh.in
(1.2),
builds/install/arch-specific/linux/super/makeInstallImage.sh.in
(1.2), builds/install/arch-specific/sinixz/prototype.in (1.2),
builds/posix/Makefile.in.extlib (1.11), doc/README.build.mingw.html
(1.2):
renamed fb_udf to fbudf for posix-builds to stay compatible with
the windows world
fsg
2003-07-09 03:24 brodsom
* firebird2/builds/install/arch-specific/linux/super/:
tarInstall.sh.in (1.2), tarinstall.sh.in (1.1):
-Rename to use the name in configure.in and classic
install.(previously configure fails for superserver)
2003-07-09 03:20 brodsom
* firebird2/configure.in (1.143):
-Correction due to 'install' move
2003-07-09 02:46 brodsom
* firebird2/builds/posix/: Makefile.in.firebird (1.39),
make.defaults (1.26):
Corrections
2003-07-09 01:32 brodsom
* firebird2/src/: burp/depends.mak (1.2), dsql/depends.mak (1.2),
dudley/depends.mak (1.2), intl/depends.mak (1.5),
intlcpp/depends.mak (1.2):
Remove depends (unused and unmaintained)
2003-07-09 01:10 brodsom
* firebird2/src/install/arch-specific/: darwin/FrameworkInfo.plist
(1.4), darwin/Makefile.in (1.3), freebsd/Makefile.in (1.2),
solx86/Makefile.in (1.2), solaris/Makefile.in (1.2),
sinixz/Makefile.in (1.7), sinixz/pkginfo.in (1.2),
sinixz/postinstall.in (1.6), sinixz/postremove.in (1.2),
sinixz/preinstall.in (1.2), sinixz/prototype.in (1.17),
mingw/Makefile.in (1.2), linux/super/makeInstallImage.sh.in (1.2),
linux/super/postinstall.sh.in (1.3),
linux/super/postuninstall.sh.in (1.2), linux/super/preinstall.sh.in
(1.3), linux/super/preuninstall.sh.in (1.2),
linux/super/rpmfiles.txt.in (1.3), linux/super/rpmheader.txt.in
(1.3), linux/super/tarMainInstall.sh.in (1.2),
linux/super/tarMainUninstall.sh.in (1.2),
linux/super/taruninstall.sh.in (1.2),
linux/misc/changeDBAPassword.sh.in (1.2),
linux/misc/firebird.xinetd.in (1.3), linux/classic/README (1.2),
linux/classic/makeInstallImage.sh.in (1.14),
linux/classic/postinstall.sh.in (1.11),
linux/classic/postuninstall.sh.in (1.2),
linux/classic/preinstall.sh.in (1.5),
linux/classic/preuninstall.sh.in (1.4),
linux/classic/rpmfiles.txt.in (1.2), linux/classic/rpmheader.txt.in
(1.3), linux/classic/tarMainInstall.sh.in (1.2),
linux/classic/tarMainUninstall.sh.in (1.2),
linux/classic/tarinstall.sh.in (1.2),
linux/classic/taruninstall.sh.in (1.2), linux/Makefile.in (1.10):
Moving install from 'src' to 'builds'
2003-07-09 01:05 brodsom
* firebird2/builds/win32/clean_all.bat (1.10):
Moving install from 'src' to 'builds'
2003-07-09 00:59 brodsom
* firebird2/builds/install/arch-specific/linux/classic/: README
(1.1), makeInstallImage.sh.in (1.1), postinstall.sh.in (1.1),
postuninstall.sh.in (1.1), preinstall.sh.in (1.1),
preuninstall.sh.in (1.1), rpmfiles.txt.in (1.1), rpmheader.txt.in
(1.1), tarMainInstall.sh.in (1.1), tarMainUninstall.sh.in (1.1),
tarinstall.sh.in (1.1), taruninstall.sh.in (1.1):
Moving install from 'src' to 'builds'
2003-07-09 00:56 brodsom
* firebird2/builds/install/:
arch-specific/darwin/FrameworkInfo.plist (1.1),
arch-specific/darwin/Makefile.in (1.1),
arch-specific/freebsd/Makefile.in (1.1),
arch-specific/linux/Makefile.in (1.1), misc/CSchangeRunUser.sh
(1.1), misc/CSrestoreRootRunUser.sh (1.1), misc/IDPLicense.txt
(1.1), misc/IPLicense.txt (1.1), misc/SSchangeRunUser.sh (1.1),
misc/SSrestoreRootRunUser.sh (1.1), misc/changeDBAPassword.sh
(1.1), misc/firebird.conf (1.1), misc/firebird.init.d.generic
(1.1), misc/firebird.init.d.mandrake (1.1),
arch-specific/win32/BuildExecutableInstall.bat (1.1),
arch-specific/win32/FirebirdInstall_15.iss (1.1),
arch-specific/win32/Readme.txt (1.1),
arch-specific/win32/firebird_install_logo1.bmp (1.1),
arch-specific/win32/installation_readme.txt (1.1),
arch-specific/win32/setenvvar.bat (1.1),
arch-specific/solx86/Makefile.in (1.1),
arch-specific/solaris/Makefile.in (1.1),
arch-specific/sinixz/Makefile.in (1.1),
arch-specific/sinixz/pkginfo.in (1.1),
arch-specific/sinixz/postinstall.in (1.1),
arch-specific/sinixz/postremove.in (1.1),
arch-specific/sinixz/preinstall.in (1.1),
arch-specific/sinixz/prototype.in (1.1),
arch-specific/mingw/Makefile.in (1.1),
arch-specific/linux/super/SSchangePasswd.sh (1.1),
arch-specific/linux/super/install.sh.in (1.1),
arch-specific/linux/super/makeInstallImage.sh.in (1.1),
arch-specific/linux/super/postinstall.sh.in (1.1),
arch-specific/linux/super/postuninstall.sh.in (1.1),
arch-specific/linux/super/preinstall.sh.in (1.1),
arch-specific/linux/super/preuninstall.sh.in (1.1),
arch-specific/linux/super/rpmfiles.txt.in (1.1),
arch-specific/linux/super/rpmheader.txt.in (1.1),
arch-specific/linux/super/tarInstall.sh.in (1.1),
arch-specific/linux/super/tarMainInstall.sh.in (1.1),
arch-specific/linux/super/tarMainUninstall.sh.in (1.1),
arch-specific/linux/super/taruninstall.sh.in (1.1),
arch-specific/linux/misc/changeDBAPassword.sh.in (1.1),
arch-specific/linux/misc/firebird.xinetd.in (1.1):
Moving install from 'src' to 'builds'
2003-07-09 00:53 brodsom
* firebird2/src/install/: misc/CSchangeRunUser.sh (1.7),
misc/CSrestoreRootRunUser.sh (1.4), misc/IDPLicense.txt (1.2),
misc/IPLicense.txt (1.2), misc/SSchangeRunUser.sh (1.3),
misc/SSrestoreRootRunUser.sh (1.3), misc/changeDBAPassword.sh
(1.4), misc/firebird.conf (1.29), misc/firebird.init.d.generic
(1.3), misc/firebird.init.d.mandrake (1.3),
arch-specific/win32/BuildExecutableInstall.bat (1.11),
arch-specific/win32/FirebirdInstall_15.iss (1.6),
arch-specific/win32/Readme.txt (1.3),
arch-specific/win32/firebird_install_logo1.bmp (1.2),
arch-specific/win32/installation_readme.txt (1.3),
arch-specific/linux/super/SSchangePasswd.sh (1.2),
arch-specific/linux/super/install.sh.in (1.2),
arch-specific/win32/setenvvar.bat (1.3):
Moving install from 'src' to 'builds'
2003-07-09 00:29 brodsom
* firebird2/doc/: cross_ref.html (1.2), emacros-cross_ref.html
(1.1):
Change document name
2003-07-08 21:16 brodsom
* firebird2/doc/: cleaning-todo.txt (1.2), cleaning-todo.txt (1.3):
Update
2003-07-08 20:12 brodsom
* firebird2/doc/: cleaning-todo.txt (1.1), cross_ref.html (1.1):
-Add external macros cross-reference -Add cleaning-todo
2003-07-08 14:23 brodsom
* firebird2/: Makefile.in (1.4), clean.sh (1.7), configure.in
(1.142), builds/posix/Makefile.in.codes (1.8),
builds/posix/Makefile.in.embed.qli (1.11),
builds/posix/Makefile.in.firebird (1.38),
builds/posix/Makefile.in.msgs (1.13),
builds/posix/Makefile.in.refDatabases (1.17):
Posix build move build process and temporary databases to 'gen'
2003-07-08 13:49 dimitr
* firebird2/src/common/config/config_file.cpp (1.11):
Removed warning for fbembed
2003-07-08 13:32 skidder
* firebird2/doc/install_win32.txt (1.2):
Correct docs a little
2003-07-08 13:19 skidder
* firebird2/doc/WhatsNew (1.36):
[no log message]
2003-07-08 13:17 dimitr
* firebird2/src/dsql/parse.cpp (1.72):
Fixed parse.cpp
2003-07-08 12:56 alexpeshkoff
* firebird2/builds/win32/preprocess.bat (1.16):
enable standalone use of preprocess.bat
2003-07-08 12:45 brodsom
* firebird2/builds/posix/: Makefile.in.msgs (1.12), make.defaults
(1.25):
no message
2003-07-08 03:08 brodsom
* firebird2/clean.sh (1.6):
Correction
2003-07-08 03:04 brodsom
* firebird2/: clean.sh (1.5), configure.in (1.141),
builds/posix/Makefile.in.codes (1.7),
builds/posix/Makefile.in.example5 (1.7),
builds/posix/Makefile.in.firebird (1.37),
builds/posix/Makefile.in.gpre (1.8),
builds/posix/Makefile.in.v5_examples (1.9),
builds/posix/make.defaults (1.24), builds/posix/make.rules (1.19),
builds/posix/make.shared.targets (1.13),
builds/posix/make.shared.variables (1.26),
builds/posix/prefix.solaris (1.5):
-Split posix build output between 'gen' and 'temp'(compiler .o .d)
- Remove some redundant variables
2003-07-08 01:49 skidder
* firebird2/src/dsql/parse.y (1.79):
Fix problem in non-reserved Inserting/Updating/Deleting
implementation found by Dmitry Emanov
2003-07-07 13:42 brodsom
* firebird2/doc/README.build.msvc.html (1.6):
Correction
2003-07-07 13:34 brodsom
* firebird2/builds/win32/clean_all.bat (1.9):
Installer update
2003-07-07 13:29 brodsom
* firebird2/doc/README.build.msvc.html (1.5):
Installer update
2003-07-07 02:56 brodsom
* firebird2/src/install/arch-specific/win32/FirebirdInstall_15.iss
(1.5):
Correction
2003-07-06 17:13 dimitr
* firebird2/doc/WhatsNew (1.35):
Added RC4 changed.
2003-07-06 10:38 dimitr
* firebird2/builds/win32/defs/: fbclient.def (1.3),
fbclient_debug.def (1.3):
Minor addition to the private API
2003-07-06 09:03 dimitr
* firebird2/src/: dudley/lex.cpp (1.14), gpre/gpre.cpp (1.26):
Uniform tempfile naming.
2003-07-06 03:51 brodsom
* firebird2/builds/posix/Makefile.in.codes (1.6):
Comment correction
2003-07-06 03:18 hippoman
* firebird2/builds/win32/msvc7/: Firebird2Boot.sln (1.1),
build_msg.vcproj (1.1), codes.vcproj (1.1), common_static.vcproj
(1.1), fbclient_static.vcproj (1.1), gpre_static.vcproj (1.1),
v5_examples.vcproj (1.1):
Syncing MSVC7 build files
2003-07-06 03:16 hippoman
* firebird2/builds/win32/: make_all.bat (1.4), make_boot.bat (1.5):
Fixing MSVC7 build
2003-07-06 03:07 brodsom
* firebird2/: builds/make.new/config/config.h.in (1.1),
builds/make.new/config/install-sh (1.1), clean.sh (1.4),
configure.in (1.140):
Move make.new to builds
2003-07-05 17:44 brodsom
* firebird2/generated/pyxis/placeholder.txt (1.2):
Removing 'generated'
2003-07-05 17:41 brodsom
* firebird2/generated/: makefile (1.3), alice/makefile (1.3),
alice/placeholder.txt (1.2), burp/makefile (1.3),
burp/placeholder.txt (1.2), dsql/makefile (1.3),
dsql/placeholder.txt (1.2), dudley/makefile (1.3),
dudley/placeholder.txt (1.2), gpre/makefile (1.3),
gpre/placeholder.txt (1.2), isql/makefile (1.3),
isql/placeholder.txt (1.2), journal/placeholder.txt (1.2),
jrd/makefile (1.3), jrd/placeholder.txt (1.2), msgs/makefile (1.3),
msgs/placeholder.txt (1.2):
Removing 'generated'
2003-07-05 17:24 brodsom
* firebird2/src/dsql/parse.awk (1.2):
remove obsolete file
2003-07-05 17:22 brodsom
* firebird2/builds/old_prefixes/: README.txt (1.1), prefix.aix
(1.1), prefix.aix_ppc (1.1), prefix.darwin (1.1), prefix.freebsd
(1.1), prefix.hp10 (1.1), prefix.hp9.0 (1.1), prefix.linux (1.1),
prefix.mu (1.1), prefix.ncr3000 (1.1), prefix.netbsd (1.1),
prefix.sco (1.1), prefix.sco_ev (1.1), prefix.solaris (1.1),
prefix.solaris_mt (1.1), prefix.solx86 (1.1), prefix.sun4 (1.1),
prefix.sun4_acc (1.1), prefix.win_nt (1.1), prefix.win_nts (1.1):
Move old_prefixes to builds directory
2003-07-05 16:48 brodsom
* firebird2/doc/README.build.msvc.html (1.4):
Update
2003-07-05 16:45 brodsom
* firebird2/: builds/win32/preprocess.bat (1.15),
builds/win32/clean_all.bat (1.8), builds/win32/make_all.bat (1.3),
builds/win32/make_boot.bat (1.4), builds/win32/make_examples.bat
(1.4), builds/win32/prepare.bat (1.19),
src/install/arch-specific/win32/BuildExecutableInstall.bat (1.10):
Move temporary 'dbs' below temporary 'gen'
2003-07-05 14:45 dimitr
* firebird2/src/common/config/config.cpp (1.40):
Fixed typo.
2003-07-05 14:13 dimitr
* firebird2/src/common/config/dir_list.cpp (1.14):
1) Cleanup 2) Some changes for the embedded server
2003-07-05 05:31 brodsom
* firebird2/builds/win32/: clean_all.bat (1.7), make_examples.bat
(1.3):
Corrections
2003-07-05 05:22 brodsom
* firebird2/: builds/win32/clean_all.bat (1.6),
builds/win32/make_all.bat (1.2), builds/win32/make_boot.bat (1.3),
builds/win32/make_examples.bat (1.2), builds/win32/parse.bat (1.4),
src/install/arch-specific/win32/BuildExecutableInstall.bat (1.9):
Use temporary compiler dir 'temp' below root
2003-07-05 05:17 brodsom
* firebird2/builds/win32/msvc6/: alice.dsp (1.15),
alice_classic.dsp (1.12), build_msg.dsp (1.3), burp.dsp (1.17),
burp_classic.dsp (1.15), codes.dsp (1.3), common.dsp (1.21),
common_classic.dsp (1.15), common_static.dsp (1.2), dsql_server.dsp
(1.20), dsql_server_classic.dsp (1.16), engine.dsp (1.32),
engine_classic.dsp (1.28), engine_embed.dsp (1.9),
fb_inet_server.dsp (1.17), fb_lock_print.dsp (1.17), fbclient.dsp
(1.33), fbclient_static.dsp (1.4), fbembed.dsp (1.25), fbguard.dsp
(1.17), fbserver.dsp (1.28), fbudf.dsp (1.10), gbak.dsp (1.19),
gdef.dsp (1.14), gds32.dsp (1.18), gfix.dsp (1.17), gpre.dsp
(1.18), gpre_boot.dsp (1.17), gpre_static.dsp (1.3), gsec.dsp
(1.13), gsplit.dsp (1.6), gstat.dsp (1.14), ib_udf.dsp (1.15),
ib_util.dsp (1.15), instreg.dsp (1.12), instsvc.dsp (1.13),
intl.dsp (1.20), intlcpp.dsp (1.5), ipserver.dsp (1.13), isql.dsp
(1.19), lock.dsp (1.12), lock_classic.dsp (1.10), qli.dsp (1.13),
remote.dsp (1.17), remote_classic.dsp (1.14), utilities.dsp (1.13),
utilities_classic.dsp (1.11), v5_examples.dsp (1.3), wal.dsp
(1.12), wal_classic.dsp (1.10):
Use temporary compiler dir 'temp' below root
2003-07-05 04:53 brodsom
* firebird2/:
src/install/arch-specific/win32/BuildExecutableInstall.bat (1.8),
builds/win32/clean_all.bat (1.5), builds/win32/make_boot.bat (1.2):
Move firebird.msg to 'gen' directory
2003-07-05 04:44 brodsom
* firebird2/builds/win32/: build_all.bat (1.9), build_boot.bat
(1.5), build_msg.bat (1.4), build_msg.mak (1.3), codes.mak (1.3),
common_boot.mak (1.8), fbclient_boot.mak (1.10), gpre.mak (1.9),
gpre_boot.mak (1.7), make6_all.bat (1.5), make6_boot.bat (1.4),
make6_examples.bat (1.2), make7_all.bat (1.4), make7_boot.bat
(1.4), make7_examples.bat (1.2):
Remove obsoleted build .bat and .mak
2003-07-05 04:41 brodsom
* firebird2/src/install/arch-specific/win32/setenvvar.bat (1.2):
Correction
2003-07-05 04:35 brodsom
* firebird2/doc/README.build.msvc.html (1.3):
Update
2003-07-05 04:23 brodsom
* firebird2/builds/win32/clean_all.bat (1.4):
Correction
2003-07-05 04:18 brodsom
* firebird2/: builds/win32/clean_all.bat (1.3),
src/install/arch-specific/win32/setenvvar.bat (1.1):
-Scripts with visual studio version detection -Move output
directory to a temporary below root -Use absolute paths (easier to
move)
2003-07-05 04:14 brodsom
*
-Scripts with visual studio version detection -Move output
directory to a temporary below root -Use absolute paths (easier to
move)
firebird2/src/install/arch-specific/win32/BuildExecutableInstall.ba
t (1.7):
2003-07-05 04:02 brodsom
* firebird2/builds/win32/make_examples.bat (1.1):
-Scripts with visual studio version detection -Move output
directory to a temporary below root -Use absolute paths (easier to
move)
2003-07-05 03:10 brodsom
* firebird2/builds/win32/: make_all.bat (1.1), make_boot.bat (1.1),
prepare.bat (1.18), preprocess.bat (1.14), setenvvar.bat (1.1):
-Scripts with visual studio version detection -Move output
directory to a temporary below root -Use absolute paths (easier to
move)
2003-07-04 21:21 brodsom
* firebird2/doc/README.build.msvc.html (1.2):
Update, not the final one.
2003-07-04 21:13 brodsom
*
-Remove unneeded messages -Replace cat (unix) with type (win)
firebird2/src/install/arch-specific/win32/BuildExecutableInstall.ba
t (1.6):
2003-07-04 20:45 brodsom
* firebird2/builds/win32/make7_examples.bat (1.1):
Add msvc7 v5_examples. To be reviewed by Ignacio J Ortega
2003-07-04 19:01 brodsom
* firebird2/builds/win32/: make6_debug_examples.bat (1.4),
make6_examples.bat (1.1):
Replace make6_debug_examples with a new one with DEBUG/CLEAN option
and not using sed
2003-07-04 18:45 brodsom
* firebird2/src/gpre/sql.cpp (1.14):
-b option for EXEC SQL SET DATABASE
2003-07-04 18:39 brodsom
* firebird2/builds/win32/: make6_all.bat (1.4), make6_boot.bat
(1.3), make7_all.bat (1.3), make7_boot.bat (1.3):
Beutifiying
2003-07-04 18:19 brodsom
* firebird2/src/gpre/: par.cpp (1.21), sql.cpp (1.13), sql_proto.h
(1.4):
-b option for exec sql
2003-07-04 17:31 brodsom
* firebird2/generated/: v5_examples/placeholder.txt (1.2),
utilities/makefile (1.3), utilities/placeholder.txt (1.2),
qli/placeholder.txt (1.2):
Remove unused generated directory. Builds use the temporary 'gen'
directory
2003-07-04 15:40 brodsom
* firebird2/builds/win32/: make6_all.bat (1.3), make7_all.bat
(1.2):
Beautifying
2003-07-04 15:26 brodsom
* firebird2/builds/win32/: make6_debug.bat (1.7), make6_release.bat
(1.7), make7_debug.bat (1.4), make7_release.bat (1.4):
Remove replaced bats make6_debug.bat replaced with make6_all.bat
DEBUG make6_release.bat replaced with make6_all.bat make7_debug.bat
replaced with make7_all.bat DEBUG make7_release.bat replaced with
make7_all.bat
2003-07-04 15:19 brodsom
* firebird2/builds/win32/make7_boot.bat (1.2):
Correction
2003-07-04 15:08 brodsom
* firebird2/builds/win32/: make7_boot.bat (1.1), prepare.bat
(1.17):
-Replace build_all with makeX_boot. -Add make7_boot (To be
reviewed by Ignacio J Ortega)
2003-07-04 15:00 brodsom
* firebird2/builds/win32/make7_all.bat (1.1):
Replace make7_debug and make7_release with make7_all (To be
reviewed by Ignacio J Ortega)
2003-07-04 14:54 brodsom
* firebird2/builds/win32/: make6_all.bat (1.2), make6_boot.bat
(1.2):
Correction
2003-07-04 14:46 brodsom
* firebird2/builds/win32/: build6_all.bat (1.8), make6_all.bat
(1.1), make6_boot.bat (1.1):
-Change the file name of build6_all to a more understandable one.
-Replace Make6_release and Make6_debug with make6_all valid for
release and debug versions
2003-07-04 14:46 dimitr
* firebird2/builds/win32/prepare.bat (1.16):
Minor changes to the preparation script.
2003-07-04 14:42 brodsom
* firebird2/doc/: README.build.mingw.html (1.1), README.mingw.html
(1.3):
Change the file name to a more understandable one.
2003-07-04 14:40 brodsom
* firebird2/doc/README.build.msvc.html (1.1):
First and temporary version of msvc build readme. (The good one in
hours)
2003-07-04 14:19 dimitr
* firebird2/src/common/classes/tree.h (1.13):
Fixed win32 build
2003-07-04 12:34 brodsom
* firebird2/doc/README.mingw.html (1.2):
Update MinGW docs
2003-07-04 12:15 dimitr
* firebird2/builds/win32/msvc6/: engine.dsp (1.31),
engine_classic.dsp (1.27), engine_embed.dsp (1.8):
Fixed little optimization issue with VC6 (SP < 5)
2003-07-04 05:31 brodsom
* firebird2/clean.sh (1.3):
Add more files to clean
2003-07-04 05:21 brodsom
* firebird2/: doc/README.mingw.html (1.1),
builds/posix/prefix.mingw.README.html (1.13):
Move MinGW readme
2003-07-04 04:26 brodsom
* firebird2/builds/posix/prefix.mingw (1.19):
Use MINGW macro and mthreads
2003-07-04 01:02 brodsom
* firebird2/src/gpre/sql.cpp (1.12):
Patch
2003-07-03 17:47 brodsom
* firebird2/: builds/posix/Makefile.in.msgs (1.11), clean.sh (1.2):
add extension to identify type
2003-07-03 16:44 brodsom
* firebird2/configure.in (1.139):
Remove unused directory creation
2003-07-03 16:29 brodsom
* firebird2/clean.sh (1.1):
Add script to clean build generated files
2003-07-03 15:08 brodsom
* firebird2/builds/win32/clean_all.bat (1.2):
Add batch to remove build created files and directories
2003-07-03 14:44 brodsom
* firebird2/builds/win32/clean_all.bat (1.1):
Add batch to remove build created files and directories
2003-07-03 14:36 brodsom
* firebird2/builds/win32/: build6_all.bat (1.7), build_all.bat
(1.8), build_msg.bat (1.3), build_msg.mak (1.2), codes.mak (1.2),
fbclient_boot.mak (1.9), gpre.mak (1.8), make6_debug_examples.bat
(1.3), prepare.bat (1.15), preprocess.bat (1.13), msvc6/alice.dsp
(1.14), msvc6/alice_classic.dsp (1.11), msvc6/build_msg.dsp (1.2),
msvc6/burp.dsp (1.16), msvc6/burp_classic.dsp (1.14),
msvc6/codes.dsp (1.2), msvc6/dsql_server.dsp (1.19),
msvc6/dsql_server_classic.dsp (1.15), msvc6/engine.dsp (1.30),
msvc6/engine_classic.dsp (1.26), msvc6/engine_embed.dsp (1.7),
msvc6/fb_inet_server.dsp (1.16), msvc6/fbclient.dsp (1.32),
msvc6/fbclient_static.dsp (1.3), msvc6/fbembed.dsp (1.24),
msvc6/fbserver.dsp (1.27), msvc6/gbak.dsp (1.18), msvc6/gdef.dsp
(1.13), msvc6/gfix.dsp (1.16), msvc6/gpre.dsp (1.17),
msvc6/gpre_static.dsp (1.2), msvc6/gsec.dsp (1.12), msvc6/gstat.dsp
(1.13), msvc6/isql.dsp (1.18), msvc6/qli.dsp (1.12),
msvc6/utilities.dsp (1.12), msvc6/utilities_classic.dsp (1.10),
msvc6/v5_examples.dsp (1.2), msvc7/alice.vcproj (1.8),
msvc7/alice_classic.vcproj (1.8), msvc7/burp.vcproj (1.11),
msvc7/burp_classic.vcproj (1.11), msvc7/dsql_server.vcproj (1.10),
msvc7/dsql_server_classic.vcproj (1.10), msvc7/engine.vcproj
(1.21), msvc7/engine_classic.vcproj (1.20),
msvc7/engine_embed.vcproj (1.8), msvc7/fb_inet_server.vcproj (1.9),
msvc7/fbclient.vcproj (1.17), msvc7/fbembed.vcproj (1.14),
msvc7/fbserver.vcproj (1.10), msvc7/gbak.vcproj (1.11),
msvc7/gdef.vcproj (1.11), msvc7/gfix.vcproj (1.10),
msvc7/gpre.vcproj (1.13), msvc7/gsec.vcproj (1.10),
msvc7/gstat.vcproj (1.11), msvc7/isql.vcproj (1.11),
msvc7/qli.vcproj (1.10), msvc7/utilities.vcproj (1.10),
msvc7/utilities_classic.vcproj (1.9):
Move generated source from 'generated' to 'gen'. So we don't use a
CVS and obsolete directory for build output and it will be easier
to do a clean build.
2003-07-03 13:04 brodsom
* firebird2/builds/win32/: blrtable.bat (1.4), build6_all.bat
(1.6), parse.bat (1.3), prepare.bat (1.14), preprocess.bat (1.12):
minor changes
2003-07-03 04:13 brodsom
* firebird2/builds/win32/preprocess.bat (1.11):
Remove sed test since the normal build (without parse) doesn't need
sed or any other unix command.
2003-07-03 04:12 brodsom
* firebird2/builds/win32/build6_all.bat (1.5):
Minor changes
2003-07-03 04:12 brodsom
* firebird2/builds/win32/parse.bat (1.2):
-Change parse.bat to verify yacc/bison and sed and work with the
two parser generators.
2003-07-02 21:02 brodsom
* firebird2/builds/: win32/preprocess.bat (1.10),
posix/make.shared.targets (1.12):
Add special action to be used in dyn_def.cpp. (remove dyn_def.sed)
2003-07-02 20:58 brodsom
* firebird2/src/gpre/: gpre.h (1.33), hsh.h (1.4), int.cpp (1.13),
int_cxx.cpp (1.11), par.cpp (1.20), words.h (1.3):
Add special action to be used in dyn_def.cpp.
2003-07-02 16:40 brodsom
* firebird2/builds/win32/: build6_all.bat (1.4), build_msg.bat
(1.2), prepare.bat (1.13), preprocess.bat (1.9):
Avoid using sed to edit epp files (excluding security.epp).
2003-07-02 14:57 brodsom
* firebird2/src/gpre/: gpre.cpp (1.25), gpre.h (1.32), gpreswi.h
(1.8), msc.cpp (1.6), msc_proto.h (1.4), par.cpp (1.19),
par_proto.h (1.4):
New gpre -b option to be used in the msvc build process. It enable
to set the base directory for compile time db without using sed.
2003-07-02 13:40 brodsom
* firebird2/builds/win32/: msvc6/Firebird2Boot.dsw (1.1),
build6_all.bat (1.3), msvc6/Firebird2.dsw (1.19):
New dsp's to replace nmake's (split boot workspace)
2003-07-02 11:40 dimitr
* firebird2/src/dsql/: parse.cpp (1.71), parse.y (1.78):
Correct the parser a bit.
2003-07-02 02:16 brodsom
* firebird2/src/dsql/: parse.cpp (1.70), parse.y (1.77), dsql.tab.h
(1.18), keywords.cpp (1.18):
Solve macro conflicts on win 32 when using bison and msvc
2003-07-02 01:19 brodsom
* firebird2/src/dsql/parse.sed (1.10):
Enable use of bison 1.35 (tested with gnuwin32 version)
2003-07-02 00:25 brodsom
* firebird2/builds/win32/build6_all.bat (1.2):
New dsp's to replace nmake's (correction)
2003-07-02 00:24 brodsom
* firebird2/builds/win32/: preprocess.bat (1.8), gpre.mak (1.7):
New dsp's to replace nmake's (gpre with BOOT_BUILD = gpre_static)
2003-07-01 21:20 brodsom
* firebird2/builds/win32/build6_all.bat (1.1):
New dsp's to replace nmake's
2003-07-01 20:49 brodsom
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.18),
fbclient_static.dsp (1.2):
New dsp's to replace nmake's
2003-07-01 20:45 brodsom
* firebird2/builds/win32/msvc6/: build_msg.dsp (1.1), codes.dsp
(1.1):
New dsp's to replace nmake's
2003-07-01 19:09 brodsom
* firebird2/builds/win32/msvc6/: common_static.dsp (1.1),
fbclient_static.dsp (1.1), gpre_static.dsp (1.1), Firebird2.dsw
(1.17):
New dsp's to replace nmake's
2003-06-30 20:12 brodsom
* firebird2/builds/win32/prepare.bat (1.12):
Remove unneeded sed commands in build
2003-06-30 20:09 brodsom
* firebird2/: src/dudley/exe.epp (1.18),
builds/win32/msvc6/gbak.dsp (1.17):
Changes only inside #ifdef DEBUG. Needed to be able to build with
-DDEBUG on gcc.(there are also some format corrections)
2003-06-30 16:31 skidder
* firebird2/src/dsql/pass1.cpp (1.72):
Forbid pessimistic locks in queries with DISTINCT clause
2003-06-30 14:42 brodsom
* firebird2/builds/posix/prefix.mingw.README.html (1.12):
Update mingw instructions
2003-06-30 12:47 brodsom
* firebird2/src/: dsql/ddl.cpp (1.50), gpre/gpre_meta.epp (1.20):
Changes only inside #ifdef DEBUG. Needed to be able to build with
-DDEBUG on gcc.(there are also some format corrections)
2003-06-30 12:42 brodsom
* firebird2/src/burp/: backup.epp (1.24), mvol.cpp (1.13),
restore.epp (1.31):
Changes only inside #ifdef DEBUG. Needed to be able to build with
-DDEBUG on gcc.(there are also some format corrections)
2003-06-29 22:36 skidder
* firebird2/src/dsql/: dsql.h (1.28), metd.epp (1.26), pass1.cpp
(1.71):
Add checks to allow explicit pessimistic locks only in cases when
we really support them
2003-06-28 15:59 dimitr
* firebird2/src/dsql/ddl.cpp (1.49):
Fixed metadata cache issues with CREATE OR ALTER statement.
2003-06-27 18:16 brodsom
* firebird2/builds/win32/make6_debug_examples.bat (1.2):
Add batch and dsp to rebuild empbuild.c. (Correction use expand_ex
instead of expand)
2003-06-27 18:05 brodsom
* firebird2/generated/v5_examples/placeholder.txt (1.1):
Add batch and dsp to rebuild empbuild.c. The script is not included
in build process.
2003-06-27 17:59 brodsom
* firebird2/builds/win32/: msvc6/Firebird2.dsw (1.16),
msvc6/v5_examples.dsp (1.1), make6_debug_examples.bat (1.1):
Add batch and dsp to rebuild empbuild.c. The script is not included
in build process.
2003-06-26 12:44 dimitr
* firebird2/src/dsql/: gen.cpp (1.33), parse.cpp (1.69), parse.y
(1.76):
Some savepoint-related changes: 1. release single savepoint 2.
fixed exception handling
2003-06-25 09:44 dimitr
* firebird2/src/: common/config/dir_list.cpp (1.13),
install/misc/firebird.conf (1.28):
Renamed environment variable. Fixed one temp-related crash.
2003-06-25 09:38 dimitr
* firebird2/src/common/config/config.cpp (1.39):
Fixed manual TCP port assignment.
2003-06-24 11:28 dimitr
* firebird2/src/dsql/: parse.cpp (1.68), parse.y (1.75):
Fixed one more limitation in the parser.
2003-06-22 14:37 alexpeshkoff
* firebird2/doc/: README.NTSecurity (1.1), README.instsvc (1.1):
some more readme's
2003-06-22 13:52 alexpeshkoff
* firebird2/doc/sql.extensions/README.execute_statement (1.2):
fixed word repetition
2003-06-20 19:55 kkuznetsov
* firebird2/: builds/posix/prefix.solx86 (1.18),
builds/posix/prefix.solx86gcc (1.1), src/common/classes/tree.h
(1.12):
Trying to make FB2 compiler independant add prefix for SUN C
compiler and fix fist compilation error
2003-06-19 20:13 dimitr
* firebird2/src/install/misc/firebird.conf (1.27):
Fixed the config option.
2003-06-19 20:10 dimitr
* firebird2/src/common/config/: config.cpp (1.38), config.h (1.23):
Fixed the config option.
2003-06-18 15:29 alexpeshkoff
* firebird2/doc/sql.extensions/README.execute_statement (1.1):
Initial revision of EXECUTE STATEMENT description
2003-06-16 17:43 alexpeshkoff
* firebird2/src/dsql/dsql.cpp (1.54):
fixed diagnostic in EXECUTE STATEMENT & DirectoryList
2003-06-16 00:26 skidder
* firebird2/src/dsql/parse.y (1.74):
Oops. Part of my own RELEASE SAVEPOINT implementation leaked into
to the previous commit
2003-06-16 00:08 skidder
* firebird2/src/dsql/parse.y (1.73):
Make INSERTING/UPDATING/DELETING non-reserved keywords. The patch
causes compilation performance degradation for statements
containing a lot of braces, but my testing indicated that this
effect is surely unmeasurable for nesting level up to 250
2003-06-15 08:03 stryqx
* firebird2/configure.in (1.138):
The check for socklen_t fails on FreeBSD as socklen_t is defined in
sys/socket.h. Write a specific check for this on FreeBSD.
2003-06-15 07:57 stryqx
* firebird2/configure.in (1.137):
Fix a typo.
2003-06-13 09:56 dimitr
* firebird2/src/dsql/: dsql.h (1.27), pass1.cpp (1.70):
New error messages for: - gbak - DSQL layer (aggregate
tracking) - JRD layer (EXECUTE STATEMENT) - config stuff
2003-06-13 09:51 dimitr
* firebird2/src/: include/gen/codes.h (1.10),
include/gen/codetext.h (1.5), include/gen/gds_codes.ftn (1.4),
include/gen/gds_codes.pas (1.5), include/gen/iberror.h (1.5),
include/gen/msgs.h (1.5), include/gen/rdb_codes.h (1.5),
include/gen/sql_code.h (1.6), burp/backup.epp (1.23):
New error messages for: - gbak - DSQL layer (aggregate
tracking) - JRD layer (EXECUTE STATEMENT) - config stuff
2003-06-13 03:17 skywalker
* firebird2/configure.in (1.136):
Create a required directory for super
2003-06-12 11:38 dimitr
* firebird2/src/dsql/pass1.cpp (1.69):
Disallowed explicit locking for aggregate queries. The same should
be done for stored procedure streams (joins require some work too).
2003-06-10 15:39 dimitr
* firebird2/src/dsql/: dsql.tab.h (1.17), gen.cpp (1.32),
keywords.cpp (1.17), node.h (1.23), parse.cpp (1.67), parse.y
(1.72), pass1.cpp (1.68):
Fixed (hopefully) savepoints implementation: 1) RELEASE SAVEPOINT
statement is added 2) SAVEPOINT statement now re-establishes
existing savepoint with the same name 3) all savepoint stuff is
changed to use single BLR verb
2003-06-10 10:19 eku
* firebird2/src/install/arch-specific/sinixz/prototype.in (1.16):
Updated package prototype file.
2003-06-08 22:59 hippoman
* firebird2/builds/win32/msvc7/: fb_inet_server.vcproj (1.8),
fb_lock_print.vcproj (1.13), fbclient.vcproj (1.16), fbembed.vcproj
(1.13), fbguard.vcproj (1.11), fbserver.vcproj (1.9), gbak.vcproj
(1.10), gdef.vcproj (1.10), gds32.vcproj (1.10), gfix.vcproj (1.9),
gpre.vcproj (1.12), gpre_boot.vcproj (1.12), gsec.vcproj (1.9),
gsplit.vcproj (1.5), gstat.vcproj (1.10), ib_udf.vcproj (1.10),
ib_util.vcproj (1.10), instreg.vcproj (1.9), instsvc.vcproj (1.9),
intl.vcproj (1.10), intlcpp.vcproj (1.4), isql.vcproj (1.10),
qli.vcproj (1.9):
*Synced msvc7 build *changed dir references related ro rc files to
relative paths.
2003-06-06 16:04 alexpeshkoff
* firebird2/src/install/arch-specific/linux/super/:
makeInstallImage.sh.in (1.1), postinstall.sh.in (1.2),
rpmfiles.txt.in (1.2), rpmheader.txt.in (1.2), tarMainInstall.sh.in
(1.1), tarMainUninstall.sh.in (1.1), taruninstall.sh.in (1.1):
fixing linux SS - install files -- SORRY -- this files are not
checked, but are required to start SS build
2003-06-06 11:31 alexpeshkoff
* firebird2/builds/posix/: Makefile.in.fbserver (1.11),
prefix.linux (1.18):
fixing linux SS - trivial mistypes
2003-06-05 21:38 dimitr
* firebird2/builds/win32/msvc6/fbembed.dsp (1.23):
Add remote client to the embedded server again.
2003-06-05 15:12 dimitr
* firebird2/builds/win32/msvc6/engine.dsp (1.29):
Rolled back my previous optimization change.
2003-06-05 14:37 dimitr
* firebird2/src/dsql/parse.y (1.71):
Let's be GNU Bison 1.75 friendly.
2003-06-05 13:08 dimitr
* firebird2/src/dsql/parse.cpp (1.66):
Committed up-to-date parse.cpp.
2003-06-05 12:12 aafemt
* firebird2/src/include/fb_types.h (1.25):
Backward compatibility of public interface
2003-06-04 15:04 dimitr
* firebird2/builds/win32/msvc6/engine.dsp (1.28):
Fixed another issue with invalid VC6 optimization.
2003-06-04 10:29 paul_reeves
* firebird2/builds/win32/prepare.bat (1.11):
Add a warning about changed behaviour of prepare.bat.
2003-06-04 10:22 paul_reeves
* firebird2/builds/win32/: build_all.bat (1.7), prepare.bat (1.10):
Automate the Win32 build process a little bit more.
2003-06-03 12:26 skidder
* firebird2/src/burp/restore.epp (1.30):
Correct workaround of GCC 3.2 bug. Weirdness of our code fixed.
2003-06-03 12:14 aafemt
* firebird2/src/burp/restore.epp (1.29):
Workaround for GCC 3.2 bug
2003-06-02 18:11 skidder
* firebird2/src/dsql/parse.y (1.70):
Fix server crash when SKIP syntax with braces used (SF 747567).
Really strange, but problem does not affect Linux version. This is
why it escaped my testing
2003-06-02 15:55 alexpeshkoff
* firebird2/src/include/fb_string.h (1.6):
Fixed bug with case-sensitive filesystem
2003-06-01 21:17 skidder
* firebird2/doc/WhatsNew (1.34):
fix up WhatsNew
2003-06-01 21:14 skidder
* firebird2/doc/WhatsNew (1.33):
fix up WhatsNew
2003-06-01 20:42 dimitr
* firebird2/doc/WhatsNew (1.32):
Added RC3 notes.
2003-06-01 19:02 fsg
* firebird2/src/gpre/pas.cpp (1.10):
Some cosmetic changes
2003-06-01 17:51 skidder
* firebird2/src/install/misc/CSchangeRunUser.sh (1.6):
Install aliases.conf on Linux
2003-06-01 17:47 skidder
* firebird2/src/install/arch-specific/linux/classic/:
makeInstallImage.sh.in (1.13), postinstall.sh.in (1.10):
Install aliases.conf on Linux
2003-06-01 10:09 dimitr
* firebird2/src/include/fb_string.h (1.5):
Fixed PathName compile issues.
2003-05-30 14:29 dimitr
* firebird2/src/dsql/parse.cpp (1.65):
Updated parse.cpp.
2003-05-30 14:17 alexpeshkoff
* firebird2/src/: common/config/config_file.cpp (1.10),
common/config/config_file.h (1.4), common/config/dir_list.cpp
(1.12), common/config/dir_list.h (1.9), include/fb_string.h (1.4):
Added support for case-sensitivity in path's comaparison according
to OS requirements. Use it in config_file & dir_list Now in win32
one may write: DatabaseAccess=ReStrIcT c:\HiSpAtH
2003-05-29 15:40 skidder
* firebird2/src/install/arch-specific/linux/Makefile.in (1.9):
Use rpmbuild to build packages
2003-05-29 12:14 skidder
* firebird2/src/install/:
arch-specific/linux/classic/postinstall.sh.in (1.9),
misc/CSchangeRunUser.sh (1.5):
Fix permissions problem for firebird.conf (SF 745090)
2003-05-28 05:33 paul_reeves
* firebird2/builds/win32/prepare.bat (1.9):
Fix typo
2003-05-25 12:44 fsg
* firebird2/: configure.in (1.135),
builds/posix/Makefile.in.boot.gpre (1.14),
src/install/arch-specific/linux/classic/makeInstallImage.sh.in
(1.12):
Reenabled ada, fortran, cobol and pascal for gpre Install *udf.sql
into the UDF-directory for linux builds
2003-05-25 02:10 skidder
* firebird2/src/include/fb_types.h (1.24):
Move FB_ALIGN out of platform-dependent section as some parts of
code depend on its implementation unconditionally
2003-05-25 02:07 skidder
* firebird2/builds/posix/: make.rules (1.18), prefix.mingw (1.18):
Allow C programs use our shared libraries on Linux and other POSIX
platforms
2003-05-25 02:04 skidder
* firebird2/: builds/posix/Makefile.in.extlib (1.10),
builds/posix/make.defaults (1.23),
src/install/arch-specific/linux/classic/makeInstallImage.sh.in
(1.11):
Fix UDF linkage problems on linux
2003-05-24 19:27 skidder
* firebird2/src/dsql/parse.sed (1.9):
Oops. Forgot to commit sed-script for parse.y
2003-05-24 17:18 skidder
* firebird2/src/dsql/parse.y (1.69):
Add comment
2003-05-24 15:44 fsg
* firebird2/src/gpre/pas.cpp (1.9):
Some fixes to allow to compile gpre with --with-gpre-pascal again
2003-05-23 18:55 skidder
* firebird2/src/dsql/parse.y (1.68):
Make FIRST/SKIP keywords non-reserved
2003-05-22 14:42 paul_reeves
* firebird2/: builds/win32/prepare.bat (1.8),
src/install/arch-specific/win32/BuildExecutableInstall.bat (1.5),
src/install/arch-specific/win32/FirebirdInstall_15.iss (1.4),
src/install/arch-specific/win32/Readme.txt (1.2),
src/install/arch-specific/win32/installation_readme.txt (1.2):
Update Win32 install script and associated files
2003-05-22 08:39 alexpeshkoff
* firebird2/src/common/config/config_file.cpp (1.9):
Fixed problem with fbclient on 9x
2003-05-20 17:39 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h (1.85):
Fixed win32 build. VC6 doesn't have mkstemp().
2003-05-16 22:34 skidder
* firebird2/src/include/fb_types.h (1.23):
Fix up lock manager. Clean AST invocation. Fix type of lrq_flags to
match its value. Backout my logic for fast deadlock detection as it
breaks engine in several places
2003-05-14 10:15 dimitr
* firebird2/src/dsql/: ddl.cpp (1.48), pass1.cpp (1.67):
Enabled BREAK/LEAVE and EXITcommands in non-system triggers.
2003-05-14 07:39 eku
* firebird2/: configure.in (1.134),
src/include/gen/autoconfig_msvc.h (1.84):
Check for the function mkstemp(). If it's not available, fall back
to mktemp().
2003-05-11 21:32 skidder
* firebird2/src/dsql/pass1.cpp (1.66):
Use explicit pessimistic locks only if WITH LOCK clause is
specified
2003-05-11 15:23 dimitr
* firebird2/builds/win32/defs/: fbclient.def (1.2),
fbclient_debug.def (1.2):
Restored compatibility ordinals. Unfortunately, too many software
depend on them.
2003-05-10 17:37 hippoman
*
* now it's nod needed a FB 1.0 install to make the install package,
everything is took from the source tree, or built..
firebird2/src/install/arch-specific/win32/BuildExecutableInstall.ba
t (1.4):
2003-05-10 17:13 dimitr
* firebird2/doc/WhatsNew (1.31):
Update.
2003-05-10 16:36 hippoman
* firebird2/builds/win32/: make7_debug.bat (1.3), make7_release.bat
(1.3):
* moved intlcpp also to output dir
2003-05-10 16:36 hippoman
* firebird2/builds/win32/build_all.bat (1.6):
* called build_msgs from build_all
2003-05-10 03:10 hippoman
* firebird2/src/install/arch-specific/win32/:
BuildExecutableInstall.bat (1.3), FirebirdInstall_15.iss (1.3):
* install gds32 and fbclient into system32 * add cs and ss
executables to both installs * Different Names for CS and SS
install packages. * echo off
2003-05-10 02:06 hippoman
* firebird2/src/install/arch-specific/win32/:
BuildExecutableInstall.bat (1.2), FirebirdInstall_15.iss (1.2):
* Support for msvc7 runtime and build
2003-05-09 18:02 skidder
* firebird2/src/dsql/alld.cpp (1.10):
Cleanup
2003-05-09 17:10 hippoman
* firebird2/builds/win32/msvc7/: engine.vcproj (1.20),
engine_classic.vcproj (1.19), Firebird2.sln (1.9), common.vcproj
(1.9), common_classic.vcproj (1.7), engine_embed.vcproj (1.7),
fbclient.vcproj (1.15), fbembed.vcproj (1.12):
* Synced the msvc7 build files
2003-05-09 16:45 skidder
* firebird2/src/intl/lc_ascii.c (1.15):
Strange, but MSVC fails to compile C code that uses "inline"
keyword directly. Replace it with "__inline" in my previous commit
2003-05-08 21:47 skidder
* firebird2/src/intl/lc_ascii.c (1.14):
Optimize it a little
2003-05-08 19:40 skidder
* firebird2/doc/WhatsNew (1.30):
better description for some of RC2 changes
2003-05-08 12:31 alexpeshkoff
* firebird2/src/common/config/config_file.cpp (1.8):
For BootBuild don't give any diagnostic for missing firebird.conf.
For wrong firebird.conf - standard diagnostic.
2003-05-08 09:15 dimitr
* firebird2/doc/WhatsNew (1.29):
Added RC2 changes.
2003-05-08 08:21 dimitr
* firebird2/src/intl/lc_ascii.c (1.13):
Handle special win1251 characters properly.
2003-05-07 15:46 skidder
* firebird2/src/include/fb_types.h (1.22):
Fix a reason of several observed xdr-related crashes. Bug was
introduced during initial C++ porting effort
2003-05-07 13:13 skidder
* firebird2/src/common/classes/alloc.cpp (1.29):
No more messages about forbidden usage of global operator new in
DEV_BUILD. C++ library from RH8.0 does that routinely and this
causes crashes because stderr messages go to TCP socket from
fb_inet_server
2003-05-07 12:30 dimitr
* firebird2/builds/win32/fbclient_boot.mak (1.8):
Fixed win32 build process.
2003-05-07 09:51 dimitr
* firebird2/src/common/config/config.cpp (1.37):
Since CS doesn't lock processes while waiting for incoming aux
connection, it's potentially dangerous to use one definite port for
event processing.
2003-05-07 09:25 dimitr
* firebird2/src/common/config/config.cpp (1.36):
Corrected default value, as suggested by Nickolay.
2003-05-07 03:57 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.65):
1) bugfix RC1: Aggregates from a different parent_context where not
allowed in the HAVING clause.
2) Enabled aggregate-functions from different parent_context (with
lower scope_level) to be used inside another aggregate-function
Example: SELECT MAX((SELECT COUNT(*) FROM RDB$RELATIONS)) FROM
RDB$RELATIONS
2003-05-06 17:04 dimitr
* firebird2/src/: common/config/config.cpp (1.35),
install/misc/firebird.conf (1.26):
Changed default value.
2003-05-05 18:11 skidder
* firebird2/builds/win32/common_boot.mak (1.7):
Make Win32 build compile
2003-05-05 14:26 alexpeshkoff
* firebird2/src/common/config/: dir_list.cpp (1.11), dir_list.h
(1.8):
Enable spaces & tabs in directory list
2003-05-05 13:55 skidder
* firebird2/src/common/classes/array.h (1.3):
Fix compiler warnings
2003-05-05 12:45 alexpeshkoff
* firebird2/src/common/config/config_file.cpp (1.7):
Preprocessor cleanup
2003-05-05 12:36 dimitr
* firebird2/builds/win32/msvc6/fbembed.dsp (1.22):
Updated project files
2003-05-05 12:32 dimitr
* firebird2/doc/README.user.embedded (1.1):
Added notes for the embedded server
2003-05-05 12:27 dimitr
* firebird2/src/install/misc/firebird.conf (1.25):
Updated documentation
2003-05-05 09:38 alexpeshkoff
* firebird2/builds/posix/make.shared.variables (1.25):
Dropped second entry for rpb_chain
2003-05-05 00:02 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.64):
fixed a typo and changed some comments
2003-05-02 18:04 alexpeshkoff
* firebird2/src/burp/: burp.cpp (1.33), spit.cpp (1.11), spit.h
(1.2), std_desc.h (1.1):
Fixed bug with stdin/stdout use in win32 version of gbak
2003-05-02 17:20 alexpeshkoff
* firebird2/src/dsql/pass1.cpp (1.63):
Fixed server crash in EXECUTE STATEMENT combined with exceptions
handling block
2003-05-01 15:28 dimitr
* firebird2/: src/common/config/config_file.cpp (1.6),
builds/win32/msvc6/fbclient.dsp (1.31):
Bugfix
2003-05-01 14:19 dimitr
* firebird2/src/common/config/: dir_list.cpp (1.10), dir_list.h
(1.7):
Temporary directory management
2003-05-01 13:45 dimitr
* firebird2/src/install/misc/firebird.conf (1.24):
Temporary directory management
2003-05-01 13:35 dimitr
* firebird2/src/common/config/: config.cpp (1.34), config.h (1.22):
Temporary directory management
2003-04-29 19:14 skidder
* firebird2/src/intl/: lc_ascii.c (1.12), lc_ascii.h (1.2):
Make UPPER() work correctly for WIN1251 charset
2003-04-29 16:23 alexpeshkoff
* firebird2/builds/posix/make.shared.variables (1.24):
added rpb_chain to posix build
2003-04-28 21:48 skidder
* firebird2/src/install/arch-specific/linux/classic/:
makeInstallImage.sh.in (1.10), postinstall.sh.in (1.8),
preinstall.sh.in (1.4):
Install firebird.conf to installation root on Linux
2003-04-28 20:57 fsg
* firebird2/builds/posix/make.shared.variables (1.23):
Update linux makefiles to reflect rpb_chain changes
2003-04-28 20:24 skidder
* firebird2/builds/win32/msvc7/: engine.vcproj (1.19),
engine_classic.vcproj (1.18), engine_embed.vcproj (1.6):
Update MSVC7 makefiles to reflect rpb_chain changes
2003-04-28 09:41 dimitr
* firebird2/src/dsql/ddl.cpp (1.47):
Damn, what I was thinking about that time?
2003-04-26 12:08 alexpeshkoff
* firebird2/src/common/classes/array.h (1.2):
Don't execute any constructors / destructors for elements of class
T
2003-04-25 16:51 alexpeshkoff
* firebird2/builds/win32/msvc6/: common.dsp (1.20),
common_classic.dsp (1.14), engine.dsp (1.27), engine_classic.dsp
(1.25), engine_embed.dsp (1.6):
Fixed bug with wrong rpb contents after pre-triggers execution
2003-04-25 16:47 alexpeshkoff
* firebird2/src/common/classes/array.h (1.1):
Added dynamic arrays support
2003-04-23 18:17 skidder
* firebird2/builds/win32/common_boot.mak (1.6):
Fix up makefile a little
2003-04-23 08:42 eku
* firebird2/src/install/arch-specific/sinixz/prototype.in (1.15):
Reduced the number of distributed header files
2003-04-20 18:26 skidder
* firebird2/doc/fb2-todo.txt (1.1):
Added TODO for Firebird 2
2003-04-20 17:11 skidder
* firebird2/src/install/arch-specific/linux/misc/firebird.xinetd.in
(1.2):
Fix problem in firebird.xinetd noted by Andreas Filsinger
2003-04-20 05:30 hippoman
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.8), alice.vcproj
(1.7), alice_classic.vcproj (1.7), burp.vcproj (1.10),
burp_classic.vcproj (1.10), common.vcproj (1.8),
common_classic.vcproj (1.6), dsql_server.vcproj (1.9),
dsql_server_classic.vcproj (1.9), engine.vcproj (1.18),
engine_classic.vcproj (1.17), engine_embed.vcproj (1.5),
fb_inet_server.vcproj (1.7), fb_lock_print.vcproj (1.12),
fbclient.vcproj (1.14), fbembed.vcproj (1.11), fbguard.vcproj
(1.10), fbserver.vcproj (1.8), fbudf.vcproj (1.6), gbak.vcproj
(1.9), gdef.vcproj (1.9), gds32.vcproj (1.9), gfix.vcproj (1.8),
gpre.vcproj (1.11), gpre_boot.vcproj (1.11), gsec.vcproj (1.8),
gsplit.vcproj (1.4), gstat.vcproj (1.9), ib_udf.vcproj (1.9),
ib_util.vcproj (1.9), instreg.vcproj (1.8), instsvc.vcproj (1.8),
intl.vcproj (1.9), intlcpp.vcproj (1.3), ipserver.vcproj (1.9),
isql.vcproj (1.9), lock.vcproj (1.8), lock_classic.vcproj (1.8),
qli.vcproj (1.8), remote.vcproj (1.11), remote_classic.vcproj
(1.11), utilities.vcproj (1.9), utilities_classic.vcproj (1.8),
wal.vcproj (1.8), wal_classic.vcproj (1.8):
* Sync the msvc7 build
2003-04-19 19:01 alexpeshkoff
* firebird2/builds/win32/msvc6/common_classic.dsp (1.13):
Exit on missing / wrong firebird.conf with error report in system
log
2003-04-19 18:44 alexpeshkoff
* firebird2/: src/common/config/config.cpp (1.33),
src/common/config/config_file.cpp (1.5),
src/common/config/config_file.h (1.3),
builds/win32/msvc6/common.dsp (1.19),
builds/posix/make.shared.variables (1.22):
Exit on missing / wrong firebird.conf with error report in system
log
2003-04-19 16:08 stryqx
* firebird2/src/install/arch-specific/freebsd/Makefile.in (1.1):
FreeBSD-specific Makefile.in. Empty for the moment.
2003-04-18 12:30 paul_reeves
* firebird2/builds/win32/preprocess.bat (1.7):
Update reference to downloadable file.
2003-04-17 22:58 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.62):
bugfix: stored procedure with input parameters and aggregate
tracking/validating methods failed
2003-04-17 20:42 bellardo
* firebird2/configure.in (1.133):
Don't forget to create the darwin specific OS directories in gen/*
2003-04-17 20:41 bellardo
* firebird2/autogen.sh (1.8):
Fix the permissions on the configure script, just in case it is
needed (like on Darwin)
2003-04-17 00:49 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.61):
bugfix: Parameters from stored procedures in a sub-select where not
remaped to the good context in a aggregate query.
example: SELECT (SELECT sp.x FROM SP_TEST(T1.ID) sp) FROM
Table1 T1 GROUP BY T1.ID
2003-04-16 12:16 aafemt
* firebird2/src/: alice/alice.h (1.15), alice/tdr.cpp (1.17),
burp/backup.epp (1.22), burp/burp.cpp (1.32), burp/burp.h (1.17),
burp/canonical.cpp (1.20), burp/restore.epp (1.28), dsql/dsql.cpp
(1.53), dsql/errd.cpp (1.16), dsql/metd.epp (1.25), dsql/movd.cpp
(1.7), dsql/preparse.cpp (1.16), dsql/user_dsql.cpp (1.20),
dudley/exe.epp (1.17), dudley/extract.epp (1.11), dudley/lex.cpp
(1.13), gpre/gpre_meta.epp (1.19):
Introduce of ISC_STATUS_ARRAY
2003-04-16 12:10 aafemt
* firebird2/src/include/fb_types.h (1.21):
Introduce of ISC_STATUS_ARRAY
2003-04-15 17:26 skidder
* firebird2/src/install/misc/: CSchangeRunUser.sh (1.4),
CSrestoreRootRunUser.sh (1.3), SSchangeRunUser.sh (1.2),
SSrestoreRootRunUser.sh (1.2), changeDBAPassword.sh (1.3),
firebird.init.d.generic (1.2), firebird.init.d.mandrake (1.2):
Fix up Linux scripts
2003-04-15 11:19 dimitr
* firebird2/builds/win32/msvc6/instsvc.dsp (1.12):
Corrected a typo.
2003-04-14 21:21 skidder
* firebird2/builds/posix/prefix.linux (1.17):
Be compatible with older machines
2003-04-13 17:18 skidder
* firebird2/doc/WhatsNew (1.28):
Add description for my lock manager changes
2003-04-13 17:05 skidder
* firebird2/src/install/misc/firebird.conf (1.23):
[no log message]
2003-04-13 16:50 dimitr
* firebird2/doc/WhatsNew (1.27):
Added RC1 changes.
2003-04-13 16:16 dimitr
* firebird2/src/install/misc/firebird.conf (1.22):
Updated firebird.conf.
2003-04-13 15:07 dimitr
* firebird2/src/include/gen/msgs.h (1.4):
Updated messages database.
2003-04-13 14:14 dimitr
* firebird2/builds/win32/: build_msg.bat (1.1), build_msg.mak
(1.1), codes.mak (1.1), prepare.bat (1.7), preprocess.bat (1.6):
Updated win32 build.
2003-04-12 18:34 alexpeshkoff
* firebird2/src/common/config/: config.cpp (1.32), config.h (1.21):
Restrict UDF access via UdfAccess entry in firebird.conf
2003-04-12 12:24 alexpeshkoff
* firebird2/src/common/config/dir_list.cpp (1.9):
Directory access restrictions don't apply now to BOOT_BUILD
2003-04-11 12:32 paul_reeves
* firebird2/builds/win32/: blrtable.bat (1.3), build_all.bat (1.5),
build_boot.bat (1.4), prepare.bat (1.6):
Add a (very) little documentation to some of the Win32 .bat files.
Improve blrtable.bat's manners (and of course get it to compile
blrtable again.)
2003-04-11 07:17 dimitr
* firebird2/builds/win32/: common_boot.mak (1.5), fbclient_boot.mak
(1.7), gpre.mak (1.6), gpre_boot.mak (1.6):
Fixed win32 build.
2003-04-10 12:48 aafemt
* firebird2/src/include/fb_types.h (1.20):
STATUS -> ISC_STATUS. Finalize
2003-04-10 09:50 eku
* firebird2/builds/posix/: Makefile.in.embed.qli (1.10),
Makefile.in.msgs (1.10), Makefile.in.refDatabases (1.16),
make.shared.targets (1.11):
Fixed typo: LN_S->LN
2003-04-10 08:34 eku
* firebird2/builds/posix/: Makefile.in.embed.qli (1.9),
Makefile.in.example5 (1.6), Makefile.in.firebird (1.36),
Makefile.in.msgs (1.9), Makefile.in.refDatabases (1.15), make.rules
(1.17), make.shared.targets (1.10):
Use predefined macros from make.defaults!
2003-04-10 08:19 aafemt
* firebird2/src/: dudley/ddl.cpp (1.14), dudley/ddl_proto.h (1.4),
dudley/exe.epp (1.16), dudley/extract.epp (1.10), dudley/lex.cpp
(1.12), gpre/gpre_meta.epp (1.18), gpre/gpre_meta_boot.cpp (1.15):
STATUS -> ISC_STATUS
2003-04-10 08:14 aafemt
* firebird2/src/dsql/: array.epp (1.10), array_proto.h (1.2),
blob.epp (1.9), blob_proto.h (1.2), ddl.cpp (1.46), dsql.cpp
(1.52), dsql.h (1.26), dsql_proto.h (1.7), errd.cpp (1.15),
errd_proto.h (1.3), metd.epp (1.24), movd.cpp (1.6), parse.cpp
(1.64), parse.y (1.67), pass1.cpp (1.60), prepa_proto.h (1.4),
preparse.cpp (1.15), user__proto.h (1.4), user_dsql.cpp (1.19),
utld.cpp (1.12), utld_proto.h (1.3):
STATUS -> ISC_STATUS
2003-04-10 08:10 aafemt
* firebird2/src/common/fb_exception.cpp (1.4):
STATUS -> ISC_STATUS
2003-04-10 08:06 aafemt
* firebird2/src/burp/: backup.epp (1.21), burp.cpp (1.31), burp.h
(1.16), burp_proto.h (1.3), canonical.cpp (1.19), restore.epp
(1.27):
STATUS -> ISC_STATUS
2003-04-10 08:02 aafemt
* firebird2/src/: include/fb_exception.h (1.6), include/fb_types.h
(1.19), alice/alice.cpp (1.27), alice/alice.h (1.14),
alice/alice_meta.epp (1.11), alice/alice_meta.h (1.3),
alice/alice_proto.h (1.2), alice/tdr.cpp (1.16), alice/tdr_proto.h
(1.4):
STATUS -> ISC_STATUS
2003-04-09 12:51 dimitr
* firebird2/src/dsql/parse.y (1.66):
Misprint.
2003-04-09 12:18 dimitr
* firebird2/src/dsql/parse.y (1.65):
no message
2003-04-09 12:14 dimitr
* firebird2/src/dsql/: dsql.tab.h (1.16), parse.cpp (1.63), parse.y
(1.64):
Fixed migration rule in the parser which allows columns to be
renamed.
2003-04-09 12:08 dimitr
* firebird2/builds/win32/msvc6/: alice.dsp (1.13),
alice_classic.dsp (1.10), burp.dsp (1.15), burp_classic.dsp (1.13),
common.dsp (1.18), common_classic.dsp (1.12), dsql_server.dsp
(1.18), dsql_server_classic.dsp (1.14), engine.dsp (1.26),
engine_classic.dsp (1.24), engine_embed.dsp (1.5),
fb_inet_server.dsp (1.15), fb_lock_print.dsp (1.16), fbclient.dsp
(1.30), fbembed.dsp (1.21), fbguard.dsp (1.16), fbserver.dsp
(1.26), fbudf.dsp (1.9), gbak.dsp (1.16), gdef.dsp (1.12),
gds32.dsp (1.17), gfix.dsp (1.15), gpre.dsp (1.16), gpre_boot.dsp
(1.16), gsec.dsp (1.11), gsplit.dsp (1.5), gstat.dsp (1.12),
ib_udf.dsp (1.14), ib_util.dsp (1.14), instreg.dsp (1.11),
instsvc.dsp (1.11), intl.dsp (1.19), intlcpp.dsp (1.4),
ipserver.dsp (1.12), isql.dsp (1.17), lock.dsp (1.11),
lock_classic.dsp (1.9), qli.dsp (1.11), remote.dsp (1.16),
remote_classic.dsp (1.13), utilities.dsp (1.11),
utilities_classic.dsp (1.9), wal.dsp (1.11), wal_classic.dsp (1.9):
Fixed win32 build.
2003-04-09 11:18 paul_reeves
* firebird2/src/install/arch-specific/win32/FirebirdInstall_15.iss
(1.1):
Initial (non-working) draft of Win32 install script.
2003-04-09 11:07 paul_reeves
* firebird2/src/install/:
arch-specific/win32/BuildExecutableInstall.bat (1.1),
arch-specific/win32/Readme.txt (1.1),
arch-specific/win32/firebird_install_logo1.bmp (1.1),
arch-specific/win32/installation_readme.txt (1.1),
misc/IDPLicense.txt (1.1), misc/IPLicense.txt (1.1):
Preparatory work for Win32 install script.
2003-04-08 12:41 brodsom
* firebird2/builds/posix/prefix.mingw.README.html (1.11):
Update MINGW readme
2003-04-08 12:20 aafemt
* firebird2/: builds/posix/Makefile.in.firebird (1.35),
builds/posix/make.rules (1.16), src/include/gen/codes.h (1.9):
Public headers don't use pathes in #include directives any more.
Now they can be provided 'as is'
2003-04-08 12:09 aafemt
* firebird2/builds/posix/Makefile.in.v5_examples (1.8):
Better exampes' copying
2003-04-08 03:01 brodsom
* firebird2/src/dudley/ddl.cpp (1.13):
Dudley warning fixes
2003-04-08 02:31 brodsom
* firebird2/src/dsql/: ddl.cpp (1.45), dsql.cpp (1.51), gen.cpp
(1.31), pass1.cpp (1.59):
DSQL warning fixes.
2003-04-07 23:51 brodsom
* firebird2/src/burp/: restore.epp (1.26), mvol.cpp (1.12),
burp.cpp (1.30), backup.epp (1.20):
- Fixes for burp warnings.
2003-04-07 17:48 alexpeshkoff
* firebird2/src/common/config/: dir_list.cpp (1.8), dir_list.h
(1.6):
Removed g++ warnings
2003-04-07 12:14 aafemt
* firebird2/builds/posix/Makefile.in.firebird (1.34):
fix typo
2003-04-06 17:01 alexpeshkoff
* firebird2/src/: install/misc/firebird.conf (1.21),
common/config/dir_list.h (1.5), common/config/config.cpp (1.31),
common/config/config.h (1.20), common/config/dir_list.cpp (1.7):
New style of files access configuration
2003-04-06 13:40 alexpeshkoff
* firebird2/src/gpre/ftn.cpp (1.20):
1. Fixed potential buffer overflow in gds__prefix* family of
functions. 2. Changed second parameter declaration to be const.
2003-04-06 13:34 dimitr
* firebird2/src/dsql/parse.y (1.63):
no message
2003-04-06 13:20 dimitr
* firebird2/src/dsql/: dsql.tab.h (1.15), keywords.cpp (1.16),
misc_func.cpp (1.3), node.h (1.22), parse.cpp (1.62), parse.y
(1.62), pass1.cpp (1.58):
1. Cleanup 2. ROWS_AFFECTED is renamed to ROW_COUNT (see SQL2002
specification) 3. CONNECTION_ID/TRANSACTION_ID are renamed to
CURRENT_CONNECTION/CURRENT_TRANSACTION (see SQL2002 recommendations
for context functions) 4. Solved most of the shift/reduce conflicts
and all reduce/reduce conflicts in the grammar 5. Fixed ambiguity
in ORDER BY clause, when both the value and the clause itself could
contain COLLATE word (now explicit collation sequence of the value
is used in the ordering logic) 6. Some of newly introduced tokens
are made non-reserved 7. Added code to enable ORDER/GROUP BY
ordinal when asterisk is used in the select list (not sure which
version it should go, so it's commented out so far)
2003-04-06 12:09 dimitr
* firebird2/src/dsql/: dsql.h (1.25), make.cpp (1.30):
Cleanup.
2003-04-06 11:08 alexpeshkoff
* firebird2/src/common/config/dir_list.h (1.4):
Code cleanup
2003-04-04 12:40 aafemt
* firebird2/builds/posix/Makefile.in.static.gbak (1.6):
Prevent static gbak from multiple build
2003-04-03 23:41 skidder
* firebird2/src/install/:
arch-specific/linux/classic/makeInstallImage.sh.in (1.9),
arch-specific/linux/classic/postinstall.sh.in (1.7),
misc/CSchangeRunUser.sh (1.3):
Make linux CS install work again
2003-04-03 23:36 skidder
* firebird2/src/dsql/dsql.h (1.24):
Make PROD_BUILD compile again
2003-04-03 20:43 brodsom
* firebird2/src/dsql/make.cpp (1.29):
Avoid signed unsigned comparisons
2003-04-03 19:14 brodsom
* firebird2/src/burp/canonical.cpp (1.18):
Avoid signed unsigned comparison
2003-04-03 15:32 alexpeshkoff
* firebird2/src/common/config/dir_list.cpp (1.6):
Enabled up-dir access for fully opened filesystem
2003-04-03 14:41 eku
* firebird2/src/dsql/parse.sed (1.8):
Fixed a compilation error with code generated by the SVR4 yacc.
2003-04-03 11:29 brodsom
* firebird2/src/dsql/: pass1.cpp (1.57), make.cpp (1.28), metd.epp
(1.23), dsql.h (1.23):
- Spli macro to avoid not used warnings - Minor code formatting
2003-04-03 10:52 brodsom
* firebird2/src/gpre/cob.cpp (1.22):
ifdef unused code
2003-04-03 10:51 brodsom
* firebird2/src/burp/: burpswi.h (1.7), spit.cpp (1.10):
Move definitions only used by gspit to spit.cpp
2003-04-03 09:35 eku
* firebird2/builds/posix/make.shared.targets (1.9):
SVR4 yacc doesn't support '-b' option. So use 'mv' to achieve the
same result.
2003-04-03 08:55 eku
* firebird2/src/dsql/parse.y (1.61):
SVR4 yacc doesn't like C++ style comments!
2003-04-03 04:03 brodsom
* firebird2/src/dudley/: trn.cpp (1.11), exe.epp (1.15), expand.cpp
(1.11), extract.epp (1.9):
- Correct formats - Remove unused var - ifdef unused code
2003-04-03 04:00 brodsom
* firebird2/src/dudley/: parse.cpp (1.17), ddl.h (1.7):
- Move definition from header to the c which use it. - Remove
unused var - Change NULL to 0
2003-04-03 03:51 brodsom
* firebird2/src/: intl/cv_unicode_fss.c (1.4),
intlcpp/cv_unicode_fss.cpp (1.5):
Add cast
2003-04-03 03:48 brodsom
* firebird2/src/dsql/: dsql.cpp (1.50), hsh.cpp (1.10):
Correct formats
2003-04-03 03:36 brodsom
* firebird2/src/dsql/: parse.cpp (1.61), parse.y (1.60), dsql.tab.h
(1.14):
- Update parser (with byacc 1.9)
2003-04-03 00:24 brodsom
* firebird2/builds/posix/make.shared.targets (1.8):
Filter crlf in windows platform
2003-04-02 17:14 alexpeshkoff
* firebird2/src/common/config/dir_list.cpp (1.5):
Fixed use of / and c:\ in directories list
2003-04-02 14:07 brodsom
* firebird2/src/gpre/gpre.cpp (1.24):
- Add some ifdefs to isolate better the langs
2003-04-02 13:49 brodsom
* firebird2/src/gpre/pretty.cpp (1.10):
- Remove ugly & unneeded casts
2003-04-02 13:14 brodsom
* firebird2/src/common/config/dir_list.cpp (1.4):
- Avoid signed-unsigned comparison
2003-04-02 01:47 brodsom
* firebird2/builds/posix/prefix.mingw.README.html (1.10):
Update MINGW readme
2003-04-01 13:49 brodsom
* firebird2/src/gpre/: pat.cpp (1.8), exp.cpp (1.12), c_cxx.cpp
(1.20):
Correct formats
2003-04-01 01:44 brodsom
* firebird2/src/: intl/cv_gb2312.c (1.11), intl/cv_jis.c (1.14),
intl/cv_narrow.c (1.12), intl/lc_ksc.c (1.13),
intlcpp/cv_gb2312.cpp (1.4), intlcpp/cv_jis.cpp (1.5),
intlcpp/cv_narrow.cpp (1.4), intlcpp/lc_ksc.cpp (1.3):
Only code formatting changes
2003-04-01 01:40 brodsom
* firebird2/src/dsql/: parse.y (1.59), keywords.cpp (1.15),
parse.sed (1.7):
Changes to allow use of bison to create parse.cpp
2003-03-31 21:11 arnobrinkman
* firebird2/src/dsql/: gen.cpp (1.30), make.cpp (1.27), pass1.cpp
(1.56):
bugfix: 1) bug with sub-selects inside COALESCE function. 2) bug
with parameter ordering.
2003-03-31 19:41 alexpeshkoff
* firebird2/src/: common/config/config.cpp (1.30),
common/config/config.h (1.19), install/misc/firebird.conf (1.20):
Added DatabasesDirs parameter to firebird.conf. Databases may be
accessed only in trees, listed there. For compatibility reasons,
default = /
2003-03-31 12:29 aafemt
* firebird2/builds/posix/: Makefile.in.client.util (1.9),
Makefile.in.fbserver (1.10), Makefile.in.libfbclient (1.14),
prefix.mingw (1.17):
Improve Win32 build. Add resources to superserver
2003-03-28 14:53 brodsom
* firebird2/builds/posix/prefix.mingw.README.html (1.9):
Update MINGW readme with a note about crash in v5_examples due to
locking bug.
2003-03-28 12:29 aafemt
* firebird2/builds/posix/: Makefile.in.client.gbak (1.6),
Makefile.in.client.gfix (1.7), Makefile.in.client.gpre (1.9),
Makefile.in.client.isql (1.6), Makefile.in.embed.gbak (1.6),
Makefile.in.embed.gfix (1.7), Makefile.in.embed.gpre (1.9),
Makefile.in.embed.isql (1.6), Makefile.in.embed.qli (1.8),
Makefile.in.embed.util (1.8), Makefile.in.fbserver (1.9),
Makefile.in.inet_server (1.11), Makefile.in.libfbserver (1.6),
make.defaults (1.22), make.rules (1.15), make.shared.targets (1.7),
prefix.mingw (1.16):
Ironing POSIX build. Resources were added to some exe and dll's
2003-03-27 18:15 brodsom
* firebird2/src/gpre/: int_cxx.cpp (1.10), int.cpp (1.12), ftn.cpp
(1.19), c_cxx.cpp (1.19), cob.cpp (1.21), ada.cpp (1.15):
Fix some wrong format strings/argument lists
2003-03-27 12:21 aafemt
* firebird2/: builds/posix/Makefile.in.client.gbak (1.5),
builds/posix/Makefile.in.client.gdef (1.5),
builds/posix/Makefile.in.client.gfix (1.6),
builds/posix/Makefile.in.client.gpre (1.8),
builds/posix/Makefile.in.client.isql (1.5),
builds/posix/Makefile.in.client.util (1.8),
builds/posix/Makefile.in.codes (1.5),
builds/posix/Makefile.in.embed.gbak (1.5),
builds/posix/Makefile.in.embed.gdef (1.5),
builds/posix/Makefile.in.embed.gfix (1.6),
builds/posix/Makefile.in.embed.gpre (1.8),
builds/posix/Makefile.in.embed.isql (1.5),
builds/posix/Makefile.in.embed.lockmgr (1.5),
builds/posix/Makefile.in.embed.qli (1.7),
builds/posix/Makefile.in.embed.util (1.7),
builds/posix/Makefile.in.example5 (1.5),
builds/posix/Makefile.in.extern.editline (1.2),
builds/posix/Makefile.in.extlib (1.9),
builds/posix/Makefile.in.fbserver (1.8),
builds/posix/Makefile.in.fbutil (1.6),
builds/posix/Makefile.in.firebird (1.33),
builds/posix/Makefile.in.gpre (1.7),
builds/posix/Makefile.in.inet_server (1.10),
builds/posix/Makefile.in.intl (1.11),
builds/posix/Makefile.in.libfbclient (1.13),
builds/posix/Makefile.in.libfbcommon (1.6),
builds/posix/Makefile.in.libfbembed (1.10),
builds/posix/Makefile.in.libfbserver (1.5),
builds/posix/Makefile.in.libfbstatic (1.5),
builds/posix/Makefile.in.msgs (1.8),
builds/posix/Makefile.in.refDatabases (1.14),
builds/posix/Makefile.in.static.gbak (1.5),
builds/posix/Makefile.in.static.gpre (1.10),
builds/posix/Makefile.in.static.isql (1.6),
builds/posix/Makefile.in.v5_examples (1.7),
builds/posix/make.defaults (1.21), builds/posix/make.rules (1.14),
builds/posix/prefix.mingw (1.15),
builds/posix/prefix.mingw.README.html (1.8), doc/README.makefiles
(1.3):
Ironing POSIX build
2003-03-27 12:16 aafemt
* firebird2/builds/posix/Makefile.in.jrd (1.10):
Remove obsolete files
2003-03-27 04:16 brodsom
* firebird2/builds/posix/prefix.mingw.README.html (1.7):
Update instructions to build parse.cpp with bison.
2003-03-27 04:14 brodsom
* firebird2/builds/posix/prefix.mingw (1.14):
Modify warning options. Remove unknown-pragmas and add format and
signed compare
2003-03-26 12:08 brodsom
* firebird2/builds/posix/: Makefile.in.static.isql (1.5),
Makefile.in.v5_examples (1.6), Makefile.in.static.gbak (1.4):
Correct typing errors
2003-03-25 14:24 brodsom
* firebird2/builds/posix/prefix.mingw.README.html (1.6):
Update the MINGW readme after the event problem was resolved.
2003-03-25 12:07 aafemt
* firebird2/builds/posix/: Makefile.in.fbserver (1.7),
Makefile.in.inet_server (1.9), Makefile.in.libfbclient (1.12),
Makefile.in.libfbembed (1.9), prefix.mingw (1.13),
prefix.mingw.README.html (1.5):
Another step towards MinGW CS build
2003-03-25 03:22 brodsom
* firebird2/builds/win32/: msvc6/engine.dsp (1.25),
msvc6/engine_classic.dsp (1.23), msvc6/engine_embed.dsp (1.4),
msvc7/engine.vcproj (1.17), msvc7/engine_classic.vcproj (1.16),
msvc7/engine_embed.vcproj (1.4):
Remove WINDOWS_ONLY remains
2003-03-23 17:50 alexpeshkoff
* firebird2/src/common/config/: dir_list.cpp (1.3), dir_list.h
(1.3):
External files access restriction cleanup
2003-03-22 20:04 seanleyne
* firebird2/src/install/misc/firebird.conf (1.19):
Small correction of a mistake I made in previous committ.
2003-03-22 07:18 dimitr
* firebird2/src/burp/: backup.epp (1.19), restore.epp (1.25):
Rolled back part of my previous commit. In fact, only one line fix
was required.
2003-03-21 17:19 dimitr
* firebird2/src/burp/: backup.epp (1.18), restore.epp (1.24):
Fixed (porting?) bugs related to GBAK and Services API.
2003-03-21 14:21 brodsom
* firebird2/src/intlcpp/: lc_dos.cpp (1.3), cv_unicode_fss.cpp
(1.4), cv_unicode_fss.h (1.3), cv_ksc.cpp (1.3), cv_narrow.cpp
(1.3), cv_gb2312.cpp (1.3), cv_jis.cpp (1.4), cv_big5.cpp (1.3):
Synchronize intlcpp with intl
2003-03-21 14:16 brodsom
* firebird2/src/intl/: lc_dos.c (1.13), cv_unicode_fss.h (1.3),
cv_unicode_fss.c (1.3), cv_narrow.c (1.11), cv_jis.c (1.13),
cv_ksc.c (1.10), cv_gb2312.c (1.10), cv_big5.c (1.9):
Remove remaining warnings in intl
2003-03-21 14:11 brodsom
* firebird2/builds/win32/msvc6/: gbak.dsp (1.15), gsplit.dsp (1.4):
Remove wsock32.lib (thanks to Claudio)
2003-03-21 12:53 aafemt
* firebird2/: configure.in (1.132),
builds/posix/Makefile.in.client.util (1.7),
builds/posix/Makefile.in.libfbclient (1.11),
builds/posix/make.defaults (1.20), builds/posix/prefix.mingw
(1.12), builds/posix/prefix.mingw.README.html (1.4):
Few improvements for Win32 SS build procedure
2003-03-20 12:11 aafemt
* firebird2/: configure.in (1.131),
builds/posix/Makefile.in.firebird (1.32),
builds/posix/make.defaults (1.19),
src/install/arch-specific/linux/Makefile.in (1.8),
src/install/arch-specific/linux/classic/makeInstallImage.sh.in
(1.8), src/install/arch-specific/linux/classic/postinstall.sh.in
(1.6), src/install/arch-specific/linux/classic/preinstall.sh.in
(1.3), src/install/arch-specific/sinixz/Makefile.in (1.6):
Version information is concentrated in src/misc/writeBuildNum.sh
2003-03-20 10:32 dimitr
* firebird2/src/burp/burp.cpp (1.29):
no message
2003-03-19 12:33 skidder
* firebird2/src/alice/all.cpp (1.11):
Fix up memory leak in gfix I introduced quite some time ago.
Noticed by Mike Nordell
2003-03-19 09:49 dimitr
* firebird2/builds/win32/msvc6/: intl.dsp (1.18), intlcpp.dsp
(1.3):
Fixed LD2_lookup issue.
2003-03-18 13:25 brodsom
* firebird2/src/intl/: cs_unicode_fss.c (1.8), cs_unicode_ucs2.c
(1.6), cv_gb2312.c (1.9), cv_jis.c (1.12), cv_ksc.c (1.9),
cv_narrow.c (1.10), lc_ascii.c (1.11), lc_big5.c (1.11), lc_dos.c
(1.12), lc_gb2312.c (1.8), lc_iso8859_1.c (1.7), lc_iso8859_2.c
(1.7), lc_jis.c (1.11), lc_ksc.c (1.12), lc_unicode_ucs2.c (1.7),
cs_big5.c (1.9), cs_gb2312.c (1.10), cs_jis.c (1.10), cs_ksc.c
(1.9), cs_narrow.c (1.10):
Add function pointers casts (remove warnings)
2003-03-18 09:58 dimitr
* firebird2/builds/win32/msvc6/gds32.dsp (1.16):
Updated project files: - moved gds32_debug.def - removed IB7
functions from compatibility gds32
2003-03-18 09:48 dimitr
* firebird2/builds/win32/: gds32_debug.def (1.4), defs/gds32.def
(1.2), defs/gds32_debug.def (1.1):
Updated project files: - moved gds32_debug.def - removed IB7
functions from compatibility gds32
2003-03-18 07:49 eku
* firebird2/src/install/misc/firebird.conf (1.18):
Removed again rubbish lines.
2003-03-18 05:25 seanleyne
* firebird2/src/install/misc/firebird.conf (1.17):
Update based on comments/notes from developers
2003-03-18 04:05 brodsom
* firebird2/builds/win32/: prepare.bat (1.5), make6_debug.bat
(1.6), make6_release.bat (1.6), make7_debug.bat (1.2),
make7_release.bat (1.2):
Changes to build with help.fdb
2003-03-18 03:13 brodsom
* firebird2/src/include/fb_types.h (1.18):
Comment unused types
2003-03-18 02:35 brodsom
* firebird2/src/burp/canonical.cpp (1.17):
Remove unneeded/unused code
2003-03-17 19:01 alexpeshkoff
* firebird2/src/common/config/dir_list.h (1.2):
Added required comments
2003-03-17 18:57 alexpeshkoff
* firebird2/src/: common/config/config.cpp (1.29),
common/config/config.h (1.18), install/misc/firebird.conf (1.16):
Fixed names and default value for EXTERNAL_TABLES_DIRS config
parameter
2003-03-17 14:26 eku
* firebird2/src/install/misc/firebird.conf (1.15):
Removed rubbish line.
2003-03-17 13:05 eku
* firebird2/: builds/posix/Makefile.in.codes (1.4),
builds/posix/Makefile.in.embed.qli (1.6),
builds/posix/Makefile.in.example5 (1.4),
builds/posix/Makefile.in.firebird (1.31),
builds/posix/Makefile.in.jrd (1.9), builds/posix/Makefile.in.msgs
(1.7), builds/posix/Makefile.in.refDatabases (1.13),
builds/posix/Makefile.in.v5_examples (1.5),
builds/posix/make.shared.targets (1.6),
src/install/arch-specific/sinixz/prototype.in (1.14):
Changed the default extensions for databases from .gdb to .fdb The
Windows and OS X builds have not been updated yet.
2003-03-16 13:04 dimitr
* firebird2/src/dsql/keywords.cpp (1.14):
Cleanup.
2003-03-16 11:54 dimitr
* firebird2/src/dsql/sym.h (1.3):
Cleanup.
2003-03-15 21:48 seanleyne
* firebird2/src/install/misc/firebird.conf (1.14):
Added comments for config file settings/values (long overdue)
2003-03-15 21:20 alexpeshkoff
* firebird2/builds/: win32/msvc6/common.dsp (1.17),
win32/msvc6/common_classic.dsp (1.11), posix/make.shared.variables
(1.21):
Now external tables are checked against directories list
2003-03-15 21:19 alexpeshkoff
* firebird2/src/common/config/dir_list.cpp (1.2):
Small posix fix
2003-03-15 21:15 alexpeshkoff
* firebird2/src/common/config/: dir_list.cpp (1.1), dir_list.h
(1.1):
Now external tables are checked against directories list
2003-03-15 21:02 alexpeshkoff
* firebird2/src/: common/config/config.cpp (1.28),
common/config/config.h (1.17), install/misc/firebird.conf (1.13):
Add new config parameter
2003-03-15 17:52 skidder
* firebird2/builds/posix/prefix.linux (1.16):
Fixup optimization flags to produce fastest possible but still
correct binary
2003-03-15 09:14 dimitr
* firebird2/src/dsql/ddl.cpp (1.44):
Fixed another bug with RECREATE VIEW.
2003-03-15 05:21 hippoman
* firebird2/builds/win32/msvc7/ipserver.vcproj (1.8):
* define SUPERSERVER.
2003-03-15 03:58 hippoman
* firebird2/builds/win32/: make7_debug.bat (1.1), make7_release.bat
(1.1):
* Added Batch build for msvc7
2003-03-13 18:02 skidder
* firebird2/doc/WhatsNew (1.26):
Added notes about Services API
2003-03-13 17:54 skidder
* firebird2/src/alice/: exe.cpp (1.12), tdr.cpp (1.15):
Fix up gfix to work with Services API on Linux CS
2003-03-13 16:46 alexpeshkoff
* firebird2/configure.in (1.130):
Dropped HAVE_*EXIT defines
2003-03-13 16:42 alexpeshkoff
* firebird2/src/include/gen/autoconfig_msvc.h (1.83):
Dropped HAVE_*EXIT defines
2003-03-13 12:20 dimitr
* firebird2/doc/WhatsNew (1.25):
Added Beta 4 changes.
2003-03-13 11:04 dimitr
* firebird2/doc/install_win32.txt (1.1):
Added win32 installation notes.
2003-03-13 07:50 eku
* firebird2/: autogen.sh (1.7), aclocal.m4 (1.2):
Fixed problems with newer vesions of libtool.
2003-03-13 01:49 brodsom
* firebird2/src/burp/canonical.cpp (1.16):
Remove LOC_DOUBLE macro (mips || next remains)
2003-03-12 15:29 eku
* firebird2/src/extern/editline/unix.h (1.3):
Provide prototypes for isatty() and getpid().
2003-03-12 13:39 eku
* firebird2/: configure.in (1.129),
builds/posix/Makefile.in.extern.editline (1.1),
builds/posix/Makefile.in.firebird (1.30),
builds/posix/make.defaults (1.18), src/extern/editline/complete.c
(1.2), src/extern/editline/editline.h (1.2),
src/extern/editline/unix.h (1.2), src/include/gen/autoconfig_msvc.h
(1.82):
Editline changes: o got a FB-compliant makefile o uses configure
o eventually compiles on SINIX-Z
2003-03-12 12:57 skidder
* firebird2/configure.in (1.128):
Getting ready for Beta4
2003-03-11 15:55 dimitr
* firebird2/src/: common/config/config.cpp (1.27),
common/config/config.h (1.16), install/misc/firebird.conf (1.12):
New config options.
2003-03-11 14:36 brodsom
* firebird2/src/gpre/: pretty.cpp (1.9), prett_proto.h (1.2):
More PYXIS remains
2003-03-11 12:55 dimitr
* firebird2/builds/win32/msvc6/ipserver.dsp (1.11):
Updated project files.
2003-03-11 12:49 alexpeshkoff
* firebird2/src/include/gen/autoconfig_msvc.h (1.81):
Fixed HAVE_ATEXIT define - MSVC has atexit()
2003-03-11 08:35 eku
* firebird2/src/install/arch-specific/sinixz/prototype.in (1.13):
Preserve configuration files.
2003-03-11 00:30 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.55):
corrected mistake in previous commit.
2003-03-10 22:38 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.54):
bugfix: A bug left with using a aggregate sub-query inside a IN
clause.
2003-03-10 13:58 brodsom
* firebird2/src/intl/: cv_unicode_fss.h (1.2), cs_unicode_fss.c
(1.7), cv_unicode_fss.c (1.2), cs_unicode_fss.h (1.2):
Remove cs_unicode_fss.h and use cv_unicode_fss.h
2003-03-10 13:54 brodsom
* firebird2/src/intlcpp/: cs_unicode_fss.cpp (1.2),
cv_unicode_fss.cpp (1.3), cv_unicode_fss.h (1.2), lc_big5.cpp
(1.2), lc_dos.cpp (1.2), lc_jis.cpp (1.2), lc_ksc.cpp (1.2),
cs_unicode_fss.h (1.2):
Synchronize with intl and remove cs_unicode_fss.h
2003-03-09 22:16 skidder
* firebird2/src/burp/: burp.cpp (1.28), restore.epp (1.23):
Make backup/restore process work when invoked via Services API on
Classic engine
2003-03-09 03:25 brodsom
* firebird2/src/: gpre/sql.cpp (1.11), dudley/parse.cpp (1.16):
Add FLINT_CACHE ifdefs
2003-03-09 03:23 brodsom
* firebird2/src/include/firebird.h (1.12):
Correct Typo mistake
2003-03-07 17:58 brodsom
* firebird2/builds/posix/prefix.mingw.README.html (1.3):
Modify MinGW instructions
2003-03-07 08:41 eku
* firebird2/: aclocal.m4 (1.1), autogen.sh (1.6), configure.in
(1.127):
Started to use libtool (http://www.gnu.org/software/libtool/). It
will eventually handle all platform specific compile and link
issues! Removed generated files from the view (config.guess and
config.sub).
2003-03-07 01:35 brodsom
* firebird2/src/alice/alice.cpp (1.26):
Avoid unused function warning
2003-03-07 00:25 brodsom
* firebird2/builds/posix/: Makefile.in.libfbclient (1.10),
Makefile.in.libfbembed (1.8), prefix.mingw (1.11):
Update instructions, remove win_libs and give instructions to patch
manually libfbclient and libfbembed
2003-03-07 00:20 brodsom
* firebird2/builds/posix/prefix.mingw.README.html (1.2):
Update instructions
2003-03-06 16:29 brodsom
* firebird2/src/intlcpp/: cv_unicode_fss.cpp (1.2), cv_big5.cpp
(1.2), cv_gb2312.cpp (1.2), cv_jis.cpp (1.3), cv_ksc.cpp (1.2),
cv_narrow.cpp (1.2):
Update intlcpp. (change the functions order in cv_unicode_fss to be
the same that in intl)
2003-03-06 14:22 brodsom
* firebird2/configure.in (1.126):
Remove lstdc++ from mingw platform libs
2003-03-06 14:16 brodsom
* firebird2/builds/posix/: Makefile.in.fbserver (1.6),
Makefile.in.inet_server (1.8), prefix.mingw (1.10):
Move cntl.cpp to OS_ServerFiles
2003-03-06 13:22 brodsom
* firebird2/src/: gpre/noform.cpp (1.6), intl/lc_big5.h (1.2),
intl/collations/xx88592czech.h (1.4):
Add newline at end of file
2003-03-06 02:14 brodsom
* firebird2/configure.in (1.125):
Changes fro MINGW build (forgoten commit) -Add directory
2003-03-06 01:43 brodsom
* firebird2/builds/win32/: msvc6/engine_classic.dsp (1.22),
msvc6/engine_embed.dsp (1.3), msvc6/engine.dsp (1.24),
msvc7/engine.vcproj (1.16), msvc7/engine_classic.vcproj (1.15),
msvc7/engine_embed.vcproj (1.3):
Blob_filter is not a epp file since 1999, change the name to .cpp
and modify the makefiles
2003-03-06 01:37 brodsom
* firebird2/builds/: mac_os_x/CS/CS.pbproj/project.pbxproj (1.3),
mac_os_x/CS/Helpers.make (1.3), win32/preprocess.bat (1.5),
posix/make.shared.variables (1.20), posix/Makefile.in.jrd (1.8):
Blob_filter is not a epp file since 1999, change the name to .cpp
and modify the makefiles
2003-03-06 01:27 brodsom
* firebird2/builds/posix/prefix.mingw.README.html (1.1):
Changes for MinGW build. -Build instructions.
2003-03-06 01:16 brodsom
* firebird2/builds/posix/Makefile.in.libfbclient (1.9):
Changes for MinGW build. -Patch previous commit
2003-03-06 00:43 brodsom
* firebird2/src/include/firebird.h (1.11):
-Changes for MINGW build -SERVER_SHUTDOWN must be defined for
WIN_NT
2003-03-05 21:59 brodsom
* firebird2/builds/posix/Makefile.in.inet_server (1.7):
Add cntl.cpp
2003-03-05 18:59 brodsom
* firebird2/builds/posix/Makefile.in.libfbembed (1.7):
Changes for MINGW build -Use SHRLIB_EXT instead of 'so' -Add
WIN_LIBS
2003-03-05 18:56 brodsom
* firebird2/builds/posix/Makefile.in.inet_server (1.6):
Changes for MINGW build -Add ipserver objects
2003-03-05 18:16 brodsom
* firebird2/builds/posix/Makefile.in.libfbclient (1.8):
Changes for MINGW build -Use SHRLIB_EXT instead of 'so' -Add some
needed sources. -Add WIN_LIBS
2003-03-05 17:24 brodsom
* firebird2/src/install/arch-specific/mingw/Makefile.in (1.1):
Changes for the MINGW build -Add a dummy install Makefile to avoid
configure problem.
2003-03-05 17:19 brodsom
* firebird2/builds/posix/: Makefile.in.extlib (1.8),
Makefile.in.firebird (1.29):
Changes for MINGW build -Use SHRLIB_EXT instead of 'so'
2003-03-05 17:15 brodsom
* firebird2/builds/posix/Makefile.in.inet_server (1.5):
Changes for MINGW build -Use specific server files -Add LIB_GUI
2003-03-05 17:14 brodsom
* firebird2/builds/posix/Makefile.in.fbutil (1.5):
Changes for MINGW build -Use SHRLIB_EXT instead of 'so'
2003-03-05 17:13 brodsom
* firebird2/builds/posix/Makefile.in.embed.util (1.6):
Changes for MINGW build -Use specific EMBED_UTIL_TARGETS
2003-03-05 17:09 brodsom
* firebird2/builds/posix/Makefile.in.client.util (1.6):
Changes for MINGW build -Add new util targets -Use specific
CLIENT_UTIL_TARGETS
2003-03-05 17:07 brodsom
* firebird2/builds/posix/Makefile.in.fbserver (1.5):
Changes for MINGW build -Add ipserver files -Use specific server
files (remote dir) -Add LIB_GUI
2003-03-05 16:57 brodsom
* firebird2/builds/posix/: Makefile.in.jrd (1.7), Makefile.in.gpre
(1.6), Makefile.in.intl (1.10), Makefile.in.embed.gpre (1.7),
Makefile.in.client.gfix (1.5), Makefile.in.client.gpre (1.7),
Makefile.in.embed.gfix (1.5):
Changes for MINGW build -Use SHRLIB_EXT instead of 'so'
2003-03-05 16:51 brodsom
* firebird2/builds/posix/: make.rules (1.13), make.shared.variables
(1.19):
Changes for MINGW build -Use SHRLIB_EXT -Add locks to
FBCLASSES_ClientFiles(only used by windows but not part of the os
specific files)
2003-03-05 16:49 brodsom
* firebird2/builds/posix/make.defaults (1.17):
Changes for MINGW build -Use SHRLIB_EXT -Add new util targets
2003-03-05 16:45 brodsom
* firebird2/builds/posix/prefix.mingw (1.9):
Changes for MINGW build -Add OS_ServerFiles -Add
CLIENT_UTIL_TARGETS and EMBED_UTIL_TARGETS. -For mingw add some
values only used in this port. -Set OS_Specific_Files
2003-03-05 16:42 brodsom
* firebird2/builds/posix/: prefix.linux (1.15), prefix.sinixz
(1.16), prefix.solaris (1.4), prefix.solx86 (1.17), prefix.freebsd
(1.6), prefix.darwin (1.8), prefix.example (1.4):
Changes for MINGW build -Add OS_ServerFiles -Add
CLIENT_UTIL_TARGETS and EMBED_UTIL_TARGETS.
2003-03-05 16:38 brodsom
* firebird2/configure.in (1.124):
Changes for MINGW build -Add shrlib_ext value for the shared
library extension -Add some libraries to windows build -Add some
some needed directories
2003-03-04 23:00 hippoman
* firebird2/builds/win32/msvc7/: remote.vcproj (1.10),
remote_classic.vcproj (1.10):
Fixed MSVC7 build, added IPSERVER define
2003-03-04 04:40 brodsom
* firebird2/src/dudley/trn.cpp (1.10):
Return fb_assert to assert (rollback)
2003-03-04 01:09 brodsom
* firebird2/src/: intlcpp/cv_jis.cpp (1.2), intl/cv_jis.c (1.11):
Put vars and functions inside the same ifdef for which is used
(NOT_USED_OR_REPLACED for unused)
2003-03-04 01:00 brodsom
* firebird2/src/burp/: restore.epp (1.22), backup.epp (1.17):
Put unused vars and functions inside NOT_USED_OR_REPLACED ifdef
2003-03-03 20:10 dimitr
* firebird2/src/dsql/ddl.cpp (1.43):
Fixed bug in RECREATE/ALTER VIEW.
2003-03-03 15:35 dimitr
* firebird2/builds/win32/msvc6/: remote.dsp (1.15),
remote_classic.dsp (1.12):
Fixed connects via local protocol after Blas' changes.
2003-03-03 09:36 brodsom
* firebird2/src/gpre/: gpre_meta_boot.cpp (1.14), int.cpp (1.11),
int_cxx.cpp (1.9), sqe.cpp (1.9), gpre_meta.epp (1.17):
Put unused function declaration and definition inside
NOT_USED_OR_REPLACED ifdef.
2003-03-03 09:29 brodsom
* firebird2/src/dsql/: ddl.cpp (1.42), utld.cpp (1.11):
Put unused functions declaration and definition inside
NOT_USED_OR_REPLACED ifdef.
2003-03-03 09:27 brodsom
* firebird2/src/gpre/par.cpp (1.18):
Put par_quoted string inside PYXIS. function is only used when
PYXIS is defined
2003-03-03 09:26 brodsom
* firebird2/src/gpre/sql.cpp (1.10):
Put define_cache inside FLINT_CACHE. function is only used when
FLINT_CACHE is defined
2003-03-03 07:02 aafemt
* firebird2/configure.in (1.123):
Let config.status make directories
2003-03-02 18:47 fsg
* firebird2/: builds/posix/make.shared.variables (1.18),
src/gpre/cob.cpp (1.20), src/gpre/ftn.cpp (1.18):
Fixed some really old typos. Included ExecuteStatement in the
LINUX-Build
2003-03-02 14:17 dimitr
* firebird2/builds/win32/msvc6/engine_embed.dsp (1.2):
Synchronized MSVC6 builds with EXECUTE STATEMENT changes.
2003-03-02 13:51 alexpeshkoff
* firebird2/builds/win32/msvc6/: engine.dsp (1.23),
engine_classic.dsp (1.21):
Fixed EXECUTE STATEMENT to support INTO clause Now required changes
in msvc6 build
2003-03-02 02:01 brodsom
* firebird2/src/gpre/gpre_meta_boot.cpp (1.13):
Remove a few unused vars
2003-03-02 00:22 hippoman
* firebird2/builds/win32/msvc7/: engine.vcproj (1.15),
engine_classic.vcproj (1.14), engine_embed.vcproj (1.2):
* Added missing JRD\ExecuteStatment.* files to engine* projects
2003-03-01 23:04 hippoman
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.7), alice.vcproj
(1.6), alice_classic.vcproj (1.6), burp.vcproj (1.9),
burp_classic.vcproj (1.9), common.vcproj (1.7),
common_classic.vcproj (1.5), dsql_server.vcproj (1.8),
dsql_server_classic.vcproj (1.8), engine.vcproj (1.14),
engine_classic.vcproj (1.13), engine_embed.vcproj (1.1),
fb_inet_server.vcproj (1.6), fb_lock_print.vcproj (1.11),
fbclient.vcproj (1.13), fbembed.vcproj (1.10), fbguard.vcproj
(1.9), fbserver.vcproj (1.7), fbudf.vcproj (1.5), gbak.vcproj
(1.8), gdef.vcproj (1.8), gds32.vcproj (1.8), gfix.vcproj (1.7),
gpre.vcproj (1.10), gpre_boot.vcproj (1.10), gsec.vcproj (1.7),
gsplit.vcproj (1.3), gstat.vcproj (1.8), ib_udf.vcproj (1.8),
ib_util.vcproj (1.8), instreg.vcproj (1.7), instsvc.vcproj (1.7),
intl.vcproj (1.8), intlcpp.vcproj (1.2), ipserver.vcproj (1.7),
isql.vcproj (1.8), lock.vcproj (1.7), lock_classic.vcproj (1.7),
qli.vcproj (1.7), remote.vcproj (1.9), remote_classic.vcproj (1.9),
utilities.vcproj (1.8), utilities_classic.vcproj (1.7), wal.vcproj
(1.7), wal_classic.vcproj (1.7):
* updated msvc7 build files.
2003-03-01 20:32 alexpeshkoff
* firebird2/src/dsql/parse.cpp (1.60):
Fixed EXECUTE STATEMENT to support INTO clause
2003-03-01 20:19 alexpeshkoff
* firebird2/src/dsql/: dsql.cpp (1.49), gen.cpp (1.29), node.h
(1.21), parse.y (1.58), pass1.cpp (1.53):
Fixed EXECUTE STATEMENT to support INTO clause
2003-03-01 20:07 brodsom
* firebird2/src/gpre/gpre.cpp (1.23):
-Comment declared but undefined functions. (found with gcc never
defined warnings)
2003-03-01 20:06 brodsom
* firebird2/src/burp/burp.cpp (1.27):
-Comment declared but undefined functions. (found with gcc never
defined warnings) -Add ifdef for output_netware.
2003-03-01 19:15 brodsom
* firebird2/src/include/firebird.h (1.10):
-Add IPSERVER define to window.cpp, now it is possible to do a
server build without ipserver. -Add SERVER_SHUTDOWN define to
window.cpp. -Move the setting of SERVER_SHUTDOWN when SUPERSERVER
to firebird.h, previously a SUPERSERVER build fail if
SERVER_SHUTDOWN is not defined in the command line.
2003-03-01 18:33 brodsom
* firebird2/src/: alice/alice.cpp (1.25), burp/burp.cpp (1.26):
Use the same ifdef for function declarations and definitions.
(found with gcc never defined warnings)
2003-03-01 17:29 dimitr
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.15), fbembed.dsp
(1.20), engine_embed.dsp (1.1):
Some changes for the embedded server.
2003-03-01 16:59 alexpeshkoff
* firebird2/src/dsql/errd.cpp (1.14):
Fixed macro redefinition warnings
2003-03-01 13:10 brodsom
* firebird2/src/gpre/par.cpp (1.17):
-Add some needed PYXIS defines (found with gcc warnings) -Add one
needed FTN_BLK_DATA define (found with gcc warnings)
2003-03-01 00:32 brodsom
* firebird2/src/burp/spit.cpp (1.9):
Change gds_assert to fb_assert (gds_assert is a synonym for
fb_assert)
2003-02-28 21:41 tamlin
* firebird2/doc/Firebird_conf.txt (1.2):
no message
2003-02-28 20:20 tamlin
* firebird2/doc/Firebird_conf.txt (1.1):
First draft.
2003-02-28 17:35 brodsom
* firebird2/src/dudley/trn.cpp (1.9):
Change assert to fb_assert when gdsassert is in use. to make clear
if we use the standard macro or the fb one.
2003-02-28 15:52 brodsom
* firebird2/src/intl/utils/dtest.c (1.2):
Remove not used include
2003-02-28 14:19 brodsom
* firebird2/src/: gpre/c_cxx.cpp (1.18), include/fb_types.h (1.17):
Remove ISC_FAR
2003-02-28 13:52 brodsom
* firebird2/src/: include/gen/sql_code.h (1.5), dsql/parse.sed
(1.6):
Remove FAR_VARIABLE
2003-02-28 13:49 brodsom
* firebird2/src/intlcpp/charsets/: cs_437.h (1.2), cs_737.h (1.2),
cs_775.h (1.2), cs_850.h (1.2), cs_852.h (1.2), cs_857.h (1.2),
cs_858.h (1.2), cs_860.h (1.2), cs_861.h (1.2), cs_862.h (1.2),
cs_863.h (1.2), cs_864.h (1.2), cs_865.h (1.2), cs_866.h (1.2),
cs_869.h (1.2), cs_big5.h (1.2), cs_cyrl.h (1.2), cs_gb2312.h
(1.2), cs_iso8859_1.h (1.2), cs_iso8859_13.h (1.2), cs_iso8859_2.h
(1.2), cs_iso8859_3.h (1.2), cs_iso8859_4.h (1.2), cs_iso8859_5.h
(1.2), cs_iso8859_6.h (1.2), cs_iso8859_7.h (1.2), cs_iso8859_8.h
(1.2), cs_iso8859_9.h (1.2), cs_jis_0208_1990.h (1.2), cs_ksc5601.h
(1.2), cs_next.h (1.2), cs_sjis.h (1.2), cs_w1250.h (1.2),
cs_w1251.h (1.2), cs_w1252.h (1.2), cs_w1253.h (1.2), cs_w1254.h
(1.2), cs_w1255.h (1.2), cs_w1256.h (1.2), cs_w1257.h (1.2):
Remove FAR_VARIABLE
2003-02-28 13:45 brodsom
* firebird2/src/: intl/ld.h (1.19), intl/charsets/cs_w1252.h (1.4),
intl/charsets/cs_w1253.h (1.4), intl/charsets/cs_w1254.h (1.4),
intl/charsets/cs_w1255.h (1.3), intl/charsets/cs_w1256.h (1.3),
intl/charsets/cs_w1257.h (1.3), intl/charsets/cs_865.h (1.4),
intl/charsets/cs_866.h (1.3), intl/charsets/cs_869.h (1.3),
intl/charsets/cs_big5.h (1.3), intl/charsets/cs_cyrl.h (1.3),
intl/charsets/cs_gb2312.h (1.3), intl/charsets/cs_iso8859_1.h
(1.3), intl/charsets/cs_iso8859_13.h (1.3),
intl/charsets/cs_iso8859_2.h (1.3), intl/charsets/cs_iso8859_3.h
(1.3), intl/charsets/cs_iso8859_4.h (1.3),
intl/charsets/cs_iso8859_5.h (1.3), intl/charsets/cs_iso8859_6.h
(1.3), intl/charsets/cs_iso8859_7.h (1.3),
intl/charsets/cs_iso8859_8.h (1.3), intl/charsets/cs_iso8859_9.h
(1.3), intl/charsets/cs_jis_0208_1990.h (1.3),
intl/charsets/cs_ksc5601.h (1.3), intl/charsets/cs_next.h (1.3),
intl/charsets/cs_sjis.h (1.3), intl/charsets/cs_w1250.h (1.4),
intl/charsets/cs_w1251.h (1.4), intl/charsets/cs_857.h (1.4),
intl/charsets/cs_858.h (1.3), intl/charsets/cs_860.h (1.4),
intl/charsets/cs_861.h (1.4), intl/charsets/cs_862.h (1.3),
intl/charsets/cs_863.h (1.4), intl/charsets/cs_864.h (1.3),
intl/charsets/cs_437.h (1.4), intl/charsets/cs_737.h (1.3),
intl/charsets/cs_775.h (1.3), intl/charsets/cs_850.h (1.4),
intl/charsets/cs_852.h (1.4), intl/utils/mapgen4.c (1.3),
intl/utils/maptest2.c (1.5), intlcpp/ld.h (1.2):
Remove FAR_VARIABLE
2003-02-28 06:22 aafemt
* firebird2/: builds/posix/Makefile.in.codes (1.3),
builds/posix/make.defaults (1.16), builds/posix/make.rules (1.12),
builds/posix/make.shared.targets (1.5),
builds/posix/make.shared.variables (1.17),
src/include/gen/blrtable.h (1.9):
blrtable.h is generated and must not be in tree
2003-02-28 02:08 brodsom
* firebird2/src/gpre/: form.h (1.5), form__proto.h (1.3),
form_proto.h (1.4), form_trn.cpp (1.5):
Add empty line at the end of the source.
2003-02-27 22:43 brodsom
* firebird2/src/: gpre/c_cxx.cpp (1.17), gpre/cob.cpp (1.19),
burp/burp.cpp (1.25), alice/alice.cpp (1.24):
New macro defined in firebird.h to remove compiler dependencies
from cpp sources.
2003-02-27 22:34 brodsom
* firebird2/src/: include/firebird.h (1.9), gpre/int.cpp (1.10):
New macro defined in firebird.h to remove compiler dependencies
from cpp sources.
2003-02-27 22:09 brodsom
* firebird2/src/include/fb_types.h (1.16):
Join two compiler dependent defines. Put in fb_types.h since it is
always included in ibase.h
2003-02-27 18:27 brodsom
* firebird2/builds/win32/: make6_release.bat (1.5), make6_debug.bat
(1.5):
Add gpre project to build batch
2003-02-27 17:53 brodsom
* firebird2/: builds/win32/msvc6/gpre.dsp (1.15),
builds/win32/gpre.mak (1.5), src/include/gen/autoconfig_msvc.h
(1.80), src/gpre/gpre.h (1.31):
Add Fortran files and move GPRE_* defines from autoconf header to
makefiles.
2003-02-27 17:38 hippoman
* firebird2/src/dsql/dsql.h (1.22):
* Changed comments to point to used code
2003-02-27 17:27 dimitr
* firebird2/builds/win32/msvc6/: alice.dsp (1.12),
alice_classic.dsp (1.9), burp.dsp (1.14), burp_classic.dsp (1.12),
common.dsp (1.16), common_classic.dsp (1.10), dsql_server.dsp
(1.17), dsql_server_classic.dsp (1.13), engine.dsp (1.22),
engine_classic.dsp (1.20), fb_inet_server.dsp (1.14),
fb_lock_print.dsp (1.15), fbclient.dsp (1.29), fbembed.dsp (1.19),
fbguard.dsp (1.15), fbserver.dsp (1.25), fbudf.dsp (1.8), gbak.dsp
(1.14), gdef.dsp (1.11), gds32.dsp (1.15), gfix.dsp (1.14),
gpre.dsp (1.14), gpre_boot.dsp (1.15), gsec.dsp (1.10), gsplit.dsp
(1.3), gstat.dsp (1.11), ib_udf.dsp (1.13), ib_util.dsp (1.13),
instreg.dsp (1.10), instsvc.dsp (1.10), intl.dsp (1.17),
intlcpp.dsp (1.2), ipserver.dsp (1.10), isql.dsp (1.16), lock.dsp
(1.10), lock_classic.dsp (1.8), qli.dsp (1.10), remote.dsp (1.14),
remote_classic.dsp (1.11), utilities.dsp (1.10),
utilities_classic.dsp (1.8), wal.dsp (1.10), wal_classic.dsp (1.8):
Fixed build problem pointed by Arno (caused the server to crash in
some cases).
2003-02-27 17:04 brodsom
* firebird2/src/gpre/: words.h (1.2), pas.cpp (1.8), noform.cpp
(1.5), par.cpp (1.16), hsh.h (1.3), gpre.h (1.30), gpre.cpp (1.22),
ftn.cpp (1.17), form_trn.cpp (1.4), form_proto.h (1.3), form.h
(1.4), form__proto.h (1.2), exp_proto.h (1.5), exp.cpp (1.11),
cob.cpp (1.18), cmp_proto.h (1.5), cmp.cpp (1.12), cmd.cpp (1.9),
c_cxx.cpp (1.16), ada.cpp (1.14):
Add PYXIS define to isolate pyxis code. When this change were
tested enough, the pyxis code can be removed.
2003-02-27 16:35 dimitr
* firebird2/builds/win32/msvc6/: engine_classic.dsp (1.19),
fbembed.dsp (1.18), fbudf.dsp (1.7):
Updated project files.
2003-02-27 14:59 brodsom
* firebird2/src/alice/exe.cpp (1.11):
Remove unneeded include and ifdef
2003-02-27 05:36 brodsom
* firebird2/src/include/fb_types.h (1.15):
Remove GDS_FAR, win_handle, form_handle (Thanks to Claudio)
2003-02-27 00:41 arnobrinkman
* firebird2/src/dsql/gen.cpp (1.28):
comment added
2003-02-27 00:28 arnobrinkman
* firebird2/src/dsql/dsql.h (1.21):
bugfix: With a large amount of SQL the server crashed on generating
blr. Due a USHORT was used for str_length.
2003-02-26 17:52 skidder
*
firebird2/src/install/arch-specific/linux/classic/postinstall.sh.in
(1.5):
Fix file permissions problem that prevented restore of databases
and other problems when using engine under non-root user on Linux
2003-02-26 13:22 dimitr
* firebird2/doc/WhatsNew (1.24):
Added recent changes.
2003-02-26 12:28 dimitr
* firebird2/builds/win32/msvc6/fbembed.dsp (1.17):
Fixed win32 build.
2003-02-26 08:25 dimitr
* firebird2/src/install/misc/firebird.conf (1.11):
Fixed a typo.
2003-02-25 14:14 brodsom
* firebird2/builds/win32/msvc6/intl.dsp (1.16):
Add needed file (lost when the change was committed)
2003-02-25 14:11 brodsom
* firebird2/builds/win32/msvc7/: remote_classic.vcproj (1.8),
isql.vcproj (1.7), remote.vcproj (1.8), gsplit.vcproj (1.2),
fbserver.vcproj (1.6), gbak.vcproj (1.7), gpre_boot.vcproj (1.9),
fb_inet_server.vcproj (1.5), fb_lock_print.vcproj (1.10),
fbclient.vcproj (1.12), fbembed.vcproj (1.9), fbguard.vcproj (1.8),
dsql_server_classic.vcproj (1.7), engine.vcproj (1.13),
engine_classic.vcproj (1.12), burp.vcproj (1.8),
burp_classic.vcproj (1.8), dsql_server.vcproj (1.7):
Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h.
2003-02-25 14:10 brodsom
* firebird2/builds/win32/msvc6/isql.dsp (1.15):
Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h. (and clean
dependency)
2003-02-25 14:01 brodsom
* firebird2/builds/win32/msvc6/: remote_classic.dsp (1.10),
gpre_boot.dsp (1.14), gsplit.dsp (1.2), remote.dsp (1.13),
fbserver.dsp (1.24), gbak.dsp (1.13), fbembed.dsp (1.16),
fbguard.dsp (1.14):
Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h.
2003-02-25 13:55 brodsom
* firebird2/builds/win32/msvc6/: fb_lock_print.dsp (1.14),
fbclient.dsp (1.28), fb_inet_server.dsp (1.13), engine_classic.dsp
(1.18), engine.dsp (1.21), dsql_server.dsp (1.16),
dsql_server_classic.dsp (1.12), burp_classic.dsp (1.11), burp.dsp
(1.13):
Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h.
2003-02-25 13:49 brodsom
* firebird2/: src/extlib/fbudf/stdafx.h (1.6),
builds/win32/blrtable.bat (1.2), builds/win32/fbclient_boot.mak
(1.6), builds/win32/gpre_boot.mak (1.5):
Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h.
2003-02-25 13:39 brodsom
* firebird2/src/include/gen/autoconfig_msvc.h (1.79):
Move WIN32_LEAN_AND_MEAN to autoconfig_msvc.h
2003-02-25 12:58 dimitr
* firebird2/doc/WhatsNew (1.23):
Added Beta 3 changes.
2003-02-25 09:22 dimitr
* firebird2/builds/win32/msvc6/fbserver.dsp (1.23):
Cleanup.
2003-02-25 02:12 brodsom
* firebird2/configure.in (1.122):
Add some needed directories
2003-02-25 02:11 brodsom
* firebird2/src/common/classes/: alloc.cpp (1.28), alloc.h (1.21):
Restore inlines
2003-02-25 01:01 brodsom
* firebird2/src/: alice/alice.cpp (1.23),
common/config/config_impl.h (1.9), dsql/user_dsql.cpp (1.18),
dsql/ddl.cpp (1.41), dsql/dsql.h (1.20):
Restore inlines
2003-02-25 00:55 brodsom
* firebird2/src/extlib/fbudf/fbudf.cpp (1.7):
Restore inlines
2003-02-24 10:52 eku
* firebird2/builds/posix/: Makefile.in.firebird (1.28),
Makefile.in.jrd (1.6):
Since PYXIS support has gone some time ago, remove it from the
Makefiles as well.
2003-02-24 10:37 dimitr
* firebird2/src/dsql/: parse.cpp (1.59), parse.y (1.57):
Cleanup.
2003-02-23 02:36 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.52):
bugfix: DISTINCT with sub-selects (context already in use (BLR
error)). Distinct items are now correctly parsed and not just
copied from the select-list.
2003-02-22 22:48 skidder
* firebird2/configure.in (1.121):
Get ready for Beta3
2003-02-22 16:45 skidder
* firebird2/builds/posix/Makefile.in.intl (1.9):
Make intl support work on POSIX again
2003-02-22 15:23 dimitr
* firebird2/src/install/misc/firebird.conf (1.10):
Added new config option.
2003-02-21 10:17 dimitr
* firebird2/src/common/config/: config.cpp (1.26), config.h (1.15):
Committed Mike's introduction of short-circuit boolean evaluation.
2003-02-21 01:32 hippoman
* firebird2/builds/win32/msvc7/: gsplit.vcproj (1.1),
intlcpp.vcproj (1.1):
* new projects
2003-02-21 01:31 hippoman
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.6), alice.vcproj
(1.5), alice_classic.vcproj (1.5), burp.vcproj (1.7),
burp_classic.vcproj (1.7), common.vcproj (1.6),
common_classic.vcproj (1.4), dsql_server.vcproj (1.6),
dsql_server_classic.vcproj (1.6), engine.vcproj (1.12),
engine_classic.vcproj (1.11), fb_inet_server.vcproj (1.4),
fb_lock_print.vcproj (1.9), fbclient.vcproj (1.11), fbembed.vcproj
(1.8), fbguard.vcproj (1.7), fbserver.vcproj (1.5), fbudf.vcproj
(1.4), gbak.vcproj (1.6), gdef.vcproj (1.7), gds32.vcproj (1.7),
gfix.vcproj (1.6), gpre.vcproj (1.9), gpre_boot.vcproj (1.8),
gsec.vcproj (1.6), gstat.vcproj (1.7), ib_udf.vcproj (1.7),
ib_util.vcproj (1.7), instreg.vcproj (1.6), instsvc.vcproj (1.6),
intl.vcproj (1.7), ipserver.vcproj (1.6), isql.vcproj (1.6),
lock.vcproj (1.6), lock_classic.vcproj (1.6), qli.vcproj (1.6),
remote.vcproj (1.7), remote_classic.vcproj (1.7), utilities.vcproj
(1.7), utilities_classic.vcproj (1.6), wal.vcproj (1.6),
wal_classic.vcproj (1.6):
* Fixed the msvc7 build files
2003-02-21 01:27 hippoman
* firebird2/src/dsql/gen.cpp (1.27):
* changed function comment to new forrmat
2003-02-20 22:39 hippoman
* firebird2/builds/win32/msvc6/ib_udf.dsp (1.12):
* deleted an empty /D switch that was causing problems when
importing the projects in msvc7
2003-02-20 20:37 fsg
* firebird2/src/dudley/ddl.cpp (1.12):
main needs to be int
2003-02-20 16:50 brodsom
* firebird2/src/intlcpp/: lc_ascii.cpp (1.2), cs_unicode_ucs2.cpp
(1.2):
Some cleaning
2003-02-20 16:46 brodsom
* firebird2/src/intl/: lc_narrow.h (1.1), cs_unicode_fss.h (1.1),
cv_big5.h (1.1), cv_gb2312.h (1.1), cv_jis.h (1.1), cv_ksc.h (1.1),
cv_narrow.h (1.1), cv_unicode_fss.c (1.1), cv_unicode_fss.h (1.1),
lc_ascii.h (1.1), lc_big5.h (1.1), lc_dos.h (1.1), lc_ksc.c (1.11),
lc_narrow.c (1.9), lc_unicode_ucs2.c (1.6), cv_big5.c (1.8),
cv_gb2312.c (1.8), cv_jis.c (1.10), cv_ksc.c (1.8), cv_narrow.c
(1.9), lc_ascii.c (1.10), lc_big5.c (1.10), lc_dos.c (1.11),
lc_gb2312.c (1.7), lc_iso8859_1.c (1.6), lc_iso8859_2.c (1.6),
lc_jis.c (1.10), cs_ksc.c (1.8), cs_narrow.c (1.9),
cs_unicode_fss.c (1.6), cs_unicode_ucs2.c (1.5), cs_big5.c (1.8),
cs_gb2312.c (1.9), cs_jis.c (1.9):
Update prototypes not valid for gcc when the function declaration
is updated (Thank to Erik)
2003-02-20 15:41 kkuznetsov
* firebird2/builds/posix/prefix.solx86 (1.16):
Some Impruvements with sfio
2003-02-20 14:34 brodsom
* firebird2/src/intl/: lc_big5.c (1.9), lc_dos.c (1.10),
lc_iso8859_1.c (1.5), lc_iso8859_2.c (1.5), lc_jis.c (1.9),
lc_ksc.c (1.10), lc_narrow.c (1.8), lc_unicode_ucs2.c (1.5):
Update prototypes not valid for gcc when the function declaration
is updated (Thank to Erik)
2003-02-20 07:36 eku
* firebird2/: configure.in (1.120), src/common/classes/alloc.h
(1.20), src/common/classes/tree.h (1.11):
XPG defines that prototypes for malloc/free have to be defined in
stdlib.h. malloc.h is deprecated - removed.
2003-02-20 07:17 eku
* firebird2/builds/posix/make.shared.variables (1.16):
This file does not compile on POSIX platforms. Exclude it from the
build process until someone has fixed it.
2003-02-20 02:59 brodsom
* firebird2/src/dsql/parse.cpp (1.58):
Remove lint and LIBC_SCCS defines (dummy)
2003-02-20 02:39 brodsom
* firebird2/src/dsql/parse.cpp (1.57):
Remove warnings
2003-02-20 02:28 brodsom
* firebird2/builds/win32/: make6_debug.bat (1.4), make6_release.bat
(1.4):
Add gsplit and intlcpp projects to batch
2003-02-20 02:28 brodsom
* firebird2/builds/win32/msvc6/: burp.dsp (1.12), burp_classic.dsp
(1.10):
Remove spit from burp project (and remove some warnings)
2003-02-20 02:17 brodsom
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.14), gsplit.dsp
(1.1):
Add gsplit project
2003-02-20 01:27 brodsom
* firebird2/src/dudley/ddl.cpp (1.11):
Remove warnings
2003-02-20 01:10 brodsom
* firebird2/src/intlcpp/ld2.cpp (1.2):
Remove warnings
2003-02-19 15:02 brodsom
* firebird2/src/intlcpp/: charsets.h (1.1), countries.h (1.1),
country_codes.h (1.1), cs_big5.cpp (1.1), cs_gb2312.cpp (1.1),
cs_jis.cpp (1.1), cs_ksc.cpp (1.1), cs_narrow.cpp (1.1),
cs_unicode_fss.cpp (1.1), cs_unicode_fss.h (1.1),
cs_unicode_ucs2.cpp (1.1), cv_big5.cpp (1.1), cv_big5.h (1.1),
cv_gb2312.cpp (1.1), cv_gb2312.h (1.1), cv_jis.cpp (1.1), cv_jis.h
(1.1), cv_ksc.cpp (1.1), cv_ksc.h (1.1), cv_narrow.cpp (1.1),
cv_narrow.h (1.1), cv_unicode_fss.cpp (1.1), cv_unicode_fss.h
(1.1), depends.mak (1.1), kanji.cpp (1.1), kanji.h (1.1),
kanji_proto.h (1.1), langdrv.h (1.1), lc_ascii.cpp (1.1),
lc_ascii.h (1.1), lc_big5.cpp (1.1), lc_big5.h (1.1), lc_dos.cpp
(1.1), lc_dos.h (1.1), lc_gb2312.cpp (1.1), lc_iso8859_1.cpp (1.1),
lc_iso8859_2.cpp (1.1), lc_jis.cpp (1.1), lc_ksc.cpp (1.1),
lc_narrow.cpp (1.1), lc_narrow.h (1.1), lc_unicode_ucs2.cpp (1.1),
ld.cpp (1.1), ld.h (1.1), ld2.cpp (1.1), ld_proto.h (1.1),
ldcommon.h (1.1), moved_files.txt (1.1), charsets/cs_437.h (1.1),
charsets/cs_737.h (1.1), charsets/cs_775.h (1.1), charsets/cs_850.h
(1.1), charsets/cs_852.h (1.1), charsets/cs_857.h (1.1),
charsets/cs_858.h (1.1), charsets/cs_860.h (1.1), charsets/cs_861.h
(1.1), charsets/cs_862.h (1.1), charsets/cs_863.h (1.1),
charsets/cs_864.h (1.1), charsets/cs_865.h (1.1), charsets/cs_866.h
(1.1), charsets/cs_869.h (1.1), charsets/cs_big5.h (1.1),
charsets/cs_cyrl.h (1.1), charsets/cs_gb2312.h (1.1),
charsets/cs_iso8859_1.h (1.1), charsets/cs_iso8859_13.h (1.1),
charsets/cs_iso8859_2.h (1.1), charsets/cs_iso8859_3.h (1.1),
charsets/cs_iso8859_4.h (1.1), charsets/cs_iso8859_5.h (1.1),
charsets/cs_iso8859_6.h (1.1), charsets/cs_iso8859_7.h (1.1),
charsets/cs_iso8859_8.h (1.1), charsets/cs_iso8859_9.h (1.1),
charsets/cs_jis_0208_1990.h (1.1), charsets/cs_ksc5601.h (1.1),
charsets/cs_next.h (1.1), charsets/cs_sjis.h (1.1),
charsets/cs_w1250.h (1.1), charsets/cs_w1251.h (1.1),
charsets/cs_w1252.h (1.1), charsets/cs_w1253.h (1.1),
charsets/cs_w1254.h (1.1), charsets/cs_w1255.h (1.1),
charsets/cs_w1256.h (1.1), charsets/cs_w1257.h (1.1),
collations/bl88591ca0.h (1.1), collations/bl88591da0.h (1.1),
collations/bl88591de0.h (1.1), collations/bl88591es0.h (1.1),
collations/bl88591fi0.h (1.1), collations/bl88591fr0.h (1.1),
collations/bl88591is0.h (1.1), collations/bl88591it0.h (1.1),
collations/bl88591nl0.h (1.1), collations/bl88591no0.h (1.1),
collations/bl88591pt0.h (1.1), collations/bl88591sv0.h (1.1),
collations/bl88591uk0.h (1.1), collations/bl88591us0.h (1.1),
collations/blNEXTde0.h (1.1), collations/blNEXTes0.h (1.1),
collations/blNEXTfr0.h (1.1), collations/blNEXTit0.h (1.1),
collations/blNEXTus0.h (1.1), collations/db437de0.h (1.1),
collations/db437es1.h (1.1), collations/db437fi0.h (1.1),
collations/db437fr0.h (1.1), collations/db437it0.h (1.1),
collations/db437nl0.h (1.1), collations/db437sv0.h (1.1),
collations/db437uk0.h (1.1), collations/db437us0.h (1.1),
collations/db850cf0.h (1.1), collations/db850de0.h (1.1),
collations/db850es0.h (1.1), collations/db850fr0.h (1.1),
collations/db850it1.h (1.1), collations/db850nl0.h (1.1),
collations/db850pt0.h (1.1), collations/db850sv1.h (1.1),
collations/db850uk0.h (1.1), collations/db850us0.h (1.1),
collations/db852cz0.h (1.1), collations/db852po0.h (1.1),
collations/db852sl0.h (1.1), collations/db857tr0.h (1.1),
collations/db860pt0.h (1.1), collations/db863cf1.h (1.1),
collations/db865da0.h (1.1), collations/db865no0.h (1.1),
collations/db866ru0.h (1.1), collations/pd437intl.h (1.1),
collations/pd437swedfin.h (1.1), collations/pd852czech.h (1.1),
collations/pd852hundc.h (1.1), collations/pd852polish.h (1.1),
collations/pd852slovene.h (1.1), collations/pd861iceland.h (1.1),
collations/pd865nordan40.h (1.1), collations/pd866cyrr.h (1.1):
Add C++ intl conversion
2003-02-19 14:20 brodsom
* firebird2/builds/win32/msvc6/intlcpp.dsp (1.1):
Adding intl C++ conversion
2003-02-19 14:19 brodsom
* firebird2/builds/win32/defs/: api9f.def (1.2), example.def (1.2),
udflib.def (1.2), winevent.def (1.2):
Move def files left in the directory (but not v5_example ones)
2003-02-19 14:08 brodsom
* firebird2/src/: burp/makefile.mak (1.2), dsql/makefile.mak (1.2),
extlib/makefile.mak (1.2), intl/makefile.mak (1.2):
Move old borland make files to builds directory
2003-02-19 14:04 brodsom
* firebird2/src/intl/intl.def (1.2):
Move def files to builds directory
2003-02-19 14:01 brodsom
* firebird2/: builds/win32/fbclient_debug.def (1.3),
builds/win32/gds32.def (1.4), builds/win32/ib_udf.def (1.3),
builds/win32/ib_util.def (1.2), builds/win32/fbclient.def (1.3),
src/burp/burp.def (1.2), src/burp/burp32.def (1.2),
src/dsql/dsql.def (1.2):
Move def files to builds directory
2003-02-19 13:58 brodsom
* firebird2/builds/win32/: msvc6/fbclient.dsp (1.27),
msvc6/fbembed.dsp (1.15), msvc6/gds32.dsp (1.14), msvc6/ib_udf.dsp
(1.11), msvc6/ib_util.dsp (1.12), msvc6/intl.dsp (1.15),
fbclient_boot.mak (1.5), msvc7/intl.vcproj (1.6),
msvc7/ib_util.vcproj (1.6), msvc7/gds32.vcproj (1.6),
msvc7/ib_udf.vcproj (1.6), msvc7/fbclient.vcproj (1.10),
msvc7/fbembed.vcproj (1.7):
Move def files to builds directory
2003-02-19 13:21 brodsom
* firebird2/builds/win32/old_makes/: remote.mak (1.1),
v5_examples.mak (1.1), burp.mak (1.1), dsql.mak (1.1), extlib.mak
(1.1), intl.mak (1.1), intlcpp.mak (1.1), jrd.mak (1.1), msgs.mak
(1.1):
Move old borland makefiles to builds directory
2003-02-19 13:15 brodsom
* firebird2/builds/win32/defs/: winevent.def (1.1), remote.def
(1.1), udflib.def (1.1), utls.def (1.1), jrd.def (1.1), isql.def
(1.1), iutls.def (1.1), intlcpp.def (1.1), intl.def (1.1), gds.def
(1.1), gds32.def (1.1), ib_udf.def (1.1), ib_util.def (1.1),
build.def (1.1), burp.def (1.1), burp32.def (1.1), dsql.def (1.1),
example.def (1.1), fbclient.def (1.1), fbclient_debug.def (1.1),
api9f.def (1.1):
Move .def files to builds directory
2003-02-19 06:18 aafemt
* firebird2/src/burp/: mvol.cpp (1.11), mvol_proto.h (1.3):
Some cleanup
2003-02-19 06:16 aafemt
* firebird2/builds/posix/make.shared.variables (1.15):
XNET and somewhere WNET were added to remote interfaces
2003-02-19 06:14 aafemt
* firebird2/builds/posix/make.defaults (1.15):
Propagate PLATFORM across makefiles
2003-02-19 04:49 brodsom
* firebird2/src/intl/: lc_ksc.c (1.9), ld.c (1.15):
Fix bug in intl for a korean texttype.
2003-02-19 02:56 brodsom
* firebird2/src/intl/: cs_gb2312.c (1.8), cs_narrow.c (1.8),
cs_unicode_fss.c (1.5), cv_big5.c (1.7), cv_gb2312.c (1.7),
cv_jis.c (1.9), cv_ksc.c (1.7), cv_narrow.c (1.8), lc_ascii.c
(1.9), lc_big5.c (1.8), lc_dos.c (1.9), lc_iso8859_1.c (1.4),
lc_iso8859_2.c (1.4), lc_jis.c (1.8), lc_ksc.c (1.8), lc_narrow.c
(1.7), lc_unicode_ucs2.c (1.4):
Remove W4 warnings (old style declarator) and others W3 appeared
when the declarator is updated.
2003-02-18 13:38 eku
* firebird2/: configure.in (1.119),
src/include/gen/autoconfig_msvc.h (1.78):
Added a test for <sys/socket.h> needed in remote/inet.cpp.
2003-02-18 12:36 brodsom
* firebird2/src/: burp/burp.cpp (1.24), dudley/ddl.cpp (1.10):
Remove W4 warnings (remains from ODS 5 and 7)
2003-02-18 08:43 eku
* firebird2/src/gpre/exp.cpp (1.10):
Cleanup.
2003-02-18 06:24 aafemt
* firebird2/: configure.in (1.118),
src/include/gen/autoconfig_msvc.h (1.77), src/intl/cs_jis.c (1.8),
src/intl/cs_unicode_fss.c (1.4), src/intl/cs_unicode_ucs2.c (1.4),
src/intl/cv_big5.c (1.6), src/intl/cv_gb2312.c (1.6),
src/intl/cv_jis.c (1.8), src/intl/cv_ksc.c (1.6),
src/intl/lc_big5.c (1.7), src/intl/lc_dos.c (1.8),
src/intl/lc_jis.c (1.7), src/intl/lc_unicode_ucs2.c (1.3):
WCHAR --> UCS2_CHAR and some cleanup around it
2003-02-18 03:36 brodsom
* firebird2/src/alice/: info.h (1.4), tdr.cpp (1.14):
Remove old protocols, only tcp is supported
2003-02-18 00:42 brodsom
* firebird2/src/burp/: spit.cpp (1.8), mvol.cpp (1.10):
Remove W4 warnings (initialized but unused var)
2003-02-18 00:22 brodsom
* firebird2/src/burp/: burpswi.h (1.6), restore.epp (1.21),
burp.cpp (1.23), burp.h (1.15):
Remove W4 warnings (remains from ODS 5 and 7)
2003-02-17 15:56 skidder
* firebird2/src/dsql/parse.y (1.56):
Fixed bug with line number tracking introduced recently + some
cleanup
2003-02-17 15:52 brodsom
* firebird2/src/include/gen/autoconfig_msvc.h (1.76):
Disable another level 4 warning.
2003-02-17 14:43 brodsom
* firebird2/builds/win32/: msvc6/utilities.dsp (1.9),
msvc6/utilities_classic.dsp (1.7), msvc6/wal.dsp (1.9),
msvc6/wal_classic.dsp (1.7), msvc6/dsql_server_classic.dsp (1.11),
msvc6/engine.dsp (1.20), msvc6/engine_classic.dsp (1.17),
msvc6/fb_inet_server.dsp (1.12), msvc6/fb_lock_print.dsp (1.13),
msvc6/fbclient.dsp (1.26), msvc6/fbembed.dsp (1.14),
msvc6/fbguard.dsp (1.13), msvc6/fbserver.dsp (1.22),
msvc6/fbudf.dsp (1.6), msvc6/gbak.dsp (1.12), msvc6/gdef.dsp
(1.10), msvc6/gds32.dsp (1.13), msvc6/gfix.dsp (1.13),
msvc6/gpre.dsp (1.13), msvc6/gpre_boot.dsp (1.13), msvc6/gsec.dsp
(1.9), msvc6/gstat.dsp (1.10), msvc6/ib_udf.dsp (1.10),
msvc6/ib_util.dsp (1.11), msvc6/instreg.dsp (1.9),
msvc6/instsvc.dsp (1.9), msvc6/intl.dsp (1.14), msvc6/ipserver.dsp
(1.9), msvc6/isql.dsp (1.14), msvc6/lock.dsp (1.9),
msvc6/lock_classic.dsp (1.7), msvc6/qli.dsp (1.9), msvc6/remote.dsp
(1.12), msvc6/remote_classic.dsp (1.9), msvc6/alice.dsp (1.11),
msvc6/alice_classic.dsp (1.8), msvc6/burp.dsp (1.11),
msvc6/burp_classic.dsp (1.9), msvc6/common.dsp (1.15),
msvc6/common_classic.dsp (1.9), msvc6/dsql_server.dsp (1.15),
common_boot.mak (1.4), fbclient_boot.mak (1.4), gpre.mak (1.4),
gpre_boot.mak (1.4):
Return warning level in msvc6 to 3 until there is a solution to the
Q167355 bug.
2003-02-17 14:35 brodsom
* firebird2/: builds/win32/msvc7/engine_classic.vcproj (1.10),
builds/win32/msvc7/fb_lock_print.vcproj (1.8),
builds/win32/msvc7/fbclient.vcproj (1.9),
builds/win32/msvc7/fbembed.vcproj (1.6),
builds/win32/msvc7/fbguard.vcproj (1.6),
builds/win32/msvc7/fbudf.vcproj (1.3),
builds/win32/msvc7/gbak.vcproj (1.5),
builds/win32/msvc7/gdef.vcproj (1.6),
builds/win32/msvc7/gds32.vcproj (1.5),
builds/win32/msvc7/gfix.vcproj (1.5),
builds/win32/msvc7/gpre.vcproj (1.8),
builds/win32/msvc7/gpre_boot.vcproj (1.7),
builds/win32/msvc7/gsec.vcproj (1.5),
builds/win32/msvc7/gstat.vcproj (1.6),
builds/win32/msvc7/ib_udf.vcproj (1.5),
builds/win32/msvc7/ib_util.vcproj (1.5),
builds/win32/msvc7/instreg.vcproj (1.5),
builds/win32/msvc7/instsvc.vcproj (1.5),
builds/win32/msvc7/intl.vcproj (1.5),
builds/win32/msvc7/ipserver.vcproj (1.5),
builds/win32/msvc7/isql.vcproj (1.5),
builds/win32/msvc7/lock.vcproj (1.5),
builds/win32/msvc7/lock_classic.vcproj (1.5),
builds/win32/msvc7/qli.vcproj (1.5),
builds/win32/msvc7/remote.vcproj (1.6),
builds/win32/msvc7/remote_classic.vcproj (1.6),
builds/win32/msvc7/utilities.vcproj (1.6),
builds/win32/msvc7/utilities_classic.vcproj (1.5),
builds/win32/msvc7/wal.vcproj (1.5),
builds/win32/msvc7/wal_classic.vcproj (1.5),
builds/win32/msvc7/alice.vcproj (1.4),
builds/win32/msvc7/alice_classic.vcproj (1.4),
builds/win32/msvc7/burp.vcproj (1.6),
builds/win32/msvc7/burp_classic.vcproj (1.6),
builds/win32/msvc7/common.vcproj (1.5),
builds/win32/msvc7/common_classic.vcproj (1.3),
builds/win32/msvc7/dsql_server.vcproj (1.5),
builds/win32/msvc7/dsql_server_classic.vcproj (1.5),
builds/win32/msvc7/engine.vcproj (1.11),
src/include/removed_msvc_warnings.h (1.2):
Warning control from autoconfig_msvc.h
2003-02-17 14:28 brodsom
* firebird2/src/: include/gen/autoconfig_msvc.h (1.75),
common/fb_exception.cpp (1.3):
Warning control from autoconfig_msvc.h
2003-02-17 14:22 dimitr
* firebird2/builds/win32/msvc6/: alice.dsp (1.10),
alice_classic.dsp (1.7), burp.dsp (1.10), burp_classic.dsp (1.8),
common.dsp (1.14), common_classic.dsp (1.8), dsql_server.dsp
(1.14), dsql_server_classic.dsp (1.10), engine.dsp (1.19),
engine_classic.dsp (1.16), fb_inet_server.dsp (1.11),
fb_lock_print.dsp (1.12), fbclient.dsp (1.25), fbembed.dsp (1.13),
fbguard.dsp (1.12), fbserver.dsp (1.21), fbudf.dsp (1.5), gbak.dsp
(1.11), gdef.dsp (1.9), gds32.dsp (1.12), gfix.dsp (1.12), gpre.dsp
(1.12), gpre_boot.dsp (1.12), gsec.dsp (1.8), gstat.dsp (1.9),
ib_udf.dsp (1.9), ib_util.dsp (1.10), instreg.dsp (1.8),
instsvc.dsp (1.8), intl.dsp (1.13), ipserver.dsp (1.8), isql.dsp
(1.13), lock.dsp (1.8), lock_classic.dsp (1.6), qli.dsp (1.8),
remote.dsp (1.11), remote_classic.dsp (1.8), utilities.dsp (1.8),
utilities_classic.dsp (1.6), wal.dsp (1.8), wal_classic.dsp (1.6):
/W4 -> /W3
2003-02-17 11:37 brodsom
* firebird2/src/intl/: cs_big5.c (1.7), cs_gb2312.c (1.7), cs_jis.c
(1.7), cs_ksc.c (1.7), cs_narrow.c (1.7), cs_unicode_fss.c (1.3),
cs_unicode_ucs2.c (1.3), cv_big5.c (1.5), cv_gb2312.c (1.5),
cv_jis.c (1.7), cv_ksc.c (1.5), cv_narrow.c (1.7), lc_ascii.c
(1.8), lc_big5.c (1.6), lc_dos.c (1.7), lc_gb2312.c (1.6),
lc_iso8859_1.c (1.3), lc_iso8859_2.c (1.3), lc_jis.c (1.6),
lc_ksc.c (1.7), lc_narrow.c (1.6), lc_unicode_ucs2.c (1.2):
Add firebird header to intl
2003-02-17 09:42 dimitr
* firebird2/src/intl/utils/maptest2.c (1.4):
Cleanup.
2003-02-17 09:26 eku
* firebird2/builds/posix/: Makefile.in.jrd (1.5),
make.shared.variables (1.14):
Fixed POSIX build after removal of pipe/csv directories.
2003-02-16 20:25 dimitr
* firebird2/src/install/misc/firebird.conf (1.9):
New config values for win32.
2003-02-16 20:19 dimitr
* firebird2/builds/win32/msvc6/fbembed.dsp (1.12):
Added finalization code.
2003-02-16 19:58 dimitr
* firebird2/src/common/config/: config.cpp (1.25), config.h (1.14):
New config values for win32.
2003-02-16 14:26 dimitr
* firebird2/src/common/config/config.cpp (1.24):
Fixed config error.
2003-02-16 12:36 brodsom
* firebird2/: src/include/removed_msvc_warnings.h (1.1),
builds/win32/common_boot.mak (1.3), builds/win32/fbclient_boot.mak
(1.3), builds/win32/gpre.mak (1.3), builds/win32/gpre_boot.mak
(1.3), builds/win32/msvc6/instsvc.dsp (1.7),
builds/win32/msvc6/intl.dsp (1.12), builds/win32/msvc6/ipserver.dsp
(1.7), builds/win32/msvc6/isql.dsp (1.12),
builds/win32/msvc6/lock.dsp (1.7),
builds/win32/msvc6/lock_classic.dsp (1.5),
builds/win32/msvc6/qli.dsp (1.7), builds/win32/msvc6/remote.dsp
(1.10), builds/win32/msvc6/remote_classic.dsp (1.7),
builds/win32/msvc6/utilities.dsp (1.7),
builds/win32/msvc6/utilities_classic.dsp (1.5),
builds/win32/msvc6/wal.dsp (1.7),
builds/win32/msvc6/wal_classic.dsp (1.5),
builds/win32/msvc6/fbclient.dsp (1.24),
builds/win32/msvc6/fbembed.dsp (1.11),
builds/win32/msvc6/fbguard.dsp (1.11),
builds/win32/msvc6/fbserver.dsp (1.20),
builds/win32/msvc6/fbudf.dsp (1.4), builds/win32/msvc6/gbak.dsp
(1.10), builds/win32/msvc6/gdef.dsp (1.8),
builds/win32/msvc6/gds32.dsp (1.11), builds/win32/msvc6/gfix.dsp
(1.11), builds/win32/msvc6/gpre.dsp (1.11),
builds/win32/msvc6/gpre_boot.dsp (1.11),
builds/win32/msvc6/gsec.dsp (1.7), builds/win32/msvc6/gstat.dsp
(1.8), builds/win32/msvc6/ib_udf.dsp (1.8),
builds/win32/msvc6/ib_util.dsp (1.9),
builds/win32/msvc6/instreg.dsp (1.7), builds/win32/msvc6/alice.dsp
(1.9), builds/win32/msvc6/alice_classic.dsp (1.6),
builds/win32/msvc6/burp.dsp (1.9),
builds/win32/msvc6/burp_classic.dsp (1.7),
builds/win32/msvc6/common.dsp (1.13),
builds/win32/msvc6/common_classic.dsp (1.7),
builds/win32/msvc6/dsql_server.dsp (1.13),
builds/win32/msvc6/dsql_server_classic.dsp (1.9),
builds/win32/msvc6/engine.dsp (1.18),
builds/win32/msvc6/engine_classic.dsp (1.15),
builds/win32/msvc6/fb_inet_server.dsp (1.10),
builds/win32/msvc6/fb_lock_print.dsp (1.11),
builds/win32/msvc7/gdef.vcproj (1.5),
builds/win32/msvc7/gds32.vcproj (1.4),
builds/win32/msvc7/gfix.vcproj (1.4),
builds/win32/msvc7/gpre.vcproj (1.7),
builds/win32/msvc7/gpre_boot.vcproj (1.6),
builds/win32/msvc7/gsec.vcproj (1.4),
builds/win32/msvc7/gstat.vcproj (1.5),
builds/win32/msvc7/ib_udf.vcproj (1.4),
builds/win32/msvc7/ib_util.vcproj (1.4),
builds/win32/msvc7/instreg.vcproj (1.4),
builds/win32/msvc7/instsvc.vcproj (1.4),
builds/win32/msvc7/intl.vcproj (1.4),
builds/win32/msvc7/ipserver.vcproj (1.4),
builds/win32/msvc7/isql.vcproj (1.4),
builds/win32/msvc7/lock.vcproj (1.4),
builds/win32/msvc7/lock_classic.vcproj (1.4),
builds/win32/msvc7/qli.vcproj (1.4),
builds/win32/msvc7/remote.vcproj (1.5),
builds/win32/msvc7/remote_classic.vcproj (1.5),
builds/win32/msvc7/utilities.vcproj (1.5),
builds/win32/msvc7/utilities_classic.vcproj (1.4),
builds/win32/msvc7/wal.vcproj (1.4),
builds/win32/msvc7/wal_classic.vcproj (1.4),
builds/win32/msvc7/alice.vcproj (1.3),
builds/win32/msvc7/alice_classic.vcproj (1.3),
builds/win32/msvc7/burp.vcproj (1.5),
builds/win32/msvc7/burp_classic.vcproj (1.5),
builds/win32/msvc7/common.vcproj (1.4),
builds/win32/msvc7/common_classic.vcproj (1.2),
builds/win32/msvc7/dsql_server.vcproj (1.4),
builds/win32/msvc7/dsql_server_classic.vcproj (1.4),
builds/win32/msvc7/engine.vcproj (1.10),
builds/win32/msvc7/engine_classic.vcproj (1.9),
builds/win32/msvc7/fb_lock_print.vcproj (1.7),
builds/win32/msvc7/fbclient.vcproj (1.8),
builds/win32/msvc7/fbembed.vcproj (1.5),
builds/win32/msvc7/fbguard.vcproj (1.5),
builds/win32/msvc7/fbudf.vcproj (1.2),
builds/win32/msvc7/gbak.vcproj (1.4), src/common/config/config.cpp
(1.23), src/common/config/config_file.cpp (1.4),
src/extlib/fbudf/stdafx.h (1.5), src/include/gen/autoconfig_msvc.h
(1.74):
Change build system to move warning control to only one header for
each compiler
2003-02-16 01:55 brodsom
* firebird2/src/gpre/: gpre.cpp (1.21), gpre.h (1.29):
Move code from header to cpp and remove inline.
2003-02-16 01:20 brodsom
* firebird2/src/common/classes/: alloc.cpp (1.27), alloc.h (1.19):
Move function definition from header to cpp and remove inline.
2003-02-16 01:17 brodsom
* firebird2/builds/win32/: msvc7/fbserver.vcproj (1.4),
msvc6/fbserver.dsp (1.19):
Add svc.cpp to fbserver
2003-02-15 17:21 brodsom
* firebird2/builds/: win32/msvc7/engine.vcproj (1.9),
win32/msvc7/engine_classic.vcproj (1.8),
win32/msvc6/engine_classic.dsp (1.14), win32/msvc6/engine.dsp
(1.17), mac_os_x/CS/CS.pbproj/project.pbxproj (1.2):
Rename header arg.h to log2.h (included only in log.cpp) and remove
atom.h
2003-02-15 16:10 dimitr
* firebird2/src/dsql/ddl.cpp (1.40):
Allowed access to both contexts in universal triggers.
2003-02-15 10:25 dimitr
* firebird2/builds/win32/msvc6/: alice.dsp (1.8), alice_classic.dsp
(1.5), burp.dsp (1.8), burp_classic.dsp (1.6), common.dsp (1.12),
common_classic.dsp (1.6), dsql_server.dsp (1.12),
dsql_server_classic.dsp (1.8), engine.dsp (1.16),
engine_classic.dsp (1.13), fb_inet_server.dsp (1.9),
fb_lock_print.dsp (1.10), fbclient.dsp (1.23), fbembed.dsp (1.10),
fbguard.dsp (1.10), fbserver.dsp (1.18), fbudf.dsp (1.3), gbak.dsp
(1.9), gdef.dsp (1.7), gds32.dsp (1.10), gfix.dsp (1.10), gpre.dsp
(1.10), gpre_boot.dsp (1.10), gsec.dsp (1.6), gstat.dsp (1.7),
ib_udf.dsp (1.7), ib_util.dsp (1.8), instreg.dsp (1.6), instsvc.dsp
(1.6), intl.dsp (1.11), ipserver.dsp (1.6), isql.dsp (1.11),
lock.dsp (1.6), lock_classic.dsp (1.4), qli.dsp (1.6), remote.dsp
(1.9), remote_classic.dsp (1.6), utilities.dsp (1.6),
utilities_classic.dsp (1.4), wal.dsp (1.6), wal_classic.dsp (1.4):
Updated project files. Fixed issues with exception handling.
2003-02-15 04:01 hippoman
* firebird2/src/dsql/: dsql.cpp (1.48), errd.cpp (1.13), gen.cpp
(1.26), hsh.cpp (1.9), make.cpp (1.26), movd.cpp (1.5), pass1.cpp
(1.51), preparse.cpp (1.14), utld.cpp (1.10):
* Formated comments to make Doxygen Happy..
2003-02-15 03:05 hippoman
* firebird2/src/dsql/: ddl.cpp (1.39), dsql.cpp (1.47), dsql.h
(1.19), parse.cpp (1.56), parse.y (1.55), pass1.cpp (1.50):
* formated dsql.h comments to make Doxygen happy.. * changed
DSQL_debug values as follow.. /*! \var unsigned DSQL_debug
\brief Debug level
0 No output
1 Display output tree in PASS1_statment
2 Display input tree in PASS1_statment
4 Display ddl BLR
8 Display BLR
16 Display PASS1_rse input tree
32 Display SQL input string
64 Display BLR in dsql/prepare
> 256 Display yacc parser output level = DSQL_level>>8
*/
2003-02-15 00:52 brodsom
* firebird2/src/csv/: csu.cpp (1.5), csv.cpp (1.12), depends.mak
(1.2), print.cpp (1.5), csi.cpp (1.13), csi.h (1.8), csi_proto.h
(1.3), css.cpp (1.7), css_proto.h (1.5):
Remove csv directory
2003-02-14 15:55 brodsom
* firebird2/src/gpre/: form.cpp (1.8), par.cpp (1.15):
Remove some of the PYXIS remains
2003-02-14 15:22 eku
* firebird2/src/dsql/parse.y (1.54):
Fixed "'SHARED' redefined"
2003-02-14 15:20 eku
* firebird2/src/dsql/misc_func.h (1.3):
Fixed "`static' is not at beginning of declaration"
2003-02-14 15:05 eku
* firebird2/src/intl/ld.c (1.14):
Added needed header file to provide prototypes for sprintf and
printf.
2003-02-14 14:47 eku
* firebird2/src/intl/ld.h (1.18):
Fixed nested comment.
2003-02-14 10:26 dimitr
* firebird2/src/intl/: ld.c (1.13), ld2.c (1.4):
Cleanup.
2003-02-14 10:12 dimitr
* firebird2/builds/win32/msvc6/: engine.dsp (1.15),
engine_classic.dsp (1.12):
Updated project files.
2003-02-14 03:44 brodsom
* firebird2/src/gpre/gpre.cpp (1.20):
Remove __BORLANDC__ define
2003-02-14 03:41 brodsom
* firebird2/src/: dudley/lex.cpp (1.11), extlib/ib_udf.h (1.3):
Remove __BORLANDC__ define
2003-02-14 03:19 brodsom
* firebird2/src/: csv/csi.cpp (1.12), csv/csi.h (1.7), csv/css.cpp
(1.6), csv/css_proto.h (1.4), csv/csv.cpp (1.11), dsql/dsql.cpp
(1.46):
Remove PIPE and STACK defines (PIPE_SERVER, PIPE_CLIENT,
PIPE_LIBRARY, PIPE_SERVER_YVALUE, PIPE_BRIDGE_TO_V3, V3, V3_PATH,
ALTPIPE)(STACK_EFFICIENT, STACK_REDUCTION)
2003-02-14 03:11 brodsom
* firebird2/src/alice/alice.h (1.13):
Remove __cplusplus
2003-02-14 00:39 bellardo
* firebird2/src/: gpre/gpre.h (1.28), common/classes/alloc.h
(1.18):
Added some of the "inlines" back. If the functions are really not
meant to be inlined they need to be moved from the header file to
an appropiate source file, and their declarations placed in the
header file. Otherwise we get an overabundance of multiply defined
symbols.
2003-02-13 23:49 bellardo
* firebird2/: src/common/classes/alloc.h (1.17),
src/common/classes/tree.h (1.10), configure.in (1.117):
add a configure check for malloc.h
2003-02-13 23:44 brodsom
* firebird2/src/: extlib/fbudf/fbudf.cpp (1.6),
common/classes/tree.h (1.9), common/classes/alloc.h (1.16),
common/config/config_impl.h (1.8):
Remove inline keyword.
2003-02-13 23:40 brodsom
* firebird2/src/: alice/alice.cpp (1.22), gpre/gpre.h (1.27),
dsql/dsql.h (1.18), dsql/user_dsql.cpp (1.17), dsql/ddl.cpp (1.38):
Remove inline keyword.
2003-02-13 17:52 dimitr
* firebird2/src/intl/ld2.c (1.3):
Cleanup.
2003-02-13 15:55 eku
* firebird2/src/intl/ldcommon.h (1.5):
Added missing system header file.
2003-02-13 14:44 dimitr
* firebird2/src/common/classes/: alloc.cpp (1.26), tree.h (1.8):
Fixed exception handling.
2003-02-13 13:01 dimitr
* firebird2/src/gpre/: gpre.cpp (1.19), par.cpp (1.14):
Fixed exception handling.
2003-02-13 13:00 eku
* firebird2/configure.in (1.116):
Removed the test for 'const'
2003-02-13 12:57 dimitr
* firebird2/src/: alice/alice.cpp (1.21), burp/burp.cpp (1.22),
dsql/ddl.cpp (1.37), dsql/dsql.cpp (1.45), dsql/user_dsql.cpp
(1.16), dudley/expand.cpp (1.10), dudley/parse.cpp (1.15):
Fixed exception handling.
2003-02-13 10:55 dimitr
* firebird2/src/: include/gen/blrtable.h (1.8),
include/gen/gds_codes.pas (1.4), include/gen/msg_facs.h (1.3),
include/gen/sql_code.h (1.4), include/fb_types.h (1.14),
gpre/gpre_meta.epp (1.16), gpre/gpre_meta_boot.cpp (1.12),
gpre/int.cpp (1.9), gpre/int_cxx.cpp (1.8), gpre/jrdmet.cpp (1.7):
CONST -> const
2003-02-13 10:49 dimitr
* firebird2/src/intl/: collations/bl88591ca0.h (1.3),
collations/bl88591da0.h (1.3), collations/bl88591de0.h (1.3),
collations/bl88591es0.h (1.3), collations/bl88591fi0.h (1.3),
collations/bl88591fr0.h (1.3), collations/bl88591is0.h (1.3),
collations/bl88591it0.h (1.3), collations/bl88591nl0.h (1.3),
collations/bl88591no0.h (1.3), collations/bl88591pt0.h (1.3),
collations/bl88591sv0.h (1.3), collations/bl88591uk0.h (1.3),
collations/bl88591us0.h (1.3), collations/blNEXTde0.h (1.3),
collations/blNEXTes0.h (1.3), collations/blNEXTfr0.h (1.3),
collations/blNEXTit0.h (1.3), collations/blNEXTus0.h (1.3),
collations/db437de0.h (1.3), collations/db437es1.h (1.3),
collations/db437fi0.h (1.3), collations/db437fr0.h (1.3),
collations/db437it0.h (1.3), collations/db437nl0.h (1.3),
collations/db437sv0.h (1.3), collations/db437uk0.h (1.3),
collations/db437us0.h (1.3), collations/db850cf0.h (1.3),
collations/db850de0.h (1.3), collations/db850es0.h (1.3),
collations/db850fr0.h (1.3), collations/db850it1.h (1.3),
collations/db850nl0.h (1.3), collations/db850pt0.h (1.3),
collations/db850sv1.h (1.3), collations/db850uk0.h (1.3),
collations/db850us0.h (1.3), collations/db852cz0.h (1.3),
collations/db852po0.h (1.3), collations/db852sl0.h (1.3),
collations/db857tr0.h (1.3), collations/db860pt0.h (1.3),
collations/db863cf1.h (1.3), collations/db865da0.h (1.3),
collations/db865no0.h (1.3), collations/db866ru0.h (1.3),
collations/pd437intl.h (1.3), collations/pd437swedfin.h (1.3),
collations/pd852czech.h (1.3), collations/pd852hundc.h (1.3),
collations/pd852polish.h (1.3), collations/pd852slovene.h (1.3),
collations/pd861iceland.h (1.3), collations/pd865nordan40.h (1.3),
collations/pd866cyrr.h (1.3), collations/pw1250czech.h (1.3),
collations/pw1250hun.h (1.3), collations/pw1250hundc.h (1.3),
collations/pw1250polish.h (1.3), collations/pw1250slov.h (1.3),
collations/pw1251cyrr.h (1.3), collations/pw1252i850.h (1.3),
collations/pw1252intl.h (1.3), collations/pw1252nor4.h (1.3),
collations/pw1252span.h (1.3), collations/pw1252swfn.h (1.3),
collations/pw1253greek1.h (1.3), collations/pw1254turk.h (1.3),
collations/xx1251_ua.h (1.3), collations/xx88592czech.h (1.3),
charsets/cs_437.h (1.3), charsets/cs_737.h (1.2), charsets/cs_775.h
(1.2), charsets/cs_850.h (1.3), charsets/cs_852.h (1.3),
charsets/cs_857.h (1.3), charsets/cs_858.h (1.2), charsets/cs_860.h
(1.3), charsets/cs_861.h (1.3), charsets/cs_862.h (1.2),
charsets/cs_863.h (1.3), charsets/cs_864.h (1.2), charsets/cs_865.h
(1.3), charsets/cs_866.h (1.2), charsets/cs_869.h (1.2),
charsets/cs_big5.h (1.2), charsets/cs_cyrl.h (1.2),
charsets/cs_gb2312.h (1.2), charsets/cs_iso8859_1.h (1.2),
charsets/cs_iso8859_13.h (1.2), charsets/cs_iso8859_2.h (1.2),
charsets/cs_iso8859_3.h (1.2), charsets/cs_iso8859_4.h (1.2),
charsets/cs_iso8859_5.h (1.2), charsets/cs_iso8859_6.h (1.2),
charsets/cs_iso8859_7.h (1.2), charsets/cs_iso8859_8.h (1.2),
charsets/cs_iso8859_9.h (1.2), charsets/cs_jis_0208_1990.h (1.2),
charsets/cs_ksc5601.h (1.2), charsets/cs_next.h (1.2),
charsets/cs_sjis.h (1.2), charsets/cs_w1250.h (1.3),
charsets/cs_w1251.h (1.3), charsets/cs_w1252.h (1.3),
charsets/cs_w1253.h (1.3), charsets/cs_w1254.h (1.3),
charsets/cs_w1255.h (1.2), charsets/cs_w1256.h (1.2),
charsets/cs_w1257.h (1.2), cs_big5.c (1.6), cs_gb2312.c (1.6),
cs_jis.c (1.6), cs_ksc.c (1.6), cs_unicode_fss.c (1.2),
cs_unicode_ucs2.c (1.2), lc_ascii.c (1.7), lc_big5.c (1.5),
lc_dos.c (1.6), lc_gb2312.c (1.5), lc_iso8859_1.c (1.2),
lc_iso8859_2.c (1.2), lc_jis.c (1.5), lc_ksc.c (1.6), ld.c (1.12),
ld_proto.h (1.3), ldcommon.h (1.4), utils/mapgen4.c (1.2),
utils/maptest2.c (1.3), conversions/tx437_865.h (1.2),
conversions/tx437_lat1.h (1.3), conversions/tx865_lat1.h (1.3),
ld.h (1.17):
CONST -> const
2003-02-13 10:26 dimitr
* firebird2/src/dsql/: chars.h (1.2), ddl.cpp (1.36), dsql.cpp
(1.44), dsql.tab.h (1.13), dsql_proto.h (1.6), gen.cpp (1.25),
keywords.cpp (1.13), keywords.h (1.13), make.cpp (1.25),
make_proto.h (1.10), metd.epp (1.22), parse.cpp (1.55), parse.sed
(1.5), parse.y (1.53), preparse.cpp (1.13):
CONST -> const
2003-02-13 10:19 dimitr
* firebird2/src/burp/: backup.epp (1.16), burp.cpp (1.21),
restore.epp (1.20):
CONST -> const
2003-02-13 10:14 dimitr
* firebird2/src/alice/alice.cpp (1.20):
CONST -> const
2003-02-13 03:21 brodsom
* firebird2/src/common/config/config_impl.h (1.7):
Remove warning 'static is not at beginning of declaration'
2003-02-13 03:19 brodsom
* firebird2/src/common/classes/: tree.h (1.7), alloc.cpp (1.25):
Remove warning 'declaration shadows a previous local'
2003-02-12 20:36 tamlin
* firebird2/src/common/classes/alloc.cpp (1.24):
Print warning messages to stderr instead of stdout
2003-02-12 20:27 tamlin
* firebird2/src/dsql/: pass1.cpp (1.49), parse.y (1.52), parse.cpp
(1.54), metd.epp (1.21), metd_proto.h (1.10), node.h (1.20),
make.cpp (1.24), make_proto.h (1.9), dsql.cpp (1.43), dsql.h
(1.17), errd.cpp (1.12), gen.cpp (1.24), hsh.cpp (1.8), ddl.cpp
(1.35), ddl_proto.h (1.8):
A bit const correctness added and some reinterpret_casts removed.
Changed DSQL's str to actually hold char.
2003-02-12 13:45 brodsom
* firebird2/src/include/fb_types.h (1.13):
Change #if 0 and #if 1 to NOT_USED_OR_REPLACED
2003-02-12 13:42 brodsom
* firebird2/src/: alice/all.cpp (1.10), dsql/dsql.h (1.16),
gpre/ada.cpp (1.13), gpre/ftn.cpp (1.16):
Change #if 0 and #if 1 to NOT_USED_OR_REPLACED
2003-02-12 10:23 eku
* firebird2/builds/posix/: Makefile.in.client.util (1.5),
Makefile.in.embed.util (1.5):
Fixed POSIX build.
2003-02-12 07:09 bellardo
* firebird2/configure.in (1.115):
3 new tests for darwin: expanded semun expanded 64 bit io dirname
2003-02-12 03:54 brodsom
* firebird2/src/intl/: langdrv.h (1.9), collations/pw1251cyrr.h
(1.2), collations/pw1252i850.h (1.2), collations/pw1252intl.h
(1.2), collations/pw1252nor4.h (1.2), collations/pw1252span.h
(1.2), collations/pw1252swfn.h (1.2), collations/pw1253greek1.h
(1.2), collations/pw1254turk.h (1.2), collations/xx1251_ua.h (1.2),
collations/xx88592czech.h (1.2), collations/db437nl0.h (1.2),
collations/db437sv0.h (1.2), collations/db437uk0.h (1.2),
collations/db437us0.h (1.2), collations/db850cf0.h (1.2),
collations/db850de0.h (1.2), collations/db850es0.h (1.2),
collations/db850fr0.h (1.2), collations/db850it1.h (1.2),
collations/db850nl0.h (1.2), collations/db850pt0.h (1.2),
collations/db850sv1.h (1.2), collations/db850uk0.h (1.2),
collations/db850us0.h (1.2), collations/db852cz0.h (1.2),
collations/db852po0.h (1.2), collations/db852sl0.h (1.2),
collations/db857tr0.h (1.2), collations/db860pt0.h (1.2),
collations/db863cf1.h (1.2), collations/db865da0.h (1.2),
collations/db865no0.h (1.2), collations/db866ru0.h (1.2),
collations/pd437intl.h (1.2), collations/pd437swedfin.h (1.2),
collations/pd852czech.h (1.2), collations/pd852hundc.h (1.2),
collations/pd852polish.h (1.2), collations/pd852slovene.h (1.2),
collations/pd861iceland.h (1.2), collations/pd865nordan40.h (1.2),
collations/pd866cyrr.h (1.2), collations/pw1250czech.h (1.2),
collations/pw1250hun.h (1.2), collations/pw1250hundc.h (1.2),
collations/pw1250polish.h (1.2), collations/pw1250slov.h (1.2),
collations/bl88591ca0.h (1.2), collations/bl88591da0.h (1.2),
collations/bl88591de0.h (1.2), collations/bl88591es0.h (1.2),
collations/bl88591fi0.h (1.2), collations/bl88591fr0.h (1.2),
collations/bl88591is0.h (1.2), collations/bl88591it0.h (1.2),
collations/bl88591nl0.h (1.2), collations/bl88591no0.h (1.2),
collations/bl88591pt0.h (1.2), collations/bl88591sv0.h (1.2),
collations/bl88591uk0.h (1.2), collations/bl88591us0.h (1.2),
collations/blNEXTde0.h (1.2), collations/blNEXTes0.h (1.2),
collations/blNEXTfr0.h (1.2), collations/blNEXTit0.h (1.2),
collations/blNEXTus0.h (1.2), collations/db437de0.h (1.2),
collations/db437es1.h (1.2), collations/db437fi0.h (1.2),
collations/db437fr0.h (1.2), collations/db437it0.h (1.2):
Remove not used defines
2003-02-12 03:53 brodsom
* firebird2/src/intl/ld.h (1.16):
Remove commit non used defines
2003-02-12 03:52 brodsom
* firebird2/src/intl/collations/: ascii.h (1.2), ascii2.h (1.2):
Remove not used sources
2003-02-11 21:14 brodsom
* firebird2/src/: alice/tdr.cpp (1.13), alice/alice.cpp (1.19),
alice/alice_meta.epp (1.10), alice/exe.cpp (1.10), burp/burp.cpp
(1.20), dsql/dsql.h (1.15):
Remove GUI_TOOLS define
2003-02-11 20:03 brodsom
* firebird2/src/burp/burp.cpp (1.19):
Remove an old trick
2003-02-11 18:43 dimitr
* firebird2/builds/win32/msvc6/: dsql_server.dsp (1.11),
dsql_server_classic.dsp (1.7), engine.dsp (1.14),
engine_classic.dsp (1.11):
Fixed another build issues.
2003-02-11 17:19 dimitr
* firebird2/builds/win32/msvc6/: engine.dsp (1.13),
engine_classic.dsp (1.10):
Fixed build problems related to the service manager and error
handling.
2003-02-11 06:13 aafemt
* firebird2/: configure.in (1.114),
builds/posix/Makefile.in.boot.gpre (1.13),
builds/posix/Makefile.in.static.gpre (1.9),
builds/posix/make.shared.variables (1.13),
builds/posix/prefix.darwin (1.7), builds/posix/prefix.example
(1.3), builds/posix/prefix.freebsd (1.5), builds/posix/prefix.linux
(1.14), builds/posix/prefix.mingw (1.8), builds/posix/prefix.sinixz
(1.15), builds/posix/prefix.solaris (1.3),
builds/posix/prefix.solx86 (1.15):
Little step towards MinGW build. Physical IO module is
platform-depended now
2003-02-11 00:44 brodsom
* firebird2/src/gpre/: par.cpp (1.13), ftn.cpp (1.15), cob.cpp
(1.17), c_cxx.cpp (1.15), ada.cpp (1.12):
Remove UNDEF define.
2003-02-10 20:57 brodsom
* firebird2/src/dsql/gen.cpp (1.23):
Remove SQL_DIALECT_1_NEW_DATATYPES_CONVERT_TO_TEXT define, code
only provisional for beta 6.0 and not used in 6.0
2003-02-10 20:40 brodsom
* firebird2/src/intl/: collations/pd857turk.h (1.2),
collations/db852hdc.h (1.2), lc_dos.c (1.5), ld.c (1.11):
Remove BUG_6925 define and wrong (and not used) collations.
2003-02-10 20:31 brodsom
* firebird2/src/intl/utils/mapcompare.cpp (1.2):
remove source, not used and broken (headers don't exits)
2003-02-10 20:25 brodsom
* firebird2/src/intl/ld.h (1.15):
Remove QLD and PIRANHA defines
2003-02-10 19:23 skidder
* firebird2/src/install/arch-specific/linux/classic/:
makeInstallImage.sh.in (1.7), postinstall.sh.in (1.4),
preuninstall.sh.in (1.3):
isc4.gdb -> security.fdb change in RPM scripts
2003-02-10 16:59 skidder
* firebird2/configure.in (1.113):
Mark linux packages as Beta2
2003-02-10 15:50 dimitr
* firebird2/builds/win32/msvc6/Firebird2.dsw (1.13):
Fixed the workspace.
2003-02-10 14:37 eku
* firebird2/src/burp/canonical.cpp (1.15):
Fixed a "search and replace" error from my previous check-in.
2003-02-10 14:28 eku
* firebird2/: builds/posix/prefix.sinixz (1.14), src/alice/all.cpp
(1.9), src/burp/canonical.cpp (1.14), src/csv/csi.cpp (1.11),
src/csv/csi_proto.h (1.2), src/csv/csv.cpp (1.10),
src/dsql/alld.cpp (1.9), src/dsql/hsh.cpp (1.7), src/dsql/parse.cpp
(1.53), src/dsql/user_dsql.cpp (1.15), src/dudley/ddl.cpp (1.9),
src/dudley/ddl_proto.h (1.3), src/dudley/exe.epp (1.14),
src/dudley/hsh.cpp (1.9), src/dudley/hsh_proto.h (1.2),
src/gpre/cmd.cpp (1.8), src/gpre/cmd_proto.h (1.3),
src/gpre/cmp.cpp (1.11), src/gpre/cmp_proto.h (1.4),
src/gpre/hsh.cpp (1.10), src/gpre/hsh_proto.h (1.2),
src/gpre/par.cpp (1.12), src/gpre/sql.cpp (1.9):
Removed "register" variables from the source code. It's up to the
compiler to hold variables in CPU registers.
2003-02-10 13:46 eku
* firebird2/src/install/misc/: CSchangeRunUser.sh (1.2),
CSrestoreRootRunUser.sh (1.2):
Renamed isc4 in the installation files.
2003-02-10 13:26 dimitr
* firebird2/builds/posix/: Makefile.in.libfbclient (1.7),
Makefile.in.libfbembed (1.6), Makefile.in.libfbserver (1.4):
Renamed isc4 in the build files.
2003-02-10 13:22 dimitr
* firebird2/builds/win32/: make6_debug.bat (1.3), make6_release.bat
(1.3):
Renamed isc4 in the build files.
2003-02-10 13:10 dimitr
* firebird2/src/install/arch-specific/sinixz/prototype.in (1.12):
Damn, my own typo caused another one. The extension should be
"fdb".
2003-02-10 13:00 dimitr
* firebird2/builds/win32/prepare.bat (1.4):
Batch file changed to use new extension of the database files.
2003-02-10 12:54 dimitr
* firebird2/builds/posix/: Makefile.in.firebird (1.27),
Makefile.in.refDatabases (1.12), make.defaults (1.14),
make.shared.targets (1.4):
Damn, my own typo caused another one. The extension should be
"fdb".
2003-02-10 12:48 dimitr
* firebird2/src/install/arch-specific/sinixz/prototype.in (1.11):
Damn, my own typo caused another one. The extension should be
"fdb".
2003-02-10 12:00 eku
* firebird2/: builds/posix/Makefile.in.firebird (1.26),
builds/posix/Makefile.in.refDatabases (1.11),
builds/posix/make.defaults (1.13), builds/posix/make.shared.targets
(1.3), src/install/arch-specific/sinixz/prototype.in (1.10):
Renamed isc4.gdb to security.gdb (POSIX builds)
2003-02-10 11:36 dimitr
* firebird2/builds/win32/msvc6/: alice.dsp (1.7), alice_classic.dsp
(1.4), burp.dsp (1.7), burp_classic.dsp (1.5), dsql_server.dsp
(1.10), dsql_server_classic.dsp (1.6), engine.dsp (1.12),
engine_classic.dsp (1.9), fb_inet_server.dsp (1.8),
fb_lock_print.dsp (1.9), fbclient.dsp (1.22), Firebird2.dsw (1.12),
fbembed.dsp (1.9), fbguard.dsp (1.9), fbserver.dsp (1.17),
fbudf.dsp (1.2), gbak.dsp (1.8), gdef.dsp (1.6), gds32.dsp (1.9),
gfix.dsp (1.9), gpre.dsp (1.9), gpre_boot.dsp (1.9), gsec.dsp
(1.5), gstat.dsp (1.6), ib_udf.dsp (1.6), ib_util.dsp (1.7),
instreg.dsp (1.5), instsvc.dsp (1.5), intl.dsp (1.10), ipserver.dsp
(1.5), isql.dsp (1.10), lock.dsp (1.5), lock_classic.dsp (1.3),
qli.dsp (1.5), remote.dsp (1.8), remote_classic.dsp (1.5),
utilities.dsp (1.5), utilities_classic.dsp (1.3), wal.dsp (1.5),
wal_classic.dsp (1.3):
Changed options for the release configuration.
2003-02-10 11:03 dimitr
* firebird2/builds/win32/msvc6/: common.dsp (1.11),
common_classic.dsp (1.5):
Changed options for the release configuration.
2003-02-10 10:39 eku
* firebird2/: configure.in (1.112),
src/include/gen/autoconfig_msvc.h (1.73):
Completed the changes made by Dmitri Sibiriak.
2003-02-10 10:23 dimitr
* firebird2/builds/win32/prepare.bat (1.3):
Rename.
2003-02-10 06:42 aafemt
* firebird2/: configure.in (1.111),
src/include/gen/autoconfig_msvc.h (1.72):
Some cleanup
2003-02-10 00:31 brodsom
* firebird2/src/dsql/: parse.y (1.51), parse.cpp (1.52):
Change wrong define
2003-02-10 00:14 brodsom
* firebird2/src/gpre/dyntable.h (1.2):
Remove JPN_ functions attributes
2003-02-09 16:43 dimitr
* firebird2/doc/WhatsNew (1.22):
Recent changes.
2003-02-09 12:22 brodsom
* firebird2/src/common/config/config.cpp (1.22):
Add newline at the end
2003-02-09 09:54 dimitr
* firebird2/doc/WhatsNew (1.21):
Actual credits.
2003-02-09 09:52 dimitr
* firebird2/src/install/misc/firebird.conf (1.8):
no message
2003-02-08 16:39 brodsom
* firebird2/src/intl/cv_jis.c (1.6):
Remove NOT_NEEDED define
2003-02-08 01:36 brodsom
* firebird2/src/gpre/: sqe.cpp (1.8), sql.cpp (1.8), gpre.cpp
(1.18), gpre_meta.epp (1.15), gpre_meta_boot.cpp (1.11), hsh.cpp
(1.9), int.cpp (1.8), int_cxx.cpp (1.7), par.cpp (1.11), pretty.cpp
(1.8), c_cxx.cpp (1.14):
Remove JPN_ defines
2003-02-07 19:54 brodsom
* firebird2/src/dudley/: ddl.cpp (1.8), ddl.h (1.6), exe.epp
(1.13), extract.epp (1.8), generate.cpp (1.7), hsh.cpp (1.8),
lex.cpp (1.10), parse.cpp (1.14), trn.cpp (1.8):
Remove JPN_ defines
2003-02-07 19:45 brodsom
* firebird2/src/: dsql/preparse.cpp (1.12), dsql/parse.y (1.50),
dsql/parse.cpp (1.51), intl/kanji.h (1.2):
Remove JPN_ defines
2003-02-07 16:20 brodsom
* firebird2/src/alice/exe.cpp (1.9):
Remove PC_PLATFORM remaining ifdef
2003-02-07 16:07 brodsom
* firebird2/src/intl/ld.h (1.14):
Remove MS_DOS and __LDSYS_H
2003-02-07 15:38 kkuznetsov
* firebird2/src/include/firebird.h (1.8):
Some commits for SOLX86
2003-02-07 13:58 brodsom
* firebird2/src/common/config/config.cpp (1.21):
Make default parameters values for non forced writes mode depend on
the platform
2003-02-07 09:47 dimitr
* firebird2/src/install/misc/firebird.conf (1.7):
New config options.
2003-02-06 00:28 brodsom
* firebird2/src/common/config/config.cpp (1.20):
Change non FW mode time parameter value.
2003-02-05 20:44 brodsom
* firebird2/src/dudley/trn.cpp (1.7):
Remove unused vars
2003-02-05 20:35 brodsom
* firebird2/src/dudley/parse.cpp (1.13):
Remove unused vars
2003-02-05 16:43 brodsom
* firebird2/src/dudley/: expand.cpp (1.9), expr.cpp (1.8), lex.cpp
(1.9):
Remove unused vars
2003-02-05 15:32 brodsom
* firebird2/src/common/config/: config.cpp (1.19), config.h (1.13):
New config parameters to control non forced writes mode.
2003-02-05 03:19 brodsom
* firebird2/src/intl/lc_ksc.c (1.5):
Remove unused vars
2003-02-04 21:19 dimitr
* firebird2/builds/win32/msvc6/isql.dsp (1.9):
Cleanup.
2003-02-04 21:16 dimitr
* firebird2/: src/common/classes/alloc.cpp (1.23),
src/common/classes/alloc.h (1.15), builds/win32/msvc6/gfix.dsp
(1.8):
Moved allocator functions back to GDS. MemoryPool is no longer
exported.
2003-02-04 20:07 dimitr
* firebird2/doc/WhatsNew (1.20):
Beta 2 changes so far.
2003-02-04 19:10 dimitr
* firebird2/builds/win32/ib_udf.def (1.2):
Committed contribution by Juan Guerrero (?). Functions LPAD and
RPAD added to IB_UDF library.
2003-02-04 19:09 dimitr
* firebird2/src/install/misc/firebird.conf (1.6):
Prepared the current version of firebird.conf for publishing.
2003-02-04 18:27 dimitr
* firebird2/src/extlib/: ib_udf.c (1.5), ib_udf.sql (1.4):
Committed contribution by Juan Guerrero (?). Functions LPAD and
RPAD added to IB_UDF library.
2003-02-04 16:43 brodsom
* firebird2/builds/win32/: make6_debug.bat (1.2), make6_release.bat
(1.2):
command line make corrections
2003-02-04 16:01 brodsom
* firebird2/builds/win32/: make6_release.bat (1.1), uninstall.bat
(1.1), install_classic.bat (1.1), install_super.bat (1.1),
make6_debug.bat (1.1):
Add command line makes Add install batchs
2003-02-04 14:14 dimitr
* firebird2/src/alice/aliceswi.h (1.6):
Why on earth should we bark on -user and -pass switches and
consider them incompatible with something?
2003-02-04 12:18 dimitr
* firebird2/src/common/classes/alloc.cpp (1.22):
Fixed bug in the memory manager. We shouldn't use the uninitialized
pool. gpre_boot no longer crashes.
2003-02-04 11:28 dimitr
* firebird2/builds/win32/msvc6/gpre_boot.dsp (1.8):
Fixed debug build of gpre_boot.
2003-02-03 15:21 brodsom
* firebird2/builds/win32/: gpre_boot.mak (1.2), gpre.mak (1.2),
common_boot.mak (1.2), fbclient_boot.mak (1.2):
Use bscmake non incremental
2003-02-03 13:48 brodsom
* firebird2/builds/win32/: build_all.bat (1.4), preprocess.bat
(1.4):
Autoconfig must be copy before build_boot.bat
2003-02-02 17:01 dimitr
* firebird2/src/common/config/config.cpp (1.18):
Fixed my latest commit.
2003-02-02 16:20 dimitr
* firebird2/src/common/config/: config.cpp (1.17), config.h (1.12),
config_impl.h (1.6):
1. Applied singleton-instance idiom to the config manager. It costs
just a few CPU cycles, so doesn't affect the performance. 2. A bit
changed two config entry names.
2003-02-02 14:23 dimitr
* firebird2/builds/win32/msvc6/: common.dsp (1.10),
common_classic.dsp (1.4):
Updated project files.
2003-02-02 14:09 dimitr
* firebird2/src/common/classes/alloc.cpp (1.21):
Reduced memory usage.
2003-02-01 04:08 hippoman
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.5), burp.vcproj
(1.4), burp_classic.vcproj (1.4), common.vcproj (1.3),
engine.vcproj (1.8), fbguard.vcproj (1.4), gdef.vcproj (1.4),
gpre_boot.vcproj (1.5), gsec.vcproj (1.3), gstat.vcproj (1.4),
instreg.vcproj (1.3), instsvc.vcproj (1.3), intl.vcproj (1.3),
ipserver.vcproj (1.3), lock.vcproj (1.3), lock_classic.vcproj
(1.3), remote.vcproj (1.4), remote_classic.vcproj (1.4),
utilities.vcproj (1.4), utilities_classic.vcproj (1.3), wal.vcproj
(1.3), wal_classic.vcproj (1.3):
Sync msvc7 build with latest changes
2003-01-31 08:44 dimitr
* firebird2/src/common/classes/locks.cpp (1.3):
Fixed win32 CS build.
2003-01-30 23:14 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.48):
bugfix: wrong context was used with FieldX IN (sub-select)
predicate. Caused by me by an other bugfix SF BUG # [ 213859 ]
2003-01-30 19:05 skidder
* firebird2/src/common/classes/: alloc.cpp (1.20), alloc.h (1.14):
Fixed a couple errors Mike Nordell pointed at
2003-01-30 14:30 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.47):
bugfix: It wasn't possible to use non-aggregate related-fields from
a aggregate query inside an sub-query. Example (this failed) :
SELECT Count(T1.F1), SUM((SELECT T2.F2 FROM Table2 T2 WHERE
T2.F1 = T1.F1)) FROM Table1 T1
2003-01-30 14:25 dimitr
* firebird2/src/common/: classes/alloc.cpp (1.19), classes/alloc.h
(1.13), config/config.cpp (1.16), config/config_file.h (1.2),
config/config_impl.h (1.5):
Fixed the errors pointed out by Mike.
2003-01-29 16:29 skidder
* firebird2/configure.in (1.110):
Change package prefix
2003-01-29 11:16 eku
* firebird2/src/common/classes/locks.h (1.5):
Dmitry Yemanov: Right now locks.h is used by the memory manager
only. In its internals you can find that SS uses Spinlock class
whilst CS uses SharedSpinlock (which is just a dummy now). So I
think everything except SharedSpinlock should be #ifdef'ed with
SUPERSERVER in locks.h. The only doubt I have is a SOLARIS check
there (is it related to SS or CS?).
2003-01-28 09:58 dimitr
* firebird2/builds/win32/msvc6/: alice.dsp (1.6), alice_classic.dsp
(1.3), burp.dsp (1.6), burp_classic.dsp (1.4), common.dsp (1.9),
common_classic.dsp (1.3), dsql_server.dsp (1.9),
dsql_server_classic.dsp (1.5), engine.dsp (1.11),
fb_inet_server.dsp (1.7), fb_lock_print.dsp (1.8), fbclient.dsp
(1.21), fbguard.dsp (1.8), fbserver.dsp (1.16), gbak.dsp (1.7),
gdef.dsp (1.5), gds32.dsp (1.8), gfix.dsp (1.7), gpre.dsp (1.8),
gpre_boot.dsp (1.7), gsec.dsp (1.4), gstat.dsp (1.5), ib_udf.dsp
(1.5), ib_util.dsp (1.6), instreg.dsp (1.4), instsvc.dsp (1.4),
ipserver.dsp (1.4), isql.dsp (1.8), lock.dsp (1.4),
lock_classic.dsp (1.2), qli.dsp (1.4), remote.dsp (1.7),
remote_classic.dsp (1.4), utilities.dsp (1.4),
utilities_classic.dsp (1.2), wal.dsp (1.4), wal_classic.dsp (1.2):
Updated project files.
2003-01-27 12:46 dimitr
* firebird2/src/common/classes/: alloc.cpp (1.18), alloc.h (1.12):
Fixed linkage issues on win32.
2003-01-27 11:54 brodsom
* firebird2/src/intl/depends.mak (1.4):
Patch cv_narrow.o depends
2003-01-26 19:12 fsg
* firebird2/builds/posix/Makefile.in.intl (1.8):
Fixed a typo to get it compiled under Linux again
2003-01-25 09:55 dimitr
* firebird2/builds/win32/: build_all.bat (1.3), build_boot.bat
(1.3), prepare.bat (1.2), preprocess.bat (1.3):
Updated batch files.
2003-01-25 04:14 brodsom
* firebird2/builds/posix/Makefile.in.intl (1.7):
New charsets (update posix build)
2003-01-25 04:13 brodsom
* firebird2/builds/win32/msvc6/intl.dsp (1.9):
New charsets (update msvc6 build)
2003-01-25 04:12 brodsom
* firebird2/src/burp/restore.epp (1.19):
New charsets (....)
2003-01-25 04:09 brodsom
* firebird2/src/intl/: cs_unicode.c (1.4), cs_utffss.c (1.4),
lc_latin1.c (1.7), lc_latin2.c (1.4), lc_unicode.c (1.5),
charsets/cs_latin1.h (1.2), charsets/cs_latin2.h (1.2):
remove renamed sources
2003-01-25 04:08 brodsom
* firebird2/src/intl/: cs_unicode_fss.c (1.1), cs_unicode_ucs2.c
(1.1), lc_iso8859_1.c (1.1), lc_iso8859_2.c (1.1),
lc_unicode_ucs2.c (1.1):
change source names
2003-01-25 04:04 brodsom
* firebird2/src/intl/: utils/mapdump.c (1.2), utils/maptest.cpp
(1.2), utils/maptest2.c (1.2), depends.mak (1.3), lc_ascii.c (1.6),
ld.c (1.10), moved_files.txt (1.2), conversions/tx437_lat1.h (1.2),
conversions/tx865_lat1.h (1.2), charsets.h (1.3), cs_big5.c (1.5),
cs_gb2312.c (1.5), cs_jis.c (1.5), cs_ksc.c (1.5), cs_narrow.c
(1.6), cv_narrow.c (1.6):
New character sets (update intl sources)
2003-01-25 04:03 brodsom
* firebird2/src/intl/charsets/: cs_861.h (1.2), cs_863.h (1.2),
cs_865.h (1.2), cs_w1250.h (1.2), cs_w1251.h (1.2), cs_w1252.h
(1.2), cs_w1253.h (1.2), cs_w1254.h (1.2), cs_437.h (1.2), cs_850.h
(1.2), cs_852.h (1.2), cs_857.h (1.2), cs_860.h (1.2):
New character sets (update old ones)
2003-01-25 04:02 brodsom
* firebird2/src/intl/charsets/: cs_w1257.h (1.1), cs_737.h (1.1),
cs_775.h (1.1), cs_858.h (1.1), cs_862.h (1.1), cs_864.h (1.1),
cs_866.h (1.1), cs_869.h (1.1), cs_iso8859_1.h (1.1),
cs_iso8859_13.h (1.1), cs_iso8859_2.h (1.1), cs_iso8859_3.h (1.1),
cs_iso8859_4.h (1.1), cs_iso8859_5.h (1.1), cs_iso8859_6.h (1.1),
cs_iso8859_7.h (1.1), cs_iso8859_8.h (1.1), cs_iso8859_9.h (1.1),
cs_w1255.h (1.1), cs_w1256.h (1.1):
New character sets
2003-01-25 02:50 hippoman
* firebird2/src/dsql/dsql.cpp (1.42):
Some fixes to to DSQL_pretty: -. Added some missing verbs and
mispellings -. Fixed a bug displaying parameters info.
2003-01-24 23:57 hippoman
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.4), alice.vcproj
(1.2), alice_classic.vcproj (1.2), burp.vcproj (1.3),
burp_classic.vcproj (1.3), common.vcproj (1.2),
common_classic.vcproj (1.1), dsql_server.vcproj (1.3),
dsql_server_classic.vcproj (1.3), engine.vcproj (1.7),
engine_classic.vcproj (1.7), fb_inet_server.vcproj (1.3),
fb_lock_print.vcproj (1.6), fbclient.vcproj (1.7), fbembed.vcproj
(1.4), fbguard.vcproj (1.3), fbserver.vcproj (1.3), fbudf.vcproj
(1.1), gbak.vcproj (1.3), gdef.vcproj (1.3), gds32.vcproj (1.3),
gfix.vcproj (1.3), gpre.vcproj (1.6), gpre_boot.vcproj (1.4),
gsec.vcproj (1.2), gstat.vcproj (1.3), ib_udf.vcproj (1.3),
ib_util.vcproj (1.3), instreg.vcproj (1.2), instsvc.vcproj (1.2),
intl.vcproj (1.2), ipserver.vcproj (1.2), isql.vcproj (1.3),
lock.vcproj (1.2), lock_classic.vcproj (1.2), qli.vcproj (1.3),
remote.vcproj (1.3), remote_classic.vcproj (1.3), utilities.vcproj
(1.3), utilities_classic.vcproj (1.2), wal.vcproj (1.2),
wal_classic.vcproj (1.2):
Sync msvc7 build with latest changes
2003-01-24 18:45 dimitr
* firebird2/builds/win32/: build_all.bat (1.2), build_boot.bat
(1.2):
Updated batch files.
2003-01-24 18:15 dimitr
* firebird2/builds/win32/: build_all.bat (1.1), build_boot.bat
(1.1), common_boot.mak (1.1), fbclient_boot.mak (1.1), gpre.mak
(1.1), gpre_boot.mak (1.1), preprocess.bat (1.2):
Other win32 build batch files.
2003-01-24 17:38 dimitr
* firebird2/builds/win32/: prepare.bat (1.1), preprocess.bat (1.1):
Other win32 build batch files.
2003-01-24 14:53 dimitr
* firebird2/builds/win32/: blrtable.bat (1.1), parse.bat (1.1):
Two of the win32 build batch files. Others will follow shortly.
2003-01-24 13:02 dimitr
* firebird2/: src/extlib/fbudf/fbudf.h (1.3),
src/extlib/fbudf/fbudf.dsp (1.2), src/extlib/fbudf/fbudf.dsw (1.2),
src/extlib/fbudf/fbudf.plg (1.2), builds/win32/msvc6/fbudf.dsp
(1.1), builds/win32/msvc6/Firebird2.dsw (1.11):
Updated fbudf files.
2003-01-24 10:29 dimitr
* firebird2/builds/win32/: msvc6/fbembed.dsp (1.8), gds32.def
(1.3), gds32_debug.def (1.3):
Updated project files.
2003-01-23 13:25 skidder
* firebird2/doc/: WhatsNew (1.18), WhatsNew (1.19):
[no log message]
2003-01-23 11:38 skidder
* firebird2/doc/WhatsNew (1.17):
Little Beta 1 description change
2003-01-23 10:30 dimitr
* firebird2/doc/WhatsNew (1.16):
Added Beta 1 changes. Please review this file and correct, if
necessary.
2003-01-23 10:18 dimitr
* firebird2/src/dsql/: parse.cpp (1.50), parse.y (1.49):
Disallowed PLAN clause in views until it works.
2003-01-23 04:36 brodsom
* firebird2/builds/win32/msvc6/intl.dsp (1.8):
Update msvc6 build
2003-01-23 04:29 brodsom
* firebird2/src/intl/: hun852dc.h (1.2), iceland.h (1.2), intl.h
(1.2), lt2czech.h (1.2), mac_437.h (1.2), mac_865.h (1.2),
mac_lat1.h (1.2), make.maps (1.2), mapcompare.cpp (1.3), mapdump.c
(1.3), mapgen4.c (1.3), maptest.cpp (1.3), maptest2.c (1.3),
nordan40.h (1.2), polish.h (1.2), slovene.h (1.2), swedfin.h (1.2),
turk.h (1.2), tx437_865.h (1.2), tx437_lat1.h (1.2), tx865_lat1.h
(1.2), undef.h (1.2), win1251_ua.h (1.2), cs_latin1.h (1.2),
cs_latin2.h (1.2), cs_next.h (1.2), cs_sjis.h (1.2), cs_w1250.h
(1.2), cs_w1251.h (1.2), cs_w1252.h (1.2), cs_w1253.h (1.2),
cs_w1254.h (1.2), csjis2_p.h (1.2), cyrr.h (1.2), czech.h (1.2),
db437de0.h (1.2), db437es1.h (1.2), db437fi0.h (1.2), db437fr0.h
(1.2), db437it0.h (1.2), db437nl0.h (1.2), db437sv0.h (1.2),
db437uk0.h (1.2), db437us0.h (1.2), db850cf0.h (1.2), db850de0.h
(1.2), db850es0.h (1.2), db850fr0.h (1.2), db850it1.h (1.2),
db850nl0.h (1.2), db850pt0.h (1.2), db850sv1.h (1.2), db850uk0.h
(1.2), db850us0.h (1.2), db852cz0.h (1.2), db852hdc.h (1.2),
db852po0.h (1.2), db852sl0.h (1.2), db857tr0.h (1.2), db860pt0.h
(1.2), db863cf1.h (1.2), db865da0.h (1.2), db865no0.h (1.2),
db866ru0.h (1.2), dtest.c (1.7), dtest2.c (1.4), cs_860.h (1.2),
cs_861.h (1.2), cs_863.h (1.2), cs_865.h (1.2), cs_big5.h (1.2),
cs_cyrl.h (1.2), cs_gb2312.h (1.2), cs_jis_0208_1990.h (1.2),
cs_jis_20208_1990.c (1.4), cs_ksc5601.h (1.2), ansinor4.h (1.2),
ansislov.h (1.2), ansispan.h (1.2), ansiswfn.h (1.2), anturk.h
(1.2), ascii.h (1.2), ascii2.h (1.2), bllt1ca0.h (1.2), bllt1da0.h
(1.2), bllt1de0.h (1.2), bllt1es0.h (1.2), bllt1fi0.h (1.2),
bllt1fr0.h (1.2), bllt1is0.h (1.2), bllt1it0.h (1.2), bllt1nl0.h
(1.2), bllt1no0.h (1.2), bllt1pt0.h (1.2), bllt1sv0.h (1.2),
bllt1uk0.h (1.2), bllt1us0.h (1.2), blnxtde0.h (1.2), blnxtes0.h
(1.2), blnxtfr0.h (1.2), blnxtit0.h (1.2), blnxtus0.h (1.2),
cs_437.h (1.2), cs_850.h (1.2), cs_852.h (1.2), cs_857.h (1.2),
ancyrr.h (1.2), anczech.h (1.2), angreek1.h (1.2), anhun.h (1.3),
anhundc.h (1.2), anpolish.h (1.2), ansii850.h (1.2), ansiintl.h
(1.2):
Remove moved files
2003-01-23 04:28 brodsom
* firebird2/src/intl/: cs_big5.c (1.4), cs_gb2312.c (1.4), cs_jis.c
(1.4), cs_ksc.c (1.4), cs_narrow.c (1.5), cv_jis.c (1.5),
cv_narrow.c (1.5), depends.mak (1.2), lc_ascii.c (1.5), lc_big5.c
(1.4), lc_dos.c (1.4), lc_gb2312.c (1.4), lc_jis.c (1.4), lc_ksc.c
(1.4), lc_latin1.c (1.6), lc_latin2.c (1.3), lc_unicode.c (1.4),
moved_files.txt (1.1):
Update moved files references
2003-01-23 04:27 brodsom
* firebird2/src/intl/: lc_narrow.c (1.5), ldcommon.h (1.3):
Remove DEBUG_LD switch
2003-01-23 04:27 brodsom
* firebird2/src/intl/charsets.h (1.2):
Remove CS_ANSI (not used) Add DEFAULT_ATTACHMEN_CHARSET
2003-01-23 04:22 brodsom
* firebird2/src/intl/utils/: dtest.c (1.1), dtest2.c (1.1),
make.maps (1.1), mapcompare.cpp (1.1), mapdump.c (1.1), mapgen4.c
(1.1), maptest.cpp (1.1), maptest2.c (1.1):
Create utils directory
2003-01-23 04:21 brodsom
* firebird2/src/intl/conversions/: tx437_865.h (1.1), tx437_lat1.h
(1.1), tx865_lat1.h (1.1):
Create conversions directory
2003-01-23 04:21 brodsom
* firebird2/src/intl/collations/: blNEXTit0.h (1.1), blNEXTus0.h
(1.1), db437de0.h (1.1), db437es1.h (1.1), db437fi0.h (1.1),
db437fr0.h (1.1), db437it0.h (1.1), db437nl0.h (1.1), db437sv0.h
(1.1), db437uk0.h (1.1), db437us0.h (1.1), db850cf0.h (1.1),
db850de0.h (1.1), db850es0.h (1.1), db850fr0.h (1.1), db850it1.h
(1.1), db850nl0.h (1.1), db850pt0.h (1.1), db850sv1.h (1.1),
db850uk0.h (1.1), db850us0.h (1.1), db852cz0.h (1.1), db852hdc.h
(1.1), db852po0.h (1.1), db852sl0.h (1.1), db857tr0.h (1.1),
db860pt0.h (1.1), db863cf1.h (1.1), db865da0.h (1.1), db865no0.h
(1.1), db866ru0.h (1.1), pd437intl.h (1.1), pd437swedfin.h (1.1),
pd852czech.h (1.1), pd852hundc.h (1.1), pd852polish.h (1.1),
pd852slovene.h (1.1), pd857turk.h (1.1), pd861iceland.h (1.1),
pd865nordan40.h (1.1), pd866cyrr.h (1.1), pw1250czech.h (1.1),
pw1250hun.h (1.1), pw1250hundc.h (1.1), pw1250polish.h (1.1),
pw1250slov.h (1.1), pw1251cyrr.h (1.1), pw1252i850.h (1.1),
pw1252intl.h (1.1), pw1252nor4.h (1.1), pw1252span.h (1.1),
pw1252swfn.h (1.1), pw1253greek1.h (1.1), pw1254turk.h (1.1),
undef.h (1.1), xx1251_ua.h (1.1), xx88592czech.h (1.1), ascii.h
(1.1), ascii2.h (1.1), bl88591ca0.h (1.1), bl88591da0.h (1.1),
bl88591de0.h (1.1), bl88591es0.h (1.1), bl88591fi0.h (1.1),
bl88591fr0.h (1.1), bl88591is0.h (1.1), bl88591it0.h (1.1),
bl88591nl0.h (1.1), bl88591no0.h (1.1), bl88591pt0.h (1.1),
bl88591sv0.h (1.1), bl88591uk0.h (1.1), bl88591us0.h (1.1),
blNEXTde0.h (1.1), blNEXTes0.h (1.1), blNEXTfr0.h (1.1):
Create collations directory
2003-01-23 04:19 brodsom
* firebird2/src/intl/charsets/: cs_437.h (1.1), cs_850.h (1.1),
cs_852.h (1.1), cs_857.h (1.1), cs_860.h (1.1), cs_861.h (1.1),
cs_863.h (1.1), cs_865.h (1.1), cs_big5.h (1.1), cs_cyrl.h (1.1),
cs_gb2312.h (1.1), cs_jis_0208_1990.h (1.1), cs_ksc5601.h (1.1),
cs_latin1.h (1.1), cs_latin2.h (1.1), cs_next.h (1.1), cs_sjis.h
(1.1), cs_w1250.h (1.1), cs_w1251.h (1.1), cs_w1252.h (1.1),
cs_w1253.h (1.1), cs_w1254.h (1.1):
Create charsets directory
2003-01-22 17:37 alexpeshkoff
* firebird2/src/dsql/user_dsql.cpp (1.14):
Finished y-valve C++ conversion cleanup
2003-01-21 13:19 dimitr
* firebird2/src/common/classes/alloc.cpp (1.17):
Cleanup.
2003-01-21 12:10 dimitr
* firebird2/builds/win32/msvc6/: common.dsp (1.8),
common_classic.dsp (1.2):
Updated project files.
2003-01-21 12:08 dimitr
* firebird2/src/common/classes/locks.cpp (1.2):
Cosmetics.
2003-01-20 19:38 alexpeshkoff
* firebird2/src/common/classes/: locks.cpp (1.1), locks.h (1.4):
Make Spinlock Win95 compatible
2003-01-20 15:31 skidder
* firebird2/src/common/classes/alloc.cpp (1.16):
Fixed engine compilation problem on GCC3.2.1
2003-01-20 09:40 dimitr
* firebird2/src/common/classes/alloc.cpp (1.15):
Fixed dump of the memory usage stats.
2003-01-19 19:32 kkuznetsov
* firebird2/src/common/classes/locks.h (1.3):
Dummy inplementation of Spin-Lock let me return to compiling on
Solx86
2003-01-19 15:42 dimitr
* firebird2/src/include/fb_types.h (1.12):
One of my previous commits has broken generated ibase.h. Fixed.
2003-01-19 15:30 dimitr
* firebird2/builds/win32/: fbclient.def (1.2), fbclient_debug.def
(1.2):
Let's return version of the client library via API. Interface is
IB7-compliant.
2003-01-19 15:12 dimitr
* firebird2/builds/win32/msvc6/: fbclient.dsp (1.20), remote.dsp
(1.6), remote_classic.dsp (1.3):
Link with XNET support.
2003-01-18 22:45 skidder
* firebird2/src/: common/classes/alloc.cpp (1.14),
common/classes/alloc.h (1.11), common/classes/class_test.cpp (1.9),
common/classes/test.sh (1.7), dsql/dsql.tab.h (1.12):
Memory manager changes - added memory usage stats, empty extents
are now deallocated
2003-01-18 20:50 dimitr
* firebird2/src/intl/ld.h (1.13):
Cleanup.
2003-01-18 20:42 dimitr
* firebird2/src/include/: firebird.h (1.7), gen/autoconfig_msvc.h
(1.71):
Cleanup.
2003-01-18 20:34 dimitr
* firebird2/src/: include/firebird.h (1.6), dsql/dsql.h (1.14),
dsql/keywords.h (1.12), dsql/parse.cpp (1.49), dsql/parse.y (1.48),
include/fb_types.h (1.11):
Cleanup.
2003-01-18 20:21 dimitr
* firebird2/builds/win32/msvc6/: engine.dsp (1.10),
fb_inet_server.dsp (1.6), fb_lock_print.dsp (1.7), fbclient.dsp
(1.19), Firebird2.dsw (1.10), fbembed.dsp (1.7), fbguard.dsp (1.7),
fbserver.dsp (1.15), gbak.dsp (1.6), gdef.dsp (1.4), gfix.dsp
(1.6), gpre.dsp (1.7), gpre_boot.dsp (1.6), gsec.dsp (1.3),
gstat.dsp (1.4), ib_udf.dsp (1.4), ib_util.dsp (1.5), instreg.dsp
(1.3), instsvc.dsp (1.3), intl.dsp (1.7), isql.dsp (1.7), qli.dsp
(1.3):
Updated project files: 1. Cleaned up used import libraries. 2.
Winsock2 is used. 3. Embedded engine now supports true local
access.
2003-01-18 19:43 dimitr
* firebird2/src/common/classes/: alloc.cpp (1.13), tree.h (1.6):
Removed compiler warnings.
2003-01-18 19:02 dimitr
* firebird2/src/common/classes/alloc.h (1.10):
Undone.
2003-01-18 15:56 dimitr
* firebird2/src/common/classes/alloc.h (1.9):
Expose routines for allocation from system. Various temp buffers
shouldn't go through the pool implementation.
2003-01-17 13:52 dimitr
* firebird2/src/dsql/metd.epp (1.20):
Fixed porting bug which caused zero to be returned as
bytes-per-character value.
2003-01-17 13:47 skidder
* firebird2/src/dsql/pass1.cpp (1.46):
Fix intermittent bug in aggregate reference tracking
2003-01-17 13:40 dimitr
* firebird2/src/dsql/ddl.cpp (1.34):
Rolled back previous commit.
2003-01-17 12:11 dimitr
* firebird2/src/dsql/ddl.cpp (1.33):
Restored compatibility with FB1. Index name is no longer assigned
automatically for constraints.
2003-01-17 10:59 dimitr
* firebird2/src/common/classes/alloc.cpp (1.12):
Fixed problems with the memory manager. Oddly enough, but the
server seems to work ;-)
2003-01-17 10:53 dimitr
* firebird2/builds/win32/msvc6/: common.dsp (1.7),
common_classic.dsp (1.1), Firebird2.dsw (1.9):
Updated project files.
2003-01-17 10:03 dimitr
* firebird2/builds/win32/msvc6/common.dsp (1.6):
Updated project files.
2003-01-17 07:59 dimitr
* firebird2/src/include/firebird.h (1.5):
no message
2003-01-17 07:41 dimitr
* firebird2/src/common/classes/alloc.cpp (1.11):
Fixed a typo.
2003-01-16 18:47 skidder
* firebird2/: builds/posix/Makefile.in.libfbclient (1.6),
builds/posix/Makefile.in.libfbcommon (1.5),
builds/posix/make.shared.variables (1.12), src/alice/alice.h
(1.12), src/alice/alice_meta.epp (1.9), src/alice/all.cpp (1.8),
src/alice/all.h (1.5), src/common/classes/alloc.cpp (1.10),
src/common/classes/alloc.h (1.8), src/common/classes/class_perf.cpp
(1.6), src/common/classes/class_test.cpp (1.8),
src/common/classes/test.sh (1.6), src/common/classes/tree.h (1.5),
src/common/config/config.cpp (1.15),
src/common/memory/allocators.cpp (1.9),
src/common/memory/allocators.h (1.8),
src/common/memory/memory_pool.cpp (1.19),
src/common/memory/memory_pool.h (1.7), src/dsql/all.h (1.5),
src/dsql/alld.cpp (1.8), src/dsql/dsql.cpp (1.41), src/dsql/hsh.cpp
(1.6), src/include/fb_blk.h (1.6), src/include/fb_list.h (1.3),
src/include/fb_map.h (1.2), src/include/fb_string.h (1.3),
src/include/fb_vector.h (1.2):
Integrate new memory manager into the engine
2003-01-16 17:34 skidder
* firebird2/configure.in (1.109):
Fix typo in my latest commit
2003-01-16 17:27 skidder
* firebird2/configure.in (1.108):
Add FB_IPC_NAME parameter
2003-01-15 15:07 dimitr
* firebird2/src/common/config/: config.cpp (1.14), config.h (1.11):
New config values.
2003-01-15 14:34 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h (1.70):
Added IPC prefix to the autoconf stuff.
2003-01-15 13:13 dimitr
* firebird2/src/include/gen/blrtable.h (1.7):
New BLR verb for parametrized events.
2003-01-15 13:00 dimitr
* firebird2/src/dsql/: dsql.tab.h (1.11), gen.cpp (1.22),
keywords.cpp (1.12), make.cpp (1.23), node.h (1.19), parse.cpp
(1.48), parse.y (1.47), pass1.cpp (1.45):
1. Reworked internal info stuff once more. 2. Added DSQL support
for parametrized events. 3. Fixed bug with cursors in triggers.
4. Added support for runtime trigger action checks
(INSERTING/UPDATING/DELETING). 5. Fixed bug with concatenation and
trashed RDB$FIELD_LENGTH.
2003-01-15 12:56 dimitr
* firebird2/src/dsql/: misc_func.cpp (1.2), misc_func.h (1.2),
dsql.cpp (1.40):
Reworked internal info stuff.
2003-01-14 14:47 dimitr
* firebird2/src/dsql/dsql.cpp (1.39):
Remove REQ_SAVEPOINT from allowed requests in EXECUTE STATEMENT.
2003-01-12 21:27 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.44):
bugfix: SF BUG # [ 213859 ] Subquery connected with 'IN' clause
2003-01-12 19:16 alexpeshkoff
* firebird2/src/: alice/alice.h (1.11), alice/exe.cpp (1.8),
alice/tdr.cpp (1.12), alice/tdr_proto.h (1.3), dsql/dsql.cpp
(1.38), dsql/dsql.h (1.13), dsql/dsql_proto.h (1.5),
dsql/prepa_proto.h (1.3), dsql/preparse.cpp (1.11),
dsql/user__proto.h (1.3), dsql/user_dsql.cpp (1.13):
Cleanup of mixed use of macro FRBRD and struct why_hndl
2003-01-12 17:29 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.43):
bugfix on my latest commits
2003-01-12 16:32 alexpeshkoff
* firebird2/src/common/config/: config.cpp (1.13), config.h (1.10):
Added config file parameters, controlling threads' priorities
scheduler
2003-01-12 01:41 arnobrinkman
* firebird2/src/dsql/parse.cpp (1.47):
bugfix on my latest commits
2003-01-11 03:49 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.42):
Introduce backwards compatibilty within aggregates. Deepest field
inside aggregate determine where an aggregate-context should belong
too.
2003-01-10 22:37 skidder
* firebird2/src/common/classes/: alloc.cpp (1.9), alloc.h (1.7),
class_perf.cpp (1.5), class_test.cpp (1.7), locks.h (1.2), test.sh
(1.5):
Little fixes in MemoryPool implementation
2003-01-10 13:27 dimitr
* firebird2/src/common/classes/: alloc.cpp (1.8), alloc.h (1.6):
Fixed MemoryPool implementation.
2003-01-09 20:47 skidder
* firebird2/src/common/classes/: alloc.cpp (1.7), alloc.h (1.5),
class_test.cpp (1.6):
Prepare new memory manager for integration into the engine core
2003-01-09 17:50 skidder
* firebird2/src/dsql/: parse.y (1.46), pass1.cpp (1.41):
Allow arbitrary expressions in ORDER-BY clause
2003-01-07 17:35 skidder
* firebird2/src/common/classes/: alloc.cpp (1.6), alloc.h (1.4),
class_perf.cpp (1.4), class_test.cpp (1.5), locks.h (1.1), test.sh
(1.4), tree.h (1.4):
Further class library development. Added memory pool locking and
line number allocation information
2003-01-06 18:35 alexpeshkoff
* firebird2/src/common/classes/: class_test.cpp (1.4),
class_perf.cpp (1.3), alloc.cpp (1.5):
Make it compile with MSVC6
2003-01-04 18:10 skidder
* firebird2/builds/posix/Makefile.in.firebird (1.25):
Make engine compile on POSIX again
2003-01-03 17:03 skidder
* firebird2/src/common/classes/: alloc.cpp (1.4), alloc.h (1.3),
class_perf.cpp (1.2), class_test.cpp (1.3), test.sh (1.3), tree.h
(1.3):
Further class library development. MemoryPool works now
2003-01-03 13:52 alexpeshkoff
* firebird2/src/: alice/alice.h (1.10), alice/aliceswi.h (1.5),
burp/burp.cpp (1.18), burp/burpswi.h (1.5), include/jrd/gds.h
(1.4), gpre/gpre.h (1.26):
Don't include internals of struct why_hndl where it is not
required.
2003-01-02 17:01 skidder
* firebird2/: builds/posix/Makefile.in.extlib (1.7),
src/extlib/ib_util.h (1.2), src/extlib/ib_util.pas (1.2):
Make standard UDF libraries functions involving memory allocation
work on Linux
2002-12-31 19:52 nmcc
* firebird2/src/install/arch-specific/solaris/Makefile.in (1.1):
keep configure happy.
2002-12-31 19:15 nmcc
* firebird2/: configure.in (1.107), builds/posix/prefix.solaris
(1.2):
Move sfio test to Solaris specific location. Change to
--with-sfio=path_to_sfio defaulting to no and substitute values in
to makefiles.
This allows Classic to be built and run without sfio using standard
Solaris stdio while problems between sfio, ib_stdio etc and C++ are
sorted out for superserver.
2002-12-30 17:00 nmcc
* firebird2/builds/posix/prefix.solaris (1.1):
Firebird2 make rules for Solaris Sparc.
2002-12-30 16:46 nmcc
* firebird2/src/common/memory/memory_pool.cpp (1.18):
Use system system anon mmap on Solaris where supported ie: >=
Solaris8 otherwise use orginal FB1 version.
2002-12-29 23:26 arnobrinkman
* firebird2/src/dsql/dsql.cpp (1.37):
bugfix: PLAN wasn't correctly returned. bug probable introduced by
c to c++ port.
2002-12-29 15:59 nmcc
* firebird2/builds/posix/Makefile.in.firebird (1.24):
Do not replace users exisiting LD_LIBRARY_PATH
2002-12-29 15:18 nmcc
* firebird2/builds/posix/Makefile.in.refDatabases (1.10):
Remove any existing link otherwise ln fails on Solaris.
2002-12-29 15:15 nmcc
* firebird2/configure.in (1.106):
Update Solaris Sparc options.
2002-12-29 02:45 nmcc
* firebird2/src/burp/restore.epp (1.18):
Fix new compiler error in sparc specific code.
2002-12-29 02:38 nmcc
* firebird2/builds/posix/: Makefile.in.extlib (1.6), make.rules
(1.11), prefix.darwin (1.6), prefix.freebsd (1.4), prefix.linux
(1.13), prefix.mingw (1.7), prefix.sinixz (1.13):
Move platform specific ld option to platform makefiles.
2002-12-23 16:50 dimitr
* firebird2/src/common/config/config.cpp (1.12):
Changed default values.
2002-12-22 20:45 nmcc
* firebird2/builds/posix/Makefile.in.firebird (1.23):
Remove gpre generated files when doing a make clean.
2002-12-22 12:42 alexpeshkoff
* firebird2/src/dsql/ddl_proto.h (1.7):
Fixed problem with extern "C" DDL_resolve_intl_type
2002-12-22 02:54 hippoman
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.3), engine.vcproj
(1.6), engine_classic.vcproj (1.6), fbclient.vcproj (1.6),
gpre.vcproj (1.5), gpre_boot.vcproj (1.3):
Fixed the MSVC7 build, why.c has been removed
2002-12-19 15:48 dimitr
* firebird2/src/dsql/: parse.cpp (1.46), parse.y (1.45):
Now we understand single-line comments (--) in any position of the
SQL statement.
2002-12-19 14:14 dimitr
* firebird2/src/dsql/: parse.cpp (1.45), parse.y (1.44):
Prepared parser to allow non-reserved words as valid symbol names.
2002-12-19 14:08 dimitr
* firebird2/src/dsql/dsql.tab.h (1.10):
no message
2002-12-19 09:57 dimitr
* firebird2/src/dsql/parse.y (1.43):
no message
2002-12-18 16:01 dimitr
* firebird2/src/dsql/: ddl.cpp (1.32), dsql.h (1.12), dsql.tab.h
(1.9), gen.cpp (1.21), keywords.cpp (1.11), node.h (1.18),
parse.cpp (1.44), parse.y (1.42), pass1.cpp (1.40):
Fixed bug with BREAK and partially implemented labels and LEAVE
statement.
2002-12-17 20:42 skidder
* firebird2/src/common/classes/alloc.cpp (1.3):
Further class library development
2002-12-17 00:54 arnobrinkman
* firebird2/src/dsql/metd.epp (1.19):
fix so that win32/msvc6 builds works again
2002-12-16 22:19 skidder
* firebird2/: builds/posix/Makefile.in.boot.gpre (1.12),
builds/posix/Makefile.in.firebird (1.22),
builds/posix/Makefile.in.jrd (1.4),
builds/posix/make.shared.targets (1.2),
builds/posix/make.shared.variables (1.11),
builds/posix/prefix.linux (1.12), src/burp/restore.epp (1.17),
src/dsql/dsql.tab.h (1.8), src/dsql/parse.cpp (1.43),
src/include/fb_blk.h (1.5):
Several little changes to make engine compilable again on Linux
2002-12-16 19:33 skidder
* firebird2/src/common/classes/: alloc.cpp (1.2), alloc.h (1.2),
class_test.cpp (1.2), test.sh (1.2), tree.h (1.2):
Further class library development
2002-12-16 18:01 alexpeshkoff
* firebird2/builds/win32/msvc6/: engine.dsp (1.9),
engine_classic.dsp (1.8), fbclient.dsp (1.18):
Rename all links to why.cpp handle to struct why_hndl * (or FRBRD
*)
2002-12-16 17:23 alexpeshkoff
* firebird2/src/: dudley/exe.epp (1.12), dudley/extract.epp (1.7),
gpre/gpre_meta.epp (1.14):
Sorry for wrong DATABASE directive :-(
2002-12-16 17:20 alexpeshkoff
* firebird2/src/dsql/: array.epp (1.9), blob.epp (1.8), metd.epp
(1.18):
Sorry for wrong DATABASE directive :-(
2002-12-16 17:15 alexpeshkoff
* firebird2/src/: alice/alice_meta.epp (1.8), burp/backup.epp
(1.15), burp/restore.epp (1.16):
Sorry for wrong DATABASE directive :-(
2002-12-16 16:56 alexpeshkoff
* firebird2/src/include/jrd/gds.h (1.3):
Rename all links to why.cpp handle to struct why_hndl * (or FRBRD
*)
2002-12-16 16:51 alexpeshkoff
* firebird2/src/gpre/: c_cxx.cpp (1.13), gpre.h (1.25),
gpre_meta.epp (1.13):
Rename all links to why.cpp handle to struct why_hndl * (or FRBRD
*)
2002-12-16 16:43 alexpeshkoff
* firebird2/src/dudley/: exe.epp (1.11), extract.epp (1.6), lex.cpp
(1.8), lex_proto.h (1.2):
Rename all links to why.cpp handle to struct why_hndl *
2002-12-16 16:37 alexpeshkoff
* firebird2/src/dsql/: array.epp (1.8), blob.epp (1.7), ddl.cpp
(1.31), ddl_proto.h (1.6), dsql.cpp (1.36), dsql.h (1.11),
dsql_proto.h (1.4), keywords.cpp (1.10), metd.epp (1.17),
metd_proto.h (1.9), parse.y (1.41), pass1_proto.h (1.5),
prepa_proto.h (1.2), preparse.cpp (1.10), user__proto.h (1.2),
user_dsql.cpp (1.12):
Rename all links to why.cpp handle to struct why_hndl *
Warning! Don't commit parse.cpp and dsql.tab.h, because: 1. I use
another YACC version. 2. They must be removed from CVS at all.
Execute STATEMENT also here
2002-12-16 16:24 alexpeshkoff
* firebird2/src/burp/: backup.epp (1.14), burp.cpp (1.17),
burpswi.h (1.4), restore.epp (1.15):
Rename all links to why.cpp handle to struct why_hndl *
2002-12-16 16:15 alexpeshkoff
* firebird2/src/alice/: alice.h (1.9), alice_meta.epp (1.7),
aliceswi.h (1.4), all.cpp (1.7), exe.cpp (1.7), tdr.cpp (1.11),
tdr_proto.h (1.2):
Rename all links to why.cpp handle to struct why_hndl *
2002-12-16 01:48 arnobrinkman
* firebird2/src/dsql/ddl.cpp (1.30):
bugfix previous added code. correct way of retrieving length for an
variable inside SP/Trigger. This was needed for CASE expressions.
2002-12-14 22:43 skidder
* firebird2/src/common/classes/: tree.h (1.1), vector.h (1.1):
First little pieces of new Firebird class library implementation
2002-12-14 22:40 skidder
* firebird2/src/common/classes/: alloc.cpp (1.1), alloc.h (1.1),
class_perf.cpp (1.1), class_test.cpp (1.1), test.sh (1.1):
First little pieces of new Firebird class library implementation
2002-12-13 15:50 dimitr
* firebird2/src/gpre/pretty.cpp (1.7):
Cleanup.
2002-12-13 03:02 arnobrinkman
* firebird2/src/dsql/ddl.cpp (1.29):
bugfix: length of text variables inside procs/triggers wasn't
copied to descriptor structure.
2002-12-12 13:08 dimitr
* firebird2/: configure.in (1.105),
builds/posix/Makefile.in.boot.gpre (1.11),
builds/posix/make.defaults (1.12), builds/posix/prefix.mingw (1.6):
Changes by Dimitry Sibiryakov.
2002-12-11 21:52 skidder
* firebird2/: configure.in (1.104),
builds/posix/Makefile.in.firebird (1.21), builds/posix/prefix.linux
(1.11):
Little changes to build stable Linux packages
2002-12-11 11:09 dimitr
* firebird2/src/dsql/parse.y (1.40):
Fixed serious bug with views I unfortunately introduced in Alpha 5
:-(
2002-12-11 10:48 dimitr
* firebird2/src/burp/burp.cpp (1.16):
no message
2002-12-11 10:45 dimitr
* firebird2/src/dsql/gen.cpp (1.20):
Cleanup.
2002-12-11 09:35 dimitr
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.8), engine.dsp
(1.8), fbclient.dsp (1.17), gpre_boot.dsp (1.5):
Updated project files.
2002-12-10 12:53 eku
* firebird2/: builds/posix/prefix.sinixz (1.12),
src/burp/restore.epp (1.14), src/dsql/errd.cpp (1.11),
src/dsql/make.cpp (1.22), src/dsql/parse.cpp (1.42),
src/dsql/parse.y (1.39), src/intl/cv_big5.c (1.4),
src/intl/cv_gb2312.c (1.4), src/intl/cv_jis.c (1.4),
src/intl/cv_ksc.c (1.4), src/intl/cv_narrow.c (1.4):
Removed unused variables.
2002-12-09 02:46 nmcc
* firebird2/src/install/arch-specific/linux/:
classic/makeInstallImage.sh.in (1.6), classic/preinstall.sh.in
(1.2), classic/preuninstall.sh.in (1.2), super/preinstall.sh.in
(1.2):
Changed gds_lock_mgr to fb_lock_mgr.
2002-12-09 02:43 nmcc
* firebird2/builds/posix/Makefile.in.firebird (1.20):
add clean_config and clean_makefiles targets.
2002-12-09 02:38 nmcc
* firebird2/builds/posix/: Makefile.in.embed.lockmgr (1.4),
Makefile.in.refDatabases (1.9), make.defaults (1.11):
Change gds_lock_mgr to fb_lock_mgr as code now defaults to this.
2002-12-07 14:50 kkuznetsov
* firebird2/builds/posix/: make.defaults (1.10), prefix.solx86
(1.14):
Adding linker option what prevent user to setting LD_LIBRARY_PATH
2002-12-07 14:49 dimitr
* firebird2/src/common/config/: config.cpp (1.11), config.h (1.9):
More usage of the new config stuff.
2002-12-07 14:23 dimitr
* firebird2/src/common/config/: config.cpp (1.10), config.h (1.8):
More usage of the new config stuff.
2002-12-06 22:11 dimitr
* firebird2/src/common/config/: config.cpp (1.9), config.h (1.7):
More usage of the new config stuff.
2002-12-06 21:55 hippoman
* firebird2/builds/win32/msvc7/: gpre.vcproj (1.4),
gpre_boot.vcproj (1.2):
Fixing the build, added pascal and ada to gpre salad.
2002-12-06 15:30 dimitr
* firebird2/builds/posix/make.defaults (1.9):
Changes by Dimitry Sibiryakov.
2002-12-06 14:43 eku
* firebird2/: src/gpre/ada.cpp (1.11), src/gpre/cmp.cpp (1.10),
src/gpre/cob.cpp (1.16), src/gpre/exp.cpp (1.9), src/gpre/ftn.cpp
(1.14), src/gpre/gpre.cpp (1.17), src/gpre/gpre.h (1.24),
src/gpre/gpre_meta.epp (1.12), src/gpre/gpreswi.h (1.7),
src/gpre/par.cpp (1.10), src/gpre/pat.cpp (1.7), src/gpre/sql.cpp
(1.7), configure.in (1.103), src/include/gen/autoconfig_msvc.h
(1.69):
Removed hooks for BASIC/PL1 in gpre, as the support has been
dropped before IB4.
2002-12-06 13:34 dimitr
* firebird2/src/common/config/: config.cpp (1.8), config.h (1.6):
More usage of the new config stuff.
2002-12-06 13:04 dimitr
* firebird2/src/common/config/config.cpp (1.7):
Corrected config implementation.
2002-12-06 12:43 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h (1.68):
Cleanup.
2002-12-05 17:15 kkuznetsov
* firebird2/builds/posix/: Makefile.in.extlib (1.5),
Makefile.in.intl (1.6), Makefile.in.libfbclient (1.5),
Makefile.in.libfbembed (1.5), make.defaults (1.8), make.rules
(1.10), prefix.darwin (1.5), prefix.example (1.2), prefix.freebsd
(1.3), prefix.linux (1.10), prefix.mingw (1.5), prefix.sinixz
(1.11), prefix.solx86 (1.13):
Moving platform dependent linker option to platform files
2002-12-04 17:23 skidder
* firebird2/doc/WhatsNew (1.15):
Little changes in Alpha 5 changes description
2002-12-04 16:15 dimitr
* firebird2/doc/WhatsNew (1.14):
Added alpha 5 changes.
2002-12-04 08:06 eku
* firebird2/src/intl/dtest.c (1.6):
Removed unused variable.
2002-12-03 19:02 dimitr
* firebird2/src/dsql/: node.h (1.17), parse.cpp (1.41), parse.y
(1.38), pass1.cpp (1.39):
1. Implemented ORDER BY clause in subqueries. 2. Disallowed
FIRST/SKIP for views. 3. Allowed zero as valid argument for FIRST.
2002-12-03 15:12 dimitr
* firebird2/src/install/misc/firebird.conf (1.5):
Corrected default value for the config key.
2002-12-03 14:58 eku
* firebird2/: configure.in (1.102), src/gpre/gpre.cpp (1.16),
src/gpre/gpre.h (1.23), src/gpre/gpreswi.h (1.6),
src/include/gen/autoconfig_msvc.h (1.67):
Disabled gpre's BASIC and PL/1 support in configure. There's no
such implementation.
2002-12-03 14:48 skidder
* firebird2/src/dsql/: make.cpp (1.21), parse.cpp (1.40):
Oops. Forgot to enable parameter duplication in parameter bug
emulation mode
2002-12-03 14:37 skidder
* firebird2/src/: common/config/config.cpp (1.6),
common/config/config.h (1.5), dsql/make.cpp (1.20),
install/misc/firebird.conf (1.4):
Added configuration parameter to enable older parameter ordering
behavior
2002-12-03 14:27 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h (1.66):
no message
2002-12-03 12:47 eku
* firebird2/configure.in (1.101):
Prepared for Alpha 5.
2002-12-03 12:09 dimitr
* firebird2/builds/win32/msvc6/: gpre.dsp (1.6), gpre_boot.dsp
(1.4):
Cleanup.
2002-12-03 11:52 eku
* firebird2/src/gpre/pas.cpp (1.7):
Make file compile. It's still unknown if the PASCAL support in GPRE
will work. Anyway - it compiles :-)
2002-12-02 12:17 eku
* firebird2/: configure.in (1.100),
builds/posix/Makefile.in.client.gpre (1.6),
builds/posix/Makefile.in.embed.gpre (1.6),
builds/posix/Makefile.in.gpre (1.5),
builds/posix/Makefile.in.static.gpre (1.8), src/gpre/gpre.cpp
(1.15), src/gpre/gpre.h (1.22), src/gpre/gpreswi.h (1.5),
src/gpre/pat.cpp (1.6), src/include/gen/autoconfig_msvc.h (1.65):
gpre's built-in lannguage support is now an autoconf option. C/C++
are mandatory, all others are optional. Default all=off. Type
'configure --help' for details.
2002-12-02 11:25 kkuznetsov
* firebird2/src/gpre/gpre.h (1.21):
Fix boot-time refences to FTN_fini
2002-12-02 10:49 eku
* firebird2/: builds/posix/Makefile.in.boot.gpre (1.10),
src/gpre/gpre.h (1.20):
Removed support for ADA, BASIC, COBOL, FORTRAN and PASCAL from
gpre_boot.
2002-12-02 10:43 eku
* firebird2/src/: csv/csi.cpp (1.10), dsql/ddl.cpp (1.28),
gpre/pretty.cpp (1.6), intl/dtest.c (1.5), intl/dtest2.c (1.3):
Use the new macro FB_NELEM to calculate the number of elements in
an array.
2002-12-02 09:25 eku
* firebird2/: configure.in (1.99), src/common/config/config.cpp
(1.5), src/dudley/hsh.cpp (1.7), src/gpre/hsh.cpp (1.8),
src/include/fb_types.h (1.10), src/include/gen/autoconfig_msvc.h
(1.64), src/include/gen/codes.h (1.8):
Removed inconsistencies pointed out by Claudio Valderr. Replaced
'defined(__osf__) && defined(__alpha)' with 'SIZEOF_LONG == 8'.
New macro FB_NELEM calculates the number of elements in an array.
2002-11-30 18:37 hippoman
* firebird2/src/: dudley/ddl.h (1.5), dudley/exe.epp (1.10),
dudley/expand.cpp (1.8), dudley/generate.cpp (1.6),
dudley/parse.cpp (1.12), dudley/trn.cpp (1.6), gpre/ada.cpp (1.10),
gpre/c_cxx.cpp (1.12), gpre/cmd.cpp (1.7), gpre/cme.cpp (1.6),
gpre/cme_proto.h (1.4), gpre/cmp.cpp (1.9), gpre/cmp_proto.h (1.3),
gpre/cob.cpp (1.15), gpre/exp.cpp (1.8), gpre/exp_proto.h (1.4),
gpre/form.cpp (1.7), gpre/form.h (1.3), gpre/form_proto.h (1.2),
gpre/ftn.cpp (1.13), gpre/gpre.cpp (1.14), gpre/gpre.h (1.19),
gpre/gpre_meta.epp (1.11), gpre/gpre_meta.h (1.5),
gpre/gpre_meta_boot.cpp (1.10), gpre/int.cpp (1.7),
gpre/int_cxx.cpp (1.6), gpre/jrdmet.cpp (1.6), gpre/noform.cpp
(1.4), gpre/par.cpp (1.9), gpre/par_proto.h (1.3), gpre/pas.cpp
(1.6), gpre/sqe.cpp (1.7), gpre/sqe_proto.h (1.4), gpre/sql.cpp
(1.6), gpre/sql_proto.h (1.3):
Changed struct fld and FLD to local module names
2002-11-30 18:34 hippoman
* firebird2/src/: burp/backup.epp (1.13), burp/burp.h (1.14),
burp/canonical.cpp (1.13), burp/restore.epp (1.13), dsql/blk.h
(1.5), dsql/ddl.cpp (1.27), dsql/ddl_proto.h (1.5), dsql/dsql.cpp
(1.35), dsql/dsql.h (1.10), dsql/gen.cpp (1.19), dsql/make.cpp
(1.19), dsql/make_proto.h (1.8), dsql/metd.epp (1.16),
dsql/metd_proto.h (1.8), dsql/parse.cpp (1.39), dsql/parse.y
(1.37), dsql/pass1.cpp (1.38):
Changed struct fld and FLD to local module names
2002-11-30 18:30 hippoman
* firebird2/builds/win32/msvc7/: engine.vcproj (1.5),
engine_classic.vcproj (1.5), fb_lock_print.vcproj (1.5),
fbclient.vcproj (1.5), gdef.vcproj (1.2), gfix.vcproj (1.2),
qli.vcproj (1.2):
Fixed the build, isc_win32.cpp has been removed
2002-11-30 16:08 skidder
* firebird2/: configure.in (1.98), builds/posix/prefix.mingw (1.4),
builds/win32/msvc6/alice.dsp (1.5),
builds/win32/msvc6/alice_classic.dsp (1.2),
builds/win32/msvc6/burp.dsp (1.5),
builds/win32/msvc6/burp_classic.dsp (1.3),
builds/win32/msvc6/common.dsp (1.5),
builds/win32/msvc6/dsql_server.dsp (1.8),
builds/win32/msvc6/dsql_server_classic.dsp (1.4),
builds/win32/msvc6/engine.dsp (1.7),
builds/win32/msvc6/engine_classic.dsp (1.7),
builds/win32/msvc6/fb_inet_server.dsp (1.5),
builds/win32/msvc6/fb_lock_print.dsp (1.6),
builds/win32/msvc6/fbclient.dsp (1.16),
builds/win32/msvc6/fbembed.dsp (1.6),
builds/win32/msvc6/fbserver.dsp (1.14),
src/common/config/config.cpp (1.4), src/common/config/config.h
(1.4), src/common/config/config_impl.h (1.4), src/gpre/ftn.cpp
(1.12):
New changes by Dmitry Emanov. Configuration manager and Windows
build environment improvements
2002-11-28 16:44 kkuznetsov
* firebird2/src/extlib/ib_udf.c (1.4):
Fix compile errors on Solaris IA
2002-11-26 10:00 dimitr
* firebird2/builds/win32/msvc6/: engine.dsp (1.6),
engine_classic.dsp (1.6), fb_lock_print.dsp (1.5), fbclient.dsp
(1.15), gbak.dsp (1.5), gdef.dsp (1.3), gfix.dsp (1.5), qli.dsp
(1.2):
Updated project files.
2002-11-25 21:29 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.37):
bugfix: allow use of other outer-references in a aggregated
sub-select
2002-11-25 16:28 kkuznetsov
* firebird2/src/burp/backup.epp (1.12):
[no log message]
2002-11-25 16:23 kkuznetsov
* firebird2/src/burp/backup.epp (1.11):
Fix compile error on SOLX86
2002-11-24 18:53 skidder
* firebird2/builds/posix/prefix.linux (1.9):
A little more optimization wont hurt
2002-11-24 16:22 skidder
* firebird2/src/dsql/: gen.cpp (1.18), make.cpp (1.18),
make_proto.h (1.7), parse.cpp (1.38), parse.y (1.36), pass1.cpp
(1.36):
Make SQLDA parameter mapping consistent with order and number of
parameters in source SQL string
2002-11-24 14:03 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.35):
no message
2002-11-24 11:22 dimitr
* firebird2/src/common/memory/memory_pool.cpp (1.17):
Avoid redundant "best fit" lookup after a pool has been extended.
2002-11-24 00:11 hippoman
* firebird2/builds/win32/msvc7/: engine.vcproj (1.4),
engine_classic.vcproj (1.4), fb_lock_print.vcproj (1.4),
fbclient.vcproj (1.4), gpre.vcproj (1.3):
Fixed the build, thd_win32.cpp has been deleted..
2002-11-23 19:26 dimitr
* firebird2/src/common/memory/memory_pool.cpp (1.16):
All pool extends passed from the external world are in bytes, not
in allocation units.
2002-11-23 12:38 dimitr
* firebird2/src/burp/burp.cpp (1.15):
The type of service invokation never must be specified by the
client tool. It should be defined by the server only.
2002-11-22 16:27 skidder
* firebird2/src/dsql/pass1.cpp (1.34):
Fixed nulls first/last and collation handling in "order by" clause
of unions
2002-11-22 15:31 eku
* firebird2/configure.in (1.97):
Added default rule for currently unsupported systems.
2002-11-22 15:09 dimitr
* firebird2/: src/include/fb_types.h (1.9), configure.in (1.96):
Cleanup by Dimitry Sibiryakov.
2002-11-22 12:20 dimitr
* firebird2/builds/win32/msvc6/: dsql_server.dsp (1.7),
dsql_server_classic.dsp (1.3), engine.dsp (1.5), engine_classic.dsp
(1.5), fb_lock_print.dsp (1.4), fbclient.dsp (1.14):
Updated project files.
2002-11-22 10:02 dimitr
* firebird2/src/common/config/config_file.cpp (1.3):
Applied patch for config_file.cpp. Thanks to Pirtea Calin Iancu.
2002-11-21 21:43 tamlin
* firebird2/src/dudley/: exe.epp (1.9), extract.epp (1.5):
Bugfix for modify_relation and removing unused variables.
2002-11-21 14:46 kkuznetsov
* firebird2/builds/posix/: Makefile.in.boot.gpre (1.9),
prefix.solx86 (1.12):
[no log message]
2002-11-21 12:54 kkuznetsov
* firebird2/configure.in (1.95):
Add check for sun threads on Solx86
2002-11-21 11:08 eku
* firebird2/builds/posix/: Makefile.in.client.gpre (1.5),
Makefile.in.embed.gpre (1.5), Makefile.in.gpre (1.4),
Makefile.in.static.gpre (1.7), prefix.solx86 (1.11):
Include support for ADA and FORTRAN into gpre by default.
2002-11-21 09:56 eku
* firebird2/: configure.in (1.94),
src/include/gen/autoconfig_msvc.h (1.63):
Autoconf: check for header files sys/ipc.h and sys/file.h.
2002-11-21 00:48 arnobrinkman
* firebird2/src/dsql/make.cpp (1.17):
bug : UDF node didn't contain any character set, was always NONE.
2002-11-21 00:13 hippoman
* firebird2/src/gpre/: ada.cpp (1.9), c_cxx.cpp (1.11), cob.cpp
(1.14), form.h (1.2), ftn.cpp (1.11), gpre.h (1.18), pas.cpp (1.5),
sqe.cpp (1.6):
changed nod,tra,req,trg,rel,ctx,prc struct names to local module
names
2002-11-21 00:09 hippoman
* firebird2/src/: burp/backup.epp (1.10), burp/burp.h (1.13),
burp/canon_proto.h (1.2), burp/restore.epp (1.12), dsql/blk.h
(1.4), dsql/ddl.cpp (1.26), dsql/ddl_proto.h (1.4), dsql/dsql.cpp
(1.34), dsql/dsql.h (1.9), dsql/dsql_proto.h (1.3),
dsql/gen_proto.h (1.5), dsql/make.cpp (1.16), dsql/make_proto.h
(1.6), dsql/metd.epp (1.15), dsql/metd_proto.h (1.7), dsql/node.h
(1.16), dsql/parse.cpp (1.37), dsql/parse.y (1.35), dsql/pass1.cpp
(1.33), dsql/pass1_proto.h (1.4), dudley/ddl.h (1.4):
changed nod,tra,req,trg,rel,ctx,prc struct names to local module
names
2002-11-20 16:01 hippoman
* firebird2/builds/win32/msvc7/: burp.vcproj (1.2),
burp_classic.vcproj (1.2), dsql_server.vcproj (1.2),
dsql_server_classic.vcproj (1.2), engine.vcproj (1.3),
engine_classic.vcproj (1.3), fb_inet_server.vcproj (1.2),
fb_lock_print.vcproj (1.3), fbclient.vcproj (1.3), fbembed.vcproj
(1.3), fbguard.vcproj (1.2), fbserver.vcproj (1.2), gbak.vcproj
(1.2), isql.vcproj (1.2), remote.vcproj (1.2),
remote_classic.vcproj (1.2):
NOMSG is not needed, addied version.lib
2002-11-20 14:38 kkuznetsov
* firebird2/builds/posix/: Makefile.in.gpre (1.3),
Makefile.in.static.gpre (1.6), prefix.solx86 (1.10):
GPRE additional files on Solaris x86
2002-11-20 10:50 dimitr
* firebird2/src/common/memory/memory_pool.cpp (1.15):
Fixed alignment bug in the memory manager.
2002-11-20 09:30 eku
* firebird2/builds/posix/make.shared.variables (1.10):
Fixed compilation and linking on SINIX-Z (and probably on other
POSIX platforms).
2002-11-19 16:37 skidder
* firebird2/src/burp/canonical.cpp (1.12):
Move xdr_hyper to the correct place and remove duplicate
definitions
2002-11-19 16:31 skidder
* firebird2/configure.in (1.93):
Removed check for xdr_hyper
2002-11-19 14:21 dimitr
* firebird2/builds/win32/msvc6/: burp.dsp (1.4), burp_classic.dsp
(1.2), dsql_server.dsp (1.6), dsql_server_classic.dsp (1.2),
engine.dsp (1.4), engine_classic.dsp (1.4), fb_inet_server.dsp
(1.4), fb_lock_print.dsp (1.3), fbclient.dsp (1.13), fbembed.dsp
(1.5), fbguard.dsp (1.6), fbserver.dsp (1.13), gbak.dsp (1.4),
isql.dsp (1.6), remote.dsp (1.5), remote_classic.dsp (1.2):
We no longer need NOMSG macro defined.
2002-11-19 14:07 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h (1.62):
Correction.
2002-11-19 13:35 dimitr
* firebird2/src/dsql/: dsql.cpp (1.33), dsql.h (1.8), gen.cpp
(1.17), gen_proto.h (1.4), make.cpp (1.15), make_proto.h (1.5),
pass1.cpp (1.32):
Renamed MSG to DSQL_MSG.
2002-11-19 13:31 dimitr
* firebird2/src/csv/: csi.cpp (1.9), csi.h (1.6), css.cpp (1.5),
css_proto.h (1.3), csv.cpp (1.9), print.cpp (1.4):
Renamed MSG to CSV_MSG.
2002-11-18 21:27 skidder
* firebird2/src/: dsql/gen.cpp (1.16), include/gen/blrtable.h
(1.6):
New explicit pessimistic locks implementation. It is logically
consistent in all TPB modes and should be very fast.
2002-11-18 14:22 eku
* firebird2/: configure.in (1.92),
builds/posix/Makefile.in.firebird (1.19),
src/include/gen/autoconfig_msvc.h (1.61):
Autoconf: o added tests for nttab.h sys/mntent.h sys/mnttab.h o
added tests for getcwd getwd setmntent getmntent o ISC_PREFIX
renamed to FB_PREFIX o major code cleanup in src/jrd/isc_file.cpp
Removed platform-specific files from posix/Makefile.in.firebird.
2002-11-18 08:34 eku
* firebird2/src/install/:
arch-specific/linux/super/SSchangePasswd.sh (1.1),
arch-specific/linux/super/install.sh.in (1.1),
arch-specific/linux/super/postinstall.sh.in (1.1),
arch-specific/linux/super/postuninstall.sh.in (1.1),
arch-specific/linux/super/preinstall.sh.in (1.1),
arch-specific/linux/super/preuninstall.sh.in (1.1),
arch-specific/linux/super/rpmfiles.txt.in (1.1),
arch-specific/linux/super/rpmheader.txt.in (1.1),
super/SSchangePasswd.sh (1.2), super/install.sh.in (1.2),
super/postinstall.sh.in (1.2), super/postuninstall.sh.in (1.2),
super/preinstall.sh.in (1.2), super/preuninstall.sh.in (1.2),
super/rpmfiles.txt.in (1.2), super/rpmheader.txt.in (1.2),
super/tarInstall.sh.in (1.2):
Moved Linux SS files to arch-specific/linux/super.
2002-11-18 08:31 eku
* firebird2/src/install/: arch-specific/linux/classic/README (1.1),
classic/CSrpmheader.txt (1.2), classic/TarKullFiles.sh.in (1.2),
classic/install.sh.in (1.5), classic/makeInstallImage.sh.in (1.2),
classic/postinstall.sh.in (1.4), classic/postuninstall.sh.in (1.4),
classic/preinstall.sh.in (1.4), classic/preuninstall.sh.in (1.4),
classic/rpmfiles.txt.in (1.2), classic/rpmheader.txt.in (1.2),
classic/tarInstall.sh.in (1.2), misc/README (1.2),
misc/firebird.xinetd (1.4), misc/firebird.xinetd.in (1.3):
Moved Linux CS files to arch-specific/linux/classic.
2002-11-18 04:07 skywalker
* firebird2/builds/posix/prefix.linux (1.8):
Changed the default optimisation for prod builds. Current gcc 3.2
compilers have problems with -O2 -O3 and -march=i686 combinations
2002-11-18 03:57 skywalker
* firebird2/: Makefile.in (1.3), configure.in (1.91):
Remove firebird_super target from makefile, when super is chosen
firebird target will be the super edition. Configure.in changed to
build some install files from new locations.
2002-11-18 03:43 skywalker
*
Changes for alpha4 release
firebird2/src/install/arch-specific/linux/classic/makeInstallImage.
sh.in (1.5):
2002-11-17 17:31 skywalker
* firebird2/src/install/arch-specific/linux/misc/:
changeDBAPassword.sh.in (1.1), firebird.xinetd.in (1.1):
Create linux specific autoconf versions of some script files
2002-11-17 17:06 dimitr
* firebird2/builds/win32/msvc6/: fb_inet_server.dsp (1.3),
fb_lock_print.dsp (1.2), fbclient.dsp (1.12), fbembed.dsp (1.4),
fbserver.dsp (1.12):
Updates project files.
2002-11-17 01:04 hippoman
* firebird2/src/gpre/: ada.cpp (1.8), c_cxx.cpp (1.10), cmd.cpp
(1.6), cmd_proto.h (1.2), cme.cpp (1.5), cme_proto.h (1.3), cmp.cpp
(1.8), cmp_proto.h (1.2), cob.cpp (1.13), exp.cpp (1.7),
exp_proto.h (1.3), form.cpp (1.6), ftn.cpp (1.10), gpre.cpp (1.13),
gpre.h (1.17), gpre_meta.epp (1.10), gpre_meta.h (1.4),
gpre_meta_boot.cpp (1.9), hsh.cpp (1.7), int.cpp (1.6), int_cxx.cpp
(1.5), jrdmet.cpp (1.5), msc.cpp (1.5), msc_proto.h (1.3), par.cpp
(1.8), par_proto.h (1.2), pas.cpp (1.4), pat.h (1.3), sqe.cpp
(1.5), sqe_proto.h (1.3), sql.cpp (1.5), sql_proto.h (1.2):
change TRA,REQ,TRG,REL,CTX or PRC, to module local names.
2002-11-17 01:00 hippoman
* firebird2/src/: dsql/ddl.cpp (1.25), dsql/dsql.cpp (1.32),
dsql/dsql.h (1.7), dsql/gen.cpp (1.15), dsql/gen_proto.h (1.3),
dsql/hsh.cpp (1.5), dsql/make.cpp (1.14), dsql/metd.epp (1.14),
dsql/metd_proto.h (1.6), dsql/pass1.cpp (1.31), dudley/ddl.h (1.3),
dudley/exe.epp (1.8), dudley/exe_proto.h (1.2), dudley/expand.cpp
(1.7), dudley/expr.cpp (1.7), dudley/generate.cpp (1.5),
dudley/hsh.cpp (1.6), dudley/parse.cpp (1.11), dudley/parse_proto.h
(1.3), dudley/trn.cpp (1.5):
change TRA,REQ,TRG,REL,CTX or PRC, to module local names.
2002-11-17 00:57 hippoman
* firebird2/src/burp/: backup.epp (1.9), burp.h (1.12),
canonical.cpp (1.11), restore.epp (1.11):
change TRA,REQ,TRG,REL,CTX or PRC, to module local names.
2002-11-17 00:54 hippoman
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.2), engine.vcproj
(1.2), engine_classic.vcproj (1.2), fb_lock_print.vcproj (1.2),
fbclient.vcproj (1.2), fbembed.vcproj (1.2), gds32.vcproj (1.2),
gpre.vcproj (1.2), gstat.vcproj (1.2), ib_udf.vcproj (1.2),
ib_util.vcproj (1.2), utilities.vcproj (1.2):
update to the latest changes
2002-11-16 17:01 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h (1.60):
no message
2002-11-16 16:54 dimitr
* firebird2/builds/win32/msvc6/: engine.dsp (1.3),
engine_classic.dsp (1.3), fbclient.dsp (1.11):
Synchronized generic and win32-only files. The latter is removed.
2002-11-16 14:59 dimitr
* firebird2/src/common/memory/memory_pool.cpp (1.14):
Fixed a couple of bugs in the memory manager. Now we're fast again.
2002-11-16 12:40 dimitr
* firebird2/builds/win32/: gds32.def (1.2), gds32_debug.def (1.2):
Restored export by ordinals for gds32.dll (due to compatibility
issues).
2002-11-16 11:58 dimitr
* firebird2/builds/win32/msvc6/: fb_inet_server.dsp (1.2),
fbembed.dsp (1.3):
Updates project files.
2002-11-16 11:56 dimitr
* firebird2/src/common/config/config_file.cpp (1.2):
Having duplicated names is not a good practice.
2002-11-16 09:38 dimitr
* firebird2/builds/win32/msvc6/: fbclient.dsp (1.10), gds32.dsp
(1.7), ib_udf.dsp (1.3), ib_util.dsp (1.4):
Updates project files.
2002-11-16 04:14 skywalker
* firebird2/builds/posix/Makefile.in.firebird (1.18):
Build ibase.h distribution file correctly
2002-11-16 03:17 skywalker
* firebird2/: configure.in (1.90),
builds/posix/Makefile.in.firebird (1.17),
src/install/arch-specific/linux/Makefile.in (1.7),
src/install/arch-specific/linux/classic/makeInstallImage.sh.in
(1.4), src/install/arch-specific/linux/classic/postinstall.sh.in
(1.3), src/install/arch-specific/linux/classic/rpmheader.txt.in
(1.2):
Change rpmbuild to not need root access Change install to only put
in 'compatibility' libgds.so links if the files do not already
exist.
2002-11-15 13:01 hippoman
* firebird2/builds/win32/: fbclient.def (1.1), fbclient_debug.def
(1.1), gds32.def (1.1), gds32_debug.def (1.1), ib_udf.def (1.1),
ib_util.def (1.1), msvc6/fbclient.def (1.3),
msvc6/fbclient_debug.def (1.3), msvc6/gds32.def (1.5),
msvc6/gds32_debug.def (1.5), msvc6/ib_udf.def (1.4),
msvc6/ib_util.def (1.3):
Moved def files to builds\win32, to be able share them between
msvc6 and 7 project files.
FIXME: The msvc6 project files still point to old location.
2002-11-15 12:20 skidder
* firebird2/doc/WhatsNew (1.13):
Added instabitily note
2002-11-15 11:55 kkuznetsov
* firebird2/: configure.in (1.89),
src/include/gen/autoconfig_msvc.h (1.59):
Fix check for xdr staff
2002-11-15 01:11 hippoman
* firebird2/builds/win32/msvc7/: Firebird2.sln (1.1), alice.vcproj
(1.1), alice_classic.vcproj (1.1), burp.vcproj (1.1),
burp_classic.vcproj (1.1), common.vcproj (1.1), dsql_server.vcproj
(1.1), dsql_server_classic.vcproj (1.1), engine.vcproj (1.1),
engine_classic.vcproj (1.1), fb_inet_server.vcproj (1.1),
fb_lock_print.vcproj (1.1), fbclient.vcproj (1.1), fbembed.vcproj
(1.1), fbguard.vcproj (1.1), fbserver.vcproj (1.1), gbak.vcproj
(1.1), gdef.vcproj (1.1), gds32.vcproj (1.1), gfix.vcproj (1.1),
gpre.vcproj (1.1), gpre_boot.vcproj (1.1), gsec.vcproj (1.1),
gstat.vcproj (1.1), ib_udf.vcproj (1.1), ib_util.vcproj (1.1),
instreg.vcproj (1.1), instsvc.vcproj (1.1), intl.vcproj (1.1),
ipserver.vcproj (1.1), isql.vcproj (1.1), lock.vcproj (1.1),
lock_classic.vcproj (1.1), qli.vcproj (1.1), remote.vcproj (1.1),
remote_classic.vcproj (1.1), utilities.vcproj (1.1),
utilities_classic.vcproj (1.1), wal.vcproj (1.1),
wal_classic.vcproj (1.1):
MSVC7 Project files..
2002-11-14 17:23 dimitr
* firebird2/doc/WhatsNew (1.12):
Added alpha 4 changes.
2002-11-14 14:53 dimitr
* firebird2/builds/posix/: Makefile.in.boot.gpre (1.8),
make.defaults (1.7), make.shared.variables (1.9):
A few changes contributed by Dimitry Sibiryakov.
2002-11-14 14:40 dimitr
* firebird2/builds/posix/prefix.mingw (1.3):
Cleanup.
2002-11-14 09:22 skywalker
* firebird2/src/install/:
arch-specific/linux/classic/makeInstallImage.sh.in (1.3),
misc/changeDBAPassword.sh (1.2):
Change libgds.so.0 link to enable backward compatibility Update
changeDBAPassword.sh so script points to install location.
2002-11-14 09:18 eku
* firebird2/configure.in (1.88):
Flags are named XXX_FLG.
2002-11-14 09:16 dimitr
* firebird2/src/: burp/spit.cpp (1.7), csv/csi.cpp (1.8),
csv/csv.cpp (1.8), dsql/array.epp (1.7), dsql/blob.epp (1.6),
dsql/dsql.cpp (1.31), dsql/preparse.cpp (1.9), dsql/user_dsql.cpp
(1.11), dsql/utld.cpp (1.9), dudley/exe.epp (1.7):
Global names change: FBOK=>FB_SUCCESS FAILURE=>FB_FAILURE
xxx_FBOK=>xxx_SUCCESS
2002-11-14 09:01 kkuznetsov
* firebird2/configure.in (1.87):
Solaris always chech for -lnsl
2002-11-14 08:37 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h (1.58):
Cleanup.
2002-11-14 08:35 eku
* firebird2/: configure.in (1.86),
src/include/gen/autoconfig_msvc.h (1.57):
Autoconf cleanup: o added tests for setitimer o updated
config.h.in and autoconfig_msvc.h (the latter may be incorrect) o
replaced NO_ITIMER with HAVE_SETITIMER
2002-11-14 07:53 eku
* firebird2/configure.in (1.85):
Set defaults for lock manager and editline per platform.
2002-11-13 16:57 alexpeshkoff
* firebird2/src/dsql/ddl.cpp (1.24):
Fixed bug with exception inside for/while loop in triggers
2002-11-13 16:00 kkuznetsov
* firebird2/src/: burp/spit.cpp (1.6), csv/csi.cpp (1.7),
csv/csv.cpp (1.7), dsql/array.epp (1.6), dsql/blob.epp (1.5),
dsql/dsql.cpp (1.30), dsql/preparse.cpp (1.8), dsql/user_dsql.cpp
(1.10), dsql/utld.cpp (1.8), dudley/exe.epp (1.6):
Renaming all occurences of SUCCESS to FBOK
2002-11-13 15:47 dimitr
* firebird2/src/dsql/parse.cpp (1.36):
no message
2002-11-13 13:27 eku
* firebird2/: configure.in (1.84),
src/include/gen/autoconfig_msvc.h (1.56):
Autoconf cleanup: o added test for the header file mntent.h o
replaced NON_MNTENT with !HAVE_MNTENT_H
Removed some left-overs from Sean's DECOSF removal.
2002-11-13 13:23 eku
* firebird2/builds/posix/prefix.sinixz (1.10):
We don't need profiling information!
2002-11-13 13:07 kkuznetsov
* firebird2/src/gpre/: ada.cpp (1.7), ftn.cpp (1.9):
Making ADA and Fortrun funs happy
2002-11-13 12:07 eku
* firebird2/src/install/arch-specific/sinixz/: Makefile.in (1.5),
prototype.in (1.9):
SINIX-Z: distribute firebird.conf, removed duplicate entry in
prototype
2002-11-13 11:12 eku
* firebird2/configure.in (1.83):
Help text should show the correct default value.
2002-11-13 09:00 eku
* firebird2/src/install/misc/firebird.conf (1.3):
Merged contents of src/misc/firebird.conf into
src/install/misc/firebird.conf.
2002-11-13 08:07 eku
* firebird2/: configure.in (1.82),
builds/posix/Makefile.in.firebird (1.16),
builds/posix/make.defaults (1.6), src/include/gen/autoconfig_msvc.h
(1.55):
Editline cleanup: o removed obsolete readline tests o renamed
readline into editline o editline is not enabled by default,
enabled with '--with-editline'
2002-11-13 05:09 skywalker
* firebird2/src/install/misc/firebird.conf (1.2):
Change parameter name to RemoteFileOpenAbility
2002-11-12 19:59 fsg
* firebird2/src/intl/anhun.h (1.2):
Fixed hungarian collation provided by Sandor Szollosi
2002-11-12 17:04 alexpeshkoff
* firebird2/src/dsql/dsql.cpp (1.29):
Avoid deadlocks: lock databases_mutex only when THREAD_EXITed
2002-11-12 15:06 dimitr
* firebird2/builds/posix/prefix.mingw (1.2):
More work regarding win32 builds via mingw.
2002-11-12 15:03 dimitr
* firebird2/: src/gpre/cob.cpp (1.12), builds/win32/msvc6/gpre.dsp
(1.5), builds/win32/msvc6/gpre_boot.dsp (1.3):
Make COBOL available in win32 builds of gpre.
2002-11-12 14:46 eku
* firebird2/: configure.in (1.81),
src/include/gen/autoconfig_msvc.h (1.54):
Autoconf: check for aio.h, pread and pwrite
2002-11-12 14:15 eku
* firebird2/: configure.in (1.80),
src/include/gen/autoconfig_msvc.h (1.53):
Autoconf: check for getpgrp
2002-11-12 13:44 kkuznetsov
* firebird2/src/install/arch-specific/solx86/Makefile.in (1.1):
[no log message]
2002-11-12 13:30 kkuznetsov
* firebird2/: configure.in (1.79),
src/include/gen/autoconfig_msvc.h (1.52):
Add check for native xdr
2002-11-12 13:16 eku
* firebird2/src/burp/canonical.cpp (1.10):
Cleanup
2002-11-12 13:10 eku
* firebird2/src/install/arch-specific/sinixz/: Makefile.in (1.4),
prototype.in (1.8):
Finally packaging works again.
2002-11-12 10:17 eku
* firebird2/: configure.in (1.78),
src/include/gen/autoconfig_msvc.h (1.51):
Autoconf: check for semun
2002-11-12 10:12 eku
* firebird2/builds/posix/Makefile.in.install (1.7):
File obsoleted by src/install/arch-specific/<platform>/Makefile.in
2002-11-12 08:50 eku
* firebird2/Makefile.in (1.2):
Added more targets to the top makefile.
2002-11-12 08:46 eku
* firebird2/configure.in (1.77):
Separated installation and packaging rules per platform.
2002-11-12 06:04 skywalker
* firebird2/src/: dsql/parse.cpp (1.35), dudley/exe.epp (1.5),
gpre/cob.cpp (1.11):
Changes to make some NOD entries now XXX_NOD as per module (assume
this is part of Ignatio's change). Change to define xdr_hyper when
it's available locally. (The standard #include file rpc/xdr.h is
not included and the definition needs to be in remote/xdr_proto.h
for some reason).
2002-11-11 20:19 hippoman
* firebird2/src/gpre/: c_cxx.cpp (1.9), cmd.cpp (1.5), cme.cpp
(1.4), cme_proto.h (1.2), cmp.cpp (1.7), exp.cpp (1.6), exp_proto.h
(1.2), gpre.h (1.16), gpre_meta.epp (1.9), gpre_meta.h (1.3),
gpre_meta_boot.cpp (1.8), jrdmet.cpp (1.4), msc.cpp (1.4),
msc_proto.h (1.2), par.cpp (1.7), sqe.cpp (1.4), sqe_proto.h (1.2),
sql.cpp (1.4):
* Changed NOD struct name to GPRE_NOD.
2002-11-11 20:11 hippoman
* firebird2/src/dudley/: ddl.cpp (1.7), ddl.h (1.2), ddl_proto.h
(1.2), expand.cpp (1.6), expr.cpp (1.6), expr_proto.h (1.2),
gener_proto.h (1.2), generate.cpp (1.4), parse.cpp (1.10),
parse_proto.h (1.2), trn.cpp (1.4):
* Changed NOD struct name to DUDLEY_NOD.
2002-11-11 20:08 hippoman
* firebird2/src/dsql/: blk.h (1.3), ddl.cpp (1.23), dsql.cpp
(1.28), gen.cpp (1.14), gen_proto.h (1.2), make.cpp (1.13),
metd.epp (1.13), metd_proto.h (1.5), node.h (1.15), parse.cpp
(1.34), parse.y (1.34), pass1.cpp (1.30), pass1_proto.h (1.3):
* Changed NOD struct name to DSQL_NOD.
2002-11-11 19:05 alexpeshkoff
* firebird2/src/: common/fb_exception.cpp (1.2),
include/fb_exception.h (1.5):
Added 2 new exceptions Cleanup
2002-11-11 17:07 skywalker
* firebird2/src/install/arch-specific/linux/Makefile.in (1.6):
Change where rpm file is left.
2002-11-11 17:04 skywalker
* firebird2/configure.in (1.76):
Change location of Makefile.install to
arch-specific/${MAKEFILE_PREFIX} This 'should' work for Erik as
well.
2002-11-11 16:17 skywalker
* firebird2/src/install/arch-specific/linux/Makefile.in (1.5):
Move components from Makefile.in.install to here
2002-11-11 15:48 skywalker
* firebird2/doc/: README.makefiles (1.2), README.user (1.1),
README.user.troubleshooting (1.1):
Added troubleshooting guide and simple user intro
2002-11-11 15:08 skywalker
* firebird2/configure.in (1.75):
Change of package id to Alpha3
2002-11-11 14:54 skywalker
* firebird2/src/install/arch-specific/linux/: CSrpmscript (1.2),
SSrpmscript (1.2):
Files no longer needed - hangover from old old build process
2002-11-11 14:52 skywalker
* firebird2/src/install/arch-specific/linux/classic/: install.sh.in
(1.2), makeInstallImage.sh.in (1.2), postinstall.sh.in (1.2):
Minor changes to install procedure. makeInstallImage.sh copies doc
files and handles missing files from build postinstall.sh handles
/etc/services correctly and generate password as well
2002-11-11 14:09 eku
* firebird2/: configure.in (1.74),
builds/posix/Makefile.in.firebird (1.15),
builds/posix/Makefile.in.install (1.6),
src/install/arch-specific/darwin/Makefile.in (1.2),
src/install/arch-specific/linux/Makefile.in (1.4),
src/install/arch-specific/sinixz/Makefile.in (1.3):
Moved plaform specific installation and packaging rules from
builds/posix/Makefile.in.install and
builds/posix/Makefile.in.firebird to
src/install/arch-specific/<platform>/Makefile.in.
2002-11-11 06:56 skywalker
* firebird2/src/install/arch-specific/linux/classic/: install.sh.in
(1.1), makeInstallImage.sh.in (1.1), postinstall.sh.in (1.1),
postuninstall.sh.in (1.1), preinstall.sh.in (1.1),
preuninstall.sh.in (1.1), rpmfiles.txt.in (1.1), rpmheader.txt.in
(1.1), tarMainInstall.sh.in (1.1), tarMainUninstall.sh.in (1.1),
tarinstall.sh.in (1.1), taruninstall.sh.in (1.1):
Changes to linux classic package/install
2002-11-11 06:55 skywalker
* firebird2/builds/posix/Makefile.in.install (1.5):
Changes to linux classic packaging/install
2002-11-11 06:54 skywalker
* firebird2/configure.in (1.73):
Changes to packaging of linux classic build
2002-11-10 15:46 dimitr
* firebird2/builds/win32/msvc6/fbembed.dsp (1.2):
Cleanup.
2002-11-10 15:19 dimitr
* firebird2/builds/win32/msvc6/: common.dsp (1.4), engine.dsp
(1.2), engine_classic.dsp (1.2), fbguard.dsp (1.5):
Updated project files.
2002-11-10 14:41 dimitr
* firebird2/src/common/config/: config.cpp (1.3), config.h (1.3),
config_impl.h (1.3):
Guardian option is added to the config manager.
2002-11-10 10:48 dimitr
* firebird2/src/common/config/: config.cpp (1.2), config.h (1.2),
config_impl.h (1.2):
Allowed root directory to be overriden in the config file.
2002-11-10 08:58 dimitr
* firebird2/src/dsql/: parse.cpp (1.33), parse.y (1.33):
A bit improved parser's debug output. Thanks to Ignacio J. Ortega.
2002-11-10 08:48 dimitr
* firebird2/src/dsql/: parse.cpp (1.32), parse.y (1.32):
Fixed small parser bug. Thanks to Ignacio J. Ortega.
2002-11-09 14:23 skywalker
* firebird2/: configure.in (1.72),
builds/posix/Makefile.in.boot.gpre (1.7),
builds/posix/Makefile.in.libfbcommon (1.4),
builds/posix/make.shared.variables (1.8):
Slight changes for linux compile to work with new ConfigRoot class
2002-11-09 09:05 dimitr
* firebird2/src/dsql/dsql.cpp (1.27):
Committed Ignacio's fix for DSQL_pretty (affects debug builds
only).
2002-11-07 17:54 skywalker
* firebird2/builds/posix/Makefile.in.firebird (1.14):
add firebird.conf into files moved to install area
2002-11-07 17:53 skywalker
* firebird2/src/install/classic/: install.sh.in (1.4),
makeInstallImage.sh.in (1.1), postinstall.sh.in (1.3),
postuninstall.sh.in (1.3), preinstall.sh.in (1.3),
preuninstall.sh.in (1.3):
Changes to install procedure, basically finishing merge of some of
the fb1 install code into the fb2 codebase (the fb1 code had been
committed prematurely, this should fix those differences)
2002-11-07 15:06 eku
* firebird2/configure.in (1.71):
Fixed C&P error.
2002-11-07 14:05 eku
* firebird2/configure.in (1.70):
Autoconfigured pipe name for wnet protocol.
2002-11-07 10:40 dimitr
* firebird2/src/fbutil/: FirebirdConfig.cpp (1.7), FirebirdConfig.h
(1.6), FirebirdConfigFile.cpp (1.8), FirebirdConfigFile.h (1.6),
main.cpp (1.2):
We no longer need old config stuff.
2002-11-07 08:16 dimitr
* firebird2/builds/win32/msvc6/fbguard.dsp (1.4):
Removed redundant absolute path.
2002-11-06 21:37 skidder
* firebird2/configure.in (1.69):
Make new config stuff compile on POSIX
2002-11-06 21:25 skidder
* firebird2/configure.in (1.68):
Make new config stuff compile on POSIX
2002-11-06 21:18 skidder
* firebird2/builds/posix/make.shared.variables (1.7):
Make new config stuff compile on POSIX
2002-11-06 21:10 skidder
* firebird2/builds/posix/make.shared.variables (1.6):
Make new config stuff compile on POSIX
2002-11-06 16:10 dimitr
* firebird2/builds/win32/msvc6/: alice.dsp (1.4), alice_classic.dsp
(1.1), burp.dsp (1.3), burp_classic.dsp (1.1), common.dsp (1.3),
dsql_server.dsp (1.5), dsql_server_classic.dsp (1.1), engine.dsp
(1.1), engine_classic.dsp (1.1), Firebird2.dsw (1.7),
fb_inet_server.dsp (1.1), fb_lock_print.dsp (1.1), fbclient.dsp
(1.9), fbembed.dsp (1.1), fbguard.dsp (1.3), fbserver.dsp (1.11),
gbak.dsp (1.3), gdef.dsp (1.2), gds32.dsp (1.6), gfix.dsp (1.4),
gpre.dsp (1.4), gpre_boot.dsp (1.2), gsec.dsp (1.2), gstat.dsp
(1.3), ib_udf.dsp (1.2), ib_util.dsp (1.3), instreg.dsp (1.2),
instsvc.dsp (1.2), intl.dsp (1.6), ipserver.dsp (1.3), isql.dsp
(1.5), lock.dsp (1.3), lock_classic.dsp (1.1), qli.dsp (1.1),
remote.dsp (1.4), remote_classic.dsp (1.1), utilities.dsp (1.3),
utilities_classic.dsp (1.1), wal.dsp (1.3), wal_classic.dsp (1.1):
1. Reorganized project files. 2. Added fb_lock_print and qli. 3.
Implemented classic and embedded servers. 4. Used new
configuration manager.
2002-11-06 15:35 eku
* firebird2/src/intl/ld.c (1.9):
Need to include "firebird.h" to get the autoconf values.
2002-11-06 15:09 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h (1.50):
Autoconfigured pipe name for wnet protocol.
2002-11-06 14:38 dimitr
* firebird2/: configure.in (1.67),
src/include/gen/autoconfig_msvc.h (1.49):
Corrected service name.
2002-11-06 14:03 dimitr
* firebird2/configure.in (1.66):
no message
2002-11-06 13:58 dimitr
* firebird2/: configure.in (1.65), builds/posix/prefix.mingw (1.1):
We're going to support win32 builds made with mingw.
2002-11-06 13:36 eku
* firebird2/: configure.in (1.64),
src/include/gen/autoconfig_msvc.h (1.48),
src/install/arch-specific/sinixz/postinstall.in (1.5):
Now you can specify the service name and port of the DB server via
configure
--with-service-name specify inet service name
(default=gds_db)
--with-service-port specify inet service port (default=3050)
So it's possible to run FB1 and FB2 together on the same machine.
2002-11-06 13:33 dimitr
* firebird2/src/: include/gen/autoconfig_msvc.h (1.47), intl/ld.c
(1.8):
Fixed MAXPATHLEN cleanup for win32.
2002-11-06 08:20 eku
* firebird2/src/include/gen/autoconfig_msvc.h (1.46):
Keep the order of the defines in sync with the tests in
configure.in.
2002-11-06 08:19 eku
* firebird2/src/intl/ld.h (1.12):
Do not redefine MAXPATHLEN. Always use the value supplied by the
operating system (header files).
2002-11-06 08:08 eku
* firebird2/src/: alice/alice.h (1.8), alice/exe.cpp (1.6),
intl/ld.c (1.7):
Do not redefine MAXPATHLEN. Always use the value supplied by the
operating system (header files).
2002-11-05 17:48 skywalker
* firebird2/: configure.in (1.63),
builds/posix/make.shared.variables (1.5),
src/install/classic/postinstall.sh.in (1.2),
src/install/classic/postuninstall.sh.in (1.2),
src/install/classic/preinstall.sh.in (1.2),
src/install/classic/preuninstall.sh.in (1.2):
Added config_root.cpp file for posix.
2002-11-05 14:48 kkuznetsov
* firebird2/src/include/gen/autoconfig_msvc.h (1.45):
Add check for crypt.h
2002-11-05 14:15 kkuznetsov
* firebird2/configure.in (1.62):
Add check for crypt.h
2002-11-05 14:14 kkuznetsov
* firebird2/builds/posix/prefix.solx86 (1.9):
My 'as' do not eat pipes
2002-11-05 02:51 nmcc
* firebird2/builds/posix/Makefile.in.firebird (1.13):
Add extern sub directory to make clean target.
2002-11-05 02:49 nmcc
* firebird2/builds/posix/: make.rules (1.9), prefix.darwin (1.4),
prefix.freebsd (1.2), prefix.linux (1.7), prefix.sinixz (1.9),
prefix.solx86 (1.8):
Move compiler/platform specific cflags from make.rules to
individual platform prefix files.
2002-11-05 02:42 nmcc
* firebird2/builds/posix/make.defaults (1.5):
Use readline/editline setting from configure in makefiles.
2002-11-05 02:39 nmcc
* firebird2/configure.in (1.61):
Add Solaris Sparc as valid target.
2002-11-05 02:36 nmcc
* firebird2/autogen.sh (1.5):
Do not issue warning when already been told not to run configure.
2002-11-04 17:37 tamlin
* firebird2/builds/win32/msvc6/README_MSVC6.txt (1.1):
no message
2002-11-04 17:35 tamlin
* firebird2/builds/win32/msvc6/isql.dsp (1.4):
Fix isql debug build line input
2002-11-04 14:57 eku
* firebird2/: configure.in (1.60), src/burp/canonical.cpp (1.9),
src/csv/csi.cpp (1.6), src/csv/csv.cpp (1.6), src/dudley/hsh.cpp
(1.5), src/include/gen/autoconfig_msvc.h (1.44):
More status vector cleanups (ISC_STATUS_LENGTH). Autoconf checks
for xdr_hyper.
2002-11-04 12:18 eku
* firebird2/src/: csv/csi.cpp (1.5), intl/dtest.c (1.4):
Arrays that hold filenames must be at least MAXPATHLEN long.
2002-11-04 10:03 eku
* firebird2/src/gpre/hsh.cpp (1.6):
Fixed compiler warning.
2002-11-04 09:07 eku
* firebird2/configure.in (1.59):
Fixed C&P error in help text.
2002-11-03 23:26 tamlin
* firebird2/src/gpre/: int.cpp (1.5), int_cxx.cpp (1.4):
Fixed gds__vtov to use native char type, and const correct.
2002-11-03 23:23 tamlin
* firebird2/src/gpre/c_cxx.cpp (1.8):
Fixed a warning pragma.
2002-11-03 23:22 tamlin
* firebird2/src/gpre/gpre_meta.epp (1.8):
Removed unused local variables
2002-11-03 17:29 dimitr
* firebird2/src/intl/: lc_latin1.c (1.5), ld.c (1.6), win1251_ua.h
(1.1):
New collate for WIN1251 charset.
2002-11-03 17:24 dimitr
* firebird2/src/common/config/: config.cpp (1.1), config.h (1.1),
config_file.cpp (1.1), config_file.h (1.1), config_impl.h (1.1):
New configuration manager.
2002-11-03 16:41 dimitr
* firebird2/builds/win32/msvc6/: fbclient.def (1.2),
fbclient_debug.def (1.2), gds32.def (1.4), gds32_debug.def (1.4),
ib_udf.def (1.3), ib_util.def (1.2):
Disallowed export by ordinals and some cleanup.
2002-11-02 18:25 skidder
* firebird2/configure.in (1.58):
Make engine compilable on systems that apply autoconf version
mentioned in AC_PREREQ like Mandrake 9.0
2002-11-01 14:21 kkuznetsov
* firebird2/: builds/posix/Makefile.in.boot.gpre (1.6),
builds/posix/prefix.solx86 (1.7), configure.in (1.57):
[no log message]
2002-11-01 09:53 dimitr
* firebird2/src/dsql/parse.y (1.31):
Cleanup.
2002-10-31 17:07 alexpeshkoff
* firebird2/builds/win32/msvc6/fbserver.dsp (1.10):
Minor bug while cleaning netware port
2002-10-31 14:08 dimitr
* firebird2/src/dsql/parse.y (1.30):
A bit more cleanup.
2002-10-31 13:22 dimitr
* firebird2/src/dsql/pass1.cpp (1.29):
Let's report real statement, not it's internal meaning.
2002-10-31 13:01 dimitr
* firebird2/src/dsql/pass1.cpp (1.28):
Disallowed Nickolay's SAVEPOINT feature for SPs/triggers.
2002-10-31 12:28 dimitr
* firebird2/src/dsql/parse.cpp (1.31):
Cleaned up to remove those damned line numbers.
2002-10-31 06:09 seanleyne
* firebird2/src/intl/ld.h (1.11):
Removed support for obsolete "MS_DOS" define
2002-10-31 06:05 seanleyne
* firebird2/src/: alice/alice.cpp (1.18), alice/exe.cpp (1.5),
burp/burp.cpp (1.14), burp/burp.h (1.11), burp/canonical.cpp (1.8),
csv/csi.h (1.5), csv/css.cpp (1.4), dudley/lex.cpp (1.7),
dudley/parse.cpp (1.9), gpre/gpre.cpp (1.12), gpre/gpre.h (1.15),
include/gen/autoconfig_msvc.h (1.43):
Removed support for obsolete "PC_PLATFORM" define
2002-10-30 15:49 kkuznetsov
* firebird2/configure.in (1.56):
Add search for SFIO library
2002-10-30 15:47 kkuznetsov
* firebird2/src/common/memory/memory_pool.cpp (1.13):
And link mmap_anon hear
2002-10-30 07:40 seanleyne
* firebird2/: builds/win32/msvc6/fbserver.dsp (1.9),
src/alice/alice.cpp (1.17), src/burp/burp.cpp (1.13),
src/burp/burp.h (1.10), src/burp/canonical.cpp (1.7),
src/burp/mvol.cpp (1.9), src/common/memory/memory_pool.cpp (1.12),
src/dsql/dsql.cpp (1.26), src/dsql/errd.cpp (1.10),
src/dsql/user_dsql.cpp (1.9), src/dsql/utld.cpp (1.7),
src/dudley/lex.cpp (1.6), src/include/gen/autoconfig_msvc.h (1.42),
src/intl/ld.h (1.10):
Removed obsolete "Netware" port
2002-10-30 06:04 seanleyne
* firebird2/builds/win32/msvc6/: fbclient.dsp (1.8), fbserver.dsp
(1.8), remote.dsp (1.3):
Removed support for obsolete IPX/SPX Protocol
2002-10-29 21:20 skidder
* firebird2/: configure.in (1.55), builds/posix/Makefile.in.codes
(1.2), builds/posix/Makefile.in.firebird (1.12), src/dsql/ddl.cpp
(1.22), src/dsql/dsql.cpp (1.25), src/dsql/dsql.h (1.6),
src/dsql/dsql.tab.h (1.7), src/dsql/gen.cpp (1.13),
src/dsql/keywords.cpp (1.9), src/dsql/node.h (1.14),
src/dsql/parse.cpp (1.30), src/dsql/parse.y (1.29),
src/dsql/pass1.cpp (1.27), src/dsql/pass1_proto.h (1.2),
src/include/gen/blrtable.h (1.5), src/include/gen/codes.h (1.7),
src/include/gen/codetext.h (1.4), src/include/gen/gds_codes.ftn
(1.3), src/include/gen/gds_codes.pas (1.3),
src/include/gen/iberror.h (1.4), src/include/gen/msgs.h (1.3),
src/include/gen/rdb_codes.h (1.4), src/include/gen/sql_code.h
(1.3):
Merging changes from skidder branch - explicit locks, savepoints,
build system changes
2002-10-29 17:31 tamlin
* firebird2/src/burp/: restore.epp (1.10), backup.epp (1.8),
burp.cpp (1.12), burp.h (1.9), burp_proto.h (1.2), mvol.cpp (1.8),
mvol_proto.h (1.2):
const correctness, 64-bit backup reporting (currently disabled by
macro TMN_THINKS_NS_SHOULD_FIX_THIS until msg DB is updated)
2002-10-29 17:28 tamlin
* firebird2/src/dudley/ddl.cpp (1.6):
removed unused locals
2002-10-29 04:37 seanleyne
* firebird2/src/gpre/: cob.cpp (1.10), gpre.h (1.14):
Code clean, removed obsolete "HP700" port
2002-10-29 04:31 seanleyne
* firebird2/src/: gpre/ftn.cpp (1.8), gpre/gpre.h (1.13),
include/gen/autoconfig_msvc.h (1.41):
Code cleanup, removed obsolete "SGI" port
2002-10-29 04:17 seanleyne
* firebird2/src/gpre/c_cxx.cpp (1.7):
Code cleanup, removed obsolete "DecOSF" port
2002-10-29 03:59 seanleyne
* firebird2/src/: dsql/errd.cpp (1.9), dsql/user_dsql.cpp (1.8),
include/gen/autoconfig_msvc.h (1.40):
Code cleanup, removed obsolete "MPEXL" port
2002-10-29 03:48 seanleyne
* firebird2/src/intl/langdrv.h (1.8):
Completed removal of obsolete "DG" port
2002-10-29 03:45 seanleyne
* firebird2/src/: gpre/cob.cpp (1.9), gpre/ftn.cpp (1.7),
gpre/gpre.h (1.12), include/gen/autoconfig_msvc.h (1.39):
Removed obsolete "DGUX" port
2002-10-28 16:34 alexpeshkoff
* firebird2/builds/win32/msvc6/fbserver.dsp (1.7):
Threads' priority scheduling in Win32 Added thd_priority.cpp to
project file
Inactive by default To bring to active state uncomment
//#define THREAD_PSCHED in thd_priority.h
2002-10-28 07:47 dimitr
* firebird2/builds/win32/msvc6/Firebird2.dsw (1.6):
Small correction.
2002-10-28 06:24 seanleyne
* firebird2/src/intl/langdrv.h (1.7):
Completed removal of "NeXT" port
2002-10-28 06:19 seanleyne
* firebird2/src/: alice/tdr.cpp (1.10), burp/canonical.cpp (1.6),
gpre/gpre.h (1.11), include/gen/autoconfig_msvc.h (1.38),
intl/langdrv.h (1.6), intl/ld.h (1.9):
Code Cleanup, removed obsolete "Ultrix" and "Ultrix/MIPS" ports
2002-10-28 05:57 seanleyne
* firebird2/src/: burp/misc.cpp (1.4), gpre/cob.cpp (1.8),
gpre/gpre.h (1.10), include/gen/autoconfig_msvc.h (1.37):
Code Cleanup, removed obsolete "UNIXWARE" port
2002-10-28 05:42 seanleyne
* firebird2/src/gpre/cob.cpp (1.7):
Completed removal of obsolete "DG_X86" port
2002-10-27 16:36 skidder
* firebird2/builds/posix/Makefile.in.codes (1.1):
file Makefile.in.codes was initially added on branch
B1_5_0_Alpha2-skidder.
2002-10-26 15:26 dimitr
* firebird2/doc/WhatsNew (1.11):
Added alpha 3 changes.
2002-10-26 10:32 dimitr
* firebird2/builds/win32/msvc6/: fbclient.dsp (1.7), fbserver.dsp
(1.6):
Corrected project files.
2002-10-25 10:29 dimitr
* firebird2/src/dsql/pass1.cpp (1.26):
Re-allowed plans in triggers.
2002-10-24 16:02 dimitr
* firebird2/builds/win32/msvc6/ib_udf.def (1.2):
no message
2002-10-24 14:01 tamlin
* firebird2/builds/win32/msvc6/gfix.dsp (1.3):
Make gfix compile in debug mode.
2002-10-24 11:01 eku
* firebird2/src/: alice/tdr.cpp (1.9), burp/backup.epp (1.7),
burp/burp.h (1.8), burp/canonical.cpp (1.5), burp/restore.epp
(1.9), csv/csi.cpp (1.4), csv/csi.h (1.4), csv/csu.cpp (1.4),
csv/csv.cpp (1.5), csv/print.cpp (1.3), dsql/metd.epp (1.12),
dsql/movd.cpp (1.4), dsql/preparse.cpp (1.7), dsql/user_dsql.cpp
(1.7), dudley/exe.epp (1.4), dudley/extract.epp (1.4),
dudley/lex.cpp (1.5), gpre/form.cpp (1.5), gpre/gpre_meta.epp
(1.7), gpre/gpre_meta_boot.cpp (1.7),
install/arch-specific/sinixz/prototype.in (1.7):
Code cleanup:
Since we already have the define ISC_STATUS_LENGTH for the the
length of the status vector, we should use it! Replaced
'status[20]' with 'status[ISC_STATUS_LENGTH]'.
Replaced the different symbolic names for the maximum length of a
path (MAX_PATH, MAX_PATH_LENGTH, MAXPATHLEN) with one uniq symbol
MAXPATHLEN.
2002-10-22 10:05 dimitr
* firebird2/src/burp/restore.epp (1.8):
Commited Ignacio's fix for uninitialized variables in burp.
2002-10-19 02:56 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.25):
AB: "cosmetic changes"
2002-10-19 02:49 arnobrinkman
* firebird2/src/dsql/make.cpp (1.12):
AB: "cosmetic changes"
2002-10-19 02:32 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.24):
AB: bug fixed with sub-select and group by clause and cosmetic
changes
2002-10-18 13:11 dimitr
* firebird2/builds/win32/msvc6/fbclient.dsp (1.6):
Added proper version information for the both client libraries.
2002-10-18 11:14 dimitr
* firebird2/builds/win32/msvc6/gpre.dsp (1.3):
Small correction.
2002-10-16 10:40 eku
* firebird2/src/dsql/preparse.cpp (1.6):
Eventually fixed redefinition of PAGESIZE.
2002-10-16 10:38 eku
* firebird2/: configure.in (1.54),
src/include/gen/autoconfig_msvc.h (1.36):
Autoconf: check for function getpagesize.
2002-10-14 11:21 eku
* firebird2/builds/posix/Makefile.in.refDatabases (1.8):
The file permissions must match the database attribute (read-only),
otherwise gpre will fail.
2002-10-12 12:03 dimitr
* firebird2/builds/win32/msvc6/: fbclient.dsp (1.5), gds32.dsp
(1.5):
Added proper version information for the both client libraries.
2002-10-12 06:59 stryqx
* firebird2/builds/posix/prefix.freebsd (1.1):
Add prefix.freebsd.
2002-10-12 06:16 stryqx
* firebird2/src/common/memory/memory_pool.cpp (1.11):
Add FreeBSD support. This allows me to compile CS on FreeBSD 4.7
using gcc 3.2.1.
2002-10-12 06:12 stryqx
* firebird2/src/extlib/fbudf/: fbudf.cpp (1.5), fbudf.h (1.2),
fbudf.sql (1.2):
Rename truncate to fbtruncate to avoid conflict with standard C/C++
library.
2002-10-11 23:41 skywalker
* firebird2/builds/posix/Makefile.in.refDatabases (1.7):
Changed restore of isc4.gdb to not have read_only option
2002-10-10 21:32 eku
* firebird2/builds/posix/Makefile.in.embed.qli (1.5):
Fixed compilation of qli.
2002-10-10 14:52 dimitr
* firebird2/src/dsql/preparse.cpp (1.5):
Commented out because MSVC doesn't understand such a preprocessor
directive.
2002-10-10 08:48 eku
* firebird2/configure.in (1.53):
Compilation of the editline library depends on configure switches.
2002-10-10 08:47 eku
* firebird2/builds/posix/Makefile.in.firebird (1.11):
Compilation of the editline library depends on configure switches.
Added qli to the CS targets (needed by TCS).
2002-10-09 14:32 skidder
* firebird2/doc/WhatsNew (1.10):
Added my unmentioned change
2002-10-09 13:28 skidder
* firebird2/src/extern/editline/Makefile (1.2):
Fixed to make posix build work
2002-10-08 11:42 eku
* firebird2/builds/posix/prefix.sinixz (1.8):
Updated settings with SINIX-2000 environment
2002-10-08 07:12 eku
* firebird2/src/dsql/preparse.cpp (1.4):
Added warning. One needs to rename PAGESIZE to something different.
It's already defined in 'sys/param.h'.
2002-10-07 03:29 skywalker
* firebird2/: configure.in (1.52),
builds/posix/Makefile.in.boot.gpre (1.5),
builds/posix/Makefile.in.client.gbak (1.4),
builds/posix/Makefile.in.client.gdef (1.4),
builds/posix/Makefile.in.client.gfix (1.4),
builds/posix/Makefile.in.client.gpre (1.4),
builds/posix/Makefile.in.client.isql (1.4),
builds/posix/Makefile.in.client.util (1.4),
builds/posix/Makefile.in.embed.gbak (1.4),
builds/posix/Makefile.in.embed.gdef (1.4),
builds/posix/Makefile.in.embed.gfix (1.4),
builds/posix/Makefile.in.embed.gpre (1.4),
builds/posix/Makefile.in.embed.isql (1.4),
builds/posix/Makefile.in.embed.lockmgr (1.3),
builds/posix/Makefile.in.embed.qli (1.4),
builds/posix/Makefile.in.embed.util (1.4),
builds/posix/Makefile.in.extlib (1.4),
builds/posix/Makefile.in.fbserver (1.4),
builds/posix/Makefile.in.fbutil (1.4),
builds/posix/Makefile.in.firebird (1.10),
builds/posix/Makefile.in.inet_server (1.4),
builds/posix/Makefile.in.install (1.4),
builds/posix/Makefile.in.intl (1.5),
builds/posix/Makefile.in.libfbclient (1.4),
builds/posix/Makefile.in.libfbcommon (1.3),
builds/posix/Makefile.in.libfbembed (1.4),
builds/posix/Makefile.in.libfbserver (1.3),
builds/posix/Makefile.in.libfbstatic (1.4),
builds/posix/Makefile.in.msgs (1.6),
builds/posix/Makefile.in.refDatabases (1.6),
builds/posix/Makefile.in.static.gbak (1.3),
builds/posix/Makefile.in.static.gpre (1.5),
builds/posix/Makefile.in.static.isql (1.4),
builds/posix/Makefile.in.v5_examples (1.4),
builds/posix/make.defaults (1.4), builds/posix/make.rules (1.8),
builds/posix/make.shared.targets (1.1),
builds/posix/make.shared.variables (1.4), src/dsql/parse.cpp
(1.29), src/extern/editline/MANIFEST (1.1),
src/extern/editline/Make.os9 (1.1), src/extern/editline/Makefile
(1.1), src/extern/editline/README (1.1),
src/extern/editline/complete.c (1.1),
src/extern/editline/editline.3 (1.1),
src/extern/editline/editline.c (1.1),
src/extern/editline/editline.h (1.1), src/extern/editline/os9.h
(1.1), src/extern/editline/sysos9.c (1.1),
src/extern/editline/sysunix.c (1.1), src/extern/editline/testit.c
(1.1), src/extern/editline/unix.h (1.1), src/include/editline.h
(1.1), src/include/gen/autoconfig_msvc.h (1.35):
A few makefile dependancies fixed. Started work on upgrading rpm
build scripts Fix makefiles for super build Exchange editline for
readline in isql
2002-10-06 15:33 dimitr
* firebird2/doc/WhatsNew (1.9):
Alpha 2 changes.
2002-10-06 12:59 dimitr
* firebird2/builds/win32/msvc6/fbserver.dsp (1.5):
no message
2002-10-06 12:55 dimitr
* firebird2/builds/win32/msvc6/isql.dsp (1.3):
Statically link isql with the runtime libraries.
2002-10-06 12:51 dimitr
* firebird2/src/dsql/ddl.cpp (1.21):
BLOB subtypes are no longer ignored in views (expression fields
only).
2002-10-04 23:57 skidder
* firebird2/builds/posix/: make.shared.variables (1.3),
prefix.darwin (1.3), prefix.linux (1.6), prefix.sinixz (1.7),
prefix.solx86 (1.6):
Little garbage cleanup. Shouldn't break anything
2002-10-04 19:53 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.23):
AB: Fixed bug with alias and GROUP BY clause
2002-10-02 16:31 dimitr
* firebird2/doc/WhatsNew (1.8):
Updated.
2002-10-02 15:24 dimitr
* firebird2/src/dsql/: parse.cpp (1.28), parse.y (1.28):
Hide ALTER VIEW functionality until it works good.
2002-10-02 15:24 dimitr
* firebird2/src/dsql/ddl.cpp (1.20):
Made it in-sync with the FB1 tree.
2002-10-02 14:43 eku
* firebird2/: builds/posix/Makefile.in.firebird (1.9),
src/install/arch-specific/sinixz/prototype.in (1.6):
Build and distribute 'gdef'.
2002-10-02 11:40 eku
* firebird2/src/intl/ld.h (1.8):
Fixed compiler warning 'No newline at end of file'.
2002-10-01 14:03 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h (1.34):
Fixed wrong alignment of double for i386.
2002-10-01 12:38 eku
* firebird2/configure.in (1.51):
Autoconf: the usage of the readline library can be turned off with
'--without-readline'.
2002-10-01 09:56 dimitr
* firebird2/doc/WhatsNew (1.7):
no message
2002-10-01 07:47 eku
* firebird2/: configure.in (1.50),
src/include/gen/autoconfig_msvc.h (1.33),
src/install/arch-specific/sinixz/prototype.in (1.5):
Merged the support for databases on raw devices from FB1 into FB2.
Added switch '--enable-raw-devices' to configure to enable this
feature (default=off). Currently only supported on UNIX platforms.
2002-10-01 02:34 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.22):
AB: Fix error-message bug with aggregate only in sub-select
2002-09-30 22:32 dimitr
* firebird2/doc/WhatsNew (1.6):
Oops.
2002-09-30 22:25 dimitr
* firebird2/doc/: WhatsNew (1.4), WhatsNew (1.5):
Mentioned the invisible work that's done by our heroes ;-) Most of
these things cannot be seen by our users but its importance cannot
be overstressed.
2002-09-30 22:22 dimitr
* firebird2/doc/WhatsNew (1.3):
Mentioned the invisible work that's done by our heroes ;-) Most of
these things cannot be seen by our users but its importance cannot
be overstressed.
2002-09-30 21:13 dimitr
* firebird2/doc/WhatsNew (1.2):
Removed unfinished stuff and added credits.
2002-09-30 17:18 dimitr
* firebird2/doc/WhatsNew (1.1):
Added new file which describes all changes that are visible for
end-users.
2002-09-30 09:41 eku
* firebird2/src/intl/langdrv.h (1.5):
Avoid compiler warning 'No newline at end of file'.
2002-09-29 01:52 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.21):
AB: Adding better error-handeling and support for subqueries with
group_by clause
2002-09-28 22:56 skidder
* firebird2/builds/posix/make.shared.variables (1.2):
Make it build on posix again
2002-09-28 16:08 dimitr
* firebird2/builds/win32/msvc6/: dsql_server.dsp (1.4),
fbserver.dsp (1.4):
Added new files to the projects.
2002-09-28 16:03 dimitr
* firebird2/src/dsql/: dsql.cpp (1.24), dsql.tab.h (1.6), gen.cpp
(1.12), keywords.cpp (1.8), make.cpp (1.11), misc_func.cpp (1.1),
misc_func.h (1.1), node.h (1.13), parse.cpp (1.27), parse.y (1.27),
pass1.cpp (1.20):
1. Reworked internal_info implementation in both DSQL and JRD. New
helper class created to serve it properly. 2. Added exception
re-raise semantics. Syntax: EXCEPTION; If there was handled
exception, re-initiate it, otherwise evaluate to no-op. 3.
Implemented run-time exception messages. Syntax: EXCEPTION
<exception_name> [<value>]; If <value> is specified, evaluate it
and use instead of RDB$EXCEPTION_MESSAGE. 4. Added new SQLCODE and
GDSCODE system variables. Available in procedures/triggers only.
If there wasn't any exception raised, return zero (success),
otherwise return an error code. 5. Implemented ROWS_AFFECTED
system variable. Available in procedures/triggers only. Count
rows affected by the last INSERT/UPDATE/DELETE statement. For any
other statement, result is always zero.
2002-09-27 17:21 alexpeshkoff
* firebird2/builds/win32/msvc6/alice.dsp (1.3):
Missed DEV_BUILD in Debug configuration
2002-09-27 15:12 kkuznetsov
* firebird2/src/include/firebird.h (1.4):
[no log message]
2002-09-27 11:05 eku
* firebird2/src/dsql/dsql.h (1.5):
Fixed compiler warning about redefinition of 'assert'.
2002-09-27 02:20 bellardo
* firebird2/src/burp/burp.cpp (1.11):
renamed header files jrd/math.h and jrd/time.h to jrd/jrd_math.h
and jrd/jrd_time.h.
2002-09-26 15:32 kkuznetsov
* firebird2/builds/posix/prefix.solx86 (1.5):
[no log message]
2002-09-26 11:53 kkuznetsov
* firebird2/builds/posix/prefix.solx86 (1.4):
[no log message]
2002-09-25 19:12 skidder
* firebird2/src/: alice/alice_meta.epp (1.6), alice/all.cpp (1.6),
alice/tdr.cpp (1.8), common/memory/allocators.cpp (1.8),
common/memory/allocators.h (1.7), common/memory/memory_pool.h
(1.6), dsql/alld.cpp (1.7), dsql/ddl.cpp (1.19), dsql/dsql.cpp
(1.23), dsql/gen.cpp (1.11), dsql/make.cpp (1.10), dsql/metd.epp
(1.11), dsql/parse.cpp (1.26), dsql/parse.y (1.26), dsql/pass1.cpp
(1.19), include/fb_blk.h (1.4):
Changed engine to store source file name/line number information
for EVERY allocation when DEBUG_GDS_ALLOC is defined. All
allocation should be done using FB_NEW or FB_NEW_RPT macros instead
of keyword new since now
2002-09-25 15:08 eku
* firebird2/src/burp/burp.h (1.7):
Fixed compiler warnings.
2002-09-25 13:20 kkuznetsov
* firebird2/builds/posix/: make.rules (1.7), prefix.solx86 (1.3):
[no log message]
2002-09-25 13:12 kkuznetsov
* firebird2/src/common/memory/memory_pool.cpp (1.10):
fixed some compile errors
2002-09-24 16:17 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h (1.32):
DEBUG_GDS_ALLOC macro is now defined by autoconf.
2002-09-24 15:01 eku
* firebird2/builds/posix/: Makefile.in.boot.gpre (1.4),
Makefile.in.client.gbak (1.3), Makefile.in.client.gdef (1.3),
Makefile.in.client.gfix (1.3), Makefile.in.client.gpre (1.3),
Makefile.in.client.isql (1.3), Makefile.in.client.util (1.3),
Makefile.in.embed.gbak (1.3), Makefile.in.embed.gdef (1.3),
Makefile.in.embed.gfix (1.3), Makefile.in.embed.gpre (1.3),
Makefile.in.embed.isql (1.3), Makefile.in.embed.qli (1.3),
Makefile.in.embed.util (1.3), Makefile.in.example5 (1.3),
Makefile.in.extlib (1.3), Makefile.in.fbserver (1.3),
Makefile.in.inet_server (1.3), Makefile.in.intl (1.4),
Makefile.in.jrd (1.3), Makefile.in.libfbclient (1.3),
Makefile.in.libfbembed (1.3), Makefile.in.msgs (1.5),
Makefile.in.static.gpre (1.4), Makefile.in.static.isql (1.3),
make.defaults (1.3), make.rules (1.6):
Call linker with $(LD) (and not $(CC) to link C++ programs. Don't
hard-code linker path (rpath option).
2002-09-24 14:59 eku
* firebird2/builds/posix/prefix.sinixz (1.6):
Activate memory debugging and a few more compiler warnings.
2002-09-24 14:58 eku
* firebird2/src/install/arch-specific/sinixz/: postinstall.in
(1.4), prototype.in (1.4):
Fixed installation issues.
2002-09-24 14:57 eku
* firebird2/src/: alice/alice.cpp (1.16), burp/burp.cpp (1.10),
common/memory/memory_pool.cpp (1.9), gpre/c_cxx.cpp (1.6),
gpre/cmp.cpp (1.6), gpre/cob.cpp (1.6), gpre/int.cpp (1.4):
Removed compiler warnings. Fixed more SIG_FPTR issues. Use GNU C to
check format strings against arguments.
2002-09-23 20:02 skidder
* firebird2/src/common/memory/: allocators.cpp (1.7), allocators.h
(1.6):
Added FB_NEW macro
2002-09-23 17:08 skidder
* firebird2/src/common/memory/allocators.cpp (1.6):
gds__alloc_debug stores line number information in the memory pool
2002-09-23 09:49 eku
* firebird2/configure.in (1.49):
Fixed syntax error introduced with previous check-in.
2002-09-22 22:41 skidder
* firebird2/: builds/posix/prefix.linux (1.5),
src/common/memory/memory_pool.cpp (1.8),
src/common/memory/memory_pool.h (1.5):
Added file name/line number information to debug memory manager.
Dumps memory state to memdebug.log on exit
2002-09-21 11:53 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h (1.31):
We definitely don't need extra tons of warnings regarding
unrecognized preprocessor directive.
2002-09-20 22:59 bellardo
* firebird2/builds/mac_os_x/CS/CS.pbproj/: bellardo.pbxuser (1.2),
john.pbxuser (1.2):
Removed two personal IDE settings files that should have never been
committed.
2002-09-20 21:01 skidder
* firebird2/src/install/classic/install.sh.in (1.3):
Fixed to make install work after interbase.msg->firebird.msg change
2002-09-20 20:58 skidder
* firebird2/configure.in (1.48):
Fixed to make build work w/o config file
2002-09-20 12:23 eku
* firebird2/: builds/posix/Makefile.in.firebird (1.8),
builds/posix/Makefile.in.msgs (1.4), builds/posix/make.defaults
(1.2), builds/posix/prefix.sinixz (1.5),
src/install/arch-specific/sinixz/prototype.in (1.3):
Fixed the naming of some files: interbase.msg => firebird.msg
interbase.log => firebird.log
SINIX-Z: don't distribute build programms
2002-09-20 12:07 dimitr
* firebird2/builds/win32/msvc6/: fbclient.dsp (1.4), fbserver.dsp
(1.3):
Get rid of unnecessary files.
2002-09-20 10:31 eku
* firebird2/src/install/arch-specific/sinixz/postinstall.in (1.3):
Fixed typo.
2002-09-20 10:28 eku
* firebird2/configure.in (1.47):
Do not hard-code the value of ISC_PREFIX, but set it to
installation prefix (--prefix option).
2002-09-19 17:25 skidder
* firebird2/builds/posix/: Makefile.in.boot.gpre (1.3),
Makefile.in.client.gbak (1.2), Makefile.in.client.gdef (1.2),
Makefile.in.client.gfix (1.2), Makefile.in.client.gpre (1.2),
Makefile.in.client.isql (1.2), Makefile.in.client.util (1.2),
Makefile.in.embed.gbak (1.2), Makefile.in.embed.gdef (1.2),
Makefile.in.embed.gfix (1.2), Makefile.in.embed.gpre (1.2),
Makefile.in.embed.isql (1.2), Makefile.in.embed.lockmgr (1.2),
Makefile.in.embed.qli (1.2), Makefile.in.embed.util (1.2),
Makefile.in.example5 (1.2), Makefile.in.extlib (1.2),
Makefile.in.fbserver (1.2), Makefile.in.fbutil (1.3),
Makefile.in.firebird (1.7), Makefile.in.gpre (1.2),
Makefile.in.inet_server (1.2), Makefile.in.install (1.3),
Makefile.in.intl (1.3), Makefile.in.jrd (1.2),
Makefile.in.libfbclient (1.2), Makefile.in.libfbcommon (1.2),
Makefile.in.libfbembed (1.2), Makefile.in.libfbserver (1.2),
Makefile.in.libfbstatic (1.3), Makefile.in.msgs (1.3),
Makefile.in.refDatabases (1.5), Makefile.in.static.gbak (1.2),
Makefile.in.static.gpre (1.3), Makefile.in.static.isql (1.2),
Makefile.in.v5_examples (1.3), make.rules (1.5), prefix.linux
(1.4), prefix.sinixz (1.4):
Fix build engine to make PROD_BUILD compile
2002-09-19 17:22 skidder
* firebird2/src/install/super/: SSTarInstall.sh (1.2), SSinstall.sh
(1.2), SSpostinstall.sh (1.2), SSpostuninstall.sh (1.2),
SSpreinstall.sh (1.2), SSpreuninstall.sh (1.2), SSrpmfiles.txt
(1.2), SSrpmheader.txt (1.2), install.sh.in (1.1),
postinstall.sh.in (1.1), postuninstall.sh.in (1.1),
preinstall.sh.in (1.1), preuninstall.sh.in (1.1), rpmfiles.txt.in
(1.1), rpmheader.txt.in (1.1), tarInstall.sh.in (1.1):
Fix build engine to make PROD_BUILD compile
2002-09-19 12:51 eku
* firebird2/: configure.in (1.46),
src/include/gen/autoconfig_msvc.h (1.30):
Autoconf: o check for the function initgroups (replaces
NOINITGROUPS define) o the define INTL (common.h) has been
removed, since it is only set but not used anywhere
2002-09-19 11:35 eku
* firebird2/src/install/arch-specific/sinixz/postinstall.in (1.2):
gds_inet_server is now called fb_inet_server
2002-09-18 14:50 eku
* firebird2/: configure.in (1.45), src/burp/mvol.cpp (1.7),
src/burp/spit.cpp (1.5), src/extlib/ib_udf.c (1.3),
src/extlib/fbudf/stdafx.h (1.4), src/include/gen/autoconfig_msvc.h
(1.29):
Autoconf cleanup: o use predefined macros to test for sys/wait.h,
time.h and sys/time.h o search strcasecmp in libresolv only if
strcasecmp and stricmp are not in libc o use predefined macro
AC_SYS_LARGEFILE to determine 64Bit I/O o determine the alignment
of long and double (ALIGNMENT,DOUBLE_ALIGN), still need to write
a test for FB_ALIGN!
2002-09-17 07:58 eku
* firebird2/: configure.in (1.44), src/burp/canonical.cpp (1.4),
src/dsql/dsql.cpp (1.22), src/include/gen/autoconfig_msvc.h (1.28),
src/install/arch-specific/sinixz/prototype.in (1.2):
Autoconf cleanup: o since the define 'VAX' was only used to tell
that the byte order is LITTLE_ENDIAN (it have nothing else to do
with the VAX computer family) it can safely replaced with
'!WORDS_BIGENDIAN'. o check if pointers are 64 bit o replaced
HAS_64BIT_POINTERS with 'SIZEOF_VOID_P == 8'
2002-09-16 18:30 skidder
* firebird2/builds/posix/prefix.linux (1.3):
Roll back my previos DDL optimization changes. Add index RDB(RDB)
instead. Testing revealed that it works faster
2002-09-13 09:15 eku
* firebird2/src/install/arch-specific/sinixz/Makefile.in (1.2):
SINIX-Z: changed location of the produced package
2002-09-13 09:14 eku
* firebird2/builds/posix/prefix.sinixz (1.3):
SINIX-Z: turn on compiler warnings only in debug builds
2002-09-12 21:51 skidder
* firebird2/src/dsql/: ddl.cpp (1.17), ddl.cpp (1.18):
Fixed cached metadata error which caused many DDL/DML statements to
fail
2002-09-11 21:34 skidder
* firebird2/src/common/memory/memory_pool.cpp (1.7):
resoled some linux build issues, warnings
2002-09-11 13:30 eku
* firebird2/: autogen.sh (1.4), configure.in (1.43),
src/alice/alice.cpp (1.15), src/burp/burp.cpp (1.9),
src/include/fb_types.h (1.8), src/include/gen/autoconfig_msvc.h
(1.27):
Autoconf enhancements: o autoconf v2.53 and later is now required
to generate configure (sorry, but it makes many tasks easier) o
improved tests for mmap, socklen_t and offt_64 o added tests for
atexit, on_exit, (v)fork, set(p)grp, setpgid and flock o added
test for the keyword 'volatile' o fixed errors in configure.in o
updated config.h.in and autoconfig_msvc.h (the latter may be
incorrect) o replaced VOLATILE by volatile o removed SETPGRP and
ATEXIT o replaced NO_FLOCK by HAVE_FLOCK o SIG_FPTR cleanup o
vfork cleanup
2002-09-11 09:49 eku
* firebird2/builds/posix/prefix.sinixz (1.2):
New version.
2002-09-10 20:38 skidder
* firebird2/src/fbutil/FirebirdConfigFile.cpp (1.7):
Fix compiler warning
2002-09-10 20:33 skidder
* firebird2/: src/intl/ld.c (1.5), builds/posix/Makefile.in.intl
(1.2):
Make INTL work on Linux
2002-09-10 20:31 skidder
* firebird2/src/install/: classic/install.sh.in (1.2),
misc/firebird.xinetd (1.3), misc/firebird.xinetd.in (1.2):
Make make install work
2002-09-10 20:30 skidder
* firebird2/src/gpre/gpre_meta.epp (1.6):
Optimize it a little
2002-09-10 20:28 skidder
* firebird2/src/dsql/: dsql.tab.h (1.5), gen.cpp (1.10),
keywords.cpp (1.7), node.h (1.12), parse.cpp (1.25), parse.y
(1.25), pass1.cpp (1.18):
added nulls first/last syntax support
2002-09-10 20:26 skidder
* firebird2/src/dsql/metd.epp (1.10):
Optimize it a little
2002-09-10 20:24 skidder
* firebird2/src/common/memory/memory_pool.cpp (1.6):
Fix compiler warning
2002-09-10 20:22 skidder
* firebird2/builds/posix/: Makefile.in.firebird (1.6),
Makefile.in.v5_examples (1.2):
Makefile for examples is broken. Do not compile it
2002-09-10 10:07 dimitr
* firebird2/src/: dsql/metd.epp (1.9), gpre/gpre_meta.epp (1.5):
Fixed error in GDML statement.
2002-09-10 09:56 eku
* firebird2/configure.in (1.42):
Fixed problems with '--with-lock-manager'.
2002-09-10 08:08 eku
* firebird2/builds/posix/: make.rules (1.4), prefix.darwin (1.2),
prefix.linux (1.2), prefix.solx86 (1.2):
Control build type (production/development) by configure
(--enable-debug).
2002-09-09 07:51 eku
* firebird2/builds/posix/Makefile.in.fbutil (1.2):
Always use '$(MAKE)' instead of 'make' to call make, because it
could have been redefined.
2002-09-09 07:48 eku
* firebird2/builds/posix/Makefile.in.firebird (1.5):
Fixed C&P error that prevented ISQL from beeing compiled.
2002-09-06 10:45 eku
* firebird2/src/install/arch-specific/sinixz/: Makefile.in (1.1),
pkginfo.in (1.1), postinstall.in (1.1), postremove.in (1.1),
preinstall.in (1.1), prototype.in (1.1):
SINIX-Z package files
2002-09-06 09:51 dimitr
* firebird2/src/dsql/: ddl.cpp (1.16), parse.cpp (1.24), parse.y
(1.24):
More complete implementation of the INDEX subclause of a constraint
declaration.
2002-09-06 09:13 eku
* firebird2/configure.in (1.41):
SINIX-Z packaging
2002-09-05 13:48 dimitr
* firebird2/src/dsql/ddl.cpp (1.15):
Fixed bug with wrong RDB$SYSTEM_FLAG values for the relation
constraint triggers.
2002-09-04 14:09 dimitr
* firebird2/src/dsql/: ddl.cpp (1.14), dsql.tab.h (1.4),
keywords.cpp (1.6), node.h (1.11), parse.cpp (1.23), parse.y
(1.23):
Changed syntax of the INDEX subclause of a constraint declaration,
now it looks as: [USING [ASC[ENDING] | DESC[ENDING]] INDEX index]
2002-09-04 12:22 dimitr
* firebird2/builds/win32/msvc6/intl.dsp (1.5):
Renamed gdsintl.dll to fbintl.dll.
2002-09-03 19:31 dimitr
* firebird2/builds/win32/msvc6/: ib_udf.def (1.1), ib_udf.dsp
(1.1):
Added ib_udf project.
2002-09-03 19:29 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h (1.26):
Minor build changes in the UDF libraries.
2002-09-03 19:25 dimitr
* firebird2/builds/win32/msvc6/Firebird2.dsw (1.5):
Added ib_udf project.
2002-09-03 19:23 dimitr
* firebird2/src/extlib/: fbudf/fbudf.cpp (1.4), fbudf/stdafx.h
(1.3), ib_udf.h (1.2):
Minor build changes in the UDF libraries.
2002-09-03 15:35 eku
* firebird2/builds/posix/Makefile.in.refDatabases (1.4):
Fixed more make problems. Why do we touch the result here???
2002-09-03 15:25 eku
* firebird2/configure.in (1.40):
Added the new configure option '--with-lock-manager' that controlls
the build of the manager binary. This option is only valid for CS
architecture. Replaced '#' with the correct M4 macro for comments
'dnl'.
2002-09-03 15:24 eku
* firebird2/: builds/posix/Makefile.in.firebird (1.4),
src/include/gen/autoconfig_msvc.h (1.25):
Added the new configure option '--with-lock-manager' that controlls
the build of the manager binary. This option is only valid for CS
architecture.
2002-09-01 17:49 dimitr
* firebird2/src/dsql/parse.y (1.22):
- allowed user-defined index names for PK/FK/UK constraints - fixed
ugly hardcoded name checks for primary/foreign keys - implemented
RECREATE VIEW statement
2002-09-01 17:44 dimitr
* firebird2/src/: dsql/ddl.cpp (1.13), dsql/dsql.cpp (1.21),
dsql/metd.epp (1.8), dsql/node.h (1.10), dsql/parse.cpp (1.22),
dsql/parse.y (1.21), dsql/pass1.cpp (1.17), gpre/gpre_meta.epp
(1.4):
- allowed user-defined index names for PK/FK/UK constraints - fixed
ugly hardcoded name checks for primary/foreign keys - implemented
RECREATE VIEW statement
2002-08-31 11:25 fsg
* firebird2/builds/posix/: Makefile.in.example5 (1.1),
Makefile.in.firebird (1.3), Makefile.in.refDatabases (1.3):
Some minor fixes to get it compiled under linux again, some of them
submitted by Nickolay Samofatov
2002-08-28 11:20 dimitr
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.4), fbclient.dsp
(1.3), gdef.dsp (1.1), instreg.dsp (1.1), instsvc.dsp (1.1):
Added new projects to the workspace: - gdef.exe - instreg.exe
- instsvc.exe
2002-08-28 11:05 eku
* firebird2/builds/posix/Makefile.in.install (1.2):
make.XXX files are now under $ROOT/gen and not $ROOT/src.
2002-08-28 10:02 eku
* firebird2/configure.in (1.39):
Another C&P error.
2002-08-28 09:51 eku
* firebird2/configure.in (1.38):
Fixed C&P error.
2002-08-28 09:11 eku
* firebird2/src/extlib/fbudf/stdafx.h (1.2):
Needs include file common.h to compile.
2002-08-28 09:03 eku
* firebird2/configure.in (1.37):
Check which network libraries (socket, nsl, resolv) are needed.
configure will set the variable LIBS to the correct value. Setting
this in prefix.XXX should no longer be neccessary. If it doesn't
work for you, please extend the tests in configure.in, rather than
defining this in prefix.your_system.
Another autoconf cleanup: o check for the existence of the
function strcasecmp and stricmp o replaced STRICMP
2002-08-28 08:50 eku
* firebird2/src/include/gen/autoconfig_msvc.h (1.24):
Another autoconf cleanup: o check for the existence of the
function strcasecmp and stricmp o replaced STRICMP
2002-08-28 08:12 dimitr
* firebird2/builds/win32/msvc6/fbclient.dsp (1.2):
Cleaned up fbclient.dll contents.
2002-08-27 13:47 dimitr
* firebird2/src/include/fb_types.h (1.7):
Moved SIG_FPTR type declaration from fb_types.h to common.h. Hence
we've got the codebase compiled on win32 again, and it shouldn't
break other builds, IMHO.
2002-08-27 13:01 dimitr
* firebird2/builds/win32/msvc6/intl.dsp (1.4):
Small correction.
2002-08-27 09:48 dimitr
* firebird2/src/dsql/: ddl.cpp (1.12), dsql.cpp (1.20), node.h
(1.9), parse.cpp (1.21), parse.y (1.20), pass1.cpp (1.16):
Implemented CREATE OR ALTER statement for
procedures/triggers/views.
2002-08-26 21:40 arnobrinkman
* firebird2/src/dsql/pass1.cpp (1.15):
Added code in pass1_simple_case for handeling parameters in
case_operand together with when_operands. The method used to get
the derciber for parameters is taken from MAKE_desc_from_list in
make.cpp Example : SELECT CASE FieldA WHEN :param1 THEN 1 WHEN 2
THEN 2 ELSE NULL END FROM TableA Note : At least one "know
describer" must be in the list else no describer could be guested
(logic but...) !
2002-08-26 15:50 dimitr
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.3), fbclient.def
(1.1), fbclient.dsp (1.1), fbclient_debug.def (1.1), gds32.def
(1.3), gds32.dsp (1.4), gds32_debug.def (1.3):
Renamed the win32 client library.
2002-08-26 14:18 eku
* firebird2/src/burp/mvol.cpp (1.6):
Added / replaced ifdef's around unistd.h with the define
HAVE_UNISTD_H generated by autoconf.
2002-08-26 14:13 eku
* firebird2/src/include/fb_types.h (1.6):
Moved the (multiple) definition of SIG_FPTR to fb_types.h.
2002-08-26 13:59 eku
* firebird2/: configure.in (1.36),
src/include/gen/autoconfig_msvc.h (1.23):
Another autoconf cleanup: o check for the existence of the
function mmap o replaced MMAP_SUPPORTED by HAVE_MMAP
2002-08-24 12:53 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h (1.22):
Corrected MSVC related autoconf stuff.
2002-08-22 13:30 eku
* firebird2/: configure.in (1.35),
src/include/gen/autoconfig_msvc.h (1.21):
Check for the existence of the function snprintf. Added a
work-around for systems like SINIX-Z, that do not have snprintf. We
really need a plug-in replacement for those systems.
2002-08-22 12:48 eku
* firebird2/: configure.in (1.34),
src/include/gen/autoconfig_msvc.h (1.20):
Another autoconf cleanup: o check for the existence of the
function sigaction o replaced SIGACTION_SUPPORTED with
HAVE_SIGACTION
2002-08-22 11:07 eku
* firebird2/configure.in (1.33):
Unset a cached variable before rerunning a test.
2002-08-22 10:20 dimitr
* firebird2/src/csv/: csi.cpp (1.3), csi.h (1.3), css.cpp (1.3),
css_proto.h (1.2), csv.cpp (1.4):
Get rid of the legacy GATEWAY (vms/oracle) implementation.
2002-08-22 09:56 eku
* firebird2/configure.in (1.32):
Major cleanup of the autoconf stuff:
o changed the order of the tests, because some tests rely on the
result
of others
o removed test for CONST as suggested by Dmitry Yemanov
o added test for 64 bit I/O support
o added SINIX-Z specific cases
2002-08-16 15:34 eku
* firebird2/configure.in (1.31):
Fixed error with last check-in.
2002-08-14 15:43 eku
* firebird2/configure.in (1.30):
Check for return type of function 'signal'.
2002-08-14 15:10 eku
* firebird2/configure.in (1.29):
Set default values for configureable options.
2002-08-14 14:27 eku
* firebird2/: configure.in (1.28),
src/include/gen/autoconfig_msvc.h (1.19):
Minor 'dirname' cleanup:
o check for the availability in configure
o removed the ugly test in flu.cpp
o synchronised config.h.in and MSVC pendant
NOTE: If you have problems on your system, don't change the source.
Extend the tests in configure.in!!!
2002-08-14 14:15 eku
* firebird2/configure.in (1.27):
Fixed some typos.
2002-08-14 14:13 eku
* firebird2/configure.in (1.26):
Architecture and production type are now a command line switch to
configure. See 'configure --help' for details.
2002-08-14 13:44 eku
* firebird2/: configure.in (1.25),
src/include/gen/autoconfig_msvc.h (1.18):
Huge 'times' cleanup:
o check for the availability in configure
o removed the define NO_TIMES
o synchronised config.h.in and MSVC pendant
NOTE: If you have problems on your system, don't change the source.
Extend the tests in configure.in!!!
2002-08-14 13:13 eku
* firebird2/: autogen.sh (1.3), configure.in (1.24),
src/extlib/fbudf/fbudf.cpp (1.3), src/include/gen/autoconfig_msvc.h
(1.17):
Huge 'gettimeofday' cleanup:
o check for the availability in configure
o check for the number of arguments in configure
o synchronised config.h.in and MSVC pendant
NOTE: If you have problems on your system, don't change the source.
Extend the tests in configure.in!!!
2002-08-14 07:45 eku
* firebird2/configure (1.21):
Use autogen.sh to generate configure from configure.in on your
machine.
2002-08-14 07:44 eku
* firebird2/autogen.sh (1.2):
Small type in the CVS placeholder.
2002-08-14 07:43 eku
* firebird2/autogen.sh (1.1):
autogen.sh replaces configure in CVS. Run autogen.sh create all the
initial files (configure etc.).
2002-08-13 14:12 eku
* firebird2/configure (1.20):
Updated configure from configure.in.
2002-08-13 12:02 eku
* firebird2/builds/posix/make.rules (1.3):
Do not define '-m468' in platform-independent rules.
2002-08-13 09:40 dimitr
* firebird2/src/dsql/metd.epp (1.7):
Now UDFs work again.
2002-08-12 07:34 dimitr
* firebird2/builds/win32/msvc6/fbserver.dsp (1.2):
Just a small correction for the generated headers.
2002-08-11 10:04 dimitr
* firebird2/src/dsql/: ddl.cpp (1.11), dsql.tab.h (1.3),
keywords.cpp (1.5), make.cpp (1.9), node.h (1.8), parse.cpp (1.20),
parse.y (1.19), pass1.cpp (1.14):
1. BIGINT is now the only keyword for the 64-bit exact numerics and
it's available in dialect 3 only. 2. BREAK statement has been
disabled in triggers (like EXIT) because of the known BLR
limitations. I hope it can be safely used in stored procedures
though, hence I'd prefer to have it officially documented. 3.
More complete implementation of the GROUP BY clause. You can group
by internal functions and have ability to use more complex
grouping conditions than before. By Arno Brinkman. 4. Allowed
declaring and defining local variables at the same time. By
Claudio Valderrama. Syntax: declare [variable] <var_name>
<var_type> [{= | default} <default_value>] 5. Allowed ordinals to
be used in the GROUP BY clause (like ORDER BY). By Arno
Brinkman. Example: select extract(month from order_date),
sum(order_sum) from orders group by 1 6. The first approach to the
ALTER VIEW statement. Only high-level implementation so far. A
lot of work in dfw.epp, metd.epp, etc. still required. By
Dmitry Yemanov.
2002-08-11 07:49 dimitr
* firebird2/src/gpre/gpre_meta_boot.cpp (1.6):
Make gpre_boot compilable on win32
2002-08-09 19:05 dimitr
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.2), alice.dsp
(1.2), burp.dsp (1.2), common.dsp (1.2), dsql_server.dsp (1.3),
fbguard.dsp (1.2), gbak.dsp (1.2), gds32.dsp (1.3), gfix.dsp (1.2),
gpre.dsp (1.2), gpre_boot.dsp (1.1), gsec.dsp (1.1), gstat.dsp
(1.2), ib_util.dsp (1.2), intl.dsp (1.3), ipserver.dsp (1.2),
isql.dsp (1.2), lock.dsp (1.2), remote.dsp (1.2), utilities.dsp
(1.2), wal.dsp (1.2):
1. Get rid of debug runtime libraries in our release builds 2.
Added gpre_boot and gsec projects
2002-08-09 09:25 skywalker
* firebird2/doc/sql.extensions/README.nullif (1.2):
Update the description, it is now correct.
2002-08-09 01:33 skywalker
* firebird2/doc/sql.extensions/: README.case (1.1), README.coalesce
(1.1), README.nullif (1.1):
documentation for new sql clauses case, coalesce and nullif
contributed by Arno Brinkman <firebird@abvisie.nl>
2002-08-05 18:34 skywalker
* firebird2/configure.in (1.23):
Changed to make build with new structure possible.
2002-08-05 09:14 skywalker
* firebird2/builds/posix/: Makefile.in.boot.gpre (1.2),
Makefile.in.firebird (1.2), Makefile.in.libfbstatic (1.2),
Makefile.in.msgs (1.2), Makefile.in.refDatabases (1.2),
Makefile.in.static.gpre (1.2), make.rules (1.2):
More changes to make fb2 compile on linux work with new build
structure
2002-08-03 17:27 dimitr
* firebird2/src/dsql/: dsql.cpp (1.19), dsql.tab.h (1.2), gen.cpp
(1.9), keywords.cpp (1.4), keywords.h (1.11), make.cpp (1.8),
make_proto.h (1.4), node.h (1.7), parse.cpp (1.19), parse.y (1.18),
pass1.cpp (1.13):
1) Implemented CASE, NULLIF, COALESCE 2) Allowed grouping by
internal functions (some work in pass1.cpp still required) Thanks
to Arno Brinkman.
2002-07-30 11:49 dimitr
* firebird2/src/dsql/keywords.cpp (1.3):
Fixed my own damned mistake. Sorry to everyone who got scared by
this change ;-)
2002-07-30 09:23 dimitr
* firebird2/src/dsql/: keywords.cpp (1.2), keywords.h (1.10):
Stay in-sync with Mark's changes and make them win32 friendly.
2002-07-29 20:42 dimitr
* firebird2/builds/win32/msvc6/: dsql_server.dsp (1.2), gds32.def
(1.2), gds32.dsp (1.2), gds32_debug.def (1.2):
Keep in-sync with Mark's changes.
2002-07-29 19:35 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h (1.16):
Keep in-sync with Mark's changes.
2002-07-29 17:43 skywalker
* firebird2/configure.in (1.22):
Changed to work with super build as well as classic. The makefile
now come from builds/posix rather than src/make.new
2002-07-29 17:37 skywalker
* firebird2/src/: make.defaults (1.7), make.platform (1.7),
make.rules (1.7), make.shared.variables (1.5), alice/alice.cpp
(1.14), burp/burp.cpp (1.8), common/memory/memory_pool.h (1.4),
dsql/dsql.tab.h (1.1), dsql/keywords.cpp (1.1), dsql/keywords.h
(1.9), dsql/parse.cpp (1.18), dsql/parse.y (1.17),
dsql/parse_proto.h (1.3):
Changes to make fb2 compile super version for linux
2002-07-29 17:04 skywalker
* firebird2/builds/posix/: Makefile.in.boot.gpre (1.1),
Makefile.in.client.gbak (1.1), Makefile.in.client.gdef (1.1),
Makefile.in.client.gfix (1.1), Makefile.in.client.gpre (1.1),
Makefile.in.client.isql (1.1), Makefile.in.client.util (1.1),
Makefile.in.embed.gbak (1.1), Makefile.in.embed.gdef (1.1),
Makefile.in.embed.gfix (1.1), Makefile.in.embed.gpre (1.1),
Makefile.in.embed.isql (1.1), Makefile.in.embed.lockmgr (1.1),
Makefile.in.embed.qli (1.1), Makefile.in.embed.util (1.1),
Makefile.in.extlib (1.1), Makefile.in.fbserver (1.1),
Makefile.in.fbutil (1.1), Makefile.in.firebird (1.1),
Makefile.in.gpre (1.1), Makefile.in.inet_server (1.1),
Makefile.in.install (1.1), Makefile.in.intl (1.1), Makefile.in.jrd
(1.1), Makefile.in.libfbclient (1.1), Makefile.in.libfbcommon
(1.1), Makefile.in.libfbembed (1.1), Makefile.in.libfbserver (1.1),
Makefile.in.libfbstatic (1.1), Makefile.in.msgs (1.1),
Makefile.in.refDatabases (1.1), Makefile.in.static.gbak (1.1),
Makefile.in.static.gpre (1.1), Makefile.in.static.isql (1.1),
Makefile.in.v5_examples (1.1), make.defaults (1.1), make.rules
(1.1), make.shared.variables (1.1), prefix.darwin (1.1),
prefix.example (1.1), prefix.linux (1.1), prefix.sinixz (1.1),
prefix.solx86 (1.1):
This time for sure - 4th generation main change this time was to
incorperate the super build as well as classic into fb2.
2002-07-22 19:12 bellardo
* firebird2/builds/mac_os_x/CS/Helpers.make (1.2):
Fixed a bug in the MacOS X GUI build project.
2002-07-21 09:21 bellardo
* firebird2/builds/mac_os_x/CS/: Helpers.make (1.1),
gpre_wrapper.sh (1.1), make_wrapper.sh (1.1), stlport_vars.cpp
(1.1), stub.c (1.1), CS.pbproj/bellardo.pbxuser (1.1),
CS.pbproj/john.pbxuser (1.1), CS.pbproj/project.pbxproj (1.1):
Added the initial revision of the MacOS X PB project files.
2002-07-15 09:00 eku
* firebird2/: configure (1.19), configure.in (1.21):
The good old Bourne Shell does not implement the command 'source'.
2002-07-10 16:52 dimitr
* firebird2/src/dsql/gen.cpp (1.8):
Minor additions to my previous changes.
2002-07-06 07:31 skywalker
* firebird2/: configure.in (1.20), src/burp/mvol.cpp (1.5),
src/dsql/dsql.cpp (1.18), src/dsql/make.cpp (1.7),
src/dsql/metd.epp (1.6), src/dsql/parse.cpp (1.17),
src/dsql/parse.y (1.16), src/dsql/pass1.cpp (1.12),
src/dudley/expr.cpp (1.5), src/dudley/parse.cpp (1.8),
src/gpre/ada.cpp (1.6), src/gpre/cob.cpp (1.5), src/gpre/ftn.cpp
(1.6), src/gpre/gpre.cpp (1.11), src/gpre/gpre_proto.h (1.2):
Merge final changes from fb1 tree.
2002-07-05 18:01 skywalker
* firebird2/src/dsql/: keywords.h (1.8), parse.cpp (1.16), parse.y
(1.15):
Change DEBUG_KEYWORD to KW_DEBUG, few more changes in parse.y
(mostly post fb1 changes)
2002-07-05 17:00 skywalker
* firebird2/: configure (1.18), configure.in (1.19),
src/make.defaults (1.6), src/make.platform (1.6), src/make.rules
(1.6), src/make.shared.variables (1.4), src/dsql/dsql.cpp (1.17),
src/dsql/keywords.h (1.7), src/dsql/parse.cpp (1.15),
src/dsql/parse.sed (1.4), src/dsql/parse.y (1.14),
src/include/fb_string.h (1.2):
Changes to get compiling on linux (post fb1 changes).
2002-07-04 11:34 skywalker
* firebird2/: configure (1.17), configure.in (1.18),
src/make.defaults (1.5), src/make.platform (1.5), src/make.rules
(1.5), src/gpre/pat.cpp (1.5):
Changes for rebuild of fb2.
2002-07-03 12:04 eku
* firebird2/: configure (1.16), configure.in (1.17):
Support SINIX-Z as a platform.
2002-07-02 16:09 dimitr
* firebird2/builds/win32/msvc6/intl.dsp (1.2):
Updated project files
2002-07-02 16:06 dimitr
* firebird2/src/intl/: anhun.h (1.1), cs_latin2.h (1.1):
Merging changes from fb1.
2002-07-02 14:17 dimitr
* firebird2/src/dsql/: ddl.cpp (1.10), dsql.cpp (1.16), errd.cpp
(1.8), gen.cpp (1.7), make.cpp (1.6), metd.epp (1.5), metd_proto.h
(1.4), parse.cpp (1.14), parse.y (1.13), pass1.cpp (1.11):
Merging changes from fb1 (stage 2 - fixing porting errors).
2002-07-01 18:59 skywalker
* firebird2/: configure (1.15), configure.in (1.16),
src/make.defaults (1.4), src/make.platform (1.4), src/make.rules
(1.4), src/make.shared.variables (1.3), src/include/gen/rdb_codes.h
(1.3):
Merged change from fb1.
2002-07-01 17:46 dimitr
* firebird2/src/include/gen/iberror.h (1.3):
Merging changes from fb1.
2002-07-01 17:43 dimitr
* firebird2/src/include/iberror.h (1.2):
Must be (and already is) in /include/gen
2002-07-01 16:59 dimitr
* firebird2/builds/win32/msvc6/: Firebird2.dsw (1.1), alice.dsp
(1.1), burp.dsp (1.1), common.dsp (1.1), dsql_server.dsp (1.1),
fbguard.dsp (1.1), fbserver.dsp (1.1), gbak.dsp (1.1), gds32.def
(1.1), gds32.dsp (1.1), gds32_debug.def (1.1), gfix.dsp (1.1),
gpre.dsp (1.1), gstat.dsp (1.1), ib_util.def (1.1), ib_util.dsp
(1.1), intl.dsp (1.1), ipserver.dsp (1.1), isql.dsp (1.1), lock.dsp
(1.1), remote.dsp (1.1), utilities.dsp (1.1), wal.dsp (1.1):
Added FB2 project files for MSVC6
2002-06-29 19:37 skywalker
* firebird2/src/intl/: cs_narrow.c (1.4), lc_ascii.c (1.4),
lc_latin1.c (1.4), lc_narrow.c (1.4), ld.c (1.4):
ported changed from fb1.
2002-06-29 19:20 skywalker
* firebird2/src/extlib/fbudf/fbudf.cpp (1.2):
put testreflect into dev build only
2002-06-29 18:50 skywalker
* firebird2/src/gpre/: gpre.cpp (1.10), gpre.h (1.9):
porting changes from fb1.
2002-06-29 18:41 skywalker
* firebird2/configure.in (1.15):
Porting changes made to fb1.
2002-06-29 18:38 skywalker
* firebird2/src/extlib/ib_udf.sql (1.3):
porting changes made to fb1.
2002-06-29 18:35 skywalker
* firebird2/src/extlib/fbudf/: MSReadMe.txt (1.1), fbudf.cpp (1.1),
fbudf.dsp (1.1), fbudf.dsw (1.1), fbudf.h (1.1), fbudf.plg (1.1),
fbudf.sql (1.1), fbudf.txt (1.1), stdafx.cpp (1.1), stdafx.h (1.1):
Ported code changes from fb1
2002-06-29 15:47 skywalker
* firebird2/src/dsql/: keywords.h (1.6), parse.cpp (1.13), parse.y
(1.12), parse_proto.h (1.2):
Added LEX_StringIsAKeyword function to avoid an awkward #include
from isql module.
2002-06-29 15:02 dimitr
* firebird2/src/include/gen/blrtable.h (1.4):
Merging changes from fb1.
2002-06-29 14:55 dimitr
* firebird2/src/include/gen/: codes.h (1.6), codetext.h (1.3):
Merging changes from fb1.
2002-06-29 08:56 skywalker
* firebird2/src/dsql/: array.epp (1.5), blob.epp (1.4), ddl.cpp
(1.9), ddl_proto.h (1.3), dsql.cpp (1.15), dsql.h (1.4), errd.cpp
(1.7), gen.cpp (1.6), keywords.h (1.5), make.cpp (1.5), metd.epp
(1.4), metd_proto.h (1.3), node.h (1.6), parse.cpp (1.12),
parse.sed (1.3), parse.y (1.11), pass1.cpp (1.10), utld.cpp (1.6):
Merging changes from fb1.
2002-06-29 07:39 skywalker
* firebird2/src/burp/: backup.epp (1.6), burp.h (1.6), mvol.cpp
(1.4), restore.epp (1.7):
Merge changes from fb1
2002-06-29 07:33 skywalker
* firebird2/src/alice/alice.cpp (1.13):
merge fb1 changes.
2002-06-28 15:49 dimitr
* firebird2/src/dsql/dsql.cpp (1.14):
Fixed bug with the server crash when XSQLDAs are prepared for not
all statement parameters.
2002-06-27 14:14 paul_reeves
* firebird2/src/dsql/dsql.cpp (1.13):
Remove superfluous include
2002-06-27 12:14 dimitr
* firebird2/src/burp/: backup.epp (1.5), restore.epp (1.6):
Fixed another bug with INT64 array slices. Thanks to Artem
Petkevych.
2002-06-23 21:51 paul_reeves
* firebird2/: configure.in (1.14), src/dsql/dsql.cpp (1.12),
src/dudley/hsh.cpp (1.4), src/dudley/lex.cpp (1.4),
src/dudley/parse.cpp (1.7), src/gpre/hsh.cpp (1.5),
src/intl/kanji.cpp (1.2):
Updated code to support building under Linux. Main changes are to
support the platform manager and the move of kanji.* to /intl.
2002-06-20 13:41 dimitr
* firebird2/src/dsql/: parse.y (1.10), pass1.cpp (1.9), parse.cpp
(1.11):
Enabled support for empty BEGIN...END blocks
2002-06-20 10:24 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h (1.15):
Implemented case-insensitive keys in FirebirdConfigFile (to support
various configs on Win32).
2002-06-20 10:06 dimitr
* firebird2/src/fbutil/: FirebirdConfigFile.cpp (1.6),
FirebirdConfigFile.h (1.5):
Implemented case-insensitive keys in FirebirdConfigFile (to support
various configs on Win32).
2002-06-20 10:00 dimitr
* firebird2/src/dsql/: parse.cpp (1.10), parse.y (1.9):
Force SP parameters to behave the same way in both syntaxes (SELECT
FROM and EXECUTE PROCEDURE), thus enabling expressions, UDFs, etc.
to be passed as a parameter.
2002-06-19 17:10 skywalker
* firebird2/doc/README.makefiles (1.1):
Added README file which explains a little about the makefile
structure.
2002-06-15 11:38 dimitr
* firebird2/src/dsql/: keywords.h (1.4), parse.cpp (1.9), parse.y
(1.8):
While I'm in touch with the parser - INT64 and LARGEINT aliases for
the intenal dtype_int64 data type.
2002-06-14 14:08 dimitr
* firebird2/src/include/gen/blrtable.h (1.3):
1. New system variables - CONNECTION_ID and TRANSACTION_ID 2.
Universal triggers
2002-06-14 14:07 dimitr
* firebird2/src/dsql/: ddl.cpp (1.8), dsql.cpp (1.11), gen.cpp
(1.5), keywords.h (1.3), make.cpp (1.4), make_proto.h (1.3), node.h
(1.5), parse.cpp (1.8), parse.y (1.7), pass1.cpp (1.8):
1. New system variables - CONNECTION_ID and TRANSACTION_ID 2.
Universal triggers (parser changes are not very nice, but at least
it works; perhaps it should be polished up a bit later)
2002-06-12 08:58 tamlin
* firebird2/src/include/fb_list.h (1.2):
There is no C++ class named slist. Removed.
2002-06-05 13:02 dimitr
* firebird2/src/intl/ld.h (1.7):
Fixed compile problems on Win32.
2002-06-04 21:36 bellardo
* firebird2/src/include/: fb_list.h (1.1), fb_map.h (1.1):
New files added during the porting of intl support to FB2.
2002-04-29 12:57 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h (1.14):
Some minor changes
2002-04-29 12:53 dimitr
* firebird2/src/: common/memory/allocators.h (1.5),
common/memory/memory_pool.cpp (1.5), common/memory/memory_pool.h
(1.3), fbutil/FirebirdConfig.cpp (1.6), fbutil/FirebirdConfig.h
(1.5), fbutil/FirebirdConfigFile.cpp (1.5),
fbutil/FirebirdConfigFile.h (1.4):
Some minor changes
2002-04-12 03:55 bellardo
* firebird2/src/gpre/: gpre.cpp (1.9), gpre.h (1.8):
Changes to make the -GDS switch work correctly. This allows FB2 to
be used to build FB1 :-)
2002-04-10 01:27 bellardo
* firebird2/src/intl/: kanji.cpp (1.1), kanji.h (1.1),
kanji_proto.h (1.1), lt2czech.h (1.1):
lt2czech.h wasn't brought over in the original c++ port, fix it.
The kanji* files are no longer used, except for some macros in one
of the headers. Now that we have the intl directory they don't
belong in jrd. Moved them into intl.
2002-04-10 01:25 bellardo
* firebird2/src/intl/: cs_big5.c (1.3), cs_gb2312.c (1.3), cs_jis.c
(1.3), cs_jis_20208_1990.c (1.3), cs_ksc.c (1.3), cs_narrow.c
(1.3), cs_unicode.c (1.3), cs_utffss.c (1.3), cv_big5.c (1.3),
cv_gb2312.c (1.3), cv_jis.c (1.3), cv_ksc.c (1.3), cv_narrow.c
(1.3), lc_ascii.c (1.3), lc_big5.c (1.3), lc_dos.c (1.3),
lc_gb2312.c (1.3), lc_jis.c (1.3), lc_ksc.c (1.3), lc_latin1.c
(1.3), lc_latin2.c (1.2), lc_narrow.c (1.3), lc_unicode.c (1.3),
ld.c (1.3), ld.h (1.6), ldcommon.h (1.2):
changes necessary to get the intl lib compiling after adding the
new memory management, an additional intl c++ interface, and a
slight refactoring of the intl header files.
2002-04-04 18:41 bellardo
* firebird2/src/dsql/pass1.cpp (1.7):
Fixed some ugly code I committed yesterday.
2002-04-04 18:22 bellardo
* firebird2/src/dsql/utld.cpp (1.5):
Fixed the buffer overflow check to be correct instead of commenting
it out.
2002-04-04 15:50 dimitr
* firebird2/src/: dsql/dsql.cpp (1.10), dsql/gen.cpp (1.4),
dsql/node.h (1.4), dsql/parse.cpp (1.7), dsql/parse.y (1.6),
dsql/pass1.cpp (1.6), include/gen/blrtable.h (1.2):
Implemented 'EXECUTE VARCHAR' command.
2002-04-04 07:39 bellardo
* firebird2/src/install/arch-specific/darwin/FrameworkInfo.plist
(1.3):
Minor Darwin naming changes
2002-04-04 07:38 bellardo
* firebird2/src/include/: fb_blk.h (1.3), fb_exception.h (1.4):
Accept NULL memory deletes and move exception raise code to its own
file.
2002-04-04 07:37 bellardo
* firebird2/src/gpre/gpre_meta_boot.cpp (1.5):
fixed extern declaration bug
2002-04-04 07:36 bellardo
* firebird2/src/dudley/: ddl.cpp (1.5), exe.epp (1.3), expr.cpp
(1.4), extract.epp (1.3), hsh.cpp (1.3), parse.cpp (1.6):
removed warnings.
2002-04-04 07:35 bellardo
* firebird2/src/dsql/: ddl.cpp (1.7), dsql.cpp (1.9), dsql.h (1.3),
movd.cpp (1.3), user_dsql.cpp (1.6):
Cleaning up unneeded setjmp/longjmp code.
2002-04-04 07:34 bellardo
* firebird2/src/dsql/utld.cpp (1.4):
c++ conversion bug fix
2002-04-04 07:33 bellardo
* firebird2/src/common/fb_exception.cpp (1.1):
File to hold our custom exception class implementation.
2002-04-04 07:32 bellardo
* firebird2/src/burp/restore.epp (1.5):
Fixed warnings.
2002-04-04 07:31 bellardo
* firebird2/src/alice/: alice.cpp (1.12), alice_meta.epp (1.5):
Fixed some warnings.
2002-04-04 01:35 bellardo
* firebird2/src/common/memory/memory_pool.cpp (1.4):
Someone (who shall remain nameless) committed this file with red
zones enabled. As these tend to be a drag on performance I decided
to disable them.
2002-04-03 18:05 bellardo
* firebird2/src/intl/lc_latin2.c (1.1):
File got lost bringing FB1->FB2. Its back now.
2002-04-02 19:10 bellardo
* firebird2/src/dsql/pass1.cpp (1.5):
Can't BLKCHK stack variables anymore. Fixed one such occurance in
pass1.cpp
2002-04-02 07:42 bellardo
* firebird2/src/common/memory/: allocators.cpp (1.5), allocators.h
(1.4), memory_pool.cpp (1.3):
Updated delete operators to accept a null pointer to delete as
required by c++.
2002-04-02 07:41 bellardo
* firebird2/src/gpre/pretty.cpp (1.5):
Some of the gds__XXXX blr constants were incorrectly changed to
gds_XXXX during the initial c++ port. Fixed them.
2002-04-01 11:11 dimitr
* firebird2/src/dsql/parse.cpp (1.6):
Cleanup
2002-03-11 17:34 skywalker
* firebird2/src/: alice/all.h (1.4), alice/info.h (1.3),
alice/tdr.cpp (1.7), gpre/gpre.h (1.7), include/fb_types.h (1.5),
include/gen/codes.h (1.5):
Main changes were to add cr to end of the files. cvt_proto.h
removed a duplicate extern directive gen/codes.h added back appolo
error code, since it was still used
2002-02-26 14:46 dimitr
* firebird2/generated/: isql/makefile (1.2), jrd/makefile (1.2),
msgs/makefile (1.2), utilities/makefile (1.2), makefile (1.2):
Updated makefiles
2002-02-26 14:42 dimitr
* firebird2/generated/: alice/makefile (1.2), burp/makefile (1.2),
dsql/makefile (1.2), dudley/makefile (1.2), gpre/makefile (1.2):
Updated makefiles
2002-02-25 11:59 dimitr
* firebird2/src/include/gen/codes.h (1.4):
Correction to the clean up of the Apollo port
2002-02-25 11:12 dimitr
* firebird2/src/common/memory/allocators.cpp (1.4):
Fixed a compilation error in the release mode
2002-02-24 17:53 seanleyne
* firebird2/src/dsql/parse.cpp (1.5):
Code cleanup, corrected some mistakes (;-[) in my removal of the
Win3.1 port.
2002-02-24 17:39 seanleyne
* firebird2/src/dsql/: array.epp (1.4), parse.y (1.5):
Code cleanup, removed old Win3.1 port from routines I missed the
first time
2002-02-23 23:08 seanleyne
* firebird2/src/: dsql/parse.cpp (1.4), dsql/utld_proto.h (1.2),
include/gen/autoconfig_msvc.h (1.13):
Code cleanup, removed old Windows 3.1 (WINDOWS_ONLY) port
2002-02-23 08:49 dimitr
* firebird2/src/dsql/: errd.cpp (1.6), user_dsql.cpp (1.5):
Correction to the clean up of the Apollo port
2002-02-19 02:17 seanleyne
* firebird2/src/alice/tdr.cpp (1.6):
Correction, deleted a little too much code in my clean up of the
Appolo port. Thanks to Claudio V. for the second set of eyes.
2002-02-16 06:06 seanleyne
* firebird2/src/: gpre/gpre.h (1.6), include/gen/autoconfig_msvc.h
(1.12), intl/langdrv.h (1.4), intl/ld.h (1.5):
Clean up of change notes in headers
2002-02-16 05:36 seanleyne
* firebird2/src/: alice/info.h (1.2), alice/tdr.cpp (1.5),
include/gen/autoconfig_msvc.h (1.11), include/gen/codes.h (1.3),
intl/dtest.c (1.3):
Code cleanup of obsolete Apollo port(s)
2002-02-16 05:16 seanleyne
* firebird2/src/: include/fb_types.h (1.4),
include/gen/autoconfig_msvc.h (1.10), intl/ld.h (1.4):
Code cleanup of obsolete OS/2 port
2002-02-16 05:04 seanleyne
* firebird2/src/include/gen/autoconfig_msvc.h (1.9):
Code cleanup of obsolete Cray port
2002-02-16 04:59 seanleyne
* firebird2/src/gpre/gpre.h (1.5):
Code cleanup of obsolete HP9000 s300 port
2002-02-16 04:54 seanleyne
* firebird2/src/include/gen/autoconfig_msvc.h (1.8):
Code cleanup of obsolete M88K and NT Power PC ports
2002-02-16 04:37 seanleyne
* firebird2/src/include/gen/autoconfig_msvc.h (1.7):
Code cleanup of obsolete NeXT port
2002-02-16 04:33 seanleyne
* firebird2/src/include/gen/autoconfig_msvc.h (1.6):
Code cleanup of obsolete NCR3000 port
2002-02-16 04:27 seanleyne
* firebird2/src/: gpre/gpre.h (1.4), include/gen/autoconfig_msvc.h
(1.5), intl/langdrv.h (1.3):
Code cleanup of obsolete IMP port
2002-02-16 04:05 seanleyne
* firebird2/src/: include/gen/autoconfig_msvc.h (1.4),
intl/langdrv.h (1.2):
Code cleanup of obsolete DELTA port
2002-02-16 03:49 seanleyne
* firebird2/src/intl/ld.h (1.3):
Code cleanup of obsolete XENIX port and missed MAC (MAC_AUX) port
items
2002-02-16 03:21 seanleyne
* firebird2/src/: burp/burp.cpp (1.7),
include/gen/autoconfig_msvc.h (1.3):
Code cleanup of obsolete EPSON port
2002-02-16 02:58 seanleyne
* firebird2/src/: include/gen/autoconfig_msvc.h (1.2), intl/ld.h
(1.2):
Code cleanup of obsolete MAC AUX port defines "MAC" and "MAC_CP"
2002-01-21 16:26 kkuznetsov
* firebird2/configure.in (1.13):
I forgot ";"
2002-01-21 12:54 kkuznetsov
* firebird2/configure.in (1.12):
fist try to port IT to Solaris X86
2002-01-06 14:06 skywalker
* firebird2/src/: make.defaults (1.3), make.platform (1.3),
make.rules (1.3):
Changed to force write of update build #.
2002-01-04 12:48 skywalker
* firebird2/: configure (1.14), configure.in (1.11):
Changed one or two of the headers that are checked for.
2002-01-04 12:34 skywalker
* firebird2/src/: make.defaults (1.2), make.platform (1.2),
make.rules (1.2), make.shared.variables (1.2), alice/alice.cpp
(1.11), burp/backup.epp (1.4), burp/restore.epp (1.4),
common/memory/allocators.cpp (1.3), common/memory/allocators.h
(1.3), dsql/pass1.cpp (1.4), dsql/preparse.cpp (1.3), gpre/ada.cpp
(1.5), gpre/c_cxx.cpp (1.5), gpre/cmp.cpp (1.5), gpre/exp.cpp
(1.5), gpre/ftn.cpp (1.5), gpre/gpre.cpp (1.8), gpre/gpre.h (1.3),
gpre/gpre_meta_boot.cpp (1.4), gpre/par.cpp (1.6), gpre/pat.cpp
(1.4), include/fb_exception.h (1.3), include/gen/codes.h (1.2),
include/gen/codetext.h (1.2), include/gen/gds_codes.ftn (1.2),
include/gen/gds_codes.pas (1.2), include/gen/iberror.h (1.2),
include/gen/msg_facs.h (1.2), include/gen/msgs.h (1.2),
include/gen/rdb_codes.h (1.2), include/gen/sql_code.h (1.2):
Changes to make it compile on linux. and work through a few
issues.
2001-12-29 12:41 tamlin
* firebird2/src/: alice/alice.cpp (1.10), alice/alice_meta.epp
(1.4), burp/burp.h (1.5), common/memory/memory_pool.cpp (1.2),
dsql/ddl.cpp (1.6), dsql/dsql.cpp (1.8), dsql/errd.cpp (1.5),
dsql/user_dsql.cpp (1.4), dudley/expand.cpp (1.5), dudley/parse.cpp
(1.5), gpre/gpre.cpp (1.7), gpre/par.cpp (1.5),
include/fb_exception.h (1.2):
cleaning up
2001-12-29 11:08 tamlin
* firebird2/src/alice/all.cpp (1.5):
Explicitly allocate the alice permanent pool from the global
default memory pool.
2001-12-28 06:14 tamlin
* firebird2/src/: alice/alice.cpp (1.9), alice/alice.h (1.7),
alice/all.cpp (1.4), alice/all.h (1.3),
common/memory/allocators.cpp (1.2), common/memory/allocators.h
(1.2), common/memory/memory_pool.h (1.2), dsql/all.h (1.4),
dsql/alld.cpp (1.6), include/firebird.h (1.3):
MemoryPool work
2001-12-25 09:01 tamlin
* firebird2/src/alice/alice.cpp (1.8):
forgotten comment removed
2001-12-25 08:57 tamlin
* firebird2/src/alice/: alice.cpp (1.7), alice.h (1.6):
cleaning up
2001-12-25 05:53 tamlin
* firebird2/src/alice/: alice.cpp (1.6), alice.h (1.5),
alice_meta.h (1.2):
cleaning up
2001-12-24 04:02 tamlin
* firebird2/src/common/: memory/allocators.cpp (1.1),
memory/allocators.h (1.1), memory/memory_pool.cpp (1.1),
memory/memory_pool.h (1.1), mp/AtomicCounter.h (1.1),
mp/crit_section_guard.h (1.1), mp/crit_section_lock.h (1.1),
mp/mutex.h (1.1), mp/semaphore.h (1.1), mp/thread.h (1.1):
New C++ memory pool
2001-12-24 03:50 tamlin
* firebird2/src/: make.defaults (1.1), make.platform (1.1),
make.rules (1.1), make.shared.variables (1.1), alice/alice.cpp
(1.5), alice/alice.h (1.4), alice/alice_meta.epp (1.3),
alice/all.cpp (1.3), alice/all.h (1.2), alice/all_proto.h (1.2),
alice/alloc.h (1.2), alice/blk.h (1.2), alice/exe.cpp (1.4),
alice/lls.h (1.2), alice/tdr.cpp (1.4), burp/backup.epp (1.3),
burp/burp.cpp (1.6), burp/burp.h (1.4), burp/canonical.cpp (1.3),
burp/restore.epp (1.3), burp/spit.cpp (1.4), csv/csi.h (1.2),
csv/csu.cpp (1.3), csv/csv.cpp (1.3), dsql/all.h (1.3),
dsql/alld.cpp (1.5), dsql/alld_proto.h (1.3), dsql/array.epp (1.3),
dsql/blk.h (1.2), dsql/blob.epp (1.3), dsql/ddl.cpp (1.5),
dsql/ddl_proto.h (1.2), dsql/dsql.cpp (1.7), dsql/dsql.h (1.2),
dsql/dsql_proto.h (1.2), dsql/errd.cpp (1.4), dsql/errd_proto.h
(1.2), dsql/gen.cpp (1.3), dsql/hsh.cpp (1.4), dsql/make.cpp (1.3),
dsql/make_proto.h (1.2), dsql/metd.epp (1.3), dsql/metd_proto.h
(1.2), dsql/node.h (1.3), dsql/parse.cpp (1.3), dsql/parse.y (1.4),
dsql/pass1.cpp (1.3), dsql/sqlda.h (1.2), dsql/sym.h (1.2),
dsql/user_dsql.cpp (1.3), dsql/utld.cpp (1.3), dudley/ddl.cpp
(1.4), dudley/expand.cpp (1.4), dudley/parse.cpp (1.4),
extlib/ib_udf.sql (1.2), extlib/ib_util.c (1.3),
fbutil/FirebirdConfig.cpp (1.5), fbutil/FirebirdConfig.h (1.4),
fbutil/FirebirdConfigFile.cpp (1.4), fbutil/FirebirdConfigFile.h
(1.3), gpre/ada.cpp (1.4), gpre/c_cxx.cpp (1.4), gpre/cmd.cpp
(1.4), gpre/cme.cpp (1.3), gpre/cmp.cpp (1.4), gpre/cob.cpp (1.4),
gpre/dyntable.cpp (1.3), gpre/exp.cpp (1.4), gpre/form.cpp (1.4),
gpre/form_trn.cpp (1.3), gpre/ftn.cpp (1.4), gpre/gpre.cpp (1.6),
gpre/gpre.h (1.2), gpre/gpre_meta.epp (1.3),
gpre/gpre_meta_boot.cpp (1.3), gpre/gpreswi.h (1.4), gpre/hsh.cpp
(1.4), gpre/int.cpp (1.3), gpre/int_cxx.cpp (1.3), gpre/jrdmet.cpp
(1.3), gpre/movg.cpp (1.3), gpre/msc.cpp (1.3), gpre/noform.cpp
(1.3), gpre/par.cpp (1.4), gpre/pas.cpp (1.3), gpre/pat.cpp (1.3),
gpre/pretty.cpp (1.4), gpre/sqe.cpp (1.3), gpre/sql.cpp (1.3),
include/fb_blk.h (1.2), include/fb_exception.h (1.1),
include/fb_string.h (1.1), include/fb_types.h (1.3),
include/fb_vector.h (1.1), include/firebird.h (1.2),
include/old_fb_blk.h (1.1),
install/arch-specific/darwin/FrameworkInfo.plist (1.2),
install/arch-specific/linux/Makefile.in (1.3):
New C++ memory pool
2001-12-24 03:11 tamlin
* firebird2/src/include/gen/autoconfig_msvc.h (1.1):
no message
2001-11-02 21:40 tamlin
* firebird2/src/dsql/alld.cpp (1.4):
Synch with FB1 changes.
2001-08-27 17:29 skywalker
* firebird2/: configure (1.13), configure.in (1.10),
src/fbutil/FirebirdConfigFile.cpp (1.3), src/fbutil/main.cpp (1.1),
src/install/Makefile.in (1.7), src/install/classic/CSTarInstall.sh
(1.5), src/install/classic/CSTarKullFiles.sh (1.2),
src/install/classic/CSinstall.sh (1.4),
src/install/classic/CSpostinstall.sh (1.3),
src/install/classic/CSpostuninstall.sh (1.2),
src/install/classic/CSpreinstall.sh (1.4),
src/install/classic/CSpreuninstall.sh (1.3),
src/install/classic/CSrpmfiles.txt (1.2),
src/install/classic/TarKullFiles.sh.in (1.1),
src/install/classic/install.sh.in (1.1),
src/install/classic/postinstall.sh.in (1.1),
src/install/classic/postuninstall.sh.in (1.1),
src/install/classic/preinstall.sh.in (1.1),
src/install/classic/preuninstall.sh.in (1.1),
src/install/classic/rpmfiles.txt.in (1.1),
src/install/classic/rpmheader.txt.in (1.1),
src/install/classic/tarInstall.sh.in (1.1),
src/install/misc/firebird.conf (1.1),
src/install/misc/firebird.xinetd (1.2),
src/install/misc/firebird.xinetd.in (1.1):
Changed to make install work better. Fix build of shared library
so global objects have thier constructors called Added readline to
isql Added version numbers to libgds.so.2.0.0 Change install
location and version to be driven from ./configure file
2001-08-21 11:41 skywalker
* firebird2/src/fbutil/: FirebirdConfig.cpp (1.4), FirebirdConfig.h
(1.3), FirebirdConfigFile.cpp (1.2), FirebirdConfigFile.h (1.2):
Changes to read /etc/firebird.conf file
2001-08-20 10:15 skywalker
* firebird2/src/: fbutil/FirebirdConfig.cpp (1.3),
fbutil/FirebirdConfig.h (1.2), fbutil/FirebirdConfigFile.cpp (1.1),
fbutil/FirebirdConfigFile.h (1.1), install/Makefile.in (1.6),
install/classic/CSinstall.sh (1.3):
Partial change to load RootDirectory from /etc/firebird.conf file
plus some more install/compile things
2001-08-15 20:10 skywalker
* firebird2/: configure (1.12), configure.in (1.9),
src/install/Makefile.in (1.5),
src/install/arch-specific/linux/Makefile.in (1.2),
src/install/classic/CSTarInstall.sh (1.4),
src/install/classic/CSinstall.sh (1.2),
src/install/classic/CSpostinstall.sh (1.2),
src/install/classic/CSpreinstall.sh (1.3),
src/install/classic/CSpreuninstall.sh (1.2):
Some changes to work on classic install, (it's not complete as yet
but it's getting there)
2001-08-15 10:44 skywalker
* firebird2/: configure (1.11), configure.in (1.8):
Updated the build num process
2001-08-15 07:37 skywalker
* firebird2/src/install/classic/CSTarInstall.sh (1.3):
Fix some simple void main() declarations, and the clean directive
2001-08-14 19:41 skywalker
* firebird2/: configure (1.10), configure.in (1.7),
src/install/Makefile.in (1.4):
Changes to detect socklen_t properly, and a bit more on install
2001-08-13 10:14 skywalker
* firebird2/: configure (1.9), configure.in (1.6),
src/install/Makefile.in (1.3):
Change makefiles to not touch source files to rebuild (it was
making it hell to checkin to cvs since it then did a diff on all
files) Did a little bit with install.
2001-08-07 02:33 bellardo
* firebird2/src/install/arch-specific/darwin/FrameworkInfo.plist
(1.1):
The framework properties file for FB2
2001-08-05 18:10 bellardo
* firebird2/src/include/gen/autoconfig.h (1.3):
autoconf.h should not be in the source tree. It is generated by
configure.
2001-08-05 00:51 bellardo
* firebird2/src/install/arch-specific/darwin/Makefile.in (1.1):
An empty install makefile for Darwin.
2001-08-05 00:48 bellardo
* firebird2/: configure (1.8), configure.in (1.5),
src/burp/burp.cpp (1.5), src/include/gen/autoconfig.h (1.2):
First round of changes to FB2 to get the Darwin build working
again.
2001-08-02 09:03 skywalker
* firebird2/: configure (1.7), configure.in (1.4),
src/install/Makefile.in (1.2), src/install/classic/CSTarInstall.sh
(1.2), src/install/classic/CSpreinstall.sh (1.2):
A few changes to the install routine.
2001-08-01 10:11 skywalker
* firebird2/: configure (1.6), configure.in (1.3),
src/burp/burpswi.h (1.3):
More changes to straighten out compile, fix up makefiles to build
into GEN_ROOT directory
2001-08-01 09:59 skywalker
* firebird2/src/install/: Makefile.in (1.1),
arch-specific/linux/CSrpmscript (1.1),
arch-specific/linux/Makefile.in (1.1),
arch-specific/linux/SSrpmscript (1.1), classic/CSTarInstall.sh
(1.1), classic/CSTarKullFiles.sh (1.1), classic/CSinstall.sh (1.1),
classic/CSpostinstall.sh (1.1), classic/CSpostuninstall.sh (1.1),
classic/CSpreinstall.sh (1.1), classic/CSpreuninstall.sh (1.1),
classic/CSrpmfiles.txt (1.1), classic/CSrpmheader.txt (1.1),
misc/CSchangeRunUser.sh (1.1), misc/CSrestoreRootRunUser.sh (1.1),
misc/README (1.1), misc/SSchangeRunUser.sh (1.1),
misc/SSrestoreRootRunUser.sh (1.1), misc/changeDBAPassword.sh
(1.1), misc/firebird.init.d.generic (1.1),
misc/firebird.init.d.mandrake (1.1), misc/firebird.xinetd (1.1),
super/SSTarInstall.sh (1.1), super/SSchangePasswd.sh (1.1),
super/SSinstall.sh (1.1), super/SSpostinstall.sh (1.1),
super/SSpostuninstall.sh (1.1), super/SSpreinstall.sh (1.1),
super/SSpreuninstall.sh (1.1), super/SSrpmfiles.txt (1.1),
super/SSrpmheader.txt (1.1):
Added the linux/unix install to fb2 also modified a bit to start
working with autoconf
2001-08-01 06:18 skywalker
* firebird2/src/fbutil/FirebirdConfig.cpp (1.2):
More simple changes to move to new make format
2001-07-31 20:34 skywalker
* firebird2/: Makefile.in (1.1), configure (1.5), configure.in
(1.2), src/fbutil/FirebirdConfig.cpp (1.1),
src/fbutil/FirebirdConfig.h (1.1), src/gpre/gpre.cpp (1.5),
src/gpre/gpreswi.h (1.3):
Changes to make compile with new script
2001-07-31 10:42 skywalker
* firebird2/: configure (1.4), configure.in (1.1):
Modified to use new makefiles
2001-07-30 01:43 skywalker
* firebird2/src/: alice/alice.cpp (1.4), alice/alice.h (1.3),
alice/alice_meta.epp (1.2), alice/aliceswi.h (1.3), alice/all.cpp
(1.2), alice/exe.cpp (1.3), alice/tdr.cpp (1.3), burp/backup.epp
(1.2), burp/burp.cpp (1.4), burp/burp.h (1.3), burp/canonical.cpp
(1.2), burp/misc.cpp (1.3), burp/mvol.cpp (1.3), burp/restore.epp
(1.2), burp/spit.cpp (1.3), csv/csi.cpp (1.2), csv/css.cpp (1.2),
csv/csu.cpp (1.2), csv/csv.cpp (1.2), csv/print.cpp (1.2),
dsql/alld.cpp (1.3), dsql/array.epp (1.2), dsql/blob.epp (1.2),
dsql/ddl.cpp (1.4), dsql/dsql.cpp (1.6), dsql/errd.cpp (1.3),
dsql/gen.cpp (1.2), dsql/hsh.cpp (1.3), dsql/keywords.h (1.2),
dsql/make.cpp (1.2), dsql/metd.epp (1.2), dsql/movd.cpp (1.2),
dsql/parse.cpp (1.2), dsql/parse.y (1.3), dsql/pass1.cpp (1.2),
dsql/preparse.cpp (1.2), dsql/user_dsql.cpp (1.2), dsql/utld.cpp
(1.2), dudley/ddl.cpp (1.3), dudley/exe.epp (1.2),
dudley/expand.cpp (1.3), dudley/expr.cpp (1.3), dudley/extract.epp
(1.2), dudley/generate.cpp (1.3), dudley/hsh.cpp (1.2),
dudley/lex.cpp (1.3), dudley/parse.cpp (1.3), dudley/trn.cpp (1.3),
extlib/ib_udf.c (1.2), extlib/ib_util.c (1.2), gpre/ada.cpp (1.3),
gpre/c_cxx.cpp (1.3), gpre/cmd.cpp (1.3), gpre/cme.cpp (1.2),
gpre/cmp.cpp (1.3), gpre/cob.cpp (1.3), gpre/dyntable.cpp (1.2),
gpre/exp.cpp (1.3), gpre/form.cpp (1.3), gpre/form_trn.cpp (1.2),
gpre/ftn.cpp (1.3), gpre/gpre.cpp (1.4), gpre/gpre_meta.epp (1.2),
gpre/gpre_meta_boot.cpp (1.2), gpre/hsh.cpp (1.3), gpre/hsh.h
(1.2), gpre/int.cpp (1.2), gpre/int_cxx.cpp (1.2), gpre/jrdmet.cpp
(1.2), gpre/movg.cpp (1.2), gpre/msc.cpp (1.2), gpre/noform.cpp
(1.2), gpre/par.cpp (1.3), gpre/pas.cpp (1.2), gpre/pat.cpp (1.2),
gpre/pretty.cpp (1.3), gpre/sqe.cpp (1.2), gpre/sql.cpp (1.2),
intl/cs_big5.c (1.2), intl/cs_gb2312.c (1.2), intl/cs_jis.c (1.2),
intl/cs_jis_20208_1990.c (1.2), intl/cs_ksc.c (1.2),
intl/cs_narrow.c (1.2), intl/cs_unicode.c (1.2), intl/cs_utffss.c
(1.2), intl/cv_big5.c (1.2), intl/cv_gb2312.c (1.2), intl/cv_jis.c
(1.2), intl/cv_ksc.c (1.2), intl/cv_narrow.c (1.2), intl/dtest.c
(1.2), intl/dtest2.c (1.2), intl/lc_ascii.c (1.2), intl/lc_big5.c
(1.2), intl/lc_dos.c (1.2), intl/lc_gb2312.c (1.2), intl/lc_jis.c
(1.2), intl/lc_ksc.c (1.2), intl/lc_latin1.c (1.2),
intl/lc_narrow.c (1.2), intl/lc_unicode.c (1.2), intl/ld.c (1.2),
intl/ld2.c (1.2), intl/ld_proto.h (1.2), intl/mapcompare.cpp (1.2),
intl/mapdump.c (1.2), intl/mapgen4.c (1.2), intl/maptest.cpp (1.2),
intl/maptest2.c (1.2):
Global changes for new Makefile and firebird2 compile on linux
2001-07-29 19:19 skywalker
* firebird2/src/include/: fb_types.h (1.2), firebird.h (1.1):
Added new firebird.h global header
2001-07-29 19:07 skywalker
* firebird2/src/include/gen/: README.txt (1.1), autoconfig.h (1.1),
blrtable.h (1.1), codes.h (1.1), codetext.h (1.1), files.txt (1.1),
gds_codes.ftn (1.1), gds_codes.pas (1.1), iberror.h (1.1), ids.h
(1.1), msg_facs.h (1.1), msgs.h (1.1), rdb_codes.h (1.1),
sql_code.h (1.1):
These files are all generated by programs in jrd, mainly codes.epp
2001-07-14 02:44 skywalker
* firebird2/src/dsql/dsql.cpp (1.5):
Fix simple syntax errors
2001-07-12 21:51 bellardo
* firebird2/configure (1.3):
Added HAVE_SIGNAL_H to autoconf.
2001-07-12 19:01 bellardo
* firebird2/configure (1.2):
Added ability to create needed symlinks (objs/source) to the
configure script.
2001-07-12 08:32 bellardo
* firebird2/: configure (1.1), src/alice/alice_meta.e (1.2),
src/alice/alice_meta.epp (1.1), src/burp/backup.e (1.3),
src/burp/backup.epp (1.1), src/burp/restore.e (1.3),
src/burp/restore.epp (1.1), src/dsql/array.e (1.2),
src/dsql/array.epp (1.1), src/dsql/blob.e (1.2), src/dsql/blob.epp
(1.1), src/dsql/metd.e (1.2), src/dsql/metd.epp (1.1),
src/dudley/exe.e (1.2), src/dudley/exe.epp (1.1),
src/dudley/extract.e (1.2), src/dudley/extract.epp (1.1),
src/gpre/gpre_meta.e (1.2), src/gpre/gpre_meta.epp (1.1),
src/gpre/gpre_meta_boot.cpp (1.1), src/gpre/int_cxx.cpp (1.1):
More changes to convert FB2 to c++. This time is files that have
been renamed and some conflict resolutions on files edited by more
than one person at once.
2001-07-12 07:46 bellardo
* firebird2/src/: alice/alice.cpp (1.3), alice/alice.h (1.2),
burp/burp.cpp (1.3), burp/burp.h (1.2), burp/mvol.cpp (1.2),
burp/spit.cpp (1.2), dsql/ddl.cpp (1.3), dsql/dsql.cpp (1.4),
dsql/errd.cpp (1.2), dsql/node.h (1.2), dsql/parse.sed (1.2),
dsql/parse.y (1.2), dudley/ddl.cpp (1.2), dudley/expand.cpp (1.2),
dudley/expr.cpp (1.2), dudley/generate.cpp (1.2), dudley/lex.cpp
(1.2), dudley/parse.cpp (1.2), dudley/trn.cpp (1.2), gpre/ada.cpp
(1.2), gpre/c_cxx.cpp (1.2), gpre/cmd.cpp (1.2), gpre/cmp.cpp
(1.2), gpre/cob.cpp (1.2), gpre/exp.cpp (1.2), gpre/form.cpp (1.2),
gpre/ftn.cpp (1.2), gpre/gpre.cpp (1.3), gpre/gpre_meta.h (1.2),
gpre/gpreswi.h (1.2), gpre/hsh.cpp (1.2), gpre/lang_proto.h (1.2),
gpre/par.cpp (1.2), gpre/parse.h (1.2), gpre/pat.h (1.2),
gpre/pretty.cpp (1.2), include/jrd/gds.h (1.2):
Changes to bring FB2 to c++ on *nix.
2001-07-10 19:35 awharrison
* firebird2/src/: alice/alice.cpp (1.2), alice/aliceswi.h (1.2),
alice/exe.cpp (1.2), burp/backup.e (1.2), burp/burp.cpp (1.2),
burp/burpswi.h (1.2), burp/restore.e (1.2), dsql/ddl.cpp (1.2),
dsql/dsql.cpp (1.3):
read only databases are supported unconditionally in fb2
2001-05-24 16:54 tamlin
* firebird2/src/: alice/tdr.cpp (1.2), burp/misc.cpp (1.2),
dsql/all.h (1.2), dsql/alld.cpp (1.2), dsql/alld_proto.h (1.2),
dsql/dsql.cpp (1.2), dsql/hsh.cpp (1.2), gpre/gpre.cpp (1.2):
ongoing cleanup
2001-05-23 15:25 tamlin
* firebird2/: generated/makefile (1.1), generated/placeholder.txt
(1.1), generated/alice/makefile (1.1),
generated/alice/placeholder.txt (1.1), generated/burp/makefile
(1.1), generated/burp/placeholder.txt (1.1),
generated/dsql/makefile (1.1), generated/dsql/placeholder.txt
(1.1), generated/dudley/makefile (1.1),
generated/dudley/placeholder.txt (1.1), generated/gpre/makefile
(1.1), generated/gpre/placeholder.txt (1.1),
generated/isql/makefile (1.1), generated/isql/placeholder.txt
(1.1), generated/journal/placeholder.txt (1.1),
generated/jrd/makefile (1.1), generated/jrd/placeholder.txt (1.1),
generated/msgs/makefile (1.1), generated/msgs/placeholder.txt
(1.1), generated/pyxis/placeholder.txt (1.1),
generated/qli/placeholder.txt (1.1), generated/utilities/makefile
(1.1), generated/utilities/placeholder.txt (1.1),
src/gpre/cdbtable.h (1.1), src/gpre/cmd.cpp (1.1),
src/gpre/cmd_proto.h (1.1), src/gpre/cme_proto.h (1.1),
src/gpre/gpre.cpp (1.1), src/gpre/par.cpp (1.1), src/gpre/cmp.cpp
(1.1), src/gpre/cob.cpp (1.1), src/gpre/exp.cpp (1.1),
src/gpre/sql.cpp (1.1), src/gpre/cme.cpp (1.1),
src/gpre/cmp_proto.h (1.1), src/gpre/dyntable.h (1.1),
src/gpre/exp_proto.h (1.1), src/gpre/form.cpp (1.1),
src/gpre/form.h (1.1), src/gpre/form__proto.h (1.1),
src/gpre/form_proto.h (1.1), src/gpre/form_trn.cpp (1.1),
src/gpre/gpre.h (1.1), src/gpre/gpre_proto.h (1.1),
src/gpre/gpreswi.h (1.1), src/gpre/hsh.cpp (1.1), src/gpre/hsh.h
(1.1), src/gpre/hsh_proto.h (1.1), src/gpre/int.cpp (1.1),
src/gpre/jrdme_proto.h (1.1), src/gpre/jrdmet.cpp (1.1),
src/gpre/pas.cpp (1.1), src/gpre/pat.cpp (1.1), src/gpre/sqe.cpp
(1.1), src/gpre/c_cxx.cpp (1.1), src/gpre/dyntable.cpp (1.1),
src/gpre/ftn.cpp (1.1), src/gpre/gpre_meta.h (1.1),
src/gpre/lang_proto.h (1.1), src/gpre/movg.cpp (1.1),
src/gpre/movg_proto.h (1.1), src/gpre/msc.cpp (1.1),
src/gpre/msc_proto.h (1.1), src/gpre/noform.cpp (1.1),
src/gpre/par_proto.h (1.1), src/gpre/parse.h (1.1), src/gpre/pat.h
(1.1), src/gpre/pat_proto.h (1.1), src/gpre/prett_proto.h (1.1),
src/gpre/pretty.cpp (1.1), src/gpre/sdltable.h (1.1),
src/gpre/sqe_proto.h (1.1), src/gpre/sql_proto.h (1.1),
src/gpre/words.h (1.1), src/alice/alice.cpp (1.1),
src/alice/alice.h (1.1), src/alice/alice_meta.e (1.1),
src/alice/alice_meta.h (1.1), src/alice/alice_proto.h (1.1),
src/alice/aliceswi.h (1.1), src/alice/all.cpp (1.1),
src/alice/all.h (1.1), src/alice/all_proto.h (1.1),
src/alice/alloc.h (1.1), src/alice/blk.h (1.1), src/alice/exe.cpp
(1.1), src/alice/exe_proto.h (1.1), src/alice/info.h (1.1),
src/alice/lls.h (1.1), src/alice/tdr.cpp (1.1),
src/alice/tdr_proto.h (1.1), src/csv/csi.cpp (1.1), src/csv/csi.h
(1.1), src/csv/csi_proto.h (1.1), src/csv/css.cpp (1.1),
src/csv/css_proto.h (1.1), src/csv/csu.cpp (1.1),
src/csv/depends.mak (1.1), src/csv/print.cpp (1.1),
src/gpre/ada.cpp (1.1), src/gpre/gpre_meta.e (1.1), src/csv/csv.cpp
(1.1), src/dsql/all.h (1.1), src/dsql/array_proto.h (1.1),
src/dsql/blk.h (1.1), src/dsql/dsql.h (1.1), src/dsql/gen.cpp
(1.1), src/dsql/make.cpp (1.1), src/dsql/movd.cpp (1.1),
src/dsql/pass1.cpp (1.1), src/dsql/sqlda.h (1.1), src/dsql/alld.cpp
(1.1), src/dsql/blob.e (1.1), src/dsql/blob_proto.h (1.1),
src/dsql/chars.h (1.1), src/dsql/ddl.cpp (1.1),
src/dsql/ddl_proto.h (1.1), src/dsql/depends.mak (1.1),
src/dsql/dsql.def (1.1), src/dsql/errd.cpp (1.1),
src/dsql/gen_proto.h (1.1), src/dsql/hsh.cpp (1.1),
src/dsql/keywords.h (1.1), src/dsql/makefile.mak (1.1),
src/dsql/metd.e (1.1), src/dsql/node.h (1.1), src/dsql/parse.y
(1.1), src/dsql/preparse.cpp (1.1), src/dsql/utld.cpp (1.1),
src/dsql/dsql.cpp (1.1), src/dsql/hsh_proto.h (1.1),
src/dsql/metd_proto.h (1.1), src/dsql/movd_proto.h (1.1),
src/dsql/user_dsql.cpp (1.1), src/dsql/alld_proto.h (1.1),
src/dsql/array.e (1.1), src/dsql/dsql_proto.h (1.1),
src/dsql/errd_proto.h (1.1), src/dsql/make_proto.h (1.1),
src/dsql/parse.awk (1.1), src/dsql/parse.cpp (1.1),
src/dsql/parse.sed (1.1), src/dsql/parse_proto.h (1.1),
src/dsql/pass1_proto.h (1.1), src/dsql/prepa_proto.h (1.1),
src/dsql/sym.h (1.1), src/dsql/user__proto.h (1.1),
src/dsql/utld_proto.h (1.1), src/dudley/ddl.cpp (1.1),
src/dudley/ddl.h (1.1), src/dudley/ddl_proto.h (1.1),
src/dudley/depends.mak (1.1), src/dudley/exe_proto.h (1.1),
src/dudley/expan_proto.h (1.1), src/dudley/expand.cpp (1.1),
src/dudley/expr.cpp (1.1), src/dudley/expr_proto.h (1.1),
src/dudley/extra_proto.h (1.1), src/dudley/gener_proto.h (1.1),
src/dudley/generate.cpp (1.1), src/dudley/hsh.cpp (1.1),
src/dudley/lex.cpp (1.1), src/dudley/lex_proto.h (1.1),
src/dudley/parse.cpp (1.1), src/dudley/parse.h (1.1),
src/dudley/parse_proto.h (1.1), src/dudley/trn.cpp (1.1),
src/dudley/trn_proto.h (1.1), src/dudley/exe.e (1.1),
src/dudley/extract.e (1.1), src/dudley/hsh_proto.h (1.1),
src/extlib/ib_udf.c (1.1), src/extlib/ib_udf.h (1.1),
src/extlib/ib_udf.sql (1.1), src/extlib/ib_util.c (1.1),
src/extlib/ib_util.h (1.1), src/extlib/ib_util.pas (1.1),
src/extlib/makefile.mak (1.1), src/include/fb_blk.h (1.1),
src/include/fb_macros.h (1.1), src/include/fb_types.h (1.1),
src/include/iberror.h (1.1), src/include/jrd/gds.h (1.1),
src/intl/ancyrr.h (1.1), src/intl/anczech.h (1.1),
src/intl/angreek1.h (1.1), src/intl/anhundc.h (1.1),
src/intl/anpolish.h (1.1), src/intl/ansii850.h (1.1),
src/intl/ansiintl.h (1.1), src/intl/ansinor4.h (1.1),
src/intl/ansislov.h (1.1), src/intl/ansispan.h (1.1),
src/intl/ansiswfn.h (1.1), src/intl/anturk.h (1.1),
src/intl/ascii.h (1.1), src/intl/ascii2.h (1.1),
src/intl/bllt1ca0.h (1.1), src/intl/bllt1da0.h (1.1),
src/intl/bllt1de0.h (1.1), src/intl/bllt1es0.h (1.1),
src/intl/bllt1fi0.h (1.1), src/intl/bllt1fr0.h (1.1),
src/intl/bllt1is0.h (1.1), src/intl/bllt1it0.h (1.1),
src/intl/bllt1nl0.h (1.1), src/intl/bllt1no0.h (1.1),
src/intl/bllt1pt0.h (1.1), src/intl/bllt1sv0.h (1.1),
src/intl/bllt1uk0.h (1.1), src/intl/bllt1us0.h (1.1),
src/intl/blnxtde0.h (1.1), src/intl/blnxtes0.h (1.1),
src/intl/blnxtfr0.h (1.1), src/intl/blnxtit0.h (1.1),
src/intl/blnxtus0.h (1.1), src/intl/countries.h (1.1),
src/intl/country_codes.h (1.1), src/intl/csjis2_p.h (1.1),
src/intl/cs_437.h (1.1), src/intl/cs_850.h (1.1), src/intl/cs_852.h
(1.1), src/intl/cs_857.h (1.1), src/intl/cs_860.h (1.1),
src/intl/cs_861.h (1.1), src/intl/cs_863.h (1.1), src/intl/cs_865.h
(1.1), src/intl/cs_big5.c (1.1), src/intl/cs_cyrl.h (1.1),
src/intl/cs_gb2312.c (1.1), src/intl/cs_jis_20208_1990.c (1.1),
src/intl/cs_ksc.c (1.1), src/intl/cs_latin1.h (1.1),
src/intl/cs_narrow.c (1.1), src/intl/cs_next.h (1.1),
src/intl/cs_sjis.h (1.1), src/intl/cs_unicode.c (1.1),
src/intl/cs_utffss.c (1.1), src/intl/cs_w1250.h (1.1),
src/intl/cs_w1251.h (1.1), src/intl/cs_w1252.h (1.1),
src/intl/cs_w1253.h (1.1), src/intl/cs_w1254.h (1.1),
src/intl/cv_big5.c (1.1), src/intl/cv_gb2312.c (1.1),
src/intl/cv_jis.c (1.1), src/intl/cv_ksc.c (1.1),
src/intl/cv_narrow.c (1.1), src/intl/cyrr.h (1.1), src/intl/czech.h
(1.1), src/intl/db437de0.h (1.1), src/intl/db437es1.h (1.1),
src/intl/db437fi0.h (1.1), src/intl/db437fr0.h (1.1),
src/intl/db437it0.h (1.1), src/intl/db437nl0.h (1.1),
src/intl/db437sv0.h (1.1), src/intl/db437uk0.h (1.1),
src/intl/db437us0.h (1.1), src/intl/db850cf0.h (1.1),
src/intl/db850de0.h (1.1), src/intl/db850es0.h (1.1),
src/intl/db850fr0.h (1.1), src/intl/db850it1.h (1.1),
src/intl/db850nl0.h (1.1), src/intl/db850pt0.h (1.1),
src/intl/db850sv1.h (1.1), src/intl/db850uk0.h (1.1),
src/intl/db850us0.h (1.1), src/intl/db852cz0.h (1.1),
src/intl/db852hdc.h (1.1), src/intl/db852po0.h (1.1),
src/intl/db852sl0.h (1.1), src/intl/db857tr0.h (1.1),
src/intl/db860pt0.h (1.1), src/intl/db863cf1.h (1.1),
src/intl/db865da0.h (1.1), src/intl/db865no0.h (1.1),
src/intl/db866ru0.h (1.1), src/intl/depends.mak (1.1),
src/intl/dtest2.c (1.1), src/intl/hun852dc.h (1.1),
src/intl/iceland.h (1.1), src/intl/intl.def (1.1), src/intl/intl.h
(1.1), src/intl/lc_ascii.c (1.1), src/intl/lc_big5.c (1.1),
src/intl/lc_dos.c (1.1), src/intl/lc_gb2312.c (1.1),
src/intl/lc_jis.c (1.1), src/intl/lc_ksc.c (1.1),
src/intl/lc_latin1.c (1.1), src/intl/lc_narrow.c (1.1),
src/intl/lc_unicode.c (1.1), src/intl/ld.h (1.1),
src/intl/ldcommon.h (1.1), src/intl/mac_437.h (1.1),
src/intl/mac_865.h (1.1), src/intl/mac_lat1.h (1.1),
src/intl/make.maps (1.1), src/intl/makefile.mak (1.1),
src/intl/mapcompare.cpp (1.1), src/intl/mapdump.c (1.1),
src/intl/mapgen4.c (1.1), src/intl/maptest.cpp (1.1),
src/intl/maptest2.c (1.1), src/intl/nordan40.h (1.1),
src/intl/polish.h (1.1), src/intl/slovene.h (1.1),
src/intl/swedfin.h (1.1), src/intl/turk.h (1.1),
src/intl/tx437_865.h (1.1), src/intl/tx437_lat1.h (1.1),
src/intl/tx865_lat1.h (1.1), src/intl/undef.h (1.1),
src/intl/cs_big5.h (1.1), src/intl/cs_gb2312.h (1.1),
src/intl/cs_jis_0208_1990.h (1.1), src/intl/charsets.h (1.1),
src/intl/cs_jis.c (1.1), src/intl/cs_ksc5601.h (1.1),
src/intl/dtest.c (1.1), src/intl/langdrv.h (1.1), src/intl/ld.c
(1.1), src/intl/ld2.c (1.1), src/intl/ld_proto.h (1.1),
src/burp/backu_proto.h (1.1), src/burp/backup.e (1.1),
src/burp/burp.def (1.1), src/burp/burp.h (1.1), src/burp/burp32.def
(1.1), src/burp/burp_proto.h (1.1), src/burp/burpswi.h (1.1),
src/burp/canon_proto.h (1.1), src/burp/depends.mak (1.1),
src/burp/makefile.mak (1.1), src/burp/misc.cpp (1.1),
src/burp/misc_proto.h (1.1), src/burp/mvol.cpp (1.1),
src/burp/mvol_proto.h (1.1), src/burp/restore.e (1.1),
src/burp/spit.cpp (1.1), src/burp/spit.h (1.1), src/burp/burp.cpp
(1.1), src/burp/canonical.cpp (1.1), src/burp/resto_proto.h (1.1):
Initial revision