summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-04-10 15:42:48 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-04-10 15:42:48 -0700
commit407377d0d945ccab189546ce0ce9d5f7d4a7f076 (patch)
tree59c6719d064e45ec517241f94d5e386be55551ff /ChangeLog
parent5336c93d6b6b79daac6d1a239ac2955277b376fa (diff)
downloadtxr-407377d0d945ccab189546ce0ce9d5f7d4a7f076.tar.gz
txr-407377d0d945ccab189546ce0ce9d5f7d4a7f076.tar.bz2
txr-407377d0d945ccab189546ce0ce9d5f7d4a7f076.zip
* configure: Switch from _POSIX_C_SOURCE=2 to _XOPEN_SOURCE.
We will be relying on the gettimeofday function which only came into POSIX in 2001, but was in Unix long before then. * HACKING: Replace notes about -D_POSIX_C_SOURCE which are not true any more.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 75bc2656..69a0ca4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2012-04-10 Kaz Kylheku <kaz@kylheku.com>
+ * configure: Switch from _POSIX_C_SOURCE=2 to _XOPEN_SOURCE.
+ We will be relying on the gettimeofday function which only came
+ into POSIX in 2001, but was in Unix long before then.
+
+ * HACKING: Replace notes about -D_POSIX_C_SOURCE which are not true
+ any more.
+
+2012-04-10 Kaz Kylheku <kaz@kylheku.com>
+
* Makefile (conftest.ccver): New phony target.
* configure: The test for non-working 128 bit integers in the gcc