diff --git a/ChangeLog b/ChangeLog index 91c7c12a51..673570293d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,61 @@ +2006-04-29 02:57 robocop + + * firebird2/src/jrd/evl.cpp (1.173): + + MSVC6 says: error C2664: 'delete' : cannot convert parameter 1 from + 'const class VaryingString *' to 'void *' Conversion loses + qualifiers So maybe the rules changed for VC7. Anyway, I simplified + the logic here to achieve the same in a direct way. + +2006-04-29 02:35 robocop + + * firebird2/src/utilities/print_event.cpp (1.5): + + Fix this forgotten utility so it syncs with Dmitry's changes, but I + didn't verify if it compiles. + +2006-04-29 02:34 robocop + + * firebird2/src/lock/: lock.cpp (1.115), lock.h (1.35), print.cpp + (1.49): + + Get rid of another uppercase typedef. The name "owner" caused + collisions, so "own" was left. Probably lockOwner is better in the + long term. + +2006-04-29 02:31 robocop + + * firebird2/src/common/classes/fb_string.cpp (1.34): + + Misc change. Hope the class auhtor doesn't take offense. :-) + +2006-04-29 02:30 robocop + + * firebird2/builds/win32/msvc6/btyacc.dsp (1.2): + + Fixed the btyacc project so MSVC6 can load it (was reported as + corrupt). + +2006-04-29 02:29 robocop + + * firebird2/extern/btyacc/main.c (1.4): + + Do C programmers think the worse the code they write, the more + expert they are? Fix this crap so it looks less like assembler and + can compile happily on MSVC6. + +2006-04-28 06:12 aafemt + + * firebird2/src/isql/isql.epp (1.176): + + Fix for my previous commit. Thanks to Adriano + +2006-04-28 04:35 asfernandes + + * firebird2/src/jrd/evl.cpp (1.172): + + Remove not needed asserts + 2006-04-27 13:50 dimitr * firebird2/src/jrd/cmp.cpp (1.206):