summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Blake <cblake@csail.mit.edu>2014-09-26 12:54:02 -0400
committerCharles Blake <cblake@csail.mit.edu>2014-09-26 12:54:02 -0400
commit089c4e5136bf6042bc22db1966472d63fedb644f (patch)
treeaa18c05f921428660793d6f089a86ee7d0ff8156
parentbe184676135113dda80cfc18bb675294fc2e5119 (diff)
downloadcython-089c4e5136bf6042bc22db1966472d63fedb644f.tar.gz
Change CHANGES.rst to reflect the actual difference from 0.21 release.
--HG-- extra : transplant_source : %D9vU7%ADB%21%A0%FD%C0%09%AC%90h%FB%5E%259w.
-rw-r--r--CHANGES.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index cedc7679d..ea2fe2886 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -26,9 +26,9 @@ Bugs fixed
* Reference leak for non-simple Python expressions in boolean and/or expressions.
-* ``getitimer()``, ``setitimer()``, ``gettimeofday()`` and related type/constant
- definitions were moved from ``posix/time.pxd`` to ``posix/sys_time.pxd`` to
- fix a naming collision.
+* To fix a name collision and to reflect availability on host platforms,
+ standard C declarations [ clock(), time(), struct tm and tm* functions ]
+ were moved from posix/time.pxd to a new libc/time.pxd.
* Rerunning unmodified modules in IPython's cython support failed.
Patch by Matthias Bussonier.