summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Francois Brousseau <jfb@cvs.openbsd.org>2004-07-15 00:54:02 +0000
committerJean-Francois Brousseau <jfb@cvs.openbsd.org>2004-07-15 00:54:02 +0000
commitd4a94683b0a8c2972b69426aa681af6484125c80 (patch)
tree3d2e9f0a7ebd45a42d58358c5e211bfa3c40e266
parent69e1bba8f6987946ec23638615fbd7fcc1dad202 (diff)
* remove the RCS escaping line, it is now fixed
* add another one regarding rcs_splitpath()
-rw-r--r--usr.bin/cvs/TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/TODO b/usr.bin/cvs/TODO
index 294525b0055..cc352718279 100644
--- a/usr.bin/cvs/TODO
+++ b/usr.bin/cvs/TODO
@@ -2,4 +2,5 @@
* cleanup the client/proto mess
* find a way to make it easier to connect when acting as client
* prevent reconnection when the cvsroot is the same as the previous one
-* escape the data that we store in delta texts of RCS files (BAD BAD)
+* make splitpath() require only one buffer that is MAXPATHLEN and the file
+ should be a char ** that points to the appropriate place in the dir buffer