aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/zlib/zlib.c (Zlib::GzipFile#path): New method.knu2009-04-225-1/+73
* * ChangeLog: commit miss.nobu2009-04-221-0/+4
* * time.c (time_timespec): check out-of-range. [ruby-core:23282]nobu2009-04-222-3/+11
* * lib/time.rb (Time.parse): use year completion in Date._parse.akr2009-04-222-16/+7
* * time.c (GMTIME, LOCALTIME): should set result if not have *_r().usa2009-04-222-3/+9
* * dir.c (glob_helper): C99(gcc)-ism.usa2009-04-223-2/+10
* * time.c (localtime_with_gmtoff): fixed cross function jump.nobu2009-04-223-14/+22
* update rdoc.akr2009-04-211-0/+4
* updated.akr2009-04-211-2/+2
* * lib/time.rb (Time#rfc2822): pad leading zeros for year.akr2009-04-213-3/+22
* add comment.akr2009-04-211-0/+3
* update rdoc.akr2009-04-211-7/+6
* * lib/time.rb (Time#xmlschema): use subsec instead of nsec.akr2009-04-213-3/+17
* * time.c (time_arg): use the year argument as-is. [ruby-dev:38194]akr2009-04-215-19/+27
* describe about Time.akr2009-04-211-0/+5
* * time.c (find_time_t): constified.nobu2009-04-212-3/+7
* * 2009-04-22svn2009-04-211-2/+2
* * time.c (leap_year_v_p): removed.akr2009-04-212-7/+4
* * time.c: remove time_t restriction from Time class.akr2009-04-217-544/+1613
* * dir.c (dir_path, dir_each, glob_helper): use readdir_r() ifnobu2009-04-213-11/+25
* * lib/mkmf.rb (init_mkmf): needs default library path even ifnobu2009-04-212-1/+6
* * array.c (rb_ary_push): bypass rb_ary_store().matz2009-04-202-1/+12
* * bignum.c (bigsub_int): subtraction without making internalmatz2009-04-202-6/+147
* * symbian/setup (config.h): added TIMET2NUM and NUM2TIMET to match the change...azav2009-04-201-0/+4
* * symbian/setup (config.h): added TIMET2NUM and NUM2TIMET to match the change...azav2009-04-201-0/+2
* * 2009-04-21svn2009-04-201-2/+2
* * string.c (rb_str_split_m): faster processing on 7bit strings.matz2009-04-202-9/+59
* * eval.c (ruby_cleanup): the order of local variables on stack isnobu2009-04-197-15/+26
* * gem_prelude.rb (Gem::QuickLoader#push_gem_version_on_load_path):nobu2009-04-192-9/+17
* * process.c (proc_seteuid_m): defined to use rb_f_notimplement if notakr2009-04-182-2/+20
* * 2009-04-19svn2009-04-181-2/+2
* * process.c (proc_setuid): use rb_f_notimplement if not implemented.akr2009-04-182-4/+13
* * ext/readline/readline.c: use rb_f_notimplement for methods notakr2009-04-1813-208/+227
* * ext/curses/curses.c: use rb_f_notimplement for methods notakr2009-04-182-47/+52
* * 2009-04-18svn2009-04-181-2/+2
* update rdoc.akr2009-04-181-0/+1
* updated.akr2009-04-161-2/+2
* * node.h (rb_notimplement_body_p): declared.akr2009-04-168-157/+193
* * lib/cgi/core.rb (read_multipart): When path is not defined,mame2009-04-162-1/+13
* * 2009-04-17svn2009-04-161-2/+2
* * dir.c (bracket): fix escape handling for range character in bracketmame2009-04-162-1/+6
* * 2009-04-16svn2009-04-161-2/+2
* * class.c (rb_define_method_id): use rb_define_notimplement_method_idakr2009-04-169-14/+141
* * array.c (rb_ary_flatten): flatten(0) works as Array#dup.mame2009-04-153-1/+19
* * dir.c (fnmatch_helper): use rb_enc_precise_mbclen andnaruse2009-04-153-3/+10
* * dir.c (bracket): if same in bytes, path is matching.nobu2009-04-143-4/+12
* * sprintf.c (rb_str_format): scan coderange incrementally.nobu2009-04-132-0/+20
* * sprintf.c (rb_str_format): optimize previous commit.naruse2009-04-132-1/+7
* * sprintf.c (rb_str_format): check encoding compatibility only onnaruse2009-04-133-3/+8
* * dir.c (bracket, fnmatch_helper): compare bytewise first, to getnobu2009-04-123-33/+49