aboutsummaryrefslogtreecommitdiffstats
path: root/sample
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/xsd/datatypes.rb: dump sign by itself. under the problematic platform,nahi2003-10-034-96/+1156
* * sample/wsdl/amazon/wsdlDriver.rb: syntax error fixed (variable devtag notnahi2003-09-271-0/+1
* * lib/soap/* (29 files): SOAP4R added.nahi2003-09-2440-0/+5662
* * test/testunit/*: Added.ntalbott2003-09-195-0/+68
* * lib/logger.rb: new file. Logger, formerly called devel-logger ornahi2003-09-183-0/+99
* * sample/openssl: added. Sample of standard distribution library should benahi2003-09-0412-0/+1650
* * eval.c (struct BLOCK): remove BLOCKTAG, use scope instead.matz2003-08-301-5/+5
* * eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a.matz2003-08-271-20/+54
* * eval.c (POP_BLOCK): turn on BLOCK_LEFT flag when leaving block.matz2003-08-131-0/+28
* * eval.c (struct thread): add member to save backing store onmatz2003-08-111-0/+16
* * eval.c (BEGIN_CALLARGS): should not always reset ruby_iter,matz2003-08-011-0/+14
* * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz2003-06-201-1/+0
* * eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz2003-06-161-18/+16
* * sample/test.rb: add block to proc to avoid warning.eban2003-06-101-1/+1
* * parse.y (value_expr0): class and module statements should not bematz2003-06-071-1/+1
* * win32/win32.c (_CRTIMP): redefine _CRTIMP on MinGW.eban2003-05-291-2/+2
* * eval.c (Init_Proc): Block/Proc separation. [huge change]matz2003-05-261-6/+96
* * error.c (rb_sys_fail): should not specify errno explicitly.matz2003-05-211-3/+0
* * eval.c (rb_yield_0): give warning for multiple values for amatz2003-05-201-1/+0
* * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz2003-05-191-0/+27
* use warn() instead of $stderr.puts().tadf2003-05-181-1/+1