|
|
May 30, 2003
- ruby, ruby/ext/syck, ruby/lib/yaml: * ext/syck/rubyext.c (rb_syck_mktime): seconds calculated wrong., why
- ruby/lib: remove conflict, nobu
- ruby: 2003-05-31, eban
- ruby/lib: * io.c (rb_f_syscall): type dispatch should be based on, matz
- ruby: * io.c (rb_f_syscall): type dispatch should be based on, matz
- lib/soap4r/lib/soap: Add another server implementation based on WEBrick., nahi
- lib/soap4r/lib/soap: Added netHttpClient which wraps net/http and offers http-access2 compatible, nahi
- lib/soap4r/lib/soap/rpc: Small refactoring., nahi
- lib/http-access2/sample: Use HTTPResponse#contentType., nahi
- lib/http-access2/lib: Small refactoring., nahi
- lib/http-access2/lib/http-access2: Performance tuning., nahi
- ruby: * numeric.c (rb_num2uint, rb_fix2int): new function to convert, nobu
- ruby, ruby/lib: * eval.c (rb_Array): exclude Kernel#to_a instead of Object#to_a., nobu
- app/rwiki/lib/rwiki: append #link, kazu
- ruby/lib/irb, ruby: * lib/irb/xmp.rb: sync with 1.8 ("irb/irb" -> "irb")., eban
- ruby: 2003-05-30, eban
May 29, 2003
- ruby, ruby/ext/syck: * ext/syck/token.c: preserve any indentation passed an explicit, why
- ruby, ruby/ext/syck: * ext/syck/handler.c, ext/syck/syck.h: removed syck_fold_format()., why
- ruby/lib: backout, nobu
- ruby: * variable.c (rb_autoload_load): should delete autoloaded, nobu
- ruby, ruby/sample, ruby/win32: * win32/win32.c (_CRTIMP): redefine _CRTIMP on MinGW., eban
- ruby: 2003-05-29, nobu
- ruby: commit miss, nobu
- ruby, ruby/lib: * eval.c (ev_const_defined, ev_const_get), variable.c, nobu
May 26, 2003
- ruby, ruby/lib: * lib/mkmf.rb, lib/optparse.rb, lib/tracer.rb: use Method#to_block, nobu
- ruby: 2003-05-26, eban
- ruby, ruby/lib: * lib/optparse.rb (OptionParser::Switch::parse,, nobu
- ruby/sample: * eval.c (Init_Proc): Block/Proc separation. [huge change], matz
- ruby/ext/tk/lib: * eval.c (Init_Proc): Block/Proc separation. [huge change], matz
- ruby: * eval.c (Init_Proc): Block/Proc separation. [huge change], matz
May 22, 2003
- ruby, ruby/ext/syck, ruby/lib, ruby/lib/yaml: * lib/token.c: single- and double-quoted root-level fix., why
- ruby: 2003-05-23, eban
- ruby/lib/shell: * object.c (rb_obj_clone): defer copying freezing state after, matz
- ruby/lib/irb: * object.c (rb_obj_clone): defer copying freezing state after, matz
- ruby/lib: * object.c (rb_obj_clone): defer copying freezing state after, matz
- ruby: * object.c (rb_obj_clone): defer copying freezing state after, matz
- ruby: * gc.c (run_final): use rb_thread_critical instead of DEFER_INTS., matz
- ruby: * eval.c (rb_define_alloc_func): need not to disable, matz
- ruby, ruby/ext/syck, ruby/lib/yaml: * ext/syck/rubyext.c (rb_syck_err_handler): raise ArgumentError on, why
- ruby, ruby/ext/syck, ruby/lib/yaml: * ext/syck/rubyext.c (syck_parser_load): root-level false was returning, why
- ruby: 2003-05-22, eban
May 21, 2003
- ruby: doubled., nobu
- ruby/sample: * error.c (rb_sys_fail): should not specify errno explicitly., matz
- ruby: * error.c (rb_sys_fail): should not specify errno explicitly., matz
- ruby: commit miss, nobu
- ruby: * eval.c (rb_eval): splat NODE_RESTARY. [ruby-dev:20268], nobu
- ruby: * eval.c (rb_thread_fd_close): raise for writing threads., nobu
- ruby: * parse.y (strings, word_list): must create new instance always., nobu
- ruby:, nobu
- app/rwiki/lib/rwiki: RWInvalidRequest -> RWiki::InvalidRequest, seki
- ruby: 2003-05-21, nobu
- ruby, ruby/bcc32, ruby/win32, ruby/wince: * Makefile.in, bcc32/Makefile.sub, win32/Makefile.sub,, nobu
- ruby/lib: * error.c (syserr_initialize): prohibit specifying errno for, matz
- ruby: * error.c (syserr_initialize): prohibit specifying errno for, matz
- lib/drb/lib/drb: change comments, seki
- lib/drb, lib/drb/lib/drb, lib/drb/runit: fix yield undumped object (ruby-1.6), seki
- ruby, ruby/lib, ruby/lib/optparse: * lib/optparse.rb: get rid of warnings., nobu
May 20, 2003
- ruby: * eval.c (rb_thread_save_context): prohibit rb_gc_force_recycle(), matz
- ruby: * object.c (init_copy): call initialize_copy at the end of copy, matz
- ruby: * error.c (syserr_initialize): use Errno constants as default, nobu
- ruby, ruby/ext/syck: * st.h: define ST_DATA_T_DEFINED for portability., eban
- ruby/sample: * eval.c (rb_yield_0): give warning for multiple values for a, matz
- ruby: * eval.c (rb_yield_0): give warning for multiple values for a, matz
- ruby, ruby/win32: * win32/win32.c (kill): set errno after calling raise()., usa
- ruby: * eval.c (rb_f_missing): create exception instance by ordinal, nobu
May 19, 2003
- ruby, ruby/ext/syck: * lib/token.c, lib/implicit.c: expanded character set to allow UTF-8,, why
- ruby, ruby/ext/syck: * lib/syck.c, lib/syck.h, lib/token.c, lib/gram.c: count line numbers, why
- ruby: 2003-05-20, usa
- ruby: removed garbage., nobu
- ruby/sample: * dir.c (push_braces): do not push_braces() unless rbrace is found., matz
- ruby/ext/tk/lib: * dir.c (push_braces): do not push_braces() unless rbrace is found., matz
- ruby: * dir.c (push_braces): do not push_braces() unless rbrace is found., matz
- ruby: 2003-05-20, eban
- ruby: * dir.c (push_braces): do not push_braces() unless rbrace is found., matz
- ruby/sample: * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value), matz
- ruby/ext/pty: * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value), matz
- ruby: * ext/pty/pty.c (pty_finalize_syswait): join (using Thread#value), matz
- ruby: * class.c: add #include "version.h"., aamine
- ruby: * object.c (rb_mod_cmp): stupid comparison fixed., matz
- ruby: * object.c (init_copy): rename copy_object as initialize_copy,, matz
- ruby: modify ChangeLog., aamine
- ruby: 2003-05-19, eban
- ruby: * array.c (get_inspect_tbl): check whether inspect_tbl value is a, matz
- ruby: * re.c (rb_reg_quote): \n \r \f \v quoting was wrong., aamine
May 15, 2003
- ruby, ruby/ext/syck: * lib/gram.c: fixes to one-line documents and end of stream documents., why
- ruby: 2003-05-15, nobu
- ruby: * eval.c (rb_block_given_p): false if ruby_block is null., nobu
- ruby: re-indented & tabified, nobu
- ruby, ruby/lib: * lib/open-uri.rb (OpenURI::Redirect#initialize): call super to, akr
- ruby: * object.c (rb_mod_le): returns nil if two classes/modules are not, matz
- ruby, ruby/ext/syck: * ext/ruby/ext/syck/rubyext.c, lib/implicit.re: timestamp repairs to, why
- ruby: 2003-05-15, usa
- ruby: * io.c (set_stdio): better message., matz
- ruby: * io.c (set_stdio): $stdin, $stdout, $stderr now became read-only., matz
- Re: ruby, ruby/ext/syck, ruby/lib, ruby/lib/yaml: * ext/syck/gram.c: sequence-in-map shortcut, transfer methods on, Nobuyoshi Nakada
- ruby, ruby/ext/syck: * ext/syck/syck.c (syck_parser_pop_level): add prototype., usa
- ruby, ruby/win32: * win32/win32.c (kill): fix typo and add signal 0 support., usa
May 14, 2003
- ruby, ruby/ext/syck, ruby/lib, ruby/lib/yaml: * ext/syck/gram.c: sequence-in-map shortcut, transfer methods on, why
- app/rwiki/lib/rwiki: typo in example, kazu
- lib/soap4r/lib/wsdl: REXML processor version check is no longer needed., nahi
- lib/soap4r/lib/soap: REXML processor version check is no longer needed., nahi
- ruby: 2003-05-14, eban
- ruby, ruby/ext/syck: * ext/syck/rubyext.c: add prototypes to avoid VC++ warnings., usa
- ruby/lib: * regex.c (re_match_exec): \Z changed to be consistent with new $, matz
- ruby: * regex.c (re_match_exec): \Z changed to be consistent with new $, matz
- ruby: * regex.c (re_match_exec): \Z changed to be consistent with new $, matz
- ruby, ruby/lib/net: * lib/net/http.rb (Net::HTTP#start): should check whether HTTP session is opened before finishing. (ruby-bugs-ja:PR#463), aamine
- ruby, ruby/lib/net: * lib/net/http.rb: reduce warning. (ruby-bugs-ja:PR#462), aamine
May 13, 2003
- ruby, ruby/ext, ruby/ext/syck, ruby/lib/yaml: * lib/yaml/rubytypes.rb, lib/yaml/types.rb: using Object#object_id, why
- ruby/ext/syck: ext/syck/handler.c (syck_hdlr_add_alias): add cast to avoid warning., eban
- ruby, ruby/ext/syck: * ext/syck/handler.c: add proper casts., eban
- ruby: * configure.in: add '--Wl,--enable-auto-import' to DLDFLAGS, eban
- ruby, ruby/bcc32, ruby/win32: * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define, usa
- Re: ruby/ext/syck, ruby/lib, ruby/lib/yaml: Initial checkin of YAML substances., Akinori MUSHA
- Re: ruby/ext/syck, ruby/lib, ruby/lib/yaml: * ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.c, Akinori MUSHA
- ruby/ext/syck, ruby/lib, ruby/lib/yaml: * lib/yaml/rubytypes.rb: object and struct loading, why
- ruby: 2003-05-13, eban
- ruby: * eval.c (error_pos): use $deferr for output instead of stderr, matz
May 10, 2003
- app/rwiki/installer: default changed from /var/log to $PREFIX/log, kazu
- app/rwiki/installer: reload_ext_rbfiles: sort before load, kazu
- ruby, ruby/lib: * lib/pp.rb (PP::ObjectMixin#pretty_print): refine to_s handling., akr
- app/rwiki/installer: use fuser if available, kazu
- ruby/ext/syck, ruby/lib, ruby/lib/yaml: * ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.c, why
- app/rwiki/installer: arguments pass to rwiki-daemon.rb, kazu
- app/rwiki/installer: accept address and mailto options, kazu
- app/rwiki/lib/rwiki: ext_refer_ruby_src: revert to man-1.6 compatible, kazu
- ruby, ruby/wince: Sat May 10 19:01:00 2003 Takaaki Uematsu <uema2x@xxxxxxxxxxxxxxx>, uema2
- ruby/lib/yaml: lib/yaml/ypath.rb: escape '['., eban
- ruby/ext/syck: * ext/syck/MANIFEST: new file., eban
- ruby/lib/net: * net/imap.rb: use DataFormatError in u16tou8/u8tou16., shugo
- ruby/lib/net: * lib/net/imap.rb (decode_utf7): new method., shugo
- ruby: * lib/net/imap.rb (decode_utf7): new method., shugo
- app/rwiki: Rewrite Foottext handler., nahi
May 06, 2003
- ruby/ext/socket: * numeric.c (num_step): remove epsilon; add margin of 0.5, to make, matz
- ruby: * numeric.c (num_step): remove epsilon; add margin of 0.5, to make, matz
- ruby/ext/bigdecimal: bigdecimal-brushup.patch from Tadashi Saito applied., shigek
- ruby, ruby/lib/net: * lib/net/pop.rb: rename method: POP3#mail_size -> n_mails, aamine
- ruby/ext/zlib, ruby/ext/bigdecimal: * ext/bigdecimal/.cvsignore: new file (retry)., aamine
- ruby: * ext/bigdecimal/.cvsignore: new file., aamine
- ruby: 2003-05-06, eban
- ruby/ext/sdbm: * object.c (rb_obj_methods): list singleton methods if recur, matz
- ruby/ext/dbm: * object.c (rb_obj_methods): list singleton methods if recur, matz
- ruby/ext/gdbm: * object.c (rb_obj_methods): list singleton methods if recur, matz
- ruby: * object.c (rb_obj_methods): list singleton methods if recur, matz
- mod_ruby: * cookie.c: new file., shugo
May 05, 2003
- mod_ruby: * configure.rb.in: fix help., shugo
- mod_ruby: * remove apache_*.[ch], shugo
- mod_ruby: * apache_request.c: upgraded to libapreq-1.1., shugo
- ruby/sample, ruby: use values_at instead of select., tadf
- mod_ruby: * upload.c: new file., shugo
- mod_ruby: * include libapreq., shugo
- ruby, ruby/lib, ruby/sample: * sample/test.rb: substitute 'select' with 'values_at'., eban
May 04, 2003
- ruby: 2003-05-05, eban
- ruby/ext/racc/cparse: * array.c (rb_ary_values_at): new method to replace select(index..)., matz
- ruby/ext/iconv: * array.c (rb_ary_values_at): new method to replace select(index..)., matz
- ruby/ext/digest/sha2: * array.c (rb_ary_values_at): new method to replace select(index..)., matz
- ruby/ext/curses: * array.c (rb_ary_values_at): new method to replace select(index..)., matz
- ruby: * array.c (rb_ary_values_at): new method to replace select(index..)., matz
- app/rwiki/lib/rwiki: should use external style sheets instead of style attributes., kazu
- ruby/lib/date, ruby: synchronized with date2 3.3.2., tadf
- ruby, ruby/lib/net: * lib/net/smtp.rb: ESMTP -> SMTP transition wrongly fails., aamine
- ruby, ruby/lib/net: * lib/net/pop.rb: APOP did not work. [ruby-dev:20149], aamine
May 02, 2003
- ruby/lib: * class.c (rb_class_protected_instance_methods): now gives, matz
- ruby: * class.c (rb_class_protected_instance_methods): now gives, matz
- app/rwiki: Should be escape_url-ed, not escape_html-ed., nahi
- ruby, ruby/lib/net: * lib/net/protocol.rb: reintroduce Protocol.protocol_param., aamine
- ruby, ruby/lib/net: * lib/net/protocol.rb: remove Protocol class., aamine
- ruby: * compar.c (cmp_gt): raises ArgumentError when "<=>" give nil., matz
- ruby/lib/cgi: * lib/cgi/session.rb (CGI::Session::initialize): updated to, matz
- ruby: * lib/cgi/session.rb (CGI::Session::initialize): updated to, matz
- ruby: * class.c (method_list): classify methods based on nearest, matz
- ruby: 2003-05-02, eban
- ruby/lib: * string.c (rb_str_ljust): now takes optional argument to specify, matz
- ruby: * string.c (rb_str_ljust): now takes optional argument to specify, matz
- ruby, ruby/lib: * lib/fileutils.rb: use hashes to pass options., aamine
|
|