aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * io.c (io_reopen): check STDIN, STDOUT and STDERR mode according toakr2008-02-141-0/+5
* * test/ruby/test_math.rb: actual-expected argument ordering formatz2008-02-141-0/+6
* * file.c (rb_file_s_utime): inhibits with secure level 2 or higher.nobu2008-02-141-0/+4
* * re.c (rb_reg_preprocess_dregexp): use non-preprocessed regexp sourceakr2008-02-141-0/+5
* * lib/timeout.rb (Timeout::timeout): made sensitive to location on thenobu2008-02-131-0/+5
* * common.mk (INSTRUBY_ARGS): pass mode to install. [ruby-dev:33766]nobu2008-02-131-0/+6
* * eval.c (eval): allow to eval in a binding that has a singleton method.mame2008-02-131-0/+10
* * lib/pathname.rb (Pathname#sub_ext): new method. [ruby-list:44608]akr2008-02-131-0/+4
* * proc.c (proc_curry): new method. [ruby-dev:33676]mame2008-02-131-2/+8
* * include/ruby/ruby.h (RObject): add iv_index_tbl for shortcut ofakr2008-02-131-0/+14
* * filenames need comma.naruse2008-02-131-1/+1
* * lib/uri/generic.rb: revert r15442. 2nd argument of String#sub parsenaruse2008-02-131-0/+8
* * enc/depend: fix typo.usa2008-02-131-0/+7
* Allow inline markup to have a leading '#' or '\', or trailing punctuation.drbrain2008-02-121-0/+5
* Separate HTML linking and crossreferencing into separate files.drbrain2008-02-121-0/+5
* * parse.y (stmt, arg): reverted r15450. [ruby-core:15526]nobu2008-02-121-3/+1
* * parse.y (arg_append_gen): optimize only for array push.nobu2008-02-121-2/+4
* * parse.y (stmt, arg): concat opt_call_args only if non-null.nobu2008-02-121-1/+3
* * parse.y (arg_concat_gen, arg_append_gen): optimize for array concat.nobu2008-02-121-1/+3
* * parse.y (arg_add_gen): removed since identical to arg_append_gen.nobu2008-02-121-0/+4
* * parse.y (exc_list): should use mrhs if non array.nobu2008-02-121-0/+4
* * lib/rational.rb (floor, ceil, truncate, round): do not usetadf2008-02-121-0/+17
* * parse.y (exc_list): splat literal array.nobu2008-02-121-1/+3
* * parse.y (args, mrhs): flattens literal array splats.nobu2008-02-121-18/+22
* * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend,naruse2008-02-121-0/+8
* * ext/json/lib/json/pure/generator.rb,naruse2008-02-121-0/+14
* * string.c (rb_str_hash_cmp): lighter version of rb_str_cmp() formatz2008-02-121-0/+10
* * instruby.rb: specify file mode to install. a patch frommatz2008-02-121-0/+5
* * numeric.c (rb_num_coerce_bin): add ID argument to specifymatz2008-02-121-0/+11
* Wrap parse_files' read in a version check for backwards compatibility.drbrain2008-02-121-0/+5
* * ruby.c (load_file): enc must effect source encoding.naruse2008-02-121-0/+5
* Restore require rubygems checkdrbrain2008-02-121-0/+4
* * range.c (range_include): specialize single character stringmatz2008-02-111-0/+21
* * lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb:kou2008-02-111-0/+13
* * ruby.c (load_file): the encoding of DATA follows the sourcenaruse2008-02-111-0/+5
* * test/ruby/test_pack.rb: fix tests for 64bit CPU.mame2008-02-101-0/+16
* * lib/benchmark.rb (Job::Benchmark#item): fix typo.naruse2008-02-101-0/+4
* * common.mk (encdb, transdb): depend on $(PREP).naruse2008-02-101-0/+4
* Import RubyGems r1601. [ruby-core:15381].drbrain2008-02-101-0/+5
* * {bcc32,win32,wince}/Makefile.sub (MISSING): added cbrt.obj.nobu2008-02-101-0/+4
* * lib/rdoc/code_objects.rb: Make some attributes accessible for reuse.drbrain2008-02-101-0/+21
* * missing/tgamma.c (tgamma): use lgamma_r if available.akr2008-02-091-0/+4
* * ext/bigdecimal/extconf.rb: simplified the condition.nobu2008-02-091-0/+4
* * test/ruby/test_math.rb: add tests for Math#gamma, Math#lgamma andmame2008-02-091-1/+6
* * math.c (math_cbrt): new method Math.cbrt.akr2008-02-091-0/+8
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for morenobu2008-02-091-0/+9
* * missing/tgamma.c (tgamma): add error check.akr2008-02-091-0/+4
* * math.c (math_gamma): add error check.akr2008-02-091-0/+5
* fix a typo.akr2008-02-091-1/+1
* * missing/xlgamma_r.c (lgamma_r): return HUGE_VAL for non-positiveakr2008-02-091-0/+5