summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-13* gc.c: add longlife garbage collection. [ruby-dev:38423]nari
2009-05-13rdoc update.akr
2009-05-13* include/ruby/version.h: extracted the extensions interface andnobu
2009-05-12* time.c (time_init_1): unused variable removed.akr
2009-05-12* 2009-05-13svn
2009-05-12add test.akr
2009-05-12* time.c: support fixed UTC offset. [ruby-dev:38326]akr
2009-05-12* 2009-05-12svn
2009-05-12 * yarvtest: removed because it's outdated.usa
2009-05-11* parse.y: add semicolons to some grammar rules not terminatedmatz
2009-05-11* io.c (Init_IO): add constant File::NOATIME. [ruby-core:23194]kazu
2009-05-11forgot to commit.kazu
2009-05-11* mkconfig.rb (rubylibdir): use rubylibprefix. [ruby-dev:38426]nobu
2009-05-10* ext/bigdecimal/bigdecimal.c (BigDecimal_coerce): supportmatz
2009-05-10* 2009-05-11svn
2009-05-10* lib/net/smtp.rb (Net::SMTP#check_auth_args): should not changematz
2009-05-10* ext/dl/lib/dl/func.rb (DL::Function#bound?): returns if alreadynobu
2009-05-10* ext/dl/cfunc.c (rb_dlcfunc_instance_p): new function to check ifnobu
2009-05-10* ext/dl/cptr.c: consistent indentation.nobu
2009-05-10* 2009-05-10svn
2009-05-10* ext/dl/lib/dl/cparser.rb (DL::CParser#parse_signature): stripsnobu
2009-05-09rdoc update.akr
2009-05-09* test/ruby/test_float.rb (TestFloat#test_sleep_with_Float): add akazu
2009-05-09 * lib/date.rb: use subsec instead of nsec.tadf
2009-05-09rename argument name.akr
2009-05-09describe more conversion functions between integer and VALUE.akr
2009-05-09* variable.c (rb_autoload_load): suppress a warning.nobu
2009-05-09* thread.c: fixed types.nobu
2009-05-09* hash.c: 3rd arguemnt of rb_hash_foreach() is VALUE.nobu
2009-05-09* vm_eval.c (rb_f_catch): gets rid of issue with gcc 4.4. a patchnobu
2009-05-08* lib/mkmf.rb (try_link0): removes waste dSYM directories leftnobu
2009-05-08* lib/mkmf.rb (check_sizeof): fixed wrong recuring result fornobu
2009-05-08* Makefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME):nobu
2009-05-08* array.c (rb_ary_flatten_bang): clears temporary array.nobu
2009-05-07* 2009-05-08svn
2009-05-07* lib/set.rb (SortedSet#add): Do not require each newly addedknu
2009-05-07* test/ruby/test_rubyoptions.rb (test_indentation_check): add a testmame
2009-05-07* array.c (rb_ary_flatten_bang): returns nil if nothing changed.nobu
2009-05-07* ChangeLog: fixed typo.nobu
2009-05-07* array.c (rb_ary_sample): negative sample number is invalid.nobu
2009-05-07* string.c, include/ruby/encoding.h: fixed types.nobu
2009-05-07* range.c (r_le): fixed types.nobu
2009-05-07* range.c (range_eql): fixed rdoc.nobu
2009-05-07* io.c (pipe_open): should be rb_pid_t.nobu
2009-05-06update rdoc.akr
2009-05-06* math.c (math_gamma): use a table for positive small integers.akr
2009-05-06* README.ja: code for THINK_C does not exist already. [Bug #1435]nobu
2009-05-05* configure.in (CFLAGS, CXXFLAGS): strips extra spaces.nobu
2009-05-05* svn:ignore, .gitignore: merged.nobu
2009-05-05Fix: raised error on tool/ifchange.naruse