Activity
From 02/10/2013 to 02/16/2013
02/16/2013
-
04:25 PM Revision 91696db4 (git): wrong github issue from r39286
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:19 PM Revision e39caa75 (git): * ext/psych/lib/psych/y.rb: Document Kernel#y by Adam Stankiewicz
- [Github tenderlove/psych#118]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39286 b2dd03c8-39d4-4d8f-98ff-823fe... - 04:11 PM Revision 25575b7c (git): * 2013-02-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:10 PM Revision 16d775d9 (git): * tool/mkconfig.rb: remove prefix from rubyarchdir.
- r39267 expands variables, it changes expansion timing,
breaks RbConfig::CONFIG["includedir"] and building
extensi... -
12:11 PM Revision 11498d9b (git): * .gdbinit (iseq): rename dummy_gdb_enums to ruby_dummy_gdb_enums.
- This is follow up to changes in r24407.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39283 b2dd03c8-39d4-4d8f-9... -
11:58 AM Revision 16aedfe0 (git): * vm.c (ENV_IN_HEAP_P): fix off-by-one error.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:52 AM Revision b38334e2 (git): Properly reflect --with-opt-dir to LIBRUBY_DLDFLAGS on all platforms.
- * configure.in (LIBRUBY_DLDFLAGS): Fix a bug where --with-opt-dir
options given were not reflected to LIBRUBY_DLDFL... - 11:45 AM Revision 6c10ebe2 (git): * 2013-02-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:45 AM Revision cd391985 (git): * backport r39276 from trunk. [ruby-dev:46997] [Bug #7825]
- * vm.c (rb_thread_mark): mark a working Proc of bmethod
(a method defined by define_method) even if the method was ... -
11:44 AM Revision 75a5be37 (git): * ext/socket/ancdata.c (rsock_recvmsg): ignore truncated part of
- socket address returned from recvmsg().
* ext/socket/init.c (recvfrom_blocking): ignore truncated part of
socket a... -
11:14 AM Revision 1061371f (git): * test/ruby/test_thread.rb: fixed typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:41 AM Revision b4add2ac (git): * vm.c (rb_thread_mark): mark a working Proc of bmethod
- (a method defined by define_method) even if the method was removed.
We could not trace working Proc object which re... -
06:51 AM Revision 7cbeff90 (git): * proc.c (rb_binding_new_with_cfp): create binding object even if
- the frame is IFUNC. But return a ruby-level binding to keep
compatibility.
This patch fix degradation introduced ... -
05:46 AM Revision 3d490d20 (git): .gdbinit: colorize
- * .gdbinit: colorize prompt and output headers, so boundaries get
clearer.
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
04:40 AM Revision bb7e19c8 (git): configure.in: don't substitute exec_prefix itself
- * configure.in (shvar_to_cpp): do not substitute exec_prefix itself
with RUBY_EXEC_PREFIX, which cause recursive de... -
04:13 AM Revision 78b50f26 (git): io/console: 0.4.2
- * ext/io/console/io-console.gemspec: bump to 0.4.2. now explicitly
requires ruby 1.9.3 or later. [Bug #7847]
git... -
04:00 AM Revision 923b8c4e (git): io/console: set HAVE_RB_SCAN_ARGS_OPTIONAL_HASH
- * ext/io/console/extconf.rb: obtain optional hash by rb_scan_args() by
default right now.
git-svn-id: svn+ssh://c... -
03:58 AM Revision 2a62ca66 (git): io/console: fix configuration failure
- * ext/io/console/extconf.rb: fix configuration failure by missing
cpp_include.
git-svn-id: svn+ssh://ci.ruby-lang... -
03:47 AM Revision 6ba2001d (git): io/console: compatibility with 1.8
- * ext/io/console/console.c (console_dev): compatibility with ruby 1.8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
03:46 AM Revision 44c24d44 (git): io/console: compatibility with 1.9
- * ext/io/console/console.c (rawmode_opt, console_dev): compatibility
with ruby 1.9. [ruby-core:52220] [Bug #7847]
... -
03:45 AM Revision 62711da2 (git): configure.in: unexpand exec_prefix etc
- * configure.in: unexpand arch sitearch and exec_prefix values, so
directly specified bindir, libdir, rubyprefix, et... -
03:16 AM Revision 53f97f1c (git): * parse.y: add dtrace probe for symbol create.
- * probes.d: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:59 AM Revision 733d65df (git): * ext/socket/extconf.rb: don't test sys/feature_tests.h which is not
- used now.
It was included in r7901 as "bug of gcc 3.0 on Solaris 8 ?".
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
12:25 AM Revision 4b5b88ec (git): * ext/socket/extconf.rb: reorder header tests to consider inclusion
- order in rubysocket.h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/15/2013
-
11:46 PM Revision d6d0e853 (git): * configure.in, ext/socket/extconf.rb: test netinet/in_systm.h in
- ext/socket/extconf.rb instead of configure.in.
Originally, netinet/in_systm.h is included for NextStep, OpenStep,
... -
10:59 PM Revision 899ba99b (git): * configure.in: don't test xti.h here.
- * ext/socket/extconf.rb: test xti.h here.
Originally, xti.h is included for IRIX [ruby-core:14447].
git-svn-id:... -
10:53 PM Revision 35f8072e (git): preprocessor directives indented.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:19 PM Revision cb31e783 (git): * ext/socket/extconf.rb: test struct sockaddr_un and its member,
- sun_len.
* ext/socket/sockport.h (INIT_SOCKADDR_UN): new macro defined.
* ext/socket/socket.c (sock_s_pack_sockaddr... -
10:08 PM Revision 84a525bc (git): * ext/socket/sockport.h (INIT_SOCKADDR_IN): don't need family
- argument. it is always AF_INET.
* ext/socket/raddrinfo.c (make_inetaddr): follow INIT_SOCKADDR_IN
change.
(addr... - 07:23 PM Revision cd63b84c (git): * ext/socket/extconf.rb: workaround for mswin/mingw build problem.
- sendmsg emulation in win32/win32.c is not enough.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39258 b2dd03c8-... - 03:20 PM Revision 49a009bb (git): * 2013-02-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:20 PM Revision 41b2a6f0 (git): * ext/socket/extconf.rb: use all all tested available headers for
- have_func.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 01:25 PM Revision aeac90e6 (git): Fix CFLAGS and CXXFLAGS in RbConfig::CONFIG on FreeBSD and NetBSD/amd64.
- * configure.in: Fix a bug introduced in r38342 that the cflagspat
substitution is messed up by the way CFLAGS and o... -
11:30 AM Revision e41b789c (git): * ext/socket/sockport.h (SET_SIN_LEN): defined for strict-aliasing
- rule.
(INIT_SOCKADDR_IN): ditto.
* ext/socket/raddrinfo.c (make_inetaddr): use INIT_SOCKADDR_IN.
(addrinfo_ipv6_... -
09:31 AM Revision 140934c6 (git): win32.c: style
- * win32/win32.c (rb_w32_fd_is_text): adjust style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39253 b2dd03c8... -
09:24 AM Revision b0488c5b (git): mkmf.rb: fail if cross compiling
- * lib/mkmf.rb (MakeMakefile#try_run): bail out explicitly if cross
compiling, because it cannot work of course.
g... -
07:54 AM Revision 66c1e796 (git): socket: ai_addrlen is socklen_t
- * ext/socket/raddrinfo.c (rsock_make_hostent): ai_addrlen is not
size_t but socklen_t.
git-svn-id: svn+ssh://ci.r... -
03:36 AM Revision a60e2e58 (git): * ext/socket/extconf.rb: test struct sockaddr_storage directly.
- * ext/socket/rubysocket.h: use HAVE_TYPE_STRUCT_SOCKADDR_STORAGE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
03:27 AM Revision 0cc9cea3 (git): * ext/socket/getaddrinfo.c (GET_AI): don't cast 1st argument for
- INIT_SOCKADDR.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39249 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/14/2013
-
11:14 PM Revision 1ff71083 (git): * ext/socket/sockport.h (SET_SS_LEN): removed.
- (SET_SIN_LEN): removed.
(INIT_SOCKADDR): new macro.
* ext/socket/ancdata.c (extract_ipv6_pktinfo): use INIT_SOCKAD... -
10:49 PM Revision dfbb5b67 (git): * lib/rdoc.rb: Update to release version of 4.0.0
- * lib/rubygems.rb: Update to release version of 2.0.0
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39247 b2dd... -
10:08 PM Revision 4faef960 (git): * ext/socket/sockport.h (SA_LEN): removed because unused now.
- (SS_LEN): ditto.
(SIN_LEN): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39246 b2dd03c8-39d4-4d8f-98... -
08:01 PM Revision e4b77588 (git): * test/ruby/test_process.rb (test_setsid): Added a workaround for
- MacOS X. Patch by nagachika. [Bug #7826] [ruby-core:52126]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39245 b... -
03:51 PM Revision ddddf044 (git): merge revision(s) 39232,39233,39238: [Backport #7831][Backport #7852]
- * lib/net/http: Do not handle Content-Encoding when the user sets
Accept-Encoding. This allows users to h... - 03:17 PM Revision 09faab67 (git): * 2013-02-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:17 PM Revision 792cfa3f (git): * ext/socket/sockport.h (VALIDATE_SOCKLEN): new macro to validate
- sa_len member of 4.4BSD socket address.
* ext/socket/getnameinfo.c (getnameinfo): use VALIDATE_SOCKLEN,
instead of... -
02:46 PM Revision 93c819aa (git): remove trailing spaces
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:27 PM Revision 1cc445fb (git): * ext/socket/socket.c (sockaddr_len): extracted from sockaddr_obj.
- (sockaddr_obj): add an argument to length of socket address.
(socket_s_ip_address_list): call sockaddr_obj with act... -
11:28 AM Revision 18a8046d (git): * ext/socket: always operate length of socket addess companion with
- socket address.
* ext/socket/rubysocket.h (rsock_make_ipaddr): add an argument for
socket address length.
(rsock... -
05:32 AM Revision 64db9dcb (git): * lib/net/http.rb: Removed OpenSSL dependency from Net::HTTP.
- * test/net/http/test_http.rb: Remove Zlib dependency from tests.
* test/net/http/test_http_request.rb: ditto.
git... -
04:17 AM Revision aea2c7ca (git): * Backport r39168 Warning about TracePoint events to 2.0.0
- [ruby-core:52073] [Bug #7815]
* vm_trace.c: note about TracePoint events set
git-svn-id: svn+ssh://ci.ruby-lang.or... -
02:08 AM Revision 632ab19c (git): class.c: cyclic prepend
- * class.c (include_modules_at): detect cyclic prepend with original
method table. [ruby-core:52205] [Bug #7841]
g... -
01:38 AM Revision bd255c46 (git): vm_method.c: fix method_removed
- * vm_method.c: call method_removed hook on called class, not on
prepending iclass. [ruby-core:52207] [Bug #7843]
... -
01:30 AM Revision 01e43fb0 (git): vm_method.c: fix method_removed
- * vm_method.c: call method_removed hook on called class, not on
prepending iclass.
git-svn-id: svn+ssh://ci.ruby-l... -
01:09 AM Revision 8c5a6fb6 (git): * lib/net/http: Do not handle Content-Encoding when the user sets
- Accept-Encoding. This allows users to handle Content-Encoding for
themselves. This restores backwards-compatibili... -
01:08 AM Revision f58d3980 (git): * lib/net/http: Do not handle Content-Encoding when the user sets
- Accept-Encoding. This allows users to handle Content-Encoding for
themselves. This restores backwards-compatibili...
02/13/2013
- 11:20 PM Revision d266423f (git): * 2013-02-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39231 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:20 PM Revision ed193c50 (git): * ext/socket/extconf.rb: don't define HAVE_SA_LEN and HAVE_SA_LEN.
- use HAVE_STRUCT_SOCKADDR_SA_LEN and HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
instead.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
10:07 PM Revision e256dca8 (git): * Backport r39213 from trunk [ruby-trunk - Bug #7383]
- * lib/rubygems.rb: Return BINARY strings from Gem.gzip and Gem.gunzip.
Fixes intermittent test failures. RubyGems... - 10:02 PM Revision 9476346e (git): * 2013-02-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@39228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:02 PM Revision ceff56c7 (git): * Backport part of r39166 from trunk [ruby-trunk - Bug #7809]
- * lib/rubygems/package.rb: Include checksums.yaml.gz signatures for
verification.
* test/rubygems/test_gem_package... -
02:41 PM Revision eb4ae6bc (git): add comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39226 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:01 PM Revision 22a04e57 (git): * ext/socket/extconf.rb: don't define socklen_t here, just test.
- * ext/socket/rubysocket.h: define socklen_t if not available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39... -
09:38 AM Revision 4b751452 (git): proc.c: skip prepends
- * proc.c (mnew): skip prepending modules and return the method bound
on the given class. [ruby-core:52160] [Bug #7... -
09:12 AM Revision aae1d28b (git): proc.c: original_name
- * proc.c (method_original_name): new methods Method#original_name and
UnboundMethod#original_name. [ruby-core:5204... -
09:10 AM Revision d40ef8a8 (git): proc.c: show the given name
- * proc.c (method_inspect): show the given name primarily, and
original_id if aliased. [ruby-core:52048] [Bug #7806... -
08:56 AM Revision 4e5d0cee (git): configure.in: no Werror
- * configure.in (warnflags): disable -Werror by default unless
development. [ruby-core:52131] [Bug #7830]
git-svn-... -
08:51 AM Revision 391d6911 (git): io.c: FOREACH_ARGF
- * io.c (FOREACH_ARGF): loop for ARGF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39220 b2dd03c8-39d4-4d8f-98f... -
08:51 AM Revision dfd0cbec (git): io.c: simplify
- * io.c (rb_io_getline_fast, rb_io_each_{byte,codepoint}): simplify
loops.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... - 07:18 AM Revision e9e9ec43 (git): * ext/json: Import JSON 1.5.5.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@39218 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:35 AM Revision 0b0316f3 (git): merge revision(s) 39210:
- Suppress warnings: setting Encoding.default_external
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0... -
06:35 AM Revision 4f05e726 (git): merge revision(s) 39209:
- Get libc's path by ldd [Bug #7828] [ruby-core:52129]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0... -
06:34 AM Revision b7b9aa66 (git): merge revision(s) 39208:
- * ext/json: merge JSON 1.7.7.
This includes security fix. [CVE-2013-0269]
https://github.com/flor... -
01:34 AM Revision 9f2e85a3 (git): configure.in: Werror-implicit-function-declaration
- * configure.in (warnflags): -Werror-implicit-function-declaration
haven't been used as-is, but always replaced with...
02/12/2013
-
09:06 PM Revision 7266d24a (git): * lib/rubygems.rb: Return BINARY strings from Gem.gzip and Gem.gunzip.
- Fixes intermittent test failures. RubyGems issue #450 by Jeremey
Kemper.
* test/rubygems/test_gem.rb: Test for th... - 08:51 PM Revision d1691db9 (git): * 2013-02-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:51 PM Revision d7923c82 (git): * ext/socket/extconf.rb: test functions just after struct members.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:22 AM Revision caa0e40f (git): Suppress warnings: setting Encoding.default_external
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:18 AM Revision edacc7d2 (git): Get libc's path by ldd [Bug #7828] [ruby-core:52129]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:05 AM Revision 062d2ee6 (git): * ext/json: merge JSON 1.7.7.
- This includes security fix. [CVE-2013-0269]
https://github.com/flori/json/commit/d0a62f3ced7560daba2ad546d83f0479a5...
02/11/2013
- 04:40 PM Revision f1194eb9 (git): * 2013-02-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:40 PM Revision 17df7363 (git): add ML ref.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39206 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:26 PM Revision cbacc5d5 (git): * configure.in: enable rb_cv_page_size_log test for MirOS BSD.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39205 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:07 AM Revision c586d820 (git): * configure.in: use -pthread on mirbsd*.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39204 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:08 AM Revision a378fa0d (git): * configure.in: add SOLIBS and LIBRUBY_SO definition for mirbsd*.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:17 AM Revision 0d467210 (git): configure.in: sitearch
- * configure.in (rubysitearchprefix): sitearchdir and vendorarchdir
should use sitearch, not arch. [ruby-dev:46964]... -
04:15 AM Revision 507477af (git): Makefile.sub: sitearch
- * win32/Makefile.sub (config.status): site and vendor directories
should use sitearch, not arch. [ruby-dev:46964] ... -
03:33 AM Revision f882c4c5 (git): * configure.in: move OS specific header/function knowledge before
- automatic header tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39200 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 02:06 AM Revision 798e32a1 (git): * 2013-02-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39199 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:06 AM Revision 0a8fc937 (git): * configure.in: move the test for -march=i486 just after
- RUBY_UNIVERSAL_ARCH/RUBY_DEFAULT_ARCH.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39198 b2dd03c8-39d4-4d8f-...
02/10/2013
-
02:43 PM Revision c799b112 (git): * ext/socket/extconf.rb: test structure members just after types test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:58 AM Revision 5b057eef (git): * ext/socket/extconf.rb: test types just after headers test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:27 AM Revision aa70f1fd (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39195 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:10 AM Revision 6f278350 (git): Add ChangeLog from 39193
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:02 AM Revision d5077115 (git): * lib/rake/doc/MIT-LICENSE: Add license file from upstream
- * lib/rake/doc/README.rdoc: Link to license file from Rake README
* lib/rake/version.rb: Include README rdoc for Rake... -
06:51 AM Revision 5d1d6543 (git): fix date time mistake in ChangeLog.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39192 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:44 AM Revision 4a90541c (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:39 AM Revision bbc9fd57 (git): vm_exec.h: fix typo
- * vm_exec.h (DISPATCH_ARCH_DEPEND_WAY): fix typo. probably "inserted"
or "insetted".
git-svn-id: svn+ssh://ci.rub... -
06:27 AM Revision ab42c8f7 (git): * doc/rake/*: Sync Rake rdoc files from upstream
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39189 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:13 AM Revision dd7a64d1 (git): fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:41 AM Revision 0531a076 (git): * vm_exec.h (DISPATCH_ARCH_DEPEND_WAY): use __asm__ __vilatile__
- instead of asm volatile.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39187 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:41 AM Revision 08c11c23 (git): * gc.h (SET_MACHINE_STACK_END): use __volatile__ instead of volatile.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:26 AM Revision 2bfa96ec (git): * doc/rake/, lib/rake/doc/: Move Rake rdoc files to lib/rake
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:14 AM Revision a00c92f7 (git): add doc. for IO#close_on_exec=.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39184 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:29 AM Revision 474e3cd2 (git): add comments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:11 AM Revision 1ab6dccf (git): * ext/socket/extconf.rb: test headers at first.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:00 AM Revision 20c05cde (git): * doc/rake/*: Removed stale Rake static files
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:10 AM Revision 3952de50 (git): * lib/pp.rb, lib/prettyprint.rb: Documentation for PP and PrettyPrint
- Based on a patch by Vincent Batts [ruby-core:51253] [Bug #7656]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3...
Also available in: Atom