Expect

Check-in [0a2dd35d85]
Login

Check-in [0a2dd35d85]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Add ChangeLog for 5.45.4 release
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | expect-5-45-4
Files: files | file ages | folders
SHA1: 0a2dd35d85cdf6253e8fcf1abf16ab421bf97ec2
User & Date: pyssling 2018-02-04 13:55:15.530
Context
2020-05-21
16:43
Apply patch "patch-warnings" from Mikhail T. Fixes many compiler warnings. Also do some additional cleanup of pre-ansi C function definitions and ensure build on Linux still works. check-in: 35d0b2bdfe user: pyssling tags: trunk
2018-02-04
13:55
Add ChangeLog for 5.45.4 release check-in: 0a2dd35d85 user: pyssling tags: trunk, expect-5-45-4
10:45
Bump version to 5.45.4 for release. check-in: 1a99d091a8 user: pyssling tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to ChangeLog.











1
2
3
4
5
6
7











2014-05-01  Andreas Kupries <[email protected]>

	* exp_main_sub.c: Updated EXP_VERSION to 5.45.3
	* configure, configure.in: Updated expect to version 5.45.3

	* expect.man [http://sourceforge.net/p/expect/bugs/86/]. Report
	  and fix by Vitezlav Crhonek.
>
>
>
>
>
>
>
>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2018-02-04  Nils Carlson <[email protected]>

	* exp_inter.c: [https://sourceforge.net/p/expect/patches/22/]
	Fix interact bug - handle reads of 0 length on
	non-blocking channels by explicitly checking if the channel
	is non-blocking. Fix by Jack Bates.

	* expect.c: [https://sourceforge.net/p/expect/patches/21/]
	Fix eof bug introduced with previous bug fix - ensure that data
	received just before an eof is processed. Fix by Sergei Golovan.

2014-05-01  Andreas Kupries <[email protected]>

	* exp_main_sub.c: Updated EXP_VERSION to 5.45.3
	* configure, configure.in: Updated expect to version 5.45.3

	* expect.man [http://sourceforge.net/p/expect/bugs/86/]. Report
	  and fix by Vitezlav Crhonek.