Activity
From 09/02/2013 to 09/08/2013
09/08/2013
-
12:37 PM Revision d1f2021b (git): optparse.rb: remove $Id$
- * lib/optparse.rb (OptionParser): remove constants depending on $Id$.
[Bug #8877]
git-svn-id: svn+ssh://ci.ruby-la... -
10:52 AM Revision 3fa0edda (git): rat.c: suppress warning
- * ext/-test-/rational/rat.c (big): used only if GMP is available.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
07:02 AM Revision 8953eee6 (git): * rational.c (f_gcd): Relax the condition to use GMP.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42887 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:06 AM Revision 04976ab6 (git): * ext/win32ole/win32ole.c (folevariant_initialize): check type of
- element of array.
* test/win32ole/test_win32ole_variant.rb (test_s_new_ary): ditto.
git-svn-id: svn+ssh://ci.ruby... -
04:39 AM Revision f41a2574 (git): Updated.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:54 AM Revision c95d5b25 (git): common.mk, win32/Makefile.sub: refix sizez.c for nmake
- * common.mk (sizes.c): revert r42854 and r42883.
* win32/Makefile.sub (sizes.c): rule for outplace build.
git-svn-i...
09/07/2013
-
10:03 PM Revision 2b44bbf6 (git): common.mk: in-place build
- * common.mk (sizes.c): try to fix for in-place build.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42883 b2dd03... -
09:52 PM Revision 2a9cefd5 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42882 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:48 PM Revision e5d327f4 (git): * remove trailing spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42881 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:08 PM Revision 52fe68a7 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:04 PM Revision 6bca9dc3 (git): thread.c: invert
- * ext/thread/thread.c (queue_pop_should_block): the first argument of
Queue#pop is non_block and inverted for shoul... -
07:04 PM Revision 398c3cab (git): thread.c: function cast
- * ext/thread/thread.c (queue_sleep): get rid of casting function
pointer.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
07:04 PM Revision 9b6ee42d (git): numeric.c: use positive_int_p
- * numeric.c (NUM_STEP_SCAN_ARGS): use positive_int_p() to fix rubyspec
failures.
git-svn-id: svn+ssh://ci.ruby-lan... -
07:04 PM Revision ba6c7348 (git): numeric.c: no extra checks
- * numeric.c (NUM_STEP_SCAN_ARGS): remove extra class checks, which
cause the incompatibilities.
git-svn-id: svn+ss... - 07:04 PM Revision 622a2af0 (git): * 2013-09-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:04 PM Revision e1460152 (git): bignum.c, math.c: RB_BIGNUM_TYPE_P
- * bignum.c, math.c (RB_BIGNUM_TYPE_P): predicate macro like
RB_FLOAT_TYPE_P.
git-svn-id: svn+ssh://ci.ruby-lang.or... -
07:04 PM Revision c26293dc (git): bignum.c, math.c: type predicates
- * bignum.c, math.c: use type predicate macros instead of TYPE().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4... -
07:04 PM Revision a77ae1ec (git): bignum.c: split rb_big_fdiv and big_fdiv
- * bignum.c (rb_big_fdiv): split with big_fdiv by divider type.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@428... -
12:34 PM Revision 0e02d923 (git): * math.c (math_log): Test the sign for bignums.
- (math_log2): Ditto.
(math_log10): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42871 b2dd03c8-39d4-4... -
11:26 AM Revision 08e3cb69 (git): * math.c (math_log): Support bignums bigger than 2**1024.
- (math_log2): Ditto.
(math_log10): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42870 b2dd03c8-39d4-4... - 06:44 AM Revision 66915c50 (git): * vm_eval.c (vm_call0): fix prototype, the id parameter should be of
- type ID, not VALUE
* vm_insnhelper.c (check_match): the rb_funcall family of functions
does not care about refinem... -
04:58 AM Revision c65e9bbf (git): * doc/security.rdoc: [DOC] fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:58 AM Revision 113b1c76 (git): * variable.c (classname): the name of class that has
- non class id should not be nil. This bug was introduced
in r36577.
* test/thread/test_cv.rb: test for change.
git... -
04:34 AM Revision 0a4801e7 (git): * lib/find.rb (Find.find): respect the encodings of arguments.
- [ruby-dev:47530] [Feature #8657]
* test/test_find.rb: add tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
01:41 AM Revision dd946739 (git): * ext/socket/mkconstants.rb (TCP_FASTOPEN): Defined for TCP fast open.
- [ruby-core:57048] [Feature #8871] patch by Masaki Matsushita.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@428...
09/06/2013
-
06:08 PM Revision 503ba49b (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42864 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:15 PM Revision b3f4c545 (git): * 2013-09-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:15 PM Revision e334bb2c (git): * common.mk: use RUNRUBY instead of MINIRUBY because MINIRUBY can't
- require extension libraries. The patch is from nobu
(Nobuyoshi Nakada).
* ext/thread/extconf.rb: for build ext/thr... -
01:49 PM Revision f43d9e22 (git): * configure.in: Define ac_cv_func_clock_getres to yes for mingw*.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:05 PM Revision 4de7dcf8 (git): updated.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42860 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:07 PM Revision 5269a3fb (git): Add a property.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42859 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:07 PM Revision 42a3e0dc (git): * rational.c: Include gmp.h if GMP is used.
- (GMP_GCD_DIGITS): New macro.
(rb_gcd_gmp): New function.
(f_gcd_normal): Renamed from f_gcd.
(rb_gcd_normal): N... -
09:17 AM Revision 5aadc9d4 (git): remove unexpected references
- Fixes GH-nnn does not reference github.com/tenderlove/psych/issues/nnn
but github.com/ruby/ruby/pull/nnn
git-svn-id:... -
05:36 AM Revision 59baeaf1 (git): win32.c: clock_getres
- * win32/win32.c (clock_getres): remove unused variable.
[ruby-dev:47699] [Bug #8869]
git-svn-id: svn+ssh://ci.ruby... -
05:23 AM Revision f245f0c6 (git): win32.c: clock_getres
- * win32/win32.c (clock_getres): required as well as clock_gettime().
[ruby-dev:47699] [Bug #8869]
git-svn-id: svn+... -
05:23 AM Revision 64455007 (git): common.mk: sizes.c for nmake
- * common.mk (sizes.c): needs VPATH to outplace build with nmake.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4... -
02:45 AM Revision 7ce11f57 (git): transcode.c: add rb_econv_append
- * transcode.c (rb_econv_append): new function to append a string data
with converting its encoding. split from rb_... -
02:29 AM Revision a3a7645f (git): transcode.c: do while loop
- * transcode.c (rb_econv_substr_append): move loop condition after the
conversion.
git-svn-id: svn+ssh://ci.ruby-la... -
01:29 AM Revision a4eae615 (git): transcode.c: GC guard
- * transcode.c (rb_econv_substr_append): prevent src from GC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42851...
09/05/2013
-
05:39 PM Revision 8579a339 (git): * ext/psych/lib/psych/visitors/yaml_tree.rb: use double quotes when
- strings start with special characters.
[Fixes GH-157] https://github.com/tenderlove/psych/issues/157
* test/psych/... - 03:05 PM Revision a9ab1366 (git): * 2013-09-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:05 PM Revision bbbc8b57 (git): class.c: remove recursion
- * class.c (rewrite_cref_stack): remove recursion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42848 b2dd03c8-3... - 09:07 AM Revision 7eafeaa3 (git): * string.c (fstring_cmp): take string encoding into account when
- comparing fstrings [ruby-core:57037] [Bug #8866]
* test/ruby/test_string.rb: add test
git-svn-id: svn+ssh://ci.ruby... -
08:25 AM Revision dffae9a1 (git): string.c: reduce objects in rb_fstring
- * string.c (rb_fstring, rb_str_free): use st_data_t instead of VALUE.
* string.c (rb_fstring): get rid of duplicating... -
05:04 AM Revision f0bc5b1c (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42845 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:02 AM Revision ee155140 (git): * lib/optparse.rb: The Integer acceptable now allows binary and
- hexadecimal numbers per the documentation. [ruby-trunk - Bug #8865]
DecimalInteger, OctalInteger, DecimalNumeric ... - 04:49 AM Revision 6fd90000 (git): * include/ruby/ruby.h: add RSTRING_FSTR flag
- * internal.h: add rb_fstring() prototype
* parse.y (str_suffix_gen): deduplicate frozen string literals
* string.c (r... - 03:50 AM Revision 301cb9ca (git): * configure.in (with_gmp): set with_gmp no if it is empty.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:44 AM Revision ed0e42c3 (git): * vm_insnhelper.c (vm_getivar): use class sequence to check class
- identity, instead of pointer + vm state
* vm_insnhelper.c (vm_setivar): ditto
git-svn-id: svn+ssh://ci.ruby-lang.or...
09/04/2013
-
11:22 PM Revision b1b39591 (git): * bignum.c (GMP_DIV_DIGITS): New macro.
- (bary_divmod_gmp): New function.
(rb_big_divrem_gmp): Ditto.
(bary_divmod_branch): Ditto.
(bary_divmod): Use ba... -
09:23 PM Revision 3b1ab2a6 (git): * bignum.c (bary_divmod_normal): Reduce temporary array allocations.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:46 PM Revision 8db31315 (git): wait until the shutdowning message reaches to the server
- see #8831
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42838 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:21 PM Revision 8745bc67 (git): * bignum.c (rb_big_divrem_normal): Add GC guards.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:53 PM Revision 1abfdb45 (git): * vm_insnhelper.c (vm_search_method): no need to check klass == ci->klass
- in method cache guard - class sequence number has the same uniqueness
guarantees
git-svn-id: svn+ssh://ci.ruby-lan... -
04:11 PM Revision 149fd43e (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:10 PM Revision 8f8bf824 (git): * bignum.c (rb_big_divrem_normal): New function.
- * internal.h (rb_big_divrem_normal): Declared.
* ext/-test-/bignum/div.c: New file.
* test/-ext-/bignum/test_div.rb... - 03:10 PM Revision ff5a4c99 (git): * 2013-09-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:10 PM Revision cf3736a7 (git): * bignum.c (bigdivrem_normal): Removed.
- (bary_divmod_normal): New function.
(bary_divmod): Use bary_divmod_normal.
(bigdivrem): Use bary_divmod_normal.
... -
02:41 PM Revision 88270e77 (git): win32.c: suppress warning
- * win32/win32.c (do_select): unconstify timeout as select() declares
it non-const.
git-svn-id: svn+ssh://ci.ruby-l... -
02:03 PM Revision 102a2c2e (git): * bignum.c (bigdivrem): Useless declaration removed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:57 PM Revision 326e3816 (git): numeric.c: split NUM_STEP_GET_INF
- * numeric.c (NUM_STEP_GET_INF): split from NUM_STEP_SCAN_ARGS(), since
inf is not used in num_step_size().
git-svn... -
11:23 AM Revision dd95c9b1 (git): * bignum.c (bigdivrem_normal): Add assertions.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:18 AM Revision 35f11f30 (git): internal.h: LONG_LONG vm_state_version_t
- * internal.h (vm_state_version_t): prefer LONG_LONG to uint64_t.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4... -
07:28 AM Revision cb3c8119 (git): internal.h: fix vm_state_version_t
- * internal.h (vm_state_version_t): use uint64_t when it is larger than
LONG_LONG, and fallback to unsigned long.
g... -
07:18 AM Revision eeb39e01 (git): vm.c: prototype
- * vm.c (rb_next_class_sequence): use ANSI style definition and
prorotype declaration, instead of old-K&R style.
gi... -
06:43 AM Revision 71f39435 (git): * NEWS: Note about Module#include and prepend scope change
- [Feature #8846]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:40 AM Revision 0e92ae96 (git): * enc/trans/utf8_mac-tbl.rb: fix r42789.
- Fix conversion table and logic. [ruby-dev:47680]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42823 b2dd03c8-39... - 05:25 AM Revision 2f522b9c (git): * class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h,
- variable.c, vm.c, vm_core.c, vm_insnhelper.c, vm_insnhelper.h,
vm_method.c: Implement class hierarchy method cache ... -
04:19 AM Revision 4142e830 (git): fix typos
- pointed out by nagachika.
http://d.hatena.ne.jp/nagachika/20130903/ruby_trunk_changes_42782_42812#r42799
git-svn-id:... -
02:13 AM Revision b31965cb (git): string.c: fix for \K
- * string.c (str_gsub): use BEG(0) for whole matched position not
return value from rb_reg_search(), for \K matching... -
02:12 AM Revision 90cbcbe6 (git): test_rubyoptions.rb: ignore trivial differences
- * test/ruby/test_rubyoptions.rb (ExpectedStderr): ignore trivial
differences, not worth to break the tests.
git-s... - 02:11 AM Revision bd840215 (git): * 2013-09-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:11 AM Revision fdf04ce6 (git): configure.in: libruby needs gmp
- * configure.in (SOLIBS): LIBRUBY_SO also needs linking with gmp, to
run worker processes in test-all on non-ELF pla...
09/03/2013
- 02:02 PM Revision 1d8efe61 (git): * test/rexml/parser/test_tree.rb
- (TestTreeParser::TestInvalid#test_unmatched_close_tag):
Compute expected value from test value.
git-svn-id: svn+s... - 02:01 PM Revision 73c57761 (git): * lib/rexml/parsers/treeparser.rb (REXML::Parsers::TreeParser#parse):
- Add source information to parse exception on no close tag error.
[Bug #8844] [ruby-dev:47672]
Patch by Ippei Oba... - 01:58 PM Revision 4c1fa1a6 (git): * test/rexml/parser/test_tree.rb: Fix test name to describe test
- content.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 01:57 PM Revision a0657cd5 (git): * lib/rexml/parsers/treeparser.rb (REXML::Parsers::TreeParser#parse):
- Remove needless nested parse exception information.
[Bug #8844] [ruby-dev:47672]
Reported by Ippei Obayashi. Tha... -
01:22 PM Revision 1c6ff586 (git): Fix a typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:03 PM Revision 56699021 (git): string.c: rb_enc_str_new_cstr
- * string.c (rb_enc_str_new_cstr): new function to create a string from
the C-string pointer with the specified enco... -
12:52 PM Revision ad6731b0 (git): Changelog: Forgot to reference the ticket #
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:42 PM Revision 26766ee8 (git): * eval.c (Init_eval): Make Module#include and Module#prepend public
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:35 PM Revision 1908874b (git): thread_pthread.c: fix compile error on HP-UX
- * thread_pthread.c (sys/dyntune.h): for gettune().
* thread_pthread.c (hpux_attr_getstackaddr): fix missing *.
[rub... -
11:20 AM Revision c0e1f9e0 (git): Add tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:20 AM Revision 25836893 (git): * bignum.c (GMP_STR2BIG_DIGITS): New macro.
- (str2big_gmp): New function.
(rb_cstr_to_inum): Use str2big_gmp for big bignums.
(rb_str2big_gmp): New function.
... - 10:46 AM Revision 1b126277 (git): * ext/win32/lib/win32/registry.rb (Win32::Registry#values): added.
- [Feature #7763] [ruby-core:51783]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42805 b2dd03c8-39d4-4d8f-98ff-8... - 09:29 AM Revision afcabde7 (git): Add magic autoload comments to misc/*.el.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:20 AM Revision 61837409 (git): Revert r42800 "* error.c: [DOC] Update bug tracker url by @ScotterC [Fixes GH-390]"
- It should be fixed on www.ruby-lang.org side.
* [Bug #8854]
* ruby/www.ruby-lang.org#288 https://github.com/ruby/www.... - 08:07 AM Revision 67460ee9 (git): * test/ruby/test_rubyoptions.rb
- (TestRubyOptions::SEGVTest::ExpectedStderr): the URL was changed at
r42800.
git-svn-id: svn+ssh://ci.ruby-lang.or... -
05:49 AM Revision 324df61e (git): * lib/thread.rb: [DOC] CV#wait typo by @avdi [Fixes GH-386]
- https://github.com/ruby/ruby/pull/386
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42801 b2dd03c8-39d4-4d8f-98... -
05:38 AM Revision 31bd3864 (git): * error.c: [DOC] Update bug tracker url by @ScotterC [Fixes GH-390]
- https://github.com/ruby/ruby/pull/390
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42800 b2dd03c8-39d4-4d8f-98... -
04:24 AM Revision 8297e310 (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:52 AM Revision ef82e527 (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:50 AM Revision 0b2413b4 (git): * bignum.c (rb_str2big_poweroftwo): New function.
- (rb_str2big_normal): Ditto.
(rb_str2big_karatsuba): Ditto.
* internal.h (rb_str2big_poweroftwo): Declared.
(rb_s... -
03:36 AM Revision 1df73dd9 (git): Reduce NUM2INT invocations.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:10 AM Revision bc3d736f (git): * process.c (rb_clock_gettime): Support times() based monotonic clock.
- (rb_clock_getres): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42795 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
03:03 AM Revision c048ad23 (git): * bignum.c (str2big_scan_digits): Extracted from rb_cstr_to_inum.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:28 AM Revision 736f97b2 (git): * win32/win32.c (rb_w32_select_with_thread): rounding up the fraction of
- tv_usec instead of rounding down.
this change is an experiment to get rid of failures on vc10-x64 CI.
git-svn-id:... - 02:02 AM Revision 61ce3f57 (git): * win32/win32.c (do_select): constify timeout.
- * win32/win32.c (rb_w32_select_with_thread): constify 10ms wait and
0ms wait structs.
git-svn-id: svn+ssh://ci.ru... -
01:17 AM Revision f7754943 (git): internal.h: parenthesize argument
- * internal.h (bit_length): parenthesize cast operands of a macro
argument.
git-svn-id: svn+ssh://ci.ruby-lang.org/... - 01:08 AM Revision 6d18cc28 (git): * test/openssl/test_pair.rb
- (OpenSSL::TestPair#test_write_nonblock_no_exceptions): on some CIs
such as Debian 6.0, Ubuntu 10.04, CentOS and vc1...
09/02/2013
-
11:36 PM Revision 853c346d (git): * enc/trans/utf8_mac-tbl.rb: update conversion table to recent OS X.
- Previous table is used on Mac OS X 10.1 or prior.
This table is used on 10.2 or later. [ruby-dev:47680]
git-svn-id... - 10:54 PM Revision c68596ae (git): Retain behavior of Numeric#step when nil is given as second argument.
- * numeric.c (NUM_STEP_SCAN_ARGS): On sencond thought, keep
Numeral#step backward compatible in that it raises TypeE... -
10:41 PM Revision 0c3d1245 (git): * bignum.c (bytes_2comp): Define it only for little endian
- environment.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 10:39 PM Revision 7cc26c72 (git): Fix and add tests for Numeric#step.
- * test/ruby/test_float.rb (TestFloat#test_num2dbl): Allow nil as
step, as with the keyword argument.
* test/ruby/t... - 10:39 PM Revision 4993cf9e (git): Numeral#step should raise TypeError if a non-numeric parameter is given.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:29 PM Revision 3065dd71 (git): * internal.h (bit_length): Add casts to fix complation error with
- clang 3.0 -Werror,-Wshorten-64-to-32.
[ruby-dev:47687] reported by SASADA Koichi.
git-svn-id: svn+ssh://ci.ruby-... - 06:21 PM Revision 69d0f84b (git): * 2013-09-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:21 PM Revision 41234c5c (git): * vm_insnhelper.c (vm_search_super_method): use ci->argc instead of
- ci->orig_argc. ci->argc can be changed by splat arguments.
[ruby-list:49575]
This fix should be applied to Ruby 2... - 02:56 PM Revision fd4b5b8d (git): Enhance Numeric#step.
- * numeric.c (num_step): Default the limit argument to infinity and
allow it to be omitted. Keyword arguments (by: ... -
02:56 PM Revision a94833eb (git): test_string.rb: yet another test
- * test/ruby/test_string.rb (TestString#test_frozen_string_adjacent):
option is allowed after the last string.
git-... -
02:46 PM Revision 306cf3ac (git): parse.y: valid suffix word only
- * parse.y (parser_str_options): use valid suffix word only, as well as
numeric literal, for the backward comatibili... -
02:33 PM Revision 57d06d7b (git): test_string.rb: remove duplicated code
- * test/ruby/test_string.rb (TestString#test_frozen_dstring): remove
duplicated assertion.
git-svn-id: svn+ssh://ci... -
01:56 PM Revision 1d7611ff (git): * bignum.c (ISDIGIT): Unused macro removed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:52 PM Revision 5f61a592 (git): * bignum.c (str2big_poweroftwo): Extracted from rb_cstr_to_inum.
- (str2big_normal): Ditto.
(str2big_karatsuba): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42776 b2d... -
08:53 AM Revision 93ea04ec (git): parse.y: force_encoding
- * parse.y (str_suffix_gen): String#b creates new string object, use
force_encoding instead.
git-svn-id: svn+ssh://... - 08:21 AM Revision 727d746e (git): merge revision(s) 42100: [Backport #8806]
- * ext/date/date_parse.c (rfc2822_cb): check if wday is given, since it
can be omitted.
git-svn-id: svn+ss... - 07:11 AM Revision a056098c (git): * NEWS: Add note about frozen string literals
- * compile.c (case_when_optimizable_literal): optimize NODE_LIT strings
in when clauses of case statements
* ext/ri... - 05:48 AM Revision 78c75d91 (git): Add forgotton [DOC].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:42 AM Revision 1b4addb4 (git): Process#setproctitle,argv0: Fix and improve rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:16 AM Revision 01983c97 (git): * NEWS: fix description of number literal suffixes.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:08 AM Revision 0732ed36 (git): * test/rake/test_rake_rules.rb: add space after string literal to
- prevent conflict with string options syntax "foo"opts
* test/rss/rss-assertions.rb: ditto
git-svn-id: svn+ssh://ci.... -
03:29 AM Revision dd9c8b88 (git): * test/ruby/test_bignum.rb (test_interrupt_during_to_s): Disable it
- when GMP is used.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom