summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2011-02-06* parse.y (words, qwords): dispatch array events. based on anobu
2011-02-06* test/fileutils/fileasserts.rb (FileAssertions): separate module.nobu
2011-02-06* ext/dbm/dbm.c: parenthesize macro arguments.akr
2011-02-05* lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):kosaki
2011-02-05* parse.y (mlhs_basic): include mlhs_post for ripper. a patchnobu
2011-02-05* lib/test/unit/assertions.rb (assert_block): move fromnobu
2011-02-05* test/fileutils/fileasserts.rb (assert_block): pass argumentsnobu
2011-02-05 * lib/test/unit/assertions.rb (Test::Unit::Assertions#assert):kosaki
2011-02-05Import RDoc 3.5.2drbrain
2011-02-05* ext/syck/rubyext.c (syck_node_init_copy): SyckNode is notnobu
2011-02-05* ext/openssl/ossl_cipher.c (ossl_cipher_alloc): leave data ptrnobu
2011-02-05* ext/json/parser/parser.h (GET_PARSER): raise TypeError.nobu
2011-02-05* ext/json/parser/parser.h (GET_PARSER): check if initialized.nobu
2011-02-05* load.c (rb_get_expanded_load_path): always expand load paths.nobu
2011-02-05* transcode.c (encoded_dup): extract.nobu
2011-02-04* lib/fileutils.rb (FileUtils::LowMethods): make low level methodsnobu
2011-02-04* test/fileutils/fileasserts.rb: add message arguments.nobu
2011-02-04* test/fileutils/fileasserts.rb (Test::Unit::Assertions#assert_block):nobu
2011-02-04* parse.y (lex_getline, parser_set_encode): set encoding of linesnobu
2011-02-04* vm.c (ruby_thread_data_type): add prefix.nobu
2011-02-04 * vm_core.h (GetThreadPtr): use TypedData_Get_Struct() insteadkosaki
2011-02-04* enc/trans/utf8_mac.trans: parenthesize macro arguments.akr
2011-02-04 * string.c (str_utf8_nth): fixed a conditon of optimized leadkosaki
2011-02-03 * string.c (count_utf8_lead_bytes_with_word): wrote functionkosaki
2011-02-03* ext/zlib/zlib.c (gzfile_reader_get_unused): no need to dupnobu
2011-02-03fix a typo.akr
2011-02-03* ext/curses/curses.c (CHECK): unused macro removed.akr
2011-02-03e ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_resurrectnaruse
2011-02-03* ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_new_sharednaruse
2011-02-03* enc/shift_jis.c (code_to_mbc): cast as int from the subtraction of pointers.naruse
2011-02-03* include/ruby/missing.h: don't use HAVE_STDDEF_H because it nevernaruse
2011-02-03* include/ruby/encoding.h (rb_enc_step_back): cast 4th argument 'n'naruse
2011-02-03fix typoskazu
2011-02-02* ext/psych/lib/psych/visitors/to_ruby.rb: use Regexp::NOENCODINGtenderlove
2011-02-02* re.c (Init_Regexp): added a constant for ARG_ENCODING_NONEtenderlove
2011-02-02* ext/psych/lib/psych/visitors/to_ruby.rb: ARG_ENCODING_NONE regulartenderlove
2011-02-02 * io.c (rb_io_fdatasync): Use fsync(2) if if the underlyingkosaki
2011-02-02Commit files I forgot to adddrbrain
2011-02-02Import RDoc 3.5.1drbrain
2011-02-01 * include/ruby/st.h (st_table): Added comment why we need __extension__.kosaki
2011-02-01* enc/encdb.c: parenthesize macro arguments.akr
2011-02-01* test/ruby/test_require.rb (TestRequire#test_require_with_unc):usa
2011-02-01 * test/benchmark/test_benchmark.rb (#capture_bench_output):kosaki
2011-02-01Import rubygems 1.5.0 (released version @ 1fb59d0)ryan
2011-01-31* ext/io/console/console.c (console_set_winsize): new method to setnobu
2011-01-31* ext/io/console/console.c (console_winsize): use GetWriteFD.nobu
2011-01-31 * include/ruby/win32.h, win32/win32.c: add rb_w32_inet_ntop.tarui
2011-01-31* lib/benchmark.rb: fix benchmarck to work with current ruby.naruse
2011-01-31 * node.c (add_id): remove duplicated rb_id2str() call.nagachika
2011-01-31* missing/langinfo.c: parenthesize macro arguments.akr