aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * regint.h (CHECK_INTERRUPT_IN_MATCH_AT): add interrupt checkmatz2008-03-193-5/+12
* * parse.y (literal_concat_gen): bail out at different encoding.nobu2008-03-182-3/+17
* * re.c (rb_memsearch_ss): simple shift search.naruse2008-03-177-31/+157
* * array.c (rb_ary_take, rb_ary_take_while, rb_ary_drop,mame2008-03-173-0/+118
* * misc/ruby-mode.el (ruby-mode): should use `run-mode-hooks' insteadnobu2008-03-172-1/+7
* * configure.in: unset GREP_OPTIONS. [ruby-core:15918]nobu2008-03-173-3/+17
* * golf_prelude.rb (Object.const_missing): fixed typo.nobu2008-03-171-1/+1
* * complex.c rational.c: set property.nobu2008-03-170-0/+0
* Sun Mar 16 18:07:07 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-03-163-16/+27
* * common.mk (LIBRUBY_SO): add dependency to $(BUILTIN_ENCOBJS).naruse2008-03-163-4/+8
* edited comments.tadf2008-03-162-2/+2
* both complex and rational are now builtin classes.tadf2008-03-1616-1051/+4938
* * encoding.c (rb_enc_associate_index): pass unnecessary enc_capable().matz2008-03-154-9/+19