summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-24* random.c (rb_f_rand, random_s_rand): RDocs for them.sorah
2011-04-24* random.c (random_s_rand, Init_Random): Random.rand should behave asmrkn
2011-04-24 * lib/time.rb: require 'date'.tadf
2011-04-24 * ext/date/lib/date/format.rb: require 'date'.tadf
2011-04-24 * ext/date/lib/date/format.rb (_iso8601): added a pattern.tadf
2011-04-24* ext/date/lib/date/format.rb: require 'date_core.so'.naruse
2011-04-24 * ext/date/lib/date/format.rb: fixed a bug of regex.tadf
2011-04-24 * ext/date/lib/date/format.rb: an adjustment of regex.tadf
2011-04-24 * ext/date/lib/date/format.rb: omitted to call _parse.tadf
2011-04-24* 2011-04-25svn
2011-04-24* string.c (rb_to_id): remove unused variable.kosaki
2011-04-24 * complex.c, rational.c: omitted some method calls.tadf
2011-04-23 * ext/date/date_parse.c (n2i): takes long.tadf
2011-04-23 * ext/date/date_parse.c: reverted.tadf
2011-04-23* include/ruby/intern.h: pcc can't use __builtin_constant_p.naruse
2011-04-23* ext/date/date_core.c (leap_p): surpress warning: parentheses.naruse
2011-04-23* 2011-04-24svn
2011-04-23 * ext/date/date_parse.c: removed some unused macros. use strchr()tadf
2011-04-23* 2011-04-23svn
2011-04-23 * ext/date/date_core.c: replacement of implementation oftadf
2011-04-22Use Float#finite?.naruse
2011-04-22* array.c (rb_ary_sort_bang): fix rdoc.naruse
2011-04-22* lib/xmlrpc/create.rb (XMLRPC::Create#conv2value):naruse
2011-04-21* 2011-04-22svn
2011-04-21* ext/psych/parser.c (parse): strings from psych have proper tainttenderlove
2011-04-20* random.c (rb_f_srand): fix rdoc: srand(0)'s 0 is a seed.naruse
2011-04-20* 2011-04-21svn
2011-04-20 * win32/win32.c (CreateChild): maximum length of lpCommandLine istarui
2011-04-20 * ext/date/date_strptime.c (date__strptime_internal): do nottadf
2011-04-20* string.c (rb_str_each_line): check string's length when comparenaruse
2011-04-19* 2011-04-20svn
2011-04-19* misc/ruby-mode.el (ruby-parse-partial): use position of open paren.nobu
2011-04-18* 2011-04-19svn
2011-04-18* test/ruby/test_io.rb (TestIO#test_cross_thread_close_fd):arton
2011-04-18* 2011-04-18svn
2011-04-18* test/ruby/test_range.rb (TestRange#test_step_ruby_core_35753):usa
2011-04-16added date_tmx.htadf
2011-04-16* 2011-04-17svn
2011-04-16 * ext/date/date_{core,strftime}.c: use struct tmx instead of vtm.tadf
2011-04-16typotadf
2011-04-16 * ext/date/date_strftime.c (date_strftime_wo_timespec): changedtadf
2011-04-16typotadf
2011-04-16 * ext/date/date_core.c: replacement of implementation oftadf
2011-04-16* 2011-04-16svn
2011-04-16replace reduce with suppresskazu
2011-04-16* vm.c (Init_VM): suppress warning: "OPT_BASIC_OPERATIONS" is not defined.kazu
2011-04-15* ruby.c (proc_options): reduce warning: "ALLOW_DEFAULT_SOURCE_ENCODING" is n...kazu
2011-04-15* 2011-04-15svn
2011-04-15Add some more tests for the previous fix.knu
2011-04-15* lib/uri/generic.rb (#route_from_path): Fix a bug whereknu