aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * proc.c (proc_dup): should copy is_lambda attribute as well.matz2008-03-301-0/+5
* * io.c: IO.copy_stream implemented. [ruby-dev:33843]akr2008-03-301-0/+10
* * ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.nagai2008-03-291-0/+84
* * complex.c (f_lcm): removed.tadf2008-03-271-0/+10
* * variable.c (rb_mod_constants): rdoc updated. a patch frommatz2008-03-261-0/+5
* * test/ruby/test_rand.rb: add tests to achieve over 95% test coveragemame2008-03-251-0/+5
* * test/ruby/test_rational.rb: add tests to achieve over 90% testmame2008-03-251-0/+7
* * bootstraptest/test_knownbug.rb: add tests. [ruby-dev:34128]mame2008-03-251-0/+4
* * array.c (ary_new): fix size check. [ruby-dev:34123]mame2008-03-251-0/+11
* * ruby.c (proc_options): checks if the word is empty.nobu2008-03-251-0/+6
* * compile.c (defined_expr): false short-circuit destination label maynobu2008-03-251-1/+7
* * compile.c (compile_massign_opt): no need to use alloca.nobu2008-03-251-0/+4
* * parse.y (debug_lines): Always prepare a new array for eachknu2008-03-241-0/+7
* * configure.in: sitearch should use target_cpu. [ruby-core:15986]nobu2008-03-241-0/+4
* * process.c (rlimit_resource_value): use NUM2RLIM.akr2008-03-221-0/+4
* fixed. [ruby-dev:34109]tadf2008-03-221-0/+6
* * io.c (rb_f_gets, rb_f_readline, rb_f_readlines): delegates to ARGFnobu2008-03-211-0/+5