aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/test/unit/ui/testrunnermediator.rb: should require 'test/unit'.ntalbott2003-11-111-0/+1
* * lib/test/unit/ui/gtk/testrunner.rb: added a rescue clause to handlentalbott2003-11-111-1/+3
* * io.c (appendline): file may not end with newline. a bug ifmatz2003-11-111-1/+0
* fixed CDATA parsing for XMLScanParser and REXMLStreamParsermneumann2003-11-111-0/+5
* * lib/monitor.rb (wait): return true on signal/broadcastfalse andshugo2003-11-101-0/+2
* * lib/test/unit/assertions.rb: un-deprecated #assert_not_nil tontalbott2003-11-081-2/+1
* * test/wsdl/raa/*: add new testcase for WSDL loading, parsing and reading.nahi2003-11-086-9/+39
* (Pathname#parent): if self is `.', return `..'.akr2003-11-071-11/+44
* Minor documentation fix.wew2003-11-071-2/+2
* lib/pathname.rb (Pathname#+): if self or the argument is `.', return another.akr2003-11-071-0/+10
* * lib/pathname.rb (Pathname#+): return the argument if self is `.'.akr2003-11-071-2/+4
* * eval.c (rb_load): allow interrupt during loaded programmatz2003-11-064-6/+240
* * lib/optparse.rb (OptionParser::Completion#complete): default not tonobu2003-11-061-2/+12
* * lib/optparse.rb (OptionParser::Switch::PlacedArgument::parse):nobu2003-11-051-1/+1
* * lib/test/unit/ui/gtk/testrunner.rb: typo.nobu2003-11-051-3/+3
* * lib/monitor.rb: revert to the previous revision.shugo2003-11-051-20/+13
* * lib/webrick/https.rb (HTTPRequest#parse): set @client_cert_chain.gotoyuzo2003-11-041-0/+6
* * lib/racc/parser.rb: synchronize with Racc 1.4.4.aamine2003-11-031-135/+116
* * lib/webrick/ssl.rb: new option :SSLExtraChainCert.gotoyuzo2003-11-011-0/+2
* * lib/soap/mapping/factory.rb: mark marshalled basetype objects whennahi2003-10-311-1/+4
* * configure.in, lib/mkmf.rb: add RPATHFLAG for NetBSD. [ruby-dev:21791]eban2003-10-311-1/+4
* RD -> RDoc contributed by Lyle Johnsongsinclair2003-10-301-182/+175
* add DRbArray, and change yield. [ruby-dev:21773]seki2003-10-303-0/+33
* * lib/soap/generator.rb: better XML pretty printing.nahi2003-10-302-8/+11
* * io.c (READ_DATA_BUFFERED): new macro to detect whether stdiomatz2003-10-301-2/+3
* * lib/test/unit/autorunner.rb: make fox runners work.nahi2003-10-301-2/+2
* * eval.c (proc_invoke): single array value to normal Proc#callmatz2003-10-292-4/+3
* * re.c (rb_reg_s_union, Init_Regexp): new method `Regexp.union'.akr2003-10-291-32/+36
* * eval.c (Init_Proc): taint preallocated exception objectmatz2003-10-291-1/+1
* * parse.y (ret_args): node may be NULL. [ruby-talk:84530]matz2003-10-291-1/+1
* * hash.c (rb_hash_each): Hash#each should yield single value.matz2003-10-241-1/+1
* * lib/webrick/server.rb (GenericServer#start): should rescuegotoyuzo2003-10-231-1/+1
* * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu2003-10-221-0/+1
* * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu2003-10-211-0/+4
* * lib/debug.rb (debug_command): remove debug print.usa2003-10-201-1/+0
* * lib/pathname.rb (foreachline, dir_foreach): add obsolete warning.akr2003-10-191-9/+10
* * lib/generator.rb: Add rdoc documentation.knu2003-10-171-4/+80
* Reword and fix Overview.knu2003-10-171-6/+5
* consistent parentheses in assignment RHS.matz2003-10-1618-31/+31
* * lib/debug.rb (DEBUGGER__::Context::debug_command): do not callmatz2003-10-161-4/+6
* * lib/soap/netHttpClient.rb: use URI::HTTP#request_uri instead ofnahi2003-10-151-2/+2
* * lib/cgi.rb (CGI::Cookie): tiny typo fix.matz2003-10-151-1/+1
* * marshal.c (w_object): dump extended modules as well.matz2003-10-153-2/+3
* * lib/generator.rb: A new library which converts an internalknu2003-10-142-0/+367
* * lib/soap/baseData.rb: Introduce SOAPType as the common ancestor ofnahi2003-10-1416-351/+511
* * lib/pathname.rb (realpath): make ELOOP check bit more robust.akr2003-10-131-9/+39
* * string.c (str_new4): should not preserve FL_TAINT status in thematz2003-10-131-1/+1
* * lib/rexml/quickpath.rb (REXML::QuickPath::match):eban2003-10-111-1/+1
* fix previous change.akr2003-10-111-1/+3
* * lib/pathname.rb (realpath): check existence of the file.akr2003-10-111-1/+1