From 91664c356f4eb1f31a90f36d369bceb386466f42 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 7 Feb 2015 19:36:32 -0800 Subject: * Makefile (CFLAGS): Removed puzzling, unnecessary definitions of XMALLOC, XCALLOC, XREALLOC and XFREE for $(MPI_OBJS). MPI does not use such macros and the allocator is already retargetted to use the TXR one. * mpi-patches/use-txr-allocator: In this patch, we don't need external declaration for chk_malloc or chk_realloc because they are not used. Only chk_calloc is used. * mpi-patches/add-bitops: Refreshed. * mpi-patches/add-mp-hash: Likewise. * mpi-patches/add-mp-set-intptr: Likewise. * mpi-patches/add-mpi-toradix-with-case: Likewise. * mpi-patches/bit-search-optimizations: Likewise. * mpi-patches/export-mp-eq: Likewise. * mpi-patches/faster-square-root: Likewise. * mpi-patches/fix-bad-shifts: Likewise. * mpi-patches/fix-ctype-warnings: Likewise. * mpi-patches/fix-mult-bug: Likewise. * mpi-patches/mpi-set-double-intptr: Likewise. * mpi-patches/mpi-set-mpi-word: Likewise. * mpi-patches/mpi-to-double: Likewise. --- ChangeLog | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 18a993c3..629da96e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2015-02-07 Kaz Kylheku + + * Makefile (CFLAGS): Removed puzzling, unnecessary definitions + of XMALLOC, XCALLOC, XREALLOC and XFREE for $(MPI_OBJS). MPI + does not use such macros and the allocator is already retargetted + to use the TXR one. + + * mpi-patches/use-txr-allocator: In this patch, we don't need + external declaration for chk_malloc or chk_realloc because they + are not used. Only chk_calloc is used. + + * mpi-patches/add-bitops: Refreshed. + + * mpi-patches/add-mp-hash: Likewise. + + * mpi-patches/add-mp-set-intptr: Likewise. + + * mpi-patches/add-mpi-toradix-with-case: Likewise. + + * mpi-patches/bit-search-optimizations: Likewise. + + * mpi-patches/export-mp-eq: Likewise. + + * mpi-patches/faster-square-root: Likewise. + + * mpi-patches/fix-bad-shifts: Likewise. + + * mpi-patches/fix-ctype-warnings: Likewise. + + * mpi-patches/fix-mult-bug: Likewise. + + * mpi-patches/mpi-set-double-intptr: Likewise. + + * mpi-patches/mpi-set-mpi-word: Likewise. + + * mpi-patches/mpi-to-double: Likewise. + 2015-02-07 Kaz Kylheku Support txr-win.exe target which has no console window. -- cgit v1.2.3