lang.ruby.cvs (thread)
<
Prev Period
]
[
Next Period
>
ruby: 2003-06-30
,
nobu
ruby: * eval.c (mnew): ignore metaclasses have no influence, for rklass.
,
nobu
ruby/ext/bigdecimal: Bug in '/' fixed by Tadashi Saito.
,
shigek
ruby: import drb-2.0.4 (use LocalJumpeError#reason)
,
seki
ruby/lib/drb: import drb-2.0.4 (use LocalJumpeError#reason)
,
seki
lib/drb: drb-2.0.4
,
seki
lib/drb/lib/drb: add invokemethod16.rb
,
seki
lib/drb/lib/drb: use LocalJumpError#reason
,
seki
ruby, ruby/ext/tcltklib: * ext/tcltklib/extconf.rb (find_tcl, find_tk): return true if
,
nobu
ruby: 2003-06-28
,
nobu
ruby: 2003-06-28
,
nobu
ruby: * configure.in (rb_cv_stack_grow_dir): check stack growing direction.
,
nobu
ruby: * gc.c (rb_gc_mark_locations): remove margin. [ruby-dev:20462]
,
nobu
ruby: * string.c (rb_str_split_m): remove white spaces on the head of
,
nobu
ruby/ext/bigdecimal/lib: Changed according to Tadashi Saito's advice.
,
shigek
ruby/ext/bigdecimal: 1.From Tadashi Saito's advice
,
shigek
ruby: 2003-06-27
,
eban
ruby: * io.c (io_fflush): need to check if closed after thread switch.
,
nobu
ruby: 2003-06-26
,
nobu
ruby: * class.c (class_instance_method_list): get rid of warning about
,
nobu
rough/lib/testunit: Updated TODO.
,
ntalbott
app/rwiki/installer: do not handle on web server
,
kazu
app/rwiki/installer: finish_message
,
kazu
app/rwiki/installer: set RUBYLIB for `require' in the racc command
,
kazu
app/rwiki/installer: mkdir $OPT_cgi_log_dir too
,
kazu
app/rwiki/installer: default action: show usage
,
kazu
app/rwiki/installer: bug when path include "/."
,
kazu
ruby: * class.c (rb_generic_class_instance_methods): merge argument
,
matz
ruby/ext/tk/lib: tkcanvas.rb :
,
nagai
ruby: 2003-06-25
,
eban
ruby/lib: * variable.c (autoload_delete): should delete Qundef from iv_tbl.
,
matz
ruby: * variable.c (autoload_delete): should delete Qundef from iv_tbl.
,
matz
ruby/ext/tk, ruby/ext/tk/lib, ruby/ext/tk/sample: tk.rb :
,
nagai
ruby, ruby/lib/yaml: * lib/yaml/types.rb: replaced Kernel::Hash reference with Object::Hash
,
why
ruby: * eval.c (rb_yield_0): show yielded block position not only yielding
,
nobu
ruby, ruby/lib/net: * lib/net/http.rb (HTTPHeader#proxy_basic_auth): missing `@'.
,
aamine
ruby: * config.guess: have wrongly returned "alphaev56-unknown-linux-" on Linux/Alpha.
,
aamine
ruby: 2003-06-24
,
eban
ruby: * configure.in: always add -mieee for gcc/alpha. [ruby-dev:20429]
,
aamine
ruby: * array.c (rb_ary_unshift_m): need to check number of arguments.
,
nobu
ruby, ruby/ext/socket, ruby/ext/win32ole: * io.c (io_close): missing prototype.
,
aamine
ruby, ruby/ext/tk: * MANIFEST: add wince files.
,
eban
ruby/ext/tk/lib: tk.rb :
,
nagai
ruby: sorry, typo again.
,
nobu
ruby: typo
,
nobu
ruby: * dir.c (find_dirsep): get rid of warnings.
,
nobu
ruby: * io.c (rb_open_file): initialize flags.
,
akr
ruby: * string.c (rb_str_upto): generate sequence according to "succ"
,
matz
ruby: 2003-06-23
,
eban
ruby: * time.c (time_arg): initialize v[6] even when argc is 10 to
,
akr
ruby: typo in date, reported by daz.
,
nobu
ruby: * eval.c (proc_invoke): forgot "break";
,
matz
ruby: * eval.c (proc_invoke): should not propagate distination tag if
,
matz
ruby: * object.c (str_to_id): check for empty string before intern.
,
matz
ruby/ext/tk/lib, ruby/ext/tk/sample: tk.rb :
,
nagai
ruby/ext/tk/lib, ruby/ext/tk/sample: tk.rb :
,
nagai
ruby/ext/tk/lib, ruby/ext/tk/sample: tk.rb :
,
nagai
ruby: 2003-06-21
,
eban
ruby: * object.c (rb_to_id): use rb_str_intern() instead of rb_intern()
,
nobu
ruby/ext/tcltklib, ruby/ext/tk/lib: Ruby/Tk libraries except tk.rb :
,
nagai
ruby, ruby/wince: * wince/Makefile.sub: undefine HAVE__SETJMP.
,
uema2
lib/soap4r/lib/soap: Many warnings raised under 1.8, caused by illegal references like XSD::XSDInt
,
nahi
ruby: * eval.c (proc_invoke): should not propagate TAG_BREAK and
,
matz
ruby/ext/tcltklib, ruby/ext/tk/lib: tcltklib.c :
,
nagai
oniguruma: Really remove regex.h from the vendor branch, this time.
,
knu
oniguruma: Remove regex.h from the vendor branch as it no longer exists.
,
knu
oniguruma: Import Oni Guruma 20030620 (version 1.9.0).
,
knu
oniguruma: Import Oni Guruma 20030514 (version 1.8.6).
,
knu
oniguruma: Import Oni Guruma 20030514 (version 1.8.6).
,
knu
ruby/sample: * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".
,
matz
ruby: * parse.y (new_yield): distinguish "yield 1,2" and "yield [1,2]".
,
matz
ruby: * defines.h (PATH_ENV): name of PATH environment. [new].
,
usa
ruby/ext/tcltklib, ruby/ext/tk, ruby/ext/tk/lib, ruby/ext/tk/sample: tcltklib.c :
,
nagai
ruby/lib, ruby: * lib/csv.rb: Import csv module.
,
nahi
ruby: * rubytest.rb: add library path to include standard libraries.
,
eban
ruby: * hash.c (env_delete, rb_f_getenv, env_fetch): case insensitive to
,
usa
ruby/ext/tcltklib/lib, ruby/ext/tk, ruby/ext/tk/lib: tk.rb :
,
nagai
lib/csv/lib: Current ruby 1.8 returns ""[0..-1] => nil though 1.6 returns "". I don't know
,
nahi
lib/csv/tests: Add tests to ensure that Ruby's String is working as CSV expected.
,
nahi
ruby: import from drb-2.0.4b3
,
seki
ruby: import from drb-2.0.4b3
,
seki
ruby/lib/drb: import from drb-2.0.4b3
,
seki
ruby/lib/drb: import from drb-2.0.4b3
,
seki
ruby/lib: import from drb-2.0.4b3
,
seki
lib/drb/lib: remove timerholder
,
seki
shim/ruby16/ext/zlib: follow ruby/ext/zlib
,
katsu
ruby: added changelogs about zlib
,
katsu
ruby/ext/zlib: This is a null commit to correct the previous log.
,
katsu
ruby/ext/zlib:
,
katsu
shim/ruby16/ext/zlib: Thanks to Marc
,
katsu
shim/ruby16/ext/zlib: * zlib.c (zstream_run): In a particular situation, deflate/inflate will return Z_BUF_ERROR, even though another call is required by the zlib library.
,
katsu
ruby, ruby/ext/syck, ruby/lib, ruby/lib/yaml: * ext/syck/rubyext.c (rb_syck_load_handler): merge key implemented.
,
why
ruby, ruby/ext/syck, ruby/lib/yaml: * ext/syck/gram.c: added grammar for certain empty sequence entries.
,
why
ruby, ruby/win32: * win32/win32.c (rb_w32_opendir): need to set errno. [ruby-talk:73761]
,
usa
ruby: * eval.c: remove rb_cBlock.
,
matz
ruby: * numeric.c (rb_fix2uint): renamed from rb_fix2int on IA64.
,
eban
ruby: * eval.c (proc_invoke): format the message for localjump_error().
,
nobu
ruby, ruby/ext/dl, ruby/ext/win32ole: * ext/dl/dl.c (rb_dl_callback): use rb_block_proc() instead of
,
usa
ruby/sample: * eval.c (proc_alloc): re-unification of Block and Proc. Block
,
matz
ruby/lib/rexml/parsers: * eval.c (proc_alloc): re-unification of Block and Proc. Block
,
matz
ruby/lib/net: * eval.c (proc_alloc): re-unification of Block and Proc. Block
,
matz
ruby/lib/irb: * eval.c (proc_alloc): re-unification of Block and Proc. Block
,
matz
ruby/lib: * eval.c (proc_alloc): re-unification of Block and Proc. Block
,
matz
ruby: * eval.c (proc_alloc): re-unification of Block and Proc. Block
,
matz
ruby/ext/tk/lib: * eval.c (proc_alloc): re-unification of Block and Proc. Block
,
matz
ruby/bcc32, ruby: * bcc32/Makefile.sub: undefine HAVE_GETGROUPS.
,
eban
ruby/lib/rexml: * lib/rexml/quickpath.rb: escape '[' to avoid warning.
,
eban
ruby: 2003-06-16
,
eban
ruby: * regex.c (calculate_must_string): should handle option_set
,
matz
ruby/lib/rexml, ruby/lib/rexml/light, ruby/lib/rexml/parsers: REXML hadn't been tested with Ruby 1.8.0, which was really, really,
,
ser
ruby: 2003-06-14
,
eban
ruby: * eval.c (method_arity): should handle NODE_BMETHOD and
,
matz
1.8.0 preview3 schedule
,
Yukihiro Matsumoto
lib/http-access2/lib: Follow ossl2 changes. Requires ossl2 CVS HEAD until the next release of ossl2.
,
nahi
ruby/lib/net: * lib/net/ftp.rb (storebinary): seek correctly. Thanks, William Webber.
,
shugo
ruby: * lib/net/ftp.rb (storebinary): seek correctly. Thanks, William Webber.
,
shugo
ruby/ext/tk, ruby/ext/tk/lib: tk.rb : add 'no_create' option to widget initialize method.
,
nagai
ruby/ext/tk/lib: tk.rb : widget configure returns self (for method call chain)
,
nagai
mod_ruby: * request.c (request_mark): fix to build without libapreq
,
shugo
lib/http-access2/lib: Add cookie support. Requires webagent/cookie written by maki.
,
nahi
ruby, ruby/ext/syck, ruby/lib/yaml: * ext/syck/token.c: preserve newlines prepended to a block.
,
why
ruby/sample: * sample/test.rb: add block to proc to avoid warning.
,
eban
ruby/lib/rexml, ruby/lib/rexml/parsers: * lib/rexml/cdata.rb,lib/rexml/quickpath.rb,lib/rexml/parsers/baseparser.rb:
,
eban
ruby: 2003-06-10
,
eban
ruby/lib/irb: * lib/irb/ruby-lex.rb: typo.
,
matz
ruby/lib/irb: * lib/irb/slex.rb: small cleanups. (ruby-bugs-ja PR#492)
,
matz
ruby/lib/irb: * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3
,
matz
ruby/lib: * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3
,
matz
ruby/ext/syck: * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3
,
matz
ruby: * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3
,
matz
ruby/lib/rexml: The versions on the import were messed up; I imported an untranslated
,
ser
ruby: Added the REXML files to the MANIFEST.
,
ser
ruby/lib/rexml: This changeset adds REXML to the core Ruby distribution CVS tree.
,
ser
ruby/ext/tcltklib: fix : 100% CPU problem of Tk.mainloop
,
nagai
ruby/ext/tcltklib: renew Tk.mainloop
,
nagai
ruby: 2003-06-09
,
eban
ruby: * configure.in: checks presence of grp.h and setgroups().
,
nobu
ruby: * process.c (proc_getgroups, proc_setgroups): raise
,
nobu
ruby, ruby/wince: * wince/setup.mak: set SUBSYSTEM in each platform.
,
uema2
ruby/sample: * parse.y (value_expr0): class and module statements should not be
,
matz
ruby: * parse.y (value_expr0): class and module statements should not be
,
matz
lib/http-access2/lib: Add attributes; options and ciphers.
,
nahi
lib/http-access2/lib: Add SSLConfig#post_connection_check and move DNS-name-check part from
,
nahi
lib/http-access2/lib: ossl1 support.
,
nahi
lib/http-access2/lib, lib/http-access2/lib/http-access2: Support SSL connection via proxy.
,
nahi
ruby: 2003-06-06
,
nobu
ruby: * eval.c (error_print): needs to be exception proof.
,
nobu
ruby/ext/win32ole: * gc.c (define_final): eliminate rb_f_lambda() call.
,
matz
ruby/ext/dl: * gc.c (define_final): eliminate rb_f_lambda() call.
,
matz
ruby: * gc.c (define_final): eliminate rb_f_lambda() call.
,
matz
ruby: * eval.c (ruby_cleanup): $SAFE is turned off in the finalization.
,
matz
ruby, ruby/lib/net: * lib/net/http.rb: define Net::HTTPResponse#to_ary for backward compatibility. [ruby-talk:72927]
,
aamine
ruby, ruby/ext/syck, ruby/lib: * ext/syck/rubyext.c (syck_parser_mark): was a bit heavy on the GC.
,
why
ruby, ruby/wince: * wince/stdlib.c: add mblen().
,
uema2
ruby, ruby/bcc32, ruby/missing, ruby/win32, ruby/wince: * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub
,
usa
ruby/ext/curses, ruby: * ext/curses/curses.c (window_s_allocate,curses_finalize):
,
eban
ruby: 2003-06-05
,
eban
ruby: * math.c (math_erf,math_erfc): new function. [ruby-list:37753]
,
matz
ruby, ruby/ext/syck: * ext/syck/rubyext.c: using GC nodes caused segfault. [ruby-core:1071]
,
why
ruby, ruby/ext/syck: * ext/syck/token.c: directives choked on a period.
,
why
ruby: * eval.c (rb_call_super): should search superclass method based on
,
matz
ruby: 2003-06-03
,
eban
ruby: * eval.c (rb_call): typo.
,
matz
ruby/lib/net: * eval.c (rb_call_super): inheritance line adjustment moved from
,
matz
ruby/lib: * eval.c (rb_call_super): inheritance line adjustment moved from
,
matz
ruby/ext/tk/lib: * eval.c (rb_call_super): inheritance line adjustment moved from
,
matz
ruby: * eval.c (rb_call_super): inheritance line adjustment moved from
,
matz
ruby: 2003-06-02
,
eban
ruby/lib: * array.c (push_values_at): Array#values_at should work with
,
matz
ruby: * array.c (push_values_at): Array#values_at should work with
,
matz
ruby/lib/irb: context.rb typo, thank rubikichi-san
,
keiju
ruby/ext/digest: * ext/digest/defs.h: better support for old Cygwin, again.
,
eban
ruby/ext/digest: * ext/digest/defs.h: better support for old Cygwin.
,
eban
ruby/ext/digest, ruby: * ext/digest/defs.h: avoid warnings on Cygwin.
,
eban
ruby, ruby/cygwin: * configure.in: should not use def file, use ld with
,
eban
lib/devel-logger/lib/devel: syswrite -> write.
,
nahi
lib/http-access2/lib: No user visible change; RCS tag handling.
,
nahi
lib/soap4r/lib/soap: Follow http-access2's signature change.
,
nahi
lib/soap4r/lib/soap/rpc: Add RPC.retrieveDefinedMethod.
,
nahi
lib/soap4r/lib/soap/rpc: Revert signature change for 1.4.8 compatible.
,
nahi
lib/soap4r/sample/Calc: Follows method name changes.
,
nahi
ruby, ruby/wince: * wince/string_wce.c: add strpbrk() for hpcpro support.
,
uema2
lib/http-access2/lib: Changed name of default verify method.
,
nahi
ruby: 2003-06-01
,
nobu
ruby: * variable.c (rb_autoload_load): autoloaded constants under a module
,
nobu
<
Prev Period
]
[
Next Period
>
News
|
FAQ
|
advertise