index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ChangeLog
Age
Commit message (
Expand
)
Author
2001-05-11
* bignum.c (bigdivrem): access boundary bug.
matz
2001-05-08
* eval.c (is_defined): core dumped during instance_eval for
matz
2001-05-07
* parse.y (arg): "||=" should not warn for uninitialized instance
matz
2001-05-07
* eval.c (eval): preserve and restore ruby_cref as well.
matz
2001-05-07
* lib/ftools.rb (syscopy): chmod destination file only if
eban
2001-05-02
* configure.in: get --enable-shared to work on MacOS X.
knu
2001-05-02
* dir.c (rb_glob, rb_iglob): remove unnecessary FNM_PATHNAME.
eban
2001-05-02
* eval.c (block_pass): should not downgrade safe level.
matz
2001-05-01
* parse.y (yylex): lex_state after RESCUE_MOD should be EXPR_BEG.
matz
2001-05-01
* eval.c (rb_eval): should preserve value of ruby_errinfo.
matz
2001-04-30
* sample/irb.rb, lib/irb.rb, lib/irb/*, doc/irb/*: Merge from irb
knu
2001-04-26
* configure.in: don't use tzname on cygwin 1.3.1+.
eban
2001-04-24
* ext/extmk.rb.in: add target `distclean' in Makefile for extlib.
knu
2001-04-24
* ext/extmk.rb.in, lib/mkmf.rb: (dir_config) do not add the
knu
2001-04-24
* ruby.c (set_arg0): wrong predicate when new $0 value is bigger
matz
2001-04-22
* configure.in: add -mieee to CFLAGS on Linux/Alpha
eban
2001-04-17
Wed Apr 18 04:37:51 2001 Wakou Aoyama <wakou@fsinet.or.jp>
wakou
2001-04-17
preview2
matz
2001-04-17
* eval.c (safe_getter): should use INT2NUM().
matz
2001-04-16
* regex.c (calculate_must_string): wrong length calculation.
matz
2001-04-14
* win32/config.status.in: no longer use missing/alloca.c.
usa
2001-04-11
* class.c (rb_singleton_class_attached): should modify iv_tbl by
matz
2001-04-10
* io.c (opt_i_set): should strdup() inplace_edit string.
matz
2001-04-09
* file.c (Init_File): should redifine "new" class method.
matz
2001-04-09
* lib/net/imap.rb: fix typo.
shugo
2001-04-06
* variable.c (rb_const_get): no recursion to show full class path
matz
2001-04-03
* Makefile.in: Introduce MAINLIBS.
knu
2001-04-03
* time.c (make_time_t): remove HAVE_TM_ZONE code since it
matz
2001-04-03
* ext/extmk.rb.in (create_makefile): create def file only if
eban
2001-04-02
* lib/monitor.rb (wait): fix timeout support.
shugo
2001-04-02
* lib/monitor.rb (wait): ensure reentrance.
shugo
2001-04-02
* lib/net/imap.rb: backport from ruby-1.7.
shugo
2001-04-01
* win32/win32.c: use ruby's opendir on mingw32.
eban
2001-03-28
* ext/extmk.rb.in, lib/mkmf.rb: add C++ rules in addition to C
knu
2001-03-28
* ext/extmk.rb.in, lib/mkmf.rb: move C++ rules to the right place.
knu
2001-03-28
* object.c (rb_str2cstr): warn if string contains \0 and length
matz
2001-03-28
* win32/Makefile.sub: disable global optimization.
eban
2001-03-27
* eval.c (rb_mod_define_method): should have clear method cache.
matz
2001-03-26
* time.c (rb_strftime): check whether strftime returns empty string.
eban
2001-03-26
* eval.c: remove TMP_PROTECT_END to prevent C_ALLOCA crash.
matz
2001-03-26
* ext/Win32API/Win32API.c: remove Init_win32api().
eban
2001-03-22
* ext/Win32API/extconf.rb: add -fno-omit-frame-pointer.
eban
2001-03-22
* ruby.h: better inline function support.
matz
2001-03-21
* win32/win32.c (win32_stat): WinNT/2k "//host/share" support.
eban
2001-03-21
ChangeLog screwed up fixed
matz
2001-03-21
* gc.c (id2ref): sometimes confused symbol and reference.
matz
2001-03-20
* win32/win32.c (win32_stat): UNC support.
eban
2001-03-19
* eval.c (ev_const_defined): need not to check if cbase->nd_class
matz
2001-03-19
* eval.c (THREAD_ALLOC): flags should be initialized.
matz
2001-03-18
Sun Mar 18 08:58:18 2001 Wakou Aoyama <wakou@fsinet.or.jp>
wakou
[prev]
[next]