summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2007-12-27* re.c (rb_reg_s_union): show encodings in error message.akr
2007-12-27* encoding.c (rb_enc_codelen): show codepoint in error message.akr
2007-12-27* encoding.c (rb_enc_codelen): error message refined.akr
2007-12-27* encoding.c (rb_enc_check): show encodings in error message.akr
2007-12-27* string.c (rb_str_casecmp): fixed using a wrong variable.nobu
2007-12-27* io.c (io_fflush): checks wbuf modification by other threads.akr
2007-12-27* ext/socket/socket.c: a patch to support IRIX from Andrewmatz
2007-12-26 * lib/mkmf.rb (create_tmpsrc): retry to create file if Errno::EACCESusa
2007-12-26* lib/resolv.rb (Resolv::DNS::Name.==): fix for other is array ofnaruse
2007-12-26 * lib/date/format.rb (_xmlschema): some improvements.tadf
2007-12-26* io.c (io_fflush): check closed fptr after rb_write_internal to avoidakr
2007-12-26* string.c (Init_String): defines chars method.nobu
2007-12-26 * instruby.rb: install goruby if exists.usa
2007-12-26* lib/csv.rb: Cleaned up some code with Ruby 1.9 idioms.jeg2
2007-12-26* array.c (tmpbuf): use rb_str_tmp_new().nobu
2007-12-25* ext/json/ext/generator/generator.c (Init_generator): requiresnobu
2007-12-25* development version 1.9.0 released.matz
2007-12-25* lib/rexml/node.rb (REXML::Node::indent): should initialize rvmatz
2007-12-25* ruby.c (proc_options): encoding option in shbang and RUBYOPT did notnobu
2007-12-25 * win32/Makefile.sub (config.status): keep this file.usa
2007-12-25* configure.in (TIMEZONE_VOID): typo.nobu
2007-12-25* insns2vm.rb: add encoding option to shbang.ko1
2007-12-25* bootstraptest/pending.rb: add pending issue.ko1
2007-12-25* thread.c: remove Thread.critical(=).ko1
2007-12-25* tool/make-snapshot: add version number.nobu
2007-12-25* compile.c (iseq_compile_each): fix stack consistency errorko1
2007-12-25* parse.y (struct parser_params): make parser_ruby_sourcefile commonakr
2007-12-25* common.mk (parse.c): depends on tool/ytab.sed.nobu
2007-12-25* ext/openssl/ossl_ssl.c: Only show a warning if the default technorama
2007-12-25* tool/make-snapshot: argument check, and cleanup exported directory.nobu
2007-12-25* tool/make-snapshot: more portable.eban
2007-12-25* encoding.h (rb_enc_mbc_to_codepoint): wrapper fornobu
2007-12-25* io.c (appendline): move RS comparison to rb_io_getline_1().matz
2007-12-25* iseq.c: all methods need $SAFE < 1.ko1
2007-12-25* string.c (rb_str_each_line): don't call rb_enc_codepoint with emptyakr
2007-12-25* string.c (rb_str_inspect): don't call rb_enc_codepoint with emptyakr
2007-12-25* vm.c (rb_frame_method_id_and_class): new function to get theshugo
2007-12-25* lib/mkmf.rb (create_makefile): Add a missing dependency on theknu
2007-12-25* enc/trans/japanese.c (rb_{from,to}_{SHIFT_JIS,EUC_JP}): inversednobu
2007-12-25 * golf_prelude.rb (h): add new method for all golfers.usa
2007-12-25* enc/trans/japanese.c (rb_to_EUC_JP): fixed typo.nobu
2007-12-25 * ext/dl/depend: add dependencies. [ruby-dev:32760]usa
2007-12-25* include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() toko1
2007-12-25* common.mk (clean-enc): clean encoding objects.nobu
2007-12-25* trunk/common.mk, goruby.c, golf_prelude.rb: for golfers.nobu
2007-12-25* encoding.c (rb_enc_register): do not use based_encoding to check ifnobu
2007-12-25* string.c (rb_str_succ): fix for string with non-alphanumeric chars.nobu
2007-12-25* io.c (rb_io_external_encoding): should return nil formatz
2007-12-25* io.c (appendline): initialize rslen to 1 if rsptr is 0.akr
2007-12-25* enum.c (collect_all): should pack all values. [ruby-core:14410]matz