summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-16* string.c ():matz
2008-09-16* test/ruby/test_io.rb (TestIO#test_dup): exception should bematz
2008-09-15* test/ruby/test_io.rb (TestIO#test_dup): this test might fail ifmatz
2008-09-15* string.c (rb_str_buf_cat_ascii): codepoint is unsigned int.naruse
2008-09-15add assertion message for previous commit.akr
2008-09-15* re.c (rb_reg_quote): use rb_enc_mbcput to generate ASCIIakr
2008-09-15* encoding.c (Encoding#base_encoding): removed. [ruby-dev:36270]naruse
2008-09-15* 2008-09-16svn
2008-09-15* transcode_data.h (STR1_LENGTH): defined.akr
2008-09-15* gc.c, include/ruby/ruby.h: rename rb_register_mark_object()ko1
2008-09-15* string.c (rb_str_squeeze_bang): specialized for 7bit characters inmatz
2008-09-15* transcode.c (econv_opts): don't use to_sym.akr
2008-09-15* encoding.c (rb_enc_get_index): don't return -1.akr
2008-09-15* lib/matrix.rb (Matrix#eql?): fixed [ruby-dev:36298].yugui
2008-09-15added a line.tadf
2008-09-15* encoding.c (RUBY_MAX_CHAR_LEN): defined.naruse
2008-09-15* encoding.c (rb_enc_compatible): accepst other than strings andnaruse
2008-09-15fixed the previous commit.tadf
2008-09-15 * complex.c (nucomp_eql_p): new.tadf
2008-09-15* transcode_data.h (rb_transcoder): resetsize_func and resetstate_funcakr
2008-09-15* test/matrix/test_matrix.rb (setup): typo.yugui
2008-09-14* transcode_data.h: return output functions ssize_t.akr
2008-09-14* transcode_data.h: output function takes output buffer size.akr
2008-09-14* transcode.c (str_encode): returns duplicated string if nothingnobu
2008-09-14* 2008-09-15svn
2008-09-14trailing spaces removed.akr
2008-09-14trailing space removed.akr
2008-09-14* lib/cgi/core.rb (CGI::parse): performance improvementxibbar
2008-09-14 * complex.c: trivial changes.tadf
2008-09-14properties.nobu
2008-09-14* lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?".yugui
2008-09-14* ruby.c (process_options): associates the locale encoding with $0 asnobu
2008-09-14* object.c (Init_Object): added metameta-class initialization foryugui
2008-09-14 * complex.c (f_{add,mul,sub}): omitted some shortcuts for preservetadf
2008-09-13* include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument forakr
2008-09-13* include/ruby/oniguruma.h (ONIGENC_STEP_BACK): add end argument.akr
2008-09-13* include/ruby/oniguruma.h (onigenc_get_prev_char_head): add endakr
2008-09-13* include/ruby/oniguruma.hakr
2008-09-13* include/ruby/oniguruma.h (onigenc_get_right_adjust_char_head): addakr
2008-09-13* 2008-09-14svn
2008-09-13* ext/ripper/depend (ripper.o): it depends on ruby headers.akr
2008-09-13* io.c (io_encoding_set): don't need argc argument.akr
2008-09-13* transcode.c (rb_transcoding): align state field.akr
2008-09-13* transcode.c (DECORATOR_P): renamed from SUPPLEMENTAL_CONVERSION.akr
2008-09-13* io.c (make_writeconv): use rb_enc_name.akr
2008-09-13* lib/rexml/document.rb: fixed typo.shugo
2008-09-13 * complex.c: refined.tadf
2008-09-13* test/rexml/test_document.rb: removed garbage.shugo
2008-09-13* text/rexml/test_document.rb (test_entity_expansion_limit): added tests.shugo
2008-09-12* transcode.c (rb_econv_prepare_opts): raise ArgumentError ifakr