aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-22 00:38:03 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-22 04:29:31 +0200
commitc6cfd6450334cc09d3a984d710e3fcc26b809f0f (patch)
tree8a2226e216577b87aebd03f8901e911a558ec49a /TODO
parentbd8918fffc73803698f02021543a14445ba17e0b (diff)
downloadqpdf-c6cfd6450334cc09d3a984d710e3fcc26b809f0f.tar.zst
Rename QUtil::strcasecmp to QUtil::str_compare_nocase (fixes #242)
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index a04be5c9..bf400c33 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,6 @@
Next ABI
========
- * Rename QUtil::strcasecmp since strcasecmp is a macro on some
- platforms. See #242.
-
* Get rid of the version of QPDF::copyForeignObject with the bool
unused parameter.