summaryrefslogtreecommitdiff
path: root/sample
AgeCommit message (Expand)Author
2005-01-07* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):gotoyuzo
2004-12-21 * lib/soap/*, test/soap/*, sample/soap/authheader/*: eval cleanup.nahi
2004-12-20 * added samples for the previous soap4r's commit.nahi
2004-12-11* sample/optparse/subcommand.rb: a sample for sub commands likenobu
2004-12-06* process.c (proc_setgroups): [ruby-dev:25081]matz
2004-11-27* lib/rss/{0.9,1.0,2.0,trackback,xml-stylesheet}.rb: addedkou
2004-11-27* sample/rss/list_description.rb: untabified.kou
2004-11-14* eval.c (rb_yield_0): lambda{}.call(1) should raise exception.matz
2004-09-25synchronized with date2 3.6.1tadf
2004-09-22* parse.y [ripper]: on__scan event removed.aamine
2004-07-03 * added files:nahi
2004-06-27using "DRb.thread.join" instead of "gets"seki
2004-06-27 * sample/rss/tdiary_plugin/rss-recent.rb: supported Hiki.kou
2004-06-18 * sample/rss/tdiary_plugin/rss-recent.rb: added more information.kou
2004-05-25* eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a blocknobu
2004-04-07* lib/rss/parser.rb, lib/rss/1.0.rb: accepted rdf:resource orkou
2004-03-26 * lib/logger.rb: trim tail space of each line. no user visible change.nahi
2004-03-20* eval.c (rb_require_safe): preserve old ruby_errinfo.matz
2004-03-19* variable.c (rb_cvar_set): class variables become private to thematz
2004-03-16* error.c (exc_initialize): calling 'to_str' each time just formatz
2004-03-10* struct.c (rb_struct_s_def): Struct::new executes block withmatz
2004-03-03* eval.c (method_hash): new method. [ruby-talk:93968]matz
2004-02-27* eval.c (proc_invoke): no orphan block check is needed when pcallmatz
2004-02-15 * sample/soap/calc/httpd.rb, sample/soap/exchange/httpd.rb,nahi
2004-02-14import drb/sampleseki
2004-01-31* lib/rss/parser.rb (RSS::Parser): added @@default_parser. Usedkou
2004-01-29 * sample/openssl/gen_csr.rb: follow OpenSSL::X509::Name change.nahi
2004-01-28* lib/rss: rss library imported. [ruby-dev:22726]matz
2004-01-19* sample/exyacc.rb: escape '}' to avoid warning.eban
2004-01-18synchronized with date2 3.5.tadf
2004-01-07* sample/webrick/*: new files.gotoyuzo
2003-12-01* numeric.c (num_sadded): prohibit singleton method definition formatz
2003-12-01* sample/optparse/opttest.rb: added.nobu
2003-11-28* lib/soap/streamHandler.rb: drop unused http parameters.nahi
2003-11-25* lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 ...nahi
2003-11-05* sample/openssl/gen_csr.rb: there (at least) is a CA which does not accept DNnahi
2003-10-29* eval.c (proc_invoke): single array value to normal Proc#callmatz
2003-10-28* parse.y (new_yield): remove magic argument rule; "yield [1,2]"matz
2003-10-16consistent parentheses in assignment RHS.matz
2003-10-04* marshal.c (w_object): instance variable dump do not cause errormatz
2003-10-03* lib/xsd/datatypes.rb: dump sign by itself. under the problematic platform,nahi
2003-09-27* sample/wsdl/amazon/wsdlDriver.rb: syntax error fixed (variable devtag notnahi
2003-09-24* lib/soap/* (29 files): SOAP4R added.nahi
2003-09-19 * test/testunit/*: Added.ntalbott
2003-09-18* lib/logger.rb: new file. Logger, formerly called devel-logger ornahi
2003-09-04* sample/openssl: added. Sample of standard distribution library should benahi
2003-08-30* eval.c (struct BLOCK): remove BLOCKTAG, use scope instead.matz
2003-08-27* eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a.matz
2003-08-13* eval.c (POP_BLOCK): turn on BLOCK_LEFT flag when leaving block.matz
2003-08-11* eval.c (struct thread): add member to save backing store onmatz