Age | Commit message (Expand) | Author |
2008-04-22 | Merge from ruby_1_8. | knu |
2008-04-20 | * object.c, NEWS, test/ruby/test_symbol.rb: Revert Symbol#to_proc | knu |
2008-04-20 | Add test/yamlstore.rb. | knu |
2008-04-19 | Merge this too. | knu |
2008-04-19 | Merge everything from ruby_1_8. | knu |
2008-04-15 | * test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_event): | knu |
2008-04-15 | * lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403] | knu |
2008-04-15 | * eval.c (method_receiver, method_name, method_owner): New | kazu |
2008-04-15 | * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests. | kazu |
2008-04-14 | * array.c (rb_ary_flatten, rb_ary_flatten_bang): Take an optional | knu |
2008-04-14 | * enum.c New methods: Enumerable#take, #take_while, #drop and | knu |
2008-04-13 | * object.c (sym_to_proc): new method Symbol#to_proc; backported from 1.9. bug... | kazu |
2008-03-03 | * lib/webrick/httpservlet/filehandler.rb: should normalize path | gotoyuzo |
2008-02-29 | * test/ruby/test_bignum.rb (test_too_big_to_s): skips a test using too | nobu |
2008-02-29 | * bignum.c (big2str_find_n1): check integer overflow. | nobu |
2008-02-20 | * test/ruby/test_beginendblock.rb (test_begin_and_eval): add test for | nobu |
2008-02-12 | TestERBCore: import from erb-2.0.4 | seki |
2008-02-11 | * lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb, NEWS: | kou |
2008-01-30 | should find a symbol by Symbol class. | seki |
2007-12-28 | * lib/rss/rss.rb, test/rss/test_version.rb, NEWS: 0.2.2 -> 0.2.3. | kou |
2007-12-19 | * test/ruby/test_integer.rb (test_Integer): multiple underscores | nobu |
2007-12-19 | * bignum.c (rb_cstr_to_inum): an underscore succeeding after octal | nobu |
2007-12-15 | catch EOFError in a thread. | akr |
2007-12-10 | * array.c (rb_ary_slice_bang): If an invalid negative index (<= | knu |
2007-12-05 | new file. | akr |
2007-12-02 | * lib/rss/rss.rb, test/rss/test_version.rb, NEWS: 0.2.1 -> 0.2.2. | kou |
2007-11-30 | * lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1. | kou |
2007-11-13 | pathname test backported. | akr |
2007-11-01 | Improving with multiple network interface. | seki |
2007-10-21 | * lib/rss.rb, lib/rss/, test/rss/, sample/rss/: merged from trunk. | kou |
2007-10-15 | * marshal.c (r_bytes0): check if source has enough data. | nobu |
2007-09-12 | * test/thread/test_thread.rb (test_local_barrier), test/thread/lbtest.rb: tes... | nobu |
2007-09-06 | * test/rinda/test_rinda.rb (MockClock): correct synchronous problems | seki |
2007-08-18 | * sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keep | nobu |
2007-08-15 | * hash.c (rb_hash_delete_key): delete the entry without calling block. | nobu |
2007-08-11 | fix Rinda::TupleSpace keeper thread bug. | seki |
2007-07-16 | * numeric.c (fix_pow): integer power calculation: 0**n => 0, | matz |
2007-07-14 | * test/openssl/test_pkcs7.rb: reverted the previous patch. it should | nahi |
2007-07-14 | * test/openssl/test_pkcs7.rb: follow the library change. applied a | nahi |
2007-07-05 | * numeric.c (int_pow): fix previous nubu's commit. | usa |
2007-06-18 | * ext/openssl/{extconf.rb,ossl_ssl_session.c}: | technorama |
2007-06-10 | * test/ruby/test_beginendblock.rb (test_should_propagate_signaled): | nobu |
2007-06-08 | import OpenSSL from trunk | technorama |
2007-05-25 | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@12385 b2dd03c8-... | nobu |
2007-03-23 | * eval.c (ruby_cleanup): exit by SystemExit and SignalException in END | nobu |
2007-03-22 | * test/ruby/test_bignum.rb (test_to_s): add tests for Bignum#to_s. | usa |
2007-03-16 | * test/thread/test_thread.rb: Add a test script for the `thread' | knu |
2007-02-27 | * test/{dbm,gdbm}/test_{dbm,gdbm}.rb: shouldn't use host_os. use | usa |
2007-01-31 | * eval.c (rb_iterate): need to PUSH_ITER in proper order. | matz |
2007-01-10 | * ext/strscan/strscan.c (strscan_do_scan): should set kcode option before mat... | aamine |