1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 17, 2023 — Jan 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
10 Feb 2011 - 4.0.3.d10-lib Library changes _el_import_const Warning: remote host - should be supressed Remove proc parray - conflicts with other calls to parray *TCL suppress timeouts. reset upon return Cleaned up FORK code, nicer internal management of sessions Changed *TIMESTAMP params to ISO|YMD|DMY|MDY, default is ISO More... almost 14 years ago
9 Feb 2011 - 4.0.3.d9-lib Added _el_import_const to import constants in lib mode Can be repeatedly called Fixed *SHOW VARS in lib mode - arg0 was not defined Added *TIMESTAMP US|EU|ISO & *NOTIMESTAMP (idea from Kevin Broch [email protected]) ISO is default timestamp format More... almost 14 years ago
6 Feb 2011 - 4.0.3.d8-lib Added lib proc _el_import_session_ids to import existing sessions Created pkgIndex.tcl to load library as a package Summary of EL Lib API package require expect-lite # initialize the library with CLI args _el_init_library "*EXP_INFO IP=10.5.5.5 *NODEBUG" # read this file as el script, reference by buf_stack pointer set cmd_file $argv0 set cmd_list_ptr [_el_buffer $cmd_file] # call el script exec set RESULT [ _el_script_exec "" $cmd_list_ptr ] More... almost 14 years ago
31 Jan 2011 - 4.0.3.d6-lib Fixed bug in Bad Time Out Value (found by Tajas Petal [email protected]) Updated self test regression script to catch error Cleaned up _el_color variable names More... almost 14 years ago
Version 4.0.3.d4-lib Started working on Library version of expect-lite As a library, expect-lite can be called from a TCL program This allows one to embed expect-lite into a TCL program, while keeping the context of the TCL (variables and procs) Sample TCL app using expect-lite library - test_el_lib_tcl More... about 14 years ago
7 Jan 2011 - 4.0.3.d2 Fixed *FORK inside IDE, was not returning to correct session upon Continuing script (+++) More... about 14 years ago
Update in preparation to release version 4.0.2 with installer More... about 14 years ago
Tested installer.sh on cygwin - version 0.97 fixed double // problem (which works in linux, but not in cygwin) More... about 14 years ago
Updated installer with Kevin Broch comments. Now version 0.96 More... about 14 years ago
6 Dec 2010 - 4.0.2a Installer 0.92 - tested on cygwin & mac Remove: Restores old .bashrc, and old expect-lite (if present) More... about 14 years ago
5 Dec 2010 - 4.0.2a Added chars >./$ to copy/paste in IDE Created installer from the tar ball Auto configures to use ssh_keys (if unix) Auto calls setup_local_ssh_keys script (if unix) Remove file with -R option More... about 14 years ago
Pre-version 4.0.2a 15 Nov 2010 Fixed bug in IDE paste (added $/.) More... about 14 years ago
Fixed error in env var name of man page More... about 14 years ago
Updated install doc with proper gentoo emerge command More... about 14 years ago
Ack, the ping example doesn't work in cygwin Updated Install doc to reflect an example which DOES work in cygwin More... about 14 years ago
Last minute updates for release 4.0.1 More... about 14 years ago
Updated change log More... about 14 years ago
Added ChangeLog for release More... about 14 years ago
Updated documentation, and changelog in preparation for release 4.0.1 More... about 14 years ago
23 Oct 2010 - 4.0.7 beta Fixed problem of Labels are not trimmed of trailing space/tabs, updated self test Created bashrc as example for setting env vars to customize expect-lite Hardended code that reads env vars More... about 14 years ago
20 Oct 2010 - 4.0.6 beta Fixed IDE Step/Skip with embedded expect - added global clump More... over 14 years ago
19 Oct 2010 - 4.05 Beta Fixed but in native executable method - script_name const=val More... over 14 years ago
18 Oct 2010 - 4.04 beta Native method to make scripts executable Only works for ubuntu 9.04 and newer (bash 4.x and newer) Masquerade still required for older OSs e.g. #!/home/user/bin/expect-lite # make this puppy run More... over 14 years ago
17 Oct 2010 - still 4.0.3 beta Added not-expect '-<' to step/skip clumping More... over 14 years ago
15 Oct 2010 - 4.0.2 beta Cleaned up Pasted lines overwriting eachother fixed by overwriting line with 70 spaces (to "clear" line) Add $arg0 to <esc>v *SHOW VARs command More... over 14 years ago
12 Oct 2010 - 4.0.1 beta Was v 4.0.25 alpha Update expect-lite help screen with additional ENV VARs (the common ones) More... over 14 years ago
Updated to version 4.0.24 alpha Removed set stty raw - may be causing *FORK problem Made all Env Vars all Upper Case Updated Man page Updated expect-lite_doc.html Added Directives section Added IDE Clumping Added Expanded Env Vars section More... over 14 years ago
v4.0.23 Robustified IDE code Updated change log Added Random Line to test_includer.txt More... over 14 years ago
v4.0.22 Added Env Var support: EL_connect_method, EL_user, EL_pass, EL_delay_wait_for_host More... over 14 years ago
v 4.0.22 Added Env Var support: EL_connect_method, EL_user, EL_pass, EL_delay_wait_for_host More... over 14 years ago