aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag,ocean2006-01-091-1/+1
* * lib/generator.rb: (Generator#initialize): should kill @loop_threadocean2005-12-311-0/+2
* Sorry again, incorrent exception propagation.ocean2005-12-301-1/+1
* Sorry, reverted. Mutex is damn slow.....ocean2005-12-301-31/+30
* * lib/generator.rb: uses Mutex instead of Thread.critical.ocean2005-12-301-30/+31
* * lib/generator.rb: (Generator#initialize) ensured to stop @loop_thread.ocean2005-12-301-3/+3
* * lib/generator.rb: (Generator#initialize) fixed dead lock. this occuredocean2005-12-301-0/+1
* * lib/generator.rb: should work with another thread. (more robust code)ocean2005-12-291-7/+12
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-295-100/+148
* * lib/generator.rb: reimplemented Generator class with Thread instead ofocean2005-12-291-45/+40
* * lib/optparse.rb (CompletingHash#match): fix for 1.9.nobu2005-12-271-1/+1
* * lib/tmpdir.rb: merged RDoc patch from Eric Hodel <drbrain atmatz2005-12-152-0/+4
* * lib/rdoc/parsers/parse_c.rb (find_class_comment): fix for classnobu2005-12-141-1/+1
* * lib/matrix.rb: add Matrix#determinant_e, Matrix#rank_e.keiju2005-12-091-12/+138
* * lib/rexml/encoding.rb (encoding=): give priority to particularnobu2005-12-094-33/+57
* * eval.c (call_trace_func): klass parameter should be amatz2005-12-071-1/+1
* * sprintf.c (rb_f_sprintf): [ruby-dev:27967]matz2005-12-071-0/+4
* A trick for negative address removed.akr2005-11-301-1/+0
* * misc/ruby-mode.el (ruby-expr-beg): support $! at the end ofmatz2005-11-303-9/+4
* ChangeLog lib/pp.rbakr2005-11-301-1/+9
* follow change of observer.rb. fixed [ruby-core:6796]seki2005-11-291-10/+11
* * lib/pp.rb (PP::PPMethods#object_address_group): adjust address format.akr2005-11-281-1/+8
* * lib/mkmf.rb (create_makefile): should not change sodir withocean2005-11-281-1/+1
* * lib/pathname.rb: use File.basename to decompose pathnames.akr2005-11-261-527/+235
* * lib/wsdl/xmlSchema/complexContent.rb: missingnahi2005-11-261-0/+4
* * lib/rss/rss.rb: added backward compatibility codes.kou2005-11-252-2/+22
* * lib/rss/rss.rb: improved type conversion.kou2005-11-256-114/+185
* * lib/rss/image.rb: added Image prefix.kou2005-11-252-4/+16
* * test/rss/test_2.0.rb: added RSS 2.0 tests.kou2005-11-251-0/+19
* * lib/rss/parser.rb: added entity handling type predicate.kou2005-11-234-19/+56
* * lib/rss/: use #__send__ instead of #send.kou2005-11-239-29/+29
* * lib/rss/taxonomy.rb: changed class or module prefix tokou2005-11-232-34/+34
* * lib/rss/maker/taxonomy.rb: implemented taxonomy module for RSSkou2005-11-236-9/+213
* * lib/rss/rss.rb: fixed a indentation bug.kou2005-11-232-3/+8
* * lib/optparse.rb: match incomplete (in current enconding) multibytenobu2005-11-221-4/+4
* Updated rdoc to fix timeout.rb and include rinda directory. By Eric Hodelryan2005-11-213-16/+37
* * lib/fileutils.rb (FileUtils::ln): ln documentation fix.matz2005-11-192-1/+2
* * lib/rss/1.0.rb: added convenience method 'resources'.kou2005-11-172-3/+20
* * lib/rss/taxonomy.rb: implemented taxonomy module.kou2005-11-171-15/+181
* * lib/rss/1.0.rb: added rdf:Bag.kou2005-11-171-28/+73
* * lib/rss/rss.rb : removed needless argument 'prefix'.kou2005-11-172-4/+2
* * lib/rss/trackback.rb: added TrackBack prefix.kou2005-11-152-13/+31
* * lib/rss/rss.rb (RSS::VERSION): 0.1.5 -> 0.1.6.kou2005-11-151-1/+1
* * file.c (file_load_ok): use eaccess() instead of actually openingmatz2005-11-151-0/+9
* * lib/uri/common.rb (escape): regard second argument as a character set. [rub...aamine2005-11-131-1/+5
* * lib/shellwords.rb: fix for blank but not empty string.nobu2005-11-101-9/+5
* * lib/shellwords.rb: refactored. [ruby-core:06581]nobu2005-11-081-22/+11
* * lib/drb/ssl.rb (DRb::SSLConfig#accept): fixed typo.ocean2005-11-081-1/+1
* * lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324]ocean2005-11-061-1/+1
* * lib/open-uri.rb (open_loop): find_proxy should return nil when proxy does n...aamine2005-11-021-1/+1