summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2005-01-25* ext/tcltklib/tcltklib.c: fix SEGV bug; trouble on canceling remainednagai
2005-01-24Mon Jan 24 16:00:53 2005 NARUSE, Yui <naruse@ruby-lang.org>naruse
2005-01-23 * lib/soap/wsdlDriver.rb: from 1.5.3-ruby1.8.2, operation which hasnahi
2005-01-22* ext/openssl/ossl_ocsp.c (ossl_ocspreq_to_der): should callgotoyuzo
2005-01-22(accept) rescue SSLError. [druby-ja:110]seki
2005-01-22fail if UNIXFileOwner is set. [druby-ja:111]seki
2005-01-21* lib/resolv.rb (Resolv::DNS::Config.resolv): don't raise ResolvError.akr
2005-01-21* ChangeLog: fixed typo.shugo
2005-01-21* lib/net/imap.rb (decode_utf7): use pack("U*") to encode UTF-8.shugo
2005-01-21* lib/net/imap.rb (u8tou16): fixed typo. fixed: [ruby-lis:40546]shugo
2005-01-20* ext/syck/rubyext.c (syck_parser_bufsize_set): avoid VC++ warningocean
2005-01-19* lib/ipaddr.rb (to_s, test_to_s): too many colons with some cases.usa
2005-01-18* lib/resolv.rb (Resolv::DNS::Config.parse_resolv_conf): ignoreakr
2005-01-17* configure.in (aix): fix typo. [ruby-talk:126401]nobu
2005-01-16* ext/readline/readline.c: suppress warnings.nobu
2005-01-16ChangeLog: typo fix.eban
2005-01-16* lib/uri/common.rb (PORT): typo fix. fiex: [ruby-core:04256]eban
2005-01-15* ruby.c (proc_options): ignore trailing CRs at the end of shortnobu
2005-01-15* lib/rss/rss.rb (RSS::VERSION): 0.1.2 -> 0.1.3.kou
2005-01-11* object.c (rb_class_superclass): superclass of singleton class alsonobu
2005-01-11* io.c (remain_size): use buffered data instead of unreading to avoidnobu
2005-01-11* numeric.c (Init_Numeric): turn off floating point exceptionsocean
2005-01-10* variable.c (rb_autoload): hide internal data from ruby level.nobu
2005-01-10* lib/webrick/cgi.rb (WEBrick::CGI::Socket#request_line): shouldgotoyuzo
2005-01-09* io.c (rb_f_select): IO list could be altered. [ruby-dev:25312]nobu
2005-01-08* test/webrick/test_server.rb (test_daemon): delete an assertiongotoyuzo
2005-01-08* test/fileutils/test_fileutils.rb (test_copy_entry): copy_entry copies only ...aamine
2005-01-08fix typo.akr
2005-01-07* lib/yaml.rb: Kernel#y requires an argument.why
2005-01-07add ML ref. [ruby-dev:25426]akr
2005-01-07* random.c (rand_init): use ALLOC_N instead of ALLOCA_Nakr
2005-01-07* lib/webrick/httpproxy.rb (WEBrick::HTTPProxyServer#proxy_service):gotoyuzo
2005-01-07* gc.c (mark_locations_array): avoid core dump with -O3.akr
2005-01-06* ext/zlib/zlib.c (zstream_end): should return value.usa
2005-01-06set ML numberocean
2005-01-06* win32/win32.c (rb_w32_close): didn't close socket handle.ocean
2005-01-06* random.c (random_seed): O_NONBLOCK isn't defined on someocean
2005-01-06* lib/time.rb: recognize +00:00 and GMT as a localtime.akr
2005-01-05Allow for colons in DOS file namesdave
2005-01-05use MockClock.sleep instead of Kernel.sleep [ruby-dev:25387]seki
2005-01-05* random.c (limited_big_rand): didn't work if SIZEOF_BDIGITS == 2.akr
2005-01-05* parse.y (BITSTACK_POP): workaround for bcc32 compiler's bug.ocean
2005-01-05* eval.c (rb_thread_initialize): Thread objects cannot be initializednobu
2005-01-04* random.c (init_by_array): imported from mt19937ar-cok.tgz.akr
2005-01-04use DRbService.ext_service. reduce sleepseki
2005-01-03* random.c (random_seed): don't use /dev/urandom if it is not character device.akr
2005-01-03* random.c (random_seed): use /dev/urandom if available.akr
2005-01-03move TestDRbReusePort to new file [ruby-dev:25238]seki
2005-01-02* lib/webrick/httpauth/htpasswd.rb (WEBrick::Htpasswd#reload):gotoyuzo
2005-01-02add lazy stop_serviceseki