comparison src/ChangeLog @ 913:89db3de0165d

[xemacs-hg @ 2002-07-09 11:58:30 by michaels] Synch with latest commits.
author michaels
date Tue, 09 Jul 2002 11:58:30 +0000
parents 6a68d74d1a04
children 44e6e64b1cf2
comparison
equal deleted inserted replaced
912:e10cdc51a200 913:89db3de0165d
1 2002-07-08 Mike Sperber <mike@xemacs.org>
2
3 * text.h: Only include wchar.h if we have it; define wcslen
4 prototype if we don't.
5
6 * config.h.in: Add stub for HAVE_WCHAR_H.
7
8 * sysdep.c (wcslen): Added definition for systems which don't have
9 it.
10
11 2002-07-08 Mike Sperber <mike@xemacs.org>
12
13 * process.c (Fstart_process_internal): Do error checking before we
14 fork off the child, so the child can't muck with the state of the
15 parent.
16
17 2002-07-08 Mike Sperber <mike@xemacs.org>
18
19 * ralloc.c (init_ralloc): Allocate properly for pdump.
20
21 * emacs.c (main_1): Revert init_ralloc patch in favor of an
22 easier-to-understand solution.
23
1 2002-07-05 David Bush <David.Bush@intel.com> 24 2002-07-05 David Bush <David.Bush@intel.com>
2 25
3 * console-msw-impl.h (struct Lisp_Devmode): Lisp_Devmode is typedef'ed 26 * console-msw-impl.h (struct Lisp_Devmode): Lisp_Devmode is typedef'ed
4 in console-msw.h, don't do it again with the structure definition 27 in console-msw.h, don't do it again with the structure definition
5 28