summaryrefslogtreecommitdiff
path: root/sample
AgeCommit message (Expand)Author
2004-07-03This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-07-03 * added filesnahi
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-27This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-05-01This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-02-17This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2004-02-14import drb/sampleseki
2004-01-31 * sample/openssl/gen_csr.rb: wrong usage string.nahi
2004-01-29untypogotoyuzo
2004-01-29backport from Ruby-1.9.gotoyuzo
2004-01-26* sample/exyacc.rb: escape '}' to avoid warning.usa
2004-01-18synchronized with date2 3.5.tadf
2004-01-07This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
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
2003-08-01* eval.c (BEGIN_CALLARGS): should not always reset ruby_iter,matz
2003-06-20* parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".matz
2003-06-16* eval.c (proc_alloc): re-unification of Block and Proc. Blockmatz
2003-06-10* sample/test.rb: add block to proc to avoid warning.eban
2003-06-07* parse.y (value_expr0): class and module statements should not bematz
2003-05-29* win32/win32.c (_CRTIMP): redefine _CRTIMP on MinGW.eban
2003-05-26* eval.c (Init_Proc): Block/Proc separation. [huge change]matz
2003-05-21* error.c (rb_sys_fail): should not specify errno explicitly.matz
2003-05-20* eval.c (rb_yield_0): give warning for multiple values for amatz
2003-05-19* ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value)matz
2003-05-18use warn() instead of $stderr.puts().tadf
2003-05-16* object.c (rb_class_allocate_instance): singleton class checkmatz
2003-05-05use values_at instead of select.tadf
2003-05-05* sample/test.rb: substitute 'select' with 'values_at'.eban
2003-04-20* sample/test.rb: avoid the MSVCRT *printf problem(float).eban
2003-04-18* struct.c (rb_struct_eql): should compare values with "eql?".matz
2003-04-14* bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix.nobu