aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * numeric.c (Init_Numeric): turn off floating point exceptionsocean2005-01-112-0/+8
* * variable.c (rb_autoload): hide internal data from ruby level.nobu2005-01-102-0/+6
* * test/webrick/utils.rb: resuce LoadError.gotoyuzo2005-01-101-1/+4
* * 2005-01-10eban2005-01-101-3/+3
* * lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line): shouldgotoyuzo2005-01-107-6/+100
* * io.c (rb_f_select): IO list could be altered. [ruby-dev:25312]nobu2005-01-092-5/+9
* * test/webrick/test_server.rb (test_daemon): delete an assertiongotoyuzo2005-01-082-2/+5
* * 2005-01-09eban2005-01-081-3/+3
* * test/fileutils/test_fileutils.rb (test_copy_entry): copy_entry copies only ...aamine2005-01-082-2/+7
* update readpartial document.akr2005-01-082-6/+8
* fix typo.akr2005-01-081-1/+1
* * 2005-01-08eban2005-01-081-3/+3
* * lib/yaml.rb: Kernel#y requires an argument.why2005-01-072-1/+6
* add ML ref. [ruby-dev:25426]akr2005-01-071-0/+1
* * random.c (rand_init): use ALLOC_N instead of ALLOCA_Nakr2005-01-072-2/+6
* * lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):gotoyuzo2005-01-0714-34/+895
* * 2005-01-07nobu2005-01-071-3/+3
* * gc.c (mark_locations_array): avoid core dump with -O3.akr2005-01-072-2/+9
* * ext/zlib/zlib.c (zstream_end): should return value.usa2005-01-062-1/+5
* set ML numberocean2005-01-061-0/+1
* * win32/win32.c (rb_w32_close): didn't close socket handle.ocean2005-01-062-1/+22
* * random.c (random_seed): O_NONBLOCK isn't defined on someocean2005-01-062-1/+9
* * lib/time.rb: recognize +00:00 and GMT as a localtime.akr2005-01-062-4/+32
* Allow for colons in DOS file namesdave2005-01-052-1/+6
* * 2005-01-06eban2005-01-051-3/+3
* use MockClock.sleep instead of Kernel.sleep [ruby-dev:25387]seki2005-01-052-7/+126
* * random.c (limited_big_rand): didn't work if SIZEOF_BDIGITS == 2.akr2005-01-052-15/+26
* * parse.y (BITSTACK_POP): workaround for bcc32 compiler's bug.ocean2005-01-054-2/+16
* * eval.c (rb_thread_initialize): Thread objects cannot be initializednobu2005-01-052-4/+20
* * 2005-01-05eban2005-01-041-3/+3
* * random.c (init_by_array): imported from mt19937ar-cok.tgz.akr2005-01-043-37/+353
* * 2005-01-04eban2005-01-041-3/+3
* use DRbService.ext_service. reduce sleepseki2005-01-044-26/+8
* * random.c (random_seed): don't use /dev/urandom if it is not character device.akr2005-01-032-3/+20
* * 2005-01-03nobu2005-01-031-3/+3
* * random.c (random_seed): use /dev/urandom if available.akr2005-01-032-1/+24
* move TestDRbReusePort to new file [ruby-dev:25238]seki2005-01-034-9/+34
* * missed in last commit.gotoyuzo2005-01-021-2/+2
* * lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload):gotoyuzo2005-01-026-8/+134
* add lazy stop_serviceseki2005-01-021-0/+2
* add lazy stop_serviceseki2005-01-023-9/+15
* * 2005-01-02eban2005-01-011-3/+3
* add method DRbService.ext_serviceseki2005-01-014-16/+29
* * io.c (argf_readpartial): new method ARGF.readpartial.akr2005-01-012-49/+111
* update copyright yearaamine2005-01-012-3/+3
* * lib/net/http.rb (each_capitalized): should join header field value. This p...aamine2005-01-013-1/+16
* forgot to add itemsaamine2005-01-011-0/+2
* * lib/fileutils.rb (copy_stream): use read/write instead of sysread/syswrite,...aamine2005-01-013-42/+136
* * 2005-01-01eban2005-01-011-5/+5
* * ext/openssl/ossl_ns_spki.c (ossl_spki_set_challenge): should callgotoyuzo2004-12-312-3/+8