summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-11-19* ext/socket/getnameinfo.c: need to include extconf.h for HAVE_* macros.usa
2009-11-19* win32/Makefile.sub: nmake execute the file named echo if it existsusa
2009-11-18* vm_eval.c (rb_search_method_entry): show the type of the hiddenakr
2009-11-18* io.c (MORE_CHAR_SUSPENDED): renamed from MORE_CHAR_CBUF_FULL.akr
2009-11-18* io.c (fill_cbuf): extracted from more_char.akr
2009-11-18* thread.c (rb_thread_atfork_internal): reinitialize global locknobu
2009-11-18* thread.c (rb_thread_atfork_internal): reinitialize global locknobu
2009-11-18* thread.c (terminate_atfork_i): all mutex locks by other threadsnobu
2009-11-18* file.c (file_path_convert): delay getting filesystem encodingusa
2009-11-18* encoding.c (enc_set_default_encoding): reset filesytemnaruse
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