Activity
From 11/13/2010 to 11/19/2010
11/19/2010
-
10:47 PM Revision c62c8f72 (git): * lib/mkmf.rb: adding compilation support for ObjC/ObjC++ extensions.
- Thanks Scott Gonyea! [ruby-core:33260]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 05:05 PM Revision 460d4c49 (git): * 2010-11-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:05 PM Revision e2501757 (git): add dependency(insns.inc) to compile.obj
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:05 PM Revision e7fbb33c (git): * win32/Makefile.sub (insns_rules.mk): remove extra backslash.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:58 PM Revision d468660c (git): * ChangeLog: adjust indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29838 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:44 PM Revision 83e274d4 (git): * cygwin/GNUmakefile.in, win32/Makefile.sub (clean): rc files are
- made at compile time, so should be removed by clean.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:43 PM Revision 8565b62a (git): * ChangeLog: adjust indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:11 PM Revision 54142064 (git): * test/rexml/test_core.rb
- (Tester#test_pretty_format_long_text_finite): skip a test that
uses long string on small memory system. [ruby-dev:42599]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:07 PM Revision 91c0ff4f (git): * lib/optparse.rb: shell completion support for zsh. based on
- <http://d.hatena.ne.jp/rubikitch/20071002/zshcomplete>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29834 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:26 AM Revision 67f3280c (git): * lib/optparse.rb: shell completion support for bash.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29833 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:26 AM Revision 644f0445 (git): * lib/optparse.rb: shell completion support for bash.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29832 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:11 AM Revision 3c1f696a (git): Remove a test for reverted feature r26701.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11/18/2010
- 03:00 PM Revision ad64b966 (git): * 2010-11-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:00 PM Revision d0502924 (git): * cygwin/GNUmakefile.in (SCRIPTPROGRAMS): no needs on cygwin.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:56 PM Revision 7ae23d32 (git): * win32/Makefile.sub (scriptbin): create script binaries.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:25 PM Revision 6fcd0b37 (git): * lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):
- REXML::Formatters::Pretty#wrap used a recursive method call to
format text. This switches it to use an iterative approach.
[ruby-core:33245]
Patch by Jeremy Evans. Thanks!!!
* test/rexml/test_core.rb: add a test for it.
git-svn... -
01:58 PM Revision c6e47670 (git): * include/ruby/io.h (rb_io_buffer_t): extract from rb_io_t.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11/17/2010
-
10:37 PM Revision 9be87b1e (git): * Makefile.in (reconfig): force reconfigure with previous options.
- * common.mk (showconfig): show configure flags, like as
`config.status --config' generated by recent autoconf.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:16 PM Revision d646c540 (git): * missing/langinfo.c (strncasecmp): get rid of redefinition.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:03 PM Revision ef3d9fb4 (git): * 2010-11-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:03 PM Revision b028e8d4 (git): * lib/csv.rb: Upgrading output encoding with ASCII content
- as needed. [ruby-core:33229]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:19 PM Revision 7afe174b (git): * win32/configure.bat: remove quotes from arguments to be quoted.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:17 PM Revision 4fc08fd1 (git): * lib/mkmf.rb (create_makefile): use forward slashes in messages.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:13 AM Revision 49959bfd (git): * lib/mkmf.rb (create_makefile): make extension libraries messages
- brief.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:38 AM Revision 023eab52 (git): * win32/Makefile.sub (MAKEDIRS): should not include silent flag.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:32 AM Revision a7de3755 (git): * Makefile.in (lex.c): show commands if Q is not set.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:29 AM Revision 2854a254 (git): * 2010-11-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:29 AM Revision abe08c78 (git): * array.c (rb_ary_sort_by_bang): Add Array#sort_by!.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:22 AM Revision 1b45a27a (git): * common.mk (ext/ripper/ripper.c, ext/json/parser/parser.c): pass
- Q and ECHO. [ruby-core:33226]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:14 AM Revision 3a0e9cb0 (git): * test/test_tracer.rb: new test case. mimimal regression test for r29280.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:08 AM Revision 8903faf1 (git): * test/ruby/envutil.rb (Test::Unit::Assersions#assert_warn):
- new assersion to assert that a particular warning message is
displayed.
forwardport from branches/ruby_1_9_2@29795.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29812 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:21 AM Revision 8e2a1cba (git): * regint.h (OnigOpInfoType): constify name.
- * regcomp.c (op2name): constify return value.
* regcomp.c (onig_print_compiled_byte_code): use PRIuPTR and
uintptr_t to clean warnings.
* regcomp.c (print_indent_tree): use PRIxPTR and intptr_t.
* regexec.c (match_at): use PRIdPTR a... -
12:49 AM Revision 07b1f01b (git): * enc/shift_jis.c (property_name_to_ctype): fix memory leak.
- * enc/euc_jp.c (property_name_to_ctype): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11/16/2010
- 11:55 PM Revision 36e90890 (git): * 2010-11-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:55 PM Revision 40e5b393 (git): * lib/csv.rb: Upgrading output encoding as needed. [ruby-core:33135]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:32 PM Revision 6cba0f06 (git): * vm_insnhelper.c (vm_throw): remove fear of undefined behavior :-)
- Coverity Scan found this bug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:20 AM Revision 3124b5fc (git): Refix timing problem.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29806 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:37 AM Revision 0ec61a31 (git): * ext/bigdecimal/lib/bigdecimal/util.rb (to_digits): avoid unused
- variables warning, reported by Aaron Patterson.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29805 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11/15/2010
-
09:39 PM Revision 8b09bf2a (git): * pack.c (PACK_ITEM_ADJUST): return nil not result array and yield
- values if block is given. [ruby-core:33193]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:06 PM Revision 0dbe6b61 (git): * regparse.c (and_cclass, or_cclass): fix memory leak. Coverity Scan
- found this bug. [ruby-dev:42579]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:09 PM Revision 16b7c1e3 (git): * 2010-11-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:09 PM Revision 4c17014b (git): * gc.c (assign_heap_slot): fix fear of memory leak and memory
- violation. Coverity Scan found this bug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:57 PM Revision 9ffd060b (git): * eval_intern.h (CHECK_STACK_OVERFLOW): it was not intended to add
- size_t to a pointer typed VALUE*. Coverity Scan found this defect.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:44 PM Revision 7b721043 (git): * compile.c (iseq_set_exception_local_table, iseq_set_local_table,
- rb_iseq_build_from_ary): fix type inconsistency (which is benign
because sizeof(ID) == sizeof(ID*), though). Coverity Scan found
these bugs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:48 PM Revision e20d7364 (git): * vm_eval.c (rb_funcall): ensure va_end after va_init_list. Coverity
- Scan found this bug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:44 AM Revision c2a3a47f (git): merges r29254 from trunk into ruby_1_9_2.
- --
* string.c (rb_str_times): mentioned about Hash argument. a patch
from Daniel Bovensiepen at [ruby-core:32386].
* sprintf.c (get_hash): ditto, and fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29797 b2... -
11:43 AM Revision 33ed9f92 (git): merges r29242 from trunk into ruby_1_9_2.
- --
* ext/socket/rubysocket.h (__DARWIN_ALIGNBYTES): workaround of a
bug in system header of darwin 9. [ruby-core:32341]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29796 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:43 AM Revision 8ff17ef2 (git): merges r29187 and r29239 from trunk into ruby_1_9_2, but does not raise
- an error. just warning.
--
* util.c (ruby_strtod): reject Float('0x0.').
[ruby-dev:42239] Bug #3820
--
* util.c (ruby_strtod): check there is at least 1 digit after
"0x" before ".". [ruby-dev:42183] #3790
git-svn-id: svn+ssh://ci.ru... -
11:43 AM Revision 856e1f17 (git): merges r29237 and r29238 from trunk into ruby_1_9_2.
- --
* ext/openssl/ossl_bn.c (ossl_bn_is_prime): fix comparison
with rb_scan_args. Before this fix, OpenSSL::BN#prime?
is fully broken.
--
Add ML ref [ruby-dev:42225] for r29237.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ru... -
11:43 AM Revision 7d4e89a7 (git): merges r29234 from trunk into ruby_1_9_2.
- --
* lib/date.rb: [ruby-core:32096] Thanks Colin Bartlett.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:43 AM Revision b5c27d1c (git): merged r29225 but just warning instead of raising an exception. c.f. [ruby-core:32250].
- --
* hash.c (ruby_setenv): raise if putenv and SetEnvironmentVariable
failed, because of the restriction of the size on Windows.
based on a patch from Peter Weldon at [ruby-core:32304]. fix:
Bug#3812, [ruby-core:32250]
git-svn-id... -
11:43 AM Revision b3c17635 (git): merges r29223 from trunk into ruby_1_9_2.
- --
* include/ruby/intern.h (rb_set_kcode, rb_get_kcode): removed
zombie prototype declarations. a patch from Eric Hodel
at [ruby-core:32305].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@29791 b2dd03c8-39d4-4d8f-... -
09:09 AM Revision cb2235c1 (git): Avoid timing problem.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:47 AM Revision b73d1fbd (git): * lib/racc/parser.rb (do_parse, yyparse): using class eval to define
- method and avoid __send__.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:46 AM Revision 8a6ebf4c (git): making ssl test a little better
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:37 AM Revision a33b5edd (git): STDIN is not valid when ruby doesn't have tty.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:37 AM Revision 10c73a7b (git): Prevent timing failure.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11/14/2010
- 09:46 PM Revision b89bd51d (git): * 2010-11-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:46 PM Revision fb7a337e (git): * etc/openssl/ossl_ssl.c (ossl_ssl_get_cert): raise exception if
- pointer is invalid. Thanks Ippei Obayashi! [ruby-dev:42573]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:57 AM Revision 54e1affd (git): * enc/Makefile.in (distclean): should not remove sources which are
- distributed in tarball.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:49 AM Revision b5c3fb24 (git): * parse.y (parser_set_token_info): turn on/off with directives.
- [ruby-core:25442]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:05 AM Revision f2dd4eb3 (git): * io.c (argf_readlines): forward to current_file for arguments
- check. http://twitter.com/nagachika/status/3634254856589312
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11/13/2010
-
11:48 PM Revision 26190322 (git): * win32/setup.mak (-basic-vars-, -runtime-): suppress trailing
- space and compiler command line.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 07:32 PM Revision 327adb32 (git): * symbian/setup (config.h): Added HAVE_LABS and HAVE_LLABS to config.h.
- * symbian/configure.bat: Changed packaging version in line with API style 3 versioning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 07:26 PM Revision 18ae7423 (git): Added HAVE_LABS and HAVE_LLABS to config.h
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:21 PM Revision 5e8efdd6 (git): * 2010-11-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:21 PM Revision 2ffe5e7d (git): Changed packaging version in line with API style 3 versioning
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:38 AM Revision 223c0b48 (git): * common.mk (showflags, help): emit messages at once.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:26 AM Revision c37066fa (git): * win32/Makefile.sub (MSG, EOM): remove surrounding quotes by %~I.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e