aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * process.c (proc_setgroups): [ruby-dev:25081]matz2004-12-061-1/+1
* * lib/optparse.rb (OptionParser::Completion#complete): new parameternobu2004-12-051-17/+12
* * lib/fileutils.rb: (In previous commit) new method chown.aamine2004-12-041-30/+7
* * lib/fileutils.rb (mkdir, mkdir_p): should chmod explicitly. [ruby-core:03881]aamine2004-12-041-5/+128
* * lib/rss/rss.rb: removed empty lines from output.kou2004-12-041-1/+2
* * lib/rss/rss.rb (RSS::VERSION): 0.1.1 -> 0.1.2kou2004-12-043-8/+34
* Ignore leading and trailing lines in :section: blocksdave2004-12-043-5/+41
* * eval.c (proc_invoke): prepare to pass a block from "call" methodmatz2004-12-031-10/+6
* * io.c (rb_file_initialize): [ruby-dev:25032]matz2004-12-021-6/+23
* * io.c (rb_io_sysread): use temporary lock. [ruby-dev:24992]matz2004-11-291-8/+6
* * object.c (convert_type): [ruby-core:03845]matz2004-11-291-2/+2
* * lib/rss/rss.rb (RSS::Element#tag): not use block_given? forkou2004-11-285-14/+14
* * lib/rss/rss.rb (RSS::NotSetError): added.kou2004-11-285-72/+94
* * lib/rss/{0.9,1.0,2.0,trackback,xml-stylesheet}.rb: addedkou2004-11-277-14/+186
* * lib/rss/maker/0.9.rb: supported RSS::Maker.make("0.91"). Now,kou2004-11-271-0/+1
* Fix problem with :section: and new 1.9dave2004-11-262-3/+1
* * io.c (io_read): move StringValue() check before GetOpenFile().matz2004-11-251-15/+364
* * lib/thwait.rb (ThreadsWait#join_nowait): abnormally terminatednobu2004-11-251-2/+5
* Don't include 'require's with variable argumentsdave2004-11-221-4/+4
* 1. Force --inline-source if --one-file givendave2004-11-206-325/+471
* * string.c (str_gsub): internal buffer should not be listed bymatz2004-11-192-4/+18
* * lib/test/unit/collector/dir.rb: typo fix.eban2004-11-191-1/+1
* * lib/test/unit/collector/dir.rb: better regex.eban2004-11-191-1/+2
* * lib/test/unit/collector/dir.rb: better support for -p/-x option.eban2004-11-191-0/+1
* * lib/rss/maker/0.9.rb (RSS::Maker::RSS09::Image#have_required_values):kou2004-11-191-2/+1
* * lib/rss/rss.rb (RSS::VERSION): 0.1.0 -> 0.1.1.kou2004-11-1914-509/+927
* * lib/xmlrpc/datetime.rb (XMLRPC::DateTime#==): should use Array()eban2004-11-191-1/+1
* * lib/test/unit/collector/dir.rb: add support for directory nameeban2004-11-191-3/+3
* * lib/xmlrpc/parser.rb, test/xmlrpc/test_features.rb: fixed "assinging to con...mneumann2004-11-171-5/+2
* * lib/xmlrpc/server.rb (CGIServer): fixed bug when client sends "Content-typ:...mneumann2004-11-161-1/+1
* added howtomneumann2004-11-162-0/+301
* * fixed issue #998 (http://rubyforge.org/tracker/?func=detail&atid=1700&aid=9...mneumann2004-11-161-5/+5
* * string.c (str_mod_check): frozen check should be separated.matz2004-11-161-3/+7
* * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): addusa2004-11-162-2/+10
* * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner::options): usenobu2004-11-161-2/+2
* * applied patch by MoonWolf <moonwolf@moonwolf.com> to allow parsingmneumann2004-11-162-9/+27
* * imported and refactored original test casesmneumann2004-11-153-31/+31
* * array.c (rb_ary_update): pedantic check to detectmatz2004-11-152-12/+14
* * string.c (rb_str_clear): avoid revealing NULL pointer.matz2004-11-141-38/+47
* * lib/pp.rb (PP#object_address_group): remove odd number of 'f'nobu2004-11-141-1/+3
* * lib/delegate.rb (SimpleDelegator::dup): wrong number ofmatz2004-11-101-8/+8
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-101-2/+2
* * lib/optparse.rb (OptionParser::Officious): moved from DefaultList.nobu2004-11-092-37/+71
* Change version numbering of RDoc and ridave2004-11-082-12/+3
* add DRb::ExtServManager#uri=.seki2004-11-081-2/+4
* Fix bug where parent class wasn't being detected if thedave2004-11-081-1/+2
* checks whether zone was given.tadf2004-11-061-3/+7
* * string.c (str_gsub): should have removed rb_str_unlocktmp(str).matz2004-11-041-1/+1
* * lib/webrick/httpauth/digestauth.rb: use Base64.encode64 togotoyuzo2004-11-031-2/+2
* * array.c (rb_ary_uniq_bang): do not push frozen string from hashmatz2004-11-031-0/+3