SHA256
1
0
forked from pool/expect
Go to file
Reinhard Max 7bbe6560d5 Accepting request 540240 from home:avindra
- New version 5.45.3:
  * expect.c: 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: Replaced a cc==0 check with proper Tcl_Eof() check.
- Includes changes from 5.45.2:
  * configure: Extended Tcl header detection for OS X Mountain Lion.
  * expect.c: Replaced memcpy with memmove to properly handle
    overlapping memory.
- Includes changes from 5.45.1:
  * exp_chan.c: Fix a problem when talking a tty where the writer
    dies. Some operating systems report the condition as EIO with
    nothing read, while this actually an EOF. Previously, returned
    data was incomplete due to the error causing data in buffers to
    be dropped.
  * exp_chan.c: Fix a problem with the iteration over the expect
    channel list where the loop code may modify the list, breaking
    the iterator.
  * Fixes for exp_chan.c and exp_command.h
  * expect.c: Convert #bytes information to #chars to prevent later
    code to fail when copying strings around and miscalculating how
    much to copy, for strings containing non-ASCII utf chars.
  * exp_inter.c: Hack access to TCL_REG_BOSONLY when not present,
    became private with Tcl 8.5 and higher.
  * expect.h: Remove the local fiddling with the memory allocation
    and panic macros.
  * example/unbuffer: Prevent unbuffer from swallowing exit code of
    the command it ran (regular mode only, not -p)
  * Various deduplications and cleanups
- cleanup with spec-cleaner
- use %make_install macro

OBS-URL: https://build.opensuse.org/request/show/540240
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/expect?expand=0&rev=19
2017-11-09 14:56:10 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expect?expand=0&rev=1 2006-12-18 23:15:52 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expect?expand=0&rev=1 2006-12-18 23:15:52 +00:00
config-guess-sub-update.patch Accepting request 151451 from home:Andreas_Schwab:Factory 2013-02-06 11:40:39 +00:00
expect-5.45.3.tar.gz Accepting request 540240 from home:avindra 2017-11-09 14:56:10 +00:00
expect-fixes.patch Accepting request 87061 from devel:languages:tcl 2011-10-07 14:20:42 +00:00
expect-log.patch Accepting request 113576 from home:AndreasSchwab:ff 2012-04-17 19:19:47 +00:00
expect-rpmlintrc OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expect?expand=0&rev=2 2008-03-21 00:34:20 +00:00
expect.changes Accepting request 540240 from home:avindra 2017-11-09 14:56:10 +00:00
expect.patch Accepting request 87061 from devel:languages:tcl 2011-10-07 14:20:42 +00:00
expect.spec Accepting request 540240 from home:avindra 2017-11-09 14:56:10 +00:00