[parrot/parrot] 486331: Implement StringBuilder.push_integer vtable, so we...
GitHub
noreply at github.com
Tue Apr 10 00:44:36 UTC 2012
Branch: refs/heads/master
Home: https://github.com/parrot/parrot
Commit: 486331d1a845c50d92836271b0682ff739058a0f
https://github.com/parrot/parrot/commit/486331d1a845c50d92836271b0682ff739058a0f
Author: Whiteknight <wknight8111 at gmail.com>
Date: 2012-04-09 (Mon, 09 Apr 2012)
Changed paths:
M src/pmc/stringbuilder.pmc
M src/string/encoding/utf8.c
Log Message:
-----------
Implement StringBuilder.push_integer vtable, so we can assemble strings by pushing raw codepoints instead of needing to first create a 1-character string (chr_s_i) and then pushing that string to the StringBuilder
More information about the parrot-commits
mailing list