index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
Age
Commit 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_nonblock
akr
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-07
a test removed.
akr
2009-02-03
* ext/thread/thread.c (rb_queue_pop, rb_queue_push): should not lock
nobu
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-21
pass the trim_mode [Feature #1032]
seki
2009-01-12
* ext/socket/socket.c (sock_s_unpack_sockaddr_in): check too short
akr
2009-01-11
remove PercentScanner. fixed % after %> bug. [ruby-dev:37751] [Bug #997]
seki
2008-12-26
* lib/optparse.rb (OptionParser::List#summarize): gives priority
nobu
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 added
knu
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 to
knu
2008-12-03
* string.c (rb_str_getbyte, rb_str_setbyte): Add String#getbyte
knu
2008-11-24
* lib/logger.rb: imported upstream version (logger/1.2.7)
nahi
2008-11-18
fixed fails occasionally [ruby-dev:37119]. thanks, shinichiro.h.
seki
2008-11-18
* lib/logger.rb (ProgName): fixed for svn, based on a patch from
nobu
2008-11-10
* ext/dbm/dbm.c (fdbm_key): Rename #index to #key. Emit a warning
knu
2008-11-06
* lib/rexml/entity.rb (unnormalized): do not call
shugo
2008-10-21
Fixed 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, Luka
shugo
2008-09-03
* gc.c (rb_mark_set): new function to mark keys.
nobu
2008-08-19
* enumerator.c (Init_Enumerator): Rename Enumerable::Enumerator to
knu
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 each
nobu
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 stale
nobu
2008-07-08
* string.c (rb_str_succ): alphabets or numerics mutually enclosing
nobu
2008-07-07
* string.c (rb_str_succ): limit carrying in an alphanumeric region if
nobu
2008-07-04
fix %% line bug. [ruby-core:17491]
seki
2008-07-03
* include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead of
akr
2008-06-29
* NEWS: add an entry for rss.
kou
2008-06-27
* time.c: fix rounding negative float.
akr
2008-06-19
wrong commit; sorry
matz
2008-06-19
* lib/mathn.rb (Rational::power2): typo fixed. [ruby-core:17293]
matz
[prev]
[next]