aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/pathname.rb (realpath): re-implemented.akr2003-10-111-54/+32
* * lib/pathname.rb (realpath_rec): fix handling of symlink to absoluteakr2003-10-111-6/+8
* * lib/monitor.rb: handle exceptions correctly. Thanks, Gennadyshugo2003-10-111-13/+20
* * Forgot to update the MANIFEST, WRT the removal of files from theser2003-10-101-2/+1
* * Changes to the encoding mechanism. If iconv is found, it is used firstser2003-10-1023-222/+183
* * lib/test/unit.rb: removed installation instructions.ntalbott2003-10-086-152/+319
* applied patch by OHARA Shigeki:mneumann2003-10-071-9/+3
* * lib/csv.rb (IOReader, BasicWriter): call binmode when a given IOnahi2003-10-061-3/+5
* * marshal.c (w_object): should pass "weak" value to next level.matz2003-10-061-1/+1
* * lib/pathname.rb: version information is added in document.akr2003-10-051-3/+39
* add rinda, (import from drb-2.0.4)seki2003-10-053-0/+649
* * lib/xsd/datatypes.rb: Rational -> Decimal string bug fix.nahi2003-10-051-1/+1
* * lib/rubyunit.rb: aliasing TestCase into the top level isntalbott2003-10-052-9/+9