summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * vm_insnhelper.c (vm_setup_method): fixed format spec.nobu2009-06-241-1/+1
* * 2009-06-24svn2009-06-231-2/+2
* describe IO#fdatasync.akr2009-06-231-0/+3
* * ChangeLog: commit miss.nobu2009-06-231-0/+9
* * file.c (rb_get_path_check): check with given safe level.nobu2009-06-233-14/+25
* * gc.c: remove the definition of GC_DEBUG (debugging macro).mame2009-06-232-3/+4
* * configure.in (ruby_version): defaults revision to 0 when nonobu2009-06-232-0/+6
* * file.c (rb_find_file_ext, rb_find_file): no needs to expandnobu2009-06-234-55/+103
* * configure.in: remove PACKAGE_* macros generated by autotools.nobu2009-06-232-6/+7
* $: doesn't contains "." now.akr2009-06-221-1/+1
* update rdoc.akr2009-06-221-4/+7
* * 2009-06-23svn2009-06-221-2/+2
* * ruby.c (process_options): don't specify .so for encdb here.akr2009-06-223-3/+10
* * variable.c (rb_generic_ivar_memsize): typo fixed. a patch frommatz2009-06-223-3/+10
* * io.c: remove __CHECKER__ test.akr2009-06-226-23/+27
* * ext/stringio/stringio.c (strio_each_codepoint): new method.matz2009-06-224-1/+146
* fix tests for load_path.akr2009-06-222-2/+2
* * ruby.c (ruby_init_loadpath_safe): removed "." from load_path.nobu2009-06-222-4/+4
* * compile.c (iseq_set_arguments, iseq_compile_each): internalnobu2009-06-223-3/+11
* * compile.c: fixed types.nobu2009-06-221-8/+8
* * ruby.c (process_options), enc/prelude.rb: encdb and transdb arenobu2009-06-223-3/+6
* * ruby.c (process_options): set progname earlier.nobu2009-06-222-2/+7
* * io.c (rb_io_fdatasync): new method IO#fdatasync.nobu2009-06-224-4/+37
* * load.c (Init_load): $: must be readonly. [ruby-dev:38690]mame2009-06-213-2/+8
* * lib/fileutils.rb (FileUtils::Entry_#copy_file): open withnobu2009-06-212-1/+8
* * transcode.c (enc_arg): default interanl encoding may not be set.nobu2009-06-212-2/+7
* * ChangeLog: fixed probable typos.nobu2009-06-211-3/+3
* * 2009-06-21svn2009-06-201-2/+2
* rdoc update.akr2009-06-201-1/+1
* rdoc update.akr2009-06-201-1/+1
* * numeric.c (num_div): don't use num_floor which is actuallytadf2009-06-204-169/+64
* * complex.c: edited rdoc.tadf2009-06-203-2/+22
* * complex.c: edited rdoc.tadf2009-06-194-81/+86
* * lib/monitor.rb (MonitorMixin::extend_object): should usematz2009-06-192-6/+12
* * complex.c: edited rdoc.tadf2009-06-196-28/+44
* * complex.c; edited rdoc.tadf2009-06-193-45/+46
* * rational.c (nurat_abs); removed.tadf2009-06-192-25/+4
* * 2009-06-20svn2009-06-191-2/+2
* * complex.c: added rdoc.tadf2009-06-192-0/+263
* * numeric.c: edited rdoc.tadf2009-06-192-18/+33
* * rational.c; edited rdoc.tadf2009-06-192-1/+14
* due to conflicttadf2009-06-193-223/+277
* * encoding.c (rb_enc_name_list): update RDoc. [ruby-core:23926]matz2009-06-192-2/+4
* * complex.c: constant COMPLEX_NAME has been removed.tadf2009-06-193-11/+9
* * rational.c: added rdoc. a patch from Run Paint Run Run.tadf2009-06-192-2/+666
* * numeric.c (flo_cmp): should always return nil for NaN.matz2009-06-192-0/+13
* * numeric.c (*_numerator,*_denominator): moved to rational.c.tadf2009-06-193-53/+66
* * bignum.c (big_lshift, big_rshift): return Bignum always withoutnobu2009-06-182-22/+27
* * 2009-06-19svn2009-06-181-2/+2
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): went infinity toomatz2009-06-182-1/+6