| Commit message (Expand) | Author | Age | Files | Lines |
* | * 2009-08-20 | svn | 2009-08-19 | 1 | -2/+2 |
* | * dir.c (DEFINE_STRUCT_DIRENT): use union to allocate sufficient | matz | 2009-08-19 | 3 | -6/+53 |
* | * enc/unicode.c (CodeRanges): initialized statically. | nobu | 2009-08-19 | 2 | -163/+137 |
* | * test/ruby/test_settracefunc.rb (test_return, test_return2): add two | mame | 2009-08-18 | 2 | -0/+88 |
* | * 2009-08-19 | svn | 2009-08-18 | 1 | -2/+2 |
* | * compile.c (NODE_RETURN): fire return event at explicit return. | mame | 2009-08-18 | 2 | -0/+6 |
* | * enumerator.c (enumerator_peek): new method Enumerator#peek. | akr | 2009-08-18 | 3 | -3/+74 |
* | * load.c (rb_feature_provided): suppressed warnings. | nobu | 2009-08-18 | 1 | -2/+2 |
* | properties. | nobu | 2009-08-18 | 0 | -0/+0 |
* | Tue Aug 18 13:46:14 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk> | takano32 | 2009-08-18 | 2 | -0/+4 |
* | * vm_insnhelper.c (vm_call_cfunc): ensure hook c-return. | wanabe | 2009-08-18 | 3 | -1/+11 |
* | * range.c (range_step): treat symbols specially so that iterating | matz | 2009-08-17 | 3 | -0/+52 |
* | * 2009-08-18 | svn | 2009-08-17 | 1 | -2/+2 |
* | * range.c (range_each): should honor to_str conversion. | matz | 2009-08-17 | 3 | -11/+22 |
* | * lib/date/delta.rb: removed require 'date'. added to_c. | tadf | 2009-08-17 | 2 | -1/+5 |
* | * parse.y (lex_get_str, lex_io_gets, rb_parser_compile_string): | nobu | 2009-08-17 | 3 | -15/+48 |
* | Don't warn if the duplicate is caused by /i. | naruse | 2009-08-17 | 2 | -9/+35 |
* | * lib/date/delta.rb: merged from date4. [experimental] | tadf | 2009-08-16 | 5 | -1/+810 |
* | * lib/date/format.rb (strptime): removed \v; since \s includes \v. | tadf | 2009-08-16 | 3 | -3/+22 |
* | * complex.c (nucomp_rationalize) added. [experimental] | tadf | 2009-08-16 | 4 | -0/+301 |
* | use num#i. | tadf | 2009-08-16 | 2 | -4/+8 |
* | * numeric.c (flo_pow,fix_pow): may return complex number. | tadf | 2009-08-16 | 3 | -4/+21 |
* | * string.c (rb_str_upto): generate numerical sequence when | matz | 2009-08-16 | 3 | -3/+56 |
* | * numeric.c (num_imaginary): num#i to return imaginary counterpart | matz | 2009-08-16 | 3 | -0/+24 |
* | warn only when $VERBOSE. | tadf | 2009-08-16 | 2 | -2/+2 |
* | * 2009-08-17 | svn | 2009-08-16 | 1 | -2/+2 |
* | * lib/complex.rb, lib/rational.rb: added warning messages. | tadf | 2009-08-16 | 4 | -3/+11 |
* | * parse.y (yylex): should dispatch scan-event even when follows | nobu | 2009-08-16 | 3 | -1/+10 |
* | * lib/date/format.rb: reverted. | tadf | 2009-08-16 | 2 | -7/+11 |
* | * lib/date/format.rb: suppressed a warning. | naruse | 2009-08-16 | 3 | -9/+15 |
* | rescue Encoding::ConverterNotFoundError. | naruse | 2009-08-16 | 1 | -2/+6 |
* | * lib/csv.rb: Change magic comment to US-ASCII in order to | naruse | 2009-08-16 | 2 | -1/+6 |
* | * regparse.c: commit miss again. | nobu | 2009-08-16 | 1 | -23/+18 |
* | * regparse.c: commit miss. | nobu | 2009-08-16 | 1 | -10/+19 |
* | * regparse.c (parse_char_class, parse_exp, parse_branch), | nobu | 2009-08-16 | 2 | -25/+41 |
* | * vm.c (vm_backtrace_each, vm_backtrace_push), | nobu | 2009-08-16 | 4 | -13/+20 |
* | * vm_dump.c (bugreport_backtrace): rb_backtrace_iter_func now | nobu | 2009-08-16 | 2 | -2/+7 |
* | * vm_insnhelper.c (opt_eq_func): fix optimization bug. This issue | ko1 | 2009-08-15 | 2 | -23/+18 |
* | * regparse.c (add_ctype_to_cc_by_range): fix the first | naruse | 2009-08-15 | 3 | -2/+15 |
* | * 2009-08-16 | svn | 2009-08-15 | 1 | -2/+2 |
* | \d, \s and \w are now non Unicode class. [ruby-dev:39026] | naruse | 2009-08-15 | 4 | -12/+80 |
* | * 2009-08-15 | svn | 2009-08-15 | 1 | -2/+2 |
* | * parse.y (fname, string_dvar, sym, dsym, f_arglist): removed | nobu | 2009-08-15 | 2 | -13/+12 |
* | * include/ruby/ruby.h (rb_check_safe_str): deprecated. | nobu | 2009-08-14 | 4 | -4/+11 |
* | * re.c (rb_reg_preprocess_dregexp): change Exception class to | naruse | 2009-08-14 | 3 | -8/+17 |
* | * enc/Makefile.in (MKDIRS): revert r24525. | naruse | 2009-08-14 | 2 | -1/+5 |
* | * ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): faster | nobu | 2009-08-14 | 2 | -5/+10 |
* | * configure.in (rubyhdrdir): fixed typo. [ruby-dev:39079] | nobu | 2009-08-14 | 2 | -1/+5 |
* | * doc/ChangeLog-1.8.0: add forgotten entry contributed by | matz | 2009-08-13 | 2 | -0/+10 |
* | * 2009-08-14 | svn | 2009-08-13 | 1 | -2/+2 |