summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-07-05* ext/zlib/zlib.c (zstream_expand_buffer_without_gvl): Usedrbrain
2012-07-05never evaluatednobu
2012-07-05* thread.c: fix typo.nobu
2012-07-05ThreadShieldnobu
2012-07-05bootstraptest: fix missing bsnobu
2012-07-05ThreadShieldnobu
2012-07-05bootstraptest: refine error outputnobu
2012-07-05* properties.nobu
2012-07-05* test/net/http/test_httpresponses.rb: Add a test file forknu
2012-07-05* lib/net/http/responses.rb: Fix 4xx classes to inherit correctlyknu
2012-07-05Fix 4xx classes to inherit correctly from Net::HTTPClientErrorknu
2012-07-05fix a typokazu
2012-07-05NEWSnobu
2012-07-05desc r36301nobu
2012-07-04* 2012-07-05svn
2012-07-04* ruby.c (proc_options): warn only if -K and -w option is specified.naruse
2012-07-04* gc.c, atomic.h (ATOMIC_SIZE_*): moved from gc.c to atomic.h [ruby-dev:45909]ngoto
2012-07-04bootstrap/runner.rb must be run with Ruby 1.8.naruse
2012-07-04* test/win32ole/test_win32ole.rb (test_s_codepage_changed):suke
2012-07-04Wed Jul 4 13:38:12 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar
2012-07-04Wed Jul 4 08:45:41 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar
2012-07-04* gc.c (ATOMIC_SIZE_*): 64bit Windows support.usa
2012-07-04thread.c: fix rdocnobu
2012-07-04__callee__ fixnobu
2012-07-03Wed Jul 4 08:24:28 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar
2012-07-03* array.c (rb_ary_aref): Updated documentation to indicate thedrbrain
2012-07-03Wed Jul 4 08:18:01 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar
2012-07-03Wed Jul 4 08:11:15 2012 Takeyuki FUJIOKA <xibbar@ruby-lang.org>xibbar
2012-07-03* test/zlib/test_zlib.rb (test_inflate_partial_input): Added test fordrbrain
2012-07-03* 2012-07-04svn
2012-07-03bootstraptest: no stderr outputnobu
2012-07-03* gc.c (ATOMIC_SIZE_EXCHANGE): fix function name on Solaris [Bug #6689]ngoto
2012-07-03gc.c: atomic operations for malloc_paramsnobu
2012-07-03* ext/zlib/zlib.c (zstream_run_func): Fix bug that caused early exitdrbrain
2012-07-03fix allocated_sizenobu
2012-07-03* ext/dl/cfunc.c (rb_dlcfunc_call): also needed the workaround for VC8usa
2012-07-03* ext/zlib/zlib.c (zstream_detach_buffer): Refactored tainting ofdrbrain
2012-07-03make runnablenobu
2012-07-03Undef on_parallel_worker? before redefine.naruse
2012-07-03Fix tests for previous commit.naruse
2012-07-03* ruby.c (proc_options): warn if -K option is specified. [Feature #5206]naruse
2012-07-02* ext/zlib/zlib.c: Restored the comment explaining the choice ofdrbrain
2012-07-02* object.c (Init_Object): Added RDoc location pointers fordrbrain
2012-07-02* 2012-07-03svn
2012-07-02* ext/zlib/zlib.c (zstream_run): Process zlib streams without GVL.drbrain
2012-07-02* thread.c (rb_thread_aref): add explanation for why Thread#[] andakr
2012-07-02* time.c (timew_out_of_timet_range): specialization forakr
2012-07-02rp_class rb_ancestorsnobu
2012-07-02prepend: fix mixing with includenobu
2012-07-01 * ext/date/date_core.c: [ruby-core:46058].tadf