summaryrefslogtreecommitdiff
path: root/src/TODO
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2007-05-16 10:46:05 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 03:38:53 -0400
commit2d8512af88eab26176089e53916f309f2d3b3be4 (patch)
tree5d0b6217a3367099d8a3fdb2866acc433c38e078 /src/TODO
parent1134fc7eff7094700abf16c2e532d7c3c40ae68d (diff)
downloadfork-ledger-2d8512af88eab26176089e53916f309f2d3b3be4.tar.gz
fork-ledger-2d8512af88eab26176089e53916f309f2d3b3be4.tar.bz2
fork-ledger-2d8512af88eab26176089e53916f309f2d3b3be4.zip
Changed all uses of scope_t * to scope_t&
Diffstat (limited to 'src/TODO')
-rw-r--r--src/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/TODO b/src/TODO
index 2f95ac08..67ec951d 100644
--- a/src/TODO
+++ b/src/TODO
@@ -1,3 +1,6 @@
+- What does SEQUENCE + VALUE mean in XPath? Does it add VALUE to
+ every member of SEQUENCE?
+
- Add tracing code for functions that records call count and total
time spent, as well as average time per call. This would implement
selective profiling.