From 3a161b5c80a4024150a7d9d530a2a7b4ac00bb23 Mon Sep 17 00:00:00 2001 From: fsg Date: Thu, 14 Aug 2003 22:05:04 +0000 Subject: [PATCH] nightly update --- ChangeLog | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4e6e1454e4..3cd73d54c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,31 @@ +2003-08-14 23:00 skidder + + * firebird2/doc/README.coding.style: + + Fix up coding rules a bit to make my code compatible + +2003-08-14 22:45 skidder + + * firebird2/src/jrd/: cmp.cpp, cmp_proto.h, idx.cpp, jrd.cpp, + req.h, scl.epp, scl_proto.h: + + Avoid storing and using pointers allocated from one request pool in + other requests. Make request access lists use view ID, not pointer + to view structure. This changes solve the crash reported by Evgeny + Kilin when altering complex recursive procedure->trigger chains. + +2003-08-14 12:26 aafemt + + * firebird2/doc/README.coding.style: + + useful reading for coders + +2003-08-14 09:11 fsg + + * firebird2/src/dsql/gen.cpp: + + make gcc happy again FSG + 2003-08-13 13:45 robocop * firebird2/src/jrd/fun.epp: