summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-04-11* lib/yaml/store.rb (YAML::load): modified to support emptymatz
2008-04-10* marshal.c (w_object): add volatile to avoid potential GC bug. amatz
2008-04-10* lib/pstore.rb (PStore::dump, PStore::load): allow subclassmatz
2008-04-10* test/test_generator.rb: removed as well. [ruby-dev:34306]matz
2008-04-10Add a bug#.knu
2008-04-10* misc/rdebug.el, misc/README: Remove rdebug.el as per requestknu
2008-04-10* eval.c (rb_f_loop): Mention StopIteration in the document.knu
2008-04-10* array.c (rb_ary_pop_m, rb_ary_shift_m): Update documents forknu
2008-04-10* marshal.c (w_object): TYPE_USERDEF assigns id for ivars first.akr
2008-04-10* lib/pstore.rb: replaced by Hongli Lai's faster version.matz
2008-04-10* lib/generator.rb: removed obsolete library. [ruby-core:16233]matz
2008-04-10* thread_pthread.c (native_sleep): sleep_cond is initialized atnobu
2008-04-09* thread.c (lock_func): optimized and checks for interrupt_flag.nobu
2008-04-09* test/ruby/test_thread.rb: new tests from Sylvain Joyeux innobu
2008-04-08* thread.c (lock_func): optimized. based on a patch from Sylvainnobu
2008-04-08* thread.c (rb_mutex_sleep): ensures to re-acquire at waking up.nobu
2008-04-08* lib/complex.rb: remove Math first before overwriting by CMath.matz
2008-04-08* re.c (rb_reg_quote): should always copy the quoting string.matz
2008-04-08* load.c (rb_require_safe): should check fname path after $SAFE ismatz
2008-04-08* common.mk (prelude.c): depends on enc/prelude.rb.nobu
2008-04-07* load.c (rb_provided): check expanded path for relative pathnobu
2008-04-07 * numeric.c: cancelled recent changes (except to remove rdiv).tadf
2008-04-07* encoding.c (enc_init_db): moved to enc/encdb.c.nobu
2008-04-07* bootstraptest/test_knownbug.rb: add a known-bug.ko1
2008-04-07* range.c (range_each_func): should not leave a variablenobu
2008-04-06* string.c (rb_str_intern): need not to check if tainted.matz
2008-04-06* bignum.c (rb_cmpint): moved from compar.c, to check bignummatz
2008-04-06* dir.c (dir_tell): check if closed. [ruby-core:16223]nobu
2008-04-05 * lib/cmath.rb: new.tadf
2008-04-04* lib/rdoc/parsers/parse_rb.rb: Fix uninitialized variable warnings.drbrain
2008-04-04* re.c (rb_memsearch_qs): wrong boundary condition.naruse
2008-04-04* re.c (rb_memsearch_qs): wrong boundary condition. a patch frommatz
2008-04-03* lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails andmatz
2008-04-03* numeric.c (num_quo): RDoc updated.matz
2008-04-03* bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]matz
2008-04-03 * complex.c (nucomp_int_check): function for DRY real check.tadf
2008-04-03* range.c (range_include): add RDoc to describe that comparisonmatz
2008-04-03* insns.def (defineclass): check if cbase is a class or a module.nobu
2008-04-03 * common.mk (INSNS): add insns_info.inc.usa
2008-04-03* common.mk (endb.h, transdb.h, prelude.c): depend on $(PREP) andnobu
2008-04-03* Makefile.in, common.mk, configure.in, {win32,bcc32}/Makefile.subnobu
2008-04-03* compile.c (iseq_set_sequence, iseq_insns_unification,nobu
2008-04-02* numeric.c (num_rdiv): should always return rational number.matz
2008-04-02* rational.c (nurat_int_check): function for DRY integer check.matz
2008-04-01* .gdbinit (rp): supports rational and complex numbers. it'smatz
2008-04-01* include/ruby/node.h: add new constants for rb_call()'s scope.matz
2008-04-01* rational.c: need to include <float.h> just once.matz
2008-04-01* bignum.c (big2dbl): more precise conversion at edge cases.nobu
2008-04-01* configure.in: get rid of empty expansion.nobu
2008-04-01* configure.in: _setjmp is available but _longjmp is not on mingw.nobu