summaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-05-02 15:32:22 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-05-02 15:32:22 -0300
commitfe5c37ae95ac64762f307d983000246e3429017f (patch)
tree2e35f41aa4d9fb697bc3c3a8d51651ca82671a57 /bugs
parentc31f02948fb4431e2639948557dc5501fa1877b9 (diff)
downloadlua-fe5c37ae95ac64762f307d983000246e3429017f.tar.gz
lua-fe5c37ae95ac64762f307d983000246e3429017f.tar.bz2
lua-fe5c37ae95ac64762f307d983000246e3429017f.zip
BUG: `strfind' gets wrong subject length when there is an offset
Diffstat (limited to 'bugs')
-rw-r--r--bugs5
1 files changed, 5 insertions, 0 deletions
diff --git a/bugs b/bugs
index 58a17b97..b73c691e 100644
--- a/bugs
+++ b/bugs
@@ -170,3 +170,8 @@ in the following platforms:
170* IRIX - cc, cc-purify 170* IRIX - cc, cc-purify
171* Windows - Visual C++ (.c e .cpp, warning level=4) 171* Windows - Visual C++ (.c e .cpp, warning level=4)
172 172
173
174** lstrlib.c
175Tue May 2 15:27:58 EST 2000
176>> `strfind' gets wrong subject length when there is an offset
177(by Jon Kleiser; since 4.0a)