| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * lib/rss/maker/base.rb, test/rss/test_maker_2.0.rb: fix a bug | kou | 2009-08-24 | 1 | -0/+20 |
* | * enumerator.c (ary2sv): add dup argument. | akr | 2009-08-21 | 1 | -0/+22 |
* | Change modestr syntax for BOM to "BOM|UTF-*". | naruse | 2009-08-21 | 1 | -1/+1 |
* | * enumerator.c (next_init): don't clear feedvalue. | akr | 2009-08-19 | 1 | -0/+34 |
* | * enumerator.c: implement Enumerator#{next_values,peek_values,feed} | akr | 2009-08-19 | 1 | -0/+125 |
* | * test/ruby/test_settracefunc.rb (test_return, test_return2): add two | mame | 2009-08-18 | 1 | -0/+83 |
* | * enumerator.c (enumerator_peek): new method Enumerator#peek. | akr | 2009-08-18 | 1 | -0/+22 |
* | Tue Aug 18 13:46:14 2009 TAKANO Mitsuhiro (takano32) <tak@no32.tk> | takano32 | 2009-08-18 | 1 | -0/+0 |
* | * vm_insnhelper.c (vm_call_cfunc): ensure hook c-return. | wanabe | 2009-08-18 | 1 | -0/+2 |
* | * range.c (range_step): treat symbols specially so that iterating | matz | 2009-08-17 | 1 | -0/+4 |
* | * range.c (range_each): should honor to_str conversion. | matz | 2009-08-17 | 1 | -0/+3 |
* | * parse.y (lex_get_str, lex_io_gets, rb_parser_compile_string): | nobu | 2009-08-17 | 1 | -0/+7 |
* | * lib/date/format.rb (strptime): removed \v; since \s includes \v. | tadf | 2009-08-16 | 1 | -0/+15 |
* | * complex.c (nucomp_rationalize) added. [experimental] | tadf | 2009-08-16 | 1 | -0/+55 |
* | * string.c (rb_str_upto): generate numerical sequence when | matz | 2009-08-16 | 1 | -0/+6 |
* | * parse.y (yylex): should dispatch scan-event even when follows | nobu | 2009-08-16 | 1 | -0/+5 |
* | rescue Encoding::ConverterNotFoundError. | naruse | 2009-08-16 | 1 | -2/+6 |
* | * regparse.c (add_ctype_to_cc_by_range): fix the first | naruse | 2009-08-15 | 1 | -0/+6 |
* | \d, \s and \w are now non Unicode class. [ruby-dev:39026] | naruse | 2009-08-15 | 1 | -0/+7 |
* | * re.c (rb_reg_preprocess_dregexp): change Exception class to | naruse | 2009-08-14 | 1 | -7/+7 |
* | * test/ruby/test_marshal.rb (test_class_nonascii): test for non-ascii name cl... | nobu | 2009-08-12 | 1 | -0/+6 |
* | * class.c (rb_define_class_id_under, rb_define_module_id_under): | nobu | 2009-08-12 | 1 | -0/+7 |
* | * test/ruby/test_struct.rb (test_inspect): use assert_match. | nobu | 2009-08-12 | 1 | -1/+1 |
* | * string.c (rb_str_new_frozen): must not change encoding of frozen | nobu | 2009-08-12 | 1 | -0/+13 |
* | * encoding.c (rb_enc_compatible): If a string is empty and | naruse | 2009-08-11 | 1 | -0/+2 |
* | * test/ruby/test_rubyoptions.rb (test_shebang): fix for new behavior. | nobu | 2009-08-11 | 1 | -2/+2 |
* | * lib/date.rb (complete_frags): Monday must be suitable for %W's | tadf | 2009-08-11 | 1 | -1/+1 |
* | New API Encoding#ascii_compatible?. | naruse | 2009-08-08 | 1 | -0/+7 |
* | * marshal.c (w_symbol r_symlink, r_symbol, r_object0): fix for | nobu | 2009-08-07 | 1 | -0/+6 |
* | * test/mkmf/base.rb (TestMkmf): was turned into a class, because | nobu | 2009-08-06 | 2 | -5/+10 |
* | * test/mkmf/base.rb: split from test_sizeof.rb. | nobu | 2009-08-06 | 2 | -19/+34 |
* | * lib/mkmf.rb (check_sizeof): added optional compiler option | nobu | 2009-08-06 | 1 | -0/+27 |
* | * ruby.c (load_file_internal): assumes -x flag if no "ruby" is in | nobu | 2009-08-05 | 1 | -0/+12 |
* | * range.c (range_eql, range_eq): fixed equality to work for | matz | 2009-08-05 | 1 | -0/+4 |
* | Fix test for previous commit. | naruse | 2009-08-05 | 1 | -1/+1 |
* | * lib/pp.rb (guard_inspect_key): untrust internal hash to prevent | mame | 2009-08-04 | 1 | -0/+36 |
* | * random.c (rb_random_int): arguments have to be converted to | nobu | 2009-08-02 | 1 | -0/+1 |
* | * test/ruby/test_rand.rb: add tests for Random#float's rejection | mame | 2009-08-02 | 1 | -0/+3 |
* | * random.c (rand_int): prevent from GC. | nobu | 2009-08-02 | 1 | -1/+12 |
* | * test/ruby/test_module.rb (test_ancestors, test_included_modules): | mame | 2009-07-30 | 1 | -4/+10 |
* | * test/ruby/test_rand.rb: add tests for Random class. | mame | 2009-07-30 | 1 | -0/+190 |
* | * transcode.c: added check for frozen string for encode! (see Bug #1836) | duerst | 2009-07-30 | 1 | -0/+2 |
* | * insns.def (defineclass): preserve encoding of class/module | nobu | 2009-07-30 | 2 | -0/+15 |
* | add a test. | xibbar | 2009-07-30 | 1 | -0/+5 |
* | * lib/cgi/util.rb (CGI::unescape): support encoding option. | xibbar | 2009-07-30 | 3 | -9/+44 |
* | * proc.c (rb_method_entry_arity): support optimized method (send). | ko1 | 2009-07-28 | 1 | -0/+4 |
* | * lib/rdoc/parser.rb (RDoc::Parser.binary?): fix for empty files. | nobu | 2009-07-27 | 1 | -3/+5 |
* | * io.c (argf_eof): go to the next file if called after ARGF.close | nobu | 2009-07-26 | 1 | -0/+12 |
* | * vm_insnhelper.c (vm_call_method): __send__ can call protected | nobu | 2009-07-26 | 1 | -1/+21 |
* | * io.c (argf_eof): should not have reached EOF before trying to | nobu | 2009-07-25 | 1 | -4/+4 |