aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * thread_pthread.c (native_sleep): sleep_cond is initialized atnobu2008-04-101-0/+5
* * thread.c (lock_func): optimized and checks for interrupt_flag.nobu2008-04-091-4/+7
* * test/ruby/test_thread.rb: new tests from Sylvain Joyeux innobu2008-04-091-0/+5
* * thread.c (lock_func): optimized. based on a patch from Sylvainnobu2008-04-081-1/+4
* * thread.c (rb_mutex_sleep): ensures to re-acquire at waking up.nobu2008-04-081-0/+5
* * lib/complex.rb: remove Math first before overwriting by CMath.matz2008-04-081-0/+4
* * re.c (rb_reg_quote): should always copy the quoting string.matz2008-04-081-0/+3
* * load.c (rb_require_safe): should check fname path after $SAFE ismatz2008-04-081-0/+5
* * common.mk (prelude.c): depends on enc/prelude.rb.nobu2008-04-081-0/+6
* * load.c (rb_provided): check expanded path for relative pathnobu2008-04-071-0/+8
* * numeric.c: cancelled recent changes (except to remove rdiv).tadf2008-04-071-0/+8
* * encoding.c (enc_init_db): moved to enc/encdb.c.nobu2008-04-071-0/+11
* * bootstraptest/test_knownbug.rb: add a known-bug.ko12008-04-071-0/+4
* * range.c (range_each_func): should not leave a variablenobu2008-04-071-0/+7
* * string.c (rb_str_intern): need not to check if tainted.matz2008-04-061-0/+5
* * bignum.c (rb_cmpint): moved from compar.c, to check bignummatz2008-04-061-0/+10
* * dir.c (dir_tell): check if closed. [ruby-core:16223]nobu2008-04-061-0/+4
* * lib/cmath.rb: new.tadf2008-04-051-0/+10
* * lib/rdoc/parsers/parse_rb.rb: Fix uninitialized variable warnings.drbrain2008-04-041-0/+10
* * re.c (rb_memsearch_qs): wrong boundary condition.naruse2008-04-041-0/+6
* * re.c (rb_memsearch_qs): wrong boundary condition. a patch frommatz2008-04-041-0/+5
* * lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails andmatz2008-04-031-0/+5
* * numeric.c (num_quo): RDoc updated.matz2008-04-031-0/+2
* * bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]matz2008-04-031-0/+12
* * complex.c (nucomp_int_check): function for DRY real check.tadf2008-04-031-0/+6
* * range.c (range_include): add RDoc to describe that comparisonmatz2008-04-031-0/+6
* * insns.def (defineclass): check if cbase is a class or a module.nobu2008-04-031-0/+5
* * common.mk (INSNS): add insns_info.inc.usa2008-04-031-0/+6
* * common.mk (endb.h, transdb.h, prelude.c): depend on $(PREP) andnobu2008-04-031-1/+4
* * Makefile.in, common.mk, configure.in, {win32,bcc32}/Makefile.subnobu2008-04-031-0/+5
* * compile.c (iseq_set_sequence, iseq_insns_unification,nobu2008-04-031-0/+11
* * numeric.c (num_rdiv): should always return rational number.matz2008-04-021-0/+9
* * rational.c (nurat_int_check): function for DRY integer check.matz2008-04-021-0/+4
* * .gdbinit (rp): supports rational and complex numbers. it'smatz2008-04-011-0/+5
* * include/ruby/node.h: add new constants for rb_call()'s scope.matz2008-04-011-0/+10
* * rational.c: need to include <float.h> just once.matz2008-04-011-0/+4
* * bignum.c (big2dbl): more precise conversion at edge cases.nobu2008-04-011-0/+5
* * configure.in: get rid of empty expansion.nobu2008-04-011-1/+3
* * configure.in: _setjmp is available but _longjmp is not on mingw.nobu2008-04-011-0/+4
* * {bcc,win}32/Makefile (config.h): need to define RUBY_SETJMP, etc.usa2008-04-011-0/+4
* Import RubyGems 1.1.0drbrain2008-03-311-0/+4
* * configure.in: __builtin_setjmp cannot handle a variable.nobu2008-03-311-3/+3
* * configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefersnobu2008-03-311-0/+13
* * lib/resolv.rb (Resolv::Config.default_config_hash): requiresnobu2008-03-311-0/+5
* adopted the ruby's style.tadf2008-03-311-0/+6
* revert.tadf2008-03-311-0/+4
* * numeric.c (num_quo): should convert its operand to Rational.matz2008-03-311-0/+9
* * {bcc,win}32/Makefile.sub (config.h): define ssize_t.usa2008-03-311-0/+6
* * configure.in: check for ssize_t. [ruby-dev:34184]nobu2008-03-311-0/+4
* * io.c (io_getc): set coderange while getting characters.naruse2008-03-301-0/+4