Mercurial > hg > xemacs-beta
comparison modules/ChangeLog @ 1111:184461bc8de4
[xemacs-hg @ 2002-11-18 06:52:23 by ben]
warning fixes, etc.
* s/cygwin32.h:
-fvtable-thunks is obsolete in GCC 3 and generates warnings.
* s/mingw32.h:
* s/windowsnt.h:
Comment fixes.
* emodules.h:
Fix warnings from redefining symbols.
* eval.c:
Fix C++ errors -- no automatic casting between function pointers
and void *, function declarations inside of functions not allowed.
* event-Xt.c (emacs_Xt_enqueue_focus_event):
Warning fixes.
* fileio.c (Ffile_truename):
Warning fixes.
Use LOCAL_TO_WIN32_FILE_FORMAT rather than duplicating it.
* glyphs-x.c:
Fix style.
* intl-auto-encap-win32.c:
* intl-auto-encap-win32.h:
* intl-encap-win32.c:
* intl-encap-win32.c (qxeRegConnectRegistry):
* syswindows.h (RegConnectRegistry):
DdeCreateStringHandle needs to be manual due to new Cygwin bug.
* intl-win32.c:
wcslen/wcscmp don't seem to exist under G++ 3, Cygwin.
* lisp.h:
* lisp-union.h:
* lisp-disunion.h:
* process-unix.c (unix_send_process):
Ugh, C needs volatile and C++ must not have volatile. Remove
previous volatile hacks, which don't seem to be working any more.
* sheap.c (STATIC_HEAP_SLOP):
Try to get a working Cygwin build with old unexec.
* sheap.c (more_static_core):
No NL's in literals allowed.
* symbols.c (Fset):
Fix C++ errors.
* syswindows.h:
Fix Cygwin complaints now that some missing structs have been added.
aclocal.m4: Disable shared library modules under Cygwin for the moment,
since we need some more tricky coding done and I don't have the
time right now.
configure.in, configure.usage:
code-files.el, loadhist.el: Fix warnings.
package-get.el: Fix warnings.
NOTE: This was already fixed awhile ago, but reverted by Steve Y.
Please be careful.
postgresql/Makefile.in.in: Removed.
Move common stuff into modues/common/Makefile.common. (Also
add extraclean target and a couple of other fixes in that file.)
postgresql/configure.ac: Extract out common configure stuff into
modules/common/configure-{pre,post}.ac.
postgresql/postgresql.c: Fix warning.
ldap/Makefile.in.in: Removed.
Move common stuff into modues/common/Makefile.common. (Also
add extraclean target and a couple of other fixes in that file.)
ldap/configure.ac: Extract out common configure stuff into
modules/common/configure-{pre,post}.ac.
common/Makefile.common: Common stuff is here.
author | ben |
---|---|
date | Mon, 18 Nov 2002 06:53:08 +0000 |
parents | fac45095e485 |
children | 6f18092b3b3c |
comparison
equal
deleted
inserted
replaced
1110:49065a0d2943 | 1111:184461bc8de4 |
---|---|
1 2002-11-17 Ben Wing <ben@xemacs.org> | |
2 | |
3 * postgresql/Makefile.in.in: | |
4 * postgresql/Makefile.in.in (SRCS): | |
5 * postgresql/Makefile.in.in (SRC_SRCS): Removed. | |
6 * postgresql/Makefile.in.in (OBJS): Removed. | |
7 * postgresql/Makefile.in.in (SHELL): Removed. | |
8 * postgresql/Makefile.in.in (RM): Removed. | |
9 * postgresql/Makefile.in.in (PROGNAME): Removed. | |
10 * postgresql/Makefile.in.in (CFLAGS): Removed. | |
11 * postgresql/Makefile.in.in (INSTALL): Removed. | |
12 * postgresql/Makefile.in.in (version): Removed. | |
13 * postgresql/Makefile.in.in (prefix): Removed. | |
14 * postgresql/Makefile.in.in (exec_prefix): Removed. | |
15 * postgresql/Makefile.in.in (libdir): Removed. | |
16 * postgresql/Makefile.in.in (instvardir): Removed. | |
17 * postgresql/Makefile.in.in (configuration): Removed. | |
18 * postgresql/Makefile.in.in (moduledir): Removed. | |
19 * postgresql/Makefile.in.in (with_modules): Removed. | |
20 * postgresql/Makefile.in.in (srcdir): Removed. | |
21 * postgresql/Makefile.in.in (VPATH): Removed. | |
22 * postgresql/Makefile.in.in (CC): Removed. | |
23 * postgresql/Makefile.in.in (MODARCHDIR): Removed. | |
24 * postgresql/Makefile.in.in (MAKE_DOCFILE): Removed. | |
25 * postgresql/Makefile.in.in (MODCFLAGS): Removed. | |
26 * postgresql/Makefile.in.in (INSTALLPATH): Removed. | |
27 * postgresql/Makefile.in.in (INSTALL_PROGRAM): Removed. | |
28 * postgresql/Makefile.in.in (OBJECT_TO_BUILD): Removed. | |
29 * postgresql/Makefile.in.in (.PHONY): Removed. | |
30 * postgresql/Makefile.in.in (all): Removed. | |
31 * postgresql/Makefile.in.in (.c.o): Removed. | |
32 * postgresql/Makefile.in.in (clean): Removed. | |
33 * postgresql/Makefile.in.in (distclean): Removed. | |
34 * postgresql/Makefile.in.in (install): Removed. | |
35 Move common stuff into modues/common/Makefile.common. (Also | |
36 add extraclean target and a couple of other fixes in that file.) | |
37 | |
38 * postgresql/configure.ac: | |
39 Extract out common configure stuff into | |
40 modules/common/configure-{pre,post}.ac. | |
41 | |
42 * postgresql/postgresql.c (WARNING): | |
43 Fix warning. | |
44 | |
45 2002-11-17 Ben Wing <ben@xemacs.org> | |
46 | |
47 * ldap/Makefile.in.in: | |
48 * ldap/Makefile.in.in (SRCS): | |
49 * ldap/Makefile.in.in (SRC_SRCS): Removed. | |
50 * ldap/Makefile.in.in (OBJS): Removed. | |
51 * ldap/Makefile.in.in (SHELL): Removed. | |
52 * ldap/Makefile.in.in (RM): Removed. | |
53 * ldap/Makefile.in.in (PROGNAME): Removed. | |
54 * ldap/Makefile.in.in (CFLAGS): Removed. | |
55 * ldap/Makefile.in.in (INSTALL): Removed. | |
56 * ldap/Makefile.in.in (version): Removed. | |
57 * ldap/Makefile.in.in (prefix): Removed. | |
58 * ldap/Makefile.in.in (exec_prefix): Removed. | |
59 * ldap/Makefile.in.in (libdir): Removed. | |
60 * ldap/Makefile.in.in (instvardir): Removed. | |
61 * ldap/Makefile.in.in (configuration): Removed. | |
62 * ldap/Makefile.in.in (moduledir): Removed. | |
63 * ldap/Makefile.in.in (with_modules): Removed. | |
64 * ldap/Makefile.in.in (srcdir): Removed. | |
65 * ldap/Makefile.in.in (VPATH): Removed. | |
66 * ldap/Makefile.in.in (CC): Removed. | |
67 * ldap/Makefile.in.in (MODARCHDIR): Removed. | |
68 * ldap/Makefile.in.in (MAKE_DOCFILE): Removed. | |
69 * ldap/Makefile.in.in (MODCFLAGS): Removed. | |
70 * ldap/Makefile.in.in (INSTALLPATH): Removed. | |
71 * ldap/Makefile.in.in (INSTALL_PROGRAM): Removed. | |
72 * ldap/Makefile.in.in (OBJECT_TO_BUILD): Removed. | |
73 * ldap/Makefile.in.in (.PHONY): Removed. | |
74 * ldap/Makefile.in.in (all): Removed. | |
75 * ldap/Makefile.in.in (.c.o): Removed. | |
76 * ldap/Makefile.in.in (clean): Removed. | |
77 * ldap/Makefile.in.in (distclean): Removed. | |
78 * ldap/Makefile.in.in (install): Removed. | |
79 Move common stuff into modues/common/Makefile.common. (Also | |
80 add extraclean target and a couple of other fixes in that file.) | |
81 | |
82 * ldap/configure.ac: | |
83 * ldap/configure.ac (have_ldap): | |
84 Extract out common configure stuff into | |
85 modules/common/configure-{pre,post}.ac. | |
86 | |
87 2002-11-17 Ben Wing <ben@xemacs.org> | |
88 | |
89 * common/Makefile.common: | |
90 * common/Makefile.common (SHELL): | |
91 Common stuff is here. | |
92 | |
1 2002-09-20 Steve Youngs <youngs@xemacs.org> | 93 2002-09-20 Steve Youngs <youngs@xemacs.org> |
2 | 94 |
3 * postgresql/Makefile.in.in (LDFLAGS): Add @ld_switch_all@ to pick | 95 * postgresql/Makefile.in.in (LDFLAGS): Add @ld_switch_all@ to pick |
4 up '--site-libraries'. | 96 up '--site-libraries'. |
5 | 97 |