summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2009-04-22* eval.c (proc_invoke): shares dmethod scope local variables.nobu
2009-03-19* ext/openssl/ossl_ssl.c: revert incomplete read_nonblockakr
2009-03-17* lib/pathname.rb (Pathname#sub): set $~ in block.binding.akr
2009-03-12* test/openssl/test_ssl.rb (OpenSSL#test_client_session):kazu
2009-03-01* test/ruby/test_path.rb (test_extname): test for r19596.nobu
2009-03-01* test/ruby/test_path.rb (test_basename): test for r19595.nobu
2009-02-18* file.c (rb_file_s_extname): fix for spaces before extention.nobu
2009-02-17* test/ostruct/test_ostruct.rb (test_frozen): added assertions.nobu
2009-02-15* lib/ostruct.rb (OpenStruct#new_ostruct_member): checks if frozen.nobu
2009-02-15* lib/ostruct.rb (OpenStruct#inspect): fixed the recursion check.nobu
2009-02-07a test removed.akr
2009-02-03* ext/thread/thread.c (rb_queue_pop, rb_queue_push): should not locknobu
2009-01-31* io.c (io_getpartial): fflush after read for updating pos in FILE.akr
2009-01-25* ext/openssl/ossl_ssl.c: Server Name Indication support.technorama
2009-01-21pass the trim_mode [Feature #1032]seki
2009-01-12* ext/socket/socket.c (sock_s_unpack_sockaddr_in): check too shortakr
2009-01-11remove PercentScanner. fixed % after %> bug. [ruby-dev:37751] [Bug #997]seki
2008-12-26* lib/optparse.rb (OptionParser::List#summarize): gives prioritynobu
2008-12-21* lib/optparse.rb (SPLAT_PROC): fix for regexp. [ruby-dev:37514]nobu
2008-12-18 * test warning cleanups.nahi
2008-12-11* lib/rss/maker.rb, lib/rss/maker/0.9.rb, lib/rss/maker/base.rb:kou
2008-12-11* test/ruby/test_enumerator.rb: Add tests for the recently addedknu
2008-12-08* pack.c (pack_pack): fixed length for odd length string.nobu
2008-12-04* ext/openssl/ossl_ssl.c (ossl_ssl_read_nonblock):matz
2008-12-03* pack.c (rb_utf8_to_uv), intern.h: Rename utf8_to_uv toknu
2008-12-03* string.c (rb_str_getbyte, rb_str_setbyte): Add String#getbyteknu
2008-11-24 * lib/logger.rb: imported upstream version (logger/1.2.7)nahi
2008-11-18fixed fails occasionally [ruby-dev:37119]. thanks, shinichiro.h.seki
2008-11-18* lib/logger.rb (ProgName): fixed for svn, based on a patch fromnobu
2008-11-10* ext/dbm/dbm.c (fdbm_key): Rename #index to #key. Emit a warningknu
2008-11-06* lib/rexml/entity.rb (unnormalized): do not callshugo
2008-10-21Fixed test failures [ruby-dev:36837].seki
2008-10-14* lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)kazu
2008-09-15* test/matrix/test_matrix.rb (setup): typo.yugui
2008-09-14* lib/matrix.rb (Vector#eql?): typo of the method name as "eqn?".yugui
2008-09-13* lib/rexml/document.rb: limit entity expansion. Thanks, Lukashugo
2008-09-03* gc.c (rb_mark_set): new function to mark keys.nobu
2008-08-19* enumerator.c (Init_Enumerator): Rename Enumerable::Enumerator toknu
2008-08-17* lib/webrick/cgi.rb (WEBrick::CGI::Socket#eof?): added lacked method.gotoyuzo
2008-07-30* win32/win32.c (rb_w32_select): recalc the rest of timeout for eachnobu
2008-07-28* test/rss/: use PNG instead of zlib as binary data. [ruby-dev:35666]kou
2008-07-10* test/ruby/test_string.rb (test_succ, test_succ!): reverted stalenobu
2008-07-08* string.c (rb_str_succ): alphabets or numerics mutually enclosingnobu
2008-07-07* string.c (rb_str_succ): limit carrying in an alphanumeric region ifnobu
2008-07-04fix %% line bug. [ruby-core:17491]seki
2008-07-03* include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead ofakr
2008-06-29* NEWS: add an entry for rss.kou
2008-06-27* time.c: fix rounding negative float.akr
2008-06-19wrong commit; sorrymatz
2008-06-19* lib/mathn.rb (Rational::power2): typo fixed. [ruby-core:17293]matz