summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2010-02-16* hash.c (hash_update): always raise an exception when adding a newmame
2010-02-16* gc.c (chain_finalized_object): fix precedence.mame
2010-02-16* gc.c (rb_objspace_call_finalizer): always run finalizer at exit,mame
2010-02-16* file.c (rb_group_member): renamed from group_member.akr
2010-02-16* ext/dl/cfunc.c (rb_dlcfunc_call): convert signed value tonobu
2010-02-16* test/dl/test_{base,handle}.rb: use more verbose assertions.nobu
2010-02-16* ChangeLog: removed trailing spaces.nobu
2010-02-16* ext/dl/method.c: Adding DL::Method as a superclass for DL::Functiontenderlove
2010-02-15* io.c: check lseek error by errno. NetBSD 4.0.1 may return -1 asakr
2010-02-15* lib/pstore.rb (PStore#initialize): initialize @thread_safe.akr
2010-02-15* st.c (st_foreach): don't access ptr->hash after func call.akr
2010-02-15* ext/zlib/zlib.c (zlib_mem_alloc): suppress valgrind warnings.akr
2010-02-15* time.c (time_add): propagate fixed time offset.akr
2010-02-15* signal.c (USE_SIGALTSTACK): NetBSD can't use sigaltstack(2)naruse
2010-02-15* array.c (rb_ary_push_m): use rb_ary_modify instead ofnaruse
2010-02-14* marshal.c (r_object0): removed duplicated entry for regexp.nobu
2010-02-13* marshal.c (r_object0): register regexp object before encodingnobu
2010-02-13* array.c (rb_ary_delete): RDoc update. a patch from Hugh Sasse.matz
2010-02-13* marshal.c (id2encidx): duplicated entry for encoding name.matz
2010-02-13* lib/tempfile.rb (Tempfile::Remover): new class to replaceakr
2010-02-12* vm.c (thread_free): fixed typo.nobu
2010-02-11Fri Feb 12 02:27:39 2010 Akinori MUSHA <knu@iDaemons.org>knu
2010-02-11* io.c (rb_io_oflags_modestr): return "r" for O_RDONLY|O_APPEND.akr
2010-02-11* missing/alloca.c: s/RUBY_LIB/RUBY_LIB_PREFIX/ [ruby-dev:40395]kazu
2010-02-11* vm.c (vm_exec): reset thread state before restarting vm loopnobu
2010-02-11fix a typo.akr
2010-02-11* marshal.c (r_object0): replace non-1.8 escapes directly.nobu
2010-02-11* marshal.c (r_object0): read sequentially since marshal sourcenobu
2010-02-11describe the reporter.akr
2010-02-11* lib/resolv.rb: fix [ruby-core:28144].akr
2010-02-10* vm.c (vm_exec): temporarily revert r26628, which causes SEGV whenmame
2010-02-10* array.c (rb_ary_push_m, rb_ary_unshift_m, rb_ary_aset),nobu
2010-02-09* vm.c (vm_exec): reset thread state before starting vm loop.nobu
2010-02-09* ext/bigdecimal/bigdecimal.c (BigDecimal_divide): fix precision too.mame
2010-02-09* ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): fix precision.mame
2010-02-09* io.c (READ_CHECK): do not select fd before reading, that had mademame
2010-02-09* lib/rexml/text.rb (REXML::Text#initialize): REXML::Text.new checksmame
2010-02-08* io.c (rb_io_getline_fast): wrong calculation of new positionmatz
2010-02-08* ext/socket/socket.c (socket_s_ip_address_list): obtain the scope_idakr
2010-02-08* object.c (rb_obj_clone): call initialize_clone hook method tomatz
2010-02-08* dmyversion.c: empty load path in miniruby.nobu
2010-02-08* common.mk (COMPILE_PRELUDE): rbconfig is loaded on demand.nobu
2010-02-08* configure.in: check pthread_attr_getstack to prevent obsoletematz
2010-02-07* sample/test.rb: sort files for syntax validataion.akr
2010-02-07* bootstraptest/runner.rb: sort test files.akr
2010-02-07* lib/rake.rb (Rake::FileList::ARRAY_METHODS): fix test failure by <=>akr
2010-02-06* math.c (math_lgamma): initialize sign becauseakr
2010-02-06* class.c (rb_class_init_copy): raise a TypeError if the argument isshugo
2010-02-06* lib/net/ftp.rb (initialize): set @sock to a NullSocket instance toshugo
2010-02-06added a ChangeLog entry.shugo