Changes between Initial Version and Version 2 of Ticket #1595

Show
Ignore:
Timestamp:
05/10/10 12:50:16 (12 years ago)
Author:
dukeleto
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1595

    • Property status changed from new to closed
    • Property resolution changed from to fixed
  • Ticket #1595 – description

    initial v2  
     1{{{ 
    12Index: compilers/pct/src/PAST/Compiler.pir 
    23=================================================================== 
    34--- compilers/pct/src/PAST/Compiler.pir (revision 46063) 
    45+++ compilers/pct/src/PAST/Compiler.pir (working copy) 
    5 @@ -70,7 +70,7 @@ 
    6      piropsig['die']        = 'v~' 
    7      piropsig['div']        = 'PP+' 
    8      piropsig['does']       = 'IPs' 
    9 -    piropsig['downcase']   = 'Ss' 
    10 +    piropsig['downcase']   = 'SSs' 
    11      piropsig['elements']   = 'IP' 
    12      piropsig['exit']       = 'vi' 
    13      piropsig['fdiv']       = 'PP+' 
    146@@ -102,7 +102,8 @@ 
    157     piropsig['splice']     = 'PPii' 
     
    2214     piropsig['print']      = 'v*' 
    2315     piropsig['say']        = 'v*' 
     16}}}