8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:00:38 +01:00

Updated ChangeLog

This commit is contained in:
fsg 2002-11-21 23:05:24 +00:00
parent b313643e28
commit 0cd601e897

121
ChangeLog
View File

@ -1,3 +1,124 @@
2002-11-22 00:02 arnobrinkman
* firebird2/src/jrd/opt.cpp:
bugfix Optimizer LEFT OUTER JOIN and error : no current record for
fetch operation
2002-11-21 22:02 tamlin
* firebird2/src/jrd/: dfw.epp, dyn_def.epp:
Removed unused variables.
2002-11-21 21:43 tamlin
* firebird2/src/dudley/: exe.epp, extract.epp:
Bugfix for modify_relation and removing unused variables.
2002-11-21 16:37 dimitr
* firebird2/src/jrd/scl.epp:
Fixed porting bug that caused wrong privileges checks.
2002-11-21 16:24 kkuznetsov
* firebird2/src/jrd/gds.cpp:
Fix declaration of mmap_anon
2002-11-21 14:46 kkuznetsov
* firebird2/builds/posix/: Makefile.in.boot.gpre, prefix.solx86:
[no log message]
2002-11-21 12:54 kkuznetsov
* firebird2/configure.in:
Add check for sun threads on Solx86
2002-11-21 11:20 eku
* firebird2/src/jrd/isc_sync.cpp:
Cleanup semun stuff.
2002-11-21 11:08 eku
* firebird2/builds/posix/: Makefile.in.client.gpre,
Makefile.in.embed.gpre, Makefile.in.gpre, Makefile.in.static.gpre,
prefix.solx86:
Include support for ADA and FORTRAN into gpre by default.
2002-11-21 10:02 eku
* firebird2/src/jrd/isc_file.cpp:
Fixed typo.
2002-11-21 09:56 eku
* firebird2/: configure.in, src/include/gen/autoconfig_msvc.h,
src/jrd/isc_file.cpp, src/make.new/config/config.h.in:
Autoconf: check for header files sys/ipc.h and sys/file.h.
2002-11-21 00:48 arnobrinkman
* firebird2/src/dsql/make.cpp:
bug : UDF node didn't contain any character set, was always NONE.
2002-11-21 00:16 hippoman
* firebird2/src/: jrd/blb.cpp, jrd/blb.h, jrd/blb_proto.h,
jrd/blk.h, jrd/bookmark.h, jrd/btr.h, jrd/btr_proto.h, jrd/cmp.cpp,
jrd/cmp_proto.h, jrd/dbg.cpp, jrd/dbg_proto.h, jrd/dfw.epp,
jrd/dfw_proto.h, jrd/dpm_proto.h, jrd/dyn_proto.h, jrd/entry.h,
jrd/err_proto.h, jrd/event.cpp, jrd/event.h, jrd/evl_proto.h,
jrd/exe.cpp, jrd/exe.h, jrd/exe_proto.h, jrd/ext_proto.h,
jrd/fun_proto.h, jrd/idx_proto.h, jrd/inf.cpp, jrd/inf_proto.h,
jrd/ini_proto.h, jrd/jrd.h, jrd/jrd_proto.h, jrd/met.epp,
jrd/met_proto.h, jrd/nav.cpp, jrd/nav_proto.h, jrd/opt.cpp,
jrd/opt_proto.h, jrd/par.cpp, jrd/par_proto.h, jrd/pcmet_proto.h,
jrd/req.h, jrd/rlck_proto.h, jrd/rng_proto.h, jrd/rse.cpp,
jrd/rse.h, jrd/rse_proto.h, jrd/scl_proto.h, jrd/tra.cpp,
jrd/tra.h, jrd/tra_proto.h, jrd/trig.h, jrd/val.h, jrd/vio_proto.h,
jrd/vmsevent.cpp, qli/blk.h, qli/compi_proto.h, qli/dtr.cpp,
qli/dtr.h, qli/eval_proto.h, qli/exe.h, qli/exe_proto.h,
qli/expan_proto.h, qli/form_proto.h, qli/forma_proto.h,
qli/format.h, qli/gener_proto.h, qli/meta_proto.h,
qli/repor_proto.h, qli/report.h, utilities/dba.epp,
utilities/dba_full.epp:
changed nod,tra,req,trg,rel,ctx,prc struct names to local module
names
2002-11-21 00:13 hippoman
* firebird2/src/gpre/: ada.cpp, c_cxx.cpp, cob.cpp, form.h,
ftn.cpp, gpre.h, pas.cpp, sqe.cpp:
changed nod,tra,req,trg,rel,ctx,prc struct names to local module
names
2002-11-21 00:09 hippoman
* firebird2/src/: burp/backup.epp, burp/burp.h, burp/canon_proto.h,
burp/restore.epp, dsql/blk.h, dsql/ddl.cpp, dsql/ddl_proto.h,
dsql/dsql.cpp, dsql/dsql.h, dsql/dsql_proto.h, dsql/gen_proto.h,
dsql/make.cpp, dsql/make_proto.h, dsql/metd.epp, dsql/metd_proto.h,
dsql/node.h, dsql/parse.cpp, dsql/parse.y, dsql/pass1.cpp,
dsql/pass1_proto.h, dudley/ddl.h:
changed nod,tra,req,trg,rel,ctx,prc struct names to local module
names
2002-11-20 16:07 hippoman
* firebird2/src/jrd/isc_file.cpp: