|
|
November 30, 2003
- ruby: 2003-12-01, eban
- ruby, ruby/lib: * lib/mkmf.rb (TRY_LINK, link_command): added support for DLDFLAGS, eban
- lib/soap4r/lib/soap, lib/soap4r/test/soap: * add lock/unlock feature: avoid unexpected key reference by typo., nahi
- ruby: * configure.in: should put getcwd in AC_CHECK_FUNCS, not, eban
- ruby: * Makefile.in: add ARCH_FLAG to DLDFLAGS., eban
- ruby, ruby/lib: * lib/mkfm.rb (configuration): add ARCH_FLAG to DLDFLAGS., eban
- ruby: * Makefile.in: add ARCH_FLAG to CFLAGS., eban
- lib/soap4r/lib/soap, lib/soap4r/test/soap: * add keys interface., nahi
- lib/soap4r/lib/soap, lib/soap4r/test/soap: * raise friendly message if a key is already defined as a value., nahi
- lib/soap4r/lib/soap: * typo fixed., nahi
- lib/soap4r/lib/soap: * car, *cdr = *ary; Thanks to nobu., nahi
- lib/soap4r/lib/soap: * add hook. not tested.., nahi
- ruby, ruby/lib: * configure.in: keep ARCH_FLAG separate. export ARCH_FLAG., eban
- ruby, ruby/lib: * configure.in: do not override CCDLDFLAGS, LDFLAGS, XLDFLAGS,, eban
- ruby, ruby/ext/tk/lib: * ext/tk/lib/tk.rb: bug fix [ruby-talk:86746], nagai
- lib/soap4r/lib/soap: * property definition., nahi
- ruby, ruby/test/wsdl, ruby/test/wsdl/datetime, ruby/test/wsdl/map, ruby/test/xsd, ruby/lib/soap/encodingstyle, ruby/lib/wsdl/soap: * lib/soap/encodingstyle/soapHandler.rb: refactoring - Simplifying, nahi
- ruby: 2003-11-30, nobu
- ruby: * string.c (rb_str_update): get rid of SEGV at just allocated String., nobu
November 28, 2003
- lib/soap4r: * License changed., nahi
- lib/soap4r/test/xsd: * add tests., nahi
- lib/soap4r/sample/wsdl/amazon: * for buggy server., nahi
- ruby/lib: * gc.c (gc_mark): explicitly check mark recursion levels, instead, matz
- ruby: * gc.c (gc_mark): explicitly check mark recursion levels, instead, matz
- ruby: fix TupleSpaceProxy#read, read_all, seki
- ruby/lib/rinda: fix TupleSpaceProxy#read, read_all, seki
- lib/drb, lib/drb/lib/rinda, lib/drb/runit: fix TupleSpaceProxy#read, read_all, seki
- ruby: ChangeLog: FreeBSD., eban
- ruby/test/fileutils, ruby: * test/fileutils/test_fileutils.rb (test_ln_s): should be a file, not, eban
- lib/drb: lib/drb/drb.rb (DRbMessage#load): rescue Errno::* and raise DRbConnError., seki
- lib/drb/lib/drb: lib/drb/drb.rb (DRbMessage#load): rescue Errno::* and raise DRbConnError., seki
- ruby, ruby/test/ruby: * test/ruby/test_env.rb (test_has_value, test_index): condition for, nobu
- ruby: * hash.c (env_has_value, env_index): must match exactly., nobu
- ruby, ruby/test/ruby: * test/ruby/test_env.rb: add tests for ENV., usa
- ruby: lib/drb/drb.rb (DRbMessage#load): rescue Errno::* and raise DRbConnError., seki
- ruby/lib/drb: re-raise DRbConnError, seki
- ruby/lib/drb: rescue SystemCallError, seki
- ruby/lib: previous change refined., akr
- ruby, ruby/lib: * lib/pathname.rb (Pathname#realpath): obsolete the force_absolute, akr
- ruby, ruby/lib/soap, ruby/lib/soap/encodingstyle, ruby/lib/soap/mapping, ruby/lib/wsdl/soap, ruby/lib/xsd, ruby/sample/wsdl/amazon, ruby/test/soap, ruby/test/soap/marshal, ruby/test/wsdl/raa, ruby/test/xsd: * lib/soap/streamHandler.rb: drop unused http parameters., nahi
- lib/soap4r/lib/xsd: * an oldtype man like (v + 0.5).to_i thing... Use Rational#round instead., nahi
- lib/soap4r/test/wsdl/datetime, lib/soap4r/test/wsdl/map: * add 2 tests., nahi
- lib/soap4r/test/wsdl/raa: * Map bug fix., nahi
- lib/soap4r/lib/soap/mapping: * refactoring., nahi
- lib/soap4r/lib/xsd: * dateTime precision bug fix (at least, I hope.) bug of soap4r., nahi
November 27, 2003
- ruby/test/ruby: * test/ruby/test_proc.rb (test_arity): added., nobu
- ruby: * eval.c (method_arity): used wrong Proc object. [ruby-talk:86504], nobu
- ruby: 2003-11-28, eban
- ruby: * eval.c (rb_f_exit), process.c (rb_f_exit_bang): use VALUEs not but, nobu
- ruby, ruby/lib/test/unit/ui/gtk, ruby/lib/test/unit/ui/gtk2, ruby/lib/test/unit/ui/tk: * eval.c (rb_f_exit), process.c (rb_f_exit_bang): treat true as, nobu
- lib/soap4r/lib/soap: * delete unused properties. misleading., nahi
- lib/soap4r/lib/soap/encodingstyle: * decode unknown element according to self-defined type even if WSDL was given., nahi
- lib/soap4r/lib/soap/mapping: * Hash mapping support was broken., nahi
- lib/soap4r/lib/wsdl/soap: * better output format., nahi
- lib/soap4r/lib/wsdl/soap: * unnamed-item array support was broken. most typical usage is ApacheSOAP's, nahi
- lib/soap4r/lib/xsd: * Float#to_s uses scientific notation. use sprintf("%.*f", ...) to avoid it., nahi
- ruby: * eval.c, gc.c: FreeBSD/ia64 currently does not have a way for a, knu
- ruby/win32: win32/win32.c (rb_win32_stat): add "." to buf1 only if it has a drive letter., eban
- ruby, ruby/ext/tk/lib: * ext/tk/lib/tkafter.rb: bug fix on TkTimer#cancel_on_exception=(mode)., nagai
- ruby: 2003-11-27, eban
- ruby/win32, ruby: * win32/win32.c (rb_w32_stat): remove _fullpath() for NUL: device., eban
November 25, 2003
- ruby, ruby/ext/syck: * ext/syck/token.c: removed YYTOKTMP references which, why
- ruby, ruby/lib/webrick: * lib/webrick/httpresponse.rb: add HTTPResponse#keep_alive=., gotoyuzo
- ruby: add reference to ruby-dev., usa
- ruby: * defines.h (ENV_IGNORECASE): should define when DOSISH without, usa
- ruby, ruby/test/fileutils: * test/fileutils/test_fileutils.rb: do test in more deep directory., aamine
- ruby, ruby/lib: fix previous change., akr
- ruby, ruby/lib: * lib/open-uri.rb (URI::Generic#find_proxy): ENV case sensitivity test, akr
- ruby, ruby/test/fileutils: * test/fileutils/test_fileutils.rb: chdir Dir.tmpdir before each test. [ruby-dev:22045], aamine
- ruby, ruby/lib: * lib/open-uri.rb (URI::Generic#find_proxy): use http_proxy under CGI, akr
- ruby, ruby/test/wsdl: * test/wsdl/multiplefault.wsdl, test/wsdl/test_multiplefault.rb: removed. this, nahi
- ruby, ruby/lib/soap, ruby/lib/soap/encodingstyle, ruby/lib/soap/mapping, ruby/lib/soap/rpc, ruby/lib/wsdl, ruby/lib/wsdl/soap, ruby/lib/wsdl/xmlSchema, ruby/lib/xsd, ruby/lib/xsd/xmlparser, ruby/sample/soap, ruby/sample/wsdl/amazon, ruby/sample/wsdl/googleSearch, ruby/test/wsdl, ruby/test/wsdl/axisArray, ruby/test/xsd: * lib/soap/**/*.rb, lib/wsdl/**/*.rb, lib/xsd/**/*.rb: changed license; GPL2 -> Ruby's., nahi
- ruby: * ruby.h: don't treat Cygwin as Windows., eban
- ruby/ext/tcltklib: * ext/tcltklib/README.1st: edit., nagai
- ruby: * configure.in: change default value of --enable-pthread (default: no), nagai
- lib/soap4r/sample/wsdl/rnn: * typo fixed., nahi
- lib/soap4r/test/wsdl: * simplify the test case., nahi
- lib/soap4r, lib/soap4r/lib/soap, lib/soap4r/lib/soap/encodingstyle, lib/soap4r/lib/soap/mapping, lib/soap4r/lib/soap/rpc, lib/soap4r/lib/wsdl, lib/soap4r/lib/wsdl/soap, lib/soap4r/lib/wsdl/xmlSchema, lib/soap4r/lib/xsd, lib/soap4r/lib/xsd/xmlparser: * changed license; GPL2 -> Ruby's., nahi
- ruby/lib: add document that pathname.rb supports only Unix style pathnames., akr
November 24, 2003
- ruby: 2003-11-25, nobu
- ruby: * parse.y (primary): allow newlines just before right argument, nobu
- ruby, ruby/lib: * lib/open-uri.rb (OpenURI.open_loop, URI::HTTP#proxy_open): use, akr
- ruby, ruby/lib: * lib/open-uri.rb (URI::Generic#find_proxy): use CGI_HTTP_PROXY, akr
- ruby, ruby/ext, ruby/ext/etc: * ext/etc/extconf.rb: check for pw_passwd in struct passwd and, eban
- ruby, ruby/lib: * lib/open-uri.rb: validate option names., akr
- ruby: 2003-11-24, usa
- ruby, ruby/bcc32, ruby/win32, ruby/wince: * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub, usa
November 22, 2003
- ruby: * configure.in: set enable_pthread to no on MinGW., eban
- ruby: * configure.in: add --enable-pthread option (default: yes), nagai
- ruby, ruby/ext/tk, ruby/ext/tk/lib, ruby/ext/tk/sample, ruby/ext/tcltklib: * ext/tk/lib/tk.rb: add Tk.grab_release and fix bug of TkComposite, nagai
- ruby, ruby/ext/curses: * ext/curses/curses.c (window_nodelay): nodelay() of NetBSD's, usa
- ruby, ruby/bcc32, ruby/win32, ruby/wince: * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub, usa
- ruby: 2003-11-22, eban
- ruby, ruby/lib: * lib/fileutils.rb (have_st_ino?): djgpp has valid st_ino., aamine
- ruby/test/yaml: * gc.c (Init_stack): stack region is far smaller than usual if, matz
- ruby/test/ruby: * gc.c (Init_stack): stack region is far smaller than usual if, matz
- ruby/test/csv: * gc.c (Init_stack): stack region is far smaller than usual if, matz
- ruby/lib/xsd: * gc.c (Init_stack): stack region is far smaller than usual if, matz
- ruby/lib: * gc.c (Init_stack): stack region is far smaller than usual if, matz
- ruby/ext/syslog: * gc.c (Init_stack): stack region is far smaller than usual if, matz
- ruby/ext/pty: * gc.c (Init_stack): stack region is far smaller than usual if, matz
- ruby/ext/etc: * gc.c (Init_stack): stack region is far smaller than usual if, matz
- ruby/ext/socket: * gc.c (Init_stack): stack region is far smaller than usual if, matz
- ruby: * gc.c (Init_stack): stack region is far smaller than usual if, matz
- ruby/ext/curses: * gc.c (Init_stack): stack region is far smaller than usual if, matz
November 20, 2003
- ruby: * check existence of "pthread.h", nagai
- ruby, ruby/lib/test/unit: * lib/test/unit/assertions.rb: use #__send__ instead of #send., ntalbott
- lib/soap4r/lib/soap: Add https support. Patched by Oliver M. Bolzer., nahi
- lib/soap4r/lib/soap: Raise error if parse fails., nahi
- lib/soap4r/lib/xsd/xmlparser: Set @charset nil by default. Nil means 'follow encoding declaration in XML'., nahi
- lib/soap4r/lib/xsd: * Use cp932 under emx. Patched by Siena. / SHINAGAWA, Norihide in, nahi
- lib/soap4r/test/wsdl, lib/soap4r/test/wsdl/axisArray, lib/soap4r/test/wsdl/marshal, lib/soap4r/test/xsd, lib/soap4r/sample/soap, lib/soap4r/sample/wsdl/amazon, lib/soap4r/sample/wsdl/googleSearch: * Use File.open(...) { |f| f.read } instead of File.open(...).read., nahi
- ruby: * configure.in: don't find the Cygwin's pthread library on MinGW., eban
- ruby, ruby/lib, ruby/test/fileutils: * lib/fileutils.rb (have_st_ino?): emx (OS/2 with EMX) does not have st_ino (always 0). [ruby-dev:21972], aamine
- ruby: 2003-11-20, eban
- ruby, ruby/ext/tk, ruby/ext/tk/sample: * ext/tk/sample/tkballoonhelp.rb: new sample script, nagai
- oniguruma: Fix a bug and a memory leak, taken from [ruby-dev:21973]., knu
- ruby: * ruby.h: define is_ruby_native_thread() for no native thread environment, nagai
- ruby: * configure.in: always check existence of the pthread library, nagai
November 18, 2003
- ruby, ruby/lib/test, ruby/lib/test/unit: * lib/test/unit.rb: do not run tests if $! is set., ntalbott
- ruby/missing, ruby: * missing/memmove.c (memmove): take void *, not char *., eban
- ruby, ruby/lib: * lib/fileutils.rb (fu_same?): temporal fix for windows., aamine
- ruby: MANIFEST: add test/stringio/test_stringio.rb., eban
- ruby, ruby/lib, ruby/test/fileutils: * lib/fileutils.rb (fu_same?): check by inode instead of path name, to detect two hard links pointing to the same content., aamine
- ruby, ruby/ext/stringio, ruby/test/stringio: * test/stringio/test_stringio.rb: imported from [ruby-dev:21941]., nobu
- ruby, ruby/ext/stringio: * ext/stringio/stringio.c (strio_read): behave as IO at empty string., nobu
- ruby: 2003-11-18, nobu
- ruby, ruby/lib, ruby/test/fileutils: * lib/fileutils.rb (fu_each_src_dest): raise if src==dest. [ruby-talk:85344] [ruby-core:01699], aamine
November 17, 2003
- ruby/lib/xmlrpc: class XMLRPC::Client:, mneumann
- ruby: MANIFEST: add this file:, eban
- ruby, ruby/lib: * lib/optparse.rb (OptionParser::Completion::complete): allow least, nobu
- ruby: 2003-11-17, nobu
- ruby, ruby/lib/test/unit: * lib/test/unit/autorunner.rb (keyword_display): sort keywords., nobu
- ruby, ruby/lib/test/unit, ruby/lib/test/unit/ui/gtk, ruby/lib/test/unit/ui/gtk2, ruby/lib/test/unit/ui/tk: * lib/test/unit/ui/tk/testrunner.rb,, nobu
November 16, 2003
- lib/soap4r/lib/soap: Dump HTTP response message body by itself., nahi
- lib/soap4r/test/wsdl/axisArray: add tests for axis's array encoding., nahi
- ruby: * eval.c (rb_eval): iterator should return value from next inside, nobu
- ruby: 2003-11-16, eban
- ruby: * eval.c (eval): prepend error position in evaluating string to, matz
- ruby, ruby/lib/net: * lib/net/protocol.rb: logging response body. [experimental] [ruby-list:38800], aamine
- lib/soap4r/lib/soap: show coding intention, nahi
- lib/soap4r/lib/soap/rpc: Illegal parameter order(unused method), nahi
- lib/soap4r/lib/soap/mapping: map SOAPStruct which has multi-accessors which name are the same, to an array., nahi
- ruby, ruby/lib: * lib/thread.rb (Thread.exclusive): wrap method definition in, gsinclair
- ruby/lib/net: * lib/net/http.rb (set_debug_output): last commit was wrong., aamine
- ruby, ruby/lib/net: * lib/net/http.rb (set_debug_output): warn if method is called after #start. [ruby-dev:38798], aamine
November 15, 2003
- ruby: * eval.c (eval): do not re-raise exception to avoid unnecessary, matz
- ruby, ruby/ext/openssl: * /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext):, gotoyuzo
- ruby: 2003-11-15, eban
- lib/soap4r/lib/soap, lib/soap4r/lib/soap/rpc: add driver#mandatorycharset interface to foce using charset for parsing, nahi
- lib/soap4r/lib/soap: Content-type header without 'charset=' part means us-ascii in HTTP., nahi
- ruby/lib, ruby: * lib/open-uri.rb (OpenURI.open_loop, OpenURI::HTTP#proxy_open):, akr
- ruby: * hash.c: remove unnecessary update., matz
November 13, 2003
- app/cvsmailer: Strings in ARGV are frozen on ruby 1.8, so do not try to modify them., knu
- lib/soap4r/bin: name of WSDL might be null?, nahi
- lib/soap4r/lib/wsdl/soap: Support WSDL array definition with maxOccures="unbound"., nahi
- lib/soap4r/lib/wsdl/soap: Fix indent., nahi
- lib/soap4r/lib/wsdl: Depends wsdl/parser.rb, nahi
- lib/soap4r/lib/soap/rpc: Element name of response message could have the name other than 'return'., nahi
- lib/soap4r/lib/soap/encodingstyle: Support Axis's halfway typed multi-ref array., nahi
- lib/soap4r/test/wsdl/marshal: Illegal path of wsdl2ruby.rb., nahi
- ruby, ruby/lib: inconsistency of the arguments for respond_to? in previous change is fixed., akr
- ruby/ext/dl: Merge the patch of [ruby-ext:02242]. (Thanks, Masahiro Sakai), ttate
- ruby/lib, ruby: * lib/open-uri.rb (Kernel[#.]open): hard coded URI schemes removed., akr
- ruby, ruby/lib/test/unit/ui/tk: * lib/test/unit/ui/tk/testrunner.rb: use grid and panedwindow (if available), nagai
- ruby, ruby/lib: * lib/open-uri.rb (OpenURI.open_uri): use File::RDONLY., akr
- ruby, ruby/ext/openssl: * ext/openssl/ossl_x509req.c (ossl_x509req_to_der): add function for, gotoyuzo
- ruby: 2003-11-13, eban
- ruby, ruby/lib: * lib/optparse.rb (OptionParser::Completion#complete): prior shorter, nobu
November 12, 2003
- ruby, ruby/ext/tk/lib: * ext/tk/lib/tk.rb,multi-tk.rb: stop freezing some classes, nagai
- ruby, ruby/lib/test/unit, ruby/lib/test/unit/ui/tk: * lib/test/unit/assertions.rb (assert_throws, assert_nothing_thrown):, nobu
- ruby/test/monitor, ruby: * test/monitor/test_monitor.rb: fix the timing problem by Queue., shugo
- ruby/test/monitor, ruby: * test/monitor/test_monitor.rb: added., shugo
- ruby: 2003-11-12, eban
- oniguruma: Import Oni Guruma 20031112 (version 1.9.5)., knu
- oniguruma: Import Oni Guruma 20030917 (version 1.9.4)., knu
- lib/soap4r/lib/wsdl, lib/soap4r/lib/wsdl/soap, lib/soap4r/test/wsdl: * WSDL/1.1 allows plural fault definition in a operation., nahi
- ruby/lib, ruby: * lib/monitor.rb: refactored. Thanks, Gennady Bystritsky., shugo
November 11, 2003
- ruby, ruby/ext/openssl: * ext/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary): add, gotoyuzo
- ruby, ruby/lib/test/unit/ui: * lib/test/unit/ui/testrunnermediator.rb: should require 'test/unit'., ntalbott
- ruby, ruby/lib/test/unit/ui/gtk: * lib/test/unit/ui/gtk/testrunner.rb: added a rescue clause to handle, ntalbott
- ruby/lib/drb: * io.c (appendline): file may not end with newline. a bug if, matz
- ruby: * io.c (appendline): file may not end with newline. a bug if, matz
- ruby/lib/xmlrpc: fixed CDATA parsing for XMLScanParser and REXMLStreamParser, mneumann
- app/rwiki/installer: do not write pid file when DRb.start_service failed, kazu
- app/rwiki/lib/rwiki: ruby version on both server side and cgi interface, kazu
- ruby: 2003-11-11, eban
- ruby, ruby/ext/tk/lib: * ext/tk/lib/tk.rb: raise an exception when creating TkWindow, nagai
November 08, 2003
- ruby, ruby/lib/test/unit, ruby/test/testunit: * lib/test/unit/assertions.rb: un-deprecated #assert_not_nil to, ntalbott
- ruby/ext/dl/lib/dl: Bugfix for DL::Types::encode_type., ttate
- ruby/ext/dl: * ext/dl/sym.c: typo fix(lasterror -> last_error)., eban
- ruby: * MANIFEST: added these files:, eban
- ruby, ruby/test/wsdl/raa, ruby/test/soap/marshal, ruby/lib/soap, ruby/lib/soap/mapping, ruby/lib/wsdl, ruby/lib/wsdl/soap, ruby/lib/wsdl/xmlSchema: * test/wsdl/raa/*: add new testcase for WSDL loading, parsing and reading., nahi
- lib/soap4r/lib/wsdl/soap: camelCase -> underline_concat conversion was not enough., nahi
- lib/soap4r/test/wsdl/raa: add RAA test: WSDL load, parse and exec., nahi
- ruby: 2003-11-08, eban
- ruby: * configure.in: improvement of pthread check, nagai
- ruby, ruby/ext/dl: Add DL.win32_last_error and DL.last_error., ttate
November 07, 2003
- ruby, ruby/ext/tcltklib: * ext/tcltklib/tcltklib.c: To fix 'pthread-enabled Tcl/Tk' problem,, nagai
- lib/soap4r/lib/wsdl, lib/soap4r/lib/wsdl/xmlSchema: move ArrayTypeAttrName from wsdl/xmlSchema/data.rb to wsdl/data.rb., nahi
- ruby/lib, ruby: (Pathname#parent): if self is `.', return `..'., akr
- ruby/lib: Minor documentation fix., wew
- ruby, ruby/lib: lib/pathname.rb (Pathname#+): if self or the argument is `.', return another., akr
- ruby, ruby/lib: * lib/pathname.rb (Pathname#+): return the argument if self is `.'., akr
- ruby: 2003-11-07, nobu
- ruby, ruby/ext/socket: * ext/socket/socket.c (make_hostent): get rid of SEGV on aliases, nobu
November 06, 2003
- shim/ruby16/ext/zlib: Thanks to Brooks Davis., katsu
- shim/ruby16/ext/zlib: * zlib.c (Init_zlib): define Zlib::GzipReader#each_line as an alias of Zlib::GzipReader#each., katsu
- ruby, ruby/ext/zlib: * ext/zlib/zlib.c (Init_zlib): define Zlib::GzipReader#each_line as an alias of Zlib::GzipReader#each., katsu
- ruby: * eval.c (rb_load): save and restore rb_prohibit_interrupt., matz
- ruby: * MANIFEST: add these files:, eban
- ruby: * io.c (rb_io_inspect): show the path also at a closed file., nobu
- ruby/lib/test/unit/ui/tk: * eval.c (rb_load): allow interrupt during loaded program, matz
- ruby/lib/drb: * eval.c (rb_load): allow interrupt during loaded program, matz
- ruby/lib/test/unit: * eval.c (rb_load): allow interrupt during loaded program, matz
- ruby/lib: * eval.c (rb_load): allow interrupt during loaded program, matz
- ruby/ext/pty: * eval.c (rb_load): allow interrupt during loaded program, matz
- ruby: * eval.c (rb_load): allow interrupt during loaded program, matz
- ruby, ruby/win32: * win32/win32.c (make_cmdvector): process backslashes even if a quote, nobu
- ruby: 2003-11-06, eban
- ruby, ruby/lib: * lib/optparse.rb (OptionParser::Completion#complete): default not to, nobu
- ruby, ruby/ext/stringio: * ext/stringio/stringio.c (strio_set_string, strio_reopen): check, nobu
November 05, 2003
- ruby, ruby/sample/openssl: * sample/openssl/gen_csr.rb: there (at least) is a CA which does not accept DN, nahi
- ruby, ruby/ext/tcltklib, ruby/ext/tk/lib: configure.in, eval.c, signal.c: : add '--with-pthread-ext' option, nagai
- app/rwiki: Add icon to the link which navigates to outer world., nahi
- app/rwiki: Follow Devel::Logger's change. devel/logger.rb -> logger.rb, nahi
- ruby/test/optparse: * lib/optparse.rb (OptionParser::Switch::PlacedArgument::parse):, nobu
- ruby, ruby/lib: * lib/optparse.rb (OptionParser::Switch::PlacedArgument::parse):, nobu
- ruby, ruby/lib/test/unit/ui/gtk: * lib/test/unit/ui/gtk/testrunner.rb: typo., nobu
- ruby: 2003-11-05, usa
- ruby, ruby/bcc32, ruby/win32, ruby/wince: * string.c: add #include "version.h". this file still depends on it., usa
- ruby: * Makefile.in: remove needless version.h dependency., nobu
- ruby/lib, ruby: * lib/monitor.rb: revert to the previous revision., shugo
November 04, 2003
- ruby, ruby/ext/openssl, ruby/lib/webrick: * lib/webrick/https.rb (HTTPRequest#parse): set @client_cert_chain., gotoyuzo
- ruby, ruby/bcc32, ruby/win32, ruby/wince: * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub:, usa
- ruby: * class.c, hash.c, string.c: remove #include "version.h"., eban
- ruby/ext/bigdecimal: typo, shigek
- ruby: 2003-11-04, usa
- ruby: * io.c (read_all): fptr->f may be NULL, if IO is closed in the, matz
November 02, 2003
- lib/soap4r, lib/soap4r/lib/soap: Version: 1.5.1, nahi
- lib/soap4r/test/wsdlmarshal: remove duplicated tests., nahi
- lib/soap4r/test/soap/marshal: better 1.6 support., nahi
- ruby/cygwin, ruby: * cygwin/GNUmakefile: allow "B" type in defined symbols., eban
- lib/soap4r/lib/soap/mapping: * singleton class of false has TrueClass as ancestor under ruby/1.6. no, nahi
- lib/soap4r/lib/soap/mapping: * Fix Class#allocate emulation code for ruby/1.6. no effective change under, nahi
- lib/soap4r/test/soap/marshal: run test under ruby/1.6., nahi
- lib/soap4r/lib/soap/mapping: modified Class#allocate fake code for 1.6., nahi
- lib/soap4r/test/soap/marshal: run under 1.6, nahi
November 01, 2003
- ruby, ruby/lib/webrick: * lib/webrick/ssl.rb: new option :SSLExtraChainCert., gotoyuzo
- ruby: 2003-11-02, eban
- ruby: * string.c (rb_str_hash): Update the HASH_PERL alternative hash, knu
- shim/ruby16/ext/io/wait: Do not directly #include <sys/time.h>., knu
- ruby/ext/io/wait, ruby: #include <sys/time.h> wasn't actually needed for ruby 1.8 as missing.h, knu
- ruby, ruby/ext/openssl: * ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new method, gotoyuzo
- ruby/ext/io/wait, ruby: #include <sys/time.h> is needed for struct timeval., knu
- shim/ruby16/ext/io/wait: #include <sys/time.h> is needed for struct timeval., knu
|
|