Mercurial > hg > xemacs-beta
changeset 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 | e10cdc51a200 |
children | 44e6e64b1cf2 |
files | src/ChangeLog |
diffstat | 1 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Tue Jul 09 11:58:12 2002 +0000 +++ b/src/ChangeLog Tue Jul 09 11:58:30 2002 +0000 @@ -1,3 +1,26 @@ +2002-07-08 Mike Sperber <mike@xemacs.org> + + * text.h: Only include wchar.h if we have it; define wcslen + prototype if we don't. + + * config.h.in: Add stub for HAVE_WCHAR_H. + + * sysdep.c (wcslen): Added definition for systems which don't have + it. + +2002-07-08 Mike Sperber <mike@xemacs.org> + + * process.c (Fstart_process_internal): Do error checking before we + fork off the child, so the child can't muck with the state of the + parent. + +2002-07-08 Mike Sperber <mike@xemacs.org> + + * ralloc.c (init_ralloc): Allocate properly for pdump. + + * emacs.c (main_1): Revert init_ralloc patch in favor of an + easier-to-understand solution. + 2002-07-05 David Bush <David.Bush@intel.com> * console-msw-impl.h (struct Lisp_Devmode): Lisp_Devmode is typedef'ed