summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-22* regint.h (BITS_IN_ROOM, BS_ROOM, BS_BIT): suppress warnings.nobu
2012-03-22* configure.in (Makefile): add missing test.nobu
2012-03-22* configure.in (Makefile): check with svn info, since svn 1.7 doesn'tnobu
2012-03-22* configure.in (Makefile): get rid of confliction with -j.nobu
2012-03-22TRY_LINK needs EXEEXTnobu
2012-03-22* ext/openssl/ossl_pkey_rsa.c (rsa_generate): fix argument type.nobu
2012-03-22workaround for mingwnobu
2012-03-22remove conftest filesnobu
2012-03-22* 2012-03-22svn
2012-03-22* test/ruby/test_io.rb (TestIO#test_pos_with_getc): updated.usa
2012-03-21* regcomp.c: Merge Onigmo 3d855b30d574536d3ae600260208c6624ae4791c.naruse
2012-03-21* 2012-03-21svn
2012-03-21* test/ruby/test_io.rb (TestIO#test_pos_with_getc): added.usa
2012-03-20* 2012-03-20svn
2012-03-20test_thread: test_condvar_wait_not_owner duplicates test_condvar_nolocknobu
2012-03-19* enumerator.c (lazy_flat_map_func): convert the block value toshugo
2012-03-19* enum.c (zip_i): variadic argument needs explicit cast on theshugo
2012-03-19* enumerator.c (enumerable_lazy): add an example of take and firstshugo
2012-03-19* compile.c (iseq_specialized_instruction): DRY and replace chainnobu
2012-03-19* test/test_pty.rb: same as r29280, skip tests when PTY allocationshyouhei
2012-03-18* 2012-03-19svn
2012-03-18num2ll and num2ullnobu
2012-03-18volatile errinfonobu
2012-03-18fix condition for freenobu
2012-03-18* gc.c (aligned_malloc, aligned_free): added fallback implementationsyugui
2012-03-18* win32/Makefile.sub: put an empty line between stub and script.nobu
2012-03-18* bignum.c (rb_big_pow): estimate result bit size more precisely.nobu
2012-03-18* gc.c (free_method_entry_i): method entry may be innobu
2012-03-18* compile.c: typo fix by Run Paint Run Run.akr
2012-03-18* 2012-03-18svn
2012-03-18* lib/profiler.rb: support calling singleton methods ofktsj
2012-03-16follow r35040kazu
2012-03-16 * object.c: Fix indentation of Class#inherited example.drbrain
2012-03-16* string.c (trnext): fix bug with string ending with '\\'.kazu
2012-03-16remove a trailing space [ci skip]kazu
2012-03-16* 2012-03-17svn
2012-03-16remove a trailing spacekazu
2012-03-16* string.c (trnext): should advance char-wise.nobu
2012-03-16fix unreachable warning line numbernobu
2012-03-16fix typonobu
2012-03-16verbose_warningnobu
2012-03-16suppress warning.nobu
2012-03-16fix indentnobu
2012-03-16Tempfile#opennobu
2012-03-16fix argument ordernobu
2012-03-16bug numbernobu
2012-03-16* enum.c (enum_take): allocate buffer array before iteration, as wellnobu
2012-03-16* enum.c (enum_first): remove duplication.nobu
2012-03-16* load.c (ruby_init_ext): don't free the given pointer itself.yugui
2012-03-16* vm_eval.c (rb_mod_module_eval): fix the documentation ofshugo