Download Firefox:
Windows
,
Mac OS X
lang.ruby.cvs (thread)
<
Prev Period
]
[
Next Period
>
lib/http-access2/sample/ssl/trust_certs: Sample path of ca_path.
,
nahi
lib/http-access2/sample/ssl, lib/http-access2/sample/ssl/htdocs: Add SSL sample.
,
nahi
lib/http-access2/sample: Follow method name change.
,
nahi
lib/http-access2/lib, lib/http-access2/lib/http-access2: CAUTION: Many signature changes. Very sorry for breaking existing code. All
,
nahi
ruby: * parse.y (rb_intern): should handle multibyte name.
,
usa
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
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, ruby/lib: * eval.c (ev_const_defined, ev_const_get), variable.c
,
nobu
lib/drb: Prco#yield -> Block#call
,
seki
lib/drb, lib/drb/lib/drb, lib/drb/runit: Prco#yield -> Block#call
,
seki
ruby: 2003-05-27
,
eban
ruby: * eval.c, util.c: removed duplicated includes/defines.
,
nobu
ruby, ruby/ext/socket: * ext/socket/socket.c (sock_addrinfo): get rid of SEGV at NULL ptr
,
nobu
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
ruby: 2003-05-25
,
nobu
ruby: * bignum.c (rb_quad_pack): should negate negative bignum.
,
nobu
lib/http-access2/lib: KeepAlive timeout did not work.
,
nahi
lib/http-access2/lib: HTTPS support is in half way.
,
nahi
lib/http-access2/lib/http-access2: Use URI#scheme instead of 'http' to support https.
,
nahi
ruby, ruby/lib/net: * lib/net/smtp.rb: support LOGIN authentication. Thanks to Kazuhiko Izawa.
,
aamine
ruby, ruby/lib/net: * lib/net/smtp.rb: support LOGIN authentication. The patch is contributed by Kazuhiko Izawa. [ruby-talk:78981]
,
aamine
ruby, ruby/wince: * wince/Makefile.sub: add eMbedded Visual C++ 4.0 support.
,
uema2
ruby: * eval.c (rb_longjmp): wrong jump.
,
nobu
ruby: * eval.c (rb_longjmp): get rid of reentering while debug warning.
,
nobu
ruby/ext/tk/lib: * eval.c (ruby_finalize): turn off ruby_debug flag before calling
,
matz
ruby/ext/tcltklib: * eval.c (ruby_finalize): turn off ruby_debug flag before calling
,
matz
ruby: * eval.c (ruby_finalize): turn off ruby_debug flag before calling
,
matz
ruby: * pack.c (pack_unpack): sign-extend if sizeof long is bigger than
,
nobu
ruby: removed trailing white spaces.
,
nobu
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
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: 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
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
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: 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: 2003-05-20
,
eban
ruby: 2003-05-20
,
usa
ruby: * 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/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
ruby/lib, ruby/sample, ruby: use warn() instead of $stderr.puts().
,
tadf
ruby/lib, ruby: use $deferr instead of $stderr.
,
tadf
lib/tidy: * tidy.c (break_value_link): don't raise an exception even if linked
,
akr
app/rwiki/lib/rwiki: ruby-src: link to cvsweb.cgi/ruby/
,
kazu
ruby/ext/win32ole, ruby/ext/win32ole/tests: add WIN32OLE_TYPE#to_s method.
,
suke
ruby: 2003-05-17
,
eban
ruby/sample: * object.c (rb_class_allocate_instance): singleton class check
,
matz
ruby: * object.c (rb_class_allocate_instance): singleton class check
,
matz
ruby: * lib/rational.rb (Integer::denominator): fixed typo. (ruby-bugs-ja:PR#466)
,
nobu
ruby/lib: * lib/rational.rb (Integer::denominator): fixed typo. (ruby-bugs-ja:PR#466)
,
nobu
ruby, ruby/ext/socket: * ext/socket/socket.c (ruby_connect): connect() after EINPROGRESS
,
nobu
ruby: * eval.c (block_pass): chain previous block to the pushing block.
,
matz
ruby, ruby/ext/syck: * lib/gram.c: fixes to one-line documents and end of stream documents.
,
why
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: 2003-05-15
,
nobu
ruby: * io.c (set_stdio): better message.
,
matz
ruby: * io.c (set_stdio): $stdin, $stdout, $stderr now became read-only.
,
matz
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
ruby, ruby/ext/syck, ruby/lib, ruby/lib/yaml: * ext/syck/gram.c: sequence-in-map shortcut, transfer methods on
,
why
Re: ruby, ruby/ext/syck, ruby/lib, ruby/lib/yaml: * ext/syck/gram.c: sequence-in-map shortcut, transfer methods on
,
Nobuyoshi Nakada
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
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
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
ruby/ext/syck, ruby/lib/yaml: * ext/syck/implicit.c, ext/syck/rubyext.c: transfer methods applied to native loading
,
why
ruby, ruby/lib: * lib/pp.rb: refine to_s test.
,
akr
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
Re: ruby/ext/syck, ruby/lib, ruby/lib/yaml: * ext/syck/gram.c ext/syck/handler.c ext/syck/implicit.c
,
Akinori MUSHA
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
ruby/ext/syck, ruby/lib, ruby/lib/yaml: Initial checkin of YAML substances.
,
why
Re: ruby/ext/syck, ruby/lib, ruby/lib/yaml: Initial checkin of YAML substances.
,
Akinori MUSHA
ruby: 2003-05-09
,
nobu
ruby: * io.c (rb_io_reopen): It should be possible to reopen closed IO.
,
matz
lib/drb: introduce module InvokeMethod16/18Mixin
,
seki
lib/drb/lib/drb: introduce module InvokeMethod16/18Mixin
,
seki
ruby: * gc.c (rb_gc): check odd alignment stack on m68k machines.
,
matz
ruby: * compar.c (rb_cmperr): raise comparison failure.
,
nobu
ruby: 2003-05-08
,
nobu
ruby: * numeric.c (int_upto, int_downto): should fail unless the
,
nobu
lib/drb/lib/drb, lib/drb/runit: add yield test
,
seki
ruby: 2003-05-07
,
eban
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
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
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
lib/drb: add InvokeMethod
,
seki
lib/drb/lib/drb: add InvokeMethod
,
seki
lib/drb: break(value)
,
seki
lib/drb/lib/drb, lib/drb/runit: break(value)
,
seki
app/rwiki: Forgot to escape_html.
,
nahi
app/rwiki: Previous change was wrong. Should not escape_url here.
,
nahi
ruby/ext/win32ole: secure check when safe level 4.
,
suke
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
ruby: 2003-05-01
,
eban
<
Prev Period
]
[
Next Period
>
^^^
ADDITIONAL NAVIGATION
^^^
Recently Viewed:
emacs.dvc.devel...
java.displaytag...
ietf.rfc822/199...
linux.altlinux....
redhat.fedora.r...
python.ctypes/2...
video.panorama/...
freedesktop.xor...
audio.emagic.lo...
netbsd.devel.us...
documentation.t...
yellowdog.gener...
gnome.mono.mono...
bacula.user/200...
shells.bash.bug...
xfree86.devel/2...
culture.bicycle...
mozilla.devel.n...
web.squid.gener...
user-groups.gul...
kde.amarok.bugs...
org.user-groups...
handhelds.linux...
tex.context/200...
Home
|
blog view
,
Court Document Archive
|
USPTO Patent Archive
(NEW!) |
advertise
| OSDir is an
inevitable
website.