summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-09* lib/matrix.rb (Matrix#inverse_from): use #quo. backported r9490.nobu
2010-01-09* class.c (rb_define_class): raise TypeError same as classnobu
2010-01-08* win32/configure.bat (WIN32DIR): regularise file separators.nobu
2010-01-08* io.c (io_fwrite): preserve errno. [ruby-core:27425]nobu
2010-01-08* io.c (rb_io_s_read): close the IO if an exception is raised onusa
2010-01-08 * ruby.h (RB_GC_GUARD_PTR): workaround for gcc optimization.nobu
2010-01-01* lib/mkmf.rb: Fix build. COUTFLAG is not yet landed on thisknu
2009-12-31* ext/digest/digest.c (rb_digest_instance_method_unimpl): Suppressknu
2009-12-31* string.c: Add instance methods to Symbol: succ, next, <=>,knu
2009-12-31* parse.y (dsym): Allow empty symbols. [merge from 1.9]knu
2009-12-31* object.c, intern.h: Export rb_sym_to_s.knu
2009-12-31* 2010-01-01svn
2009-12-31* object.c, intern.h: Export rb_sym_to_s.knu
2009-12-31* enumerator.c: Remove a duplicated declaration.knu
2009-12-31* ext/socket/socket.c: include addrinfo.h only when using our ownusa
2009-12-30* ext/socket/extconf.rb: fix for wide-getaddrinfo option.nobu
2009-12-30* ext/extmk.rb: fix for extstatic.nobu
2009-12-29* lib/delegate.rb (marshal_dump/load): Revert r26122, r26194, as per Nobu. [r...marcandre
2009-12-29* lib/delegate.rb (marshal_dump/load): Provide forward compatibility [ruby-co...marcandre
2009-12-29* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::STANDALONE):nobu
2009-12-28* 2009-12-28svn
2009-12-28 * test/ruby/test_marshal.rb: added tests for taintness propagation.nahi
2009-12-24* test/ruby/test_settracefunc.rb: removed the influence of other tests.usa
2009-12-24* lib/uri/generic.rb (eql?): Check the class of the compared object.marcandre
2009-12-24ChangeLog entry for r26164marcandre
2009-12-24* 2009-12-24svn
2009-12-24* lib/delegate.rb (marshal_dump/load): dump & load instance variables by defa...marcandre
2009-12-23* parse.y (args): splat other than direct array literal.nobu
2009-12-23* eval.c (rb_load): initialize orig_func. [ruby-core:27296]nobu
2009-12-23* test/drb/drbtest.rb (DRbService.add_service_command): quotesnobu
2009-12-23* test/ruby/test_thread.rb: removed not-backported features.nobu
2009-12-23* test/ruby/test_thread.rb (test_priority): removed not-guaranteed result.nobu
2009-12-22* parse.y (mlhs_basic): suppress warnings.nobu
2009-12-22* svn:properties.nobu
2009-12-22* parse.y (whole_match_p): constified.nobu
2009-12-22* 2009-12-22svn
2009-12-22 * test/net/http/test_post_io.rb: parse chunked stream to avoid client nahi
2009-12-21 * ext/stringio/stringio.c (strio_getline): fix for "" as separator.nahi
2009-12-21 * test/openssl/{common.pem,max.pem}: added fixture certificates. nahi
2009-12-20* 2009-12-21svn
2009-12-20* object.c: Object#initialize accepts any number of arguments [ruby-core:27080]marcandre
2009-12-20* 2009-12-20svn
2009-12-20 * lib/net/http.rb (HTTPGenericRequest#send_request_with_body_stream):nahi
2009-12-19* 2009-12-19svn
2009-12-19* lib/set.rb (initialize): Add check that argument is enumerablemarcandre
2009-12-16* lib/un.rb (httpd): try to convert port number to integer.nobu
2009-12-16* 2009-12-16svn
2009-12-16* lib/un.rb (wait_writable): wait until target files can benobu
2009-12-15* 2009-12-15svn
2009-12-15* string.c (rb_str_inspect): wrong result of UTF-8 inspect because ofusa