aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * sprintf.c (rb_str_format): size_t returned from strlen() can benobu2008-03-051-0/+5
* * struct.c (make_struct): preserve encoding of struct name.nobu2008-03-051-0/+4
* * string.c (is_utf8_lead_byte, count_utf8_lead_bytes_with_ulong):naruse2008-03-051-0/+10
* * file.c (rb_file_flock): returns false on EAGAIN if non-blocking.nobu2008-03-051-0/+5
* Web Mar 5 17:43:43 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-03-051-0/+8
* * numeric.c (fix_to_s): avoid rb_scan_args() when no argumentmatz2008-03-051-0/+21
* * lib/debug.rb: require 'continuation' to implement "restart"matz2008-03-051-0/+14
* * lib/irb.rb (IRB::Irb::eval_input): SyntaxError should not bematz2008-03-041-0/+8
* * hash.c (hash_equal): two hash tables are different when internalmatz2008-03-041-0/+3
* * hash.c (rb_hash_aset): should not copy key string whenmatz2008-03-041-0/+5
* * parse.y (parser_yylex): disallow non digits '0o' expression.matz2008-03-041-0/+4
* * io.c (open_key_args): use rb_io_open_with_args instead of rb_f_open.naruse2008-03-041-0/+5
* * gc.c (add_heap): fix previous change. [ruby-dev:33988]akr2008-03-041-0/+4
* * gc.c (add_heap): use binary search to find the place to insert thenobu2008-03-041-0/+5
* * io.c (open_key_args): use rb_io_open instead of rb_f_open.naruse2008-03-031-0/+5
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-03-031-0/+10
* * gc.c (add_heap): sort heaps array in ascending order to usematz2008-03-031-0/+8
* * re.c (rb_reg_regsub): remove too strict encoding check.matz2008-03-031-0/+5
* * hash.c (rb_any_hash): shrinks all results in Fixnum range.nobu2008-03-031-0/+5
* * io.c (rb_io_ungetc): reduce redundant call.nobu2008-03-021-0/+4
* * ruby.c (load_file): parse shebang in us-ascii. a patch fromnobu2008-03-021-0/+5
* * object.c (rb_cstr_to_dbl): check for successive underscores.nobu2008-03-011-0/+5
* * io.c (struct argf): packed ARGF stuffs.nobu2008-03-011-0/+6
* * lib/test/unit/collector/dir.rb (recursive_collect): do not alwaysnobu2008-03-011-0/+5
* * development snapshot 1.9.0-1 released.matz2008-03-011-0/+4
* * tool/make-snapshot: make prereq uses MINIRUBY.matz2008-03-011-0/+7
* * test/ruby/allpairs.rb: new file for all pairs method.akr2008-03-011-0/+8
* * string.c (sym_inspect): use rb_str_inspect() instead ofmatz2008-03-011-0/+5
* * eval_method.c (rb_get_method_body): ent->method may be freed bymatz2008-03-011-0/+8
* ChangeLog: typo fixedmatz2008-03-011-1/+1
* * io.c (read_all, rb_io_getline_fast): encoding is rb_input_encoding.naruse2008-03-011-0/+4
* * string.c (tr_setup_table, rb_str_split_m, rb_str_chomp_bang):nobu2008-03-011-0/+5
* * string.c (rb_str_coderange_scan_restartable): should not returnmatz2008-03-011-0/+8
* * sprintf.c (rb_str_format): "%#.0o" should keep prefix wherematz2008-03-011-0/+5
* * bignum.c (big2str_find_n1): check integer overflow.nobu2008-02-291-0/+4
* * encoding.c (rb_enc_dummy_p): bootstrap encodings can not be dummy.nobu2008-02-291-0/+7
* * test/ruby/test_m17n_comb.rb (TestM17NComb::test_str_chomp): testmatz2008-02-291-0/+5
* * test/ruby/test_iterator.rb (TestIterator::test_enumerator):matz2008-02-291-0/+5
* * string.c (rb_str_chomp_bang): now works on UTF-16.matz2008-02-291-0/+10
* * time.c (time_strftime): format should be ascii compatible.matz2008-02-291-0/+12
* * string.c (rb_str_rpartition): calculation was done in byte indexing.matz2008-02-291-0/+7
* * parse.y (opt_block_param): command can start just after block paramnobu2008-02-291-0/+5
* * test/ruby/test_time.rb (test_readers): fix typo.naruse2008-02-281-0/+5
* * string.c (str_new): remove encoding assumption of empty string.naruse2008-02-281-0/+9
* * ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai2008-02-281-0/+14
* * lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): use ASCII-8BITakr2008-02-281-0/+5
* * encoding.c (enc_capable): IMMEDIATE_P doesn't include Qnil and Qfalse.naruse2008-02-281-0/+5
* * encoding.c (enc_find): check type of argument and convert to Stringnaruse2008-02-281-0/+5
* * lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): setup encodingakr2008-02-281-0/+7
* * io.c (rb_io_getline_fast): scan coderange.naruse2008-02-281-0/+4