aboutsummaryrefslogtreecommitdiffstats
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
* string.c: made a variable name more grammatically correctduerst2016-01-121-18/+18
* string.c: minor grammar fix [ci skip]duerst2016-01-121-1/+1
* * remove trailing spaces.svn2016-01-121-1/+1
* string.c: Added option parsing/checking for upcase/downcase/duerst2016-01-121-36/+93
* Fix rdoc for String#rstrip!, lstrip! [ci skip]nobu2015-12-271-2/+4
* * string.c: Fix document. Default value of the firstyui-knk2015-12-231-3/+3
* string.c: no exception on dummy encodingnobu2015-12-221-10/+3
* string.c: infectionnobu2015-12-171-10/+13
* string.c: radix indicators [ci skip]nobu2015-12-151-0/+3
* * enum.c: fix a typo in documentation.hsbt2015-12-141-1/+1
* * object.c (rb_inspect): dump inspected result with rb_str_escape()naruse2015-12-101-0/+64
* string.c: use rb_id_encodingnobu2015-12-081-1/+1
* * string.c (rb_str_init): now accepts new option parameter `encoding'.usa2015-12-081-2/+19
* string.c: removed unused variableduerst2015-12-081-5/+1
* * string.c: introduce String#+@ and String#-@ to controlko12015-12-071-0/+42
* string.c: should not taint fstringnobu2015-12-041-1/+3
* Revert r52872 "string.c: should not taint fstring"naruse2015-12-041-3/+1
* string.c: should not taint fstringnobu2015-12-031-1/+3
* string.c: adjust argument qualifiernobu2015-12-021-1/+1
* string.c: no frozen error at cstrnobu2015-12-011-30/+47
* string.c: use predefined IDs for minor bloat reductionnormal2015-11-071-10/+7
* * encoding.c (rb_enc_check_str): add for performance.ko12015-10-291-2/+2
* RUBY_DTRACE_CREATE_HOOKnobu2015-10-291-13/+4
* revert r52336 (commit miss)ko12015-10-291-1/+1
* * gc.c (gc_mark_ptr): remove debug code for #11244.ko12015-10-291-1/+1
* * string.c: Added method signature to include hash. It's inconsistencyhsbt2015-10-231-0/+1
* fix backslash [ci skip]nobu2015-10-221-1/+1
* string.c: rb_str_cat_conv_enc_optsnobu2015-10-171-14/+54
* proc.c: proc without envnobu2015-10-151-27/+2
* * import a github pull requestko12015-10-101-1/+1
* string.c: str_duplicatenobu2015-10-071-22/+18
* string.c: fix non-embedded stringnobu2015-10-071-9/+18
* string.c: optimize String#timesnobu2015-10-071-0/+9
* string.c: use raw macronobu2015-10-071-1/+1
* * string.c (rb_sym_to_proc): renamenobu2015-10-061-3/+2
* vm_args.c: wrap symbol ifuncnobu2015-10-061-1/+2
* string.c: optimize rb_str_resurrectnobu2015-10-051-1/+20
* * string.c (rb_sym_proc_call): constifynobu2015-10-011-2/+3
* proc.c: include symbol namenobu2015-09-301-3/+3
* compile.c: fix performance of strconcatnobu2015-09-291-0/+12
* string.c: separate resetting code rangenobu2015-09-201-25/+17
* string.c: keep coderangenobu2015-09-161-2/+43
* encindex.h: ENCINDEXnobu2015-09-151-0/+1
* string.c: move common statementnobu2015-08-221-9/+6
* * string.c: Fix documentation for String#slicehsbt2015-08-111-1/+1
* * string.c: [DOC] Make #end_with? example doc symmetryhsbt2015-08-111-0/+6
* vm.c: frozen_strings in rb_vm_tnobu2015-08-091-16/+4
* node.c: NODE_ALLOCA for ALLOCVnobu2015-08-051-16/+0
* re.c: fix for wide character encodingsnobu2015-08-031-6/+1
* hash.c: move rb_obj_hashnobu2015-07-291-3/+0