On Thu, May 19, 2011 at 1:40 PM, Nico Williams <n...@cryptonector.com>wrote:

> On Thu, May 19, 2011 at 12:37 PM, Richard Hipp <d...@sqlite.org> wrote:
> > On Thu, May 19, 2011 at 1:23 PM, Nico Williams <n...@cryptonector.com
> >wrote:
> > Everything is protected by multiple cryptographic hashes, both SHA1 and
> > MD5.  On-the-wire corruption is not a realistic possibility.
>
> Excellent.
>
> > Is that normal?  The missing whitespace between '{*}' and '$result'
> >> causes make test failures.
> >
> > There is not suppose to be a space between the {*} and the $.  The
> {*}$var
> > is a relatively new construct in TCL that means to expand the variable as
> > one or more space-separated arguments.  It is a safer alternative to the
> old
> > "eval" command.
>
> So I need a new version of Tcl?  I'm using 8.4.  What version do I need?
>

I think 8.5 is sufficient.  But if you are upgrading, you might as well go
with the very latest 8.6 beta.


>
> Thanks,
>
> Nico
> --
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to