summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2003-11-12* lib/monitor.rb: refactored. Thanks, Gennady Bystritsky.shugo
2003-11-11 * lib/test/unit/ui/testrunnermediator.rb: should require 'test/unit'.ntalbott
2003-11-11 * lib/test/unit/ui/gtk/testrunner.rb: added a rescue clause to handlentalbott
2003-11-11* io.c (appendline): file may not end with newline. a bug ifmatz
2003-11-11fixed CDATA parsing for XMLScanParser and REXMLStreamParsermneumann
2003-11-10* lib/monitor.rb (wait): return true on signal/broadcastfalse andshugo
2003-11-08 * lib/test/unit/assertions.rb: un-deprecated #assert_not_nil tontalbott
2003-11-08* test/wsdl/raa/*: add new testcase for WSDL loading, parsing and reading.nahi
2003-11-07(Pathname#parent): if self is `.', return `..'.akr
2003-11-07Minor documentation fix.wew
2003-11-07lib/pathname.rb (Pathname#+): if self or the argument is `.', return another.akr
2003-11-07* lib/pathname.rb (Pathname#+): return the argument if self is `.'.akr
2003-11-06* eval.c (rb_load): allow interrupt during loaded programmatz
2003-11-06* lib/optparse.rb (OptionParser::Completion#complete): default not tonobu
2003-11-05* lib/optparse.rb (OptionParser::Switch::PlacedArgument::parse):nobu
2003-11-05* lib/test/unit/ui/gtk/testrunner.rb: typo.nobu
2003-11-05* lib/monitor.rb: revert to the previous revision.shugo
2003-11-04* lib/webrick/https.rb (HTTPRequest#parse): set @client_cert_chain.gotoyuzo
2003-11-03* lib/racc/parser.rb: synchronize with Racc 1.4.4.aamine
2003-11-01* lib/webrick/ssl.rb: new option :SSLExtraChainCert.gotoyuzo
2003-10-31* lib/soap/mapping/factory.rb: mark marshalled basetype objects whennahi
2003-10-31* configure.in, lib/mkmf.rb: add RPATHFLAG for NetBSD. [ruby-dev:21791]eban
2003-10-30RD -> RDoc contributed by Lyle Johnsongsinclair
2003-10-30add DRbArray, and change yield. [ruby-dev:21773]seki
2003-10-30* lib/soap/generator.rb: better XML pretty printing.nahi
2003-10-30* io.c (READ_DATA_BUFFERED): new macro to detect whether stdiomatz
2003-10-30* lib/test/unit/autorunner.rb: make fox runners work.nahi
2003-10-29* eval.c (proc_invoke): single array value to normal Proc#callmatz
2003-10-29* re.c (rb_reg_s_union, Init_Regexp): new method `Regexp.union'.akr
2003-10-29* eval.c (Init_Proc): taint preallocated exception objectmatz
2003-10-29* parse.y (ret_args): node may be NULL. [ruby-talk:84530]matz
2003-10-24* hash.c (rb_hash_each): Hash#each should yield single value.matz
2003-10-23* lib/webrick/server.rb (GenericServer#start): should rescuegotoyuzo
2003-10-22* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu
2003-10-21* lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#collect_file):nobu
2003-10-20* lib/debug.rb (debug_command): remove debug print.usa
2003-10-19* lib/pathname.rb (foreachline, dir_foreach): add obsolete warning.akr
2003-10-17* lib/generator.rb: Add rdoc documentation.knu
2003-10-17Reword and fix Overview.knu
2003-10-16consistent parentheses in assignment RHS.matz
2003-10-16* lib/debug.rb (DEBUGGER__::Context::debug_command): do not callmatz
2003-10-15* lib/soap/netHttpClient.rb: use URI::HTTP#request_uri instead ofnahi
2003-10-15* lib/cgi.rb (CGI::Cookie): tiny typo fix.matz
2003-10-15* marshal.c (w_object): dump extended modules as well.matz
2003-10-14* lib/generator.rb: A new library which converts an internalknu
2003-10-14* lib/soap/baseData.rb: Introduce SOAPType as the common ancestor ofnahi
2003-10-13* lib/pathname.rb (realpath): make ELOOP check bit more robust.akr
2003-10-13* string.c (str_new4): should not preserve FL_TAINT status in thematz
2003-10-11* lib/rexml/quickpath.rb (REXML::QuickPath::match):eban
2003-10-11fix previous change.akr