Tcl Source Code

Ticket Change Details
Login
Overview

Artifact ID: 8a899c75623dc6d515d039400df6dcb3f38c43ab
Ticket: 27ef2056e8a87e82a43f94796e68558da85abcf3
[string repeat] overflow fail
User & Date: dgp 2013-12-12 20:16:32
Changes

  1. icomment:
    This is a variation on
    
    % string length [string repeat a -5]
    0
    
    Have to consider whether negative argument
    for "count" argument of [string repeat]
    ought to continue to produce the empty string,
    or ought to be raising an error.
    
  2. login: "dgp"
  3. mimetype: "text/plain"