| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * lib/test/unit/assertions.rb: un-deprecated #assert_not_nil to | ntalbott | 2003-11-08 | 1 | -2/+1 |
* | * test/wsdl/raa/*: add new testcase for WSDL loading, parsing and reading. | nahi | 2003-11-08 | 6 | -9/+39 |
* | (Pathname#parent): if self is `.', return `..'. | akr | 2003-11-07 | 1 | -11/+44 |
* | Minor documentation fix. | wew | 2003-11-07 | 1 | -2/+2 |
* | lib/pathname.rb (Pathname#+): if self or the argument is `.', return another. | akr | 2003-11-07 | 1 | -0/+10 |
* | * lib/pathname.rb (Pathname#+): return the argument if self is `.'. | akr | 2003-11-07 | 1 | -2/+4 |
* | * eval.c (rb_load): allow interrupt during loaded program | matz | 2003-11-06 | 4 | -6/+240 |
* | * lib/optparse.rb (OptionParser::Completion#complete): default not to | nobu | 2003-11-06 | 1 | -2/+12 |
* | * lib/optparse.rb (OptionParser::Switch::PlacedArgument::parse): | nobu | 2003-11-05 | 1 | -1/+1 |
* | * lib/test/unit/ui/gtk/testrunner.rb: typo. | nobu | 2003-11-05 | 1 | -3/+3 |
* | * lib/monitor.rb: revert to the previous revision. | shugo | 2003-11-05 | 1 | -20/+13 |
* | * lib/webrick/https.rb (HTTPRequest#parse): set @client_cert_chain. | gotoyuzo | 2003-11-04 | 1 | -0/+6 |
* | * lib/racc/parser.rb: synchronize with Racc 1.4.4. | aamine | 2003-11-03 | 1 | -135/+116 |
* | * lib/webrick/ssl.rb: new option :SSLExtraChainCert. | gotoyuzo | 2003-11-01 | 1 | -0/+2 |
* | * lib/soap/mapping/factory.rb: mark marshalled basetype objects when | nahi | 2003-10-31 | 1 | -1/+4 |
* | * configure.in, lib/mkmf.rb: add RPATHFLAG for NetBSD. [ruby-dev:21791] | eban | 2003-10-31 | 1 | -1/+4 |
* | RD -> RDoc contributed by Lyle Johnson | gsinclair | 2003-10-30 | 1 | -182/+175 |
* | add DRbArray, and change yield. [ruby-dev:21773] | seki | 2003-10-30 | 3 | -0/+33 |
* | * lib/soap/generator.rb: better XML pretty printing. | nahi | 2003-10-30 | 2 | -8/+11 |
* | * io.c (READ_DATA_BUFFERED): new macro to detect whether stdio | matz | 2003-10-30 | 1 | -2/+3 |
* | * lib/test/unit/autorunner.rb: make fox runners work. | nahi | 2003-10-30 | 1 | -2/+2 |
* | * eval.c (proc_invoke): single array value to normal Proc#call | matz | 2003-10-29 | 2 | -4/+3 |
* | * re.c (rb_reg_s_union, Init_Regexp): new method `Regexp.union'. | akr | 2003-10-29 | 1 | -32/+36 |
* | * eval.c (Init_Proc): taint preallocated exception object | matz | 2003-10-29 | 1 | -1/+1 |
* | * parse.y (ret_args): node may be NULL. [ruby-talk:84530] | matz | 2003-10-29 | 1 | -1/+1 |
* | * hash.c (rb_hash_each): Hash#each should yield single value. | matz | 2003-10-24 | 1 | -1/+1 |
* | * lib/webrick/server.rb (GenericServer#start): should rescue | gotoyuzo | 2003-10-23 | 1 | -1/+1 |
* | * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file): | nobu | 2003-10-22 | 1 | -0/+1 |
* | * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file): | nobu | 2003-10-21 | 1 | -0/+4 |
* | * lib/debug.rb (debug_command): remove debug print. | usa | 2003-10-20 | 1 | -1/+0 |
* | * lib/pathname.rb (foreachline, dir_foreach): add obsolete warning. | akr | 2003-10-19 | 1 | -9/+10 |
* | * lib/generator.rb: Add rdoc documentation. | knu | 2003-10-17 | 1 | -4/+80 |
* | Reword and fix Overview. | knu | 2003-10-17 | 1 | -6/+5 |
* | consistent parentheses in assignment RHS. | matz | 2003-10-16 | 18 | -31/+31 |
* | * lib/debug.rb (DEBUGGER__::Context::debug_command): do not call | matz | 2003-10-16 | 1 | -4/+6 |
* | * lib/soap/netHttpClient.rb: use URI::HTTP#request_uri instead of | nahi | 2003-10-15 | 1 | -2/+2 |
* | * lib/cgi.rb (CGI::Cookie): tiny typo fix. | matz | 2003-10-15 | 1 | -1/+1 |
* | * marshal.c (w_object): dump extended modules as well. | matz | 2003-10-15 | 3 | -2/+3 |
* | * lib/generator.rb: A new library which converts an internal | knu | 2003-10-14 | 2 | -0/+367 |
* | * lib/soap/baseData.rb: Introduce SOAPType as the common ancestor of | nahi | 2003-10-14 | 16 | -351/+511 |
* | * lib/pathname.rb (realpath): make ELOOP check bit more robust. | akr | 2003-10-13 | 1 | -9/+39 |
* | * string.c (str_new4): should not preserve FL_TAINT status in the | matz | 2003-10-13 | 1 | -1/+1 |
* | * lib/rexml/quickpath.rb (REXML::QuickPath::match): | eban | 2003-10-11 | 1 | -1/+1 |
* | fix previous change. | akr | 2003-10-11 | 1 | -1/+3 |
* | * lib/pathname.rb (realpath): check existence of the file. | akr | 2003-10-11 | 1 | -1/+1 |
* | * lib/pathname.rb (realpath): re-implemented. | akr | 2003-10-11 | 1 | -54/+32 |
* | * lib/pathname.rb (realpath_rec): fix handling of symlink to absolute | akr | 2003-10-11 | 1 | -6/+8 |
* | * lib/monitor.rb: handle exceptions correctly. Thanks, Gennady | shugo | 2003-10-11 | 1 | -13/+20 |
* | * Forgot to update the MANIFEST, WRT the removal of files from the | ser | 2003-10-10 | 1 | -2/+1 |
* | * Changes to the encoding mechanism. If iconv is found, it is used first | ser | 2003-10-10 | 23 | -222/+183 |