From a402ec13c5d36ba0391f429ac8e265fcc3cc548b Mon Sep 17 00:00:00 2001 From: pcisar Date: Sun, 30 Dec 2001 12:22:47 +0000 Subject: [PATCH] no message --- ChangeLog | 4521 +++++++++++++++++++++++++++++++++++------------------ 1 file changed, 3020 insertions(+), 1501 deletions(-) diff --git a/ChangeLog b/ChangeLog index 62fa6b7b63..ebf23b8106 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,1502 +1,3021 @@ -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/jrd/build_no.h, - src/make.new/config/config.h.in, src/misc/writeBuildNum.sh: - - 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/build_no.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/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/build_no.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. +2001-12-29 tamlin + * src/alice/alice.cpp: + * src/alice/alice_meta.epp: + * src/burp/burp.h: + * src/common/memory/memory_pool.cpp: + * src/dsql/ddl.cpp: + * src/dsql/dsql.cpp: + * src/dsql/errd.cpp: + * src/dsql/user_dsql.cpp: + * src/dudley/expand.cpp: + * src/dudley/parse.cpp: + * src/gpre/gpre.cpp: + * src/gpre/par.cpp: + * src/include/fb_exception.h: + * src/journal/gjrn.cpp: + * src/jrd/align.cpp: + * src/jrd/err.cpp: + * src/jrd/exe.cpp: + * src/jrd/gds.cpp: + * src/jrd/ib_stdio.cpp: + * src/jrd/iberr.cpp: + * src/jrd/lck.cpp: + * src/jrd/nav.cpp: + * src/jrd/scl.epp: + * src/qli/dtr.cpp: + * src/qli/err.cpp: + * src/remote/allr.cpp: + * src/remote/interface.cpp: + * src/remote/server.cpp: + * src/utilities/dba.epp: + * src/utilities/dba_full.epp: + * src/utilities/gsec.h: + * src/wal/walw.cpp: + cleaning up + + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + increment build number + + * src/jrd/vio.cpp: + Cleaning up + + * src/alice/all.cpp: + Explicitly allocate the alice permanent pool from the global + default memory pool. + +2001-12-28 tamlin + * src/jrd/winnt.cpp: + Fix for turning forced writes off + + * src/jrd/exe.cpp: + * src/jrd/jrd.h: + * src/remote/interface.cpp: + cleaning up + + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + increment build number + + * src/alice/alice.cpp: + * src/alice/alice.h: + * src/alice/all.cpp: + * src/alice/all.h: + * src/common/memory/allocators.cpp: + * src/common/memory/allocators.h: + * src/common/memory/memory_pool.h: + * src/dsql/all.h: + * src/dsql/alld.cpp: + * src/include/firebird.h: + * src/jrd/all.h: + * src/jrd/jrd.cpp: + * src/jrd/met.epp: + * src/jrd/rse.cpp: + * src/jrd/svc.cpp: + MemoryPool work + +2001-12-27 tamlin + * src/misc/writeBuildNum.sh: + increment build number + + * src/jrd/blb.h: + Logic correction + +2001-12-25 tamlin + * src/alice/alice.cpp: + forgotten comment removed + + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + increment build number + + * src/jrd/dyn_def.epp: + C++ EH + + * src/alice/alice.cpp: + * src/alice/alice.cpp: + * src/alice/alice.h: + * src/alice/alice.h: + * src/alice/alice_meta.h: + cleaning up + +2001-12-24 tamlin + * src/alice/alice.cpp: + * src/alice/alice.h: + * src/alice/alice_meta.epp: + * 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/lls.h: + * src/alice/tdr.cpp: + * src/burp/backup.epp: + * src/burp/burp.cpp: + * src/burp/burp.h: + * src/burp/canonical.cpp: + * src/burp/restore.epp: + * src/burp/spit.cpp: + * src/common/memory/allocators.cpp: + * src/common/memory/allocators.h: + * src/common/memory/memory_pool.cpp: + * src/common/memory/memory_pool.h: + * src/common/mp/AtomicCounter.h: + * src/common/mp/crit_section_guard.h: + * src/common/mp/crit_section_lock.h: + * src/common/mp/mutex.h: + * src/common/mp/semaphore.h: + * src/common/mp/thread.h: + * src/csv/csi.h: + * src/csv/csu.cpp: + * src/csv/csv.cpp: + * src/dsql/all.h: + * src/dsql/alld.cpp: + * src/dsql/alld_proto.h: + * src/dsql/array.epp: + * src/dsql/blk.h: + * src/dsql/blob.epp: + * src/dsql/ddl.cpp: + * src/dsql/ddl_proto.h: + * src/dsql/dsql.cpp: + * src/dsql/dsql.h: + * src/dsql/dsql_proto.h: + * src/dsql/errd.cpp: + * src/dsql/errd_proto.h: + * src/dsql/gen.cpp: + * src/dsql/hsh.cpp: + * src/dsql/make.cpp: + * src/dsql/make_proto.h: + * src/dsql/metd.epp: + * src/dsql/metd_proto.h: + * src/dsql/node.h: + * src/dsql/parse.cpp: + * src/dsql/parse.y: + * src/dsql/pass1.cpp: + * src/dsql/sqlda.h: + * src/dsql/sym.h: + * src/dsql/user_dsql.cpp: + * src/dsql/utld.cpp: + * src/dudley/ddl.cpp: + * src/dudley/expand.cpp: + * src/dudley/parse.cpp: + * src/extlib/ib_udf.sql: + * src/extlib/ib_util.c: + * src/fbutil/FirebirdConfig.cpp: + * src/fbutil/FirebirdConfig.h: + * src/fbutil/FirebirdConfigFile.cpp: + * src/fbutil/FirebirdConfigFile.h: + * src/gpre/ada.cpp: + * src/gpre/c_cxx.cpp: + * src/gpre/cmd.cpp: + * src/gpre/cme.cpp: + * src/gpre/cmp.cpp: + * src/gpre/cob.cpp: + * src/gpre/dyntable.cpp: + * src/gpre/exp.cpp: + * src/gpre/form.cpp: + * src/gpre/form_trn.cpp: + * src/gpre/ftn.cpp: + * src/gpre/gpre.cpp: + * src/gpre/gpre.h: + * src/gpre/gpre_meta.epp: + * src/gpre/gpre_meta_boot.cpp: + * src/gpre/gpreswi.h: + * src/gpre/hsh.cpp: + * src/gpre/int.cpp: + * src/gpre/int_cxx.cpp: + * src/gpre/jrdmet.cpp: + * src/gpre/movg.cpp: + * src/gpre/msc.cpp: + * src/gpre/noform.cpp: + * src/gpre/par.cpp: + * src/gpre/pas.cpp: + * src/gpre/pat.cpp: + * src/gpre/pretty.cpp: + * src/gpre/sqe.cpp: + * src/gpre/sql.cpp: + * src/include/fb_blk.h: + * src/include/fb_exception.h: + * src/include/fb_string.h: + * src/include/fb_types.h: + * src/include/fb_vector.h: + * src/include/firebird.h: + * src/include/old_fb_blk.h: + * src/install/arch-specific/darwin/FrameworkInfo.plist: + * src/install/arch-specific/linux/Makefile.in: + * src/ipserver/ipc.h: + * src/ipserver/ipserver.cpp: + * src/isql/extract.epp: + * src/isql/isql.epp: + * src/isql/isql.h: + * src/isql/show.epp: + * src/journal/archive.cpp: + * src/journal/gjrn.cpp: + * src/journal/misc.cpp: + * src/journal/server.e: + * src/jrd/ail.cpp: + * src/jrd/align.cpp: + * src/jrd/all.cpp: + * src/jrd/all.h: + * src/jrd/all_old.cpp: + * src/jrd/all_old.h: + * src/jrd/all_proto.h: + * src/jrd/alt_use_sec.h: + * src/jrd/alt_use_sec.h.pre: + * src/jrd/blb.cpp: + * src/jrd/blb.h: + * src/jrd/blb_proto.h: + * src/jrd/blf_proto.h: + * src/jrd/blk.h: + * src/jrd/blob_filter.epp: + * src/jrd/blob_filter.h: + * src/jrd/block_cache.h: + * src/jrd/bookmark.cpp: + * src/jrd/btr.cpp: + * src/jrd/btr.h: + * src/jrd/builtin.cpp: + * src/jrd/cch.cpp: + * src/jrd/cch.h: + * src/jrd/cch_proto.h: + * src/jrd/cmp.cpp: + * src/jrd/cmp_proto.h: + * src/jrd/common.h: + * src/jrd/cvt.cpp: + * src/jrd/cvt2.cpp: + * src/jrd/dbg.cpp: + * src/jrd/dbg_proto.h: + * src/jrd/dbt.cpp: + * src/jrd/dfw.epp: + * src/jrd/dpm.epp: + * src/jrd/dpm_proto.h: + * src/jrd/drq.h: + * src/jrd/dsc.h: + * 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/entry.h: + * src/jrd/err.cpp: + * src/jrd/err_proto.h: + * src/jrd/event.cpp: + * src/jrd/everything.h: + * src/jrd/evl.cpp: + * src/jrd/exe.cpp: + * src/jrd/exe.h: + * src/jrd/ext.cpp: + * src/jrd/ext.h: + * src/jrd/ext_proto.h: + * src/jrd/extvms.cpp: + * src/jrd/file_params.h: + * src/jrd/filters.cpp: + * src/jrd/flu.cpp: + * src/jrd/fun.epp: + * src/jrd/fun_proto.h: + * src/jrd/gds.cpp: + * src/jrd/gds.hxx: + * src/jrd/gdsassert.h: + * src/jrd/grammar.cpp: + * src/jrd/grammar.y: + * src/jrd/grant.epp: + * src/jrd/ib_stdio.cpp: + * src/jrd/ibase.h: + * src/jrd/iberr.cpp: + * src/jrd/idx.cpp: + * src/jrd/idx_proto.h: + * src/jrd/inf.cpp: + * src/jrd/ini.epp: + * src/jrd/ini.h: + * src/jrd/intl.cpp: + * src/jrd/intlobj.h: + * src/jrd/irq.h: + * src/jrd/isc.cpp: + * src/jrd/isc.h: + * src/jrd/isc_file.cpp: + * src/jrd/isc_ipc.cpp: + * src/jrd/isc_sync.cpp: + * src/jrd/isc_sync_win32.cpp: + * src/jrd/isc_win32.cpp: + * src/jrd/jlx.c: + * src/jrd/john.make: + * src/jrd/jrd.cpp: + * src/jrd/jrd.h: + * src/jrd/jrd_blks.cpp: + * src/jrd/jrd_blks.h: + * src/jrd/jrd_proto.h: + * src/jrd/jrn.h: + * src/jrd/lck.cpp: + * src/jrd/lck.h: + * src/jrd/license.h: + * src/jrd/lls.h: + * src/jrd/log.cpp: + * src/jrd/log.h: + * src/jrd/map.cpp: + * src/jrd/mblr.cpp: + * src/jrd/met.epp: + * src/jrd/met.h: + * src/jrd/met_proto.h: + * src/jrd/misc.cpp: + * src/jrd/msg.h: + * src/jrd/nav.cpp: + * src/jrd/nav_proto.h: + * src/jrd/netware.cpp: + * src/jrd/old.cpp: + * src/jrd/opt.cpp: + * src/jrd/opt_proto.h: + * src/jrd/os2.cpp: + * src/jrd/pag.cpp: + * src/jrd/pag.h: + * src/jrd/par.cpp: + * src/jrd/par_proto.h: + * src/jrd/pcmet.epp: + * src/jrd/perf.cpp: + * src/jrd/pio.h: + * src/jrd/pwd.cpp: + * src/jrd/pwd.h: + * src/jrd/pwd_proto.h: + * src/jrd/qatest.cpp: + * src/jrd/rec.cpp: + * src/jrd/req.h: + * src/jrd/rlck.cpp: + * src/jrd/rng.cpp: + * src/jrd/rng.h: + * src/jrd/rse.cpp: + * src/jrd/rse.h: + * src/jrd/rse_proto.h: + * src/jrd/sbm.cpp: + * src/jrd/sbm.h: + * src/jrd/scl.epp: + * src/jrd/scl.h: + * src/jrd/sdl.h: + * src/jrd/sdl_proto.h: + * src/jrd/sdw.cpp: + * src/jrd/sdw.h: + * src/jrd/shdef.h: + * src/jrd/shut.cpp: + * src/jrd/smp.h: + * src/jrd/smp_impl.h: + * src/jrd/sort.cpp: + * src/jrd/sort.h: + * src/jrd/sqz.cpp: + * src/jrd/sqz.h: + * src/jrd/sqz_proto.h: + * src/jrd/stats.epp: + * src/jrd/svc.cpp: + * src/jrd/svc.h: + * src/jrd/svc_proto.h: + * src/jrd/sym.cpp: + * src/jrd/thd.cpp: + * src/jrd/thd.h: + * src/jrd/thd_win32.cpp: + * src/jrd/time.h: + * src/jrd/tpc.cpp: + * src/jrd/tpc.h: + * src/jrd/tra.cpp: + * src/jrd/tra.h: + * src/jrd/tra_proto.h: + * src/jrd/trig.h: + * src/jrd/unix.cpp: + * src/jrd/val.cpp: + * src/jrd/val.h: + * src/jrd/vio.cpp: + * src/jrd/vio_proto.h: + * src/jrd/vms.cpp: + * src/jrd/why.c: + * src/jrd/windows.cpp: + * src/jrd/winnt.cpp: + * src/jrd/y-valve.cpp: + * src/lock/lock.cpp: + * src/lock/print.cpp: + * src/make.defaults: + * src/make.new/Makefile.in.alice: + * src/make.new/Makefile.in.burp: + * src/make.new/Makefile.in.client: + * src/make.new/Makefile.in.dsql: + * src/make.new/Makefile.in.dudley: + * src/make.new/Makefile.in.example5: + * 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.install: + * 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: + * src/make.new/make.shared.variables: + * src/make.new/prefix.darwin: + * src/make.new/prefix.linux: + * src/make.platform: + * src/make.rules: + * src/make.shared.variables: + * src/makefiles/bind_gds.aix_ppc: + * src/makefiles/bind_gds_s.im: + * src/makefiles/bind_gds_s.sco: + * src/makefiles/bind_gdsintl.aix_ppc: + * src/makefiles/boot.sfx.interbase: + * src/makefiles/buildRefDatabases: + * src/makefiles/prefix.darwin: + * src/makefiles/prefix.freebsd: + * src/makefiles/prefix.linux: + * src/makefiles/prefix.netbsd: + * src/makefiles/prefix.solx86: + * src/makefiles/sfx.jrd: + * src/makefiles/sfx.pipe: + * src/misc/fb_boilerplate.h: + * src/pipe/head.cpp: + * src/pipe/pipe.h: + * src/qli/all.cpp: + * src/qli/dtr.cpp: + * src/qli/dtr.h: + * src/qli/err.cpp: + * src/qli/eval.cpp: + * src/qli/exe.cpp: + * src/qli/gener.cpp: + * src/qli/mov.cpp: + * src/remote/allr.cpp: + * src/remote/decne_proto.h: + * src/remote/decnet.cpp: + * src/remote/decnet_server.cpp: + * src/remote/dnet.cpp: + * src/remote/dnet_proto.h: + * src/remote/dnet_server.cpp: + * src/remote/inet.cpp: + * src/remote/inet_server.cpp: + * src/remote/interface.cpp: + * src/remote/parser.cpp: + * src/remote/protocol.h: + * src/remote/remote.h: + * src/remote/server.cpp: + * src/remote/srvr_w32.cpp: + * src/remote/xdr_proto.h: + * src/utilities/create_db.cpp: + * src/utilities/dba.epp: + * src/utilities/dba_full.epp: + * src/utilities/drop.cpp: + * src/utilities/gsec.cpp: + * src/utilities/gsec.h: + * src/utilities/guard.cpp: + * src/utilities/ibmgr.cpp: + * src/utilities/ibmgr.h: + * src/utilities/ibmgrswi.h: + * src/utilities/sbc_print.cpp: + * src/utilities/srvrmgr.cpp: + * src/utilities/util.cpp: + * src/wal/wal_prnt.cpp: + * src/wal/walw.cpp: + * src/wal/wstatus.cpp: + New C++ memory pool + + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + increment build number + +2001-11-02 tamlin + * src/dsql/alld.cpp: + * src/jrd/winnt.cpp: + Synch with FB1 changes. + + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + increment build number + +2001-10-18 bellardo + * src/misc/writeBuildNum.sh: + increment build number + + * src/make.new/prefix.darwin: + Testing syncmail some more. + +2001-10-17 bellardo + * src/isql/isql.epp: + Added missing paren. + + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + * src/misc/writeBuildNum.sh: + increment build number + + * src/isql/isql.epp: + * src/make.new/Makefile.in.extlib: + * src/make.new/Makefile.in.intl: + * src/make.new/make.rules: + * src/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-09-18 awharrison + * src/jrd/dfw.epp: + release external files after table deletion + +2001-08-27 skywalker + * 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/config/config.h.in: + * src/make.new/make.defaults: + * src/make.new/make.rules: + 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 skywalker + * src/fbutil/FirebirdConfig.cpp: + * src/fbutil/FirebirdConfig.h: + * src/fbutil/FirebirdConfigFile.cpp: + * src/fbutil/FirebirdConfigFile.h: + * src/jrd/jrd.cpp: + * src/make.new/Makefile.in.burp: + * src/make.new/Makefile.in.fbutil: + * src/make.new/Makefile.in.firebird: + * src/make.new/Makefile.in.gpre: + * src/make.new/Makefile.in.lock: + * src/make.new/make.rules: + Changes to read /etc/firebird.conf file + +2001-08-20 skywalker + * src/fbutil/FirebirdConfig.cpp: + * src/fbutil/FirebirdConfig.h: + * src/fbutil/FirebirdConfigFile.cpp: + * src/fbutil/FirebirdConfigFile.h: + * src/install/Makefile.in: + * src/install/classic/CSinstall.sh: + * src/jrd/file_params.h: + * src/jrd/gds.cpp: + * src/jrd/isc.cpp: + * src/make.new/Makefile.in.firebird: + * src/make.new/make.defaults: + * src/make.new/make.rules: + * src/make.new/make.shared.variables: + Partial change to load RootDirectory from /etc/firebird.conf file + plus some more install/compile things + +2001-08-15 skywalker + * src/install/classic/CSTarInstall.sh: + * src/make.new/Makefile.in.firebird: + * src/msgs/change_msgs.epp: + * src/msgs/enter_msgs.epp: + * src/msgs/modify_msgs.epp: + Fix some simple void main() declarations, and the clean directive + + * 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) + + * configure: + * configure.in: + * src/jrd/build_no.h: + * src/make.new/config/config.h.in: + * src/misc/writeBuildNum.sh: + Updated the build num process + +2001-08-14 skywalker + * 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 skywalker + * 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 seanleyne + * src/jrd/ext.cpp: + * src/jrd/pag.cpp: + * src/utilities/ppg.cpp: + Code Cleanup, removed "#ifdef READONLY_DATABASE" conditionals + second attempt + +2001-08-07 bellardo + * src/make.new/prefix.darwin: + Some more work to get FB2 building on Darwin. + + * 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.example5: + * src/make.new/Makefile.in.fbutil: + * src/make.new/Makefile.in.firebird: + * src/make.new/Makefile.in.gpre: + * 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.remote: + * src/make.new/Makefile.in.utilities: + * src/make.new/Makefile.in.wal: + * src/make.new/make.defaults: + * src/make.new/make.shared.variables: + * src/make.new/prefix.darwin: + Updated build system to remove jrd_static.a, and make it possible to build + completely statically linked executables. + + * src/install/arch-specific/darwin/FrameworkInfo.plist: + The framework properties file for FB2 + +2001-08-06 skywalker + * src/make.new/Makefile.in.dudley: + * src/make.new/Makefile.in.intl: + * src/make.new/Makefile.in.jrd: + * src/make.new/Makefile.in.utilities: + * src/make.new/make.rules: + * src/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-06 bellardo + * src/make.new/Makefile.in.msgs: + Changed makefile so msgs objects were placed in gen/msgs, not + src/msgs. + + * 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-05 bellardo + * src/include/gen/autoconfig.h: + autoconf.h should not be in the source tree. It is generated + by configure. + +2001-08-04 bellardo + * src/install/arch-specific/darwin/Makefile.in: + An empty install makefile for Darwin. + + * 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/config/config.h.in: + * src/make.new/make.defaults: + * src/make.new/make.rules: + * src/make.new/prefix.darwin: + First round of changes to FB2 to get the Darwin build working + again. + +2001-08-02 skywalker + * 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 skywalker + * src/fbutil/FirebirdConfig.cpp: + * src/make.new/Makefile.in.alice: + * src/make.new/Makefile.in.dsql: + * src/make.new/Makefile.in.fbutil: + * src/make.new/Makefile.in.gpre: + * src/make.new/Makefile.in.jrd: + * src/make.new/Makefile.in.lock: + * src/make.new/Makefile.in.pipe: + * 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: + More simple changes to move to new make format + + * src/install/Makefile.in: + * src/install/arch-specific/linux/CSrpmscript: + * src/install/arch-specific/linux/Makefile.in: + * src/install/arch-specific/linux/SSrpmscript: + * 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/CSrpmheader.txt: + * src/install/misc/CSchangeRunUser.sh: + * src/install/misc/CSrestoreRootRunUser.sh: + * src/install/misc/README: + * src/install/misc/SSchangeRunUser.sh: + * src/install/misc/SSrestoreRootRunUser.sh: + * src/install/misc/changeDBAPassword.sh: + * src/install/misc/firebird.init.d.generic: + * src/install/misc/firebird.init.d.mandrake: + * src/install/misc/firebird.xinetd: + * src/install/super/SSTarInstall.sh: + * src/install/super/SSchangePasswd.sh: + * src/install/super/SSinstall.sh: + * src/install/super/SSpostinstall.sh: + * src/install/super/SSpostuninstall.sh: + * src/install/super/SSpreinstall.sh: + * src/install/super/SSpreuninstall.sh: + * src/install/super/SSrpmfiles.txt: + * src/install/super/SSrpmheader.txt: + Added the linux/unix install to fb2 + also modified a bit to start working with autoconf + + * 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/utilities/dbaswi.h: + * src/utilities/ibmgrswi.h: + More changes to straighten out compile, fix up makefiles to build + into GEN_ROOT directory + +2001-07-31 skywalker + * configure: + * configure.in: + Modified to use new makefiles + + * 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-29 skywalker + * src/include/gen/README.txt: + * src/include/gen/autoconfig.h: + * src/include/gen/blrtable.h: + * src/include/gen/codes.h: + * src/include/gen/codetext.h: + * src/include/gen/files.txt: + * src/include/gen/gds_codes.ftn: + * src/include/gen/gds_codes.pas: + * src/include/gen/iberror.h: + * src/include/gen/ids.h: + * src/include/gen/msg_facs.h: + * src/include/gen/msgs.h: + * src/include/gen/rdb_codes.h: + * src/include/gen/sql_code.h: + These files are all generated by programs in jrd, mainly codes.epp + + * src/jrd/aif.cpp: + * src/jrd/ail.cpp: + * src/jrd/align.cpp: + * src/jrd/all.cpp: + * src/jrd/alt.cpp: + * src/jrd/alt_use_sec.h.pre: + * src/jrd/blb.cpp: + * src/jrd/blb_proto.h: + * src/jrd/blob_filter.epp: + * src/jrd/blp.h: + * src/jrd/blrtable.cpp: + * src/jrd/bookmark.cpp: + * src/jrd/btr.cpp: + * src/jrd/builtin.cpp: + * src/jrd/cch.cpp: + * src/jrd/cmp.cpp: + * src/jrd/codes.epp: + * src/jrd/codes.h: + * src/jrd/codetext.h: + * src/jrd/common.h: + * src/jrd/cvt.cpp: + * src/jrd/cvt2.cpp: + * src/jrd/dbg.cpp: + * src/jrd/dbt.cpp: + * src/jrd/dfloat_stub.cpp: + * src/jrd/dfw.epp: + * src/jrd/divorce.cpp: + * src/jrd/dllshell.cpp: + * src/jrd/dls.cpp: + * src/jrd/dmp.cpp: + * src/jrd/dpm.epp: + * src/jrd/dsc.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/enc.cpp: + * src/jrd/envelope.epp: + * src/jrd/err.cpp: + * src/jrd/event.cpp: + * src/jrd/evl.cpp: + * src/jrd/evl_like.cpp: + * src/jrd/exe.cpp: + * src/jrd/ext.cpp: + * src/jrd/extvms.cpp: + * src/jrd/file_params.h: + * src/jrd/filters.cpp: + * src/jrd/flu.cpp: + * src/jrd/fun.epp: + * src/jrd/functions.cpp: + * src/jrd/gds.cpp: + * src/jrd/gds.h: + * src/jrd/gdsold.h: + * src/jrd/grammar.cpp: + * src/jrd/grant.epp: + * src/jrd/ib_stdio.cpp: + * src/jrd/ibase.h: + * src/jrd/iberr.cpp: + * src/jrd/ibinitdll.cpp: + * src/jrd/ids.h: + * src/jrd/idx.cpp: + * src/jrd/inf.cpp: + * src/jrd/ini.epp: + * src/jrd/intl.cpp: + * src/jrd/inuse.cpp: + * src/jrd/isc.cpp: + * src/jrd/isc_cray.cpp: + * src/jrd/isc_file.cpp: + * src/jrd/isc_ipc.cpp: + * src/jrd/isc_proto.h: + * src/jrd/isc_sync.cpp: + * src/jrd/isc_sync_win32.cpp: + * src/jrd/isc_win32.cpp: + * src/jrd/jio.cpp: + * src/jrd/jlx.c: + * src/jrd/jlx.cpp: + * src/jrd/jrd.cpp: + * src/jrd/jrn.cpp: + * src/jrd/kanji.cpp: + * src/jrd/lan.cpp: + * src/jrd/lck.cpp: + * src/jrd/lck.h: + * src/jrd/lck_dummy.cpp: + * src/jrd/llio.cpp: + * src/jrd/log.cpp: + * src/jrd/loiter.cpp: + * src/jrd/map.cpp: + * src/jrd/math.cpp: + * src/jrd/mblr.cpp: + * src/jrd/mem.cpp: + * src/jrd/memtest.cpp: + * src/jrd/met.epp: + * src/jrd/misc.cpp: + * src/jrd/mov.cpp: + * src/jrd/msg_facs.h: + * src/jrd/msgs.h: + * src/jrd/nav.cpp: + * src/jrd/netware.cpp: + * src/jrd/nodebug.cpp: + * src/jrd/old.cpp: + * src/jrd/opt.cpp: + * src/jrd/os2.cpp: + * src/jrd/pag.cpp: + * src/jrd/par.cpp: + * src/jrd/pcmet.epp: + * src/jrd/pcsleep.cpp: + * src/jrd/perf.cpp: + * src/jrd/print.cpp: + * src/jrd/pwd.cpp: + * src/jrd/qatest.cpp: + * src/jrd/quad.cpp: + * src/jrd/rdb.cpp: + * src/jrd/rdbgpas.cpp: + * src/jrd/rdbint.cpp: + * src/jrd/rec.cpp: + * src/jrd/relations.h: + * src/jrd/rlck.cpp: + * src/jrd/rng.cpp: + * src/jrd/rse.cpp: + * src/jrd/sbm.cpp: + * src/jrd/sch.cpp: + * src/jrd/scl.epp: + * src/jrd/sdl.cpp: + * src/jrd/sdw.cpp: + * src/jrd/shrfinit.cpp: + * src/jrd/shrinit.cpp: + * src/jrd/shut.cpp: + * src/jrd/sort.cpp: + * src/jrd/sql_code.h: + * src/jrd/sqz.cpp: + * src/jrd/stats.epp: + * src/jrd/status.cpp: + * src/jrd/stubs.cpp: + * src/jrd/sun_ftn.cpp: + * src/jrd/svc.cpp: + * src/jrd/sym.cpp: + * src/jrd/thd.cpp: + * src/jrd/thd_win32.cpp: + * src/jrd/time.h: + * src/jrd/tpc.cpp: + * src/jrd/tra.cpp: + * src/jrd/unix.cpp: + * src/jrd/utl.cpp: + * src/jrd/val.cpp: + * src/jrd/vio.cpp: + * src/jrd/vms.cpp: + * src/jrd/vms_command.cpp: + * src/jrd/vmsevent.cpp: + * src/jrd/vmslock.cpp: + * src/jrd/vmsthread.cpp: + * src/jrd/why.c: + * src/jrd/windows.cpp: + * src/jrd/winnt.cpp: + * src/jrd/winnt_dll.cpp: + Changes to compile fb2 under autoconf includes some structural changes + + * src/alice/alice.cpp: + * src/alice/alice.h: + * src/alice/alice_meta.epp: + * src/alice/aliceswi.h: + * src/alice/all.cpp: + * src/alice/exe.cpp: + * src/alice/tdr.cpp: + * src/burp/backup.epp: + * src/burp/burp.cpp: + * src/burp/burp.h: + * src/burp/canonical.cpp: + * src/burp/misc.cpp: + * src/burp/mvol.cpp: + * src/burp/restore.epp: + * src/burp/spit.cpp: + * src/csv/csi.cpp: + * src/csv/css.cpp: + * src/csv/csu.cpp: + * src/csv/csv.cpp: + * src/csv/print.cpp: + * src/dsql/alld.cpp: + * src/dsql/array.epp: + * src/dsql/blob.epp: + * src/dsql/ddl.cpp: + * src/dsql/dsql.cpp: + * src/dsql/errd.cpp: + * src/dsql/gen.cpp: + * src/dsql/hsh.cpp: + * src/dsql/keywords.h: + * src/dsql/make.cpp: + * src/dsql/metd.epp: + * src/dsql/movd.cpp: + * src/dsql/parse.cpp: + * src/dsql/parse.y: + * src/dsql/pass1.cpp: + * src/dsql/preparse.cpp: + * src/dsql/user_dsql.cpp: + * src/dsql/utld.cpp: + * src/dudley/ddl.cpp: + * src/dudley/exe.epp: + * src/dudley/expand.cpp: + * src/dudley/expr.cpp: + * src/dudley/extract.epp: + * src/dudley/generate.cpp: + * src/dudley/hsh.cpp: + * src/dudley/lex.cpp: + * src/dudley/parse.cpp: + * src/dudley/trn.cpp: + * src/extlib/ib_udf.c: + * src/extlib/ib_util.c: + * src/gpre/ada.cpp: + * src/gpre/c_cxx.cpp: + * src/gpre/cmd.cpp: + * src/gpre/cme.cpp: + * src/gpre/cmp.cpp: + * src/gpre/cob.cpp: + * src/gpre/dyntable.cpp: + * src/gpre/exp.cpp: + * src/gpre/form.cpp: + * src/gpre/form_trn.cpp: + * src/gpre/ftn.cpp: + * src/gpre/gpre.cpp: + * src/gpre/gpre_meta.epp: + * src/gpre/gpre_meta_boot.cpp: + * src/gpre/hsh.cpp: + * src/gpre/hsh.h: + * src/gpre/int.cpp: + * src/gpre/int_cxx.cpp: + * src/gpre/jrdmet.cpp: + * src/gpre/movg.cpp: + * src/gpre/msc.cpp: + * src/gpre/noform.cpp: + * src/gpre/par.cpp: + * src/gpre/pas.cpp: + * src/gpre/pat.cpp: + * src/gpre/pretty.cpp: + * src/gpre/sqe.cpp: + * src/gpre/sql.cpp: + * src/intl/cs_big5.c: + * src/intl/cs_gb2312.c: + * src/intl/cs_jis.c: + * src/intl/cs_jis_20208_1990.c: + * src/intl/cs_ksc.c: + * src/intl/cs_narrow.c: + * src/intl/cs_unicode.c: + * src/intl/cs_utffss.c: + * 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/dtest.c: + * src/intl/dtest2.c: + * 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.c: + * src/intl/ld2.c: + * src/intl/ld_proto.h: + * src/intl/mapcompare.cpp: + * src/intl/mapdump.c: + * src/intl/mapgen4.c: + * src/intl/maptest.cpp: + * src/intl/maptest2.c: + * src/ipserver/alli.cpp: + * src/ipserver/ipcevent.cpp: + * src/ipserver/ipclient.cpp: + * src/ipserver/ipserver.cpp: + * src/iscguard/cntl_guard.cpp: + * src/iscguard/iscguard.cpp: + * src/iscguard/iscguard_utils.cpp: + * src/isql/extract.epp: + * src/isql/isql.epp: + * src/isql/isql_win.cpp: + * src/isql/show.epp: + * src/journal/archive.cpp: + * src/journal/console.cpp: + * src/journal/gjrn.cpp: + * src/journal/misc.cpp: + * src/journal/oldr.cpp: + * src/lock/driver.cpp: + * src/lock/lock.cpp: + * src/lock/manager.cpp: + * src/lock/pls.cpp: + * src/lock/plserver.cpp: + * src/lock/print.cpp: + * src/lock/printv3.cpp: + * src/lock/printv3s4.cpp: + * src/lock/reset.cpp: + * src/lock/ulimit.cpp: + * src/make.new/Makefile.in.alice: + * src/make.new/Makefile.in.burp: + * src/make.new/Makefile.in.client: + * src/make.new/Makefile.in.csv: + * src/make.new/Makefile.in.dsql: + * src/make.new/Makefile.in.dudley: + * src/make.new/Makefile.in.example5: + * src/make.new/Makefile.in.extlib: + * 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.journal: + * 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/README.makefiles: + * src/make.new/config/config.guess: + * src/make.new/config/config.h.in: + * src/make.new/config/config.log: + * src/make.new/config/config.sub: + * src/make.new/config/install-sh: + * src/make.new/make.defaults: + * src/make.new/make.rules: + * src/make.new/make.shared.variables: + * src/make.new/prefix.darwin: + * src/make.new/prefix.example: + * src/make.new/prefix.linux: + * src/misc/fb_boilerplate.h: + * src/misc/gds_header.txt: + * src/misc/metadata.sql: + * src/misc/status.cpp: + * src/msgs/build_file.epp: + * src/msgs/change_msgs.epp: + * src/msgs/check_msgs.epp: + * src/msgs/enter_msgs.epp: + * src/msgs/include.epp: + * src/msgs/load.epp: + * src/msgs/modify_msgs.epp: + * src/msgs/msg.gbak: + * src/pipe/allp.cpp: + * src/pipe/foot.cpp: + * src/pipe/head.cpp: + * src/pipe/head5.cpp: + * src/qli/all.cpp: + * src/qli/command.cpp: + * src/qli/compile.cpp: + * src/qli/dtr.cpp: + * src/qli/err.cpp: + * src/qli/eval.cpp: + * src/qli/exe.cpp: + * src/qli/expand.cpp: + * src/qli/form.cpp: + * src/qli/format.cpp: + * src/qli/format.h: + * src/qli/gener.cpp: + * src/qli/help.epp: + * src/qli/hsh.cpp: + * src/qli/lex.cpp: + * src/qli/meta.epp: + * src/qli/mov.cpp: + * src/qli/noform.cpp: + * src/qli/nounix.cpp: + * src/qli/parse.cpp: + * src/qli/picstr.cpp: + * src/qli/proc.epp: + * src/qli/report.cpp: + * src/qli/show.epp: + * src/qli/words.h: + * src/remote/allr.cpp: + * src/remote/chop.cpp: + * src/remote/chuser.cpp: + * src/remote/cntl.cpp: + * src/remote/decnet.cpp: + * src/remote/decnet_server.cpp: + * src/remote/divorce.cpp: + * src/remote/dllshell.cpp: + * src/remote/dnet.cpp: + * src/remote/dnet_server.cpp: + * src/remote/faux.cpp: + * src/remote/ibconfig.cpp: + * src/remote/inet.cpp: + * src/remote/inet_server.cpp: + * src/remote/interface.cpp: + * src/remote/ipc.cpp: + * src/remote/ipc_server.cpp: + * src/remote/merge.cpp: + * src/remote/mgr.cpp: + * src/remote/multivx.cpp: + * src/remote/netwcon.cpp: + * src/remote/nt_server.cpp: + * src/remote/ntoh.cpp: + * src/remote/nwserv.cpp: + * src/remote/parser.cpp: + * src/remote/property.cpp: + * src/remote/protocol.cpp: + * src/remote/remote.cpp: + * src/remote/remote_def.h: + * src/remote/server.cpp: + * src/remote/spxesr.cpp: + * src/remote/spxnet.cpp: + * src/remote/spxnet32.cpp: + * src/remote/spxwin.cpp: + * src/remote/srvr_w32.cpp: + * src/remote/ucx.cpp: + * src/remote/wfwnp.cpp: + * src/remote/window.cpp: + * src/remote/winmain.cpp: + * src/remote/winvx.cpp: + * src/remote/wnet.cpp: + * src/remote/xdr.cpp: + * src/remote/xnet.cpp: + * src/utilities/analyse.cpp: + * src/utilities/cache.cpp: + * src/utilities/cmd_util.cpp: + * src/utilities/create_db.cpp: + * src/utilities/dba.epp: + * src/utilities/dba_full.epp: + * src/utilities/drop.cpp: + * src/utilities/dropv3.cpp: + * src/utilities/gsec.cpp: + * src/utilities/gsecswi.h: + * src/utilities/guard.cpp: + * src/utilities/ibmgr.cpp: + * src/utilities/install_reg.cpp: + * src/utilities/install_svc.cpp: + * src/utilities/ppg.cpp: + * src/utilities/print_pool.cpp: + * src/utilities/rebuild.cpp: + * src/utilities/registry.cpp: + * src/utilities/relay.cpp: + * src/utilities/rmet.epp: + * src/utilities/rstore.epp: + * src/utilities/run_service.cpp: + * src/utilities/sbc_print.cpp: + * src/utilities/security.epp: + * src/utilities/services.cpp: + * src/utilities/srvrmgr.cpp: + * src/utilities/util.cpp: + * src/utilities/v2_dmp.cpp: + * src/v5_examples/empbld.sql: + * src/v5_examples/empbuild.c: + * src/v5_examples/intlbld.sql: + * src/v5_examples/intlddl.sql: + * src/wal/driver.cpp: + * src/wal/wal.cpp: + * src/wal/wal.h: + * src/wal/wal_prnt.cpp: + * src/wal/walc.cpp: + * src/wal/walf.cpp: + * src/wal/walr.cpp: + * src/wal/walw.cpp: + * src/wal/walw_main.cpp: + * src/wal/wstatus.cpp: + Global changes for new Makefile and firebird2 compile on linux + + * src/include/fb_types.h: + * src/include/firebird.h: + Added new firebird.h global header + +2001-07-23 skywalker + * src/v5_examples/align.h: + * src/v5_examples/api1.c: + * src/v5_examples/api10.c: + * src/v5_examples/api11.c: + * src/v5_examples/api12.c: + * src/v5_examples/api13.c: + * src/v5_examples/api14.e: + * src/v5_examples/api15.c: + * src/v5_examples/api16.c: + * src/v5_examples/api16t.c: + * src/v5_examples/api2.c: + * src/v5_examples/api3.c: + * src/v5_examples/api4.c: + * src/v5_examples/api5.c: + * src/v5_examples/api6.c: + * src/v5_examples/api7.c: + * src/v5_examples/api8.c: + * src/v5_examples/api9.c: + * src/v5_examples/api9f.c: + * src/v5_examples/api9f.def: + * src/v5_examples/api9f.sql: + * src/v5_examples/apifull.c: + * src/v5_examples/dyn1.e: + * src/v5_examples/dyn2.e: + * src/v5_examples/dyn3.e: + * src/v5_examples/dyn4.e: + * src/v5_examples/dyn5.e: + * src/v5_examples/dynfull.e: + * src/v5_examples/empbld.sql: + * src/v5_examples/empbuild.c: + * src/v5_examples/empbuild.e: + * src/v5_examples/empddl.sql: + * src/v5_examples/empdml.sql: + * src/v5_examples/employe2.sql: + * src/v5_examples/example.def: + * src/v5_examples/example.h: + * src/v5_examples/example.mak: + * src/v5_examples/functions.c: + * src/v5_examples/indexoff.sql: + * src/v5_examples/indexon.sql: + * src/v5_examples/intlbld.e: + * src/v5_examples/intlbld.sql: + * src/v5_examples/intlddl.sql: + * src/v5_examples/intldml.sql: + * src/v5_examples/job.inp: + * src/v5_examples/lang.inp: + * src/v5_examples/makefile.mak: + * src/v5_examples/makefile.old: + * src/v5_examples/prefix.hp10: + * src/v5_examples/prefix.linux: + * src/v5_examples/prefix.sco_ev: + * src/v5_examples/prefix.solaris: + * src/v5_examples/prefix.win32_bc: + * src/v5_examples/prefix.win32_msc: + * src/v5_examples/proj.inp: + * src/v5_examples/qtr.inp: + * src/v5_examples/readme: + * src/v5_examples/sfx.unix_makefile: + * src/v5_examples/sfx.win32_makefile: + * src/v5_examples/stat1.e: + * src/v5_examples/stat10.e: + * src/v5_examples/stat11.e: + * src/v5_examples/stat12.e: + * src/v5_examples/stat12t.e: + * src/v5_examples/stat2.e: + * src/v5_examples/stat3.e: + * src/v5_examples/stat4.e: + * src/v5_examples/stat5.e: + * src/v5_examples/stat6.e: + * src/v5_examples/stat7.e: + * src/v5_examples/stat8.e: + * src/v5_examples/stat9.e: + * src/v5_examples/udf.sql: + * src/v5_examples/udflib.c: + * src/v5_examples/udflib.def: + * src/v5_examples/winevent.c: + * src/v5_examples/winevent.def: + * src/v5_examples/winevent.rc: + Added v5_examples to the firebird2 tree + +2001-07-14 skywalker + * src/dsql/dsql.cpp: + Fix simple syntax errors + +2001-07-12 bellardo + * src/alice/alice.cpp: + * src/alice/alice.h: + * src/burp/burp.cpp: + * src/burp/burp.h: + * src/burp/mvol.cpp: + * src/burp/spit.cpp: + * src/dsql/ddl.cpp: + * src/dsql/dsql.cpp: + * src/dsql/errd.cpp: + * src/dsql/node.h: + * src/dsql/parse.sed: + * src/dsql/parse.y: + * src/dudley/ddl.cpp: + * src/dudley/expand.cpp: + * src/dudley/expr.cpp: + * src/dudley/generate.cpp: + * src/dudley/lex.cpp: + * src/dudley/parse.cpp: + * src/dudley/trn.cpp: + * src/gpre/ada.cpp: + * src/gpre/c_cxx.cpp: + * src/gpre/cmd.cpp: + * src/gpre/cmp.cpp: + * src/gpre/cob.cpp: + * src/gpre/exp.cpp: + * src/gpre/form.cpp: + * src/gpre/ftn.cpp: + * src/gpre/gpre.cpp: + * src/gpre/gpre_meta.h: + * src/gpre/gpreswi.h: + * src/gpre/hsh.cpp: + * src/gpre/lang_proto.h: + * src/gpre/par.cpp: + * src/gpre/parse.h: + * src/gpre/pat.h: + * src/gpre/pretty.cpp: + * src/include/jrd/gds.h: + * src/isql/isql.h: + * src/jrd/ail.cpp: + * src/jrd/alt.cpp: + * src/jrd/blb.cpp: + * src/jrd/blf_proto.h: + * src/jrd/blob_filter.h: + * src/jrd/cch.cpp: + * src/jrd/cmp.cpp: + * src/jrd/common.h: + * src/jrd/cvt.cpp: + * src/jrd/dbg.cpp: + * src/jrd/divorce.cpp: + * src/jrd/dyn.h: + * src/jrd/dyn_md_proto.h: + * src/jrd/enc.cpp: + * src/jrd/err.cpp: + * src/jrd/err_proto.h: + * src/jrd/event.cpp: + * src/jrd/evl.cpp: + * src/jrd/exe.cpp: + * src/jrd/file_params.h: + * src/jrd/filters.cpp: + * src/jrd/flu.cpp: + * src/jrd/functions.cpp: + * src/jrd/gds.cpp: + * src/jrd/gds_proto.h: + * src/jrd/gdsold.h: + * src/jrd/ibase.h: + * src/jrd/iberr.h: + * src/jrd/idx.cpp: + * src/jrd/isc.cpp: + * src/jrd/isc_file.cpp: + * src/jrd/isc_i_proto.h: + * src/jrd/isc_ipc.cpp: + * src/jrd/isc_s_proto.h: + * src/jrd/isc_sync.cpp: + * src/jrd/jio.cpp: + * src/jrd/jrd.cpp: + * src/jrd/jrd.h: + * src/jrd/jrn.cpp: + * src/jrd/lck.cpp: + * src/jrd/lck.h: + * src/jrd/license.h: + * src/jrd/llio.cpp: + * src/jrd/old.cpp: + * src/jrd/pag.cpp: + * src/jrd/par.cpp: + * src/jrd/perf.cpp: + * src/jrd/perf.h: + * src/jrd/pwd.cpp: + * src/jrd/pwd.h: + * src/jrd/rse.cpp: + * src/jrd/sbm_proto.h: + * src/jrd/sort.cpp: + * src/jrd/svc.cpp: + * src/jrd/thd.cpp: + * src/jrd/thd.h: + * src/jrd/time.h: + * src/jrd/unix.cpp: + * src/jrd/utl.cpp: + * src/jrd/val.cpp: + * src/jrd/vio_debug.h: + * src/jrd/why.c: + * src/lock/lock.cpp: + * src/lock/lock.h: + * src/lock/lockv3.h: + * src/lock/manager.cpp: + * src/lock/print.cpp: + * src/lock/printv3.cpp: + * src/lock/prtv3_proto.h: + * src/pipe/allp.cpp: + * src/pipe/head.cpp: + * src/qli/all.cpp: + * src/qli/command.cpp: + * src/qli/compile.cpp: + * src/qli/dtr.cpp: + * src/qli/err.cpp: + * src/qli/eval.cpp: + * src/qli/exe.cpp: + * src/qli/expand.cpp: + * src/qli/form.cpp: + * src/qli/format.cpp: + * src/qli/gener.cpp: + * src/qli/hsh.cpp: + * src/qli/lex.cpp: + * src/qli/mov.cpp: + * src/qli/parse.cpp: + * src/qli/picstr.cpp: + * src/qli/procddl4.h: + * src/qli/report.cpp: + * src/remote/inet.cpp: + * src/remote/inet_server.cpp: + * src/remote/interface.cpp: + * src/remote/protocol.h: + * src/remote/remote.cpp: + * src/remote/remote_def.h: + * src/utilities/drop.cpp: + * src/utilities/dropv3.cpp: + * src/utilities/gsec.cpp: + * src/utilities/relay.cpp: + * src/wal/wal.cpp: + * src/wal/walc.cpp: + * src/wal/walw.cpp: + Changes to bring FB2 to c++ on *nix. + + * 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/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/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/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/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/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/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/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. + + * src/makefiles/config/config.h.in: + Added support for HAVE_SIGNAL_H. + + * configure: + * src/makefiles/config/configure.in: + Added ability to create needed symlinks (objs/source) to the + configure script. + + * configure: + * src/makefiles/config/configure.in: + Added HAVE_SIGNAL_H to autoconf. + + * src/makefiles/prefix.darwin: + Added the FOUNDATION_LINK macro. + +2001-07-10 awharrison + * src/alice/alice.cpp: + * src/alice/aliceswi.h: + * src/alice/exe.cpp: + * src/burp/backup.e: + * src/burp/burp.cpp: + * src/burp/burpswi.h: + * src/burp/restore.e: + * src/dsql/ddl.cpp: + * src/dsql/dsql.cpp: + * src/jrd/blb.cpp: + * src/jrd/cch.cpp: + * src/jrd/common.h: + * src/jrd/dpm.e: + * src/jrd/ext.cpp: + * src/jrd/inf.cpp: + * src/jrd/ini.e: + * src/jrd/jrd.cpp: + * src/jrd/met.e: + * src/jrd/netware.cpp: + * src/jrd/pag.cpp: + * src/jrd/rlck.cpp: + * src/jrd/tra.cpp: + * src/jrd/unix.cpp: + * src/jrd/vio.cpp: + * src/jrd/winnt.cpp: + * src/utilities/dba.e: + read only databases are supported unconditionally in fb2 + +2001-05-24 tamlin + * src/alice/tdr.cpp: + * src/burp/misc.cpp: + * src/dsql/all.h: + * src/dsql/alld.cpp: + * src/dsql/alld_proto.h: + * src/dsql/dsql.cpp: + * src/dsql/hsh.cpp: + * src/gpre/gpre.cpp: + * src/ipserver/alli.cpp: + * src/ipserver/alli_proto.h: + * src/ipserver/ipserver.cpp: + * src/jrd/blp.h: + * src/jrd/event.cpp: + * src/jrd/evl.cpp: + * src/jrd/ext.cpp: + * src/jrd/flu.cpp: + * src/jrd/gds.cpp: + * src/jrd/gds_proto.h: + * src/jrd/sdl.cpp: + * src/jrd/svc.cpp: + * src/jrd/svc.h: + * src/jrd/thd_proto.h: + * src/jrd/thd_win32.cpp: + * src/jrd/tra.cpp: + * src/jrd/utl.cpp: + * src/remote/allr.cpp: + * src/remote/interface.cpp: + * src/remote/remote.h: + * src/utilities/security.e: + ongoing cleanup + +2001-05-23 tamlin + * 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/makefile: + * generated/msgs/makefile: + * generated/msgs/placeholder.txt: + * generated/placeholder.txt: + * generated/pyxis/placeholder.txt: + * generated/qli/placeholder.txt: + * generated/utilities/makefile: + * generated/utilities/placeholder.txt: + * 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/burp/backu_proto.h: + * src/burp/backup.e: + * src/burp/burp.cpp: + * 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/canonical.cpp: + * 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/resto_proto.h: + * src/burp/restore.e: + * src/burp/spit.cpp: + * src/burp/spit.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/csv.cpp: + * src/csv/depends.mak: + * src/csv/print.cpp: + * src/dsql/all.h: + * src/dsql/alld.cpp: + * src/dsql/alld_proto.h: + * src/dsql/array.e: + * src/dsql/array_proto.h: + * src/dsql/blk.h: + * 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.cpp: + * src/dsql/dsql.def: + * src/dsql/dsql.h: + * src/dsql/dsql_proto.h: + * src/dsql/errd.cpp: + * src/dsql/errd_proto.h: + * src/dsql/gen.cpp: + * src/dsql/gen_proto.h: + * src/dsql/hsh.cpp: + * src/dsql/hsh_proto.h: + * src/dsql/keywords.h: + * src/dsql/make.cpp: + * src/dsql/make_proto.h: + * src/dsql/makefile.mak: + * src/dsql/metd.e: + * src/dsql/metd_proto.h: + * src/dsql/movd.cpp: + * src/dsql/movd_proto.h: + * src/dsql/node.h: + * src/dsql/parse.awk: + * src/dsql/parse.cpp: + * src/dsql/parse.sed: + * src/dsql/parse.y: + * src/dsql/parse_proto.h: + * src/dsql/pass1.cpp: + * src/dsql/pass1_proto.h: + * src/dsql/prepa_proto.h: + * src/dsql/preparse.cpp: + * src/dsql/sqlda.h: + * src/dsql/sym.h: + * src/dsql/user__proto.h: + * src/dsql/user_dsql.cpp: + * src/dsql/utld.cpp: + * 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.e: + * 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/extract.e: + * src/dudley/gener_proto.h: + * src/dudley/generate.cpp: + * src/dudley/hsh.cpp: + * src/dudley/hsh_proto.h: + * 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/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/gpre/ada.cpp: + * src/gpre/c_cxx.cpp: + * src/gpre/cdbtable.h: + * src/gpre/cmd.cpp: + * src/gpre/cmd_proto.h: + * src/gpre/cme.cpp: + * src/gpre/cme_proto.h: + * src/gpre/cmp.cpp: + * src/gpre/cmp_proto.h: + * src/gpre/cob.cpp: + * src/gpre/dyntable.cpp: + * src/gpre/dyntable.h: + * src/gpre/exp.cpp: + * 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/ftn.cpp: + * src/gpre/gpre.cpp: + * src/gpre/gpre.h: + * src/gpre/gpre_meta.e: + * src/gpre/gpre_meta.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/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.cpp: + * src/gpre/par_proto.h: + * src/gpre/parse.h: + * src/gpre/pas.cpp: + * src/gpre/pat.cpp: + * 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.cpp: + * src/gpre/sqe_proto.h: + * src/gpre/sql.cpp: + * src/gpre/sql_proto.h: + * src/gpre/words.h: + * 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/charsets.h: + * src/intl/countries.h: + * src/intl/country_codes.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_big5.h: + * src/intl/cs_cyrl.h: + * src/intl/cs_gb2312.c: + * src/intl/cs_gb2312.h: + * src/intl/cs_jis.c: + * src/intl/cs_jis_0208_1990.h: + * src/intl/cs_jis_20208_1990.c: + * src/intl/cs_ksc.c: + * src/intl/cs_ksc5601.h: + * 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/csjis2_p.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/dtest.c: + * src/intl/dtest2.c: + * src/intl/hun852dc.h: + * src/intl/iceland.h: + * src/intl/intl.def: + * src/intl/intl.h: + * src/intl/langdrv.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.c: + * src/intl/ld.h: + * src/intl/ld2.c: + * src/intl/ld_proto.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/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/ipserver.cpp: + * src/ipserver/ipsrv_proto.h: + * 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.e: + * 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.e: + * src/isql/show_proto.h: + * src/journal/archive.cpp: + * src/journal/conso_proto.h: + * src/journal/console.cpp: + * src/journal/depends.mak: + * src/journal/gjrn.cpp: + * src/journal/gjrn_proto.h: + * src/journal/journal.gdl: + * src/journal/journal.h: + * src/journal/journal_vms.e: + * src/journal/journal_vms.gdl: + * src/journal/misc.cpp: + * src/journal/misc_proto.h: + * src/journal/oldr.cpp: + * src/journal/oldr_proto.h: + * src/journal/rebui_proto.h: + * src/journal/rebuild.e: + * src/journal/serve_proto.h: + * src/journal/server.e: + * src/jrd/acl.h: + * src/jrd/aif.cpp: + * src/jrd/aif.h: + * src/jrd/ail.cpp: + * src/jrd/ail.h: + * src/jrd/align.cpp: + * src/jrd/align.h: + * src/jrd/all.cpp: + * src/jrd/all.h: + * src/jrd/all_proto.h: + * src/jrd/alt.cpp: + * src/jrd/ansi.h: + * src/jrd/arg.h: + * src/jrd/atom.h: + * src/jrd/blb.cpp: + * src/jrd/blb.h: + * src/jrd/blb_proto.h: + * src/jrd/blf_proto.h: + * src/jrd/blk.h: + * src/jrd/blob_filter.e: + * src/jrd/blob_filter.h: + * src/jrd/blp.h: + * src/jrd/blr.h: + * src/jrd/blrtable.cpp: + * src/jrd/blrtable.h: + * src/jrd/bookmark.cpp: + * src/jrd/bookmark.h: + * src/jrd/btr.cpp: + * src/jrd/btr.h: + * src/jrd/btr_proto.h: + * src/jrd/build_no.h: + * src/jrd/builtin.cpp: + * src/jrd/cch.cpp: + * src/jrd/cch.h: + * src/jrd/cch_proto.h: + * src/jrd/cdefs.h: + * src/jrd/cmp.cpp: + * src/jrd/cmp_proto.h: + * src/jrd/codes.e: + * src/jrd/codes.h: + * src/jrd/codetext.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.cpp: + * src/jrd/dbg.h: + * src/jrd/dbg_proto.h: + * src/jrd/dbt.cpp: + * src/jrd/dfloat_stub.cpp: + * src/jrd/dflt.gdl: + * src/jrd/dflt.h: + * src/jrd/dfw.e: + * src/jrd/dfw_proto.h: + * src/jrd/divorce.cpp: + * src/jrd/divorce.h: + * src/jrd/dllshell.cpp: + * src/jrd/dls.cpp: + * src/jrd/dls_proto.h: + * src/jrd/dmp.cpp: + * src/jrd/dmp_proto.h: + * src/jrd/doserr.h: + * src/jrd/dpm.e: + * src/jrd/dpm_proto.h: + * src/jrd/drq.h: + * src/jrd/dsc.cpp: + * src/jrd/dsc.h: + * src/jrd/dsc_proto.h: + * src/jrd/dyn.e: + * src/jrd/dyn.h: + * src/jrd/dyn_def.e: + * src/jrd/dyn_def.sed: + * src/jrd/dyn_del.e: + * src/jrd/dyn_df_proto.h: + * src/jrd/dyn_dl_proto.h: + * src/jrd/dyn_md_proto.h: + * src/jrd/dyn_mod.e: + * src/jrd/dyn_proto.h: + * src/jrd/dyn_ut_proto.h: + * src/jrd/dyn_util.e: + * src/jrd/enc.cpp: + * src/jrd/enc_proto.h: + * src/jrd/entry.h: + * src/jrd/envelope.e: + * src/jrd/err.cpp: + * src/jrd/err_proto.h: + * src/jrd/event.cpp: + * src/jrd/event.h: + * src/jrd/event_proto.h: + * src/jrd/everything.h: + * src/jrd/evl.cpp: + * src/jrd/evl_like.cpp: + * src/jrd/evl_proto.h: + * src/jrd/exe.cpp: + * src/jrd/exe.h: + * src/jrd/exe_proto.h: + * src/jrd/ext.cpp: + * src/jrd/ext.h: + * src/jrd/ext_proto.h: + * src/jrd/extvms.cpp: + * src/jrd/fields.h: + * src/jrd/fil.h: + * src/jrd/file_params.h: + * src/jrd/filte_proto.h: + * src/jrd/filters.cpp: + * src/jrd/flags.h: + * src/jrd/flu.cpp: + * src/jrd/flu.h: + * src/jrd/flu_proto.h: + * src/jrd/fun.e: + * src/jrd/fun_proto.h: + * src/jrd/functions.cpp: + * src/jrd/gds.bas: + * src/jrd/gds.cpp: + * src/jrd/gds.def: + * src/jrd/gds.hxx: + * 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/gds_hp.f: + * src/jrd/gds_proto.h: + * src/jrd/gds_sun.f: + * src/jrd/gds_vms.f: + * src/jrd/gdsassert.h: + * src/jrd/gdsentry.mar: + * src/jrd/gdsold.h: + * src/jrd/grammar.cpp: + * src/jrd/grammar.y: + * src/jrd/grant.e: + * src/jrd/grant.gdl: + * src/jrd/grant_proto.h: + * src/jrd/ib_stdio.cpp: + * src/jrd/ib_stdio.h: + * src/jrd/ibase.h: + * src/jrd/iberr.cpp: + * src/jrd/iberr.h: + * src/jrd/iberr_proto.h: + * src/jrd/ibinitdll.cpp: + * src/jrd/ibsetjmp.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.cpp: + * src/jrd/inf.h: + * src/jrd/inf_proto.h: + * src/jrd/ini.e: + * src/jrd/ini.h: + * src/jrd/ini_proto.h: + * src/jrd/intl.cpp: + * src/jrd/intl.h: + * src/jrd/intl_proto.h: + * src/jrd/intlnames.h: + * src/jrd/intlobj.h: + * src/jrd/inuse.cpp: + * src/jrd/inuse_proto.h: + * src/jrd/irq.h: + * src/jrd/isc.cpp: + * src/jrd/isc.h: + * src/jrd/isc_cray.cpp: + * src/jrd/isc_f_proto.h: + * src/jrd/isc_file.cpp: + * src/jrd/isc_i_proto.h: + * src/jrd/isc_ipc.cpp: + * src/jrd/isc_proto.h: + * src/jrd/isc_s_proto.h: + * src/jrd/isc_signal.h: + * src/jrd/isc_sync.cpp: + * src/jrd/isc_sync_win32.cpp: + * src/jrd/isc_win32.cpp: + * src/jrd/iscmsgs.msg: + * src/jrd/iutls.def: + * src/jrd/jio.cpp: + * src/jrd/jlx.cpp: + * src/jrd/jrd.cpp: + * src/jrd/jrd.def: + * src/jrd/jrd.h: + * src/jrd/jrd_proto.h: + * src/jrd/jrd_ver.h: + * src/jrd/jrd_ver.rc: + * src/jrd/jrn.cpp: + * src/jrd/jrn.h: + * 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.cpp: + * src/jrd/lck.h: + * src/jrd/lck_dummy.cpp: + * src/jrd/lck_proto.h: + * src/jrd/license.h: + * src/jrd/llio.cpp: + * src/jrd/llio.h: + * src/jrd/llio_proto.h: + * src/jrd/lls.h: + * src/jrd/lnmdef.h: + * src/jrd/log.cpp: + * 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/math.h: + * src/jrd/mblr.cpp: + * src/jrd/mblr.h: + * src/jrd/mblr_proto.h: + * src/jrd/mem.cpp: + * src/jrd/memtest.cpp: + * src/jrd/met.e: + * src/jrd/met.h: + * src/jrd/met_proto.h: + * src/jrd/misc.cpp: + * src/jrd/misc.h: + * src/jrd/misc_proto.h: + * src/jrd/mmov.mar: + * src/jrd/mov.cpp: + * src/jrd/mov_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/ods.h: + * src/jrd/ods10.gdl: + * src/jrd/ods72.gdl: + * src/jrd/ods80.gdl: + * src/jrd/ods80dif.gdl: + * src/jrd/ods81.gdl: + * src/jrd/ods91.gdl: + * src/jrd/old.cpp: + * src/jrd/old.h: + * src/jrd/old_proto.h: + * src/jrd/opt.cpp: + * src/jrd/opt_proto.h: + * src/jrd/os2.cpp: + * src/jrd/pag.cpp: + * src/jrd/pag.h: + * src/jrd/pag_proto.h: + * src/jrd/par.cpp: + * src/jrd/par_proto.h: + * src/jrd/pcmet.e: + * src/jrd/pcmet_proto.h: + * src/jrd/pcsleep.cpp: + * src/jrd/perf.cpp: + * src/jrd/perf.h: + * src/jrd/perf.pas: + * src/jrd/perf_proto.h: + * src/jrd/pio.h: + * 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.cpp: + * src/jrd/pwd.h: + * src/jrd/pwd_proto.h: + * src/jrd/qatest.cpp: + * src/jrd/quad.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/req.h: + * src/jrd/rlck.cpp: + * src/jrd/rlck_proto.h: + * src/jrd/rng.cpp: + * src/jrd/rng.h: + * src/jrd/rng_proto.h: + * src/jrd/rse.cpp: + * src/jrd/rse.h: + * src/jrd/rse_proto.h: + * src/jrd/sbm.cpp: + * src/jrd/sbm.h: + * src/jrd/sbm_proto.h: + * src/jrd/sch.cpp: + * src/jrd/sch_proto.h: + * src/jrd/scl.e: + * src/jrd/scl.h: + * src/jrd/scl_proto.h: + * src/jrd/scroll_cursors.h: + * src/jrd/sdl.cpp: + * src/jrd/sdl.h: + * src/jrd/sdl_proto.h: + * src/jrd/sdw.cpp: + * src/jrd/sdw.h: + * src/jrd/sdw_proto.h: + * src/jrd/shdef.h: + * src/jrd/shrfinit.cpp: + * src/jrd/shrinit.cpp: + * src/jrd/shut.cpp: + * src/jrd/shut_proto.h: + * src/jrd/sort.cpp: + * src/jrd/sort.h: + * src/jrd/sort_proto.h: + * src/jrd/sql_code.h: + * src/jrd/sqz.cpp: + * src/jrd/sqz.h: + * src/jrd/sqz_proto.h: + * src/jrd/stats.e: + * src/jrd/stored_proc.gdl: + * src/jrd/stubs.cpp: + * src/jrd/sun_ftn.cpp: + * src/jrd/svc.cpp: + * src/jrd/svc.h: + * src/jrd/svc_proto.h: + * src/jrd/svc_undoc.h: + * src/jrd/syidef.h: + * src/jrd/sym.cpp: + * src/jrd/sym_proto.h: + * src/jrd/termtype.h: + * src/jrd/thd.cpp: + * src/jrd/thd.h: + * src/jrd/thd_proto.h: + * src/jrd/thd_win32.cpp: + * src/jrd/thin.asm: + * src/jrd/thread.mar: + * src/jrd/time.h: + * src/jrd/tpc.cpp: + * src/jrd/tpc.h: + * src/jrd/tpc_proto.h: + * src/jrd/tra.cpp: + * src/jrd/tra.h: + * src/jrd/tra_proto.h: + * src/jrd/trig.h: + * src/jrd/types.h: + * src/jrd/unix.cpp: + * src/jrd/utl.cpp: + * src/jrd/utl_proto.h: + * src/jrd/utls.def: + * src/jrd/v2_triggers.gdl: + * src/jrd/val.cpp: + * src/jrd/val.h: + * src/jrd/val_proto.h: + * src/jrd/version.rc: + * src/jrd/version_95.rc: + * src/jrd/vio.cpp: + * 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/why.c: + * src/jrd/why_proto.h: + * src/jrd/windows.cpp: + * src/jrd/winnt.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.cpp: + * src/lock/lock.h: + * src/lock/lock_header_mmap: + * src/lock/lock_header_shmem: + * src/lock/lock_proto.h: + * src/lock/lockv3.h: + * src/lock/lockv3s4.h: + * src/lock/manager.cpp: + * src/lock/pls.cpp: + * src/lock/plserver.cpp: + * src/lock/plserver.h: + * src/lock/print.cpp: + * src/lock/printv3.cpp: + * src/lock/printv3s4.cpp: + * src/lock/prtv3_proto.h: + * src/lock/reset.cpp: + * src/lock/ulimit.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/build_file.e: + * src/msgs/change_msgs.e: + * src/msgs/check_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.gbak: + * src/msgs/msg.gdl: + * 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/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/dtr.cpp: + * src/qli/dtr.h: + * 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.cpp: + * 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.e: + * src/qli/help_proto.h: + * src/qli/hsh.cpp: + * src/qli/hsh_proto.h: + * src/qli/lex.cpp: + * src/qli/lex_proto.h: + * src/qli/meta.e: + * src/qli/meta_proto.h: + * src/qli/mov.cpp: + * 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/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/remote/allr.cpp: + * 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/decne_proto.h: + * src/remote/decnet.cpp: + * src/remote/decnet_server.cpp: + * src/remote/depends.mak: + * src/remote/divorce.cpp: + * src/remote/dllshell.cpp: + * src/remote/dnet.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/inet_server.cpp: + * src/remote/inetiodef.h: + * src/remote/inter_proto.h: + * src/remote/interface.cpp: + * src/remote/ipc.cpp: + * 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/mgr.cpp: + * src/remote/multivx.cpp: + * src/remote/neterr.h: + * src/remote/netwcon.cpp: + * src/remote/nlmtst.def: + * src/remote/nt_server.cpp: + * src/remote/ntoh.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/protocol.cpp: + * src/remote/protocol.h: + * src/remote/remot_proto.h: + * src/remote/remote.cpp: + * src/remote/remote.def: + * src/remote/remote.h: + * src/remote/remote_def.h: + * src/remote/serve_proto.h: + * src/remote/server.cpp: + * 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.cpp: + * src/remote/spxwin.h: + * src/remote/srvr_w32.cpp: + * src/remote/tcptypes.h: + * src/remote/types.h: + * src/remote/ucx.cpp: + * src/remote/wfwnp.cpp: + * src/remote/wfwnp.h: + * src/remote/wfwnp_proto.h: + * 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/winmain.cpp: + * src/remote/winvx.cpp: + * src/remote/wnet.cpp: + * src/remote/wnet_proto.h: + * src/remote/xdr.cpp: + * src/remote/xdr.h: + * src/remote/xdr_proto.h: + * src/remote/xnet.cpp: + * src/remote/xnet.h: + * src/remote/xnet_proto.h: + * src/remote/zap.mar: + * src/utilities/analyse.cpp: + * src/utilities/cache.cpp: + * src/utilities/cmd_util.cpp: + * src/utilities/cmd_util_proto.h: + * src/utilities/dba.e: + * src/utilities/dba_full.e: + * src/utilities/dbaswi.h: + * src/utilities/drop.cpp: + * src/utilities/dropv3.cpp: + * src/utilities/drpv3_proto.h: + * src/utilities/gsec.cpp: + * src/utilities/gsec.h: + * src/utilities/gsecswi.h: + * src/utilities/guard.cpp: + * src/utilities/ibmgr.cpp: + * src/utilities/ibmgr.h: + * 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/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.