Author: mdiep Date: Tue Nov 15 21:51:57 2005 New Revision: 10015 Modified: trunk/languages/tcl/lib/commands/string.pir Log: Don't escape patterns/strings before sending them to PGE. All ParTcl tests are passing again.
Modified: trunk/languages/tcl/lib/commands/string.pir ============================================================================== --- trunk/languages/tcl/lib/commands/string.pir (original) +++ trunk/languages/tcl/lib/commands/string.pir Tue Nov 15 21:51:57 2005 @@ -184,9 +184,6 @@ match_next: the_string = downcase the_string match_continue: - pattern = escape pattern # escape unicode for PGE globs. - the_string = escape the_string - .local pmc globber globber = find_global "PGE", "glob"
