summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
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* 2011-02-01svn
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
2011-01-31 * configure.in: revert r30698.kosaki
2011-01-31 * thread.c (thread_start_func_2): check deadlock condition beforenagachika
2011-01-31 * ChangeLog: fix typos.nagachika
2011-01-31* lib/irb/locale.rb (IRB::Locale::#search_file):yugui