summaryrefslogtreecommitdiffstats
path: root/string.c
Commit message (Expand)AuthorAgeFilesLines
...
* * string.c (rb_external_str_new_with_enc): wrong condition tomatz2008-10-211-2/+3
* * ext/zlib/zlib.c: remove obsolete prototype macros.matz2008-10-211-6/+11
* * include/ruby/ruby.h (ExportStringValue): new macro to convertmatz2008-10-201-38/+59
* * string.c (rb_locale_str_new): new function to convert stringmatz2008-10-201-0/+6
* * string.c (rb_external_str_new): a new function to convert frommatz2008-10-181-0/+54
* * .gdbinit (rp): REGEXP handling fixed.matz2008-10-161-1/+1
* * string.c (rb_str_comparable): string comparison should bematz2008-10-061-3/+0
* * string.c (rb_str_sub_bang): fix coderange.akr2008-10-021-1/+5
* * string.c (rb_str_split_m): should use rb_str_subseq() which usematz2008-09-301-2/+2
* * string.c (rb_str_subseq): don't use rb_str_drop_bytes for shortakr2008-09-291-2/+3
* * string.c (rb_str_subseq): use rb_str_drop_bytes if possible.akr2008-09-291-1/+9
* * string.c (str_new): sets empty string to coderange 7bit.nobu2008-09-281-0/+3
* * string.c (rb_str_rstrip_bang): raise exception when the encoding ofusa2008-09-241-2/+6
* * string.c (rb_str_strip_bang): workaround for VC++8 x64.usa2008-09-241-1/+1
* * string.c (rb_str_rstrip_bang): removing mixed spaces and nuls atmatz2008-09-241-5/+2
* * string.c (rb_str_casecmp): make the ordering consistent withakr2008-09-231-16/+26
* * string.c (rb_str_comparable): make ascii8bit string to bematz2008-09-181-1/+4
* * grapheme cluster implementation reverted. [ruby-dev:36375]akr2008-09-181-50/+112
* * string.c (rb_str_casecmp): don't use rb_enc_codepoint.akr2008-09-171-15/+38
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_retakr2008-09-161-97/+12
* * string.c (rb_str_concat): fix rdoc. (codepoint is integer)naruse2008-09-161-5/+5
* * string.c (rb_str_crypt): orthodox crypt() sees only first two bytesnobu2008-09-161-16/+13
* * string.c (rb_str_each_codepoint): add new methods, #codepointsmatz2008-09-161-0/+55
* * string.c ():matz2008-09-161-121/+243
* * string.c (rb_str_buf_cat_ascii): codepoint is unsigned int.naruse2008-09-151-5/+5
* * string.c (rb_str_squeeze_bang): specialized for 7bit characters inmatz2008-09-151-30/+93
* * encoding.c (RUBY_MAX_CHAR_LEN): defined.naruse2008-09-151-1/+2
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument forakr2008-09-131-7/+8
* * include/ruby/oniguruma.h (onigenc_get_prev_char_head): add endakr2008-09-131-6/+6
* * include/ruby/oniguruma.h (onigenc_get_right_adjust_char_head): addakr2008-09-131-2/+3
* * include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int.naruse2008-09-111-51/+54
* * configure.in: Mac OS X's crypt(2) is broken with invalid salt.kazu2008-09-071-0/+15
* * include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.matz2008-09-051-1/+1
* * string.c (rb_str_index_m): only regexp uses byte offset.naruse2008-08-291-6/+6
* * encoding.c (rb_enc_compatible): ASCII compatible string and US-ASCIInaruse2008-08-291-0/+6
* * string.c (rb_str_shared_replace): remove corrupt noembed stringmame2008-08-281-4/+3
* * include/ruby/ruby.h (rb_intern_const): tiny optimization.nobu2008-08-161-0/+1
* * string.c (rb_str_drop_bytes): use memmove.nobu2008-08-151-1/+1
* * configure.in (rb_cv_gcc_function_alias): checks alias attribute.nobu2008-08-131-16/+8
* * string.c (alias_func): changed to 'weak, alias' from 'alias' forkouji2008-08-131-2/+2
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-1/+5
* * string.c: Apply a temporary fix to fix build on OS X. A realknu2008-08-131-1/+1
* * error.c (rb_eEncCompatError): add Exception.naruse2008-08-121-4/+4
* * string.c (rb_str_splice_0): call rb_str_drop_bytes, not rb_str_drop.akr2008-08-121-1/+1
* * string.c (rb_str_drop_bytes): new function to drop first bytes.nobu2008-08-121-1/+1
* * string.c (rb_str_drop): new function to drop first bytes.nobu2008-08-121-0/+34
* * include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu2008-08-121-22/+47
* * string.c (rb_str_intern): constified.nobu2008-08-121-1/+1
* * string.c (rb_str_intern): should check symbol table overflow.matz2008-08-121-2/+17
* * marshal.c (dump_ensure), process.c (run_exec_dup2),nobu2008-08-041-4/+3