summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add tag v1_9_0_0v1_9_0_0ko12007-12-250-0/+0
* * development version 1.9.0 released.matz2007-12-251-0/+4
* * lib/rexml/node.rb (REXML::Node::indent): should initialize rvmatz2007-12-252-1/+7
* * doc/NEWS: changes for 1.9matz2007-12-251-837/+207
* * ruby.c (proc_options): encoding option in shbang and RUBYOPT did notnobu2007-12-252-8/+12
* * win32/Makefile.sub (config.status): keep this file.usa2007-12-252-1/+5
* * configure.in (TIMEZONE_VOID): typo.nobu2007-12-252-1/+5
* * insns2vm.rb: add encoding option to shbang.ko12007-12-252-1/+5
* * bootstraptest/pending.rb: add pending issue.ko12007-12-252-0/+23
* * thread.c: remove Thread.critical(=).ko12007-12-252-15/+6
* * tool/make-snapshot: add version number.nobu2007-12-252-4/+10
* * compile.c (iseq_compile_each): fix stack consistency errorko12007-12-254-28/+64
* * parse.y (struct parser_params): make parser_ruby_sourcefile commonakr2007-12-252-9/+30
* * common.mk (parse.c): depends on tool/ytab.sed.nobu2007-12-253-2/+28
* * ext/openssl/ossl_ssl.c: Only show a warning if the default technorama2007-12-253-1/+30
* * tool/make-snapshot: argument check, and cleanup exported directory.nobu2007-12-252-0/+9
* * tool/make-snapshot: more portable.eban2007-12-252-1/+5
* * tool/make-snapshot (revision): sed does not support +.nobu2007-12-251-1/+1
* * encoding.h (rb_enc_mbc_to_codepoint): wrapper fornobu2007-12-254-8/+21
* * io.c (appendline): move RS comparison to rb_io_getline_1().matz2007-12-254-38/+31
* * iseq.c: all methods need $SAFE < 1.ko12007-12-253-2/+18
* add tests reported by Yusuke ENDOH.akr2007-12-251-0/+24
* * string.c (rb_str_each_line): don't call rb_enc_codepoint with emptyakr2007-12-252-1/+6
* * string.c (rb_str_inspect): don't call rb_enc_codepoint with emptyakr2007-12-253-2/+13
* * vm.c (rb_frame_method_id_and_class): new function to get theshugo2007-12-253-0/+12
* * lib/mkmf.rb (create_makefile): Add a missing dependency on theknu2007-12-252-1/+7
* * enc/trans/japanese.c (rb_{from,to}_{SHIFT_JIS,EUC_JP}): inversednobu2007-12-252-4/+9
* * golf_prelude.rb (h): add new method for all golfers.usa2007-12-252-0/+8
* * enc/trans/japanese.c (rb_to_EUC_JP): fixed typo.nobu2007-12-252-1/+5
* * ext/dl/depend: add dependencies. [ruby-dev:32760]usa2007-12-252-4/+8
* * include/ruby/ruby.h, thread.c: rename is_ruby_native_thread() toko12007-12-254-10/+17
* add a test.akr2007-12-251-0/+10
* * common.mk (realclean-enc): fixed typo.nobu2007-12-251-1/+1
* * common.mk (clean-enc): clean encoding objects.nobu2007-12-252-1/+12
* * trunk/common.mk, goruby.c, golf_prelude.rb: for golfers.nobu2007-12-256-3/+40
* * test/ruby/test_io_m17n.rb: fix testsmatz2007-12-251-4/+4
* * encoding.c (rb_enc_register): do not use based_encoding to check ifnobu2007-12-252-2/+6
* * string.c (rb_str_succ): fix for string with non-alphanumeric chars.nobu2007-12-252-4/+5
* * io.c (rb_io_external_encoding): should return nil formatz2007-12-252-0/+11
* * io.c (appendline): initialize rslen to 1 if rsptr is 0.akr2007-12-252-0/+10
* * enum.c (collect_all): should pack all values. [ruby-core:14410]matz2007-12-252-2/+4
* * transcode.c (transcode_dispatch): fix for multistep transcode.nobu2007-12-252-2/+8
* * enc/trans/single_byte.c (Init_single_byte): renamed.usa2007-12-252-1/+5
* * enum.c (enum_yield): when multiple values yielded from #eachmatz2007-12-253-44/+66
* * common.mk (COMMONOBJS): transcode_data_*.c moved under enc/trans.nobu2007-12-256-241/+425
* lib/mkmf.rb: revert last changematz2007-12-251-1/+1
* * lib/mkmf.rb (map_dir): should generate path including $top_srcdir.matz2007-12-252-1/+5
* * lib/csv.rb, test/csv/*.rb: set properties.nobu2007-12-250-0/+0
* * lib/csv.rb: Fixed test failures caused by changes to Ruby.jeg22007-12-255-10/+21
* * io.c (io_encoding_set): missing return type.nobu2007-12-252-1/+7