summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-04-25mention Time.{utc,gm,local,mktime} as incompatibility.akr
2009-04-23* 2009-04-24svn
2009-04-23update rdoc.akr
2009-04-22Trivial change in comment.knu
2009-04-22* 2009-04-23svn
2009-04-22* ext/zlib/zlib.c (Zlib::GzipFile#path): New method.knu
2009-04-22* ChangeLog: commit miss.nobu
2009-04-22* time.c (time_timespec): check out-of-range. [ruby-core:23282]nobu
2009-04-22* lib/time.rb (Time.parse): use year completion in Date._parse.akr
2009-04-22 * time.c (GMTIME, LOCALTIME): should set result if not have *_r().usa
2009-04-22 * dir.c (glob_helper): C99(gcc)-ism.usa
2009-04-22* time.c (localtime_with_gmtoff): fixed cross function jump.nobu
2009-04-21update rdoc.akr
2009-04-21updated.akr
2009-04-21* lib/time.rb (Time#rfc2822): pad leading zeros for year.akr
2009-04-21add comment.akr
2009-04-21update rdoc.akr
2009-04-21* lib/time.rb (Time#xmlschema): use subsec instead of nsec.akr
2009-04-21* time.c (time_arg): use the year argument as-is. [ruby-dev:38194]akr
2009-04-21describe about Time.akr
2009-04-21* time.c (find_time_t): constified.nobu
2009-04-21* 2009-04-22svn
2009-04-21* time.c (leap_year_v_p): removed.akr
2009-04-21* time.c: remove time_t restriction from Time class.akr
2009-04-21* dir.c (dir_path, dir_each, glob_helper): use readdir_r() ifnobu
2009-04-21* lib/mkmf.rb (init_mkmf): needs default library path even ifnobu
2009-04-20* array.c (rb_ary_push): bypass rb_ary_store().matz
2009-04-20* bignum.c (bigsub_int): subtraction without making internalmatz
2009-04-20* symbian/setup (config.h): added TIMET2NUM and NUM2TIMET to match the change...azav
2009-04-20* symbian/setup (config.h): added TIMET2NUM and NUM2TIMET to match the change...azav
2009-04-20* 2009-04-21svn
2009-04-20* string.c (rb_str_split_m): faster processing on 7bit strings.matz
2009-04-19* eval.c (ruby_cleanup): the order of local variables on stack isnobu
2009-04-19* gem_prelude.rb (Gem::QuickLoader#push_gem_version_on_load_path):nobu
2009-04-18* process.c (proc_seteuid_m): defined to use rb_f_notimplement if notakr
2009-04-18* 2009-04-19svn
2009-04-18* process.c (proc_setuid): use rb_f_notimplement if not implemented.akr
2009-04-18* ext/readline/readline.c: use rb_f_notimplement for methods notakr
2009-04-18* ext/curses/curses.c: use rb_f_notimplement for methods notakr
2009-04-18* 2009-04-18svn
2009-04-18update rdoc.akr
2009-04-16updated.akr
2009-04-16* node.h (rb_notimplement_body_p): declared.akr
2009-04-16* lib/cgi/core.rb (read_multipart): When path is not defined,mame
2009-04-16* 2009-04-17svn
2009-04-16* dir.c (bracket): fix escape handling for range character in bracketmame
2009-04-16* 2009-04-16svn
2009-04-16* class.c (rb_define_method_id): use rb_define_notimplement_method_idakr
2009-04-15* array.c (rb_ary_flatten): flatten(0) works as Array#dup.mame
2009-04-15* dir.c (fnmatch_helper): use rb_enc_precise_mbclen andnaruse