aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * parse.y (debug_lines): Always prepare a new array for eachknu2008-03-242-5/+9
* * configure.in: sitearch should use target_cpu. [ruby-core:15986]nobu2008-03-243-4/+8
* * process.c (rlimit_resource_value): use NUM2RLIM.akr2008-03-222-1/+5
* fixed. [ruby-dev:34109]tadf2008-03-225-38/+43
* Applied Laurent's patch to testcase.rb to fix symbol method namesryan2008-03-211-1/+1
* * io.c (rb_f_gets, rb_f_readline, rb_f_readlines): delegates to ARGFnobu2008-03-212-9/+44
* * lib/resolv.rb (Resolv::Hosts): should not use win32/resolv on cygwin.nobu2008-03-214-3/+13
* * lib/ipaddr.rb: Say that I am the current maintainer.knu2008-03-215-1/+25
* * eval.c (rb_obj_instance_eval): invalid comment syntax.nobu2008-03-211-1/+1
* * instruby.rb (open_for_install): write block result and rewrite onlynobu2008-03-212-8/+17
* rearrangement.tadf2008-03-202-5/+12
* * rational.c (nurat_to_f): C99.nobu2008-03-202-1/+5
* * test/ruby/test_rational2.rb: set property.nobu2008-03-200-0/+0
* * complex.c (nucomp_sub, nucomp_expt): call corresponding functions.mame2008-03-203-5/+9
* * missing/tgamma.c: include config.h before math.h. [ruby-dev:34075]mame2008-03-202-1/+5
* * io.c (argf_getline): use receiver.nobu2008-03-202-3/+8
* improvements.tadf2008-03-204-120/+2173
* * io.c: removed trailing blanks.nobu2008-03-191-16/+16
* * io.c (argf_initialize_copy): get rid of segfault.nobu2008-03-192-11/+37
* * io.c (argf_tell, argf_seek_m, argf_set_pos, argf_rewind,nobu2008-03-193-18/+24
* * io.c (rb_io_putc, rb_io_puts): ouput directly if the reciever isnobu2008-03-192-1/+12
* added rb_gcd.tadf2008-03-193-75/+20
* added an assertion.tadf2008-03-191-0/+4
* revert.tadf2008-03-192-43/+39
* * eval_intern.h (TH_EXEC_TAG): need not to FLUSH_REGISTER_WINDOWS.matz2008-03-192-2/+6
* * complex.c (nucomp_to_s, nucomp_inspect): get rid of makingnobu2008-03-193-39/+53
* * bignum.c (rb_cstr_to_inum): treat successive underscores asnobu2008-03-193-4/+10
* * encoding.c (enc_check_encoding): should not load autoloaded encodingnobu2008-03-192-1/+7
* * regint.h (include): include ruby.h instead of defines.h and config.h.usa2008-03-192-2/+5