comparison src/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 8b464283e891
children 3bcd77d0bf93
comparison
equal deleted inserted replaced
1110:49065a0d2943 1111:184461bc8de4
1 2002-11-17 Ben Wing <ben@xemacs.org>
2
3 * s/cygwin32.h:
4 * s/cygwin32.h (TEXT_START):
5 -fvtable-thunks is obsolete in GCC 3 and generates warnings.
6
7 * s/mingw32.h:
8 * s/windowsnt.h:
9 Comment fixes.
10
11 2002-11-17 Ben Wing <ben@xemacs.org>
12
13 * emodules.h:
14 Fix warnings from redefining symbols.
15
16 * eval.c:
17 * eval.c (call_with_condition_handler):
18 * eval.c (run_post_gc_hook):
19 * eval.c (Ffuncall):
20 Fix C++ errors -- no automatic casting between function pointers
21 and void *, function declarations inside of functions not allowed.
22
23 * event-Xt.c (emacs_Xt_enqueue_focus_event):
24 Warning fixes.
25
26 * fileio.c (Ffile_truename):
27 Warning fixes.
28 Use LOCAL_TO_WIN32_FILE_FORMAT rather than duplicating it.
29
30 * glyphs-x.c:
31 * glyphs-x.c (x_map_subwindow):
32 Fix style.
33
34 * intl-auto-encap-win32.c:
35 * intl-auto-encap-win32.h:
36 * intl-encap-win32.c:
37 * intl-encap-win32.c (qxeRegConnectRegistry):
38 * syswindows.h (RegConnectRegistry):
39 DdeCreateStringHandle needs to be manual due to new Cygwin bug.
40
41 * intl-win32.c:
42 * intl-win32.c (wcscmp):
43 * intl-win32.c (wcslen):
44 wcslen/wcscmp don't seem to exist under G++ 3, Cygwin.
45
46 * lisp.h:
47 * lisp-union.h:
48 * lisp-disunion.h:
49 * process-unix.c (unix_send_process):
50 Ugh, C needs volatile and C++ must not have volatile. Remove
51 previous volatile hacks, which don't seem to be working any more.
52
53 * sheap.c (STATIC_HEAP_SLOP):
54 Try to get a working Cygwin build with old unexec.
55
56 * sheap.c (more_static_core):
57 No NL's in literals allowed.
58
59 * symbols.c (Fset):
60 Fix C++ errors.
61
62 * syswindows.h:
63 * syswindows.h (struct):
64 * syswindows.h (tagNMDATETIMEFORMATW):
65 * syswindows.h (tagNMTTDISPIFNOA):
66 * syswindows.h (tagNMTTDISPINFOW):
67 Fix Cygwin complaints now that some missing structs have been added.
68
1 2002-10-14 Jerry James <james@xemacs.org> 69 2002-10-14 Jerry James <james@xemacs.org>
2 70
3 * alloc.c: Unconditionally use LISP_FLOAT_TYPE code. 71 * alloc.c: Unconditionally use LISP_FLOAT_TYPE code.
4 * bytecode.c: Ditto. 72 * bytecode.c: Ditto.
5 * data.c: Ditto. 73 * data.c: Ditto.