aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2014-06-01 23:27:53 +0200
committerJuanma Barranquero <[email protected]>2014-06-01 23:27:53 +0200
commit89187af1bdef9f1f0e2960e4da5f2052c654aa24 (patch)
tree8d93f8a938a39e7bf98f4e62acc3beef6b23199f /ChangeLog
parentcc30429078211ed317e06d285df4da4520c9567a (diff)
* configure.ac: Raise HEAPSIZE value for 32-bit builds on Windows.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b6af29d19c..5790edaa17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-06-01 Juanma Barranquero <[email protected]>
+
+ * configure.ac (C_HEAP_SWITCH): Raise HEAPSIZE value for 32-bit
+ builds on Windows.
+
2014-05-29 Paul Eggert <[email protected]>
* configure.ac (pthread_sigmask): Look in LIB_PTHREAD too (Bug#17561).
@@ -23,7 +28,7 @@
2014-05-27 Fabrice Popineau <[email protected]>
- * configure.ac (C_HEAP_SWITCH) define for different values of
+ * configure.ac (C_HEAP_SWITCH): Define for different values of
dumped heap size depending on 32/64bits arch on Windows.
Don't check for pthreads.h on MinGW32/64, it gets in the way.
Use mmap(2) for buffers and system malloc for MinGW32/64.