aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * enumerator.c: Support #size for enumerators created from enumeratorsmarcandre2012-11-062-2/+11
* * enumerator.c (obj_to_enum): Have #to_enum accept a blockmarcandre2012-11-062-2/+14
* * enumerator: New method #size; constructor accepts sizemarcandre2012-11-063-14/+74
* * 2012-11-07svn2012-11-061-2/+2
* * enumerator.c (enumerator_initialize): Warn when using deprecated formmarcandre2012-11-062-1/+5
* * object.c (rb_mod_const_get): Fix constant missing exception classtenderlove2012-11-063-1/+43
* * ChangeLog: add link to redmine and ruby-coreglass2012-11-061-0/+2
* * lib/tempfile.rb: fix confusing inspect.glass2012-11-062-0/+18
* * atomic.h: add #include <sys/atomic.h> for the workaround ofngoto2012-11-062-0/+7
* * test/win32ole/test_win32ole.rb: follow other test files.usa2012-11-061-2/+2
* * test/win32ole/test_win32ole.rb: now source encoding is UTF-8, sousa2012-11-062-1/+6
* * properties.nobu2012-11-060-0/+0
* * lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse2012-11-063-1/+17
* * string.c (rb_str_b): Add String#b, returning a copied stringnaruse2012-11-064-2/+45
* * ruby.c (load_file_internal): set default source encoding asnaruse2012-11-0624-6/+32
* * test/ruby/test_require.rbshirosaki2012-11-052-2/+9
* * thread_pthread.c (rb_reserved_fd_p): fix typo in macro checkkosaki2012-11-052-1/+7
* Fix compatibility of cached expanded load pathshirosaki2012-11-057-13/+276
* Cache the expanded load pathshirosaki2012-11-055-8/+54
* Index $LOADED_FEATURES so that require isn't so slowshirosaki2012-11-056-26/+182
* * 2012-11-06svn2012-11-051-2/+2
* Expose whether two arrays are sharedshirosaki2012-11-054-1/+27
* Clarify and explain loaded_feature_path and rb_feature_pshirosaki2012-11-052-12/+53
* * ext/dl/win32/lib/Win32API.rb (Win32API#call): use 64bit pointer for x64shirosaki2012-11-052-1/+9
* * cygwin/GNUmakefile.in (uncommon.mk): link *.res.o.shirosaki2012-11-052-2/+10
* * thread_pthread.c (native_thread_init, native_thread_destroy):kosaki2012-11-052-4/+8
* * lib/cgi/core.rb: check if Tempfile is defined before use it.naruse2012-11-053-3/+42
* * lib/uri/http.rb (URI::HTTP.build): Fix examplezzak2012-11-052-1/+7
* Mon Nov 5 09:55:05 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-11-052-0/+27
* Mon Nov 5 09:50:28 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-11-051-0/+7
* * 2012-11-05svn2012-11-041-2/+2
* Don't redefine methodsnaruse2012-11-041-0/+1
* * ChangeLog: Remove garbages.kou2012-11-041-3/+0
* Sun Nov 4 20:41:28 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar2012-11-048-54/+73
* * lib/fileutils.rb (module FileUtils): repatch [ruby-core:39622]glass2012-11-042-10/+13
* * array.c (recursive_equal): fix to return true when self and otherglass2012-11-043-1/+25
* dir.c: FNM_EXTGLOBnobu2012-11-045-4/+48
* * 2012-11-04svn2012-11-031-2/+2
* * ChangeLog: fix ML link for r37444 and r37447.nagachika2012-11-031-2/+2
* * complex.c: modified doc.tadf2012-11-033-93/+103
* * ext/date/date_core.c: modified doc.tadf2012-11-032-153/+8
* * vm.c (rb_vm_rewrite_ep_in_errinfo, vm_rewrite_ep_in_errinfo):ktsj2012-11-033-27/+26
* * vm.c, proc.c: avoid unnecessary `rb_vm_rewrite_ep_in_errinfo'ktsj2012-11-033-4/+6
* * ChangeLog: fix.ktsj2012-11-031-2/+0
* * bin/testrb: Use only Test::Unit::AutoRunner in test-unit gemkou2012-11-033-8/+17
* * ext/date/date_parse.c (parse_eu): should capture apostrophe too.tadf2012-11-032-1/+5
* * ext/date/date_parse.c (date__parse): revised the tight parser.tadf2012-11-032-5/+9
* * lib/rexml/xmldecl.rb (REXML::XMLDecl#content): Add missing \Akou2012-11-032-1/+6
* * lib/rexml/output.rb (REXML::Output#initialize): Use normalizedkou2012-11-032-1/+6
* * lib/rexml/output.rb (REXML::Output): Don't output BOM in middlekou2012-11-033-0/+30