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

ruby-changes:23901-24000

  23901 2012-06-07 15:54 [ko1@a...            ] svn:r35952 (trunk): * 2012-06-07        
  23902 2012-06-07 19:06 [ko1@a...            ] shyouhei:r35953 (ruby_1_8_7): merge revision(s) 30993:
  23903 2012-06-07 20:29 [ko1@a...            ] akr:r35954 (trunk): * include/ruby/intern.h: rb_exec_arg and related stuff moved back from
  23904 2012-06-07 22:14 [ko1@a...            ] akr:r35955 (trunk): * process.c (rb_fork_err): Fix the conditoin to use rb_protect.
  23905 2012-06-08 10:40 [ko1@a...            ] usa:r35956 (trunk): * thread_win32.c (native_thread_create): add a comment.
  23906 2012-06-08 10:40 [ko1@a...            ] svn:r35957 (trunk): * 2012-06-08        
  23907 2012-06-08 11:30 [ko1@a...            ] nobu:r35958 (trunk): ext/pty/pty.c: status to protect
  23908 2012-06-08 11:30 [ko1@a...            ] nobu:r35959 (trunk): process.c, ext/pty/pty.c: status on errors
  23909 2012-06-08 12:04 [ko1@a...            ] nobu:r35960 (trunk): process.c: child process error state
  23910 2012-06-08 16:19 [ko1@a...            ] nobu:r35961 (trunk): test: realpath     
  23911 2012-06-08 19:02 [ko1@a...            ] akr:r35962 (trunk): * process.c (ARGV_COUNT): unused macro removed.
  23912 2012-06-08 19:57 [ko1@a...            ] akr:r35963 (trunk): * process.c (rb_exec_err): after_exec() call moved from proc_exec_cmd and
  23913 2012-06-08 22:43 [ko1@a...            ] akr:r35964 (trunk): * process.c (rb_fork_err): revert r35955.  The condition needs !chfunc
  23914 2012-06-08 22:50 [ko1@a...            ] akr:r35965 (trunk): add comments.       
  23915 2012-06-08 23:46 [ko1@a...            ] akr:r35966 (trunk): * process.c: don't check the availability of FD_CLOEXEC.  It should
  23916 2012-06-09 01:13 [ko1@a...            ] akr:r35967 (trunk): * include/ruby/intern.h (rb_exec_arg_init): declaration changed to
  23917 2012-06-09 01:13 [ko1@a...            ] svn:r35968 (trunk): * 2012-06-09        
  23918 2012-06-09 01:26 [ko1@a...            ] akr:r35969 (trunk): * process.c (rb_exec_err): before_exec() call moved from proc_exec_cmd
  23919 2012-06-09 07:44 [ko1@a...            ] drbrain:r35970 (trunk): * lib/net/http/responses.rb:  Add RFC 6586 response codes.  Patch by
  23920 2012-06-09 07:44 [ko1@a...            ] drbrain:r35971 (trunk): Fix typo in RFC number
  23921 2012-06-09 07:44 [ko1@a...            ] nobu:r35972 (trunk): * remove trailing spaces.
  23922 2012-06-09 07:47 [ko1@a...            ] drbrain:r35973 (trunk): * lib/delegate.rb:  Added documentation for Delegator#!.  Patch by
  23923 2012-06-09 07:56 [ko1@a...            ] drbrain:r35974 (trunk): * lib/benchmark.rb:  Updated formatting of Benchmark documentation for
  23924 2012-06-09 08:10 [ko1@a...            ] drbrain:r35975 (trunk): * string.c (rb_str_start_with):  Removed "p" from start_with? examples
  23925 2012-06-09 08:19 [ko1@a...            ] drbrain:r35976 (trunk): * doc/re.rdoc:  Completed wording in the description of the =~ operator.
  23926 2012-06-09 08:21 [ko1@a...            ] drbrain:r35977 (trunk): * README.EXT (prepare extconf.rb):  Added note to see MakeMakefile for
  23927 2012-06-09 08:31 [ko1@a...            ] nobu:r35978 (trunk): thread_pthread.c: use stack info
  23928 2012-06-09 09:02 [ko1@a...            ] akr:r35979 (trunk): * process.c (rb_proc_exec): call before_exec() here addition to
  23929 2012-06-09 10:07 [ko1@a...            ] akr:r35980 (trunk): * process.c: simplified because close_others option is always
  23930 2012-06-09 10:40 [ko1@a...            ] akr:r35981 (trunk): update async-signal-safe comments.
  23931 2012-06-09 10:57 [ko1@a...            ] akr:r35982 (trunk): * process.c (rb_exec_async_signal_safe): extracted from rb_exec_err.
  23932 2012-06-09 11:09 [ko1@a...            ] akr:r35983 (trunk): update async-signal-safe comments.
  23933 2012-06-09 17:22 [ko1@a...            ] nobu:r35984 (trunk): iseq.c: fix conversion
  23934 2012-06-09 21:51 [ko1@a...            ] akr:r35985 (trunk): * process.c (retry_fork): extracted from rb_fork_err.
  23935 2012-06-09 22:28 [ko1@a...            ] akr:r35986 (trunk): * process.c (retry_fork): rewrite a complex "for" statement by
  23936 2012-06-09 23:36 [ko1@a...            ] nobu:r35987 (trunk): string.c: rb_str_symname_p
  23937 2012-06-09 23:37 [ko1@a...            ] nobu:r35988 (trunk): iseq.c: rb_id2str  
  23938 2012-06-09 23:45 [ko1@a...            ] akr:r35989 (trunk): * process.c (before_exec_async_signal_safe): extracted from
  23939 2012-06-09 23:58 [ko1@a...            ] akr:r35990 (trunk): * process.c (rb_fork_err): rewrite a complex "if" statement.
  23940 2012-06-10 00:25 [ko1@a...            ] akr:r35991 (trunk): * process.c: don't use non async-signal-safe functions in a child
  23941 2012-06-10 00:25 [ko1@a...            ] svn:r35992 (trunk): * 2012-06-10        
  23942 2012-06-10 01:37 [ko1@a...            ] akr:r35993 (trunk): * process.c (rb_fork_internal): initialize exc.
  23943 2012-06-10 01:45 [ko1@a...            ] emboss:r35994 (trunk): * ext/openssl/ossl_ssl.c: Introduce SSLContext#renegotiation_cb and
  23944 2012-06-10 03:12 [ko1@a...            ] shyouhei:r35995 (ruby_1_8_7): merge revision(s) 32542:
  23945 2012-06-10 03:16 [ko1@a...            ] emboss:r35996 (trunk): * ext/openssl/ossl.c: Fix error in example. Patch by David Albert.
  23946 2012-06-10 06:24 [ko1@a...            ] emboss:r35997 (trunk): * NEWS: document new features of Ruby OpenSSL.
  23947 2012-06-10 06:36 [ko1@a...            ] nobu:r35998 (trunk): * removed trailing spaces.
  23948 2012-06-10 06:49 [ko1@a...            ] akr:r35999 (trunk): * process.c: split after_exec into async-signal-safe part and rest.
  23949 2012-06-10 10:18 [ko1@a...            ] akr:r36000 (trunk): * process.c (rb_f_exec): use rb_exec_arg_prepare.
  23950 2012-06-10 10:23 [ko1@a...            ] emboss:r36001 (trunk): * ext/openssl/ossl.c
  23951 2012-06-10 10:30 [ko1@a...            ] akr:r36002 (trunk): * process.c (rb_exec_async_signal_safe): exported.
  23952 2012-06-10 10:31 [ko1@a...            ] emboss:r36003 (trunk): * NEWS: Add note about the new private key export behavior.
  23953 2012-06-10 10:46 [ko1@a...            ] akr:r36004 (trunk): update async-signal-safe comments.
  23954 2012-06-10 10:54 [ko1@a...            ] emboss:r36005 (trunk): * lib/openssl/ssl.rb: Use a simple random number to generate the
  23955 2012-06-10 11:38 [ko1@a...            ] emboss:r36006 (trunk): * ext/openssl/ossl_pkey_ec.c
  23956 2012-06-10 11:45 [ko1@a...            ] akr:r36007 (trunk): * process.c (rb_fork_internal): call after_fork only unless
  23957 2012-06-10 12:17 [ko1@a...            ] akr:r36008 (trunk): * io.c (popen_exec): don't call rb_thread_atfork_before_exec.  use
  23958 2012-06-10 12:46 [ko1@a...            ] akr:r36009 (trunk): * process.c (rb_f_exec): call rb_exec_async_signal_safe except on
  23959 2012-06-10 14:29 [ko1@a...            ] naruse:r36010 (trunk): * configure.in: NetBSD 6 adds libexecinfo but it only works on amd64.
  23960 2012-06-10 15:49 [ko1@a...            ] nobu:r36011 (trunk): * test/ruby/test_iseq.rb (TestISeq#test_disasm_encoding): set default
  23961 2012-06-10 15:51 [ko1@a...            ] akr:r36012 (trunk): * process.c (retry_fork): call after_fork except in a child process.
  23962 2012-06-10 17:54 [ko1@a...            ] nobu:r36013 (trunk): thread_pthread.c: adjust stack size
  23963 2012-06-10 17:54 [ko1@a...            ] nobu:r36014 (trunk): thread_pthread.c: adjust stack size
  23964 2012-06-10 17:54 [ko1@a...            ] nobu:r36015 (trunk): gc.h: IS_STACK_DIR_UPPER
  23965 2012-06-10 18:39 [ko1@a...            ] yugui:r36016 (trunk): * configure.in (RUBY_NACL): Warns if $PATH does not contain the path
  23966 2012-06-10 19:01 [ko1@a...            ] knu:r36017 (trunk): * lib/net/http/response.rb: Remove a duplicated rdoc and leave a
  23967 2012-06-10 20:25 [ko1@a...            ] akr:r36018 (trunk): * process.c (rb_fork_ruby): new function.
  23968 2012-06-10 20:56 [ko1@a...            ] akr:r36019 (trunk): * process.c (rb_fork_ruby): call rb_fork_internal directly.
  23969 2012-06-10 21:13 [ko1@a...            ] akr:r36020 (trunk): * process.c (rb_fork): call rb_fork_internal instead of rb_fork_err.
  23970 2012-06-10 21:31 [ko1@a...            ] akr:r36021 (trunk): * process.c (rb_exec_without_timer_thread): renamed from rb_exec_err.
  23971 2012-06-10 21:51 [ko1@a...            ] yugui:r36022 (trunk): Fixes threading on NativeClient.
  23972 2012-06-10 21:51 [ko1@a...            ] yugui:r36023 (trunk): * nacl/nacl_config.rb: Fixed for 32bit hosts.
  23973 2012-06-11 05:24 [ko1@a...            ] ko1:r36024 (trunk): * .gdbinit (SDR): add SDR function.  It's only for VM debugging.
  23974 2012-06-11 05:24 [ko1@a...            ] svn:r36025 (trunk): * 2012-06-11        
  23975 2012-06-11 06:19 [ko1@a...            ] naruse:r36026 (trunk): * thread_pthread.c (native_cond_initialize): fix typo in r36022.
  23976 2012-06-11 06:22 [ko1@a...            ] naruse:r36027 (trunk): * thread_pthread.c (rb_thread_create_timer_thread): assign return
  23977 2012-06-11 06:32 [ko1@a...            ] akr:r36028 (trunk): * process.c (rb_proc_exec_n): revert the function removed at r35889.
  23978 2012-06-11 11:57 [ko1@a...            ] shyouhei:r36029 (trunk): * compile.c (iseq_set_sequence): nonstatic initializer of an
  23979 2012-06-11 12:15 [ko1@a...            ] ko1:r36030 (trunk): * vm_core.h: remove lfp (local frame pointer) and rename
  23980 2012-06-11 20:00 [ko1@a...            ] naruse:r36031 (ruby_1_9_3): merge revision(s) 33730: [Bug #6574]
  23981 2012-06-11 20:27 [ko1@a...            ] naruse:r36032 (trunk): * configure.in: on checking libexecinfo, don't specify /use/local.
  23982 2012-06-11 21:38 [ko1@a...            ] akr:r36033 (trunk): add comment about meta characters.
  23983 2012-06-11 21:59 [ko1@a...            ] akr:r36034 (trunk): update tests.       
  23984 2012-06-11 22:16 [ko1@a...            ] akr:r36035 (trunk): * include/ruby/intern.h (rb_proc_exec_n): deprecated.
  23985 2012-06-12 06:41 [ko1@a...            ] svn:r36037 (trunk): * 2012-06-12        
  23986 2012-06-12 06:42 [ko1@a...            ] akr:r36036 (trunk): * process.c (rb_exec_fillarg): detect '#' as a meta character.
  23987 2012-06-12 18:41 [ko1@a...            ] shyouhei:r36038 (trunk): * configure.in: enable strict ANSI mode by default in case of GCC,
  23988 2012-06-12 20:35 [ko1@a...            ] akr:r36039 (trunk): * include/ruby/intern.h (rb_exec_arg_init): deprecated.
  23989 2012-06-12 21:09 [ko1@a...            ] shyouhei:r36040 (trunk): fix typo       
  23990 2012-06-12 21:41 [ko1@a...            ] akr:r36041 (trunk): * process.c (rb_exec_fillarg): treat '=' character as an meta
  23991 2012-06-12 21:44 [ko1@a...            ] akr:r36042 (trunk): add a test.         
  23992 2012-06-12 21:50 [ko1@a...            ] akr:r36043 (trunk): fix a typo.         
  23993 2012-06-12 22:55 [ko1@a...            ] ngoto:r36044 (trunk): * process.c (rb_exec_arg_fixup): fix compile error
  23994 2012-06-12 23:46 [ko1@a...            ] naruse:r36045 (trunk): * lib/mkmf.rb: add dummy clean-static target to prevent errors for the
  23995 2012-06-13 09:54 [ko1@a...            ] nobu:r36046 (trunk): process.c: constified
  23996 2012-06-13 09:54 [ko1@a...            ] svn:r36047 (trunk): * 2012-06-13        
  23997 2012-06-13 09:55 [ko1@a...            ] nobu:r36048 (trunk): process.c: treat '=' only in the first word
  23998 2012-06-13 09:56 [ko1@a...            ] nobu:r36049 (trunk): process.c: use shell for reserved or special built-in
  23999 2012-06-13 10:20 [ko1@a...            ] nobu:r36051 (trunk): process.c: no SIZE_T_MAX
  24000 2012-06-13 10:21 [ko1@a...            ] nobu:r36050 (trunk): process.c: fix array element size

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