8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 00:03:02 +01:00
firebird-mirror/ChangeLog
2002-10-14 22:09:08 +00:00

5235 lines
176 KiB
Plaintext

2002-10-14 11:21 eku
* firebird2/builds/posix/Makefile.in.refDatabases:
The file permissions must match the database attribute (read-only),
otherwise gpre will fail.
2002-10-13 12:30 dimitr
* firebird2/src/jrd/: scl.epp, winnt.cpp:
Fixed one possible bug and one typo.
2002-10-13 12:24 dimitr
* firebird2/src/jrd/: ibase.h, intlnames.h:
Fixed a few little bugs.
2002-10-12 22:27 skidder
* firebird2/src/jrd/opt.cpp:
Move nulls first/last code out of SCROLLABLE_CURSORS ifdef
2002-10-12 21:46 skidder
* firebird2/src/jrd/opt.cpp:
Fixed problem which caused complex outer joins to produce wrong
results
2002-10-12 21:39 skidder
* firebird2/src/jrd/opt.cpp:
Fixed problem which caused complex outer joins to produce wrong
results
2002-10-12 13:14 dimitr
* firebird2/src/: remote/cntl.cpp, remote/nt_server.cpp,
remote/srvr_w32.cpp, utilities/install_nt.h,
utilities/install_svc.cpp:
Made the codebase ready for the win32 classic builds.
2002-10-12 13:07 dimitr
* firebird2/src/jrd/svc.cpp:
Made the codebase ready for the win32 classic builds.
2002-10-12 12:02 dimitr
* firebird2/: src/jrd/isc_version.rc,
builds/win32/msvc6/fbclient.dsp, builds/win32/msvc6/gds32.dsp:
Added proper version information for the both client libraries.
2002-10-12 10:13 stryqx
* firebird2/src/qli/err.cpp:
Implicit cast breaks FreeBSD build.
2002-10-12 07:21 stryqx
* firebird2/src/jrd/os/: mod_loader.h, path_utils.h:
Quiet newline warning
2002-10-12 06:59 stryqx
* firebird2/builds/posix/prefix.freebsd:
Add prefix.freebsd.
2002-10-12 06:16 stryqx
* firebird2/src/: common/memory/memory_pool.cpp, jrd/common.h,
jrd/flu.cpp, jrd/gds.cpp, jrd/isc_file.cpp, jrd/isc_sync.cpp,
jrd/jrd.h, jrd/thd.cpp, jrd/thd.h:
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, fbudf.h, fbudf.sql:
Rename truncate to fbtruncate to avoid conflict with standard C/C++
library.
2002-10-12 06:05 stryqx
* firebird2/src/qli/exe.cpp:
Include string.h for memcpy definition for those systems that need
it.
2002-10-11 23:41 skywalker
* firebird2/builds/posix/Makefile.in.refDatabases:
Changed restore of isc4.gdb to not have read_only option
2002-10-10 21:32 eku
* firebird2/: builds/posix/Makefile.in.embed.qli, src/qli/dtr.cpp,
src/qli/err.cpp, src/qli/exe.cpp:
Fixed compilation of qli.
2002-10-10 14:52 dimitr
* firebird2/src/dsql/preparse.cpp:
Commented out because MSVC doesn't understand such a preprocessor
directive.
2002-10-10 08:48 eku
* firebird2/configure.in:
Compilation of the editline library depends on configure switches.
2002-10-10 08:47 eku
* firebird2/builds/posix/Makefile.in.firebird:
Compilation of the editline library depends on configure switches.
Added qli to the CS targets (needed by TCS).
2002-10-09 14:32 skidder
* firebird2/doc/WhatsNew:
Added my unmentioned change
2002-10-09 13:28 skidder
* firebird2/src/extern/editline/Makefile:
Fixed to make posix build work
2002-10-08 13:46 dimitr
* firebird2/src/jrd/db_alias.cpp:
Re-read aliases config file every time any database is attached.
2002-10-08 11:42 eku
* firebird2/builds/posix/prefix.sinixz:
Updated settings with SINIX-2000 environment
2002-10-08 07:12 eku
* firebird2/src/dsql/preparse.cpp:
Added warning. One needs to rename PAGESIZE to something different.
It's already defined in 'sys/param.h'.
2002-10-07 15:33 eku
* firebird2/src/jrd/: svc.cpp, svc.h:
Service API: o fixed SVC_TRMNTR parsing o fixed -svc/-svc_thd
argument passing o re-enabled API on CS (SINIX-Z)
2002-10-07 03:29 skywalker
* firebird2/: configure.in, builds/posix/Makefile.in.boot.gpre,
builds/posix/Makefile.in.client.gbak,
builds/posix/Makefile.in.client.gdef,
builds/posix/Makefile.in.client.gfix,
builds/posix/Makefile.in.client.gpre,
builds/posix/Makefile.in.client.isql,
builds/posix/Makefile.in.client.util,
builds/posix/Makefile.in.embed.gbak,
builds/posix/Makefile.in.embed.gdef,
builds/posix/Makefile.in.embed.gfix,
builds/posix/Makefile.in.embed.gpre,
builds/posix/Makefile.in.embed.isql,
builds/posix/Makefile.in.embed.lockmgr,
builds/posix/Makefile.in.embed.qli,
builds/posix/Makefile.in.embed.util,
builds/posix/Makefile.in.extlib, builds/posix/Makefile.in.fbserver,
builds/posix/Makefile.in.fbutil, builds/posix/Makefile.in.firebird,
builds/posix/Makefile.in.inet_server,
builds/posix/Makefile.in.install, builds/posix/Makefile.in.intl,
builds/posix/Makefile.in.libfbclient,
builds/posix/Makefile.in.libfbcommon,
builds/posix/Makefile.in.libfbembed,
builds/posix/Makefile.in.libfbserver,
builds/posix/Makefile.in.libfbstatic,
builds/posix/Makefile.in.msgs,
builds/posix/Makefile.in.refDatabases,
builds/posix/Makefile.in.static.gbak,
builds/posix/Makefile.in.static.gpre,
builds/posix/Makefile.in.static.isql,
builds/posix/Makefile.in.v5_examples, builds/posix/make.defaults,
builds/posix/make.rules, builds/posix/make.shared.targets,
builds/posix/make.shared.variables, src/dsql/parse.cpp,
src/extern/editline/MANIFEST, src/extern/editline/Make.os9,
src/extern/editline/Makefile, src/extern/editline/README,
src/extern/editline/complete.c, src/extern/editline/editline.3,
src/extern/editline/editline.c, src/extern/editline/editline.h,
src/extern/editline/os9.h, src/extern/editline/sysos9.c,
src/extern/editline/sysunix.c, src/extern/editline/testit.c,
src/extern/editline/unix.h, src/include/editline.h,
src/include/gen/autoconfig_msvc.h, src/isql/isql.epp,
src/make.new/config/config.h.in, src/utilities/srvrmgr.cpp:
A few makefile dependancies fixed. Started work on upgrading rpm
build scripts Fix makefiles for super build Exchange editline for
readline in isql
2002-10-06 15:33 dimitr
* firebird2/doc/WhatsNew:
Alpha 2 changes.
2002-10-06 12:59 dimitr
* firebird2/builds/win32/msvc6/fbserver.dsp:
no message
2002-10-06 12:55 dimitr
* firebird2/builds/win32/msvc6/isql.dsp:
Statically link isql with the runtime libraries.
2002-10-06 12:51 dimitr
* firebird2/src/dsql/ddl.cpp:
BLOB subtypes are no longer ignored in views (expression fields
only).
2002-10-06 10:59 dimitr
* firebird2/src/utilities/registry.cpp:
Added missing guardian registry entry.
2002-10-05 00:08 skidder
* firebird2/src/jrd/: dfw.epp, jrd.h, met.epp, met_proto.h:
Fixed resource leaks in DDL recursive procedure handling which
caused some DDL to fail
2002-10-04 23:57 skidder
* firebird2/builds/posix/: make.shared.variables, prefix.darwin,
prefix.linux, prefix.sinixz, prefix.solx86:
Little garbage cleanup. Shouldn't break anything
2002-10-04 19:53 arnobrinkman
* firebird2/src/dsql/pass1.cpp:
AB: Fixed bug with alias and GROUP BY clause
2002-10-04 13:06 eku
* firebird2/src/: jrd/alt.cpp, utilities/gsec.cpp:
Fixed coredump caused by 'array out of bounds' writes.
2002-10-04 11:38 eku
* firebird2/src/utilities/security.epp:
Fixed merge error FB1->FB2.
2002-10-02 19:56 skidder
* firebird2/src/jrd/: grant.gdl, trig.h:
Field check constraints are now deleted automatically
2002-10-02 16:31 dimitr
* firebird2/doc/WhatsNew:
Updated.
2002-10-02 15:27 dimitr
* firebird2/src/jrd/idx.h:
Just a cosmetic change.
2002-10-02 15:27 dimitr
* firebird2/src/jrd/dyn_def.epp:
Removed problematic code related to ALTER VIEW implementation.
2002-10-02 15:24 dimitr
* firebird2/src/dsql/: parse.cpp, parse.y:
Hide ALTER VIEW functionality until it works good.
2002-10-02 15:24 dimitr
* firebird2/src/dsql/ddl.cpp:
Made it in-sync with the FB1 tree.
2002-10-02 14:43 eku
* firebird2/: builds/posix/Makefile.in.firebird,
src/install/arch-specific/sinixz/prototype.in:
Build and distribute 'gdef'.
2002-10-02 11:41 eku
* firebird2/src/remote/inet.cpp:
Found a last occurance of NOINITGROUPS :-(
2002-10-02 11:40 eku
* firebird2/src/intl/ld.h:
Fixed compiler warning 'No newline at end of file'.
2002-10-01 14:03 dimitr
* firebird2/src/: make.new/config/config.h.in,
include/gen/autoconfig_msvc.h:
Fixed wrong alignment of double for i386.
2002-10-01 12:38 eku
* firebird2/configure.in:
Autoconf: the usage of the readline library can be turned off with
'--without-readline'.
2002-10-01 09:56 dimitr
* firebird2/doc/WhatsNew:
no message
2002-10-01 07:47 eku
* firebird2/: configure.in, src/include/gen/autoconfig_msvc.h,
src/install/arch-specific/sinixz/prototype.in, src/jrd/jrd.cpp,
src/jrd/unix.cpp, src/make.new/config/config.h.in:
Merged the support for databases on raw devices from FB1 into FB2.
Added switch '--enable-raw-devices' to configure to enable this
feature (default=off). Currently only supported on UNIX platforms.
2002-10-01 02:34 arnobrinkman
* firebird2/src/dsql/pass1.cpp:
AB: Fix error-message bug with aggregate only in sub-select
2002-09-30 22:32 dimitr
* firebird2/doc/WhatsNew:
Oops.
2002-09-30 22:25 dimitr
* firebird2/doc/: WhatsNew, WhatsNew:
Mentioned the invisible work that's done by our heroes ;-) Most of
these things cannot be seen by our users but its importance cannot
be overstressed.
2002-09-30 22:22 dimitr
* firebird2/doc/WhatsNew:
Mentioned the invisible work that's done by our heroes ;-) Most of
these things cannot be seen by our users but its importance cannot
be overstressed.
2002-09-30 21:19 skidder
* firebird2/src/jrd/met.epp:
Fixed my own dropped procedure handling error
2002-09-30 21:13 dimitr
* firebird2/doc/WhatsNew:
Removed unfinished stuff and added credits.
2002-09-30 20:24 skidder
* firebird2/src/jrd/met.epp:
Fixed possible coredump while dropping procedure and in some other
cases
2002-09-30 17:21 skidder
* firebird2/src/jrd/dyn_def.epp:
Fixed resource leaks which caused recursive definition error
2002-09-30 17:18 dimitr
* firebird2/doc/WhatsNew:
Added new file which describes all changes that are visible for
end-users.
2002-09-30 16:21 skidder
* firebird2/src/jrd/: dfw.epp, met.epp, met_proto.h:
Fixed FB1/FB2/IB6 possibility of deferred database corruption (just
reported or rarely real) when deleting foreign constraint
2002-09-30 09:41 eku
* firebird2/src/intl/langdrv.h:
Avoid compiler warning 'No newline at end of file'.
2002-09-30 08:00 eku
* firebird2/src/: jrd/arg.h, jrd/pwd.h, lock/fparamv3.h:
Don't hard-code the installation path. Use ISC_PREFIX whereever
possible.
2002-09-29 17:44 dimitr
* firebird2/src/jrd/vio.cpp:
Fixed one reason of the well-known "decompression overran buffer"
error.
2002-09-29 01:52 arnobrinkman
* firebird2/src/dsql/pass1.cpp:
AB: Adding better error-handeling and support for subqueries with
group_by clause
2002-09-29 00:42 skidder
* firebird2/src/jrd/dfw.epp:
Fixed resource/memory leak which caused some DDL to fail
2002-09-29 00:37 skidder
* firebird2/src/jrd/dfw.epp:
Fixed resource/memory leak which caused some DDL to fail
2002-09-28 22:58 skidder
* firebird2/src/jrd/met.epp:
Fixed one more DDL coredump
2002-09-28 22:56 skidder
* firebird2/builds/posix/make.shared.variables:
Make it build on posix again
2002-09-28 16:08 dimitr
* firebird2/builds/win32/msvc6/: dsql_server.dsp, fbserver.dsp:
Added new files to the projects.
2002-09-28 16:03 dimitr
* firebird2/src/: dsql/dsql.cpp, dsql/dsql.tab.h, dsql/gen.cpp,
dsql/keywords.cpp, dsql/make.cpp, dsql/misc_func.cpp,
dsql/misc_func.h, dsql/node.h, dsql/parse.cpp, dsql/parse.y,
dsql/pass1.cpp, jrd/blr.h, jrd/cmp.cpp, jrd/evl.cpp, jrd/exe.cpp,
jrd/exe.h, jrd/misc_func_ids.h, jrd/par.cpp, jrd/req.h:
1. Reworked internal_info implementation in both DSQL and JRD. New
helper class created to serve it properly. 2. Added exception
re-raise semantics. Syntax: EXCEPTION; If there was handled
exception, re-initiate it, otherwise evaluate to no-op. 3.
Implemented run-time exception messages. Syntax: EXCEPTION
<exception_name> [<value>]; If <value> is specified, evaluate it
and use instead of RDB$EXCEPTION_MESSAGE. 4. Added new SQLCODE and
GDSCODE system variables. Available in procedures/triggers only.
If there wasn't any exception raised, return zero (success),
otherwise return an error code. 5. Implemented ROWS_AFFECTED
system variable. Available in procedures/triggers only. Count
rows affected by the last INSERT/UPDATE/DELETE statement. For any
other statement, result is always zero.
2002-09-28 00:59 skidder
* firebird2/src/jrd/: cmp.cpp, dfw.epp, jrd.cpp, jrd.h, met.epp,
met_proto.h:
Fix several mostly DDL-related coredumps and locking failures
2002-09-27 17:21 alexpeshkoff
* firebird2/builds/win32/msvc6/alice.dsp:
Missed DEV_BUILD in Debug configuration
2002-09-27 15:12 kkuznetsov
* firebird2/src/: include/firebird.h, jrd/common.h:
[no log message]
2002-09-27 11:05 eku
* firebird2/src/dsql/dsql.h:
Fixed compiler warning about redefinition of 'assert'.
2002-09-27 03:31 bellardo
* firebird2/src/jrd/jrd_math.h:
Finished header file renaming cleanup.
2002-09-27 03:29 bellardo
* firebird2/src/isql/isql.epp:
Cleaned up include directives after renaming math.h to jrd_math.h.
2002-09-27 03:28 bellardo
* firebird2/src/jrd/: cvt.cpp, evl.cpp, exe.cpp, gds.cpp,
jrd_time.h:
Cleaned up some include directives after renaming jrd_time.h.
2002-09-27 02:20 bellardo
* firebird2/src/: burp/burp.cpp, isql/isql.epp, jrd/cvt.cpp,
jrd/evl.cpp, jrd/gds.cpp, jrd/isc_sync.cpp, jrd/jrd.cpp,
jrd/jrn.cpp, jrd/math.cpp, jrd/mov.cpp, jrd/perf.cpp, jrd/svc.cpp,
jrd/utl.cpp, lock/lock.cpp, qli/format.cpp, qli/mov.cpp,
qli/picstr.cpp, remote/inet.cpp, wal/wal.cpp, wal/walc.cpp,
wal/walw.cpp:
renamed header files jrd/math.h and jrd/time.h to jrd/jrd_math.h
and jrd/jrd_time.h.
2002-09-26 20:14 skidder
* firebird2/src/jrd/vio.cpp:
Fixed nasty memory corruption problem which caused server to crash
quasi-randomly under high load (seems to be very old bug)
2002-09-26 20:13 skidder
* firebird2/src/jrd/: cmp.cpp, dfw.epp, jrd.cpp, met.epp:
Fixed some memory leaks
2002-09-26 15:32 kkuznetsov
* firebird2/builds/posix/prefix.solx86:
[no log message]
2002-09-26 11:53 kkuznetsov
* firebird2/builds/posix/prefix.solx86:
[no log message]
2002-09-26 11:26 eku
* firebird2/src/: isql/isql.epp, jrd/blb.cpp, jrd/dls.cpp,
jrd/dpm.epp, jrd/isc_file.cpp, jrd/isc_sync.cpp, jrd/jrd.cpp,
jrd/svc.cpp:
Fixed compiler warnings.
2002-09-25 19:12 skidder
* firebird2/src/: alice/alice_meta.epp, alice/all.cpp,
alice/tdr.cpp, common/memory/allocators.cpp,
common/memory/allocators.h, common/memory/memory_pool.h,
dsql/alld.cpp, dsql/ddl.cpp, dsql/dsql.cpp, dsql/gen.cpp,
dsql/make.cpp, dsql/metd.epp, dsql/parse.cpp, dsql/parse.y,
dsql/pass1.cpp, include/fb_blk.h, jrd/ail.cpp, jrd/all.cpp,
jrd/blb.cpp, jrd/blob_filter.epp, jrd/block_cache.h,
jrd/bookmark.cpp, jrd/btr.cpp, jrd/cch.cpp, jrd/cmp.cpp,
jrd/cvt2.cpp, jrd/dfw.epp, jrd/dyn_def.epp, jrd/dyn_del.epp,
jrd/evl.cpp, jrd/exe.cpp, jrd/exe.h, jrd/ext.cpp, jrd/extvms.cpp,
jrd/fun.epp, jrd/grant.epp, jrd/idx.cpp, jrd/ini.epp, jrd/intl.cpp,
jrd/intl_builtin.cpp, jrd/jrd.cpp, jrd/jrd.h, jrd/log.cpp,
jrd/met.epp, jrd/netware.cpp, jrd/opt.cpp, jrd/os2.cpp,
jrd/pag.cpp, jrd/par.cpp, jrd/plugin_manager.cpp, jrd/rec.cpp,
jrd/rlck.cpp, jrd/rng.cpp, jrd/rse.cpp, jrd/sbm.cpp, jrd/scl.epp,
jrd/sdw.cpp, jrd/sort.cpp, jrd/sort_mem.cpp, jrd/sqz.cpp,
jrd/svc.cpp, jrd/tpc.cpp, jrd/tra.cpp, jrd/unix.cpp, jrd/val.cpp,
jrd/val.h, jrd/vio.cpp, jrd/vms.cpp, jrd/windows.cpp,
jrd/winnt.cpp, jrd/os/darwin/mod_loader.cpp,
jrd/os/posix/mod_loader.cpp, jrd/os/posix/path_utils.cpp,
jrd/os/win32/mod_loader.cpp, jrd/os/win32/path_utils.cpp,
utilities/dba.epp:
Changed engine to store source file name/line number information
for EVERY allocation when DEBUG_GDS_ALLOC is defined. All
allocation should be done using FB_NEW or FB_NEW_RPT macros instead
of keyword new since now
2002-09-25 15:08 eku
* firebird2/src/: burp/burp.h, msgs/build_file.epp,
msgs/modify_msgs.epp:
Fixed compiler warnings.
2002-09-25 13:20 kkuznetsov
* firebird2/builds/posix/: make.rules, prefix.solx86:
[no log message]
2002-09-25 13:12 kkuznetsov
* firebird2/src/common/memory/memory_pool.cpp:
fixed some compile errors
2002-09-25 09:18 eku
* firebird2/src/jrd/intl_builtin.cpp:
Undone previous changes.
2002-09-25 08:41 eku
* firebird2/src/jrd/intl_builtin.cpp:
Fixed compiler warnings about nested comments.
2002-09-25 08:22 kkuznetsov
* firebird2/src/jrd/: common.h, ib_stdio.h, thd.h:
Some work on Solaris port
2002-09-25 07:56 dimitr
* firebird2/src/jrd/plugin_manager.cpp:
Commited John's fix for PluginManager::Module class destructor.
2002-09-24 21:53 skidder
* firebird2/src/: jrd/isc_i_proto.h, jrd/isc_ipc.cpp,
jrd/isc_sync.cpp, remote/inet.cpp:
Make engine compileable on Linux again after Erik's signal cleanup
2002-09-24 19:53 bellardo
* firebird2/src/jrd/jrd.h:
Fixed the "typename" error message. The fix involved adding the
typename keyname to a declaration. It is possible that older
compilers don't support typename, so in the future we may have to
use autoconf to detect compiler support.
2002-09-24 16:17 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h:
DEBUG_GDS_ALLOC macro is now defined by autoconf.
2002-09-24 15:01 eku
* firebird2/builds/posix/: Makefile.in.boot.gpre,
Makefile.in.client.gbak, Makefile.in.client.gdef,
Makefile.in.client.gfix, Makefile.in.client.gpre,
Makefile.in.client.isql, Makefile.in.client.util,
Makefile.in.embed.gbak, Makefile.in.embed.gdef,
Makefile.in.embed.gfix, Makefile.in.embed.gpre,
Makefile.in.embed.isql, Makefile.in.embed.qli,
Makefile.in.embed.util, Makefile.in.example5, Makefile.in.extlib,
Makefile.in.fbserver, Makefile.in.inet_server, Makefile.in.intl,
Makefile.in.jrd, Makefile.in.libfbclient, Makefile.in.libfbembed,
Makefile.in.msgs, Makefile.in.static.gpre, Makefile.in.static.isql,
make.defaults, make.rules:
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:
Activate memory debugging and a few more compiler warnings.
2002-09-24 14:58 eku
* firebird2/src/install/arch-specific/sinixz/: postinstall.in,
prototype.in:
Fixed installation issues.
2002-09-24 14:57 eku
* firebird2/src/: alice/alice.cpp, burp/burp.cpp,
common/memory/memory_pool.cpp, gpre/c_cxx.cpp, gpre/cmp.cpp,
gpre/cob.cpp, gpre/int.cpp, jrd/btr.cpp, jrd/cch.cpp, jrd/fil.h,
jrd/gds.cpp, jrd/isc_cray.cpp, jrd/isc_i_proto.h, jrd/isc_ipc.cpp,
jrd/isc_sync.cpp, remote/inet.cpp:
Removed compiler warnings. Fixed more SIG_FPTR issues. Use GNU C to
check format strings against arguments.
2002-09-24 10:05 dimitr
* firebird2/src/jrd/met.epp:
Fixed lack of member variable initialization.
2002-09-24 02:27 bellardo
* firebird2/src/jrd/: jrd.cpp, plugin_manager.cpp,
plugin_manager.h:
Added support for a single, generic "plugins" directory. Where
possible, this new plugins directory should be used for engine
modules. Note the old separate directories intl and UDF still
exist and have the same usage as before.
2002-09-24 01:19 bellardo
* firebird2/src/jrd/: plugin_manager.cpp, plugin_manager.h:
Added some class documentation and move module cleanup to
PluginManager destructor, including verifing reference counts in
the debug build.
2002-09-23 20:02 skidder
* firebird2/src/common/memory/: allocators.cpp, allocators.h:
Added FB_NEW macro
2002-09-23 19:58 skidder
* firebird2/src/jrd/plugin_manager.h:
Fixed memory corruption problem which forbad build with
DEBUG_GDS_ALLOC turned on
2002-09-23 19:18 bellardo
* firebird2/src/jrd/: jrd.cpp, jrd.h:
Fixed an infinite recursion problem with the new compilation
delayed triggers.
2002-09-23 17:08 skidder
* firebird2/src/common/memory/allocators.cpp:
gds__alloc_debug stores line number information in the memory pool
2002-09-23 12:41 dimitr
* firebird2/src/jrd/: common.h, isc_ipc.cpp:
Fixed wrong SIG_FPTR definition for win32.
2002-09-23 09:49 eku
* firebird2/configure.in:
Fixed syntax error introduced with previous check-in.
2002-09-22 22:41 skidder
* firebird2/: builds/posix/prefix.linux,
src/common/memory/memory_pool.cpp, src/common/memory/memory_pool.h,
src/jrd/common.h, src/remote/inet_server.cpp:
Added file name/line number information to debug memory manager.
Dumps memory state to memdebug.log on exit
2002-09-22 21:08 bellardo
* firebird2/src/jrd/: jrd.cpp, jrd.h:
Fixed an order of operations error in the first dbb destructor
implementation.
2002-09-22 19:25 bellardo
* firebird2/src/jrd/: jrd.cpp, jrd.h:
Patch a rather large dbb memory leak created during the c++
porting.
2002-09-22 15:29 dimitr
* firebird2/src/jrd/scl.epp:
Added initialization of the local variable.
2002-09-22 14:52 dimitr
* firebird2/src/jrd/intl_classes.h:
Don't know why, but it fixes the current linking problem.
2002-09-21 11:53 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h:
We definitely don't need extra tons of warnings regarding
unrecognized preprocessor directive.
2002-09-21 10:00 dimitr
* firebird2/src/jrd/isc_ipc.cpp:
Fixed wrong (at least for win32) function pointer cast.
2002-09-20 22:59 bellardo
* firebird2/builds/mac_os_x/CS/CS.pbproj/: bellardo.pbxuser,
john.pbxuser:
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:
Fixed to make install work after interbase.msg->firebird.msg change
2002-09-20 20:58 skidder
* firebird2/configure.in:
Fixed to make build work w/o config file
2002-09-20 12:23 eku
* firebird2/: builds/posix/Makefile.in.firebird,
builds/posix/Makefile.in.msgs, builds/posix/make.defaults,
builds/posix/prefix.sinixz,
src/install/arch-specific/sinixz/prototype.in, src/jrd/cch.cpp,
src/jrd/err.cpp, src/jrd/isc_ipc.cpp, src/remote/interface.cpp,
src/utilities/srvrmgr.cpp:
Fixed the naming of some files: interbase.msg => firebird.msg
interbase.log => firebird.log
SINIX-Z: don't distribute build programms
2002-09-20 12:10 dimitr
* firebird2/src/: jrd/version.rc, remote/window.rc, jrd/jrd_ver.h,
jrd/jrd_ver.rc, jrd/version_95.rc, remote/window.aps:
Get rid of unnecessary files.
2002-09-20 12:07 dimitr
* firebird2/: builds/win32/msvc6/fbclient.dsp,
builds/win32/msvc6/fbserver.dsp, src/iscguard/iscguard.rc:
Get rid of unnecessary files.
2002-09-20 10:31 eku
* firebird2/src/install/arch-specific/sinixz/postinstall.in:
Fixed typo.
2002-09-20 10:28 eku
* firebird2/: configure.in, src/jrd/file_params.h,
src/make.new/config/config.h.in:
Do not hard-code the value of ISC_PREFIX, but set it to
installation prefix (--prefix option).
2002-09-19 18:02 skidder
* firebird2/src/jrd/: cmp.cpp, dfw.epp, exe.cpp, jrd.cpp, jrd.h,
met.epp, met_proto.h:
Deferred user trigger compilation added. Solves some, but not all
DDL issues and speeds things up
2002-09-19 17:25 skidder
* firebird2/builds/posix/: Makefile.in.boot.gpre,
Makefile.in.client.gbak, Makefile.in.client.gdef,
Makefile.in.client.gfix, Makefile.in.client.gpre,
Makefile.in.client.isql, Makefile.in.client.util,
Makefile.in.embed.gbak, Makefile.in.embed.gdef,
Makefile.in.embed.gfix, Makefile.in.embed.gpre,
Makefile.in.embed.isql, Makefile.in.embed.lockmgr,
Makefile.in.embed.qli, Makefile.in.embed.util,
Makefile.in.example5, Makefile.in.extlib, Makefile.in.fbserver,
Makefile.in.fbutil, Makefile.in.firebird, Makefile.in.gpre,
Makefile.in.inet_server, Makefile.in.install, Makefile.in.intl,
Makefile.in.jrd, Makefile.in.libfbclient, Makefile.in.libfbcommon,
Makefile.in.libfbembed, Makefile.in.libfbserver,
Makefile.in.libfbstatic, Makefile.in.msgs,
Makefile.in.refDatabases, Makefile.in.static.gbak,
Makefile.in.static.gpre, Makefile.in.static.isql,
Makefile.in.v5_examples, make.rules, prefix.linux, prefix.sinixz:
Fix build engine to make PROD_BUILD compile
2002-09-19 17:22 skidder
* firebird2/src/install/super/: SSTarInstall.sh, SSinstall.sh,
SSpostinstall.sh, SSpostuninstall.sh, SSpreinstall.sh,
SSpreuninstall.sh, SSrpmfiles.txt, SSrpmheader.txt, install.sh.in,
postinstall.sh.in, postuninstall.sh.in, preinstall.sh.in,
preuninstall.sh.in, rpmfiles.txt.in, rpmheader.txt.in,
tarInstall.sh.in:
Fix build engine to make PROD_BUILD compile
2002-09-19 12:51 eku
* firebird2/: configure.in, src/include/gen/autoconfig_msvc.h,
src/jrd/common.h, src/make.new/config/config.h.in:
Autoconf: o check for the function initgroups (replaces
NOINITGROUPS define) o the define INTL (common.h) has been
removed, since it is only set but not used anywhere
2002-09-19 11:35 eku
* firebird2/src/install/arch-specific/sinixz/postinstall.in:
gds_inet_server is now called fb_inet_server
2002-09-18 14:50 eku
* firebird2/: configure.in, src/burp/mvol.cpp, src/burp/spit.cpp,
src/extlib/ib_udf.c, src/extlib/fbudf/stdafx.h,
src/include/gen/autoconfig_msvc.h, src/iscguard/iscguard.cpp,
src/isql/isql_win.cpp, src/journal/misc.cpp, src/jrd/common.h,
src/jrd/cvt.cpp, src/jrd/exe.cpp, src/jrd/gds.cpp,
src/jrd/memtest.cpp, src/jrd/pcsleep.cpp, src/jrd/perf.cpp,
src/jrd/perf.h, src/jrd/pwd.cpp, src/jrd/svc.cpp, src/jrd/time.h,
src/jrd/unix.cpp, src/lock/lock.cpp,
src/make.new/config/config.h.in, src/msgs/check_msgs.epp,
src/remote/inet.cpp, src/remote/inet_server.cpp,
src/remote/netwcon.cpp, src/utilities/analyse.cpp,
src/utilities/drop.cpp, src/utilities/srvrmgr.cpp,
src/utilities/util.cpp, src/v5_examples/apifull.c,
src/v5_examples/udflib.c, src/wal/driver.cpp, src/wal/wal.cpp:
Autoconf cleanup: o use predefined macros to test for sys/wait.h,
time.h and sys/time.h o search strcasecmp in libresolv only if
strcasecmp and stricmp are not in libc o use predefined macro
AC_SYS_LARGEFILE to determine 64Bit I/O o determine the alignment
of long and double (ALIGNMENT,DOUBLE_ALIGN), still need to write
a test for FB_ALIGN!
2002-09-17 07:58 eku
* firebird2/: configure.in, src/burp/canonical.cpp,
src/dsql/dsql.cpp, src/include/gen/autoconfig_msvc.h,
src/install/arch-specific/sinixz/prototype.in, src/jrd/align.cpp,
src/jrd/atom.h, src/jrd/bookmark.cpp, src/jrd/btr.cpp,
src/jrd/common.h, src/jrd/cvt.cpp, src/jrd/cvt2.cpp,
src/jrd/evl.cpp, src/jrd/exe.cpp, src/jrd/ib_stdio.cpp,
src/jrd/inf.cpp, src/jrd/opt.cpp, src/jrd/quad.cpp,
src/jrd/sort.cpp, src/jrd/vmsthread.cpp,
src/make.new/config/config.h.in, src/remote/merge.cpp,
src/remote/protocol.cpp, src/utilities/rebuild.cpp:
Autoconf cleanup: o since the define 'VAX' was only used to tell
that the byte order is LITTLE_ENDIAN (it have nothing else to do
with the VAX computer family) it can safely replaced with
'!WORDS_BIGENDIAN'. o check if pointers are 64 bit o replaced
HAS_64BIT_POINTERS with 'SIZEOF_VOID_P == 8'
2002-09-16 18:30 skidder
* firebird2/: builds/posix/prefix.linux, src/jrd/dyn.epp,
src/jrd/dyn_def.epp, src/jrd/dyn_del.epp, src/jrd/dyn_df_proto.h,
src/jrd/idx.h, src/jrd/ods101.gdl:
Roll back my previos DDL optimization changes. Add index RDB(RDB)
instead. Testing revealed that it works faster
2002-09-13 13:13 skidder
* firebird2/src/jrd/dyn_def.epp:
Fixed wrong comment placement
2002-09-13 09:15 eku
* firebird2/src/journal/journal.h:
Changed indent.
2002-09-13 09:15 eku
* firebird2/src/install/arch-specific/sinixz/Makefile.in:
SINIX-Z: changed location of the produced package
2002-09-13 09:14 eku
* firebird2/builds/posix/prefix.sinixz:
SINIX-Z: turn on compiler warnings only in debug builds
2002-09-12 21:51 skidder
* firebird2/src/dsql/: ddl.cpp, ddl.cpp:
Fixed cached metadata error which caused many DDL/DML statements to
fail
2002-09-12 18:17 skidder
* firebird2/src/jrd/dyn_def.epp:
Fixed my own bug with index creation
2002-09-12 15:14 eku
* firebird2/src/journal/journal.h:
Fixed unterminated comment.
2002-09-11 21:34 skidder
* firebird2/src/: common/memory/memory_pool.cpp, jrd/common.h,
jrd/gds.cpp, jrd/gdsassert.h, jrd/intl.cpp, jrd/jrd.h, jrd/lck.cpp:
resoled some linux build issues, warnings
2002-09-11 21:31 skidder
* firebird2/src/jrd/: dyn.epp, dyn_def.epp, dyn_del.epp,
dyn_df_proto.h:
DDL GDML query optimization
2002-09-11 13:30 eku
* firebird2/: autogen.sh, configure.in, src/alice/alice.cpp,
src/burp/burp.cpp, src/include/fb_types.h,
src/include/gen/autoconfig_msvc.h, src/jrd/common.h,
src/jrd/divorce.cpp, src/jrd/dyn.epp, src/jrd/dyn_def.epp,
src/jrd/dyn_del.epp, src/jrd/dyn_mod.epp, src/jrd/dyn_util.epp,
src/jrd/exe.cpp, src/jrd/gds.cpp, src/jrd/isc_ipc.cpp,
src/jrd/isc_sync.cpp, src/jrd/jrd.cpp, src/jrd/met.epp,
src/jrd/scl.epp, src/jrd/sdw.cpp, src/jrd/svc.cpp,
src/jrd/unix.cpp, src/lock/lock.cpp,
src/make.new/config/config.h.in, src/pipe/foot.cpp,
src/pipe/head.cpp, src/qli/exe.cpp, src/remote/divorce.cpp,
src/remote/server.cpp, src/utilities/cache.cpp,
src/utilities/relay.cpp, src/utilities/util.cpp:
Autoconf enhancements: o autoconf v2.53 and later is now required
to generate configure (sorry, but it makes many tasks easier) o
improved tests for mmap, socklen_t and offt_64 o added tests for
atexit, on_exit, (v)fork, set(p)grp, setpgid and flock o added
test for the keyword 'volatile' o fixed errors in configure.in o
updated config.h.in and autoconfig_msvc.h (the latter may be
incorrect) o replaced VOLATILE by volatile o removed SETPGRP and
ATEXIT o replaced NO_FLOCK by HAVE_FLOCK o SIG_FPTR cleanup o
vfork cleanup
2002-09-11 09:49 eku
* firebird2/builds/posix/prefix.sinixz:
New version.
2002-09-10 20:38 skidder
* firebird2/src/fbutil/FirebirdConfigFile.cpp:
Fix compiler warning
2002-09-10 20:34 skidder
* firebird2/src/msgs/load.epp:
Added nulls first/last support load.epp
2002-09-10 20:33 skidder
* firebird2/src/jrd/: blr.h, opt.cpp, par.cpp:
Added nulls first/last support
2002-09-10 20:33 skidder
* firebird2/: src/intl/ld.c, builds/posix/Makefile.in.intl:
Make INTL work on Linux
2002-09-10 20:31 skidder
* firebird2/src/install/: classic/install.sh.in,
misc/firebird.xinetd, misc/firebird.xinetd.in:
Make make install work
2002-09-10 20:30 skidder
* firebird2/src/gpre/gpre_meta.epp:
Optimize it a little
2002-09-10 20:28 skidder
* firebird2/src/dsql/: dsql.tab.h, gen.cpp, keywords.cpp, node.h,
parse.cpp, parse.y, pass1.cpp:
added nulls first/last syntax support
2002-09-10 20:26 skidder
* firebird2/src/dsql/metd.epp:
Optimize it a little
2002-09-10 20:24 skidder
* firebird2/src/common/memory/memory_pool.cpp:
Fix compiler warning
2002-09-10 20:22 skidder
* firebird2/builds/posix/: Makefile.in.firebird,
Makefile.in.v5_examples:
Makefile for examples is broken. Do not compile it
2002-09-10 15:40 dimitr
* firebird2/src/jrd/: cch.cpp, sdw.cpp, tra.cpp:
Fixed wrong initialization of the stack variables.
2002-09-10 15:38 dimitr
* firebird2/src/utilities/dba.epp:
Fixed wrong size of the local variable. Thanks to Dmitry Kuzmenko.
2002-09-10 10:07 dimitr
* firebird2/src/: dsql/metd.epp, gpre/gpre_meta.epp:
Fixed error in GDML statement.
2002-09-10 09:56 eku
* firebird2/configure.in:
Fixed problems with '--with-lock-manager'.
2002-09-10 08:08 eku
* firebird2/builds/posix/: make.rules, prefix.darwin, prefix.linux,
prefix.solx86:
Control build type (production/development) by configure
(--enable-debug).
2002-09-09 13:40 dimitr
* firebird2/src/jrd/dyn.epp:
Fixed memory handling bug.
2002-09-09 07:51 eku
* firebird2/builds/posix/Makefile.in.fbutil:
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:
Fixed C&P error that prevented ISQL from beeing compiled.
2002-09-08 18:33 dimitr
* firebird2/src/jrd/tra.cpp:
Don't allow sweeper to start if the database is shutdown.
2002-09-08 18:32 dimitr
* firebird2/src/msgs/load.epp:
no message
2002-09-08 09:56 dimitr
* firebird2/src/: iscguard/iscguard.cpp, iscguard/iscguard.h,
jrd/jrd.cpp, remote/ibconfig.h, remote/inet_server.cpp,
remote/window.h, utilities/guard.cpp, utilities/util.cpp,
v5_examples/makefile.old:
fbserver instead of ibserver.
2002-09-06 15:05 alexpeshkoff
* firebird2/src/jrd/fun.epp:
Corrected bug with UDF's returning floating point by value
2002-09-06 10:57 dimitr
* firebird2/src/jrd/db_alias.cpp:
Proper location of the aliases config file.
2002-09-06 10:45 eku
* firebird2/src/install/arch-specific/sinixz/: Makefile.in,
pkginfo.in, postinstall.in, postremove.in, preinstall.in,
prototype.in:
SINIX-Z package files
2002-09-06 09:51 dimitr
* firebird2/src/dsql/: ddl.cpp, parse.cpp, parse.y:
More complete implementation of the INDEX subclause of a constraint
declaration.
2002-09-06 09:13 eku
* firebird2/configure.in:
SINIX-Z packaging
2002-09-05 13:48 dimitr
* firebird2/src/dsql/ddl.cpp:
Fixed bug with wrong RDB$SYSTEM_FLAG values for the relation
constraint triggers.
2002-09-05 11:00 dimitr
* firebird2/src/jrd/isc_sync_win32.cpp:
Corrected the exception handling logic: - check asynchronous
(hardware) exceptions first - proper memory management
2002-09-04 20:17 dimitr
* firebird2/src/jrd/isc_sync_win32.cpp:
Fixed wrong exception handling logic. Hope it's done correctly and
won't cause more errors.
2002-09-04 16:37 dimitr
* firebird2/src/jrd/isc_sync_win32.cpp:
a) we're Firebird, not InterBase b) we shouldn't have such ugly
string handling bugs
2002-09-04 15:34 eku
* firebird2/src/: jrd/svc.cpp, utilities/security.epp:
Fixed a typo that was introduced with the strcasecmp/stricmp
changes.
2002-09-04 14:09 dimitr
* firebird2/src/dsql/: ddl.cpp, dsql.tab.h, keywords.cpp, node.h,
parse.cpp, parse.y:
Changed syntax of the INDEX subclause of a constraint declaration,
now it looks as: [USING [ASC[ENDING] | DESC[ENDING]] INDEX index]
2002-09-04 12:22 dimitr
* firebird2/: src/jrd/intl.cpp, builds/win32/msvc6/intl.dsp:
Renamed gdsintl.dll to fbintl.dll.
2002-09-04 11:12 dimitr
* firebird2/src/: jrd/file_params.h, msgs/build_file.epp,
utilities/install_nt.h, utilities/install_svc.cpp:
Make sure we're Firebird, both interbase.msg and interbase.log are
renamed.
2002-09-04 10:18 dimitr
* firebird2/src/utilities/registry.h:
Changed the default registry key to the native Firebird one.
2002-09-03 19:31 dimitr
* firebird2/builds/win32/msvc6/: ib_udf.def, ib_udf.dsp:
Added ib_udf project.
2002-09-03 19:29 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h:
Minor build changes in the UDF libraries.
2002-09-03 19:25 dimitr
* firebird2/builds/win32/msvc6/Firebird2.dsw:
Added ib_udf project.
2002-09-03 19:23 dimitr
* firebird2/src/extlib/: fbudf/fbudf.cpp, fbudf/stdafx.h, ib_udf.h:
Minor build changes in the UDF libraries.
2002-09-03 15:35 eku
* firebird2/builds/posix/Makefile.in.refDatabases:
Fixed more make problems. Why do we touch the result here???
2002-09-03 15:25 eku
* firebird2/configure.in:
Added the new configure option '--with-lock-manager' that controlls
the build of the manager binary. This option is only valid for CS
architecture. Replaced '#' with the correct M4 macro for comments
'dnl'.
2002-09-03 15:24 eku
* firebird2/: src/make.new/config/config.h.in,
builds/posix/Makefile.in.firebird,
src/include/gen/autoconfig_msvc.h, src/lock/lock.h:
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:
- 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, dsql/dsql.cpp, dsql/metd.epp,
dsql/node.h, dsql/parse.cpp, dsql/parse.y, dsql/pass1.cpp,
gpre/gpre_meta.epp, jrd/dfw.epp, jrd/dyn_def.epp, jrd/met.epp:
- allowed user-defined index names for PK/FK/UK constraints - fixed
ugly hardcoded name checks for primary/foreign keys - implemented
RECREATE VIEW statement
2002-08-31 15:12 dimitr
* firebird2/src/jrd/ods101.gdl:
Minor ODS change (version 10.1). New indices on system tables: -
define index RDB$INDEX_41 for RDB$INDICES
RDB$FOREIGN_KEY; - define index RDB$INDEX_42 for
RDB$RELATION_CONSTRAINTS RDB$RELATION_NAME,
RDB$CONSTRAINT_TYPE;
2002-08-31 11:25 fsg
* firebird2/: builds/posix/Makefile.in.example5,
builds/posix/Makefile.in.firebird,
builds/posix/Makefile.in.refDatabases, src/jrd/common.h:
Some minor fixes to get it compiled under linux again, some of them
submitted by Nickolay Samofatov
2002-08-28 17:50 dimitr
* firebird2/src/jrd/: grant.gdl, trig.h:
Fixed bug, when nobody could alter or drop a trigger which name
contains 'RDB$'.
2002-08-28 17:48 dimitr
* firebird2/src/utilities/: install_svc.cpp, regis_proto.h,
registry.cpp, servi_proto.h, services.cpp:
Some changes to make gdef, instreg and instsvc compilable.
2002-08-28 11:20 dimitr
* firebird2/builds/win32/msvc6/: Firebird2.dsw, fbclient.dsp,
gdef.dsp, instreg.dsp, instsvc.dsp:
Added new projects to the workspace: - gdef.exe - instreg.exe
- instsvc.exe
2002-08-28 11:05 eku
* firebird2/builds/posix/Makefile.in.install:
make.XXX files are now under $ROOT/gen and not $ROOT/src.
2002-08-28 10:02 eku
* firebird2/configure.in:
Another C&P error.
2002-08-28 09:51 eku
* firebird2/configure.in:
Fixed C&P error.
2002-08-28 09:11 eku
* firebird2/src/extlib/fbudf/stdafx.h:
Needs include file common.h to compile.
2002-08-28 09:10 eku
* firebird2/src/remote/inet_server.cpp:
Use SIG_FPTR from common.h.
2002-08-28 09:03 eku
* firebird2/configure.in:
Check which network libraries (socket, nsl, resolv) are needed.
configure will set the variable LIBS to the correct value. Setting
this in prefix.XXX should no longer be neccessary. If it doesn't
work for you, please extend the tests in configure.in, rather than
defining this in prefix.your_system.
Another autoconf cleanup: o check for the existence of the
function strcasecmp and stricmp o replaced STRICMP
2002-08-28 08:50 eku
* firebird2/src/: include/gen/autoconfig_msvc.h, jrd/common.h,
jrd/svc.cpp, make.new/config/config.h.in, utilities/security.epp:
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:
Cleaned up fbclient.dll contents.
2002-08-27 21:26 dimitr
* firebird2/src/: ipserver/ipclient.cpp, remote/serve_proto.h,
remote/srvr_w32.cpp, remote/window.cpp, remote/xnet.cpp,
remote/xnet_proto.h:
Finilized Borland's implementation of XNET (win32 only). Seems to
work ;-)
2002-08-27 13:58 dimitr
* firebird2/src/jrd/: idx.h, ods.h:
Minor ODS change (version 10.1). New indices on system tables: -
define index RDB$INDEX_41 for RDB$INDICES
RDB$FOREIGN_KEY; - define index RDB$INDEX_42 for
RDB$RELATION_CONSTRAINTS RDB$RELATION_NAME,
RDB$CONSTRAINT_TYPE;
2002-08-27 13:47 dimitr
* firebird2/src/: include/fb_types.h, jrd/common.h:
Moved SIG_FPTR type declaration from fb_types.h to common.h. Hence
we've got the codebase compiled on win32 again, and it shouldn't
break other builds, IMHO.
2002-08-27 13:07 dimitr
* firebird2/src/jrd/: isc_proto.h, isc_win32.cpp:
Removed duplicated registry path constants.
2002-08-27 13:01 dimitr
* firebird2/builds/win32/msvc6/intl.dsp:
Small correction.
2002-08-27 09:48 dimitr
* firebird2/src/dsql/: ddl.cpp, dsql.cpp, node.h, parse.cpp,
parse.y, pass1.cpp:
Implemented CREATE OR ALTER statement for
procedures/triggers/views.
2002-08-26 21:40 arnobrinkman
* firebird2/src/dsql/pass1.cpp:
Added code in pass1_simple_case for handeling parameters in
case_operand together with when_operands. The method used to get
the derciber for parameters is taken from MAKE_desc_from_list in
make.cpp Example : SELECT CASE FieldA WHEN :param1 THEN 1 WHEN 2
THEN 2 ELSE NULL END FROM TableA Note : At least one "know
describer" must be in the list else no describer could be guested
(logic but...) !
2002-08-26 15:50 dimitr
* firebird2/builds/win32/msvc6/: Firebird2.dsw, fbclient.def,
fbclient.dsp, fbclient_debug.def, gds32.def, gds32.dsp,
gds32_debug.def:
Renamed the win32 client library.
2002-08-26 15:20 eku
* firebird2/src/utilities/drop.cpp:
Fixed GCC 3.1 compile problem with missing cast operator.
2002-08-26 14:18 eku
* firebird2/src/: burp/mvol.cpp, jrd/isc_file.cpp, jrd/jrd.cpp,
jrd/llio.cpp, jrd/thd.cpp, jrd/y-valve.cpp,
jrd/os/posix/mod_loader.cpp, remote/xnet.cpp,
utilities/srvrmgr.cpp, wal/walw.cpp:
Added / replaced ifdef's around unistd.h with the define
HAVE_UNISTD_H generated by autoconf.
2002-08-26 14:14 eku
* firebird2/src/jrd/isc_sync.cpp:
Another autoconf cleanup: o check for the existence of the
function mmap o replaced MMAP_SUPPORTED by HAVE_MMAP
Moved the (multiple) definition of SIG_FPTR to fb_types.h.
2002-08-26 14:13 eku
* firebird2/src/: include/fb_types.h, jrd/isc_cray.cpp,
jrd/isc_ipc.cpp, remote/inet.cpp:
Moved the (multiple) definition of SIG_FPTR to fb_types.h.
2002-08-26 14:10 eku
* firebird2/src/: jrd/common.h, jrd/event.cpp, jrd/isc_s_proto.h,
lock/lock.cpp, lock/print.cpp, utilities/drop.cpp,
utilities/dropv3.cpp, wal/walc.cpp:
Another autoconf cleanup: o check for the existence of the
function mmap o replaced MMAP_SUPPORTED by HAVE_MMAP
2002-08-26 13:59 eku
* firebird2/: configure.in, src/include/gen/autoconfig_msvc.h,
src/make.new/config/config.h.in:
Another autoconf cleanup: o check for the existence of the
function mmap o replaced MMAP_SUPPORTED by HAVE_MMAP
2002-08-26 10:51 eku
* firebird2/src/qli/help.epp:
Fixed format string (GCC 3.2 won't compile this file).
2002-08-26 09:51 dimitr
* firebird2/src/jrd/db_alias.cpp:
Learnt the alias management code to handle both possible path
separators correctly.
2002-08-24 12:53 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h:
Corrected MSVC related autoconf stuff.
2002-08-24 11:40 dimitr
* firebird2/src/jrd/svc.cpp:
Added missing #endif.
2002-08-22 13:30 eku
* firebird2/: configure.in, src/include/gen/autoconfig_msvc.h,
src/jrd/intl.cpp, src/make.new/config/config.h.in:
Check for the existence of the function snprintf. Added a
work-around for systems like SINIX-Z, that do not have snprintf. We
really need a plug-in replacement for those systems.
2002-08-22 13:22 dimitr
* firebird2/src/remote/: inet.cpp, remote.cpp, spxnet.cpp:
Make sure a length of string being allocated is always initialized.
2002-08-22 12:57 dimitr
* firebird2/src/pipe/head.cpp:
Corrected the GATEWAY cleanup.
2002-08-22 12:48 eku
* firebird2/: configure.in, src/include/gen/autoconfig_msvc.h,
src/jrd/common.h, src/jrd/isc_ipc.cpp, src/jrd/isc_sync.cpp,
src/jrd/svc.cpp, src/make.new/config/config.h.in,
src/remote/inet.cpp, src/remote/inet_server.cpp:
Another autoconf cleanup: o check for the existence of the
function sigaction o replaced SIGACTION_SUPPORTED with
HAVE_SIGACTION
2002-08-22 12:16 dimitr
* firebird2/src/jrd/vio.cpp:
Fixed a typing error in my bugfix <g>.
2002-08-22 11:07 eku
* firebird2/configure.in:
Unset a cached variable before rerunning a test.
2002-08-22 10:34 dimitr
* firebird2/src/jrd/: mov.cpp, mov_proto.h, vio.cpp:
More careful (and proper) implementation of my yesterday's bugfix.
2002-08-22 10:20 dimitr
* firebird2/src/: csv/csi.cpp, csv/csi.h, csv/css.cpp,
csv/css_proto.h, csv/csv.cpp, jrd/all.cpp, jrd/all_old.cpp,
jrd/blb.h, jrd/cmp.cpp, jrd/common.h, jrd/dsc.h, jrd/err.cpp,
jrd/evl.cpp, jrd/exe.cpp, jrd/exe.h, jrd/fun.epp, jrd/inf.cpp,
jrd/isc.cpp, jrd/isc_sync.cpp, jrd/jrd.h, jrd/jrd_blks.cpp,
jrd/jrd_blks.h, jrd/lck.cpp, jrd/lck.h, jrd/met.h, jrd/par.cpp,
jrd/req.h, jrd/rse.cpp, jrd/rse.h, jrd/scl.h, jrd/thd.h,
jrd/tra.cpp, jrd/val.h, pipe/foot.cpp, pipe/head.cpp, pipe/pipe.h:
Get rid of the legacy GATEWAY (vms/oracle) implementation.
2002-08-22 09:56 eku
* firebird2/configure.in:
Major cleanup of the autoconf stuff:
o changed the order of the tests, because some tests rely on the
result
of others
o removed test for CONST as suggested by Dmitry Yemanov
o added test for 64 bit I/O support
o added SINIX-Z specific cases
2002-08-21 15:34 dimitr
* firebird2/src/jrd/: err.cpp, mov.cpp, tra.cpp:
1. More changes for the correct database alias management. 2.
Fixed bug with a buffer overrun.
2002-08-20 13:49 eku
* firebird2/src/remote/inet.cpp:
The call to ftime is obsoleted by gettimeofday.
2002-08-16 15:34 eku
* firebird2/configure.in:
Fixed error with last check-in.
2002-08-16 15:21 eku
* firebird2/src/jrd/gds.cpp:
Fixed error from last check-in.
2002-08-14 15:43 eku
* firebird2/configure.in:
Check for return type of function 'signal'.
2002-08-14 15:10 eku
* firebird2/configure.in:
Set default values for configureable options.
2002-08-14 14:27 eku
* firebird2/: configure.in, src/include/gen/autoconfig_msvc.h,
src/jrd/flu.cpp, src/make.new/config/config.h.in:
Minor 'dirname' cleanup:
o check for the availability in configure
o removed the ugly test in flu.cpp
o synchronised config.h.in and MSVC pendant
NOTE: If you have problems on your system, don't change the source.
Extend the tests in configure.in!!!
2002-08-14 14:15 eku
* firebird2/configure.in:
Fixed some typos.
2002-08-14 14:13 eku
* firebird2/configure.in:
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, src/include/gen/autoconfig_msvc.h,
src/jrd/perf.cpp, src/make.new/config/config.h.in:
Huge 'times' cleanup:
o check for the availability in configure
o removed the define NO_TIMES
o synchronised config.h.in and MSVC pendant
NOTE: If you have problems on your system, don't change the source.
Extend the tests in configure.in!!!
2002-08-14 13:13 eku
* firebird2/: autogen.sh, configure.in, src/extlib/fbudf/fbudf.cpp,
src/include/gen/autoconfig_msvc.h, src/journal/misc.cpp,
src/jrd/gds.cpp, src/jrd/isc.cpp, src/jrd/perf.cpp,
src/jrd/svc.cpp, src/make.new/config/config.h.in,
src/wal/driver.cpp:
Huge 'gettimeofday' cleanup:
o check for the availability in configure
o check for the number of arguments in configure
o synchronised config.h.in and MSVC pendant
NOTE: If you have problems on your system, don't change the source.
Extend the tests in configure.in!!!
2002-08-14 08:46 eku
* firebird2/src/make.new/config/config.log:
This is a generated file.
2002-08-14 07:45 eku
* firebird2/configure:
Use autogen.sh to generate configure from configure.in on your
machine.
2002-08-14 07:44 eku
* firebird2/autogen.sh:
Small type in the CVS placeholder.
2002-08-14 07:43 eku
* firebird2/autogen.sh:
autogen.sh replaces configure in CVS. Run autogen.sh create all the
initial files (configure etc.).
2002-08-13 14:12 eku
* firebird2/configure:
Updated configure from configure.in.
2002-08-13 12:02 eku
* firebird2/builds/posix/make.rules:
Do not define '-m468' in platform-independent rules.
2002-08-13 09:40 dimitr
* firebird2/src/dsql/metd.epp:
Now UDFs work again.
2002-08-12 13:32 dimitr
* firebird2/src/jrd/pwd.cpp:
Fixed the weird logic with reversed return values.
2002-08-12 07:34 dimitr
* firebird2/builds/win32/msvc6/fbserver.dsp:
Just a small correction for the generated headers.
2002-08-11 10:04 dimitr
* firebird2/src/: dsql/ddl.cpp, dsql/dsql.tab.h, dsql/keywords.cpp,
dsql/make.cpp, dsql/node.h, dsql/parse.cpp, dsql/parse.y,
dsql/pass1.cpp, isql/show.epp, jrd/dyn.epp, jrd/dyn_def.epp,
jrd/dyn_md_proto.h, jrd/dyn_mod.epp:
1. BIGINT is now the only keyword for the 64-bit exact numerics and
it's available in dialect 3 only. 2. BREAK statement has been
disabled in triggers (like EXIT) because of the known BLR
limitations. I hope it can be safely used in stored procedures
though, hence I'd prefer to have it officially documented. 3.
More complete implementation of the GROUP BY clause. You can group
by internal functions and have ability to use more complex
grouping conditions than before. By Arno Brinkman. 4. Allowed
declaring and defining local variables at the same time. By
Claudio Valderrama. Syntax: declare [variable] <var_name>
<var_type> [{= | default} <default_value>] 5. Allowed ordinals to
be used in the GROUP BY clause (like ORDER BY). By Arno
Brinkman. Example: select extract(month from order_date),
sum(order_sum) from orders group by 1 6. The first approach to the
ALTER VIEW statement. Only high-level implementation so far. A
lot of work in dfw.epp, metd.epp, etc. still required. By
Dmitry Yemanov.
2002-08-11 07:49 dimitr
* firebird2/src/gpre/gpre_meta_boot.cpp:
Make gpre_boot compilable on win32
2002-08-09 19:05 dimitr
* firebird2/builds/win32/msvc6/: Firebird2.dsw, alice.dsp,
burp.dsp, common.dsp, dsql_server.dsp, fbguard.dsp, gbak.dsp,
gds32.dsp, gfix.dsp, gpre.dsp, gpre_boot.dsp, gsec.dsp, gstat.dsp,
ib_util.dsp, intl.dsp, ipserver.dsp, isql.dsp, lock.dsp,
remote.dsp, utilities.dsp, wal.dsp:
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:
Update the description, it is now correct.
2002-08-09 01:33 skywalker
* firebird2/doc/sql.extensions/: README.case, README.coalesce,
README.nullif:
documentation for new sql clauses case, coalesce and nullif
contributed by Arno Brinkman <firebird@abvisie.nl>
2002-08-07 07:36 skywalker
* firebird2/src/misc/isc4.gbak:
Initial security db - used to ease a boot type build process
2002-08-05 18:34 skywalker
* firebird2/configure.in:
Changed to make build with new structure possible.
2002-08-05 09:14 skywalker
* firebird2/builds/posix/: Makefile.in.boot.gpre,
Makefile.in.firebird, Makefile.in.libfbstatic, Makefile.in.msgs,
Makefile.in.refDatabases, Makefile.in.static.gpre, make.rules:
More changes to make fb2 compile on linux work with new build
structure
2002-08-03 17:27 dimitr
* firebird2/src/: dsql/dsql.cpp, dsql/dsql.tab.h, dsql/gen.cpp,
dsql/keywords.cpp, dsql/keywords.h, dsql/make.cpp,
dsql/make_proto.h, dsql/node.h, dsql/parse.cpp, dsql/parse.y,
dsql/pass1.cpp, jrd/dsc.cpp:
1) Implemented CASE, NULLIF, COALESCE 2) Allowed grouping by
internal functions (some work in pass1.cpp still required) Thanks
to Arno Brinkman.
2002-07-30 11:49 dimitr
* firebird2/src/dsql/keywords.cpp:
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, keywords.h:
Stay in-sync with Mark's changes and make them win32 friendly.
2002-07-29 21:04 dimitr
* firebird2/src/jrd/sort_mem.cpp:
Just a minor change.
2002-07-29 20:42 dimitr
* firebird2/builds/win32/msvc6/: dsql_server.dsp, gds32.def,
gds32.dsp, gds32_debug.def:
Keep in-sync with Mark's changes.
2002-07-29 19:35 dimitr
* firebird2/src/: include/gen/autoconfig_msvc.h, utilities/dba.epp:
Keep in-sync with Mark's changes.
2002-07-29 17:43 skywalker
* firebird2/configure.in:
Changed to work with super build as well as classic. The makefile
now come from builds/posix rather than src/make.new
2002-07-29 17:37 skywalker
* firebird2/src/: make.defaults, make.platform, make.rules,
make.shared.variables, alice/alice.cpp, burp/burp.cpp,
common/memory/memory_pool.h, dsql/dsql.tab.h, dsql/keywords.cpp,
dsql/keywords.h, dsql/parse.cpp, dsql/parse.y, dsql/parse_proto.h,
isql/isql.epp, jrd/alt.cpp, jrd/blob_filter.epp, jrd/dyn.epp,
jrd/fun.epp, jrd/gds.cpp, jrd/ibsetjmp.h, jrd/intl.cpp,
jrd/isc.cpp, jrd/isc_sync.cpp, jrd/jrd.h, jrd/opt.cpp,
jrd/status.cpp, jrd/status.h, jrd/thd.cpp, jrd/vio.cpp, jrd/why.c,
lock/lock.h, make.new/config/config.h.in, misc/fb_boilerplate.h,
remote/inet.cpp, remote/inet_server.cpp, utilities/cmd_util.cpp,
utilities/dba.epp, utilities/guard.cpp, utilities/ibmgr.cpp,
utilities/rebuild.cpp, utilities/util.cpp, utilities/util_proto.h,
v5_examples/empbuild.c:
Changes to make fb2 compile super version for linux
2002-07-29 17:04 skywalker
* firebird2/builds/posix/: Makefile.in.boot.gpre,
Makefile.in.client.gbak, Makefile.in.client.gdef,
Makefile.in.client.gfix, Makefile.in.client.gpre,
Makefile.in.client.isql, Makefile.in.client.util,
Makefile.in.embed.gbak, Makefile.in.embed.gdef,
Makefile.in.embed.gfix, Makefile.in.embed.gpre,
Makefile.in.embed.isql, Makefile.in.embed.lockmgr,
Makefile.in.embed.qli, Makefile.in.embed.util, Makefile.in.extlib,
Makefile.in.fbserver, Makefile.in.fbutil, Makefile.in.firebird,
Makefile.in.gpre, Makefile.in.inet_server, Makefile.in.install,
Makefile.in.intl, Makefile.in.jrd, Makefile.in.libfbclient,
Makefile.in.libfbcommon, Makefile.in.libfbembed,
Makefile.in.libfbserver, Makefile.in.libfbstatic, Makefile.in.msgs,
Makefile.in.refDatabases, Makefile.in.static.gbak,
Makefile.in.static.gpre, Makefile.in.static.isql,
Makefile.in.v5_examples, make.defaults, make.rules,
make.shared.variables, prefix.darwin, prefix.example, prefix.linux,
prefix.sinixz, prefix.solx86:
This time for sure - 4th generation main change this time was to
incorperate the super build as well as classic into fb2.
2002-07-22 19:12 bellardo
* firebird2/builds/mac_os_x/CS/Helpers.make:
Fixed a bug in the MacOS X GUI build project.
2002-07-21 09:21 bellardo
* firebird2/builds/mac_os_x/CS/: Helpers.make, gpre_wrapper.sh,
make_wrapper.sh, stlport_vars.cpp, stub.c,
CS.pbproj/bellardo.pbxuser, CS.pbproj/john.pbxuser,
CS.pbproj/project.pbxproj:
Added the initial revision of the MacOS X PB project files.
2002-07-21 08:14 bellardo
* firebird2/src/jrd/plugin_manager.cpp:
Fixed bug that caused all accesses to miss the internal cache.
2002-07-19 08:22 skywalker
* firebird2/: builds/win32/msvc6/gpre.dsp,
builds/win32/msvc6/alice.dsp, builds/win32/msvc6/dsql_server.dsp,
builds/win32/msvc6/fbguard.dsp, builds/win32/msvc6/fbserver.dsp,
builds/win32/msvc6/gfix.dsp, builds/win32/msvc6/isql.dsp,
builds/win32/msvc6/remote.dsp, builds/win32/msvc6/utilities.dsp,
builds/win32/msvc6/burp.dsp, builds/win32/msvc6/gbak.dsp,
builds/win32/msvc6/gds32_debug.def, builds/win32/msvc6/gstat.dsp,
builds/win32/msvc6/ipserver.dsp, builds/win32/msvc6/lock.dsp,
builds/win32/msvc6/wal.dsp, builds/win32/msvc6/Firebird2.dsw,
builds/win32/msvc6/ib_util.def, builds/win32/msvc6/ib_util.dsp,
builds/win32/msvc6/common.dsp, builds/win32/msvc6/gds32.def,
builds/win32/msvc6/gds32.dsp, builds/win32/msvc6/intl.dsp,
generated/makefile:
no message
2002-07-15 09:00 eku
* firebird2/: configure, configure.in:
The good old Bourne Shell does not implement the command 'source'.
2002-07-12 15:32 dimitr
* firebird2/src/utilities/registry.h:
Oops, I forgot to add this file during the FB1->FB2 porting. Sorry.
2002-07-11 16:25 dimitr
* firebird2/src/isql/isql.epp:
Fixed a few more porting errors.
2002-07-10 16:52 dimitr
* firebird2/src/: jrd/evl.cpp, dsql/gen.cpp:
Minor additions to my previous changes.
2002-07-09 17:21 dimitr
* firebird2/src/remote/srvr_w32.cpp:
Fixed a few more porting errors.
2002-07-09 16:41 dimitr
* firebird2/src/: isql/extract.epp, jrd/isc.cpp:
Fixed a few more porting errors.
2002-07-06 07:31 skywalker
* firebird2/: configure.in, src/burp/mvol.cpp, src/dsql/dsql.cpp,
src/dsql/make.cpp, src/dsql/metd.epp, src/dsql/parse.cpp,
src/dsql/parse.y, src/dsql/pass1.cpp, src/dudley/expr.cpp,
src/dudley/parse.cpp, src/gpre/ada.cpp, src/gpre/cob.cpp,
src/gpre/ftn.cpp, src/gpre/gpre.cpp, src/gpre/gpre_proto.h,
src/jrd/alt_use_sec.h, src/jrd/divorce.cpp, src/jrd/dsc.h,
src/jrd/event.cpp, src/jrd/event_proto.h, src/jrd/intl.cpp,
src/jrd/isc_file.cpp, src/jrd/isc_ipc.cpp, src/jrd/isc_sync.cpp,
src/jrd/jrn.cpp, src/jrd/misc.cpp, src/jrd/pag.cpp,
src/jrd/pwd.cpp, src/jrd/pwd.h, src/jrd/rec.cpp,
src/jrd/rec_proto.h, src/jrd/sort.cpp, src/jrd/thd.h,
src/jrd/unix.cpp, src/jrd/utl.cpp, src/jrd/vmsevent.cpp,
src/jrd/why.c, src/lock/lock.cpp, src/lock/printv3.cpp,
src/lock/printv3s4.cpp, src/make.new/config/config.h.in,
src/remote/protocol.cpp, src/utilities/dropv3.cpp,
src/utilities/drpv3_proto.h:
Merge final changes from fb1 tree.
2002-07-05 18:01 skywalker
* firebird2/src/: dsql/keywords.h, dsql/parse.cpp, dsql/parse.y,
jrd/alt_use_sec.h:
Change DEBUG_KEYWORD to KW_DEBUG, few more changes in parse.y
(mostly post fb1 changes)
2002-07-05 17:00 skywalker
* firebird2/: configure, configure.in, src/make.defaults,
src/make.platform, src/make.rules, src/make.shared.variables,
src/dsql/dsql.cpp, src/dsql/keywords.h, src/dsql/parse.cpp,
src/dsql/parse.sed, src/dsql/parse.y, src/include/fb_string.h,
src/isql/isql.epp, src/jrd/alt_use_sec.h, src/jrd/common.h,
src/jrd/dfw.epp, src/jrd/dyn.epp, src/jrd/dyn_def.epp,
src/jrd/dyn_del.epp, src/jrd/dyn_mod.epp, src/jrd/evl.cpp,
src/jrd/gds.cpp, src/jrd/grant.epp, src/jrd/inf.cpp,
src/jrd/met.epp, src/jrd/scl.epp, src/jrd/sort.cpp,
src/make.new/Makefile.in.dsql, src/make.new/Makefile.in.firebird,
src/make.new/make.defaults, src/make.new/make.shared.variables,
src/make.new/config/config.h.in, src/pipe/head.cpp,
src/qli/all.cpp, src/qli/picstr.cpp, src/utilities/dba.epp,
src/v5_examples/empbuild.c:
Changes to get compiling on linux (post fb1 changes).
2002-07-04 11:34 skywalker
* firebird2/: configure, configure.in, src/make.defaults,
src/make.platform, src/make.rules, src/gpre/pat.cpp,
src/jrd/alt_use_sec.h, src/jrd/cmp.cpp, src/jrd/isc.cpp,
src/jrd/isc_win32.cpp, src/jrd/met.epp, src/jrd/met_proto.h,
src/make.new/Makefile.in.firebird, src/make.new/Makefile.in.gpre,
src/make.new/make.rules:
Changes for rebuild of fb2.
2002-07-04 08:08 eku
* firebird2/src/jrd/flu.cpp:
SINIXZ: fixed loading of shared libraries (merged from fb1)
2002-07-04 07:53 eku
* firebird2/src/utilities/drop.cpp:
SINIX-Z: fixed semaphore handling (merged from fb1)
2002-07-03 12:04 eku
* firebird2/: configure, configure.in, src/make.new/prefix.sinixz:
Support SINIX-Z as a platform.
2002-07-03 09:16 dimitr
* firebird2/src/jrd/gdsold.h:
Merging changes from fb1 (stage 2 - fixing porting errors).
2002-07-02 16:09 dimitr
* firebird2/builds/win32/msvc6/intl.dsp:
Updated project files
2002-07-02 16:06 dimitr
* firebird2/src/intl/: anhun.h, cs_latin2.h:
Merging changes from fb1.
2002-07-02 14:20 dimitr
* firebird2/src/jrd/: gds.h, gdsold.h, ibase.h, version_95.rc:
Merging changes from fb1 (stage 2 - fixing porting errors).
2002-07-02 14:17 dimitr
* firebird2/src/dsql/: ddl.cpp, dsql.cpp, errd.cpp, gen.cpp,
make.cpp, metd.epp, metd_proto.h, parse.cpp, parse.y, pass1.cpp:
Merging changes from fb1 (stage 2 - fixing porting errors).
2002-07-02 11:49 dimitr
* firebird2/src/jrd/: intlnames.h, intlobj.h, irq.h, isc.cpp,
isc_file.cpp, isc_ipc.cpp, isc_sync.cpp, jrd.cpp, jrd.h, license.h:
Merging changes from fb1.
2002-07-01 18:59 skywalker
* firebird2/: configure, configure.in, src/make.defaults,
src/make.platform, src/make.rules, src/make.shared.variables,
src/include/gen/rdb_codes.h, src/iscguard/iscguard.cpp,
src/iscguard/iscguard.h, src/iscguard/iscguard.rc,
src/iscguard/iscguard_utils.cpp, src/jrd/map.cpp, src/jrd/met.epp,
src/jrd/met_proto.h, src/jrd/nod.h, src/jrd/obj.h, src/jrd/opt.cpp,
src/jrd/pag.cpp, src/jrd/par.cpp, src/jrd/rdb_codes.h,
src/jrd/rse.cpp, src/jrd/rse.h, src/make.new/config/config.h.in:
Merged change from fb1.
2002-07-01 17:46 dimitr
* firebird2/src/: jrd/grant.epp, jrd/inf.cpp, jrd/inf.h, jrd/ini.h,
include/gen/iberror.h:
Merging changes from fb1.
2002-07-01 17:43 dimitr
* firebird2/src/include/iberror.h:
Must be (and already is) in /include/gen
2002-07-01 17:07 skywalker
* firebird2/src/jrd/: alt_use_sec.h, common.h, ib_stdio.cpp,
scl.epp, scl_proto.h, shrinit.cpp, sort.cpp, thd.h, tra.cpp, tra.h,
types.h, unix.cpp, utl.cpp, val.h, version.rc, version_95.rc,
vio.cpp, why.c, winnt.cpp:
porting changes from fb1.
2002-07-01 16:59 dimitr
* firebird2/builds/win32/msvc6/: Firebird2.dsw, alice.dsp,
burp.dsp, common.dsp, dsql_server.dsp, fbguard.dsp, fbserver.dsp,
gbak.dsp, gds32.def, gds32.dsp, gds32_debug.def, gfix.dsp,
gpre.dsp, gstat.dsp, ib_util.def, ib_util.dsp, intl.dsp,
ipserver.dsp, isql.dsp, lock.dsp, remote.dsp, utilities.dsp,
wal.dsp:
Added FB2 project files for MSVC6
2002-06-30 12:44 dimitr
* firebird2/src/jrd/: fun.epp, functions.cpp, gds.cpp:
Merging changes from fb1.
2002-06-30 12:22 dimitr
* firebird2/src/jrd/req.h:
Merging changes from fb1.
2002-06-30 12:15 dimitr
* firebird2/src/jrd/: exe.cpp, ext.cpp:
Merging changes from fb1.
2002-06-30 11:58 dimitr
* firebird2/src/jrd/: evl.cpp, exe.cpp, ext.cpp, fil.h,
file_params.h, flu.cpp, flu.h:
Merging changes from fb1.
2002-06-30 10:46 dimitr
* firebird2/src/jrd/: divorce.cpp, dls.cpp, dls_proto.h, doserr.h,
drq.h, dyn.epp, dyn.h, dyn_def.epp, dyn_del.epp, dyn_df_proto.h,
dyn_dl_proto.h, dyn_mod.epp, dyn_proto.h, dyn_util.epp,
dyn_util.epp:
Merging changes from fb1.
2002-06-29 19:37 skywalker
* firebird2/src/intl/: cs_narrow.c, lc_ascii.c, lc_latin1.c,
lc_narrow.c, ld.c:
ported changed from fb1.
2002-06-29 19:21 skywalker
* firebird2/src/journal/: misc.cpp, rebuild.e:
port changes from fb1.
2002-06-29 19:20 skywalker
* firebird2/src/extlib/fbudf/fbudf.cpp:
put testreflect into dev build only
2002-06-29 18:59 skywalker
* firebird2/src/utilities/install_nt.h:
Change the ISCGUARD_SERVICE name here rather than in the
iscguard.cpp file
2002-06-29 18:50 skywalker
* firebird2/src/gpre/: gpre.cpp, gpre.h:
porting changes from fb1.
2002-06-29 18:41 skywalker
* firebird2/: configure.in, src/make.new/Makefile.in.fbudf,
src/make.new/Makefile.in.jrd, src/make.new/config/config.h.in:
Porting changes made to fb1.
2002-06-29 18:38 skywalker
* firebird2/src/extlib/ib_udf.sql:
porting changes made to fb1.
2002-06-29 18:35 skywalker
* firebird2/src/extlib/fbudf/: MSReadMe.txt, fbudf.cpp, fbudf.dsp,
fbudf.dsw, fbudf.h, fbudf.plg, fbudf.sql, fbudf.txt, stdafx.cpp,
stdafx.h:
Ported code changes from fb1
2002-06-29 16:28 skywalker
* firebird2/src/v5_examples/: empbld.sql, empddl.sql, intlddl.sql:
Merge changes from fb1.
2002-06-29 16:13 skywalker
* firebird2/src/makefiles/: 000_readme, 000_readme_porting,
README.txt, add_template, bind_csilib.apollo, bind_dsql.apollo,
bind_gds.aix_ppc, bind_gds.generic, bind_gds.hp, bind_gds.win_nt,
bind_gds5.apollo, bind_gds5.generic, bind_gds5.hp,
bind_gds_rsp.os2, bind_gds_rsp.win_nt, bind_gds_s.im,
bind_gds_s.sco, bind_gdsf_s.im, bind_gdsf_s.sco,
bind_gdsintl.aix_ppc, bind_gdsintl.win_nt, bind_gdslib.apollo,
bind_pyxis.apollo, bind_remotelib.apollo, boot.sfx.interbase,
buildRefDatabases, build_kit, build_kit.bat, build_kit.cmd,
ccs.sco, cdmt.config.sco, compress.sed, compress_dbs,
compress_dbs.bat, copy_makes, copy_set_prot, copyright.cl,
copyright.clsr, debug_entry.bind, depend.cl, depend.clnd,
depend.clsr, depend.clsrnd, edit_make, edit_makes, expand.sed,
expand_dbs, expand_dbs.bat, fetch_comp, fetch_comp.bat,
gdsalias.asm, gsplit.h, ibase.cmpnt.sco, ibase.pkg.sco,
ibase.prd.sco, iclient.cmpnt.sco, iclient.pkg.sco, iclient.prd.sco,
inetd.conf.apollo, inetd.conf.psx, inetd.conf.ultrix,
inetd.conf.unx, init.intrbase, install.apollo, install.ksh,
install.nolink, install.sun4, install.unix, intrbase.rmv,
make.pipe, makemtar, makepkg, makesspkg, makesstar, maketar,
mpm_template, mpp_template, pkginfo, pkginfo.cl, pkginfo.clnd,
pkginfo.clsr, pkginfo.clsrnd, platform, postinstall,
postinstall.cl, postinstall.clsr, prep.intrbase, preremove,
preremove.cl, preremove.clsr, put_template, readme.sco, refresh,
refresh.all, refresh.bat, request, request.cl, request.clsr,
run_edit, sco_ship, servers.isc, services.isc, set_prot, setup.ksh,
setup_gdbs, setup_prots, sfx.alice, sfx.burp, sfx.client, sfx.csv,
sfx.dbs, sfx.dsql, sfx.dudley, sfx.example4, sfx.example5,
sfx.examples, sfx.extlib, sfx.firebird, sfx.gpre, sfx.intl,
sfx.isql, sfx.journal, sfx.jrd, sfx.lock, sfx.main, sfx.msgs,
sfx.pipe, sfx.pyxis, sfx.qli, sfx.remote, sfx.utilities, sfx.wal,
site_variables, special_opt, special_opt.c, sys.conf.isc.apollo,
unset_prot, v3compat, config/Makefile.in, config/config.guess,
config/config.h.in, config/config.sub, config/configure.in,
config/install-sh:
Removed redundant files to avoid confusing newcomers to fb2 build
process.
2002-06-29 15:47 skywalker
* firebird2/src/dsql/: keywords.h, parse.cpp, parse.y,
parse_proto.h:
Added LEX_StringIsAKeyword function to avoid an awkward #include
from isql module.
2002-06-29 15:39 skywalker
* firebird2/src/isql/: extra_proto.h, extract.epp, isql.epp,
isql.h, isql.rc, isql_proto.h, show.epp, show_proto.h:
Merge changes from fb1.
2002-06-29 15:33 skywalker
* firebird2/src/jrd/license.h:
Merged changed from fb1.
2002-06-29 15:00 dimitr
* firebird2/src/: jrd/alt.cpp, jrd/blb.cpp, jrd/blb_proto.h,
jrd/blp.h, jrd/blr.h, jrd/blrtable.cpp, jrd/cmp.cpp, jrd/codes.epp,
jrd/common.h, jrd/constants.h, jrd/cvt.cpp, jrd/cvt2.cpp,
jrd/cvt2_proto.h, jrd/dfw.epp, jrd/dsc.h, jrd/exe.h, jrd/isc.h,
jrd/rse.h, jrd/scl.h, include/gen/blrtable.h, jrd/ibase.h:
Merging changes from fb1.
2002-06-29 14:55 dimitr
* firebird2/src/include/gen/: codes.h, codetext.h:
Merging changes from fb1.
2002-06-29 11:35 dimitr
* firebird2/src/remote/: property.cpp, srvr_w32.cpp:
Fixed porting errors.
2002-06-29 10:46 dimitr
* firebird2/src/: qli/all.cpp, qli/mov.cpp, qli/picst_proto.h,
qli/picstr.cpp, remote/cntl.cpp, remote/dllshell.cpp,
remote/ibconfig.cpp, remote/ibconfig.rc, remote/inet.cpp,
remote/inet_server.cpp, remote/neterr.h, remote/nt_server.cpp,
remote/property.cpp, remote/property.rc, remote/protocol.cpp,
remote/server.cpp, remote/server.ico, remote/spxnet32.cpp,
remote/srvr_w32.cpp, remote/window.cpp, remote/window.h,
remote/window.rc, remote/winmain.cpp, utilities/analyse.cpp,
utilities/dba.epp, utilities/dba_full.epp, utilities/dbaswi.h,
utilities/install_nt.h, utilities/install_reg.cpp,
utilities/install_svc.cpp, utilities/rebuild.cpp,
utilities/registry.cpp, utilities/sbc_print.cpp,
utilities/security.epp, utilities/services.cpp:
Merging changes from fb1.
2002-06-29 10:40 dimitr
* firebird2/src/pipe/head.cpp:
Merging changes from fb1.
2002-06-29 10:34 dimitr
* firebird2/src/msgs/: build_file.epp, include.epp, msg.gbak:
Merging changes from fb1.
2002-06-29 10:27 dimitr
* firebird2/src/misc/help.gbak:
Merging changes from fb1.
2002-06-29 10:22 dimitr
* firebird2/src/lock/: lock.cpp, lock.h, lockv3.h, lockv3s4.h:
Merging changes from fb1.
2002-06-29 08:56 skywalker
* firebird2/src/dsql/: array.epp, blob.epp, ddl.cpp, ddl_proto.h,
dsql.cpp, dsql.h, errd.cpp, gen.cpp, keywords.h, make.cpp,
metd.epp, metd_proto.h, node.h, parse.cpp, parse.sed, parse.y,
pass1.cpp, utld.cpp:
Merging changes from fb1.
2002-06-29 07:39 skywalker
* firebird2/src/burp/: backup.epp, burp.h, mvol.cpp, restore.epp:
Merge changes from fb1
2002-06-29 07:33 skywalker
* firebird2/src/alice/alice.cpp:
merge fb1 changes.
2002-06-28 15:58 alexpeshkoff
* firebird2/src/jrd/inf.cpp:
fixed bug #545725 - internal connections to database now reported
as user (SQL Server)
2002-06-28 15:56 alexpeshkoff
* firebird2/src/jrd/tra.cpp:
temporary lock fix in TRA_sweep
2002-06-28 15:49 dimitr
* firebird2/src/dsql/dsql.cpp:
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:
Remove superfluous include
2002-06-27 12:14 dimitr
* firebird2/src/burp/: backup.epp, restore.epp:
Fixed another bug with INT64 array slices. Thanks to Artem
Petkevych.
2002-06-24 15:59 paul_reeves
* firebird2/src/: make.new/Makefile.in.gpre, remote/inet.cpp:
More changes to support building under Linux
2002-06-23 21:51 paul_reeves
* firebird2/: configure.in, src/dsql/dsql.cpp, src/dudley/hsh.cpp,
src/dudley/lex.cpp, src/dudley/parse.cpp, src/gpre/hsh.cpp,
src/intl/kanji.cpp, src/jrd/intl.cpp,
src/jrd/os/posix/mod_loader.cpp, src/make.new/Makefile.in.example5,
src/make.new/Makefile.in.jrd, src/make.new/make.defaults,
src/make.new/make.rules, src/make.new/make.shared.variables,
src/make.new/prefix.linux, src/make.new/config/config.h.in,
src/qli/eval.cpp, src/qli/expand.cpp, src/qli/hsh.cpp,
src/qli/lex.cpp, src/qli/meta.epp, src/qli/mov.cpp,
src/qli/parse.cpp, src/qli/picstr.cpp, src/qli/proc.epp:
Updated code to support building under Linux. Main changes are to
support the platform manager and the move of kanji.* to /intl.
2002-06-20 13:41 dimitr
* firebird2/src/dsql/: parse.y, pass1.cpp, parse.cpp:
Enabled support for empty BEGIN...END blocks
2002-06-20 13:37 dimitr
* firebird2/src/jrd/dyn_del.epp:
Partially fixed bug SF #567931
2002-06-20 12:10 dimitr
* firebird2/src/jrd/opt.cpp:
Fixed bug with uninitialized local variables. Thanks to Oleg LOA.
2002-06-20 12:01 dimitr
* firebird2/src/jrd/sdl.cpp:
Fixed bug with INT64 array slices. Thanks to Artem Petkevych.
2002-06-20 10:24 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h:
Implemented case-insensitive keys in FirebirdConfigFile (to support
various configs on Win32).
2002-06-20 10:06 dimitr
* firebird2/src/fbutil/: FirebirdConfigFile.cpp,
FirebirdConfigFile.h:
Implemented case-insensitive keys in FirebirdConfigFile (to support
various configs on Win32).
2002-06-20 10:00 dimitr
* firebird2/src/dsql/: parse.cpp, parse.y:
Force SP parameters to behave the same way in both syntaxes (SELECT
FROM and EXECUTE PROCEDURE), thus enabling expressions, UDFs, etc.
to be passed as a parameter.
2002-06-20 09:56 dimitr
* firebird2/src/jrd/: err.cpp, val.cpp:
Server-side database aliases (error-handling changes).
2002-06-19 17:10 skywalker
* firebird2/doc/README.makefiles:
Added README file which explains a little about the makefile
structure.
2002-06-16 16:19 dimitr
* firebird2/src/jrd/evl.cpp:
Fixed bug SF #562417 (the fix is not obvious, so it should be
properly tested)
2002-06-16 16:15 dimitr
* firebird2/src/jrd/jrd.cpp:
Fixed an ugly error I made in the server-side aliases management
2002-06-15 11:38 dimitr
* firebird2/src/dsql/: keywords.h, parse.cpp, parse.y:
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, jrd/blr.h,
jrd/blrtable.cpp, jrd/cmp.cpp, jrd/evl.cpp, jrd/met.epp, jrd/met.h,
jrd/nod.h, jrd/opt.cpp, jrd/par.cpp:
1. New system variables - CONNECTION_ID and TRANSACTION_ID 2.
Universal triggers
2002-06-14 14:07 dimitr
* firebird2/src/dsql/: ddl.cpp, dsql.cpp, gen.cpp, keywords.h,
make.cpp, make_proto.h, node.h, parse.cpp, parse.y, pass1.cpp:
1. New system variables - CONNECTION_ID and TRANSACTION_ID 2.
Universal triggers (parser changes are not very nice, but at least
it works; perhaps it should be polished up a bit later)
2002-06-12 09:07 tamlin
* firebird2/src/jrd/perf.cpp:
Compiler warning
2002-06-12 09:03 tamlin
* firebird2/src/jrd/intl.cpp:
Compiler warnings removed.
2002-06-12 09:03 tamlin
* firebird2/src/jrd/: db_alias.cpp, jrd.cpp:
const correctness
2002-06-12 09:02 tamlin
* firebird2/src/jrd/plugin_manager.h:
Make it compile using MSVC6.
2002-06-12 09:01 tamlin
* firebird2/src/jrd/plugin_manager.cpp:
Removed (at least) 219KB of compiler warnings using MSVC6.
2002-06-12 08:58 tamlin
* firebird2/src/include/fb_list.h:
There is no C++ class named slist. Removed.
2002-06-05 13:02 dimitr
* firebird2/src/intl/ld.h:
Fixed compile problems on Win32.
2002-06-05 12:18 dimitr
* firebird2/src/jrd/intl.cpp:
Fixed compile problems on Win32.
2002-06-05 11:57 dimitr
* firebird2/src/jrd/os/win32/: mod_loader.cpp, path_utils.cpp:
A Win32 implementation of the dynamic module loader and path
operations abstractions.
2002-06-05 11:53 dimitr
* firebird2/src/jrd/tra.cpp:
Server-side database aliases (error-handling changes).
2002-06-05 11:49 dimitr
* firebird2/src/jrd/jrd.cpp:
Server-side database aliases (main changes).
2002-06-04 21:56 bellardo
* firebird2/src/jrd/: blk.h, cvt.cpp, cvt2.cpp, dbt.cpp,
everything.h, evl.cpp, evl_like.cpp, evl_proto.h, filters.cpp,
ini.epp, ini_proto.h, intl.cpp, intl_proto.h, intlobj.h, jrd.h,
opt.cpp:
Changes to bring intl support to FB2.
2002-06-04 21:36 bellardo
* firebird2/src/: include/fb_list.h, include/fb_map.h,
jrd/intl_builtin.cpp, jrd/intl_classes.h, jrd/plugin_manager.cpp,
jrd/plugin_manager.h:
New files added during the porting of intl support to FB2.
2002-06-04 15:07 dimitr
* firebird2/src/jrd/sort.cpp:
I believe now my changes are ready for the public testing.
2002-06-04 15:01 dimitr
* firebird2/src/jrd/err.cpp:
Server-side database aliases (error-handling changes).
2002-06-04 14:57 dimitr
* firebird2/src/jrd/: db_alias.cpp, inf.cpp, jrd.cpp, jrd.h:
Server-side database aliases (main changes).
2002-06-04 14:31 dimitr
* firebird2/src/ipserver/ipclient.cpp:
no message
2002-06-04 14:03 dimitr
* firebird2/src/jrd/winnt.cpp:
Fixed little [porting?] bug with the forced writes.
2002-05-24 10:06 dimitr
* firebird2/src/remote/interface.cpp:
Fixed serious porting error.
2002-04-30 11:30 kkuznetsov
* firebird2/src/jrd/intl.cpp:
Fixed bug - Crashing server on Solaris Intel when passing "" to
nchar udf, and remove incrementing function argument from
pad_spaces in intl.cpp
2002-04-29 17:05 dimitr
* firebird2/src/jrd/: blb.cpp, cch.cpp, pio.h, tra.cpp, winnt.cpp:
Cleanup
2002-04-29 14:06 dimitr
* firebird2/src/jrd/sort.cpp:
Applied Mike Grover's fix from FB1 tree to my recent changes
2002-04-29 13:22 dimitr
* firebird2/src/jrd/: sort.cpp, sort.h, sort_mem.cpp, sort_mem.h:
New temporary space management for the external sorting stuff
2002-04-29 13:14 dimitr
* firebird2/src/jrd/gds.cpp:
Some minor changes
2002-04-29 13:11 dimitr
* firebird2/src/jrd/cch.cpp:
Some minor changes
2002-04-29 12:57 dimitr
* firebird2/src/include/gen/autoconfig_msvc.h:
Some minor changes
2002-04-29 12:53 dimitr
* firebird2/src/: common/memory/allocators.h,
common/memory/memory_pool.cpp, common/memory/memory_pool.h,
fbutil/FirebirdConfig.cpp, fbutil/FirebirdConfig.h,
fbutil/FirebirdConfigFile.cpp, fbutil/FirebirdConfigFile.h:
Some minor changes
2002-04-18 05:54 bellardo
* firebird2/src/jrd/exe.cpp:
throw clause cleanup.
2002-04-13 08:04 dimitr
* firebird2/src/jrd/evl.cpp:
Applied Claudio's fix for bug SF #538201
2002-04-12 03:55 bellardo
* firebird2/src/gpre/: gpre.cpp, gpre.h:
Changes to make the -GDS switch work correctly. This allows FB2 to
be used to build FB1 :-)
2002-04-10 06:42 bellardo
* firebird2/src/jrd/os/posix/mod_loader.cpp:
A posix (dlopen et al) implementation of the dynamic module loader
abstraction.
2002-04-10 01:27 bellardo
* firebird2/src/jrd/: kanji.cpp, kanji.h, kanji_proto.h:
Moved the files into intl. They don't belong in jrd.
2002-04-10 01:27 bellardo
* firebird2/src/intl/: kanji.cpp, kanji.h, kanji_proto.h,
lt2czech.h:
lt2czech.h wasn't brought over in the original c++ port, fix it.
The kanji* files are no longer used, except for some macros in one
of the headers. Now that we have the intl directory they don't
belong in jrd. Moved them into intl.
2002-04-10 01:25 bellardo
* firebird2/src/intl/: cs_big5.c, cs_gb2312.c, cs_jis.c,
cs_jis_20208_1990.c, cs_ksc.c, cs_narrow.c, cs_unicode.c,
cs_utffss.c, cv_big5.c, cv_gb2312.c, cv_jis.c, cv_ksc.c,
cv_narrow.c, lc_ascii.c, lc_big5.c, lc_dos.c, lc_gb2312.c,
lc_jis.c, lc_ksc.c, lc_latin1.c, lc_latin2.c, lc_narrow.c,
lc_unicode.c, ld.c, ld.h, ldcommon.h:
changes necessary to get the intl lib compiling after adding the
new memory management, an additional intl c++ interface, and a
slight refactoring of the intl header files.
2002-04-10 01:23 bellardo
* firebird2/src/jrd/os/: mod_loader.h, path_utils.h,
darwin/mod_loader.cpp, posix/path_utils.cpp:
Added the operating system specific subdirectory (os) to jrd. Also
added the abstraction headers for file path operations and
dynamically loaded modules. Included the implementations of the
abstractions necessary for Darwin.
2002-04-06 10:50 dimitr
* firebird2/src/jrd/exe.cpp:
Fixed one memory allocation issue.
2002-04-05 21:56 bellardo
* firebird2/src/jrd/scl.epp:
fixing another mistake I made. sorry :-(
2002-04-05 21:54 bellardo
* firebird2/src/jrd/dyn.epp:
Commited wrong local version of code. fixing my mistake.
2002-04-05 09:17 dimitr
* firebird2/src/jrd/blrtable.h:
Cleanup
2002-04-04 18:41 bellardo
* firebird2/src/dsql/pass1.cpp:
Fixed some ugly code I committed yesterday.
2002-04-04 18:22 bellardo
* firebird2/src/dsql/utld.cpp:
Fixed the buffer overflow check to be correct instead of commenting
it out.
2002-04-04 18:09 bellardo
* firebird2/src/jrd/blk.h:
Wronging named struct last time I committed.
2002-04-04 18:08 bellardo
* firebird2/src/remote/interface.cpp:
Forgot to rename include directive
2002-04-04 15:53 dimitr
* firebird2/src/msgs/load.epp:
Implemented 'EXECUTE VARCHAR' command.
2002-04-04 15:50 dimitr
* firebird2/src/: dsql/dsql.cpp, dsql/gen.cpp, dsql/node.h,
dsql/parse.cpp, dsql/parse.y, dsql/pass1.cpp,
include/gen/blrtable.h, jrd/blp.h, jrd/blr.h, jrd/blrtable.cpp,
jrd/exe.cpp, jrd/nod.h, jrd/par.cpp, jrd/tra.h:
Implemented 'EXECUTE VARCHAR' command.
2002-04-04 13:37 dimitr
* firebird2/src/jrd/y-valve.cpp:
Cleanup
2002-04-04 09:13 bellardo
* firebird2/src/jrd/dbt.cpp:
committed wrong local version of file last time, opps.
2002-04-04 09:10 bellardo
* firebird2/src/jrd/: blb.cpp, blk.h, btr.cpp, cch.cpp, dbt.cpp,
dfw.epp, dpm.epp, dyn.epp, dyn.h, dyn_def.epp, dyn_del.epp,
dyn_mod.epp, dyn_util.epp, ext.cpp, file_params.h, fun.epp,
gds.cpp, grant.epp, jrd.cpp, met.epp, nav.cpp, opt.cpp, pag.cpp,
scl.epp, shut.cpp, svc.cpp, tra.cpp, val.cpp, vio.cpp:
Finished removal of setjmp/longjmp code, and fixed a handful of
FB1->FB2 porting bugs.
2002-04-04 07:43 bellardo
* firebird2/src/remote/: allr.cpp, interface.cpp, remote.h,
server.cpp:
We are using exceptions now, clean out old setjmp/longjmp code.
2002-04-04 07:41 bellardo
* firebird2/src/qli/all.cpp:
minor include file change
2002-04-04 07:39 bellardo
* firebird2/src/install/arch-specific/darwin/FrameworkInfo.plist:
Minor Darwin naming changes
2002-04-04 07:38 bellardo
* firebird2/src/include/: fb_blk.h, fb_exception.h:
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:
fixed extern declaration bug
2002-04-04 07:36 bellardo
* firebird2/src/dudley/: ddl.cpp, exe.epp, expr.cpp, extract.epp,
hsh.cpp, parse.cpp:
removed warnings.
2002-04-04 07:35 bellardo
* firebird2/src/dsql/: ddl.cpp, dsql.cpp, dsql.h, movd.cpp,
user_dsql.cpp:
Cleaning up unneeded setjmp/longjmp code.
2002-04-04 07:34 bellardo
* firebird2/src/dsql/utld.cpp:
c++ conversion bug fix
2002-04-04 07:33 bellardo
* firebird2/src/common/fb_exception.cpp:
File to hold our custom exception class implementation.
2002-04-04 07:32 bellardo
* firebird2/src/burp/restore.epp:
Fixed warnings.
2002-04-04 07:31 bellardo
* firebird2/src/alice/: alice.cpp, alice_meta.epp:
Fixed some warnings.
2002-04-04 01:35 bellardo
* firebird2/src/common/memory/memory_pool.cpp:
Someone (who shall remain nameless) committed this file with red
zones enabled. As these tend to be a drag on performance I decided
to disable them.
2002-04-03 18:05 bellardo
* firebird2/src/intl/lc_latin2.c:
File got lost bringing FB1->FB2. Its back now.
2002-04-03 10:39 dimitr
* firebird2/src/jrd/: why.c, winnt.cpp, svc_proto.h:
Cleanup
2002-04-03 08:05 dimitr
* firebird2/src/misc/status.cpp:
ANSI C++ says that a loop variable (if declared within a 'for'
construct) cannot be accessed outside the loop block. Fixed.
2002-04-03 01:12 bellardo
* firebird2/src/jrd/exe.cpp:
Cleanup of some try/catch block mistakes during the initial
exception conversion.
2002-04-02 19:10 bellardo
* firebird2/src/dsql/pass1.cpp:
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, allocators.h,
memory_pool.cpp:
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:
Some of the gds__XXXX blr constants were incorrectly changed to
gds_XXXX during the initial c++ port. Fixed them.
2002-04-01 11:09 dimitr
* firebird2/src/: remote/ibconfig.cpp, remote/property.cpp,
remote/xdr.cpp, dsql/parse.cpp:
Cleanup
2002-04-01 11:03 dimitr
* firebird2/src/iscguard/iscguard.cpp:
Cleanup
2002-04-01 02:03 bellardo
* firebird2/src/jrd/met.epp:
Fixed bug (c++ porting error, bug not present in FB1) that
prevented most views from working.
2002-03-31 01:38 tamlin
* firebird2/src/: jrd/cch.cpp, jrd/idx.cpp, jrd/lck.cpp,
jrd/met.epp, jrd/met_proto.h, jrd/netware.cpp, jrd/os2.cpp,
jrd/rlck.cpp, jrd/rng.cpp, jrd/sdw.cpp, jrd/tra.cpp, jrd/unix.cpp,
jrd/vms.cpp, jrd/windows.cpp, jrd/winnt.cpp, lock/lock.cpp,
remote/interface.cpp, remote/server.cpp:
Cleanup and bugfixing
2002-03-11 17:34 skywalker
* firebird2/src/: alice/all.h, alice/info.h, alice/tdr.cpp,
gpre/gpre.h, include/fb_types.h, include/gen/codes.h,
jrd/alt_use_sec.h, jrd/common.h, jrd/cvt_proto.h, jrd/gdsold.h,
jrd/ibase.h, jrd/isc_file.cpp, jrd/isc_sync.cpp, jrd/license.h,
jrd/perf.h, remote/inet.cpp, remote/protocol.cpp,
remote/remote_def.h, v5_examples/empbuild.c, wal/wal.cpp,
wal/walw.cpp:
Main changes were to add cr to end of the files. cvt_proto.h
removed a duplicate extern directive gen/codes.h added back appolo
error code, since it was still used
2002-02-26 14:46 dimitr
* firebird2/generated/: isql/makefile, jrd/makefile, msgs/makefile,
utilities/makefile, makefile:
Updated makefiles
2002-02-26 14:42 dimitr
* firebird2/generated/: alice/makefile, burp/makefile,
dsql/makefile, dudley/makefile, gpre/makefile:
Updated makefiles
2002-02-25 12:41 dimitr
* firebird2/src/jrd/why.c:
Correction to the clean up of the Apollo port
2002-02-25 11:59 dimitr
* firebird2/src/include/gen/codes.h:
Correction to the clean up of the Apollo port
2002-02-25 11:45 dimitr
* firebird2/src/jrd/license.h:
Fixed the invalid removal of an ambiguity I've commited before and
fixed the real problem that was there.
2002-02-25 11:12 dimitr
* firebird2/src/common/memory/allocators.cpp:
Fixed a compilation error in the release mode
2002-02-25 11:09 dimitr
* firebird2/src/jrd/cvt_proto.h:
Fixed a linking error
2002-02-24 17:53 seanleyne
* firebird2/src/dsql/parse.cpp:
Code cleanup, corrected some mistakes (;-[) in my removal of the
Win3.1 port.
2002-02-24 17:39 seanleyne
* firebird2/src/: dsql/array.epp, dsql/parse.y, isql/isql.epp,
jrd/dfw.epp, jrd/dyn_def.epp, jrd/dyn_mod.epp, jrd/dyn_util.epp,
jrd/met.epp, make.new/config/config.h.in,
makefiles/config/config.h.in:
Code cleanup, removed old Win3.1 port from routines I missed the
first time
2002-02-23 23:15 seanleyne
* firebird2/src/: jrd/flu.cpp, jrd/isc_file.cpp, jrd/isc_sync.cpp,
jrd/why.c, jrd/y-valve.cpp, pipe/head.cpp, remote/inet.cpp:
More code cleanup of old NCR3000 and M88K ports
2002-02-23 23:08 seanleyne
* firebird2/src/: dsql/parse.cpp, dsql/utld_proto.h,
include/gen/autoconfig_msvc.h, jrd/event.h, jrd/why.c,
jrd/y-valve.cpp:
Code cleanup, removed old Windows 3.1 (WINDOWS_ONLY) port
2002-02-23 11:27 dimitr
* firebird2/src/jrd/: dfw.epp, event.cpp, event.h, event_proto.h,
utl.cpp, why.c:
Introduced the wildcarding of event names. Since the work is not
finished yet, so far the changes are protected by a macro.
2002-02-23 08:49 dimitr
* firebird2/src/: dsql/errd.cpp, dsql/user_dsql.cpp, jrd/err.cpp,
jrd/par.cpp, jrd/sdl.cpp, misc/status.cpp:
Correction to the clean up of the Apollo port
2002-02-20 20:21 dimitr
* firebird2/src/jrd/license.h:
Removed an ambiguity in nested #ifdef's
2002-02-19 02:17 seanleyne
* firebird2/src/alice/tdr.cpp:
Correction, deleted a little too much code in my clean up of the
Appolo port. Thanks to Claudio V. for the second set of eyes.
2002-02-16 06:06 seanleyne
* firebird2/src/: gpre/gpre.h, include/gen/autoconfig_msvc.h,
intl/langdrv.h, intl/ld.h, jrd/common.h, jrd/cvt.cpp, jrd/gdsold.h,
jrd/ibase.h, jrd/isc_ipc.cpp, jrd/pag.cpp,
make.new/config/config.h.in, makefiles/config/config.h.in,
remote/remote_def.h:
Clean up of change notes in headers
2002-02-16 05:36 seanleyne
* firebird2/src/: alice/info.h, alice/tdr.cpp,
include/gen/autoconfig_msvc.h, include/gen/codes.h, intl/dtest.c,
jrd/pag.cpp, jrd/termtype.h, jrd/utl.cpp,
make.new/config/config.h.in, makefiles/config/config.h.in:
Code cleanup of obsolete Apollo port(s)
2002-02-16 05:16 seanleyne
* firebird2/src/: include/fb_types.h,
include/gen/autoconfig_msvc.h, intl/ld.h, jrd/gds.hxx,
jrd/gdsold.h, jrd/ibase.h, jrd/os2.cpp, jrd/perf.h,
make.new/config/config.h.in, makefiles/config/config.h.in:
Code cleanup of obsolete OS/2 port
2002-02-16 05:04 seanleyne
* firebird2/src/: include/gen/autoconfig_msvc.h, jrd/gdsold.h,
jrd/ibase.h, jrd/isc_cray.cpp, make.new/config/config.h.in,
makefiles/config/config.h.in, remote/protocol.h:
Code cleanup of obsolete Cray port
2002-02-16 04:59 seanleyne
* firebird2/src/: gpre/gpre.h, jrd/common.h, jrd/license.h,
jrd/pag.cpp, remote/remote_def.h:
Code cleanup of obsolete HP9000 s300 port
2002-02-16 04:54 seanleyne
* firebird2/src/: include/gen/autoconfig_msvc.h, journal/misc.cpp,
jrd/common.h, jrd/gds.cpp, jrd/isc_ipc.cpp, jrd/jio.cpp,
jrd/license.h, jrd/pag.cpp, lock/lock.h, lock/lockv3.h,
make.new/config/config.h.in, makefiles/config/config.h.in,
remote/remote_def.h, wal/driver.cpp:
Code cleanup of obsolete M88K and NT Power PC ports
2002-02-16 04:37 seanleyne
* firebird2/src/: include/gen/autoconfig_msvc.h,
make.new/config/config.h.in, makefiles/special_opt.c,
makefiles/config/config.h.in:
Code cleanup of obsolete NeXT port
2002-02-16 04:33 seanleyne
* firebird2/src/: include/gen/autoconfig_msvc.h, jrd/common.h,
jrd/isc_ipc.cpp, jrd/license.h, jrd/pag.cpp, lock/lock.h,
make.new/config/config.h.in, makefiles/config/config.h.in,
remote/inet.cpp, remote/remote_def.h:
Code cleanup of obsolete NCR3000 port
2002-02-16 04:27 seanleyne
* firebird2/src/: gpre/gpre.h, include/gen/autoconfig_msvc.h,
intl/langdrv.h, jrd/common.h, jrd/cvt.cpp, jrd/gds.cpp,
jrd/isc.cpp, jrd/isc_ipc.cpp, jrd/isc_sync.cpp, jrd/jrn.cpp,
jrd/license.h, jrd/llio.cpp, jrd/pag.cpp, jrd/perf.cpp,
jrd/shdef.h, jrd/shrinit.cpp, jrd/svc.cpp, lock/lock.cpp,
lock/lock.h, lock/lockv3.h, lock/printv3.cpp,
make.new/config/config.h.in, makefiles/config/config.h.in,
remote/inet.cpp, remote/protocol.cpp, remote/remote_def.h,
utilities/dropv3.cpp, wal/wal.cpp, wal/wal.h, wal/walw.cpp:
Code cleanup of obsolete IMP port
2002-02-16 04:05 seanleyne
* firebird2/src/: include/gen/autoconfig_msvc.h, intl/langdrv.h,
journal/oldr.cpp, journal/server.e, jrd/common.h, jrd/cvt.cpp,
jrd/dbt.cpp, jrd/isc.cpp, jrd/isc_file.cpp, jrd/isc_ipc.cpp,
jrd/isc_sync.cpp, jrd/jio.cpp, jrd/license.h, jrd/llio.cpp,
jrd/pag.cpp, jrd/perf.cpp, lock/lock.h, lock/lockv3.h,
make.new/config/config.h.in, makefiles/config/config.h.in,
msgs/build_file.epp, remote/remote_def.h, remote/xdr.h, wal/wal.h,
wal/walw.cpp:
Code cleanup of obsolete DELTA port
2002-02-16 03:49 seanleyne
* firebird2/src/: intl/ld.h, jrd/common.h, jrd/gds.hxx,
jrd/gdsold.h, jrd/ibase.h, jrd/isc_cray.cpp, jrd/isc_sync.cpp,
jrd/license.h, jrd/pag.cpp, jrd/utl.cpp, lock/lockv3.h,
make.new/config/config.sub, msgs/build_file.epp, msgs/load.epp,
remote/inet.cpp, remote/protocol.h, remote/remote_def.h:
Code cleanup of obsolete XENIX port and missed MAC (MAC_AUX) port
items
2002-02-16 03:21 seanleyne
* firebird2/src/: burp/burp.cpp, include/gen/autoconfig_msvc.h,
journal/server.e, jrd/common.h, jrd/file_params.h, jrd/flu.cpp,
jrd/gdsold.h, jrd/ibase.h, jrd/isc_file.cpp, jrd/isc_ipc.cpp,
jrd/jio.cpp, jrd/license.h, jrd/llio.cpp, jrd/pag.cpp, jrd/svc.cpp,
jrd/utl.cpp, lock/lock.h, make.new/Makefile.in.firebird,
make.new/Makefile.in.jrd, make.new/config/config.h.in,
makefiles/boot.sfx.interbase, makefiles/prefix.epson,
makefiles/sfx.firebird, makefiles/sfx.jrd,
makefiles/config/config.h.in, pipe/head.cpp, remote/inet.cpp,
remote/protocol.h, remote/remote_def.h:
Code cleanup of obsolete EPSON port
2002-02-16 02:58 seanleyne
* firebird2/src/: include/gen/autoconfig_msvc.h, intl/ld.h,
jrd/common.h, jrd/license.h, jrd/pag.cpp,
make.new/config/config.h.in, makefiles/config/config.h.in:
Code cleanup of obsolete MAC AUX port defines "MAC" and "MAC_CP"
2002-01-21 16:26 kkuznetsov
* firebird2/configure.in:
I forgot ";"
2002-01-21 13:01 kkuznetsov
* firebird2/src/make.new/prefix.solx86:
first try to port IT to Solaris X86
2002-01-21 12:54 kkuznetsov
* firebird2/configure.in:
fist try to port IT to Solaris X86
2002-01-06 14:06 skywalker
* firebird2/src/: make.defaults, make.platform, make.rules,
jrd/alt_use_sec.h, jrd/sdl.cpp, make.new/Makefile.in.firebird,
make.new/README.makefiles, v5_examples/empbuild.c:
Changed to force write of update build #.
2002-01-05 17:30 tamlin
* firebird2/src/jrd/isc_sync_win32.cpp:
Silly (but potentially serious) bug fixed
2002-01-05 17:29 tamlin
* firebird2/src/jrd/sdl.cpp:
signed/unsigned mismatch bugfix
2002-01-05 17:28 tamlin
* firebird2/src/jrd/blb.cpp:
Cleaning up
2002-01-04 20:03 tamlin
* firebird2/src/jrd/tpc.cpp:
Objects are not allowed to live on the stack if you want to ask a
pool of their type.
2002-01-04 12:48 skywalker
* firebird2/: configure, configure.in:
Changed one or two of the headers that are checked for.
2002-01-04 12:34 skywalker
* firebird2/src/: make.defaults, make.platform, make.rules,
make.shared.variables, alice/alice.cpp, burp/backup.epp,
burp/restore.epp, common/memory/allocators.cpp,
common/memory/allocators.h, dsql/pass1.cpp, dsql/preparse.cpp,
gpre/ada.cpp, gpre/c_cxx.cpp, gpre/cmp.cpp, gpre/exp.cpp,
gpre/ftn.cpp, gpre/gpre.cpp, gpre/gpre.h, gpre/gpre_meta_boot.cpp,
gpre/par.cpp, gpre/pat.cpp, include/fb_exception.h,
include/gen/codes.h, include/gen/codetext.h,
include/gen/gds_codes.ftn, include/gen/gds_codes.pas,
include/gen/iberror.h, include/gen/msg_facs.h, include/gen/msgs.h,
include/gen/rdb_codes.h, include/gen/sql_code.h, jrd/alt_use_sec.h,
jrd/builtin.cpp, jrd/cmp.cpp, jrd/codes.epp, jrd/dfw.epp,
jrd/dpm.epp, jrd/event.cpp, jrd/functions.cpp, jrd/gds.cpp,
jrd/ini.epp, jrd/isc.cpp, jrd/jrd.h, jrd/met.epp, jrd/opt.cpp,
jrd/par.cpp, jrd/perf.cpp, jrd/sbm.cpp, jrd/scl.epp, jrd/svc.cpp,
jrd/tra.cpp, jrd/vio.cpp, lock/lock.cpp,
make.new/Makefile.in.common.memory, make.new/Makefile.in.firebird,
make.new/Makefile.in.gpre, make.new/Makefile.in.jrd,
make.new/make.rules, make.new/make.shared.variables,
make.new/prefix.linux, make.new/config/config.h.in, qli/eval.cpp,
qli/exe.cpp, qli/mov.cpp, remote/allr.cpp, remote/inet.cpp,
remote/remote.cpp, utilities/drop.cpp, utilities/dropv3.cpp,
v5_examples/empddl.sql:
Changes to make it compile on linux. and work through a few
issues.
2001-12-29 12:41 tamlin
* firebird2/src/: alice/alice.cpp, alice/alice_meta.epp,
burp/burp.h, common/memory/memory_pool.cpp, dsql/ddl.cpp,
dsql/dsql.cpp, dsql/errd.cpp, dsql/user_dsql.cpp,
dudley/expand.cpp, dudley/parse.cpp, gpre/gpre.cpp, gpre/par.cpp,
include/fb_exception.h, journal/gjrn.cpp, jrd/align.cpp,
jrd/err.cpp, jrd/exe.cpp, jrd/gds.cpp, jrd/ib_stdio.cpp,
jrd/iberr.cpp, jrd/lck.cpp, jrd/nav.cpp, jrd/scl.epp, qli/dtr.cpp,
qli/err.cpp, remote/allr.cpp, remote/interface.cpp,
remote/server.cpp, utilities/dba.epp, utilities/dba_full.epp,
utilities/gsec.h, wal/walw.cpp:
cleaning up
2001-12-29 11:09 tamlin
* firebird2/src/jrd/vio.cpp:
Cleaning up
2001-12-29 11:08 tamlin
* firebird2/src/alice/all.cpp:
Explicitly allocate the alice permanent pool from the global
default memory pool.
2001-12-28 07:31 tamlin
* firebird2/src/jrd/: exe.cpp, jrd.h:
cleaning up
2001-12-28 06:53 tamlin
* firebird2/src/remote/interface.cpp:
cleaning up
2001-12-28 06:16 tamlin
* firebird2/src/jrd/winnt.cpp:
Fix for turning forced writes off
2001-12-28 06:14 tamlin
* firebird2/src/: alice/alice.cpp, alice/alice.h, alice/all.cpp,
alice/all.h, common/memory/allocators.cpp,
common/memory/allocators.h, common/memory/memory_pool.h,
dsql/all.h, dsql/alld.cpp, include/firebird.h, jrd/all.h,
jrd/jrd.cpp, jrd/met.epp, jrd/rse.cpp, jrd/svc.cpp:
MemoryPool work
2001-12-27 05:59 tamlin
* firebird2/src/jrd/blb.h:
Logic correction
2001-12-25 09:01 tamlin
* firebird2/src/alice/alice.cpp:
forgotten comment removed
2001-12-25 08:57 tamlin
* firebird2/src/alice/: alice.cpp, alice.h:
cleaning up
2001-12-25 05:53 tamlin
* firebird2/src/alice/: alice.cpp, alice.h, alice_meta.h:
cleaning up
2001-12-25 05:10 tamlin
* firebird2/src/jrd/dyn_def.epp:
C++ EH
2001-12-24 04:02 tamlin
* firebird2/src/common/: memory/allocators.cpp,
memory/allocators.h, memory/memory_pool.cpp, memory/memory_pool.h,
mp/AtomicCounter.h, mp/crit_section_guard.h,
mp/crit_section_lock.h, mp/mutex.h, mp/semaphore.h, mp/thread.h:
New C++ memory pool
2001-12-24 03:50 tamlin
* firebird2/src/: make.defaults, make.platform, make.rules,
make.shared.variables, alice/alice.cpp, alice/alice.h,
alice/alice_meta.epp, alice/all.cpp, alice/all.h,
alice/all_proto.h, alice/alloc.h, alice/blk.h, alice/exe.cpp,
alice/lls.h, alice/tdr.cpp, burp/backup.epp, burp/burp.cpp,
burp/burp.h, burp/canonical.cpp, burp/restore.epp, burp/spit.cpp,
csv/csi.h, csv/csu.cpp, csv/csv.cpp, dsql/all.h, dsql/alld.cpp,
dsql/alld_proto.h, dsql/array.epp, dsql/blk.h, dsql/blob.epp,
dsql/ddl.cpp, dsql/ddl_proto.h, dsql/dsql.cpp, dsql/dsql.h,
dsql/dsql_proto.h, dsql/errd.cpp, dsql/errd_proto.h, dsql/gen.cpp,
dsql/hsh.cpp, dsql/make.cpp, dsql/make_proto.h, dsql/metd.epp,
dsql/metd_proto.h, dsql/node.h, dsql/parse.cpp, dsql/parse.y,
dsql/pass1.cpp, dsql/sqlda.h, dsql/sym.h, dsql/user_dsql.cpp,
dsql/utld.cpp, dudley/ddl.cpp, dudley/expand.cpp, dudley/parse.cpp,
extlib/ib_udf.sql, extlib/ib_util.c, fbutil/FirebirdConfig.cpp,
fbutil/FirebirdConfig.h, fbutil/FirebirdConfigFile.cpp,
fbutil/FirebirdConfigFile.h, gpre/ada.cpp, gpre/c_cxx.cpp,
gpre/cmd.cpp, gpre/cme.cpp, gpre/cmp.cpp, gpre/cob.cpp,
gpre/dyntable.cpp, gpre/exp.cpp, gpre/form.cpp, gpre/form_trn.cpp,
gpre/ftn.cpp, gpre/gpre.cpp, gpre/gpre.h, gpre/gpre_meta.epp,
gpre/gpre_meta_boot.cpp, gpre/gpreswi.h, gpre/hsh.cpp,
gpre/int.cpp, gpre/int_cxx.cpp, gpre/jrdmet.cpp, gpre/movg.cpp,
gpre/msc.cpp, gpre/noform.cpp, gpre/par.cpp, gpre/pas.cpp,
gpre/pat.cpp, gpre/pretty.cpp, gpre/sqe.cpp, gpre/sql.cpp,
include/fb_blk.h, include/fb_exception.h, include/fb_string.h,
include/fb_types.h, include/fb_vector.h, include/firebird.h,
include/old_fb_blk.h,
install/arch-specific/darwin/FrameworkInfo.plist,
install/arch-specific/linux/Makefile.in, ipserver/ipc.h,
ipserver/ipserver.cpp, isql/extract.epp, isql/isql.epp,
isql/isql.h, isql/show.epp, journal/archive.cpp, journal/gjrn.cpp,
journal/misc.cpp, journal/server.e, jrd/ail.cpp, jrd/align.cpp,
jrd/all.cpp, jrd/all.h, jrd/all_old.cpp, jrd/all_old.h,
jrd/all_proto.h, jrd/alt_use_sec.h, jrd/alt_use_sec.h.pre,
jrd/blb.cpp, jrd/blb.h, jrd/blb_proto.h, jrd/blf_proto.h,
jrd/blk.h, jrd/blob_filter.epp, jrd/blob_filter.h,
jrd/block_cache.h, jrd/bookmark.cpp, jrd/btr.cpp, jrd/btr.h,
jrd/builtin.cpp, jrd/cch.cpp, jrd/cch.h, jrd/cch_proto.h,
jrd/cmp.cpp, jrd/cmp_proto.h, jrd/common.h, jrd/cvt.cpp,
jrd/cvt2.cpp, jrd/dbg.cpp, jrd/dbg_proto.h, jrd/dbt.cpp,
jrd/dfw.epp, jrd/dpm.epp, jrd/dpm_proto.h, jrd/drq.h, jrd/dsc.h,
jrd/dyn.epp, jrd/dyn_def.epp, jrd/dyn_del.epp, jrd/dyn_mod.epp,
jrd/dyn_util.epp, jrd/entry.h, jrd/err.cpp, jrd/err_proto.h,
jrd/event.cpp, jrd/everything.h, jrd/evl.cpp, jrd/exe.cpp,
jrd/exe.h, jrd/ext.cpp, jrd/ext.h, jrd/ext_proto.h, jrd/extvms.cpp,
jrd/file_params.h, jrd/filters.cpp, jrd/flu.cpp, jrd/fun.epp,
jrd/fun_proto.h, jrd/gds.cpp, jrd/gds.hxx, jrd/gdsassert.h,
jrd/grammar.cpp, jrd/grammar.y, jrd/grant.epp, jrd/ib_stdio.cpp,
jrd/ibase.h, jrd/iberr.cpp, jrd/idx.cpp, jrd/idx_proto.h,
jrd/inf.cpp, jrd/ini.epp, jrd/ini.h, jrd/intl.cpp, jrd/intlobj.h,
jrd/irq.h, jrd/isc.cpp, jrd/isc.h, jrd/isc_file.cpp,
jrd/isc_ipc.cpp, jrd/isc_sync.cpp, jrd/isc_sync_win32.cpp,
jrd/isc_win32.cpp, jrd/jlx.c, jrd/john.make, jrd/jrd.cpp,
jrd/jrd.h, jrd/jrd_blks.cpp, jrd/jrd_blks.h, jrd/jrd_proto.h,
jrd/jrn.h, jrd/lck.cpp, jrd/lck.h, jrd/license.h, jrd/lls.h,
jrd/log.cpp, jrd/log.h, jrd/map.cpp, jrd/mblr.cpp, jrd/met.epp,
jrd/met.h, jrd/met_proto.h, jrd/misc.cpp, jrd/msg.h, jrd/nav.cpp,
jrd/nav_proto.h, jrd/netware.cpp, jrd/old.cpp, jrd/opt.cpp,
jrd/opt_proto.h, jrd/os2.cpp, jrd/pag.cpp, jrd/pag.h, jrd/par.cpp,
jrd/par_proto.h, jrd/pcmet.epp, jrd/perf.cpp, jrd/pio.h,
jrd/pwd.cpp, jrd/pwd.h, jrd/pwd_proto.h, jrd/qatest.cpp,
jrd/rec.cpp, jrd/req.h, jrd/rlck.cpp, jrd/rng.cpp, jrd/rng.h,
jrd/rse.cpp, jrd/rse.h, jrd/rse_proto.h, jrd/sbm.cpp, jrd/sbm.h,
jrd/scl.epp, jrd/scl.h, jrd/sdl.h, jrd/sdl_proto.h, jrd/sdw.cpp,
jrd/sdw.h, jrd/shdef.h, jrd/shut.cpp, jrd/smp.h, jrd/smp_impl.h,
jrd/sort.cpp, jrd/sort.h, jrd/sqz.cpp, jrd/sqz.h, jrd/sqz_proto.h,
jrd/stats.epp, jrd/svc.cpp, jrd/svc.h, jrd/svc_proto.h,
jrd/sym.cpp, jrd/thd.cpp, jrd/thd.h, jrd/thd_win32.cpp, jrd/time.h,
jrd/tpc.cpp, jrd/tpc.h, jrd/tra.cpp, jrd/tra.h, jrd/tra_proto.h,
jrd/trig.h, jrd/unix.cpp, jrd/val.cpp, jrd/val.h, jrd/vio.cpp,
jrd/vio_proto.h, jrd/vms.cpp, jrd/why.c, jrd/windows.cpp,
jrd/winnt.cpp, jrd/y-valve.cpp, lock/lock.cpp, lock/print.cpp,
make.new/Makefile.in.alice, make.new/Makefile.in.burp,
make.new/Makefile.in.client, make.new/Makefile.in.dsql,
make.new/Makefile.in.dudley, make.new/Makefile.in.example5,
make.new/Makefile.in.extlib, make.new/Makefile.in.fbutil,
make.new/Makefile.in.firebird, make.new/Makefile.in.gpre,
make.new/Makefile.in.install, make.new/Makefile.in.intl,
make.new/Makefile.in.isql, make.new/Makefile.in.jrd,
make.new/Makefile.in.lock, make.new/Makefile.in.msgs,
make.new/Makefile.in.pipe, make.new/Makefile.in.qli,
make.new/Makefile.in.refDatabases, make.new/Makefile.in.remote,
make.new/Makefile.in.utilities, make.new/Makefile.in.wal,
make.new/make.defaults, make.new/make.rules,
make.new/make.shared.variables, make.new/prefix.darwin,
make.new/prefix.linux, makefiles/bind_gds.aix_ppc,
makefiles/bind_gds_s.im, makefiles/bind_gds_s.sco,
makefiles/bind_gdsintl.aix_ppc, makefiles/boot.sfx.interbase,
makefiles/buildRefDatabases, makefiles/prefix.darwin,
makefiles/prefix.freebsd, makefiles/prefix.linux,
makefiles/prefix.netbsd, makefiles/prefix.solx86,
makefiles/sfx.jrd, makefiles/sfx.pipe, misc/fb_boilerplate.h,
pipe/head.cpp, pipe/pipe.h, qli/all.cpp, qli/dtr.cpp, qli/dtr.h,
qli/err.cpp, qli/eval.cpp, qli/exe.cpp, qli/gener.cpp, qli/mov.cpp,
remote/allr.cpp, remote/decne_proto.h, remote/decnet.cpp,
remote/decnet_server.cpp, remote/dnet.cpp, remote/dnet_proto.h,
remote/dnet_server.cpp, remote/inet.cpp, remote/inet_server.cpp,
remote/interface.cpp, remote/parser.cpp, remote/protocol.h,
remote/remote.h, remote/server.cpp, remote/srvr_w32.cpp,
remote/xdr_proto.h, utilities/create_db.cpp, utilities/dba.epp,
utilities/dba_full.epp, utilities/drop.cpp, utilities/gsec.cpp,
utilities/gsec.h, utilities/guard.cpp, utilities/ibmgr.cpp,
utilities/ibmgr.h, utilities/ibmgrswi.h, utilities/sbc_print.cpp,
utilities/srvrmgr.cpp, utilities/util.cpp, wal/wal_prnt.cpp,
wal/walw.cpp, wal/wstatus.cpp:
New C++ memory pool
2001-12-24 03:11 tamlin
* firebird2/src/include/gen/autoconfig_msvc.h:
no message
2001-11-02 21:59 tamlin
* firebird2/src/jrd/winnt.cpp:
Synch with FB1 changes.
2001-11-02 21:40 tamlin
* firebird2/src/dsql/alld.cpp:
Synch with FB1 changes.
2001-10-18 23:31 bellardo
* firebird2/src/make.new/prefix.darwin:
Testing syncmail some more.
2001-10-18 00:48 bellardo
* firebird2/src/: isql/isql.epp, make.new/Makefile.in.extlib,
make.new/Makefile.in.intl, make.new/make.rules,
make.new/prefix.darwin:
Changes to make FB2 compile on Darwin. Mostly build system
related, but also added a missing typecast in isql.epp.
2001-10-17 23:53 bellardo
* firebird2/src/isql/isql.epp:
Added missing paren.
2001-09-18 21:12 awharrison
* firebird2/src/jrd/dfw.epp:
release external files after table deletion
2001-08-27 17:29 skywalker
* firebird2/: configure, configure.in,
src/fbutil/FirebirdConfigFile.cpp, src/fbutil/main.cpp,
src/install/Makefile.in, src/install/classic/CSTarInstall.sh,
src/install/classic/CSTarKullFiles.sh,
src/install/classic/CSinstall.sh,
src/install/classic/CSpostinstall.sh,
src/install/classic/CSpostuninstall.sh,
src/install/classic/CSpreinstall.sh,
src/install/classic/CSpreuninstall.sh,
src/install/classic/CSrpmfiles.txt,
src/install/classic/TarKullFiles.sh.in,
src/install/classic/install.sh.in,
src/install/classic/postinstall.sh.in,
src/install/classic/postuninstall.sh.in,
src/install/classic/preinstall.sh.in,
src/install/classic/preuninstall.sh.in,
src/install/classic/rpmfiles.txt.in,
src/install/classic/rpmheader.txt.in,
src/install/classic/tarInstall.sh.in,
src/install/misc/firebird.conf, src/install/misc/firebird.xinetd,
src/install/misc/firebird.xinetd.in, src/isql/extract.epp,
src/isql/isql.epp, src/isql/isql.h, src/isql/show.epp,
src/jrd/gdsassert.h, src/make.new/Makefile.in.fbutil,
src/make.new/Makefile.in.firebird,
src/make.new/Makefile.in.install, src/make.new/Makefile.in.jrd,
src/make.new/make.defaults, src/make.new/make.rules,
src/make.new/config/config.h.in:
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,
fbutil/FirebirdConfig.h, fbutil/FirebirdConfigFile.cpp,
fbutil/FirebirdConfigFile.h, jrd/jrd.cpp,
make.new/Makefile.in.burp, make.new/Makefile.in.fbutil,
make.new/Makefile.in.firebird, make.new/Makefile.in.gpre,
make.new/Makefile.in.lock, make.new/make.rules:
Changes to read /etc/firebird.conf file
2001-08-20 10:15 skywalker
* firebird2/src/: fbutil/FirebirdConfig.cpp,
fbutil/FirebirdConfig.h, fbutil/FirebirdConfigFile.cpp,
fbutil/FirebirdConfigFile.h, install/Makefile.in,
install/classic/CSinstall.sh, jrd/file_params.h, jrd/gds.cpp,
jrd/isc.cpp, make.new/Makefile.in.firebird, make.new/make.defaults,
make.new/make.rules, make.new/make.shared.variables:
Partial change to load RootDirectory from /etc/firebird.conf file
plus some more install/compile things
2001-08-15 20:10 skywalker
* firebird2/: configure, configure.in, src/install/Makefile.in,
src/install/arch-specific/linux/Makefile.in,
src/install/classic/CSTarInstall.sh,
src/install/classic/CSinstall.sh,
src/install/classic/CSpostinstall.sh,
src/install/classic/CSpreinstall.sh,
src/install/classic/CSpreuninstall.sh,
src/make.new/Makefile.in.firebird, src/v5_examples/empbuild.c:
Some changes to work on classic install, (it's not complete as yet
but it's getting there)
2001-08-15 10:44 skywalker
* firebird2/: configure, configure.in,
src/make.new/config/config.h.in:
Updated the build num process
2001-08-15 07:37 skywalker
* firebird2/src/: install/classic/CSTarInstall.sh,
make.new/Makefile.in.firebird, msgs/change_msgs.epp,
msgs/enter_msgs.epp, msgs/modify_msgs.epp:
Fix some simple void main() declarations, and the clean directive
2001-08-14 19:41 skywalker
* firebird2/: configure, configure.in, src/install/Makefile.in,
src/make.new/make.rules:
Changes to detect socklen_t properly, and a bit more on install
2001-08-13 10:14 skywalker
* firebird2/: configure, configure.in, src/install/Makefile.in,
src/jrd/isc_ipc.cpp, src/make.new/Makefile.in.alice,
src/make.new/Makefile.in.burp, src/make.new/Makefile.in.dsql,
src/make.new/Makefile.in.dudley, src/make.new/Makefile.in.extlib,
src/make.new/Makefile.in.fbutil, src/make.new/Makefile.in.firebird,
src/make.new/Makefile.in.gpre, src/make.new/Makefile.in.intl,
src/make.new/Makefile.in.isql, src/make.new/Makefile.in.jrd,
src/make.new/Makefile.in.lock, src/make.new/Makefile.in.msgs,
src/make.new/Makefile.in.pipe, src/make.new/Makefile.in.qli,
src/make.new/Makefile.in.refDatabases,
src/make.new/Makefile.in.remote,
src/make.new/Makefile.in.utilities, src/make.new/Makefile.in.wal,
src/make.new/make.defaults, src/make.new/make.rules:
Change makefiles to not touch source files to rebuild (it was
making it hell to checkin to cvs since it then did a diff on all
files) Did a little bit with install.
2001-08-08 04:01 seanleyne
* firebird2/src/: jrd/ext.cpp, jrd/pag.cpp, utilities/ppg.cpp:
Code Cleanup, removed "#ifdef READONLY_DATABASE" conditionals,
second attempt
2001-08-07 04:15 bellardo
* firebird2/src/make.new/: Makefile.in.alice, Makefile.in.burp,
Makefile.in.dsql, Makefile.in.dudley, Makefile.in.example5,
Makefile.in.fbutil, Makefile.in.firebird, Makefile.in.gpre,
Makefile.in.isql, Makefile.in.jrd, Makefile.in.lock,
Makefile.in.msgs, Makefile.in.pipe, Makefile.in.qli,
Makefile.in.remote, Makefile.in.utilities, Makefile.in.wal,
make.defaults, make.shared.variables, prefix.darwin:
Updated build system to remove jrd_static.a, and make it possible
to build completely statically linked executables.
2001-08-07 02:41 bellardo
* firebird2/src/make.new/prefix.darwin:
Some more work to get FB2 building on Darwin.
2001-08-07 02:33 bellardo
* firebird2/src/install/arch-specific/darwin/FrameworkInfo.plist:
The framework properties file for FB2
2001-08-06 23:22 bellardo
* firebird2/src/utilities/security.epp:
Added 'STATIC' option to DB declaration line to avoid sybmol
conflicts when security.o gets included in libgds.so.
2001-08-06 21:36 bellardo
* firebird2/src/make.new/Makefile.in.msgs:
Changed makefile so msgs objects were placed in gen/msgs, not
src/msgs.
2001-08-06 17:08 skywalker
* firebird2/src/: make.new/Makefile.in.dudley,
make.new/Makefile.in.intl, make.new/Makefile.in.jrd,
make.new/Makefile.in.utilities, make.new/make.rules,
utilities/security.epp:
Changed makefiles to only use .o files drop the .lo files Change
security.epp to use isc4.gdb rather than original isc.gdb
2001-08-05 18:10 bellardo
* firebird2/src/include/gen/autoconfig.h:
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:
An empty install makefile for Darwin.
2001-08-05 00:48 bellardo
* firebird2/: configure, configure.in, src/burp/burp.cpp,
src/include/gen/autoconfig.h, src/jrd/isc_ipc.cpp,
src/make.new/Makefile.in.gpre, src/make.new/Makefile.in.jrd,
src/make.new/Makefile.in.lock, src/make.new/make.defaults,
src/make.new/make.rules, src/make.new/prefix.darwin,
src/make.new/config/config.h.in:
First round of changes to FB2 to get the Darwin build working
again.
2001-08-02 09:03 skywalker
* firebird2/: configure, configure.in, src/install/Makefile.in,
src/install/classic/CSTarInstall.sh,
src/install/classic/CSpreinstall.sh,
src/make.new/Makefile.in.firebird, src/make.new/make.defaults:
A few changes to the install routine.
2001-08-01 10:11 skywalker
* firebird2/: configure, configure.in, src/burp/burpswi.h,
src/make.new/Makefile.in.burp, src/make.new/Makefile.in.dudley,
src/make.new/Makefile.in.intl, src/make.new/Makefile.in.isql,
src/make.new/Makefile.in.msgs, src/make.new/Makefile.in.qli,
src/make.new/Makefile.in.utilities, src/make.new/make.defaults,
src/msgs/change_msgs.epp, src/pyxis/adm.cpp, src/pyxis/all.h,
src/pyxis/allp.cpp, src/pyxis/altp.cpp, src/pyxis/attributes.h,
src/pyxis/blk.cpp, src/pyxis/blk.h, src/pyxis/cdm.cpp,
src/pyxis/curses_play.cpp, src/pyxis/debug.cpp, src/pyxis/edit.cpp,
src/pyxis/edit.e, src/pyxis/enumerations.h, src/pyxis/everything.h,
src/pyxis/field_edit.h, src/pyxis/field_name.h,
src/pyxis/file_name.h, src/pyxis/form_ddl.h, src/pyxis/form_name.h,
src/pyxis/forms.gbk, src/pyxis/fred.epp, src/pyxis/keys.h,
src/pyxis/menu.cpp, src/pyxis/phase1.h, src/pyxis/phase2.cpp,
src/pyxis/phase2.h, src/pyxis/phase3.cpp, src/pyxis/phase3.h,
src/pyxis/picstr.cpp, src/pyxis/pyxis.cpp, src/pyxis/pyxis.h,
src/pyxis/pyxis_proto.h, src/pyxis/save.epp, src/pyxis/save.h,
src/pyxis/save_proto.h, src/pyxis/scr.cpp, src/pyxis/scr.h,
src/pyxis/size_form.h, src/pyxis/sun_ftn_pyxis.cpp,
src/pyxis/vdm.cpp, src/pyxis/vt100.cpp, src/utilities/dbaswi.h,
src/utilities/ibmgrswi.h:
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,
arch-specific/linux/CSrpmscript, arch-specific/linux/Makefile.in,
arch-specific/linux/SSrpmscript, classic/CSTarInstall.sh,
classic/CSTarKullFiles.sh, classic/CSinstall.sh,
classic/CSpostinstall.sh, classic/CSpostuninstall.sh,
classic/CSpreinstall.sh, classic/CSpreuninstall.sh,
classic/CSrpmfiles.txt, classic/CSrpmheader.txt,
misc/CSchangeRunUser.sh, misc/CSrestoreRootRunUser.sh, misc/README,
misc/SSchangeRunUser.sh, misc/SSrestoreRootRunUser.sh,
misc/changeDBAPassword.sh, misc/firebird.init.d.generic,
misc/firebird.init.d.mandrake, misc/firebird.xinetd,
super/SSTarInstall.sh, super/SSchangePasswd.sh, super/SSinstall.sh,
super/SSpostinstall.sh, super/SSpostuninstall.sh,
super/SSpreinstall.sh, super/SSpreuninstall.sh,
super/SSrpmfiles.txt, super/SSrpmheader.txt:
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,
make.new/Makefile.in.alice, make.new/Makefile.in.dsql,
make.new/Makefile.in.fbutil, make.new/Makefile.in.gpre,
make.new/Makefile.in.jrd, make.new/Makefile.in.lock,
make.new/Makefile.in.pipe, make.new/Makefile.in.remote,
make.new/Makefile.in.utilities, make.new/Makefile.in.wal,
make.new/make.defaults, make.new/make.rules:
More simple changes to move to new make format
2001-07-31 20:34 skywalker
* firebird2/: Makefile.in, configure, configure.in,
src/fbutil/FirebirdConfig.cpp, src/fbutil/FirebirdConfig.h,
src/gpre/gpre.cpp, src/gpre/gpreswi.h,
src/make.new/Makefile.in.alice, src/make.new/Makefile.in.fbutil,
src/make.new/Makefile.in.firebird, src/make.new/Makefile.in.gpre,
src/make.new/Makefile.in.jrd, src/make.new/Makefile.in.remote,
src/make.new/Makefile.in.utilities, src/make.new/make.rules,
src/make.new/make.shared.variables, src/utilities/security.epp:
Changes to make compile with new script
2001-07-31 10:42 skywalker
* firebird2/: configure, configure.in:
Modified to use new makefiles
2001-07-30 01:43 skywalker
* firebird2/src/: alice/alice.cpp, alice/alice.h,
alice/alice_meta.epp, alice/aliceswi.h, alice/all.cpp,
alice/exe.cpp, alice/tdr.cpp, burp/backup.epp, burp/burp.cpp,
burp/burp.h, burp/canonical.cpp, burp/misc.cpp, burp/mvol.cpp,
burp/restore.epp, burp/spit.cpp, csv/csi.cpp, csv/css.cpp,
csv/csu.cpp, csv/csv.cpp, csv/print.cpp, dsql/alld.cpp,
dsql/array.epp, dsql/blob.epp, dsql/ddl.cpp, dsql/dsql.cpp,
dsql/errd.cpp, dsql/gen.cpp, dsql/hsh.cpp, dsql/keywords.h,
dsql/make.cpp, dsql/metd.epp, dsql/movd.cpp, dsql/parse.cpp,
dsql/parse.y, dsql/pass1.cpp, dsql/preparse.cpp,
dsql/user_dsql.cpp, dsql/utld.cpp, dudley/ddl.cpp, dudley/exe.epp,
dudley/expand.cpp, dudley/expr.cpp, dudley/extract.epp,
dudley/generate.cpp, dudley/hsh.cpp, dudley/lex.cpp,
dudley/parse.cpp, dudley/trn.cpp, extlib/ib_udf.c,
extlib/ib_util.c, gpre/ada.cpp, gpre/c_cxx.cpp, gpre/cmd.cpp,
gpre/cme.cpp, gpre/cmp.cpp, gpre/cob.cpp, gpre/dyntable.cpp,
gpre/exp.cpp, gpre/form.cpp, gpre/form_trn.cpp, gpre/ftn.cpp,
gpre/gpre.cpp, gpre/gpre_meta.epp, gpre/gpre_meta_boot.cpp,
gpre/hsh.cpp, gpre/hsh.h, gpre/int.cpp, gpre/int_cxx.cpp,
gpre/jrdmet.cpp, gpre/movg.cpp, gpre/msc.cpp, gpre/noform.cpp,
gpre/par.cpp, gpre/pas.cpp, gpre/pat.cpp, gpre/pretty.cpp,
gpre/sqe.cpp, gpre/sql.cpp, intl/cs_big5.c, intl/cs_gb2312.c,
intl/cs_jis.c, intl/cs_jis_20208_1990.c, intl/cs_ksc.c,
intl/cs_narrow.c, intl/cs_unicode.c, intl/cs_utffss.c,
intl/cv_big5.c, intl/cv_gb2312.c, intl/cv_jis.c, intl/cv_ksc.c,
intl/cv_narrow.c, intl/dtest.c, intl/dtest2.c, intl/lc_ascii.c,
intl/lc_big5.c, intl/lc_dos.c, intl/lc_gb2312.c, intl/lc_jis.c,
intl/lc_ksc.c, intl/lc_latin1.c, intl/lc_narrow.c,
intl/lc_unicode.c, intl/ld.c, intl/ld2.c, intl/ld_proto.h,
intl/mapcompare.cpp, intl/mapdump.c, intl/mapgen4.c,
intl/maptest.cpp, intl/maptest2.c, ipserver/alli.cpp,
ipserver/ipcevent.cpp, ipserver/ipclient.cpp,
ipserver/ipserver.cpp, iscguard/cntl_guard.cpp,
iscguard/iscguard.cpp, iscguard/iscguard_utils.cpp,
isql/extract.epp, isql/isql.epp, isql/isql_win.cpp, isql/show.epp,
journal/archive.cpp, journal/console.cpp, journal/gjrn.cpp,
journal/misc.cpp, journal/oldr.cpp, lock/driver.cpp, lock/lock.cpp,
lock/manager.cpp, lock/pls.cpp, lock/plserver.cpp, lock/print.cpp,
lock/printv3.cpp, lock/printv3s4.cpp, lock/reset.cpp,
lock/ulimit.cpp, make.new/Makefile.in.alice,
make.new/Makefile.in.burp, make.new/Makefile.in.client,
make.new/Makefile.in.csv, make.new/Makefile.in.dsql,
make.new/Makefile.in.dudley, make.new/Makefile.in.example5,
make.new/Makefile.in.extlib, make.new/Makefile.in.firebird,
make.new/Makefile.in.gpre, make.new/Makefile.in.intl,
make.new/Makefile.in.isql, make.new/Makefile.in.journal,
make.new/Makefile.in.jrd, make.new/Makefile.in.lock,
make.new/Makefile.in.msgs, make.new/Makefile.in.pipe,
make.new/Makefile.in.qli, make.new/Makefile.in.refDatabases,
make.new/Makefile.in.remote, make.new/Makefile.in.utilities,
make.new/Makefile.in.wal, make.new/README.makefiles,
make.new/make.defaults, make.new/make.rules,
make.new/make.shared.variables, make.new/prefix.darwin,
make.new/prefix.example, make.new/prefix.linux,
make.new/config/config.guess, make.new/config/config.h.in,
make.new/config/config.log, make.new/config/config.sub,
make.new/config/install-sh, misc/fb_boilerplate.h,
misc/gds_header.txt, misc/metadata.sql, misc/status.cpp,
msgs/build_file.epp, msgs/change_msgs.epp, msgs/check_msgs.epp,
msgs/enter_msgs.epp, msgs/include.epp, msgs/load.epp,
msgs/modify_msgs.epp, msgs/msg.gbak, pipe/allp.cpp, pipe/foot.cpp,
pipe/head.cpp, pipe/head5.cpp, qli/all.cpp, qli/command.cpp,
qli/compile.cpp, qli/dtr.cpp, qli/err.cpp, qli/eval.cpp,
qli/exe.cpp, qli/expand.cpp, qli/form.cpp, qli/format.cpp,
qli/format.h, qli/gener.cpp, qli/help.epp, qli/hsh.cpp,
qli/lex.cpp, qli/meta.epp, qli/mov.cpp, qli/noform.cpp,
qli/nounix.cpp, qli/parse.cpp, qli/picstr.cpp, qli/proc.epp,
qli/report.cpp, qli/show.epp, qli/words.h, remote/allr.cpp,
remote/chop.cpp, remote/chuser.cpp, remote/cntl.cpp,
remote/decnet.cpp, remote/decnet_server.cpp, remote/divorce.cpp,
remote/dllshell.cpp, remote/dnet.cpp, remote/dnet_server.cpp,
remote/faux.cpp, remote/ibconfig.cpp, remote/inet.cpp,
remote/inet_server.cpp, remote/interface.cpp, remote/ipc.cpp,
remote/ipc_server.cpp, remote/merge.cpp, remote/mgr.cpp,
remote/multivx.cpp, remote/netwcon.cpp, remote/nt_server.cpp,
remote/ntoh.cpp, remote/nwserv.cpp, remote/parser.cpp,
remote/property.cpp, remote/protocol.cpp, remote/remote.cpp,
remote/remote_def.h, remote/server.cpp, remote/spxesr.cpp,
remote/spxnet.cpp, remote/spxnet32.cpp, remote/spxwin.cpp,
remote/srvr_w32.cpp, remote/ucx.cpp, remote/wfwnp.cpp,
remote/window.cpp, remote/winmain.cpp, remote/winvx.cpp,
remote/wnet.cpp, remote/xdr.cpp, remote/xnet.cpp,
utilities/analyse.cpp, utilities/cache.cpp, utilities/cmd_util.cpp,
utilities/create_db.cpp, utilities/dba.epp, utilities/dba_full.epp,
utilities/drop.cpp, utilities/dropv3.cpp, utilities/gsec.cpp,
utilities/gsecswi.h, utilities/guard.cpp, utilities/ibmgr.cpp,
utilities/install_reg.cpp, utilities/install_svc.cpp,
utilities/ppg.cpp, utilities/print_pool.cpp, utilities/rebuild.cpp,
utilities/registry.cpp, utilities/relay.cpp, utilities/rmet.epp,
utilities/rstore.epp, utilities/run_service.cpp,
utilities/sbc_print.cpp, utilities/security.epp,
utilities/services.cpp, utilities/srvrmgr.cpp, utilities/util.cpp,
utilities/v2_dmp.cpp, v5_examples/empbld.sql,
v5_examples/empbuild.c, v5_examples/intlbld.sql,
v5_examples/intlddl.sql, wal/driver.cpp, wal/wal.cpp, wal/wal.h,
wal/wal_prnt.cpp, wal/walc.cpp, wal/walf.cpp, wal/walr.cpp,
wal/walw.cpp, wal/walw_main.cpp, wal/wstatus.cpp:
Global changes for new Makefile and firebird2 compile on linux
2001-07-29 19:42 skywalker
* firebird2/src/jrd/: aif.cpp, ail.cpp, align.cpp, all.cpp,
alt.cpp, alt_use_sec.h.pre, blb.cpp, blb_proto.h, blob_filter.epp,
blp.h, blrtable.cpp, bookmark.cpp, btr.cpp, builtin.cpp, cch.cpp,
cmp.cpp, codes.epp, codes.h, codetext.h, common.h, cvt.cpp,
cvt2.cpp, dbg.cpp, dbt.cpp, dfloat_stub.cpp, dfw.epp, divorce.cpp,
dllshell.cpp, dls.cpp, dmp.cpp, dpm.epp, dsc.cpp, dyn.epp,
dyn_def.epp, dyn_del.epp, dyn_mod.epp, dyn_util.epp, enc.cpp,
envelope.epp, err.cpp, event.cpp, evl.cpp, evl_like.cpp, exe.cpp,
ext.cpp, extvms.cpp, file_params.h, filters.cpp, flu.cpp, fun.epp,
functions.cpp, gds.cpp, gds.h, gdsold.h, grammar.cpp, grant.epp,
ib_stdio.cpp, ibase.h, iberr.cpp, ibinitdll.cpp, ids.h, idx.cpp,
inf.cpp, ini.epp, intl.cpp, inuse.cpp, isc.cpp, isc_cray.cpp,
isc_file.cpp, isc_ipc.cpp, isc_proto.h, isc_sync.cpp,
isc_sync_win32.cpp, isc_win32.cpp, jio.cpp, jlx.c, jlx.cpp,
jrd.cpp, jrn.cpp, kanji.cpp, lan.cpp, lck.cpp, lck.h,
lck_dummy.cpp, llio.cpp, log.cpp, loiter.cpp, map.cpp, math.cpp,
mblr.cpp, mem.cpp, memtest.cpp, met.epp, misc.cpp, mov.cpp,
msg_facs.h, msgs.h, nav.cpp, netware.cpp, nodebug.cpp, old.cpp,
opt.cpp, os2.cpp, pag.cpp, par.cpp, pcmet.epp, pcsleep.cpp,
perf.cpp, print.cpp, pwd.cpp, qatest.cpp, quad.cpp, rdb.cpp,
rdbgpas.cpp, rdbint.cpp, rec.cpp, relations.h, rlck.cpp, rng.cpp,
rse.cpp, sbm.cpp, sch.cpp, scl.epp, sdl.cpp, sdw.cpp, shrfinit.cpp,
shrinit.cpp, shut.cpp, sort.cpp, sql_code.h, sqz.cpp, stats.epp,
status.cpp, stubs.cpp, sun_ftn.cpp, svc.cpp, sym.cpp, thd.cpp,
thd_win32.cpp, time.h, tpc.cpp, tra.cpp, unix.cpp, utl.cpp,
val.cpp, vio.cpp, vms.cpp, vms_command.cpp, vmsevent.cpp,
vmslock.cpp, vmsthread.cpp, why.c, windows.cpp, winnt.cpp,
winnt_dll.cpp:
Changes to compile fb2 under autoconf includes some structural
changes
2001-07-29 19:19 skywalker
* firebird2/src/include/: fb_types.h, firebird.h:
Added new firebird.h global header
2001-07-29 19:07 skywalker
* firebird2/src/include/gen/: README.txt, autoconfig.h, blrtable.h,
codes.h, codetext.h, files.txt, gds_codes.ftn, gds_codes.pas,
iberror.h, ids.h, msg_facs.h, msgs.h, rdb_codes.h, sql_code.h:
These files are all generated by programs in jrd, mainly codes.epp
2001-07-23 18:05 skywalker
* firebird2/src/v5_examples/: align.h, api1.c, api10.c, api11.c,
api12.c, api13.c, api14.e, api15.c, api16.c, api16t.c, api2.c,
api3.c, api4.c, api5.c, api6.c, api7.c, api8.c, api9.c, api9f.c,
api9f.def, api9f.sql, apifull.c, dyn1.e, dyn2.e, dyn3.e, dyn4.e,
dyn5.e, dynfull.e, empbld.sql, empbuild.c, empbuild.e, empddl.sql,
empdml.sql, employe2.sql, example.def, example.h, example.mak,
functions.c, indexoff.sql, indexon.sql, intlbld.e, intlbld.sql,
intlddl.sql, intldml.sql, job.inp, lang.inp, makefile.mak,
makefile.old, prefix.hp10, prefix.linux, prefix.sco_ev,
prefix.solaris, prefix.win32_bc, prefix.win32_msc, proj.inp,
qtr.inp, readme, sfx.unix_makefile, sfx.win32_makefile, stat1.e,
stat10.e, stat11.e, stat12.e, stat12t.e, stat2.e, stat3.e, stat4.e,
stat5.e, stat6.e, stat7.e, stat8.e, stat9.e, udf.sql, udflib.c,
udflib.def, winevent.c, winevent.def, winevent.rc:
Added v5_examples to the firebird2 tree
2001-07-14 02:44 skywalker
* firebird2/src/dsql/dsql.cpp:
Fix simple syntax errors
2001-07-12 22:39 bellardo
* firebird2/src/makefiles/config/config.h.in:
Added support for HAVE_SIGNAL_H.
2001-07-12 22:07 bellardo
* firebird2/src/makefiles/prefix.darwin:
Added the FOUNDATION_LINK macro.
2001-07-12 21:51 bellardo
* firebird2/: configure, src/makefiles/config/configure.in:
Added HAVE_SIGNAL_H to autoconf.
2001-07-12 19:01 bellardo
* firebird2/: configure, src/makefiles/config/configure.in:
Added ability to create needed symlinks (objs/source) to the
configure script.
2001-07-12 08:32 bellardo
* firebird2/: configure, src/alice/alice_meta.e,
src/alice/alice_meta.epp, src/burp/backup.e, src/burp/backup.epp,
src/burp/restore.e, src/burp/restore.epp, src/dsql/array.e,
src/dsql/array.epp, src/dsql/blob.e, src/dsql/blob.epp,
src/dsql/metd.e, src/dsql/metd.epp, src/dudley/exe.e,
src/dudley/exe.epp, src/dudley/extract.e, src/dudley/extract.epp,
src/gpre/gpre_meta.e, src/gpre/gpre_meta.epp,
src/gpre/gpre_meta_boot.cpp, src/gpre/int_cxx.cpp,
src/isql/extract.e, src/isql/extract.epp, src/isql/isql.e,
src/isql/isql.epp, src/isql/show.e, src/isql/show.epp,
src/jrd/blob_filter.e, src/jrd/blob_filter.epp, src/jrd/codes.e,
src/jrd/codes.epp, src/jrd/common.h, src/jrd/dfw.e,
src/jrd/dfw.epp, src/jrd/dpm.e, src/jrd/dpm.epp, src/jrd/dyn.e,
src/jrd/dyn.epp, src/jrd/dyn_def.e, src/jrd/dyn_def.epp,
src/jrd/dyn_del.e, src/jrd/dyn_del.epp, src/jrd/dyn_mod.e,
src/jrd/dyn_mod.epp, src/jrd/dyn_util.e, src/jrd/dyn_util.epp,
src/jrd/envelope.e, src/jrd/envelope.epp, src/jrd/fun.e,
src/jrd/fun.epp, src/jrd/grant.e, src/jrd/grant.epp, src/jrd/ini.e,
src/jrd/ini.epp, src/jrd/met.e, src/jrd/met.epp, src/jrd/pcmet.e,
src/jrd/pcmet.epp, src/jrd/scl.e, src/jrd/scl.epp, src/jrd/stats.e,
src/jrd/stats.epp, src/jrd/status.cpp, src/jrd/status.h,
src/jrd/boot_codes/codes.h, src/jrd/boot_codes/codetext.h,
src/jrd/boot_codes/files.txt, src/jrd/boot_codes/iberror.h,
src/jrd/boot_codes/msg_facs.h, src/jrd/boot_codes/msgs.h,
src/jrd/boot_codes/rdb_codes.h, src/jrd/boot_codes/sql_code.h,
src/makefiles/000_readme, src/makefiles/000_readme_porting,
src/makefiles/add_template, src/makefiles/bind_csilib.apollo,
src/makefiles/bind_dsql.apollo, src/makefiles/bind_gds.aix_ppc,
src/makefiles/bind_gds.generic, src/makefiles/bind_gds.hp,
src/makefiles/bind_gds.win_nt, src/makefiles/bind_gds5.apollo,
src/makefiles/bind_gds5.generic, src/makefiles/bind_gds5.hp,
src/makefiles/bind_gds_rsp.os2, src/makefiles/bind_gds_rsp.win_nt,
src/makefiles/bind_gds_s.im, src/makefiles/bind_gds_s.sco,
src/makefiles/bind_gdsf_s.im, src/makefiles/bind_gdsf_s.sco,
src/makefiles/bind_gdsintl.aix_ppc,
src/makefiles/bind_gdsintl.win_nt,
src/makefiles/bind_gdslib.apollo, src/makefiles/bind_pyxis.apollo,
src/makefiles/bind_remotelib.apollo,
src/makefiles/boot.sfx.interbase, src/makefiles/buildRefDatabases,
src/makefiles/build_kit, src/makefiles/build_kit.bat,
src/makefiles/build_kit.cmd, src/makefiles/ccs.sco,
src/makefiles/cdmt.config.sco, src/makefiles/compress.sed,
src/makefiles/compress_dbs, src/makefiles/compress_dbs.bat,
src/makefiles/copy_makes, src/makefiles/copy_set_prot,
src/makefiles/copyright.cl, src/makefiles/copyright.clsr,
src/makefiles/debug_entry.bind, src/makefiles/depend.cl,
src/makefiles/depend.clnd, src/makefiles/depend.clsr,
src/makefiles/depend.clsrnd, src/makefiles/edit_make,
src/makefiles/edit_makes, src/makefiles/expand.sed,
src/makefiles/expand_dbs, src/makefiles/expand_dbs.bat,
src/makefiles/fetch_comp, src/makefiles/fetch_comp.bat,
src/makefiles/gdsalias.asm, src/makefiles/gsplit.h,
src/makefiles/ibase.cmpnt.sco, src/makefiles/ibase.pkg.sco,
src/makefiles/ibase.prd.sco, src/makefiles/iclient.cmpnt.sco,
src/makefiles/iclient.pkg.sco, src/makefiles/iclient.prd.sco,
src/makefiles/inetd.conf.apollo, src/makefiles/inetd.conf.psx,
src/makefiles/inetd.conf.ultrix, src/makefiles/inetd.conf.unx,
src/makefiles/init.intrbase, src/makefiles/install.apollo,
src/makefiles/install.ksh, src/makefiles/install.nolink,
src/makefiles/install.sun4, src/makefiles/install.unix,
src/makefiles/intrbase.rmv, src/makefiles/make.pipe,
src/makefiles/makemtar, src/makefiles/makepkg,
src/makefiles/makesspkg, src/makefiles/makesstar,
src/makefiles/maketar, src/makefiles/mpm_template,
src/makefiles/mpp_template, src/makefiles/pkginfo,
src/makefiles/pkginfo.cl, src/makefiles/pkginfo.clnd,
src/makefiles/pkginfo.clsr, src/makefiles/pkginfo.clsrnd,
src/makefiles/platform, src/makefiles/postinstall,
src/makefiles/postinstall.cl, src/makefiles/postinstall.clsr,
src/makefiles/prefix.aix, src/makefiles/prefix.aix_ppc,
src/makefiles/prefix.ap, src/makefiles/prefix.ax,
src/makefiles/prefix.cray, src/makefiles/prefix.darwin,
src/makefiles/prefix.decosf, src/makefiles/prefix.delta,
src/makefiles/prefix.dg, src/makefiles/prefix.dg_x86,
src/makefiles/prefix.epson, src/makefiles/prefix.freebsd,
src/makefiles/prefix.hm300, src/makefiles/prefix.hp10,
src/makefiles/prefix.hp700, src/makefiles/prefix.hp9.0,
src/makefiles/prefix.imp, src/makefiles/prefix.linux,
src/makefiles/prefix.m88k, src/makefiles/prefix.mu,
src/makefiles/prefix.ncr3000, src/makefiles/prefix.netbsd,
src/makefiles/prefix.nxt, src/makefiles/prefix.os2,
src/makefiles/prefix.sco, src/makefiles/prefix.sco_ev,
src/makefiles/prefix.sgi, src/makefiles/prefix.solaris,
src/makefiles/prefix.solaris_mt, src/makefiles/prefix.solx86,
src/makefiles/prefix.sun4, src/makefiles/prefix.sun4_acc,
src/makefiles/prefix.ul, src/makefiles/prefix.unixware,
src/makefiles/prefix.win_nt, src/makefiles/prefix.win_nts,
src/makefiles/prep.intrbase, src/makefiles/preremove,
src/makefiles/preremove.cl, src/makefiles/preremove.clsr,
src/makefiles/put_template, src/makefiles/readme.sco,
src/makefiles/refresh, src/makefiles/refresh.all,
src/makefiles/refresh.bat, src/makefiles/request,
src/makefiles/request.cl, src/makefiles/request.clsr,
src/makefiles/run_edit, src/makefiles/sco_ship,
src/makefiles/servers.isc, src/makefiles/services.isc,
src/makefiles/set_prot, src/makefiles/setup.ksh,
src/makefiles/setup_gdbs, src/makefiles/setup_prots,
src/makefiles/sfx.alice, src/makefiles/sfx.burp,
src/makefiles/sfx.client, src/makefiles/sfx.csv,
src/makefiles/sfx.dbs, src/makefiles/sfx.dsql,
src/makefiles/sfx.dudley, src/makefiles/sfx.example4,
src/makefiles/sfx.example5, src/makefiles/sfx.examples,
src/makefiles/sfx.extlib, src/makefiles/sfx.firebird,
src/makefiles/sfx.gpre, src/makefiles/sfx.intl,
src/makefiles/sfx.isql, src/makefiles/sfx.journal,
src/makefiles/sfx.jrd, src/makefiles/sfx.lock,
src/makefiles/sfx.main, src/makefiles/sfx.msgs,
src/makefiles/sfx.pipe, src/makefiles/sfx.pyxis,
src/makefiles/sfx.qli, src/makefiles/sfx.remote,
src/makefiles/sfx.utilities, src/makefiles/sfx.wal,
src/makefiles/site_variables, src/makefiles/special_opt,
src/makefiles/special_opt.c, src/makefiles/sys.conf.isc.apollo,
src/makefiles/unset_prot, src/makefiles/v3compat,
src/makefiles/config/Makefile.in,
src/makefiles/config/config.guess,
src/makefiles/config/config.h.in, src/makefiles/config/config.sub,
src/makefiles/config/configure.in, src/makefiles/config/install-sh,
src/msgs/build_file.e, src/msgs/build_file.epp,
src/msgs/change_msgs.e, src/msgs/change_msgs.epp,
src/msgs/check_msgs.e, src/msgs/check_msgs.epp,
src/msgs/enter_msgs.e, src/msgs/enter_msgs.epp, src/msgs/include.e,
src/msgs/include.epp, src/msgs/load.e, src/msgs/load.epp,
src/msgs/modify_msgs.e, src/msgs/modify_msgs.epp, src/pyxis/fred.e,
src/pyxis/fred.epp, src/pyxis/phase3.h, src/pyxis/picstr.cpp,
src/pyxis/pyxis_proto.h, src/pyxis/save.e, src/pyxis/save.epp,
src/pyxis/save.h, src/pyxis/save_proto.h, src/qli/help.e,
src/qli/help.epp, src/qli/meta.e, src/qli/meta.epp, src/qli/proc.e,
src/qli/proc.epp, src/qli/show.e, src/qli/show.epp,
src/utilities/create_db.cpp, src/utilities/dba.e,
src/utilities/dba.epp, src/utilities/dba_full.e,
src/utilities/dba_full.epp, src/utilities/rmet.e,
src/utilities/rmet.epp, src/utilities/rstore.e,
src/utilities/rstore.epp, src/utilities/security.e,
src/utilities/security.epp:
More changes to convert FB2 to c++. This time is files that have
been renamed and some conflict resolutions on files edited by more
than one person at once.
2001-07-12 07:46 bellardo
* firebird2/src/: alice/alice.cpp, alice/alice.h, burp/burp.cpp,
burp/burp.h, burp/mvol.cpp, burp/spit.cpp, dsql/ddl.cpp,
dsql/dsql.cpp, dsql/errd.cpp, dsql/node.h, dsql/parse.sed,
dsql/parse.y, dudley/ddl.cpp, dudley/expand.cpp, dudley/expr.cpp,
dudley/generate.cpp, dudley/lex.cpp, dudley/parse.cpp,
dudley/trn.cpp, gpre/ada.cpp, gpre/c_cxx.cpp, gpre/cmd.cpp,
gpre/cmp.cpp, gpre/cob.cpp, gpre/exp.cpp, gpre/form.cpp,
gpre/ftn.cpp, gpre/gpre.cpp, gpre/gpre_meta.h, gpre/gpreswi.h,
gpre/hsh.cpp, gpre/lang_proto.h, gpre/par.cpp, gpre/parse.h,
gpre/pat.h, gpre/pretty.cpp, include/jrd/gds.h, isql/isql.h,
jrd/ail.cpp, jrd/alt.cpp, jrd/blb.cpp, jrd/blf_proto.h,
jrd/blob_filter.h, jrd/cch.cpp, jrd/cmp.cpp, jrd/common.h,
jrd/cvt.cpp, jrd/dbg.cpp, jrd/divorce.cpp, jrd/dyn.h,
jrd/dyn_md_proto.h, jrd/enc.cpp, jrd/err.cpp, jrd/err_proto.h,
jrd/event.cpp, jrd/evl.cpp, jrd/exe.cpp, jrd/file_params.h,
jrd/filters.cpp, jrd/flu.cpp, jrd/functions.cpp, jrd/gds.cpp,
jrd/gds_proto.h, jrd/gdsold.h, jrd/ibase.h, jrd/iberr.h,
jrd/idx.cpp, jrd/isc.cpp, jrd/isc_file.cpp, jrd/isc_i_proto.h,
jrd/isc_ipc.cpp, jrd/isc_s_proto.h, jrd/isc_sync.cpp, jrd/jio.cpp,
jrd/jrd.cpp, jrd/jrd.h, jrd/jrn.cpp, jrd/lck.cpp, jrd/lck.h,
jrd/license.h, jrd/llio.cpp, jrd/old.cpp, jrd/pag.cpp, jrd/par.cpp,
jrd/perf.cpp, jrd/perf.h, jrd/pwd.cpp, jrd/pwd.h, jrd/rse.cpp,
jrd/sbm_proto.h, jrd/sort.cpp, jrd/svc.cpp, jrd/thd.cpp, jrd/thd.h,
jrd/time.h, jrd/unix.cpp, jrd/utl.cpp, jrd/val.cpp,
jrd/vio_debug.h, jrd/why.c, lock/lock.cpp, lock/lock.h,
lock/lockv3.h, lock/manager.cpp, lock/print.cpp, lock/printv3.cpp,
lock/prtv3_proto.h, pipe/allp.cpp, pipe/head.cpp, pyxis/all.h,
pyxis/allp.cpp, pyxis/altp.cpp, pyxis/cdm.cpp, pyxis/debug.cpp,
pyxis/form_ddl.h, pyxis/menu.cpp, pyxis/phase2.cpp, pyxis/phase2.h,
pyxis/phase3.cpp, pyxis/pyxis.cpp, pyxis/pyxis.h, pyxis/scr.cpp,
pyxis/scr.h, pyxis/sun_ftn_pyxis.cpp, pyxis/vt100.cpp, qli/all.cpp,
qli/command.cpp, qli/compile.cpp, qli/dtr.cpp, qli/err.cpp,
qli/eval.cpp, qli/exe.cpp, qli/expand.cpp, qli/form.cpp,
qli/format.cpp, qli/gener.cpp, qli/hsh.cpp, qli/lex.cpp,
qli/mov.cpp, qli/parse.cpp, qli/picstr.cpp, qli/procddl4.h,
qli/report.cpp, remote/inet.cpp, remote/inet_server.cpp,
remote/interface.cpp, remote/protocol.h, remote/remote.cpp,
remote/remote_def.h, utilities/drop.cpp, utilities/dropv3.cpp,
utilities/gsec.cpp, utilities/relay.cpp, wal/wal.cpp, wal/walc.cpp,
wal/walw.cpp:
Changes to bring FB2 to c++ on *nix.
2001-07-10 19:35 awharrison
* firebird2/src/: alice/alice.cpp, alice/aliceswi.h, alice/exe.cpp,
burp/backup.e, burp/burp.cpp, burp/burpswi.h, burp/restore.e,
dsql/ddl.cpp, dsql/dsql.cpp, jrd/blb.cpp, jrd/cch.cpp,
jrd/common.h, jrd/dpm.e, jrd/ext.cpp, jrd/inf.cpp, jrd/ini.e,
jrd/jrd.cpp, jrd/met.e, jrd/netware.cpp, jrd/pag.cpp, jrd/rlck.cpp,
jrd/tra.cpp, jrd/unix.cpp, jrd/vio.cpp, jrd/winnt.cpp,
utilities/dba.e:
read only databases are supported unconditionally in fb2
2001-05-24 16:54 tamlin
* firebird2/src/: alice/tdr.cpp, burp/misc.cpp, dsql/all.h,
dsql/alld.cpp, dsql/alld_proto.h, dsql/dsql.cpp, dsql/hsh.cpp,
gpre/gpre.cpp, ipserver/alli.cpp, ipserver/alli_proto.h,
ipserver/ipserver.cpp, jrd/blp.h, jrd/event.cpp, jrd/evl.cpp,
jrd/ext.cpp, jrd/flu.cpp, jrd/gds.cpp, jrd/gds_proto.h,
jrd/sdl.cpp, jrd/svc.cpp, jrd/svc.h, jrd/thd_proto.h,
jrd/thd_win32.cpp, jrd/tra.cpp, jrd/utl.cpp, remote/allr.cpp,
remote/interface.cpp, remote/remote.h, utilities/security.e:
ongoing cleanup
2001-05-23 15:25 tamlin
* firebird2/: generated/makefile, generated/placeholder.txt,
generated/alice/makefile, generated/alice/placeholder.txt,
generated/burp/makefile, generated/burp/placeholder.txt,
generated/dsql/makefile, generated/dsql/placeholder.txt,
generated/dudley/makefile, generated/dudley/placeholder.txt,
generated/gpre/makefile, generated/gpre/placeholder.txt,
generated/isql/makefile, generated/isql/placeholder.txt,
generated/journal/placeholder.txt, generated/jrd/makefile,
generated/jrd/placeholder.txt, generated/msgs/makefile,
generated/msgs/placeholder.txt, generated/pyxis/placeholder.txt,
generated/qli/placeholder.txt, generated/utilities/makefile,
generated/utilities/placeholder.txt, src/journal/conso_proto.h,
src/journal/depends.mak, src/journal/gjrn_proto.h,
src/journal/journal.gdl, src/journal/journal.h,
src/journal/journal_vms.gdl, src/journal/misc_proto.h,
src/journal/oldr.cpp, src/journal/oldr_proto.h,
src/journal/rebui_proto.h, src/journal/serve_proto.h,
src/journal/archive.cpp, src/journal/console.cpp,
src/journal/gjrn.cpp, src/journal/misc.cpp, src/journal/rebuild.e,
src/journal/server.e, src/gpre/cdbtable.h, src/gpre/cmd.cpp,
src/gpre/cmd_proto.h, src/gpre/cme_proto.h, src/gpre/gpre.cpp,
src/gpre/par.cpp, src/journal/journal_vms.e, src/gpre/cmp.cpp,
src/gpre/cob.cpp, src/gpre/exp.cpp, src/gpre/sql.cpp,
src/gpre/cme.cpp, src/gpre/cmp_proto.h, src/gpre/dyntable.h,
src/gpre/exp_proto.h, src/gpre/form.cpp, src/gpre/form.h,
src/gpre/form__proto.h, src/gpre/form_proto.h,
src/gpre/form_trn.cpp, src/gpre/gpre.h, src/gpre/gpre_proto.h,
src/gpre/gpreswi.h, src/gpre/hsh.cpp, src/gpre/hsh.h,
src/gpre/hsh_proto.h, src/gpre/int.cpp, src/gpre/jrdme_proto.h,
src/gpre/jrdmet.cpp, src/gpre/pas.cpp, src/gpre/pat.cpp,
src/gpre/sqe.cpp, src/gpre/c_cxx.cpp, src/gpre/dyntable.cpp,
src/gpre/ftn.cpp, src/gpre/gpre_meta.h, src/gpre/lang_proto.h,
src/gpre/movg.cpp, src/gpre/movg_proto.h, src/gpre/msc.cpp,
src/gpre/msc_proto.h, src/gpre/noform.cpp, src/gpre/par_proto.h,
src/gpre/parse.h, src/gpre/pat.h, src/gpre/pat_proto.h,
src/gpre/prett_proto.h, src/gpre/pretty.cpp, src/gpre/sdltable.h,
src/gpre/sqe_proto.h, src/gpre/sql_proto.h, src/gpre/words.h,
src/alice/alice.cpp, src/alice/alice.h, src/alice/alice_meta.e,
src/alice/alice_meta.h, src/alice/alice_proto.h,
src/alice/aliceswi.h, src/alice/all.cpp, src/alice/all.h,
src/alice/all_proto.h, src/alice/alloc.h, src/alice/blk.h,
src/alice/exe.cpp, src/alice/exe_proto.h, src/alice/info.h,
src/alice/lls.h, src/alice/tdr.cpp, src/alice/tdr_proto.h,
src/csv/csi.cpp, src/csv/csi.h, src/csv/csi_proto.h,
src/csv/css.cpp, src/csv/css_proto.h, src/csv/csu.cpp,
src/csv/depends.mak, src/csv/print.cpp, src/gpre/ada.cpp,
src/gpre/gpre_meta.e, src/csv/csv.cpp, src/dsql/all.h,
src/dsql/array_proto.h, src/dsql/blk.h, src/dsql/dsql.h,
src/dsql/gen.cpp, src/dsql/make.cpp, src/dsql/movd.cpp,
src/dsql/pass1.cpp, src/dsql/sqlda.h, src/dsql/alld.cpp,
src/dsql/blob.e, src/dsql/blob_proto.h, src/dsql/chars.h,
src/dsql/ddl.cpp, src/dsql/ddl_proto.h, src/dsql/depends.mak,
src/dsql/dsql.def, src/dsql/errd.cpp, src/dsql/gen_proto.h,
src/dsql/hsh.cpp, src/dsql/keywords.h, src/dsql/makefile.mak,
src/dsql/metd.e, src/dsql/node.h, src/dsql/parse.y,
src/dsql/preparse.cpp, src/dsql/utld.cpp, src/dsql/dsql.cpp,
src/dsql/hsh_proto.h, src/dsql/metd_proto.h, src/dsql/movd_proto.h,
src/dsql/user_dsql.cpp, src/dsql/alld_proto.h, src/dsql/array.e,
src/dsql/dsql_proto.h, src/dsql/errd_proto.h,
src/dsql/make_proto.h, src/dsql/parse.awk, src/dsql/parse.cpp,
src/dsql/parse.sed, src/dsql/parse_proto.h, src/dsql/pass1_proto.h,
src/dsql/prepa_proto.h, src/dsql/sym.h, src/dsql/user__proto.h,
src/dsql/utld_proto.h, src/dudley/ddl.cpp, src/dudley/ddl.h,
src/dudley/ddl_proto.h, src/dudley/depends.mak,
src/dudley/exe_proto.h, src/dudley/expan_proto.h,
src/dudley/expand.cpp, src/dudley/expr.cpp,
src/dudley/expr_proto.h, src/dudley/extra_proto.h,
src/dudley/gener_proto.h, src/dudley/generate.cpp,
src/dudley/hsh.cpp, src/dudley/lex.cpp, src/dudley/lex_proto.h,
src/dudley/parse.cpp, src/dudley/parse.h, src/dudley/parse_proto.h,
src/dudley/trn.cpp, src/dudley/trn_proto.h, src/dudley/exe.e,
src/dudley/extract.e, src/dudley/hsh_proto.h, src/extlib/ib_udf.c,
src/extlib/ib_udf.h, src/extlib/ib_udf.sql, src/extlib/ib_util.c,
src/extlib/ib_util.h, src/extlib/ib_util.pas,
src/extlib/makefile.mak, src/include/fb_blk.h,
src/include/fb_macros.h, src/include/fb_types.h,
src/include/iberror.h, src/include/jrd/gds.h, src/intl/ancyrr.h,
src/intl/anczech.h, src/intl/angreek1.h, src/intl/anhundc.h,
src/intl/anpolish.h, src/intl/ansii850.h, src/intl/ansiintl.h,
src/intl/ansinor4.h, src/intl/ansislov.h, src/intl/ansispan.h,
src/intl/ansiswfn.h, src/intl/anturk.h, src/intl/ascii.h,
src/intl/ascii2.h, src/intl/bllt1ca0.h, src/intl/bllt1da0.h,
src/intl/bllt1de0.h, src/intl/bllt1es0.h, src/intl/bllt1fi0.h,
src/intl/bllt1fr0.h, src/intl/bllt1is0.h, src/intl/bllt1it0.h,
src/intl/bllt1nl0.h, src/intl/bllt1no0.h, src/intl/bllt1pt0.h,
src/intl/bllt1sv0.h, src/intl/bllt1uk0.h, src/intl/bllt1us0.h,
src/intl/blnxtde0.h, src/intl/blnxtes0.h, src/intl/blnxtfr0.h,
src/intl/blnxtit0.h, src/intl/blnxtus0.h, src/intl/countries.h,
src/intl/country_codes.h, src/intl/csjis2_p.h, src/intl/cs_437.h,
src/intl/cs_850.h, src/intl/cs_852.h, src/intl/cs_857.h,
src/intl/cs_860.h, src/intl/cs_861.h, src/intl/cs_863.h,
src/intl/cs_865.h, src/intl/cs_big5.c, src/intl/cs_cyrl.h,
src/intl/cs_gb2312.c, src/intl/cs_jis_20208_1990.c,
src/intl/cs_ksc.c, src/intl/cs_latin1.h, src/intl/cs_narrow.c,
src/intl/cs_next.h, src/intl/cs_sjis.h, src/intl/cs_unicode.c,
src/intl/cs_utffss.c, src/intl/cs_w1250.h, src/intl/cs_w1251.h,
src/intl/cs_w1252.h, src/intl/cs_w1253.h, src/intl/cs_w1254.h,
src/intl/cv_big5.c, src/intl/cv_gb2312.c, src/intl/cv_jis.c,
src/intl/cv_ksc.c, src/intl/cv_narrow.c, src/intl/cyrr.h,
src/intl/czech.h, src/intl/db437de0.h, src/intl/db437es1.h,
src/intl/db437fi0.h, src/intl/db437fr0.h, src/intl/db437it0.h,
src/intl/db437nl0.h, src/intl/db437sv0.h, src/intl/db437uk0.h,
src/intl/db437us0.h, src/intl/db850cf0.h, src/intl/db850de0.h,
src/intl/db850es0.h, src/intl/db850fr0.h, src/intl/db850it1.h,
src/intl/db850nl0.h, src/intl/db850pt0.h, src/intl/db850sv1.h,
src/intl/db850uk0.h, src/intl/db850us0.h, src/intl/db852cz0.h,
src/intl/db852hdc.h, src/intl/db852po0.h, src/intl/db852sl0.h,
src/intl/db857tr0.h, src/intl/db860pt0.h, src/intl/db863cf1.h,
src/intl/db865da0.h, src/intl/db865no0.h, src/intl/db866ru0.h,
src/intl/depends.mak, src/intl/dtest2.c, src/intl/hun852dc.h,
src/intl/iceland.h, src/intl/intl.def, src/intl/intl.h,
src/intl/lc_ascii.c, src/intl/lc_big5.c, src/intl/lc_dos.c,
src/intl/lc_gb2312.c, src/intl/lc_jis.c, src/intl/lc_ksc.c,
src/intl/lc_latin1.c, src/intl/lc_narrow.c, src/intl/lc_unicode.c,
src/intl/ld.h, src/intl/ldcommon.h, src/intl/mac_437.h,
src/intl/mac_865.h, src/intl/mac_lat1.h, src/intl/make.maps,
src/intl/makefile.mak, src/intl/mapcompare.cpp, src/intl/mapdump.c,
src/intl/mapgen4.c, src/intl/maptest.cpp, src/intl/maptest2.c,
src/intl/nordan40.h, src/intl/polish.h, src/intl/slovene.h,
src/intl/swedfin.h, src/intl/turk.h, src/intl/tx437_865.h,
src/intl/tx437_lat1.h, src/intl/tx865_lat1.h, src/intl/undef.h,
src/intl/cs_big5.h, src/intl/cs_gb2312.h,
src/intl/cs_jis_0208_1990.h, src/intl/charsets.h,
src/intl/cs_jis.c, src/intl/cs_ksc5601.h, src/intl/dtest.c,
src/intl/langdrv.h, src/intl/ld.c, src/intl/ld2.c,
src/intl/ld_proto.h, src/ipserver/alli.cpp,
src/ipserver/alli_proto.h, src/ipserver/blk.h,
src/ipserver/ipapi_proto.h, src/ipserver/ipc.h,
src/ipserver/ipcevent.cpp, src/ipserver/ipcli_proto.h,
src/ipserver/ipclient.cpp, src/ipserver/ipevt_proto.h,
src/ipserver/ips.h, src/ipserver/ipsrv_proto.h,
src/ipserver/ipserver.cpp, src/iscguard/cntl_guard.cpp,
src/iscguard/cntlg_proto.h, src/iscguard/iscguard.cpp,
src/iscguard/iscguard.h, src/iscguard/iscguard.rc,
src/iscguard/iscguard.rh, src/iscguard/iscguard_utils.cpp,
src/iscguard/salrt23i.ico, src/iscguard/sgard23i.ico,
src/isql/depends.mak, src/isql/extra_proto.h, src/isql/extract.e,
src/isql/isql.def, src/isql/isql.h, src/isql/isql.rc,
src/isql/isql_proto.h, src/isql/isql_res.h, src/isql/isql_win.cpp,
src/isql/isql_win.h, src/isql/isqlw_proto.h, src/isql/show_proto.h,
src/isql/isql.e, src/isql/show.e, src/burp/backu_proto.h,
src/burp/backup.e, src/burp/burp.def, src/burp/burp.h,
src/burp/burp32.def, src/burp/burp_proto.h, src/burp/burpswi.h,
src/burp/canon_proto.h, src/burp/depends.mak,
src/burp/makefile.mak, src/burp/misc.cpp, src/burp/misc_proto.h,
src/burp/mvol.cpp, src/burp/mvol_proto.h, src/burp/restore.e,
src/burp/spit.cpp, src/burp/spit.h, src/burp/burp.cpp,
src/burp/canonical.cpp, src/burp/resto_proto.h, src/jrd/acl.h,
src/jrd/aif.cpp, src/jrd/ail.cpp, src/jrd/ail.h, src/jrd/align.cpp,
src/jrd/align.h, src/jrd/all.h, src/jrd/ansi.h, src/jrd/blr.h,
src/jrd/fields.h, src/jrd/old.cpp, src/jrd/perf.h, src/jrd/svc.cpp,
src/jrd/svc.h, src/jrd/utl.cpp, src/jrd/atom.h, src/jrd/blb.h,
src/jrd/blk.h, src/jrd/blp.h, src/jrd/blrtable.cpp,
src/jrd/bookmark.cpp, src/jrd/bookmark.h, src/jrd/btr.h,
src/jrd/dsc.h, src/jrd/err.cpp, src/jrd/ext.cpp, src/jrd/ini.e,
src/jrd/jrd.h, src/jrd/math.h, src/jrd/perf_proto.h, src/jrd/scl.h,
src/jrd/why.c, src/jrd/winnt.cpp, src/jrd/all_proto.h,
src/jrd/blf_proto.h, src/jrd/blrtable.h, src/jrd/builtin.cpp,
src/jrd/cch.h, src/jrd/cdefs.h, src/jrd/codes.h,
src/jrd/codetext.h, src/jrd/dbt.cpp, src/jrd/dyn_del.e,
src/jrd/dyn_mod.e, src/jrd/fil.h, src/jrd/fun.e, src/jrd/pwd.h,
src/jrd/shrinit.cpp, src/jrd/trig.h, src/jrd/aif.h,
src/jrd/btr.cpp, src/jrd/btr_proto.h, src/jrd/common.h,
src/jrd/constants.h, src/jrd/cvt.cpp, src/jrd/cvt2.cpp,
src/jrd/cvt2_proto.h, src/jrd/cvt_proto.h, src/jrd/dbg.h,
src/jrd/dbg_proto.h, src/jrd/dfloat_stub.cpp, src/jrd/dflt.gdl,
src/jrd/dflt.h, src/jrd/divorce.h, src/jrd/ini.h, src/jrd/isc.h,
src/jrd/sqz.cpp, src/jrd/dfw_proto.h, src/jrd/dls.cpp,
src/jrd/dls_proto.h, src/jrd/dmp_proto.h, src/jrd/dpm_proto.h,
src/jrd/drq.h, src/jrd/dsc.cpp, src/jrd/dyn_util.e,
src/jrd/event.h, src/jrd/evl.cpp, src/jrd/gdsold.h,
src/jrd/inf.cpp, src/jrd/intlobj.h, src/jrd/pwd.cpp,
src/jrd/tra.cpp, src/jrd/windows.cpp, src/jrd/cch.cpp,
src/jrd/dbg.cpp, src/jrd/dyn_def.sed, src/jrd/dyn_df_proto.h,
src/jrd/dyn_dl_proto.h, src/jrd/dyn_md_proto.h,
src/jrd/isc_ipc.cpp, src/jrd/pag.cpp, src/jrd/quad.cpp,
src/jrd/tra.h, src/jrd/val.h, src/jrd/dpm.e, src/jrd/dsc_proto.h,
src/jrd/dyn_ut_proto.h, src/jrd/enc.cpp, src/jrd/entry.h,
src/jrd/ibsetjmp.h, src/jrd/isc.cpp, src/jrd/jrd.cpp,
src/jrd/shdef.h, src/jrd/sort.h, src/jrd/codes.e,
src/jrd/dllshell.cpp, src/jrd/dyn.e, src/jrd/dyn.h,
src/jrd/err_proto.h, src/jrd/flu.cpp, src/jrd/grant.e,
src/jrd/sun_ftn.cpp, src/jrd/vio.cpp, src/jrd/dfw.e,
src/jrd/dmp.cpp, src/jrd/event_proto.h, src/jrd/evl_like.cpp,
src/jrd/evl_proto.h, src/jrd/exe.h, src/jrd/exe_proto.h,
src/jrd/ext.h, src/jrd/extvms.cpp, src/jrd/filters.cpp,
src/jrd/par.cpp, src/jrd/scl.e, src/jrd/cmp.cpp,
src/jrd/envelope.e, src/jrd/filte_proto.h, src/jrd/flags.h,
src/jrd/flu.h, src/jrd/flu_proto.h, src/jrd/functions.cpp,
src/jrd/gds.bas, src/jrd/gds.def, src/jrd/gds.hxx,
src/jrd/intl.cpp, src/jrd/inuse.cpp, src/jrd/lck_proto.h,
src/jrd/ods.h, src/jrd/req.h, src/jrd/gds.pas, src/jrd/gds.pli,
src/jrd/gds.vpas, src/jrd/gds5entry.mar, src/jrd/gds_aix.f,
src/jrd/gds_apollo.f, src/jrd/gds_h3.f, src/jrd/gdsentry.mar,
src/jrd/ibase.h, src/jrd/iberr.h, src/jrd/inuse_proto.h,
src/jrd/file_params.h, src/jrd/gds_hp.f, src/jrd/gds_sun.f,
src/jrd/gds_vms.f, src/jrd/grammar.cpp, src/jrd/grammar.y,
src/jrd/rse.cpp, src/jrd/divorce.cpp, src/jrd/exe.cpp,
src/jrd/gds_proto.h, src/jrd/grant.gdl, src/jrd/iberr.cpp,
src/jrd/iberr_proto.h, src/jrd/ibinitdll.cpp, src/jrd/jrn.h,
src/jrd/val.cpp, src/jrd/blb_proto.h, src/jrd/doserr.h,
src/jrd/dyn_def.e, src/jrd/grant_proto.h, src/jrd/ib_stdio.cpp,
src/jrd/ib_stdio.h, src/jrd/ids.h, src/jrd/ids.m, src/jrd/idx.cpp,
src/jrd/idx.h, src/jrd/idx_proto.h, src/jrd/inf.h,
src/jrd/inf_proto.h, src/jrd/ini_proto.h, src/jrd/intl.h,
src/jrd/intlnames.h, src/jrd/irq.h, src/jrd/isc_cray.cpp,
src/jrd/isc_sync.cpp, src/jrd/iscmsgs.msg, src/jrd/jrn.cpp,
src/jrd/log.cpp, src/jrd/mov.cpp, src/jrd/intl_proto.h,
src/jrd/isc_file.cpp, src/jrd/iutls.def, src/jrd/lck.cpp,
src/jrd/license.h, src/jrd/met.e, src/jrd/perf.cpp,
src/jrd/sch.cpp, src/jrd/thd.cpp, src/jrd/thd.h,
src/jrd/thd_win32.cpp, src/jrd/isc_win32.cpp, src/jrd/jio.cpp,
src/jrd/jlx.cpp, src/jrd/jrd.def, src/jrd/opt.cpp,
src/jrd/event.cpp, src/jrd/everything.h, src/jrd/gds.cpp,
src/jrd/jrd_proto.h, src/jrd/jrd_ver.h, src/jrd/jrd_ver.rc,
src/jrd/jrn_proto.h, src/jrd/kanji.cpp, src/jrd/kanji.h,
src/jrd/kanji_proto.h, src/jrd/lan.cpp, src/jrd/lck.h,
src/jrd/lck_dummy.cpp, src/jrd/llio.h, src/jrd/llio_proto.h,
src/jrd/lls.h, src/jrd/lnmdef.h, src/jrd/log.h,
src/jrd/log_proto.h, src/jrd/loiter.cpp, src/jrd/loiter.h,
src/jrd/makefile.mak, src/jrd/map.cpp, src/jrd/map_proto.h,
src/jrd/math.cpp, src/jrd/mblr.cpp, src/jrd/mblr.h,
src/jrd/mblr_proto.h, src/jrd/mem.cpp, src/jrd/memtest.cpp,
src/jrd/met.h, src/jrd/misc.cpp, src/jrd/misc.h,
src/jrd/misc_proto.h, src/jrd/mmov.mar, src/jrd/pio.h,
src/jrd/rng.cpp, src/jrd/sdl.cpp, src/jrd/sort.cpp,
src/jrd/stats.e, src/jrd/all.cpp, src/jrd/alt.cpp, src/jrd/blb.cpp,
src/jrd/met_proto.h, src/jrd/msg.h, src/jrd/msg_encode.h,
src/jrd/msg_facs.h, src/jrd/msgs.h, src/jrd/names.h,
src/jrd/nav.cpp, src/jrd/nav_proto.h, src/jrd/netware.cpp,
src/jrd/nlm_thd.h, src/jrd/nod.h, src/jrd/nodebug.cpp,
src/jrd/obj.h, src/jrd/ods10.gdl, src/jrd/ods72.gdl,
src/jrd/pcmet.e, src/jrd/arg.h, src/jrd/cch_proto.h,
src/jrd/cmp_proto.h, src/jrd/dyn_proto.h, src/jrd/isc_f_proto.h,
src/jrd/isc_i_proto.h, src/jrd/isc_proto.h, src/jrd/isc_s_proto.h,
src/jrd/isc_signal.h, src/jrd/llio.cpp, src/jrd/mov_proto.h,
src/jrd/ods80.gdl, src/jrd/ods80dif.gdl, src/jrd/ods81.gdl,
src/jrd/ods91.gdl, src/jrd/old.h, src/jrd/old_proto.h,
src/jrd/opt_proto.h, src/jrd/os2.cpp, src/jrd/pag.h,
src/jrd/pag_proto.h, src/jrd/par_proto.h, src/jrd/pcmet_proto.h,
src/jrd/pcsleep.cpp, src/jrd/perf.pas, src/jrd/pio_proto.h,
src/jrd/pragma.h, src/jrd/print.cpp, src/jrd/procs2.gdl,
src/jrd/prv_m_bypass.h, src/jrd/pwd_proto.h, src/jrd/qatest.cpp,
src/jrd/quad.h, src/jrd/quad_proto.h, src/jrd/que.h,
src/jrd/rdb.cpp, src/jrd/rdb.h, src/jrd/rdb_codes.h,
src/jrd/rdbcodes.h, src/jrd/rdbcodes.mar, src/jrd/rdbgentry.mar,
src/jrd/rdbgpas.cpp, src/jrd/rdbint.cpp, src/jrd/rec.cpp,
src/jrd/rec_proto.h, src/jrd/relations.h, src/jrd/rlck_proto.h,
src/jrd/rng.h, src/jrd/rng_proto.h, src/jrd/rse.h,
src/jrd/rse_proto.h, src/jrd/sbm.cpp, src/jrd/sbm.h,
src/jrd/sbm_proto.h, src/jrd/scl_proto.h, src/jrd/scroll_cursors.h,
src/jrd/sdl.h, src/jrd/sdl_proto.h, src/jrd/sdw.cpp, src/jrd/sdw.h,
src/jrd/sdw_proto.h, src/jrd/shrfinit.cpp, src/jrd/shut.cpp,
src/jrd/shut_proto.h, src/jrd/sort_proto.h, src/jrd/sql_code.h,
src/jrd/sqz.h, src/jrd/sqz_proto.h, src/jrd/stored_proc.gdl,
src/jrd/stubs.cpp, src/jrd/svc_undoc.h, src/jrd/time.h,
src/jrd/why_proto.h, src/jrd/blob_filter.e, src/jrd/blob_filter.h,
src/jrd/enc_proto.h, src/jrd/ext_proto.h, src/jrd/fun_proto.h,
src/jrd/gdsassert.h, src/jrd/isc_sync_win32.cpp, src/jrd/rlck.cpp,
src/jrd/sch_proto.h, src/jrd/svc_proto.h, src/jrd/syidef.h,
src/jrd/sym.cpp, src/jrd/sym_proto.h, src/jrd/termtype.h,
src/jrd/thd_proto.h, src/jrd/thin.asm, src/jrd/thread.mar,
src/jrd/tpc.cpp, src/jrd/tpc.h, src/jrd/tpc_proto.h,
src/jrd/tra_proto.h, src/jrd/types.h, src/jrd/unix.cpp,
src/jrd/utl_proto.h, src/jrd/utls.def, src/jrd/v2_triggers.gdl,
src/jrd/val_proto.h, src/jrd/version.rc, src/jrd/version_95.rc,
src/jrd/vio_debug.h, src/jrd/vio_proto.h, src/jrd/vms.cpp,
src/jrd/vms.h, src/jrd/vms_command.cpp, src/jrd/vmsevent.cpp,
src/jrd/vmslo_proto.h, src/jrd/vmslock.cpp, src/jrd/vmsthread.cpp,
src/jrd/winnt_dll.cpp, src/lock/config_params,
src/lock/depends.mak, src/lock/driver.cpp, src/lock/fparamv3.h,
src/lock/lock_header_mmap, src/lock/lock_header_shmem,
src/lock/lock_proto.h, src/lock/lockv3s4.h, src/lock/manager.cpp,
src/lock/pls.cpp, src/lock/plserver.cpp, src/lock/plserver.h,
src/lock/printv3s4.cpp, src/lock/prtv3_proto.h, src/lock/reset.cpp,
src/lock/ulimit.cpp, src/lock/lock.cpp, src/lock/lock.h,
src/lock/lockv3.h, src/lock/print.cpp, src/lock/printv3.cpp,
src/misc/codes.h, src/misc/codetext.h, src/misc/gds_codes.ftn,
src/misc/gds_codes.pas, src/misc/help.gbak, src/misc/metadata.gbak,
src/misc/msg_facs.h, src/misc/msgs.h, src/misc/rdb_codes.h,
src/misc/sql_code.h, src/misc/status.cpp, src/misc/status.h,
src/msgs/build.def, src/msgs/change_msgs.e, src/msgs/depends.mak,
src/msgs/enter_msgs.e, src/msgs/include.e, src/msgs/load.e,
src/msgs/makefile.mak, src/msgs/modify_msgs.e, src/msgs/msg.gdl,
src/msgs/build_file.e, src/msgs/check_msgs.e, src/msgs/msg.gbak,
src/pipe/allp.cpp, src/pipe/allp_proto.h, src/pipe/blk.h,
src/pipe/foot.cpp, src/pipe/head.cpp, src/pipe/head_proto.h,
src/pipe/pipe.h, src/pyxis/adm.cpp, src/pyxis/all.h,
src/pyxis/allp.cpp, src/pyxis/altp.cpp, src/pyxis/attributes.h,
src/pyxis/blk.cpp, src/pyxis/blk.h, src/pyxis/cdm.cpp,
src/pyxis/curses_play.cpp, src/pyxis/debug.cpp,
src/pyxis/enumerations.h, src/pyxis/everything.h,
src/pyxis/field_edit.h, src/pyxis/field_name.h,
src/pyxis/file_name.h, src/pyxis/form_ddl.h, src/pyxis/form_name.h,
src/pyxis/forms.gbk, src/pyxis/fred.e, src/pyxis/keys.h,
src/pyxis/menu.cpp, src/pyxis/phase1.h, src/pyxis/phase2.cpp,
src/pyxis/phase2.h, src/pyxis/edit.cpp, src/pyxis/edit.e,
src/pyxis/phase3.cpp, src/pyxis/pyxis.cpp, src/pyxis/pyxis.h,
src/pyxis/save.e, src/pyxis/scr.cpp, src/pyxis/scr.h,
src/pyxis/size_form.h, src/pyxis/sun_ftn_pyxis.cpp,
src/pyxis/vdm.cpp, src/pyxis/vt100.cpp, src/qli/all.cpp,
src/qli/all_proto.h, src/qli/blk.h, src/qli/comma_proto.h,
src/qli/command.cpp, src/qli/compi_proto.h, src/qli/compile.cpp,
src/qli/compile.h, src/qli/depends.mak, src/qli/err.cpp,
src/qli/err_proto.h, src/qli/eval.cpp, src/qli/eval_proto.h,
src/qli/everything.h, src/qli/exe.h, src/qli/exe_proto.h,
src/qli/expan_proto.h, src/qli/expand.cpp, src/qli/form.cpp,
src/qli/form.h, src/qli/form_proto.h, src/qli/forma_proto.h,
src/qli/format.cpp, src/qli/format.h, src/qli/gener.cpp,
src/qli/gener_proto.h, src/qli/help_proto.h, src/qli/hsh.cpp,
src/qli/hsh_proto.h, src/qli/lex_proto.h, src/qli/meta_proto.h,
src/qli/mov_proto.h, src/qli/noform.cpp, src/qli/nounix.cpp,
src/qli/parse.cpp, src/qli/parse.h, src/qli/parse_proto.h,
src/qli/dtr.cpp, src/qli/dtr.h, src/qli/exe.cpp, src/qli/help.e,
src/qli/lex.cpp, src/qli/mov.cpp, src/qli/picst_proto.h,
src/qli/picstr.cpp, src/qli/proc.e, src/qli/proc_ddl.h,
src/qli/proc_proto.h, src/qli/procddl1.h, src/qli/procddl2.h,
src/qli/procddl3.h, src/qli/procddl4.h, src/qli/repor_proto.h,
src/qli/report.cpp, src/qli/report.h, src/qli/reqs.h,
src/qli/show.e, src/qli/show_proto.h, src/qli/symbols.h,
src/qli/words.h, src/qli/meta.e, src/remote/allr_proto.h,
src/remote/caution.ico, src/remote/chop.cpp,
src/remote/chop_proto.h, src/remote/chuser.cpp,
src/remote/cntl.cpp, src/remote/cntl_proto.h, src/remote/dnet.cpp,
src/remote/ipc.cpp, src/remote/protocol.h, src/remote/server.cpp,
src/remote/types.h, src/remote/wnet.cpp, src/remote/xdr.h,
src/remote/allr.cpp, src/remote/decne_proto.h,
src/remote/decnet_server.cpp, src/remote/depends.mak,
src/remote/divorce.cpp, src/remote/dllshell.cpp,
src/remote/dnet_proto.h, src/remote/dnet_server.cpp,
src/remote/faux.cpp, src/remote/faux.h, src/remote/ibconfig.cpp,
src/remote/ibconfig.h, src/remote/ibconfig.rc,
src/remote/ibsvrhlp.h, src/remote/in.h, src/remote/inet.cpp,
src/remote/inet_proto.h, src/remote/inetiodef.h,
src/remote/ntoh.cpp, src/remote/protocol.cpp,
src/remote/remote.cpp, src/remote/remote.h,
src/remote/inet_server.cpp, src/remote/inter_proto.h,
src/remote/ipc.h, src/remote/ipc_proto.h,
src/remote/ipc_server.cpp, src/remote/isc_tcpent.mar,
src/remote/jibdef.mar, src/remote/lanentry.h,
src/remote/makefile.mak, src/remote/merge.cpp,
src/remote/merge_proto.h, src/remote/multivx.cpp,
src/remote/netwcon.cpp, src/remote/nlmtst.def,
src/remote/nt_server.cpp, src/remote/ntoh_proto.h,
src/remote/nwserv.cpp, src/remote/parse_proto.h,
src/remote/parser.cpp, src/remote/pcbdefv4.mar,
src/remote/pcbdefv5.mar, src/remote/property.cpp,
src/remote/property.rc, src/remote/property.rh,
src/remote/propty_proto.h, src/remote/proto_proto.h,
src/remote/remot_proto.h, src/remote/remote.def,
src/remote/remote_def.h, src/remote/serve_proto.h,
src/remote/server.ico, src/remote/spxesr.cpp,
src/remote/spxne_proto.h, src/remote/spxnet.cpp,
src/remote/spxnet32.cpp, src/remote/spxnet32_proto.h,
src/remote/spxwi_proto.h, src/remote/spxwin.h,
src/remote/srvr_w32.cpp, src/remote/tcptypes.h, src/remote/ucx.cpp,
src/remote/wfwnp.cpp, src/remote/wfwnp.h, src/remote/wfwnp_proto.h,
src/remote/xdr.cpp, src/remote/xdr_proto.h, src/remote/xnet.cpp,
src/remote/decnet.cpp, src/remote/interface.cpp,
src/remote/mgr.cpp, src/remote/window.aps, src/remote/window.cpp,
src/remote/window.h, src/remote/window.rc, src/remote/window.rh,
src/remote/window_proto.h, src/remote/winerr.h,
src/remote/winvx.cpp, src/remote/wnet_proto.h, src/remote/xnet.h,
src/remote/xnet_proto.h, src/remote/zap.mar, src/remote/neterr.h,
src/remote/spxwin.cpp, src/remote/winmain.cpp,
src/utilities/cache.cpp, src/utilities/cmd_util.cpp,
src/utilities/cmd_util_proto.h, src/utilities/dba.e,
src/utilities/dbaswi.h, src/utilities/drop.cpp,
src/utilities/dropv3.cpp, src/utilities/drpv3_proto.h,
src/utilities/gsec.cpp, src/utilities/gsecswi.h,
src/utilities/guard.cpp, src/utilities/ibmgr.cpp,
src/utilities/ibmgrswi.h, src/utilities/install_nt.h,
src/utilities/install_reg.cpp, src/utilities/install_svc.cpp,
src/utilities/isc.gdl, src/utilities/isc4.gdl,
src/utilities/isc4.sql, src/utilities/ppg.cpp,
src/utilities/ppg_proto.h, src/utilities/print_pool.cpp,
src/utilities/rebui_proto.h, src/utilities/rebuild.cpp,
src/utilities/rebuild.gdl, src/utilities/rebuild.h,
src/utilities/regis_proto.h, src/utilities/registry.cpp,
src/utilities/relay.cpp, src/utilities/rmet.e,
src/utilities/rmet_proto.h, src/utilities/rstor_proto.h,
src/utilities/rstore.e, src/utilities/run_service.cpp,
src/utilities/sbc_print.cpp, src/utilities/scrty_apollo.gdl,
src/utilities/scrty_unix.gdl, src/utilities/scrty_vms.gdl,
src/utilities/scrty_xl.gdl, src/utilities/secur_proto.h,
src/utilities/security.e, src/utilities/servi_proto.h,
src/utilities/services.cpp, src/utilities/srvrmgr.cpp,
src/utilities/srvrmgr_proto.h, src/utilities/util.cpp,
src/utilities/util_proto.h, src/utilities/v2_dmp.cpp,
src/utilities/analyse.cpp, src/utilities/dba_full.e,
src/utilities/gsec.h, src/utilities/ibmgr.h, src/wal/driver.cpp,
src/wal/wal.cpp, src/wal/wal.h, src/wal/wal_prnt.cpp,
src/wal/wal_proto.h, src/wal/walc.cpp, src/wal/walc_proto.h,
src/wal/walf.cpp, src/wal/walf_proto.h, src/wal/walr.cpp,
src/wal/walr_proto.h, src/wal/walw.cpp, src/wal/walw_main.cpp,
src/wal/walw_proto.h, src/wal/wstat_proto.h, src/wal/wstatus.cpp:
Initial revision
2001-05-23 15:25 tamlin
* firebird2/: generated/alice/makefile,
generated/alice/placeholder.txt, generated/burp/makefile,
generated/burp/placeholder.txt, generated/dsql/makefile,
generated/dsql/placeholder.txt, generated/dudley/makefile,
generated/dudley/placeholder.txt, generated/gpre/makefile,
generated/gpre/placeholder.txt, generated/isql/makefile,
generated/isql/placeholder.txt, generated/journal/placeholder.txt,
generated/jrd/makefile, generated/jrd/placeholder.txt,
generated/msgs/makefile, generated/msgs/placeholder.txt,
generated/pyxis/placeholder.txt, generated/qli/placeholder.txt,
generated/utilities/makefile, generated/utilities/placeholder.txt,
src/journal/conso_proto.h, src/journal/depends.mak,
src/journal/gjrn_proto.h, src/journal/journal.gdl,
src/journal/journal.h, src/journal/journal_vms.gdl,
src/journal/misc_proto.h, src/journal/oldr.cpp,
src/journal/oldr_proto.h, src/journal/rebui_proto.h,
src/journal/serve_proto.h, src/journal/archive.cpp,
src/journal/console.cpp, src/journal/gjrn.cpp,
src/journal/misc.cpp, src/journal/rebuild.e, src/journal/server.e,
src/gpre/cdbtable.h, src/gpre/cmd.cpp, src/gpre/cmd_proto.h,
src/gpre/cme_proto.h, src/gpre/gpre.cpp, src/gpre/par.cpp,
src/journal/journal_vms.e, src/gpre/cmp.cpp, src/gpre/cob.cpp,
src/gpre/exp.cpp, src/gpre/sql.cpp, src/gpre/cme.cpp,
src/gpre/cmp_proto.h, src/gpre/dyntable.h, src/gpre/exp_proto.h,
src/gpre/form.cpp, src/gpre/form.h, src/gpre/form__proto.h,
src/gpre/form_proto.h, src/gpre/form_trn.cpp, src/gpre/gpre.h,
src/gpre/gpre_proto.h, src/gpre/gpreswi.h, src/gpre/hsh.cpp,
src/gpre/hsh.h, src/gpre/hsh_proto.h, src/gpre/int.cpp,
src/gpre/jrdme_proto.h, src/gpre/jrdmet.cpp, src/gpre/pas.cpp,
src/gpre/pat.cpp, src/gpre/sqe.cpp, src/gpre/c_cxx.cpp,
src/gpre/dyntable.cpp, src/gpre/ftn.cpp, src/gpre/gpre_meta.h,
src/gpre/lang_proto.h, src/gpre/movg.cpp, src/gpre/movg_proto.h,
src/gpre/msc.cpp, src/gpre/msc_proto.h, src/gpre/noform.cpp,
src/gpre/par_proto.h, src/gpre/parse.h, src/gpre/pat.h,
src/gpre/pat_proto.h, src/gpre/prett_proto.h, src/gpre/pretty.cpp,
src/gpre/sdltable.h, src/gpre/sqe_proto.h, src/gpre/sql_proto.h,
src/gpre/words.h, src/alice/alice.cpp, src/alice/alice.h,
src/alice/alice_meta.e, src/alice/alice_meta.h,
src/alice/alice_proto.h, src/alice/aliceswi.h, src/alice/all.cpp,
src/alice/all.h, src/alice/all_proto.h, src/alice/alloc.h,
src/alice/blk.h, src/alice/exe.cpp, src/alice/exe_proto.h,
src/alice/info.h, src/alice/lls.h, src/alice/tdr.cpp,
src/alice/tdr_proto.h, src/csv/csi.cpp, src/csv/csi.h,
src/csv/csi_proto.h, src/csv/css.cpp, src/csv/css_proto.h,
src/csv/csu.cpp, src/csv/depends.mak, src/csv/print.cpp,
src/gpre/ada.cpp, src/gpre/gpre_meta.e, src/csv/csv.cpp,
src/dsql/all.h, src/dsql/array_proto.h, src/dsql/blk.h,
src/dsql/dsql.h, src/dsql/gen.cpp, src/dsql/make.cpp,
src/dsql/movd.cpp, src/dsql/pass1.cpp, src/dsql/sqlda.h,
src/dsql/alld.cpp, src/dsql/blob.e, src/dsql/blob_proto.h,
src/dsql/chars.h, src/dsql/ddl.cpp, src/dsql/ddl_proto.h,
src/dsql/depends.mak, src/dsql/dsql.def, src/dsql/errd.cpp,
src/dsql/gen_proto.h, src/dsql/hsh.cpp, src/dsql/keywords.h,
src/dsql/makefile.mak, src/dsql/metd.e, src/dsql/node.h,
src/dsql/parse.y, src/dsql/preparse.cpp, src/dsql/utld.cpp,
src/dsql/dsql.cpp, src/dsql/hsh_proto.h, src/dsql/metd_proto.h,
src/dsql/movd_proto.h, src/dsql/user_dsql.cpp,
src/dsql/alld_proto.h, src/dsql/array.e, src/dsql/dsql_proto.h,
src/dsql/errd_proto.h, src/dsql/make_proto.h, src/dsql/parse.awk,
src/dsql/parse.cpp, src/dsql/parse.sed, src/dsql/parse_proto.h,
src/dsql/pass1_proto.h, src/dsql/prepa_proto.h, src/dsql/sym.h,
src/dsql/user__proto.h, src/dsql/utld_proto.h, src/dudley/ddl.cpp,
src/dudley/ddl.h, src/dudley/ddl_proto.h, src/dudley/depends.mak,
src/dudley/exe_proto.h, src/dudley/expan_proto.h,
src/dudley/expand.cpp, src/dudley/expr.cpp,
src/dudley/expr_proto.h, src/dudley/extra_proto.h,
src/dudley/gener_proto.h, src/dudley/generate.cpp,
src/dudley/hsh.cpp, src/dudley/lex.cpp, src/dudley/lex_proto.h,
src/dudley/parse.cpp, src/dudley/parse.h, src/dudley/parse_proto.h,
src/dudley/trn.cpp, src/dudley/trn_proto.h, src/dudley/exe.e,
src/dudley/extract.e, src/dudley/hsh_proto.h, src/extlib/ib_udf.c,
src/extlib/ib_udf.h, src/extlib/ib_udf.sql, src/extlib/ib_util.c,
src/extlib/ib_util.h, src/extlib/ib_util.pas,
src/extlib/makefile.mak, src/include/fb_blk.h,
src/include/fb_macros.h, src/include/fb_types.h,
src/include/iberror.h, src/include/jrd/gds.h, src/intl/ancyrr.h,
src/intl/anczech.h, src/intl/angreek1.h, src/intl/anhundc.h,
src/intl/anpolish.h, src/intl/ansii850.h, src/intl/ansiintl.h,
src/intl/ansinor4.h, src/intl/ansislov.h, src/intl/ansispan.h,
src/intl/ansiswfn.h, src/intl/anturk.h, src/intl/ascii.h,
src/intl/ascii2.h, src/intl/bllt1ca0.h, src/intl/bllt1da0.h,
src/intl/bllt1de0.h, src/intl/bllt1es0.h, src/intl/bllt1fi0.h,
src/intl/bllt1fr0.h, src/intl/bllt1is0.h, src/intl/bllt1it0.h,
src/intl/bllt1nl0.h, src/intl/bllt1no0.h, src/intl/bllt1pt0.h,
src/intl/bllt1sv0.h, src/intl/bllt1uk0.h, src/intl/bllt1us0.h,
src/intl/blnxtde0.h, src/intl/blnxtes0.h, src/intl/blnxtfr0.h,
src/intl/blnxtit0.h, src/intl/blnxtus0.h, src/intl/countries.h,
src/intl/country_codes.h, src/intl/csjis2_p.h, src/intl/cs_437.h,
src/intl/cs_850.h, src/intl/cs_852.h, src/intl/cs_857.h,
src/intl/cs_860.h, src/intl/cs_861.h, src/intl/cs_863.h,
src/intl/cs_865.h, src/intl/cs_big5.c, src/intl/cs_cyrl.h,
src/intl/cs_gb2312.c, src/intl/cs_jis_20208_1990.c,
src/intl/cs_ksc.c, src/intl/cs_latin1.h, src/intl/cs_narrow.c,
src/intl/cs_next.h, src/intl/cs_sjis.h, src/intl/cs_unicode.c,
src/intl/cs_utffss.c, src/intl/cs_w1250.h, src/intl/cs_w1251.h,
src/intl/cs_w1252.h, src/intl/cs_w1253.h, src/intl/cs_w1254.h,
src/intl/cv_big5.c, src/intl/cv_gb2312.c, src/intl/cv_jis.c,
src/intl/cv_ksc.c, src/intl/cv_narrow.c, src/intl/cyrr.h,
src/intl/czech.h, src/intl/db437de0.h, src/intl/db437es1.h,
src/intl/db437fi0.h, src/intl/db437fr0.h, src/intl/db437it0.h,
src/intl/db437nl0.h, src/intl/db437sv0.h, src/intl/db437uk0.h,
src/intl/db437us0.h, src/intl/db850cf0.h, src/intl/db850de0.h,
src/intl/db850es0.h, src/intl/db850fr0.h, src/intl/db850it1.h,
src/intl/db850nl0.h, src/intl/db850pt0.h, src/intl/db850sv1.h,
src/intl/db850uk0.h, src/intl/db850us0.h, src/intl/db852cz0.h,
src/intl/db852hdc.h, src/intl/db852po0.h, src/intl/db852sl0.h,
src/intl/db857tr0.h, src/intl/db860pt0.h, src/intl/db863cf1.h,
src/intl/db865da0.h, src/intl/db865no0.h, src/intl/db866ru0.h,
src/intl/depends.mak, src/intl/dtest2.c, src/intl/hun852dc.h,
src/intl/iceland.h, src/intl/intl.def, src/intl/intl.h,
src/intl/lc_ascii.c, src/intl/lc_big5.c, src/intl/lc_dos.c,
src/intl/lc_gb2312.c, src/intl/lc_jis.c, src/intl/lc_ksc.c,
src/intl/lc_latin1.c, src/intl/lc_narrow.c, src/intl/lc_unicode.c,
src/intl/ld.h, src/intl/ldcommon.h, src/intl/mac_437.h,
src/intl/mac_865.h, src/intl/mac_lat1.h, src/intl/make.maps,
src/intl/makefile.mak, src/intl/mapcompare.cpp, src/intl/mapdump.c,
src/intl/mapgen4.c, src/intl/maptest.cpp, src/intl/maptest2.c,
src/intl/nordan40.h, src/intl/polish.h, src/intl/slovene.h,
src/intl/swedfin.h, src/intl/turk.h, src/intl/tx437_865.h,
src/intl/tx437_lat1.h, src/intl/tx865_lat1.h, src/intl/undef.h,
src/intl/cs_big5.h, src/intl/cs_gb2312.h,
src/intl/cs_jis_0208_1990.h, src/intl/charsets.h,
src/intl/cs_jis.c, src/intl/cs_ksc5601.h, src/intl/dtest.c,
src/intl/langdrv.h, src/intl/ld.c, src/intl/ld2.c,
src/intl/ld_proto.h, src/ipserver/alli.cpp,
src/ipserver/alli_proto.h, src/ipserver/blk.h,
src/ipserver/ipapi_proto.h, src/ipserver/ipc.h,
src/ipserver/ipcevent.cpp, src/ipserver/ipcli_proto.h,
src/ipserver/ipclient.cpp, src/ipserver/ipevt_proto.h,
src/ipserver/ips.h, src/ipserver/ipsrv_proto.h,
src/ipserver/ipserver.cpp, src/iscguard/cntl_guard.cpp,
src/iscguard/cntlg_proto.h, src/iscguard/iscguard.cpp,
src/iscguard/iscguard.h, src/iscguard/iscguard.rc,
src/iscguard/iscguard.rh, src/iscguard/iscguard_utils.cpp,
src/iscguard/salrt23i.ico, src/iscguard/sgard23i.ico,
src/isql/depends.mak, src/isql/extra_proto.h, src/isql/extract.e,
src/isql/isql.def, src/isql/isql.h, src/isql/isql.rc,
src/isql/isql_proto.h, src/isql/isql_res.h, src/isql/isql_win.cpp,
src/isql/isql_win.h, src/isql/isqlw_proto.h, src/isql/show_proto.h,
src/isql/isql.e, src/isql/show.e, src/burp/backu_proto.h,
src/burp/backup.e, src/burp/burp.def, src/burp/burp.h,
src/burp/burp32.def, src/burp/burp_proto.h, src/burp/burpswi.h,
src/burp/canon_proto.h, src/burp/depends.mak,
src/burp/makefile.mak, src/burp/misc.cpp, src/burp/misc_proto.h,
src/burp/mvol.cpp, src/burp/mvol_proto.h, src/burp/restore.e,
src/burp/spit.cpp, src/burp/spit.h, src/burp/burp.cpp,
src/burp/canonical.cpp, src/burp/resto_proto.h, src/jrd/acl.h,
src/jrd/aif.cpp, src/jrd/ail.cpp, src/jrd/ail.h, src/jrd/align.cpp,
src/jrd/align.h, src/jrd/all.h, src/jrd/ansi.h, src/jrd/blr.h,
src/jrd/fields.h, src/jrd/old.cpp, src/jrd/perf.h, src/jrd/svc.cpp,
src/jrd/svc.h, src/jrd/utl.cpp, src/jrd/atom.h, src/jrd/blb.h,
src/jrd/blk.h, src/jrd/blp.h, src/jrd/blrtable.cpp,
src/jrd/bookmark.cpp, src/jrd/bookmark.h, src/jrd/btr.h,
src/jrd/dsc.h, src/jrd/err.cpp, src/jrd/ext.cpp, src/jrd/ini.e,
src/jrd/jrd.h, src/jrd/math.h, src/jrd/perf_proto.h, src/jrd/scl.h,
src/jrd/why.c, src/jrd/winnt.cpp, src/jrd/all_proto.h,
src/jrd/blf_proto.h, src/jrd/blrtable.h, src/jrd/builtin.cpp,
src/jrd/cch.h, src/jrd/cdefs.h, src/jrd/codes.h,
src/jrd/codetext.h, src/jrd/dbt.cpp, src/jrd/dyn_del.e,
src/jrd/dyn_mod.e, src/jrd/fil.h, src/jrd/fun.e, src/jrd/pwd.h,
src/jrd/shrinit.cpp, src/jrd/trig.h, src/jrd/aif.h,
src/jrd/btr.cpp, src/jrd/btr_proto.h, src/jrd/common.h,
src/jrd/constants.h, src/jrd/cvt.cpp, src/jrd/cvt2.cpp,
src/jrd/cvt2_proto.h, src/jrd/cvt_proto.h, src/jrd/dbg.h,
src/jrd/dbg_proto.h, src/jrd/dfloat_stub.cpp, src/jrd/dflt.gdl,
src/jrd/dflt.h, src/jrd/divorce.h, src/jrd/ini.h, src/jrd/isc.h,
src/jrd/sqz.cpp, src/jrd/dfw_proto.h, src/jrd/dls.cpp,
src/jrd/dls_proto.h, src/jrd/dmp_proto.h, src/jrd/dpm_proto.h,
src/jrd/drq.h, src/jrd/dsc.cpp, src/jrd/dyn_util.e,
src/jrd/event.h, src/jrd/evl.cpp, src/jrd/gdsold.h,
src/jrd/inf.cpp, src/jrd/intlobj.h, src/jrd/pwd.cpp,
src/jrd/tra.cpp, src/jrd/windows.cpp, src/jrd/cch.cpp,
src/jrd/dbg.cpp, src/jrd/dyn_def.sed, src/jrd/dyn_df_proto.h,
src/jrd/dyn_dl_proto.h, src/jrd/dyn_md_proto.h,
src/jrd/isc_ipc.cpp, src/jrd/pag.cpp, src/jrd/quad.cpp,
src/jrd/tra.h, src/jrd/val.h, src/jrd/dpm.e, src/jrd/dsc_proto.h,
src/jrd/dyn_ut_proto.h, src/jrd/enc.cpp, src/jrd/entry.h,
src/jrd/ibsetjmp.h, src/jrd/isc.cpp, src/jrd/jrd.cpp,
src/jrd/shdef.h, src/jrd/sort.h, src/jrd/codes.e,
src/jrd/dllshell.cpp, src/jrd/dyn.e, src/jrd/dyn.h,
src/jrd/err_proto.h, src/jrd/flu.cpp, src/jrd/grant.e,
src/jrd/sun_ftn.cpp, src/jrd/vio.cpp, src/jrd/dfw.e,
src/jrd/dmp.cpp, src/jrd/event_proto.h, src/jrd/evl_like.cpp,
src/jrd/evl_proto.h, src/jrd/exe.h, src/jrd/exe_proto.h,
src/jrd/ext.h, src/jrd/extvms.cpp, src/jrd/filters.cpp,
src/jrd/par.cpp, src/jrd/scl.e, src/jrd/cmp.cpp,
src/jrd/envelope.e, src/jrd/filte_proto.h, src/jrd/flags.h,
src/jrd/flu.h, src/jrd/flu_proto.h, src/jrd/functions.cpp,
src/jrd/gds.bas, src/jrd/gds.def, src/jrd/gds.hxx,
src/jrd/intl.cpp, src/jrd/inuse.cpp, src/jrd/lck_proto.h,
src/jrd/ods.h, src/jrd/req.h, src/jrd/gds.pas, src/jrd/gds.pli,
src/jrd/gds.vpas, src/jrd/gds5entry.mar, src/jrd/gds_aix.f,
src/jrd/gds_apollo.f, src/jrd/gds_h3.f, src/jrd/gdsentry.mar,
src/jrd/ibase.h, src/jrd/iberr.h, src/jrd/inuse_proto.h,
src/jrd/file_params.h, src/jrd/gds_hp.f, src/jrd/gds_sun.f,
src/jrd/gds_vms.f, src/jrd/grammar.cpp, src/jrd/grammar.y,
src/jrd/rse.cpp, src/jrd/divorce.cpp, src/jrd/exe.cpp,
src/jrd/gds_proto.h, src/jrd/grant.gdl, src/jrd/iberr.cpp,
src/jrd/iberr_proto.h, src/jrd/ibinitdll.cpp, src/jrd/jrn.h,
src/jrd/val.cpp, src/jrd/blb_proto.h, src/jrd/doserr.h,
src/jrd/dyn_def.e, src/jrd/grant_proto.h, src/jrd/ib_stdio.cpp,
src/jrd/ib_stdio.h, src/jrd/ids.h, src/jrd/ids.m, src/jrd/idx.cpp,
src/jrd/idx.h, src/jrd/idx_proto.h, src/jrd/inf.h,
src/jrd/inf_proto.h, src/jrd/ini_proto.h, src/jrd/intl.h,
src/jrd/intlnames.h, src/jrd/irq.h, src/jrd/isc_cray.cpp,
src/jrd/isc_sync.cpp, src/jrd/iscmsgs.msg, src/jrd/jrn.cpp,
src/jrd/log.cpp, src/jrd/mov.cpp, src/jrd/intl_proto.h,
src/jrd/isc_file.cpp, src/jrd/iutls.def, src/jrd/lck.cpp,
src/jrd/license.h, src/jrd/met.e, src/jrd/perf.cpp,
src/jrd/sch.cpp, src/jrd/thd.cpp, src/jrd/thd.h,
src/jrd/thd_win32.cpp, src/jrd/isc_win32.cpp, src/jrd/jio.cpp,
src/jrd/jlx.cpp, src/jrd/jrd.def, src/jrd/opt.cpp,
src/jrd/event.cpp, src/jrd/everything.h, src/jrd/gds.cpp,
src/jrd/jrd_proto.h, src/jrd/jrd_ver.h, src/jrd/jrd_ver.rc,
src/jrd/jrn_proto.h, src/jrd/kanji.cpp, src/jrd/kanji.h,
src/jrd/kanji_proto.h, src/jrd/lan.cpp, src/jrd/lck.h,
src/jrd/lck_dummy.cpp, src/jrd/llio.h, src/jrd/llio_proto.h,
src/jrd/lls.h, src/jrd/lnmdef.h, src/jrd/log.h,
src/jrd/log_proto.h, src/jrd/loiter.cpp, src/jrd/loiter.h,
src/jrd/makefile.mak, src/jrd/map.cpp, src/jrd/map_proto.h,
src/jrd/math.cpp, src/jrd/mblr.cpp, src/jrd/mblr.h,
src/jrd/mblr_proto.h, src/jrd/mem.cpp, src/jrd/memtest.cpp,
src/jrd/met.h, src/jrd/misc.cpp, src/jrd/misc.h,
src/jrd/misc_proto.h, src/jrd/mmov.mar, src/jrd/pio.h,
src/jrd/rng.cpp, src/jrd/sdl.cpp, src/jrd/sort.cpp,
src/jrd/stats.e, src/jrd/all.cpp, src/jrd/alt.cpp, src/jrd/blb.cpp,
src/jrd/met_proto.h, src/jrd/msg.h, src/jrd/msg_encode.h,
src/jrd/msg_facs.h, src/jrd/msgs.h, src/jrd/names.h,
src/jrd/nav.cpp, src/jrd/nav_proto.h, src/jrd/netware.cpp,
src/jrd/nlm_thd.h, src/jrd/nod.h, src/jrd/nodebug.cpp,
src/jrd/obj.h, src/jrd/ods10.gdl, src/jrd/ods72.gdl,
src/jrd/pcmet.e, src/jrd/arg.h, src/jrd/cch_proto.h,
src/jrd/cmp_proto.h, src/jrd/dyn_proto.h, src/jrd/isc_f_proto.h,
src/jrd/isc_i_proto.h, src/jrd/isc_proto.h, src/jrd/isc_s_proto.h,
src/jrd/isc_signal.h, src/jrd/llio.cpp, src/jrd/mov_proto.h,
src/jrd/ods80.gdl, src/jrd/ods80dif.gdl, src/jrd/ods81.gdl,
src/jrd/ods91.gdl, src/jrd/old.h, src/jrd/old_proto.h,
src/jrd/opt_proto.h, src/jrd/os2.cpp, src/jrd/pag.h,
src/jrd/pag_proto.h, src/jrd/par_proto.h, src/jrd/pcmet_proto.h,
src/jrd/pcsleep.cpp, src/jrd/perf.pas, src/jrd/pio_proto.h,
src/jrd/pragma.h, src/jrd/print.cpp, src/jrd/procs2.gdl,
src/jrd/prv_m_bypass.h, src/jrd/pwd_proto.h, src/jrd/qatest.cpp,
src/jrd/quad.h, src/jrd/quad_proto.h, src/jrd/que.h,
src/jrd/rdb.cpp, src/jrd/rdb.h, src/jrd/rdb_codes.h,
src/jrd/rdbcodes.h, src/jrd/rdbcodes.mar, src/jrd/rdbgentry.mar,
src/jrd/rdbgpas.cpp, src/jrd/rdbint.cpp, src/jrd/rec.cpp,
src/jrd/rec_proto.h, src/jrd/relations.h, src/jrd/rlck_proto.h,
src/jrd/rng.h, src/jrd/rng_proto.h, src/jrd/rse.h,
src/jrd/rse_proto.h, src/jrd/sbm.cpp, src/jrd/sbm.h,
src/jrd/sbm_proto.h, src/jrd/scl_proto.h, src/jrd/scroll_cursors.h,
src/jrd/sdl.h, src/jrd/sdl_proto.h, src/jrd/sdw.cpp, src/jrd/sdw.h,
src/jrd/sdw_proto.h, src/jrd/shrfinit.cpp, src/jrd/shut.cpp,
src/jrd/shut_proto.h, src/jrd/sort_proto.h, src/jrd/sql_code.h,
src/jrd/sqz.h, src/jrd/sqz_proto.h, src/jrd/stored_proc.gdl,
src/jrd/stubs.cpp, src/jrd/svc_undoc.h, src/jrd/time.h,
src/jrd/why_proto.h, src/jrd/blob_filter.e, src/jrd/blob_filter.h,
src/jrd/enc_proto.h, src/jrd/ext_proto.h, src/jrd/fun_proto.h,
src/jrd/gdsassert.h, src/jrd/isc_sync_win32.cpp, src/jrd/rlck.cpp,
src/jrd/sch_proto.h, src/jrd/svc_proto.h, src/jrd/syidef.h,
src/jrd/sym.cpp, src/jrd/sym_proto.h, src/jrd/termtype.h,
src/jrd/thd_proto.h, src/jrd/thin.asm, src/jrd/thread.mar,
src/jrd/tpc.cpp, src/jrd/tpc.h, src/jrd/tpc_proto.h,
src/jrd/tra_proto.h, src/jrd/types.h, src/jrd/unix.cpp,
src/jrd/utl_proto.h, src/jrd/utls.def, src/jrd/v2_triggers.gdl,
src/jrd/val_proto.h, src/jrd/version.rc, src/jrd/version_95.rc,
src/jrd/vio_debug.h, src/jrd/vio_proto.h, src/jrd/vms.cpp,
src/jrd/vms.h, src/jrd/vms_command.cpp, src/jrd/vmsevent.cpp,
src/jrd/vmslo_proto.h, src/jrd/vmslock.cpp, src/jrd/vmsthread.cpp,
src/jrd/winnt_dll.cpp, src/lock/config_params,
src/lock/depends.mak, src/lock/driver.cpp, src/lock/fparamv3.h,
src/lock/lock_header_mmap, src/lock/lock_header_shmem,
src/lock/lock_proto.h, src/lock/lockv3s4.h, src/lock/manager.cpp,
src/lock/pls.cpp, src/lock/plserver.cpp, src/lock/plserver.h,
src/lock/printv3s4.cpp, src/lock/prtv3_proto.h, src/lock/reset.cpp,
src/lock/ulimit.cpp, src/lock/lock.cpp, src/lock/lock.h,
src/lock/lockv3.h, src/lock/print.cpp, src/lock/printv3.cpp,
src/misc/codes.h, src/misc/codetext.h, src/misc/gds_codes.ftn,
src/misc/gds_codes.pas, src/misc/help.gbak, src/misc/metadata.gbak,
src/misc/msg_facs.h, src/misc/msgs.h, src/misc/rdb_codes.h,
src/misc/sql_code.h, src/misc/status.cpp, src/misc/status.h,
src/msgs/build.def, src/msgs/change_msgs.e, src/msgs/depends.mak,
src/msgs/enter_msgs.e, src/msgs/include.e, src/msgs/load.e,
src/msgs/makefile.mak, src/msgs/modify_msgs.e, src/msgs/msg.gdl,
src/msgs/build_file.e, src/msgs/check_msgs.e, src/msgs/msg.gbak,
src/pipe/allp.cpp, src/pipe/allp_proto.h, src/pipe/blk.h,
src/pipe/foot.cpp, src/pipe/head.cpp, src/pipe/head_proto.h,
src/pipe/pipe.h, src/pyxis/adm.cpp, src/pyxis/all.h,
src/pyxis/allp.cpp, src/pyxis/altp.cpp, src/pyxis/attributes.h,
src/pyxis/blk.cpp, src/pyxis/blk.h, src/pyxis/cdm.cpp,
src/pyxis/curses_play.cpp, src/pyxis/debug.cpp,
src/pyxis/enumerations.h, src/pyxis/everything.h,
src/pyxis/field_edit.h, src/pyxis/field_name.h,
src/pyxis/file_name.h, src/pyxis/form_ddl.h, src/pyxis/form_name.h,
src/pyxis/forms.gbk, src/pyxis/fred.e, src/pyxis/keys.h,
src/pyxis/menu.cpp, src/pyxis/phase1.h, src/pyxis/phase2.cpp,
src/pyxis/phase2.h, src/pyxis/edit.cpp, src/pyxis/edit.e,
src/pyxis/phase3.cpp, src/pyxis/pyxis.cpp, src/pyxis/pyxis.h,
src/pyxis/save.e, src/pyxis/scr.cpp, src/pyxis/scr.h,
src/pyxis/size_form.h, src/pyxis/sun_ftn_pyxis.cpp,
src/pyxis/vdm.cpp, src/pyxis/vt100.cpp, src/qli/all.cpp,
src/qli/all_proto.h, src/qli/blk.h, src/qli/comma_proto.h,
src/qli/command.cpp, src/qli/compi_proto.h, src/qli/compile.cpp,
src/qli/compile.h, src/qli/depends.mak, src/qli/err.cpp,
src/qli/err_proto.h, src/qli/eval.cpp, src/qli/eval_proto.h,
src/qli/everything.h, src/qli/exe.h, src/qli/exe_proto.h,
src/qli/expan_proto.h, src/qli/expand.cpp, src/qli/form.cpp,
src/qli/form.h, src/qli/form_proto.h, src/qli/forma_proto.h,
src/qli/format.cpp, src/qli/format.h, src/qli/gener.cpp,
src/qli/gener_proto.h, src/qli/help_proto.h, src/qli/hsh.cpp,
src/qli/hsh_proto.h, src/qli/lex_proto.h, src/qli/meta_proto.h,
src/qli/mov_proto.h, src/qli/noform.cpp, src/qli/nounix.cpp,
src/qli/parse.cpp, src/qli/parse.h, src/qli/parse_proto.h,
src/qli/dtr.cpp, src/qli/dtr.h, src/qli/exe.cpp, src/qli/help.e,
src/qli/lex.cpp, src/qli/mov.cpp, src/qli/picst_proto.h,
src/qli/picstr.cpp, src/qli/proc.e, src/qli/proc_ddl.h,
src/qli/proc_proto.h, src/qli/procddl1.h, src/qli/procddl2.h,
src/qli/procddl3.h, src/qli/procddl4.h, src/qli/repor_proto.h,
src/qli/report.cpp, src/qli/report.h, src/qli/reqs.h,
src/qli/show.e, src/qli/show_proto.h, src/qli/symbols.h,
src/qli/words.h, src/qli/meta.e, src/remote/allr_proto.h,
src/remote/caution.ico, src/remote/chop.cpp,
src/remote/chop_proto.h, src/remote/chuser.cpp,
src/remote/cntl.cpp, src/remote/cntl_proto.h, src/remote/dnet.cpp,
src/remote/ipc.cpp, src/remote/protocol.h, src/remote/server.cpp,
src/remote/types.h, src/remote/wnet.cpp, src/remote/xdr.h,
src/remote/allr.cpp, src/remote/decne_proto.h,
src/remote/decnet_server.cpp, src/remote/depends.mak,
src/remote/divorce.cpp, src/remote/dllshell.cpp,
src/remote/dnet_proto.h, src/remote/dnet_server.cpp,
src/remote/faux.cpp, src/remote/faux.h, src/remote/ibconfig.cpp,
src/remote/ibconfig.h, src/remote/ibconfig.rc,
src/remote/ibsvrhlp.h, src/remote/in.h, src/remote/inet.cpp,
src/remote/inet_proto.h, src/remote/inetiodef.h,
src/remote/ntoh.cpp, src/remote/protocol.cpp,
src/remote/remote.cpp, src/remote/remote.h,
src/remote/inet_server.cpp, src/remote/inter_proto.h,
src/remote/ipc.h, src/remote/ipc_proto.h,
src/remote/ipc_server.cpp, src/remote/isc_tcpent.mar,
src/remote/jibdef.mar, src/remote/lanentry.h,
src/remote/makefile.mak, src/remote/merge.cpp,
src/remote/merge_proto.h, src/remote/multivx.cpp,
src/remote/netwcon.cpp, src/remote/nlmtst.def,
src/remote/nt_server.cpp, src/remote/ntoh_proto.h,
src/remote/nwserv.cpp, src/remote/parse_proto.h,
src/remote/parser.cpp, src/remote/pcbdefv4.mar,
src/remote/pcbdefv5.mar, src/remote/property.cpp,
src/remote/property.rc, src/remote/property.rh,
src/remote/propty_proto.h, src/remote/proto_proto.h,
src/remote/remot_proto.h, src/remote/remote.def,
src/remote/remote_def.h, src/remote/serve_proto.h,
src/remote/server.ico, src/remote/spxesr.cpp,
src/remote/spxne_proto.h, src/remote/spxnet.cpp,
src/remote/spxnet32.cpp, src/remote/spxnet32_proto.h,
src/remote/spxwi_proto.h, src/remote/spxwin.h,
src/remote/srvr_w32.cpp, src/remote/tcptypes.h, src/remote/ucx.cpp,
src/remote/wfwnp.cpp, src/remote/wfwnp.h, src/remote/wfwnp_proto.h,
src/remote/xdr.cpp, src/remote/xdr_proto.h, src/remote/xnet.cpp,
src/remote/decnet.cpp, src/remote/interface.cpp,
src/remote/mgr.cpp, src/remote/window.aps, src/remote/window.cpp,
src/remote/window.h, src/remote/window.rc, src/remote/window.rh,
src/remote/window_proto.h, src/remote/winerr.h,
src/remote/winvx.cpp, src/remote/wnet_proto.h, src/remote/xnet.h,
src/remote/xnet_proto.h, src/remote/zap.mar, src/remote/neterr.h,
src/remote/spxwin.cpp, src/remote/winmain.cpp,
src/utilities/cache.cpp, src/utilities/cmd_util.cpp,
src/utilities/cmd_util_proto.h, src/utilities/dba.e,
src/utilities/dbaswi.h, src/utilities/drop.cpp,
src/utilities/dropv3.cpp, src/utilities/drpv3_proto.h,
src/utilities/gsec.cpp, src/utilities/gsecswi.h,
src/utilities/guard.cpp, src/utilities/ibmgr.cpp,
src/utilities/ibmgrswi.h, src/utilities/install_nt.h,
src/utilities/install_reg.cpp, src/utilities/install_svc.cpp,
src/utilities/isc.gdl, src/utilities/isc4.gdl,
src/utilities/isc4.sql, src/utilities/ppg.cpp,
src/utilities/ppg_proto.h, src/utilities/print_pool.cpp,
src/utilities/rebui_proto.h, src/utilities/rebuild.cpp,
src/utilities/rebuild.gdl, src/utilities/rebuild.h,
src/utilities/regis_proto.h, src/utilities/registry.cpp,
src/utilities/relay.cpp, src/utilities/rmet.e,
src/utilities/rmet_proto.h, src/utilities/rstor_proto.h,
src/utilities/rstore.e, src/utilities/run_service.cpp,
src/utilities/sbc_print.cpp, src/utilities/scrty_apollo.gdl,
src/utilities/scrty_unix.gdl, src/utilities/scrty_vms.gdl,
src/utilities/scrty_xl.gdl, src/utilities/secur_proto.h,
src/utilities/security.e, src/utilities/servi_proto.h,
src/utilities/services.cpp, src/utilities/srvrmgr.cpp,
src/utilities/srvrmgr_proto.h, src/utilities/util.cpp,
src/utilities/util_proto.h, src/utilities/v2_dmp.cpp,
src/utilities/analyse.cpp, src/utilities/dba_full.e,
src/utilities/gsec.h, src/utilities/ibmgr.h, src/wal/driver.cpp,
src/wal/wal.cpp, src/wal/wal.h, src/wal/wal_prnt.cpp,
src/wal/wal_proto.h, src/wal/walc.cpp, src/wal/walc_proto.h,
src/wal/walf.cpp, src/wal/walf_proto.h, src/wal/walr.cpp,
src/wal/walr_proto.h, src/wal/walw.cpp, src/wal/walw_main.cpp,
src/wal/walw_proto.h, src/wal/wstat_proto.h, src/wal/wstatus.cpp:
First steps towards a C++ conversion.