aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * io.c (rb_io_lines, rb_io_bytes, rb_io_chars) Fixed their rdocs.yugui2008-03-301-12/+23
* revert git backfire in r15860; sorrymatz2008-03-309-137/+227
* * proc.c (proc_dup): should copy is_lambda attribute as well.matz2008-03-3011-227/+143
* forgot to return a value.akr2008-03-301-1/+1
* * io.c: IO.copy_stream implemented. [ruby-dev:33843]akr2008-03-305-2/+840
* * 2008-03-29nobu2008-03-291-3/+3
* * ext/tk/sample/{demos-*/textpeer,tksleep_sample,ttk_wrapper}.rb: set eol-style.nobu2008-03-290-0/+0
* * ext/tk/sample/ttk_wrapper.rb: minor bug fix.nagai2008-03-291-1/+1
* * ext/tk/*: full update Ruby/Tk to support Ruby(1.9|1.8) and Tc/Tk8.5.nagai2008-03-29121-2194/+7855
* * ruby.1: Separated --verbose from -v. [ruby-dev:34011]yugui2008-03-281-1/+9
* * 2008-03-28usa2008-03-281-3/+3
* * io.c (rb_io_each_char, rb_io_chars, argf_each_char, io_getc): Added charact...yugui2008-03-281-35/+108
* * complex.c (f_lcm): removed.tadf2008-03-275-113/+101
* anyway renamed.tadf2008-03-262-3/+3
* * variable.c (rb_mod_constants): rdoc updated. a patch frommatz2008-03-262-2/+7
* * test/ruby/test_rand.rb: add tests to achieve over 95% test coveragemame2008-03-252-0/+41
* * test/ruby/test_rational.rb: add tests to achieve over 90% testmame2008-03-254-4/+240
* * bootstraptest/test_knownbug.rb: add tests. [ruby-dev:34128]mame2008-03-252-0/+37
* * array.c (ary_new): fix size check. [ruby-dev:34123]mame2008-03-254-7/+40
* * ruby.c (proc_options): checks if the word is empty.nobu2008-03-252-3/+9
* * compile.c (defined_expr): false short-circuit destination label maynobu2008-03-252-52/+50
* * compile.c (compile_massign_opt): no need to use alloca.nobu2008-03-253-28/+32
* trivial changes.tadf2008-03-242-110/+110