aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add a test.akr2008-02-151-0/+4
* * range.c (rb_range_beg_len): check if responds to "begin" and "end"nobu2008-02-153-11/+12
* * ext/win32ole/win32ole.c (ole_init_cp): initialize WIN32OLE.codepagesuke2008-02-153-4/+98
* * string.c (rb_str_sub_bang, str_gsub): allows hash for replacement.nobu2008-02-152-4/+20
* * string.c (str_strlen): use search_nonascii() for performance.matz2008-02-153-11/+34
* * io.c (open_key_args): allow specifying both :mode and :encoding.matz2008-02-152-5/+11
* * string.c (rb_str_getbyte): new method.akr2008-02-152-0/+50
* * lib/require_relative.rb: new file.akr2008-02-152-0/+10
* * ext/iconv/iconv.c (iconv_convert): check upper bound. a patch fromnobu2008-02-152-1/+9
* * re.c (rb_reg_quote): set US-ACII for ASCII-only string.nobu2008-02-152-1/+6
* * {win,bcc}32/Makefile.sub (config.h): added HAVE_FTRUNCATE.nobu2008-02-153-0/+7
* * parse.y (reg_compile_gen): reg_fragment_setenc might not raise annobu2008-02-152-3/+12
* Preserve ri compatibility with 1.8drbrain2008-02-142-1/+6
* * configure.in (ftruncate): check if available.nobu2008-02-143-3/+9
* * configure.in (sigsetmask): check when signal semantics is not POSIX.nobu2008-02-144-12/+26
* * parse.y (reg_compile_gen): appends error message fromnobu2008-02-142-3/+15
* * eval_error.c (error_print): append a newline to rest lines.nobu2008-02-141-0/+1
* * io.c (io_reopen): check STDIN, STDOUT and STDERR mode according toakr2008-02-143-9/+26
* add a test for [ruby-dev:33072].akr2008-02-141-0/+4
* * test/ruby/test_math.rb: actual-expected argument ordering formatz2008-02-142-25/+31
* * file.c (rb_file_s_utime): inhibits with secure level 2 or higher.nobu2008-02-142-0/+5
* add a test for named class in regexp.akr2008-02-141-0/+5
* more tests for embedding regexps.akr2008-02-141-0/+36
* * re.c (rb_reg_preprocess_dregexp): use non-preprocessed regexp sourceakr2008-02-143-11/+25
* * lib/timeout.rb (Timeout::timeout): made sensitive to location on thenobu2008-02-132-3/+25
* * common.mk (INSTRUBY_ARGS): pass mode to install. [ruby-dev:33766]nobu2008-02-134-24/+42
* * eval.c (eval): allow to eval in a binding that has a singleton method.mame2008-02-134-1/+256
* * lib/pathname.rb (Pathname#sub_ext): new method. [ruby-list:44608]akr2008-02-133-1/+27
* wait signal arrival 10sec.akr2008-02-131-1/+4
* * proc.c (proc_curry): new method. [ruby-dev:33676]mame2008-02-133-2/+172
* * include/ruby/ruby.h (RObject): add iv_index_tbl for shortcut ofakr2008-02-134-26/+56
* * 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