summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-16* include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_retakr
2008-09-16* transcode.c (enc_arg): raise exception when unknown encoding isnaruse
2008-09-16fix ChangeLogxibbar
2008-09-16* lib/cgi/core.rb: performance improvement. xibbar
2008-09-16* string.c (rb_str_concat): fix rdoc. (codepoint is integer)naruse
2008-09-16* re.c (rb_reg_desc): Regexp#inspect should be US-ASCII.naruse
2008-09-16* string.c (rb_str_crypt): orthodox crypt() sees only first two bytesnobu
2008-09-16 * complex.c (nucomp_marshal_{dump,load}): preserve instancetadf
2008-09-16* io.c (rb_io_readbyte): rdoc updated. [ruby-core:18617]matz
2008-09-16* io.c (rb_io_gets_m): rdoc updated. limit counts in bytes.matz
2008-09-16* string.c (rb_str_each_codepoint): add new methods, #codepointsmatz
2008-09-16* ext/socket/mkconstants.rb: add new constants. a patch frommatz
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