summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-09-18* lib/rake.rb (Rake::Application#standard_exception_handling):nobu
2008-09-18* lib/optparse.rb (OptionParser::ParseError#set_backtrace): omitsnobu
2008-09-18* bignum.c (big2str_karatsuba): free internal buffer eagerly.matz
2008-09-18* lib/uri/common.rb (unescape): skip '%' to make String#hex workmame
2008-09-18* st.c (new_size): raise RuntimeError when st_table is too big.mame
2008-09-18* fix time in changelogmame
2008-09-18add a ref.akr
2008-09-18fix a typo.akr
2008-09-18* transcode.c (enc_arg): must take pointer argument to avoid GCakr
2008-09-18* transcode.c: add "Error" suffix for Encoding exception classes.matz
2008-09-18* transcode.c (enc_arg): revert last change. too early exceptionmatz
2008-09-18Updated Rake files to version 0.8.2jim
2008-09-17* test/bigdecimal/test_bigdecimal.rb: add tests to achieve over 90%mame
2008-09-17* 2008-09-18svn
2008-09-17* io.c (rb_io_extract_modeenc): process option mode: and perm: asmatz
2008-09-17* string.c (rb_str_casecmp): don't use rb_enc_codepoint.akr
2008-09-17 * complex.c (nucomp_s_convert): accepts complextadf
2008-09-17* test/ruby/test_io.rb (TestIO#test_dup): avoid infinite loop.kazu
2008-09-17* lib/cgi/html.rb (checkbox_group,radio_group): bug fixxibbar
2008-09-16typo.tadf
2008-09-16 * numeric.c: provides predicate real? instead of scalar?.tadf
2008-09-16fix typos.akr
2008-09-16* test/ruby/test_io_m17n.rb: use __FILE__ instead of /dev/null.akr
2008-09-16fix typos.akr
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