summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2003-12-22* ext/iconv/iconv.c (map_charset): always ensure code is a String.nobu
2003-12-22* class.c (rb_mod_init_copy): always copy singleton class.nobu
2003-12-22* lib/uri/generic.rb (URI::Generic#route_from): accepts urls whichakira
2003-12-22* lib/cgi.rb: reduce eval.nobu
2003-12-22 * test/soap/test_property.rb: remove duplicated test method.nahi
2003-12-22* eval.c (rb_with_disable_interrupt): use ENABLE_INTS instead ofmatz
2003-12-22* bcc32/Makefile.sub, win32/Makefile.sub (config.h): removeusa
2003-12-22* configure.in (ac_cv_func_setitimer): moved from defines.hnobu
2003-12-22* configure.in (mingw): set isnan, finite and isinf to yes.eban
2003-12-22 * lib/soap/property.rb: passing block by reference.nahi
2003-12-21* ext/syck/emitter.c (syck_emitter_write): str bigger thanmatz
2003-12-21* class.c (rb_check_inheritable): new function. [ruby-dev:22316]nobu
2003-12-21lib/pathname.rb (Pathname#+): re-implemented to resolve ".." inakr
2003-12-20dln.c: remove last second typo.matz
2003-12-20* eval.c (rb_with_disable_interrupt): prohibit thread contextmatz
2003-12-20* forgot to add a changelog entrynagai
2003-12-20* lib/webrick/httprequest.rb (HTTPRequest#meta_vars): refine regexp.gotoyuzo
2003-12-20* lib/optparse.rb (OptionParser::Completion::complete): wrongnobu
2003-12-20* lib/yaml.rb (YAML::YAML): adjust Marshal version.nobu
2003-12-19* lib/webrick/cgi.rb: add file. (yet another CGI library)gotoyuzo
2003-12-19* misc/ruby-mode.el (ruby-calculate-indent): proper indentationmatz
2003-12-19* lib/webrick/httprequest.rb (meta_vers): should not setgotoyuzo
2003-12-19 * lib/soap/property.rb (SOAP::Property#load): new method for loadingnahi
2003-12-19* lib/runit/cui/testrunner.rb (RUNIT::CUI::TestRunner::run):akira
2003-12-19* ext/tk/sample/tkmultilistbox.rb: bug fixnagai
2003-12-18* lib/webrick/httputils.rb (parse_form_data): should return angotoyuzo
2003-12-18* eval.c (stack_extend): ignore inline optimization on VC7.usa
2003-12-18* dir.c (fnmatch): unlike find_dirsep(), rb_path_next() nevernobu
2003-12-18* lib/ipaddr.rb (IPSocket::getaddress): merge usa's patch.eban
2003-12-17* lib/cgi.rb (CGI::QueryExtension::Value::[]): should work likematz
2003-12-16introduce some new methodsaamine
2003-12-16* lib/pp.rb: don't use local variable `pp'.akr
2003-12-16* condition bug of if statement on {pack,grid}_propagate methodsnagai
2003-12-15* lib/yaml/rubytypes.rb: comments in strings. [ruby-talk:88012]why
2003-12-15* eval.c (catch_timer): check rb_thread_crtical in main nativenobu
2003-12-15* file.c: renamed and externalized rb_path_next,nobu
2003-12-15commit missnobu
2003-12-15* dir.c (check_dirname): check string safety and remove extraneousnobu
2003-12-15* ext/openssl/ossl_pkcs12.c (ossl_pkcs12_initialize): first argumentusa
2003-12-14* ext/socket/socket.c (Init_socket): IPv6 is not supported althougheban
2003-12-13* ext/iconv/charset_alias.rb: preserve original order.nobu
2003-12-13* eval.c (thread_timer): use timer by sub-thread and nanosleep.matz
2003-12-13* eval.c (proc_alloc): cache the created object at first time.nobu
2003-12-13* configure.in: check ucontext.h.nobu
2003-12-12* lib/yaml/rubytypes.rb: anonymous struct fix. [ruby-core:01946]why
2003-12-12 * lib/csv.rb: add Cell#to_str and Cell#to_s for /.../ =~ aCell,nahi
2003-12-12* lib/fileutils.rb (mkdir): remove trailing `/' from pathes.aamine
2003-12-11* eval.c (proc_invoke): fix class name in warning message fornobu
2003-12-11untypogotoyuzo
2003-12-11* ext/openssl/ossl_pkcs12.[ch]: new files. add OpenSSL::PKCS12.gotoyuzo