aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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
* All of the tickets and issues mentioned in this log can be found at:ser2005-12-3010-31/+47
* * eval.c (ev_const_get): fixed a bug in constant reference duringmatz2005-12-261-1/+1
* * lib/pathname.rb (test_kernel_open): use File.identical?.akr2005-12-211-7/+3
* * signal.c (Init_signal): revert C++ style comment.matz2005-12-153-16/+38
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-12-111-0/+178
* * lib/rexml/encoding.rb (encoding=): give priority to particularnobu2005-12-094-33/+57
* * lib/mkmf.rb (create_makefile): should not change sodir withocean2005-11-281-1/+1
* * lib/wsdl/xmlSchema/complexContent.rb: missingnahi2005-11-261-0/+4
* * lib/optparse.rb: match incomplete (in current enconding) multibytenobu2005-11-221-4/+4
* * lib/fileutils.rb (FileUtils::ln): ln documentation fix.ocean2005-11-201-1/+1
* * lib/find.rb (Find::find): should not ignore symbolic links tomatz2005-11-151-2/+2
* * 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
* * eval.c (rb_call_super): should call method_missing if super ismatz2005-11-011-0/+1
* * lib/webrick/httpservlet/cgihandler.rbgotoyuzo2005-10-302-0/+30
* * 1.8.3 preview1matz2005-10-281-1/+1
* * string.c (scan_once): wrong condition to use mbclen2().matz2005-10-272-14/+209
* * lib/rational.rb: applied documentation patch from Gavin Sinclairmatz2005-10-253-71/+250
* * lib/rdoc/markup/simple_markup.rb (SM::SimpleMarkup::LABEL_LIST_RE):nobu2005-10-241-2/+1
* RDoc documentation from Eric Hodel <Drbrain@segment7.net> added.seki2005-10-243-92/+443
* * ext/extmk.rb, lib/mkmf.rb (with_config): support --with-extensionnobu2005-10-221-4/+18
* * lib/mkmf.rb (create_makefile): Borland make seems not to allowocean2005-10-201-2/+2
* * lib/mkmf.rb (create_makefile): get rid of a restrictionnobu2005-10-191-1/+2
* * lib/mkmf.rb (create_makefile): do not create unnecessary emptynobu2005-10-191-3/+2
* check remote hash tupleseki2005-10-161-1/+5
* * lib/webrick/config.rb (Config::FileHandler): :UserDir should be nil.gotoyuzo2005-10-141-1/+1
* * lib/cgi.rb (CGI::Cookie::parse): Cookies from Nokia devices maymatz2005-10-071-1/+1
* * lib/xmlrpc/server.rb (XMLRPC::Server#initialize): should mount thegotoyuzo2005-10-041-1/+1
* * lib/xmlrpc/server.rb (XMLRPC::Server#serve): delete wrong callgotoyuzo2005-10-041-1/+1
* * lib/delegate.rb: document update from James Edward Gray IImatz2005-09-282-0/+2
* * lib/webrick/cgi.rb (WEBrick::CGI#start): req.query_string shouldgotoyuzo2005-09-282-2/+3
* * lib/yaml/basenode.rb (YAML::BaseNode::match_segment): fix typo.nobu2005-09-273-41/+51
* * eval.c (set_trace_func): add rb_secure(4) to prevent addingmatz2005-09-263-46/+321
* *** empty log message ***nobu2005-09-261-10/+14
* * lib/optparse.rb (RequiredArgument#parse): not consume unmatchednobu2005-09-251-15/+11
* * lib/fileutils.rb (cd): no longer accept :noop option, related code is usele...aamine2005-09-231-1/+1
* * lib/fileutils.rb: fix visibility of FileUtils::NoWrite, Verbose, DryRun (ba...aamine2005-09-231-0/+20
* * lib/mkmf.rb (find_executable0): default path if environment is notnobu2005-09-221-1/+10
* * lib/mkmf.rb (configuration): generalized nmake dependent code.nobu2005-09-211-1/+7
* * lib/optparse.rb (default_argv, Arguable#options): defaults stringsnobu2005-09-201-3/+9
* * lib/yaml.rb: require 'yaml/constants'. [ruby-core:5776]matz2005-09-201-0/+1
* * lib/xmlrpc/client.rb (XMLRPC::Client::do_rpc): add charsetmatz2005-09-202-4/+4
* * ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy2005-09-202-9/+10
* * lib/fileutils.rb (cp_r): default is :dereference_root=>true for backward co...aamine2005-09-191-0/+1