SHA256
1
0
forked from pool/expect
Commit Graph

14 Commits

Author SHA256 Message Date
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
Reinhard Max
ec31f58e72 - Don't ship the 'weather' example anymore (fate#318342).
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/expect?expand=0&rev=17
2015-07-17 09:01:55 +00:00
Reinhard Max
ffdb6cad4b Accepting request 161180 from home:m_meister:branches:openSUSE:Factory
- Added url as source.
  Please see http://en.opensuse.org/SourceUrls

OBS-URL: https://build.opensuse.org/request/show/161180
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/expect?expand=0&rev=15
2013-03-26 16:06:41 +00:00
Reinhard Max
6edeee9a5b Accepting request 151451 from home:Andreas_Schwab:Factory
- Update config.guess/sub for aarch64

OBS-URL: https://build.opensuse.org/request/show/151451
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/expect?expand=0&rev=13
2013-02-06 11:40:39 +00:00
Factory Maintainer
20cfa24cf8 Accepting request 113576 from home:AndreasSchwab:ff
- Remove execute permission from logfiles

OBS-URL: https://build.opensuse.org/request/show/113576
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/expect?expand=0&rev=11
2012-04-17 19:19:47 +00:00
Reinhard Max
ef966f9a9e Accepting request 97331 from home:coolo:removeautoconf
add autoconf to buildrequires

OBS-URL: https://build.opensuse.org/request/show/97331
OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/expect?expand=0&rev=9
2011-12-21 11:18:15 +00:00
Lars Vogdt
b070fc40dc Accepting request 87061 from devel:languages:tcl
version 5.45

OBS-URL: https://build.opensuse.org/request/show/87061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expect?expand=0&rev=14
2011-10-07 14:20:42 +00:00
OBS User unknown
bf32ee952c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expect?expand=0&rev=8 2009-08-06 15:11:25 +00:00
OBS User unknown
db23e27a2f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expect?expand=0&rev=7 2008-11-03 11:04:57 +00:00
OBS User unknown
87c634d4fa OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expect?expand=0&rev=6 2008-10-22 15:50:47 +00:00
OBS User unknown
f22e10095d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expect?expand=0&rev=4 2008-05-07 19:53:28 +00:00
OBS User unknown
d968cd173c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expect?expand=0&rev=3 2008-04-06 01:57:53 +00:00
OBS User unknown
802e03fd77 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expect?expand=0&rev=2 2008-03-21 00:34:20 +00:00
OBS User unknown
e9dfba9b1f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/expect?expand=0&rev=1 2006-12-18 23:15:52 +00:00