summaryrefslogtreecommitdiff
path: root/string.c
AgeCommit message (Expand)Author
2015-04-17string.c: expand heapnobu
2015-04-17string.c: clear NOFREE flag at embeddingnobu
2015-04-04string.c: check before modifynobu
2015-03-18* string.c: add a comment about RSTRING_FSTR.ko1
2015-03-17* string.c: introduce STR_FAKESTR to show string is FAKESTR or not.ko1
2015-02-24string.c: smart chompnobu
2015-02-23string.c: raise a RegexpErrornobu
2015-02-23string.c: proper exceptionnobu
2015-02-16use rb_funcallvnobu
2015-02-13* string.c (str_discard): does not free for STR_NOFREE string.mame
2015-01-29* string.c: [DOC] Specify to_s on subclasses [ci skip]marcandre
2015-01-26string.c: term fillnobu
2015-01-26string.c: use local variablesnobu
2015-01-26string.c: consider widecharnobu
2015-01-26string.c: terminate when embeddednobu
2015-01-04* string.c: improve docs for String#<=>. [ruby-core:65399][Feature #10322]ayumin
2015-01-04* string.c: improve docs for String#strip and variations. [ruby-core:66081][B...ayumin
2014-12-15string.c: fix coderange for non-endianness stringnobu
2014-12-12string.c: reduce intermediate stringnobu
2014-12-12string.c: term fillnobu
2014-12-12string.c: use local variablesnobu
2014-12-12string.c: check arguments for cryptnobu
2014-12-12string.c: term fillnobu
2014-12-12string.c: term fillnobu
2014-12-11string.c: term fillnobu
2014-12-10string.c: term fillnobu
2014-12-10string.c: term fillnobu
2014-12-10string.c: term fillnobu
2014-12-10string.c: term fillnobu
2014-12-10string.c: term fillnobu
2014-12-10string.c: term fillnobu
2014-12-10string.c: term fillnobu
2014-12-10string.c: local variablesnobu
2014-12-10string.c: chompped_length chomp_rsnobu
2014-12-09* string.c: [DOC] Add missing documentation around String#chomp.hsbt
2014-12-03string.c: fake string is not sharingnobu
2014-12-03intern.h: SIZED_ENUMERATORnobu
2014-11-23string.c: preserve encoding of global variablenobu
2014-11-18* internal.h: Gather declarations in non-header files.akr
2014-11-16string.c: escape a backslash [ci skip]nobu
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-11-11* string.c (sym_equal): use rb_obj_equal().ko1
2014-11-06string.c: no exception in QUOTEnobu
2014-11-05string.c: no terminatornobu
2014-11-05string.c: reduce memory copynobu
2014-11-05string.c: wchar terminatornobu
2014-10-26string.c: improved comment.duerst
2014-10-17* Avoid undefined behaviors found by gcc -fsanitize=undefined.akr
2014-10-14symbol.c: rename rb_str_dynamic_internnobu
2014-10-11string.c (rb_str_intern): remove unnecessary RB_GC_GUARDnormal