Opened 7 years ago
Closed 7 years ago
#9906 closed enhancement (fixed)
expect-5.45.3
Reported by: | Pierre Labastie | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 8.2 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New point version. Wait for lfs update.
Change History (3)
comment:1 by , 7 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 7 years ago
- expect.man http://sourceforge.net/p/expect/bugs/86/. Report and fix by Vitezlav Crhonek.
- expect.c http://sourceforge.net/p/expect/bugs/76/. Report and fix by Mutsuhito Iikura. On finding a full buffer during matching the sliding window mechanism slides too far, truncating the whole buffer and preventing matches across the boundary. Fix is shortening the slide distance (slide only one 1/3).
- expect.c: http://sourceforge.net/p/expect/patches/18/. Report and fix both by Nils Carlson <nils.carlson@…>. Replaced a cc==0 check with proper Tcl_Eof() check.
Note:
See TracTickets
for help on using tickets.