comparison modules/ChangeLog @ 5140:e5380fdaf8f1

merge
author Ben Wing <ben@xemacs.org>
date Sat, 13 Mar 2010 05:38:34 -0600
parents 0ac12485616c a9c41067dd88
children 186aebf7f6c6
comparison
equal deleted inserted replaced
5139:a48ef26d87ee 5140:e5380fdaf8f1
4 * base64/base64.c (Fbase64_encode): 4 * base64/base64.c (Fbase64_encode):
5 * base64/base64.c (Fbase64_decode): 5 * base64/base64.c (Fbase64_decode):
6 * base64/base64.c (syms_of_base64): 6 * base64/base64.c (syms_of_base64):
7 Fix file to follow GNU coding standards for indentation, spacing 7 Fix file to follow GNU coding standards for indentation, spacing
8 before parens. 8 before parens.
9
10 2010-03-05 Ben Wing <ben@xemacs.org>
11
12 * postgresql/postgresql.c (allocate_pgconn):
13 * postgresql/postgresql.c (allocate_pgresult):
14 * postgresql/postgresql.h (struct Lisp_PGconn):
15 * postgresql/postgresql.h (struct Lisp_PGresult):
16 * ldap/eldap.c (allocate_ldap):
17 * ldap/eldap.h (struct Lisp_LDAP):
18 Same changes as in src/ dir. See large log there in ChangeLog,
19 but basically:
20
21 ALLOC_LISP_OBJECT -> ALLOC_NORMAL_LISP_OBJECT
22 LISP_OBJECT_HEADER -> NORMAL_LISP_OBJECT_HEADER
9 23
10 2010-02-06 Ben Wing <ben@xemacs.org> 24 2010-02-06 Ben Wing <ben@xemacs.org>
11 25
12 * canna/canna_api.c: 26 * canna/canna_api.c:
13 * canna/canna_api.c (storeResults): 27 * canna/canna_api.c (storeResults):