[前][次][スレッド一覧][上]

ruby-changes:25801-25900

  25801 2012-11-26 18:30 [ko1@a...            ] ko1:r37858 (trunk): * common.mk: specify label `built-ruby'.
  25802 2012-11-26 19:14 [ko1@a...            ] ko1:r37859 (trunk): * bootstraptest/test_thread.rb: try to `join' each 100
  25803 2012-11-26 19:46 [ko1@a...            ] ko1:r37860 (trunk): * iseq.c (make_compile_option_value): add trace_instruction option.
  25804 2012-11-26 19:57 [ko1@a...            ] kosaki:r37861 (trunk): * ruby_atomic.h (ATOMIC_CAS): new macro for compare-and-exchange.
  25805 2012-11-26 20:25 [ko1@a...            ] usa:r37862 (trunk): * test/ruby/test_argf.rb (TestArgf#test_chars): since marshal data is
  25806 2012-11-26 20:45 [ko1@a...            ] kosaki:r37863 (trunk): * thread.c (thread_join_m): use th->interrupt_mask instead of
  25807 2012-11-26 21:17 [ko1@a...            ] kosaki:r37864 (trunk): * vm_core.h (RUBY_VM_SET_TIMER_INTERRUPT, RUBY_VM_SET_INTERRUPT)
  25808 2012-11-26 22:49 [ko1@a...            ] kosaki:r37865 (trunk): * thread.c (rb_thread_terminate_all): use native_sleep() instead
  25809 2012-11-26 23:56 [ko1@a...            ] kosaki:r37866 (trunk): * NEWS: update for Thread#join incompatible change.
  25810 2012-11-27 00:17 [ko1@a...            ] kosaki:r37867 (trunk): * thread.c (rb_mutex_trylock, rb_mutex_unlock, mutex_sleep):
  25811 2012-11-27 00:17 [ko1@a...            ] svn:r37868 (trunk): * 2012-11-27        
  25812 2012-11-27 01:03 [ko1@a...            ] usa:r37869 (trunk): * README: mention about README.win32.
  25813 2012-11-27 04:13 [ko1@a...            ] nobu:r37870 (trunk): extmk.rb: git rid of post-1.8 features
  25814 2012-11-27 04:21 [ko1@a...            ] nobu:r37871 (trunk): string.c: suppress warning
  25815 2012-11-27 05:14 [ko1@a...            ] marcandRe: r37872 (trunk): * array.c: Fix rdoc for Array#delete [#7437]
  25816 2012-11-27 07:50 [ko1@a...            ] kosaki:r37873 (trunk): * thread.c (rb_thread_terminate_all): add RUBY_VM_CHECK_INTS_BLOCKING().
  25817 2012-11-27 08:09 [ko1@a...            ] ko1:r37874 (trunk): * vm_core.h: add members to rb_trace_arg_t:
  25818 2012-11-27 08:09 [ko1@a...            ] kosaki:r37875 (trunk): * thread.c (rb_thread_terminate_all): broadcast eTerminateSignal
  25819 2012-11-27 08:25 [ko1@a...            ] ko1:r37876 (trunk): * vm_trace.c: rename TracePoint#file and TracePoint#line
  25820 2012-11-27 09:28 [ko1@a...            ] ko1:r37877 (trunk): * NEWS: add TracePont.
  25821 2012-11-27 10:00 [ko1@a...            ] nobu:r37879 (trunk): extmk.rb: fix mixing mkmf.log
  25822 2012-11-27 10:00 [ko1@a...            ] nobu:r37878 (trunk): extconf.rb: git rid of post-1.8 feature
  25823 2012-11-27 10:35 [ko1@a...            ] naruse:r37880 (trunk): Suppress uninitialized variable warning with UNINITIALIZED_VAR()
  25824 2012-11-27 10:39 [ko1@a...            ] tenderlove:r37881 (trunk): * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handle
  25825 2012-11-27 10:51 [ko1@a...            ] nobu:r37882 (trunk): * properties.      
  25826 2012-11-27 11:00 [ko1@a...            ] kosaki:r37883 (trunk): * thread.c (thread_join): raises ThreadError if target thread
  25827 2012-11-27 11:00 [ko1@a...            ] kosaki:r37884 (trunk): * thread.c (thread_join): raises ThreadError if target therad
  25828 2012-11-27 11:00 [ko1@a...            ] kosaki:r37885 (trunk): * thread.c (rb_thread_terminate_all): suppress a warning.
  25829 2012-11-27 11:00 [ko1@a...            ] kosaki:r37886 (trunk): * eval.c (ruby_cleanup): set thread status to THREAD_KILLED
  25830 2012-11-27 12:04 [ko1@a...            ] ko1:r37887 (trunk): * thread.c (rb_thread_terminate_all): broadcast terminate event
  25831 2012-11-27 12:18 [ko1@a...            ] ko1:r37888 (trunk): * thread.c (rb_thread_terminate_all): retry broadcast only when
  25832 2012-11-27 13:29 [ko1@a...            ] drbrain:r37889 (trunk): * lib/rdoc*:  Updated to RDoc 4.0 (pre-release)
  25833 2012-11-27 14:01 [ko1@a...            ] nari:r37890 (trunk): * NEWS: add improvements of the garbage collector.
  25834 2012-11-27 14:59 [ko1@a...            ] tenderlove:r37891 (trunk): reverting r37881
  25835 2012-11-27 15:01 [ko1@a...            ] drbrain:r37892 (trunk): * lib/rdoc/rubygems_hook.rb:  Updated for (upcoming) RubyGems 2
  25836 2012-11-27 15:19 [ko1@a...            ] drbrain:r37893 (trunk): * common.mk (rdoc):  Set --debug for rdoc generation in case of bugs
  25837 2012-11-27 16:09 [ko1@a...            ] drbrain:r37894 (trunk): * test/rdoc/test_rdoc_generator_darkfish.rb:  Updated tests for windows
  25838 2012-11-27 16:29 [ko1@a...            ] drbrain:r37895 (trunk): * test/rdoc/test_rdoc_ri_paths.rb:  Fixed duplicate path bug which
  25839 2012-11-27 17:54 [ko1@a...            ] drbrain:r37896 (trunk): * lib/rdoc/*:  Added --root option for building documentation outside
  25840 2012-11-27 19:22 [ko1@a...            ] ngoto:r37897 (trunk): * ruby_atomic.h (ATOMIC_CAS): added for Solaris and other platforms.
  25841 2012-11-27 20:58 [ko1@a...            ] ko1:r37898 (trunk): * vm.c (rb_vm_make_env_object): make Proc object if Env is possible
  25842 2012-11-27 21:46 [ko1@a...            ] mrkn:r37899 (trunk): * bignum.c (bigdivrem): optimize the way to retry calculation of
  25843 2012-11-27 21:53 [ko1@a...            ] eregon:r37900 (trunk): * NEWS: typos.   
  25844 2012-11-27 22:34 [ko1@a...            ] knu:r37901 (trunk): * string.c (rb_str_enumerate_chars, rb_str_enumerate_codepoints)
  25845 2012-11-28 01:20 [ko1@a...            ] nagachika:r37902 (trunk): * ChangeLog: fix typos for r37867, r37874, r37877 and r37884.
  25846 2012-11-28 01:20 [ko1@a...            ] svn:r37903 (trunk): * 2012-11-28        
  25847 2012-11-28 03:02 [ko1@a...            ] naruse:r37904 (trunk): * configure.in (ARCH_FLAG): __sync_val_compare_and_swap_4 needs
  25848 2012-11-28 03:05 [ko1@a...            ] naruse:r37905 (trunk): * configure.in (opt-dir): don't use non portable flag -E of sed.
  25849 2012-11-28 03:13 [ko1@a...            ] naruse:r37906 (trunk): fix r37904: it forced i486 though -marh was usually i686
  25850 2012-11-28 04:55 [ko1@a...            ] tenderlove:r37907 (trunk): * ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handle
  25851 2012-11-28 04:57 [ko1@a...            ] nobu:r37908 (trunk): * properties.      
  25852 2012-11-28 08:30 [ko1@a...            ] zzak:r37909 (trunk): * ext/fiddle/closure.c: Documentation for Fiddle
  25853 2012-11-28 08:36 [ko1@a...            ] zzak:r37910 (trunk): * ext/dl/lib/dl.rb: Deprecation notice for DL
  25854 2012-11-28 08:38 [ko1@a...            ] naruse:r37911 (trunk): Refix of r37904  
  25855 2012-11-28 08:55 [ko1@a...            ] zzak:r37912 (trunk): * .document: Add README's to be included with docs
  25856 2012-11-28 09:08 [ko1@a...            ] zzak:r37913 (trunk): * doc/globals.rdoc: Add documentation file for magic globals
  25857 2012-11-28 09:09 [ko1@a...            ] tenderlove:r37914 (trunk): * ext/fiddle/fiddle.c: adding alignment constants for compatibility
  25858 2012-11-28 09:09 [ko1@a...            ] nobu:r37915 (trunk): * properties.      
  25859 2012-11-28 09:18 [ko1@a...            ] ryan:r37916 (trunk): Added #charpos for multibyte string position.
  25860 2012-11-28 11:09 [ko1@a...            ] zzak:r37917 (trunk): * ext/fiddle/closure.c: Documentation for Fiddle
  25861 2012-11-28 13:11 [ko1@a...            ] kosaki:r37918 (trunk): * thread.c (thread_join): A trap handler check was moved from
  25862 2012-11-28 13:34 [ko1@a...            ] tenderlove:r37919 (trunk): * ext/psych/extconf.rb: use embedded libyaml if no system libyaml is
  25863 2012-11-28 13:35 [ko1@a...            ] nobu:r37920 (trunk): * properties.      
  25864 2012-11-28 13:43 [ko1@a...            ] kosaki:r37921 (trunk): * thread.c (thread_s_new): uses main_thread->status instead of
  25865 2012-11-28 14:41 [ko1@a...            ] kosaki:r37922 (trunk): * thread.c (rb_mutex_lock): moved trap context check from
  25866 2012-11-28 14:52 [ko1@a...            ] ko1:r37923 (trunk): * ext/psych/extconf.rb: copy sources into build directory,
  25867 2012-11-28 15:29 [ko1@a...            ] ngoto:r37924 (trunk): * configure.in: revert r37911, r37906 and r37904 which break build
  25868 2012-11-28 15:36 [ko1@a...            ] kosaki:r37925 (trunk): * io.c (FMODE_SYNCWRITE): removed unused macro.
  25869 2012-11-28 15:45 [ko1@a...            ] naruse:r37926 (trunk): * configure.in: fix r37294: run only on i[3-6]86-linux.
  25870 2012-11-28 16:41 [ko1@a...            ] drbrain:r37927 (trunk): * lib/rdoc/servlet.rb:  Add support for serving documentation from a
  25871 2012-11-28 17:01 [ko1@a...            ] ko1:r37928 (trunk): * proc.c: remove Proc#== and Proc#eql?.
  25872 2012-11-28 17:01 [ko1@a...            ] ko1:r37929 (trunk): add ticket number [Bug #4559]
  25873 2012-11-28 17:31 [ko1@a...            ] kosaki:r37930 (trunk): * thread.c (struct rb_mutex_struct): add allow_trap field.
  25874 2012-11-28 17:31 [ko1@a...            ] kosaki:r37931 (trunk): * vm_core.h (enum rb_thread_status): remove THREAD_TO_KILL
  25875 2012-11-28 21:17 [ko1@a...            ] nobu:r37932 (trunk): unit.rb: remove unnecessary includes
  25876 2012-11-28 21:19 [ko1@a...            ] nobu:r37933 (trunk): mkmf.rb: each_compile_rules
  25877 2012-11-28 21:21 [ko1@a...            ] nobu:r37934 (trunk): extconf.rb: VPATH  
  25878 2012-11-28 21:22 [ko1@a...            ] nobu:r37935 (trunk): extconf.rb: mingw32
  25879 2012-11-28 21:23 [ko1@a...            ] nobu:r37936 (trunk): emitter.c: constify
  25880 2012-11-28 21:34 [ko1@a...            ] tarui:r37937 (trunk): * thread.c (thread_join_sleep): check spurious wakeup by itself for
  25881 2012-11-28 22:03 [ko1@a...            ] ko1:r37938 (trunk): * include/ruby/thread.h (rb_thread_call_without_gvl2): change
  25882 2012-11-28 22:24 [ko1@a...            ] tarui:r37939 (trunk): * test/ruby/test_thread.rb (test_thread_status_in_trap): change test for
  25883 2012-11-28 22:56 [ko1@a...            ] ko1:r37940 (trunk): * vm_insnhelper.c (vm_call_method): fix undefined behavior.
  25884 2012-11-28 22:58 [ko1@a...            ] ko1:r37941 (trunk): * thread_win32.c: catch up latest change of BLOCKING_REGION.
  25885 2012-11-28 23:37 [ko1@a...            ] tarui:r37942 (trunk): * NEWS (Thread) remove incompatible changes.
  25886 2012-11-28 23:40 [ko1@a...            ] ko1:r37943 (trunk): * thread.c (rb_mutex_sleep): fix to allow spurious wakeup.
  25887 2012-11-28 23:43 [ko1@a...            ] ko1:r37944 (trunk): add ticket ref:  [ruby-trunk - Bug #7455]
  25888 2012-11-28 23:53 [ko1@a...            ] tarui:r37945 (trunk): revert some part of r37942. sorry.
  25889 2012-11-28 23:55 [ko1@a...            ] nagachika:r37946 (trunk): * ext/fiddle/closure.c: cosmetic fix for rdoc comment. (fix for r37917)
  25890 2012-11-29 02:56 [ko1@a...            ] nagachika:r37947 (trunk): * ChangeLog: fix a typo for r37938.
  25891 2012-11-29 02:57 [ko1@a...            ] svn:r37948 (trunk): * 2012-11-29        
  25892 2012-11-29 03:09 [ko1@a...            ] nagachika:r37949 (trunk): * ChangeLog: fix a typo for r37928.
  25893 2012-11-29 04:46 [ko1@a...            ] ko1:r37950 (trunk): * vm_backtrace.c: rename Class name from
  25894 2012-11-29 05:21 [ko1@a...            ] tenderlove:r37951 (trunk): * probes.d: Change function-entry probe to method-entry.
  25895 2012-11-29 05:30 [ko1@a...            ] ko1:r37952 (trunk): * vm_backtrace.c (backtrace_to_str_ary2): rename to backtrace_to_str_ary.
  25896 2012-11-29 07:03 [ko1@a...            ] kosaki:r37953 (trunk): * thread.c (thread_start_func_2): remove unused code. security
  25897 2012-11-29 07:03 [ko1@a...            ] kosaki:r37955 (trunk): * thread.c (thread_start_func_2): remove unused code.
  25898 2012-11-29 07:03 [ko1@a...            ] kosaki:r37956 (trunk): * thread.c (thread_start_func_2): small cleanups.
  25899 2012-11-29 07:03 [ko1@a...            ] kosaki:r37954 (trunk): * thread.c (thread_start_func_2): remove unused code.
  25900 2012-11-29 09:26 [ko1@a...            ] ko1:r37957 (trunk): * vm_backtrace.c (vm_backtrace_to_ary): support range argument

[前][次][スレッド一覧][上]