emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog
Date: Mon, 14 Jul 2003 11:30:22 -0400

Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.3316 emacs/src/ChangeLog:1.3317
*** emacs/src/ChangeLog:1.3316  Mon Jul 14 01:38:24 2003
--- emacs/src/ChangeLog Mon Jul 14 11:30:21 2003
***************
*** 9,14 ****
--- 9,22 ----
        Initialize these arrays to nonzero, so that they're not
        put into BSS by that optimization.
  
+ 2003-07-13  Stefan Monnier  <address@hidden>
+ 
+       * alloc.c (BLOCK_PADDING): Rename from ABLOCKS_PADDING.  Update users.
+       (lisp_align_malloc): Use posix_memalign is available.
+       (ABLOCKS_BASE): Use HAVE_POSIX_MEMALIGN as an optimization.
+       (STRING_BLOCK_SIZE): Rename from STRINGS_IN_STRING_BLOCK
+       for consistency.  Update users.
+ 
  2003-07-13  Richard M. Stallman  <address@hidden>
  
        * s/netbsd.h (START_FILES_1, END_FILES_1): Always define them.
***************
*** 41,52 ****
        * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
        END_FILES_1.
        (START_FILES_1, END_FILES_1): New macros (conditional).
!       (LD_SWITCH_SYSTEM_TEMACS): Defined.
  
        * s/openbsd.h: Don't include bsd4-3.h.
!       (TERMINFO): Defined.
!       (LIBS_TERMCAP): Defined.
!       (LD_SWITCH_SYSTEM): Defined (two definitions).
  
        * xfns.c: Include libpng/png.h instead of png.h.
  
--- 49,60 ----
        * s/netbsd.h (START_FILES, LIB_STANDARD): Use START_FILES_1,
        END_FILES_1.
        (START_FILES_1, END_FILES_1): New macros (conditional).
!       (LD_SWITCH_SYSTEM_TEMACS): Define.
  
        * s/openbsd.h: Don't include bsd4-3.h.
!       (TERMINFO): Define.
!       (LIBS_TERMCAP): Define.
!       (LD_SWITCH_SYSTEM): Define (two definitions).
  
        * xfns.c: Include libpng/png.h instead of png.h.
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]