summaryrefslogtreecommitdiff
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* 2011-02-06svn
2011-02-06* ext/dbm/dbm.c: parenthesize macro arguments.akr
2011-02-05Surpress warnings: possibly useless use of :: in void contextnaruse
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* ext/json/parser/parser.rl: add local variables for emacs.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* 2011-02-05svn
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* property.nobu
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-03Properly set ignores for generated files in ext/-test-drbrain
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* 2011-02-03svn
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-02Ignore -test- and tmpdirdrbrain
2011-02-01* 2011-02-02svn
2011-02-01 * include/ruby/st.h (st_table): Added comment why we need __extension__.kosaki
2011-02-01doc/NEWS-1.9.2: add File#sizekazu