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

nightly update

This commit is contained in:
fsg 2006-01-15 03:20:53 +00:00
parent 413a9b5ccd
commit 30f56d46a9

View File

@ -1,3 +1,53 @@
2006-01-14 19:03 asfernandes
* firebird2/: builds/install/misc/fbintl.conf (1.9),
builds/win32/msvc6/intl.dsp (1.27), builds/win32/msvc7/intl.vcproj
(1.22), src/intl/lc_iso8859_1.cpp (1.15), src/intl/ld.cpp (1.18),
src/intl/collations/win_cz.h (1.1),
src/intl/collations/win_cz_ci_ai.h (1.1), src/jrd/intlnames.h
(1.19):
Add Czech collations - contributed by Ivan Prenosil: - WIN_CZ
(case-insensitive, accent-sensitive) - WIN_CZ_CI_AI
(case-insensitive, accent-insensitive)
2006-01-14 08:00 robocop
* firebird2/src/: dsql/ddl.cpp (1.167), isql/extract.epp (1.66),
isql/show.epp (1.83), jrd/Optimizer.cpp (1.51), jrd/Optimizer.h
(1.14), jrd/btr.cpp (1.157), jrd/common.h (1.134), jrd/dfw.epp
(1.171), jrd/dyn_def.epp (1.103), jrd/dyn_del.epp (1.51),
jrd/opt.cpp (1.253), jrd/pcmet.epp (1.39), jrd/validation.cpp
(1.12):
EXPRESSION_INDICES code is considered stable and therefore there's
no need to keep it protected by macros. Please do a full rebuild.
2006-01-14 05:56 robocop
* firebird2/src/remote/os/win32/srvr_w32.cpp (1.32):
Detect if some undocumented startup option failed (Windows).
2006-01-14 05:54 robocop
* firebird2/src/utilities/ibmgr/ibmgr.cpp (1.19):
Totally misc.
2006-01-14 05:48 robocop
* firebird2/src/: burp/burp.cpp (1.107), common/utils.cpp (1.16),
common/utils_proto.h (1.10), jrd/gds.cpp (1.186), jrd/sch.cpp
(1.32), jrd/utl.cpp (1.85), jrd/os/config_root.h (1.12),
jrd/os/darwin/config_root.cpp (1.5), jrd/os/vms/extvms.cpp (1.25),
qli/dtr.cpp (1.40), qli/lex.cpp (1.34), remote/inet.cpp (1.149),
remote/remote.cpp (1.40), utilities/gsec/gsec.cpp (1.49),
utilities/ibmgr/ibmgr.cpp (1.18):
Change from getenv to readenv. This is still getenv in Linux/UNIX
but GetEnvironmentVariable in Windows.
2006-01-13 23:25 robocop
* firebird2/src/burp/: spit.h (1.10), std_desc.h (1.9):