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

nightly update

This commit is contained in:
fsg 2009-02-03 19:38:47 +00:00
parent 147a917042
commit 67d8b6e236

104
ChangeLog
View File

@ -1,3 +1,107 @@
2009-02-03 20:14 hvlad
* firebird2/src/jrd/trace/TraceManager.cpp (1.4):
When no active trace sessions left, clear notification needs
2009-02-03 19:27 hvlad
* firebird2/src/jrd/rse.cpp (1.173):
Fixed my error at tracing failed fetch from procedure.
2009-02-03 19:14 hvlad
* firebird2/src/common/classes/tree.h (1.82):
Const
2009-02-03 13:03 alexpeshkoff
* firebird2/: configure.in (1.313),
builds/posix/Makefile.in.client.util (1.60),
builds/posix/Makefile.in.embed.util (1.47),
builds/posix/Makefile.in.extern.regex (1.2),
builds/posix/Makefile.in.fbtrace (1.1),
builds/posix/Makefile.in.firebird (1.93),
builds/posix/make.defaults (1.76),
builds/posix/make.shared.variables (1.106):
Make trace plugin build on linux
2009-02-03 12:12 alexpeshkoff
* firebird2/src/utilities/ntrace/: TraceConfiguration.cpp (1.3),
TracePluginImpl.cpp (1.7):
make it compile on linux
2009-02-03 12:01 robocop
* firebird2/src/: common/StatusHolder.cpp (1.7), common/cvt.cpp
(1.13), common/fb_exception.cpp (1.48),
common/classes/ClumpletReader.cpp (1.37),
common/classes/ClumpletReader.h (1.23), common/classes/alloc.cpp
(1.118), common/classes/fb_string.cpp (1.44),
common/classes/fb_string.h (1.19), common/classes/sparse_bitmap.h
(1.27), common/classes/stack.h (1.26), common/classes/tree.h
(1.81), common/config/dir_list.cpp (1.39), jrd/isc_sync.cpp
(1.172):
Style.
2009-02-03 11:59 robocop
* firebird2/src/lock/print.cpp (1.80):
At least to me, this change is a bug fix.
2009-02-03 11:50 robocop
* firebird2/src/burp/: backup.epp (1.118), burp.cpp (1.163), burp.h
(1.99), restore.epp (1.160):
Cleaning the dust that has accumulated over years.
2009-02-03 11:41 robocop
* firebird2/doc/: README.incompatibilities.txt (1.10),
README.services_extension (1.4), README.superclassic (1.2):
Misc.
2009-02-03 09:45 hvlad
* firebird2/src/jrd/DatabaseSnapshot.cpp (1.95):
static not works here
2009-02-03 09:09 alexpeshkoff
* firebird2/src/jrd/trace/TraceLog.cpp (1.7):
removed #ifdefs - after latest Vlad's fixes not needed any more
2009-02-02 23:57 hvlad
* firebird2/src/utilities/ntrace/TracePluginImpl.cpp (1.6):
Avoid hardcoded numbers when nice named constant exist.
2009-02-02 23:27 hvlad
* firebird2/src/jrd/trace/: TraceConfigStorage.cpp (1.8),
TraceConfigStorage.h (1.4):
Use-count approach to track lifetime of trace configurations
storage file.
2009-02-02 23:25 hvlad
* firebird2/src/utilities/fbsvcmgr.cpp (1.23):
fseek did not returned current position
2009-02-02 17:28 hvlad
* firebird2/src/jrd/trace/TraceManager.cpp (1.3):