aboutsummaryrefslogtreecommitdiffstats
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_str_buf_cat_escaped_char): get rid of buffernobu2010-06-061-2/+7
* * string.c (sym_inspect): Escape when the symbol is notnaruse2010-06-051-1/+3
* * string.c (rb_str_buf_cat_escaped_char): defined.naruse2010-06-051-22/+31
* * string.c (rb_str_inspect): inspect as ASCII when the codepointnaruse2010-05-311-1/+4
* * string.c (str_replace_shared): change embedded state atomically.mame2010-05-291-1/+1
* * string.c (sym_inspect): escape ASCII-compatible strings.nobu2010-05-281-8/+20
* * string.c (rb_str_inspect): escape ASCII-compatible strings.nobu2010-05-281-1/+2
* * proc.c (proc_lambda, unnamed_parameters): Small documentation fixes.marcandre2010-05-171-1/+1
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-163/+163
* * array.c: Harmonize documentation, in particular regarding:marcandre2010-05-131-9/+15
* * string.c (rb_str_match_m): add description about optionalnaruse2010-05-061-2/+5
* * string.c (rb_str_sub_bang): String#sub! now raises an error whenmarcandre2010-04-301-0/+1
* * eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrongmarcandre2010-04-301-7/+7
* * string.c (rb_string_value_cstr): make NUL terminated if it isnobu2010-04-141-1/+3
* * string.c (rb_str_sum): use UCHAR_MAX.akr2010-03-201-1/+1
* * string.c (rb_str_sum): don't call method for each byte.akr2010-03-181-25/+33
* * io.c: Fix documentation for each/each_line/lines, bytes/each_byte,marcandre2010-03-071-54/+21
* * string.c (str_new_empty): String#split, partition, rpartitionmame2010-02-231-5/+13
* * array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset),nobu2010-02-101-0/+1
* * fix the previous previous commit.mame2010-01-311-1/+2
* * string.c (rb_string_value): make no exception for Symbol.mame2010-01-311-7/+1
* * string.c (rb_str_inspect): suppress a warning.nobu2010-01-251-1/+1
* * string.c (rb_str_inspect): increment by rb_enc_mbminlen(enc) forakr2010-01-241-3/+8
* * string.c (rb_enc_strlen_cr): increment by rb_enc_mbminlen(enc) forakr2010-01-241-1/+4
* * string.c (rb_str_concat): fixed range check for Fixnum, andnobu2010-01-141-3/+14
* * string.c (rb_str_concat): raise RangeError when the argument isnaruse2010-01-141-2/+12
* * string.c (rb_str_set_len): call rb_str_modify.akr2010-01-121-0/+1
* * string.c (rb_str_strlen): added. [ruby-dev:40028]naruse2010-01-111-0/+6
* * string.c (rb_str_inspect): CHAR_ESC_LEN should be 13.naruse2009-12-101-1/+1
* * string.c (rb_str_justify): fixed the case a fill size is anobu2009-12-091-2/+2
* * string.c (rb_str_justify): CVE-2009-4124.yugui2009-12-071-28/+33
* * removed spaces just before tabs.nobu2009-11-261-1/+1
* * string.c (str_utf8_nth): no count_utf8_lead_bytes_with_wordnobu2009-11-181-3/+1
* * string.c (str_utf8_nth): fixed overrun. [ruby-core:26787]nobu2009-11-171-0/+1
* * string.c (rb_str_each_line): rdoc fixmarcandre2009-11-091-3/+3
* * random.c (rb_hash_start): moved from string.c.nobu2009-11-031-26/+0
* * string.c (rb_str_upto): make next object before yield its block.naruse2009-11-031-3/+6
* * string.c (trnext): detect empty range and raise exception.matz2009-10-301-1/+11
* * string.c (rb_str_sub_bang): trivial optimization.nobu2009-10-291-14/+17
* * string.c: rdoc for <=>, casecmpmarcandre2009-10-281-4/+4
* * string.c (chopped_length): get rid of unexpected exception.nobu2009-10-271-2/+2
* fix a typo.akr2009-10-171-1/+1
* * parse.y (rb_intern3): check symbol table overflow.nobu2009-10-151-17/+2
* * string.c (rb_check_string_type): rdoc fix [ruby-core:26084]marcandre2009-10-141-1/+1
* * string.c (rb_str_inspect): copy by chunks.nobu2009-10-071-29/+32
* * string.c (rb_str_inspect): don't assign -1 to unsigned int.naruse2009-10-071-19/+12
* * string.c (rb_str_upto): RDoc updated. a patch from Nobuhiromatz2009-10-061-0/+8
* * array.c (rb_ary_{times, shuffle_bang, sample}): reducing macromatz2009-10-051-11/+16
* Escape as \x{XXXX} other than Unicode chars.naruse2009-09-291-8/+17
* * string.c (rb_str_inspect): dump as \uXXXX when thenaruse2009-09-291-9/+21