Project

General

Profile

Activity

From 05/11/2014 to 05/17/2014

05/17/2014

11:23 PM Revision 944994b4 (git): mkmf.rb: add NULLCMD
* lib/mkmf.rb (configuration): add NULLCMD.
* lib/mkmf.rb (create_makefile): use NULLCMD macro.
git-svn-id: svn+ssh...
nobu (Nobuyoshi Nakada)
11:22 PM Revision 831202f8 (git): io.c: buffer must be modifiable
* io.c (io_setstrbuf): always check if the buffer is modifiable.
[ruby-core:62643] [Bug #9847]
git-svn-id: svn+ssh...
nobu (Nobuyoshi Nakada)
04:38 PM Revision e279eca4 (git): Remove empty directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
04:37 PM Revision bc0b148d (git): * 2014-05-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:37 PM Revision e56d2c38 (git): * include/ruby/ruby.h: Hide Rational internal.
(RRational): Moved to internal.h
(RRATIONAL): Ditto.
(RRATIONAL_SET_NUM): Moved to rational.c.
(RRATIONAL_SET_D...
akr (Akira Tanaka)
08:05 AM Revision fb8f7259 (git): * NEWS: Add news about removal of lib/test/**/*.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e sorah (Sorah Fukumori)
08:01 AM Revision 96f55267 (git): * lib/test: Removed because ruby's test cases now independent to
lib/test by r45970. [Feature #9711] [ruby-core:62620]
I'm still considering about the future of lib/minitest, lib/...
sorah (Sorah Fukumori)
07:48 AM Revision 59cb82c5 (git): configure.in: disable install-capi by default
* configure.in (install-capi): do not install C API documents by
default. [ruby-core:62557]
git-svn-id: svn+ssh:/...
nobu (Nobuyoshi Nakada)
07:46 AM Revision 792f7969 (git): Doxyfile.tmpl: exclude ccan
* template/Doxyfile.tmpl (EXCLUDE): exclude ccan. [ruby-core:62557]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
nobu (Nobuyoshi Nakada)
06:27 AM Revision 6c3cc6a2 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:26 AM Revision f8c6a5dc (git): * test/runner.rb: remove dependency test-unit and minitest
from stdlib when running with test-all.
[Feature #9711][ruby-core:61890]
* test/testunit/*.rb: ditto.
* test/lib: d...
hsbt (Hiroshi SHIBATA)
02:02 AM Revision c466dcc0 (git): dir.c: try match PLAIN
* dir.c (glob_helper): try match PLAIN as well as ALPHA, which are
separated by previous commits. [ruby-core:61552...
nobu (Nobuyoshi Nakada)
01:40 AM Revision f8848174 (git): dir.c: set PLAIN for non-magical
* dir.c (glob_make_pattern): set PLAIN for non-magical path to
skip parts which not need to glob.
[ruby-core:6155...
nobu (Nobuyoshi Nakada)
01:05 AM Revision 47f4eee4 (git): dir.c: fix conditions for ALPHA
* dir.c (has_magic): return ALPHA at alphabetical name regardless
FNM_CASEFOLD flag.
* dir.c (glob_helper): fix con...
nobu (Nobuyoshi Nakada)

05/16/2014

04:49 PM Revision 8cb6f21e (git): dir.c: reduce matching
* dir.c (glob_helper): reduce matching at non-mgaical path on
Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
nobu (Nobuyoshi Nakada)
04:49 PM Revision 17d31216 (git): dir.c: match plain names as-is
* dir.c (glob_pattern_type): separate names with alphabet but no
magical from plain.
* dir.c (glob_helper): match p...
nobu (Nobuyoshi Nakada)
03:36 PM Revision bf520392 (git): * 2014-05-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:35 PM Revision 25b2a21b (git): * tool/release.sh: need -f option because this overwrite the previous links if they exist.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
09:18 AM Revision 8119cbae (git): fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
08:41 AM Revision a86d4545 (git): * gc.c (gc_marks, gc_marks_body): increase the counter of young objects
at the major GC because AGE2Promotion changes all old objects into
young objects at major GC.
git-svn-id: svn+ss...
ko1 (Koichi Sasada)
08:38 AM Revision be5ed87c (git): * gc.c (gc_before_sweep): heap_pages_swept_slots should contains
heap_pages_increment.
For example, GC by exceeding malloc_limit can remain
heap_pages_increment.
git-svn-id: s...
ko1 (Koichi Sasada)
08:22 AM Revision ee88a8de (git): * 2014-05-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:22 AM Revision 29b5de1d (git): dir.c: check boundary
* dir.c (glob_make_pattern): check boundary before accessing.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4595...
nobu (Nobuyoshi Nakada)

05/15/2014

03:28 PM Revision a9006d3a (git): merge revision(s) r45374: [Backport #8405]
* lib/csv.rb: Fixed a broken regular expression that was causing
CSV to miss escaping some special meaning ...
nagachika (Tomoyuki Chikanaga)
03:24 PM Revision 67f5f1be (git): merge revision(s) r45367,r45387,r45388,r45389: [Backport #9475]
* vm_method.c (rb_method_entry_get_without_cache): get rid of
infinite recursion at aliases in a subclass a...
nagachika (Tomoyuki Chikanaga)
12:31 PM Revision a7ebfe4b (git): configure.in: enable SSE2 on mingw
* configure.in: enable SSE2 on mingw. target='i386-pc-mingw32'.
[ruby-core:62095] [Bug #8358]
git-svn-id: svn+ssh:...
h.shirosaki (Hiroshi Shirosaki)
12:31 PM Revision eceff15e (git): parallel.rb: fix test-all parallel failure
* lib/test/unit/parallel.rb: fix test-all parallel failure if a test
is skipped after raise.
DL::TestFunc#test_si...
h.shirosaki (Hiroshi Shirosaki)
10:53 AM Revision 27082c9d (git): * gc.c (heap_extend_pages): fix indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:34 AM Revision 31876e7c (git): fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
09:58 AM Revision bceb5470 (git): * gc.c (garbage_collect_body): move gc_heap_prepare_minimum_pages()
from gc_sweep().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
ko1 (Koichi Sasada)
09:54 AM Revision 8d81c976 (git): * gc.c (heap_extend_pages): calculate next growing heap size.
* gc.c (heap_set_increment): accept addition pages instead of
minimum pages.
* gc.c (gc_after_sweep): use heap_eten...
ko1 (Koichi Sasada)
09:43 AM Revision 28a180ed (git): * gc.c: introduce macros to remove magic number.
GC_HEAP_FREE_SLOTS_MIN_RATIO = 0.3: guarantee minimum empty slots
ratio after s...
ko1 (Koichi Sasada)
08:32 AM Revision 3343feee (git): Handle machine stack overflow on mingw
* thread_win32.c (rb_w32_stack_overflow_handler): use Structured
Exception Handling by Addvectoredexceptionhandler(...
nobu (Nobuyoshi Nakada)
06:39 AM Revision 48de9363 (git): * 2014-05-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:39 AM Revision 34f95c7c (git): openssl/depend: ossl.o
* ext/openssl/depend (ossl.o): now depends on thread_native.h
under $(hdrdir) instead of $(top_srcdir). [Feature #...
nobu (Nobuyoshi Nakada)

05/14/2014

10:55 AM Revision 7093a2cb (git): * ext/openssl/depend: remove dependency from internal headers.
[Feature #9612]
* ext/openssl/ossl.c (ossl_fips_mode_set): ditto.
* ext/coverage/depend: ditto.
* include/ruby/thread...
ko1 (Koichi Sasada)
09:04 AM Revision 1b03f51f (git): * gc.c: enable RGENGC_AGE2_PROMOTION.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
09:03 AM Revision b4d9f9ca (git): * gc.c (rgengc_rememberset_mark): promote remembered object earlier.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
08:38 AM Revision fac59ac7 (git): * common.mk: need to quote $BASERUBY because it may includes options.
this change is only for release management, not bug fix.
[Backport #9837] [ruby-dev:48218]
git-svn-id: svn+ssh://...
U.Nakamura
02:07 AM Revision 6e2a2dd3 (git): * LEGAL: added license infomation of ccan files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)

05/13/2014

03:47 PM Revision 5e023d68 (git): * 2014-05-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:47 PM Revision 9fd859b8 (git): make-snapshot: -digests option
* tool/make-snapshot (package): add -digests option to select
digest algorithms to be shown.
git-svn-id: svn+ssh:/...
nobu (Nobuyoshi Nakada)
03:47 PM Revision bebbbc39 (git): make-snapshot: -package option
* tool/make-snapshot (package): add -package option to select
packages to be made.
git-svn-id: svn+ssh://ci.ruby-l...
nobu (Nobuyoshi Nakada)
03:47 PM Revision 26db9bb2 (git): make-snapshot: unused variables
* tool/make-snapshot (package): remove variables no longer used.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4...
nobu (Nobuyoshi Nakada)
10:09 AM Revision f6786463 (git): make-snapshot: SHA512
* tool/make-snapshot (package): add SHA512.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45935 b2dd03c8-39d4-4d...
nobu (Nobuyoshi Nakada)
10:09 AM Revision 944ff17f (git): make-snapshot: support xz
* tool/make-snapshot (package): support xz. no longer runs with
1.8 or earlier.
git-svn-id: svn+ssh://ci.ruby-lan...
nobu (Nobuyoshi Nakada)
10:05 AM Revision a03eeb00 (git): set svn:ignore property.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)

05/12/2014

03:15 PM Revision 30a0ef1c (git): * 2014-05-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:15 PM Revision 2b319c29 (git): * ChangeLog: fix a typo for r45930.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
02:57 PM Revision f0fc13aa (git): configure.in: check atan2
* configure.in (rb_cv_atan2_inf_c99): check whether runtime atan2
handles Inf as C99. ruby-core:62536] [Bug #9831]...
nobu (Nobuyoshi Nakada)
02:04 PM Revision d5cf6c11 (git): merge revision(s) r45637: [Backport #9726]
* parse.y (primary): flush cmdarg flags inside left-paren in a
command argument, to allow parenthesed do-bl...
nagachika (Tomoyuki Chikanaga)
01:49 PM Revision 86f8f5d9 (git): merge revision(s) r45758,r45759: [Backport #9759]
* vm.c (invoke_block_from_c): add VM_FRAME_FLAG_BMETHOD to record
it is bmethod frame.
* vm.c (vm_...
nagachika (Tomoyuki Chikanaga)
01:18 PM Revision 3cbfd634 (git): merge revision(s) r45360,r45361: [Backport #9651]
* vm_eval.c (eval_string_with_cref): Use file path even if scope is
given. Related to [ruby-core:56099] [Bu...
nagachika (Tomoyuki Chikanaga)
11:33 AM Revision b063dd01 (git): * configure.in: Invoke AC_REPLACE_FUNCS for each function.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45926 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:57 AM Revision 8be5c76f (git): * gc.c: count young object correctly and show it in GC.stat
on RGENGC_AGE2_PROMOTION.
* gc.c (RVALUE_PROMOTE_YOUNG): decrement young object count on
YOUNG->OLD.
* gc.c (obj_fr...
ko1 (Koichi Sasada)
01:35 AM Revision 4f8c0b90 (git): signal.c: check the next page too
* signal.c (check_stack_overflow): check the next page too. SP in
ucontext is not decremented yet when `push` fail...
nobu (Nobuyoshi Nakada)

05/11/2014

04:31 PM Revision 642e3ae9 (git): * 2014-05-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45923 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:31 PM Revision 543b402f (git): * ext/socket/ifaddr.c (IS_IFADDRS): Unused macro removed.
* ext/strscan/strscan.c (BUFSIZE): Ditto.
* ext/zlib/zlib.c (OBJ_IS_FREED): Ditto.
git-svn-id: svn+ssh://ci.ruby-...
akr (Akira Tanaka)
01:29 PM Revision dd5d029d (git): * compile.c (BUFSIZE): Unused macro removed.
* vm.c (BUFSIZE): Ditto.
* pack.c (INT64toNUM): Ditto.
(UINT64toNUM): Ditto.
(BYTEWIDTH): Ditto.
* time.c (lshi...
akr (Akira Tanaka)
12:24 PM Revision 49771dd3 (git): * pack.c (swaps): Unused macro removed.
(swapi): Ditto.
(swapl): Ditto.
(swapll): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45920 b2dd0...
akr (Akira Tanaka)
10:40 AM Revision c1268be4 (git): test_process.rb: duplicate assertions
* test/ruby/test_process.rb (test_status_{kill,quit}): remove
duplicate assertions
git-svn-id: svn+ssh://ci.ruby-l...
nobu (Nobuyoshi Nakada)
03:19 AM Revision 61cd4e9d (git): test_process.rb: WIFEXITED and so on are system dependent
* test/ruby/test_process.rb (test_status_kill): WIFEXITED and so
on are available only if signal is supported by th...
nobu (Nobuyoshi Nakada)
01:02 AM Revision a3656d42 (git): signal.c: directly deliver non-handlable signals
* signal.c (rb_f_kill): directly deliver signals which cannot be
handled, i.e., SIGKILL and SIGSTOP.
git-svn-id: s...
nobu (Nobuyoshi Nakada)
12:33 AM Revision c6e9e411 (git): configure.in: check typeof
* configure.in (rb_cv_typeof): check typeof extension for ccan
headers.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
nobu (Nobuyoshi Nakada)
12:25 AM Revision 7c68a312 (git): vm.c: suppress a warning
* vm.c (rb_vm_living_threads_foreach): suppress "uninitialized"
warning where "typeof" is unavailable.
git-svn-id:...
nobu (Nobuyoshi Nakada)
 

Also available in: Atom