summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-11-18* math.c (math_gamma): fix incorrect comparison expression.takano32
2009-11-18* io.c (rb_scan_open_args): move path encoding conversionnaruse
2009-11-18* string.c (str_utf8_nth): no count_utf8_lead_bytes_with_wordnobu
2009-11-18* vm_method.c (rb_undef): should raise TypeError if klass is nil.shugo
2009-11-17* string.c (str_utf8_nth): fixed overrun. [ruby-core:26787]nobu
2009-11-17* io.c (parse_mode_enc): fix invalid access.akr
2009-11-17* vm_method.c (rb_alias): should raise TypeError if klass is nil.shugo
2009-11-17* enc/big5.c, enc/trans/big5.trans, enc/trans/big5-uao-tbl.rb,duerst
2009-11-17* insns.def (opt_case_dispatch): runtime value cannot be used asnobu
2009-11-16* vm_insnhelper.c (vm_call_method): protected singleton methods ofshugo
2009-11-16* io.c (read_all): shift read buffer if exception occured.wanabe
2009-11-15* io.c (read_all): don't call io_shift_cbuf until bufffering enough orwanabe
2009-11-15tests refined.akr
2009-11-15* include/ruby/ruby.h (rb_classext_t): annotate @internal.mame
2009-11-15* encoding.c (rb_filesystem_encindex): use default external encodingakr
2009-11-15* thread.c (thread_cleanup_func): delete locking_mutex when threadmame
2009-11-14* class.c (rb_mod_init_copy): fix memory leak of Class#dup.mame
2009-11-14* configure.in (--with-opt-dir): ignore and suppress a warning.nobu
2009-11-14* hash.c (ruby_setenv): get rid of crash in Solaris 8 and 10.nobu
2009-11-14* ext/bigdecimal/bigdecimal.c (BigDecimalCmp): Fix comparisons [ruby-core:26646]marcandre
2009-11-13* ext/tk/lib/tk/variable.rb (TkVariable::coerce): fix bug on a numeric value.nagai
2009-11-13* ext/tk/lib/tk/variable.rb: TkVariable#*(other) and /(other) have anagai
2009-11-13* ext/zlib/zlib.c (rb_zlib_adler32): fix typo.mame
2009-11-13* thread.c (thread_start_func_2): see first_func, not first_proc,nobu
2009-11-13* gc.c (vm_xrealloc): use the given object space.nobu
2009-11-12* lib/cgi/util.rb (CGI::pretty): fix the overflow bugxibbar
2009-11-12* lib/cgi/core.rb (read_from_cmdline): this code is better.xibbar
2009-11-12* lib/net/telnet.rb: don't use simple delegate.xibbar
2009-11-12* thread_win32.c (thread_errno): CreateThread does not set errno.nobu
2009-11-12* thread.c (thread_create_core): moved failure handling fromnobu
2009-11-12* thread_pthread.c (native_thread_create): constified.nobu
2009-11-12* .document: remove documents not in rdoc format untilnaruse
2009-11-11* lib/tempfile.rb (Tempfile#initialize): option hash may not benobu
2009-11-11* enumerator.c (yielder_yield_push): Yielder#<< should return self.mame
2009-11-11* lib/tempfile.rb (Tempfile#initialize): merge mode option.nobu
2009-11-11* hash.c (ruby_setenv): use ruby_strdup().nobu
2009-11-11* hash.c (ruby_setenv): use ruby_strdup().nobu
2009-11-11* hash.c (ruby_setenv): also set CRT workarea. ref [ruby-core:25010]usa
2009-11-11* marshal.c (w_object, r_object0): use RHASH_IFNONE but not ifnonenobu
2009-11-10* thread.c (blocking_region_begin): define before BLOCKING_REGION.akr
2009-11-10* util.c (ruby_strtod): use dval() consistently.akr
2009-11-10* test/matrix/test_matrix.rb (TestMatrix#test_rank):yugui
2009-11-09* process.c (rb_f_exec, rb_f_system, rb_f_spawn): mentioned aboutnobu
2009-11-09* thread.c (rb_gc_save_machine_context): don't save the stack pointerakr
2009-11-09* configure.in (warnflags): add -Wno-long-long.nobu
2009-11-08* hash.c: use RHASH_IFNONE but not ifnone directly.nobu
2009-11-07* lib/pp.rb (PP::ObjectMixin#pretty_print): use to_s regardless ofakr
2009-11-07* vm_insnhelper.c (vm_push_frame): get rid of out-of-boundsnobu
2009-11-07* vm_insnhelper.c (VM_CALLEE_SETUP_ARG): revert r25521.matz
2009-11-07* vm_insnhelper.c (vm_push_frame): add CHECK_STACK_OVERFLOW.matz