summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-16* test/ruby/test_object.rb: backported from trunk.nobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-16* test/ruby/test_array.rb: suppress warnings.nobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-16* 2009-10-16svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25356 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-16* test/ruby/envutil.rb: get rid of double loading.nobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-15* ext/iconv/iconv.c (iconv_create): cannot retry with given block.nobu
[ruby-dev:39487] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-15* test/iconv/test_option.rb: removed particular implementationnobu
specific tests. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-15* 2009-10-15svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-15* lib/net/imap.rb (resp_text_code): accepts response codes withoutshugo
text. backported from trunk. [ruby-core:24194] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-13* 2009-10-13svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25322 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-13* ext/tk/variable.rb: bug fix. additional trace definition changes thenagai
option of first trace definition. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-12* 2009-10-12svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25312 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-12* lib/net/ftp.rb (getaddress): rescue exceptions. [ruby-dev:39451]shugo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-11* ext/gdbm/gdbm.c (fgdbm_select): fixed rdoc. a patch from Justinnobu
Collins in [ruby-core:26050]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25300 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-08ext/curses/curses: more whitespacemarcandre
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-08* ext/curses/curses.c: Many functions of module Curses could cause a crash ↵marcandre
if the ncurses library was not properly initialized. Fix pointed out by Alexander Beisig [ruby-core:22592] Functions fixed: attroff, attron, attrset, bkgd, bkgdset, can_change_color, close_screen, closed, color_content, curs_set, def_prog_mode, delch, deleteln, getmouse, getstr, has_colors, init_color, init_pair, insertln, keyname, mouseinterval, mousemask, pair_content, pair_number, reset_prog_mode, resizeterm, scrl, setscrreg, standend, standout, start_color, timeout, ungetmouse git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25269 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-08ext/curses/curses.c: fix whitespacemarcandre
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-08* 2009-10-09svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-08* lib/net/telnet.rb (cmd): Pass FailEOF options: patch by Brian Candler ↵marcandre
[ruby-core:22723] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-06* time.c (NUM2TIMET): defined because some platforms, such asakr
NetBSD5/amd64 and NetBSD6/i386, has time_t which size is different from long. (NetBSD 5 uses 32bit time_t for all, including 64bit, platforms. NetBSD 6 uses 64bit time_t for all, including 32bit, platforms.) (TIMET2NUM): defined. (time_timeval): use NUM2TIMET. (time_s_at): ditto. (time_to_i): use TIMET2NUM. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25250 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-06* 2009-10-07svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25247 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-06* lib/resolv.rb (Resolv::DNS.bind_random_port): bind to "::" for IPv6.akr
(Resolv::DNS::ConnectedUDP#initialize): specify is_ipv6 argument of bind_random_port. [ruby-core:25970] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-06* **/*.ja: set mime-type charset.nobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25242 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-05* 2009-10-06svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25241 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-05* ext/tk/lib/tk/canvas.rb: *** POTENTIALLY INCOMPATIBLE ***nagai
'tags' option of a TkcItem object gives a list of TkcTag objects. * ext/tk/lib/tkextlib/vu/dial.rb: fix logical bug. * ext/tk/lib/tk/canvas.rb, ext/tk/lib/tkextlib/blt/component.rb: lack of support for methodcall_optkeys. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-04add reference ML numbert to Changelogxibbar
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25233 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-04* lib/cgi.rb (CGI.unescapeHTML): fix for hex values 80-FF,xibbar
single-byte hex entity encodings from 80-FF are valid HTML. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-04* marshal.c (struct {dump,load}_arg): manage with dfree, insteadnobu
of using local variable which may be moved by context switch. [ruby-dev:39425] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-03* 2009-10-04svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-03* ext/tk/lib/tk/variable.rb: add TkVariable#to_hash,to_proc,to_int,to_str,to_arynagai
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-02Improve rdoc for Enumerator#next. Remove a not-so-notable note.knu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-02* Makefile.sub (LDSHARED_2): typo.usa
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25183 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-02* win32/Makefile.sub (LD_SHARED1): typo.usa
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-02* io.c (rb_io_fptr_finalize): free fptr to avoid memory leaks.matz
fixed: #2009 [ruby-core:25173] [ruby-dev:39410] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25181 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-02* eval.c (rb_origenviron): remove unused old variable.usa
[ruby-dev:39412] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25179 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-02* win32/{setup.mak,Makefile.sub,win32.c} (RT_VER): split compilerusa
specification and runtime library specification. * win32/Makefile.sub (LD_SHARED*, config.status): no need to embbed manifest if not exist. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-02* 2009-10-02svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25177 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-10-02* win32/win32.c (rb_w32_getpid): simply call GetCurrentProcessId()usa
instead of calling MSVCRT's getpid(). git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25176 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-09-29* 2009-09-30svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-09-29* re.c (last_match): Added note to the doc that last_match is local to ↵marcandre
current scope [ruby-core:25833] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-09-26* lib/net/http.rb (transport_request): Handle timeout error by closing ↵marcandre
socket if exception raised. [ruby-core:20976] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-09-25* lib: updated keywords.nobu
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-09-24* lib/rational.rb (#+, #-, #/, #**, #<=>): Return correct error message in ↵marcandre
case coercion fails. Based on a patch by Run Paint Run Run [ruby-core:23903] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-09-24* hash.c (doc): doc fix, patch by Run Paint Run Run [ruby-core:23644]marcandre
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25078 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-09-24* 2009-09-25svn
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-09-24* hash.c (rehash doc): doc fix [ruby-core:23628]marcandre
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-09-24* instruby.rb: win32/win32.h exists in srcdir.usa
reported by arton ( http://www.artonx.org/diary/20090919.html#p01 ) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-09-24* win32/win32.c (subtract): if the parameters are same value, shouldusa
return zero. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-09-24* win32/win32.c (rb_w32_select): of course, need to initialize rest.usa
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-09-24* win32/win32.c (rb_w32_select): of course, need to initialize rest.usa
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2009-09-24* ext/openssl/ossl_config.c (ossl_config_add_value_m, ↵marcandre
ossl_config_set_section): Check if frozen (or untainted for $SECURE >= 4) [ruby-core:18377] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e