[前][次][番号順一覧][上]

ruby-changes:23801-23900

  23801 2012-05-31 15:50 [ko1@a...            ] nobu:r35852 (trunk): vm.c: UNREACHABLE to suppress warnings
  23802 2012-05-31 23:59 [ko1@a...            ] nobu:r35853 (trunk): adjust indent      
  23803 2012-06-01 06:30 [ko1@a...            ] svn:r35855 (trunk): * 2012-06-01        
  23804 2012-06-01 06:30 [ko1@a...            ] drbrain:r35854 (trunk): * object.c (rb_equal):  Let Object be a link in #=== documentation.
  23805 2012-06-01 06:42 [ko1@a...            ] drbrain:r35856 (trunk): * object.c (Init_Object):  Restored Kernel documentation based on
  23806 2012-06-01 07:07 [ko1@a...            ] drbrain:r35857 (trunk): * ext/dl/lib/dl/struct.rb (DL::CStructEntity#set_ctypes):  Refactored
  23807 2012-06-01 08:51 [ko1@a...            ] drbrain:r35858 (trunk): * array.c:  Updated Array documentation formatting.  Patch by Zachary
  23808 2012-06-01 09:31 [ko1@a...            ] nobu:r35859 (trunk): class_or_module_required
  23809 2012-06-02 06:35 [ko1@a...            ] svn:r35861 (trunk): * 2012-06-02        
  23810 2012-06-02 06:35 [ko1@a...            ] drbrain:r35860 (trunk): * doc/re.rdoc (Performance):  Removed useless sample output from final
  23811 2012-06-02 07:06 [ko1@a...            ] drbrain:r35862 (trunk): * doc/re.rdoc (Performance):  Replaced incorrect example of reducing
  23812 2012-06-02 17:02 [ko1@a...            ] naruse:r35863 (trunk): * string.c (rb_enc_cr_str_buf_cat): don't reset coderange as unknown.
  23813 2012-06-02 17:53 [ko1@a...            ] naruse:r35864 (trunk): Fix previous commit, it means not need to make the condition.
  23814 2012-06-02 18:18 [ko1@a...            ] knu:r35865 (trunk): * lib/ipaddr.rb: Inhibit zero-filled octets in an IPv4 address in
  23815 2012-06-02 18:50 [ko1@a...            ] naruse:r35866 (ruby_1_9_3): merge revision(s) 35863,35864:
  23816 2012-06-02 22:44 [ko1@a...            ] naruse:r35867 (trunk): Add a test for r35863.
  23817 2012-06-03 00:23 [ko1@a...            ] ko1:r35868 (trunk): * vm_backtrace.c: added.  Separate backtrace related functions to
  23818 2012-06-03 00:23 [ko1@a...            ] svn:r35869 (trunk): * 2012-06-03        
  23819 2012-06-03 00:25 [ko1@a...            ] nobu:r35870 (trunk): * properties.      
  23820 2012-06-03 01:01 [ko1@a...            ] ko1:r35871 (trunk): * common.mk: fix to build vm_backtrace.c only itself (vm_backtrace.c
  23821 2012-06-03 01:02 [ko1@a...            ] nobu:r35872 (trunk): * properties.      
  23822 2012-06-03 01:46 [ko1@a...            ] ko1:r35873 (trunk): * vm_backtrace.c: change names.
  23823 2012-06-03 03:24 [ko1@a...            ] naruse:r35874 (trunk): * regparse.c (onig_number_of_names): suppress a warning.
  23824 2012-06-03 06:38 [ko1@a...            ] nobu:r35875 (trunk): gc.c: simplified   
  23825 2012-06-03 10:26 [ko1@a...            ] tadf:r35876 (trunk): * complex.c (nucomp_marshal_load): 
  23826 2012-06-03 14:05 [ko1@a...            ] tadf:r35877 (trunk): * complex.c: wrote Complex#_dump and Complex::load.  But now
  23827 2012-06-03 14:14 [ko1@a...            ] tadf:r35878 (trunk): * ext/date/date_core.c: checks whether the object is frozen or not.
  23828 2012-06-03 14:16 [ko1@a...            ] tadf:r35879 (trunk): now marshal_{load|dump} are external.
  23829 2012-06-03 14:17 [ko1@a...            ] tadf:r35880 (trunk): modified tests.    
  23830 2012-06-03 16:34 [ko1@a...            ] nobu:r35881 (trunk): use rb_marshal_{dump,load}
  23831 2012-06-03 17:30 [ko1@a...            ] akr:r35882 (trunk): * use execve() to preserve environment variables when exec method is
  23832 2012-06-03 19:47 [ko1@a...            ] naruse:r35883 (trunk): * thread.c (vm_living_thread_num): suppress a warning.
  23833 2012-06-03 20:12 [ko1@a...            ] akr:r35884 (trunk): * process.c (rb_proc_exec_e): extended version of rb_proc_exec() to
  23834 2012-06-03 21:18 [ko1@a...            ] akr:r35885 (trunk): * process.c (rb_check_argv): use rb_str_new_frozen instead of
  23835 2012-06-03 21:21 [ko1@a...            ] tadf:r35886 (trunk): * marshal.c: calls directly rb_{Complex,Rational}_marshal_load().
  23836 2012-06-03 21:26 [ko1@a...            ] akr:r35887 (trunk): * process.c (rb_exec_getargs): remove rb_exec_arg argument.
  23837 2012-06-03 22:08 [ko1@a...            ] naruse:r35888 (trunk): * GPL: update text of GPLv2.  [Bug #6328]
  23838 2012-06-03 23:53 [ko1@a...            ] akr:r35889 (trunk): * include/ruby/intern.h (rb_exec_arg): remove argc and argv fields.
  23839 2012-06-04 00:14 [ko1@a...            ] akr:r35890 (trunk): * process.c (rb_proc_exec_e): don't use ISSPACE().  \f, \r and \v
  23840 2012-06-04 00:14 [ko1@a...            ] svn:r35891 (trunk): * 2012-06-04        
  23841 2012-06-04 00:45 [ko1@a...            ] akr:r35892 (trunk): * process.c (rb_spawn_process): fix for Windows.  not tested.
  23842 2012-06-04 04:27 [ko1@a...            ] tadf:r35893 (trunk): * marshal.c: experimental test aborted.
  23843 2012-06-04 06:12 [ko1@a...            ] nobu:r35894 (trunk): remove old warning 
  23844 2012-06-04 06:13 [ko1@a...            ] nobu:r35895 (trunk): adjust indent      
  23845 2012-06-04 10:44 [ko1@a...            ] usa:r35896 (trunk): * io.c (pipe_open): follow up changes in r35889.
  23846 2012-06-04 11:36 [ko1@a...            ] usa:r35897 (trunk): * process.c (rb_run_exec_options_err): restore save_env() call for
  23847 2012-06-04 11:40 [ko1@a...            ] nobu:r35898 (trunk): compatible loader  
  23848 2012-06-04 11:49 [ko1@a...            ] ko1:r35899 (trunk): * vm_core.h (rb_location_t): fix type and field name.
  23849 2012-06-04 12:04 [ko1@a...            ] ko1:r35900 (trunk): * test/ruby/test_backtrace.rb: fix test.
  23850 2012-06-04 13:11 [ko1@a...            ] usa:r35901 (trunk): * test/dl/test_c_{struct,union}_entity.rb: broken require.
  23851 2012-06-04 14:02 [ko1@a...            ] naruse:r35902 (trunk): Suppress warnings.
  23852 2012-06-04 14:07 [ko1@a...            ] usa:r35903 (trunk): * process.c (rb_exec_err): should preserve errno.
  23853 2012-06-04 14:33 [ko1@a...            ] nobu:r35904 (trunk): unused variables   
  23854 2012-06-04 14:46 [ko1@a...            ] nobu:r35905 (trunk): unused parameter   
  23855 2012-06-04 14:46 [ko1@a...            ] nobu:r35906 (trunk): merge definitions  
  23856 2012-06-04 15:39 [ko1@a...            ] nobu:r35907 (trunk): win32: VT100 escape
  23857 2012-06-04 16:24 [ko1@a...            ] ko1:r35908 (trunk): * vm_insnhelper.h: remove magical code "lfp[0] & 0x02".
  23858 2012-06-04 19:19 [ko1@a...            ] akr:r35909 (trunk): * internal.h (ARGVSTR2ARGC): defined.
  23859 2012-06-04 20:01 [ko1@a...            ] akr:r35910 (trunk): * process.c (rb_exec_fillarg): allocate one more element before
  23860 2012-06-04 20:13 [ko1@a...            ] akr:r35911 (trunk): add comment.        
  23861 2012-06-04 21:52 [ko1@a...            ] akr:r35912 (trunk): don't exec in the test process.
  23862 2012-06-04 21:54 [ko1@a...            ] nobu:r35913 (trunk): no windows dialog  
  23863 2012-06-05 09:37 [ko1@a...            ] drbrain:r35914 (trunk): * io.c:  Edited documentation for IO and File open and new and
  23864 2012-06-05 09:37 [ko1@a...            ] svn:r35915 (trunk): * 2012-06-05        
  23865 2012-06-05 10:30 [ko1@a...            ] nobu:r35916 (trunk): * properties.      
  23866 2012-06-05 14:04 [ko1@a...            ] knu:r35917 (ruby_1_9_3): merge revision(s) 35865:
  23867 2012-06-05 19:16 [ko1@a...            ] akr:r35918 (trunk): * process.c: add comments about async-signal-safe.
  23868 2012-06-05 19:21 [ko1@a...            ] akr:r35919 (trunk): * process.c (rb_exec_fillarg): bail out a loop eagerly.
  23869 2012-06-05 19:35 [ko1@a...            ] akr:r35920 (trunk): * process.c (proc_spawn): don't detect simple command line here
  23870 2012-06-05 20:00 [ko1@a...            ] akr:r35921 (trunk): * process.c (strtok): declaration removed because it is not used.
  23871 2012-06-05 20:13 [ko1@a...            ] nobu:r35922 (trunk): obj_init_copy      
  23872 2012-06-05 21:59 [ko1@a...            ] akr:r35923 (trunk): * process.c (rb_exec_arg_fixup): allocate a temporary buffer for
  23873 2012-06-05 22:08 [ko1@a...            ] nobu:r35924 (trunk): installation dependencies
  23874 2012-06-05 22:30 [ko1@a...            ] akr:r35925 (trunk): * internal.h: rb_exec_arg and related stuff moved from intern.h
  23875 2012-06-05 23:34 [ko1@a...            ] akr:r35926 (trunk): update async-signal-safe comments.
  23876 2012-06-05 23:53 [ko1@a...            ] akr:r35927 (trunk): * internal.h (rb_exec_arg): use union to represent command invocation
  23877 2012-06-06 00:24 [ko1@a...            ] akr:r35928 (trunk): * internal.h (rb_exec_arg_init): change return type to void.
  23878 2012-06-06 00:24 [ko1@a...            ] svn:r35929 (trunk): * 2012-06-06        
  23879 2012-06-06 00:31 [ko1@a...            ] akr:r35930 (trunk): update async-signal-safe comments.
  23880 2012-06-06 04:59 [ko1@a...            ] akr:r35931 (trunk): * process.c (rb_spawn_process): prog variable is not used for Unix.
  23881 2012-06-06 05:11 [ko1@a...            ] naruse:r35932 (trunk): Split one big test to seven tests.
  23882 2012-06-06 05:29 [ko1@a...            ] akr:r35933 (trunk): * process.c (rb_exec_fillarg): check use_shell field before accessing
  23883 2012-06-06 09:46 [ko1@a...            ] usa:r35934 (trunk): * test/dl/test_c_{struct_entry,union_entity}.rb: sorry, typos.
  23884 2012-06-06 12:39 [ko1@a...            ] usa:r35935 (trunk): * process.c (rb_run_exec_options_err): allocate a temporary buffer for
  23885 2012-06-06 13:19 [ko1@a...            ] usa:r35936 (trunk): * win32/win32.c (rb_w32_close): of course, console handle is not socket.
  23886 2012-06-06 13:29 [ko1@a...            ] usa:r35937 (trunk): * win32/win32.c, include/ruby/win32.h (rb_w32_wrap_io_handle): new API.
  23887 2012-06-06 14:04 [ko1@a...            ] usa:r35938 (trunk): * ChangeLog: typo.  [Feature #4906]
  23888 2012-06-06 14:20 [ko1@a...            ] shyouhei:r35939 (ruby_1_8_7): merge revision(s) 33611:
  23889 2012-06-06 14:35 [ko1@a...            ] shyouhei:r35940 (ruby_1_8_7): @nobu you must run make test-all _before_ you check in.
  23890 2012-06-06 14:47 [ko1@a...            ] shyouhei:r35941 (ruby_1_8_7): merge revision(s) 28324:
  23891 2012-06-06 15:16 [ko1@a...            ] shyouhei:r35942 (ruby_1_8_7): merge revision(s) 23432:
  23892 2012-06-06 20:09 [ko1@a...            ] akr:r35943 (trunk): * process.c (try_with_sh): take envp argument.
  23893 2012-06-06 20:49 [ko1@a...            ] akr:r35944 (trunk): * process.c (proc_exec_v): don't call dln_find_exe_r here because it
  23894 2012-06-06 20:58 [ko1@a...            ] akr:r35945 (trunk): update async-signal-safe comments.
  23895 2012-06-06 21:11 [ko1@a...            ] akr:r35946 (trunk): add a test.         
  23896 2012-06-06 21:21 [ko1@a...            ] usa:r35947 (trunk): * process.c (try_with_sh): please take care of the macro defined by
  23897 2012-06-06 21:33 [ko1@a...            ] akr:r35948 (trunk): * process.c (proc_exec_cmd) renamed from proc_exec_v.
  23898 2012-06-06 21:34 [ko1@a...            ] akr:r35949 (trunk): remove wrong comments.
  23899 2012-06-06 22:11 [ko1@a...            ] akr:r35950 (trunk): fix a comment.      
  23900 2012-06-07 15:54 [ko1@a...            ] ko1:r35951 (trunk): * .gdbinit: add function `trace_machine_instructions' to trace

[前][次][番号順一覧][上]