| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | * lib/pathname.rb (Pathname#+): return the argument if self is `.'. | akr | 2003-11-07 | 2 | -2/+8 |
| * | 2003-11-07 | nobu | 2003-11-07 | 1 | -3/+3 |
| * | * ext/socket/socket.c (make_hostent): get rid of SEGV on aliases | nobu | 2003-11-07 | 2 | -8/+18 |
| * | * ext/zlib/zlib.c (Init_zlib): define Zlib::GzipReader#each_line as an alias ... | katsu | 2003-11-06 | 2 | -0/+6 |
| * | * eval.c (rb_load): save and restore rb_prohibit_interrupt. | matz | 2003-11-06 | 2 | -0/+7 |
| * | * MANIFEST: add these files: | eban | 2003-11-06 | 1 | -0/+5 |
| * | * io.c (rb_io_inspect): show the path also at a closed file. | nobu | 2003-11-06 | 2 | -4/+15 |
| * | * eval.c (rb_load): allow interrupt during loaded program | matz | 2003-11-06 | 9 | -50/+278 |
| * | * win32/win32.c (make_cmdvector): process backslashes even if a quote | nobu | 2003-11-06 | 2 | -3/+5 |
| * | 2003-11-06 | eban | 2003-11-06 | 1 | -3/+3 |
| * | * lib/optparse.rb (OptionParser::Completion#complete): default not to | nobu | 2003-11-06 | 2 | -3/+16 |
| * | * ext/stringio/stringio.c (strio_set_string, strio_reopen): check | nobu | 2003-11-06 | 3 | -9/+26 |
| * | * sample/openssl/gen_csr.rb: there (at least) is a CA which does not accept DN | nahi | 2003-11-05 | 2 | -3/+9 |
| * | configure.in, eval.c, signal.c: : add '--with-pthread-ext' option | nagai | 2003-11-05 | 7 | -0/+140 |
| * | * lib/optparse.rb (OptionParser::Switch::PlacedArgument::parse): | nobu | 2003-11-05 | 7 | -1/+263 |
| * | * lib/test/unit/ui/gtk/testrunner.rb: typo. | nobu | 2003-11-05 | 2 | -4/+8 |
| * | 2003-11-05 | usa | 2003-11-05 | 1 | -3/+3 |
| * | * string.c: add #include "version.h". this file still depends on it. | usa | 2003-11-05 | 6 | -4/+14 |
| * | * Makefile.in: remove needless version.h dependency. | nobu | 2003-11-05 | 1 | -3/+3 |