comparison src/ChangeLog @ 5141:0dcd22290039

fix issues with finalizers in number.c, postgresql, ldap -------------------- ChangeLog entries follow: -------------------- modules/ChangeLog addition: 2010-03-07 Ben Wing <ben@xemacs.org> * postgresql/postgresql.c (finalize_pgconn): * postgresql/postgresql.c (finalize_pgresult): * ldap/eldap.c (finalize_ldap): Fix the finalizers to go with the new calling sequence. Done previously but somehow got lost. src/ChangeLog addition: 2010-03-07 Ben Wing <ben@xemacs.org> * number.c (bignum_finalize): * number.c (ratio_finalize): * number.c (bigfloat_finalize): Fix the finalizers to go with the new calling sequence. Done previously but somehow got lost.
author Ben Wing <ben@xemacs.org>
date Sun, 07 Mar 2010 19:26:04 -0600
parents 4f4672e2aa34
children f965e31a35f0
comparison
equal deleted inserted replaced
5135:59bac09f31d2 5141:0dcd22290039
1 2010-03-07 Ben Wing <ben@xemacs.org>
2
3 * number.c (bignum_finalize):
4 * number.c (ratio_finalize):
5 * number.c (bigfloat_finalize):
6 Fix the finalizers to go with the new calling sequence. Done
7 previously but somehow got lost.
8
1 2010-03-06 Ben Wing <ben@xemacs.org> 9 2010-03-06 Ben Wing <ben@xemacs.org>
2 10
3 * frame.c (change_frame_size_1): 11 * frame.c (change_frame_size_1):
4 Add a comment about where FRAME_PIXWIDTH/FRAME_PIXHEIGHT is set. 12 Add a comment about where FRAME_PIXWIDTH/FRAME_PIXHEIGHT is set.
5 13