ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtperl.xs
(Generate patch)

Comparing rxvt-unicode/src/rxvtperl.xs (file contents):
Revision 1.229 by sf-exg, Mon Oct 13 17:05:32 2014 UTC vs.
Revision 1.230 by sf-exg, Wed Oct 29 09:05:51 2014 UTC

1726 *r++ = NOCHAR; 1726 *r++ = NOCHAR;
1727 } 1727 }
1728 1728
1729 rxvt_pop_locale (); 1729 rxvt_pop_locale ();
1730 1730
1731 free (wstr);
1731 RETVAL = wcs2sv (rstr, r - rstr); 1732 RETVAL = wcs2sv (rstr, r - rstr);
1732} 1733}
1733 OUTPUT: 1734 OUTPUT:
1734 RETVAL 1735 RETVAL
1735 1736
1759 else if (IS_COMPOSE (*s)) 1760 else if (IS_COMPOSE (*s))
1760 r += rxvt_composite.expand (*s, r); 1761 r += rxvt_composite.expand (*s, r);
1761 else 1762 else
1762 *r++ = *s; 1763 *r++ = *s;
1763 1764
1765 free (wstr);
1764 RETVAL = wcs2sv (rstr, r - rstr); 1766 RETVAL = wcs2sv (rstr, r - rstr);
1765} 1767}
1766 OUTPUT: 1768 OUTPUT:
1767 RETVAL 1769 RETVAL
1768 1770

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines