Activity
From 11/14/2012 to 11/20/2012
11/20/2012
-
04:00 PM Revision b317bf06 (git): * file.c (Init_File): null device definition uses rb_define_const
- instead of rb_file_const.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37774 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
03:29 PM Revision 9d71f70d (git): * test/ruby/test_m17n_comb.rb (test_str_crypt): Use RbConfig to get
- libc's directory. Patched by Vit Ondruch [ruby-core:49763] [Bug #7312]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
03:17 PM Revision 132eb25a (git): * marshal.c: add marshal readahead. marshalized Array, Hash and Struct
- have size at least number of its elements, marshal readahead will
read the certain readable length and buffer when ... - 03:03 PM Revision 2fff3595 (git): * 2012-11-21
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:03 PM Revision aa58a684 (git): * array.c (rb_get_values_at): Improve rdoc
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:53 PM Revision 68de2e58 (git): * NEWS: List incompatible change for Array#values_at [#6203]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:48 PM Revision 1196b798 (git): * Makefile.in (.d.h): replace char * to const char * because somehow
- current dtrace removes const of function declaration in probes.d.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
01:17 PM Revision 3ee0326b (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:09 PM Revision bf445c24 (git): fix guards for glibc crypt(3) see #7312
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:57 PM Revision cea7600b (git): * include/ruby/debug.h: introdudced.
- Debugging/profiling features will be located.
* vm_trace.c: expose C-level TracePoint APIs.
Note that they are expe... -
12:49 PM Revision f495c968 (git): * configure.in (RUBY_DTRACE_AVAILABLE): only check dtrace availability.
- * configure.in (RUBY_DTRACE_POSTPROCESS): restore.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37764 b2dd03c8-... -
12:41 PM Revision 8459af3f (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:39 PM Revision 5191b2ae (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:39 PM Revision 2562560c (git): fix indent
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:34 PM Revision eabe74e0 (git): file.c: fix rdoc
- * file.c (rb_file_s_extname): fix rdoc for an edge case.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37760 b2d... -
12:34 PM Revision c3da426d (git): remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:34 PM Revision a00a9a28 (git): * test/win32ole/test_win32ole_type.rb (test_implemented_ole_types):
- IShellDispatch6 bundled in Windows 8. Thanks to phasis68 (Heesob
Park). [ruby-core:49580][Bug #7403]
git-svn-id... - 12:10 PM Revision 21453dc7 (git): * complex.c: some improvements.
- * rational.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:01 PM Revision 3b3d2006 (git): common.mk: fix for BSD make
- * common.mk (incs): BSD make cannot deal with non-prefixed dependency
and prefixed target.
git-svn-id: svn+ssh://c... -
11:13 AM Revision 4c37c520 (git): * array.c (rb_ary_bsearch): fix rdoc bug (O(n log n) -> O(log n)).
- Patch by Charlie Somerville. [ruby-core:49661] [Bug #7409]
* range.c (range_bsearch): ditto.
git-svn-id: svn+ssh:/... -
11:13 AM Revision f1aee632 (git): add a ticket number
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:05 AM Revision 1da641a1 (git): * vm_trace.c: rename and add TracePoint APIs.
- (1) TracePoint.new(...){...} creates a new trace point
but does not make it enable.
(2) TracePoint.trace(...){...... -
09:48 AM Revision 55393196 (git): * vm_trace.c: add two methods:
- (1) TracePoint#return_value which returns return
value on the :return and :c_return event.
(2) TracePoint#raised_... -
08:47 AM Revision b1fa5590 (git): Add extra line to prevent syntax error
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:35 AM Revision da56cb6b (git): * configure.in: fix dtrace didn't work on darwin.
- * configure.in (RUBY_DTRACE_AVAILABLE): unify RUBY_DTRACE_POSTPROCESS
and RUBY_DTRACE_BSD_BROKEN.
git-svn-id: svn+... -
06:37 AM Revision b6161a3b (git): * file.c (File.extname): Documentation for extname on dotfiles and
- files ending with a dot. Also, added example for this.
[ruby-core:47852] [Bug #7112]
git-svn-id: svn+ssh://ci.rub... -
05:39 AM Revision 134d33b0 (git): fix typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:39 AM Revision 4d3f768b (git): * test/ruby/test_signal.rb (TestSignal#test_signame): fix windows
- test failure. Process.kill on windows can't send a signal to
another process.
git-svn-id: svn+ssh://ci.ruby-lang... -
05:00 AM Revision c8a3b2ba (git): * io.c (Init_IO): removed all rb_file_const() into file.c.
- * file.c (Init_File): replace with rb_file_const() with
rb_define_const() because RDoc don't care rb_file_const.
... -
03:37 AM Revision 7e96fb25 (git): * ruby.c (usage_msg): Fix typo [ruby-core:49205] [Bug #7327]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:34 AM Revision ca8f3275 (git): * file.c (File::NULL): Document File::NULL constant
- [ruby-core:49384] [Bug #7365]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37744 b2dd03c8-39d4-4d8f-98ff-823fe... - 03:07 AM Revision 0c3d9675 (git): * win32/win32.c (rb_w32_read): Windows 8 fixed one of a bug of console
- API.
based on the patch by Heesob Park at [ruby-core:49479] [Bug #7379]
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
02:21 AM Revision bd0931f7 (git): * configure.in (--enable-dtrace): always call RUBY_DTRACE_BSD_BROKEN
- for portability.
As the note, FreeBSD 8 has DTrace as the optional
feature (it is enabled by the build option), b... -
02:05 AM Revision b65dda51 (git): * lib/tracer.rb (Tracer.trace_func): printf to stdout
- Patch by Michal Fojtik [ruby-core:45219] [Bug #6490]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37741 b2dd03... -
01:21 AM Revision b74e1b21 (git): revert r37730
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:18 AM Revision 49c0c510 (git): Revert "* configure.in (--enable-dtrace): change help message"
- This reverts commit 029b59ba53d0cc42630d623b52d94cae0df62734.
When $rb_cv_prog_dtrace_g is yes on FreeBSD even if /us... - 12:51 AM Revision f86396e4 (git): * 2012-11-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:51 AM Revision a7e13d65 (git): Remove probes.o before update
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:50 AM Revision 29996bb3 (git): Don't send INT signal itself.
- On make test-all, it kills the process.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37736 b2dd03c8-39d4-4d8f-9...
11/19/2012
-
02:12 PM Revision 029b59ba (git): * configure.in (--enable-dtrace): change help message
- * configure.in (--enable-dtrace): remove ineffective "else AS_CASE ..."
because the variable $rb_cv_prog_dtrace_g i... -
01:31 PM Revision 82b24364 (git): * vm_backtrace.c (vm_backtrace_to_ary): fix a typo of an variable name.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:37 PM Revision f17aa9b3 (git): * vm_dump.c: not to include probes.h because the code does not depend
- on it.
* common.mk (vm_dump.$(OBJEXT)): remove dependency on probes.h
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t... -
11:15 AM Revision 57ee8128 (git): * thread.c (rb_thread_s_check_interrupt): removed redundant
- GET_THREAD().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:13 AM Revision 4b25e0ce (git): * thread.c (rb_threadptr_async_errinfo_active_p): added a small
- comment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:10 AM Revision 212150c2 (git): * thread.c, vm_core.h: big rename th to cur_th when works only
- th is current thread.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:07 AM Revision 0a2da327 (git): * thread.c (rb_thread_blocking_region_end): replaced GET_THREAD()
- with ruby_thread_from_native(). We don't have GVL here.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37729 b2... -
11:04 AM Revision 7643e460 (git): * thread.c (rb_threadptr_execute_interrupts) removed.
- * thread.c (rb_threadptr_execute_interrupts_common) renamed to
rb_threadptr_execute_interrupts. I.e. unified
rb_t... -
10:54 AM Revision 6d9f7672 (git): * signal.c (rb_get_next_signal): removed pointless signal
- disabling. pthread_sigmask() only changes current thread
mask.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
10:38 AM Revision 562cb0ae (git): * signal.c (install_sighandler): added comments why we need
- rb_disable_interrupt().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37726 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:35 AM Revision 75df3aae (git): * signal.c (rb_disable_interrupt, rb_enable_interrupt): removed
- USE_TRAP_MASK.
* signal.c (trap_arg, trap_ensure): removed.
* signal.c (trap, sig_trap): removed pointless signal dis... -
10:22 AM Revision 6c56dae4 (git): * prelude.rb: Moved Mutex#synchronize to
- * thread.c (rb_mutex_synchronize_m): here. [Bug #4266]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37724 b2d... -
09:43 AM Revision 58282ed6 (git): * signal.c (sig_signame): implements Signal.signame method
- [Feature #5613]
* test/ruby/test_signal.rb (test_signame): adds test for above
* NEWS: add an item about above
git... -
07:54 AM Revision 92cef134 (git): struct.c: fix typo
- * struct.c (rb_struct_each_pair): fix typo. [Bug #7382]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37722 b2d... -
07:31 AM Revision 7588c674 (git): struct.c: yield assoc in each_pair
- * struct.c (rb_struct_each_pair): yield associated pairs so that
an unsplat argument can get both, for consistency ... -
07:17 AM Revision 2370556d (git): configure.in: no -lelf
- * configure.in (LIBS): libelf is need on only FreeBSD.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37720 b2dd0... -
07:08 AM Revision a824a618 (git): common.mk: no purelib
- * common.mk (RUBYLIB): purelib option in runruby.rb is deprecated
since r28841, so set to an empty list to get rid ... -
06:41 AM Revision b999f95e (git): * .travis.yml (script): add OPTS=-v, requested by @_ko1.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:11 AM Revision 24512ba1 (git): * configure.in: fix didn't enable_dtrace=yes on auto.
- * configure.in: see enable_dtrace for adding libelf on FreeBSD.
* common.mk: VPATH is not needed.
git-svn-id: svn+s... -
06:07 AM Revision 15d940b8 (git): * thread.c: add `Thread#backtrace_locations' method.
- This method is similart to `caller_locations' method for
specific method.
And fix to accept `level' and `n' param... - 05:56 AM Revision 3918bbfa (git): * Makefile.in, common.mk (probes.h): moved to common.mk and changed to
- see $(srcdir).
* common.mk (probes.dmyh): now created it on $(srcdir) always.
* win32/Makefile.sub (.SUFFIXES): rem... -
02:06 AM Revision 70927cb2 (git): * common.mk (vm_dump.o): depend probes.h.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37714 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:04 AM Revision f567a1a4 (git): * Makefile.in (.SUFFIX): bsdmake needs .SUFFIX is defined before use.
- * common.mk: fix path of probes.dmyh.
* configure.in: FreeBSD's USDT requires libelf.
git-svn-id: svn+ssh://ci.ruby...
11/18/2012
- 04:30 PM Revision e1ffb876 (git): * 2012-11-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:30 PM Revision 979dff3e (git): * vm_core.h, probes_helper.h (RUBY_DTRACE_FUNC_ENTRY_HOOK,
- RUBY_DTRACE_FUNC_RETURN_HOOK): move from vm_core.h to new file
probes_helper.h for narrowing dependency to probes.h... - 11:55 AM Revision 2630ad09 (git): * bignum.c (rb_cstr_to_inum): should accept underscores of
- sequence of two or more when unchecked mode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37710 b2dd03c8-39d4-... -
08:24 AM Revision 1f225be2 (git): * configure.in, Makefile.in, common.mk: support DTrace on Solaris 10,
- based on r26235 by Yugui. On Solaris 10, low optimization level
may also be needed, e.g. optflags="-xO1" or "-xO0" ... - 12:35 AM Revision 42d38dec (git): * complex.c (read_comp): mathn compliant.
- * rational.c (read_num): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37708 b2dd03c8-39d4-4d8f-98ff-823... - 12:26 AM Revision 7a1985a9 (git): trivial changes.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11/17/2012
-
05:53 PM Revision 55915036 (git): Swap logic around wildcard character detection
- * win32/file.c (replace_to_long_name): correct logic around wildcard
characters detection and ensure wide-chars are... - 05:03 PM Revision 62f7e108 (git): * complex.c (read_comp): modified handling of polar form.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:51 PM Revision 8d05671d (git): * complex.c (read_comp): fixed handling of polar form.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:20 PM Revision 8f3882d0 (git): * 2012-11-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:19 PM Revision 47fe9b79 (git): * complex.c (string_to_c_strict, string_to_c): rewrote without regexp.
- * rational.c (string_to_r_strict, string_to_r): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37702 b2dd... - 02:57 PM Revision 20039668 (git): * complex.c (make_patterns): should not accept extra sign.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:46 PM Revision 62855976 (git): Skip path expansion for all wildcard characters
- * win32/file.c (replace_to_long_name): skip expansion for all wildcard
characters.
[ruby-core:49451] [Bug #7374]
... -
11:07 AM Revision ee6cfa9c (git): benchmark/driver.rb: fix typos and output.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:15 AM Revision 653b0bcb (git): * ext/psych/lib/psych/visitors/yaml_tree.rb: use literal YAML style
- when emitting multi-line strings. Thanks @atambo
* test/psych/test_yaml.rb: test for change.
git-svn-id: svn+ssh://... -
03:11 AM Revision 24c6a7c3 (git): * ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions when
- parsing Floats and Integers. Thanks riffraff [ruby-core:44426]
* test/psych/test_numeric.rb: associated test
git-svn... -
02:46 AM Revision 262cb379 (git): st_update passes the key in st_table
- * st.c (st_update): pass the key in st_table so that we can free
memory of the key in st_table when deleting.
[ru... -
02:29 AM Revision 697bdb0d (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:28 AM Revision 4e57f4e1 (git): * ext/psych/lib/psych/core_ext.rb: move Kernel#y so that it can
- manually be required as 'psych/y'.
* ext/psych/lib/psych/y.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
11/16/2012
-
11:14 PM Revision 5bab4340 (git): * lib/abbrev.rb: fix r37113. Correct examples, fix style
- and show explicit dependency (require 'abbrev').
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37693 b2dd03c8-39... -
10:43 PM Revision 25058a58 (git): skip long name conversion if last character is a wildcard one
- * win32/file.c (replace_to_long_name): skip automatic path expansion
when wildcard character is used. [ruby-core:4... -
05:02 PM Revision 7bd638b7 (git): object.c: suppress warning
- * object.c (rb_obj_alloc): suppress unused variable warning.
* tool/gen_dummy_probes.rb: define dtrace disabling mac... -
05:02 PM Revision ed86cd05 (git): vm.c: gc guard
- * vm.c (vm_collect_usage_operand): prevent from GC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37690 b2dd03c8... -
05:02 PM Revision b29b2962 (git): adjust indent
- * object.c (rb_obj_alloc): adjust indent.
* vm.c (vm_collect_usage_{insn,operand,register}): ditto.
git-svn-id: svn... - 04:55 PM Revision 6f64d9eb (git): * lib/cgi/core.rb: Use symbols instead of strings for
- {const_,instance_variable_}{get,set}. [#7161]
* lib/drb/drb.rb: ditto.
* lib/ipaddr.rb: ditto.
* lib/irb/workspace... -
03:55 PM Revision f45f668f (git): * marshal.c (w_object): add flonum to arg->data to keep reference index
- consistency. [ruby-core:49323] [Bug #7348]
* test/ruby/test_marshal.rb: add a test for above.
git-svn-id: svn+ssh:/... -
03:40 PM Revision 6379b316 (git): common.mk: dependencies for proges.dmyh
- * common.mk (incs): dist files need probes.dmyh.
* common.mk (probes.dmyh): depends on generator script.
git-svn-id:... - 03:22 PM Revision 2934f3b9 (git): * 2012-11-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:22 PM Revision eb40d20e (git): probes.h: select by suffix rules
- * Makefile.in, common.mk, configure.in, win32/Makefile.sub (probes.h):
select generating with dtrace or copying dum... -
12:51 PM Revision e4479a1c (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37683 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:32 PM Revision 1d9d1a8f (git): Makefile.in: fix typo
- * Makefile.in (yes-dtrace-probes.h): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37682 b2dd03c8-39d... -
10:34 AM Revision 9ee34b15 (git): * thread.c (rb_thread_call_without_gvl2): change the parameter of
- `func' from `int *skip_interrupt' to `VALUE *flags'.
If (flags & RUBY_CALL_WO_GVL_FLAG_SKIP_CHECK_INTS) is not zero... -
10:03 AM Revision 6e0375e3 (git): * Makefile.in (no-dtrace-probes.h): dmyprobes.h is in srcdir.
- * common.mk (dmyprobes.h): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37680 b2dd03c8-39d4-4d8f-98ff-82... -
08:57 AM Revision df4e0dd5 (git): Makefile.in: split probes.h commands
- * Makefile.in (probes.h): split build commands for dtrace-available
and unavailable platforms.
git-svn-id: svn+ss... -
08:56 AM Revision e5164385 (git): Makefile.in: move probes.h to all-incs
- * Makefile.in (incs): probes.h is a platform dependent file, so it
cannot be a part of prereq target. move it to a... -
08:30 AM Revision 1c7f72da (git): configure.in: move after AC_PROG_CC
- * configure.in (DTRACE): move after AC_PROG_CC since cross_compiling
is set in it.
git-svn-id: svn+ssh://ci.ruby-l... -
07:28 AM Revision c9b6a014 (git): range.c: compare signedness only
- * range.c (BSEARCH_CHECK): compare signedness only and relax an
assumption of the result of rb_cmpint() which compi... -
07:24 AM Revision 288da355 (git): configure.in: cross-compiling fix
- * configure.in (DTRACE): ignore non-prefixed version if
cross-compiling.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
06:42 AM Revision 620a2b6c (git): Makefile.in: probes.h
- * Makefile.in, win32/Makefile.sub (probes.h): fix copying dmyprobes.h
path when outplace-build.
git-svn-id: svn+s... -
06:41 AM Revision 6fd1ef77 (git): * .gitignore: ignore dmyprobes.h
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:41 AM Revision 1e6ced13 (git): remove trailing spaces
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:37 AM Revision df03463f (git): * lib/net/pop.rb (POP3.certs): fix typo in comment.
- patch from no6v (Nobuhiro IMAI) <[email protected]>.
[ruby-dev:46519] [Bug #7355]
git-svn-id: svn+ssh://ci.ruby-lan... -
03:49 AM Revision a632fe43 (git): * test/rake/helper.rb (Rake::TestCase#setup): revert r37669.
- @orig_PWD should be the original pwd.
* test/rake/test_*.rb: don't use @orig_PWD to load libraries.
It should be s... -
01:25 AM Revision 48aab9e0 (git): * test/rake/helper.rb (Rake::TestCase#setup): @orig_PWD shouldn't be
- Dir.pwd when the build directory is different from source directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru... -
12:43 AM Revision 4b96ecc8 (git): * lib/rake/version.rb: workaround fix to build. see #7366
- [ruby-dev:46522]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11/15/2012
-
10:32 PM Revision 1b023030 (git): * lib/rake*: Updated to rake 0.9.4
- http://rake.rubyforge.org/doc/release_notes/rake-0_9_4_rdoc.html for
a list of changes in 0.9.4.
* test/rake*: dit... -
10:01 PM Revision e9c28d0f (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:59 PM Revision 84da520d (git): * 2012-11-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:59 PM Revision 9c66bad9 (git): * lib/rake*: Updated to rake 0.9.3
- * test/rake*: ditto
* bin/rake: ditto
* NEWS: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37664 b2dd... -
09:17 PM Revision bfc95c6e (git): Ignore dmyprobes.h, .time.id.h
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:50 PM Revision 412b0237 (git): * range.c (range_bsearch): fix some bugs: a documentation bug, a wrong
- condition, missed break in switch/case, and workaround for GCC
optimization. See [ruby-core:49364] in detail. A gr... -
01:42 PM Revision 768801b0 (git): * vm_exec.h (GENTRY): GENTRY should be pointer size.
- A patch by yoshidam (Yoshida Masato) [Bug #7332].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37661 b2dd03c8... - 06:20 AM Revision 1fc11119 (git): merge revision(s) 35080: [Backport #7353]
- * gc.c (free_method_entry_i): method entry may be in
unlinked_method_entry_list. [ruby-core:43383][Bug #61... - 06:15 AM Revision d3216922 (git): merge revision(s) 36491,36877: [Backport #7320]
- Use 0 for webrick's port and get the actual port. [Bug #6766]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/r... -
04:22 AM Revision 5457b86a (git): * man/erb.1: Fix grammar and copyright dates
- * man/goruby.1: ditto
* man/irb.1: ditto
* man/rake.1: ditto
* man/ri.1: ditto
* man/ruby.1: ditto
Patch by Arthur ... -
02:37 AM Revision 81d71fee (git): * man/ruby.1: Grammar edits for man page
- Based on a patch by Michael Endsley [Fixes Github #183]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37657 b2d...
11/14/2012
- 04:03 PM Revision 5c30ce37 (git): * 2012-11-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:53 PM Revision de07850e (git): * array.c (rb_ary_bsearch): add Array#bsearch for binary search.
- [ruby-core:36390] [Feature #4766]
* test/ruby/test_array.rb: add a test for above.
* range.c (range_bsearch): add R... - 11:27 AM Revision dfc11220 (git): merge revision(s) 37604:
- * ruby_atomic.h: renamed from atomic.h to avoid header file name
conflict on Solaris 10. [ruby-dev:46414] [... - 11:20 AM Revision c185d9cd (git): merge revision(s) 37593: [Backport #7347]
- * random.c (BYTE_ORDER): define using configured WORDS_BIGENDIAN.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branc... -
04:26 AM Revision c8b0b536 (git): * lib/fileutils.rb (chmod): Add "X" to modes, convert format to table
- [ruby-core:48965] [Bug #7288]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37652 b2dd03c8-39d4-4d8f-98ff-823fe... -
02:53 AM Revision a4b0291f (git): * lib/csv.rb (init_comments): Document private method #init_comments.
- Based on a patch from Vincent Batts [ruby-core:49172] [Bug #7319]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
Also available in: Atom