summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (parser_yylex): disallow non digits '0o' expression.matz2008-03-042-1/+5
* * io.c (open_key_args): use rb_io_open_with_args instead of rb_f_open.naruse2008-03-042-3/+25
* * gc.c (add_heap): fix previous change. [ruby-dev:33988]akr2008-03-042-2/+7
* * gc.c (add_heap): use binary search to find the place to insert thenobu2008-03-042-19/+37
* * io.c (open_key_args): use rb_io_open instead of rb_f_open.naruse2008-03-033-8/+9
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-03-033-2/+88
* test updated.akr2008-03-031-0/+4
* * gc.c (add_heap): sort heaps array in ascending order to usematz2008-03-032-7/+35
* * re.c (rb_reg_regsub): remove too strict encoding check.matz2008-03-033-3/+5
* * hash.c (rb_any_hash): shrinks all results in Fixnum range.nobu2008-03-033-6/+14
* * io.c (rb_io_ungetc): reduce redundant call.nobu2008-03-022-4/+6
* * ruby.c (load_file): parse shebang in us-ascii. a patch fromnobu2008-03-022-0/+8
* add tests.akr2008-03-011-0/+54
* add a test.akr2008-03-011-0/+1
* add a test.akr2008-03-011-0/+3
* * object.c (rb_cstr_to_dbl): check for successive underscores.nobu2008-03-014-12/+23
* * svn: ignore transdb.h.nobu2008-03-010-0/+0
* * io.c (struct argf): packed ARGF stuffs.nobu2008-03-013-134/+270
* * lib/test/unit/collector/dir.rb (recursive_collect): do not alwaysnobu2008-03-012-2/+8
* * tool/make-snapshot: prefixed r makes $revision always true.nobu2008-03-011-2/+2
* * development snapshot 1.9.0-1 released.matz2008-03-011-0/+4
* * tool/make-snapshot: make prereq uses MINIRUBY.matz2008-03-012-4/+11
* * test/ruby/allpairs.rb: new file for all pairs method.akr2008-03-014-28/+119
* bootstraptest/test_marshal.rb: test updatedmatz2008-03-011-1/+1
* bootstraptest/test_knownbug.rb: add testmatz2008-03-011-0/+10
* * string.c (sym_inspect): use rb_str_inspect() instead ofmatz2008-03-012-1/+6
* * eval_method.c (rb_get_method_body): ent->method may be freed bymatz2008-03-014-11/+19
* ChangeLog: typo fixedmatz2008-03-011-1/+1
* * io.c (read_all, rb_io_getline_fast): encoding is rb_input_encoding.naruse2008-03-012-5/+9
* test/test_{string,sprintf}.rb: updated.matz2008-03-012-5/+5
* * string.c (tr_setup_table, rb_str_split_m, rb_str_chomp_bang):nobu2008-03-012-25/+19
* * string.c (rb_str_coderange_scan_restartable): should not returnmatz2008-03-012-3/+11
* * sprintf.c (rb_str_format): "%#.0o" should keep prefix wherematz2008-03-013-8/+16
* * test/ruby/test_bignum.rb (test_too_big_to_s): skips a test using toonobu2008-02-291-3/+2
* * bignum.c (big2str_find_n1): check integer overflow.nobu2008-02-293-0/+16
* * encoding.c (rb_enc_dummy_p): bootstrap encodings can not be dummy.nobu2008-02-293-6/+15
* * test/ruby/test_m17n_comb.rb (TestM17NComb::test_str_chomp): testmatz2008-02-293-3/+12
* add a test.akr2008-02-291-0/+9
* * test/ruby/test_iterator.rb (TestIterator::test_enumerator):matz2008-02-292-2/+7
* * string.c (rb_str_chomp_bang): now works on UTF-16.matz2008-02-294-31/+86
* * time.c (time_strftime): format should be ascii compatible.matz2008-02-296-5/+47
* * string.c (rb_str_rpartition): calculation was done in byte indexing.matz2008-02-293-3/+13
* * parse.y (opt_block_param): command can start just after block paramnobu2008-02-294-2/+10
* * test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_raise):nobu2008-02-291-1/+1
* * test/ruby/test_time.rb (test_readers): fix typo.naruse2008-02-282-1/+7
* * string.c (str_new): remove encoding assumption of empty string.naruse2008-02-285-10/+16
* * ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai2008-02-287-27/+56
* * lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): use ASCII-8BITakr2008-02-282-5/+12
* * encoding.c (enc_capable): IMMEDIATE_P doesn't include Qnil and Qfalse.naruse2008-02-282-1/+6
* * encoding.c (enc_find): check type of argument and convert to Stringnaruse2008-02-284-5/+13