| Commit message (Expand) | Author | Age | Files | Lines |
| * | add a test for named class in regexp. | akr | 2008-02-14 | 1 | -0/+5 |
| * | more tests for embedding regexps. | akr | 2008-02-14 | 1 | -0/+36 |
| * | * re.c (rb_reg_preprocess_dregexp): use non-preprocessed regexp source | akr | 2008-02-14 | 3 | -11/+25 |
| * | * lib/timeout.rb (Timeout::timeout): made sensitive to location on the | nobu | 2008-02-13 | 2 | -3/+25 |
| * | * common.mk (INSTRUBY_ARGS): pass mode to install. [ruby-dev:33766] | nobu | 2008-02-13 | 4 | -24/+42 |
| * | * eval.c (eval): allow to eval in a binding that has a singleton method. | mame | 2008-02-13 | 4 | -1/+256 |
| * | * lib/pathname.rb (Pathname#sub_ext): new method. [ruby-list:44608] | akr | 2008-02-13 | 3 | -1/+27 |
| * | wait signal arrival 10sec. | akr | 2008-02-13 | 1 | -1/+4 |
| * | * proc.c (proc_curry): new method. [ruby-dev:33676] | mame | 2008-02-13 | 3 | -2/+172 |
| * | * include/ruby/ruby.h (RObject): add iv_index_tbl for shortcut of | akr | 2008-02-13 | 4 | -26/+56 |
| * | * filenames need comma. | naruse | 2008-02-13 | 1 | -1/+1 |
| * | * lib/uri/generic.rb: revert r15442. 2nd argument of String#sub parse | naruse | 2008-02-13 | 6 | -6/+14 |
| * | * enc/depend: fix typo. | usa | 2008-02-13 | 3 | -7/+14 |
| * | Allow inline markup to have a leading '#' or '\', or trailing punctuation. | drbrain | 2008-02-12 | 4 | -11/+43 |
| * | Separate HTML linking and crossreferencing into separate files. | drbrain | 2008-02-12 | 4 | -66/+71 |
| * | * parse.y (stmt, arg): reverted r15450. [ruby-core:15526] | nobu | 2008-02-12 | 2 | -9/+9 |
| * | * parse.y (arg_append_gen): optimize only for array push. | nobu | 2008-02-12 | 2 | -5/+4 |
| * | * parse.y (stmt, arg): concat opt_call_args only if non-null. | nobu | 2008-02-12 | 2 | -9/+9 |
| * | * parse.y (arg_concat_gen, arg_append_gen): optimize for array concat. | nobu | 2008-02-12 | 2 | -4/+22 |
| * | * parse.y (arg_add_gen): removed since identical to arg_append_gen. | nobu | 2008-02-12 | 3 | -20/+8 |
| * | * parse.y (exc_list): should use mrhs if non array. | nobu | 2008-02-12 | 2 | -1/+5 |
| * | * lib/rational.rb (floor, ceil, truncate, round): do not use | tadf | 2008-02-12 | 4 | -30/+108 |
| * | * parse.y (exc_list): splat literal array. | nobu | 2008-02-12 | 2 | -1/+10 |
| * | * parse.y (args, mrhs): flattens literal array splats. | nobu | 2008-02-12 | 2 | -22/+61 |
| * | * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend, | naruse | 2008-02-12 | 11 | -17/+27 |
| * | * ext/json/lib/json/pure/generator.rb, | naruse | 2008-02-12 | 25 | -58/+71 |
| * | * string.c (rb_str_hash_cmp): lighter version of rb_str_cmp() for | matz | 2008-02-12 | 5 | -3/+27 |
| * | * instruby.rb: specify file mode to install. a patch from | matz | 2008-02-12 | 2 | -9/+15 |
| * | * numeric.c (rb_num_coerce_bin): add ID argument to specify | matz | 2008-02-12 | 5 | -52/+76 |
| * | Wrap parse_files' read in a version check for backwards compatibility. | drbrain | 2008-02-12 | 2 | -1/+11 |
| * | * ruby.c (load_file): enc must effect source encoding. | naruse | 2008-02-12 | 2 | -0/+6 |
| * | Restore require rubygems check | drbrain | 2008-02-12 | 2 | -21/+29 |
| * | * range.c (range_include): specialize single character string | matz | 2008-02-11 | 6 | -21/+85 |
| * | * lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb: | kou | 2008-02-11 | 12 | -34/+91 |
| * | * ruby.c (load_file): the encoding of DATA follows the source | naruse | 2008-02-11 | 2 | -1/+6 |
| * | * test/ruby/test_pack.rb: fix tests for 64bit CPU. | mame | 2008-02-10 | 9 | -26/+63 |
| * | * lib/benchmark.rb (Job::Benchmark#item): fix typo. | naruse | 2008-02-10 | 2 | -1/+5 |
| * | * common.mk (encdb, transdb): depend on $(PREP). | naruse | 2008-02-10 | 2 | -2/+6 |
| * | Import RubyGems r1601. [ruby-core:15381]. | drbrain | 2008-02-10 | 26 | -85/+165 |
| * | * {bcc32,win32,wince}/Makefile.sub (MISSING): added cbrt.obj. | nobu | 2008-02-10 | 5 | -6/+12 |
| * | * lib/rdoc/code_objects.rb: Make some attributes accessible for reuse. | drbrain | 2008-02-10 | 21 | -1554/+1805 |
| * | * missing/tgamma.c (tgamma): use lgamma_r if available. | akr | 2008-02-09 | 2 | -1/+34 |
| * | * ext/bigdecimal/extconf.rb: simplified the condition. | nobu | 2008-02-09 | 2 | -3/+5 |
| * | * test/ruby/test_math.rb: add tests for Math#gamma, Math#lgamma and | mame | 2008-02-09 | 2 | -2/+68 |
| * | fix typos. | akr | 2008-02-09 | 1 | -2/+2 |
| * | * math.c (math_cbrt): new method Math.cbrt. | akr | 2008-02-09 | 4 | -1/+34 |
| * | * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): use strtod() for more | nobu | 2008-02-09 | 3 | -27/+51 |
| * | * missing/tgamma.c (tgamma): add error check. | akr | 2008-02-09 | 2 | -2/+21 |
| * | * math.c (math_gamma): add error check. | akr | 2008-02-09 | 2 | -2/+15 |
| * | fix a typo. | akr | 2008-02-09 | 1 | -1/+1 |