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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
version.h
Age
Commit message (
Expand
)
Author
2001-07-14
* regex.c (re_search): should consider reverse search.
matz
2001-07-12
2001-07-12
eban
2001-07-03
credit rb_name_error() fix to Nobuyoshi Nakada.
matz
2001-06-22
* eval.c (rb_yield_0): no mvalue_to_svalue conversion here.
matz
2001-06-19
2001-06-19
eban
2001-06-12
* eval.c (method_eq): new method Method#==. [new]
matz
2001-06-07
* parse.y (yylex): exclude kDO_BLOCK too much by false condition.
matz
2001-06-06
* parse.y (aref_args): "*arg" should always be expanded by REXPAND.
matz
2001-06-05
* variable.c (rb_mod_const_at): use hash table as internal
matz
2001-06-01
2001-06-01
eban
2001-05-30
* ruby.c (proc_options): unexpected SecurityError happens when -T4.
matz
2001-05-28
2001-05-28
eban
2001-05-24
* eval.c (rb_yield_0): need argument adjustment for C defined
matz
2001-05-22
* variable.c (rb_alias_variable): should not allow variable
matz
2001-05-21
* bignum.c (rb_big2str): t should be protected from GC.
matz
2001-05-17
* eval.c (rb_call0): address of local_vars might change during eval.
matz
2001-05-16
* array.c (rb_ary_and): should not push frozen key string.
matz
2001-05-11
* bignum.c (bigdivrem): access boundary bug.
matz
2001-05-07
* lib/ftools.rb (syscopy): chmod destination file only if
eban
2001-05-02
* eval.c (block_pass): should not downgrade safe level.
matz
2001-04-02
2001-04-02
eban
2001-03-28
* object.c (rb_str2cstr): warn if string contains \0 and length
matz
2001-03-27
* eval.c (rb_mod_define_method): should have clear method cache.
matz
2001-03-26
* ext/Win32API/Win32API.c: remove Init_win32api().
eban
2001-03-22
* ruby.h: better inline function support.
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
* dir.c (glob_helper): replace lstat() by stat() to follow symlink
matz
2001-03-16
* dir.c (dir_s_chdir): block form of Dir.chdir. (RCR#U016).
matz
2001-03-14
* eval.c (rb_yield_0): 0 (= Qfalse) is a valid value, so that
matz
2001-03-13
* io.c (argf_seek_m): wrong calling sequence of rb_io_seek().
matz
2001-03-12
* lib/mkmf.rb (create_makefile): save/restore $libs and $LIBPATH.
eban
2001-03-09
* math.c (math_log, math_log10): use nan() instead of 0.0/0.0 on Cygwin.
eban
2001-03-07
* math.c (math_log, math_log10): should return NaN if x < 0.0
eban
2001-03-06
* parse.y (primary): rescue and ensure clauses should be allowed
matz
2001-03-05
2001-03-05
eban
2001-03-04
* string.c (trnext): support backslash escape in String#tr.
eban
2001-02-28
2001-02-28
eban
2001-02-27
2001-02-27
eban
2001-02-26
* eval.c (proc_call): should not modify ruby_block->frame.iter
matz
2001-02-24
* win32/win32.c (myrename): fix error handling.
eban
2001-02-20
* configure.in: add check for negative time_t for gmtime(3).
matz
2001-02-19
2001-02-19
eban
2001-02-18
2001-02-18
eban
2001-02-16
* io.c (set_outfile): f should be the FILE* from the assigning value.
matz
2001-02-15
2001-02-15
eban
2001-02-14
2001-02-14
eban
2001-02-13
2001-02-13
eban
2001-02-11
* eval.c (stack_length): use __builtin_frame_address() only if
eban
2001-02-09
ruby.c (ruby_init_loadpath): convert '\' to '/'
eban
[next]