| Commit message (Expand) | Author | Age | Files | Lines |
| * | * eval.c (eval): prepend error position in evaluating string to | matz | 2003-11-16 | 2 | -4/+12 |
| * | * lib/net/protocol.rb: logging response body. [experimental] [ruby-list:38800] | aamine | 2003-11-16 | 2 | -4/+9 |
| * | * lib/thread.rb (Thread.exclusive): wrap method definition in | gsinclair | 2003-11-16 | 2 | -10/+17 |
| * | * lib/net/http.rb (set_debug_output): last commit was wrong. | aamine | 2003-11-16 | 1 | -1/+1 |
| * | * lib/net/http.rb (set_debug_output): warn if method is called after #start. ... | aamine | 2003-11-16 | 2 | -0/+6 |
| * | * eval.c (eval): do not re-raise exception to avoid unnecessary | matz | 2003-11-15 | 3 | -51/+79 |
| * | * /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext): | gotoyuzo | 2003-11-15 | 2 | -2/+10 |
| * | 2003-11-15 | eban | 2003-11-15 | 1 | -3/+3 |
| * | * lib/open-uri.rb (OpenURI.open_loop, OpenURI::HTTP#proxy_open): | akr | 2003-11-15 | 2 | -17/+25 |
| * | * hash.c: remove unnecessary update. | matz | 2003-11-15 | 1 | -9/+0 |
| * | * eval.c (rb_method_node): new API to retrieve method body. | matz | 2003-11-14 | 5 | -2/+27 |
| * | 2003-11-14 | eban | 2003-11-14 | 1 | -3/+3 |
| * | * ext/tcltklib/tcltklib.c: fix (en-bugged at 2003/11/07) | nagai | 2003-11-14 | 4 | -12/+21 |
| * | inconsistency of the arguments for respond_to? in previous change is fixed. | akr | 2003-11-13 | 2 | -2/+2 |
| * | Merge the patch of [ruby-ext:02242]. (Thanks, Masahiro Sakai) | ttate | 2003-11-13 | 1 | -2/+2 |
| * | * lib/open-uri.rb (Kernel[#.]open): hard coded URI schemes removed. | akr | 2003-11-13 | 2 | -8/+25 |
| * | * lib/test/unit/ui/tk/testrunner.rb: use grid and panedwindow (if available) | nagai | 2003-11-13 | 2 | -12/+51 |
| * | * lib/open-uri.rb (OpenURI.open_uri): use File::RDONLY. | akr | 2003-11-13 | 2 | -1/+6 |
| * | * ext/openssl/ossl_x509req.c (ossl_x509req_to_der): add function for | gotoyuzo | 2003-11-13 | 2 | -0/+26 |
| * | 2003-11-13 | eban | 2003-11-13 | 1 | -3/+3 |
| * | * lib/optparse.rb (OptionParser::Completion#complete): prior shorter | nobu | 2003-11-13 | 2 | -13/+24 |
| * | * ext/tk/lib/tk.rb,multi-tk.rb: stop freezing some classes | nagai | 2003-11-12 | 3 | -10/+16 |
| * | * lib/test/unit/assertions.rb (assert_throws, assert_nothing_thrown): | nobu | 2003-11-12 | 3 | -12/+23 |
| * | * test/monitor/test_monitor.rb: fix the timing problem by Queue. | shugo | 2003-11-12 | 2 | -32/+51 |
| * | * test/monitor/test_monitor.rb: added. | shugo | 2003-11-12 | 3 | -0/+149 |
| * | 2003-11-12 | eban | 2003-11-12 | 1 | -3/+3 |
| * | * lib/monitor.rb: refactored. Thanks, Gennady Bystritsky. | shugo | 2003-11-12 | 2 | -88/+86 |
| * | * ext/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary): add | gotoyuzo | 2003-11-11 | 4 | -7/+99 |
| * | * lib/test/unit/ui/testrunnermediator.rb: should require 'test/unit'. | ntalbott | 2003-11-11 | 2 | -0/+5 |
| * | * lib/test/unit/ui/gtk/testrunner.rb: added a rescue clause to handle | ntalbott | 2003-11-11 | 2 | -1/+8 |
| * | * io.c (appendline): file may not end with newline. a bug if | matz | 2003-11-11 | 3 | -4/+16 |
| * | fixed CDATA parsing for XMLScanParser and REXMLStreamParser | mneumann | 2003-11-11 | 1 | -0/+5 |
| * | 2003-11-11 | eban | 2003-11-11 | 1 | -3/+3 |
| * | * ext/tk/lib/tk.rb: raise an exception when creating TkWindow | nagai | 2003-11-11 | 2 | -1/+7 |
| * | * lib/ext/openssl/ossl_conf.c (ossl_config_get_value): return nil | gotoyuzo | 2003-11-10 | 2 | -3/+15 |
| * | * lib/monitor.rb (wait): return true on signal/broadcastfalse and | shugo | 2003-11-10 | 2 | -0/+7 |
| * | 2003-11-10 | eban | 2003-11-09 | 1 | -3/+3 |
| * | * parse.y (primary): primary_value may be 0 when syntax error. | nobu | 2003-11-09 | 2 | -4/+9 |
| * | * lib/test/unit/assertions.rb: un-deprecated #assert_not_nil to | ntalbott | 2003-11-08 | 3 | -4/+18 |
| * | Bugfix for DL::Types::encode_type. | ttate | 2003-11-08 | 1 | -7/+9 |
| * | * ext/dl/sym.c: typo fix(lasterror -> last_error). | eban | 2003-11-08 | 1 | -2/+2 |
| * | * MANIFEST: added these files: | eban | 2003-11-08 | 1 | -0/+5 |
| * | * test/wsdl/raa/*: add new testcase for WSDL loading, parsing and reading. | nahi | 2003-11-08 | 14 | -19/+816 |
| * | 2003-11-08 | eban | 2003-11-08 | 1 | -3/+3 |
| * | * configure.in: improvement of pthread check | nagai | 2003-11-08 | 2 | -5/+48 |
| * | Add DL.win32_last_error and DL.last_error. | ttate | 2003-11-08 | 3 | -2/+73 |
| * | * ext/tcltklib/tcltklib.c: To fix 'pthread-enabled Tcl/Tk' problem, | nagai | 2003-11-07 | 3 | -67/+234 |
| * | (Pathname#parent): if self is `.', return `..'. | akr | 2003-11-07 | 2 | -12/+51 |
| * | Minor documentation fix. | wew | 2003-11-07 | 1 | -2/+2 |
| * | lib/pathname.rb (Pathname#+): if self or the argument is `.', return another. | akr | 2003-11-07 | 2 | -2/+13 |