| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/rss/parser.rb, lib/rss/1.0.rb: accepted rdf:resource or | kou | 2004-04-07 | 2 | -11/+10 |
* | * lib/logger.rb: trim tail space of each line. no user visible change. | nahi | 2004-03-26 | 1 | -1/+1 |
* | * eval.c (rb_require_safe): preserve old ruby_errinfo. | matz | 2004-03-20 | 1 | -1/+1 |
* | * variable.c (rb_cvar_set): class variables become private to the | matz | 2004-03-19 | 1 | -12/+16 |
* | * error.c (exc_initialize): calling 'to_str' each time just for | matz | 2004-03-16 | 1 | -1/+7 |
* | * struct.c (rb_struct_s_def): Struct::new executes block with | matz | 2004-03-10 | 1 | -12/+124 |
* | * eval.c (method_hash): new method. [ruby-talk:93968] | matz | 2004-03-03 | 1 | -1/+15 |
* | * eval.c (proc_invoke): no orphan block check is needed when pcall | matz | 2004-02-27 | 1 | -0/+11 |
* | * sample/soap/calc/httpd.rb, sample/soap/exchange/httpd.rb, | nahi | 2004-02-15 | 8 | -16/+44 |
* | import drb/sample | seki | 2004-02-14 | 44 | -0/+1966 |
* | * lib/rss/parser.rb (RSS::Parser): added @@default_parser. Used | kou | 2004-01-31 | 16 | -1988/+0 |
* | * sample/openssl/gen_csr.rb: follow OpenSSL::X509::Name change. | nahi | 2004-01-29 | 1 | -7/+3 |
* | * lib/rss: rss library imported. [ruby-dev:22726] | matz | 2004-01-28 | 19 | -0/+2274 |
* | * sample/exyacc.rb: escape '}' to avoid warning. | eban | 2004-01-19 | 1 | -2/+2 |
* | synchronized with date2 3.5. | tadf | 2004-01-18 | 1 | -91/+134 |
* | * sample/webrick/*: new files. | gotoyuzo | 2004-01-07 | 8 | -0/+171 |
* | * numeric.c (num_sadded): prohibit singleton method definition for | matz | 2003-12-01 | 1 | -21/+21 |
* | * sample/optparse/opttest.rb: added. | nobu | 2003-12-01 | 1 | -0/+85 |
* | * lib/soap/streamHandler.rb: drop unused http parameters. | nahi | 2003-11-28 | 1 | -0/+1 |
* | * lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 ... | nahi | 2003-11-25 | 4 | -4/+4 |
* | * sample/openssl/gen_csr.rb: there (at least) is a CA which does not accept DN | nahi | 2003-11-05 | 1 | -3/+4 |
* | * eval.c (proc_invoke): single array value to normal Proc#call | matz | 2003-10-29 | 1 | -7/+7 |
* | * parse.y (new_yield): remove magic argument rule; "yield [1,2]" | matz | 2003-10-28 | 1 | -7/+7 |
* | consistent parentheses in assignment RHS. | matz | 2003-10-16 | 1 | -4/+4 |
* | * marshal.c (w_object): instance variable dump do not cause error | matz | 2003-10-04 | 1 | -0/+12 |
* | * lib/xsd/datatypes.rb: dump sign by itself. under the problematic platform, | nahi | 2003-10-03 | 4 | -96/+1156 |
* | * sample/wsdl/amazon/wsdlDriver.rb: syntax error fixed (variable devtag not | nahi | 2003-09-27 | 1 | -0/+1 |
* | * lib/soap/* (29 files): SOAP4R added. | nahi | 2003-09-24 | 40 | -0/+5662 |
* | * test/testunit/*: Added. | ntalbott | 2003-09-19 | 5 | -0/+68 |
* | * lib/logger.rb: new file. Logger, formerly called devel-logger or | nahi | 2003-09-18 | 3 | -0/+99 |
* | * sample/openssl: added. Sample of standard distribution library should be | nahi | 2003-09-04 | 12 | -0/+1650 |
* | * eval.c (struct BLOCK): remove BLOCKTAG, use scope instead. | matz | 2003-08-30 | 1 | -5/+5 |
* | * eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a. | matz | 2003-08-27 | 1 | -20/+54 |
* | * eval.c (POP_BLOCK): turn on BLOCK_LEFT flag when leaving block. | matz | 2003-08-13 | 1 | -0/+28 |
* | * eval.c (struct thread): add member to save backing store on | matz | 2003-08-11 | 1 | -0/+16 |
* | * eval.c (BEGIN_CALLARGS): should not always reset ruby_iter, | matz | 2003-08-01 | 1 | -0/+14 |
* | * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]". | matz | 2003-06-20 | 1 | -1/+0 |
* | * eval.c (proc_alloc): re-unification of Block and Proc. Block | matz | 2003-06-16 | 1 | -18/+16 |
* | * sample/test.rb: add block to proc to avoid warning. | eban | 2003-06-10 | 1 | -1/+1 |
* | * parse.y (value_expr0): class and module statements should not be | matz | 2003-06-07 | 1 | -1/+1 |
* | * win32/win32.c (_CRTIMP): redefine _CRTIMP on MinGW. | eban | 2003-05-29 | 1 | -2/+2 |
* | * eval.c (Init_Proc): Block/Proc separation. [huge change] | matz | 2003-05-26 | 1 | -6/+96 |
* | * error.c (rb_sys_fail): should not specify errno explicitly. | matz | 2003-05-21 | 1 | -3/+0 |
* | * eval.c (rb_yield_0): give warning for multiple values for a | matz | 2003-05-20 | 1 | -1/+0 |
* | * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value) | matz | 2003-05-19 | 1 | -0/+27 |
* | use warn() instead of $stderr.puts(). | tadf | 2003-05-18 | 1 | -1/+1 |
* | * object.c (rb_class_allocate_instance): singleton class check | matz | 2003-05-16 | 1 | -0/+7 |
* | use values_at instead of select. | tadf | 2003-05-05 | 2 | -2/+2 |
* | * sample/test.rb: substitute 'select' with 'values_at'. | eban | 2003-05-05 | 1 | -1/+1 |
* | * sample/test.rb: avoid the MSVCRT *printf problem(float). | eban | 2003-04-20 | 1 | -2/+5 |