aboutsummaryrefslogtreecommitdiffstats
path: root/sample
Commit message (Expand)AuthorAgeFilesLines
* * sample/rss/tdiary_plugin: removed. because the pluginkou2005-07-273-323/+0
* * lib/rss/rss.rb: moved copyright description to lib/rss.rb.kou2005-07-225-24/+71
* * object.c (rb_obj_pattern_match): now returns nil.matz2005-07-061-3/+5
* * lib/{soap,wsdl,xsd}, test/{soap,wsdl,xsd}: imported soap4r/1.5.4.nahi2005-05-2282-7453/+0
* * sample/rss/tdiary_plugin/rss-recent.rb (rss_recent_cache_rss):kou2005-04-161-9/+9
* * sample/rss/tdiary_plugin/rss-recent.rb: supported configurationkou2005-04-093-0/+68
* * sample/rss/tdiary_plugin/rss-recent.rb:kou2005-04-051-10/+32
* * sample/webrick/httpsd.rb: fix typo in comment. suggested bygotoyuzo2005-03-071-2/+2
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-13/+13
* * sample/rss/tdiary_plugin/rss-recent.rb: added site information.kou2005-03-031-18/+48
* * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):gotoyuzo2005-01-071-0/+26
* * lib/soap/*, test/soap/*, sample/soap/authheader/*: eval cleanup.nahi2004-12-213-14/+24
* * added samples for the previous soap4r's commit.nahi2004-12-2011-2/+167
* * sample/optparse/subcommand.rb: a sample for sub commands likenobu2004-12-111-0/+19
* * process.c (proc_setgroups): [ruby-dev:25081]matz2004-12-061-0/+31
* * lib/rss/{0.9,1.0,2.0,trackback,xml-stylesheet}.rb: addedkou2004-11-271-0/+76
* * sample/rss/list_description.rb: untabified.kou2004-11-272-114/+114
* * eval.c (rb_yield_0): lambda{}.call(1) should raise exception.matz2004-11-141-23/+23
* synchronized with date2 3.6.1tadf2004-09-251-13/+23
* * parse.y [ripper]: on__scan event removed.aamine2004-09-222-0/+49
* * added files:nahi2004-07-0333-2322/+2848
* using "DRb.thread.join" instead of "gets"seki2004-06-2711-20/+13
* * sample/rss/tdiary_plugin/rss-recent.rb: supported Hiki.kou2004-06-271-2/+4
* * sample/rss/tdiary_plugin/rss-recent.rb: added more information.kou2004-06-181-39/+132
* * eval.c (rb_yield_0, proc_invoke, proc_arity): allow passing a blocknobu2004-05-251-5/+59
* * lib/rss/parser.rb, lib/rss/1.0.rb: accepted rdf:resource orkou2004-04-072-11/+10
* * lib/logger.rb: trim tail space of each line. no user visible change.nahi2004-03-261-1/+1
* * eval.c (rb_require_safe): preserve old ruby_errinfo.matz2004-03-201-1/+1
* * variable.c (rb_cvar_set): class variables become private to thematz2004-03-191-12/+16
* * error.c (exc_initialize): calling 'to_str' each time just formatz2004-03-161-1/+7
* * struct.c (rb_struct_s_def): Struct::new executes block withmatz2004-03-101-12/+124
* * eval.c (method_hash): new method. [ruby-talk:93968]matz2004-03-031-1/+15
* * eval.c (proc_invoke): no orphan block check is needed when pcallmatz2004-02-271-0/+11
* * sample/soap/calc/httpd.rb, sample/soap/exchange/httpd.rb,nahi2004-02-158-16/+44
* import drb/sampleseki2004-02-1444-0/+1966
* * lib/rss/parser.rb (RSS::Parser): added @@default_parser. Usedkou2004-01-3116-1988/+0
* * sample/openssl/gen_csr.rb: follow OpenSSL::X509::Name change.nahi2004-01-291-7/+3
* * lib/rss: rss library imported. [ruby-dev:22726]matz2004-01-2819-0/+2274
* * sample/exyacc.rb: escape '}' to avoid warning.eban2004-01-191-2/+2
* synchronized with date2 3.5.tadf2004-01-181-91/+134
* * sample/webrick/*: new files.gotoyuzo2004-01-078-0/+171
* * numeric.c (num_sadded): prohibit singleton method definition formatz2003-12-011-21/+21
* * sample/optparse/opttest.rb: added.nobu2003-12-011-0/+85
* * lib/soap/streamHandler.rb: drop unused http parameters.nahi2003-11-281-0/+1
* * lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 ...nahi2003-11-254-4/+4
* * sample/openssl/gen_csr.rb: there (at least) is a CA which does not accept DNnahi2003-11-051-3/+4
* * eval.c (proc_invoke): single array value to normal Proc#callmatz2003-10-291-7/+7
* * parse.y (new_yield): remove magic argument rule; "yield [1,2]"matz2003-10-281-7/+7
* consistent parentheses in assignment RHS.matz2003-10-161-4/+4
* * marshal.c (w_object): instance variable dump do not cause errormatz2003-10-041-0/+12