aboutsummaryrefslogtreecommitdiffstats
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* string.c: empty non-embed casenobu2015-07-291-5/+10
* hash.c: fix symbol hashnobu2015-07-291-0/+3
* string.c: fill the terminatornobu2015-07-251-5/+13
* string.c: remove redundant callnobu2015-07-251-1/+1
* string.c: cmp ordersnobu2015-07-251-13/+14
* string.c: fstring must not be a shared stringnobu2015-07-241-4/+6
* string.c: pool only bare strings in fstringnobu2015-07-241-6/+40
* string.c: new string for fake stringnobu2015-07-231-3/+14
* string.c: trivial optimizationsnobu2015-07-231-4/+7
* string.c: taint flagsnobu2015-07-231-20/+17
* string.c: str_shared_replacenobu2015-07-231-3/+11
* string.c: fix coderange of reversenobu2015-07-221-13/+8
* encoding.h: ENC_CODERANGE_CLEAN_Pnobu2015-07-171-8/+6
* string.c: remove redundant callsnobu2015-07-161-1/+1
* string.c: remove redundant callsnobu2015-07-151-2/+2
* string.c: ensure String#freeze resizes internal buffernormal2015-07-061-1/+1