summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-14* configure.in (rubyhdrdir): fixed typo. [ruby-dev:39079]nobu
2009-08-13* doc/ChangeLog-1.8.0: add forgotten entry contributed bymatz
2009-08-13* 2009-08-14svn
2009-08-13* lib/delegate.rb (Delegator#method_missing): __FILE__ may containmatz
2009-08-13* vm.c (vm_exec): returning from lambda runs ensure section.wanabe
2009-08-13* configure.in (RUBY_CHECK_SIZEOF): set cross_compiling to yesnobu
2009-08-13* configure.in (RUBY_CHECK_SIZEOF): use AC_COMPUTE_INT instead ofnobu
2009-08-13* insns.def (opt_case_dispatch): suppressed a warning.nobu
2009-08-13Oops, my finger slipped.knu
2009-08-13* configure.in, Makefile.in (MAKEDIRS): used MKDIR_P instead ofnobu
2009-08-13Merge changes from ruby_1_8 except for the post-1.8.7 part.knu
2009-08-13* regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null): fixednobu
2009-08-13* 2009-08-13svn
2009-08-13revert r24507. [ruby-dev:39073]matz
2009-08-12* ChangeLog: typo.usa
2009-08-12 * ext/socket/extconf.rb: if ipv6 is enabled, the version of Windowsusa
2009-08-12 * common.mk (yes-test-knownbug): use RUNRUBY instead of MINIRUBY.usa
2009-08-12* class.c (rb_define_module_id_under): fix the name.naruse
2009-08-12* test/ruby/test_marshal.rb (test_class_nonascii): test for non-ascii name cl...nobu
2009-08-12* class.c (rb_define_class_id_under, rb_define_module_id_under):nobu
2009-08-12* test/ruby/test_struct.rb (test_inspect): use assert_match.nobu
2009-08-12* insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h: checkko1
2009-08-12 * win32/win32.c (readdir_internal): free old temporary filename.usa
2009-08-12* string.c (rb_str_new_frozen): must not change encoding of frozennobu
2009-08-12* configure.in (rb_cv_broken_crypt): needs more checks.nobu
2009-08-11* sprintf.c (rb_str_format): should preserve format encodingmatz
2009-08-11* encoding.c (rb_enc_compatible): If a string is empty andnaruse
2009-08-11* encoding.c (is_data_encoding): fix condition.naruse
2009-08-11* 2009-08-12svn
2009-08-11* test/ruby/test_rubyoptions.rb (test_shebang): fix for new behavior.nobu
2009-08-11 * lib/date.rb (complete_frags): Monday must be suitable for %W'stadf
2009-08-11rdoc update.akr
2009-08-11* numeric.c (num_divmod): fixed rdoc. [ruby-core:24862]nobu
2009-08-11* 2009-08-11svn
2009-08-11* ChangeLog: fixed typo.nari
2009-08-10* include/ruby/intern.h (rb_path2class): no deprecation.nobu
2009-08-10fix typoskazu
2009-08-10* ChangeLog: sign why.nari
2009-08-10* gc.c: reject unused longlife gc.nari
2009-08-09* marshal.c (must_not_be_anonymous): fixed silly miss.nobu
2009-08-09* marshal.c (class2path, w_unique, w_extended, w_class, w_uclass):nobu
2009-08-09* ext/tk/extconf.rb (search_tclConfig): last change isn't enough. fixed it.nagai
2009-08-09* common.mk (ruby.imp): excluded prelude.o to get rid of circularnobu
2009-08-09* bignum.c (rb_big_cmp, bigsub, big_real_len, bigmul1_normal,mame
2009-08-08New API Encoding#ascii_compatible?.naruse
2009-08-08* ext/ripper/eventids2.c (token_to_eventid): addednobu
2009-08-08* 2009-08-09svn
2009-08-08* tool/compile_prelude.rb: fixes a regexp pattern for require.yugui
2009-08-08fix the name in the entrymatz
2009-08-08* bignum.c (bigzero_p): removing BDIGITS() inside of thematz