diff options
author | Roozbeh Pournader <roozbeh@sharif.edu> | 2006-05-25 21:55:05 +0000 |
---|---|---|
committer | Roozbeh Pournader <roozbeh@sharif.edu> | 2006-05-25 21:55:05 +0000 |
commit | 0a2ec794f03837e374b38c4952e23aa352461cf9 (patch) | |
tree | c979be67e9d2a0b857b0611a863a2b97040f406d /Build/source/texk/web2c/otps/bugs.txt | |
parent | bc96f890c4e188f096421c4ca79872f087a98372 (diff) |
various updates and fixes to otp and ocp handling code
git-svn-id: svn://tug.org/texlive/trunk@1594 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/otps/bugs.txt')
-rw-r--r-- | Build/source/texk/web2c/otps/bugs.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/otps/bugs.txt b/Build/source/texk/web2c/otps/bugs.txt new file mode 100644 index 00000000000..0a878a5bc06 --- /dev/null +++ b/Build/source/texk/web2c/otps/bugs.txt @@ -0,0 +1,9 @@ +[20050814-1] (otp2ocp) + Choices may include CompleteLefts, but only through aliases. + This should be tested. If it's working properly, choices should be + extended to allow them without aliases. If it's not working, + it should be fixed or removed. +[20050814-2] (otp2ocp) + Implement star (*) regexps, using <0,>. otp2ocp should fail when + it's the only thing on left side, since it would match the empty + string. |