summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * string.c (rb_str_concat): fix rdoc. (codepoint is integer)naruse2008-09-162-5/+11
* * re.c (rb_reg_desc): Regexp#inspect should be US-ASCII.naruse2008-09-162-1/+5
* * string.c (rb_str_crypt): orthodox crypt() sees only first two bytesnobu2008-09-162-16/+18
* * complex.c (nucomp_marshal_{dump,load}): preserve instancetadf2008-09-165-3/+24
* * io.c (rb_io_readbyte): rdoc updated. [ruby-core:18617]matz2008-09-162-1/+3
* * io.c (rb_io_gets_m): rdoc updated. limit counts in bytes.matz2008-09-162-6/+13
* * string.c (rb_str_each_codepoint): add new methods, #codepointsmatz2008-09-162-0/+61
* * ext/socket/mkconstants.rb: add new constants. a patch frommatz2008-09-162-8/+20
* * string.c ():matz2008-09-163-123/+277
* * test/ruby/test_io.rb (TestIO#test_dup): exception should bematz2008-09-162-0/+8
* * test/ruby/test_io.rb (TestIO#test_dup): this test might fail ifmatz2008-09-152-16/+12
* * string.c (rb_str_buf_cat_ascii): codepoint is unsigned int.naruse2008-09-152-5/+15
* add assertion message for previous commit.akr2008-09-151-6/+13
* * re.c (rb_reg_quote): use rb_enc_mbcput to generate ASCIIakr2008-09-153-14/+25
* * encoding.c (Encoding#base_encoding): removed. [ruby-dev:36270]naruse2008-09-152-13/+5
* * 2008-09-16svn2008-09-151-3/+3
* * transcode_data.h (STR1_LENGTH): defined.akr2008-09-154-7/+21
* * gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko12008-09-1514-28/+42
* * string.c (rb_str_squeeze_bang): specialized for 7bit characters inmatz2008-09-153-31/+120
* * transcode.c (econv_opts): don't use to_sym.akr2008-09-152-2/+8
* * encoding.c (rb_enc_get_index): don't return -1.akr2008-09-153-1/+9
* * lib/matrix.rb (Matrix#eql?): fixed [ruby-dev:36298].yugui2008-09-152-6/+26
* added a line.tadf2008-09-151-0/+2
* * encoding.c (RUBY_MAX_CHAR_LEN): defined.naruse2008-09-152-1/+8
* * encoding.c (rb_enc_compatible): accepst other than strings andnaruse2008-09-153-18/+40
* fixed the previous commit.tadf2008-09-151-1/+1
* * complex.c (nucomp_eql_p): new.tadf2008-09-155-9/+35
* * transcode_data.h (rb_transcoder): resetsize_func and resetstate_funcakr2008-09-153-3/+10
* * test/matrix/test_matrix.rb (setup): typo.yugui2008-09-153-4/+25
* * transcode_data.h: return output functions ssize_t.akr2008-09-148-28/+44
* * transcode_data.h: output function takes output buffer size.akr2008-09-148-29/+59
* * transcode.c (str_encode): returns duplicated string if nothingnobu2008-09-143-1/+17
* * 2008-09-15svn2008-09-141-3/+3
* trailing spaces removed.akr2008-09-146-89/+89
* trailing space removed.akr2008-09-141-5/+5
* * lib/cgi/core.rb (CGI::parse): performance improvementxibbar2008-09-142-8/+7
* * complex.c: trivial changes.tadf2008-09-143-10/+17
* properties.nobu2008-09-140-0/+0
* * lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?".yugui2008-09-144-1/+98
* * ruby.c (process_options): associates the locale encoding with $0 asnobu2008-09-142-3/+11
* * object.c (Init_Object): added metameta-class initialization foryugui2008-09-142-0/+18
* * complex.c (f_{add,mul,sub}): omitted some shortcuts for preservetadf2008-09-144-0/+56
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument forakr2008-09-1323-52/+110
* * include/ruby/oniguruma.h (ONIGENC_STEP_BACK): add end argument.akr2008-09-134-8/+17
* * include/ruby/oniguruma.h (onigenc_get_prev_char_head): add endakr2008-09-138-33/+50
* * include/ruby/oniguruma.hakr2008-09-134-4/+14
* * include/ruby/oniguruma.h (onigenc_get_right_adjust_char_head): addakr2008-09-137-9/+26
* * 2008-09-14svn2008-09-131-3/+3
* * ext/ripper/depend (ripper.o): it depends on ruby headers.akr2008-09-132-1/+10
* * io.c (io_encoding_set): don't need argc argument.akr2008-09-132-7/+11