# HG changeset patch # User Dave Love # Date 1061398642 0 # Node ID 3b17574dfec489e367216adf05f9a7781becd6ce # Parent 9e37dafb7d31f17c947adb6fe34c877a35a2e595 *** empty log message *** diff -r 9e37dafb7d31 -r 3b17574dfec4 src/ChangeLog --- a/src/ChangeLog Wed Aug 20 16:56:50 2003 +0000 +++ b/src/ChangeLog Wed Aug 20 16:57:22 2003 +0000 @@ -1,3 +1,24 @@ +2003-08-20 Dave Love + + * atimer.h: Include lisp.h. + + * lisp.h (EMACS_LISP_H): New. + (popup_activated_flag): Don't declare. + + * alloca.c: Some merging with gnulib. Change logic and doc + concerning (x)malloc/(x)free -- no longer Emacs-specific. + [DO_BLOCK_INPUT]: Don't include lisp.h. + (xmalloc, xfree): Declare. + (malloc): Don't declare. + + * Makefile.in (LWLIB_OPTIONS): Removed (unused). + (alloca.o): Remove obsolete stuff concerning alloca.s. Depend on + atimer.h, blockinput.h. + + * alloc.c (lisp_align_malloc): Change type of `aligned'. + + * alloca.s: Removed. + 2003-08-19 Gerd Moellmann * s/freebsd.h [__FreeBSD_version >= 400000]: Define TERMINFO,