summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-27* win32/README.win32: note to need NT based OS to build ruby.usa
* win32/{configure.bat,setup.mak}: backport current build method from trunk. [ruby-dev:42893] (#4206) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@30401 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-12-23merge revision(s) 27388:27390:shyouhei
* lib/resolv.rb (Resolv::IPv4::Regex): make it only accept 0 to 255. [ruby-core:29501] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@30302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-12-20 * Backported the fix atnahi
Mon Sep 13 09:23:58 2010 NARUSE, Yui <[email protected]> * ext/openssl/ossl_bn.c (ossl_bn_is_prime): fix comparison with rb_scan_args. Before this fix, OpenSSL::BN#prime? is fully broken. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@30279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-12-20Make test-all run. require_relative is from 1.9.nahi
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@30278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-12-20* 2010-12-21svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@30276 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-12-20 * Backported the fix atnahi
Mon Oct 4 09:30:42 2010 NARUSE, Yui <[email protected]> * ext/openssl/lib/openssl/bn.rb (Integer#to_bn): OpenSSL::BN.new accepts only Strings, so call Integer#to_s(16). 16 is for an optimization. [ruby-dev:42336] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@30275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-12-10* 2010-12-11svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@30172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-12-10* ext/tk/lib/multi-tk.rb: infinite loop on method_missing at loading.nagai
(backport from Ruby 1.9). * ext/tk/lib/multi-tk.rb: when no eventloop is running, ruby freezes at exit. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@30171 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-12-03* lib/mkmf.rb (check_sizeof): should return integer always.nobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@30068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-12-01* 2010-12-01svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@30000 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-12-01* numeric.c (Init_Numeric): fixed a potential bug when using bccwin32usa
ruby with Microsoft's dll. [ruby-core:33503] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29999 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-11-26* ext/dl/extconf.rb, ext/iconv/charset_alias.rb: use RbConfig.nobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-11-26* win32/Makefile.sub (WARNFLAGS): shut up the meaningless warnings ofusa
Japanese version of VC. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-11-26* 2010-11-26svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-11-26* re.c (rb_reg_regcomp): should succeed the taint status from theusa
origin. [ruby-core:33338] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-11-24* ext/socket/extconf.rb (getaddrinfo): should initialize winsock onusa
windows. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29901 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-11-24* 2010-11-24svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-11-24merge from trunk (r29767)usa
* win32/setup.mak: use findstr.exe instead of find.exe, because all target build platforms should have findstr.exe, and, find.exe often means another command such as cygwin's. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-11-22* 2010-11-22svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-11-22merge revision(s) 28835,28894:shyouhei
* ext/win32ole/win32ole.c: NONAMELESSUNION defined only if gcc version is older than 3.4.4. [ruby-core:31567] [Bug #3637] * ext/win32ole/extconf.rb: ditto. * ext/win32ole/win32ole.c: fix checking version of GCC. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29849 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-11-17* 2010-11-17svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-11-17* array.c (rb_ary_sort_by_bang): Add Array#sort_by!.knu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-10-31* 2010-11-01svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-10-31* ext/digest/digest.c (rb_digest_class_init): Defineknu
Digest::Class.new(). [Feature #3954] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-10-30* 2010-10-30svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-10-30* object.c: Make BasicObject.new accept no parameter.marcandre
Revert of r26136 [ruby-core:27080], as per [ruby-core:32952]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29639 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-10-18* lib/net/http.rb (transport_request): @socket may be nil.naruse
patched by Egbert Eich [ruby-core:32829] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-10-11* 2010-10-11svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-10-11* parse.y (opt_block_arg): Allow a trailing comma at the end ofknu
an argument list. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29440 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-10-08* common.mk (RBCONFIG): depends on version.h due tonobu
RUBY_PATCHLEVEL. [ruby-core:32709] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29424 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-10-07* cygwin/GNUmakefile.in, win32/Makefile.sub (RCFILES): depend onnobu
real config.rb file. [ruby-core:32709] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-10-03* parse.y (rb_intern): should check symbol table overflow.nobu
#3900 [ruby-dev:42330] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-10-01* lib/rdoc/ri/ri_paths.rb (RI::Paths): use RbConfig instead ofnobu
obsolete and deprecated Config. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29383 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-10-01* win32/win32.c (init_stdhandle): redirect unopened IOs to NUL.usa
backport r11362 from trunk. [ruby-core:31445] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29382 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-10-01* 2010-10-01svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29381 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-10-01* ext/-test-/threadswitch/threadswitch_hook.c (event_hook,usa
threadswitch_event_hook, restore_hook, threadswitch_hook): use rb_thread_current() instead of rb_curr_thread->thread, because the latter is not a public interface. this change fixes build problem on Windows. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-25* configure.in: Always add -mieee for Renesas SH4.kosaki
Thanks, Nobuhiro Iwamatsu. [Feature #3874] [ruby-core:32548] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-24* ext/stringio/stringio.c (Init_stringio): added readpartial,nobu
read_nonblock and write_nonblock aliases. [ruby-core:27024] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-24* lib/pathname.rb (relative_path_from): backport r23093 and r25440usa
from ruby_1_9_2. [ruby-core:32415] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29333 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-23 * eval.c (rb_add_threadswitch_hook): wrapper for unofficial APIsnobu
in Mac OS X port. the use of them is strongly discouraged. * eval.c (rb_remove_threadswitch_hook): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-03Split and move away old entries in ChangeLog and NEWS.knu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29175 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-03* parse.y (method_call): Add support for Ruby 1.9 style methodknu
invocation syntax f.(x) / f::(x), which is interpreted as f.call(x). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29174 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-03* intern.h (rb_usascii_str_new): macros for forward compatibility.nobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-09-03* ChangeLog: reformat.nobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29172 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-08-31* 2010-08-31svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29153 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-08-31* ext/tk/stubs.c: fix [Bug #3771] "VC++ can't make ext/tk with enablingnagai
stubs". Thanks, Akio Tajima [ruby-dev:42159]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-08-29* 2010-08-30svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-08-29This item is about the function loop.knu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-08-28* 2010-08-28svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2010-08-28The looser splat operator was backed out.knu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@29125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e