| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/soap/streamHandler.rb: drop unused http parameters. | nahi | 2003-11-28 | 8 | -39/+138 |
* | * test/ruby/test_proc.rb (test_arity): added. | nobu | 2003-11-27 | 1 | -13/+39 |
* | * test/fileutils/test_fileutils.rb: should take the existing symbolic | eban | 2003-11-26 | 1 | -1/+1 |
* | * test/fileutils/test_fileutils.rb: do test in more deep directory. | aamine | 2003-11-25 | 2 | -9/+13 |
* | * test/fileutils/test_fileutils.rb: chdir Dir.tmpdir before each test. [ruby-... | aamine | 2003-11-25 | 2 | -2/+10 |
* | * test/wsdl/multiplefault.wsdl, test/wsdl/test_multiplefault.rb: removed. this | nahi | 2003-11-25 | 2 | -107/+0 |
* | * lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 ... | nahi | 2003-11-25 | 9 | -82/+300 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 3 | -5/+3 |
* | * lib/test/unit/util/backtracefilter.rb: fixed a bug that occurred | ntalbott | 2003-11-21 | 1 | -0/+3 |
* | * lib/fileutils.rb (have_st_ino?): emx (OS/2 with EMX) does not have st_ino (... | aamine | 2003-11-20 | 1 | -16/+21 |
* | * lib/fileutils.rb (fu_same?): check by inode instead of path name, to detect... | aamine | 2003-11-18 | 1 | -6/+6 |
* | * test/stringio/test_stringio.rb: imported from [ruby-dev:21941]. | nobu | 2003-11-18 | 1 | -0/+15 |
* | * lib/fileutils.rb (fu_each_src_dest): raise if src==dest. [ruby-talk:85344] ... | aamine | 2003-11-18 | 2 | -16/+92 |
* | * test/monitor/test_monitor.rb: fix the timing problem by Queue. | shugo | 2003-11-12 | 1 | -32/+47 |
* | * test/monitor/test_monitor.rb: added. | shugo | 2003-11-12 | 1 | -0/+144 |
* | * lib/test/unit/assertions.rb: un-deprecated #assert_not_nil to | ntalbott | 2003-11-08 | 1 | -2/+9 |
* | * test/wsdl/raa/*: add new testcase for WSDL loading, parsing and reading. | nahi | 2003-11-08 | 7 | -10/+758 |
* | * lib/optparse.rb (OptionParser::Switch::PlacedArgument::parse): | nobu | 2003-11-05 | 5 | -0/+255 |
* | * lib/soap/mapping/factory.rb: mark marshalled basetype objects when | nahi | 2003-10-31 | 2 | -2/+23 |
* | * lib/soap/generator.rb: better XML pretty printing. | nahi | 2003-10-30 | 1 | -0/+1 |
* | add test Hash#each, and change load_limit | seki | 2003-10-30 | 4 | -5/+19 |
* | * io.c (READ_DATA_BUFFERED): new macro to detect whether stdio | matz | 2003-10-30 | 2 | -64/+79 |
* | * eval.c (proc_invoke): single array value to normal Proc#call | matz | 2003-10-29 | 2 | -7/+33 |
* | * test/drb/drbtest.rb: use rbconfig.rb to make the path of ruby interpreter to | nahi | 2003-10-29 | 1 | -3/+6 |
* | change yield2 test. [ruby-dev:21739] | seki | 2003-10-28 | 1 | -2/+2 |
* | * parse.y (new_yield): remove magic argument rule; "yield [1,2]" | matz | 2003-10-28 | 2 | -49/+49 |
* | add yield test for [ruby-dev:21707] | seki | 2003-10-26 | 1 | -0/+5 |
* | * hash.c (rb_hash_each): Hash#each should yield single value. | matz | 2003-10-24 | 1 | -1/+1 |
* | * test/soap/calc/*, test/soap/helloworld/*: set logging threshold to ERROR. | nahi | 2003-10-22 | 4 | -9/+16 |
* | * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file): | nobu | 2003-10-22 | 6 | -16/+23 |
* | * test/drb/drbtest.rb: import drb common test utilities. | matz | 2003-10-21 | 1 | -0/+298 |
* | * eval.c (ruby_cleanup): call finalizers and exit procs before | matz | 2003-10-21 | 6 | -394/+83 |
* | * test/soap/calc/*, test/soap/helloworld/*: catch the exception from test | nahi | 2003-10-20 | 4 | -0/+24 |
* | import drb/runit/*.rb | seki | 2003-10-20 | 15 | -0/+1260 |
* | * eval.c (PUSH_FRAME): generate unique number to be TAG_JUMP() | matz | 2003-10-20 | 1 | -1/+1 |
* | * test/ruby/test_signal.rb (test_signal): restore old trap. | nobu | 2003-10-20 | 1 | -2/+5 |
* | * test/soap/calc/*, test/soap/helloworkd/*: changed port# of test server. | nahi | 2003-10-18 | 7 | -11/+19 |
* | * test/ruby/test_range.rb: added. | usa | 2003-10-17 | 1 | -0/+13 |
* | * test/digest/test_digest.rb (test_eq): show failed class. | nobu | 2003-10-15 | 2 | -3/+24 |
* | * test/digest/test_digest.rb: Moved from ext/digest/test.rb. | knu | 2003-10-14 | 1 | -0/+91 |
* | * lib/soap/baseData.rb: Introduce SOAPType as the common ancestor of | nahi | 2003-10-14 | 5 | -24/+178 |
* | * test/ruby/envutil.rb: use Config::CONFIG["ruby_install_name"], | eban | 2003-10-13 | 1 | -2/+10 |
* | * eval.c (rb_feature_p): match by classified suffix. | nobu | 2003-10-13 | 1 | -1/+4 |
* | * string.c (str_new4): should not preserve FL_TAINT status in the | matz | 2003-10-13 | 1 | -4/+7 |
* | * lib/test/unit.rb: removed installation instructions. | ntalbott | 2003-10-08 | 3 | -81/+429 |
* | * test/ruby/test_beginendblock.rb, test/ruby/endblockwarn.rb: commited older | nahi | 2003-10-07 | 2 | -15/+1 |
* | * test/ruby/test_beginendblock.rb: add tests for nested BEGIN/END. | nahi | 2003-10-07 | 4 | -19/+110 |
* | * test/ruby/test_beginendblock.rb (test_endinmethod): END{} is now | nobu | 2003-10-07 | 1 | -1/+4 |
* | * lib/csv.rb (IOReader, BasicWriter): call binmode when a given IO | nahi | 2003-10-06 | 1 | -9/+47 |
* | * test/ruby/test_iterator.rb (test_block_argument_without_paren): added. | nahi | 2003-10-06 | 1 | -6/+11 |