summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-05-15* array.c (rb_ary_shift, rb_ary_shift_m): clears unused elements.nobu
2009-05-15* variable.c (rb_autoload_load): checks if iv_tbl is valid.nobu
2009-05-15* ChangeLog: forgotten to mention reporter.usa
2009-05-15* 2009-05-15svn
2009-05-15 * win32/setup.mak (-version-): now version.h includesusa
2009-05-14* ext/etc/etc.c (etc_getpwuid): use rb_uid_t. [ruby-dev:38443]nobu
2009-05-14* ext/stringio/stringio.c (strio_ungetbyte): encoding should notnobu
2009-05-14* common.mk: marked PHONY targets.nobu
2009-05-14* sample/test.rb (valid_syntax?): defaults to us-ascii.nobu
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