Author: coke Date: Fri Jan 5 19:33:08 2007 New Revision: 16426 Modified: trunk/ (props changed) trunk/languages/tcl/runtime/builtin/split.pir
Log: Resolve ticket #40756 ([TODO] Tcl - recode TclList truncation hack in [split]) this hack no longer needed. all [split] tests pass without. Modified: trunk/languages/tcl/runtime/builtin/split.pir ============================================================================== --- trunk/languages/tcl/runtime/builtin/split.pir (original) +++ trunk/languages/tcl/runtime/builtin/split.pir Fri Jan 5 19:33:08 2007 @@ -79,7 +79,7 @@ inc result_key split_really_done: - results = result_key # RT#40756: another TclList hack, truncate the list to the right + # results = result_key # RT#40756: another TclList hack, truncate the list to the right # number of elements... .return (results)
