aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * lib/fileutils.rb (FileUtils::LowMethods): make low level methodsnobu2011-02-045-77/+106
* * test/fileutils/fileasserts.rb: add message arguments.nobu2011-02-042-17/+20
* * test/fileutils/fileasserts.rb (Test::Unit::Assertions#assert_block):nobu2011-02-042-0/+9
* * parse.y (lex_getline, parser_set_encode): set encoding of linesnobu2011-02-043-0/+74
* * vm.c (ruby_thread_data_type): add prefix.nobu2011-02-043-3/+8
* * 2011-02-05svn2011-02-041-2/+2
* * vm_core.h (GetThreadPtr): use TypedData_Get_Struct() insteadkosaki2011-02-043-2/+13
* * enc/trans/utf8_mac.trans: parenthesize macro arguments.akr2011-02-042-1/+5
* * string.c (str_utf8_nth): fixed a conditon of optimized leadkosaki2011-02-042-1/+6
* * string.c (count_utf8_lead_bytes_with_word): wrote functionkosaki2011-02-032-0/+22
* * property.nobu2011-02-030-0/+0
* * ext/zlib/zlib.c (gzfile_reader_get_unused): no need to dupnobu2011-02-034-7/+10
* fix a typo.akr2011-02-031-1/+1
* * ext/curses/curses.c (CHECK): unused macro removed.akr2011-02-032-2/+4
* e ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_resurrectnaruse2011-02-033-4/+33
* * ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_new_sharednaruse2011-02-032-2/+8
* * enc/shift_jis.c (code_to_mbc): cast as int from the subtraction of pointers.naruse2011-02-035-4/+15
* * include/ruby/missing.h: don't use HAVE_STDDEF_H because it nevernaruse2011-02-034-9/+14
* Properly set ignores for generated files in ext/-test-drbrain2011-02-030-0/+0
* * include/ruby/encoding.h (rb_enc_step_back): cast 4th argument 'n'naruse2011-02-032-1/+7
* fix typoskazu2011-02-031-4/+4
* * ext/psych/lib/psych/visitors/to_ruby.rb: use Regexp::NOENCODINGtenderlove2011-02-023-4/+9
* * re.c (Init_Regexp): added a constant for ARG_ENCODING_NONEtenderlove2011-02-023-0/+14
* * 2011-02-03svn2011-02-021-2/+2
* * ext/psych/lib/psych/visitors/to_ruby.rb: ARG_ENCODING_NONE regulartenderlove2011-02-025-2/+28
* * io.c (rb_io_fdatasync): Use fsync(2) if if the underlyingkosaki2011-02-022-4/+13
* Commit files I forgot to adddrbrain2011-02-024-0/+357
* Import RDoc 3.5.1drbrain2011-02-0249-270/+2116
* Ignore -test- and tmpdirdrbrain2011-02-020-0/+0
* * 2011-02-02svn2011-02-011-2/+2
* * include/ruby/st.h (st_table): Added comment why we need __extension__.kosaki2011-02-012-0/+13
* doc/NEWS-1.9.2: add File#sizekazu2011-02-011-0/+1
* * enc/encdb.c: parenthesize macro arguments.akr2011-02-012-3/+7
* * test/ruby/test_require.rb (TestRequire#test_require_with_unc):usa2011-02-012-1/+7
* * test/benchmark/test_benchmark.rb (#capture_bench_output):kosaki2011-02-012-1/+8
* Import rubygems 1.5.0 (released version @ 1fb59d0)ryan2011-02-0117-46/+201
* * ext/io/console/console.c (console_set_winsize): new method to setnobu2011-01-312-1/+63
* * ext/io/console/console.c (console_winsize): use GetWriteFD.nobu2011-01-312-11/+5
* * include/ruby/win32.h, win32/win32.c: add rb_w32_inet_ntop.tarui2011-01-313-0/+25
* * 2011-02-01svn2011-01-311-3/+3
* * lib/benchmark.rb: fix benchmarck to work with current ruby.naruse2011-01-313-93/+264
* * node.c (add_id): remove duplicated rb_id2str() call.nagachika2011-01-312-1/+5
* * missing/langinfo.c: parenthesize macro arguments.akr2011-01-312-1/+5
* * configure.in: revert r30698.kosaki2011-01-312-2/+6
* * thread.c (thread_start_func_2): check deadlock condition beforenagachika2011-01-312-2/+9
* * ChangeLog: fix typos.nagachika2011-01-311-2/+2
* * lib/irb/locale.rb (IRB::Locale::#search_file):yugui2011-01-312-1/+6
* * addr2line.c: suppressed shorten-64-to-32 warnings.naruse2011-01-319-61/+73
* Additional fix for r30736naruse2011-01-301-0/+1
* Add ML Reference and a test for r30736 [ruby-core:34997]naruse2011-01-302-1/+7