summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * gc.c: add longlife garbage collection. [ruby-dev:38423]nari2009-05-1313-48/+333
* rdoc update.akr2009-05-131-29/+28
* * include/ruby/version.h: extracted the extensions interface andnobu2009-05-133-13/+67
* * time.c (time_init_1): unused variable removed.akr2009-05-122-2/+4
* * 2009-05-13svn2009-05-121-2/+2
* add test.akr2009-05-121-0/+15
* * time.c: support fixed UTC offset. [ruby-dev:38326]akr2009-05-124-40/+432
* * 2009-05-12svn2009-05-121-2/+2
* * yarvtest: removed because it's outdated.usa2009-05-1212-3170/+4
* * parse.y: add semicolons to some grammar rules not terminatedmatz2009-05-112-0/+16
* * io.c (Init_IO): add constant File::NOATIME. [ruby-core:23194]kazu2009-05-112-0/+7
* forgot to commit.kazu2009-05-111-0/+5
* * mkconfig.rb (rubylibdir): use rubylibprefix. [ruby-dev:38426]nobu2009-05-112-1/+5
* * ext/bigdecimal/bigdecimal.c (BigDecimal_coerce): supportmatz2009-05-102-5/+15
* * 2009-05-11svn2009-05-101-2/+2
* * lib/net/smtp.rb (Net::SMTP#check_auth_args): should not changematz2009-05-102-1/+6
* * ext/dl/lib/dl/func.rb (DL::Function#bound?): returns if alreadynobu2009-05-103-1/+13
* * ext/dl/cfunc.c (rb_dlcfunc_instance_p): new function to check ifnobu2009-05-104-11/+32
* * ext/dl/cptr.c: consistent indentation.nobu2009-05-101-157/+157
* * 2009-05-10svn2009-05-101-2/+2
* * ext/dl/lib/dl/cparser.rb (DL::CParser#parse_signature): stripsnobu2009-05-102-1/+6
* rdoc update.akr2009-05-091-2/+11
* * test/ruby/test_float.rb (TestFloat#test_sleep_with_Float): add akazu2009-05-091-0/+5
* * lib/date.rb: use subsec instead of nsec.tadf2009-05-093-2/+13
* rename argument name.akr2009-05-091-10/+10
* describe more conversion functions between integer and VALUE.akr2009-05-092-12/+22
* * variable.c (rb_autoload_load): suppress a warning.nobu2009-05-091-1/+1
* * thread.c: fixed types.nobu2009-05-091-6/+6
* * hash.c: 3rd arguemnt of rb_hash_foreach() is VALUE.nobu2009-05-092-30/+53
* * vm_eval.c (rb_f_catch): gets rid of issue with gcc 4.4. a patchnobu2009-05-093-3/+8
* * lib/mkmf.rb (try_link0): removes waste dSYM directories leftnobu2009-05-082-2/+18
* * lib/mkmf.rb (check_sizeof): fixed wrong recuring result fornobu2009-05-082-4/+13
* * Makefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME):nobu2009-05-085-21/+54
* * array.c (rb_ary_flatten_bang): clears temporary array.nobu2009-05-082-2/+19
* * 2009-05-08svn2009-05-071-2/+2
* * lib/set.rb (SortedSet#add): Do not require each newly addedknu2009-05-072-4/+9
* * test/ruby/test_rubyoptions.rb (test_indentation_check): add a testmame2009-05-072-0/+16
* * array.c (rb_ary_flatten_bang): returns nil if nothing changed.nobu2009-05-073-1/+9
* * ChangeLog: fixed typo.nobu2009-05-071-2/+2
* * array.c (rb_ary_sample): negative sample number is invalid.nobu2009-05-073-0/+8
* * string.c, include/ruby/encoding.h: fixed types.nobu2009-05-073-23/+30
* * range.c (r_le): fixed types.nobu2009-05-072-5/+7
* * range.c (range_eql): fixed rdoc.nobu2009-05-072-3/+7
* * io.c (pipe_open): should be rb_pid_t.nobu2009-05-073-3/+7
* update rdoc.akr2009-05-061-0/+22
* * math.c (math_gamma): use a table for positive small integers.akr2009-05-062-11/+49
* * README.ja: code for THINK_C does not exist already. [Bug #1435]nobu2009-05-062-9/+12
* * configure.in (CFLAGS, CXXFLAGS): strips extra spaces.nobu2009-05-053-6/+10
* * svn:ignore, .gitignore: merged.nobu2009-05-051-8/+29
* Fix: raised error on tool/ifchange.naruse2009-05-052-1/+7