Tcl Library Source Code

Ticket Change Details
Login
Overview

Artifact ID: 37173c503d2d81b4f5367cd8d3dc409329aac89224a183c107ef11003aaa7736
Ticket: 819e42b05c7c30ab6225249be3f96d814997c0ac
md4 requires wrong package version
User & Date: bovine 2017-10-10 19:29:45
Changes

  1. icomment:
    That works.
    
    $ tclsh
    tclsh8.6 [/tmp] package require md4
    1.0.6
    tclsh8.6 [/tmp] ::md4::md4c hello
    †d7ËzyKÎ+rzÌbî'
    
    So either the pkgIndex.tcl is missing a line for md4c, or the ineffective "package require md4c" should be changed/removed from modules/md4/md4.tcl
    
  2. login: "bovine"
  3. mimetype: "text/plain"