summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-06-27* test/inlinetest.rb (InlineTest.in_progname): workaround for frozennobu
2008-06-27* parse.y (primary): empty not should call '!' on nil.matz
2008-06-27* lib/erb.rb: adjust line number for magic comment.kazu
2008-06-27* vm.c (vm_eval_body): if thrown exception is frozen, reraise it tonobu
2008-06-27* include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu
2008-06-27* include/ruby/intern.h (rb_str_new2, rb_tainted_str_new2,nobu
2008-06-27* lib/un.rb (mkmf): new command to create makefile.nobu
2008-06-27* lib/un.rb (wait_writable): added help message.nobu
2008-06-26* configure.in: need a ",".ko1
2008-06-26* vm_eval.c (vm_call_super): fix to call method_missing.ko1
2008-06-26* ruby.c (set_arg0, ruby_prog_init): freeze $0. a patch from Keitanobu
2008-06-26* string.c (rb_str_index_m, rb_str_rindex_m, rb_str_include): fixmame
2008-06-26ChangeLog: need address tweakmatz
2008-06-26* variable.c (rb_f_trace_var): should not be allowed at safe level 4. matz
2008-06-26Upgrade to RubyGems 1.2.0 r1824. Incorporates [ruby-core:17353].drbrain
2008-06-25* parse.y (primary): not operand might be empty. [ruby-dev:35227]matz
2008-06-25* parse.y (primary): make functional-style not operator to actmatz
2008-06-25* array.c (rb_ary_fill): not depend on unspecified behavior at integernobu
2008-06-25* lib/erb.rb (ERB::Compiler:Buffer#new): push magic comment first.naruse
2008-06-25* lib/erb.rb (ERB::Compiler#compile): magic comment needs LF.naruse
2008-06-25* lib/erb.rb (ERB::Compiler#compile): output magic comment.naruse
2008-06-24* vm_eval.c (eval_string_with_cref): preserve parse_in_eval even ifmame
2008-06-24* ext/win32ole/win32ole.c(ole_invoke): fix memory leak.suke
2008-06-24* configure.in (rb_cv_fork_with_pthread): check after check fornobu
2008-06-24 * ext/io/wait/extconf.rb: check sys/socket.h for cygwin.usa
2008-06-24 * io.c (io_reopen): remove cygwin handling because it seems to be forusa
2008-06-24 * include/ruby/win32.h, win32/win32.c (rb_w32_getppid): now supportusa
2008-06-24 * ext/socket/socket.c (init_sock): socket is binmode on platformsusa
2008-06-23* compile.c (iseq_build_from_ary): initialize arg_opts, a patch frommame
2008-06-23* compile.c (iseq_build_from_ary): fix expression to obtain wanabe
2008-06-23* lib/mathn.rb (Rational::power2): removed incomplete method.matz
2008-06-22* ext/readline/extconf.rb (have_readline_func): readline on Mac OS Xnobu
2008-06-22* object.c (rb_class_superclass): rdoc improvement, a patch fromnobu
2008-06-22* README.EXT: translated README.EXT.jashyouhei
2008-06-21* ChangeLog: add reporter.usa
2008-06-21 * win32/win32.c (rb_w32_osid, rb_w32_osver, CreateChild): XP isusa
2008-06-21 * README.EXT.ja: add note about mark and free.usa
2008-06-21* ChangeLog: tabify. (now we are testing auto version.h updating.)usa
2008-06-21 * io.c (rb_io_binmode_p, argf_binmode_p, Init_IO): new methodusa
2008-06-21 * win32/win32.c (rb_w32_spawn): no longer support P_WAIT.usa
2008-06-21 * thread_win32.c (native_sleep): must block reentrance when accessingusa
2008-06-21* parse.y (call_args2, open_args): removed.nobu
2008-06-21* numeric.c (flo_round): get rid of overflow.nobu
2008-06-21* lib/rdoc/parsers/parse_rb.rb (RDoc#collect_first_comment): skipnobu
2008-06-21* configure.in: check if fork works with pthread.nobu
2008-06-21* tool/make-snapshot: ported to ruby.nobu
2008-06-20* tool/make-snapshot: fixed digets.nobu
2008-06-20* enumerator.c (enum_each_cons): typo in RDoc fixed.matz
2008-06-20* ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian::dfdxi):matz
2008-06-20* tool/make-snapshot: do not use sha256sum; use BASERUBY insteadshyouhei