Changes between Version 2 and Version 3 of PIRCDevelopment

Show
Ignore:
Timestamp:
08/05/09 18:09:01 (12 years ago)
Author:
kjs
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • PIRCDevelopment

    v2 v3  
    1717* Convert all C strings in PIRC into STRINGs. All identifiers and strings that are scanned should be stored as STRING objects, not C strings. 
    1818 
    19 * Fix bugs related to storing NUM and STRING constants. In certain cases, the generated bytecode is not correct. (tickets will follow shortly) 
     19* Fix bug #198. It seems that when there is a sequence of more than one instruction dealing with STRINGs or NUMs, the resulting bytecode segfaults. Apparently, PIRC is emitting the wrong bytecode.