8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 07:23:04 +01:00

nightly update

This commit is contained in:
fsg 2009-03-26 19:38:33 +00:00
parent d4baca5401
commit 690c7fcff6

View File

@ -1,3 +1,43 @@
2009-03-26 17:33 asfernandes
* firebird2/: configure.in (1.325),
builds/posix/Makefile.in.extern.regex (1.5),
builds/posix/Makefile.in.fbtrace (1.7),
builds/posix/Makefile.in.firebird (1.96),
builds/posix/make.defaults (1.81), builds/posix/make.rules (1.41),
builds/posix/prefix.mingw (1.47), builds/win32/msvc8/Firebird2.sln
(1.15), builds/win32/msvc8/fbtrace.vcproj (1.4),
builds/win32/msvc8/regex.vcproj (1.2), src/jrd/Collation.cpp
(1.19), src/jrd/IntlUtil.cpp (1.27), src/jrd/SimilarToMatcher.h
(1.20), src/jrd/intl_classes.h (1.30),
src/utilities/ntrace/TraceConfiguration.cpp (1.4),
src/utilities/ntrace/TraceConfiguration.h (1.5),
src/utilities/ntrace/TracePluginImpl.cpp (1.19),
src/utilities/ntrace/TracePluginImpl.h (1.7),
src/utilities/ntrace/fbtrace.conf (1.6):
Use SIMILAR TO regexp (with sed syntax for replacements) for trace
config
2009-03-26 17:18 asfernandes
* firebird2/src/jrd/SimilarToMatcher.h (1.19):
Fixed CORE-2389 - Wrong matching of SIMILAR TO expression with
brackets
2009-03-26 09:43 alexpeshkoff
* firebird2/extern/btyacc/: defs.h (1.3), main.c (1.6):
warning fixed
2009-03-26 09:42 alexpeshkoff
* firebird2/extern/btyacc/Makefile (1.3):
Make it build not with gcc only
2009-03-24 23:20 hvlad
* firebird2/src/jrd/dfw.epp (1.268):