summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2003-10-11* lib/pathname.rb (realpath): check existence of the file.akr
2003-10-11* lib/pathname.rb (realpath): re-implemented.akr
2003-10-11* lib/pathname.rb (realpath_rec): fix handling of symlink to absoluteakr
2003-10-11* lib/monitor.rb: handle exceptions correctly. Thanks, Gennadyshugo
2003-10-10* Forgot to update the MANIFEST, WRT the removal of files from theser
2003-10-10* Changes to the encoding mechanism. If iconv is found, it is used firstser
2003-10-08 * lib/test/unit.rb: removed installation instructions.ntalbott
2003-10-07applied patch by OHARA Shigeki:mneumann
2003-10-06* lib/csv.rb (IOReader, BasicWriter): call binmode when a given IOnahi
2003-10-06* marshal.c (w_object): should pass "weak" value to next level.matz
2003-10-05* lib/pathname.rb: version information is added in document.akr
2003-10-05add rinda, (import from drb-2.0.4)seki
2003-10-05* lib/xsd/datatypes.rb: Rational -> Decimal string bug fix.nahi
2003-10-05 * lib/rubyunit.rb: aliasing TestCase into the top level isntalbott
2003-10-05* lib/open-uri.rb (URI::Generic#find_proxy): no_proxy support did not work.nahi
2003-10-05 * lib/test/unit/assertions.rb: will use pp for output if available.ntalbott
2003-10-04 * lib/test/unit/assertions.rb: made small improvements to assertionntalbott
2003-10-04 * lib/test/unit/assertions.rb: refactored message building.ntalbott