aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-031-2/+2
* * lib/rdoc/parsers/parse_rb.rb (RDoc::RubyParser#get_tk): addedusa2006-02-021-2/+6
* * lib/rdoc/usage.rb: support "a:0:33" style caller[-1]. In this caseocean2006-01-271-1/+1
* * lib/test/unit/autorunner.rb (process_args): ignore arguments afternobu2006-01-221-1/+1
* * lib/fileutils.rb (mv): should remove file after copying. [ruby-dev:28223]aamine2006-01-191-0/+1
* * lib/rdoc/diagram.rb:ocean2006-01-136-60/+60
* (ERB::Compiler): add instance variable @insert_cmd to change <%='s behavior.seki2006-01-101-4/+4
* * lib/yaml/rubytypes.rb (Fixnum): Bignum could not be loaded inocean2006-01-101-10/+12
* * lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quotedocean2006-01-101-0/+1
* * 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