]> git.saurik.com Git - cycript.git/blobdiff - todo.txt
Syntax highlight nil, an identifier, as a constant.
[cycript.git] / todo.txt
index 7285880eae9b1f37dd6a8f7021ed07c8e9e04e07..f6b586347ae0609c0800c7cccc21840745032167 100644 (file)
--- a/todo.txt
+++ b/todo.txt
@@ -104,3 +104,4 @@ Objective-C strings might should be cyonified using double-quotes
 apparently you can have random escape sequences in strings, like \!
 cycript -p with processes that have spaces doesn't work
 CYDriver uses std::istream, but it should use std::streambuf
 apparently you can have random escape sequences in strings, like \!
 cycript -p with processes that have spaces doesn't work
 CYDriver uses std::istream, but it should use std::streambuf
+the mechanism I used to autodetect readline is horrible: use autoconf