summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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
2008-04-01 * {bcc,win}32/Makefile (config.h): need to define RUBY_SETJMP, etc.usa
2008-03-31Import RubyGems 1.1.0drbrain
2008-03-31* configure.in: __builtin_setjmp cannot handle a variable.nobu
2008-03-31* configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefersnobu
2008-03-31* lib/resolv.rb (Resolv::Config.default_config_hash): requiresnobu
2008-03-31adopted the ruby's style.tadf
2008-03-31revert.tadf
2008-03-31* numeric.c (num_quo): should convert its operand to Rational.matz
2008-03-31 * {bcc,win}32/Makefile.sub (config.h): define ssize_t.usa
2008-03-31* configure.in: check for ssize_t. [ruby-dev:34184]nobu
2008-03-30* io.c (io_getc): set coderange while getting characters.naruse
2008-03-30* proc.c (proc_dup): should copy is_lambda attribute as well.matz
2008-03-30* io.c: IO.copy_stream implemented. [ruby-dev:33843]akr
2008-03-29* ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.nagai
2008-03-27 * complex.c (f_lcm): removed.tadf
2008-03-26* variable.c (rb_mod_constants): rdoc updated. a patch frommatz
2008-03-25* test/ruby/test_rand.rb: add tests to achieve over 95% test coveragemame
2008-03-25* test/ruby/test_rational.rb: add tests to achieve over 90% testmame
2008-03-25* bootstraptest/test_knownbug.rb: add tests. [ruby-dev:34128]mame
2008-03-25* array.c (ary_new): fix size check. [ruby-dev:34123]mame