Project

General

Profile

Activity

From 03/11/2015 to 03/17/2015

03/17/2015

08:38 PM Revision 1e98a25e (git): * string.c: introduce STR_FAKESTR to show string is FAKESTR or not.
* string.c (STR_SET_SHARED): ignore FAKESTR because only Ruby objects
can use write barrier.
git-svn-id: svn+ssh...
ko1 (Koichi Sasada)
05:43 PM Bug #10563: system() call hangs if command is too long
Backported into `ruby_2_1` branch at r49997. nagachika (Tomoyuki Chikanaga)
05:42 PM Revision c7edfc37 (git): merge revision(s) r48690: [Backport #10563]
* win32/win32.c (w32_spawn): `v2` is used not only for `shell` but also
`cmd`, so must not free before usin...
nagachika (Tomoyuki Chikanaga)
05:41 PM Bug #10546: Bug Segmentation Fault when input prompt on cmder
Backported into `ruby_2_1` branch at r49996. nagachika (Tomoyuki Chikanaga)
05:40 PM Revision 7cd92ce4 (git): merge revision(s) r48585,r48587: [Backport #10546]
* win32/win32.c (constat_reset): do nothing on non-standard
console emurators. [ruby-core:66471] [Bug #105...
nagachika (Tomoyuki Chikanaga)
05:38 PM Bug #10447: path name needs to be transcoded to OS path encoding.
r49366 でバックポート済みでした。 nagachika (Tomoyuki Chikanaga)
05:34 PM Bug #10885: Segmentation fault when calling refined method in duplicate module
Backported into `ruby_2_1` branch at r49995. nagachika (Tomoyuki Chikanaga)
05:34 PM Revision 58528733 (git): merge revision(s) r49685,r49687: [Backport #10885]
* vm_insnhelper.c (rb_vm_rewrite_cref_stack): copy nd_refinements
of orignal crefs. It fixes segmentation f...
nagachika (Tomoyuki Chikanaga)
05:02 PM Bug #10826: Refinements make instance_methods(false) return methods of superclasses
Backported into ruby_2_1 branch at r49992. nagachika (Tomoyuki Chikanaga)
04:59 PM Bug #10825: Fix build error in sdbm under Windows
Backported into `ruby_2_1` branch at r49994. nagachika (Tomoyuki Chikanaga)
04:59 PM Revision 838f2462 (git): merge revision(s) r49490,r49494: [Backport #10825]
* ext/sdbm/_sdbm.c: include ruby/ruby.h for PRIdPTRDIFF when a
macro `DEBUG` is defined. based on the patc...
nagachika (Tomoyuki Chikanaga)
04:57 PM Bug #10821: mkmf.rb: Incorrect have_devel? test depending on run order
Backported into `ruby_2_1` branch at r49993. nagachika (Tomoyuki Chikanaga)
04:56 PM Revision 8aca3e79 (git): merge revision(s) r49482,r49487: [Backport #10821]
* lib/mkmf.rb (try_cppflags, try_cflags, try_ldflags): get rid of
interference by modifying global variable...
nagachika (Tomoyuki Chikanaga)
04:13 PM Bug #10765: Module#remove_method remove refined method entry.
Backported into `ruby_2_1` branch at r49992. nagachika (Tomoyuki Chikanaga)
04:12 PM Revision c4b21f73 (git): merge revision(s) r49222,r49480,r49493: [Backport #10765]
method.h: UNDEFINED_REFINED_METHOD_P
* method.h (UNDEFINED_REFINED_METHOD_P): macro to tell if refined
ori...
nagachika (Tomoyuki Chikanaga)
03:56 PM Bug #10753: Refined class returns unexpected value when call public_method_defined?, protected_method_defined?, private_method_defined?
Backported into `ruby_2_1` branch at r49991. nagachika (Tomoyuki Chikanaga)
03:55 PM Revision 5d3b8d0d (git): merge revision(s) r49322: [Backport #10753]
* vm_method.c (check_definition): Module#public_method_defined?,
Module#private_method_defined?, Module#pro...
nagachika (Tomoyuki Chikanaga)
03:30 PM Revision ce8eeb84 (git): fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
03:22 PM Revision 11d7f181 (git): * 2015-03-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:21 PM Revision 5e400ee4 (git): ChangeLog: fix a typo at r49987.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
10:26 AM Revision 0db40783 (git): * include/ruby/ruby.h: use rb_gc_writebrrier() simply.
For incremental GC, we need to get a pointer to the objspace.
We can share this pointer for the following WB proces...
ko1 (Koichi Sasada)
09:58 AM Revision 40c92811 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:57 AM Revision f6e9452b (git): * benchmark/bm_vm1_gc_wb_ary(_promoted).rb: separate fastpath and
slowpath for WB.
Before this change bm_vm1_gc_wb_ary.rb tried to check the performance
for WB slowpath (making a ...
ko1 (Koichi Sasada)
08:23 AM Revision 110d8d4f (git): * 2015-03-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49984 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:23 AM Revision 41872a8d (git): dir.c: fix DT_UNKNOWN recursion
* dir.c (glob_helper): distinguish not-yet-stated and DT_UNKNOWN
by readdir, and traverse recursively for the forme...
nobu (Nobuyoshi Nakada)
12:49 AM Bug #10977 (Rejected): Web Application could not be started - Apache + Phusion Passenger
you mixed ruby 2.0.0 and 1.9.1, Please check your environment. hsbt (Hiroshi SHIBATA)
12:25 AM Bug #10979 (Closed): Hash fails to distinguish 0.0 & -0.0
According to the docs ( http://ruby-doc.org/core-2.2.1/Hash.html ):
> Two objects refer to the same hash key when ...
avondrak (Alex Vondrak)

03/16/2015

10:46 AM Bug #10978 (Closed): [mswin32, mswin64] SignalException: SIGSEGV
I think so, too.
usa (Usaku NAKAMURA)
09:35 AM Bug #10978: [mswin32, mswin64] SignalException: SIGSEGV
I guess this issue is a duplicate of Bug #10941
phasis68 (Heesob Park)
08:50 AM Bug #10978 (Closed): [mswin32, mswin64] SignalException: SIGSEGV
I have an error when running rake command on a simple minitest demo project:
~~~
C:\Users\XXXX\Documents\projects...
Javix (Sergueï Cambour)
10:20 AM Revision 8e1f6b07 (git): dir.c: DT_UNKNOWN
* dir.c (glob_helper): deal with DT_UNKNOWN.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49982 b2dd03c8-39d4-4...
nobu (Nobuyoshi Nakada)
08:43 AM Revision 23c352d0 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:43 AM Revision 7d75a786 (git): * lib/webrick/server.rb: Fix regression bug in WEBrick's
:DoNotReverseLookup config option implementation.
[fix GH-731] Patch by @vais
* test/webrick/test_do_not_reverse_lo...
hsbt (Hiroshi SHIBATA)
08:39 AM Revision dc37d6da (git): * math.c (math_log1, math_log2, math_log10): refactoring
and tests for this.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Kazuki Tanaka
07:49 AM Revision c7988fd2 (git): ruby.h: suppress false warnings
* include/ruby/ruby.h (rb_data_object_alloc_warning): enable only
if __builtin_choose_expr works with __builtin_con...
nobu (Nobuyoshi Nakada)
07:47 AM Revision 5d09df32 (git): ruby.h: suppress false warnings
* include/ruby/ruby.h (rb_data_object_alloc_warning): enable only
if __builtin_choose_expr works with __builtin_con...
nobu (Nobuyoshi Nakada)
06:28 AM Bug #10977 (Rejected): Web Application could not be started - Apache + Phusion Passenger
/home/ubuntu/.rvm/gems/ruby-2.0.0-p598/gems/json-1.8.1/lib/json/common.rb:67: [BUG] Segmentation fault
ruby 1.9.3p48...
vijaynarayankutty (Vijay N)
01:46 AM Bug #10975: [BUG] rb_sys_fail(getaddrinfo) - errno == 0 (Ruby 2.0.0)
Fixed the previous patch.
~~~diff
diff --git a/ext/socket/ipsocket.c b/ext/socket/ipsocket.c
index fa5c13c..3148...
nobu (Nobuyoshi Nakada)
12:13 AM Bug #10975 (Feedback): [BUG] rb_sys_fail(getaddrinfo) - errno == 0 (Ruby 2.0.0)
Could you try this patch?
~~~diff
diff --git i/ext/socket/ipsocket.c w/ext/socket/ipsocket.c
index fa5c13c..0dd3...
nobu (Nobuyoshi Nakada)
01:20 AM Bug #10976 (Closed): SEGV: `p ()...0`
Hello Florian, Thank you for your report.
This issue was fixed at r49964 in trunk. see #10957.
It'll be backported ...
nagachika (Tomoyuki Chikanaga)
12:46 AM Bug #10976 (Closed): SEGV: `p ()...0`
The following program crashes ruby-2.2.1-p85:
~~~
p ()..0
~~~
Note that the following works:
~~~
()..0 # ...
Skade (Florian Gilcher)

03/15/2015

05:53 PM Revision 1bbdb76e (git): * test/ruby/test_lambda.rb: Fix typo yeild -> yield
[fix GH-851][ci skip] Patch by @hanachin
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49976 b2dd03c8-39d4-4d8f-...
Kazuki Tanaka
05:53 PM Revision ed14d16f (git): * 2015-03-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:52 PM Revision 97c2a917 (git): * test/ruby/test_proc.rb: Fix typo signle -> single
[fix GH-852][ci skip] Patch by @hanachin
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49974 b2dd03c8-39d4-4d8f-...
Kazuki Tanaka
04:20 PM Bug #10975 (Closed): [BUG] rb_sys_fail(getaddrinfo) - errno == 0 (Ruby 2.0.0)
I'm not a developer and I'm not interested in upgrading Ruby as a troubleshooting step. I googled the error but have ... dr_gonzo (Steve Johnson)
01:18 PM Bug #10687: ArgumentError in certain cases of instance_exec (new bug in 2.2)
It seems broken at r48239
```console
$ ./ruby -v --disable-gems a.rb
ruby 2.2.0dev (2014-11-03 trunk 48238) [x86...
hanachin (Seiei Miyagi)
11:49 AM Revision ef8537bc (git): * math.c (math_cbrt): [DOC] Fix domain and codomain.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Kazuki Tanaka
11:29 AM Bug #10896 (Closed): First example in the documentation for URI::join shows incorrect result
It was solved with [49728](http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=49728). thanks. gogotanaka (Kazuki Tanaka)
08:28 AM Feature #10974 (Closed): [PATCH] Remove methods which has suffix `!`(sin!, cos!…) from CMath
Hi, now I’d like to remove methods with `!`( `sin!`, `cos!`…) from `CMath`, for the following reasons.
* wanna kee...
gogotanaka (Kazuki Tanaka)

03/14/2015

11:34 PM Revision 573772ab (git): math.c: more robust
* math.c (math_gamma): make more robust against addition/removal.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
nobu (Nobuyoshi Nakada)
05:37 PM Revision 3f16e7dd (git): * 2015-03-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:37 PM Revision 717bc13d (git): * math.c (math_gamma): rename NGAMMA_TABLE to NFACT_TABLE.
specify the size of the fact_table.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49970 b2dd03c8-39d4-4d8f-98ff-...
Kazuki Tanaka
11:42 AM Bug #10973 (Closed): Silent failure when launching ruby with command line parameters for script that matches directory and contains [
Thank you for reporting.
This has been already fixed in trunk and ruby 2.2 HEAD, so the next release will be fine.
usa (Usaku NAKAMURA)
10:46 AM Bug #10973 (Closed): Silent failure when launching ruby with command line parameters for script that matches directory and contains [
I have a script that passes a regular expression to a ruby script that matches a file path. This regular expression c... ts (Thomas Sondergaard)
11:16 AM Revision 09d9d913 (git): * math.c (math_gamma): explicit cast to double.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49969 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Kazuki Tanaka
11:07 AM Revision 0e749dde (git): * math.c (math_gamma): optimization for passed small integer.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Kazuki Tanaka
09:15 AM Revision ffe896c3 (git): * enum.c: [DOC] Fixes Enumerable#member? documentation
[fix GH-756][ci skip] Patch by @shamanime
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49967 b2dd03c8-39d4-4d8f...
Kazuki Tanaka
06:32 AM Bug #10970 (Closed): Backport r49867
usa (Usaku NAKAMURA)
05:43 AM Feature #10950: `close` methods should not raise IOError on closed objects
https://github.com/nobu/ruby/tree/Feature%2310950-Dir%23close-no-raise nobu (Nobuyoshi Nakada)
05:34 AM Bug #10971 (Rejected): Segmentation Fault
> ~~~
> 2 ruby 0x0000000107241823 sigsegv + 83
> 3 libsystem_platform.dylib ...
nobu (Nobuyoshi Nakada)
03:23 AM Revision 00f7db37 (git): dir.h: direct::d_type
* dir.c (glob_helper): use d_type to reduce lstat system calls.
* win32/dir.h (struct direct): add d_type instead of ...
nobu (Nobuyoshi Nakada)

03/13/2015

11:45 PM Bug #10971 (Rejected): Segmentation Fault
I'm trying to run rails console and it consistently results in a segmentation fault. Please let me know if you need a... thommahoney (Thom Mahoney)
11:18 PM Bug #10970 (Closed): Backport r49867
Please backport r49867 to 2.0, 2.1 and 2.2 as well. yuki24 (Yuki Nishijima)
05:15 PM Bug #10957 (Closed): seg fault in ruby_yyparse () at parse.y:2105 (null ptr / stack overflow)
Applied in changeset r49964.
----------
parse.y: empty paren
* parse.y (primary): empty parentheses at cmdarg can b...
nobu (Nobuyoshi Nakada)
05:15 PM Revision b48ef138 (git): * 2015-03-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:14 PM Revision 2456df75 (git): parse.y: empty paren
* parse.y (primary): empty parentheses at cmdarg can be null.
[ruby-core:68477] [Bug #10957]
git-svn-id: svn+ssh:/...
nobu (Nobuyoshi Nakada)
08:29 AM Revision a747d4a8 (git): gmake.mk: fix typo
* defs/gmake.mk: fix typo, remove an extra comma.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49963 b2dd03c8-3...
nobu (Nobuyoshi Nakada)
08:18 AM Bug #10969 (Closed): public_send in combination with method_missing raises NameError instead of NoMethodError
While working on the Rails project, specifically this issue https://github.com/rails/rails/issues/19297 I discovered ... senny (Yves Senn)
06:04 AM Revision f75fe0bc (git): stringio.c: don't raise after close
* ext/stringio/stringio.c (strio_close): don't raise on dobule
close for consistent to IO#close.
git-svn-id: svn+s...
nobu (Nobuyoshi Nakada)
06:03 AM Revision 89bfc9b7 (git): io.c: don't raise after close
* io.c (rb_io_close_read, rb_io_close_write): don't raise after
close same as IO#close.
git-svn-id: svn+ssh://ci.r...
nobu (Nobuyoshi Nakada)
06:03 AM Revision 3338bc99 (git): io.c: rb_io_get_fptr
* io.c (rb_io_get_fptr): return non-null fptr.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49960 b2dd03c8-39d4...
nobu (Nobuyoshi Nakada)
05:12 AM Revision 734fa238 (git): test_objspace.rb: better assertions
* test/objspace/test_objspace.rb: use assertions for better
failure messages.
git-svn-id: svn+ssh://ci.ruby-lang.o...
nobu (Nobuyoshi Nakada)
03:29 AM Revision 5fdf3673 (git): * test/readline/test_readline.rb: Restore environment variables:
COLUMNS LINES
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
02:38 AM Bug #10960 (Closed): libffiのビルドの不具合?
Applied in changeset r49957.
----------
libff: fix enable-shared condition
* ext/fiddle/extconf.rb: needs --enable-...
nobu (Nobuyoshi Nakada)
02:37 AM Revision dc8d5954 (git): libff: fix enable-shared condition
* ext/fiddle/extconf.rb: needs --enable-shared when linked to
libruby or fiddle.so. since --with-static-linked-ext...
nobu (Nobuyoshi Nakada)
01:55 AM Revision f0e2c959 (git): Makefile.in: no probes.stamp unless DTRACE_REBUILD
* Makefile.in (probes.o): do not need to rebuild object files
unless `dtrace -G` modifies input object files.
git-...
nobu (Nobuyoshi Nakada)

03/12/2015

10:04 PM Revision 9941f348 (git): accept_nonblock: favor rb_hash_lookup2 to avoid Hash#default
* ext/socket/init.c (rsock_s_accept_nonblock): use rb_hash_lookup2
* ext/openssl/ossl_ssl.c (get_no_exception): new f...
Eric Wong
10:03 PM Revision ddf2558a (git): ext/openssl/ossl_ssl.c: predefine wait_*able symbols
This leads to a size reduction in openssl.so and reduces the
chance of bugs due to typos.
text data ...
Eric Wong
04:15 PM Revision 6014e76a (git): gmake.mk: wait showflags
* defs/gmake.mk (showflags): finish before object files start.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@499...
nobu (Nobuyoshi Nakada)
03:29 PM Revision 0d78cacb (git): * 2015-03-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:29 PM Revision 66efd5d0 (git): fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
03:03 PM Bug #10967: Is "warning: private attribute?" wrong?
One possible fix (the one removing the warning) ... https://github.com/ruby/ruby/pull/849 spastorino (Santiago Pastorino)
02:57 PM Revision 05c29680 (git): fix env leaks
* lib/rubygems/test_case.rb (setup, teardown): fix
environment variable change leaks.
* test/cgi/update_env.rb: di...
nobu (Nobuyoshi Nakada)
02:18 PM Bug #10724: [TracePointAPI] Missing return event from initialize method when using `domain_name` gem
@ko1, any updates?
Thanks!
deivid (David Rodríguez)
02:01 PM Revision 31eb1938 (git): * test/lib/leakchecker.rb: Check environment variables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:52 AM Bug #10968 (Closed): [BUG] object allocation during garbage collection phase in /opt/rubies/ruby-2.2.1/lib/ruby/2.2.0/openssl/ssl.rb:177
Hello
I'm running a Rails 4.2 app in production with chruby 0.3.9 and Ruby 2.2.1p85 on Ubuntu 14.04TLS.
I have s...
Anonymous
03:03 AM Feature #10532 (Closed): [PATCH] accept_nonblock supports "exception: false"
Applied in changeset r49948.
----------
accept_nonblock supports "exception: false"
This is analogous to funct...
Anonymous
03:03 AM Revision aaf2d070 (git): accept_nonblock supports "exception: false"
This is analogous to functionality found in IO#read_nonblock and
IO#wait_nonblock. Raising exceptions for common fai...
Eric Wong
01:55 AM Revision 724012a2 (git): * internal.h, node.h: move a definition of `struct rb_global_entry'
and related functions from node.h to internal.h.
* variable.c: remove unused include pragma.
* common.mk: remove unus...
ko1 (Koichi Sasada)
01:33 AM Revision f61df4b0 (git): * common.mk: remove unused dependency.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
12:12 AM Revision b9680c6d (git): fake.rb.in: expand srcdir
* template/fake.rb.in (top_srcdir): expand for the case @srcdir@
is not a relative path.
git-svn-id: svn+ssh://ci....
nobu (Nobuyoshi Nakada)

03/11/2015

11:22 PM Revision 146a2595 (git): * load.c: removed unused header file "node.h".
* method.h: ditto.
* symbol.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49944 b2dd03c8-39d4-4d8f-9...
ko1 (Koichi Sasada)
11:15 PM Revision fea77982 (git): * gc.c: RGENGC_CHECK_MODE should be 0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
11:13 PM Revision 08f3cfb5 (git): * internal.h: use T_IMEMO to represent `struct MEMO' value.
memo->v1 and memo->v2 is WB protected values.
So use MEMO_V1/V2_SET() macros to set these values.
memo->u3 is amb...
ko1 (Koichi Sasada)
08:06 PM Bug #10967 (Closed): Is "warning: private attribute?" wrong?
The following code ...
```ruby
class Y
def initialize
@x = "ZOMG"
end
def print_x
puts x
...
spastorino (Santiago Pastorino)
06:49 PM Bug #10924: String#b
That's the irony. One of the reasons I choose #b is because I thought for sure that would almost certainly never beco... trans (Thomas Sawyer)
03:20 PM Revision 287b046f (git): * 2015-03-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49941 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:20 PM Revision 73e4bd85 (git): fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
01:37 PM Revision eabfb049 (git): * eval.c (frame_called_id): it should use vm_ifunc type.
* eval.c (frame_func_id): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49939 b2dd03c8-39d4-4d8f-98ff-8...
ko1 (Koichi Sasada)
01:33 PM Bug #10966 (Closed): Seg fault when param with default is followed by named param
It's already fixed.
Check 2.2.1.
usa (Usaku NAKAMURA)
12:59 PM Bug #10966 (Closed): Seg fault when param with default is followed by named param
The last line of the following code sample causes a seg fault. This seems to be the case for any method where a hash ... gregbeech (Greg Beech)
01:31 PM Revision 7790f37e (git): * node.h: remove NODE_IFUNC, NEW_IFUNC.
* internal.h: use T_IMEMO for IFUNC.
rename `struct IFUNC' to `struct vm_ifunc' and move the definition
from vm_i...
ko1 (Koichi Sasada)
12:55 PM Revision 48cb7391 (git): * internal.h, eval_intern.h: move CREF accessors.
List IMEMO supported types in internal.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49937 b2dd03c8-39d4-4d...
ko1 (Koichi Sasada)
12:49 PM Revision ce179b3d (git): * vm_insnhelper.h: use T_IMEMO to create THROW_DATA.
Add THROW_DATA_NEW().
* internal.h: move defnition of `struct THROW_DATA'
from vm_insnhelper.h to internal.h.
Ren...
ko1 (Koichi Sasada)
12:27 PM Revision ac28b985 (git): * vm_insnhelper.c: use T_IMEMO to create SVAR.
* internal.h, vm_insnhelper.h: move definition `struct SVAR'
from vm_insnhelper.h to internal.h. And rename it to s...
ko1 (Koichi Sasada)
12:04 PM Revision 734146a4 (git): fix ChangeLog entry
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
11:09 AM Bug #10965 (Closed): logger.rb may not daily rotate
We have had a ruby game server running using logger.rb to log into daily rotated log files.
For test it's all ok, ...
leiting (Lei Ting)
10:36 AM Revision 19ff6abd (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:36 AM Revision 0952b43b (git): * include/ruby/ruby.h: introduce new type T_IMEMO.
T_IMEMO is Internal Memo type, internal use only.
T_IMEMO has same purpose of NODE_MEMO.
To insert T_IMEMO, type ...
ko1 (Koichi Sasada)
09:15 AM Revision 5922c954 (git): * gc.c: fix memory leak by prepend method.
It is easy to reproduce with such script:
module M; def bar; end; end
loop{
Class.new do
def fo...
ko1 (Koichi Sasada)
08:15 AM Bug #10961 (Closed): Zlib corrupts data when receive signal
When receiving signal on main thread, Zlib::Deflate.deflate will be interrupted in zstream_run_func (zlib.c), thus pr... leiting (Lei Ting)
06:58 AM Bug #10960 (Open): libffiのビルドの不具合?
トラッカー移動します。
いろいろご配慮してくださったのだとは思いますが、不具合かどうかの最終判断はどうせ我々がするので、不具合の可能性があったら気にせずBugに突っ込んでください。
Bug以外のトラッカーには後の処理に必要な情報が...
usa (Usaku NAKAMURA)
06:42 AM Bug #10960: libffiのビルドの不具合?
添付します。宜しくお願い申し上げます。 ciel (T Yamada)
05:31 AM Bug #10960 (Feedback): libffiのビルドの不具合?
ext/fiddle/mkmf.log を見せてください。 nobu (Nobuyoshi Nakada)
12:58 AM Bug #10960: libffiのビルドの不具合?
環境を書き忘れていました。FreeBSD 9.1です。(10954と同環境) ciel (T Yamada)
06:57 AM Feature #10532: [PATCH] accept_nonblock supports "exception: false"
Sorry, I've read the second link only.
Both look fine.
nobu (Nobuyoshi Nakada)
04:41 AM Feature #10532: [PATCH] accept_nonblock supports "exception: false"
Why only OpenSSL?
Doesn't `Socket#accept_nonblock` need it?
nobu (Nobuyoshi Nakada)
04:29 AM Bug #10954 (Closed): FreeBSD 9.1でコンパイルできない(libprocstatのチェックに漏れがある)
Applied in changeset r49930.
----------
vm_dump.c: check procstat_getvmmap
* configure.in: check also procstat_getv...
nobu (Nobuyoshi Nakada)
04:28 AM Revision 5a62fdee (git): vm_dump.c: check procstat_getvmmap
* configure.in: check also procstat_getvmmap, which is not
available on FreeBSD 9. [ruby-core:68468] [Bug #10954]
...
nobu (Nobuyoshi Nakada)
03:56 AM Revision 84b5bb98 (git): normalize.rb: remove redundant hash
* lib/unicode_normalize/normalize.rb (UnicodeNormalize): REGEXP_K
matches only single chars which are keys of KOMPA...
nobu (Nobuyoshi Nakada)
12:20 AM Revision 97e21517 (git): * internal.h: define struct MEMO.
* enum.c: use MEMO.
* enumerator.c: ditto.
* load.c: ditto.
* node.h: return (struct MEMO *) pointer.
git-svn-id: ...
ko1 (Koichi Sasada)
 

Also available in: Atom