aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* trivial change.tadf2008-04-071-2/+2
* * numeric.c: cancelled recent changes (except to remove rdiv).tadf2008-04-074-38/+63
* * ignores all libruby stuffs.nobu2008-04-070-0/+0
* * encoding.c (enc_init_db): moved to enc/encdb.c.nobu2008-04-0710-58/+76
* * bootstraptest/test_knownbug.rb: add a known-bug.ko12008-04-072-0/+17
* * range.c (range_each_func): should not leave a variablenobu2008-04-072-13/+9
* * string.c (rb_str_intern): need not to check if tainted.matz2008-04-062-3/+5
* * bignum.c (rb_cmpint): moved from compar.c, to check bignummatz2008-04-066-34/+54
* * tool/compile_prelude.rb: allows extra suffix after .c.nobu2008-04-061-1/+1
* * lib/cmath.rb: set properties.nobu2008-04-060-0/+0
* * dir.c (dir_tell): check if closed. [ruby-core:16223]nobu2008-04-063-4/+8
* lib/complex.rb depends lib/cmath.rb.tadf2008-04-051-224/+0
* * lib/cmath.rb: new.tadf2008-04-057-133/+270
* * lib/rdoc/parsers/parse_rb.rb: Fix uninitialized variable warnings.drbrain2008-04-045-5/+17
* * re.c (rb_memsearch_qs): wrong boundary condition.naruse2008-04-042-4/+10
* * re.c (rb_memsearch_qs): wrong boundary condition. a patch frommatz2008-04-043-4/+9
* * lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails andmatz2008-04-032-0/+7
* * numeric.c (num_quo): RDoc updated.matz2008-04-032-4/+6
* * bignum.c (Init_Bignum): rdiv method removed. [ruby-dev:34242]matz2008-04-037-89/+27
* * complex.c (nucomp_int_check): function for DRY real check.tadf2008-04-033-64/+33
* * range.c (range_include): add RDoc to describe that comparisonmatz2008-04-032-1/+8
* * insns.def (defineclass): check if cbase is a class or a module.nobu2008-04-033-8/+23
* * common.mk (INSNS): add insns_info.inc.usa2008-04-032-2/+8
* * common.mk (golf_prelude.c): needs .new.nobu2008-04-031-1/+1
* * common.mk (endb.h, transdb.h, prelude.c): depend on $(PREP) andnobu2008-04-032-16/+16
* * Makefile.in, common.mk, configure.in, {win32,bcc32}/Makefile.subnobu2008-04-036-6/+14
* * compile.c (iseq_set_sequence, iseq_insns_unification,nobu2008-04-038-25/+36
* * configure.in (cflags): expand at compile time.nobu2008-04-021-1/+1
* * numeric.c (num_rdiv): should always return rational number.matz2008-04-027-76/+85
* * rational.c (nurat_int_check): function for DRY integer check.matz2008-04-023-57/+26
* * .gdbinit (rp): supports rational and complex numbers. it'smatz2008-04-012-0/+15
* * include/ruby/node.h: add new constants for rb_call()'s scope.matz2008-04-014-11/+22
* * rational.c: need to include <float.h> just once.matz2008-04-012-4/+5
* * bignum.c (big2dbl): more precise conversion at edge cases.nobu2008-04-012-4/+58
* * configure.in: get rid of empty expansion.nobu2008-04-012-2/+4
* * configure.in: quoted.nobu2008-04-011-1/+1
* * configure.in: _setjmp is available but _longjmp is not on mingw.nobu2008-04-012-2/+8
* * {lib,test}/rubygems: set eol-style.nobu2008-04-010-0/+0
* * {bcc,win}32/Makefile (config.h): need to define RUBY_SETJMP, etc.usa2008-04-013-1/+11
* Remove test file that was removed in RubyGems 1.1.0drbrain2008-03-311-610/+0
* Import RubyGems 1.1.0drbrain2008-03-3182-2771/+5619
* * configure.in: __builtin_setjmp cannot handle a variable.nobu2008-03-312-4/+4
* * configure.in (RUBY_SETJMP, RUBY_LONGJMP, RUBY_JMP_BUF): prefersnobu2008-03-315-17/+72
* * lib/resolv.rb (Resolv::Config.default_config_hash): requiresnobu2008-03-315-10/+21
* adopted the ruby's style.tadf2008-03-313-1873/+1897
* revert.tadf2008-03-312-1/+5
* * numeric.c (num_quo): should convert its operand to Rational.matz2008-03-315-11/+15
* * {bcc,win}32/Makefile.sub (config.h): define ssize_t.usa2008-03-314-0/+22
* * configure.in: check for ssize_t. [ruby-dev:34184]nobu2008-03-312-1/+7
* * io.c (io_getc): set coderange while getting characters.naruse2008-03-303-29/+50