aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * filenames need comma.naruse2008-02-131-1/+1
* * lib/uri/generic.rb: revert r15442. 2nd argument of String#sub parsenaruse2008-02-136-6/+14
* * enc/depend: fix typo.usa2008-02-133-7/+14
* Allow inline markup to have a leading '#' or '\', or trailing punctuation.drbrain2008-02-124-11/+43
* Separate HTML linking and crossreferencing into separate files.drbrain2008-02-124-66/+71
* * parse.y (stmt, arg): reverted r15450. [ruby-core:15526]nobu2008-02-122-9/+9
* * parse.y (arg_append_gen): optimize only for array push.nobu2008-02-122-5/+4
* * parse.y (stmt, arg): concat opt_call_args only if non-null.nobu2008-02-122-9/+9
* * parse.y (arg_concat_gen, arg_append_gen): optimize for array concat.nobu2008-02-122-4/+22
* * parse.y (arg_add_gen): removed since identical to arg_append_gen.nobu2008-02-123-20/+8
* * parse.y (exc_list): should use mrhs if non array.nobu2008-02-122-1/+5
* * lib/rational.rb (floor, ceil, truncate, round): do not usetadf2008-02-124-30/+108
* * parse.y (exc_list): splat literal array.nobu2008-02-122-1/+10
* * parse.y (args, mrhs): flattens literal array splats.nobu2008-02-122-22/+61
* * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend,naruse2008-02-1211-17/+27
* * ext/json/lib/json/pure/generator.rb,naruse2008-02-1225-58/+71
* * string.c (rb_str_hash_cmp): lighter version of rb_str_cmp() formatz2008-02-125-3/+27
* * instruby.rb: specify file mode to install. a patch frommatz2008-02-122-9/+15
* * numeric.c (rb_num_coerce_bin): add ID argument to specifymatz2008-02-125-52/+76
* Wrap parse_files' read in a version check for backwards compatibility.drbrain2008-02-122-1/+11
* * ruby.c (load_file): enc must effect source encoding.naruse2008-02-122-0/+6
* Restore require rubygems checkdrbrain2008-02-122-21/+29
* * range.c (range_include): specialize single character stringmatz2008-02-116-21/+85
* * lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb:kou2008-02-1112-34/+91
* * ruby.c (load_file): the encoding of DATA follows the sourcenaruse2008-02-112-1/+6
* * test/ruby/test_pack.rb: fix tests for 64bit CPU.mame2008-02-109-26/+63
* * lib/benchmark.rb (Job::Benchmark#item): fix typo.naruse2008-02-102-1/+5
* * common.mk (encdb, transdb): depend on $(PREP).naruse2008-02-102-2/+6
* Import RubyGems r1601. [ruby-core:15381].drbrain2008-02-1026-85/+165
* * {bcc32,win32,wince}/Makefile.sub (MISSING): added cbrt.obj.nobu2008-02-105-6/+12
* * lib/rdoc/code_objects.rb: Make some attributes accessible for reuse.drbrain2008-02-1021-1554/+1805
* * missing/tgamma.c (tgamma): use lgamma_r if available.akr2008-02-092-1/+34
* * ext/bigdecimal/extconf.rb: simplified the condition.nobu2008-02-092-3/+5
* * test/ruby/test_math.rb: add tests for Math#gamma, Math#lgamma andmame2008-02-092-2/+68
* fix typos.akr2008-02-091-2/+2
* * math.c (math_cbrt): new method Math.cbrt.akr2008-02-094-1/+34
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for morenobu2008-02-093-27/+51
* * missing/tgamma.c (tgamma): add error check.akr2008-02-092-2/+21
* * math.c (math_gamma): add error check.akr2008-02-092-2/+15
* fix a typo.akr2008-02-091-1/+1
* * missing/xlgamma_r.c (lgamma_r): return HUGE_VAL for non-positiveakr2008-02-092-4/+10
* * string.c (rb_str_new4): copy encoding from orig, instead of sharedakr2008-02-092-0/+6
* * file.c (lchmod_internal): fix warning cast from pointer to integer ofnaruse2008-02-082-1/+6
* * lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other thannobu2008-02-083-10/+19
* * missing/lgamma_r.c (lgamma_r): use smaller argument for sin function.akr2008-02-082-1/+5
* * lib/open-uri.rb (OpenURI.open_http): rescue URI::InvalidURIError byakr2008-02-082-1/+11
* * ext/iconv/iconv.c (rb_str_derive): uses rb_str_subseq() for bytenobu2008-02-082-2/+5
* * ext/iconv/iconv.c (iconv_convert): added toidx argument to setnobu2008-02-082-22/+25
* add a test.akr2008-02-081-1/+7
* * lib/mkmf.rb (xsystem): expand macros like as make.nobu2008-02-082-0/+10