aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/webrick/httpauth.rb,nahi2004-12-183-5/+2
* * lib/cgi/session.rb (CGI::Session#initialize): control addingnobu2004-12-171-6/+5
* * lib/mkmf.rb (create_makefile): create RUBYARCHDIR also when no extensionnobu2004-12-161-1/+2
* * lib/net/http.rb: remove junk.aamine2004-12-151-1/+1
* * ext/syck/rubyext.c (rb_syck_io_str_read): [ruby-core:03973]matz2004-12-151-0/+7
* changed default binded address family to use an available address family of h...seki2004-12-152-4/+30
* * lib/webrick/server.rb (WEBrick::GenericServer#start_thread):gotoyuzo2004-12-154-13/+32
* * lib/set.rb (Set#==): [ruby-dev:25206]matz2004-12-153-24/+35
* Merged in the changes from BSD bug report. shift-jis is now shift_jis, inser2004-12-132-5/+5
* * lib/pathname.rb (cleanpath_aggressive): make it private.akr2004-12-121-2/+4
* Don't show r/w accessot flags if none were specified for custom attributesdave2004-12-121-0/+5
* Never exclude files given on command linedave2004-12-121-4/+5
* add DRbRemoteError. [ruby-list:40348], [ruby-list:40390]seki2004-12-111-4/+22
* * lib/webrick/cgi.rb (WEBrick::CGI#setup_header): avoidgotoyuzo2004-12-092-10/+16
* Fix CSS typo that meant h2 headings were invisibledave2004-12-081-2/+2
* * process.c (rb_spawn): support for DJGPP.eban2004-12-081-0/+3
* * 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