diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-05-02 15:32:22 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-05-02 15:32:22 -0300 |
commit | fe5c37ae95ac64762f307d983000246e3429017f (patch) | |
tree | 2e35f41aa4d9fb697bc3c3a8d51651ca82671a57 /bugs | |
parent | c31f02948fb4431e2639948557dc5501fa1877b9 (diff) | |
download | lua-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-- | bugs | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 | ||
175 | Tue 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) | ||