summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-03-01* string.c (rb_str_coderange_scan_restartable): should not returnmatz
2008-03-01* sprintf.c (rb_str_format): "%#.0o" should keep prefix wherematz
2008-02-29* bignum.c (big2str_find_n1): check integer overflow.nobu
2008-02-29* encoding.c (rb_enc_dummy_p): bootstrap encodings can not be dummy.nobu
2008-02-29* test/ruby/test_m17n_comb.rb (TestM17NComb::test_str_chomp): testmatz
2008-02-29* test/ruby/test_iterator.rb (TestIterator::test_enumerator):matz
2008-02-29* string.c (rb_str_chomp_bang): now works on UTF-16.matz
2008-02-29* time.c (time_strftime): format should be ascii compatible.matz
2008-02-29* string.c (rb_str_rpartition): calculation was done in byte indexing.matz
2008-02-29* parse.y (opt_block_param): command can start just after block paramnobu
2008-02-28* test/ruby/test_time.rb (test_readers): fix typo.naruse
2008-02-28* string.c (str_new): remove encoding assumption of empty string.naruse
2008-02-28* ext/tk/lib/tk.rb: forgot to update RELEASE_DATEnagai
2008-02-28* lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): use ASCII-8BITakr
2008-02-28* encoding.c (enc_capable): IMMEDIATE_P doesn't include Qnil and Qfalse.naruse
2008-02-28* encoding.c (enc_find): check type of argument and convert to Stringnaruse
2008-02-28* lib/open-uri.rb (OpenURI::Meta#meta_setup_encoding): setup encodingakr
2008-02-28* io.c (rb_io_getline_fast): scan coderange.naruse
2008-02-28* string.c (rb_enc_str_copy): removed.naruse
2008-02-28* eval.c (stack_check): made flag per threads.nobu
2008-02-28* file.c (rb_file_flock): immediately returns on EAGAIN ifnobu
2008-02-28* io.c (rb_io_getline_1): get rid of segfault. [ruby-dev:33938]nobu
2008-02-28* string.c (rb_str_reverse_bang): removed unsed variables.nobu
2008-02-28* include/ruby/encoding.h (rb_str_coderange_scan_restartable): addednobu
2008-02-27* ext/tk/lib/tk.rb, ext/tk/lib/*: make default widget set nagai
2008-02-27* string.c (rb_str_coderange_scan_restartable): coderange scaningnaruse
2008-02-26* ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even ifnobu
2008-02-26* misc/ruby-mode.el (ruby-calculate-indent): should distinguishmatz
2008-02-26* array.c (combi_len, rb_ary_product): check for overflow.nobu
2008-02-26* array.c (recursive_cmp): compare minimal length parts.nobu
2008-02-26* ext/openssl/ossl_{ec,dh,dsa,rsa}.c: Remove useless warnings.technorama
2008-02-26* parse.y (value_expr_gen): removed inappropriate warning.nobu
2008-02-26* parse.y (tokadd_escape): refactored. [ruby-core:15657]akr
2008-02-26* array.c (rb_ary_eql, rb_ary_cmp): get rid of stack overflow withnobu
2008-02-25* include/ruby/ruby.h (ROBJECT_NUMIV): renamed from ROBJECT_LEN.akr
2008-02-25* ext/openssl/digest.c ext/openssl/lib/openssl/digest.rb:technorama
2008-02-25* ChangeLog: add ML ref.usa
2008-02-25 * bignum.c (big2str_karatsuba): initialize cache if not initialized.usa
2008-02-25* process.c (Init_process): share bignum objects for RLIM_INFINITY,akr
2008-02-25Mon Feb 25 10:41:41 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2008-02-24* cygwin/GNUmakefile.in (clean-local): should be double-colon.nobu
2008-02-24* cygwin/GNUmakefile.in (clean-local): remove def file.nobu
2008-02-24* common.mk, {bcc,win}32/Makefile.sub (clean-local): removenobu
2008-02-23* ruby.c (enable_option, disable_option): allow all for all knownnobu
2008-02-23* debug.c (ruby_set_debug_option): separated ruby_each_words().nobu
2008-02-23* ruby.c (proc_options): check if argument for -E exists.nobu
2008-02-23* misc/ruby-style.el (ruby-style-label-indent): fix for labels insidenobu
2008-02-23* util.c (valid_filename): use O_EXCL to get rid of clobberingnobu
2008-02-23 * ext/win32ole/win32ole.c (ole_init_cp): should return value.usa
2008-02-23* string.c (str_sublen): removed.naruse